/**cta
* Template Name: Multi - v4.9.1
* Template URL: https://bootstrapmade.com/multi-responsive-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Gabriela';
  color: #444444;
}

.banner {
    background-color: #BF0A30;
    background-image: linear-gradient(to right, #BF0A30, #003686);
    opacity: 0.6;
}
.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color) !important;
    background-color: #BF0A30 !important;
    border-radius: none !important;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width)) !important;
    background: 0 0 !important;
    border: var(--bs-nav-tabs-border-width) solid transparent !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
    .nav-tabs .nav-link  {
        background: #d35e77 !important;
    }
.tablcls {
    padding: 10px 100px;
   
}
.tabs {
    background: #d35e77 !important;
}
    h1, h2, h2, h4, h5, h6 {
    font-family: 'Gabriela' !important;
}
p{
  margin: 0px;
  font-family: 'Gabriela'!important;
}

.contactform {
    padding-top: 35px;
}
.marginContact{
    margin-top:100px;
}

.bgcolorheader{

  background-color:#BF0A30; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #BF0A30, #003686);
}


#header
{
  
  background-color:#BF0A30 !important; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, #BF0A30, #003686) !important;
}

a {
  color: white !important;
  text-decoration: none;
}

a:hover {
  color: #F85074;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #BF0A30;
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #BF0A30;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}


.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #F85074;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 5px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 53px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 15px;
  color: #0b2341;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #F85074;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #BF0A30;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.getstarted
{
  color: white !important;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #F85074;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #F85074;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

@media (max-width: 1368px) {
  
  .parishImage
  {
    margin-right: 0px !important;
  }
}

/* @media (max-width: 1180px) {
  
  .divAbsolute
  {
    width: 100% !important;
  }
} */

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: white;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
    .hidden-sm {
        display:none !important;
    }
    .tablink {
        width: auto !important;
    }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341 !important;
}



.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #F85074 !important;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #F85074;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  /*height: 100vh;
  background-color: rgba(4, 12, 21, 0.8);*/
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
 /* position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;*/
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  left: 50px;
  right: 50px;
}

#hero h2 {
  color: #fff;
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

#hero p {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
  margin-top: 10px;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(0, 0, 0,0.5);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #BF0A30;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #BF0A30;
  margin-top: 15px;
}

#hero .btn-get-started:hover {
  background: #F85074;
}

@media (max-width: 992px) {
  

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }

  .PriestImgMargin
  {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 15px;
  }
    .tablcls {
        padding: 10px 50px;
    }
  .priestPadding
  {
    padding-top: 40px;
  }
  .textstyle{
      width:100% !important;
  }
  .marginContact{
      margin-top:50px;
  }
    .paddingLeft {
        padding-left: 6px !important;
    }
    .textImage{
        text-align:center;
    }
    .contactform{
        margin-top:6%;
    }
    .imgcls
        {
            width: 100% !important;
        }
    .eventMargin {
        margin-left: 20px;
    }
    .eventContentMargin {
        margin-left: 30px;
    }
    .ContentTextPadding {
        padding: 0px 15px
    }
    .readcal {
        display: block;
        position: absolute;
        /* margin-right: 22px !important; */
        /*width: 200px;*/
        left: 25%!important;
        top:-1%!important;
    }
    
}

@media (min-width: 1024px){

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
  .btnstyle{
    margin-top:none !important;
    margin-bottom: 10px !important;
  }
  .mbview{
    margin-top: 0px!important;
  }
  .mbParish{
    top: 25px !important;
    height: 90% !important;
  }

  .aboutbtnstyle {
    text-align: center;
    margin-top:0px !important;
    margin-bottom:10px !important;
}


}
@media screen and (max-width: 820px) and (max-height: 1180px) {
    .contactform {
        margin-top: 6%;
    }
}
    @media (max-height: 500px) {
        #hero {
            /*height: 120vh;*/
        }
    }
/*@media only screen and (min-width: 1299px) and (max-height: 756px) {
    .ParishAbsolute {
        position: absolute !important;
        top: 11px !important;
        right: 42% !important;
        width: 60% !important;
        background-color: white !important;
    }

    .parishImage {
        width: 52% !important;
        height: auto !important;
        margin-right: 30px !important;
    }
}*/

/*@media (min-width:1313px) and (max-width:5400px) {
    .ParishAbsolute {
        position: absolute !important;
        top: 11px !important;
        right: 42% !important;
        width: 60% !important;
        background-color: white !important;
    }

    .parishImage {
        width: 52% !important;
        height: auto !important;
        margin-right: 30px !important;
    }
}*/
    @media screen and (max-width: 1024px) and (max-height: 600px) {
        .mbParish {
            top: 21px !important;
            height: 107% !important;
        }

        /* .ParishAbsolute {
            width: 62% !important;
        } */

        .about {
            height: 100vh;
        }

        .absoluteContact {
            top: 0% !important;
        }
    }

    @media screen and (max-width: 1280px) and (max-height: 800px) {
        /* .ParishAbsolute {
            width: 65% !important;
        } */

        .mbParish {
            top: 10px !important;
            height: 96% !important;
        }

        .absoluteContact {
            top: 0% !important;
        }
    }

    @media screen and (max-width: 768px) and (max-height: 1024px) {
        .col-md-6 {
            width: 100% !important;
        }
      
    }
    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section {
        padding: 50px 0;
    }

        section#hero {
            padding-bottom: 0;
        }

    .section-bg {
        background-color: #FDF2F6;
        background-image: linear-gradient(to right, #FDF2F6, #EDF0FE);
    }


    .section-title {
        padding-bottom: 20px;
    }

        .section-title h2 {
            font-size: 25px;
            font-weight: 500;
            padding: 0;
            line-height: 1px;
            margin: 0 0 5px 0;
            letter-spacing: 2px;
            /* text-transform: uppercase; */
            color: #BF0A30;
            text-align: center;
            font-family: "Poppins", sans-serif;
        }

            .section-title h2::after {
                content: "";
                width: 120px;
                height: 4px;
                display: block;
                /* background: #BF0A30; */
                margin: 16px auto;
                text-align: center;
            }

        .section-title p {
            margin: 0;
            margin: 0;
            font-size: 36px;
            font-weight: 700;
            text-transform: uppercase;
            font-family: "Poppins", sans-serif;
            color: #0f2f57;
        }

    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    .about .content h3 {
        font-weight: 600;
        font-size: 26px;
    }

    .about .content ul {
        list-style: none;
        padding: 0;
    }

        .about .content ul li {
            padding-left: 28px;
            position: relative;
        }

            .about .content ul li + li {
                margin-top: 10px;
            }

        .about .content ul i {
            position: absolute;
            left: 0;
            top: 2px;
            font-size: 20px;
            color: #BF0A30;
            line-height: 1;
        }

    .about .content p:last-child {
        margin-bottom: 0;
    }

    .about .content .btn-learn-more {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 5px;
        transition: 0.3s;
        line-height: 1;
        color: #BF0A30;
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s;
        margin-top: 6px;
        border: 2px solid #BF0A30;
    }

        .about .content .btn-learn-more:hover {
            background: #F85074;
            color: #fff;
            text-decoration: none;
        }

    .imgRelative {
        position: relative;
    }

    .divAbsolute {
        position: absolute;
        top: 43px;
        left: 46%;
        width: 50%;
        border: 1px solid #d2d2d2;
        background-color: white;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .textParish {
        text-align: center;
    }

    .colorbtn {
        background-color: #BF0A30;
        color: white;
    }

    .btn-learn-more {
        color: red !important;
    }

    .aboutfont {
        font-size: 16px;
    }

    .learnbtn {
        border: 2px solid #BF0A30;
        background-color: white;
        color: #BF0A30;
    }

    .img-about {
        width: 55%;
        height: auto;
    }


    /* Large devices (laptops/desktops, 992px and up) */
    @media only screen and (max-width: 1200px) {
        .aboutfont {
            font-size: 14px;
        }

        .divAbsolute {
            width: 64%;
            top: -12%;
        }

        .absoluteContact {
            top: 2%;
            left: 9% !important;
        }
    }



    @media only screen and (max-width: 992px) {

        /* .aboutfont
  {
    font-size: 12px;
  }

  .divAbsolute
{
  
  width:50%;
  height:88%;
  top: 38px;
 

} */


        .img-about {
            width: 72%;
            height: auto;
        }

        .divAbsolute {
            border: 1px solid #d2d2d2;
            background-color: white;
        }

        /* .ParishAbsolute
{
  position: static !important;
  top: none;
  left: none;
  width: 100% !important;
 
} */

       /* .parishImage {
            width: 100% !important;
        }
*/
        .divAbsolute {
            position: static !important;
            top: 43px;
            left: 46%;
            width: 100%;
        }

        .img-about {
            width: 100%;
            height: auto;
        }

      /*  .ParishAbsolute {
            position: static !important;
            height: 100% !important;
            width: 100% !important;
        }*/
        .ParishAbsolute {
            width: 100%;
            position: static !important;
            top: 0;
            right: 0;
            }
        
            .parishImage {
                width: 100%;
                height: auto !important;
               
            }
            .divAbsolute
            {
                margin-top: 0px !important;
            }
    }


    @media only screen and (max-width: 1280px) {
        .divAbsolute {
            position: absolute;
            top: -2px;
            left: 46%;
            width: 50%;
            border: 1px solid #d2d2d2;
            background-color: white;
            /* margin-top: 30px; */
        }

        .nthub {
            width: 50%;
        }
    }

    /* @media only screen and (max-width: 1024px) {
  .aboutbtnstyle {
    text-align: center;
    margin-top: 5px !important;
    margin-bottom: 16px !important;
}
.mbview{
  margin-top: none!important;
}

}  */







    /*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
    .counts {
        padding-top: 0;
    }

        .counts .count-box {
            box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
            padding: 30px;
            width: 100%;
        }

            .counts .count-box i {
                display: block;
                font-size: 30px;
                color: #BF0A30;
                float: left;
            }

            .counts .count-box span {
                font-size: 42px;
                line-height: 24px;
                display: block;
                font-weight: 700;
                color: #0b2341;
                margin-left: 50px;
            }

            .counts .count-box p {
                padding: 30px 0 0 0;
                margin: 0;
                font-family: "Raleway", sans-serif;
                font-size: 14px;
            }

            .counts .count-box a {
                font-weight: 600;
                display: block;
                margin-top: 20px;
                color: #164682;
                font-size: 15px;
                font-family: "Poppins", sans-serif;
                transition: ease-in-out 0.3s;
            }

                .counts .count-box a:hover {
                    color: #2169c4;
                }

    /*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
    .why-us {
        padding: 0;
    }

        .why-us .content {
            padding: 60px 100px 0 100px;
        }

            .why-us .content h3 {
                font-weight: 400;
                font-size: 34px;
                color: #123a6d;
            }

            .why-us .content h4 {
                font-size: 20px;
                font-weight: 700;
                margin-top: 5px;
            }

            .why-us .content p {
                font-size: 15px;
                color: #848484;
            }

        .why-us .video-box {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            min-height: 400px;
            position: relative;
        }

        .why-us .accordion-list {
            padding: 0 100px 60px 100px;
        }

            .why-us .accordion-list ul {
                padding: 0;
                list-style: none;
            }

            .why-us .accordion-list li + li {
                margin-top: 15px;
            }

            .why-us .accordion-list li {
                padding: 10px;
                background: #fff;
                border-radius: 4px;
            }

            .why-us .accordion-list a {
                display: block;
                position: relative;
                font-family: "Poppins", sans-serif;
                font-size: 16px;
                line-height: 24px;
                font-weight: 500;
                padding-right: 30px;
                outline: none;
                color: #0b2341;
                cursor: pointer;
            }

            .why-us .accordion-list span {
                color: #BF0A30;
                font-weight: 600;
                font-size: 18px;
                padding-right: 10px;
            }

            .why-us .accordion-list i {
                font-size: 24px;
                position: absolute;
                right: 0;
                top: 0;
                color: #BF0A30 !important;
            }

            .why-us .accordion-list p {
                margin-bottom: 0;
                padding: 10px 0 0 0;
            }

            .why-us .accordion-list .icon-show {
                display: none;
            }

            .why-us .accordion-list a.collapsed {
                color: #0b2341;
            }

                .why-us .accordion-list a.collapsed:hover {
                    color: #F85074;
                }

                .why-us .accordion-list a.collapsed .icon-show {
                    display: inline-block;
                }

                .why-us .accordion-list a.collapsed .icon-close {
                    display: none;
                }

        .why-us .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#BF0A30 50%, rgba(237, 80, 46, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .why-us .play-btn::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 100;
                transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
            }

            .why-us .play-btn::before {
                content: "";
                position: absolute;
                width: 120px;
                height: 120px;
                -webkit-animation-delay: 0s;
                animation-delay: 0s;
                -webkit-animation: pulsate-btn 2s;
                animation: pulsate-btn 2s;
                -webkit-animation-direction: forwards;
                animation-direction: forwards;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: steps;
                animation-timing-function: steps;
                opacity: 1;
                border-radius: 50%;
                border: 5px solid rgba(237, 80, 46, 0.7);
                top: -15%;
                left: -15%;
                background: rgba(198, 16, 0, 0);
            }

            .why-us .play-btn:hover::after {
                border-left: 15px solid #F85074;
                transform: scale(20);
            }

            .why-us .play-btn:hover::before {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translateX(-40%) translateY(-50%);
                width: 0;
                height: 0;
                border: none;
                border-top: 10px solid transparent;
                border-bottom: 10px solid transparent;
                border-left: 15px solid #fff;
                z-index: 200;
                -webkit-animation: none;
                animation: none;
                border-radius: 0;
            }

    .accordion-style {
        border-top: 1px solid #d2d2d2;
        padding-bottom: 10px;
    }

    .accordion-text {
        color: #7B7B7B
    }

    /* @media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
} */

    @media (max-width: 992px) {
        .why-us .content {
            padding-top: 30px;
        }

        .why-us .accordion-list {
            padding-bottom: 30px;
        }
    }

    @-webkit-keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @keyframes pulsate-btn {
        0% {
            transform: scale(0.6, 0.6);
            opacity: 1;
        }

        100% {
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
    .mass-background {
        background: White;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    }

    .gradienrBg {
        background-image: url(assets/img/images/background1.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-color: white;
    }

    .mass-blue {
        background-color: #EFEEFF;
        height: 80px;
        width: 100%;
    }

    .weekday-box {
        background-color: #3C386C;
        height: 40px;
        width: 100%;
        color: white;
    }

    .massImg {
        padding: 50px 0px;
    }

    .imagBlock {
        display: block;
    }

    .bgshape {
        background-color: #BF0A30;
        background-image: linear-gradient(to bottom right,#FFE1EE,#E7E7FD);
        border-radius: 43% 37% 68% 54% !important;
        margin: 0px 40px;
        /*  height: 100%;
*/ /* width: 100%; */
    }

    .services .icon-box {
        text-align: center;
        background: #fefefe;
        box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
        padding: 80px 20px;
        transition: all ease-in-out 0.3s;
    }

        .services .icon-box .icon {
            margin: 0 auto;
            width: 64px;
            height: 64px;
            background: #BF0A30;
            border-radius: 5px;
            transition: all 0.3s ease-out 0s;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            transform-style: preserve-3d;
            position: relative;
            z-index: 2;
        }

            .services .icon-box .icon i {
                color: #fff;
                font-size: 28px;
            }

            .services .icon-box .icon::before {
                position: absolute;
                content: "";
                left: -8px;
                top: -8px;
                height: 100%;
                width: 100%;
                background: #f9c6bb;
                border-radius: 5px;
                transition: all 0.3s ease-out 0s;
                transform: translateZ(-1px);
                z-index: 1;
            }

        .services .icon-box h4 {
            font-weight: 700;
            margin-bottom: 15px;
            font-size: 24px;
        }

            .services .icon-box h4 a {
                color: #0b2341;
            }

        .services .icon-box p {
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

        .services .icon-box:hover {
            background: #F85074;
            border-color: #F85074;
        }

            .services .icon-box:hover .icon {
                background: #fff;
            }

                .services .icon-box:hover .icon i {
                    color: #F85074;
                }

                .services .icon-box:hover .icon::before {
                    background: #F85074;
                }

            .services .icon-box:hover h4 a,
            .services .icon-box:hover p {
                color: #fff;
            }

    .services .icon-box {
        box-shadow: none !important;
    }

    .fontblack {
        color: black !important;
    }

    .bgshape {
        border-radius: 20% 30% 50% 60% !important;
        background-color: #FEE7EC !important;
    }

    .fontbig {
        text-align: center !important;
    }

    .fontsmall {
        font-size: 16px !important;
        text-align: center !important;
    }

    .redcolor {
        background-color: #BF0A30 !important;
        color: white;
    }


    @media screen and (max-width:1280px) {
        .bgshape {
            margin: 50px 40px;
            height: 53%;
        }
    }

    @media only screen and (max-width:576px) {
        .massText {
            text-align: center !important;
        }
    }



    /*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
    .testimonials .testimonials-carousel,
    .testimonials .testimonials-slider {
        overflow: hidden;
    }

    .testimonials .testimonial-item {
        box-sizing: content-box;
        min-height: 320px;
    }

        .testimonials .testimonial-item .testimonial-img {
            width: 90px;
            border-radius: 50%;
            margin: -40px 0 0 40px;
            position: relative;
            z-index: 2;
            border: 6px solid #fff;
        }

        .testimonials .testimonial-item h3 {
            font-size: 18px;
            font-weight: bold;
            margin: 10px 0 5px 45px;
            color: #111;
        }

        .testimonials .testimonial-item h4 {
            font-size: 14px;
            color: #999;
            margin: 0 0 0 45px;
        }

        .testimonials .testimonial-item .quote-icon-left,
        .testimonials .testimonial-item .quote-icon-right {
            color: #b2e4e6;
            font-size: 26px;
        }

        .testimonials .testimonial-item .quote-icon-left {
            display: inline-block;
            left: -5px;
            position: relative;
        }

        .testimonials .testimonial-item .quote-icon-right {
            display: inline-block;
            right: -5px;
            position: relative;
            top: 10px;
        }

        .testimonials .testimonial-item p {
            font-style: italic;
            margin: 0 15px 0 15px;
            padding: 20px 20px 60px 20px;
            background: #f0fafa;
            position: relative;
            border-radius: 6px;
            position: relative;
            z-index: 1;
        }

    .testimonials .swiper-pagination {
        margin-top: 20px;
        position: relative;
    }

        .testimonials .swiper-pagination .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            background-color: #fff;
            opacity: 1;
            border: 1px solid #3fbbc0;
        }

        .testimonials .swiper-pagination .swiper-pagination-bullet-active {
            background-color: #3fbbc0;
        }

    /*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
    .cta {
        padding: 80px 0;
    }

    .btn:hover {
        color: var(--bs-btn-hover-color);
        background-color: #F85074 !important;
        border-color: #F85074 !important;
        color: white;
    }



    .donatebtn {
        background-color: #BF0A30;
        color: white;
    }

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 35px;
        border-radius: 4px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #BF0A30;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #F85074;
            border: 2px solid #F85074;
        }

    .marginDonate {
        margin-top: 20px;
    }
    /*--------------------------------------------------------------
# communities
--------------------------------------------------------------*/
    .backgroundEffect {
        background-color: #FDF2F6; /* For browsers that do not support gradients */
        background-image: linear-gradient(to right, #FDF2F6, #EDF0FE);
    }

    .knowMore {
        float: right;
        color: #BF0A30 !important;
        font-size: 14px !important;
    }

    .portfolio #portfolio-flters {
        padding: 0;
        margin: 0 auto 25px auto;
        list-style: none;
        text-align: center;
        border-radius: 50px;
    }

        .portfolio #portfolio-flters li {
            cursor: pointer;
            display: inline-block;
            padding: 10px 15px;
            font-size: 14px;
            font-weight: 600;
            line-height: 1;
            text-transform: uppercase;
            color: #0b2341;
            margin-bottom: 5px;
            transition: all 0.3s ease-in-out;
        }

            .portfolio #portfolio-flters li:hover,
            .portfolio #portfolio-flters li.filter-active {
                color: #F85074;
            }

            .portfolio #portfolio-flters li:last-child {
                margin-right: 0;
            }

    .portfolio .portfolio-item {
        margin-bottom: 30px;
    }

        .portfolio .portfolio-item .portfolio-info {
            opacity: 0;
            position: absolute;
            left: 20px;
            right: 50px;
            bottom: 0;
            z-index: 3;
            transition: all ease-in-out 0.3s;
            background: rgba(255, 255, 255, 0.9);
            padding: 15px;
        }

            .portfolio .portfolio-item .portfolio-info h4 {
                font-size: 18px;
                color: #fff;
                font-weight: 600;
                color: #0b2341;
            }

            .portfolio .portfolio-item .portfolio-info p {
                color: #1a5298;
                font-size: 14px;
                margin-bottom: 0;
            }

            .portfolio .portfolio-item .portfolio-info .preview-link,
            .portfolio .portfolio-item .portfolio-info .details-link {
                position: absolute;
                right: 40px;
                font-size: 24px;
                top: calc(50% - 18px);
                color: #123a6d;
            }

                .portfolio .portfolio-item .portfolio-info .preview-link:hover,
                .portfolio .portfolio-item .portfolio-info .details-link:hover {
                    color: #F85074;
                }

            .portfolio .portfolio-item .portfolio-info .details-link {
                right: 10px;
            }

        .portfolio .portfolio-item .portfolio-links {
            opacity: 0;
            left: 0;
            right: 0;
            text-align: center;
            z-index: 3;
            position: absolute;
            transition: all ease-in-out 0.3s;
        }

            .portfolio .portfolio-item .portfolio-links a {
                color: #fff;
                margin: 0 2px;
                font-size: 28px;
                display: inline-block;
                transition: 0.3s;
            }

                .portfolio .portfolio-item .portfolio-links a:hover {
                    color: #f59f8c;
                }

        .portfolio .portfolio-item:hover .portfolio-info {
            opacity: 1;
            bottom: 20px;
        }

    .communityDiv {
        background-color: white;
        padding: 20px;
        width: 100%;
    }

    .communityText {
        color: black;
        font-size: 22px;
    }

    .KnowMore {
        float: right;
        color: #BF0A30 !important;
    }

    .communitySector {
        color: black;
    }

    @media screen and (max-width:1200px) {
        .portfolio .portfolio-item .portfolio-info {
            right: 19px;
        }
    }

    @media (max-width: 768px) {

        .portfolio .portfolio-item .portfolio-info {
            right: 150px;
            left: 20px
        }


        .imagBlock {
            display: none;
        }


        .section-title h2 {
            font-size: 20px;
            font-weight: 500;
            padding: 0;
            line-height: 1px;
            margin: 0 0 5px 0;
            letter-spacing: 2px;
            /* text-transform: uppercase; */
            color: #BF0A30;
            text-align: center;
            font-family: "Poppins", sans-serif;
        }


        .divAbsolute {
            position: static !important;
            top: 0;
            left: 0;
            width: 100%;
            margin-top: 0px;
        }

        .img-about {
            width: 100%;
            height: auto;
        }

        .parishImage {
           
            height: auto;
            margin-right: 0px !important
        }

        .bgshape {
            background-color: #BF0A30;
            background-image: linear-gradient(to bottom right,#FFE1EE,#E7E7FD);
            border-radius: 43% 37% 68% 54% !important;
            margin: 0px 40px;
            height: 100%;
            /* width: 100%; */
        }

        .absoluteContact {
            position: absolute;
            top: 9% !important;
            left: 20%;
        }

        .parishImage {
           
            height: auto;
            margin-right: 0px;
        }

        .marginContact {
            margin-top: 10px;
        }

        .absoluteContact {
            position: absolute;
            /* top: 4%; */
            left: 20%;
            top: 2% !important;
            /* left: 13%; */
            left: 28% !important;
        }

        .why-us .accordion-list {
            padding: 0px 10px 0px 10px;
        }
    }


    @media only screen and (max-width: 600px) {
        .portfolio .portfolio-item .portfolio-info {
            right: 22px;
            left: 23px;
        }
    }

    /*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
    .portfolio-details {
        padding-top: 40px;
    }

        .portfolio-details .portfolio-details-slider img {
            width: 100%;
        }

        .portfolio-details .portfolio-details-slider .swiper-pagination {
            margin-top: 20px;
            position: relative;
        }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background-color: #fff;
                opacity: 1;
                border: 1px solid #BF0A30;
            }

            .portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
                background-color: #BF0A30;
            }

        .portfolio-details .portfolio-info {
            padding: 30px;
            box-shadow: 0px 0 30px rgba(11, 35, 65, 0.08);
        }

            .portfolio-details .portfolio-info h3 {
                font-size: 22px;
                font-weight: 700;
                margin-bottom: 20px;
                padding-bottom: 20px;
                border-bottom: 1px solid #eee;
            }

            .portfolio-details .portfolio-info ul {
                list-style: none;
                padding: 0;
                font-size: 15px;
            }

                .portfolio-details .portfolio-info ul li + li {
                    margin-top: 10px;
                }

        .portfolio-details .portfolio-description {
            padding-top: 30px;
        }

            .portfolio-details .portfolio-description h2 {
                font-size: 26px;
                font-weight: 700;
                margin-bottom: 20px;
            }

            .portfolio-details .portfolio-description p {
                padding: 0;
            }

    /*--------------------------------------------------------------
# About Parish
--------------------------------------------------------------*/
    .parishImage {
        /* width: 45%; */
        height: auto;
        margin-right: 30px;
    }

    .ParishAbsolute {
        position: absolute;
        top: 2%;
        right: 30%;
        /*width: 50%;
        height: 70%;*/
        border: 1px solid #d2d2d2;
        background-color: white;
    }

    /* .btnstyle
{
  text-align: center;
  margin-top:60px;
  margin-bottom:30px;
} */

    .aboutbtnstyle {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    /*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
    .pricing .row {
        padding-top: 40px;
    }

    .pricing .box {
        padding: 80px 40px;
        margin-bottom: 30px;
        box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
        background: #fff;
        text-align: center;
    }

    .pricing h3 {
        font-weight: 300;
        margin-bottom: 15px;
        font-size: 28px;
    }

    .pricing h4 {
        font-size: 46px;
        color: #0b2341;
        font-weight: 400;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 25px;
    }

        .pricing h4 span {
            color: #bababa;
            font-size: 18px;
            display: block;
        }

    .pricing ul {
        padding: 0;
        list-style: none;
        color: #999;
        text-align: left;
        line-height: 20px;
    }

        .pricing ul li {
            padding-bottom: 12px;
        }

        .pricing ul i {
            color: #BF0A30;
            font-size: 18px;
            padding-right: 4px;
        }

        .pricing ul .na {
            color: #ccc;
        }

            .pricing ul .na i {
                color: #ccc;
            }

            .pricing ul .na span {
                text-decoration: line-through;
            }

    .pricing .get-started-btn {
        display: inline-block;
        padding: 10px 40px 11px 40px;
        border-radius: 4px;
        color: #0b2341;
        transition: none;
        font-size: 14px;
        font-weight: 600;
        transition: 0.3s;
        border: 2px solid #0b2341;
        background: #fff;
    }

        .pricing .get-started-btn:hover {
            background: #0b2341;
            color: #fff;
        }

    .pricing .featured {
        z-index: 10;
        padding: 100px 40px;
        border: 4px solid #BF0A30;
    }

        .pricing .featured .get-started-btn {
            background: #BF0A30;
            color: #fff;
            border-color: #BF0A30;
        }

            .pricing .featured .get-started-btn:hover {
                background: #F85074;
            }

    @media (max-width: 992px) {
        .pricing .box {
            max-width: 60%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 767px) {
        .pricing .box {
            max-width: 80%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 420px) {
        .pricing .box {
            max-width: 100%;
            margin: 0 auto 30px auto;
        }
    }

    @media (max-width: 280px) {
        .btnPriestInCharge {
            margin-top: 20px;
        }

        .btnPriestCensusForm {
            margin-top: 20px;
        }

        .absoluteContact {
            left: 0px;
        }
    }




    /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
    .contact .info-box {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 45px 0 40px 0;
        background: #fff;
        justify-content: center;
    }

    .IconText {
        padding-left: 20px;
    }

    .contactPadding {
        padding-top: 50px;
    }

    .paddingLeft {
        padding-left: 30px;
    }

    .textstyle {
        padding-left: 22px !important;
        width: 80%;
    }

    .textstylehome {
        padding-left: 22px !important;
        width: 80%;
    }

    .marginTop {
        margin-top: 116px;
    }

    .absoluteContact {
        position: absolute;
        top: 2%;
        left: 16%
    }



    .contact .info-box i {
        font-size: 32px;
        color: #BF0A30;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #fbdad2;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .contact .php-email-form {
        padding: 30px;
    }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #BF0A30;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input,
        .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
            border-radius: 4px;
        }

            .contact .php-email-form input:focus,
            .contact .php-email-form textarea:focus {
                border-color: #BF0A30;
            }

        .contact .php-email-form input {
            padding: 10px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type=submit] {
            background: #BF0A30;
            border: 0;
            padding: 10px 30px;
            border-radius: 4px;
            color: #fff;
            transition: 0.4s;
        }

            .contact .php-email-form button[type=submit]:hover {
                background: #F85074;
            }

    .block {
        display: block;
        width: 100%;
        border: none;
        background-color: #BF0A30;
        color: white;
        padding: 8px 14px;
        font-size: 16px;
        cursor: pointer;
        text-align: center;
        border-radius: 5px;
        margin-top: 10px;
    }

        .block:hover {
            background-color: #F85074;
            color: white;
        }

    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }


    @media (max-width: 768px) {
        .absoluteContact {
            /* position:static; */
            /* top: 4%; */
            left: 87px !important;
            top: 0px !important;
            /* left: 13%; */
        }

        .marginContact {
            margin-top: 30px;
        }

        .absoluteContact {
            position: absolute;
            top: 2% !important;
            left: 22% !important;
        }

        .contactPadding {
            padding-top: 70px !important;
        }

        .marginContact {
        }
    }


    @media screen and (min-device-width: 820px) and (max-device-width: 1023px) {
        .fullWidthText {
            width: 100%;
        }
    }

    @media screen and (min-device-width: 1024px) and (max-device-width: 600px) {
        .fullWidthText {
            width: 50% !important;
        }
    }

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 15px 0;
        background: #f6f9fd;
        min-height: 40px;
        margin-top: 63px;
    }
.readingdataimg {
    margin-top:25px !important;
}

@media (max-width: 992px) {
    .breadcrumbs {
            margin-top: 3rem;
        }
    }

    @media (max-width:600px) {
    }

    .breadcrumbs h2 {
        font-size: 28px;
        font-weight: 600;
        color: #0b2341;
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0 0 10px 0;
        margin: 0;
        font-size: 14px;
    }

        .breadcrumbs ol li + li {
            padding-left: 10px;
        }

            .breadcrumbs ol li + li::before {
                display: inline-block;
                padding-right: 10px;
                /* color: #123a6d; */
                content: "/";
            }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
    #footer {
        background: #071527;
        color: #fff;
        font-size: 14px;
    }

    .bottomPadding {
        padding-bottom: 20px;
    }

    .img-fluid {
        /* max-width: 55% !important; */
        height: auto;
    }

    #footer .footer-top {
        padding: 60px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 15px;
            text-align: center;
            /* padding: 30px 20px; */
        }

            #footer .footer-top .footer-info h3 {
                font-size: 24px;
                margin: 0 0 20px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 4px;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
            background: #0a1e38;
        }

            #footer .footer-top .social-links a:hover {
                color: #fff;
                background: #F85074;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: white;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #F85074;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            position: relative;
            border-radius: 4px;
        }

            #footer .footer-top .footer-newsletter form input[type=email] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type=submit] {
                position: absolute;
                top: 0;
                right: -2px;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px 2px 20px;
                background: #BF0A30;
                color: #fff;
                transition: 0.3s;
                border-radius: 0 4px 4px 0;
            }

                #footer .footer-top .footer-newsletter form input[type=submit]:hover {
                    background: #F85074;
                }

    #footer .copyright {
        border-top: 1px solid #0f2f57;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 10px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

    @media (max-width: 575px) {
        #footer .footer-top .footer-info {
            margin: -20px 0 30px 0;
        }
    }


    .TextEucharist {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px;
        color: white;
    }

    .TextColorParish {
        text-align: center;
        color: #BF0A30 !important;
    }

    .NoticeBorder {
        padding: 20px 50px;
        border-bottom: 1px solid #BF0A30;
        border-top: 1px solid #BF0A30;
        border-right: 1px solid #BF0A30;
        border-left: 7px solid #BF0A30;
        border-radius: 25px;
    }

    .centerDiv {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 30px;
    }

    .listDiv {
        background-color: #BF0A30;
        border-radius: 5px;
        padding: 10px 20px
    }

    .textcolor {
        color: white;
    }

    .contentPadding {
        padding-top: 20px;
    }

    /* priest section */
    .priesttext {
        text-align: center;
        padding-top: 10px;
        color: #7B7B7B;
    }

    .priestName {
        color: #BF0A30;
        padding-top: 10px;
    }



    /* Style tab links */
    .tablink {
        background-color: #BF0A30;
        color: white;
        /* background-color:#8F8F8F;
  color: white; */

        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;
        width: 25%;
    }

        .active.tablink:hover {
            /* background-color:#FFBAAB; */
            background-color: #be415c;
        }
    

    /* Style the tab content (and add height:100% for full page content) */
    .tabcontent {
        color: white;
        display: none;
        padding: 100px 20px;
        height: 100%;
    }



    .TabCenter {
        display: flex;
        justify-content: center;
    }

    .videoImagePadding {
        margin: 10px;
    }

    .whiteDiv {
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .whiteBox {
        background-color: white;
        width: 100%;
        padding: 10px;
    }

    .MassText {
        color: #7B7B7B;
    }

    .MassName {
        font-size: 25px;
        color: #BF0A30;
    }



    /* event slider *******************************************/

    .mySlides1 {
        display: none
    }


    /* Slideshow container */
    .slideshow-container1 {
        position: relative;
        margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

        /* On hover, add a black background color with a little bit see-through */
        .prev:hover, .next:hover {
            background-color: rgba(0,0,0,0.8);
        }

    /* Caption text */


    /* Number text (1/3 etc) */
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }

    /* The dots/bullets/indicators */
    .dot1 {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    /* .active, .dot:hover {
  background-color: #717171;
} */

    /* Fading animation */
    .fade {
        animation-name: fade;
        animation-duration: 1.5s;
    }

    @keyframes fade {
        from {
            opacity: .4
        }

        to {
            opacity: 1
        }
    }

    /* On smaller screens, decrease text size */
    @media only screen and (max-width: 300px) {
        .prev, .next, .text {
            font-size: 11px
        }
    }

    .carousel .slide {
        background-color: none;
    }


    .borderDesign {
        border-top-style: 1px solid #2196F3;
        border-right-style: 1px solid #2196F3;
        border-bottom-style: 1px solid #2196F3;
        border-left-style: 5px solid #2196F3;
    }

    p a {
        color: #444444 !important;
    }

    #footer p a {
        color: white !important;
    }

    .bannertext {
        background: rgb(0,0,0,0.5);
        padding: 10px;
        border-radius: 10px;
        width: fit-content;
    }

.mass_shortdec {
    margin-top: 0.5rem;
    font-weight: bold;
    font-size: large;
}

/*.DailyReadingBox {
    background-color: #BF0A30;
    background-image: linear-gradient(to bottom right,#FFE1EE,#E7E7FD);
}
*/
.k-dropzone .k-upload-status, .k-dropzone em, .k-other-month, .k-other-month .k-link, .k-slider .k-draghandle, .k-state-disabled, .k-state-disabled .k-link, .k-tile-empty strong {
    color: #a1a1a1 !important;
}

.k-calendar .k-link.k-nav-fast {
   /* color: #333;*/
    color: black !important;
}

.k-calendar .k-link {
    color: black !important;
}
.k-calendar .k-today {
   /* background-color: #e66b6b !important;*/
    color:white !important;
}
.k-other-month .k-link {
    color: lightgrey !important;
}

/*element.style {
}

.k-autocomplete, .k-block, .k-calendar .k-link, .k-calendar td, .k-calendar-container, .k-colorpicker, .k-combobox, .k-datepicker, .k-datetimepicker, .k-drag-clue, .k-dropdown, .k-dropdown-wrap, .k-editor-inline, .k-grid .k-filter-options, .k-grouping-header .k-group-indicator, .k-inline-block, .k-list-container, .k-multiselect, .k-notification, .k-numeric-wrap, .k-numerictextbox, .k-picker-wrap, .k-slider-selection, .k-slider-track, .k-split-button, .k-textbox, .k-tile, .k-timepicker, .k-tooltip, .k-touch-scrollbar, .k-treeview .k-in, .k-upload, .k-window, .k-window-titleless .k-window-content {
    border-radius: 4px;
}

.k-calendar td {
    padding: 0.08333em;
    cursor: pointer;
}

.k-calendar .k-link, .k-calendar td {
    text-decoration: none;
}

.k-state-selected {
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset;
}

.k-draghandle.k-state-selected:hover, .k-state-selected {
    background-image: none;
}

    .k-draghandle.k-state-selected:hover, .k-ghost-splitbar-horizontal, .k-ghost-splitbar-vertical,
    .k-list > .k-state-highlight, .k-list > .k-state-selected, .k-marquee-color, .k-panel > .k-state-selected,
    .k-scheduler .k-scheduler-toolbar .k-state-selected, .k-scheduler .k-today.k-state-selected, .k-state-selected,
    .k-state-selected:link, .k-state-selected:visited, .k-tool.k-state-selected {
        color: white !important;
        background-color: #7eb1dd !important;
        border-color: #7eb1dd !important;
    }

.k-autocomplete, .k-draghandle, .k-dropdown-wrap, .k-grid-header, .k-grouping-header, .k-header,
.k-numeric-wrap, .k-pager-wrap, .k-panelbar .k-tabstrip-items .k-item, .k-picker-wrap, .k-progressbar, .k-state-highlight,
.k-tabstrip-items .k-item, .k-textbox, .k-toolbar, .km-pane-wrapper > .km-pane > .km-view > .km-content {
    background-color: #003686;
}

.k-calendar th {
    background-color: #003686;
    color: #e66b6b;
}
.k-calendar .k-footer .k-nav-today {
    display:none !important;
}
.k-calendar .k-header .k-link.k-nav-next, .k-calendar .k-header .k-link.k-nav-prev {
    height: 1.8333em;
    width: 1.8333em;
    background-color: #e66b6b !important;
    color: white !important;
}
.k-calendar .k-link.k-nav-fast{
    color:white !important;
}
.k-calendar .k-link.k-nav-fast:hover {
    color: #e66b6b !important;
    background-color: #003686 !important;
    border-color: #003686 !important;
}
*/

.readcal {
    display: block;
    position: absolute;
    /* margin-right: 22px !important; */
    /*width: 200px;*/
    left: 75%;
    top: 5px;
}

.k-autocomplete, .k-draghandle, .k-dropdown-wrap,
.k-grid-header, .k-grouping-header, .k-header,
.k-numeric-wrap, .k-pager-wrap, .k-panelbar
.k-tabstrip-items .k-item, .k-picker-wrap,
.k-progressbar, .k-state-highlight, .k-tabstrip-items .k-item,
.k-textbox, .k-toolbar, .km-pane-wrapper >
.km-pane > .km-view > .km-content {
    background-color: white !important;
}

#Divreading p {
    background: none !important;
}

#Divreading span {
    background: none !important;
}

.graybg {
    /* border: 2px solid #EFEDED; */
    /* border-radius: 10px; */
    padding: 20px;
    /* background-color: #fafafa; */
    /* box-shadow: 0 0 30px rgb(214 215 216 / 60%); */
}

.MainHeading {
    color: red;
    font-weight: 1000;
    font-size: 28px;
    margin: 0px;
    /* background-color:#FFDCD7; */
}

.ReadingDate {
    font-size: 20px;
    padding: 20px 0px;
}

.inputDate {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    background-color: #fff;
    padding: 3px 5px;
    width: 190px;
}

.headingBorders {
    /* border: 2px solid #EFEDED; */
    /* background-color: #ffdddd; */
    /* box-shadow: 0 0 30px rgb(214 215 216 / 60%); */
    display: flex;
    justify-content: center;
    padding: 20px;
    /* border-radius: 10px; */
}

.wrapper {
    margin: 15px auto;
    max-width: 1100px;
}

[type="date"] {
    background: #fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png) 97% 50% no-repeat;
}

    [type="date"]::-webkit-inner-spin-button {
        display: none;
    }

    [type="date"]::-webkit-calendar-picker-indicator {
        opacity: 0;
    }


.calClass {
    margin-top: 30px !important;
    display: flex;
    justify-content: center;
}

.mt100 {
    margin-top: 100px;
}

.image-holder {
    height: 200px;
}


/*Body of the Panel when it expands*/
.panel .panel-body {
    position: relative;
    padding: 0 !important;
    overflow: hidden;
    height: auto;
}

    /*Image size and transition*/
    .panel .panel-body a img {
        display: block;
        margin: 0;
        width: 100%;
        height: 150px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
    }

    /*Transform scale effect when you hover over*/
    .panel .panel-body a.zoom:hover img {
        transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        -o-transform: scale(1.3);
        -moz-transform: scale(1.3);
    }

    /*Zoom Button*/
    .panel .panel-body a.zoom span.overlay {
        position: absolute;
        top: 0;
        left: 0;
        visibility: hidden;
        height: 100%;
        width: 100%;
        background-color: #000;
        opacity: 0;
        transition: opacity .25s ease-out;
        -moz-transition: opacity .25s ease-out;
        -webkit-transition: opacity .25s ease-out;
        -o-transition: opacity .25s ease-out;
    }

    /*Zoom Button and Tint Overlay*/
    .panel .panel-body a.zoom:hover span.overlay {
        display: block;
        visibility: visible;
        opacity: 0.55;
        -moz-opacity: 0.55;
        -webkit-opacity: 0.55;
        filter: alpha(opacity=65);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    }

        /*Zoom Button*/
        .panel .panel-body a.zoom:hover span.overlay i {
            position: absolute;
            top: 45%;
            left: 0%;
            width: 100%;
            font-size: 2.25em;
            color: #fff !important;
            text-align: center;
            opacity: 1;
            -moz-opacity: 1;
            -webkit-opacity: 1;
            filter: alpha(opacity=1);
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        }

#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}

.Backbtn {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s
}

.img_fit {
    width: 100%;
    height: 400px;
    /* height:auto; */
    object-fit: contain;
}
.effect {
    background-color: gray;
    opacity: 0.6;
}

.textMiddle {
    position: absolute;
    top: 45%;
    left: 25%;
    color: white;
}

.text {
    background-color: #BF0A30;
    color: white;
    font-size: 16px;
    padding: 30px 50px;
    opacity: 1 !important;
}

.image {
    width: 100%;
    border-radius: none;
}

.maxwidth_div {
    max-width: 350px;
    position: relative;
}

.ImageGallary {
    display: flex;
    justify-content: center;
}

.imgFolder {
    background-color: #BF0A30;
    padding: 20px;
    width: 100%;
}

.FolderText {
    font-size: 18px;
    color: white;
}

.FolderStyle {
    opacity: 0.6;
}

.pointer {
    cursor: pointer;
}

