*{
	box-sizing: border-box;
	border: 0px;

}

:root{
    --color-primary : #24898e;
    --color-secondary : #acb399;
}
a, h1, h2, h3, h4, h5, h6 span, hgroup, select, input, textarea, button, table, th, td, ul, ol, li, dl, dt, dd, form, fieldset, legend, p, input, figure, figcaption, header, footer, nav, section, article, aside, main, menu, video, canvas, progress, summary, details, dialog, menuitem, button , span {
    font-family:   'Alexandria', sans-serif !important;
    }
body{
	font-family: 'Alexandria', sans-serif;
	overflow-x: hidden;
	position: relative;
	direction: rtl;
	/* background:#f2f3f7; */
}


/* mobile menu styles  */

.mobile-menu-content section {
	width: 100%;
	height: 100vh;
	background-color: #d1dadd;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .mobile-menu-content section:nth-child(odd) {
	background-color: #ecf0f1;
  }
  .mobile-menu-content h2 {
	font-size: 3rem;
  }
  .mobile-menu-content .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	}
  .mobile-menu-content .mobile-menu {
	width: 70%;
	height: 100%;
	position: fixed;
	z-index: 2000;
	background: var(--color-primary);
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	transform: translateX(-100%);
	transition: transform 0.3s;
	top: 0px;
	direction: ltr;
	left: 0px;
	}
  .mobile-menu-content .mobile-menu a {
	width: 100%;
	text-align: center;
	margin: 1rem 0;
	padding: 1rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
  }
  .mobile-menu-content .mobile-menu a:hover {
	box-shadow: inset 0 0 1rem rgba(0, 0, 0, 0.7);
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
  }
  .mobile-menu-content .mobile-menu__trigger {
	cursor: pointer;
	content: "";
	position: absolute;
	z-index: 3;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	top: 17px;
	right: -4rem;
	background: var(--color-primary);
	display: flex;
	justify-content: center;
	align-items: center;
	}
  .mobile-menu-content .mobile-menu__trigger span {
	display: block;
	width: 44%;
	height: 2px;
	background: #fff;
	position: relative;
	}
  .mobile-menu-content .mobile-menu__trigger span::before,
  .mobile-menu-content .mobile-menu__trigger span::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	right: 0;
	background: #fff;
	transition: all 0.3s;
  }
  .mobile-menu-content .mobile-menu__trigger span::before {
	top: -7px;
  }
  .mobile-menu-content .mobile-menu__trigger span::after {
	top: 7px;
  }
  .mobile-menu-content .mobile-menu__trigger:hover span::before {
	width: 50%;
	top: -3px;
	right: 0;
	transform: rotate(30deg);
  }
  .mobile-menu-content .mobile-menu__trigger:hover span::after {
	width: 50%;
	top: 3px;
	right: 0;
	transform: rotate(-30deg);
  }
  .mobile-menu-content .mobile-menu_open {
	transform: translateX(0%);
	box-shadow: 0 0 2rem #000;
  }
  .mobile-menu-content .mobile-menu_open + .overlay {
	visibility: visible;
	opacity: 1;
  }
  .mobile-menu-content .mobile-menu_open .mobile-menu__trigger span::before,
  .mobile-menu-content .mobile-menu_open .mobile-menu__trigger span::after {
	left: 0;
  }
  .mobile-menu-content .mobile-menu_open .mobile-menu__trigger:hover span::before {
	transform: rotate(-30deg);
  }
  .mobile-menu-content .mobile-menu_open .mobile-menu__trigger:hover span::after {
	transform: rotate(30deg);
  }
  


.mobile-menu-content .mobile-menu * {
    direction: ltr;
}
/* end mobile menu styles  */




img.site-logo {
    max-height: 64px;
}

.header-content {padding: 12px;position: relative;z-index: 10;}

.owl-carousel {
    direction: ltr;
}

header.site-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 99;
    overflow: hidden;
	transition: all 0.3s ease 0s;
	box-shadow: 0px 0px 10px 0px #0000001a;
}

header.site-header .header-bg {
    position: absolute;
    background: #00000090;
    width: 110%;
    height: 110%;
    opacity: 0;
    filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    left: -5%;
    top: -5%;
    transition: .3s;
	display: none;
}

header.site-header .header-bg.active {
    opacity: .9;
}

header.site-header.active  {
    background-color: #ffffff;
}

.sta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 5%;
    gap: 1rem;
}

.sta-item {
    text-align: center;
    border: 1px solid #ddd;
    padding: 16px;
    border-radius: 10px;
    background: #ffffffa3;
    box-shadow: 0px 14px 22px -10px #bbcbd89e;
}

.sta-item i {
    font-size: 50px;
}

.sta-item h3 {
    font-size: 14px;
    margin: 0px;
    position: relative;
	position: relative;
    top: -11px;
}

.sta-item p {
    font-size: 34px;
    margin-bottom: 0rem;
    position: relative;
    top: -11px;
}

.bg-item {}

.bg-item {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    /* top: 20%; */
    z-index: 1;
}

.relative {
    position: relative;
}

.bg-item:after {
    content: "";
    height: 60px;
    width: 30px;
    background: var(--color-primary);
    display: inline-block;
    position: absolute;
}

.bg-item:before {
    content: "";
    height: 60px;
    width: 30px;
    background: var(--color-secondary);
    display: inline-block;
}

.def-relative {
    position: relative;
    z-index: 10;
}



.text{
	display: inline-block;
	font-size: 25px;
	line-height: 1.205;
	}
  
  .text__first, .text__second{
	position: relative;
	height: 100%;
	display: inline-block;
	}
  
  .text__word{
	opacity: 0;
	margin-bottom: .5rem;
	display: inline-block;
	position: relative;
	}
  
  .text__first-bg, .text__second-bg{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	transform-origin: right;
	transform: scaleX(0);
	}
	.text__second .text__word {
		font-size: 14px;
		line-height: 1.5;
		margin-top: .8rem;
	}
  .text__first-bg{
	background-color: var(--color-primary);
  }
  
  .text__second-bg{
	background-color: var(--color-secondary);
  }
  
  .text__second{
	}
  
  

	.hexagon {
		position: relative;
		width: 100px;
		height:100px;
		/* padding-bottom: 200px; */
		 /* (sqrt(3)/2) * 100% */
		background-color: var(--color-primary);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		transition: background-color 0.3s ease;
		}
  
	  .hexagon::before {
		content: '';
		position: absolute;
		top: 0;
		left: -50%;
		width: 100%;
		height: 100%;
		background-color: var(--color-secondary);
		/* clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); */
		/* transform: rotate(60deg); */
		transition: background-color 0.3s ease;
		}
  
	 

	.btn-rounded {
		border: 3px solid #444444;
		padding: 20px;
		border-radius: 20px;
		font-size: 13px;
	}
	
	.w-full {
		display: block;
		width: 100%;
	}
	
	a {
		color: #333;
		text-decoration: none;
	}

	.col-md-6 {
}

.services-link-container {
    display: flex;
    flex-wrap: wrap;
}

.services-link-container > div {
    flex: 1;
}

.site-section {
    padding: 4rem 5%;
}

img {
    max-width: 100%;
}

.ad-item img {
    /* height: 200px; */
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 1rem;
    aspect-ratio: 1;
    transition: all 0.3s ease 0s;
    opacity: 0;
	transform: translateY(-150px);
}

.ad-item h3 {
    font-size: 16px;
    margin-bottom: 1rem;
    transition: all 0.3s ease 0.2s;
    opacity: 0;
    transform: translateY(-10px);
}

.ad-item .ad-meta{
	
}

.ad-meta span , .ad-meta i {
    display: inline-block;
}

.ad-meta i {
    position: relative;
    margin-left: .4rem;
    top: 3px;
}
.ad-meta , .ad-meta a {
    font-size: 13px;
    direction: rtl;
}

.ad-item {
    padding: 1rem;
    text-align: right;
}
.ad-item {}

.ad-meta {
    transition: all 0.4s ease 0.3s;
    opacity: 0;
    transform: translateY(10px);
}

.owl-item.active .ad-item .ad-meta , .owl-item.active .ad-item h3 {
    opacity: 1;
    transform: translate(0px);
}

.owl-item.active .ad-item img {
    opacity: 1;
	transform: translateY(0px);

}

.cats-links-container {
    gap: 1rem;
    flex-wrap: wrap;
    display: flex;
}

.cats-links-container a {
    flex: 1 0 calc(50% - 1rem);
	
}

.cats-home-section img {
    height: 200px;
    margin: auto;
    display: block;
    margin-bottom: 2rem;
    object-fit: contain;
    height: 100px !important;
}
footer.site-footer{
	box-shadow: 0px 0px 10px 0px #0000001a;

}



img.footer-site-logo {
    max-width: 80%;
    margin: 1rem auto;
    display: block;
}

footer.site-footer h4 {
    font-size: 16px !important;
	color:#222;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem .5rem;
    padding: 1rem;
    padding-bottom: 1.5rem;
}

.footer-content > div {
    flex: 0 0 calc(50% - 0.5rem);
}

.flex-full {
    flex: 100% !important;
    width: 100%;
}

.footer-content li {
    list-style: none;
    margin: .8rem 0px;
    font-size: 13px;
}


.footer-content li a{
	color: #555;
	

}

.footer-content ul {
    margin: 0px;
    padding: 0px;
}



.site-socail {
	
    background: var(--color-primary);
    padding: 12px;
    display: flex;
    justify-content: space-between;
}

.site-socail a {
    color: #fff;
    text-align: center;
    display: inline-block;
    margin: 0px auto;
	font-size: 17px;
}
.site-socail a  i {
	position: relative;
	top: 3px;
}

.footer-credit {
    background: #0a5458;
    color: #fff;
    padding: 12px 20px;
    font-size: 14px;
    text-align: center;
}

.footer-credit p {
    margin: 0px;
}

.ads-carousel {
    direction: rtl;
}
.ads-carousel * , #mainSlider * {
    direction: rtl;
}

.first-section {
  margin-top: 4rem;
  padding: 4rem 3%;
}

.title-container {
  text-align: center;
}
.page-content {
  line-height: 1.8;
  font-size: 15px;
}

.cat-carousel {
  display: flex;
  overflow-x: auto;
  /* flex-wrap: wrap; */
  width: auto;
  gap: .6rem;
  position: relative;
  height: 100%;
  margin-bottom: 1rem;
  padding: .5rem 0px;
  padding-bottom: 1rem;
}

.cat-carousel a {
  width: auto;
  display: block;
  /* position: absolute; */
  padding: 10px;
  border-radius: 10px;
  flex: 0 0 auto;
  transition: all .3s ease 0s;
}

.cat-carousel a.active {
    background: #434;
    color: #fff;
}
.org-item {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 1rem;
  gap: 1rem;
  align-items: center;
}

.org-item img {
  height: 70px;
  object-fit: contain;
  border-radius: 10px;
}

.org-item h4 {
  font-size: 17px;
  margin-bottom: 10px;
}

h4 {}

.org-item > div {
  direction: rtl;
}

.org-item .org-meta * {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  direction: rtl;
}

.org-item .org-meta a:first-child {
  margin-left: .5rem;
}


.btn-primary.btn-rounded {
  background: transparent;
  color: #333;
  /* margin-top: 1.5rem; */
  padding: 15px 30px;
}

.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  text-align: right;
  border-color: #777;
  padding: 8px 12px;
  font-size: 14px;
}

.form-group label {
  margin-bottom: .3rem;
}

textarea {
  min-height: 100px !important;
}
.news-page img {
  width: 760px;
  display: block;
  margin: 1rem auto;
  border-radius: 10px;
  /* height: 25vh; */
  object-fit: contain;
  margin-top: 0px;
  box-shadow: 10px 10px 20px #ccc;
  margin-bottom: 3vh;
}

.def-site-section{
  min-height: 60vh;
  display: flex;
  align-items: center;
  /* padding: 0px !important; */
}

@media screen and (min-width:570px) {
  body .cats-home-section .main-marquee-wrapper {
    margin-top: 0rem;
  }
  body .home-services-section {
    margin-inline: 0px;
  }
  .def-site-section{
    min-height: 70vh;
    display: flex;
    align-items: center;
    /* padding: 0px !important; */
  }
  body .cats-links-container a{
    flex: 1;
}

body .sta-container {
    display: flex;
    gap: 0px;
}

body .sta-container {}

body .footer-content > div {
    flex: auto;
    flex-grow: 1;
}

body .site-socail {
    justify-content: space-around;
}

body .site-socail a {
    width: fit-content;
    flex: auto;
}

body .footer-content {
  gap: 0px;
  text-align: center;
}

body .owl-item .ad-meta > * {
  display: block;
  margin-bottom: .5rem;
}

body .site-section {
  padding: 6rem 5%;
}

body .org-item {
  border: 1px solid #333;
  padding: 8px 8px;
  border-radius: 7px;
}

body .org-item img {
  width: 64px;
  border-radius: 10px;
}

body .org-item h4 {
  font-size: 15px;
}

body .org-item .org-meta * {
  font-size: 12px;
}

}

.post-content {
  margin: 3rem 0px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3rem;
}


.comments-section {
  margin-top: 3rem;
}


.fit-content{
  width: fit-content !important;
  /* margin: 0px auto; */
  /* display: block; */
}

/* comments */

.single-comment  {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-column-gap: 1rem;
  box-shadow: 2px 5px 20px #f3f3f3;
  padding: 12px;
  margin: 1rem 0px;
  border-radius: 10px;
  border: 1px solid #eee;
}

.commenter-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.commenter-image {}

p.comment-date {
    border-bottom: 1px solid #eee;
    padding-bottom: 7px;
}

.add-comment-section{
  margin-top: 3rem;
}

.load-more-posts {
  display: block;
  margin: 2rem auto;
  max-width: 150px;
  text-align: center;
}

.center-block {
  text-align: center;
}

dotlottie-player {
  margin: 0px auto;
}

.loading-screen {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background: var(--color-primary);
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  transform: rotate(45deg);
}
.loader::before {
  content: '';  
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: -24px;
  animation: animloader 4s ease infinite;
}
.loader::after {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  animation: animloader2 2s ease infinite;
}

@keyframes animloader {
  0% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  12% {
    box-shadow: 0 24px white, 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  25% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
  37% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0 24px white, 24px 24px white, 24px 48px white, 0px 48px white;
  }
  62% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px white, 24px 48px white, 0px 48px white;
  }
  75% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px white, 0px 48px white;
  }
  87% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px white;
  }
  100% {
    box-shadow: 0 24px rgba(255, 255, 255, 0), 24px 24px rgba(255, 255, 255, 0), 24px 48px rgba(255, 255, 255, 0), 0px 48px rgba(255, 255, 255, 0);
  }
}

@keyframes animloader2 {
  0% {
    transform: translate(0, 0) rotateX(0) rotateY(0);
  }
  25% {
    transform: translate(100%, 0) rotateX(0) rotateY(180deg);
  }
  50% {
    transform: translate(100%, 100%) rotateX(-180deg) rotateY(180deg);
  }
  75% {
    transform: translate(0, 100%) rotateX(-180deg) rotateY(360deg);
  }
  100% {
    transform: translate(0, 0) rotateX(0) rotateY(360deg);
  }
}
     


.publication-item h4 {
  font-size: 18px;
}

.publication-item img {
  width: 24px;
}

.publication-list-item {
  padding-bottom: .6rem;
  padding-top: .6rem;
  margin-right: 15px;
  position: relative;
  border-right: 1px solid #ccc;
  display: flex;
  gap: .5rem;
  padding-right: 33px;
  align-items: center;
}

.item.publication-list-item:before {
  position: absolute;
  top: 50%;
  right: 0px;
  height: 1px;
  width: 24px;
  content: "";
  background: #ccc;
}

.publication-list-item a {
  font-size: 14px;
}

.publication-list-item figure {
  margin: 0px;
}

.publication-item h4 img {
    margin-left: .8rem;
    width: 32px;
}

.services-lottie {
  /* transform: rotate(180deg); */
}

.cats-home-section {
    /* flex-direction: row-reverse; */
}




.main-marquee-wrapper {
  width: 100vw;
  /* height: 100vh; */
  overflow: hidden;
  display: flex;
  align-items: center;
}
.marquee-wrapper {
  /* width: 100vw; */
  /* height: 60vh; */
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}

.marquee-wrapper:before {
  z-index: 10;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  box-shadow: 150px 50px 100px #fff inset , -100px -50px 100px #fff inset;
}

.marquee-content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 2rem;
  animation: marquee 10s linear infinite;
}
/* uncomment below to see how it works */
.pause {
  animation-play-state: paused;
}
.marquee-image {
  position: relative;
  width: 25vw;
  height: 100%;
  overflow: hidden;
}
.marquee-image img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
.image-title-wrapper {
  position: absolute;
  inset: 0;
  padding: 1rem;
  display: flex;
  align-items: flex-end;
  z-index: 100;
}
.image-title-wrapper .image-title {
  width: 100%;
  padding: 1rem;
  bottom: 0;
  background-color: black;
  transform: translateY(150%);
  transition: 0.3s;
}
.image-title-wrapper:hover .image-title {
  transform: translateY(0%);
}
@keyframes marquee {
  0% {
    transform: translateX(0%);
 }
  100% {
    transform: translateX(100%);
 }
}


.cats-home-section .col-md-6 {
  overflow: hidden;
}

.services-link-container {
  flex-direction: row-reverse;
}


body .home-services-section{
  padding-inline: 0px !important;
}

body .home-services-section .inner {
  padding: 16px;
  padding-left: 5%;
}

.home-services-section {
  margin-inline: 5%;
}


.cats-home-section .main-marquee-wrapper {
  margin-top: 2rem;
}



body .member-item span {
  font-size: 14px;
}
  
body .member-item h4 {
  font-size: 17px;
  line-height: 33px;
}


.member-item img {
  aspect-ratio: 1;
  width: 128px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 1rem;
}

.member-item h4 {
  font-size: 16px;
}

.member-item span {
  color: #444;
  font-size: 13px;
}

.member-item {
  text-align: center;
  transition: all 0.3s ease 0s;
  padding: 12px;
  border-radius: 10px;
  margin-top: 1rem;
}

.member-item:hover {
  box-shadow: 1px 3px 10px #ccc;
}
body a.__gallery {
  display: block;
  height: 200px;
  margin: 0 0 20px;
}



.text.section-title.center {
    text-align: center;
    width: 100%;
}
body .page-title {
  margin-bottom: 2rem;
}