.contact-info .right {
  display: flex;
    flex-direction: column;
    align-items: flex-end;
    border: 1px solid #ddd;
    border-radius: 13px;
    padding-block-start: 17px;
    padding-inline:0 ;
}

.contact-info .right .item {
  /* display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding-inline: 13px;
  margin-block-start: 9px;
  border-bottom: 1px solid #ddd;
  padding-block-end: 11px;
  font-size: 21px;
  font-family: 'TajawalBold'; */

  display: flex;

  justify-content: space-evenly;
  width: 100%;
  align-items: center;
  padding-inline: 13px;
  margin-block-start: 9px;
  border-bottom: 1px solid #ddd;
  padding-block-end: 11px;
  font-size: 21px;
  font-family: 'TajawalBold';

}
.contact-info .right .item-map {
padding: 0 !important;
padding-inline: 0 !important;
border-bottom: none !important;
margin: 0 !important;
}
.contact-info .right .item iframe {
  width: 100%;
  height: 320px;
}


.contact-info .right .item .icon {

  display: flex;
}

.contact-info .right .item .icon span {
  margin-inline: 13px;
  font-size: 21px;
  font-family: 'TajawalMedium';
}


.contact-info .right .item span {
  font-family: 'TajawalMedium';
    margin-inline-start: 15px;
}


.contact-info .right .item i {
  font-size: 26px;
  color: #92929D;
}


.contact-info .right .item .btn {
  /* background-color: #15A249; */
  background-image: linear-gradient(#15A249, #25B20A);
  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  margin: 0;
  padding-inline-start: 21px;
  width: 215px;

}

.contact-info .right .item .btn a {
  color: #fff;
  text-decoration: none;
}

.contact-info .right .item .btn a>i {
  color: #fff;
  text-decoration: none;
}
.contact-info .right .item .btn-address {
background-color: #fff;

  height: 47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  margin: 0;
  border: 2px solid var(--lightblue);
  width: 215px;

}

.contact-info .right .item .btn-address a {
  color: var(--lightblue);
  text-decoration: none;
  font-size: 11px;
}

.contact-info .right .item .btn-address a>span {
  font-size: 11px;
  margin-inline: 15px;
}

.gallary-details-h {}

.all-kinds .dis-more>a {
  background-color: var(--blue);
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  margin-inline-end: 8px;
}



.gallary-details-h .h-img {
  position: relative;
}

.gallary-details-h .h-img::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.gallary-details-h .h-img img {
  /* background: url(../img/Image.png); */
  /* width: 20px; */
  /* height: 350px;
  object-fit: contain */
  width: 100%;
  object-fit: fill;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
}


@media (min-width: 1000px) {
  .gallary-details-h .h-img img {

  height: 350px;
  }
}
@media (max-width: 999px) {
.gallary-details-h .h-img img {

    height: 200px;
  }
}
.gallary-details-h .fix-img {
  background-image: linear-gradient(#2956B3, #07245E);
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 7px solid #fff;
}

.gallary-details-h .fix-img img {
    width: 100%;
    height: 100%;
    border-radius: 5010%;
}

.gallary-details-h .abs-div-text {

  margin-inline-end: 30px;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.gallary-details-h .abs-div h1 {
  font-size: 30px;
  color: #fff;

}

.gallary-details-h .abs-div {
  display: flex;

  position: absolute;
  bottom: -57px;
  /* right: 40px; */
  align-items: center;
}

.gallary-details-h .header-tabs {
  margin-block-end: 12px;
}



.gallary-details-h .nav-item .nav-link,
.show>.nav-link {
  background-color: transparent;
  color: #666666;
  font-size: 13px;
  font-family: 'TajawalBold';
}

.gallary-details-h .nav-item.active div {
  background-color: transparent;
  color: var(--lightblue);
  border-radius: 0px;
  padding: 7px;

  border-bottom: 3px solid var(--lightblue);
}


.gallary-details-h .nav-item div {
  color: #92929D;
  width: 150px;
}

.gallary-details-h .header-tabs .col-10 {
  z-index: 1;
  position: relative;
}

.gallary-details-h .header-tabs .nav {

  justify-content: center;
  display: flex;
  align-items: center;
  align-content: center;
  margin-inline-end: 8px
}

.gallary-details-h .header-tabs .tab-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gallary-details-h .header-tabs .tab-item h4 {
  /* color: var(--lightblue); */
  margin: 0;
  font-family: 'TajawalRegular';
  font-size: 16px;
}

.gallary-details-h .header-tabs .tab-item span {
  font-size: 14px;
  font-family: 'TajawalRegular';
}

.gallary-details-h .header-tabs .tab-item hr {
  width: 100%;
  margin-block: 4px;
  height: 3px;
  color: var(--lightblue);
  opacity: 1;
}

.gallary-details-h .header-tabs .tab-item a {
  font-size: 12px;
  background: var(--lightblue);
  border-radius: 16px;
  padding-inline: 18px;
  padding-block: 4px;
  color: #fff;
  text-decoration: none;
}

/* slider */
.sec-pub-slider {}

.sec-pub-slider .owl-carousel.owl-drag .owl-item {
  height: 140px;
  width: 310px !important;
  margin-inline: 6px;

}


.sec-pub-slider .all-items {
  display: flex;
}

.sec-pub-slider .div-img {
  height: 140px;
  width: 310px;
  margin-inline: 6px;
  margin: auto;
}

.sec-pub-slider img {
  height: 140px;
  width: 310px;
  object-fit: cover;
  border-radius: 4px;
}

.sec-pub-slider .adv-sec .f-text {
  text-align: center;
  position: absolute;
  top: 10px;
  right: 28px;
}

.sec-pub-slider .adv-sec .f-text h6 {
  font-family: 'TajawalMedium';
  color: #fff;
  margin: 0;
}

.sec-pub-slider .adv-sec .f-text h1 {

  margin: 0;
  color: #fff;
  font-family: 'TajawalBold';
  padding: 0;
  font-size: 37px;
}

.sec-pub-slider .adv-sec .f-text p {
  margin: 0;
  color: #fff;
  font-size: 11px;
  margin-bottom: 7px;
}

.sec-pub-slider .adv-sec .f-text a {
  color: #fff;
  padding: 6px 14px;
  background-color: var(--blue);
  border-radius: 4px;
  font-size: 11px;
  text-decoration: none;
}

.sec-pub-slider .adv-sec .f-text a:hover {

  box-shadow: 1px 1px 8px #00000050;
  transform: scale(1.02);
}




.sec-pub-slider .sec-pub-slider .sec-pub-slider .adv-sec .f-text {
  position: absolute;
  top: 80px;
  right: 39px;

}


.sec-title h4 {
  color: var(--blue);
  font-size: 19px;
  font-family: 'TajawalBold';
}


.publisher {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.publisher .item {
  margin: 2px;
  max-width: 250px;
}

.publisher .card {
  border: none;
}

.publisher .card-img img {
  height: 160px;

}

.publisher .card-body {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 0;
  border: none;

}

.publisher .card-body h4 {
  font-size: 16px;
  font-family: 'TajawalMedium';
}

.publisher .card-body .flex-div {
  display: flex;

  align-items: flex-start;
  justify-content: flex-start;
  font-size: 11px;
  width: 100%;
  border-bottom: 2px solid #c6c5c5;
  margin-block: 7px;
}

.publisher .card-body .flex-div i,
svg {
  font-size: 18px;
  color: var(--lightblue);
  margin-inline: 10px;
}


.publisher .card-body .flex-div .info-text {
  display: flex;

  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.publisher .card-body .flex-div .info-text .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex-basis: 87px;

}

.publisher .card-body .flex-div .info-text .text p {
  margin: 0;
  color: #AEAEAE;
}

.publisher .card-body .flex-div .info-text .text span {
  font-family: 'TajawalBold';
}

.publisher .card-body .flex-div .info-text>a {
  padding: 4px;
  text-decoration: none;
  color: var(--lightblue);
  border: 2px solid var(--lightblue);
  font-size: 7px;
  border-radius: 6px;
  font-family: 'TajawalBold';

}

.publisher .card-body .flex-div .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #15A249;
  border-radius: 50%;
  color: #fff;
  width: 35px;
  height: 35px;
}

.publisher .card-body .flex-div .icon i {
  color: #fff;
}

.publisher .card-body .flex-div .icon a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.gall-sec .sec1,
.sec2,
.sec3 {
  border-bottom: none;
  margin-block-end: 17px;

}
.header-tabs .bold{
  font-family: 'TajawalBold' !important;
}


.title-flex{
  display: flex;
  justify-content: space-between;

  padding-inline: 15px ;
  border: 1px solid #dddddd8f;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 13px;
  margin-block-end: 20px;
}






/* .last-offers .main-b .owl-theme .owl-nav .owl-next {
  float: right;
  margin-right: 80px;
  position: absolute;
  top: -11%;
 left: 44px;
}
.last-offers .main-b .owl-theme .owl-nav .owl-prev {
  float: left;
  margin-left: 80px;
  position: absolute;
  top: -11%;
  left: -78px;
}

.last-offers .main-b .owl-theme .owl-nav .owl-next:hover {
  transform: scale(1.02);
  color: #626161e4;
}
.last-offers .main-b .owl-theme .owl-nav .owl-prev:hover {
  transform: scale(1.02);
  color: #626161e4;
}



.last-offers .main-b .owl-theme .owl-nav [class*="owl-"] {
  color: var(--blue);
  padding: 3px;
  text-align: center;
  width: 37px;
  line-height: 33px;
  height: 37px;
  font-size: 16px;
  background: #F5F4F2;

}
.last-offers .main-b .owl-dots {
  display: none;

  } */

.gall-det-media .card{
  border: none;
  margin-block: 10px;
}

.gall-det-media .card-img, .card-img-top{
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 1200px) {
    .gall-det-media .card-img, .card-img-top{
        height: 200px;
    }
}

@media (max-width: 992px) {


  .gallary-details-h .abs-div {
    display: flex;

    position: absolute;
    bottom: -48px;
    right: 22px;
    align-items: center;
  }

  .gallary-details-h .fix-img {
    width: 150px;
    height: 150px;
  }

  .gallary-details-h .abs-div h1 {
    font-size: 20px;
    margin-inline-end: 10px;
  }

  .gall-det-media .card{
    display: flex;
    align-items: center;
    }

  .gall-det-media .card-img, .card-img-top{
    width: 300px;
    height: 300px;
    }

}



@media (max-width: 772px) {


  .gallary-details-h .fix-img {
    width: 130px;
    height: 130px;
  }

  .gallary-details-h .abs-div {
    display: flex;

    position: absolute;
    bottom: -39px;
    right: 8px;
    align-items: center;
  }

  .gallary-details-h .abs-div h1 {
    font-size: 20px;
    margin-inline-end: 10px;
  }

  .gallary-details-h .fix-img img {
    /*width: 47%;*/
    /*height: 51px;*/
  }
}



@media (max-width: 522px) {


  .gallary-details-h .fix-img {
    width: 100px;
    height: 100px;
    border: 6px solid #fff;
  }

  .gallary-details-h .abs-div h1 {
    font-size: 21px;
    margin-inline-end: 10px;
  }

  .gallary-details-h .abs-div {
    display: flex;

    position: absolute;
    bottom: -13px;
    right: 10px;
    align-items: center;
  }

  .gallary-details-h .fix-img img {
    /*width: 58%;*/
    /*height: 38px;*/
  }
}

/* .page-item.active .page-link {
    background-color: #1f4490;
    border-color: #1f4490;
    border-radius: 8px;
}

.page-link{
    border-radius: 8px;
    transition: 0.5s;
}

.page-link:hover {
    background-color: #1f44904f;
    border-color: #1f44904f;
}

.pagination li{
    margin-block: 0px;
    margin-inline-end: 10px;
} */
