/* @import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800;900&display=swap'); */
/*@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;800&display=swap');*/
@font-face {
  font-family: 'RB-Regular';
  src: url('../fonts/rb/RB-Regular.eot');
  src: url('../fonts/rb/RB-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Regular.woff2') format('woff2'),
    url('../fonts/rb/RB-Regular.woff') format('woff'),
    url('../fonts/rb/RB-Regular.ttf') format('truetype'),
    url('../fonts/rb/RB-Regular.svg#RB-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'RB-Bold';
  src: url('../fonts/rb/RB-Bold.eot');
  src: url('../fonts/rb/RB-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/rb/RB-Bold.woff2') format('woff2'),
    url('../fonts/rb/RB-Bold.woff') format('woff'),
    url('../fonts/rb/RB-Bold.ttf') format('truetype'),
    url('../fonts/rb/RB-Bold.svg#RB-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body,
nav {
  font-family: "RB-Regular";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "RB-Bold";
}

/*html {*/
  /* font-family: "HelveticaNeueLT", sans-serif !important; */
/*  font-family: "Cairo", sans-serif !important;*/
/*}*/

/*body {*/
/*  font-family: "Cairo", sans-serif !important;*/
/*}*/
nav{
  font-weight: 900 !important;
  font-size: x-large;
  font-family: "RB-Bold";
}

p,
.categorie,
.entry-meta li {
  /* font-family: "GretaLight", sans-serif !important; */
  font-family: "RB-Regular";
  /* color: black; */
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 40px;
    padding-right: 0;
  }
}


* {
  text-align: right;
}
.navbar-expand-xl .navbar-nav .nav-link{
  font-family: "RB-Bold", sans-serif !important;
}
.main-menu .dropdown-item, .main-menu .dropdown-item:focus, .main-menu .dropdown-item.active,
.main-menu .dropdown-item:hover, .main-menu .dropdown-item:focus, .main-menu .dropdown-item.active{
  font-family: "RB-Bold", sans-serif !important;
}
.main-menu .dropdown-toggle::after{
  padding-right: 6px;
}
.header-main .site-branding{
  margin-left: auto;
  margin-right: inherit;
}
.header-main .header-action-items{
  margin-left: inherit;
  margin-right: inherit;
}
.header-action-items .header-social li{
  margin-left: 10px;
  margin-right: inherit;
}
.slider-style1 .swiper-button-next{
  /* left:40px; */
  right: inherit;
}
.entry-meta li img{
  margin-left: 8px;
  margin-right:inherit;
}
.post-list-image{
  margin-left: 25px;
    margin-right: -60px;
}
.newslettre-form .form-control{
  border-radius: 0 20px 20px 0;
}
.newslettre-form .submit-btn{
  border-radius: 20px 0 0 20px;
  text-align: center;
}
.widget-latest-posts .post-item .image{
  margin-left: 15px;
  margin-right: inherit;
}
.widget-next-post .post-item .image, .widget-previous-post .post-item .image{
  margin-left: 15px;
  margin-right: inherit;
}
.widget-author a{
  text-align: center;
    display: block;
}
.search-form input{
  border-radius: 0 40px 40px 0;
}
.search-form .search-btn{
  border-radius: 40px 0 0 40px;
  text-align: center;
}
.search .close{
  left: 30px;
  right: inherit;
}
.search .close i{
  padding: 10px;
}
.slider-style1 .slider-item-content .entry-meta{
  float: right;
}
.slider-style1 .slider-item-content .entry-meta li{
  font-weight: 100;
}

.entry-meta .post-author a{
  font-weight: 100;
}
.post-single-footer .social-media{
  margin-left: inherit;
  margin-right: auto;
}
.post-single-body p{
  font-family: "RB-Regular", sans-serif !important;
  font-size: 18px;
}
.post-single-body ul{
    padding-right: 25px;
}
.post-single-body ul li{
    padding-right: 1px!important;
    padding-right: inherit;
    font-family: "RB-Regular", sans-serif !important;
}
.post-single-body ol li{
    padding-right: 1px!important;
    padding-right: inherit;
    font-family: "RB-Regular", sans-serif !important;
}

@media (max-width: 767px) {
  .post-list-image{
    margin-left: 0;
      margin-right: 0;
  }
}