@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap");
@font-face {
  font-family: "portada";
  src: url("../fonts/portada/portada.otf") format("opentype"), url("../fonts/portada.ttf") format("ttf");
}
@font-face {
  font-family: "portadabold";
  src: url("../fonts/portada/portadabold.otf") format("opentype"), url("../fonts/portadabold.ttf") format("ttf");
}
.cmi {
  position: relative;
  background: #D8A73C;
  width: 30px;
  height: 25px;
  -webkit-mask-size: contain;
  mask-size: contain;
  display: block;
  transform: scale(1.1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-primary {
  border-radius: 0 !important;
  background: #D8A73C !important;
  border-color: #D8A73C !important;
  color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  border-color: #D8A73C !important;
  background: transparent !important;
  color: #D8A73C !important;
}

.btn-secondary {
  border-radius: 0 !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  border-color: #000000 !important;
  background: transparent !important;
  color: #000000 !important;
}

.btn-success {
  border-radius: 0 !important;
  background: rgb(4, 119, 4) !important;
  border-color: rgb(4, 119, 4) !important;
  color: #fff !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  border-color: rgb(4, 119, 4) !important;
  background: transparent !important;
  color: rgb(4, 119, 4) !important;
}

.btn-info {
  border-radius: 0 !important;
  background: blue !important;
  border-color: blue !important;
  color: #fff !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  border-color: blue !important;
  background: transparent !important;
  color: blue !important;
}

.btn-warning {
  border-radius: 0 !important;
  background: yellow !important;
  border-color: yellow !important;
  color: #fff !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  border-color: yellow !important;
  background: transparent !important;
  color: yellow !important;
}

.btn-danger {
  border-radius: 0 !important;
  background: rgb(196, 35, 35) !important;
  border-color: rgb(196, 35, 35) !important;
  color: #fff !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  border-color: rgb(196, 35, 35) !important;
  background: transparent !important;
  color: rgb(196, 35, 35) !important;
}

.btn-light {
  border-radius: 0 !important;
  background: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
  color: #fff !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
  border-color: #f1f1f1 !important;
  background: transparent !important;
  color: #f1f1f1 !important;
}

.btn-dark {
  border-radius: 0 !important;
  background: #000000 !important;
  border-color: #000000 !important;
  color: #fff !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
  border-color: #000000 !important;
  background: transparent !important;
  color: #000000 !important;
}

.btn-outline-primary {
  border-radius: 0 !important;
  color: #D8A73C !important;
  border-color: #D8A73C !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  border-color: #D8A73C !important;
  background: #D8A73C !important;
  color: #fff !important;
}

.btn-outline-secondary {
  border-radius: 0 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-outline-secondary:hover, .btn-outline-secondary:focus, .btn-outline-secondary:active {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #fff !important;
}

.btn-outline-success {
  border-radius: 0 !important;
  color: rgb(4, 119, 4) !important;
  border-color: rgb(4, 119, 4) !important;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active {
  border-color: rgb(4, 119, 4) !important;
  background: rgb(4, 119, 4) !important;
  color: #fff !important;
}

.btn-outline-info {
  border-radius: 0 !important;
  color: blue !important;
  border-color: blue !important;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active {
  border-color: blue !important;
  background: blue !important;
  color: #fff !important;
}

.btn-outline-warning {
  border-radius: 0 !important;
  color: yellow !important;
  border-color: yellow !important;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active {
  border-color: yellow !important;
  background: yellow !important;
  color: #fff !important;
}

.btn-outline-danger {
  border-radius: 0 !important;
  color: rgb(196, 35, 35) !important;
  border-color: rgb(196, 35, 35) !important;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active {
  border-color: rgb(196, 35, 35) !important;
  background: rgb(196, 35, 35) !important;
  color: #fff !important;
}

.btn-outline-light {
  border-radius: 0 !important;
  color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
  border-color: #f1f1f1 !important;
  background: #f1f1f1 !important;
  color: #fff !important;
}

.btn-outline-dark {
  border-radius: 0 !important;
  color: #000000 !important;
  border-color: #000000 !important;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active {
  border-color: #000000 !important;
  background: #000000 !important;
  color: #fff !important;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "portada", serif;
  line-height: 24px;
  font-weight: 600;
  background-color: transparent;
  color: #000000;
  overflow-x: hidden;
  position: relative;
	text-align: justify;
}
body *{
	text-align: justify;
}
body ul *{
	text-align: right;
}
.preloader,
.ajaxloader {
  display: -ms-flexbox;
  display: flex;
  background-color: #fff !important;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-top: 0px;
  top: 0px;
  left: 0;
  justify-content: center;
  overflow: hidden;
}
.preloader #svgloader,
.ajaxloader #svgloader {
  width: 100px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .preloader #svgloader,
  .ajaxloader #svgloader {
    width: 200px;
  }
}
.preloader .cls-1,
.preloader .cls,
.ajaxloader .cls-1,
.ajaxloader .cls {
  fill: #fff;
  transition: fill 0.8s;
}
.preloader .finished .cls,
.ajaxloader .finished .cls {
  fill: #000;
  transition: fill 0.8s;
}
.preloader .end .cls,
.ajaxloader .end .cls {
  fill: #000;
  transition: fill 0.8s;
}
.preloader.ajax-start,
.ajaxloader.ajax-start {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.arabic {
  font-family: "Greta Arabic AR";
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a.active {
  color: #D8A73C;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.has-shimmer {
  animation: fullView 0.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.has-shimmer .select2-container--bootstrap-5 .select2-selection,
.has-shimmer .shimmer-box span,
.has-shimmer .shimmer-item {
  pointer-events: none;
  animation: shimmer 2s infinite linear;
  background: linear-gradient(to right, #E4E6EB 4%, #e2e2e2 25%, #E4E6EB 36%);
  background-size: 1000px 100%;
  color: transparent;
  border-radius: 8px;
  white-space: nowrap;
}
.has-shimmer .select2-container--bootstrap-5 .select2-selection *,
.has-shimmer .shimmer-box span *,
.has-shimmer .shimmer-item * {
  opacity: 0;
  color: transparent;
}

@-webkit-keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.read-more-box a {
  color: #D8A73C !important;
}

.theme-pagination {
  width: 100%;
  margin: 20px auto;
  position: relative;
}
.theme-pagination ul {
  display: flex;
  justify-content: center;
}
.theme-pagination ul li {
  position: relative;
  margin-right: 10px;
  padding: 10px;
}
.theme-pagination ul li:hover, .theme-pagination ul li:focus,
.theme-pagination ul li .current {
  color: #D8A73C;
}
.theme-pagination ul li:hover a, .theme-pagination ul li:focus a,
.theme-pagination ul li .current a {
  color: #D8A73C;
}

.menu-2-columns .sub-menu {
  column-count: 2;
  padding: 0;
}

.main-top-img {
  width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  background: url("../images/afterbannerhomepage.svg") no-repeat center;
}
.main-top-img.before {
  transform: translateY(-40%);
}

.breadcrumb {
  align-items: center;
}
.breadcrumb i {
  margin: 0 10px;
}

.alama-slide,
.m-slide-box,
.gallery {
  height: 300px;
}
.alama-slide img,
.m-slide-box img,
.gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-slide-box {
  height: 500px;
}
.m-slide-box img {
  filter: blur(20px) center/cover;
}

.banner-cat,
.alama-slide {
  height: 450px;
}
.banner-cat img,
.alama-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-cat img {
  object-fit: contain;
}

.col-image-sh {
  position: relative;
}
.col-image-sh::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../images/after1.png") no-repeat left;
  background-size: contain;
  z-index: 2;
}
.col-image-sh::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -30px;
  width: 74%;
  height: 100%;
  background: url(../images/Arabesque-removebg-preview.png) no-repeat left;
  background-size: cover;
  opacity: 0.1;
}
.col-image-sh .col-images {
  position: relative;
}
.col-image-sh .col-images::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 4;
  bottom: 0;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  width: 20%;
  height: 100%;
  background: white;
  left: 0%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .col-image-sh {
    margin: 0 !important;
    padding: 0 !important;
    margin-top: auto !important;
  }
}

.has-bg {
  position: relative;
}
.has-bg::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  z-index: 3;
  width: 100%;
  height: 25%;
  background: url("../images/libraries-background1.png") no-repeat bottom;
  background-size: cover;
}
.has-bg::after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 4;
  bottom: -75px;
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -o-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  width: 120%;
  height: 20%;
  background: white;
  left: -10%;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .has-bg::before {
    background-size: auto;
  }
}
@media (max-width:768px) {
  .has-bg::before {
    display: none;
  }
}
.dd-swiper-box .swiper-container {
  width: 750px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.dd-swiper-box .swiper-slide {
  width: 300px;
}
.dd-swiper-box .swiper-slide img {
  width: 150px;
  height: 221px;
  object-fit: cover;
}
.dd-swiper-box .swiper-pagination {
  position: relative;
}
.dd-swiper-box .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}
.dd-swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #D8A73C;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .dd-swiper-box .swiper-container {
    width: 100%;
  }
  .dd-swiper-box .swiper-slide {
    width: 99%;
    margin: auto;
  }
  .dd-swiper-box .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 12px;
  }
}

.about-shikh-ul button {
  color: #D8A73C;
}
.about-shikh-ul button:focus, .about-shikh-ul button:hover {
  color: #D8A73C;
}

.control-bar {
  border: 1px solid #D8A73C;
  background-color: #fff;
  border-radius: 100px;
  padding: 5px 15px;
  margin-top: 26px;
}
.control-bar a {
  background: unset !important;
  padding: 5px 10px;
  border-radius: 5px !important;
  border: 1px solid #000000;
  margin: 0 8px;
}
.control-bar a:hover, .control-bar a:focus, .control-bar a.active {
  color: #D8A73C !important;
  border: 1px solid #D8A73C;
}
.control-bar select {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  border-radius: 5px !important;
  padding: 6px 15px;
  appearance: none;
  /* remove default appearance */
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23333' d='M298.1 147.2c-4.7-4.7-12.3-4.7-17 0L160 267.1 38.9 147.2c-4.7-4.7-12.3-4.7-17 0L7.5 164.5c-4.7 4.7-4.7 12.3 0 17l145.3 144c4.7 4.7 12.3 4.7 17 0l145.3-144c4.7-4.7 4.7-12.3 0-17l-14.4-14.4z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10%;
  background-position: left 10px center;
}
.control-bar .btn-group {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 991px), (max-width : 575px), (min-width: 576px) and (max-width: 767px), (min-width: 320px) and (max-width : 475px) {
  .control-bar {
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: start !important;
    border: 0;
  }
  .control-bar h2 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px !important;
  }
  .control-bar form,
  .control-bar .btn-group {
    margin: 0 !important;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.side-bar .blog-icon {
  height: 150px !important;
  margin-left: 14px;
  flex: 0 0 50%;
  max-width: 50%;
}
.side-bar .read-more {
  display: none !important;
}