body {
  overflow-x: hidden !important;
  height: auto;
}

.web-logo a {
  display: flex;
  height: 40px;
  width: 40px;
  padding: 0 !important;
  border: unset !important;
  margin-left: 10px;
}

.web-logo a img {
  width: 100%;
  height: 100%;
}

.TCenter {
  text-align: center;
  margin-bottom: 20px;
  font-family: DIJALH;
}
.Flex {
  display: flex;
}
.HCenter {
  justify-content: center;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.conferences {
  width: 100%;
  background: transparent;
  background-image: url("../../pics/conferences.jpg") !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.conferences::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #44444499;
  z-index: 0;
}
.conferences-swiper .swiper-slide a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.conferences-swiper .swiper-slide a::after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 100%;
  border: 2px solid #fff;
}

.conferences-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.networks i {
  margin: auto 5px;
}
.books-section {
  background: url("../images/Shiny\ Overlay.svg") no-repeat;
  background-size: cover;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 180px;
  /* height: 250px; */
}
.book-swiper,
.conferences-swiper,
.Magazine-swiper {
  overflow: hidden;
}
.Magazine-swiper {
  /* display: none; */
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.section-title {
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: flex;
justify-content: center;
}

.section-title img {

}




@media (min-width: 768px) {
 
  .navbar-header {
    float: right !important;
  }
  .sliderOverlay {
    display: none !important;
  }

}

.swiper-pagination-bullet-active {
  background-color: #296f53 !important;
}


#search_container {
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #00000077;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1111;
}

.tp-container li a i {
  margin-right: 6px;
}

#search_container .search_modal {
  width: 40%;
  padding: 25px;
  display: flex;
  flex-direction: column;
  background-color: #ddd;
  border-radius: 5px;
}

#search_container .search_modal form {
  display: flex;
  justify-content: space-between;
}

#search_container .search_modal h3 {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

#search_container .search_modal form #search-input {
  width: 100%;
  padding: 0 5px;
  border-radius: 4px;
  border: none;
  font-family: "DIJALH";
}

#search_container .search_modal form #search-input:focus {
  border: 1px solid #0c3f2c;
}

#search_container .search_modal form #search-input:focus-visible {
  outline: unset;
}

#search_container .search_modal form #submit {
  border-radius: 4px;
  border: none;
  padding: 5px 10px;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 100%;
}

#mobile-logo {
  display: none;
}

@media (max-width: 767px) {
  .footer-imgs {
    align-items: center;
  }
  #mobile-logo {
    display: block;
  }
  #besmellah .headOne {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

#footer-logo {
  display: flex;
  justify-content: center;
}

.mainFooter .box-share {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.mainFooter .box-share li {
  list-style: none !important;
}

.mainFooter .box-share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 100%;
  margin: 10px;
}

.mainFooter .box-share li a:hover {
  color: #eee187;
  border-color: #eee187;
}

.archives {
  font-family: "DIJALH";
  font-size: 20px;
}
.internal-header {
  position: sticky;
  top: -184px;
  z-index: 11;
}
.internal-header .navbar-collapse1 {
  background-color: #0a2e22;
}

.internal-header .navbar-collapse1 .tp-container {
  display: flex;
  justify-content: space-between;
}

.internal-header .navbar-collapse1 .tools .language {
  position: relative;
}
.internal-header .navbar-collapse1 .tools .select-lang::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -7px;
  left: 22px;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #3b755f transparent;
}
.internal-header .navbar-collapse1 .tools .select-lang {
  position: absolute;
  background-color: #3b755f;
  border-radius: 4px;
  display: none;
  top: 100%;
  left: 0;
  padding: 6px 10px;
}
.internal-header .navbar-collapse1 .tools .select-lang a {
  font-family: "DIJALH";
  font-size: 13px;
}
.internal-header .navbar-collapse1 .tools {
  display: flex;
  margin-left: 25px ;
}
.internal-header .navbar-collapse1 .tools ul {
  margin: 0;
  padding: 0;
  display: flex;
}
.internal-header .navbar-collapse1 .tools ul li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 35px;
}

.internal-header .navbar-collapse1 .tools ul li:first-of-type {
  display: none;
}

.internal-header .navbar-collapse1 .tools ul li a {
  color: #eee187;
  transition: 0.2s;
}

.internal-header .navbar-collapse1 .tools ul li a:hover {
  color: #fff;
}

.internal-header .navbar-collapse1 .date {
  color: #eee187;
  font-size: 12px;
  display: flex;
  align-items: center;
  font-family: "DIJALH";
}

.internal-header .navbar-collapse1 .date i {
  margin-left: 10px;
  margin-right: 12px;
}

.internal-header .center-container {
  height: 150px;
  width: 100%;
  background: url("../../pics/ar/bg-h-p2.jpg") no-repeat;
  background-size: cover;
  display: flex;
  border-top: 2px solid #b7b77b;
  border-bottom: 1px solid #3b755f;
}

.internal-header .center-container a {
  display: flex;
  align-self: center;
  padding-right: 6px;
  max-width: 1280px;
}

.internal-header .internal-navbar {
  background-color: #0c3f2c;
}

.internal-header .internal-navbar > ul {
  margin: 0;
  padding: 0;
  display: flex;
  max-width: 1280px;
}

.internal-header .internal-navbar > ul > li {
  list-style: none;
  position: relative;
  padding: 3px 7px 7px 7px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  margin: 0;
  margin-left: 10px;
}

.internal-header .internal-navbar > ul > li > i {
  color: #fff;
  padding-right: 7px;
  font-size: 12px;
  padding-top: 4px;
}
.internal-header .internal-navbar > ul > li > a {
  color: #fff;
  font-size: 15px;
  font-family: "DIJALH";
  transition: 0.2s;
  white-space: nowrap;
}

.internal-header .internal-navbar > ul > li:hover * {
  color: #eee187;
}

.internal-header .internal-navbar > ul > li:hover .dropdown1 {
  transform: rotateX(0deg);
}

.internal-header .internal-navbar ul > li:hover .dropdown1 a {
  opacity: 1;
}

.internal-header .internal-navbar ul > li:hover .dropdown1 i {
  padding-right: 16px;
  padding-top: 4px;
}

.internal-header .internal-navbar > ul > li:last-child > .dropdown1 > li > .dropdown2 {
  right: unset !important;
  left: 100%;
  transform: rotateY(-90deg);
transform-origin: 0% 100%;
}

.internal-header .internal-navbar > ul > li > .dropdown1 {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 100%;
  right: 0;
  width: 180px;
  height: auto;
  transition: 0.5s;
  background-color: #14403f;
  background-image: linear-gradient(180deg, #14403f 0%, #266c4f 46%, #14403f 100%);

  z-index: 100;
  padding: 0;
  transform: rotateX(90deg);
  transform-origin: 0% 0%;
}

.internal-header .internal-navbar li .dropdown1 li {
  width: 170px;
  list-style: none;
  padding: 5px 10px;
  width: 100%;
  position: relative;
}

.internal-header .internal-navbar li .dropdown1 li:hover * {
  color: #eee187;
}
.internal-header .internal-navbar ul > li > .dropdown1 > li > a {
  color: #fff;
  opacity: 0;
  transition: 0.2s;
  font-size: 14px;
  font-family: "DIJALH";
}

.internal-header .internal-navbar ul > li > .dropdown1 > li > i {
  color: #fff;
  padding-right: 7px;
  font-size: 12px;
  padding-top: 4px;
}

.internal-header .internal-navbar > ul > li > .dropdown1 > li > .dropdown2 {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 0;
  right: 180px;
  width: 150px;
  height: auto;
  transition: 0.5s;
  background-color: #14403f;
  background-image: linear-gradient(180deg, #14403f 0%, #266c4f 46%, #14403f 100%);

  z-index: 150;
  padding: 0;
  transform: rotateY(90deg);
  transform-origin: 100% 0%;
}

.internal-header .internal-navbar > ul > li > .dropdown1 > li > .dropdown2 > li > a {
  color: #fff;
  padding-right: 7px;
  font-size: 12px;
  padding-top: 4px;
  font-family: "DIJALH";
}

.internal-header .internal-navbar > ul > li > .dropdown1 > li > .dropdown2 > li:hover * {
  color: #eee187;
}

.internal-header .internal-navbar .dropdown1 li:hover .dropdown2 {
  transform: rotateY(0deg) !important;
}

.about-text {
  text-align: justify;
  margin: 50px auto;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 1px 0px #ccc;
}

.about-text * {
  font-family: "DIJALH";
}

.tp-container {
  margin: auto !important;
  padding: 0 10px !important;
  width: 90%;
}

.mobile-menu {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 300px;
  height: 100vh;
  right: -300px;
  top: 0;
  z-index: 101;
  transition: 0.4s;
  background-color: #fff;
}

.right #open-menu {
  display: none;
}
.navbar-collapse1 .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 99;
}
.right .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  z-index: 99;
}

@media (max-width: 1260px) {
  .internal-header .navbar-collapse1 .tools ul li:first-of-type{
    display: flex !important;
  }
  .internal-navbar{
    display: none !important;
  }
}

@media (max-width: 780px) {

  #bigSlider .sliderOverlay {
    display: none !important;
  }
  .tools ul li:last-child {
    display: none !important;
  }
  .right {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #main_internal_header {
    display: none !important;
  }
  .center-container .tp-container img {
    width: 100%;
  }
  .internal-navbar {
    padding: 0 20px;
  }
  .internal-navbar > ul {
    display: none !important;
  }

  .headOne .left > div:nth-child(2) {
    display: none;
  }

  .right #open-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    color: #eee187;
  }
  #search_container .search_modal {
    width: 70%;
  }
}
.mobile-menu .mobile-logo {
  background-color: #0c3f2c;
  padding: 10px;
}

.mobile-menu .mobile-logo img {
  width: 100%;
}

.mobile-menu > ul {
  padding: 15px 10px;
  max-height: 450px;
  overflow-y: auto;
  scrollbar-width: thin;
  flex-grow: 1;
}

.mobile-menu > ul a:hover,
.mobile-menu > ul a:hover i {
  color: #eee187;
  transition: 0.2s;
}

.mobile-menu > ul > li {
  margin: 3px 20px;
  position: relative;
  transition: 0.5s;
  height: auto;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 0 0 1px 0 #5555;
  margin: 10px 0;
  font-size: 15px;
  list-style: none;
}

.mobile-menu > ul > li a {
  color: #185840 !important;
  font-family: "DIJALH";
}

.mobile-menu > ul > li a:hover {
  /* color: #eee187 !important; */
}

.mobile-menu > ul > li i {
  font-size: 12px;
  margin-right: 6px;
  color: #185840;
  transition: 0.3s;
}

.mobile-menu > ul > li > i {
  font-size: 12px;
  margin-right: 6px;
  color: #185840;
  transition: 0.3s;
}

.mobile-menu > ul > li::marker {
  color: #0c3f2c;
}

.mobile-menu > ul > li:hover {
  height: auto;
}
/* .mobile-menu > ul > li:hover .mobile-dropdown1 {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
} */

.mobile-menu > ul > li .mobile-dropdown1 {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  padding: 0px 20px;
}

.mobile-menu > ul > li .mobile-dropdown1 li::marker {
  color: #555;
}

.mobile-menu .box-share {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: auto 0 60px 0; */
}
.mobile-menu .box-share li a i {
  margin: 0 !important;
  font-size: 17px;
}
.mobile-menu .box-share li {
  margin: 5px;
}

.mobile-menu .box-share li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}

.active-tab {
  max-height: 500px !important;
  transition: max-height 0.3s ease-in !important;
}

.mobile-menu > ul > li .mobile-dropdown1 li .mobile-dropdown2 {
  max-height: 0;
  transition: max-height 0.2s ease-out;
  overflow: hidden;
  padding: 0px 20px;
}

.sliderOverlay .small-baner {
  display: flex;
  margin-left: 15px;
}

.sliderOverlay .small-baner img {
  width: 250px;
  height: 140px;
}
