﻿/*Fix RTL EDN Dashbord 2019*/
.rtl .eds_subCollection_news .user_dashboard a {
  float: right;
  font-family: inherit !important;
}
.img-center{   
    margin: 0 auto;
    display: block;
}
.img-fluid, .img-Lazy {
    max-width: 100%;
    height: auto;
}
.wraper_fig_haj {
  position: relative;
}

.bloghajyar .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  --bs-gutter-x: 30px;
}

.bloghajyar .row>* {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) * .5);
  padding-right: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}



.bloghajyar .mb-3 {
  margin-bottom: 1rem !important;
}

.bloghajyar .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.bloghajyar .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.bloghajyar .px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.bloghajyar .d-flex {
  display: flex !important;
}

.bloghajyar .flex-column {
  flex-direction: column !important;
}

.bloghajyar .justify-content-between {
  justify-content: space-between !important;
}

.bloghajyar .d-inline-block {
  display: inline-block !important;
}

.bloghajyar .pb-2 {
  padding-bottom: 0.5rem !important;
}

.bloghajyar .pt-3 {
  padding-top: 1rem !important;
}

.bloghajyar .m-0 {
  margin: 0 !important;
}

.bloghajyar .align-self-end {
  align-self: flex-end !important;
}

.bloghajyar .col-12 {
  flex: 0 0 auto;
  width: 100%;
}


.border-dark-silver {
  border-color: #dbdbdb !important;
}

.bloghajyar .b-1 {
  border-style: solid;
  border-width: 0.1em;
}

.bloghajyar .p-2 {
  padding: 0.5rem !important;
}

.bloghajyar .bg-light-silver {
  background-color: #f5f5f5 !important;
}

.bloghajyar .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.bloghajyar .px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.bloghajyar .m-0 {
  margin: 0 !important;
}

.bloghajyar .align-items-center {
  align-items: center !important;
}

.bloghajyar .justify-content-between {
  justify-content: space-between !important;
}

.bloghajyar .d-flex {
  display: flex !important;
}

.bloghajyar .dark {
  color: #000000 !important;
}

.bloghajyar .HeaderCaregoryList svg {
  width: 0.8rem;
  height: 0.8rem;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
}

.bloghajyar .cursor-pointer {
  cursor: pointer;
}

.categorylist .ContentCategory {
  max-height: 50rem;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  overflow: hidden;
}

.p-2 {
  padding: 0.5rem !important;
}

.eds_template_TemplatedMenu_CategoriesMenu_Blog ul {
  list-style: none;
  margin-right: 0;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}

.eds_template_TemplatedMenu_CategoriesMenu_Blog ul li {
  position: relative;
  line-height: 3;
}

.linkcat {
  text-decoration: none !important;
  color: #000000 !important;
  border-bottom: 1px solid #dbdbdb;
  padding: 10px 0;
}

.text-title {
  font-size: 13px !important;
  font-weight: 600;
  text-decoration: none !important;

}

.CategoryItem span {
  position: relative;
}

.CategoryItem span::before {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 1px;
  background-color: gray;
}

.BtnReadmore a {
  background-color: #20adfc !important;
  padding: 10px 20px;
  color: white !important;
  font-weight: 600;
  text-decoration: none !important;
}

.SummaryBlogLits {
  line-height: 3;
}

.CategoryListhajyar {
  border: 1px solid #dbdbdb;

}

.wraper_detailbox {
  padding: 10px;
  border: 1px solid #dbdbdb;
}

.wraper_fig_haj {
  position: relative;
}

.wraper_figcap_haj {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50% ,-50%);
 
}

.wraper_figcap_haj .main-title{
  width: max-content;
  font-size: 2rem;
  padding: 2rem 0.5rem;
  background: rgba(255, 255, 255, 0.6);
  text-shadow: 0 0.2em 0.5em var(--accent-color3);

}
.wraper_desc_detail{
  padding: 20px 0;
}
.ContentDetailBlog p,.edn_articleSummary p{
  text-align: justify;

}
.article_pager{
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.article_pager a{
  padding: 5px 10px;
  display: flex;
  align-items: center;
  justify-self: center;
  margin: 0 3px;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
@media (min-width: 768px) {
  .bloghajyar .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
@media only screen and (max-width: 480px) {
.caption_slider{font-size:14px!important;top:20%!important;left:20%!important;}
.caption_subslider{font-size:14px!important;top:60%!important;}
.caption_subtitle{font-size:14px!important;top:75%!important;}
.wraper_figcap_haj .main-title{
font-size: 14px!important;
}

}
@media (min-width: 1200px) {
  .bloghajyar .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
}



@media (min-width: 1200px) {
  .bloghajyar .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .bloghajyar .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}

.bloghajyar .d-block {
  display: block !important;
}

@media (min-width: 1200px) {


  .bloghajyar .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }


}
/* slider */
.caption_slider{
  color: white;
  font-size: 30px;
  padding: 5px 20px;
  position: absolute;
  top: 40%;
  left: 40%;
 /* transform: translate(-50%, -50%);*/
  /* From https://css.glass */
background: rgb(8 8 8 / 57%);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
z-index: 5;
}
.fish_slider .slick-prev,.fish_slider .slick-next{
  z-index: 9999;
  width: 2.5rem;
  height: 2.5rem;
  display:flex;
  align-items:center;
  justify-content:center;
  outline:0.15rem solid #3876BF;
  outline-offset:0.2rem;
  background: linear-gradient(to left, #3876BF, rgba(255, 255, 2555, 0.5));
   border-radius: var(--b-radius);
   transition: all ease-in-out 0.3s; 
}

.fish_slider .slick-prev{
  left: 1.2rem !important;
}
.fish_slider .slick-next{
  right: 2rem !important;
}
.fish_slider .slick-prev:before,.fish_slider .slick-next:before{
  font-family: unset;
  content:" ";
  width: 0.8rem;
  height: 0.8rem;
  border:0.1rem solid #000;
  display: block;
  transform: rotate(45deg);
  
}
.fish_slider .slick-prev:before{
  border-right-color:transparent;
  border-top-color:transparent;
  margin-left:0.5rem;
 
}
.fish_slider .slick-next:before{
  border-left-color:transparent;
  border-bottom-color:transparent;
margin-right:0.2rem;
}
.fish_slider .slick-prev:hover,.fish_slider .slick-prev:focus,.fish_slider .slick-next:hover,.fish_slider .slick-next:focus{
  outline:0.15rem solid #20adfc;
  outline-offset:0.2rem;
   background: linear-gradient(to left, #3876BF, rgba(255, 255, 2555, 0.5));
   border-radius: var(--b-radius);
   transition: all ease-in-out 0.3s;
}
.fig_slider_fishe {
    position: relative;
    margin: 0;
}

.caption_subslider{
    color: white;
    font-size: 30px;
    padding: 5px 20px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.caption_subtitle p{
    color: white;
    font-size: 30px;
    padding: 5px 20px;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.26);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5.5px);
    -webkit-backdrop-filter: blur(5.5px);
    border: 1px solid rgba(255, 255, 255, 0.3);

}

/* end slider */

.h-100-blog{
  height: 100%;

}
.edn_metaDetails {
    margin: 10px 0px;
}
.blog_detail {
    background: #fff;
    display: block;
    box-shadow: 0 10px 50px 0 rgba(119, 132, 157, .1411764705882353) !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 30px 20px !important;
    align-items: center;
    justify-content: flex-end;
    gap: 75px;
}
.hajyar_cta_box {
    background: #eeeeee91;
    padding: 16px;
    border-radius: 16px;
    margin: 32px 0;
}
.hajyar-ctabox-btn {
    float: left;
    clear: both;
    padding: 4px 8px;
    background: #fed813;
    color: #303030;
    margin: 16px 0 0;
    display: inline-block;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
}
.iconbox-12 {
    border-radius: 5px;
    padding: 30px 20px 20px;
    font-size: 16px;
    margin: 30px 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
    text-align: right;
    transition: .3s ease-in-out;
    position: relative;
}
.cta-content {
    display: inline-block;
    width: 100%;
}
.cta_call {
    font-size: 16px;
    width: 100%;
}
