/* CSS Document */

@font-face {
    font-family: "Imprint MT Shadow";
    src: url(../fonts/ImprintMTShadow.ttf) format("truetype");
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/SourceSansPro-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: "Source Sans Pro";
    src: url(../fonts/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;
}
ul {
    margin-bottom: 0;
}
.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;
}
.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;
}
.img-fluid {
    width: 100%;
    height: auto;
    float: left;
}
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;
}
h6 {
    font-size: 18px;
    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%;
    line-height: initial;
}
.btn-cmn {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 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;
    cursor: pointer;
}
.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);
}
.btn-cancel {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    border-color: #d0d0d0;
    margin: 0 4px;
}
.txt-red {
    color: #e94c00;
}
.church-logo {
    max-width: 710px;
    height: auto;
    float: left;
    width: 100%;
}
.church-logo .logo-text {
    font-family: "Imprint MT Shadow";
    text-align: center;
    font-size: 24px;
    color: #000;
    margin-top: 20px;
}
.church-logo .logo-sub-text {
    font-family: "Imprint MT Shadow";
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-top: 6px;
}

.nav {
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    box-shadow: 0px 4px 4px rgb(36 22 6 / 4%);
    padding-right: 0;
    padding-left: 0;
}
.nav > .nav-header {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.nav > .nav-header > .nav-logo > a > img {
    width: 100px;
    height: 100px;
    float: left;
}

.nav > .nav-btn {
    display: none;
}
.nav > .nav-links {
    display: flex;
    float: right;
    font-size: 18px;
    list-style: none;
    width: 100%;
    justify-content: center;
    background: #0f1176;
}
.nav > .nav-links > li > a {
    display: inline-block;
    padding: 10px 14px 10px 14px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
}
.nav > .nav-links > li > a:hover {
    background-color: rgb(0 0 0 / 3%);
    color: #f3f3f3;
}

.nav > #nav-check {
    display: none;
}

.nav .parent-item {
    position: relative;
}
.nav .parent-item > a:after {
    content: "\f0d7";
    font-size: 14px;
    font: normal normal normal 14px/1 FontAwesome;
    padding-left: 4px;
    color: #eeeeee;
}
.nav .submenu {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    max-height: 0;
    opacity: 0;
    display: none;
    /* visibility: hidden; */
    /* overflow-y: 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: 220px;
    float: none;
    box-shadow: 0 5px 10px -6px #000;
}
.nav .parent-item:last-child .submenu {
    left: auto;
    right: 0;
}
.nav .parent-item:hover .submenu {
    opacity: 1;
    display: block;
    /* visibility: visible; */
    max-height: 100vh;
    margin-bottom: 8px;
}
.nav .submenu li .submenu-sub {
    background-color: #e94c00;
    position: absolute;
    top: 100%;
    left: auto;
    right: 100%;
    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 .sub-parent-item:hover .submenu-sub {
    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;
}
/* submenu-dropdown */
.dropdown-submenu:hover > ul.dropdown-menu {
    display: block;
}
.dropdown-submenu:hover > a {
    background-color: #342984;
    color: #fff !important;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu > .dropdown-menu.right {
    top: 0;
    left: 100%;
}
.dropdown-submenu > .dropdown-menu {
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    border: 0;
    box-shadow: 0 5px 10px -6px #000;
}
.dropdown-submenu > .dropdown-toggle::after {
    float: right;
    margin-top: 7px;
}
/* rotate caret on hover */
.dropdown-submenu:hover a::after {
    text-decoration: underline;
    transform: rotate(-90deg);
}

.banner {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}

.banner .owl-carousel .owl-item .w-2 {
    margin-left: 50%;
}
.banner .owl-carousel {
    height: 100%;
}
.banner .owl-carousel .owl-item .item {
    height: 80vh;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 0;
}
.banner .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;
}
.banner .owl-carousel .owl-item .item .bnr-slide-imgwrap {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
}
.banner .owl-carousel .owl-item .item .bnr-slide-imgwrap img {
    min-width: 100%;
    min-height: 100%;
    height: 100%;
    float: left;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.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% 14px;
    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;
}
/* Flash News */
.flash-nws-sec {
    width: 100%;
    float: left;
    height: auto;
    background: #fff;
}
.flash-news-head {
    float: left;
    width: 180px;
    padding: 8px 15px;
    background-color: #e94c00;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.flash-news-content {
    position: relative;
    float: left;
    width: calc(100% - 180px);
    background-color: #ffffff;
    padding-left: 20px;
    padding-top: 10px;
}
.flash-news-content a {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    margin: 0 20px;
    text-decoration: none;
}
.flash-news-content a:hover,
.flash-news-content a:focus {
    text-decoration: none;
    color: #b05c5e;
}

.abt-right-img {
    height: 100%;
    width: 100%;
    float: left;
    object-fit: cover;
}

.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;
}
.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: 100%;
    height: 100%;
    display: flex;
    background-color: #fff;
    padding: 25px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}
.about .w-2.holy-synod-bx {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.bx-abt .icon-wrap {
    padding-right: 20px;
}
.bx-abt .icon-wrap img {
    width: 75px;
    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-3 {
    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: 60px;
}
.footer-sec h5,
.footer-sec p,
.footer-sec li,
.footer-sec a {
    color: #fff;
    word-break: break-word;
}
.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: 60px;
    margin-bottom: 40px;
}

.footer-sec .qurbana-time-sec h5,
.footer-sec .prayer-time-sec h5 {
    margin-bottom: 20px;
}
.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 .footer-bottom {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-style: solid;
    border-top-width: 1px;
    border-color: #e9e9e924;
}
.footer-bottom .copyright-sec p {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    color: #b5b5b5;
}
.footer-bottom .copyright-sec {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}
.footer-bottom .social-links {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.footer-bottom .social-links .social-icons-wrapper {
    list-style: none;
    display: flex;
    float: right;
}
.footer-bottom .social-links .social-icons-wrapper li a i {
    color: #fff;
    font-size: 16px;
    margin-left: 8px;
    margin-right: 8px;
    filter: brightness(0.8);
}
.footer-bottom .social-links .social-icons-wrapper li a i:hover {
    filter: brightness(1);
}

/* ==== 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;
}
.innerpg-banner .innerpg-bnr-cnt {
    text-align: center;
}
.innerpg-banner .innerpg-bnr-cnt h1 {
    color: #fff;
    font-size: 44px;
}
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: 10px;
    display: block;
}
.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;
}

.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%);
    word-break: break-word;
}

.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;
}

.prayer-book-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.prayer-book-list li {
    display: flex;
    color: white;
    width: 50%;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.prayer-book-list li::before {
    content: "\f0ab";
    background: #342984;
    color: #fff;
    font-size: 20px;
    transform: translateY(-8px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    margin-right: -8px;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.prayer-book-list li .content {
    background-color: #ebebeb;
    padding: 10px 10px 10px 20px;
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.prayer-book-list li .content::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background: #ebebeb;
    left: calc(100% - 0.5px);
    bottom: 0;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.prayer-book-list li .content::after {
    content: "";
    position: absolute;
    height: 40px;
    width: 40px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 0;
}
.prayer-book-list li .content:hover {
    background: #dbdbdb;
}
.prayer-book-list li .content:hover::before {
    width: 14px;
    background: #dbdbdb;
}

.library-bx {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-bottom: 30px;
    -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;
}
.library-bx a {
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    -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;
}
.library-bx a:hover {
    color: #342984;
}
.library-bx .animated-icon {
    width: 8.5em;
    height: 7em;
    margin: 0 auto;
    padding: 2em 1em 1em 1em;
    position: relative;
}
.library-bx .animated-icon .book-cover,
.library-bx .animated-icon .book-cover::after {
    background: none;
    border: 0.5em solid #000;
    height: 4em;
    width: 3.5em;
    transform: rotateY(10deg) skewY(5deg);
    transform-style: preserve-3d;
    transform-origin: right;
    position: absolute;
    z-index: 0;
}
.library-bx .animated-icon .book-cover::after {
    content: "";
    position: absolute;
    left: 100%;
    top: -1.1em;
    transform: rotateY(0deg) skewY(-10deg);
}
.library-bx .animated-icon .page {
    transform-origin: right;
    position: absolute;
    top: 2em;
    left: 1em;
    height: 4em;
    border: 4px solid #000;
    background: #fff;
    z-index: 10;
    width: 3.5em;
    transform: rotateY(0deg) skewY(15deg) scaleX(0.8);
    transform-style: preserve-3d;
}
.library-bx .animated-icon .page::before {
    content: "";
    position: absolute;
    top: -0.25em;
    left: -0.25em;
    transform-origin: right;
    transform: rotateY(180deg) skewY(20deg) scaleX(0.95);
    transform-style: preserve-3d;
    border: 4px solid #000;
    background: #fff;
    z-index: 100;
    height: 4em;
    width: 3.5em;
}
.library-bx:hover .animated-icon .page::before {
    animation: turn 1s ease-in-out infinite;
}
.library-bx .animated-icon .page::after {
    content: "";
    position: absolute;
    top: -0.25em;
    left: -0.25em;
    transform-origin: right;
    transform: rotateY(180deg) skewY(25deg) scaleX(0.95);
    transform-style: preserve-3d;
    border: 4px solid #000;
    background: #fff;
    z-index: 100;
    height: 4em;
    width: 3.5em;
}
@-webkit-keyframes turn {
    0% {
        transform: rotateY(180deg) skewY(25deg) scaleX(0.95);
    }
    40% {
        transform: rotateY(0deg) skewY(0) scaleX(0.95);
    }
    100% {
        transform: rotateY(0deg) skewY(0) scaleX(0.95);
    }
}
@keyframes turn {
    0% {
        transform: rotateY(180deg) skewY(25deg) scaleX(0.95);
    }
    40% {
        transform: rotateY(0deg) skewY(0) scaleX(0.95);
    }
    100% {
        transform: rotateY(0deg) skewY(0) scaleX(0.95);
    }
}

.form-group {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}
label {
    display: inline-block;
    margin-bottom: 0.25rem;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    text-align: left;
}
input {
    background-color: #fbfbfb;
    border: 1px solid #ced4da;
    padding: 10px;
    margin-bottom: 0.75rem;
    width: 100%;
    outline: 0;
}
.form-control {
    display: block;
    height: auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #fbfbfb;
    border: 1px solid #ced4da;
    padding: 8px;
    margin-bottom: 0.75rem;
    width: 100%;
    outline: 0;
}

.login-section form {
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
}
.login-section form .form-title {
    margin-bottom: 30px;
}
.login-section form .btn-wrap {
    margin-top: 10px;
}
.login-section .login-pg-container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgb(36 22 6 / 10%);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 410px;
}
.login-section .form-container {
    position: absolute;
    top: 0;
    height: 100%;
}
.login-section .log-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
    background-color: #fff;
}
.login-section .overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
}
.login-section .overlay {
    background: #ff416c;
    background: -webkit-linear-gradient(to right, #ff4b2b, #ff416c);
    background: linear-gradient(to right, #ff4b2b, #ff416c);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
}
.login-section .overlay.rgt img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    float: left;
}

.news-bx {
    margin: 15px 0;
    padding: 0;
    width: 100%;
    height: auto;
    float: left;
}
.news-bx figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.news-bx figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: all 0.4s ease-in;
}
.news-bx .news-bx-cnt {
    width: 100%;
    height: auto;
    float: left;
    background: #ebebeb;
    padding: 10px;
}
.news-bx figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
}
.news-bx figcaption .btn-cmn {
    float: none;
    margin-top: 64px;
    display: inline-block;
}
.news-bx:hover figure figcaption {
    visibility: visible;
    color: #fff;
    background: rgba(230, 78, 62, 0.9);
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news-bx figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1.1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news-bx:hover figure img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.news-bx.committee_member figure {
    width: 100%;
    height: 250px;
}
.news-bx.committee_member figure img {
    width: 100%;
    min-height: 100%;
    height: auto;
    transform: none;
}

.video-bx {
    padding: 10px !important;
}
.video-bx > .event-bx-img {
    height: 280px;
}
.video-bx > .event-bx-img iframe {
    width: 100%;
    height: 100%;
}
.fix-width-x {
    overflow-y: hidden;
    overflow-x: auto;
}
.member-main-details table,
.member-w-table table {
    min-width: 500px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    overflow: hidden;
}
.table-styled {
    border-top: 1px solid #ecf0f1;
    border-left: 1px solid #ecf0f1;
}
.table-styled td,
.table-styled th {
    border-bottom: 1px solid #ecf0f1;
    border-right: 1px solid #ecf0f1;
    padding: 8px;
    font-size: 15px;
}
.table-styled th {
    background-color: #b73235;
    color: #fff;
}
.table-styled tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.member-img-wrap .img_div {
    max-width: 250px;
    height: 250px;
    float: left;
}
.member-img-wrap .img_div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.member-w-table {
    margin-top: 20px;
}
.prayer-request-sec .form-outer {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.prayer-request-sec .form-outer .cnt-box {
    width: 100%;
    height: auto;
    float: left;
}
.prayer-request-sec .form-outer .cnt-box .form-title {
    margin-bottom: 30px;
}
.prayer-request-addmorebtn {
    float: right;
    padding: 6px 10px;
    font-size: 12px;
    border-color: #bbb;
    color: #342984;
}

.holy-synod-cnt-box .col-md-4 {
    width: 33.33333333%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.service-time-box {
    margin: 15px 0;
}

.service-time-box .tab-container {
    padding: 0;
    background-color: #ffecec;
}
.service-time-box .head {
    padding: 8px 15px;
    background-color: #13337f;
    color: #fff;
}
.service-time-box .text-box {
    padding: 20px 15px;
}

.form-group {
    margin-bottom: 0;
}
.membership-form hr {
    margin-top: 0;
}
.membership-image {
    width: 200px;
    height: 250px;
    float: left;
}
.membership-image img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
}

.statement-sec-wraper{
    padding-top: 80px;
    padding-bottom: 80px;
}
.statement-sec-wraper .statement.form-outer{
    background-color: #fff;
    width: 100%;
    height: auto;
    float: left;
    padding: 20px;
}
.statement.form-outer .form-head{
    text-align:center;
    color: #ad0101;
    margin-top: 30px;
    margin-bottom: 40px;
}
.table-filter .form-group{
    display: flex;
}
.table-filter .form-group label{
    width: 70px;
    display: flex;
    align-items: center;
}
.table-filter .form-group .form-control{
    margin-bottom: 0;
    padding: 0;
    width: calc(100% - 70px);
}
.table-filter .btn-wrap .btn-cmn {
    padding: 6px 4px;
    width: 60px;
    height: auto;
    margin-bottom: 0;
}
.datepicker-wrap .input-group-append .btn{
    border: 0;
    background-color: #e7e7e7;
    border-radius: 0;
    line-height: 1;
}


@media (max-width: 1350px) {
    .nav > .nav-links > li > a {
        font-size: 15px;
    }
}
@media (max-width: 1200px) {
    .nav > .nav-links > li > a {
        font-size: 14px;
    }

    .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 {
        margin-top: 10px;
    }
}
@media (max-width: 1100px) {
    .nav > .nav-links > li > a {
        font-size: 12px;
    }
}
@media (max-width: 991.99px) {
    .nav {
        height: 90px;
        padding-right: 15px;
        padding-left: 15px;
        position: fixed;
        left: 0;
        top: 0;
    }
    .banner {
        margin-top: 90px;
    }
    .nav > .nav-header {
        width: calc(100% - 30px);
        justify-content: start;
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .church-logo {
        max-width: 510px;
    }
    .church-logo .logo-sub-text {
        margin-top: 0;
        font-size: 10px;
    }
    .church-logo .logo-text {
        margin-top: 0;
    }
    .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;
        background: #fff;
    }
    .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 {
        background: #f3f3f3;
    }
    .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: 301px;
        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;
        color: #000;
        font-size: 14px;
    }
    .nav > .nav-links > li > a:hover {
        color: #000000;
    }

    .nav .submenu {
        position: inherit;
        width: 100%;
        box-shadow: inset 0px 6px 8px -10px #000, inset 0px -6px 8px -10px #000;
    }
    .nav .submenu li a {
        padding-left: 30px;
        border-bottom: 1px solid #ebebeb;
    }
    .nav .parent-item > a:after {
        position: absolute;
        right: 15px;
        color: #000;
    }
    .nav > #nav-check:checked ~ body::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        content: "";
    }
    .dropdown-submenu > .dropdown-menu {
        top: 100%;
        left: 0;
        width: 100%;
        position: initial;
        margin-bottom: 10px;
        background-color: #f3f3f3;
        box-shadow: inset 0px 6px 8px -10px #000, inset 0px -6px 8px -10px #000;
    }
    .dropdown-submenu:hover a::after {
        transform: rotate(360deg);
    }

    .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 .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;
    }
    p {
        font-size: 14px;
    }

    .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%;
    }
    .prayer-request-sec .form-outer {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .statement-sec-wraper{
        margin-top: 90px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media (max-width: 900.99px) {
    .holy-synod-cnt-box .col-md-4 {
        width: 100%;
    }
    .flash-news-head {
        width: 120px;
        font-size: 16px;
        line-height: 20px;
    }
    .flash-news-content {
        width: calc(100% - 120px);
        padding-top: 6px;
    }
    .flash-news-content a {
        font-size: 14px;
    }
}

@media (max-width: 768.99px) {
    .btn-cmn {
        font-size: 12px;
        padding: 8px 14px;
    }
    .banner .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: 20px;
    }
    .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: 24px;
    }

    .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%;
    }

    .innerpg-cnt-wrap .library-cnt .w-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .login-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .login-section .login-pg-container {
        width: 100%;
    }
    .login-section form {
        padding: 0 30px;
    }
    .login-section .log-in-container {
        width: 60%;
    }

    .news-cmn-pg .cnt-box .w-3 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .video-gallery-sec .cnt-box .w-2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .member-dash-pg .cnt-box {
        overflow-x: scroll;
    }
    .member-dash-pg .member-img-wrap .img_div {
        max-width: 200px;
        height: 200px;
    }
    .member-dash-pg .w-1_4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        justify-content: center;
        display: flex;
        margin-bottom: 20px;
    }
    .member-dash-pg .w-3_4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .table-styled td,
    .table-styled th {
        font-size: 14px;
    }
}
@media (max-width: 700.99px) {
    .prayer-book-list li {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .prayer-request-sec .form-outer {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
@media (max-width: 649.99px) {
    .footer-sec .footer-bottom {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .footer-bottom .copyright-sec,
    .footer-bottom .social-links {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer-bottom .copyright-sec p {
        text-align: center;
        margin-bottom: 8px;
    }
    .footer-bottom .social-links .social-icons-wrapper {
        justify-content: center;
        float: initial;
    }
    .footer-bottom .social-links .social-icons-wrapper li a i {
        margin-left: 6px;
        margin-right: 6px;
    }

}
@media (max-width: 600.99px) {
    .church-logo {
        max-width: 320px;
    }
    .church-logo .logo-text {
        font-size: 18px;
    }
    .flash-news-head {
        width: 70px;
        font-size: 13px;
        line-height: 13px;
        padding: 6px 15px;
    }
    .flash-news-content {
        width: calc(100% - 70px);
        padding-top: 7px;
        padding-left: 10px;
    }
    .flash-news-content a {
        font-size: 13px;
    }
    .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) {
    .banner .owl-carousel .owl-item .item {
        height: 40vh;
    }
    .bx-abt {
        padding: 20px;
        flex-direction: column;
    }
    .bx-abt .icon-wrap {
        padding-right: 0;
    }
    .bx-abt .abt-bx-cnt {
        text-align: center;
    }
    .bx-abt .abt-bx-cnt .abt-more-btn {
        float: initial;
    }
    .all-eventpg-cnt .cnt-box .w-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .prayer-book-list li {
        padding-left: 0;
        padding-right: 0;
    }

    .innerpg-cnt-wrap .library-cnt .w-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .login-section .log-in-container {
        min-height: 370px;
        width: 100%;
    }
    .news-cmn-pg .cnt-box .w-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .video-bx > .event-bx-img {
        height: 210px;
    }
}
@media (max-width: 480.99px) {
    .church-logo .logo-text {
        font-size: 15px;
    }
}
@media (max-width: 420.99px) {
    .flash-news-head {
        width: 64px;
    }
    .flash-news-content {
        width: calc(100% - 64px);
    }
    .gallery-wrap ul.imglist li {
        width: 100%;
    }
    .footer-sec .copyright-sec p {
        font-size: 12px;
    }
    .footer-bottom .social-links .social-icons-wrapper li a i {
        font-size: 14px;
    }
    .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;
    }
    .login-section .login-pg-container {
        min-width: auto !important;
    }
}
@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;
    }
    .nav {
        height: 70px;
    }
    .church-logo .logo-sub-text {
        font-size: 6px;
    }
    .banner {
        margin-top: 70px;
    }
    .innerpg-banner {
        margin-top: 70px;
    }
    .nav > .nav-links {
        padding-top: 70px;
    }
    .statement-sec-wraper{
        margin-top: 70px;
    }
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 2px;
    top: 50%;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
}

.dropdown-submenu {
    position: relative;
}
