/********** Template CSS **********/
:root {
  --primary: #b3954b;
  --secondary: #FFF0E6;
  --light: #F8F8F9;
  --dark: #001D23;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}


/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  font-weight: 700;
  transition: .5s;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
  color: #FFFFFF;
}

.btn.btn-primary:hover {
  color: var(--primary);
  background: transparent;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
  transition: .5s;
}

.top-bar {
  height: 45px;
  border-bottom: 1px solid rgb(255 255 255 / 22%);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
  margin-right: 30px;
  padding: 25px 0;
  color: #FFFFFF;
  font-weight: 700;
  outline: none;
  font-size: 16px;
  font-family: "Roboto Slab", serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #b3954b;
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav {
      margin-top: 10px;
      border-top: 1px solid rgba(0, 0, 0, .07);
      background: var(--dark);
  }

  .navbar .navbar-nav .nav-link {
      padding: 10px 0;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
      display: block;
      visibility: hidden;
      top: 100%;
      transform: rotateX(-75deg);
      transform-origin: 0% 0%;
      transition: .5s;
      opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
      transform: rotateX(0deg);
      visibility: visible;
      transition: .5s;
      opacity: 1;
  }
}


/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgb(28 22 22 / 81%);
  z-index: 9;
}

.carousel-control-prev,
.carousel-control-next {
  width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
  /* background-color: var(--dark); */
  /* border: 12px solid var(--dark); */
  border-radius: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
      position: relative;
      min-height: 450px;
  }
  
  #header-carousel .carousel-item img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

.page-header {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background: linear-gradient(rgba(0, 29, 35, .8), rgba(0, 29, 35, .8)), url(../img/carousel-1.jpg) center center no-repeat;
  background-size: cover;
}
.events-list li h4 {
  COLOR: #fff;
}
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: #999999;
}
html {
font-family: sans-serif;
line-height: 1.15;
}
body {
  /* font-family: "Roboto Slab", serif; */
  font-weight: 500 !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif;
  /* font-style: italic; */
  line-height: 1.25em;
  font-weight: 600 !important;
}
/*** Causes ***/
.causes-item .progress {
  height: 5px;
  border-radius: 0;
  overflow: visible;
}

.causes-item .progress .progress-bar {
  position: relative;
  overflow: visible;
  width: 0px;
  border-radius: 0;
  transition: 5s;
}

.causes-item .progress .progress-bar span {
  position: absolute;
  top: -7px;
  right: 0;
  width: 40px;
  height: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background: var(--primary);
  color: #FFFFFF;
}

.causes-item .causes-overlay {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  overflow: hidden;
  opacity: 0;
  transition: .5s;
}

.causes-item:hover .causes-overlay {
  height: 100%;
  opacity: 1;
}


/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .06);
}


/*** Donate ***/
.donate {
  background: rgba(0, 29, 35, .8);
}

.btn-group .btn-light:hover,
.btn-group input[type="radio"]:checked+label {
  color: var(--primary);
  border-color: var(--primary);
}


/*** Team ***/
.team-item img {
  position: relative;
  top: 0;
  transition: .5s;
}

.team-item:hover img {
  top: -30px;
}

.team-item .team-text {
  position: relative;
  height: 100px;
  transition: .5s;
}

.team-item:hover .team-text {
  margin-top: -60px;
  height: 160px;
}

.team-item .team-text .team-social {
  opacity: 0;
  transition: .5s;
}

.team-item:hover .team-text .team-social {
  opacity: 1;
}

.team-item .team-social .btn {
  display: inline-flex;
  color: var(--primary);
  background: #FFFFFF;
  border-radius: 40px;
}

.team-item .team-social .btn:hover {
  color: #FFFFFF;
  background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  /* background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  z-index: 1;
}

.testimonial-carousel::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  /* background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%); */
  z-index: 1;
}

@media (min-width: 768px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 200px;
  }
}

@media (min-width: 992px) {
  .testimonial-carousel::before,
  .testimonial-carousel::after {
      width: 300px;
  }
}

.testimonial-carousel .owl-item .testimonial-text {
  background: var(--light);
  transform: scale(.8);
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
  background: var(--primary);
  transform: scale(1);
}

.testimonial-carousel .owl-item .testimonial-text *,
.testimonial-carousel .owl-item .testimonial-item img {
  transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
  color: var(--light) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item img {
  /* background: var(--primary) !important; */
} 

.testimonial-carousel .owl-nav {
  position: absolute;
  width: 350px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
  width: 300px;
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position: relative;
  color: var(--primary);
  font-size: 45px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: var(--dark);
}


/*** Footer ***/

.footer .btn.btn-link {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  text-align: left;
  color: rgba(255,255,255,0.5);
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
}

.footer .btn.btn-link::before {
  position: relative;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: rgba(255,255,255,0.5);
  margin-right: 10px;
}

.footer .btn.btn-link:hover {
  color: var(--light);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: rgba(255,255,255,0.5);
  border: 1px solid rgba(255,255,255,0.5);
}

.footer .btn.btn-square:hover {
  color: var(--secondary);
  border-color: var(--light);
}

.footer .copyright {
  padding: 25px 0;
  font-size: 15px;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: var(--primary);
}
img.responsive {
  width: 100%;
}
.logo a {
  margin: 0;
  padding: 0;
}
.logo h1 {
  font-size: 22px;
  color: #fff;
  padding: 20px 10px;
}
.carousel-item img {
  height: 650px;
  object-fit: cover;
}
nav.navbar {
  background: #8a0b34;
}

/*Home 1*/
.pt-180 {
  padding-top: 180px;
}

.up-event-cover {
  position: absolute;
}
.up-event-cover .up-event {
  border-radius: 12px;
  background: #fff;
  padding: 50px;
  width: 100%;
  max-width: 490px;
  margin-top: -150px;
  z-index: 99;
}
.up-event-cover .up-event img.tag {
  top: 0;
  right: 30px;
}

.events-list li {
  list-style: none;
  border-bottom: 1px solid var(--tc-color-neutral-50);
  transition: all 0.3s ease-in-out;
}
.events-list li .event-date {
  position: relative;
  padding: 10px 18px 10px 18px;
  background-color: var(--tc-color-brand1-100);
  width: 70px;
  transition: all 0.3s ease-in-out;
}
.events-list li .event-date span {
  color: #fff;
  display: block;
}
.events-list li:hover {
  transform: translateY(-2px);
  transition: all 0.3s ease-in-out;
}
.events-list li:hover .event-date {
  background-color: var(--tc-color-brand1-500);
}
.events-list li:hover .event-date span {
  color: #fff;
}
.events-list li:hover h4 {
  color: #fff;
}
.events-list li:last-child {
  border-bottom: none;
}
.about {
  padding-top: 40px;
}
.home1-section2 {
  padding-bottom: 50px;
  position: relative;
}
.pt-80 {
  padding-top: 80px;
}
.events-list li .event-date {
  position: relative;
  padding: 10px 18px 10px 18px;
  background-color: #1d4f53;
  width: 70px;
  transition: all 0.3s ease-in-out;
}
.events-list li:hover .event-date {
  background-color: #b3954b;
}
.shadow-1 {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
/*----------- Icon Boxes --------------*/

.svg-gradient{
  position: fixed;
  top: 0;
  left: 0;
}

.icons-box [class*="col-"]:not(:last-child){
  margin-bottom: 0!important;
}

.icons-box.style-1{
  margin-bottom: -30px;
}

.icons-box.style-1.flex-row{
  margin: 0 -15px -45px;
}

.icons-box.style-1 > .icons-wrap{
  text-align: center;
  padding-bottom: 45px;
}

  .icons-box.style-1:not(.type-2) .icons-item .item-box p{
    padding: 0 15px;
  }

  .icons-box.style-1 .icons-item .item-box > i{
    margin-bottom: 26px;
    font-size: 60px;
    color: #b01933;
    display: block;
  }

  .icons-box.style-1 .icons-item .item-box > i:not([class*="licon-"]){
    font-style: normal;
    font-family: 'Lora', sans-serif;
    line-height: 40px;
  }

  .icons-item .item-box .icons-box-title:not(:last-child){
    margin-bottom: 13px;
  }

  .icons-item .item-box .icons-box-title{
    font-weight: bold;
    font-style: italic;
  }

.icons-box.style-2 .icons-wrap{
  padding: 20px;
  height: 335px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.icons-box.style-2 .icons-wrap:after{
  content: '';
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(163,23,47); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(163,23,47,1) 0%, rgba(239,34,69,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(163,23,47,1) 0%,rgba(239,34,69,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(163,23,47,1) 0%,rgba(239,34,69,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  opacity: 0;
  visibility: hidden;

  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.icons-box.style-2 .icons-wrap:hover:after{
  opacity: 0.7;
  visibility: visible;
}

  .icons-box.style-2 .icons-item .item-box > i{
    display: block;
    margin-bottom: 40px;
    transition: all .45s ease;
    max-height: 70px;
  }

  .icons-box.style-2 .icons-wrap .bg-img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
  }

  .icons-box.style-2 .icons-wrap:hover .bg-img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }

  .icons-box.style-2 .icons-wrap .icons-item{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px;

    transition: all .45s ease;
  }

  .icons-box.style-2 .icons-wrap .icons-item p{
    color: #e7e7e7;
  }

  .icons-box.style-2:not(.type-2) .icons-item .icons-box-title{
    position: relative;
    padding-bottom: 7px;
  }

  .icons-box.style-2:not(.type-2) .icons-item h3.icons-box-title{
    line-height: 39px;
  }

  .icons-box.style-2:not(.type-2) .icons-item .icons-box-title:after{
    content: '';
    position: absolute;
    top: 100%;
    height: 3px;
    width: 50px;
    background: #cac6c7;
    left: 0;
  }

  .icons-box.style-2:not(.type-2) .icons-item .icons-box-title:not(:last-child){
    margin-bottom: 20px;
  }

  .icons-box.style-2 .icons-item .icons-box-title a{
    color: #fff;
    border-bottom: none;
    font-weight: bold;
    font-style: italic;
  }

  .icons-box.style-2 .icons-item p:not(:last-child){
    margin-bottom: 18px;
  }

  .icons-box.style-2:not(.type-2) .icons-wrap .icons-item{
    -webkit-transform: translateY(65px);
    -ms-transform: translateY(65px);
    -o-transform: translateY(65px);
    transform: translateY(65px);
  }

  .icons-box.style-2:not(.type-2) .icons-wrap:hover .icons-item{
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .icons-box.style-2:not(.type-2) .icons-wrap .icons-item .btn{
    opacity: 0;
    visibility: hidden;
    color: #fff;
  }

  .icons-box.style-2:not(.type-2) .icons-wrap .icons-item .btn:hover{
    border-color: #fff;
  }

  .icons-box.style-2 .icons-wrap:hover .icons-item .btn{
    opacity: 1;
    visibility: visible;
  }.icons-box.style-2 .icons-wrap {
      padding: 20px;
      height: 335px;
      z-index: 1;
      position: relative;
      overflow: hidden;
  }.item-col-4 > * {
      width: 25%;
  }.flex-row {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-flow: row wrap;
      flex-flow: row wrap;
  }
.ministries {
  background: #00382e;
}
.ministries img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
/* Half cols bg */

.half-bg-col{
  position: relative;
}

.half-bg-col{
  padding: 150px 0;
}

.half-bg-col.size2{
  padding: 180px 0;
}

.half-bg-col.size3{
  padding: 112px 0;
}

.half-bg-col .row{
  margin-left: -35px;
  margin-right: -35px;
}

.half-bg-col .row > [class*="col-"]{
  padding-right: 35px;
  padding-left: 35px;
}

.col-bg{
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

[class*="img-col"]{
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}

.img-col-left{
  left: 0;
}

.img-col-right{
  right: 0;
}.event-holder{
  display: inline-block;
  z-index: 1000;
  position: relative;
  text-align: center;
}
img.slogan {
  width: 350px;
  height: auto;
}.testimonial-item {
  border: 2px solid #f1f1f1;
  margin: 10px;
  /* border-radius: 5px; */
}
.owl-carousel .owl-item .testimonial-item img {
  /* width: 200px; */
  object-fit: contain;
  height: 100px;
  /* background: #f1f1f1; */
}