/*!
Theme Name: Ennab


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.

charityteam is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body.admin-bar nav.navbar{margin-top: 32px;}
.pagination {
  justify-content: center;
  margin-top: 40px;
}
.pagination .page-link {
  color: #7f1143
}
.pagination  .active>.page-link,
.pagination  .page-link.active{background:#7f1143;border-color:#7f1143;color:#fff}
.blog2 .item .wrapper {
  background-color: #161616;
}
#map iframe{width: 100%!important;height: 450px !important;}


.purecounter{font-family: 'Poppins', sans-serif;color: #FFF;font-weight: 800;}

.separator {
  --bs-separator-width: 150px;
  --bs-separator-height: 1px;
  --bs-separator-color: var(--bs-border-color);
  --bs-separator-padding-bottom: 0;
  --bs-separator-margin-bottom: 0;
  position: relative;
  padding-bottom: var(--bs-separator-padding-bottom);
  margin-bottom: var(--bs-separator-margin-bottom);
}

.separator:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: var(--bs-separator-width);
  height: var(--bs-separator-height);
  background: var(--bs-separator-color);
}
.services .item .wrap {
  padding: 75px 20px 15px 20px;
}
.services .item .wrap .con h4 {
  font-size: 23px;
}
.works .item .wrap .text h4 ,.services .item .wrap .con h4{
  text-transform: capitalize;
}
.header .caption h1 span,
.header .caption[data-overlay-dark] h1 span {
  font-size: 80px;
}
@media (max-width: 767.98px) {
  .separator {
    --bs-separator-width: 130px;
  }
}
.video-fullscreen h1, .video-fullscreen[data-overlay-dark] h1,.video-fullscreen h2, .video-fullscreen[data-overlay-dark] h2{font-size:100px}
.video-popup .vid .vid-butn .icon {display: flex ; justify-content: center; margin: auto; align-items: center; }
@media screen and (max-width: 991px) {
    .nav-scroll .logo-wrapper {
        padding: 10px 15px;
        background-color: transparent;
    }
	.nav-scroll .logo-img { width: auto; height: 45px; }
}
.video-fullscreen h1, .video-fullscreen[data-overlay-dark] h1, .video-fullscreen h2, .video-fullscreen[data-overlay-dark] h2 {
    font-size: 75px;
	line-height: 100px;
}
.fa-play:before { content: "\f04b"; margin-right: -5px; }