@charset "UTF-8";

.ab-home-benner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*--------------------------------------------------------------
# subscriber
--------------------------------------------------------------*/
.subscriber-section {
  padding-top: 0;
  padding-bottom: 35px;
}

.subscribe-from {
  position: relative;
}

.subscribe-from .input-group {
  width: 100%;
  max-width: 480px;
  margin: auto;
}

.subscribe-from input {
  height: 45px !important;
  width: 100% !important;
  border-radius: 5px !important;
  padding-right: 60px !important;
  margin-top: 0;
}

.subscribe-from .input-group-append {
  position: absolute;
  z-index: 3;
  right: 0;
}

.subscribe-from .input-group-append button {
  height: 45px;
  width: 50px;
  text-align: center;
  line-height: 30px;
  padding-left: 10px;
  background-color: #441A05 !important;
  border-color: #441A05 !important;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  margin: 0
}

.subscribe-from .input-group-append button i {
  line-height: 1
}

.subscribe-from .help-text {
  width: 100% !important;
  top: 49px !important;
  z-index: 14 !important;
  right: 0 !important;
}

/*--------------------------------------------------------------
# App Section
--------------------------------------------------------------*/
.app-section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-bottom: 45px;
  padding-top: 10px;
}

.application-link-block {
  margin-bottom: 15px;
  text-align: center;
}

.application-link-block .title-block {
  margin-bottom: 15px;
}
.application-link-block .title-block > div {
  position: relative;
    display: inline-block;
}

.application-link-block .title-block img {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
}

.application-link-block .title-block h2 {
  position: relative;
  display: inline-block;
  margin-left: 100px;
  margin-top: 7px;
}

.application-link-block .title-block h2::after {
  content: '';
  position: absolute;
  left: -10px;
  right: 0;
  top: 100%;
  height: 2px;
  background-color: #d1be9e;
  margin-bottom: 15px;
}

.app-section .app-btn-style {
  display: inline-block;
  position: relative;
  border: 1px solid #DB9E30;
  border-radius: 100px;
  margin: 5px 7px;
  padding: 12px 45px 12px 60px;
  color: #441a05;
  line-height: 1;
  min-width: 205px;
  outline: 0 none;
  text-align: left;
  text-decoration: none;
  z-index: 1;
  -webkit-transform: scale(.85);
  -moz-transform: scale(.85);
  -ms-transform: scale(.85);
  -o-transform: scale(.85);
  transform: scale(.85);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.app-section .app-btn-style span {
  display: block;
}

.app-section .app-btn-style span.app-store-name {
  font-weight: bold;
  margin-top: 3px;
}

.app-section .app-btn-style::after {
  content: "\f17b";
  position: absolute;
  font: normal normal normal 28px/1 FontAwesome;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.app-section .app-btn-style.ios::after {
  content: "\f179";
}

.app-section .app-btn-style:hover {
  background-color: #ede2cc;
  border-color: #ede2cc;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, -5px, 0) scale(.88);
  -moz-transform: translate3d(0, -5px, 0) scale(.88);
  -ms-transform: translate3d(0, -5px, 0) scale(.88);
  -o-transform: translate3d(0, -5px, 0) scale(.88);
  transform: translate3d(0, -5px, 0) scale(.88);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

/*--------------------------------------------------------------
# dots Slider
--------------------------------------------------------------*/
.dots-slider.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 05px;
  background: #441A05;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.dots-slider.owl-theme .owl-dots .owl-dot.active span, .dots-slider.owl-theme .owl-dots .owl-dot:hover span {
  background: #DB9E30;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.homepage-bannersection {
  position: relative;
}

.homepage-bannersection .item {
  height: 550px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  background-attachment: local !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center;
}

.homepage-bannersection .item>div {
  position: absolute;
  margin: auto;
  left: 0;
  top: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%);
}

.home-slider {
  position: relative;
}

.home-slider .item h2.title {
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
}

.home-slider .item p {
  font-size: 100%;
  margin-bottom: 20px;
  color: #ddd;
  font-weight: 300;
  text-transform: capitalize;
}

.home-slider .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
}

.home-slider .owl-dots .owl-dot.active span,
.home-slider .owl-dots .owl-dot:hover span {
  background: #db9e30;
}

@media(max-width:1440px) {
  .homepage-bannersection .item {
    height: 480px;
  }

  .home-slider .item h2.title {
    font-size: 42px;
    line-height: 1.3;
    margin-bottom: 20px;
    margin-top: 0;
  }
}

@media(min-width:992px) and (max-width:1199px) {
  .homepage-bannersection .item {
    height: 440px;
  }

  .home-slider .item h2.title {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
  }
}

@media(min-width:768px) and (max-width:992px) {
  .homepage-bannersection .item {
    height: 330px;
  }

  .home-slider .item {
    text-align: center;
  }

  .home-slider .item h2.title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .home-slider .item p {
    font-size: 100%;
    margin-bottom: 30px;
  }
}

@media(max-width:767px) {
  .homepage-bannersection .item {
    height: 350px;
  }

  .home-slider .item {
    text-align: center;
  }

  .home-slider .item h2.title {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 10px;
    margin-top: 0;
  }

  .home-slider .item p {
    font-size: 100%;
    margin-bottom: 20px;
  }
}

@media(max-width:560px) {
  .homepage-bannersection .item {
    height: 260px;
  }

  .home-slider .item {
    text-align: center;
  }

  .home-slider .item h2.title {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 0;
  }

  .home-slider .item p {
    display: none;
    font-size: 90%;
    margin-bottom: 20px;
  }

  .home-slider .item a {
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

/*--------------------------------------------------------------
# namaaz timings section
--------------------------------------------------------------*/
.namaaz-timings {
  position: relative;
  padding: 0;
  /* background-image: url(../image/naamaz-timing-bg-image.jpg); */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

.namaaz-timings::after {
  content: '';
  display: block !important;
  position: absolute;
  bottom: -0.5%;
  left: 0;
  height: 10%;
  width: 100%;
  background-image: url(../image/naamaz-timing-pattern.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}

.namaaz-timings .namaaz-timings-block {
  padding-left: 0;
  padding-right: 0;
  /* background-color: #d0bc9b; */
  background-image: url(../image/namaz-timings.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5px;
  padding-bottom: 50px;
}

.namaaz-timings .namaaz-timings-block table {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.namaaz-timings .namaaz-timings-block table tr td {
  font-size: 18px;
  padding: 2px;
  color: #FFFFFF;
}

.namaaz-timings .namaaz-timings-block .select-city-block {
  margin-top: 20px;
  text-align: center;
}

.namaaz-timings .namaaz-timings-block .select-city-block .select2-container--default .select2-selection--single {
  background-color: #441a05;
  border: 1px solid #441a05;
  border-radius: 0px;
}

.namaaz-timings .namaaz-timings-block .select-city-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FFF transparent transparent transparent;
  border-width: 8px 7px 0 7px;
  margin-left: -10px;
  margin-top: -4px;
}

.namaaz-timings .namaaz-timings-block .select-city-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  line-height: 35px;
}

.namaaz-timings .namaaz-timings-block .select2-container .select2-selection--single,
.namaaz-timings .namaaz-timings-block .select-city-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}

.namaaz-timings .text-block {}

.namaaz-timings .text-block>.vc_column-inner {
  padding: 50px 20px !important;
}

@media (max-width:992px) {
  .namaaz-timings {
    background-color: #f8f8f2;
    background-position: right bottom;
    background-size: auto;
  }

  .namaaz-timings .container {
    width: 100%;
  }

  .namaaz-timings .text-block>div {
    padding-bottom: 70px;
  }
}

/*--------------------------------------------------------------
# highlights post block
--------------------------------------------------------------*/
.highlights-post-block {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px !important;
  height: auto;
  float: left;
  width: 100%;
  /* min-height: 160px; */
}

.highlights-post-block .image-block {
  /* position: absolute; */
  float: left;
  left: 0;
  top: 0;
  width: 240px;
}

.highlights-post-block .image-block img {
  width: 100%;
}

.highlights-post-block .text-block {
  padding-left: 280px;
}

.highlights-post-block .text-block * {
  font-family: 'Playfair Display', serif;
}

.highlights-post-block .text-block .title-block {
  position: relative;
  min-height: 65px;
}

.highlights-post-block .text-block .title-block h3 {
  margin-bottom: 10px;
  display: inline-block;
  width: calc(100% - 310px);
  font-size: 18px;
  font-weight: 900;
}

.highlights-post-block .text-block h3 a {
  color: #DB9E30;
}

.highlights-post-block .text-block h3 a:hover,
.highlights-post-block .text-block h3 a:focus,
.highlights-post-block .text-block h3 a:active {
  text-decoration: underline;
}

.highlights-post-block .text-block .date-block {
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 0px;
  min-width: 300px;
}

.highlights-post-block .text-block .date-block > div{
  position: relative;
  width: 100%;
  padding-left: 25px;
}
.highlights-post-block .text-block .date-block > div::after {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background-image: url(../image/calendar-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.highlights-post-block .content-block .sub-title {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.highlights-post-block .content-block,
.highlights-post-block .content-block * {
  font-size: 14px;
  font-weight: 500;
}

@media(max-width:992px) {
  .akhbaar-year-block {}

  .highlights-post-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .highlights-post-block .image-block {
    float: none;
    width: 100%;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
  }

  .highlights-post-block .text-block {
    padding-left: 0px;
  }

  .highlights-post-block .text-block .title-block h3 {
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }

  .highlights-post-block .text-block .date-block {
    position: relative;
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
# community anthem
--------------------------------------------------------------*/
@media(max-width:1240px){
  #home-video-section .video-post-block .image-block{
    max-width: 100% !important;
  }
  #home-audio-section .vc_column-inner {
    padding-top: 0 !important;
  }
  #home-audio-section .text-dark-coffee,
  #home-video-section .text-dark-coffee{
    text-align: center !important;
  }
}
/*--------------------------------------------------------------
# community anthem
--------------------------------------------------------------*/
.community-anthem {
  /* background-image: url(../image/community-anthem-bg-image.jpg); */
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.community-anthem>.vc_column-inner {
  padding-top: 0;
}

/*--------------------------------------------------------------
# video post block
--------------------------------------------------------------*/
.video-post-block .image-block {
  position: relative;
  margin-bottom: 25px;
}

.video-post-block .image-block img {
  width: 100%;
}

@media(max-width:992px) {
  .video-post-block {
    margin-bottom: 45px;
  }

  .video-post-block.vc_video_element {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* audio-post-block */
.audio-post-block {
  padding: 40px 25px;
  margin-bottom: 25px;
  background-image: url(../image/audio-bg-image.png);
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
}

.audio-post-block.audio-list-view {
  background-image: none;
  background-color: #f8f8f2;
}

.audio-post-block ul {
  padding-left: 20px;
}

.audio-post-block ul li {
  position: relative;
  font-weight: 900;
  margin-bottom: 15px;
  padding-right: 60px;
}

.audio-post-block.audio-list-view ul li {
  border-bottom: 1px solid #ddd;
}

.audio-post-block ul li span {
  max-width: 450px;
  display: block;
}

.audio-post-block.audio-list-view ul li span {
  max-width: 100%;
}

.audio-post-block ul li .button-controls-block {
  position: absolute;
  right: 0;
  top: 0px;
  height: 30px;
  width: 105px;
}

.audio-post-block ul li .button-controls-block a {
  display: inline-block;
}

.audio-post-block ul li .button-controls-block .alavi-bohra-download-audio,
.audio-post-block ul li .button-controls-block .alavi-bohra-play-audio {
  height: 30px;
  width: 50px;
  line-height: 1;
  background-color: #441A05;
  padding: 03px 15px 05px 15px;
  border: 1px solid #FFFFFF;
}

@media (max-width:1360px) {
  .audio-post-block ul li span {
    max-width: 385px;
  }
}

@media (max-width:1240px) {

  .audio-post-block ul li .button-controls-block {
    position: relative;
    margin-top: 5px;
  }

  .audio-post-block ul li {
    padding-right: 0px;
  }

  .audio-post-block ul li span {
    max-width: 100%;
  }
}

@media (max-width:560px) {
  .audio-post-block ul li {
    margin-bottom: 10px;
  }
}

/*--------------------------------------------------------------
#  jamaaat committees
--------------------------------------------------------------*/
.jamaaat-committees-block p {
  text-overflow: clip;
  overflow-wrap: break-word;
}

.jamaaat-committees-block a {
  color: #DB9E30;
  text-decoration: underline;
}

@media(max-width:1440px) {
  .jamaaat-committees-block .jamaaat-committees-title-block h1 {
    font-size: 32px;
  }
}

@media(max-width:992px) {
  .jamaaat-committees-block .jamaaat-committees-title-block h1 {
    font-size: 28px;
  }
}

@media(max-width:768px) {
  .jamaaat-committees-block .jamaaat-committees-title-block {
    margin-bottom: 15px;
  }

  .jamaaat-committees-block .jamaaat-committees-title-block h1 {
    font-size: 24px;
  }
}

@media(max-width:480px) {
  .jamaaat-committees-block {
    margin-bottom: 25px;
  }

  .jamaaat-committees-block .wpb_content_element,
  .jamaaat-committees-block .jamaaat-committees-title-block {
    margin-bottom: 10px;
  }

  .jamaaat-committees-block .jamaaat-committees-title-block h1 {
    font-size: 22px;
  }
}

/*--------------------------------------------------------------
# Masjid E Ziyaaii Block
--------------------------------------------------------------*/
.masjideziyaaiisection {
  padding-top: 80px;
  padding-bottom: 80px;
}

.masjid-e-ziyaaii-section .item {
  width: 50%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}

.masjid-e-ziyaaii-block {
  position: relative;
  border-bottom: 2px solid #ede2cc;
  margin-bottom: 45px;
  min-height: 110px;
  width: 100%;
}

.masjid-e-ziyaaii-block .image-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
  height: 110px;
  border: 2px solid #441A05;
}

.masjid-e-ziyaaii-block .image-block img {
  width: 100%;
  height: 100%;
}

.masjid-e-ziyaaii-block .contect-block {
  padding-left: 130px;
}

.masjid-e-ziyaaii-block .contect-block p {
  margin-bottom: 0;
  font-size: 16px;
}

@media(max-width:1024px) {
  .masjid-e-ziyaaii-section .item {
    width: 100%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media(max-width:768px) {
  .masjid-e-ziyaaii-block .image-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .masjid-e-ziyaaii-block .contect-block {
    padding-left: 00px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Masjid E Ziyaaii Block
--------------------------------------------------------------*/
.shiningstarsection {
  padding-top: 0px;
  padding-bottom: 80px;
}

.shining-star-section .item {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.shining-star-block {
  position: relative;
  border-bottom: 2px solid #ede2cc;
  margin-bottom: 45px;
  min-height: 110px;
}

.shining-star-block .image-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 110px;
  border: 2px solid #441A05;
}

.shining-star-block .image-block img {
  width: 100%;
  height: 100%;
}

.shining-star-block .contect-block {
  padding-left: 100px;
}

.shining-star-block .contect-block p {
  margin-bottom: 15px;
  font-size: 15px;
}

@media(max-width:768px) {
  .shining-star-block .image-block {
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

  .shining-star-block .contect-block {
    padding-left: 00px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Dawat Publication Block
--------------------------------------------------------------*/
.dawat-publication-section {
  padding-top: 20px;
  padding-bottom: 80px;
}

.dawat-publication-row .item {
  width: 50%;
  /* display: inline-flex; */
  /* float: left; */
  padding-left: 15px;
  padding-right: 15px;
  min-height: 200px;
  margin-bottom: 35px;
}

.dawat-publication-row .item .dawat-publication-block {
  position: relative;
}

.dawat-publication-row .item .dawat-publication-block .image-block {
  position: absolute;
  left: 0;
  top: 0;
  width: 135px;
  height: 190px;
}

.dawat-publication-row .item .dawat-publication-block .image-block img {
  width: 100%;
  margin-top: 5px;
}

.dawat-publication-row .item .dawat-publication-block .contect-block {
  padding-left: 150px;
}

.dawat-publication-row .item .dawat-publication-block .contect-block p {
  font-size: 14px;
}

.dawat-publication-section .dawat-publication-btn {
  margin-top: 25px;
}

@media(max-width:1124px) {
  .dawat-publication-row .item {
    width: 100%;
  }
}

@media(max-width:768px) {
  .dawat-publication-row .item {
    margin-bottom: 10px;
  }

  .dawat-publication-row .item .dawat-publication-block .image-block {
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }

  .dawat-publication-row .item .dawat-publication-block .image-block img {}

  .dawat-publication-row .item .dawat-publication-block .contect-block {
    padding-left: 0px;
  }
}

/*--------------------------------------------------------------
# 404 error page
--------------------------------------------------------------*/
.ab-error-page {
  background-image: url(../image/404-bg-image.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 20% !important;
  padding-bottom: 12% !important;
}

.ab-error-page .error-title {
  -webkit-text-shadow: 2px 2px #DB9E30;
  -moz-text-shadow: 2px 2px #DB9E30;
  -ms-text-shadow: 2px 2px #DB9E30;
  -o-text-shadow: 2px 2px #DB9E30;
  text-shadow: 2px 2px #DB9E30;
}

.ab-error-page .error-sub-title {
  font-size: 20px;
}

.ab-error-page .error-home-link a {
  color: #DB9E30;
  text-decoration: underline;
}

/*  ab-contant-info-block*/
.ab-contant-info-block {}

.ab-contant-info-block>.vc_column-inner {
  padding-top: 0px !important;
  margin-bottom: 15px;
  margin-top: 15px;
}

.ab-contant-info-block>.vc_column-inner>.wpb_wrapper {
  padding-top: 35px;
  border: 1px solid #db9e30;
  border-radius: 4px;
}

.ab-contant-info-block .vc_single_image-wrapper {
  min-height: 55px;
}

/* ahl-uz-zikr-app-section */
.ahl-uz-zikr-app-section {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: left top !important;
}
