/*--------------------------------------------------------------
# Start Global Page
--------------------------------------------------------------*/
@font-face {
  font-family: newSansMedium;
  src: url(../fonts/NeoSansArabicMedium.ttf);
}
@font-face {
  font-family: newSansRegular;
  src: url(../fonts/neo-sans-arabic-regular.ttf);
}
@font-face {
  font-family: newSansLight;
  src: url(../fonts/TheSansArabic-Light.otf);
}
body::-webkit-scrollbar-track {
  background-color: #d7d7d7;
}

body::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #DDB35D;
}

body {
  font-family: newSansMedium, sans-serif !important;
  position: relative;
  background-color: #FFFFFF;
  color: #737373;
  direction: rtl;
  text-align: start;
}

h1, h2, h3, h4, h5, h6, p, a, span {
  font-family: newSansRegular, sans-serif !important;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

button {
  outline: none !important;
}

label {
  margin-inline-start: 2px;
}

a {
  transition: 0.3s;
  color: #737373;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #DDB35D;
}

img {
  max-width: 100%;
  height: auto;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

section {
  overflow: hidden;
  position: relative;
}

.owl-carousel {
  direction: ltr;
}

.main-color {
  color: #DDB35D;
}

.sec-color {
  color: #00A650;
}

.bg_main-color {
  background-color: #DDB35D;
}

.bold {
  font-weight: 900;
}

.custom_pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 18px;
}
.custom_pagination a {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  border: 1px solid #DDB35D;
  background-color: #fff;
  color: #DDB35D;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_pagination a.active {
  background-color: #DDB35D;
  color: #fff;
}

.flex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.text-ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.item_carousel {
  padding: 0 15px;
  direction: rtl;
}

.item_carousel_p {
  padding: 15px;
}

/*--------------------------------------------------------------
# End Global Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start main modal
--------------------------------------------------------------*/
.custom_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.custom_modal.show {
  opacity: 1;
  visibility: visible;
}
.custom_modal.show .inner_modal {
  transform: translateY(0);
  opacity: 1;
}
.custom_modal .inner_modal {
  max-width: 500px;
  background: #343434;
  width: 100%;
  border-radius: 6px;
  padding: 30px 20px;
  text-align: center;
  transform: translateY(-200px);
  opacity: 0;
  transition: 0.4s;
  margin: 0 10px;
}
.custom_modal .head {
  margin-bottom: 37px;
  font-size: 20px;
  color: #fff;
}
.custom_modal .form-control {
  box-shadow: none;
  margin-bottom: 15px;
  background: #fff;
  height: 40px;
  border: 0;
  font-family: newSansRegular, sans-serif;
}
.custom_modal .form-control::placeholder {
  font-family: newSansLight, sans-serif;
  color: #aaa;
  font-size: 14px;
}
.custom_modal .main-btn {
  border: 0;
  border-radius: 3px;
}
.custom_modal .main-btn.close {
  background: #dc3545;
}
.custom_modal .main-btn.close:hover {
  background: #ee3d4f;
}

/*--------------------------------------------------------------
# End main modal
--------------------------------------------------------------*/
/*==============================================
// Start Nav Bar
================================================*/
.nav_bar {
  position: relative;
  border-top: 7px solid #DDB35D;
  padding: 10px 13px;
  z-index: 3;
}
.nav_bar:after {
  position: absolute;
  content: "";
  top: -7px;
  right: 0;
  height: 7px;
  width: 15%;
  background-color: #00A650;
}
.nav_bar .logo img {
  width: 145px;
}
.nav_bar .menu_links {
  display: flex;
}
.nav_bar .menu_links > li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
  text-align: center;
}
.nav_bar .menu_links > li:not(:last-of-type) {
  padding-inline-end: 16px;
  margin-inline-end: 16px;
  border-inline-end: 2px solid #D6D6D6;
}
.nav_bar .menu_links > li a {
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
@media (min-width: 992px) {
  .nav_bar .menu_links > li:hover > .dropdown_ul {
    display: block;
  }
}
.nav_bar .menu_links a:hover {
  color: #DDB35D !important;
}
.nav_bar .menu_links .dropdown_ul {
  padding: 2px 0 16px;
  background-color: #fff;
  position: absolute;
  top: 25px;
  right: 0;
  border-radius: 0 0 4px 4px;
  min-width: calc(100% + 30px);
  display: none;
}
.nav_bar .menu_links .dropdown_ul:after {
  position: absolute;
  content: "";
  top: -10px;
  width: 100%;
  height: 30px;
  right: 0;
}
.nav_bar .menu_links .dropdown_ul li {
  padding: 10px 0;
  padding-inline-start: 17px;
  padding-inline-end: 5px;
  text-align: start;
}
.nav_bar .menu_links .dropdown_ul li a {
  color: #737373;
  font-family: newSansRegular, sans-serif;
}
.nav_bar .settings {
  display: flex;
  justify-content: end;
  gap: 0 36px;
  align-items: center;
}
.nav_bar .settings .toggle_menu {
  font-size: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.nav_bar .settings .toggle_menu:hover {
  color: #DDB35D;
}
.nav_bar .settings .icon_search {
  color: #DDB35D;
  font-size: 24px;
  cursor: pointer;
}
.nav_bar .settings .lang {
  font-family: newSansRegular, sans-serif;
  display: flex;
  gap: 0 4px;
}
.nav_bar .settings .lang ion-icon {
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .list_menu {
    position: absolute;
  }

  .nav_bar .menu_links {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    background: #222;
    padding: 20px;
    z-index: 1000;
    width: 240px;
    transform: translateX(100%);
    transition: 0.3s;
  }
  .nav_bar .menu_links.open {
    transform: translateX(0);
  }
  .nav_bar .menu_links > li:not(:last-of-type) {
    padding-inline-end: 0 !important;
    margin-inline-end: 0 !important;
    border: 0;
  }
  .nav_bar .menu_links > li {
    padding: 10px;
    display: block;
    align-items: center;
    text-align: start;
    color: #fff;
  }
  .nav_bar .menu_links > li a {
    color: #fff;
  }
  .nav_bar .menu_links .dropdown_ul {
    padding: 5px 0 0;
    background-color: transparent;
    position: unset;
    border-radius: 0;
    min-width: auto;
    display: none;
  }
  .nav_bar .menu_links .dropdown_ul.show {
    display: block;
  }
  .nav_bar .menu_links .dropdown_ul li {
    padding: 5px 0;
    padding-inline-start: 17px;
    padding-inline-end: 5px;
  }
}
/*==============================================
// End Nav Bar
================================================*/
/*--------------------------------------------------------------
# Start header banner
--------------------------------------------------------------*/
.header_banner {
  min-height: calc(100vh - 119px);
  padding: 50px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../img/header.png);
  background-position: center;
  background-size: cover;
}
.header_banner:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #00a650;
  background: linear-gradient(129deg, rgba(0, 166, 80, 0.65) 0%, rgba(20, 39, 86, 0.65) 20%);
}
.header_banner.page_header {
  height: 230px;
  min-height: auto;
}
.header_banner.page_header .list_info {
  height: 100% !important;
  left: auto !important;
  display: block !important;
}
.header_banner.page_header .info h2 {
  font-size: 32px;
  margin-bottom: 18px;
}
.header_banner.page_header .breadcramp {
  display: flex;
  align-items: center;
  gap: 0 6px;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
}
.header_banner.page_header .breadcramp .home {
  position: relative;
  color: rgba(255, 255, 255, 0.69);
}
.header_banner.page_header .breadcramp .home:after {
  position: absolute;
  content: "";
  bottom: -3px;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #DDB35D;
  transition: 0.3s;
}
.header_banner.page_header .breadcramp .home:hover:after {
  width: 100%;
}
@media (max-width: 575.98px) {
  .header_banner.page_header .list_info {
    display: none !important;
  }
}
.header_banner.page_header .contact_info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header_banner.page_header .contact_info a {
  border-left: 0 !important;
  border-bottom: 1px solid #979797 !important;
}
.header_banner.page_header .contact_info a:last-of-type {
  border-bottom: 0 !important;
}
.header_banner .info {
  color: #fff;
  position: relative;
  z-index: 1;
}
.header_banner .info h2 {
  font-size: 45px;
  margin-bottom: 30px;
}
.header_banner .info p {
  font-size: 22px;
  margin: 0;
}
.header_banner .link_to {
  position: absolute;
  bottom: 20px;
  color: #fff;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px 0;
  cursor: pointer;
}
.header_banner .link_to img {
  animation: move 2s infinite linear;
}
.header_banner .list_info {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0.1);
}
.header_banner .list_info .contact_info a {
  display: block;
  padding: 22px 12px 28px;
  text-align: center;
  border-bottom: 1px solid #979797;
  color: #fff;
}
.header_banner .list_info .contact_info a:hover {
  color: #DDB35D;
}
.header_banner .list_info .contact_info a img {
  display: block;
  margin: 0 auto;
}
.header_banner .list_info .contact_info a span {
  margin-top: 10px;
  display: block;
}
.header_banner .list_info .sochial {
  display: flex;
  gap: 0 13px;
  justify-content: center;
  margin: 20px 0 0;
  padding: 0 10px;
}
.header_banner .list_info .sochial a {
  color: #fff;
  font-size: 18px;
}
.header_banner .list_info .sochial a:hover {
  color: #DDB35D;
}
.header_banner .list_info .vision_logo {
  position: absolute;
  bottom: 20px;
  right: 50%;
  left: 0;
  transform: translateX(50%);
  max-width: 98px;
}

@keyframes move {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(10px);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# End header banner
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start services section
--------------------------------------------------------------*/
.services_section {
  padding: 67px 0 100px;
}
.services_section .content {
  position: relative;
  z-index: 1;
}
.services_section .services_content {
  margin-top: 70px;
}
.services_section .services_content .control_tabs {
  display: flex;
  align-items: center;
  gap: 0 20px;
}
.services_section .services_content .control_tabs .main-btn {
  background-color: #fff;
  border: 0;
  color: #363636;
  padding: 13px 30px;
  min-height: 45px;
}
.services_section .services_content .control_tabs .main-btn.active {
  color: #fff;
  background-color: #DDB35D;
}
.services_section .services_content .main_content .box_content {
  display: none;
}
.services_section .services_content .main_content .box_content.active {
  display: block;
}
.services_section .services_content .main_content .link_serv {
  padding-inline-end: 3px;
}
.services_section .services_content .main_content .link_serv:hover .link_box, .services_section .services_content .main_content .link_serv.active .link_box {
  border-color: #DDB35D;
}
.services_section .services_content .main_content .link_serv:hover .link_box .icon, .services_section .services_content .main_content .link_serv.active .link_box .icon {
  color: #fff;
  background-color: #DDB35D;
}
.services_section .services_content .main_content .link_serv .link_box {
  background-color: #fff;
  padding: 12px 15px;
  border-radius: 8px;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  gap: 0 13px;
  color: #555555;
  margin-bottom: 18px;
  transition: 0.3s;
  cursor: pointer;
}
.services_section .services_content .main_content .link_serv .icon {
  min-width: 60px;
  height: 60px;
  background-color: #EFEFEF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: 30px !important;
  transition: 0.3s;
}
.services_section .services_content .main_content .box_show {
  background: #fff;
  border-radius: 8px;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.services_section .services_content .main_content .box_show .icon {
  min-width: 68px;
  min-height: 68px;
  background-color: #DDB35D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  margin: 0 auto;
}
.services_section .services_content .main_content .box_show .name {
  font-size: 18px;
  color: #DDB35D;
  margin: 13px 0 17px;
}
.services_section .services_content .main_content .box_show .desc {
  color: #555555;
  font-family: newSansRegular, sans-serif;
  margin-bottom: 16px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.services_section .services_content .main_content .box_show .main-btn {
  min-height: 45px;
}

.bg_section {
  background-image: url(../img/services_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg_section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00a650;
  background: linear-gradient(129deg, rgba(0, 166, 80, 0.83) 0%, rgba(2, 7, 54, 0.83) 43%);
}
.bg_section .content {
  position: relative;
  z-index: 1;
}

/*--------------------------------------------------------------
# End services section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Media Center section
--------------------------------------------------------------*/
.mediaCenter_section {
  padding: 77px 0;
  background-color: #FAFAFA;
}
.mediaCenter_section .media_div:first-of-type {
  padding-inline-end: 4px;
}
.mediaCenter_section .media_div .head {
  position: relative;
  color: #363636;
  font-size: 26px;
  margin-bottom: 16px;
  border-inline-start: 4px solid #00A650;
  padding-inline-start: 10px;
}
.mediaCenter_section .media_div .media_box {
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.12);
  padding: 10px 0 20px;
}
.mediaCenter_section .media_div .hafr_box {
  text-align: center;
  min-height: 421px;
  margin: 0;
  display: flex;
  align-items: center;
  padding: 20px 40px;
}
.mediaCenter_section .media_div .hafr_box h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #363636;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mediaCenter_section .media_div .hafr_box p {
  color: #737373;
  font-family: newSansRegular, sans-serif;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 30px;
}
.mediaCenter_section .media_div .hafr_box .main-btn {
  min-height: 45px;
  padding: 8px 55px;
}
.mediaCenter_section .media_div .item_carousel {
  padding: 0;
}
.mediaCenter_section .media_div .box_new {
  display: flex;
  margin: 0 23px;
  padding: 20px 0;
  gap: 0 15px;
}
.mediaCenter_section .media_div .box_new:not(:last-of-type) {
  border-bottom: 1px solid #E8E8E8;
}
.mediaCenter_section .media_div .box_new:hover .info .name {
  color: #DDB35D;
}
.mediaCenter_section .media_div .box_new .image img {
  min-width: 173px;
  width: 173px;
  height: 134px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s;
}
.mediaCenter_section .media_div .box_new .info .name {
  font-size: 18px;
  color: #555555;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.mediaCenter_section .media_div .box_new .info .date {
  color: #737373;
  margin: 9px 0 3px;
  font-size: 15px;
  display: flex;
  gap: 0 4px;
  font-family: newSansRegular, sans-serif;
}
.mediaCenter_section .media_div .box_new .info .date ion-icon {
  color: #DDB35D;
}
.mediaCenter_section .media_div .box_new .info .desc {
  color: #737373;
  font-family: newSansRegular, sans-serif;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 9px;
  max-height: 50px;
}

/*--------------------------------------------------------------
# End Media Center section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Events section
--------------------------------------------------------------*/
.events_section .slider_content {
  position: relative;
}

.events_section .slider_content .slider_box {
  display: none;
  gap: 0 15px;
  transition: 0.3s;
  opacity: 0;
  justify-content: center;
}
.events_section .slider_content .slider_box.active {
  display: flex;
  animation: fadeIn 1s both;
  -webkit-animation: fadeIn 1s both;
}
.events_section .negative_m {
  margin: 0 -15px;
}
.events_section .box_event {
  border: 1px solid #F0F0F0;
  background-color: #fff;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  position: relative;
  display: block;
  max-width: 300px;
}
.events_section .box_event:hover .image img {
  transform: scale(1.1) rotate(3deg);
}
.events_section .box_event:hover .info h6 {
  color: #DDB35D;
}
.events_section .box_event .image {
  overflow: hidden;
}
.events_section .box_event .image img {
  width: 100%;
  height: 251px;
  object-fit: cover;
  transition: 0.3s;
}
.events_section .box_event .info {
  padding: 16px 12px 25px;
}
.events_section .box_event .info h6 {
  margin: 0;
  font-family: newSansRegular, sans-serif;
  color: #515151;
  line-height: 24px;
  -webkit-line-clamp: 2;
}
.events_section .box_event .date {
  position: absolute;
  top: 0;
  right: 12px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  padding: 10px 14px 5px;
  color: #737373;
  font-family: newSansRegular, sans-serif;
  display: flex;
  gap: 0 7px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.events_section .box_event .date ion-icon {
  color: #DDB35D;
}
.events_section .main-btn {
  min-height: 45px;
}
.events_section .controls {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  width: 100%;
}
.events_section .controls .arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #DDB35D;
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  border: 0;
  border-radius: 50%;
}
.events_section .controls .arrow:disabled {
  opacity: 0.5;
}
.events_section .controls .arrow:hover {
  background-color: #00A650;
}
.events_section .controls #prev {
  right: -20px;
}
.events_section .controls #next {
  left: -20px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*--------------------------------------------------------------
# End Events section
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Calender
--------------------------------------------------------------*/
.color-calendar {
  --cal-color-primary: #DDB35D !important;
  width: 100%;
  box-shadow: 0px 3px 9px rgba(54, 54, 54, 0.08) !important;
  background-color: #ddb35d !important;
}
.color-calendar .calendar__header {
  background-color: #DDB35D !important;
}
.color-calendar .calendar__header,
.color-calendar .calendar__weekdays,
.color-calendar .calendar__days {
  justify-content: space-between;
  font-size: 15px;
}
.color-calendar .calendar__arrow {
  transform: scale(-1);
}
.color-calendar .calendar__days .calendar__day-selected .calendar__day-box {
  background-color: #DDB35D !important;
  box-shadow: 0 3px 15px -5px #DDB35D !important;
}
@media (min-width: 992px) {
  .color-calendar .calendar__body {
    padding: 5px 14px !important;
  }
  .color-calendar .calendar__header {
    padding: 15px 14px 15px 14px !important;
  }
  .color-calendar .calendar__days {
    grid-template-rows: repeat(6, minmax(30px, 37px)) !important;
  }
}
@media (max-width: 575.98px) {
  .color-calendar .calendar__monthyear {
    font-size: 19px;
  }
  .color-calendar .color-calendar .calendar__header,
.color-calendar .color-calendar .calendar__weekdays,
.color-calendar .color-calendar .calendar__days {
    font-size: 14px;
  }
}

/*--------------------------------------------------------------
# End Calender
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start About Page
--------------------------------------------------------------*/
.about_page .control_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 70px;
}
.about_page .control_tabs .main-btn {
  border: 0;
  border-radius: 5px;
  color: #555555;
  padding: 13px 35px;
  background-color: #F1F1F1;
  transition: 0.3s;
}
.about_page .control_tabs .main-btn.active {
  background-color: #DDB35D;
  color: #fff;
}
.about_page .main_content .box_content {
  display: none;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.about_page .main_content .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.about_page .about_us_section h5 {
  color: #363636;
  font-size: 26px;
  margin-bottom: 29px;
}
.about_page .about_us_section .desc p {
  color: #555555;
  font-family: newSansRegular, sans-serif;
  font-size: 16px;
}
.about_page .about_us_section .image {
  position: relative;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
  margin-inline-start: 50px;
}
.about_page .about_us_section .image:after {
  position: absolute;
  content: "";
  bottom: -26px;
  right: -26px;
  width: 100%;
  height: 100%;
  border: 1px solid #00A650;
  border-radius: 5px;
  z-index: -1;
}
.about_page .about_us_section .image img {
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.about_page .our_message_section .box {
  position: relative;
  text-align: center;
  padding: 28px 40px 50px;
  border: 1px solid #EEEEEE;
  border-radius: 5px;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.09);
  background-color: #fff;
}
.about_page .our_message_section .box:after {
  position: absolute;
  content: "";
  bottom: -22px;
  left: -17px;
  width: 100%;
  height: 100%;
  border: 1px solid #00A650;
  border-radius: 5px;
  z-index: -1;
}
.about_page .our_message_section .box h5 {
  font-size: 26px;
  color: #00A650;
  margin-bottom: 27px;
}
.about_page .our_message_section .box p {
  color: #555555;
  margin: 0;
  font-family: newSansRegular, sans-serif;
}
.about_page .our_message_section .message_box:nth-of-type(even) {
  padding-inline-start: 40px;
}
.about_page .our_message_section .message_box:nth-of-type(even) .box:after {
  border: 1px solid #DDB35D;
}
.about_page .our_message_section .message_box:nth-of-type(even) .box h5 {
  color: #DDB35D;
}
.about_page .our_message_section .message_box:nth-of-type(odd) {
  padding-inline-end: 40px;
}
.about_page .boss_word_section .image {
  position: relative;
  box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.08);
  margin-inline-end: 20px;
}
.about_page .boss_word_section .image img {
  height: 350px;
  object-fit: cover;
  border-radius: 5px;
}
.about_page .boss_word_section .image:after {
  position: absolute;
  content: "";
  bottom: -26px;
  left: -26px;
  width: 100%;
  height: 100%;
  border: 1px solid #00A650;
  border-radius: 5px;
  z-index: -1;
}
.about_page .boss_word_section .info h5 {
  color: #555555;
  font-size: 22px;
  margin-bottom: 8px;
}
.about_page .boss_word_section .info h6 {
  color: #00A650;
  margin-bottom: 18px;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
}
.about_page .boss_word_section .info .desc p {
  color: #555555;
  font-family: newSansRegular, sans-serif;
}

.our_team_section {
  padding: 50px 0 70px;
}
.our_team_section .row_two{
    display: flex;
    justify-content: space-evenly;
}
.our_team_section .row_two .team_box{
    margin-bottom: 60px;
}
.our_team_section .team_box {
  text-align: center;
}
.our_team_section .team_box .image {
  width: 124px;
  height: 124px;
  margin: 0 auto 10px;
  padding: 7px;
  border: 1px solid #DDB35D;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.our_team_section .team_box .image img {
  max-width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}
.our_team_section .team_box .info h4 {
  font-size: 20px;
  color: #555555;
  margin-bottom: 10px;
}
.our_team_section .team_box .info span {
  color: #DDB35D;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
}
.our_team_section .team_box.team_leader {
  position: relative;
  padding-bottom: 50px;
  overflow: hidden;
}
.our_team_section .team_box.team_leader:after {
  position: absolute;
  content: "";
  top: 74px;
  left: 10%;
  width: 80%;
  height: 100%;
  border: 1px dashed #DDB35D;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  z-index: -1;
}
.our_team_section .team_box.team_leader .image {
  width: 148px;
  height: 148px;
}
.our_team_section .team_box.team_leader .info h4 {
  font-size: 24px;
}
.our_team_section .team_box.team_leader .info span {
  color: #00A650;
}
.our_team_section .team_members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 60px 0;
}
.our_team_section .team_members .team_box {
  max-width: 20%;
  flex: 20%;
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 80px, 0);
    opacity: 0;
    transform: translate3d(0, 80px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
/*--------------------------------------------------------------
# End About Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start committees page
--------------------------------------------------------------*/
.committees_page {
  padding: 50px 0 70px;
}
.committees_page .main_heading h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
.committees_page .main_heading p {
  color: #fff;
  font-family: newSansRegular, sans-serif;
  width: 70%;
  margin: 0 auto;
}
.committees_page .box_committe {
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 20px 54px;
  text-align: center;
  margin-bottom: 30px;
}
.committees_page .box_committe:hover .main-btn {
  transform: translate(-50%, -50%);
  opacity: 1;
  visibility: visible;
}
.committees_page .box_committe .image {
  width: 94px;
  height: 94px;
  margin: 0 auto 17px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.committees_page .box_committe .image img {
  width: 100%;
}
.committees_page .box_committe .name {
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
  color: #363636;
}
.committees_page .box_committe .main-btn {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 30px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  min-width: 150px;
}

/*--------------------------------------------------------------
# End committees page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start team page
--------------------------------------------------------------*/
.team_page .team_box .image {
  padding: 0;
  border: 7px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.team_page .team_box .image img {
  max-width: 110px;
  height: 110px;
  border-radius: 50%;
  object-fit: cover;
}
.team_page .team_box .info h4 {
  color: #fff;
}
.team_page .team_box .info span {
  color: #DDB35D !important;
}
.team_page .team_box.team_leader {
  display: flex;
  justify-content: space-evenly;
}
.team_page .team_box.team_leader:after {
  border: 1px dashed rgba(221, 179, 93, 0.77);
}
.team_page .team_box.team_leader .image {
  border: 7px solid rgba(221, 179, 93, 0.22);
}

/*--------------------------------------------------------------
# End team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start news
--------------------------------------------------------------*/
.news_page {
  padding: 55px 0 45px;
  background-color: #F9F9F9;
}

.news_box {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.news_box .image {
  position: relative;
  overflow: hidden;
}
.news_box .image:hover .overlay {
  transform: translateY(0);
  opacity: 1;
}
.news_box .image img {
  height: 230px;
  object-fit: cover;
  width: 100%;
  transition: 0.3s;
}
.news_box .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(129deg, rgba(0, 166, 80, 0.51) 0%, rgba(20, 39, 86, 0.51) 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-90px);
  opacity: 0;
}
.news_box .image .overlay span {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(221, 179, 93, 0.83);
  font-size: 21px;
  color: #fff;
  border-radius: 50%;
}
.news_box .image .overlay span:hover {
  background-color: #ddb35d;
}
.news_box .info {
  padding: 14px 12px;
}
.news_box .info .date {
  color: #737373;
  display: flex;
  gap: 0 4px;
  font-family: newSansRegular, sans-serif;
}
.news_box .info .date ion-icon {
  color: #DDB35D;
}
.news_box .info .article {
  margin: 10px 0;
  color: #555555;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
  min-height: 48px;
  display: flex;
  align-items: center;
}
.news_box .info .article p {
  margin: 0;
  line-height: 24px;
  -webkit-line-clamp: 2;
}

.single_news_page {
  padding: 40px 0 90px;
  background-color: #F9F9F9;
}
.single_news_page .main_content .name {
  color: #555555;
  font-size: 18px;
  margin-bottom: 17px;
}
.single_news_page .main_content .date {
  margin-bottom: 18px;
  color: #737373;
  display: flex;
  gap: 0 4px;
  font-family: newSansRegular, sans-serif;
}
.single_news_page .main_content .date ion-icon {
  color: #DDB35D;
}
.single_news_page .main_content .desc {
  margin-top: 25px;
}
.single_news_page .main_content .desc p {
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
.single_news_page .side_news {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  padding: 20px 15px;
}
.single_news_page .side_news .head_with_border {
  margin-bottom: 5px;
}
.single_news_page .new_box_side {
  display: flex;
  gap: 0 8px;
  padding: 20px 0;
}
.single_news_page .new_box_side:not(:last-of-type) {
  border-bottom: 1px solid #E1E1E1;
}
.single_news_page .new_box_side .image {
  width: 120px;
  height: 91px;
  border-radius: 5px;
  overflow: hidden;
}
.single_news_page .new_box_side .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_news_page .new_box_side .info .name {
  color: #555555;
  font-family: newSansRegular, sans-serif;
  -webkit-line-clamp: 2;
  margin: 0;
  line-height: 20px;
}
.single_news_page .new_box_side .info .date {
  margin: 6px 0 3px;
  color: #737373;
  display: flex;
  gap: 0 4px;
  font-family: newSansRegular, sans-serif;
  font-size: 15px;
}
.single_news_page .new_box_side .info .date ion-icon {
  color: #DDB35D;
}
.single_news_page .event_details {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.07);
  padding: 20px 16px;
  margin-bottom: 18px;
}
.single_news_page .event_details .head_with_border {
  margin-bottom: 16px;
}
.single_news_page .event_details .item {
  margin: 9px 0;
  color: #555555;
}
.single_news_page .event_details .item .value {
  font-family: newSansRegular, sans-serif;
}

/*--------------------------------------------------------------
# End news
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start hafrs page
--------------------------------------------------------------*/
.hafrs_page {
  padding: 64px 0 37px;
  background-color: #F9F9F9;
}
.hafrs_page .hafr_box {
  background-color: #fff;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 35px 40px;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 24px;
}
.hafrs_page .hafr_box:hover {
  box-shadow: 0px 8px 21px rgba(0, 0, 0, 0.12);
}
.hafrs_page .hafr_box .name {
  color: #363636;
  font-size: 24px;
  margin-bottom: 15px;
}
.hafrs_page .hafr_box .desc {
  color: #737373;
  font-family: newSansRegular, sans-serif;
  -webkit-line-clamp: 2;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
# End hafrs page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start reports page
--------------------------------------------------------------*/
.reports_page {
  background-color: #F9F9F9;
  padding: 50px 0;
}
.reports_page .report_box {
  background-color: #fff;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 25px 20px 40px;
  text-align: center;
  display: block;
  margin-bottom: 30px;
  transition: 0.3s;
}
.reports_page .report_box:hover {
  box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.25);
}
.reports_page .report_box:hover .name {
  color: #DDB35D;
}
.reports_page .report_box .image img {
  width: 180px;
  height: 170px;
  object-fit: contain;
}
.reports_page .report_box .name {
  color: #363636;
  font-size: 18px;
  margin-top: 37px;
  transition: 0.3s;
}

/*--------------------------------------------------------------
# End reports page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start t3ameem Page
--------------------------------------------------------------*/
.t3ameem_page {
  padding: 65px 0 50px;
  background-color: #F9F9F9;
}
.t3ameem_page .t3meem_box {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
}
.t3ameem_page .t3meem_box .image {
  position: relative;
}
.t3ameem_page .t3meem_box .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(54, 54, 54, 0.09) 0%, #0e0e0e 100%);
}
.t3ameem_page .t3meem_box .image .date {
  position: absolute;
  bottom: 15px;
  right: 11px;
  color: #fff;
  font-family: newSansRegular, sans-serif;
}
.t3ameem_page .t3meem_box .image .link {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
}
.t3ameem_page .t3meem_box .image .link span {
  width: 68px;
  height: 68px;
  background-color: rgba(221, 179, 93, 0.83);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 50%;
  transition: 0.3s;
}
.t3ameem_page .t3meem_box .image .link span:hover {
  background-color: #ddb35d;
}
.t3ameem_page .t3meem_box .image img {
  width: 100%;
  height: 318px;
  object-fit: cover;
}
.t3ameem_page .t3meem_box .image:hover .link {
  opacity: 1;
}
.t3ameem_page .t3meem_box .info .desc {
  padding: 15px 11px 11px;
  border-bottom: 1px solid #F0F0F0;
}
.t3ameem_page .t3meem_box .info .desc p {
  margin: 0;
  color: #363636;
  -webkit-line-clamp: 2;
}
.t3ameem_page .t3meem_box .info .details {
  padding: 11px 11px 22px;
  display: flex;
}
.t3ameem_page .t3meem_box .info .details > div:first-of-type {
  max-width: 70%;
  flex: 70%;
}
.t3ameem_page .t3meem_box .info .details > div:last-of-type {
  max-width: 30%;
  flex: 30%;
  border-inline-start: 1px solid #E1E1E1;
  padding-inline-start: 10px;
}
.t3ameem_page .t3meem_box .info .details span {
  display: block;
  font-family: newSansRegular, sans-serif;
  color: #363636;
}
.t3ameem_page .t3meem_box .info .details span.name {
  color: #555555;
}

/*--------------------------------------------------------------
# End t3ameem Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start contact page
--------------------------------------------------------------*/
.contact_page {
  padding: 75px 0 100px;
}
.contact_page .modal_contact {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 30px 40px;
}
.contact_page .modal_contact .head {
  font-size: 20px;
  color: #363636;
  margin-bottom: 34px;
}
.contact_page .modal_contact .form-group {
  margin-bottom: 20px;
}
.contact_page .modal_contact .form-group label {
  margin: 0 0 10px;
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
.contact_page .modal_contact .form-group .form-control {
  border-radius: 3px;
  border: 1px solid #B9B9B9;
  font-family: newSansRegular, sans-serif;
  box-shadow: none;
  height: 40px;
}
.contact_page .modal_contact .form-group .form-control::placeholder {
  color: #A5A5A5;
  font-family: newSansLight, sans-serif !important;
  font-size: 16px;
}
.contact_page .modal_contact .form-group textarea.form-control {
  height: 122px;
  resize: none;
}
.contact_page .modal_contact .form-group .main-btn {
  min-height: 45px;
}
.contact_page .contact_info .some_details {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 5px;
  padding: 35px 30px;
  margin-bottom: 30px;
}
.contact_page .contact_info .head_with_border {
  margin-bottom: 25px;
}
.contact_page .contact_info .item {
  color: #555555;
  display: flex;
  align-items: center;
  gap: 0 8px;
  margin-bottom: 20px;
  font-family: newSansRegular, sans-serif;
}
.contact_page .contact_info .sochial {
  display: flex;
  align-items: center;
  gap: 0 13px;
}
.contact_page .contact_info .sochial span {
  color: #393939;
}
.contact_page .contact_info .sochial a {
  color: #5F5F5F;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.contact_page .contact_info .sochial a:hover {
  color: #DDB35D;
}
.contact_page .map_box {
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 350px;
  overflow: hidden;
}

/*--------------------------------------------------------------
# End contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start training center page
--------------------------------------------------------------*/
.trainning_center_page .about_us_section .info_content {
  margin-bottom: 30px;
}
.trainning_center_page .about_us_section .info_content ul li {
  display: flex;
  align-items: center;
  gap: 0 10px;
  color: #555555;
  font-family: newSansRegular, sans-serif;
  font-size: 16px;
  margin-bottom: 15px;
}
.trainning_center_page .centerCourses_section .course_box {
  box-shadow: 0px 7px 20px rgba(57, 57, 57, 0.08);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #F1F1F1;
  display: block;
  overflow: hidden;
}
.trainning_center_page .centerCourses_section .course_box:hover img {
  transform: scale(1.1) rotate(3deg);
}
.trainning_center_page .centerCourses_section .course_box:hover .info .name {
  color: #DDB35D;
}
.trainning_center_page .centerCourses_section .course_box .image {
  overflow: hidden;
}
.trainning_center_page .centerCourses_section .course_box .image img {
  transition: 0.3s;
  height: 193px;
  object-fit: cover;
  width: 100%;
}
.trainning_center_page .centerCourses_section .course_box .info {
  padding: 14px 14px 18px;
}
.trainning_center_page .centerCourses_section .course_box .info .name {
  color: #555555;
  margin-bottom: 15px;
}
.trainning_center_page .centerCourses_section .course_box .info .date {
  color: #555555;
  font-family: newSansLight, sans-serif;
}
.trainning_center_page .centerCourses_section .course_box .info .date span {
  display: inline-block;
}
.trainning_center_page .jobs_section .job_box {
  padding: 17px 18px 28px;
  background-color: #fff;
  border: 1px solid #CACACA;
  border-radius: 8px;
  transition: 0.3s;
  display: block;
  margin-bottom: 30px;
}
.trainning_center_page .jobs_section .job_box:hover {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
.trainning_center_page .jobs_section .job_box:hover .name {
  color: #DDB35D;
}
.trainning_center_page .jobs_section .job_box .name {
  font-size: 18px;
  color: #363636;
  margin-bottom: 18px;
  transition: 0.3s;
}
.trainning_center_page .jobs_section .job_box .details {
  display: flex;
  align-items: center;
  gap: 0 25px;
}
.trainning_center_page .jobs_section .job_box .details .item {
  display: flex;
  align-items: center;
  gap: 0 4px;
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
.trainning_center_page .jobs_section .job_box .details .item ion-icon {
  color: #00A650;
}
.trainning_center_page .job_modal_section .form_modal {
  border: 1px solid #CACACA;
  width: 55%;
  margin: 0 auto;
  padding: 42px 37px 55px;
  border-radius: 5px;
}
.trainning_center_page .job_modal_section .form_modal .head {
  text-align: center;
  font-size: 18px;
  margin-bottom: 60px;
  color: #555555;
}
.trainning_center_page .job_modal_section .form_modal .form-group {
  margin-bottom: 22px;
}
.trainning_center_page .job_modal_section .form_modal .form-group label {
  margin: 0 0 8px;
  font-size: 18px;
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
.trainning_center_page .job_modal_section .form_modal .form-group .form-control {
  border: 1px solid #E1E1E1;
  background-color: #F5F5F5;
  border-radius: 5px;
  height: 40px;
  font-family: newSansRegular, sans-serif;
}

/*--------------------------------------------------------------
# End training center page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start investment page
--------------------------------------------------------------*/
.investment_page {
  padding: 48px 0 100px;
}
.investment_page .control_tabs {
  background-color: #F2F2F2;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  overflow: hidden;
}
.investment_page .control_tabs button {
  padding: 20px 22px;
  color: #363636;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
  border: 0;
  width: 100%;
  text-align: start;
  transition: 0.3s;
}
.investment_page .control_tabs button:not(:last-of-type) {
  border-bottom: 1px solid #CACACA;
}
.investment_page .control_tabs button.active {
  background-color: #DDB35D;
}
.investment_page .res_table {
  overflow: auto;
}
.investment_page .table_investment {
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.11);
  min-width: 800px;
}
.investment_page .table_investment .items_table {
  display: flex;
  transition: 0.3s;
}
.investment_page .table_investment .items_table:hover {
  background-color: #F6F6F6;
}
.investment_page .table_investment .items_table span {
  padding: 20px 10px;
  text-align: center;
  color: #555555;
  font-family: newSansRegular, sans-serif;
}
.investment_page .table_investment .items_table span:not(:last-of-type) {
  border-inline-end: 1px solid #E1E1E1;
}
.investment_page .table_investment .items_table span:nth-of-type(1) {
  max-width: 30%;
  flex: 30%;
}
.investment_page .table_investment .items_table span:nth-of-type(2) {
  max-width: 20%;
  flex: 20%;
}
.investment_page .table_investment .items_table span:nth-of-type(3) {
  max-width: 23%;
  flex: 23%;
}
.investment_page .table_investment .items_table span:nth-of-type(4) {
  max-width: 27%;
  flex: 27%;
}
.investment_page .table_investment .items_table .btns {
  display: flex;
  gap: 0 7px;
  justify-content: center;
}
.investment_page .table_investment .items_table .btns .main-btn {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 5px;
  min-width: 87px;
  height: 35px;
}
.investment_page .table_investment .items_table .btns .main-btn.gray {
  background-color: #E1E1E1;
  color: #555555;
}
.investment_page .table_investment .items_table .btns .main-btn.gray:hover {
  background-color: #c1c1c1;
}
.investment_page .table_investment .head_table {
  background-color: #F2F2F2;
}
.investment_page .table_investment .head_table span {
  padding: 27px 10px;
  color: #363636;
}
.investment_page .box_content {
  display: none;
  transition: 0.3s;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 80px, 0);
  transform: translate3d(0, 80px, 0);
}
.investment_page .box_content.active {
  display: block;
  animation: fadeInUp 1s both;
  -webkit-animation: fadeInUp 1s both;
}
.investment_page .back {
  padding: 15px 0 0;
}
.investment_page .back .main-btn {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
}
.investment_page .table_details {
  min-width: 550px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  box-shadow: 3px 6px 12px rgba(0, 0, 0, 0.11);
}
.investment_page .table_details .item {
  border-bottom: 1px solid #EEEEEE;
  display: flex;
  font-size: 18px;
  font-family: newSansRegular, sans-serif;
}
.investment_page .table_details .item .name {
  max-width: 25%;
  flex: 25%;
  background-color: #F2F2F2;
  padding: 23px 22px;
  color: #363636;
}
.investment_page .table_details .item .value {
  max-width: 75%;
  flex: 75%;
  padding: 23px 22px;
}

/*--------------------------------------------------------------
# End investment page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start magazines page
--------------------------------------------------------------*/
.magazines_page {
  padding: 100px 0 50px;
  background-color: #F9F9F9;
}
.magazines_page .magazines_content {
  max-width: 80%;
  margin: 0 auto;
}
.magazines_page .magazine_box {
  display: block;
  margin-bottom: 70px;
}
.magazines_page .magazine_box .image {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  height: 280px;
  overflow: hidden;
  margin-bottom: 20px;
}
.magazines_page .magazine_box .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.magazines_page .magazine_box .name {
  color: #00A650;
  text-align: center;
}
.magazines_page .magazine_box:hover .image img {
  transform: scale(1.1) rotate(3deg);
}

.single_magazines_page {
  padding: 75px 0;
}
.single_magazines_page .head_page {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.single_magazines_page .head_page h6 {
  color: #363636;
  font-size: 18px;
  margin: 0;
}
.single_magazines_page .head_page .main-btn {
  border-radius: 5px;
  gap: 0 10px;
}
.single_magazines_page .desc {
  margin-top: 40px;
}
.single_magazines_page .desc p {
  color: #555555;
  font-size: 16px;
  font-family: newSansRegular, sans-serif;
}

/*--------------------------------------------------------------
# End magazines page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Footer
--------------------------------------------------------------*/
.footer {
  background-image: url(../img/footer_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
}
.footer:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(129deg, rgba(0, 166, 80, 0.89) 0%, rgba(2, 7, 54, 0.89) 50%);
}
.footer .content {
  position: relative;
  z-index: 1;
}
.footer .footer_top {
  padding: 38px 0 30px;
}
.footer .box_footer .head h5 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 38px;
}
.footer .box_footer .head h5:after {
  position: absolute;
  content: "";
  bottom: -18px;
  right: 0;
  background-color: #DDB35D;
  border-radius: 50px;
  width: 33px;
  height: 4px;
}
.footer .box_footer .list li {
  margin-bottom: 7px;
}
.footer .box_footer .list li a {
  color: #FFFFFF;
  font-family: newSansRegular, sans-serif;
}
.footer .box_footer .list li a:hover {
  color: #DDB35D;
}
.footer .box_footer .list.contact li {
  margin-bottom: 10px;
}
.footer .box_footer .list.contact a {
  display: flex;
  align-items: center;
  gap: 0 8px;
}
.footer .box_footer .list.contact ion-icon {
  color: #DDB35D;
  font-size: 18px;
}
.footer .box_footer .sochial {
  display: flex;
  gap: 0 16px;
  margin-top: 16px;
}
.footer .box_footer .sochial a {
  color: #fff;
}
.footer .box_footer .sochial a:hover {
  color: #DDB35D;
}
.footer .newsletter .head h5 {
  margin-bottom: 28px;
}
.footer .newsletter .head h5:after {
  display: none;
}
.footer .newsletter .form-control {
  height: 45px;
  border-radius: 50px;
  border: 0;
  padding: 10px 25px;
}
.footer .newsletter .form-control::placeholder {
  color: #CACACA;
  font-family: newSansRegular, sans-serif;
}
.footer .newsletter .main-btn {
  padding: 7px 40px;
}

/*--------------------------------------------------------------
# End Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Start Copy Right
--------------------------------------------------------------*/
.copyright .copy {
  display: flex;
  align-items: center;
}
.copyright .copy p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-family: newSansLight, sans-serif;
}
.copyright .image {
  text-align: end;
}

@media (max-width: 1199.98px) {
  .copyright {
    margin-top: 0;
  }
}
@media (max-width: 575.98px) {
  .copyright {
    padding-bottom: 30px;
  }
  .copyright .copy {
    order: 2;
    justify-content: center;
  }
  .copyright .image {
    text-align: center;
  }
}
/*--------------------------------------------------------------
# End Copy Right
--------------------------------------------------------------*/
/*start button up*/
#up_btn {
  position: fixed;
  right: 30px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
  color: #fff;
  background-color: #DDB35D;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-direction: column;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
}
#up_btn ion-icon {
  font-size: 22px;
  margin-bottom: -2px;
}

#up_btn:hover {
  background-color: #00A650;
}

#up_btn.fade {
  visibility: visible;
  opacity: 1;
  bottom: 30px;
}

/*End button up*/
/*********** Start buttons ************/
.main-btn {
  padding: 7px 40px;
  color: #fff;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
}
.main-btn.main {
  background: #DDB35D;
}
.main-btn.main:hover {
  background: #00A650;
  color: #fff;
}
.main-btn.sec {
  background-color: #00A650;
}
.main-btn.sec:hover {
  background-color: #22cf75;
  color: #fff;
}
.main-btn.trans {
  border: 1px solid #00A650;
  color: #00A650;
}
.main-btn.trans:hover {
  background-color: #00A650;
  color: #fff;
}

.more_link {
  color: #DDB35D;
  font-family: newSansRegular, sans-serif;
  display: flex;
  align-items: center;
  gap: 0 6px;
}
.more_link:hover {
  color: #00A650;
}

/*********** End buttons ************/
.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
  margin: 0;
  transform: translateY(-20px);
}
.owl-carousel .owl-nav button {
  position: absolute;
  background: #343434 !important;
  width: 50px;
  height: 50px;
  color: #fff !important;
  outline: none;
  transition: 0.3s;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -40px;
}
.owl-carousel .owl-nav button.owl-next {
  right: -40px;
}
.owl-carousel .owl-nav button:hover {
  background-color: #00A650 !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 5px 3px;
  transition: 0.3s;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #00A650;
}

.owl-theme .owl-dots {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .owl-carousel {
    width: 100% !important;
  }

  .owl-carousel .owl-nav {
    position: unset;
    top: 50%;
    width: 100%;
    height: auto;
    margin-top: 10px;
    transform: none;
    display: flex;
    justify-content: center;
  }
  .owl-carousel .owl-nav button {
    position: unset;
  }
}
@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button {
    width: 35px;
    height: 35px;
  }
}
/*--------------------------------------------------------------
# Start Main Heading
--------------------------------------------------------------*/
.main_heading h3 {
  color: #363636;
  font-size: 32px;
  margin: 0;
}
.main_heading.white h3 {
  color: #fff;
}
.main_heading span {
  width: 62px;
  height: 3px;
  background-color: #DDB35D;
  border-radius: 50px;
  margin: 10px auto 0;
  display: block;
}

.head_with_border {
  color: #555555;
  border-inline-start: 3px solid #00A650;
  padding-inline-start: 8px;
}

/*--------------------------------------------------------------
# End Main Heading
--------------------------------------------------------------*/
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease;
  transition: transform 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
}
.search-popup.active {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.search-popup .search-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #222;
  opacity: 0.75;
  cursor: pointer;
}
.search-popup .search-popup__content {
  width: 100%;
  max-width: 560px;
}
.search-popup .search-popup__content .aws-container .aws-search-form {
  height: auto;
  position: relative;
  width: 100%;
  float: none !important;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-wrapper {
  flex-grow: 1;
  position: relative;
  vertical-align: top;
  padding: 0;
  width: 100%;
}
.search-popup .search-popup__content .aws-container .aws-search-form .aws-search-label {
  position: absolute !important;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.search-popup .search-popup__content .aws-container .aws-search-form input[type=search] {
  background-color: #f6f5f2;
  border-style: solid;
  border-width: 0;
  border-radius: 5px;
  padding: 18px 20px 18px 30px;
  font-size: 16px;
  border: none;
  outline: none;
  height: 66px;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-appearance: none;
  line-height: 30px;
  display: block;
  max-width: 100%;
  color: #313131;
}

.mediaCenter_section .media_div .media_box {
    min-height: 421px;
}

.events_section .box_event {
    flex: 1;
}

.single_news_page .image {height: 500px;}

.single_news_page .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.t3ameem_page .t3meem_box {
    height: calc(100% - 30px);
}

.single_news_page .new_box_side .info {width: calc(100% - 128px);}
.nav_bar .menu_links .dropdown_ul {
    min-width: 230px;
    z-index: 4;
    font-size: 14px;
}

.nav_bar .menu_links > li:not(:last-of-type) {
    padding-inline-end: 12px;
    margin-inline-end: 12px;
}

.trainning_center_page .centerCourses_section .course_box {
    height: calc(100% - 30px);
}

  .mediaCenter_section .media_div .box_new .info p:nth-child(n + 5) {
    display: none;
}

.mediaCenter_section .media_div .box_new .info p, .mediaCenter_section .media_div .box_new .info h2 {
    max-height: 45px;
    overflow: hidden;
}

.about_page .our_message_section .box {
    height: calc(100% - 30px);
}

.committees_page .box_committe {
    height: calc(100% - 30px);
}

.hafrs_page .hafr_box {
    height: calc(100% - 24px);
}

.magazines_page .magazine_box .name {
    max-height: 57px;
    overflow: hidden;
}

.single_news_page .image img{
    object-position: right;
}

span {
    font-size: inherit !important;
    color: inherit !important;
}

.desc span {
    line-height: 1.5;
    font-weight: normal !important;
}

.about_page .about_us_section .desc p {
    font-weight: normal !important;
}
/*--------------------------------------------------------------
# Start responsive
--------------------------------------------------------------*/
@media (max-width: 1199.98px) {
  .nav_bar .menu_links > li:not(:last-of-type) {
    padding-inline-end: 10px;
    margin-inline-end: 10px;
  }

  .nav_bar .menu_links > li a {
    font-size: 14px;
  }
}
@media (max-width: 991.98px) {
    .nav_bar .menu_links > li{
        transition: 0.3s;
    }
    .nav_bar .menu_links > li:hover{
        color:#DDB35D !important;
    }
    .nav_bar .menu_links > li:hover >a{
        color:#DDB35D !important;
    }
    .nav_bar .menu_links > li ion-icon{
        position: relative;
        top: 4px;
    }
  .nav_bar .settings {
    gap: 0 10px;
  }

  .services_section .services_content .main_content .link_serv {
    padding-inline-end: 15px;
  }

  .mediaCenter_section .media_div:first-of-type {
    padding-inline-end: 15px;
    margin-bottom: 50px;
  }

  .services_section .services_content .main_content .box_show {
    height: auto;
  }

  #color-calendar {
    margin-bottom: 20px;
  }

  .footer .box_footer {
    margin-bottom: 50px;
  }
  .footer .footer_top {
    padding: 38px 0 0px;
  }

  .about_page .about_us_section .image {
    margin-top: 30px;
    margin-inline-start: 0;
  }

  .about_page .our_message_section .message_box {
    padding: 0 15px !important;
  }
  .about_page .our_message_section .message_box:nth-of-type(odd) {
    margin-bottom: 50px;
  }

  .our_team_section .team_members .team_box {
    max-width: 25%;
    flex: 25%;
  }

  .about_page .boss_word_section .image {
    margin-inline-end: 0;
    max-width: 350px;
    margin: 0 auto 60px;
  }

  .single_news_page .main_content {
    margin-bottom: 30px;
  }

  .contact_page .modal_contact {
    margin-bottom: 50px;
  }

  .trainning_center_page .job_modal_section .form_modal {
    width: 100%;
  }

  .investment_page .res_table {
    margin-top: 30px;
  }
  .single_news_page .image {
    height: auto;
}

.single_news_page .new_box_side .image {
    width: 100px;
    height: 70px;
}

.single_news_page .new_box_side .info {
    width: calc(100% - 108px);
}

.single_news_page .new_box_side .info .name {
    font-size: 15px;
}

.single_news_page .new_box_side .info .date {
    font-size: 12px;
}

.more_link {
    font-size: 13px;
}

.investment_page .table_details {
    width: 100%;
    min-width: 100%;
}

.investment_page .table_details .item {
    flex-wrap: wrap;
}

.investment_page .table_details .item .name {
    max-width: 100%;
    flex: auto;
    padding: 10px;
}

.investment_page .table_details .item .value {
    max-width: 100%;
    flex: auto;
    padding: 10px;
    width: 100%;
}
}
@media (max-width: 767.98px) {
  .header_banner .info h2 {
    font-size: 30px;
  }

  .header_banner .info p {
    font-size: 16px;
  }

  .header_banner .list_info {
    left: 0;
    height: auto;
    display: flex;
    align-items: center;
    gap: 0 15px;
  }
  .header_banner .list_info .contact_info {
    display: flex;
  }
  .header_banner .list_info .contact_info a {
    border-left: 1px solid #979797;
    border-bottom: 0;
  }
  .header_banner .list_info .sochial {
    margin: 0;
  }
  .header_banner .list_info .vision_logo {
    bottom: auto;
    right: auto;
    left: 25px;
    transform: translateX(0%);
  }

  .mediaCenter_section .media_div .hafr_box {
    min-height: auto;
    padding: 40px 20px;
  }

  .footer {
    text-align: center;
  }
  .footer .box_footer .head h5:after {
    right: 50% !important;
    transform: translateX(50%);
    left: auto !important;
  }
  .footer .box_footer .list.contact a,
.footer .box_footer .sochial {
    justify-content: center;
  }

  .our_team_section .team_members .team_box {
    max-width: 33.333%;
    flex: 33.3333%;
  }

  .single_magazines_page .head_page {
    flex-direction: column;
    gap: 15px;
  }
  

}
@media (max-width: 575.98px) {
  .nav_bar {
    padding: 10px 0;
  }

  .header_banner .list_info .sochial,
.header_banner .list_info .vision_logo {
    display: none;
  }
  .header_banner .list_info .contact_info {
    flex: 1;
  }
  .header_banner .list_info .contact_info a {
    flex: 1;
  }

  .mediaCenter_section .media_div .box_new {
    flex-direction: column;
    gap: 15px 0;
  }

  .events_section .negative_m {
    margin: 0 -8px;
  }
  .events_section .item_carousel_p {
    padding: 10px 4px;
  }
  .events_section .box_event .image img {
    height: 160px;
  }
  .events_section .box_event .info {
    padding: 10px 12px;
  }
  .events_section .box_event .info h6 {
    line-height: normal;
    font-size: 14px;
  }

  .main_heading h3 {
    font-size: 27px;
  }

  #up_btn {
    right: 10px;
  }

  #up_btn.fade {
    bottom: 10px;
  }

  .about_page .control_tabs .main-btn {
    width: 100%;
  }

  .about_page .our_message_section .box {
    padding: 28px 20px 30px;
  }
  .about_page .our_message_section .box:after {
    display: none;
  }

  .our_team_section .team_members .team_box {
    max-width: 50%;
    flex: 50%;
  }

  .committees_page .main_heading p {
    width: 100%;
  }

  .team_page .our_team_section .team_box.team_leader .image {
    width: 130px;
    height: 130px;
  }
  .team_page .our_team_section .team_box.team_leader .info h4 {
    font-size: 19px;
  }
  .team_page .our_team_section .team_box.team_leader .info span {
    font-size: 16px;
  }

  .hafrs_page .hafr_box {
    padding: 35px 20px;
  }

  .trainning_center_page .centerCourses_section .course_box .image img {
    height: auto;
  }

  .trainning_center_page .job_modal_section .form_modal {
    padding: 42px 20px;
  }

  .magazines_page .magazines_content {
    max-width: 100%;
  }
  .events_section .box_event .date{
      font-size: 11px;
  }
  .events_section .box_event{
      max-width: 200px;
  }
  .events_section .controls #prev {
        right: 0;
    }
    .events_section .controls #next {
        left: 0;
    }
    .events_section .controls .arrow {
        width: 30px;
        height: 30px;
    }
    .events_section .slider_content .no-events{
        font-size: 20px;
    }
      .mediaCenter_section .media_div .box_new .image img {
        width: 100%;
        height: auto;
    }
    .our_team_section .team_box .image {
        width: 100px;
        height: 100px;
    }
    .our_team_section .team_box .image img {
        max-width: 90px;
        height: 90px;
    }
    .our_team_section .team_box .info h4 {
    font-size: 17px;

}
.our_team_section .team_box .info span {
    font-size: 14px;
}
}


/*--------------------------------------------------------------
# End responsive
--------------------------------------------------------------*/

/*-------------------------------------------------------------- # Start landpage --------------------------------------------------------------*/
 .landing_page {
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 background-color: rgb(0 0 0 / 63%);
	 align-items: center;
	 justify-content: center;
	 display: flex;
	 z-index: 99999;
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.3s;
}
 .landing_page.open {
	 opacity: 1;
	 visibility: visible;
}
 .landing_page .inner {
	 margin: 30px;
	 height: 80%;
	 max-width: 50%;
}
 .landing_page .inner .image {
	 width: 100%;
	 height: 100%;
	 overflow: hidden;
	 border-radius: 10px;
	 background-color: #1e4632b0;
	 padding: 10px;
	 display: block;
}
 .landing_page .inner .image img {
	 width: 100%;
	 height: 100%;
	 border-radius: 6px;
}
 @media (max-width: 991.98px) {
	 .landing_page .inner {
		 max-width: fit-content;
	}
}
 @media (max-width: 767.98px) {
	 .landing_page .inner {
		 height: auto;
	}
}
/*-------------------------------------------------------------- # End landpage --------------------------------------------------------------*/
 

/*# sourceMappingURL=style.css.map */


