/*
* Bootstrap v4.5.x
*/
/* *** Global ***/
a:hover {
  text-decoration: none;
}
@font-face {
  font-family: "AJannatLT";
  src: url("../fonts/a-jannat-lt.ttf");
}
@font-face {
  font-family: "Cairo";
  src: url("../fonts/Cairo-Regular.ttf");
}
.aja-font {
  font-family: 'Tajawal', sans-serif;
}
.cairo {
  font-family: "Cairo";
}
.main-bg {
  background-color: #f0e7dc;
}
.bar-bg {
  background-image: linear-gradient(0deg, #0c351c 0%, #185c32 100%);
}
body {
  font-family: 'Tajawal', sans-serif;
  direction: rtl;
  text-align: right;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(43 43 43 / 28%);
  z-index: 1;
}
button:focus {
  box-shadow: none !important;
  outline: none !important;
}
/****************************************************************
**** [ Start Header ]   *****************************************
*************************************************************  */

.bg-green {
  background-color: #3a8a4d;
}
.intro {
  height: 300px;
  background-repeat: no-repeat;
  position: relative;
  background-position-x: center;
}
.top-contact  {
  font-size: 14px;
}
.top-contact .ph-i {
  width: 30px;
  height: 30px;
  display: inline-flex;
  background-color: #cf933b;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}
header .social-links .social-icons {
  width: 30px;
  height: 30px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  background-color: #b49349;
  color: #fff;
}

/* navbar  */
.main-nav {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translateX(-23%) translateY(-50%);
  z-index: 5;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-brand {
  color: rgb(0, 0, 0);
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid transparent;
  transition: all .2s ease-in-out;


}
/*start marwan edit*/
.menu {
  background-color: #5780c2;
}
.links-link {
  background-color: #5780c2 !important;
}
.navbar-nav {
    margin: 0px auto;
}
.more-news {
  background-color: #5780c2 !important;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
  background-color: #5780c2 !important;
}
.parg-def {
    height: 0px !important;
}
.shadow-eff {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    a {
        height: 100%;
    }
}
.more-news:hover {
    background-color: #4d72af !important;
    color: #fff;
}

.postitem {
        height: 100%;
    a {
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        flex-direction: column;
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 10px;
        img {
            max-width: 100% !important;
            width: 100%;
            height: 170px;
            object-fit: cover;
        }
        .content {
            margin-top: 10px;
        }
    }
}
.bread-nav {
    display: none;
}
.content.position-relative {
    .mainslider {
        padding: 0px;
        border: none;
        margin: 0px;
        .clearfix {
        padding: 0px;
        border: none;
        margin: 0px;
        }
    }
    div {
        padding: 20px;
        border: 1px solid #ddd;
        margin: 20px;
    }
}
    .bar-title {
        background-image: none !important;
        background-color: #5780c2 !important;
    }
    .thanks {
        font-size: 21px !important;
        border: 1px solid #ddd;
    }
/*end marwan edit*/

.dropdown-menu {
  z-index: 500;
}
/* news */
.news {
  height: 50px;
  border-radius: 0 12px 12px 0;
  overflow: hidden;
}
.border-yellow {
  background-image: linear-gradient(
    0deg,
    #bd9a25 0%,
    #e4c915 50%,
    #bd9a25 100%
  );
  height: 100%;
  width: 19px;
  display: inline-block;
  margin-left: -9px;
  border-radius: 0 8px 8px 0;
}
.org-news {
  height: 39px;
  width: 103px;
  border: 1px solid #eee;
  padding: 5px 10px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}
.yan-news {
  margin-top: -80px;
}
/* Carousal */
.carousel-item {
  height: 450px;
}
.carousel-inner img {
  object-fit: cover;
}
.carousel-item p {
  padding: 10px;
  border-radius: 8px;
  margin-top: 5px;
}
.carousel-caption {
  bottom: auto;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.carousel-indicators {
  margin-bottom: 5px;
}
.carousel-indicators li {
  width: 13px;
  height: 13px;
  background-color: #ffffff;
  border-radius: 50%;
  opacity: 0.6;
}
.carousel-control-next {
  justify-content: end;
}
.carousel-control-prev {
  justify-content: flex-end;
}
.carousel-control-next,
.carousel-control-prev {
  margin: 10px;
}
.carousel-indicators {
  padding: 0;
}
/****************************************************************
**** [ End Header ]   *****************************************
*************************************************************  */

/****************************************************************
**** [ Main Body ]   ********************************************
*************************************************************  */
.div-layout {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.div-brd {
  height: 5px;
  background-image: linear-gradient(
    0deg,
    #bd9a25 0%,
    #e4c915 50%,
    #bd9a25 100%
  );
}
.bar-title {
  background-image: url('../images/bar.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 100% 47px;
  background-color: #cf933b;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 47px;
  position: relative;
  padding-right: 10px;
}
.bar-title i {
  margin-left: 5px;
}

.title {
  font-size: 18px;
}
.more {
  position: absolute;
  left: 20px;
  top: 3px;
  display: flex;
  align-items: center;
}
.go {
  height: 23px;
  width: 23px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-right: 5px;
}
/* main news --- */
.main-news {
  height: 290px;
  width: 100%;
  overflow: hidden;
}
.main-news p {
  padding: 10px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  font-weight: bold;
  color: #fff;
  background-color: #134b28d9;
  width: 100%;
}
.main-news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sub-news {
  height: 64px;
  width: 104px;
  overflow: hidden;
  margin-left: 10px;
}
.sub-title {
  font-weight: bold;
  line-height: 1.2;
  margin-top: -5px;
}
.category-s {
  padding: 2px 10px;
  color: #fff;
  background-color: #1f9645;
  margin-top: 6px;
  display: inline-block;
  border-radius: 3px;
  font-size: 15px;
}
.more-news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.more-news a {
  color: #fff;
}

/* Slider ---- */
#slider {
  padding: 0px 13px;
}
#slider .main-news-img {
  height: 200px;
}
.owl-carousel .owl-nav.disabled {
  display: block;
}
#slider .owl-nav, #slider2 .owl-nav {
  color: #fff;

}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0!important;
  font: inherit;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}
.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
  font-size: 17px;
  position: relative;
  z-index: 500;
  background-color: #2e7640;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  padding: 4px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
}
/* What new */
.new-h {
  height: 170px;
}
.title-sm {
font-weight: bold;
}
.img-acc {
  width: 100%;
  height: 100%;
  padding: 34px 6px;
}
.side-news {
  height: 200px;
}
.sub-text {
  text-align: right;
}
.y-yellow {
  background-color: #d7b91a;
}
/* ------------------------------------------------------------------------- right side -------------------------- */
.thanks {
  font-size: 16px;
  padding: 10px 10px;
  line-height: 1.21;
}
.contacts {
  width: 29px;
  display: inline-block;
  text-align: center;
}
.vendra {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #124526;
  font-weight: bold;
}
/****************************************************************
**** [ End Main Body ]   ****************************************
*************************************************************  */

/****************************************************************
**** [ Footer ]   ****************************************
*************************************************************  */

footer .main-footer {
  background-image: url("../images/footer_image.png");
  background-repeat: no-repeat;
  position: relative;
  background-position-x: center;
  background-size: cover;
}
footer i {
  color: #fff;
}
footer .fa-whatsapp {
  background-color: #39b54a;
}
footer .fa-twitter {
  background-color: #289cef;
}
footer .fa-facebook-f {
  background-color: #4762b0;
}
footer .fa-instagram {
  background-color: #c32f7c;
}
footer .fa-whatsapp:hover {
  background-color: #56e969;
}
footer .fa-twitter:hover {
  background-color: #49b2fd;
}
footer .fa-facebook-f:hover {
  background-color: #294cb3;
}
footer .fa-instagram:hover {
  background-color: #f34ea3;
}
footer .social-links a i {
  width: 32px;
  height: 32px;
  font-size: 18px;
  border-radius: 16px;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
footer a {
  color: #000;
}
.links i {
  color: #1f9645;
}
.contact-btn {
  border-radius: 3px;
  background-color: #cf933b;
  border: 0;
  color: #fff;
}
.bg-light-color {
  background-color: #cf933b
}
.last-footer {
  color: #fff;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: -2px;
}
@media (max-width: 575.98px) {
  .last-footer {
    display: block;
    text-align: center;
  }
  .last-footer div {
    margin-bottom: 10px;
  }
}
/****************************************************************
**** [ End Footer ]   ****************************************
*************************************************************  */

/*################################################################
##################################################################
#### [ Page Responsive ]   #######################################
##################################################################
################################################################*/

/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .title {
    font-size: 15px;
  }
  .more {
    font-size: 15px !important;
  }

  .pd-con {
    padding: 0;
  }
  .new-h {
    height: 259px;
  }
  .main-news {
    margin-bottom: 20px;
  }
  .side-news {
    object-fit: contain;
  }
  .div-layout {
    margin-top: 10px;
    text-align: center;
  }
  .zakat {
    width: auto;
    margin: auto;
    padding: 10px 0;
  }
  .minister {
    display: flex;
    align-items: center;
  }
  .right-side .main-news-img {
    padding: 10px 0;
  }
  footer .social-links {
    position: relative;
  }

  .intro {
    background-position-x: 69%;
    height: 343px;
  }
  .yan-news {
    margin-top: 0;
  }
  .main-nav {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }
  header .social-links {
    width: 100%;
    text-align: center;
  }
  .navbar-light .navbar-brand img {
    width: 200px;
  }
  .navbar-collapse {
    background-image: linear-gradient(0deg, #0c351c 0%, #185c32 100%);
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
  }
  .img-acc {
    width: auto;
    height: auto;
    padding: 34px 6px;
  }
  .pd-con {
    padding: 0;
  }

  .links {
    width: 100%;
    margin: 0;
  }
  .marquee0 > div {
    width: 170px !important;
  }
  .carousel-item {
    height: 450px;
  }
  .org-news {
    height: 32px;
    font-size: 13px;
    width: 86px;
    padding: 3px 10px;
  }

  .carousel-caption {
    display: block !important;
    width: 80%;
  }
}

/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .carousel-caption {
    display: block !important;
    width: 80%;
  }
  .pd-con {
    padding: 0;
  }
  .new-h {
    height: 259px;
  }
  .main-news {
    margin-bottom: 20px;
  }
  .side-news {
    object-fit: contain;
  }
  .div-layout {
    margin-top: 10px;
    text-align: center;
  }
  .zakat {
    width: auto;
    margin: auto;
    padding: 10px 0;
  }
  .minister {
    display: flex;
    align-items: center;
  }
  .right-side .main-news-img {
    padding: 10px 0;
  }
  footer .social-links {
    position: relative;
  }

  .intro {
    background-position-x: 65%;
  }
  .yan-news {
    margin-top: 0;
  }
  .main-nav {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }
  header .social-links {
    position: absolute;
    top: 223px;
    left: -11px;
  }
  .navbar-toggler,
  .navbar-light .navbar-brand {
    margin-top: 15px;
  }
  .navbar-collapse {
    background-color: #d4ba72;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .img-acc {
    width: auto;
    height: auto;
    padding: 34px 6px;
  }
  .pd-con {
    padding: 0;
  }
  .container,
  .container-sm {
    max-width: 555px;
  }
  .links {
    width: 100%;
    margin: 0;
  }
  .marquee0 > div {
    width: 348px !important;
  }
}

/* // Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .side-news {
    object-fit: contain;
  }
  .div-layout {
    margin-top: 10px;
    text-align: center;
  }
  .zakat {
    width: auto;
    margin: auto;
    padding: 10px 0;
  }
  .minister {
    display: flex;
    align-items: center;
  }
  .right-side .main-news-img {
    padding: 10px 0;
  }
  footer .social-links {
    position: relative;
  }

  .intro {
    background-position-x: 75%;
  }
  .yan-news {
    margin-top: 0;
  }
  .main-nav {
    position: relative;
    top: auto;
    left: auto;
    transform: translateX(0) translateY(0);
  }

  .navbar-toggler,
  .navbar-light .navbar-brand {
    margin-top: 15px;
  }
  .navbar-collapse {
    background-color: #d4ba72;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .img-acc {
    width: auto;
    height: auto;
    padding: 34px 6px;
  }
  .pd-con {
    padding: 0;
  }
}

/* // Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-light .navbar-nav .nav-link,
  .navbar-light .navbar-brand {
    font-size: 16px;
  }
  .main-nav {
    position: absolute;
    top: 50%;
    left: 13%;
    transform: translateX(-13%) translateY(-50%);
    z-index: 5;
  }
  .marquee0 > div {
    width: 260px !important;
  }
  .new-h {
    height: 147px;
  }
  .img-acc {
    height: 100% !important;
  }
}
@media (min-width: 992px) {
  .navbar .container, .navbar .container-fluid, .navbar .container-lg, .navbar .container-md, .navbar .container-sm, .navbar .container-xl {
    display: block;
  }
}
/* // Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1240px;
  }
  .new-h {
    height: 184px;
  }
  .img-acc {
    height: 100% !important;
  }
}
.links-link {
  background-color: #3a8a4d;
  border-radius: 10px;
  padding: 0 10px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: rgb(255 255 255);
}
.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-brand {
  color: rgb(255 255 255);
}
.nav-arrow {
  background-image: none;
  font-size: 18px;
  display: inline-block;
  height: 30px;
  width: 30px;
  border: 1px solid;
  border-radius: 50%;
  padding: 4px;
}
.carousel-indicators  {
  opacity: 1 !important;
}
.carousel-indicators .active {
  opacity: 1;
  background-color: #cf933b;
}
.img-overlay {
  background-color: rgba(0,0,0,.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: .2s all ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.img-overlay:hover {
  opacity: 1;
}

.rom-link {
  color: #cf933b;
}
.rom-img {
  height: 150px;
  object-fit: cover;
}
.parg-def {
  height: 119px;
  overflow: hidden;
}
.news {
  color: rgb(42, 42, 42) !important;
}
.more-news {
  border-radius: 3px;
    background-color: #3a8a4d;
    color: #fff;
    border: 0;
    padding: 6px 10px;
    display: inline-block;
    transition: .2s all ease-in-out;
}
.more-news:hover {
  background-color: #4fba68;
}
.y-btn {
  background-color: #cf933b;
}
.y-btn:hover {
  background-color: #f69300;
}
.shadow-eff:hover {
  box-shadow: 1px 1px 10px rgb(185, 185, 185) !important;
}

.video-ti {
  position: absolute;
  color: #fff;
  background-color: #0000005c;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  height: 40px;
  opacity: 0;
  transition: .2s all ease-in-out;
}
.video-ti h5 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.videos:hover .video-ti{
  opacity: 1;
}
.cd-btn {
  background-image: linear-gradient(0deg, #fbf1e5 0%, #ffffff 100%);
border: 1px solid #f2e9db;
margin: 5px;
padding: 5px 8px;
border-radius: 5px;
}
.cd-btn1:hover {
  background-image: linear-gradient(0deg, #035517 0%, #39894d 100%);
  color: #fff;
}
.cd-btn2:hover {
  background-image: linear-gradient(0deg, #bb8230 0%, #cf933b 100%);
  color: #fff;
}


.side-ss .bar-title {
  background-size: 150% 47px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  background-color: #cf933b;
  color: #fff;
}
.menu .text-start i:hover {
  color: #cf933b !important;
}
.navbar-light .navbar-toggler {
  border: 0;
}

.videos iframe {
  width: 100% !important;
  height: 250px  !important;
}
.postitem .imgthumb img  {
  width: 100%;
  height: 250px;
  object-fit: cover;

}
.section-contact {
    width: 100%;
    max-height: 100%;
    height: 135px;
    position: relative;
}
.section-contact .contact_us img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-contact .contact_us .box-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.section-contact .contact_us .box-text > h1 {
    color: #033b4a;
    font-weight: 600;
    margin-bottom: 5px;
}
.section-contact .contact_us .box-text > p {
    margin-bottom: 0%;
    color: #fff;
    font-size: 18px;
}
.section-contact .contact_way .box-content {
    text-align: center;
}
.section-contact .contact_way .box-content .icon_holder {
    margin: 0 auto 15px;
}
.section-contact .contact_way .box-content .icon_holder > i,
.section-contact .contact_way .box-content .icon_holder > svg {
    font-size: 50px;
    color: #5780c2;
}
.section-contact .contact_way .box-content p {
    margin: 0 0 15px;
    font-size: 15px;
    color: #9dabaf;
}
.section-contact .form_section .contact-title {
    text-align: center;
}
.section-contact .form_section .contact-title h3 {
    font-size: 25px;
    line-height: 35px;
    color: #033b4a;
}
.section-contact .form_section .contact-title p {
    margin: 0 0 20px;
    font-size: 15px;
    color: #9dabaf;
}
.section-contact .form_section .form-group .custom-form {
    display: block;
    width: 100%;
    height: calc(2em + 1rem + 2px);
    padding: 8px 25px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #033b4a;
    background-color: #f0f2f5 ;
    background-clip: padding-box;
    border: none;
    direction: rtl;
    text-align: right;
    border-radius: 50rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.section-contact .btn {
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: 6px 25px;
    border-radius: 5px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff;
    background-color: #5780c2;
    border: 1px solid #5780c2;
    transition: all 0.3s ease-in-out 0s;
}
.section-contact .btn-washla:hover {
    color: white;
    background-color: #398b4b;
    border: 1px solid #398b4b;
}
.section-contact .map {
    width: 100%;
}
.section-contact .map iframe {
    width: 100%;
    height: 80vh;
}

