@font-face {
  font-family: "metropolislight";
  src: url("metropolis-light-webfont.woff2") format("woff2"),
    url("metropolis-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AkzidenzGroteskBQb";
  src: url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Bold Condensed.otf") format("woff");
  font-weight: bold;
  font-style: bold;
}
@font-face {
  font-family: "AkzidenzGroteskBQ";
  src: url("Berthold Akzidenz Grotesk Condensed.otf") format("woff2"),
    url("Berthold Akzidenz Grotesk Condensed.otf") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir-Roman";
  src: url("Avenir-Roman.woff2") format("woff2"),
    url("Avenir-Roman.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Avenir";
  src: url("Avenir-Black.woff2") format("woff2"),
    url("Avenir-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "metropolisregular";
  src: url("metropolis-regular-webfont.woff2") format("woff2"),
    url("metropolis-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.header-main {
  border-bottom-style: solid;
  border-color: #cc7f12;
  border-width: 10px;
  position: fixed;
  background: #ffffff;
}
.main-banner1 {
  background-image: url("../img/hero-carousel/main_banner.jpg");
}

.hero {
  border-bottom-style: solid;
  border-color: #cc7f12;
  overflow-x: hidden;
  padding: 0;
}

.hero .carousel {
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
  margin: 0;
  position: relative;
}

.hero .carousel-item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  min-height: 100% !important;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
}

.hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.hero {
  border-bottom-style: solid;
  border-color: #cc7f12;
  overflow-x: hidden;
  padding: 0;
  margin-top: 125px;
  height: 100%;
}

/* .hero .carousel {
   width: 100%; 
  height: 100%;
  padding: 80px 0;
  margin: 0;
  position: relative;
} */

/* .hero .carousel-item {
  position: absolute;
  inset: 0;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  overflow: hidden;
  z-index: 1;
  transition-duration: 0.4s;
} */

.hero .carousel-item::before {
  content: "";
  /* background-color: rgba(0, 0, 0, 0.7);*/
  position: absolute;
  inset: 0;
}

.hero .info {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* ======= Events  start ======= */
.welcome {
  color: #fff;
}

.welcome p {
  font-size: 24px;
  text-align: left;
}
.welcome_container {
  padding: 50px;
}
.container_border {
  border-bottom-style: solid;
  border-color: #cc7f12;
}
.welcome h3 {
  font-weight: bold;
  font-size: 45px;
  text-align: left;
  margin-bottom: 32px;
}
.welcome img {
  width: 100%;
}

.gridRemoveSpace a {
  color: #300706;
  font-family: "AkzidenzGroteskBQb";
  font-size: 22px;
  font-style: bold;
}
.gridRemoveSpace p {
  padding: 0px 0px;
}
.gridRemoveSpace:hover {
  opacity: 1;
}
.connect_content img {
  width: 100%;
}
.gridRemoveSpace {
  padding: 0px;
}
.eventsMainBg {
  background-image: url("../img/events/up_coming_event_bg.jpg");
  background-size: cover;
}
.responsive-calvary {
  background-image: url("../img/welcome_bg.jpg");
}
.connect_hedding h2 {
  font-size: 52px;
  color: #300706;
  font-weight: bold;
}
.connectImages {
  position: relative;
}
.overlayRed {
  position: absolute;
  top: 0;
  left: 0;
  background: #aa8076bf;
  display: block;
  width: 100%;
  height: 100%;
}
.connectImages:hover .overlayRed {
  display: none;
}
.bi-chevron-right::before {
  color: white;
}
.bi-chevron-left::before {
  color: white;
}

/*media query start here */
@media screen and (max-width: 1024px) and (min-width: 999px) {
  .responsive-main {
    padding: 0px;
  }
  .header-social-links {
    display: none !important;
  }
  .mobile-nav-show {
    margin-right: 40px;
  }
  .responsive-navbar {
    justify-content: space-between !important;
  }
  .responsiveLive h5 {
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  /* .mobile-nav-show {
    margin-right: 25px;
  }*/
  /*.header .logo img {
    max-height: 33px;
  }*/
  .header-social-links {
    display: none !important;
  }
  .hero .carousel {
    min-height: 50vh;
    width: 100%;
    text-align: center;
  }
  .hero {
    border-bottom-style: solid;
    border-color: #cc7f12;
  }
  .footer .footer-content .footer-links {
    margin: 5px 0px 30px;
    text-align: center;
  }
  .evangelLink {
    float: inherit;
  }
  .responsive-evangel {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .responsiveMainEvangel {
    margin-top: 30px !important;
  }
  .responsiveCategories {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .responsive-navbar {
    justify-content: space-between !important;
  }
  .responsiveLive h5 {
    padding-bottom: 25px;
  }
  .eksLogo {
    padding: 0px 0px;
  }
  .eventsDate p {
    line-height: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* .mobile-nav-show {
    margin-left: 83px;
  }*/
  .commonHeading p {
    padding: 0px;
  }
  .evangelLink {
    float: inherit;
  }
  .eksLogo {
    padding: 0px 25px;
  }
  .eventsDate p {
    line-height: 18px;
  }
  .swiper-slide img {
    width: 130%;
  }
  .overlayRed {
    position: absolute;
    top: 0;
    left: 0;
    background: #aa8076bf;
    display: block;
    width: 100%;
    height: 100%;
    display: none;
  }
  .welcome_container {
    padding: 50px 20px !important;
  }
}
@media screen and (max-width: 768px) and (min-width: 600px) {
  .responsiveFooterLink {
    flex-direction: column;
    padding-right: 50px;
  }
  .swiper-slide img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .welcome h3 {
    font-size: 39px;
  }
  .footer {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 540px) and (min-width: 500px) {
}
@media screen and (max-width: 280px) and (min-width: 200px) {
  .mobile-nav-show {
    margin-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .hero {
    margin-top: 100px;
  }
  .hero .carousel {
    min-height: 35vh;
  }
}
