.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.z-index-0 {
  z-index: 0 !important;
}

.cursor-pointer {
  cursor: pointer;
}

body {
  font-family: "Raleway", -apple-system, sans-serif;
  background-color: #fff;
  width: -webkit-fill-available;
  width: -moz-available;
  height: 200vh;
  position: relative;
  overflow-x: hidden;
}

body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

body.offcanvas-menu:before {
  opacity: 1;
  z-index: 1002;
  visibility: visible;
}

p {
  color: #b3b3b3;
  font-weight: 300;
}

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

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a,
a:hover {
  text-decoration: none !important;
}

.hero {
  min-height: 100vh;
  width: 100%;
  background-image: url(../images/hero_bg_desktop.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
  top: 2rem;
}

.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem;
}

@media (max-width: 1199.98px) {
  .site-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.site-navbar .site-logo {
  position: absolute;
  left: 5%;
}

.site-navbar .site-logo a img {
  width: 188px;
  height: 85px;
}

@media (max-width: 767.98px) {
  .hero {
    background-image: url(../images/hero_bg_mobile.png);
  }
  
  .site-navbar .site-logo {
    position: relative;
    left: auto;
  }

  .site-navbar .site-logo a img {
    width: 188px;
    height: 64px;
  }
}

.site-navbar .site-logo a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-burger-menu,
.site-navbar .right-cta-menu {
  position: absolute;
  right: 5%;
}

@media (max-width: 767.98px) {

  .site-navbar .site-burger-menu,
  .site-navbar .right-cta-menu {
    position: relative;
    right: auto;
  }
}

.site-navbar .site-menu-toggle {
  color: #fff;
  line-height: 0;
  font-size: 2.5rem;
  position: relative;
}

@media (max-width: 767.98px) {
  .site-navbar .site-menu-toggle {
    margin-left: 5px;
  }
}

.site-navbar .site-navigation {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
  background-color: #ffffff;
  border-radius: 280px;
}

.site-navbar .site-navigation .site-menu .active {
  color: #FECB00;
  font-weight: 700;
  display: inline-block;
  padding: 5px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
  padding: 20px 20px !important;
  color: #002664;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #FECB00;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #89ba16;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  line-height: 1.4;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: #ebeef0;
  color: #89ba16;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a.active {
  background: #ebeef0;
  color: #89ba16;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #ebeef0;
  color: #212529;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a {
  color: black;
  position: relative;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:after {
  height: 2px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.active {
  color: #89ba16;
  position: relative;
}

.site-navbar .site-navigation .site-menu.site-menu-dark>li>a:hover:after,
.site-navbar .site-navigation .site-menu.site-menu-dark>li>a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #89ba16;
  text-decoration: none;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
  color: #000;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li {
  width: auto;
}

.site-mobile-menu .site-nav-wrap[data-class="social"]>li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper+.site-blocks-cover {
  margin-top: 96px;
}

.sticky-wrapper .site-menu-toggle {
  color: #000;
}

@media (max-width: 991.98px) {
  .sticky-wrapper .site-menu-toggle {
    color: #fff;
  }
}

.sticky-wrapper .site-navbar {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
  position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
  color: #fff;
  position: relative;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover:after,
.sticky-wrapper .site-navbar .site-menu>li>a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sticky-wrapper.is-sticky .site-menu-toggle {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li {
  display: inline-block;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
  position: relative;
  color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:after {
  height: 2px;
  background: #89ba16;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
  color: #89ba16;
  position: relative;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover:after,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.btn:after,
.btn:before {
  display: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
  background: #89ba16;
  border-color: #89ba16;
}

.btn.btn-primary:hover {
  background: #90c317;
  border-color: #90c317;
}

.btn.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

.btn.btn-outline-primary {
  color: #89ba16;
}

.btn.btn-outline-primary:hover {
  color: #fff;
  background: #89ba16;
}

.participate-link {
  color: #002664;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
}

.participate-link:hover,
.participate-link:visited {
  color: #002664;
}

.participate-link .ellipse {
  position: absolute;
  left: -10px;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  z-index: 0;
}

.participate-link span {
  z-index: 1;
}

.banner {
  padding-left: 5%;
  padding-right: 5%;
  padding-top: calc(95px + 1rem);
}

.banner .banner-text-part .banner-title-p {
  color: #FFFFFF;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 126%; /* 1.4175rem */
  text-transform: capitalize;
}

.banner .banner-text-part .welcome {
  color: #002664;
  font-size: 1.0625rem;
  font-weight: 500;
}

.banner .banner-text-part .tchad-uni-logo {
  width: 120px;
  height: 120px;
}

.banner .banner-image-part .home-slider-image {
  max-width: 85%;
  /* height: calc(100vh - 85px - 1rem); */
}

.shadow-img {
  top: 100px;
  z-index: 0;
}

.image-white,
.image {
  z-index: 100;
}

.home-about {
  margin-top: -50px;
}

.about .program-bg,
.about .bilan-bg {
  height: 450px;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50%;
  padding-bottom: 2.5rem;
  padding-left: 4rem;
}

.about .program-bg {
  background-blend-mode: multiply;
  background-color: rgba(234, 168, 0, .3);
  background-image: url(../images/about-1.jpg);
}

.about .bilan-bg {
  background-blend-mode: multiply;
  background-color: rgba(0, 38, 100, .3);
  background-image: url(../images/about-2.jpg);
}

.about .program-bg .download-program {
  padding: .75rem 1.5rem;
  border: 1px solid #002664;
  background-color: #002664;
  color: #FECB00;
  font-weight: 800;
  font-size: 1.125rem;
  text-decoration: none;
}

.about .program-bg .download-program:hover {
  border: 1px solid #FECB00;
  background-color: #FECB00;
  color: #002664;
}

.about .bilan-bg .download-bilan {
  padding: .75rem 1.5rem;
  border: 1px solid #FECB00;
  background-color: #FECB00;
  color: #002664;
  font-weight: 800;
  font-size: 1.125rem;
  text-decoration: none;
}

.about .bilan-bg .download-bilan:hover {
  border: 1px solid #002664;
  background-color: #002664;
  color: #FECB00;
}

.profession-faith {
  padding: 5rem 5% 6rem 5%;
  background-image: url(../images/home-wave.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 800px;
}

.profession-faith .faith-text h3 {
  color: #FECB00;
  font-weight: 800;
  font-size: 2.5rem;
}

.profession-faith .faith-text p {
  color: #000000;
  font-weight: 400;
  font-size: 1.125rem;
}

.profession-faith .faith-image {
  width: calc(100% - 50px);
  height: 450px;
  background: linear-gradient(to left top, #002664, #FECB00);
}

.profession-faith .faith-image img {
  position: absolute;
  top: -20px;
  left: -45px;
}

.gallery,
.review-container {
  padding: 5rem 5% 6rem 5%;
}


.gallery h3 {
  color: #FECB00;
  font-weight: 800;
  font-size: 2.5rem;
}

.gallery-img-container {
  height: 250px;
}

.gallery-img-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.midi-talk {
  padding: 5rem 10% 6rem 10%;
  background-color: #A0CEE8;
}

.midi-talk h3 {
  color: #002664;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.midi-talk iframe,
.video-visualizer iframe {
  border-radius: 0.625rem;
  background: rgba(30, 30, 30, 0.60);
  padding: .6rem;
}

footer {
  padding: 3rem 5% 1.5rem 5%;
  background-color: #002664;
}

footer h4 {
  font-family: "Syne", sans-serif;
  color: #ffffff;
  font-weight: 500;
  font-size: 1.25rem;
  margin-bottom: 1.75rem;
}

footer .first-col p,
footer .contact-line,
footer .second-col .footer-menu li>a {
  font-family: "Syne", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  text-decoration: none;
}

footer .contact-line:hover,
footer .contact-line:visited,
footer .contact-line.active,
footer .contact-line:active {
  color: #ffffff;
}

footer .second-col .footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

footer .second-col .footer-menu li:not(:last-child) {
  margin-bottom: 1rem;
}

footer .second-col .footer-menu li>a:hover,
footer .second-col .footer-menu li>a.active,
footer .second-col .footer-menu li>a:active {
  color: #FECB00;
}

footer .third-col p {
  font-family: "Syne", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: justify;
}

footer .fourth-col select {
  font-family: "Syne", sans-serif;
  display: block;
  width: 100%;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  border: none;
  border-bottom: 1px solid #ffffff;
  padding: .5rem .25rem;
  background-color: transparent;
}

footer .copyright {
  font-family: "Syne", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: 1rem;
  border-top: 1px solid #ffffff;
  margin-right: -6%;
  margin-left: -6%;
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
}

.other-page-banner {
  min-height: 0;
  height: 500px;
}

.news-page-banner {
  min-height: 0;
  height: 125px;
}

.other-page-banner .banner {
  height: 100%;
}

.faith-profession-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-color: rgba(0, 38, 100, .65);
  background-image: url(../images/faith_profession_banner.jpg);
  height: 100%;
}

.faith-profession-banner img {
  width: 50%;
  max-height: 300px;
}

.pf-profession-faith {
  margin-top: 2rem;
  padding-right: 5%;
}

.pf-profession-faith h3 {
  color: #FECB00;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
}

.pf-profession-faith .pf-content {
  color: #000000;
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.pf-profession-faith .signature {
  color: #000000;
  font-weight: 700;
  font-size: 1.65rem;
  margin-top: 1rem;
  text-align: right;
  margin-bottom: 1.75rem;
}

.gallery-bg {
  background-image: url(../images/gallery_banner.jpg);
}

.gallery-description {
  padding: 4rem 5% 0 5%;
}

.gallery-description h3 {
  color: #002664;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 1.125rem;
}

.gallery-description p {
  color: #000000;
  font-weight: 400;
  font-size: 1.5rem;
  text-align: justify;
}

.gallery.g-gallery h3 {
  color: #002664;
}

.gallery.g-gallery .filter a {
  color: #002664;
  font-weight: 300;
  font-size: 1.5rem;
  text-decoration: none;
  position: relative;
}

.gallery.g-gallery .filter a:first-child {
  padding: .5rem 1rem .25rem 0;
}

.gallery.g-gallery .filter a:last-child {
  padding: .5rem 0 .25rem 1rem;
}

.gallery.g-gallery .filter a.active {
  color: #FECB00;
  font-weight: 800;
}

.gallery.g-gallery .filter a:first-child.active {
  border-right: 4px solid #FECB00;
}

.gallery.g-gallery .filter a:last-child.active {
  border-left: 4px solid #FECB00;
}

.gallery.g-gallery .filter a.active::after {
  content: '';
  display: block;
  background-color: #002664;
  width: 50%;
  height: 4px;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.gallery.g-gallery .filter a:last-child.active::after {
  left: 1rem;
}

.video-carousel .video-item {
  background-color: rgba(10, 46, 105, 0.50);
  background-blend-mode: multiply;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 250px;
}

.video-carousel .video-item svg {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.video-visualizer .player {
  position: absolute;
  top: calc((100% - 148px) / 2);
  left: calc((100% - 148px) / 2);
}

.review-container .review-item:hover {
  background-color: rgba(0, 38, 100, 1);
  border-radius: .5rem;
  border: 1px solid #002664;
  padding-top: .6rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-bottom: 1.25rem;
}

.review-container .review-item:hover>img {
  border-radius: .5rem;
}

.review-container .review-item a img.chevron-right-white {
  display: none;
}

.review-container .review-item:hover h3,
.review-container .review-item:hover p,
.review-container .review-item:hover a {
  color: #ffffff;
}

.review-container .review-item:hover a:hover,
.review-container .review-item:hover a:visited {
  color: #ffffff;
}

.review-container .review-item:hover a img.chevron-right-white {
  display: inline-block;
}

.review-container .review-item:hover a img.chevron-right {
  display: none;
}

.review-container .review-item>img {
  width: 100%;
  height: 325px;
  object-fit: cover;
}

.review-container .review-item h3 {
  color: #000000;
  font-size: 1.875rem;
  font-weight: 800;
  margin-top: 1rem;
}

.review-container .review-item p {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 300;
}

.review-container .review-item a {
  font-size: 1.125rem;
  font-weight: 300;
  margin-left: 10px;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.text-truncate-vertical {
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.text-truncate-2 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-truncate-3 {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.program-title {
  font-size: 1.75rem;
  border: 2px dashed #EAA800;
  border-radius: 200px;
  padding: .75rem 1rem;
  text-align: center;
  width: auto;
}

.participation-form-container > h3 {
  color: #EAA800;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 126%; /* 3.15rem */
  text-transform: uppercase;
  margin-bottom: 4.5rem;
}

.participation-form .form-group {
  margin-bottom: 2.5rem;
}

.participation-form .form-check {
  margin-bottom: 1.75rem;
}

.participation-form .form-group label {
  color: #000000;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: .65rem;
}

.participation-form .form-group .form-control {
  border-radius: 3.125rem;
  background: #D9D9D9;
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 4rem;
  padding: 1rem 1.5rem;
}

.participation-form .form-group .form-control:focus {
  border-color: #002664;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}


.participation-form .form-group .bootstrap-select>.dropdown-toggle.bs-placeholder,
.participation-form .form-group .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.participation-form .form-group .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.participation-form .form-group .bootstrap-select>.dropdown-toggle.bs-placeholder:hover,
.participation-form .form-group .form-control::placeholder {
  color: rgba(0, 0, 0, 0.35);
  font-weight: 300;
}

.participation-form .form-group .bootstrap-select>.dropdown-toggle {
  border-radius: 3.125rem;
  background: #D9D9D9;
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 4rem;
  padding: 1rem 1.5rem;
}

.participation-form .form-group .country-select {
  display: block;
  width: 100% !important;
}


.participation-form .form-group .input-group {
  border-radius: 3.125rem;
  background: #D9D9D9;
  padding: 0;
  height: 4rem;
}

.participation-form .form-group .input-group>.input-group-prepend {
  border-radius: 3.125rem;
  background: #ffffff;
  padding: 1rem 1.75rem 1rem 1.875rem;
  margin: 0.25rem .3rem;
}

.participation-form .form-group .input-group>.input-group-prepend>#phone_addon {
  padding: 0;
  background-color: inherit;
  border: none;
  border-radius: 0;
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.participation-form .form-group .input-group .form-control {
  border-top-right-radius: 3.125rem;
  border-bottom-right-radius: 3.125rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: #D9D9D9;
  color: #000000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 100%;
  padding: 1rem 1.5rem;
  margin-left: .75rem;
  border-left: 0;
}

.participation-form .form-group .input-group .form-control:focus {
  border-color: #D9D9D9;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.participation-form .form-group .date-picker-container .date-icon {
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}

.datepicker-days table {
  width: 100%;
}

.datepicker-dropdown {
  min-width: 50%;
}

.submit-btn {
  border-radius: 3.125rem;
  background: #EAA800;
  color: #002664;
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  padding: 1.125rem 1.75rem;
}

.participate-row {
  margin-bottom: 8rem;
}

.news-container {
  padding: 0 10%;
}

.news-container .popular-article-title h1 {
  margin-left: .75rem;
  color: #EAA800;
  font-size: 3rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 0;
}

.news-container .popular-article img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: top;
}

.news-container .popular-article h3 {
  color: #000000;
  text-align: justify;
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  margin-top: 1.75rem;
  margin-bottom: .35rem;
}

.news-container .popular-article p {
  color: #000;
  text-align: justify;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-container .popular-article ul {
  list-style-type: '- ';
}

.news-container .review-container {
  padding: 0;
}

.mb-article {
  margin-bottom: 2rem;
}