/* CSS Document */

@font-face {
  font-family: "Imprint MT Shadow";
  src: url(../font/ImprintMTShadow.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(../font/SourceSansPro-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(../font/SourceSansPro-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Source Sans Pro";
  src: url(../font/SourceSansPro-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  box-sizing: border-box;
}
::after,
::before {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  max-width: 1300px;
  min-width: 300px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row-m-0 {
  margin-right: 0;
  margin-left: 0;
}
.w-4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.w-3 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.w-2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.w-1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.w-1,
.w-2,
.w-3,
.w-4 {
  padding-right: 15px;
  padding-left: 15px;
}
h1 {
  font-size: 54px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
h2 {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
h5 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
}
p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.txt-p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 10px;
}
.txt-center{
  text-align: center;
}
.mt-2 {
  margin-top: 20px;
}
.mb-2 {
  margin-top: 20px;
}
body {
  font-family: "Source Sans Pro", sans-serif;
  background-image: url(../images/bg.jpg);
  background-size: 100%;
}
.btn-cmn {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-radius: 5px 5px 5px 5px;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 16px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  float: left;
  text-transform: capitalize;
}
.button-one {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #ffffff;
}
.button-one:hover {
  color: rgba(153, 30, 0, 0.82);
  background-color: #fff;
  border-color: rgba(153, 30, 0, 0.82);
}
.button-two {
  color: #ffffff;
  background-color: #e5ae49;
  border-color: #e5ae49;
  box-shadow: 0 5px 10px rgb(36 22 6 / 10%);
}
.button-two:hover {
  color: #ffffff;
  background-color: rgba(153, 30, 0, 0.82);
  border-color: rgba(153, 30, 0, 0.82);
  transform: translateY(-4px);
}
.txt-red {
  color: #e94c00;
}
.church-logo {
  max-width: 480px;
  height: auto;
  float: left;
}
.church-logo .logo-text {
  font-family: "Imprint MT Shadow";
  text-align: center;
  font-size: 20px;
  color: #000;
  margin-top: 16px;
}
.church-logo .logo-sub-text {
  font-family: "Imprint MT Shadow";
  text-align: center;
  font-size: 10px;
  color: #000;
}

.nav {
  height: 100px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 4px 4px rgb(36 22 6 / 4%);
}

.nav > .nav-header {
  display: inline;
}

.nav > .nav-header > .nav-logo > a > img {
  width: 90px;
  height: 90px;
  float: left;
}

.nav > .nav-btn {
  display: none;
}

.nav > .nav-links {
  display: flex;
  float: right;
  font-size: 18px;
  list-style: none;
}

.nav > .nav-links > li > a {
  display: inline-block;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 78px;
}
.nav > .nav-links > li:last-child > a {
  padding-right: 0;
}

.nav > .nav-links > li > a.active {
  color: #342984;
  border-bottom: 1px solid #342984;
}
.nav > .nav-links > li > a:hover {
  background-color: rgb(0 0 0 / 3%);
  color: #342984;
}

.nav > #nav-check {
  display: none;
}

.nav .parent-item {
  position: relative;
}
.nav .parent-item > a:after {
  content: " +";
  font-size: 14px;
}
.nav .submenu {
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    max-height 0.2s ease-in-out, margin-bottom 0.3s ease-in-out;
  z-index: 5;
  list-style: none;
  width: 200px;
  float: none;
}
.nav .parent-item:last-child .submenu {
  left: auto;
  right: 0;
}
.nav .parent-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  max-height: 100vh;
  margin-bottom: 8px;
  transition: max-height 1s;
}
.nav .submenu li a {
  display: block;
  padding: 8px 10px 8px 10px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav .submenu li a:hover {
  background-color: #342984;
  color: #fff;
}
.banner {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-top: 100px;
}

.banner .owl-carousel .owl-item .w-2 {
  margin-left: 50%;
}
.owl-carousel {
  height: 100%;
}
.owl-carousel .owl-item .item {
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.owl-carousel .owl-item .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 40%);
  z-index: -1;
}

.item--one {
  background: url("../images/bnr-img-1.jpg") no-repeat center / cover;
}

.item--two {
  background: url("../images/bnr-img-2.jpg") no-repeat center / cover;
}

.item h1,
.item p {
  color: #ffffff;
  -moz-user-select: all;
  -webkit-user-select: all;
  -ms-user-select: all;
  user-select: all;
}
.owl-carousel .owl-nav.disabled {
  display: none !important;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot.active span {
  background: #fdaa49 !important;
}
.owl-dots {
  height: auto !important;
  position: absolute;
  inset: auto 50% 20px;
  display: flex;
  width: fit-content;
  transform: translateX(-50%);
}

.owl-dot span {
  width: 30px !important;
  height: 5px !important;
  border-radius: 2.5px !important;
  margin: 5px 5px !important;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.abt-right {
  position: relative;
}
.abt-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100%;
}

.about {
  width: 100%;
  height: auto;
  float: left;
}
.about .abt-quote {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #342984;
  padding: 40px;
  margin-left: 15px;
  color: #fff;
  transform: translateY(20%);
}
.about .abt-quote i {
  font-size: 16px;
  font-weight: 400;
}
.abt-quote p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
}
.abt-left {
  padding-top: 80px;
  padding-bottom: 80px;
}
.abt-left .content-box {
  padding-left: 40px;
}
.bx-abt-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
}
.about .bx-abt-wrap .w-2 {
  margin-bottom: 20px;
}
.bx-abt {
  width: 90%;
  height: 100%;
  display: flex;
  background-color: #fff;
  padding: 25px;
  align-items: center;
}
.bx-abt .icon-wrap {
  padding-right: 20px;
}
.bx-abt .icon-wrap img {
  /*width: 75px;*/
  width: 180px;
  height: auto;
  float: left;
}
.abt-more-btn {
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  float: left;
  color: #929292;
  margin-top: 6px;
}

.events {
  padding: 60px 0px 60px 0px;
  background-color: transparent;
  background-image: linear-gradient(160deg, #fcbd71 0%, #cd5bea 100%);
  width: 100%;
  height: auto;
  float: left;
}
.events .event-btn {
  margin-top: 20px;
}
.event-ul {
  width: 90%;
  height: auto;
  float: left;
  list-style: none;
}
.event-ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  padding-top: 20px;
  border-style: solid;
  border-bottom-width: 1px;
  border-color: #e9e9e9;
}
.event-ul li:first-child {
  padding-top: 0;
}
.event-ul li:last-child {
  border-bottom-width: 0;
}
.event-ul li p,
.event-ul li h5,
.events h2,
.events p {
  color: #fff;
}
#w {
  width: 100%;
  height: auto;
  float: left;
}

ul.imglist {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 10px;
}
ul.imglist li {
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 25%;
  padding-left: 6px;
  padding-right: 6px;
}
ul.imglist li a img {
  display: block;
  width: 100%;
  height: 200px;
  float: left;
}

ul.itmlist {
  list-style: disc;
  margin-bottom: 20px;
}
ul.itmlist li {
  margin-left: 20px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 6px;
}
.gallery {
  padding: 100px 0px 100px 0px;
  width: 100%;
  height: auto;
  float: left;
}
.gallery .sec-title {
  text-align: center;
  margin-bottom: 60px;
}
.gallery .gallery-btn-sec {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.member {
  padding: 70px 0px 70px 0px;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: url(../images/member-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.member::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(0 0 0 / 80%);
  z-index: -1;
}
.member .w-2 {
  text-align: center;
}
.member p {
  color: #fff;
  margin-bottom: 0;
}
.member .user-icon img {
  width: 34px;
  height: auto;
}

.footer-sec {
  width: 100%;
  height: auto;
  float: left;
  background-color: #222222;
  padding-top: 70px;
}
.footer-sec h5,
.footer-sec p,
.footer-sec li,
.footer-sec a {
  color: #fff;
}
.address-text h5 {
  margin-bottom: 30px;
}
.address-text ul {
  list-style: none;
}
.address-text ul li {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
}
.address-text ul li b {
  display: block;
}
.address-text li a {
  text-decoration: none;
}
.timings-wrap {
  display: flex;
  margin-top: 80px;
  margin-bottom: 60px;
}

.footer-sec .qurbana-time-sec h5,
.footer-sec .prayer-time-sec h5 {
  margin-bottom: 30px;
}
.footer-sec .qurbana-time-sec ul {
  list-style: none;
  display: flex;
}
.footer-sec .qurbana-time-sec ul li {
  margin-right: 40px;
  font-size: 16px;
  font-weight: 400;
}
.footer-sec .prayer-time-sec {
  margin-left: 40px;
}
.footer-sec .prayer-time-sec ul {
  list-style: none;
  display: flex;
}
.footer-sec .copyright-sec {
  text-align: center;
}
.footer-sec .copyright-sec p {
  opacity: 0.5;
  padding: 30px 0;
  border-style: solid;
  border-top-width: 1px;
  border-color: #e9e9e924;
  margin-bottom: 0;
  font-size: 14px;
}













/* ==== inner page style ==== */
.innerpg-content {
  width: 100%;
  height: auto;
  float: left;
}
.innerpg-banner {
  padding: 40px 0px 140px 0px;
  background-color: transparent;
  background-image: linear-gradient(160deg, #fcbd71 0%, #cd5bea 100%);
  width: 100%;
  height: auto;
  float: left;
  margin-top: 100px;
}
.innerpg-banner .innerpg-bnr-cnt {
  text-align: center;
}
.innerpg-banner .innerpg-bnr-cnt h1 {
  color: #fff;
}
ul.page-path {
  padding: 0;
  list-style: none;
  background-color: #342984;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
}
ul.page-path li {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  position: relative;
}
ul.page-path li a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px;
  padding-left: 20px;
  padding-right: 10px;
  display: inline-block;
  text-decoration: none;
}
ul.page-path li a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -10px;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  z-index: 1;
  background: transparent;
  border-radius: 0 5px 0 50px;
  box-shadow: 1px -1px 0 1px rgba(255, 255, 255, 1);
  background: #342984;
}
ul.page-path li a.active{
  background-color: #fff;
    color: #212529;
}
ul.page-path li a.active:after {
  background-color: #fff;
}
.innerpg-cnt-wrap{
  width: 100%;
  height: auto;
  float: left;
  padding-bottom: 100px;
  margin-top: -100px;
}
.innerpg-cnt-wrap .form-sec{
  background-color: #fff;
  padding-left: 40px;
   padding-right: 40px;
  width: 100%;
  height: auto;
  float: left;
}
.innerpg-cnt-wrap .form-sec h2{
  margin-bottom: 30px;
}
.innerpg-cnt-wrap .adrs-sec h2{
  margin-bottom: 30px;
}
.innerpg-cnt-wrap .adrs-sec .adrs-wrap h5 {
  margin-bottom: 10px;
}
.tle-btm-line{
  position: relative;
  padding-bottom: 10px;
}
.tle-btm-line:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  background-color: #ff001e;
  position: absolute;
  bottom: 0;
  left: 0;
}

.innerpg-cnt-wrap .form-sec .btn-cmn {
 margin-top: 10px;
}
.innerpg-cnt-wrap .gallery-wrap h4 {
  padding-left: 6px;
  margin-bottom: 15px;
}
.innerpg-cnt-wrap .gallery-wrap{
  margin-bottom: 20px;
}
.contactpg-cnt .adrs-wrap{
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 20px;
}
.contactpg-cnt .adrs-wrap li{
  margin-bottom: 10px;
}
.contactpg-cnt .adrs-wrap li a {
  color: #000;
}
.mg-contact-form-input {
  margin-bottom: 15px;
  display: block
}
.mg-contact-form-input label {
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
  color: #16262e;
  margin-bottom: 10px
}
.mg-contact-form-input .form-control {
  border-radius: 1px;
  border-color: #ced4d7;
  padding: 8px 12px;
  height: auto;
  box-shadow: none;
  color: #4b565b;
  width: 100%;
  border: 1px solid #ccc;
}
.mg-contact-form-input textarea.form-control{
 overflow-x: hidden;
 min-height: 100px;
 resize: vertical;
}
.form-control:-moz-placeholder,.form-control:-ms-input-placeholder,.form-control::-moz-placeholder,.form-control::-webkit-input-placeholder {
  color: #e7e7e7
}
.form-control:focus {
  border-color: #e7b315;
  box-shadow: none;
  outline: none;
}

.w-3_4 {
  -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.w-1_4 {
  -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.w-padding {
    padding-right: 15px;
    padding-left: 15px;
}
.organizationpg-cnt .staff-sec{
 width: 100%;
 height: auto;
 float: left;
 background: #f5f2d0;
 padding: 20px;
}
.staff-list{
  padding-left: 17px;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
}
.staff-list li{
  width: 100%;
  float: left;
  height: auto;
  margin-bottom: 10px;
  list-style: circle;
}
.form-dwnld-link{
  text-decoration: none;
  margin-bottom: 6px;
  display: inline-block;
}
.cnt-sec-dvder{
  border-top: 1px dashed #ff001e;
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.text-ul-list{
  list-style: none;
}
.text-ul-list li{
  margin-bottom: 6px;
}
.event-img-outer{
  width: 100%;
  height: auto;
 display: flex;
 justify-content: center;
  margin-top: 20px;
  margin-bottom: 30px;
}
.event-img-outer img{
  width: 60%;
  height: auto;
  float: left;
}

.cnt-box{
  padding: 40px;
  background-color: #fff;
  box-shadow: 0 5px 10px rgb(36 22 6 / 10%);
}


.event-box{
  width: 100%;
  height: auto;
  float: left;
  background: #ebebeb;
  border-radius: 10px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 10px;
  margin-bottom: 10px;
}
.event-box > .event-bx-img {
  width: 100%;
  height: 200px;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.event-box > .event-bx-img > img {
  width: 100%;
  height: 100%;
  float: left;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-box:hover {
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  background: #b73235;
}
.event-box:hover > .event-bx-img > img {
  -webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.event-box > .event-bx-cnt {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 10px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.event-box > .event-bx-cnt > .event-btn-wrap{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
}
.event-box > .event-bx-cnt > .event-btn-wrap > .btn-cmn {
  float: none;
  padding: 6px 10px;
  color: #b73235;
  border-color: #b73235;
  font-size: 12px;
  display: inline-block;
}
.event-box:hover > .event-bx-cnt > .event-btn-wrap > .btn-cmn {
  color: #ffffff;
  border-color: #ffffff;
}
.event-box:hover > .event-bx-cnt > .event-btn-wrap > .button-one:hover{
  color: #b73235;
}
.event-box:hover > .event-bx-cnt > h5 {
  color: #fff;
}
.event-box:hover > .event-bx-cnt > p {
  color: #fff;
}





@media (max-width: 1350px) {
  .nav > .nav-links > li > a {
    font-size: 15px;
  }
}
@media (max-width: 1300px) {
  .church-logo .logo-text {
    font-size: 18px;
  }
  .church-logo .logo-sub-text {
    font-size: 8px;
  }
  .church-logo {
    max-width: 415px;
  }
}
@media (max-width: 1250px) {
  .nav > .nav-links > li > a {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media (max-width: 1200px) {
  .church-logo {
    max-width: 380px;
  }
  .nav > .nav-header > .nav-logo > a > img {
    width: 80px;
    height: 80px;
  }

  .bx-abt-wrap {
    padding-bottom: 60px;
  }
  .gallery {
    padding: 60px 0px 60px 0px;
  }
  .gallery .gallery-btn-sec,
  .gallery .sec-title {
    margin-top: 40px;
  }
  .member {
    padding: 60px 0px 60px 0px;
  }
  .footer-sec .w-2.address-sec {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .timings-wrap {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .bx-abt-wrap .bx-abt {
    width: 100%;
  }
  .event-ul {
    width: 100%;
  }

  .innerpg-cnt-wrap{
    padding-bottom: 80px;
  }
}
@media (max-width: 1150px) {
  .nav > .nav-header > .nav-logo > a > img {
    width: 70px;
    height: 70px;
  }
  .church-logo .logo-text {
    font-size: 16px;
    margin-top: 10px;
  }
  .church-logo {
    max-width: 370px;
  }
  .nav > .nav-links > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1100px) {
  .church-logo {
    max-width: 300px;
  }
}
@media (max-width: 1050px) {
  .nav > .nav-links > li > a {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media (max-width: 991.99px) {
  .banner {
    margin-top: 90px;
  }
  .nav {
    height: 90px;
  }
  .nav > .nav-btn {
    display: inline-block;
    position: relative;
    z-index: 999;
  }
  .nav > .nav-btn > label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 30px;
    height: 50px;
    float: left;
  }
  .nav > .nav-btn > label > span {
    width: 100%;
    height: 4px;
    border: 1px solid rgb(55, 11, 11);
    margin-bottom: 7px;
    border-radius: 5px;
    display: block;
    float: right;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .nav > .nav-btn > label span:nth-child(2) {
    width: 80%;
    background: rgb(48, 11, 11);
  }
  .nav > .nav-btn > label span:nth-child(3) {
    margin-bottom: 0;
  }
  .nav #nav-check:checked ~ .nav-btn > label > span {
    opacity: 1;
    transform: rotate(45deg) translate(-4px, -6px);
    background: #232323;
    width: 100%;
  }
  .nav #nav-check:checked ~ .nav-btn > label > span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  .nav #nav-check:checked ~ .nav-btn > label > span:nth-last-child(2) {
    transform: rotate(-45deg) translate(-1px, 3px);
  }
  .nav > .nav-links {
    position: absolute;
    display: block;
    width: 300px;
    background-color: #f3f3f3;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 0;
    left: 100%;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    padding-top: 90px;
    border-left: 1px solid #ebebeb;
  }
  .nav > .nav-links > a {
    display: block;
    width: 100%;
  }
  .nav > #nav-check:not(:checked) ~ .nav-links {
    opacity: 0;
  }
  .nav > #nav-check:checked ~ .nav-links {
    height: 100vh;
    overflow-y: auto;
    transform: translate(-100%, 0);
    opacity: 1;
  }
  .nav > .nav-links > li > a {
    width: 100%;
    line-height: initial;
    padding: 20px 15px 20px 15px;
    border-bottom: 1px solid #d3d3d3;
  }
  .church-logo .logo-text {
    margin-top: 7px;
  }
  .nav .submenu {
    position: inherit;
    width: 100%;
  }
  .nav .submenu li a {
    padding-left: 30px;
    border-bottom: 1px solid #ebebeb;
  }
  .nav .parent-item > a:after {
    position: absolute;
    right: 15px;
  }
  .nav > #nav-check:checked ~ body::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    content: "";
  }
  .about .abt-left {
    padding-top: 60px;
  }
  .about .abt-left .content-box {
    padding-left: 20px;
  }
  .gallery .sec-title {
    margin-top: 0;
  }
  .address-text h5 {
    margin-bottom: 20px;
  }
  .footer-sec .qurbana-time-sec h5,
  .footer-sec .prayer-time-sec h5 {
    margin-bottom: 20px;
  }
  .footer-sec .copyright-sec p {
    padding: 20px 0;
  }
  .footer-sec .timings-wrap .qurbana-time-sec {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer-sec .qurbana-time-sec ul li {
    margin-right: 0;
  }
  .footer-sec .qurbana-time-sec ul {
    flex-direction: column;
  }
  .footer-sec .timings-wrap .prayer-time-sec {
    margin-left: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
  }
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }

  .innerpg-banner {
    margin-top: 90px;
}
.organizationpg-cnt .w-1_4{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.organizationpg-cnt .w-3_4{
  -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.organizationpg-cnt .staff-sec{
  margin-bottom: 20px;
}
.organizationpg-cnt .staff-list li{
  width: 50%;
}



}
@media (max-width: 768.99px) {
  .btn-cmn {
    font-size: 12px;
    padding: 8px 14px;
  }
  .owl-carousel .owl-item .item {
    height: 60vh;
  }
  .banner .owl-carousel .owl-item .w-2 {
    margin-left: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .banner .owl-carousel .owl-item .w-2 .button-one {
    float: inherit;
    display: inline-block;
  }
  .banner .owl-carousel .owl-item .w-2 .button-one.mt-2 {
    margin-top: 10px;
  }
  .gallery-wrap ul.imglist li {
    width: 50%;
  }
  .gallery .sec-title {
    margin-bottom: 30px;
  }
  .gallery .gallery-btn-sec {
    margin-top: 20px;
  }
  .about {
    margin-top: 60px;
  }
  .about .abt-quote {
    padding: 20px;
  }
  .about .abt-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
  .about .abt-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about .abt-right .abt-right-img {
    display: none;
  }
  .about .abt-right .abt-quote {
    position: inherit;
    margin-left: 0;
    transform: inherit;
    text-align: center;
  }
  .about .abt-left .content-box {
    padding-left: 0;
    text-align: center;
  }
  .about .abt-left .content-box .btn-cmn {
    display: inline-block;
    float: inherit;
  }
  .about .bx-abt-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .about .bx-abt-wrap .w-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .events .event-lft {
    text-align: center;
    margin-bottom: 20px;
  }
  .events .event-lft .btn-cmn {
    display: inline-block;
    float: inherit;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .events .w-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 26px;
  }

  .innerpg-banner {
    padding: 20px 0px 120px 0px;
  }
  .innerpg-banner .innerpg-bnr-cnt h1{
    font-size: 28px;
    margin-bottom: 6px;
  }
  ul.page-path li a{
    font-size: 12px;
  }
  .innerpg-cnt-wrap{
    padding-bottom: 40px;
  }
  .innerpg-cnt-wrap .form-sec{
    padding-left: 0;
    padding-right: 0;
  }
  .organizationpg-cnt .staff-list li{
    width: 100%;
  }
  .event-img-outer img{
    width: 100%;
  }
  .all-eventpg-cnt .cnt-box .w-3{
    -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
  }
}
@media (max-width: 600.99px) {
  .footer-sec .address-sec .w-2 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer-sec .w-2.address-sec {
    text-align: center;
  }
  .footer-sec .timings-wrap .qurbana-time-sec {
    text-align: center;
  }
  .footer-sec .timings-wrap .prayer-time-sec {
    text-align: center;
  }
  .footer-sec .timings-wrap .prayer-time-sec ul li {
    text-align: center;
    width: 100%;
  }

  .innerpg-cnt-wrap.contactpg-cnt .w-2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .innerpg-cnt-wrap.contactpg-cnt .adrs-sec{
    margin-bottom: 0;
  }
  .cnt-box {
    padding: 20px;
  }
  
}

@media (max-width: 520.99px) {
  .all-eventpg-cnt .cnt-box .w-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media (max-width: 420.99px) {
  .gallery-wrap ul.imglist li {
    width: 100%;
  }
  .footer-sec .copyright-sec p {
    font-size: 12px;
  }
  .about .abt-quote i {
    font-size: 14px;
  }
  .about .abt-more-btn {
    font-size: 14px;
  }
  p {
    font-size: 14px;
  }
  .txt-p {
    font-size: 14px;
    text-align: justify;
  }
  h5 {
    font-size: 16px;
  }
  .nav > .nav-links{
    width: 280px;
  }

  .organizationpg-cnt .staff-sec{
    padding: 10px;
    margin-bottom: 0;
  }
}
@media (max-width: 380.99px) {
  .nav > .nav-header > .nav-logo > a > img {
    width: 60px;
    height: 60px;
  }
  .nav > .nav-header > .church-logo {
    max-width: 256px;
  }
  .nav > .nav-header > .church-logo .logo-text {
    font-size: 14px;
    margin-top: 2px;
  }
}
@media (max-width: 360.99px) {
  .nav > .nav-header > .nav-logo > a > img {
    width: 50px;
    height: 50px;
  }
  .nav > .nav-header > .church-logo .logo-text {
    font-size: 12px;
    margin-top: 4px;
  }
  .nav > .nav-header > .church-logo {
    max-width: 220px;
  }
  .banner {
    margin-top: 70px;
  }
  .nav {
    height: 70px;
  }
  .innerpg-banner{
    margin-top: 70px;
  }
  .nav > .nav-links{
    padding-top: 70px;
  }
}
