/****************/
/* global css */
@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1140px !important;
    }  
}
.post, .page {
    margin: 0;
}
.post,
.page,
.site-main,
.footer-width-fixer {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
p{
    margin-bottom:  1.5em;
}

a:visited {
    color: inherit;
}

/* fonts */
@font-face{
    font-family: Tajawal-Medium;
    src: url(../fonts/Tajawal-Medium.ttf);
}
@font-face{
    font-family: NotoSansArabic-Regular;
    src: url(../fonts/NotoSansArabic-Regular.ttf);
}
@font-face{
    font-family: diwani;
    src: url(../fonts/diwani.ttf);
}
@font-face{
    font-family: DiwaniLetterRegular;
    src: url(../fonts/DiwaniLetterRegular.ttf);
}
@font-face{
    font-family: NotoSansArabicBold;
    src: url(../fonts/NotoSansArabicBold.ttf);
}
@font-face{
    font-family: decotype-thuluth;
    src: url(../fonts/decotype-thuluth.ttf);
}
@font-face{
    font-family: decotype-thuluth-ii;
    src: url(../fonts/decotype-thuluth-ii.ttf);
}
@font-face{
    font-family: decotype-thuluth-iii;
    src: url(../fonts/decotype-thuluth-iii.ttf);
}
.decotype-thuluth .elementor-heading-title{
    font-family: decotype-thuluth !important;
}
.decotype-thuluth-ii .elementor-heading-title{
    font-family: decotype-thuluth-ii !important;
}
.decotype-thuluth-iii .elementor-heading-title{
    font-family: decotype-thuluth-iii !important;
}
h1, h2, h3, h4, h5, h6
{
    font-family: NotoSansArabic-Regular !important;
}
body, p, span, a, div
{
    font-family: Tajawal-Medium !important;
}
/* .font-AF_Diwani
{
    font-family: diwani !important;
} */
.font-AF_Diwani
{
    font-family: DiwaniLetterRegular !important;
}

/* button svg */
.border-svg-btn a{
  border:15px solid transparent !important;
  border-image: url('../img/btn-02.svg') 10 stretch !important;
  padding : 0 !important;
  padding-bottom: 6px !important;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius:0 !important;
}
.border-svg-btn a:hover {
  transform: scale(1.08); 
  filter: brightness(1.1); 
}
.border-svg-btn.btn-svg-1 a{
    border-image: url('../img/btn-01.svg') 15 stretch !important;
}


/****************/
/* header menu */
.top-menu-header{
    position:absolute;
}
/* header vesrion arabe */
html[dir="rtl"] .hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
html[dir="rtl"] .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
  left: auto; 
  right: 50%;
}
html[dir="rtl"]  .hfe-nav-menu .menu-item-has-children .sub-menu {
    left: auto;
    right: 0;
}
html[dir="rtl"] .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    left: auto;
    right: 100%;
}
html[dir="rtl"] .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-right: 10px;
}
html[dir="rtl"] .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu, 
html[dir="rtl"] .hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu{
    text-align:right;
}
/****************/


/****************/
/* footer */
@media (max-width: 767px) {
    .chtb-footer .hfe-nav-menu a.hfe-menu-item,
    .chtb-footer .hfe-nav-menu a.hfe-sub-menu-item
     {
        justify-content: center !important;
    }
}
/****************/


/****************/
/* banniere page and articles and blog archive */
.banniere-wrapper {
  position: relative;
  background: url(../img/banniere.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banniere-wrapper .b-overly {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(2, 2, 2, 0.5);
  z-index: 2;
}

.banniere-wrapper-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 430px;
  padding-top: 130px;
  padding-bottom: 60px;
  color: #fff;
}

.banniere-wrapper-content .banniere-title {
  color: #fff;
  font-size: 58px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 2px;
}
.post-pagination {
    background-color: #E7E7E7;
    padding: 5px 10px;
}
@media (max-width: 767px) {
  .banniere-wrapper-content {
    padding-top: 100px;
    min-height: 300px;
  }

  .banniere-wrapper-content .banniere-title {
    font-size: 32px;
  }
}

/*********************/
/* Page Blog Content - taxonomy : video-category - cpt video*/
.cheikh-badaoui-posts,
.cheikh-badaoui-videos{
  padding: 70px  20px  50px 20px;
  background-color:#F0F0EE;
}
.page-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
}
.pi-title {
    font-size: 62px;
    font-weight: 700;
    color: #000;
    margin:20px 0;
}
.pi-description
{
    font-size: 24px;
}
.card.post_item{
    padding: 15px;
    border-radius: 20px;
}
.cheikh-badaoui-latest-videos .card.post_item{
    padding: 0;
    border-radius: 0;
}
.card.post_item .banniere_wrapper {
    height: 240px;
    overflow: hidden;
}

.card.post_item .banniere_wrapper img{
     height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top; 
}
.card.post_item img{
    border-radius:10px;
}
.cheikh-badaoui-latest-videos  .card.post_item img{
    border-radius:0;
}
.autres-vid  .card img,
.cheikh-badaoui-videos .card img,
.cheikh-badaoui-latest-videos .card img{
    aspect-ratio: 16/9;
    object-fit: cover;
}
.autres-vid .play-icon,
.cheikh-badaoui-videos .play-icon,
.cheikh-badaoui-latest-videos .play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 10px 15px;
}
@media (max-width: 1024px) {
    .card.post_item .banniere_wrapper {
        height: 180px;
    }
    .pi-title {
        font-size: 48px;
    }
    .pi-description
    {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .card.post_item .banniere_wrapper {
        height: 240px;
    }
    .card.post_item {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-info {
        align-items: center;
    }
    .pi-title {
        font-size: 36px;
        text-align:center;
    }
    .pi-description
    {
        font-size: 18px;
        text-align:center;
    }
}
.autres-vid  .card-body,
.cheikh-badaoui-posts .card-body,
.cheikh-badaoui-videos .card-body,
.cheikh-badaoui-latest-videos .card-body{
   padding-left:0;
   padding-right:0;
   padding-bottom:10px;
}
.exerpt-text-truncate p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.autres-vid .card-body .card-title,
.autres-vid .card-body .card-title a, 
.cheikh-badaoui-posts .card-body .card-title,
.cheikh-badaoui-posts .card-body .card-title a, 
.cheikh-badaoui-videos .card-body .card-title,
.cheikh-badaoui-videos .card-body .card-title a,
.cheikh-badaoui-latest-videos .card-body .card-title,
.cheikh-badaoui-latest-videos .card-body .card-title a{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
  margin-bottom: 10px;
  transition: all .4s;
  outline: none;
}
.autres-vid .card-body .card-title a:hover,
.cheikh-badaoui-posts .card-body .card-title a:hover,
.cheikh-badaoui-videos .card-body .card-title a:hover,
.cheikh-badaoui-latest-videos .card-body .card-title a:hover{
  color: #118035;
}
.autres-vid .card-body .card-text,
.cheikh-badaoui-posts .card-body .card-text,
.cheikh-badaoui-videos .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  color: #232323;
  line-height: 1.3em;
  margin-bottom: 30px;
  text-align:justify;
}
.card-lire-la-suite,
.card-lire-la-suite a{
    font-size: 16px;
    font-weight: 700;
    color: #232323;

}
.card-lire-la-suite.border-svg-btn a{
    border: 10px solid transparent !important;
    border-image: url(../img/btn-02.svg) 5 stretch !important;
}
.page-no-content{
    font-size:20px;
    padding:10px;
}
@media (max-width: 767px) {
    .page-no-content{
       text-align:center;
    }
}
/* paginate */
.paginate ul {
    display: flex;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin:0;
    justify-content:center;
}

.paginate li a,
.paginate li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: 0.3s;
}
.paginate li a,
.paginate li > span {
    transform: rotate(45deg);
    border: 2px solid #C89B3C;
    color: #000;
}

.paginate li a img,
.paginate li .inner-number{
    transform: rotate(-45deg);
}

.paginate li a:hover {
    background-color: #B98D28;
    color:#fff;
}
.paginate li a:hover img{
    transition: 0.3s;
}
.paginate li a:hover img {
    filter: brightness(0) invert(1);
}
.paginate li .current {
  z-index: 3;
  color: #fff;
  background-color: #C89B3C;
  border-color: #C89B3C;
}
@media (max-width: 767px){
    .paginate li a, .paginate li span {
        width: 18px;
        height: 18px;
        font-size:12px;
    }
}

/**************/
/* faq */
.cheikh-badaoui-faq{
  padding: 70px  20px  70px 20px;
}
.faq-wrapper{
    background-color:#000;
    padding:30px 20px;
    border-radius:30px;
}
.faq-title{
    font-size: 56px;
    color: #fff;
    text-align: center;
    font-weight: 730;
    margin-bottom: 30px;
}
.cheikh-badaoui-faq .accordion,
.faq-title{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
}
.cheikh-badaoui-faq .accordion .accordion-item {
    background-color: transparent;
    border: none;
    color:#fff;
    padding-top: 10px;
}
.cheikh-badaoui-faq .accordion .accordion-item:not(:last-child) {
    border-bottom: 3px solid #C89B3C;
}
.cheikh-badaoui-faq .accordion-button{
    background-color: transparent;
    color: #fff;
    font-size:26px;
    padding: 20px 0;
    align-items: start;
}
.cheikh-badaoui-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
}
.cheikh-badaoui-faq .accordion-button::after
{
   content: "";
    display: inline-block;
    width: 44px;
    height: 44px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23C89B3C'><path d='M12 5v14M5 12h14' stroke='%23C89B3C' stroke-width='2' stroke-linecap='round'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
 }
 .cheikh-badaoui-faq .accordion-button:not(.collapsed)::after {
    content: "";
    display: inline-block;
    width: 44px;  /* taille modifiable */
    height: 44px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='%23C89B3C' stroke-width='2' stroke-linecap='round'><path d='M5 12h14'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;

}
.cheikh-badaoui-faq .accordion-button::before {
    content: "";
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 20px;
    background-image: url('../img/next.svg'); 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.cheikh-badaoui-faq .accordion-body{
    padding-left:0;
    padding-right:0;
}
.cheikh-badaoui-faq .accordion-button:focus {
    box-shadow: none;
}
.cheikh-badaoui-faq .paginate li a,
.cheikh-badaoui-faq .paginate li span {
    color:#fff;
}
@media (max-width: 767px){
    .cheikh-badaoui-faq .accordion,
    .faq-title{
        max-width:500px;
    }
    .faq-title {
        font-size: 28px;
    }
    .cheikh-badaoui-faq .accordion-button {
        font-size: 18px;
    }
    .cheikh-badaoui-faq .accordion-button::before {
        width: 22px;
        min-width: 22px;
        height: 22px;
    }
    .cheikh-badaoui-faq .accordion-button::after,
    .cheikh-badaoui-faq .accordion-button:not(.collapsed)::after
    {
        width: 22px;
        height: 22px;
    }
}

/* no content */
.chtb-no-content{
    padding:70px 20px;
}

/*********$*****/
/* videos cpt */
.cheikh-badaoui-single-vedio{
    background-color:#F0F0EE;
    padding:70px 20px;
}
/* video info */
.cheikh-video-info {
    margin-bottom:30px;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.video-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-meta {
    font-size: 16px;
    color: #888;
}
/* video-player */
.cheikh-video-player {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.3);
    background: #000;
}
.cheikh-video-player video {
    width: 100%;
    height: auto;
    display: block;
}
.video-embed iframe {
    width: 100%;
    height: 500px;
    border: none;
}
.hs-video-wrapper {
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    overflow: hidden;
}
.video-thumb {
    width: 100%;
    display: block;
}
.vd-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    background: rgba(0,0,0,0.5);
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    pointer-events: none;
}
.video-player {
    width: 100%;
}
/* RESPONSIVE */
@media(max-width:768px) {
    .video-embed iframe {
        height: 250px;
    }

    .video-title {
        font-size: 22px;
    }
}
/* autre vidos */
.autres-vid {
    margin-top: 60px;
}

.section-title {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    color:#000;
}
.autres-vid  .card img {
    aspect-ratio: 16/9;
    object-fit: cover;
}


/**********/
/* slider */
.n2-ss-button-container a{
	border:15px solid transparent !important;
  border-image: url('../img/btn-02.svg') 10 stretch !important;
  padding : 0 !important;
  padding-bottom: 4px !important;
  box-sizing: border-box;
  transition: all 0.3s ease;
  border-radius:0 !important;
	line-height:1.2 !important;
}
.n2-ss-button-container a:Hover{
	background:none !important;
	color:#fff !important;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
	transform:scale(1.1);
}

/* moalafat slider home page */
.swiper-button-next, 
.swiper-button-prev {
    background:#232323 !important;
    
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    background:#118035 !important;
    
}
.swiper-rtl .swiper-button-next, 
.swiper-rtl .swiper-button-prev{
    left: 3px !important;
    right:auto !important;
}
.wpcp-carousel-section.nav-top-right .wpcp-next-button {
    left: 39px !important;
}


/* single post */
.cheikh-badaoui-single-post {
  padding: 60px 20px 120px 20px;
}

.cheikh-badaoui-post-header {
  margin-bottom: 25px;
}

.cheikh-badaoui-post-title {
  display: inline-block;
  font-size: 26px;
  text-align: justify;
  padding-bottom: 20px;
  font-weight: 900;
  text-transform: uppercase;
  position: relative;
  transition: all .4s;
}
.cheikh-badaoui-post-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10%;
  border-bottom: 4px solid #118035;
  transition: all .4s;
}
html[dir="rtl"] .cheikh-badaoui-post-title::after {
  left: auto;
  right: 0;
}
.cheikh-badaoui-post-title:hover::after {
  width: 30%;
}
.cheikh-badaoui-single-post .cheikh-badaoui-section-content .entry-content {
  border: 1px solid #cbc4c4;
  min-height: 100%;
}
.cheikh-badaoui-single-post .entry-content .image-post img {
  width: 100%;
  border-radius: 0;
  background-color: #F8F8F8;
}

.cheikh-badaoui-single-post .entry-content .texte-post {
  padding: 50px 30px 30px 30px;
  text-align: justify;
}
.cheikh-badaoui-single-post .entry-content .texte-post .alignleft,
.cheikh-badaoui-single-post .entry-content .texte-post .alignright{
  margin-top: 10px;
  max-width: 50%;
}

@media (max-width: 1024px) {
  .cheikh-badaoui-post-title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .cheikh-badaoui-single-post {
    padding-bottom: 80px;
  }

  .cheikh-badaoui-post-title {
    font-size: 22px;
  }

  .cheikh-badaoui-single-post .entry-content .texte-post {
    padding: 30px 20px 20px 20px;
    text-align: justify;
  }
}

@media (max-width: 500px) {
  .cheikh-badaoui-single-post .entry-content .texte-post .alignleft,
  .cheikh-badaoui-single-post .entry-content .texte-post .alignright{
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
}

/* sidebar */
#post-sidebar {
  font-size: 14px;
  color: #000;
  padding-left: 10px;
  background-color:#F8F8F8;
  padding:30px 25px 10px 25px;
}
html[dir="rtl"] #post-sidebar {
  padding-left: 0;
  padding-right: 10px;
}

#post-sidebar section.widget {
  margin-bottom: 40px;
}

#post-sidebar .wp-block-heading {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

#post-sidebar .widget_search {
  background:#E7E7E7;
  padding: 40px 30px;
  margin-bottom: 30px;
}

#post-sidebar .widget_search label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

#post-sidebar .widget_search form {
  position: relative;
}

#post-sidebar .widget_search input[type="search"] {
  width: 100%;
  background: #fff;
  border: none;
  padding: 12px 45px 12px 15px;
  font-size: 14px;
  outline: none;
}

#post-sidebar .widget_search input[type="search"]::placeholder {
  color: #000;
}

#post-sidebar .widget_search button {
  position: absolute;
  right: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: #118035;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#post-sidebar .widget_search button:hover {
  color: #000;
}

/* --- CATEGORIES --- */
#post-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#post-sidebar ul li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
}
html[dir="rtl"] #post-sidebar ul li {
  padding-right: 18px;
  padding-left: 0;
}

#post-sidebar ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 6px;
  height: 6px;
  background-color: #118035;
  border-radius: 50%;
}
html[dir="rtl"] #post-sidebar ul li::before {
  left: auto;
  right:0;
}
#post-sidebar ul a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
}

#post-sidebar ul a:hover {
  color: #118035;
}

#post-sidebar li {
  padding: 8px 0;
}

#post-sidebar li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

@media (max-width: 1024px) {
  #post-sidebar .widget_search label {
    font-size: 20px;
  }

  #post-sidebar .wp-block-heading {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  #post-sidebar {
    margin-top: 40px;
    padding-left: 0;
  }

  #post-sidebar .widget_search label {
    font-size: 22px;
  }

  #post-sidebar .wp-block-heading {
    font-size: 20px;
  }
}

/* ul */
.elementor-widget-text-editor ul{
	margin-left:0;
	margin-right:0;
}

/* single page moualafat */
.moualafat-detail {
    background: #eee;
    padding: 20px;
}
.btn-moualafat a{
    padding: 11px;
    font-size: 22px;
    font-weight: 500;
}

/* archive moualafat */
.moualafat-archive {
    background: #f5f5f5;
}
.book-card {
    transition: 0.3s ease;
    background: #fff;
    min-height: 100%;
}
.book-card:hover {
    transform: translateY(-5px);
}
.book-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
}

.book-title a {
    color: #000;
    text-decoration: none;
}

.book-excerpt {
    font-size: 16px;
    line-height: 2;
    color: #222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.book-thumb {
    width: 100%;
    max-width: 180px;
    height: auto;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}
.btn-turquoise {
    background: #11c5b5;
    color: #fff;
    border-radius: 0;
    padding: 10px 15px;
    font-weight: 700;
    border: none;
}
.btn-turquoise:visited{
    color:#fff;
}
.btn-turquoise:hover {
    background: #0ea999;
    color: #fff;
}
@media (max-width: 1024px) {

    .book-title {
        font-size: 20px;
    }
    .book-excerpt {
        font-size: 14px;
    }
    .btn-turquoise{
        font-size:14px;
        padding:5px;
    }
    
}

@media (max-width: 768px) {
    .moualafat-archive .container-xl{
        max-width:480px;
    }
    .book-title {
        font-size: 20px;
        text-align:center;
    }

    .book-excerpt {
        font-size: 15px;
        text-align:center;
    }
    .book-thumb {
        width: 100%;
        max-width: 300px !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .btn-turquoise{
        padding: 10px 15px;
        font-size:16px;
        max-width: 300px;
    }
}

/* moualafat carousel By shortcode (fonction.php) */
.moualafat-item {
    display: block;
}
.moualafat-item img {
    width: 100%;
    /*height: 260px;*/
    /*object-fit: cover;*/
    border-radius: 12px;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

.moualafat-item:hover img {
    transform: translateY(-3px);
}
.moualafatSwiper {
    padding-bottom: 75px !important;
}
.moualafatSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #cdc7c7;
    opacity: 1;
    margin: 0 6px !important;
    transform: rotate(45deg) !important;
    border-radius: 2px;
}
.moualafatSwiper .swiper-pagination-bullet-active {
	background: #111827;
	border:2px solid #cdc7c7 !important;
}
.swiper-pagination-bullets-dynamic{
    padding-top:5px;
    padding-bottom:5px;
}
@media (max-width: 768px) {
    .swiper-pagination {
        text-align: justify !important;
    }
}
/*  breadcrumbs */
.breadcrumbs {
    position: relative;
    color: #000;
}
.breadcrumbs a,
.breadcrumbs span{
    color: #000;
	text-decoration:none;
	transition:all 0.3s;
}
.breadcrumbs a:hover span{
    color: #118035;
}

/* masquer pays from select in forminator */
form select option[value="Israel"],
[data-country-code="IL"] {
    display: none !important;
     visibility: hidden !important;
}
/* remove contry anti-palestine from select contry */
.iti__flag.iti__il,
#iti-0__item-il,
[data-dial-code="972"],
[data-country-code="il"]
{
    display: none !important;
    visibility: hidden !important;
}

