/*
Theme Name: Nwahy
Theme URI: https://www.nwahy.com
Author: the Ahmed Al-Enzi
Author URI: https://www.nwahy.com
Description: Nwahy is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Nwahy will make your WordPress look beautiful everywhere.
Version: 1.7
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: Nwahy

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
body {
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  font-family: 'arial', 'Times New Roman';
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.nwahy-top-bar-container {
  background-color: #f8f9fa;
  padding: 5px 0;
}
.nwahy-top-bar-container .navbar-nav ul {
  padding: 0;
  padding-top: 5px;
}
.nwahy-search-form {
  display: flex !important;
  max-height: 40px;
}
.nwahy-search-form .btn-outline-secondary {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border: 0;
  color: #333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.nwahy-search-form .form-control {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 0;
}
.nwahy-fixed-header {
  padding-top: 55px;
}
.nwahy-body-default, .nwahy-body-1 {
  padding-top: 60px;
}
.nwahy-header {
  background-color: #fff;
  border-bottom: 1px solid #DFE3EE;
  margin-bottom: 15px;
}
.nwahy-header-4 {
  background-color: #fff;
  border-bottom: 1px solid #DFE3EE;
  margin-bottom: 15px;
}
#logo, #logo2 {
  max-height: 100px;
}
#navbar, #logo {
  transition: 0.4s;
}
.nwahy-fixed-header #navbar {
  background: rgba(255, 255, 255, .8);
  position: fixed;
  transition: 0.4s;
  width: 100%;
  top: 0;
  z-index: 99;
}
.nwahy-top-container {
  background-color: #F7F7F7;
  border-bottom: 0px solid #DFE3EE;
  margin-bottom: 0px;
  min-height: 45px;
  padding: 15px 0;
}
.nwahy-top-navbar {
  padding: 0;
}
.nwahy-logo {
  background-color: #fff;
  color: #666;
  padding: 0;
  opacity: 1;
}
.nwahy-body-default .site-content {
  margin-top: 10px;
}
.nwahy-logo p {
  padding: 0;
  margin: 0;
}
.large-slider-full {
  position: relative;
}
.nwahy-header-ads, .ads-home {
  padding: 0;
  margin: 15px 0;
}
.nwahy-social {
  padding: 0;
  margin-bottom: 0;
}
.tabs-container {
  margin: 15px 0;
}
.tabs-container .tab-content {
  padding: 15px;
}
.nwahy-footer {
  background-color: #F7F7F7;
  border-top: 1px solid #DFE3EE;
  margin-top: 15px;
}
.nwahy-footer .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.low-footer {
  background-color: #f2f2f2;
  padding: 30px 0;
  text-align: center;
}
.footer-boxes {
  padding: 15px 0;
}
.footer-boxes h1, .footer-boxes h2, .footer-boxes h3, .footer-boxes h4, .footer-boxes h5, .footer-boxes h6 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  padding-bottom: 15px;
}
.footer-boxes p {
  margin-bottom: 10px;
}
.footer-boxes .icon {
  color: #f7b13f;
}
.footer-boxes .address {
  text-align: center;
}
.footer-boxes .mobile {
  text-align: center;
}
.footer-boxes .mobile p {
  direction: ltr;
  font-size: 28px;
}
.footer-boxes .email {
  text-align: center;
}

.footer-boxes a {
  color: #fff;
}
.footer-social {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0;
}
.footer-social li {
  padding: 5px;
  border: 1px solid #666;
  margin-left: 0;
  width: 40px;
  border-radius: 50%;
  height: 40px;
}
.footer-social li:hover {
  background: #23282d;
}
.footer-social a {
  color: #fff;
  font-size: 20px;
}
.footer-social a:hover {
  color: #cccccc;
}
.footer-about {
  text-align: justify;
}
.footer-about img {
  max-width: 260px !important;
  margin-bottom: 30px;
}
.card-header {
  padding: 10px;
}
.card-header h1, .card-header h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.footer-sm {
  text-align: center;
  margin-top: 15px;
}

.footer-sm i {
  color: #333;
  border: 1px solid #ddd;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.1);
}

.footer-sm i:hover {
  color: #000;
  background: rgba(0, 0, 0, 0.2);
}

.card-body p {
  margin-bottom: 0;
  padding-bottom: 10px;
}

.card-body p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.post-meta span {
  margin-right: 15px;
}
.menu-item {
  list-style: none;
  z-index: 99 !important;
}
.carousel-caption {
  background: rgba(0, 0, 0, .5) !important;
  right: 20px;
  left: 20px;
  bottom: 40px;
}
.carousel-caption h3, .carousel-caption h3 a {
  color: #fff !important;
}
.home_box_3, .home_box_4, .home_box_10 {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
}
.block-excerpt p {
  word-break: break-all;
  white-space: normal;
}
.post-categories {
  margin-top: 15px;
  border-top: 1px #ddd solid;
  padding-top: 15px;
}
.container_loop_7 {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 15px;
}
.card-body .last-item {
  margin-bottom: 0px;
  border-bottom: 0px #ddd solid;
  padding-bottom: 0px;
}
.first-box-8, .first-box-9 {
  margin-bottom: 15px;
  border-bottom: 1px #ddd solid;
  padding-bottom: 0px;
}
.large-slider {
  padding: 15px;
  background: #24292d;
  margin-bottom: 15px;
}
.large-slider .carousel-indicators {
  margin-bottom: 0;
  right: unset;
  left: 20px;
  margin-left: 0;
  margin-right: 0;
  bottom: 5px;
  background: rgba(0, 0, 0, .5);
  padding: 15px;
}
.large-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
}
.large-slider .carousel-caption {
  right: unset;
  left: 20px;
  bottom: 50px;
  padding: 15px;
  text-align: left;
}
.large-slider .carousel-controls .carousel-control-prev, .large-slider .carousel-controls .carousel-control-next {
  font-size: 40px;
  font-weight: 700;
}
.large-slider .category-label, .cards-slider .category-label, .large-slider-full .category-label {
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #666;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
}
.large-slider .carousel-controls, .cards-slider .carousel-controls {
  position: absolute;
  color: #fff;
  padding: 0 0;
  width: 80px;
  height: 30px;
  right: 15px;
  bottom: 15px;
  opacity: 0.85;
}
.large-slider .carousel-controls .carousel-control-next, .large-slider .carousel-controls .carousel-control-prev, .cards-slider .carousel-controls .carousel-control-next, .cards-slider .carousel-controls .carousel-control-prev {
  background: #39b3d7;
  width: 30px;
  height: 30px;
  font-size: 20px;
  opacity: 1;
}
.project-slider-card {
  position: relative;
  margin-top: 15px;
  background-color: #fff;
}
.project-slider-card .category-label {
  z-index: 9999;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #666;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
}
.project-slider-card-content {
  text-align: center;
  padding-top: 15px;
}
.project-slider-card .project-donation {
  padding: 0;
  text-align: center;
}
.project-slider-card .carousel-indicators {
  background-color: rgba(0, 0, 0, .5);
  width: 200px;
  left: 0;
  margin: 0;
  right: unset;
}
.project-slider-card .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 10px;
}
.project-slider-info {
  position: absolute;
  width: 40%;
  left: 15px;
  bottom: 15px;
  background-color: rgba(0, 0, 0, .5);
  padding: 15px;
  border-radius: 7px;
  color: #fff;
}
.project-slider-info h3 a {
  color: #fff;
}
.project-slider-full .category-label {
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #666;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
}

.project-categpries {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #333;
}
.project-categpries a {
  color: #333;
}

.carousel-caption-more {
  background-color: #0096d6;
  border-color: #0096d6;
}
.cards-slider {
  padding: 15px 15px 0 15px;
  background: #24292d;
  margin-bottom: 15px;
}

.cards-slider .carousel-indicators {
  margin-bottom: 0;
  right: unset;
  left: 20px;
  top: 15px;
  bottom: unset;
  margin-left: 0;
  margin-right: 0;
  background: rgba(0, 0, 0, .5);
  padding: 15px;
}
.cards-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
}
.cards-slider .carousel-caption {
  right: 15px;
  left: 15px;
  bottom: 0;
  padding: 15px;
  text-align: center;
}
.cards-slider .carousel-controls {
  right: 15px;
  top: 15px;
  bottom: unset;
  opacity: 0.85;
}
.cards-slider h2 {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
}
.cards-slider h3 {
  font-size: 23px;
  font-weight: 700;
}
.cards-slider .col-slider {
  position: relative;
  margin-bottom: 15px;
}
.cards-slider .post-meta .post-date, .cards-slider .post-meta .post-comments, .cards-slider .post-meta .post-author a {
   color: #ddd !important;
}
.cards-slider .post-meta .fas {
   color: #ddd !important;
}
.container_slider_full h3, .container_slider_full h3 a {
  color: #fff !important;
}
.nwahy-single-post, .catgory-container {
  margin-top: 15px;
}
.nwahy-single-post h1 {
  font-size: 20px;
  font-weight: 700;
}
.entry-summary {
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 15px;
}
.nwahy-single-post .post-meta {
  padding: 10px 15px;
  border-bottom: 1px dotted #ddd;
  margin: 0 15px;
  text-align: center;
}
.nwahy-category-posts {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
  margin-bottom: 15px;
}
.nwahy-category-posts h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 10px;
}
.nwahy-category-posts .post-meta {
  margin-bottom: 10px;
}
.nwahy-category-cards {
  padding-bottom: 15px;
  border-bottom: 0px dotted #ddd;
  margin-bottom: 15px;
}
.nwahy-category-cards h1 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  padding-top: 0;
  margin-bottom: 10px;
}
.nwahy-category-cards .post-meta {
  margin-bottom: 10px;
}
.comment-list {
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.comment-list li {
  position: relative;
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-left: 5px solid #ddd;
  background: #fff;
  list-style: none;
}
.comment-metadata {
  margin-top: 15px;
  position: absolute;
  right: 15px;
  top: 0;
}
.comment-content {
  margin-top: 15px;
}
.comment-author {
  padding-bottom: 15px;
  border-bottom: 1px dotted #ddd;
}

.nwahy-header-container {
  background-color: #f8f9fa;
  border-bottom: 1px dotted #ddd;
  /*height: fit-content !important;*/
}

.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%);
  -webkit-transition: all .4s linear !important;
  /*transition: all .4s linear !important;*/
  opacity: 0.9;
  transition: 0.5s;
}
.nwahy-main-menu {
  display: block;
}
.nwahy-main-menu-mobile {
  display: none;
}
.nwahy-top-menu-mobile {
  margin: auto;
}
.nwahy-top-menu-mobile2 {
  margin-right: auto;
}
.nwahy-top-menu-mobile2 .nav-link {
  padding: 0 1rem;
}
.fixed-header .nwahy-header-ads {
  display: none;
}
.nwahy-main-menu-fixed, .nwahy-main-menu-fixed2 {
  display: none;
}
.fixed-header .nwahy-main-menu-fixed, .fixed-header .nwahy-main-menu-fixed2 {
  display: inline;
}
.fixed-header .nwahy-main-menu-fixed {
  float: right;
}
.fixed-header .nwahy-main-menu-fixed ul.navbar-nav-fixed {
  padding-top: 5px;
}
.fixed-header .nwahy-logo {
  min-height: 85px !important;
}
.fixed-header .nwahy-logo img {
  max-width: 275px !important;
}
.fixed-header .nwahy-main-menu {
  display: none;
}
.nwahy-brand {
  display: none;
}
.media-images {
  max-width: 75px !important;
}
.dropdown-menu-search {
  left: unset;
  right: 0;
  min-width: 250px;
  text-align: center;
}
.dropdown-menu-submit {
  color: #fff;
  background-color: #FBC02D;
  border-color: #FBC02D;
}
.large-slider-full .carousel-control-prev .fa-angle-double-left, .large-slider-full .carousel-control-next .fa-angle-double-right {
  font-size: 40px;
}
.container-loop-first {
  padding-bottom: 30px;
  background-color: #fff;
}
.container-loop-first-2 {
  margin-top: 30px;
}
.container-loop-secondary {
  background-color: #fff;
  border-bottom: 0 solid #dedede;
  padding: 30px 0;
}
.container-loop h2 {
  font-size: 30px;
  font-weight: 700;
}
.slides-container {
  background-color: #fff;
  border-bottom: 0 solid #dedede;
  padding: 30px 0;
}
.slides-container h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.slides-icon {
  font-size: 45px;
}
.slides-icon-container {
  text-align: center;
  margin-bottom: 15px;
}

.slides-icon-container i {
  color: #fff;
  border: 1px solid rgb(6, 65, 106);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  background: rgba(6, 65, 106, 1);
  transition: all 0.3s ease-in-out;
}

.slides-icon-container i:hover {
  background: rgba(6, 65, 106, .9);
}

.slides-image-container {
  text-align: center;
  margin-bottom: 15px;
}

.team-item {
  text-align: center;
  padding: 15px;
  border: 1px solid #ddd;
  background: #fff;
  height: 100%;
}

.team-image {
  text-align: center;
  margin-bottom: 15px;
}

.team-image img {
  max-width: 150px !important;
  border-radius: 50%;
}

.faq-section .faq-title, .team-section .team-title {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.faq-description, .team-description {
  text-align: center;
  margin-bottom: 15px;
}

.faq-title-row, .team-title-row {
  font-size: 30px !important;
  font-weight: 800;
  margin-bottom: 15px;
}

.contact-info-container {
  padding: 0;
}

.contact-info-item {
  background: #f7f7f7;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 15px;
  text-align: center;
}
.contact-info-icon {
  font-size: 35px;
  color: #f7b13f;
  margin-bottom: 15px;
}
.contact-info-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}

.divider {
  width: 60px;
  height: 4px;
  border-radius: 2.5px;
  background-color: #ccc;
  margin: 30px auto;
}

.q-divider {
  width: 100%;
  font-size: .875rem;
  line-height: calc(1.25/.875);
  white-space: nowrap;
  align-self: stretch;
  align-items: center;
  display: flex;
  margin: 30px 0 30px 0;
}

h2.q-divider {
  font-size: 25px;
}

h3.q-divider {
  font-size: 22px;
}

h4.q-divider {
  font-size: 20px;
}

.q-divider:not(:empty) {
  gap: 1rem;
}

.q-divider:before {
  content: "";
  border-inline-end-style: solid;
  border-inline-end-width: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ddd;
  flex-grow: 1;
  width: 100%;
  height: 1px;
}

.q-divider:after {
  content: "";
  border-inline-end-style: solid;
  border-inline-end-width: 0;
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #ddd;
  flex-grow: 1;
  width: 100%;
  height: 1px;
}

.q-divider-2 {
  position: relative;
  display: inline-block;
  padding: 0 60px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 700;
}

.q-divider-2::before {
  position: absolute;
  top: 18px;
  width: 40px;
  height: 1px;
  background: #ddd;
  content: '';
  right: 0;
}

.q-divider-2::after {
  position: absolute;
  top: 18px;
  width: 40px;
  height: 1px;
  background: #ddd;
  content: '';
  left: 0;
}

.container-loop-icon-box {
  width: 75px;
  height: 75px;
  display: block;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 auto;
}
.container-loop-icon {
  font-size: 28px;
  padding-top: 25px;
  color: #fff;
}
.kbrns_zoomIn .carousel-inner .carousel-item img {
  -webkit-transition: transform 2s ease-in-out;
  -moz-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
}
.kbrns_zoomIn .carousel-inner .carousel-item img:hover {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.08);
}
.container_box {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container_box h2 {
  font-size: 21px;
}
.container_box h4 {
  font-size: 20px;
}
.container_box h5 {
  border-top: 1px solid #ddd;
  margin-top: 15px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px;
}

.container_box_full {
  margin-bottom: 0;
}
.container_box_full .container_title_full {
  margin-bottom: 30px;
  text-align: center;
}
.container_box_full .container_title_full h2, .project-row h2 {
  font-size: 2rem;
  font-weight: 700;
}
.container_box_full .sub-title, .project-row .sub-title {
  font-size: 14px;
  color: #AAAAAA;
}
.container_box_full .sub-title a, .project-row .sub-title a {
  color: #AAAAAA;
}
.container_box_full h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333;
  margin-bottom: 15px;
}
.container_box_full h3 a, .container_box_full h2 a {
  color: #333;
}
.container_box_full .home_box_3, .container_box_full .home_box_4, .container_box_full .home_box_10 {
  margin-bottom: 15px;
  border-bottom: 0px #ddd solid;
  padding-bottom: 10px;
}
.container_box_full .post-meta {
  margin-bottom: 15px;
}
.container_box_full .post-meta .fas {
  color: #adadad;
}
.container_box_full .post-meta .post-date, .container_box_full .post-meta .post-comments {
  color: #ccc;
}
.container_box_full h5 a {
  color: #999;
}
.page-link {
  color: #000;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:hover {
  color: #000000;
  background-color: #fff;
  border-color: #ddd;
}
.active>.page-link, .page-link.active {
  color: #777;
  background-color: #f2f2f2;
  border-color: #ddd;
}
.page-link:focus {
  color: #000000;
  background-color: #e9ecef;
  box-shadow: 0 0 0 0.25rem rgba(49, 49, 49, 0.25);
}

.contaner-html-box {
  padding: 15px;
  position: relative;
}
.contaner-html-box .html-box-span {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  padding-top: 35px;
}
.html-box-1 {
  background: url(images/custom-text-1.jpg) no-repeat top center #556c7f;
  background-size: cover;
  min-height: 300px;
  padding: 80px 0;
  overflow: hidden;
  font-size: 40px;
  line-height: 1.8em;
  color: #fff;
}
.html-box-1 .custom-btn {
  background-color: #f7b13f;
  padding: 30px;
  font-size: 30px;
  display: block;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.html-box-1 span {
  color: #f7b13f;
}
.html-box-2 {
  background: url(images/custom-text-2.jpg) no-repeat top center #f8f8f8;
  background-size: cover;
  padding: 80px 0;
  color: #666;
}
.html-box-2 .custom-btn {
  background-color: #f7b13f;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.html-box-2 span {
  color: #f7b13f;
}
.html-box-3 {
  background: url(images/custom-text-3.png) repeat top center #f8f8f8;
  padding: 30px 0;
  color: #fff;
}
.html-box-3 .custom-btn {
  background-color: #f7b13f;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.html-box-3 a {
  color: #fff;
}
.html-box-4 {
  background: url(images/custom-text-5.jpg) repeat top center #f8f8f8;
  padding: 30px 0;
  color: #666;
}
.html-box-4 a {
  color: #666;
}
.html-box-5 {
  background: url(images/custom-text-4.jpg) no-repeat top center #f8f8f8;
  background-size: cover;
  padding: 30px 0;
  color: #fff;
}
.html-box-5 a {
  color: #fff;
}
.html-box-5 .custom-btn {
  background-color: #f7b13f;
  margin-top: 20px;
  text-align: center;
  color: #fff;
}
.show .nwahy-main-menu-mobile {
  background: none;
  padding: 5px 15px;
}
.nwahy-body-default .nav-link {
  color: #333;
}
.show .navbar-nav {
  padding-right: 0;
  z-index: 999;
}
.show .list-inline-item {
  display: block;
}

.show .list-inline {
  padding: 0;
  margin: 10px 0 !important;
}
.show .nwahy-social {
  display: inline-flex;
}
.show #menu-main li.nav-item a {
  padding-bottom: 0px;
  border-bottom: 0px solid #fff;
}
.show #menu-main li.nav-item {
  border-bottom: 1px solid #ddd;
  padding-top: 0;
  padding-bottom: 15px;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.show .menu-item-search {
  border-bottom: 0px solid #ddd !important;
  margin-bottom: 0px !important;
}

.show #menu-main li.nav-item a:hover {
  color: #0a4ca2;
  padding-bottom: 15px;
  border-bottom: 0px solid #FBC02D;
}
.navbar-collapse.show {
  background: none;
  margin-bottom: 20px;
  color: #666;
}
.nwahy-top-bar-info, .nwahy-top-bar-info a {
  color: #666;
}
.show .nwahy-social a, .show .nwahy-top-menu-mobile a, .show .nwahy-top-navbar a {
  color: #666;
}
.show .nwahy-top-bar-info {
  color: #666;
  padding-top: 10px;
  padding-bottom: 10px;
}
.show .nwahy-top-bar-info, .show .nwahy-top-bar-info a {
  color: #666;
}
.breadcrumb-type {
  margin-top: 0;
  background: #353b40;
  padding: 30px 0 10px 0;
  margin-bottom: 0;
}
.car-cover {
  margin-top: 0;
}
.breadcrumb-type .breadcrumb-item.active {
  color: #ddd;
}
.breadcrumb-type .breadcrumb-item a, .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-item+.breadcrumb-item::before {
  color: rgb(255 255 255);
}

.social-share{
  padding: 5px 0;
  background: url(images/custom-text-5.jpg) top center no-repeat #fff;
  min-height: 198px;
}
.social-share a:hover {
  color: #FBC02D;
  text-decoration: none;
}
.facebook{
  background-color: #3b5998;
}
.twitter{
  background-color: #1da1f2;
}
.instagram{
  background-color: #8a3ab9;
}
.google{
  background-color:#d34836;
}
.whatsapp {
  background-color: #1f7d1e;
}
.share-me{
  width: 100%;
  display: block;
  padding: 5px 15px;
  color: #fff;
  border-radius: 3px;
  font-size: 14px;
  font-family: HelveticaNeueLTArabicLight;
  font-weight: normal;
}
.share-me i{
  float: right;
  line-height: 37px;
  font-size: 18px;
}
.share-me span{
  text-align: center;
  line-height: 35px;
  display: block;
}
.widget_recent_entries .nav, .widget_archive .nav, .widget_categories .nav, .widget_meta .nav  {
  padding-right: 0;
}
.woocommerce .col-1 {
  -webkit-box-flex: unset;
  -ms-flex: 0 0 16.666667%;
  flex: none;
  max-width: none;
}
.woocommerce .col-2 {
  -webkit-box-flex: unset;
  -ms-flex: 0 0 16.666667%;
  flex: none;
  max-width: none;
}
.woocommerce form .form-row label {
  display: block;
  width: 100%;
}
.woocommerce .woocommerce-input-wrapper {
  width: 100%;
}
.container_api_articles {
  background: #f1f1f1;
  margin-top: 30px;
  padding-top: 30px;
}
.api_articles_item {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
.api_articles_item h3 {
  font-size: 25px;
}
.book-category {
  margin-bottom: 15px;
}
.book-category h3 {
  margin-bottom: 15px;
  font-size: 25px;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .project-carousel-caption p {
    display: none;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

}

@media screen and ( max-width: 768px ) {
  .project-carousel-caption p {
    display: none;
  }
  .nwahy-main-menu, .cards-slider, .container_box_slider, .nwahy-header-ads, .fixed-header, .nwahy-header-container {
    display: none;
  }
  .nwahy-top-container {
    min-height: auto !important;
    padding-top: 0 !important;
  }
  .nwahy-main-menu-mobile {
     display: block;
     border-bottom: 1px dotted #ddd;
     margin-bottom: 5px;
     padding-bottom: 5px;
  }
  .nwahy-top-menu-mobile {
     border-bottom: 1px dotted #ddd;
     margin: 0;
     margin-bottom: 15px;
     padding-bottom: 5px;
  }
  .nwahy-top-menu-mobile ul {
    margin: 0;
    padding: 0;
  }
  .nwahy-social {
     margin-bottom: 15px;
  }
  .nwahy-logo {
    text-align: center;
  }
  .nwahy-logo .float-left {
    float: unset !important;
  }
  .nwahy-brand {
    display: block;
  }
  .breads{
    display: none;
    max-height: 95px !important;
    min-height: 45px!important;
    padding: 5px 0 0 0!important;
    overflow: hidden;
    background-image: none !important;
    background-color: #1154b0 !important;
  }
  .breads .title{
    display: none!important;
  }
  .breadcrumb-type{
    margin-top: 0px;
  }
  .footer-wedgit-1, .footer-wedgit-2, .footer-wedgit-3 {
    margin-top: 25px;
  }

  .nwahy-top-navbar {
    padding-top: 10px;
  }
  .nwahy-header-container {
    display: block;
  }
  .nwahy-logo, .large-slider {
    display: none;
  }
}

iframe {
  width: 100%;
  min-height: 305px;
}
.car-youtube-iframe {
  min-height: auto;
}
.gray {
  background: #eee;
  padding: 30px 0;
}
.white {
  background: #fff;
  padding: 30px 0;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay .top-menu-align li { margin-bottom: 15px; }
.overlay-content { position: relative; top: 5%; width: 100%; margin-top: 30px; }
.overlay a { padding: 8px; text-decoration: none; font-size: 25px; color: #818181 !important; display: block; transition: 0.3s; }
.overlay a:hover, .overlay a:focus { color: #f1f1f1 !important; }
.overlay .closebtn { position: absolute; top: 10px; right: 10px; font-size: 40px; }

.overlay .menu-item, .overlay .dropdown {
  text-align: center;
}

.overlay li.nav-item a {
  padding-bottom: 15px !important;
  border-bottom: none !important;
  font-size: 20px;
}
.overlay .nwahy-main-menu-mobile {
  margin-bottom: 24px !important;
}
.overlay .dropdown-menu {
  min-width: 100% !important;
  background-color: rgba(0,0,0, 0.7) !important;
}
.overlay .dropdown-menu a, .overlay .nwahy-main-menu-mobile a { color: #818181 !important; display: block; transition: 0.3s; }
.overlay .dropdown-menu a:hover, .overlay a:focus { color: #f1f1f1 !important; }
.fixed-header-2 { max-height: 100px; }
.logo-fixed { max-height: 90px; }
.fixed-header-2 .nwahy-logo { min-height: 100px !important; }

.counter-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.counter {
  text-align: center;
}
.counter h3 {
  padding: 0.5rem 0;
  font-size: 2.5rem;
  font-weight: 800;
}
.counter h6 {
  font-size: 2rem;
  padding-bottom: 1rem;
}
.counter-icon {
  height: 5rem;
  width: auto;
  font-size: 60px;
}
.nwahy-header-container .btn-warning {
  color: #212529 !important;
}
.nwahy-top-custom-url {
  background-color: #f7b13f;
  padding: 5px 7px;
  border-radius: 5px;
}
.custom-card {
  word-wrap: break-word;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  margin: 25px 0 20px 0;
}
.custom-card-header {
  padding-top: 1rem;
  margin-bottom: 15px;
  text-align: center;
}
.custom-card-header h1, .custom-card-header h2 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 4px solid #0096d6;
  display: inline-table;
}
.custom-card-body {
  padding: 1rem;
}
.container-row-0 .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container_box_6_list .row {
  margin-bottom: 15px;;
}
.box-post-title h1 {
  font-size: 25px;
}
.container_more_full {
  margin-top: 15px;
}
.container_more_full .eael-load-more-button {
  padding: 15px;
  border-radius: 7px;
  background: #90bb25 !important;
  color: #ffffff !important;
}
.publications {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  margin-top: 15px;
}
.publications p:last-child{
  margin-bottom: 0;
}

.categories-row {
  text-align: center;
}
.custom-avatar {
  margin-top: 5px;
}
.custom-avatar img {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
}
.owl-custom-item {
  position: relative;
}
.owl-carousel-caption, .project-carousel-caption {
  position: absolute;
  background: rgba(0, 0, 0, .5) !important;
  right: 20px;
  left: 20px;
  bottom: 20px;
  display: block !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.owl-carousel-caption h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 0;
}
.project-carousel-caption h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
.owl-carousel-caption a, .project-carousel-caption a {
  color: #fff !important;
}
.campaign-container {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #fff;
}
.campaign-container .campaign-header {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.campaign-container .campaign-header h1 {
  font-weight: 700;
}
.publications-row h2, .publications-row h2 a, .project-row h2, .project-row h2 a {
  color: #666;
}
.second-logo {
  text-align: right;
}
.navbar .has-megamenu {
  position: static !important;
}
.navbar .megamenu{left:0; right:0; width:100%; margin-top:0; z-index: 99999; }

.navbar-nav>li>.dropdown-menu {
  margin-top:20px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
}

.mega-dropdown-menu {
  padding: 20px 0px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: 400px;
  overflow: auto;
  z-index: 9999;
}
.mega-dropdown-menu:before {
  content: "";
  border-bottom: 15px solid #fff;
  border-right: 17px solid transparent;
  border-left: 17px solid transparent;
  position: absolute;
  top: -15px;
  left: 50%;
  z-index: 10;
}
.mega-dropdown-menu:after {
  content: "";
  border-bottom: 17px solid #ccc;
  border-right: 19px solid transparent;
  border-left: 19px solid transparent;
  position: absolute;
  top: -17px;
  left: 50%;
  z-index: 8;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
  margin:3px 20px;
}
.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.megamenu-container {
  padding: 0 15px;
}
.megamenu-container img {
  cursor: pointer;
}
.mega-menu-content h3 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}
.hvr-rectangle-out {
  background: none;
}
.hvr-rectangle-out:before {
  background: #f8f9fa;
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.car-owl-item {
	position: relative;
	z-index: 4;
}
.car-owl-video-item {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	/*overflow: hidden;*/
}
.car-owl-video-item embed, .car-owl-video-item iframe, .car-owl-video-item object, .car-owl-video-item video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	height: 100vh;
	width: 100vw;
	border: 0;
}
.car-home-video {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
  margin-top: 30px;
	/*overflow: hidden;*/
}
.car-home-video embed, .car-home-video iframe, .car-home-video object {
	display: block;
	/* height: 100vh;
	width: 100vw; */
	height: 100vh;
	width: 100%;
	border: 0;
}
.car-home-video video {
	display: block;
	width: 100%;
	border: 0;
}
.car-owl-item-title {
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 5;
}
.car-owl-item-title h4 {
	font-size: 25px;
	color: #fff;
  background: rgba(0, 0, 0, .5) !important;
  display: inline;
  padding: 5px 15px;
}
.car-owl-item-title a {
	color: #fff;
}
.car-owl-item-title p {
	margin-top: 15px;
	font-size: 16px;
	color: #fff;
}
.car-header .owl-dots, .car-header .owl-nav {
	position: absolute;
	bottom: 7px;
}
.car-header .owl-nav {
	left: 7px;
}
.car-header .owl-dots {
	right: 7px;
}
.car-header .owl-carousel .owl-nav button.owl-next, .car-header .owl-carousel .owl-nav button.owl-prev {
	background: #fff;
	padding: 0 0 10px 0 !important;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: none;
	font-size: 40px;
	color: #333;
	line-height: 0;
	opacity: 0.5;
}
.car-header .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 20px;
}
.car-header {
  margin-top: 25px;
  margin-bottom: 30px;
}
.owl-carousel .owl-item img {
  max-height: 474px !important;
}
.car-title {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cloudimage-360 {
  min-height: 300px;
}
.quick-links {
  right: -240px;
  box-shadow: 0 2px 15px rgb(0 0 0 / 12%);
  width: 305px;
  transition: all .3s ease-in-out;
  z-index: 9;
}
.quick-links:hover {
  right: 0!important;
  z-index: 99;
}
.quick-links ul li a {
  padding: 15px 20px;
}
.align-y-center {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.border-bottom {
  border-bottom: 1px solid #ececec!important;
}
.ql-fs-icon {
  font-size: 1.375rem !important;
  color: #4e4b43;
  width: 26px;
}
.quick-links ul li a span {
  padding-left: 20px;
  color: #2e2d2c;
}
.directory-main {
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 7px;
  margin-bottom: 15px;
}
.directory-content {
  position: relative;
}
.directory-website-logo {
  text-align: center;
}
.directory-info p {
  margin-bottom: 7px;
}
.directory-sm {
  text-align: center;
}
.directory-sm a {
  margin: 0 7px;
  font-size: 30px;
  color: #555;
}
.directory-main-title {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
.directory-main-title h1 {
  font-size: 24px;
  font-weight: 700;
}
.single-directory .breadcrumb-type {
  margin-bottom: 0;
}
.directory-cover {
  margin-bottom: 15px;
}
.directory-categories, .directory-languages, .directory-countries {
  margin-bottom: 7px;
}
.directory-details {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 10px;
}
.directory-details p:last-child {
  margin-bottom: 0;
}
.directory-images {
  margin-top: 10px;
  margin-bottom: 15px;
}
.directory-category-header {
  padding-top: 1rem;
  margin-bottom: 15px;
  text-align: center;
}
.directory-category-header h1, .directory-category-header h2 {
  font-size: 27px;
  font-weight: 700;
  padding-bottom: 1rem;
  display: inline-table;
  border-bottom: 4px solid #ddd;
}
.directory-category-body {
  padding: 15px;
}
.box-slider, .slider-col-data {
  position: relative;
}
.box-slider .category-label {
  z-index: 9;
  position: absolute;
  top: 20px;
  left: 20px;
  color: #666;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, .8);
}

.owl-post-item, .carousel-data {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.slider-overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  opacity: 0;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.slider-overlay a, .slider-overlay a:hover {
  color: white;
}

.owl-post-item:hover .slider-overlay, .carousel-data:hover .slider-overlay {
  opacity: 1;
}

.main-menu-in-top {
  display: none;
}

.show .main-menu-in-top {
  display: block;
}

.show .navbar-nav .main-menu-list {
  margin: 0 !important;
}

@media(max-width: 991px){
  .nwahy-top-navbar .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
  }
  .car-header, .custom-body .site-content {
    margin-top: 0;
  }
}
@media only screen and (max-width: 600px) {
  .car-header {
    margin-top: 0;
  }
	.car-owl-item-title {
    top: 5px;
    left: 5px;
	}
	.car-owl-item-title h4 {
		font-size: 16px;
	}
	.car-owl-item-title a {
		color: #fff;
	}
	.car-owl-item-title p {
		margin-top: 7px;
		font-size: 13px;
	}
	.car-header .owl-carousel .owl-nav button.owl-next, .car-header .owl-carousel .owl-nav button.owl-prev {
		padding: 0 0 5px 0 !important;
		width: 20px;
		height: 20px;
		font-size: 20px;
	}
}

@media screen and (max-width: 580px) {
  .nwahy-top-navbar {
    padding-top: 10px;
  }
  .nwahy-header-container {
    display: block;
  }
  .nwahy-logo, .large-slider {
    display: none;
  }
}