headerImagesbody {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #777777;
  font-family: "PT Sans", sans-serif;
}
.headerImages{
   width: 100%;
    overflow: hidden; 
}
.leftImage{
    width: 50%;
    float: left;
}
.rightImage{
    width: 50%;
    float: left;
    text-align: right;
}
.rightImage img,
.leftImage img{
    width:150px;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Roboto Slab", serif;
  color: #333333;
  font-weight: 600;
}

p {
  letter-spacing: normal;
  margin: 0 0 20px;
  line-height: 26px;
  font-size: 15px;
  color: #777777;
  font-family: "PT Sans", sans-serif;
}
.abouttitle p {
  margin-bottom: 0px !important;
  text-align: right;
  line-height: 35px;
}
.abouttitle {
  background: #ffff8d;
  padding: 20px 30px;
  border-radius: 7px;
  font-weight: 700;
  margin-bottom: 30px;
}
/*.abouttitle p:nth-child(2),*/
/*.abouttitle p:nth-child(6),*/
/*.abouttitle p:nth-child(7),*/
/*.abouttitle p:nth-child(9),*/
/*.abouttitle p:nth-child(10),*/
/*.abouttitle p:nth-child(11),*/
/*.abouttitle p:nth-child(12){*/
/*  text-align:center;*/
/*}*/
a {
  color: #292f35;
  outline: none !important;
  text-decoration: none;
}
a:hover {
  color: #292f35 !important;
  outline: none !important;
  text-decoration: none !important;
}

.imageOverlay:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.8;
}
figure {
  margin: 0px !important;
}
.themeOverLay {
  position: relative;
}
.themeOverLay:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.8;
}

.mainHeader {
  width: 100%;
  background-color: #f9f7f7;
  font-family: "PT Sans", sans-serif;
}

.mainMenu .navbar {
  padding: 1rem 0rem !important;
}

.mainMenu .navbar-dark .navbar-nav .nav-link {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #292f35 !important;
  outline: none !important;
  padding-right: 0px !important;
  padding-left: 0px !important;
  cursor: pointer;
}

.mainMenu .navbar-dark .navbar-nav .nav-link:hover {
  color: #d7ae30;
}

.customCollapse ul li:first-child {
  margin-left: 0px;
}

.customCollapse ul li {
  margin-left: 54px;
}

/*.navbar-nav>li>.dropdown-menu {*/
/*  margin-top: 0;*/
/*  border-top-left-radius: 0;*/
/*  border-top-right-radius: 0;*/
/*  display: block;*/
/*  transform: scale(0);*/
/*  transition: ease-out 0.3s;*/
/*}*/

/*.dropdown:hover .dropdown-menu {*/
/*    transform: scale(1);*/
/*    left: -41px;*/
/*    border: none;*/
/*    top: 33px;*/
/*    padding: 10px !important;*/
/*}*/

.bg-faded {
  background-color: transparent !important;
}

.dropdown-menu1 {
  border: none;
  display: block;
  transform: scale(1) !important;
  height: 0px;
  overflow: hidden;
  padding: 0px;
  top: 180px;
  transition: all 0.3s;
}

/*.dropdown:hover .dropdown-menu1 {*/
/*  display: block;*/
/*  top: 100%;*/
/*  height: inherit;*/
/*}*/

.socialMenu {
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  color: #777777;
  padding: 14px 0px;
  border-bottom: 1px solid #e4e4e4;
}

.socialLink {
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #cbcbcb;
  border-radius: 100%;
  color: #888888;
  font-size: 12px;
  cursor: pointer;
}

.socialLeft a:hover {
  background-color: #d7ae30;
  border-color: #d7ae30;
  color: #fff;
}

.socialLeft {
  width: 30%;
  float: left;
}

.socialright {
  width: 68%;
  float: left;
  margin-left: 20px;
  text-align: right;
  color: red;
}

.customCollapse {
  margin-left: 9.97rem;
}
.customCollapse ul {
  padding-top: 13px;
}

/* custom carasol */

.title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #f3a20fe0;
  font-family: "Roboto Slab", serif;
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.title h1 {
  font-size: 41px;
}

.title .animated {
  animation-duration: 1.7s;
  animation-delay: 0.7s;
  color: #d89110;
}

.sliderImage img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.aboutSection {
  padding: 70px 0px;
}

.aboutusimage {
  padding: 0px 20px 20px 0px;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 8px -6px #e4e4e4;
  float: left;
}

.aboutusimage:after,
.aboutusimage:before {
  position: absolute;
  content: "";
  top: 24px;
  left: 20px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  background-color: #f5ce55;
}

.aboutusimage:after {
  background-color: #f4d77b;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0px 0px 6px -4px #333;
}

.imageFigure {
  position: relative;
  float: left;
  width: 100%;
  margin: 0px;
}

.imageFigure:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.2;
  background-color: #d7ae30;
}

.islamIcon {
  margin-left: 20px;
}

.islamIcon h2 {
  margin: 0px 0px 12px 0px;
  font-weight: 600;
  line-height: 1.1;
  font-size: 36px;
}
.aboutusimage img {
  width: 543px;
}

.islamIcon a {
  text-decoration: none;
  color: #ffff;
}

.islamIcon a:hover {
  text-decoration: none;
  color: #ffff !important;
}
.use_link li a:hover,
.footer-about a:hover {
  color: #ffff !important;
}
.theme_btn {
  font-size: 16px;
  display: inline-block;
  padding: 11px 32px 11px;
  font-weight: bold;
  border: 1px solid #d7ae30;
  background-color: #d7ae30;
}

.theme_btn:hover {
  background-color: #333;
  border-color: #333;
  color: #fff !important;
}

.naatSection {
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 80px 0px 80px;
}

.naatSection:before {
  background: linear-gradient(140deg, #999899 10%, #1b1919 70%);
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.8;
}

.naaticon {
  position: relative;
  text-align: center;
}
.hostedby:hover{
    color:inherit !important;
}
.naaticon h2 {
  color: #fff;
}

/*.secthreeCarousel .imageOverlay:before {*/
/*  background-color: #4e4e4e;*/
/*  opacity: 0.25;*/
/*  top: 4px;*/
/*  left: 4px;*/
/*}*/

.naatTitle {
  position: absolute;
  left: 4px;
  bottom: 20px;
  width: auto;
  color: #fff;
  font-weight: bold;
  padding: 12px 22px;
  margin: 0px 0px;
  display: inline-block;
  background-color: #d7ae30;
}

.naatTitle:before {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.gallery-image {
  width: 245px;
  height: 263px;
  object-fit: scale-down !important;
  padding: 4px;
}
.secthreeCarousel .owl-item {
  background: #f7f7f7 !important;
}

.naatTitle:before {
  position: absolute;
  content: "";
  top: 0px;
  left: auto;
  right: -15px;
  bottom: 0px;
  width: 31px;
  transform: skew(-36deg);
  -moz-transform: skew(-36deg);
  -webkit-transform: skew(-36deg);
  background-color: #d7ae30;
}

@-webkit-keyframes islamic {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 330px 0%;
  }
}

@-moz-keyframes islamic {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 330px 0%;
  }
}

@-ms-keyframes islamic {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 330px 0%;
  }
}

@keyframes islamic {
  0% {
    background-position: 100% 0;
  }

  100% {
    background-position: 330px 0%;
  }
}

.infoSection {
  padding: 80px 0px 80px;
  /* animation: 40s linear 0s normal none infinite running islamic;
  background: rgba(0, 0, 0, 0) url(../images/teach_bg.png) repeat scroll 0 0; */
  width: 100%;
}

.footer_Overlay {
  position: relative;
}

.footer_Overlay:before {
  background: linear-gradient(to right, #514110 -10%, #303131 80%);
  opacity: 0.98;
}

.footer_Overlay:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.infoText {
  padding: 60px 0px 0px;
}
.infoText h1 {
  font-weight: 600;
  margin: 0px 0px 14px;
  font-size: 31px;
}
.footer {
  background-image: url(../images/10.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 66px 0px 70px;
}
.footerTitle {
  color: #fff;
  font-weight: 600;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
  margin: 0px 0px 22px;
}
.footerText > p {
  margin-bottom: 20px;
  color: #fff;
}
.footerText > h6 {
  margin: 0px 0px 17px;
  font-weight: 600;
  color: #fff;
}
.footer_icon,
.use_link {
  margin: 0px;
  padding: 0px;
}
.footer_icon li {
  float: left;
  width: auto;
  margin-right: 15px;
  list-style: none;
  text-decoration: none;
}
.footer_icon li a {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  border: 1px solid #fff;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}
.use_link li {
  margin-bottom: 10px;
  float: left;
  width: 100%;
  list-style: none;
  text-decoration: none;
}
.use_link li a {
  display: block;
  color: #fff;
  font-weight: 500;
  font-family: "PT Sans", sans-serif !important;
  font-size: 14px;
}
.use_link li a i {
  margin-right: 14px;
}
.copyRight {
  width: 100%;
  padding: 12px 0px 13px;
  background-color: #1a2226;
  text-align: center;
}
.copyText p {
  color: #fff;
  margin-bottom: 0px;
}

.videoWrap {
  padding: 95px 0 95px;
  background-image: url(../images/banner.webp);
  /*background-size: cover;*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.about .themeOverLay::before {
  opacity: 0.3;
  background-color: #2c2c2c;
  /*opacity: .5;*/
}
.aboutText {
  position: relative;
}
.aboutText h2 {
  font-weight: 600;
  margin: 0 0 20px;
  color: #fff;
}
.aboutText p {
  color: #fff;
  line-height: 22px;
  margin-bottom: 15px;
}
.videoCol {
  box-shadow: 0 0 10px 5px #e9e9e9;
  margin-bottom: 30px;
}
.videosection,
.contactSection,
.gallerySection,
.playVideo {
  padding: 80px 0px 80px;
}
.videoCol .videoBg {
  width: 258px;
  height: 145px;
}
.videoText {
  position: relative;
  background-color: #fafafa;
  padding: 20px 10px;
  text-align: center;
  width: 100%;
}
.videoIcon {
  display: inline-block;
  height: 74px;
  width: 74px;
  text-align: center;
  line-height: 56px;
  font-size: 35px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 2px 3px 16px -1px #d7d7d7;
  margin-bottom: 20px;
  margin-top: -36px;
}
.videoText h5 {
  margin: 0 0 15px;
}
.moreBtn {
  font-size: 15px;
  display: inline;
  font-weight: 500;
  color: #777777;
}
.moreBtn i {
  margin-left: 6px;
}
.secHeading {
  text-align: center;
  margin-bottom: 32px;
}
.secHeading p {
  margin-bottom: 0px;
  padding: 0px 250px;
  margin-top: 10px;
}
.secHeading {
  width: 100%;
}
.adddressInfo {
  background-color: #fafafa;
}
.adddressInfo ul {
  padding: 0px 0px;
  margin: 0px 0px;
}
.adddressInfo ul li {
  padding: 35px 25px;
  list-style: none;
  text-decoration: none;
  width: 100%;
}
.adddressInfo ul li:hover {
  box-shadow: 4px 4px 15px rgb(0 0 0 / 21%);
}
.locationIcon {
  float: left;
  width: 40px;
  font-size: 32px;
  margin-top: -5px;
}
.locationIcon i {
  color: #d7ae30;
}
.locationText {
  float: none;
  padding-left: 50px;
}
.aboutImage img {
  width: 100%;
  object-fit: scale-down;
  background: #f7f7f7 !important;
}
.aboutImage .naatTitle {
  position: absolute;
  left: 19px;
  font-family: "Tajawal", sans-serif;
}
.audioSection {
  padding: 80px 0px 80px;
}
.audioTitle {
  padding-bottom: 10px;
  padding-left: 3px;
}
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-panel {
  background-color: #fafafa;
  color: #777777;
}
.imageWrap.themeOverLay::before {
  opacity: 0;
  top: 100%;
}
.imageWrap {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.imageWrap:hover .themeOverLay::before {
  opacity: 0.92;
  top: 0px;
  background-color: #d7ae30;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.imageWrap:hover .galleryText {
  left: -10px;
  opacity: 1;
}
.imageWrap:hover {
  box-shadow: 0px 0px 10px 5px #ebebeb;
}

.galleryText {
  width: 190px;
  bottom: 30px;
  background-color: #fff;
  box-shadow: 4px 4px 615px 0px rgb(0 0 0 / 21%);
  color: #d7ae30;
  opacity: 0;
  font-weight: bold;
  padding: 12px 22px;
  margin: 0px 0px;
  position: absolute;
}
/*.galleryText::before{*/
/*  position: absolute;*/
/*  content: "";*/
/*  top: 0px;*/
/*  left: auto;*/
/*  right: -15px;*/
/*  bottom: 0px;*/
/*  width: 31px;*/
/*  transform: skew(*/
/*    -36deg*/
/*    );*/
/*        -moz-transform: skew(-36deg);*/
/*        -webkit-transform: skew(*/
/*    -36deg*/
/*    );*/
/*    background-color: #fff;*/
/*    box-shadow: 4px 4px 615px 0px rgb(0 0 0 / 21%);*/
/*}*/
.galleryText::after {
  border-width: 0 10px 6px 0;
  border-color: transparent #fff transparent transparent;
  bottom: -6px;
  left: 0px;
  top: auto;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  content: "";
}
.videoTitle {
  background: #f1f1f1;
  padding: 10px;
  margin-top: -6px;
}
.videoMargin {
  margin-top: 2.6rem !important;
}
.bookCover {
  margin-bottom: 30px;
  background: #919191;
  text-align: center;
  color: #ffff;
  padding: 10px 0px;
  border-radius: 5px;
}
.bookCover p {
  color: #ffff;
  margin-bottom: 0px;
  font-size: 20px;
  padding: 5px;
}
.bookCover img {
  width: 220px;
  height: 320px;
}
.whatsApp a:hover {
  color: #ffff !important;
}
.whatsapp-button {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  background-color: #25d366;
  border-radius: 50px;
  color: #ffffff;
  text-decoration: none;
  width: 50px;
  height: 50px;
  font-size: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 1);
  /* animation: effect 2s infinite ease-in; */
}

@keyframes effect {
  20%,
  100% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
  0%,
  10% {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
  5% {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
.user-img {
  width: 300px;
  height: 300px;
  object-fit: fill;
}
.historyImage {
  width: 100%;
}

/* ===========responsive======== */
@media only screen and (min-width: 320px) and (max-width: 500px) {
  .myVideo {
    width: 100%;
    height: 300px;
  }
  .videoMargin {
    margin-top: 0px !important;
  }
  .navbar-toggler {
    margin-top: 15px !important;
  }
  .socialLeft {
    width: 100%;
    margin-bottom: 6px;
  }
  .notfound img {
    width: 100%;
  }
  .socialright {
    width: 100%;
    float: left;
    text-align: right;
    margin-left: 0px;
  }
  .navbar-toggler {
    padding: 2px 8px !important;
    position: absolute;
    right: 0;
    top: 22px;
    background: #d7ae30 !important;
  }
  .navbar-dark .navbar-toggler-icon {
    width: 22px !important;
  }
  .customCollapse {
    margin-left: 0px;
  }
  .customCollapse ul li {
    margin-left: 0px;
  }
  /*.headerLogo img{*/
  /*  width: 200px;*/
  /*}*/
  .sliderImage img {
    height: 223px !important;
    object-fit: cover;
  }
  .aboutSection {
    padding: 52px 0px;
  }
  .imageFigure img {
    width: 100% !important;
  }
  .islamIcon img {
    display: none;
  }
  .infoImage img {
    width: 100%;
  }
  .footerText {
    margin-top: 16px;
  }
  .islamIcon {
    margin-left: 0px;
    margin-top: 26px;
  }
  .videosection,
  .contactSection,
  .gallerySection,
  .playVideo {
    padding: 40px 0px 40px;
  }
  .videoCol .videoBg {
    height: 163px;
    width: 100%;
  }
  .secHeading p {
    padding: 0px;
  }
  .audioSection {
    padding: 60px 0px 60px;
  }
  .themeOverLay img {
    margin-bottom: 28px;
  }
  .audioWrap {
    width: 100%;
  }
  .map {
    margin: 40px 0px 0px 0px;
  }
  .mainVideo {
    height: 300px;
  }
  .imageWrap {
    height: 350px;
    margin-bottom: 20px;
  }
  .imageWrap figure {
    height: 100%;
  }
  .imageWrap img {
    height: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .myVideo {
    width: 100%;
    height: 300px;
  }
  .videoMargin {
    margin-top: 0px !important;
  }
  .navbar-toggler {
    margin-top: 15px !important;
  }
  .socialMenu {
    display: flex;
  }
  .notfound img {
    width: 100%;
  }
  .socialright {
    width: 50%;
    margin-left: 0px;
  }
  .headerLogo img {
    width: 200px;
  }
  .customCollapse {
    margin-left: 0px;
  }
  .customCollapse ul li {
    margin-left: 19px;
  }
  .aboutSection {
    padding: 54px 0px;
  }
  .imageFigure img {
    width: 100% !important;
  }
  .islamIcon h2 {
    margin: 0px 0px 4px 0px;
    font-size: 26px;
  }
  .islamIcon p {
    line-height: 16px !important;
    font-size: 12px;
  }
  .infoImage img {
    width: 100%;
  }
  .infoText {
    padding: 10px 0px 0px;
  }
  .infoSection {
    padding: 60px 0px 60px;
  }
  .sliderImage img {
    height: 490px;
  }
  .videosection,
  .contactSection,
  .gallerySection,
  .playVideo {
    padding: 60px 0px 60px;
  }
  .videoCol .videoBg {
    width: 100%;
  }
  .secHeading p {
    padding: 0px 170px;
  }
  .audioWrap {
    width: 100%;
  }
  .audioSection {
    padding: 60px 0px 60px;
  }
}

.headerText {
  justify-content: center;
  background-color: #f9f7f7;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
  color: red;
}
.khulfaImages{
    display: block;
    width: 300px;
    object-fit: scale-down;
    height: 266px;
    background: #f7f7f7 !important;
}
.khulfaImages img{
    width: 100%;
    object-fit: contain;
}
.menuText {
  justify-content: center;
  background-color: #f9f7f7;
  font-weight: bold;
  padding-bottom: 10px;
  padding-top: 10px;
  font-size: 15px;
}

.fit-image {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 520px) {
  .menuLogo {
    margin-right: 200px !important;
  }

  .navBarMobile {
    flex-basis: 100px !important;
    flex-grow: 0 !important;
  }

  .menuImage {
    display: block;
  }
}

@media (min-width: 521px) {
  .menuImage {
    display: none;
  }
}

@media (max-width: 500px) {
  .imagekhulafaFirst {
    width: 160px !important;
	height: 200px;
  }
  
  .imagekhulafaSecond {
    width: 160px !important;
	height: 250px;
  }

}
