body{
  background-color: #f8f8f8;
}
header.masthead {
  position: relative;
}
header.masthead .overlay-blue {
  height: 580px;
  width: 100%;
  background-color: #0074c4;
  opacity: 0.8;
  position: absolute;
  top:0;
}
header.masthead .overlay img{
  height: 580px;
  object-fit: cover;
}
header.masthead .overlay {
  position: absolute;
  height: 580px;
  width: 100%;
  top: 0;
}
#mainMenu li:last-child{
  margin-right: 0;
}
#mainMenu li a:hover{
  background-color: #0074c4;
  border-radius: 5px;
  color: #fff;
}
#mainMenu li a:active{
  background-color: #0074c4;
  border-radius: 5px;
  color: #fff;
}
#mainMenu li a.active{
  background-color: #0074c4;
  border-radius: 5px;
  color: #fff;
}
#mainMenu li a{
  color: #5a5b5e;
  font-family: GeLight;
  font-size: 12px;
  text-transform: uppercase;
  transition: 0.5s;
  border-radius: 5px;
}
#mainMenu li{
  margin-right: 5px;
}
#navHomepage .navbar-toggler .navbar-toggler-icon-line{
  background-image: url("../img/iconNavbarToggler.png");
  width: 30px;
  height: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: block;
}
#navHomepage .navbar-toggler{
  border:none;
}
#navHomepage .navbar-toggler:focus{
  outline: 0;
}
.owlCarouselHomeSlider .item{
  height: 580px;
}
.owlCarouselHomeSlider .owl-dots {
  display: none;
  position: absolute;
  left:0;
  right:0;
  text-align: center;
  bottom: 10%; }
.owlCarouselHomeSlider .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius:50%;
  background-color: inherit;
  border:2px solid #fff;
  border-color: #fff;
  display: inline-block;
  margin: 3px}
.owlCarouselHomeSlider .owl-dots .owl-dot.active:focus{
  outline: 0;
}
.owlCarouselHomeSlider .owl-dots .owl-dot.active {
  background-color: #fff;
  border:2px solid #fff;
}


.owlCarouselHomeSlider .content_slider{
  margin-top: 150px;
  margin-right: 100px;
  padding-left: 60px;
}
.owlCarouselHomeSlider .sliderTags .sliderTags_box:hover{
  background-color: rgba(12, 50, 77, 0.6);
  -moz-box-shadow: rgba(255, 255, 255, 0.45) 0px 3px 20px 0px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.45) 0px 3px 20px 0px;
  box-shadow: rgba(255, 255, 255, 0.45) 0px 3px 20px 0px;
}
.owlCarouselHomeSlider .sliderTags .sliderTags_box{
  background-color: rgba(12, 50, 77, 0.6);
  direction: rtl;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeLight;
}
.owlCarouselHomeSlider .sliderDescription{
  font-family: MARegular;
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 1.2;
  direction: rtl;
  height: 99px;
  overflow: hidden;
}
.owlCarouselHomeSlider .sliderTitle{
  font-family: GeMedium;
  direction: rtl;
  font-size: 37px;
}
.owlCarouselHomeSlider .sliderDate{
  font-family: "GeDinar";
  direction: rtl;
  font-size: 26px;
  margin-top: 20px;
}
.owlCarouselHomeSlider .sliderLink .sliderLink_box span{
  background-image: url('../img/sliderArrowLInk.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 35px;
}
.owlCarouselHomeSlider .sliderLink .sliderLink_box:hover{
  background-color: rgba(12, 50, 77, 0.6);
  -moz-box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 20px 0px;
  -webkit-box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 20px 0px;
  box-shadow: rgba(255, 255, 255, 0.8) 0px 3px 20px 0px;
}
.owlCarouselHomeSlider .sliderLink .sliderLink_box{
  background-color: rgba(12, 50, 77, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-family: GeMedium;
  transition: 0.5s;
}
.owlCarouselHomeSlider .owl-stage, .owlCarouselHomeSlider.owl-drag .owl-item{
  -ms-touch-action: auto;
  touch-action: auto;
}
.owlCarouselHomeSlider .owl-nav{
  display: none;
}
.customPrevBtnDiv{
  z-index: 1;
  position: absolute;
  bottom: 22%;
  right: 0;
  cursor: pointer;
}
.customNextBtnDiv{
  z-index: 1;
  position: absolute;
  bottom:39%;
  cursor: pointer;
}

#navbarSupportedContent .input-group{
  width: 100%;
}
#navCategory{background-color: #0074c4}
#navCategory ul{}
#navCategory ul li a:hover{
  background-color: #fff;
  color: #0074c4;
}
#navCategory ul li a.active{
  background-color: #fff;
  color: #0074c4;
}
#navCategory ul li a{
  font-family: GeMedium;
  padding: 10px 21px 10px 23px;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  transition: 0.5s;
}
.btn-search_navbar:focus{
  outline: 0;
}
.btn-search_navbar{
  border: none;
  background-color: #ecedf1;
  z-index: 1;
  cursor: pointer;
  background-image: url("../img/searchIcon.png");
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  display: inline-block;
  background-position: center;
  padding: 0px 25px;
  border-radius: 5px;
}
.input-serach_navbar:focus{
  outline: 0;
  box-shadow: none;
  border-color: #d3d4d4;
}
.input-serach_navbar::-webkit-input-placeholder {color:#5a5b5e;font-size: 15px;font-family: GeLight;}
.input-serach_navbar::-moz-placeholder          {color:#5a5b5e;font-size: 15px;font-family: GeLight;}/* Firefox 19+ */
.input-serach_navbar:-moz-placeholder           {color:#5a5b5e;font-size: 15px;font-family: GeLight;}/* Firefox 18- */
.input-serach_navbar:-ms-input-placeholder      {color:#5a5b5e;font-size: 15px;font-family: GeLight;}
.input-serach_navbar{
  direction: rtl;
  right:3px;
  background-color: #d3d4d4;
}
#socialIcon ul{
  position: absolute;
  top:15px;
}
#articleLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#articleLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#articleLayer .cards_link{
  background-color: rgba(12, 50, 77, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  margin: 10px 0 40px ;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: GeMedium;
}
#articleLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#articleLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 1024px) {
  #articleLayer .card {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #articleLayer .card {
    max-width: 290px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #articleLayer .card:first-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #articleLayer .card {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #articleLayer .card:first-child {
    margin-right: 0;
  }
}
#articleLayer .card span {
  display: block;
}
#articleLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#articleLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#articleLayer .card .card-header {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#articleLayer .card .card-header:hover, #articleLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#articleLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#articleLayer .card .card-link a{
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#articleLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#articleLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#articleLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#articleLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#articleLayer .card:hover, #articleLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#biblicalStudiesLayer {
  background-image: url("../img/biblicalStudiesLayer.png");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: auto;
  padding-top: 15px;
  padding-bottom: 40px;
}
#biblicalStudiesLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  color: #fff;
  margin-top: 15px;
}
#biblicalStudiesLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/biblicalStudiesDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#biblicalStudiesLayer .cards_link{
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
}
#biblicalStudiesLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#biblicalStudiesLayer .card {
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
  padding-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 1024px) {
  #biblicalStudiesLayer .card {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #biblicalStudiesLayer .card {
    max-width: 290px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #biblicalStudiesLayer .card:first-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #biblicalStudiesLayer .card {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #biblicalStudiesLayer .card:first-child {
    margin-right: 0;
  }
}
#biblicalStudiesLayer .card span {
  display: block;
}
#biblicalStudiesLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-family: MARegular;
  overflow: hidden;
  height: 118px;
}
#biblicalStudiesLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#biblicalStudiesLayer .card .card-header {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#biblicalStudiesLayer .card .card-header:hover, #biblicalStudiesLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#biblicalStudiesLayer .card .card-link a span{
  background-image: url('../img/biblianArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#biblicalStudiesLayer .card .card-link a{
  text-decoration: none;
  color: #fff;
  font-family: GeMedium;
  font-size: 20px;
}
#biblicalStudiesLayer .card .card-category:before {
  margin-left:-100%;margin-right: 30px}
#biblicalStudiesLayer .card .card-category:after {
  margin-right:-100%;margin-left: 30px}
#biblicalStudiesLayer .card .card-category:before , #biblicalStudiesLayer .card .card-category:after {
  content:'';
  width:100%;
  border-bottom:5px #fff solid;
  display:inline-block;
  vertical-align:middle;
}
#biblicalStudiesLayer .card .card-category {
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  font-family: GeBold;
  font-size: 19px;
}
#biblicalStudiesLayer .card .card-title {
  font-size: 18px;
  font-family: GeMedium;
  color: #fff;
}
#biblicalStudiesLayer .card .card-date {
  color: #fff;
  font-family: "GeDinar";
  font-size: 25px;
}
#biblicalStudiesLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#biblicalStudiesLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#biblicalStudiesLayer .card:hover, #biblicalStudiesLayer .card:focus {
  background: rgba(255, 255, 255, 0.1);
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#bulletinSectionLayer{
  background-image: url("../img/publicationLayer.png");
  background-size: cover;
  background-position: top;
  width: 100%;
  height: auto;
  padding-top: 25px;
  padding-bottom: 160px;
}
#bulletinSectionLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
}
#bulletinSectionLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#bulletinSectionLayer .cards_link{
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 0px 0px rgba(0, 0, 0, 0.3);
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
}
#bulletinSectionLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bulletinSectionLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  margin-top: 30px;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 1024px) {
  #bulletinSectionLayer .card {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #bulletinSectionLayer .card {
    max-width: 205px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  #bulletinSectionLayer .card:first-child {
    margin-right: 0;
  }
  #bulletinSectionLayer .card:nth-child(2) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #bulletinSectionLayer .card {
    max-width: 250px;
    margin-right: 40px;
    margin-bottom: 20px;
  }
  #bulletinSectionLayer .card:first-child {
    margin-right: 0;
  }
  #bulletinSectionLayer .card:nth-child(2) {
    margin-right: 0;
  }
}
#bulletinSectionLayer .card span {
  display: block;
}
#bulletinSectionLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  font-size: 22px;
  line-height: 1.2;
  overflow: hidden;
  height: 118px;
}
#bulletinSectionLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#bulletinSectionLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#bulletinSectionLayer .card .card-header:hover, #bulletinSectionLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#bulletinSectionLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#bulletinSectionLayer .card .card-link a{
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family:GeMedium;
}
#bulletinSectionLayer .card .card-title {
  font-size: 18px;
  min-height: 75px;
  color: #092233;
  font-family: GeMedium;
}
#bulletinSectionLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
}
#bulletinSectionLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#bulletinSectionLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#bulletinSectionLayer .card:hover, #bulletinSectionLayer .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#bulletinSectionLayer .card .card-category:before {
  margin-left:-100%;margin-right: 30px}
#bulletinSectionLayer .card .card-category:after {
  margin-right:-100%;margin-left: 30px}
#bulletinSectionLayer .card .card-category:before , #bulletinSectionLayer .card .card-category:after {
  content:'';
  width:100%;
  border-bottom:5px #fff solid;
  display:inline-block;
  vertical-align:middle;
}
#bulletinSectionLayer .card .card-category {
  overflow: hidden;
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
  font-family: GeBold;
  color: #fff;
}
#bulletinSectionLayer .cards .card-double-category:before {
  margin-left:-100%;margin-right: 30px}
#bulletinSectionLayer .cards .card-double-category:after {
  margin-right:-100%;margin-left: 30px}
#bulletinSectionLayer .cards .card-double-category:before , #bulletinSectionLayer .cards .card-double-category:after {
  content:'';
  width:27%;
  border-bottom:5px #fff solid;
  display:inline-block;
  vertical-align:middle;
}
#bulletinSectionLayer .cards .card-double-category {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  text-align: center;
  color: #fff;
  font-family: GeBold;
  font-size: 25px;
}
#publicationLayer{
  position: relative;
  bottom: 60px;
}
#publicationLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#publicationLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#publicationLayer .cards_link{
  background-color: rgba(12, 50, 77, 1);
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  margin: 10px 0 40px ;
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-family: GeMedium;
}
#publicationLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#publicationLayer .card {
  position: relative;
  margin-bottom: 20px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 1024px) {
  #publicationLayer .card {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #publicationLayer .card {
    max-width: 290px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #publicationLayer .card:first-child {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  #publicationLayer .card {
    max-width: 350px;
    margin-right: 30px;
    margin-bottom: 20px;
  }
  #publicationLayer .card:first-child {
    margin-right: 0;
  }
}
#publicationLayer .card span {
  display: block;
}
#publicationLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#publicationLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#publicationLayer .card .card-header {
  position: relative;
  height: 425px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#publicationLayer .card .card-header:hover, #publicationLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#publicationLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#publicationLayer .card .card-link a{
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#publicationLayer .card .card-title {
  font-size: 18px;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
#publicationLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#publicationLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#publicationLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#publicationLayer .card a {
  text-decoration: none;
}
#publicationLayer .card:hover, #publicationLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_title{
  font-family: GeLight;
  font-size: 55px;
  color: #fff;
}
#ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_description{
  font-family: MARegular;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding: 0 200px 30px;
}
#ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_link span{
  background-image: url('../img/biblianArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_link {
  text-decoration: none;
  color: #fff;
  font-family: GeMedium;
  font-size: 20px;
}
#ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer{
  background-image: url("../img/docuumentsLayer.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  position: relative;
  height: 250px;
  bottom:125px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#ecclesiasticalDocumentContainerMobile #ecclesiasticalDocumentLayerMobile .ecclesiastical_box .ecclesiastical_title{
  font-family: GeLight;
  line-height: 1.2;
  font-size: 40px;
  color: #fff;
}
#ecclesiasticalDocumentContainerMobile #ecclesiasticalDocumentLayerMobile .ecclesiastical_box .ecclesiastical_description{
  font-family: MARegular;
  font-size: 22px;
  color: #fff;
  line-height: 1.2;
  padding:15px 0;
}
#ecclesiasticalDocumentContainerMobile #ecclesiasticalDocumentLayerMobile .ecclesiastical_box .ecclesiastical_link span{
  background-image: url('../img/biblianArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#ecclesiasticalDocumentContainerMobile #ecclesiasticalDocumentLayerMobile .ecclesiastical_box .ecclesiastical_link {
  text-decoration: none;
  color: #fff;
  font-family: GeMedium;
  font-size: 20px;
}
#ecclesiasticalDocumentContainerMobile #ecclesiasticalDocumentLayerMobile{
  background-image: url("../img/docuumentsLayer.png");
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  -webkit-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  -moz-box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  box-shadow: 0px 3px 0px 0px rgba(12, 50, 77, 0.6);
  position: relative;
  height: auto;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#tab-product-list .nav-item a{
  color: #7896ac;
  border-bottom: 1px solid #0f3c5b;
  font-family: "GeMedium";
  border-radius: 0;
  padding: 20px 30px;
  cursor: pointer;
}
#tab-product-list .nav-item a.active{
  background-color: #0c324d;
  background-image: url("../img/tabsArrowActive.png");
  background-position: 30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0074c4;
  font-size: 18px;
  color: #fff;
}
#tab-product-list .nav-item{
  background-color: #0c324d;
}
#tab-benefit-list .nav-item a{
  color: #7896ac;
  font-family: "GeLight";
}
#tab-benefit-list .nav-item a.active{
  background-color: #051928;
  background-image: none;
  border-bottom: 1px solid #0f3c5b;
  color: #0074c4;
}
#tab-benefit-list .nav-item{
  background-color: #051928;
}
#tab-product-list-mobile .nav-item a{
  color: #7896ac;
  border-bottom: 1px solid #0f3c5b;
  font-family: "GeMedium";
  border-radius: 0;
  padding: 20px 30px;
}
#tab-product-list-mobile .nav-item a.active{
  background-color: #0c324d;
  background-image: url("../img/tabsArrowActive.png");
  background-position: 30px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #0074c4;
  color: #fff;
}
#tab-product-list-mobile .nav-item{
  background-color: #0c324d;
}
#tab-benefit-list-mobile .nav-item a{
  color: #7896ac;
  font-family: "GeLight";
}
#tab-benefit-list-mobile .nav-item a.active{
  background-color: #051928;
  background-image: none;
  border-bottom: 1px solid #0f3c5b;
  color: #0074c4;
}
#tab-benefit-list-mobile .nav-item{
  background-color: #051928;
}
.textContainer_about .textWord_about .textWord_about_description{
  font-family: "MARegular";
  font-size: 25px;
  color: #5e5e5e;
  line-height: 1.2;
  direction: rtl;
  text-align: right;
}
#bannerPage{position: relative;}
#bannerPage .banner-img{height: 195px;object-fit: cover;object-position: top;width: 100%}
#pagesBannerInfo .pagesBannerInfo_box p{
  padding-right: 30px;
  font-family: GeMedium;
  font-size: 37px;
  color:#0074c4;
  text-transform: uppercase;
}
#pagesBannerInfo .pagesBannerInfo_box{
  text-align: right;
  background-color: #f8f8f8;
  border-bottom:5px solid #dfdfdf;
  display: flex;
  justify-content: right;
  align-items: center;
  direction: rtl;
  height: 95px;
}
#pagesBannerInfo .pagesBannerInfo_error p{
  padding-right: 30px;
  font-family: 'Roboto', sans-serif;
  font-size: 37px;
  color:#0074c4;
  text-transform: uppercase;
}
#pagesBannerInfo .pagesBannerInfo_error{
  text-align: right;
  background-color: #fff;
  border-bottom:5px solid #dfdfdf;
  display: flex;
  justify-content: right;
  align-items: center;
  direction: rtl;
  height: 95px;
}
#pagesBannerInfo {
  position: relative;
  bottom: 47px;
  left: 0;
  right: 0;
}
.mambers_container :nth-child(n+4){
  margin-top: 30px;
}
.members_list_box{ border-bottom: 3px solid #c1cad0 }

.members_list_box img{
  min-height: 245px;
  max-height: 245px;
  object-fit: cover;
}
}


.members_list_box .members_box_link span{

  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;

}
.members_list_box .members_box_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 15px 20px 15px 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeMedium;
  background-image: url('../img/sliderArrowLInk.png');
  display: inline-block;
  padding-right: 35px;
  background-position: 20px;
  background-repeat: no-repeat;
}
.members_list_box .members_box_description{
  direction: rtl;
  font-size: 20px;
  font-family: MARegular;
  color: #5e5e5e;
  overflow: hidden;
  position: relative;
  line-height: 1.2em;
  max-height: 3.6em;
  text-align: justify;
  min-height: 75px;
}
.members_list_box .members_box_title{
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
  color: #0074c4;
}
.hideContent {
  overflow: hidden;
  line-height: 1em;
  height: 12em;
}
.showContent {
  line-height: 1em;
  height: auto;
}
.showContent{
  height: auto;
}
.show-more {
  padding: 10px 0;
  text-align: center;
}
.member_detail_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
  margin-bottom: -3px;
}
.member_detail_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.member_detail_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 14px 20px 14px 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
  top: 10px;
}
.member_header .social_container ul li:first-child{
  border:none;
}
.member_header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.member_header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.member_header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.member_header{
  margin-bottom: 30px;
  direction: rtl;
}
.member_body .member_detail_download_link a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeLight";
  font-size: 17px;
  color: #092233;
  text-decoration: none;
}
.member_body .member_detail_download_link span{
  margin-left: 10px;
  background-image: url("../img/iconDownload.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.member_body .member_detail_description {
  font-family: "MARegular";
  font-size: 25px;
  color: #5e5e5e;
  line-height: 1.2;
  margin-top: 20px;
  margin-bottom: 15px;
}
.member_body .member_detail_title{
  font-family: "GeMedium";
  font-size: 30px;
  color: #0074c4;
}
.member_body hr, .member_contact hr{
  color: #c1cad0;
  height: 2px;
  width: 100%;
}
.member_box{
  direction: rtl;
  text-align: right;
}
.member_contact .member_contact_title span{
  margin-left: 10px;
  background-image: url("../img/iconContactMember.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 44px;
  height: 33px;
}
.member_contact .member_contact_title{
  font-family: "GeMedium";
  font-size: 25px;
  color: #092233;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.member_contact #memberForm input::-webkit-input-placeholder, .member_contact #memberForm textarea::-webkit-input-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
.member_contact #memberForm input::-moz-placeholder, .member_contact #memberForm textarea::-moz-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}/* Firefox 19+ */
.member_contact #memberForm input:-moz-placeholder, .member_contact #memberForm textarea:-moz-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}/* Firefox 18- */
.member_contact #memberForm input:-ms-input-placeholder, .member_contact #memberForm textarea:-ms-input-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
.member_contact #memberForm input, .member_contact #memberForm textarea {
  background-color: #dfdfdf;
  border: none;
  padding: 10px;
}
.member_contact #memberForm .submit_buttonMember span{
  background-image: url('../img/sliderArrowLInk.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  margin-right: 35px;
  background-position: center;
}
.member_contact #memberForm .submit_buttonMember{
  background-color: rgba(12, 50, 77, 1);
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeMedium;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border:none;
}
.member_contact #memberForm{
  width: 100%;
}
.member_contact_links .member_contact_links_button_more span{
  background-image: url('../img/sliderArrowLInk.png');
  width: 10px;
  height: 16px;
  background-size: 100%;
  position: absolute;
  left: 30px;
  bottom:15px;
  transform: rotate(-90deg);
}
.member_contact_links .member_contact_links_button_more a{
  color: #fff;
  text-decoration: none;
}
.member_contact_links .member_contact_links_button_more{
  margin-top: 30px;
  background-color: rgba(12, 50, 77, 1);
  cursor: pointer;
  padding: 15px 15px 15px 15px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeMedium;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border:none;
}
.member_contact_links .member_contact_links_title span{
  margin-left: 10px;
  background-image: url("../img/iconContactLinksMember.png");
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  width: 44px;
  height: 33px;
}
.member_contact_links .member_contact_links_title{
  font-family: "GeMedium";
  font-size: 25px;
  color: #092233;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
.member_contact_links .member_contact_links_body{
  text-decoration: none;
  font-family: "GeLight";
  font-size: 20px;
  color: #0c324d;

}
.member_contact_links .member_contact_links_body .member_contact_links_body_title{
  border-bottom: 1px solid #c1cad0;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url("../img/arrowContactLinksMember.png");
  display: block;
  background-repeat: no-repeat;
  background-position: left;
  background-size:15px;
  font-family: "GeLight";
  font-size: 20px;
  color: #0c324d;
}
#multimediaLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#multimediaLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#multimediaLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#multimediaLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #multimediaLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #multimediaLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #multimediaLayer .card {
    max-width: 290px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #multimediaLayer .card {
    max-width: 350px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#multimediaLayer .card span {
  display: block;
}
#multimediaLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#multimediaLayer .card .card-header {
  position: relative;
  height: 220px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#multimediaLayer .card .card-header:hover, #multimediaLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#multimediaLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
  position: relative;
  top: 3px;
}
#multimediaLayer .card .card-link a:focus{
 outline: 0;
}
#multimediaLayer .card .card-link .fancybox-caption{
  display: none;
}
#multimediaLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#multimediaLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#multimediaLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#multimediaLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#multimediaLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#multimediaLayer .card:hover, #multimediaLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#multimediaSelects{
  display: flex;
}
#multimediaSelects .form-group select{
  outline: 0;
}
#multimediaSelects .form-group select option{
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#multimediaSelects .form-group select:focus{
  outline: 0;
  box-shadow: none;
}
#multimediaSelects .form-group select{
  direction: rtl;
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
  text-transform: uppercase;
  appearance:listbox;
  -moz-appearance:listbox;
  -webkit-appearance:listbox;
  background-image: url("../img/iconMultimediaSelect.png");
  background-repeat: no-repeat;
  background-position: 10px;
}
.useful-box{
  border:2px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 20px;
}
.useful-box .useful-contain .useful-title{
  font-family: "GeMedium";
  font-size: 20px;
  color: #0c324d;
  display: flex;
  justify-content: right;
  align-items: center;
  direction: rtl;
}
.useful-box .useful-contain .useful-link{
  font-family: "GeLight";
  text-decoration: underline;
  font-size: 17px;
  color: #0c324d;
  display: flex;
  justify-content: right;
  align-items: center;
  direction: rtl;
}
.useful-box .useful-icon{
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-box{
  border:2px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 10px;
}
.faq-box .faq-contain .faq-title{
  font-family: "GeMedium";
  font-size: 20px;
  color: #0c324d;
  display: flex;
  justify-content: right;
  text-align: right;
  align-items: center;
  direction: rtl;
}
.faq-box .faq-contain .faq-link{
  font-family: "MARegular";
  font-size: 22px;
  color: #5e5e5e;
  line-height: 1.2;
  display: flex;
  justify-content: right;
  align-items: center;
  direction: rtl;
}
.faq-box .faq-icon{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.how-contactus_box .how-contactus_box_description{
  padding-bottom: 40px;
  font-size: 25px;
  font-family: "MARegular";
  color: #fff;
  line-height: 1.2;
}
.how-contactus_box .how-contactus_box_title{
  font-family: "GeMedium";
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  margin: 20px 0;
}
.how-contactus_box .how-contactus_box_icon{
  padding-top: 30px;
}
.how-contactus_box{
  background-color: #0c324d;
  border-radius: 5px;
}
.contact-title img{

  margin-left: 15px;
}
.contact-title{
  font-size: 25px;
  font-family: "GeMedium";
  color: #092233;
}
#contactForm input::-webkit-input-placeholder,  #contactForm textarea::-webkit-input-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#contactForm input::-moz-placeholder,  #contactForm textarea::-moz-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}/* Firefox 19+ */
#contactForm input:-moz-placeholder,  #contactForm textarea:-moz-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}/* Firefox 18- */
#contactForm input:-ms-input-placeholder,  #contactForm textarea:-ms-input-placeholder{
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#contactForm .error, #memberForm .error{
  color: #4d0c0c;
  font-size: 15px;
  float: right;
  direction: rtl;
  text-align: right;
  font-family: "GeLight";
}
#contactForm input,  #contactForm textarea {
  background-color: #dfdfdf;
  border: none;
  padding: 10px;
}
#contactForm .submit_buttonMember span{
  background-image: url('../img/sliderArrowLInk.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  margin-right: 35px;
  margin-top: 3px;
  background-position: center;
}
#contactForm .submit_buttonMember{
  margin: 0 auto;
  background-color: rgba(12, 50, 77, 1);
  cursor: pointer;
  padding: 15px 20px 15px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeMedium;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border:none;
}
#contactForm{
  direction: rtl;
}
#articleRecoveredLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#articleRecoveredLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#articleRecoveredLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#articleRecoveredLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #articleRecoveredLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #articleRecoveredLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #articleRecoveredLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #articleRecoveredLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#articleRecoveredLayer .card span {
  display: block;
}
#articleRecoveredLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#articleRecoveredLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#articleRecoveredLayer .card .card-header:hover, #articleRecoveredLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#articleRecoveredLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#articleRecoveredLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#articleRecoveredLayer .card .card-title {
  font-size: 18px;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
  height: 70px;
  overflow: hidden;
}
#articleRecoveredLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#articleRecoveredLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#articleRecoveredLayer .card .card-tag-image {
  background-image: url("../img/tagImages-small.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: top right;
}
#articleRecoveredLayer .card .card-tag-audio {
  background-image: url("../img/tagAudio-small.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: top right;
}
#articleRecoveredLayer .card .card-tag-video {
  background-image: url("../img/tagVideos-small.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: top right;
}
#articleRecoveredLayer .card:hover, #articleRecoveredLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#articleRecoveredSelects {
  display: inline-flex;
}
#articleRecoveredSelects .form-group select{
  outline: 0;
}
#articleRecoveredSelects .form-group select option{
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#articleRecoveredSelects .form-group select:focus{
  outline: 0;
  box-shadow: none;
}
#articleRecoveredSelects .form-group select{
  direction: rtl;
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
  text-transform: uppercase;
  appearance:listbox;
  -moz-appearance:listbox;
  -webkit-appearance:listbox;
  background-image: url("../img/iconMultimediaSelect.png");
  background-repeat: no-repeat;
  background-position: 10px;
}
#ecclesiasticalLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#ecclesiasticalLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#ecclesiasticalLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#ecclesiasticalLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #ecclesiasticalLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #ecclesiasticalLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #ecclesiasticalLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #ecclesiasticalLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#ecclesiasticalLayer .card span {
  display: block;
}
#ecclesiasticalLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#ecclesiasticalLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#ecclesiasticalLayer .card .card-header:hover, #ecclesiasticalLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#ecclesiasticalLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#ecclesiasticalLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#ecclesiasticalLayer .card .card-title {
  font-size: 18px;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
  height: 105px;
  overflow: hidden;
}
#ecclesiasticalLayer .card .card-name-pope a {
  font-size: 15px;
  color: #fff;
  font-family: "GeLight";
  direction: rtl;
  background-color: #0c324d;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
}
#ecclesiasticalLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#ecclesiasticalLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#ecclesiasticalLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#ecclesiasticalLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#ecclesiasticalLayer .card:hover, #ecclesiasticalLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#lecturesLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#lecturesLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#lecturesLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lecturesLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #lecturesLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  #lecturesLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #lecturesLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #lecturesLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#lecturesLayer .card span {
  display: block;
}
#lecturesLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#lecturesLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#lecturesLayer .card .card-header:hover, #lecturesLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#lecturesLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#lecturesLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#lecturesLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#lecturesLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#lecturesLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#lecturesLayer .card .card-tag-audio{
  background-image: url("../img/tagAudio-small.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: top right;
}
#lecturesLayer .card .card-tag-video {
  background-image: url("../img/tagVideos-small.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: top right;
}
#lecturesLayer .card:hover, #lecturesLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#lecturesSelects{
  display: inline-flex}
#lecturesSelects .form-group select{
  outline: 0;
}
#lecturesSelects .form-group select option{
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#lecturesSelects .form-group select:focus{
  outline: 0;
  box-shadow: none;
}
#lecturesSelects .form-group select{
  direction: rtl;
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
  text-transform: uppercase;
  appearance:listbox;
  -moz-appearance:listbox;
  -webkit-appearance:listbox;
  background-image: url("../img/iconMultimediaSelect.png");
  background-repeat: no-repeat;
  background-position: 10px;
}
#magazinelLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#magazinelLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#magazinelLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#magazinelLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #magazinelLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  #magazinelLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #magazinelLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #magazinelLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#magazinelLayer .card span {
  display: block;
}
#magazinelLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#magazinelLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#magazinelLayer .card .card-header:hover, #magazinelLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#magazinelLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#magazinelLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#magazinelLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#magazinelLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#magazinelLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#magazinelLayer .card:hover, #magazinelLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#alNashraRecoveredLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#alNashraRecoveredLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#alNashraRecoveredLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#alNashraRecoveredLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #alNashraRecoveredLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  #alNashraRecoveredLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #alNashraRecoveredLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #alNashraRecoveredLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#alNashraRecoveredLayer .card span {
  display: block;
}
#alNashraRecoveredLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#alNashraRecoveredLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#alNashraRecoveredLayer .card .card-header:hover, #alNashraRecoveredLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#alNashraRecoveredLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#alNashraRecoveredLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#alNashraRecoveredLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#alNashraRecoveredLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#alNashraRecoveredLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#alNashraRecoveredLayer .card .card-name-topic a {
  font-size: 15px;
  color: #fff;
  font-family: "GeLight";
  direction: rtl;
  background-color: #0c324d;
  border-radius: 5px;
  padding: 8px 10px;
  text-decoration: none;
}
#alNashraRecoveredLayer .card:hover, #alNashraRecoveredLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#studiesLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#studiesLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#studiesLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#studiesLayer .card {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 30px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #studiesLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  #studiesLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #studiesLayer .card {
    max-width: 210px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  #studiesLayer .card {
    max-width: 255px;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}
#studiesLayer .card span {
  display: block;
}
#studiesLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#studiesLayer .card .card-header {
  position: relative;
  height: 160px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#studiesLayer .card .card-header:hover, #studiesLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#studiesLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
#studiesLayer .card .card-link a{
  cursor: pointer;
  text-decoration: none;
  color: #092233;
  font-size: 20px;
  font-family: GeMedium;
  direction: rtl;
}
#studiesLayer .card .card-title {
  font-size: 18px;
  height: 105px;
  overflow: hidden;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
}
#studiesLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#studiesLayer .card .card-date span:first-child {margin: 0}
#studiesLayer .card .card-date span {
  margin-right: 10px;
}
#studiesLayer .card .card-date {
  color: #0074c4;
  font-size: 20px;
  font-family: "GeDinar";
  direction: rtl;
  display: inherit;
  margin: 0 auto;
}
#studiesLayer .card:hover, #studiesLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#studiesSelects{
  /*display: inline-flex;*/
}
#studiesSelects .form-group select{
  outline: 0;
}
#studiesSelects .form-group select option{
  background-color: #dfdfdf;
  border: 1px solid #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#studiesSelects .form-group select:focus{
  outline: 0;
  box-shadow: none;
}
#studiesSelects .form-group select{
  direction: rtl;
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
  text-transform: uppercase;
  appearance:listbox;
  -moz-appearance:listbox;
  -webkit-appearance:listbox;
  background-image: url("../img/iconMultimediaSelect.png");
  background-repeat: no-repeat;
  background-position: 10px;
}
#publicationPageLayer .artile_section_title{
  font-size: 40px;
  font-family: GeLight;
  padding-top: 15px;
}
#publicationPageLayer .artile_section_dots{
  display: inline-block;
  background-image: url("../img/ArtileSectionDots.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 7%;
  height: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
}
#publicationPageLayer .cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#publicationPageLayer .card {
  position: relative;
  margin-bottom: 20px;
  background: #e5eaed;
  -moz-border-radius: 5px;
  -webkit-border-radius:5px;
  border-radius: 5px;
  border:none;
}
@media (max-width: 767px) {
  #publicationPageLayer .card {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  #publicationPageLayer .card:nth-child(3n) {
    margin-left: 0;
  }
  #publicationPageLayer .card {
    max-width: 210px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  #publicationPageLayer .card {
    max-width: 210px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #publicationPageLayer .card:nth-child(3n) {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  #publicationPageLayer .card {
    max-width: 255px;
    margin-left: 30px;
    margin-bottom: 20px;
  }
  #publicationPageLayer .card:nth-child(3n) {
    margin-left: 0;
  }
}
#publicationPageLayer .card span {
  display: block;
}
#publicationPageLayer .card .card-header img{
  height: inherit;
  object-fit: cover
}
#publicationPageLayer .card .card-header {
  position: relative;
  height: 320px;
  overflow: hidden;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
#publicationPageLayer .card .card-header:hover, #publicationPageLayer .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
#publicationPageLayer .card .card-link a span{
  background-image: url('../img/artileArrowLink.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-right: 15px;
}
.fancybox-caption{
  top: -20px!important;
  z-index: 1!important;
  width: 100%;
  justify-content: flex-end;
  display: flex;
  justify-content: center;
  font-size: 25px!important;
  font-family: GeMedium;
  direction: rtl;
}
#publicationPageLayer .card  a{
  cursor: pointer;
  text-decoration: none;
  height: 100%;
}
#publicationPageLayer .card .card-title {
  font-size: 18px;
  color: #092233;
  font-family: GeMedium;
  direction: rtl;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
#publicationPageLayer .card .card-description {
  padding: 10px 20px 10px 20px;
  color: #5e5e5e;
  font-family: MARegular;
  direction: rtl;
  line-height: 1.2;
  font-size: 22px;
  overflow: hidden;
  height: 118px;
}
#publicationPageLayer .card .card-date {
  color: #0074c4;
  font-size: 25px;
  font-family: "GeDinar";
  direction: rtl;
}
#publicationPageLayer .card .card-tag-image {
  background-image: url("../img/tagImages.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#publicationPageLayer .card .card-tag-video {
  background-image: url("../img/tagVideos.png");
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background-repeat: no-repeat;
  height: 60px;
  background-position: right;
}
#publicationPageLayer .card:hover, #publicationPageLayer .card:focus {
  background: #e5eaed;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
#pagination .paginationList li a{
  margin-right: 1px;
  text-decoration: none;
  font-family: "GeMedium";
  background-color: #e0e0e0;
  border: none;
  font-size: 20px;
  border-radius: 0;
  color: #0c324d;
  position: relative;
  padding: 10px 18px;
}
#pagination .paginationList li a:hover{
  background-color: #0c324d;
  color: #fff;
}
#pagination .paginationList li.active a{
  background-color: #0c324d;
  border: none;
  border-radius: 0;
  color: #fff;
}
#pagination .paginationList li{
  display: inline;
}
#pagination .paginationList{
  display: flex;
  justify-content: right;
  align-items: center;
  float: right;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.article-detail-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.article-detail-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.article-detail-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.article-detail-header .social_container ul li:first-child{
  border:none;
}
.article-detail-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.article-detail-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.article-detail-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.article-detail-header{
  margin-bottom: 30px;
  direction: rtl;
}
.article-detail-content{
  direction: rtl;
  text-align: right;
}
.article-detail-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.article-detail-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.article-detail-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.article-detail-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.article-detail-content .artile_tags_list .tagList li a{
  font-family: "GeLight";
  font-size: 15px;
  color: #092233;
  text-decoration: none;
}
.article-detail-content .artile_tags_list .tagList li {
  display: inline;
  line-height: 1.2;
}
.article-detail-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.article-detail-content .artile_download_link {
  margin: 20px 0;
}
.article-detail-content .artile_download_link a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeLight";
  font-size: 17px;
  color: #092233;
  text-decoration: none;
}
.article-detail-content .artile_download_link span{
  margin-left: 10px;
  background-image: url("../img/iconDownload.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}

.main-slider .slick-dots {
  position: absolute;
  left:0;
  right:0;
  text-align: center;
  bottom: 10%;
}
video[poster]{
  height:100%;
  width:100%;
  object-fit: cover;
}
.ArticleSlider .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.ArticleSlider .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-slider .slick-dots li button::before {
  width: 18px;
  height: 18px;
  border-radius:50%;
  background-color: inherit;
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  margin:10px;
  font-size: 20px;
  opacity: 1;
}
.main-slider .slick-dots li button::before{
  outline: 0;
}
.main-slider .slick-dots li.slick-active button::before {
  color: #fff;
}
.artile_box_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.artile_box_video .video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.artile_description {
  font-size: 25px;
  line-height: 1.2;
  font-family: "MARegular";
  color: #5e5e5e;
  direction: rtl;
  text-align: right;
}
.ecclesiastical_pop_name:hover{
  text-decoration: none;
  color: #fff;
}
.ecclesiastical_pop_name {
  font-size: 15px;
  color: #fff;
  font-family: "GeLight";
  direction: rtl;
  background-color: #0c324d;
  border-radius: 5px;
  padding: 8px 10px;
}
.ecclesiastical-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.ecclesiastical-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.ecclesiastical-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.ecclesiastical-header .social_container ul li:first-child{
  border:none;
}
.ecclesiastical-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.ecclesiastical-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.ecclesiastical-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.ecclesiastical-header{
  margin-bottom: 30px;
  direction: rtl;
}
.ecclesiastical-content{
  direction: rtl;
  text-align: right;
}
.ecclesiastical-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.ecclesiastical-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.ecclesiastical-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.ecclesiastical-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.ecclesiastical-content .artile_tags_list .tagList li a{
  color: #092233;
  text-decoration: none;
}
.ecclesiastical-content .artile_tags_list .tagList li{
  display: inline;
  font-family: "GeLight";
  font-size: 15px;
  color: #092233;
  line-height: 1.2;
}
.ecclesiastical-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.ecclesiastical-content .artile_download_link {
  margin: 20px 0px;
  display: inline-flex;
  align-items: center;
}
.ecclesiastical-content .artile_download_link .ecclesiastical_download{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeLight";
  font-size: 17px;
  color: #092233;
  text-decoration: none;
  margin-right: 30px;
}
.ecclesiastical-content .artile_download_link .ecclesiastical_download span{
  margin-left: 10px;
  background-image: url("../img/iconDownload.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.ecclesiastical_description {
  font-size: 25px;
  font-family: "MARegular";
  line-height: 1.2;
  color: #5e5e5e;
  direction: rtl;
}
.lectures-detail-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.lectures-detail-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.lectures-detail-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.lectures-detail-header .social_container ul li:first-child{
  border:none;
}
.lectures-detail-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.lectures-detail-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.lectures-detail-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.lectures-detail-header{
  margin-bottom: 30px;
  direction: rtl;
}
.lectures-detail-content{
  direction: rtl;
  text-align: right;
}
.lectures-detail-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.lectures-detail-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
  margin-bottom: 15px;
}
.lectures-detail-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.lectures-detail-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.lectures-detail-content .artile_tags_list .tagList li a{
  font-family: "GeLight";
  font-size: 15px;
  text-decoration:none;
  color: #092233;
}
.lectures-detail-content .artile_tags_list .tagList li{
  display: inline;
  line-height: 1.2;
}
.lectures-detail-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.lectures-detail_box_audio audio{
  width: 100%;
  padding: 15% 10% 13%;
}
.lectures-detail_box_audio{
  height: auto;
  width: 100%;
  background-image: url("../img/LecturesLayerAudio.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  display: block;
}
.lectures-detail_box_video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.lectures-detail_box_video .video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lectures-detail_description {
  font-size: 25px;
  line-height: 1.2;
  font-family: "MARegular";
  color: #5e5e5e;
  direction: rtl;
  text-align: right;
}
.magazine-detail-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.magazine-detail-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.magazine-detail-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.magazine-detail-header .social_container ul li:first-child{
  border:none;
}
.magazine-detail-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.magazine-detail-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.magazine-detail-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.magazine-detail-header{
  margin-bottom: 30px;
  direction: rtl;
}
.magazine-detail-content{
  direction: rtl;
  text-align: right;
}
.magazine-detail-content .magazine_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.magazine-detail-content .magazine_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.magazine-detail-content .magazine_description{
  font-size: 25px;
  font-family: "MARegular";
  line-height: 1.2;
  color: #5e5e5e;
  direction: rtl;
  text-align: right;
}
.magazine-detail-content .magazine_download_link {
  font-family: "GeMedium";
  font-size: 15px;
  background-color: #0074c4;
  padding: 10px;
  border-radius: 5px;
  color: #e6e8f1;
  text-decoration: none;
}
.magazine-detail-content .magazine_download_link span{
  font-family: "MARegular";
  font-size: 17px;
  color: #e6e8f1;
  margin-right: 5px;
}
#bibleSelects #FormBible{
  display: flex;
}
#bibleSelects .form-group select{
  outline: 0;
}
#bibleSelects .form-group select option{
  background-color: #fff;
  border: 1px solid #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
}
#bibleSelects .form-group select:focus{
  outline: 0;
  box-shadow: none;
}
#bibleSelects .form-group select{
  direction: rtl;
  height: 50px;
  border: 1px solid #dfdfdf;
  background-color: #dfdfdf;
  color: #0c324d;
  font-size: 15px;
  font-family: "GeLight";
  text-transform: uppercase;
  appearance:listbox;
  -moz-appearance:listbox;
  -webkit-appearance:listbox;
  background-image: url("../img/iconMultimediaSelect.png");
  background-repeat: no-repeat;
  background-position: 10px;
}

#bibleSelects .social_container ul li:first-child{
  border:none;
}
#bibleSelects .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
#bibleSelects .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
#bibleSelects .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
  direction: rtl;
}
#bibleLayer .bible_content .bible_content_title{
  font-family: "GeMedium";
  font-size: 30px;
  color: #092233;
}
#bibleLayer .bible_content .bible_content_description{
  font-family: "MARegular";
  font-size: 25px;
  color: #5e5e5e;
  line-height: 1.2;
}
#bibleLayer .bible_content{
  direction: rtl;
  text-align: right;
}
.al-nashra_topic:hover{
  text-decoration: none;
  color: #fff;
}
.al-nashra_topic {
  font-size: 15px;
  color: #fff;
  font-family: "GeLight";
  direction: rtl;
  background-color: #0c324d;
  border-radius: 5px;
  padding: 8px 10px;
}
.al-nashra-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.al-nashra-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.al-nashra-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.al-nashra-header .social_container ul li:first-child{
  border:none;
}
.al-nashra-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.al-nashra-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.al-nashra-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.al-nashra-header{
  margin-bottom: 30px;
  direction: rtl;
}
.al-nashra-content{
  direction: rtl;
  text-align: right;
}
.al-nashra-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.al-nashra-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.al-nashra-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.al-nashra-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.al-nashra-content .artile_tags_list .tagList li{
  display: inline;
  font-family: "GeLight";
  font-size: 15px;
  color: #092233;
  line-height: 1.2;
}
.al-nashra-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.al-nashra-content .artile_download_link {
  margin: 20px 0px;
  display: inline-flex;
  align-items: center;
}
.al-nashra_image {
  width: 100%;
}
.al-nashra_description {
  font-size: 25px;
  line-height: 1.2;
  font-family: "MARegular";
  color: #5e5e5e;
  direction: rtl;
  text-align: right;
}
.biblicalStudies-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.biblicalStudies-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.biblicalStudies-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.biblicalStudies-header .social_container ul li:first-child{
  border:none;
}
.biblicalStudies-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.biblicalStudies-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.biblicalStudies-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.biblicalStudies-header{
  margin-bottom: 30px;
  direction: rtl;
}
.biblicalStudies-content{
  direction: rtl;
  text-align: right;
}
.biblicalStudies-content .artile_date span:first-child{
  margin: 0;
}
.biblicalStudies-content .artile_date span{
  margin-right: 10px;
}
.biblicalStudies-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.biblicalStudies-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.biblicalStudies-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.biblicalStudies-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.biblicalStudies-content .artile_tags_list .tagList li a{
  font-family: "GeLight";
  font-size: 15px;
  color: #092233;
  text-decoration:none;
}
.biblicalStudies-content .artile_tags_list .tagList li{
  display: inline;

  line-height: 1.2;
}
.biblicalStudies-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.biblicalStudies-content .artile_download_link {
  margin: 20px 0px;
  display: inline-flex;
  align-items: center;
}
.biblicalStudies-content .artile_download_link .biblicalStudies_download{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeLight";
  font-size: 17px;
  color: #092233;
  text-decoration: none;
}
.biblicalStudies-content .artile_download_link .biblicalStudies_download span{
  margin-left: 10px;
  background-image: url("../img/iconDownload.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.biblicalStudies_image {
  width: 100%;
}
.biblicalStudies_description {
  font-size: 25px;
  font-family: "MARegular";
  color: #5e5e5e;
  direction: rtl;
  text-align: right;
  line-height: 1.2;
}
.publicationBox-header_back_link span{
  background-image: url('../img/arrowBack.png');
  display: inline-block;
  width: 10px;
  height: 16px;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.publicationBox-header_back_link:hover{
  text-decoration: none;
  color: #fff;
}
.publicationBox-header_back_link{
  background-color: rgba(12, 50, 77, 1);
  padding: 10px 20px 10px 50px;
  float: right;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  position: relative;
}
.publicationBox-header .social_container ul li:first-child{
  border:none;
}
.publicationBox-header .social_container ul li .social-icon{
  font-family: "GeMedium";
  font-size: 15px;
  color: #0c324d;
}
.publicationBox-header .social_container ul li{
  padding: 8px;
  border-right:1px solid #e2e4e8;
}
.publicationBox-header .social_container{
  border:1px solid #e2e4e8;
  border-radius: 5px;
}
.publicationBox-header{
  margin-bottom: 30px;
  direction: rtl;
}
.publicationBox-content{
  direction: rtl;
  text-align: right;
}
.publicationBox-content .artile_date{
  font-size: 26px;
  font-family: "GeDinar";
  color: #0074c4;
}
.publicationBox-content .artile_title{
  font-size: 30px;
  font-family: "GeMedium";
  color: #092233;
}
.publicationBox-content .artile_tags_list .tagList li:last-child:after{
  content: none;
}
.publicationBox-content .artile_tags_list .tagList li:after{
  content: ".";
  padding: 5px;
}
.publicationBox-content .artile_tags_list .tagList li a{
  font-family: "GeLight";
  font-size: 15px;
  color: #092233;
  text-decoration: none;
}
.publicationBox-content .artile_tags_list .tagList li{
  display: inline;
  line-height: 1.2;
}
.publicationBox-content .artile_tags_list .tagList{
  display: inline-block;
  padding: 8px;
  background-color: #dfdfdf;
  border-radius: 5px;
  margin-bottom: 30px;
}
.publicationBox-content .artile_download_link {
  margin: 20px 0px;
  display: inline-flex;
  align-items: center;
}
.publicationBox-content .artile_download_link .publicationBox_download{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "GeLight";
  font-size: 17px;
  color: #092233;
  text-decoration: none;
}
.publicationBox-content .artile_download_link .publicationBox_download span{
  margin-left: 10px;
  background-image: url("../img/iconDownload.png");
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
}
.publicationBox_description {
  font-size: 25px;
  font-family: "MARegular";
  color: #5e5e5e;
  line-height: 1.2;
  direction: rtl;
  text-align: right;
}
.footer{
  height: 90px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "GeMedium";
  color:#092233;
  font-size: 15px;

  position: absolute;
  bottom: 0;
  width: 100%;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 100px;
}
.error-title{
  direction: rtl;
  font-family: "GeMedium";
  font-size: 30px;
  color: #5e5e5e;
  line-height: 1.2;
}
.error-link:hover{
  text-decoration: none;
  color: #fff;
}
.error-link{
  background-color: #0c324d;
  border-radius: 5px;
  font-size: 15px;
  font-family: "GeMedium";
  padding: 10px;
  color: #fff;
}
#modalMenu .modal-header .close{
  color: #fff;
  opacity: 1;
}
#modalMenu .modal-header{
  border: none;
}
#modalMenu .modal-content{
  background-color: inherit;
  border:none;
}
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar:focus{
  outline: 0;
  box-shadow: none;
  border-color: #d3d4d4;
}
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar::-webkit-input-placeholder {color:#f0f1f4;font-size: 15px;font-family: GeLight;}
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar::-moz-placeholder          {color:#f0f1f4;font-size: 15px;font-family: GeLight;}/* Firefox 19+ */
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar:-moz-placeholder           {color:#f0f1f4;font-size: 15px;font-family: GeLight;}/* Firefox 18- */
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar:-ms-input-placeholder      {color:#f0f1f4;font-size: 15px;font-family: GeLight;}
#modalMenu .modal-content #navbarSupportedContent .input-serach_navbar{
  direction: rtl;
  right: 3px;
  border-color:#6d6e71;
  background-color: #6d6e71;
}
#modalMenu .modal-content #navbarSupportedContent li a:hover{
  background-color: #0074c4;
  border-radius: 5px;
  color: #fff;
}
#modalMenu .modal-content #navbarSupportedContent li a:active{
  background-color: #0074c4;
  border-radius: 5px;
  color: #fff;
}
#modalMenu .modal-content #navbarSupportedContent li a{
  color: #fff;
  font-family: GeLight;
  font-size: 15px;
  text-transform: uppercase;
}
#modalMenu .modal-content{
  background-color: inherit;
  border:none;
}
.modal-backdrop {
  opacity:0.9 !important;
}

.fancybox-thumbs>ul>li{
  float: right;
}
#FormBible .error{
  color: #4d0c0c;
  font-size: 15px;
  float: right;
  direction: rtl;
  text-align: right;
  font-family: "GeLight";
}
#FilterButton{
  cursor: pointer;
  border:none;
  background-color: rgba(12, 50, 77, 1);
  padding: 14px 20px 14px 20px;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  font-size: 15px;
  font-family: GeBold;
  width:100%;
  text-align: right;
}
#FilterButton span{
  background-image: url('../img/Filter-btn_arrow.png');
  display: inline-block;
  width: 17px;
  height: 11px;
  background-size: 100%;
  background-position: center;
  margin-right: 10px;
}
#searchResults .result_block:hover{
  text-decoration:none;
}
#searchResults .result_block{
  direction: rtl;
  text-align: right;
  width: 100%;
  text-decoration: none;
}
#searchResults .result_block .result_block_description{
  font-family: "MARegular";
  font-size: 25px;
  color: #5e5e5e;
}
#searchResults .result_block .result_block_title{
  color: #092233;
  font-family: "GeMedium";
  font-size: 30px;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
#modalThx .modal-dialog{
  width: 100%;
}
#modalThx .modal-content{
  border-radius: 0;
}
#modalThx .closemodalThx:hover{
  opacity: .2;
}
#modalThx .closemodalThx{
  background-image: url("../img/close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 30px;
  width: 15px;
  opacity: 1;
  outline: 0;
  top: -30px;
  position: absolute;
}
#modalThx .modalThxInfo_text{
  font-family:"MARegular";
  font-size:25px;
  color:#5e5e5e;
  margin: 30px;
}
#modalThx .modalThxInfo_title{
  font-family: "GeMedium";
  font-size: 25px;
  color: #0c324d;
  margin-top: 50px;

}
.at4-whatsnext-outer-container, .addthis-smartlayers-outer-container{
  display: none;
}
.slick-dots li:only-child{
  display: none;
}
@media (min-width: 320px) and (max-width: 425px){
  #modalThx .modal-dialog{
    width: auto;
  }
  #pagesBannerInfo .pagesBannerInfo_box p{
    padding-right: 10px;
    font-size: 30px;
  }
  #pagesBannerInfo .pagesBannerInfo_box {
    height: auto;
  }
  header.masthead .overlay-blue{
    height: 490px;
  }
  .customPrevBtnDiv{
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .customNextBtnDiv{
    z-index: 1;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }
  .owlCarouselHomeSlider .content_slider{
    margin-top: 80px;
    margin-right: 40px;
    padding-left: 60px;
    height: 410px;
  }
  #pagination{
    margin-bottom: 15px;
  }
  #multimediaSelects, #bibleSelects #FormBible{
    display: block;
  }
  #FilterButton{
    margin-bottom: 15px;
  }
  .lectures-detail_box_audio audio{
    padding: 25% 10% 13%;
  }
  .article-detail-header_back_link, .publicationBox-header_back_link, .biblicalStudies-header_back_link, .al-nashra-header_back_link, .ecclesiastical-header_back_link, .lectures-detail-header_back_link, .magazine-detail-header_back_link{
    margin-bottom: 30px;
  }
  .members_list_box img{
    min-height: 115px;
    max-height:115px;
    object-fit: cover;
  }
  .members_list_box .members_box_link{
    padding: 10px;
  }
  .members_list_box .members_box_link span{
    margin-right: 10px;
  }
  #publicationLayer{
    bottom:0;
  }
  #articleLayer .artile_section_dots,
  #biblicalStudiesLayer .artile_section_dots,
  #publicationPageLayer .artile_section_dots,
  #publicationLayer .artile_section_dots,
  #studiesLayer .artile_section_dots,
  #alNashraRecoveredLayer .artile_section_dots,
  #biblicalStudiesLayer .artile_section_dots,
  #bulletinSectionLayer .artile_section_dots{
    width: 21%;
    margin: 0;
  }
  #publicationPageLayer .card, #alNashraRecoveredLayer .card, #multimediaLayer .card, #articleRecoveredLayer .card, #lecturesLayer .card, #magazinelLayer .card , #studiesLayer .card, #ecclesiasticalLayer .card{
    margin-right: 15px;
    margin-left: 15px;
  }
  #bannerPage .banner-img{height: 115px;object-fit: cover;object-position: top;width: 100%}
  #navHomepage .logo_mobile img{
    height: 63px;
  }
  #socialIcon ul{
    position: relative;
    top:10px;
    text-align: center;
  }
  #mainMenu li a{
    font-size: 15px;
  }
  .owlCarouselHomeSlider .item{
    height: 490px;
  }
  .owlCarouselHomeSlider .owl-dots{
    bottom:3%;
  }
  .owlCarouselHomeSlider .sliderDescription{
    font-size: 22px;
  }
  .owlCarouselHomeSlider .sliderTitle{
    font-size: 32px;
  }
  .owlCarouselHomeSlider .sliderDate{
    font-size: 22px;
  }
  #ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_description{
    padding: 0;
  }

  #biblicalStudiesLayer{
    padding-left: 0px;
    padding-right: 0px;
  }
  #bulletinSectionLayer{
    padding-bottom: 30px;
  }
  .rePad{
    padding: 0px;
  }
  .mambers_container :nth-child(n+4){
    margin-top: 0;
  }
  .mambers_container .members_list_box{
    margin-top: 30px;
  }
  .member_header .social_container{
    margin-top: 30px;
  }
}
@media (min-width: 425px) and (max-width: 767px){
  #modalThx .modal-dialog{
    width: auto;
  }
  #pagesBannerInfo .pagesBannerInfo_box {
    height: auto;
  }
  header.masthead .overlay-blue{
    height: 490px;
  }
  .customPrevBtnDiv{
    z-index: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
  }
  .customNextBtnDiv{
    z-index: 1;
    position: absolute;
    bottom: 0;
    cursor: pointer;
  }
  .owlCarouselHomeSlider .content_slider{
    margin-top: 80px;
    margin-right: 50px;
    padding-left: 60px;
    height: 410px;
  }
  .members_list_box img{
    min-height: 225px;
    max-height: 225px;
    object-fit: cover;
  }
  #multimediaSelects{
    display: block;
  }
  .rePad{
    padding-left: 0px;
    padding-right: 0px;
  }
  #ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_description{
    padding: 0;
  }
  #socialIcon ul{
    position: relative;
    top:0;
    text-align: center;
  }
  #mainMenu li a{
    font-size: 15px;
  }
  .owlCarouselHomeSlider .item{
    height: 490px;
  }
  .owlCarouselHomeSlider .owl-dots{
    bottom:4%;
  }
  #pagesBannerInfo .pagesBannerInfo_box p{
    padding-right: 10px;
    font-size: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px){
  .owlCarouselHomeSlider .content_slider{
    margin-top: 80px;
    margin-right: 40px;
    padding-left: 60px;
  }
  .owlCarouselHomeSlider .owl-dots{
    display: none;
  }
  #FilterButton{
    padding: 14px 18px;
  }
  .rePad{
    padding-left: 15px;
    padding-right: 15px;
  }
  #ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_description{
    padding: 0 20px 10px;
  }
  #navCategory ul li a {
    font-size: 13px;
    padding: 9px;
  }
  #socialIcon ul{
    position: relative;
    top:0;
    text-align: center;
  }
  #mainMenu li a{
    font-size: 15px;
  }
  .owlCarouselHomeSlider .item{
    height: 580px;
  }
  .owlCarouselHomeSlider .owl-dots{
    bottom:4%;
  }
  .members_list_box img{
    min-height: 200px;
    max-height: 200px;
    object-fit: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1199px){
  .owlCarouselHomeSlider .owl-dots{
    display: none;
  }
  .article-detail-header_back_link, .publicationBox-header_back_link, .biblicalStudies-header_back_link, .al-nashra-header_back_link, .ecclesiastical-header_back_link, .lectures-detail-header_back_link, .magazine-detail-header_back_link{
    padding: 10px 20px 10px 30px;
  }
  #bibleSelects .social_container ul li, .publicationBox-header .social_container ul li, .biblicalStudies-header .social_container ul li, .al-nashra-header .social_container ul li, .article-detail-header .social_container ul li, .ecclesiastical-header .social_container ul li, .lectures-detail-header .social_container ul li, .magazine-detail-header .social_container ul li{
    padding: 4px;
  }
  .member_header .social_container ul li{
    padding: 4px;
  }
  #ecclesiasticalDocumentContainer #ecclesiasticalDocumentLayer .ecclesiastical_box .ecclesiastical_description{
    padding: 0 50px 10px;
  }
  #mainMenu li a{
    padding: 5px;
  }
  #navCategory ul li a{
    padding: 10px 11px 10px 12px;
  }
  .owlCarouselHomeSlider .item{
    height: 580px;
  }
  .owlCarouselHomeSlider .owl-dots{
    bottom:5%;
  }
}
@media (min-width: 1200px){
  .owlCarouselHomeSlider .owl-dots{
    display: none;
  }
}