<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> /* ---------------------------------------------- Revamp CSS ------------------------------------------------------- */
html {
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  display: none;
}
/* Track */
html::-webkit-scrollbar-track {
  display: none;
}
/* Handle */
html::-webkit-scrollbar-thumb {
  display: none;
}
/* Handle on hover */
html::-webkit-scrollbar-thumb:hover {
  display: none;
}
html * {
  -ms-overflow-style: inherit;
  /* for Internet Explorer, Edge */
  scrollbar-width: 3px;
  /* for Firefox */
}
html .scroll_h {
  scrollbar-width: 3px !important;
  scrollbar-color: #18A9D3 #f4f4f4;
}

html .scroll_h::-webkit-scrollbar {
  height: 3px !important;
  display: block !important;
  background-color: #f4f4f4 !important;
}

html .scroll_h::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f4f4f4;
}

html .scroll_h::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #18A9D3;
}
/* html .no_scroll {
  display: none !important;
} */

html .no_scroll::-webkit-scrollbar {
  display: none !important;
}

html .no_scroll::-webkit-scrollbar-track {
  display: none !important;
}

html .no_scroll::-webkit-scrollbar-thumb {
  display: none !important;
}
html,
body {
  overflow-x: hidden;
  font-family: "Plus Jakarta Sans", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
article,
li,
a,
span,
strong,
em,
nav,
div,
form,
input,
button {
  font-family: "Plus Jakarta Sans", sans-serif;
}
[class^=icon-], [class*=" icon-"],
[class^=icon-] *, [class*=" icon-"] *{
  font-family: 'icomoon' !important;
}
.swiper {
  width: 100%;
  height: auto !important;
}
.form-inline,
.form-group {
  position: relative;
}
figure{
  margin-bottom: 0;
}
img{
  max-width: 100%;
}
a {
  -webkit-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -moz-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
  -ms-transition: color 0.4s ease-in-out, background-color 0.4s ease-in-out;
}
div#wrapper{
  overflow: visible !important;
}
figure{
  margin-bottom: 0;
}
.fw-el {
  font-weight: 200;
}
.fw-l {
  font-weight: 300;
}
.fw-r {
  font-weight: normal;
}
.fw-m {
  font-weight: 500;
}
.fw-sb {
  font-weight: 600;
}
.fw-b {
  font-weight: 700;
}
.fw-eb {
  font-weight: 800;
}
.d-none{
  display: none;
}
p:empty{
  display: none !important;
}
.swiper-wrapper{
  height: auto !important;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.waffle .waffle-icon{
  margin-bottom: 0;
}
.swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
}
.swiper-slide &gt; img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-progress-bar {
  position: relative;
  width: 100%;
  display: block;
  z-index: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.swiper-progress-bar .slide_progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #fff;
  width: 0;
  clear: both;
  opacity: 1;
  transition: 0.1s width linear;
}

.swiper-slide-thumb-active .swiper-progress-bar .slide_progress-bar {
  opacity: 1;
  transition: width linear;
  transition-delay: unset;
  width: 100%;
  transition-duration: 5s;
}
.header.smaller .menu-section .logo .main-menu &gt; a {
  padding: 4px 20px 2px 0;
}
.nav-menu li a{
  font-size: 16px;
  font-weight: 500;
  line-height: 85px;
}
.watch-btn{
  font-size: 13px;
  font-weight: 600;
  line-height: 85px;
}
.donate-btn{
  font-size: 14px;
  font-weight: 600;
  line-height: 85px;
}

.nav-menu &gt; ul, #search-frm input {
  width: calc(100% - 255px);
}
.login ul li a{
  font-weight: normal;
}
.home-banner {
  position: relative;
  padding: 0;
}
.home-banner-slider {
  width: 100%;
}
.home-banner-slider .swiper-pagination {
  width: max-content !important;
  left: inherit !important;
  right: 50px !important;
}
.home-banner-slider .swiper-slide {
  padding-top: 40.5%;
}
.home-banner-slider .swiper-slide &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-banner-slider .swiper-pagination-bullet{
  width: 32px;
  height: 4px;
  border-radius: 0;
  padding: 0;
  position: relative;
}
.home-banner-slider .swiper-pagination-bullet::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 0;
  height: 100%;
  opacity: 0;
  background-color: #34adcc;
  transition:opacity .2s ease-out, width 5s ease-out;
}

.home-banner-slider .swiper-pagination-bullet-active::before{
  width: 100%;
  opacity: 1;
}
.home-banner-slider .swiper-pagination-bullet{
  background: #fff;
}
.home-banner-slider  .swiper-pagination{
  bottom: 40px !important;
}
.home-banner-content {
  position: absolute;
  bottom: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home-banner-content figure {
  margin-bottom: 45px;
  text-align: left;
}
.home-banner-content figure &gt; img {
  max-width: 320px;
}

.home-banner-content .lang {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
  text-transform: capitalize;
}
.home-banner-content .date {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-align: left;
}
.home-banner-content .location {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
}
.home-banner-content .location &gt; img {
  margin-right: 5px;
  width: 14px;
  flex: 0 0 14px;
}

.home-thumb-slider {
  position: absolute;
  bottom: -12%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.home-thumb-slider .swiper-slide {
  width: 20%;
  height: 100%;
  position: relative;
  padding-top: 13.18%;
  z-index: 0;
  cursor: pointer;
  text-align: left;
}
.home-thumb-slider .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.home-thumb-slider .swiper-slide-thumb-active.swiper-slide::after {
  opacity: 0;
}
.home-thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.home-thumb-slider .swiper-slide .thumb-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  font-weight: bold;
  padding: 0 22px;
  color: #fff;
  width: 100%;
  z-index: 2;
  text-align: center;
  text-transform: uppercase;
}
.home-thumb-slider .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
}
.home-thumb-slider .swiper-slide .swiper-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.home-thumb-slider .swiper-nav {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: -25px;
  right: 15px;
}
.home-thumb-slider .swiper-nav .prev,
.home-thumb-slider .swiper-nav .next {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
}
.home-thumb-slider .swiper-nav .prev {
  margin-right: 5px;
}
.home-thumb-slider .swiper-nav .next {
  margin-left: 5px;
}
.home-thumb-slider .swiper-nav .prev::after,
.home-thumb-slider .swiper-nav .next::after {
  color: #000;
  font-size: 14px;
  font-weight: bold;
}
.home-thumb-slider .swiper-nav .prev::after {
  margin-right: auto;
}
.home-thumb-slider .swiper-nav .next::after {
  margin-left: auto;
}
.home-thumb-slider .swiper-nav .prev::before,
.home-thumb-slider .swiper-nav .next::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
}
.home-thumb-slider .swiper-nav .prev::before {
  left: 0;
}
.home-thumb-slider .swiper-nav .next::before {
  right: 0;
}
.mission-video-wrapper {
  padding: 75px 0 0;
  text-align: center;
  background-color: #f4f4f4;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.mission-video-wrapper.single-event-space-adjustment {
  padding: 75px 0 0;
}
.mission-content {
  margin-bottom: 75px;
}
.mission-content figure{
  margin-bottom: 15px;
}
.mission-content h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.mission-content article {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.3;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.mission-content article br{
  display: block;
}
.btn-play {
  width: 68px;
  height: 68px;
  display: inline-block;
  margin: auto;
  border: 2px solid #818181;
  cursor: pointer;
  border-radius: 50%;
  background-color: transparent;
  position: relative;
  text-indent: 999999px;
  overflow: hidden;
  font-size: 0px;
  color: #818181;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  letter-spacing: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.btn-play.sm {
  width: 42px;
  height: 42px;
}
.btn-play.lg {
  width: 74px;
  height: 74px;
}
.btn-play::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  top: 52%;
  left: 53%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 7px 0 7px 12px;
  border-color: transparent transparent transparent #818181;
}
.btn-play.sm:after {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #818181;
}
.btn-play.lg:after {
  border-width: 10px 0 10px 17px;
  border-color: transparent transparent transparent #818181;
}
.media-wrap {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.media-wrap img,
.media-wrap video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.media-wrap video{
  background-color: #000;
}

.media-wrap img {
  z-index: 2;
}
.media-wrap img {
  object-fit: cover;
}
.media-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  background-color: black;
}

.media-wrap:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
  /* 16:9 = 56.25% = calc(9 / 16 * 100%) */
  padding-top: calc(9 / 16 * 100%);
}
.media-wrap.wide:after {
  padding-top: 56%;
}
.media-wrap .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0, 0.57);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  z-index: 2;
}
.media-wrap:hover .btn-play{
  border-color:#63d0f0 ;
}
.media-wrap:hover .btn-play::after{
    border-left-color: #63d0f0;
}
.media-wrap .video-overlay:hover svg * {
  fill: #34adcc;
}
.media-wrap .video-overlay .video_text {
  margin-top: 30px;
  font-size: 39px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.media-wrap .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.media-wrap .video-share{
  position: absolute;
  top:15px;
  left: 15px;
  z-index: 3;
  
}

.video-share .share-icon{
  max-width: 40px;
  width: 100%;
  margin-right: 10px;
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
}
.video-share .share-icon svg,.video-share .share-icon svg *{
 fill: #000;
}
.video-share::after{
  content: "";
  position: absolute;
  top:0;
  left: 98%;
  width: 50px;
  height: 100%;
}
.video-share  ul{
  display: flex;
  opacity: 0;
  transition: all .5s ease-out;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  padding: 5px;
  border-radius: 5px;
  z-index: 10;
  box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
}
.video-share:hover ul{
    opacity: 1;
    width: auto;
    height: auto;
    pointer-events: visible;
    left: 100%;
    transition-timing-function: cubic-bezier(.52,1.64,.37,.66);
    z-index: 2;
}
.video-share ul::after{
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    width: 10px;
    height:10px;
    opacity: 0;
    z-index: 0;
    background-color: #fff;
    transform: rotate(45deg);
    transition: all .5s ease-out;
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.2);
}
.video-share:hover ul::after{
  left: -4px;
  opacity: 1;
}
.video-share  ul li{
  position: relative;
  cursor: pointer;
  margin: 0 5px;
  opacity:1;
   transition: all .5s ease-out;
  line-height: 14px;
}
.video-share  ul li i:before{
  color: #000 !important;
}
.video-share ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000;
  opacity: 1;
   transition: all .5s ease-out;
   height: 100%;
}
.video-share ul li a i::before{
  transition: all .3s ease-in-out;
}
.video-share ul li a:hover .icon-fb:before{
  color: #4267B2 !important;
}
.video-share ul li a:hover .icon-twitter:before{
  color: #00acee !important;
}
.video-share ul li a:hover .icon-Whatsapp:before{
  color: #25D366 !important;
}
.mission-video .video-share{
  left: inherit;
  right: 20px;
}
.mission-video .video-share .share-icon svg,.mission-video .video-share .share-icon svg *{
  fill: #34adcc;
}
.video-share  ul li.copy-clipboard{
  position: relative;
}
.video-share  ul li.copy-clipboard #copy-text{
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
}
.video-share  ul li.copy-clipboard .icon-copy svg{
  width: 22px;
}
.video-share  ul li.copy-clipboard:hover svg{
  fill: #34adcc;
}
.video-share  ul li.copy-clipboard .msg{
  position: absolute;
  top:0;
  right: 0;
  border-radius: 4px;
  width: max-content;
  margin: auto;
  background-color: darkgreen;
  color: #fff;
  font-size: 13px;
  padding: 5px 10px;
  display: none;
  pointer-events: none;
  transition: all .3s ease-in-out;
}
/* .mission-video .btn-play{
  border-color: #818181 !important;
}
.mission-video .btn-play:after{
  border-color:transparent transparent transparent #818181 !important;
} */
.video-share.right ul{
  flex-direction: column;
  padding: 10px 5px;
}
.video-share.right:hover ul{
  left: 0;
  top:100%;
  box-shadow: 0px 1px 5px 0 rgb(0, 0, 0,0.4)
}
.video-share.right .share-icon{
  margin: 0 0 10px;
}
.video-share.right ul li{
  margin: 5px 0;
}
 .video-share.right ul::after{
  top:10px;
  left: 0;
  right: 0;
  bottom: inherit;
  transform: rotate(135deg);
}
.video-share.right:hover ul::after{
  top:-4px;
  left: 0;
  box-shadow: -2px 2px 2px 0 rgb(0, 0, 0,0.1);
}
.video-share.right:after{
  top:98%;
  left: 0;
  width: 100%;
  height: 50px;
}
.thumb-modal-video-wrap{
  position: relative;
  display: inline-block;
}
.mission-video.media-wrap::after {
  padding-top: 32.1% !important;
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 3;
}
.peacefellowship-wrapper {
  position: relative;
  padding: 100px 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(219, 233, 237, 1) 100%
  );
}
.peacefellowship-wrapper .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.peacefellowship-wrapper .thumb-video{
  display: flex;
  align-items: flex-end;
}
.thumb-video {
  max-width: 620px;
  width: 100%;
}
.thumb-video-content {
  max-width: 750px;
  width: 100%;
  padding-left: 45px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.thumb-video-content h3 {
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  margin-bottom: 24px;
}

.thumb-video .media-wrap {
  max-width: 590px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.thumb-video .media-wrap::after {
  padding-top: 65.25%;
}
.thumb-video-content figure {
  margin-bottom: 25px;
  line-height: 1;
}
.thumb-video-content p {
  font-size: 20px;
  font-family: "Plus Jakarta Sans", sans-serif !important ;
  font-weight: 500;
  line-height: 37px;
  color: #000;
  margin-bottom: 30px;
}
.donate-now-form {
  padding: 30px;
  background-color: #fff;
  color: #000;
  border: 1px solid #b9dbe5;
  border-radius: 6px;
  position: relative;
}
.donate-now-form h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
  text-align: left;
}
.donate-now-form .form-inline {
  padding: 0;
  margin: 0;
  display: flex;
}
.donate-now-form .form-group {
  flex: 1;
}
.donate-now-form .form-control {
  height: 57px;
  border: 1.5px solid #e6e6e6;
  background-color: #f8f8f8;
  padding: 0 20px;
  width: 100%;
  font-family: "Plus Jakarta Sans", sans-serif !important ;
  font-size: 18px;
  font-weight: 500;
  border-radius: 6px;
}
.donate-now-form .btn {
  height: 57px;
  line-height: 56px;
  border: 1px solid #63d0f0;
  background-color: #63d0f0;
  margin-left: 25px;
  text-align: center;
  max-width: 185px;
  width: 100%;
  padding: 0 20px;
  font-family: "Plus Jakarta Sans", sans-serif !important;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
}
.donate-now-form label.error {
  bottom: -14px;
}

.television-channel-wrapper {
  padding: 115px 0;
  background-color: #edf2f5;
}
.television-channel-wrapper h2 {
  font-size: 45px;
  font-weight: 600;
  line-height: 52px;
  color: #000;
  margin-bottom: 40px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.channel-video-wrap {
  max-width: 940px;
  width: 100%;
}
.channel-live-video-list {
  max-width: 430px;
  width: 100%;
}
.channel-video-wrap .media-wrap {
  max-width: 910px;
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 35px;
}
.channel-video-wrap .media-wrap::after {
  padding-top: 65%;
}
.channel-video-wrap p {
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  font-family: "Plus Jakarta Sans", sans-serif;
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.know-more {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-top: 25px;
  display: inline-block;
  
}
.channel-video-wrap .know-more{
  display: block;
  margin: 25px auto 0;
  width: max-content;
}
.channel-video-content {
  display: none;
}
.live-channel {
  padding: 30px 22px;
  background-color: #fff;
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  border-radius: 7px;
}
.live-channel h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 20px;
}
.video-list-wrap {
  height: 482px;
  overflow-y: auto;
  padding-right: 5px;
}
.scroll-wrap{
  -webkit-overflow-scrolling: auto
}
.scroll-wrap::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  -webkit-appearance: none;
}

/* Track */
.scroll-wrap::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 2px #cdd6db;
  border-radius: 4px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

/* Handle */
.scroll-wrap::-webkit-scrollbar-thumb {
  background: #b1b8ba;
  border-radius: 4px;
}
.live-video-list {
  display: flex;
  padding: 7px;
  border-radius: 7px;
  border: 1px solid transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 9px;
  cursor: pointer;
}
.live-video-list.active,
.live-video-list:hover {
  border-color: #63d0f0 !important;
}
.live-video-list:last-child {
  margin-bottom: 0;
}
.live-video-list .media-wrap {
  max-width: 152px;
  width: 100%;
  border-radius: 5px;
  max-height: 86px;
}
.live-video-list .media-wrap .live {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  padding-left: 10px;
}
.live-video-list .media-wrap .live:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #63d0f0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.live-video-list .video-details {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.live-video-list .video-details .live,
.live-video-list .video-details h6,
.live-video-list .video-details .lang {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
  display: block;
}
.live-video-list .video-details .lang {
  text-transform: capitalize;
}
.live-video-list .video-details .live {
  padding-left: 12px;
  position: relative;
}
.live-video-list .video-details .live:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #63d0f0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.live-video-list .video-details h6 {
  font-weight: 600;
  text-transform: uppercase;
}
.live-video-list .video-details .lang {
  color: #838383;
  margin-bottom: 0;
}

.television-initiatives-wrapper {
  background-color: #fff;
  color: #000;
  position: relative;
  padding: 115px 0 0;
}
.television-tab-wrapper{
  padding-top: 62px;
}
.television-content {
  text-align: center;
}
.television-content h2,
.publications-content h2,
.center-content h2 {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
  margin-bottom: 15px;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.television-content article,
.publications-content article,
.center-content article,
.center-content p {
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  color: #000;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.sec-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
  margin-bottom: 30px;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: center;
}
.center-content,
.center-content h2,
.center-content article,
.center-content p {
  text-align: center;
}
.center-content article,
.center-content p {
  font-weight: normal;
}

.center-content p {
  margin-bottom: 15px;
}
.tab-list-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  justify-content: space-evenly;
}
.tab-list-wrap li {
  line-height: 1;
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  padding: 5px 15px 17px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  flex: 0 0 20%;
}
.tab-list-wrap li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 3px;
  margin: auto;
  background-color: #63d0f0;
  transition: all 0.4s ease-in-out;
}
/* .tab-list-wrap li.active{
  background-color:#f4f4f4 ;
} */
.tab-list-wrap li.active:after,
.tab-list-wrap li:hover:after {
  width: 100%;
}
.tab-list-wrap li figure {
  position: relative;
}
.tab-list-wrap li figure span {
  display: block;
  position: relative;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}
.tab-list-wrap li figure img {
  display: inline-block;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.4s ease-in-out;
}
.tab-list-wrap li.active figure img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.tab-list-wrap li figcaption {
  margin-top: 27px;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}
.btn {
  padding: 0 30px;
  height:  56px;
  line-height: 56px;
  display: inline-block;
  text-align: center !important;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  border: 1px solid #34adcc !important;
  color: #fff;
  min-width: 144px;
  margin: 15px 0 0;
  background-color: #63d0f0;
  outline: none !important;
  appearance: none !important;
  box-shadow: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: min-content;
  max-width: max-content;
}
.btn svg,.btn-link svg{
  margin-right: 5px;
}

.btn:focus,
.btn:active,
.btn:hover {
  outline: none !important;
  appearance: none !important;
  box-shadow: none !important;
}
.btn-primary {
  background-color: #63d0f0 !important ;
  color: #fff !important;
}
.btn-primary:focus,
.btn-primary:active {
  border: 1px solid #63d0f0 !important;
  background-color: #63d0f0 !important ;
  color: #fff !important;
}
.btn-primary:hover {
  color: #63d0f0 !important;
  background-color: transparent !important;
  border: 1px solid #63d0f0 !important;
}
.btn-outline-primary {
  color: #222222 !important;
  background-color: transparent;
}
.btn-outline-primary:focus,
.btn-outline-primary:active {
  border: 1px solid #63d0f0 !important;
  background: transparent !important;
  color: #222222 !important;
}
.btn-outline-primary:hover {
  background-color: #63d0f0 !important;
  color: #fff !important;
  border: 1px solid #63d0f0 !important;
}
.btn-white,.btn-white:focus,.btn-white:active {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #fff !important;
}
.btn-white:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}
.btn-white:hover svg,.btn-white:hover svg *{
  stroke:#fff;
}
.tab-content-wrap {
  background-color: #fff; 
  padding: 80px 0 134px;
}
.telvision-tab-content {
  display: flex;
  align-items: center;
  padding-left: 110px;
}
.tab-content-wrap .tab-content {
  display: none;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
  display: block;
  height: auto !important;
}

.telvision-tab-content h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 24px;
}
.telvision-tab-content p,
.telvision-tab-content article {
  font-size: 16px;
  line-height: 32px;
  font-weight: normal;
}

.our-publication-wrapper {
  background-color: #e8eef2;
  padding: 115px 0;
}
.publications-content .center-content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.publications-content .center-content article {
  margin-bottom: 30px;
}
.publications-content .center-content article p {
  width: 100%;
}
.publications-content .col-sm-3:hover {
  box-shadow: none !important;
}
.publications-content &gt; div {
  margin-top: 0 !important;
}

.publications-content .col-sm-3 .publication-title {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #000;
  text-align: center;
  margin-top: 35px;
}
.publications-content .col-sm-3 .div_container {
  border-radius: 7px !important;
  position: relative;
  width: 100%;
  height: 100%;
}
.publications-content .col-sm-3 .div_container figure {
  position: relative;
  border-radius: 7px !important;
}
.publications-content .col-sm-3 .div_container .figImg::after{
  padding-top: 185%;
}
.publications-content .col-sm-3 .div_container figure img {
  border-radius: 7px !important;
}
.publications-content .col-sm-3 .div_container figure figcaption {
  position: absolute;
  bottom: -35px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.shalom-pub.publications-content .col-sm-3 .readmore {
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.shalom-pub.publications-content .col-sm-3 .readmore ul {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  width: 100%;
}
.shalom-pub.publications-content .col-sm-3 .readmore ul:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
  margin: auto;
}
.shalom-pub.publications-content .col-sm-3 .readmore ul li {
  position: relative;
}
.shalom-pub.publications-content .col-sm-3 .readmore .subscribe_link {
  color: #fff;
}
.shalom-pub.publications-content .col-sm-3 .readmore .website_link {
  color: #63d0f0 !important;
}
.shalom-pub.publications-content .col-sm-3 .readmore a,
.shalom-pub.publications-content .col-sm-3 .readmore a:hover {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.shalom-pub.publications-content .col-sm-3 .readmore ul li:last-child a {
  color: #63d0f0 !important;
}
.overlay-publications .inner {
  display: table;
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.overlay-publications .inner.tidings_grid {
  opacity: 0;
  visibility: hidden;
}
.overlay-publications .inner.tidings_grid.active {
  opacity: 1;
  visibility: visible;
}
.ads-wrapper {
  padding: 108px 0 ;
  background-color: #292929;
}
.ads-wrapper figure {
  position: relative;
  padding-top: 56.25%;
  border-radius: 7px;
  overflow: hidden;
}
.ads-wrapper figure img {
  /* max-width: 100%;
    display: block; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 7px;
}
.bg-media,
.media-wrap {
  background-color: #a09e9e;
}

.endorsement-wrapper {
  position: relative;
  padding-bottom: 130px;
}
.endorsement-wrapper h2 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 50px;
}
.endorsement-wrapper .swiper-slide .endo-slide{
  display: flex;
  align-items: flex-end;
}
.endorsement-content {
  padding-left: 125px;
  text-align: left;
  display: flex;
  align-items: flex-end;
}
.endorsement-content h4 {
  font-size: 24px;
  line-height: 42px;
  font-weight: 500;
  color: #000;
  margin-bottom: 30px;
}

.endorsement-content article,
.endorsement-content p {
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  color: #000;
}
.endorsement-content .content-author {
  margin-top: 38px;
  opacity: 1;
}
.endorsement-content .content-author strong,
.endorsement-content .content-author span {
  display: block;
  opacity: 1;
}
.endorsement-content .content-author strong {
  font-size: 21px;
  line-height: 1.1;
  font-weight: 500;
  color: #63d0f0;
  margin-bottom: 7px;
}
.endorsement-content .content-author span {
  font-size: 17px;
  line-height: 1.1;
  font-weight: 500;
  color: #8d8d8d;
}
.endo-slide {
  display: flex;
}
.endo-slide .slide-thumb-video {
  flex: 0 0 590px;
}
.slide-thumb-video a {
  display: block;
}
.endo-slide .slide-thumb-video .media-wrap {
  border-radius: 4px;
}
.endo-slide .slide-thumb-video .media-wrap:after {
  padding-top: 65.25%;
}
.endorsement-slider {
  position: relative;
}
.endorsement-slider .swiper-pagination {
  position: relative !important;
  bottom: 0;
  text-align: left;
  font-size: 24px;
  font-weight: 500;
}
.endo-nav-wrap {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.endo-nav-wrap .swiper-nav {
  display: flex;
}
.endo-nav-wrap .swiper-nav .prev,
.endo-nav-wrap .swiper-nav .next {
  position: relative;
  top: 0;
  left: 0;
  width: 50px;
}
.endo-nav-wrap .swiper-nav .prev {
  margin-right: 5px;
}
.endo-nav-wrap .swiper-nav .next {
  margin-left: 5px;
}
.endo-nav-wrap .swiper-nav .prev::after,
.endo-nav-wrap .swiper-nav .next::after {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
.endo-nav-wrap .swiper-nav .prev::after {
  margin-right: auto;
}
.endo-nav-wrap .swiper-nav .next::after {
  margin-left: auto;
}
.endo-nav-wrap .swiper-nav .prev::before,
.endo-nav-wrap .swiper-nav .next::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 3px;
  background: #000;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
}
.endo-nav-wrap .swiper-nav .prev::before {
  left: 0;
}
.endo-nav-wrap .swiper-nav .next::before {
  right: 0;
}
footer {
  color: #fff;
}
footer h4,.social_contain label{
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  color: #fff;
}
.footer_updates {
  background-color: #f4f4f4;
}
.footer_updates .container &gt; h3 {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.footer_updates .container &gt; h3 &gt; a {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  margin-left: 20px;
  display: inline-block;
  position: relative;
}
.footer_updates .container &gt; h3 &gt; a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 2px;
  transition: all 0.4s ease-in-out;
  background-color: #63d0f0;
}
.footer_updates .container &gt; h3 &gt; a:hover:after {
  width: 100%;
}
.footer_updates .swiper-slide {
  background: none;
  text-align: left;
}
.footer_updates .container &gt; h3::after {
  display: none;
}
.footer_updates .press-release-slider .posts {
  text-align: left !important;
}
.footer_updates .press-release-slider .posts .post_img {
  margin-bottom: 45px;
}

.footer_updates .press-release-slider .posts .post_content .title {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  text-align: left;
}
.footer_updates .press-release-slider .posts .post_content .place-date {
  font-size: 13px;
  line-height: 16px;
  color: #818181;
  margin-bottom: 10px;
  display: block;
  text-align: left;
}
.footer_updates .press-release-slider .posts .post_content .desc {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  border: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  text-align: left;
}
.footer_updates .press-release-slider .posts .post_content .readmore {
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  display: block;
  text-decoration: none;
  margin: 35px 0 0 !important;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  text-align: left;
}
.footer_updates .press-release-slider .posts .modal-toggle {
  cursor: pointer;
}
.footer_updates .press-release-slider .posts .modal-toggle .readmore:hover,
.footer_updates .press-release-slider .posts:hover .readmore {
  color: #63d0f0;
}
.footer_updates .press-release-slider .posts:hover p.desc {
  color: #000 !important;
}
.press-release-slider .swiper-wrapper {
  padding-bottom: 40px;
}

.press-release-slider .swiper-pagination {
  bottom: 0 !important;
}
.press-release-slider .swiper-pagination-bullet-active {
  background-color: #63d0f0;
}
/*  */

.main-content.about-container.key_peoples
  .container.people_section
  .keytab-container
  .mix
  .profile_img {
  max-width: 223px;
  width: 100%;
}
.events-main-content .up-events .cbp-l-grid-work .cbp-item {
  width: 24% !important;
}
.show-tab {
  display: none !important;
}
.show-tab-flx {
  display: none !important;
}
.hide-tab {
  display: block !important;
}
.hide-tab-flx {
  display: flex !important;
}
.show-mob {
  display: none !important;
}
.show-mob-flx {
  display: none !important;
}
.hide-mob {
  display: block !important;
}

.hide-mob {
  display: block !important;
}

.banner-mob{
  display: none !important;
}
.banner-desk{
  display: block !important;
}
figure {
  line-height: 1;
}
.owl-dots .owl-dot {
  margin-right: 3px !important;
}

.owl-dots .owl-dot span,
.owl-dots .owl-dot span {
  width: 8px !important;
  height: 8px !important;
}
.video_modal .modal-dialog{
  width: 80% !important;
}
.video_modal .modal-dialog .modal-content {
  width: 100%;
}
.video_modal .modal-dialog .modal-content .media-wrap:after{
  padding-top: 50%;
}
.video_modal iframe {
  width: 100%;
  height: 100%;
}
.video_modal .modal-header .close {
  top: -34px !important;
  left: inherit !important;
  right: -40px !important;
}
.video_modal .modal-dialog .modal-content,
.video_modal .modal-dialog .modal-body {
  height: auto !important;
}
.modal-body .post {
  font-family: "Plus Jakarta Sans", sans-serif;
}
.modal-body .post_img,
.modal-body .post_video {
  margin-bottom: 12px !important;
}
.modal-body .post_content .title {
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  margin-bottom: 15px !important;
}
.modal-body .symple-scroll p,
.modal-body .simplebar-content {
  font-size: 15px;
  line-height: 25px;
  font-weight: normal;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.modal.fade.in .close {
  z-index: 3;
  opacity: 1;
  color: #fff;
}
.ads-wrapper .col-md-6 figure {
  max-width: 643px;
  width: 100%;
}
.ads-wrapper .col-md-6 {
  display: flex;
}
.ads-wrapper .col-md-6:first-child {
  justify-content: flex-start;
}
.ads-wrapper .col-md-6:last-child {
  justify-content: flex-end;
}
.figImg {
  position: relative;
}
.figImg &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.figImg::after {
  content: "";
  position: relative;
  padding-top: 56.25%;
  display: block;
  height: 0;
  width: 100%;
}
.event_banner {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.event_banner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0,0.2);
  z-index: 1;
}
.event_banner .figImg{
  margin: 0 !important;
}
.event_banner .figImg .desktop-image{
  display: block !important;
}
.event_banner .figImg .mobile-image{
  display: none !important;
}
.event_banner .figImg::after {
  padding-top: 35.42%;
}
.event_banner .container{
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
}
.event_banner .banner_content{
  text-align: center;
}
.event_banner .banner_content .event_cat_title{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 22px;
  display: block;
}
.event_banner .banner_content figure{
  margin-bottom: 70px;
}
.event_banner .banner_content figure img{
  display: block;
  margin: auto;
}

.event_detail_bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 ;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  flex-wrap: nowrap !important;
}
.event_detail_bar.show_mob{
  display: none !important;
}
.event_detail_bar .col{
  display: flex;
  color: #fff;
  padding: 0 30px;
  position: relative;
  justify-content: center;
  flex: 1;

}
.event_detail_bar .col:first-child{
  padding-left: 22px;
}
.event_detail_bar .col:last-child{
  padding-right: 22px;
}
.event_detail_bar .col:after{
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 26px;
  background-color: #ACAFB5;
}
.event_detail_bar .col:last-child:after,.event_detail_bar .col.lang::after{
  display: none;
}
.event_detail_bar .col.btn-wrap{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0;
}

.event_detail_bar .col.btn-wrap .btn-white:hover svg *{
  stroke:#fff;

}
/* .event_detail_bar .col.btn-wrap .btn-white:focus svg *{
  stroke:#000;
} */
.event_detail_bar .dtls{
  padding-left: 15px;
}
.event_detail_bar .dtls strong{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
  line-height: 1.2;
}
.event_detail_bar .dtls span{
  font-size: 16px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.6);
  display: block;
}

.event_detail_bar .col .btn{
  height: 56px;
  line-height: 56px;
  padding: 0 28px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  text-transform: capitalize;
  margin: 0 7px;
}
.event_detail_bar .col .btn svg{
  margin-right: 15px;
}
.event_detail_bar .col .btn:first-child{
  margin-left: 0;
}
.event_detail_bar .col .btn:last-child{
  margin-right: 0;
}
.event_logo_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.event_logo_title &gt; img  {
  max-width: 477px;
}
.event_logo_title figcaption {
  margin-top: 30px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
}
.event-info-wrapper {
  background-color: #f7f7f7;
  padding: 0 0 60px;
}

.about_program_wrapper{
  position: relative;
  padding: 70px 0;
}

.about_pgm_video{
  padding-right: 56px;
}
.about_pgm_video .media-wrap{
  border-radius: 4px;
}
.about_pgm_video .media-wrap:after{
  padding-top:67.9%;
}
.about_pgm_content{
  padding-left: 68px;
}

.about_pgm_content h2{
  font-size: 45px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 30px;
}

.about_pgm_content article{
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
  margin-bottom: 20px;
}

.about_pgm_content article p{
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 36px;
}
.about_pgm_content .btn{
  height: 56px;
  line-height: 56px;
  text-transform: capitalize;
  margin-top: 30px;
}
.event_date_time{
  margin-top: 20px;
}
.event_date_time &gt; strong{
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 16px;
}
.date_time_wrap{
  position: relative;
}
.date_time_list{
 display: flex;
 align-items: center;
 padding: 17px 30px;
 border: 1px solid #D5E2EB;
 border-radius: 6px;
 font-size: 16px;
 font-weight: 500;
 line-height: 1;
 margin-bottom: 17px;
 max-width: max-content;
}
.date_time_list date{
 padding-right: 10px;
 position: relative;
}
.date_time_list date::after{
 content: "";
 position: absolute;
 width: 1px;
 height: 20px;
 right: 0;
 top: 0;
 bottom: 0;
 margin: auto;
 background-color: #939393;

}
.date_time_list time{
 padding-left: 10px;
 position: relative;
}
.counting_status_wrap{
  margin-top: 150px;
  display: flex;
  justify-content: center;
}
.counting_status_wrap .count_status{
  position: relative;
  flex: 1;
  /* justify-content: space-between; */
}
.counting_status_wrap .count_status:after{
  content: "";
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 26px;
  background-color: #ACAFB5;
}
.counting_status_wrap .count_status:last-child:after{
  display: none !important;
}
.counting_status_wrap .content_wrap{
  max-width: 300px;
  width: 100%;
}
.counting_status_wrap .count_status:nth-child(2) .content_wrap{
  margin: auto;
}
.counting_status_wrap .count_status:nth-child(3) .content_wrap{
  margin-left: auto;
}
.counting_status_wrap .count_status .count{
  font-size: 70px;
  line-height: 86px;
  font-weight: 600;
  color: #000;
}
.counting_status_wrap .count_status h3{
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.counting_status_wrap .count_status br{
  display: block !important;
}

.program_attend_wrap{
  background-color:#F5F9FC;
  padding: 94px 0 90px;
}
.program_attending{
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
.program_attending h2{
  color: #313131;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: left;
}
.program_attending p{
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
  
}
.pgm_attend_row{
  row-gap: 30px;
  column-gap: 30px;
}
.program_grid{
  max-width: 318px;
  width: 100%;
  flex: 0 0 318px;
  min-height: 240px;
  background: #FFFFFF;
  box-shadow: 0px 5px 10px #E1EAF0A0;
  border-radius: 7px;
  padding: 30px 27px;
  text-align: left;
  transition: all .2s ease-in-out;
}
.program_grid  figure{
  min-height: 46px;
  margin-bottom: 10px;
}
.program_grid img{
  max-width: 48px;
}
.program_grid br{
  display: block !important;
}
.program_grid .title{
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  transition: all .2s ease-in-out;
  min-height: 55px;
  margin-bottom: 10px;
}
.program_grid .amount{
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  transition: all .2s ease-in-out;
  /* margin-bottom: 25px; */
}
.program_grid  .content .info{ 
  transition: all .2s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-align: left;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  height: 0 !important;
  
}
.program_grid  .content.more p{
  margin-bottom: 15px;
  height: auto !important;
}
.program_grid  .content .readmoreless{
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
  transition: all .2s ease-in-out;
  display: none;
}

.program_grid:hover{
  cursor: pointer;
  background-color: #20ABD0;
}
.program_grid:hover .title,.program_grid:hover .amount,.program_grid:hover .content,.program_grid:hover  .content .readmoreless{
  color: #fff !important;
}
.program_grid:hover img{
  -webkit-filter: invert(100%); 
    filter: invert(100%);
}
.event_note{
  padding: 30px;
  border-radius: 13px;
  background: #DBE9F4 url("../images/bgNote.png") no-repeat top right;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 60px;
  
}
.event_note .note_wrap{
  display: flex;
}
.event_note .note_wrap span{
  flex: 0 0 120px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0;
}
.event_note .note_wrap p{
  flex: 1;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  margin: 0;
  max-width: 890px;
}
.pgm_attend_row{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.program_attend_img img{
  display: block;
  margin-left: auto;
}
.breadcrumb-nav {
  display: flex;
  justify-content: right;
  padding: 20px 0 16px;
}
.event_details_wrap{
  padding: 100px 0  80px;
  background-color: #fff;
}
.registration_banner{
  background-color: rgb(255,230,183);
  background-image: url("../images/bg_reg.png"), linear-gradient(87deg, rgba(255,230,183,1) 0%, rgba(211,247,255,1) 100%) ;
  background-position:  center left;
  background-repeat: no-repeat;
  border-radius: 22px;
  margin-bottom: 100px;
}
.registration_banner .row{
  min-height: 294px;
  padding: 34px;
}
.registration_banner .participants_count{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #000100;
  
} 
.participants_count .partpts_count strong{
  font-size: 47px;
    line-height: 1;
    font-weight: bold;
    display: block;
    color: #000100;
    text-transform: uppercase;

}
.participants_count .partpts_count span{
  font-size: 24px;
  line-height: 36px;
  margin-top: 10px;
  font-weight: 500;
  display: block;
  color: #000100;

}
.participants_count p{
  font-size: 26px;
  line-height: 34px;
  font-weight: normal;
  display: block;
  color: #000100;
  max-width: 320px;
  width: 100%;
}
.registration_process{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.registration_process .reg_info{
  padding-bottom: 35px;
  border-bottom: 1px dotted #000;
}
.registration_process .reg_info,.reg_info p{
  font-size: 24px;
  line-height: 40px;
}
.reg_offer {
  padding-top: 30px;
  display: flex;
}
.reg_offer .btn{
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  min-width: min-content;
  margin-top: 0;
  margin-right: 72px;
  text-transform: capitalize;
}
.reg_offer .offer{
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.team_wrapper{
  margin-bottom: 40px;
}
.team_wrapper h2{
  font-size: 50px;
  line-height: 56px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.team_wrapper .row{
  margin: 0 -6px;
  flex-wrap: wrap;
  justify-content: center;
}
.team-grid{
  padding: 0 6px;
  margin-bottom: 22px;
}
.team-grid figure{
  border-radius: 12px;
  margin-bottom: 22px;
  overflow: hidden;
}
.team-grid figure:after{
  padding-top: 112.5%;
}
.team-grid span{
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  display: block;
}

.accommodation_location_wrapper{
  /* padding-top: 60px; */
}
.keytab-container .btn-wrap{
  justify-content: center;
}
.btn-wrap .btn-loadmore{
  min-width: 185px;
  text-transform: capitalize;
}
.btn-wrap .btn-loadmore.inactive{
  pointer-events: none !important;
}
.acc_loc_wrap {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  /* max-width: 667px; */
  width: 100%;
}
.acc_loc_wrap figure{
  position: relative;
  /* max-width: 667px; */
  width: 100%;
  margin: 0;
  border-radius:22px ;
  overflow: hidden;
}
.acc_loc_wrap figure::before{
  content: "";
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0,0.5);
  z-index: 1;
}
.acc_loc_wrap figcaption{
  font-size: 34px;
  line-height: 44px;
  font-weight: 500;
  color: #fff;
  max-width: 507px;
  width: 100%;
  margin-bottom: 20px;
 
}
.acc_loc_wrap figcaption span{
  font-size: 22px;
  line-height: 1.2;
  margin-bottom: 10px;
  font-weight: 500;
  color: #FFBF46;
  display: block;
}
.acc_loc_wrap .btn{
  min-width: min-content;
  max-width: max-content;
}
.loc_wrap .figImg::after{
  padding-top: 36.8%;
}
.acc_loc_content{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.acc_wrap .acc_loc_content{
  justify-content: flex-end;
}
.acc_wrap .figImg::after{
  padding-top: 30%;
}
.book_accdn{
  border-radius: 22px;
  background-color: #EFF6FC;
  min-height: 250px;
  padding: 35px;
  margin-top: -27px;
  position: relative;
}
.book_accdn figure{
  margin-bottom: 10px;
}
.book_accdn p{
  font-size: 28px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  margin-bottom: 20px;
}
.book_accdn .btn_wrap{
  display: flex;
  align-items: center;
}
.book_accdn .btn_wrap .btn{
  min-width: min-content;
  max-width: max-content;
  margin-right: 23px;
  margin-top: 0;
}

.book_accdn .btn_wrap .btn-link{
  color: #000;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.book_accdn .btn_wrap .btn-primary svg *{
  fill:#fff; 
}
.your_questns h2{
  text-align: left;
}
.your_questns p{
  font-size: 24px;
  line-height: 36px;
  font-weight: normal;
  margin-bottom: 20px;
  max-width: 440px;
  width: 100%;
}
.your_questns  .btn-link{
  text-align: left;
  color: #000;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  text-decoration: underline;
}
.event_listing_banner{
  height: 576px;
  color: #fff;
  position: relative;
}

.event_listing_banner .container{
  position: absolute;
  max-width: 900px;
  width: 100%;
  bottom: 75px;
  left: 0;
  right: 0;
  margin: auto;
}
.event_listing_banner figure{
  text-align: center;
}

.event_listing_banner  h2{
  font-size: 60px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.event_listing_banner .banner-bottom{
  margin-top: 85px;
}
.event_listing_banner .subsections {
  
  text-align: justify;
  display: flex;
  justify-content: center;
}
.event_listing_banner  .subsections &gt; .col {
  vertical-align: top;
  max-width: 20% !important;
  display: inline-block;
  text-align: left;
  padding: 0 50px;
  position: relative;
}
.event_listing_banner  .subsections &gt; .col:after{
  content: "";
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 40px;
  background-color: #fff;
}
.event_listing_banner  .subsections &gt; .col:last-child::after{
  display: none;
}
.event_listing_banner  .subsections h4 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
.event_listing_banner .subsections p {
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.025em;
  display: inline;
  color: #ffffff;
  font-weight: 100;
}
.event_listing_content .head-section{
  padding: 100px 0 120px;
}
.event_listing_content .head-section h1{
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 30px;
}

.event_listing_content .head-section .container{
  max-width: 830px;
  width: 100%;
  text-align: center;
}
.event_listing_content .head-section h1:after,.upcoming-events .upcoming_event_tab_wrap h2:after{
  display: none !important;
}
.event_listing_content .head-section .quote-line{
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
}
.event_listing_content .upcoming-events{
  background-color: #F5F9FC;
}

.upcoming-events .upcoming_event_tab_wrap h2{
  font-size: 40px;
  line-height: 1.3;
  font-weight: 600;
}

.upcoming_event_tab_wrap{
  display: flex;
  justify-content: space-between;
  
}
.upcoming_event_tab_wrap .cbp-l-filters-work{
  margin:0 !important;
}
.upcoming_event_tab_wrap .keytab-container{
  padding: 0 !important;
}
/* .upcoming-events .keytab-container .grid{
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
} */
 
.upcoming-events .keytab-container .mix{
  /* flex: 0 0 25%;
  max-width:25% ; */
  /* width: 25% !important; */
  /* position: relative !important;
  top: 0;
  left: 0; */
}
.upcoming-events .upcoming_event_tab_wrap .keytabs{
  display: flex;
  overflow-x: auto;
}
.upcoming-events .upcoming_event_tab_wrap .keytabs button{
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
  background-color: transparent !important;
  border: 0;
  border-bottom: 3px solid #C7C7C7;
  padding: 0 2px 10px 2px !important;
  margin:0 ;
  margin-left: 20px;
  border-radius: 0 !important;
}
.upcoming-events .upcoming_event_tab_wrap .keytabs button:first-child{
  margin-left: 0;
}
.upcoming-events .upcoming_event_tab_wrap .keytabs button.active{
  border-color: #20ABD0;
}
.upcoming_grid_wrap{
  display: flex;
  flex-wrap: wrap;
}

.upcoming-events.events-loading{
  pointer-events: none !important;
}
.upcoming_events_wrapper{
  position: relative;
  padding-top: 60px;
  padding-bottom: 20px;
}
.upcoming_events_wrap .spinner-border{
  display: none;
  
}
.upcoming-events.events-loading .upcoming_events_wrapper::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgb(0, 0, 0,0.2);
}
.upcoming-events.events-loading .upcoming_events_wrapper:before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: #20ABD0;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
    z-index: 2;
}

@keyframes spinner-border {
  to { transform: rotate(360deg); }
}
.shalom-retreat-content .upcoming-events .keytab-container .mix{
  margin-top: 0 !important;
}
.upcoming_grid_wrap .event{
  margin-bottom: 30px;
}
.event-load-more-wrapper .btn-wrap{
  justify-content: center;
}

.event_list_box{
  padding: 30px 30px 35px;
  border-radius: 7px;
  background-color: #fff;
  transition: all .3s ease-in;
  box-shadow: 0px 5px 10px #E1EAF0A1;
  min-height: 325px;
  display: flex;
  flex-direction: column;
}
.event_list_box:hover{
  background-color: #20ABD0;
  color: #fff !important;
}
.event_list_box:hover h3,.event_list_box:hover li,.event_list_box:hover a{
  color: #fff !important;
}
.event_list_box:hover svg *{
  stroke:#fff;
}
.shalom-retreat-content .upcoming-events .keytab-container .mix{
  margin-right: 0 !important;
}
.event_list_box h3{
  font-size: 24px;
  line-height: 36px;
  color: #313131;
  text-transform: uppercase;
  margin-bottom: 20px;
  transition: all .3s ease-in;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  word-break: break-word;
  min-height: 74px;
}
.event_list_box ul{
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.event_list_box li{
  padding-left: 35px;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  font-weight:normal;
  margin-bottom: 20px;
  transition: all .3s ease-in;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  word-break: break-word;
}
.event_list_box li.date{
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.event_list_box li svg{
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease-in;
}
.info_reg_links{
  margin-top: auto;
  display: flex;
  justify-content: space-between;
}
.info_reg_links a{
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  text-decoration: underline;
  transition: all .3s ease-in;
  margin-top: 15px;
  position: relative;
  z-index: 5;
}
.event_listing_banner .breadcrumbs{
  display: none !important;
}
.publication-banner{
  position: relative;
}
.publication-banner.figImg::after{
  padding-top: 41.53%;
}
.publication-banner .banner-content{
  position: absolute;
  top:50%;
  left: 80px;
  transform: translateY(-50%);
  z-index: 1;
  max-width: 514px;
  width: 100%;
}
.publication-banner .banner-content figure{
  margin-bottom: 30px;
}
.publication-banner .banner-content article{
  font-size: 20px;
  font-weight: normal;
  line-height: 36px;
}
.publication-banner .banner-content .btn{
  border-color: #000 !important;
  background-color: transparent !important;
  color: #000 !important;
  margin-right: 10px;
  min-width: 180px;
}
.publication-banner .banner-content .btn:hover{
  border-color: #000 !important;
  background-color: #000 !important;
  color: #fff !important;
}
.event-share-block{
  text-align: center;
}
.event-share-block .bible-quote{
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 15px;
}
.event-share-block .bible-quote-author{
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}
.event-share-block h5{
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin-top: 44px;
  text-transform: capitalize;
}
.event-share-block .social-media{
  margin: 15px 0 0;
  padding: 0;
  list-style-type: none; 
  display: flex;
  justify-content: center;
}
.event-share-block .social-media li{
    padding: 0 20px;
}
.event-share-block .social-media li a{
  color: #929292;
  font-size: 25px;
}

.breadcrumb {
  padding: 0;
  margin: 0;
  text-align: right;
  background-color: transparent;
}
.breadcrumb li a {
  font-size: 14px;
  color: #8d8a8a;
}

.breadcrumb li a:hover {
  color: #000;
}
.breadcrumb &gt; .active {
  font-size: 14px;
  color: #000;
}
.info-wrapper {
  display: flex;
  justify-content: space-between;
}
.info-list {
  font-size: 22px;
  line-height: 38px;
  font-weight: 500;
  padding-left: 15px;
  padding-right: 15px;
}
.info-list br{
  display: block;
}
.info-list:first-child {
  padding-left: 0;
}
.info-list:last-child {
  padding-right: 0;
}
.info-list .icon {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #818181;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.info-list .icon img {
  margin-right: 14px;
}
.info-list .date {
  font-size: 24px;
  line-height:38px;
  font-weight: 600;
}

.info-list address {
  font-size: 22px;
  line-height: 39px;
  font-weight: 500;
  max-width: 380px;
  width: 100%;
}

.shaping-tommorow-wrapper {
  padding: 115px 0;
  background-color: #fff;
}
.d-flex{
  display: flex;
}
.flx-col{
  display: flex;
  flex-direction: column;
}
.flx-row{
  display: flex;
  flex-direction: row;
}
.v-align {
  display: flex;
  align-items: center;
}
.v-align-start{
  display: flex;
  align-items: flex-start;
}
.v-align-end{
  display: flex;
  align-items: flex-end;
}
.h-align {
  display: flex;
  justify-content: center;
}
.h-align-start {
  display: flex;
  justify-content: flex-start;
}
.h-align-end {
  display: flex;
  justify-content: flex-end;
}
.vh-align{
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-align-left {
  justify-content: flex-start;
}
.h-align-right {
  justify-content: flex-end;
}
.thumb-media .media-wrap {
  border-radius: 7px;
  width: 100%;
}
.thumb-media .media-wrap img{
  border-radius: 7px;
}
.title-content .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  margin-bottom: 30px;
}
.title-content .content {
  max-width: 600px;
  width: 100%;
}
.title-content .content,
.title-content .content p {
  font-size: 18px;
  line-height: 2.2;
  font-weight: 500;
  text-align: justify;
}
.title-content .content-wrap p {
  margin-bottom: 30px;
}
.title-content .content-wrap p:last-child {
  margin-bottom: 0;
}
.title-content .content-wrap .loc {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 10px;
  color: #63d0f0;
  display: block;
}
.title-content .content-wrap ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.title-content .content-wrap ul li {
  padding-left: 50px;
  line-height: 1.5;
  font-size: 18px;
  margin-bottom: 25px;
  position: relative;
  font-weight: 500;
}
.title-content .content-wrap ul li:last-child{
  margin-bottom: 0;
}
.title-content .content-wrap ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 7px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #63d0f0;
  transform: rotate(45deg);
}
.btn-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.btn-wrap a {
  width: max-content;
  display: block;
}
.btn-wrap .get-direction {
  margin-right: 52px;
}
.get-direction {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding: 2px 0 2px 31px;
  overflow: hidden;
  position: relative;
  line-height: 1.2;
  transition: all 0.4s ease-in-out;
}
.get-direction::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0;
  background-image: url(../images/icon-direction.svg);
  background-repeat: no-repeat;
  background-position: -5px -2px;
  transition: all 0.4s ease-in-out;
}
.get-direction:hover:after {
  transform: rotate(54deg);
  background-position: -5px -3px;
}
.get-direction span {
  position: relative;
  display: inline-block;
}
.get-direction span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  transition: all 0.4s ease-in-out;
  background-color: #000;
}
.get-direction:hover span::after {
  width: 0;
}

.shaping-wrap {
  padding-bottom: 85px;
}
.shaping-media .media-wrap {
  max-width: 620px;
  width: 100%;
}
.shaping-media .media-wrap::after {
  padding-top: 64.52%;
}
.status-count-bar {
  display: flex;
  justify-content: space-between;
}
.status-count-bar .count-box strong {
  font-size: 57px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.57px;
  display: block;
  margin-bottom: 20px;
  color: #18a9d3;
}
.status-count-bar .count-box span {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.15px;
  color: #191919;
  text-transform: uppercase;
}
.status-count-bar .count-box span br {
  display: block;
}
.thumb-media .media-wrap .btn-play {
  top: inherit;
  left: 8%;
  bottom: 8%;
  transform: translate(-8%, -8%);
}
.who-attend-wrap {
  padding-top: 167px;
}
.attend-media .media-wrap {
  max-width: 612px;
  width: 100%;
}
.attend-media .media-wrap::after {
  padding-top: 64.52%;
}
.ministry-team-wrapper {
  padding: 115px 0 64px;
  background-color: #eff2f4;
}
.ministry-team-wrapper .sec-title{
  margin-bottom: 70px;
}
.team-members-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -12px;
  text-align: center;
}
.team-member {
  padding: 0 12px;
  margin-bottom: 40px;
  text-align: center;
}
.team-member figure {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 24px;
  border-radius: 7px;
  overflow: hidden;
}
.team-member figure img{
  border-radius: 7px;
}
.team-member figure:after {
  padding-top: 127%;
}
.team-member span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  color: #000;
}
.register-wrap {
  position: relative;
  padding:0;
}
.register-now-wrap {
  display: flex;
  align-items: center;
  color: #fff;
  background: url(../images/bgRegister.png) no-repeat center center;
  background-size: cover;
  min-height: 220px;
  padding: 0 67px;
  margin: 100px 0;
}
.register-content,
.register-btn-wrap {
  flex: 0 0 50%;
}
.register-content {
  padding-right: 30px;
}
.register-content h4 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fff;
}
.register-content p {
  font-size: 20px;
  line-height: 26px;
  color: #fff;
}

.ministry-team-wrapper .center-content &gt; h2 {
  margin-bottom: 70px;
}

/* .acc-wrap {
  margin-top: 178px;
} */
.bg-sec-wrap{
  padding: 100px 0;
}
.accomadation-media .media-wrap {
  max-width: 624px;
}
.accomadation-media .media-wrap::after {
  padding-top: 64.52%;
}
.accomadation-content.title-content .content {
  max-width: 575px;
}
.faq-wrapper{
    position: relative;
    background-color: #F0F5F8;
    padding: 115px 0;
}
.general-faq{
  padding-top: 0px !important;
}
.general-faq .accordion-wrapper{
  padding-top: 40px;
}
.accordion-item {
  position: relative;
  border-bottom: 1px solid #D0D0D0;
}

.accordion-toggle {
  cursor: pointer;
  padding: 30px 50px 30px 0;
  color: #000;
  position: relative;
  cursor: pointer;
  
}

.accordion-toggle h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.4px;
  text-align: left;
  color: #000;
}
.accordion-toggle .toggle-icon{
  position: absolute;
  top:0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 21px;
  height: 21px;
}

.toggle-icon::before,
.toggle-icon::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right:0;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #000;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.toggle-icon::after {
  transform: rotate(90deg);
}

.accordion-item .accordion-content {
  padding-bottom: 30px;
  padding-right: 145px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.72;
  letter-spacing: 0.36px;
  text-align: left;
  color: #000;
  overflow: hidden;
  display: none;
}

.accordion-item .accordion-content a {
  color: #63d0f0;
}
.accordion-item.active .accordion-content{
    display: block;
}
.accordion-item.active .accordion-toggle{
    border-bottom: 0;
}
.accordion-item.active .accordion-toggle .toggle-icon::after {
  width: 0;
}
.accordion-item.active .accordion-toggle h3,.accordion-item:hover .accordion-toggle h3 {
  color: #63d0f0;
}
.faq-wrapper .btn-wrap .btn{
  margin-left: auto;
  margin-right: auto;
}
.contact-wrap{
  margin-bottom: 30px;
}
.contact-wrap h4{
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-wrap ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.contact-wrap ul li{
  padding-left: 0 !important;
  margin-bottom: 15px !important;
  display: flex;
}
.contact-wrap ul li::after{
  display: none;
}
.contact-wrap ul li span{
  flex: 0 0 200px ;
  padding-right: 10px;
}

.inner-banner .sec-title, .banner-430 .sec-title{
  color: #fff !important;
}
.shalom-retreat-content .upcoming-events .keytab-container .mix .event-desc{
  min-height: 240px;
  margin-bottom: 20px;
  height: auto !important;
}
.upcoming-events .keytab-container .mix{
  height: auto !important;
}
.upcoming-events .event-desc.twostep .modal-button{
  margin-top: 17px;
}
.preloader{
  position: fixed;
  width: 100vw;
  height: 100vh;
  top:0 ;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2500;
  background-color: #fff;
  overflow: hidden;

}
.preloader img{
  max-width: 100px;
  width: 100%;
}
footer{
  background-color: #262B2C !important;
}
.footer_subscribe{
  padding: 90px 0;
  background-color: #18A9D3;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_subscribe .form_contain .subscribe_title, .footer_subscribe .form_contain .subscribe_title h3{
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.footer_subscribe .form_contain .subscribe_title{
  padding-bottom: 40px;
}
.footer_subscribe .form_contain p{
  padding-bottom: 0;
}
.footer_subscribe .form_contain .subscribe_title p::after{
  display: none;
}
.footer_subscribe .form_contain form{
  margin: 0 auto;
}

.footer_subscribe .form_contain .form-group{
  margin: 0;
}
.footer_subscribe .form_contain .form-group&gt; p{
  display: flex !important;
}
.footer_subscribe .form_contain .form-group input{
  height: 65px !important;
  line-height: 65px !important;
  padding: 0 30px !important;
  border-radius: 5px !important;
  font-family: "Plus Jakarta Sans", sans-serif;
}
.footer_subscribe .form_contain .form-group input[type="email"]{
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  max-width: 495px;
  width: 100%;
}
.footer_subscribe .form_contain .form-group .wpcf7-form-control-wrap{
  padding-right: 27px;
  display: inline-block;
}
.footer_subscribe .form_contain .form-group input[type="submit"]{
  font-size: 18px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  min-width: 190px;
  margin: 0;
  display: inline-block !important;
}
footer,footer *,footer .container .footer-menu li a{
  font-family: "Plus Jakarta Sans", sans-serif !important;
}

footer .container .footer-menu li a{
  font-size: 16px;
  font-weight: 300;
}
footer .social_contain {
  width: 100% !important;
  max-width: 100% !important;
}
footer .social_contain ul {
  display: flex;
  justify-content: space-between;
}
footer .social_contain ul li{
  margin: 0 7px;
}
footer .social_contain ul li:first-child{
  margin-left: 0;
}
footer .social_contain ul li:last-child{
  margin-right: 0;
}
footer .social_contain ul li a{
  font-size: 20px !important;
  opacity: 0.43;
  transition: all 0.3s ease-in-out;
}
footer .social_contain ul li a i:before{
  color: #a7a1a1;
}
footer .social_contain ul li a:hover{
  opacity: 1;
}
footer .container .common-menu .app_contain{
  margin-top: 60px;
  height: auto;
}
footer .container .common-menu .app_contain .get_app{
  display: flex;
}
footer .container.links_contain{
  padding-bottom: 70px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255,0.2);
}
.footer_copy, .footer_copy p{
  text-align: center;
  color: #9B9D9E;
  font-size: 16px !important;
  font-weight: 300;
}
.footer_copy, .footer_copy.terms p,.footer_copy, .footer_copy.terms a{
  color: #828485;
  font-size: 14px !important;
  font-weight: normal;
}
footer .container .common-menu .app_contain .get_app p{
  padding-left: 0 !important;
  padding-right: 60px;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.34;
  letter-spacing: 0.8px;
  margin-bottom: 30px;
  color: #fff;
}
footer .container .common-menu .app_contain .get_app p:after{
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #34adcc;
  transform: rotate(-45deg) ;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer .container .common-menu .app_contain .get_app p:before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width:30px;
  height: 1.5px;
  margin: auto;
  background-color: #34adcc;
}
footer .container .common-menu .app_contain .get_app a{
  margin-left: 50px !important;
}
footer .container .footer-menu.desk-menu {
  width: 20% !important;
}
footer .container .common-menu {
  width: 40% !important;
}
.footer-menu .accordion-toggle h3{
  color: #fff;
}
.footer-menu .accordion-toggle .toggle-icon::before,.footer-menu .accordion-toggle .toggle-icon::after{
  background: #fff;
}
.contact_wrapper{
  background-color: #F5F9FC;
  padding: 90px 0;
}
.contact_wrapper .contact_title h2 {
  color: #313131;
  font-size: 50px;
  line-height: 64px;
  font-weight: 600;
}
.contact_wrapper .contact_desc{
  flex: 1;
}
.contact_wrapper .contact_desc p{
  color: #313131;
  font-size: 20px;
  line-height: 36px;
  font-weight: normal;
}
.contact_wrapper .contact_desc a{
  font-weight: 600;
  text-decoration: underline;
}
.contact_grid{
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  margin: 0 -15px;
  margin-top: 65px;
}
.contact_list{
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #E1EAF0A0;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 155px;
    max-width: 317px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 7px;
    transition: all .4s ease-in-out;
}
.contact_list:hover{
  border-color: #20ABD0;
}
.contact_list strong{
  display: block;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 15px;
}
.contact_list .phone{
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  font-weight: 500;
  max-width: max-content;
}
.contact_list .phone i{
  display: flex;
  align-items: center;
  margin-right: 22px;
  flex: 0 0 22px;
  max-width: 22px;
}
.event_header{
  background-color: rgb(255,230,183);
  background-image: linear-gradient(87deg, rgba(255,230,183,1) 0%, rgba(211,247,255,1) 100%) ;
  background-position:  center left;
  background-repeat: no-repeat;
  padding: 15px 8px;
  position: fixed;
  top:-100%;
  left: 0;
  width: 100%;
  z-index: 90;
  transition: all .66s ease-in-out;
}
.event_header.sticky{
  top:60px;
}
.event_header_dtls{
  font-size: 14px;
  line-height: 1.3;
  font-weight: 600;
  position: relative;
  padding-left: 20px;
  padding: 0 15px;
  margin-right: 15px;
}

.event_header_dtls:after{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    transform: rotate(45deg);
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #d8a649;
}
.event_header_status{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.event_reg{
  margin-left: auto;
}
.event_reg .reg_btn{
  margin: 0;
  height: 40px !important;
  border-color: #000 !important;
  color: #000;
  font-size: 14px;
  line-height: 40px !important; 
  background-color: transparent;
  min-width: 145px !important;
  padding: 0 15px !important;
  text-transform: capitalize;
  border-radius: 4px;
}
.donate_dad_banner{
  /* height: 100vh; */
  position: relative;
  padding-top: 46%;
}
.donate_dad_banner img{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.donate_dad_banner  .banner-desktop{
  display: block;
}
.donate_dad_banner  .banner-mob{
  display: none;
}
.donate_dad_banner .donate_dad_form{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  z-index: 1;
}
.donate_social_media {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.donate_social_media ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.donate_social_media li{
  display: block;
  padding: 0 10px;
  margin: 0;
  transition: all .4s ease-in-out;
}
.donate_social_media li a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  transition: all .4s ease-in-out;
}
.donate_social_media li a i{
  color: #fff;
}
.donate_social_media li a i:before{
  color: #fff;
}
.donate_social_media li.fb_icon:hover a{
  background-color: #3b5998!important;
  border-color: #3b5998!important;
}
.donate_social_media li.twitter_icon:hover a{
  background-color: #1da1f2!important;
  border-color: #1da1f2!important;
}
.donate_social_media li.whatsapp_icon:hover a{
  background-color: #25d366!important;
  border-color: #25d366!important;
}
.donate_social_media li.mail_icon:hover a{
  background-color: #ea4335!important;
  border-color: #ea4335!important;
}
.donate_wrapper {
  position: relative;
  padding: 0 !important;
}
.donate_wrapper img{
  width: 100%;
}
.donate_wrapper img.desktop{
  display: block !important;
}
.donate_wrapper img.mobile{
  display: none !important;
}
.donate_wrapper  .btn_donate{
  position: absolute;
  top:0;
  right: 8%;
  bottom: 0;
  margin: auto;
  max-width: 282px;
  width: 100%;
  height: 84px;
  background-color: #56bdda !important;
  color: #fff !important;
  font-size: 26px;
  font-weight: 700;
  line-height: 84px;
  padding: 0 20px;
  text-transform: uppercase;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.donate_wrapper  .btn_donate:focus,
.donate_wrapper  .btn_donate:active{
  background-color: #56bdda !important;
  color: #fff !important;
}
.donate_wrapper  .btn_donate:hover{
  background-color: #34adcc !important;
  color: #fff !important;
}

.header.smaller .watch-btn, .header.smaller .donate-btn{
  line-height: 40px !important;
}
@media only screen and (min-width: 992px) {
  .row {
    display: flex;
    /* flex-wrap: wrap; */
  }
}
@media only screen and (min-width: 1400px) {
  .home-container,
  .container
  /* .header-container, .h-container */
  {
    width: 1394px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .about_program_wrapper .container{
    max-width: 1262px;
    width:100%;
    padding:0;
  }
}
@media (max-width: 1399px) {
  .home-banner-content {
    bottom: 120px;
  }
  .home-banner-content figure {
    margin-bottom: 30px;
    line-height: 1;
  }
  .telvision-tab-content,
  .endorsement-content {
    padding-left: 60px;
  }
  .thumb-video {
    max-width: 530px;
  }
  .thumb-video-content {
    max-width: 680px;
  }
  .endo-slide .slide-thumb-video {
    flex: 0 0 530px;
  }
  .home-banner-content .date {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 7px;
  }
  .home-banner-content .location {
    font-size: 17px;
    line-height: 24px;
  }
  .endorsement-content .content-author {
    margin-top: 25px;
  }
  .endorsement-content h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .endorsement-content article,
  .endorsement-content p {
    font-size: 18px;
    line-height: 30px;
  }
  p.view-more-channels {
    font-size: 13px !important;
  }
  .update_posts.owl-carousel .owl-item {
    padding: 0 30px;
  }
  .update_posts.owl-carousel .owl-stage {
    margin: 0 -30px;
  }
  .event_logo_title &gt; img{
    max-width: 300px;
  }
  .event_logo_title figcaption {
    margin-top: 18px;
    font-size: 27px;
    line-height: 37px;
  }
  .info-list,.info-list address {
    font-size: 18px;
    line-height: 30px;
  }
  .info-list .date {
    font-size: 20px;
    line-height: 30px;
  }
  .btn{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 22px;
  }
  .title-content .title,.sec-title {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .title-content .content, .title-content .content p {
    font-size: 17px;
    line-height: 2.1;
  }
  .shaping-tommorow-wrapper {
    padding: 90px 0;
  }
  .shaping-wrap {
    padding-bottom: 60px;
  }
  .status-count-bar .count-box strong {
    font-size: 47px;
  }
  .status-count-bar .count-box span {
    font-size: 14px;
  }
  .status-count-bar .count-box strong{
    margin-bottom: 15px;
  }
  .who-attend-wrap {
    padding-top: 80px;
  }
  .ministry-team-wrapper {
    padding: 80px 0 50px;
  }
  .team-member {
    margin-bottom: 30px;
  }
  .register-content{
    flex: 0 0 60%;
  } 
  .register-btn-wrap{
    flex: 0 0 40%;
  }
  .register-now-wrap{
    padding: 0 50px;
  }
  .register-content h4{
    font-size: 34px;
  }
  .faq-wrapper{
    padding: 80px 0;
  }
  .acc-wrap {
    margin-top: 100px;
  }
  .register-wrap {
    padding: 80px 0;
  }
  .ministry-team-wrapper .sec-title {
    margin-bottom: 50px;
  }
  .accordion-item .accordion-content {
    padding-right: 100px;
  }
  .info-list .icon{
    margin-bottom: 15px;
  }
  .peacefellowship-wrapper,.television-channel-wrapper,.tab-content-wrap,
  .our-publication-wrapper,.ads-wrapper,.endorsement-wrapper{
    padding: 80px 0;
  }
  .mission-content h2, .television-channel-wrapper h2, .television-content h2, .center-content h2, .endorsement-wrapper h2, .footer_updates .container &gt; h3{
    font-size: 35px;
    line-height: 45px;
  }
  .mission-content article, .television-channel-wrapper article, .television-content article, .center-content article, .endorsement-wrapper article, .footer_updates article, .mission-content p, .television-channel-wrapper p, .television-content p, .center-content p, .endorsement-wrapper p.footer_updates .update_posts .posts .post_content label.pre-text {
    font-size: 18px;
    line-height: 28px;
  }
  .endorsement-wrapper{
    padding-top: 50px;
  }
  .television-initiatives-wrapper{
    padding-top: 80px;
  }
  .television-tab-wrapper {
    padding-top: 60px;
  }
  .publications-content .col-sm-3 .publication-title{
    margin-top: 25px;
    line-height: 25px;
  }
  .bg-sec-wrap{
    padding: 80px 0;
  }
  footer .container .common-menu .app_contain .get_app p{
    padding-right: 30px;
  }
  footer h4, .social_contain label,footer .container .common-menu .app_contain .get_app p{
    font-size: 18px;
    margin-bottom: 25px;
  }
  footer .container .common-menu .app_contain .get_app p:before{
    width: 20px;
  }
  footer .container .common-menu .app_contain .get_app p:after{
    width: 6px;
    height: 6px;
    border-width: 0 1px 1px 0;
  }
  footer .container .common-menu .app_contain .get_app a {
    margin-left: 30px !important;
  }
  footer .container .common-menu .app_contain .get_app a i {
    font-size: 27px;
  }
  p.view-more-channels {
    font-size: 13px!important;
  }
  .event_banner .banner_content figure {
    margin-bottom: 25px;
  }
  .event_detail_bar .col .btn{
    padding: 0 15px;
    font-size: 16px;
  }
  .event_detail_bar .col{
    flex:1 auto;
    padding: 0px 15px;
  }
  .event_detail_bar{
    padding: 15px 0px;
  }
  .event_detail_bar .dtls strong{
    font-size: 16px;
  }
  .event_detail_bar .dtls span {
    font-size: 14px;
  }
  .event_banner .banner_content figure img{
    max-width: 30%;
    max-height: 200px;
  }
  .event_banner .banner_content .event_cat_title {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .event_banner .container{
    bottom: 20px;
  }
  .event_banner .banner_content figure {
    margin-bottom: 20px;
  }
  .about_program_wrapper .container{
    padding: 0 15px;
  }
  .about_pgm_content {
    padding-left: 15px;
  }
  .about_pgm_video {
    padding-right: 15px;
  }
  .contact_list{
    max-width: 31.33%;
  }
  .donate_dad_banner .donate_dad_form{
    transform: translateY(-40%);
  }
  .donate_social_media li a{
    width: 40px;
    height: 40px;
    font-size: 14px;
  }
  .event_listing_banner figure img {
    max-width: 30%;
    max-height: 200px;
  }
  .donate_wrapper  .btn_donate{
      height: 70px;
      line-height: 70px;
      font-size: 22px;
      max-width: 250px;
  }
}
@media (max-width: 1299px) {
  .event_banner .container{
    width: 96%;
  }
  .event_detail_bar .dtls,.event_detail_bar .dtls strong,.event_detail_bar .col .btn {
    font-size: 13px;
  }
  .donate_wrapper  .btn_donate{
      height: 56px;
      line-height: 56px;
      font-size: 20px;
      max-width: 215px;
  }
}

@media (max-width: 1199px) {
  .video_modal .modal-header .close {
    top: 0 !important;
    right: 0 !important;
  }
  .info-list,.info-list address {
    font-size: 16px;
    line-height: 24px;
  }
  .info-list .date {
    font-size: 18px;
    line-height: 25px;
  }
  .register-now-wrap{
    padding: 0 40px;
  }
  .television-initiatives-wrapper{
    padding-top: 60px;
  }
  .peacefellowship-wrapper,.television-channel-wrapper,.tab-content-wrap,
  .our-publication-wrapper,.ads-wrapper,.endorsement-wrapper{
    padding: 60px 0;
  }
  .endo-slide .slide-thumb-video {
    flex: 0 0 400px;
  }
 
  .bg-sec-wrap{
    padding: 60px 0;
  }
  .social_contain {
    margin: 0;
  }
  .header .header-container .nav-menu {
    width: calc(100% - 260px) !important;
  } 
  .contact_list{
    max-width: 48%;
  }
  .about_pgm_video {
    flex: 0 0 50%;
  }
  
}
@media (max-width: 1024px){
  .about_pgm_video {
    flex: 0 0 100%;
  }
  .event_header{
    display: none !important;
  }
  .event_detail_bar{
    display: none !important;
  }
  .event_detail_bar.show_mob{
    display: block !important;
  }
  .event_detail_bar.show_mob * {
    color: #000;
  }
  .event_detail_bar.show_mob svg *{
    stroke: #000;
  }
  .event_detail_bar.show_mob .time svg *{
    stroke: transparent;
  }
  .event_detail_bar .col:after{
    display: none;
  }
  .event_detail_bar .col{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .event_detail_bar .col i{
    flex: 0 0 34px;
  }
  .event_detail_bar .col .dtls{
    font-size: 15px;
  }
  .event_detail_bar .col .btn:first-child,.event_detail_bar .col .btn:last-child{
    margin-left: 0;
    margin-right: 0;
  }
  .loc_wrap .figImg::after {
    padding-top: 90%;
  }
  .acc_loc_wrap .acc_loc_content{
    justify-content: space-between;
  }
  .event_note{
    background-image: none;
  }
  .event_note .note_wrap{
    display: block;
  }
  .event_note .note_wrap span, .event_note .note_wrap p{
    font-size: 15px;
  }
  .event_note .note_wrap span{
    margin-bottom: 10px;
    display: block;
  }
  .program_attending h2,.program_attending p{
    text-align: center;
    max-width: 100%;
  }
  img{
    max-width: 100%;
  }
  .inner-banner .sec-title{
    margin-top: 0;
    margin-bottom: 0 !important;
  }
  .inner-banner  .container{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    vertical-align: middle;
  }
  .header.smaller .header-container .nav-menu {
    width: calc(100% - 130px);
  }
  .general-faq .accordion-wrapper {
    padding-top: 25px;
  }
  .bg-sec-wrap{
    padding: 50px 0;
  }
  footer .container .footer-menu.desk-menu {
    width: 33.33% !important;
  }
  footer .container .common-menu {
    width: 100% !important;
  }
  .header .header-container .nav-menu {
    width: calc(100% - 156px) !important;
  }
  .footer_subscribe .form_contain .subscribe_title, .footer_subscribe .form_contain .subscribe_title h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .event_detail_bar{
    padding-top: 30px;
  }
  .event_detail_bar{
    display: flex;
  }
  .event_detail_bar .col{
    color: #000;
    margin-bottom: 20px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .event_detail_bar .col svg *{
    stroke: #000;
  }
  .event_detail_bar .col .dtls span{
    color: rgb(0, 0, 0,0.7);
  }
  .event_detail_bar .col::after{
    display: none;
  }
  .event_detail_bar .col .dtls strong{
    font-size: 15px;
  }
  .event_detail_bar .btn-wrap{
    margin: 0;
    display: block !important;
  }
  .event_detail_bar .btn-wrap .btn{
    min-width: 100%;
  }
  .event_detail_bar .btn-wrap .btn-primary.btn.btn-white{
    border-color: #63d0f0 !important;
    margin-bottom: 20px;
  }
  .about_pgm_video{
    margin-bottom: 30px;
  }
  .about_pgm_content h2{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .about_pgm_content article{
    font-size: 16px;
    line-height: 1.5;
    font-weight: normal;
  }
  .about_pgm_content article p{
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 30px;
  }
  .about_pgm_content article p:last-child{
    margin-bottom: 0;
  }
  .about_pgm_content .btn{
    min-width: 100%;
  }
  .counting_status_wrap {
    margin-top: 40px;
    flex-direction: column;
    text-align: center;
  }
  .counting_status_wrap .content_wrap{
    margin: 0 auto;
    max-width: 182px;
  }
  .counting_status_wrap .count_status .count {
    font-size: 44px;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
  }

  .counting_status_wrap .count_status h3 {
      font-size: 16px;
      line-height: 24px;
  }
  .counting_status_wrap .count_status{
    padding: 30px 0;
    position: relative;
  }
  .counting_status_wrap .count_status:first-child{
    padding-top: 0;
  }
  .counting_status_wrap .count_status:last-child{
    padding-bottom: 0;
  }
  .counting_status_wrap .count_status::after{
      content: "";
      position: absolute;
      top: inherit;
      bottom: 0;
      left: 0;
      right:0;
      margin: 0 auto;
      width: 26px;
      height: 1px;
      background-color: #ACAFB5;
  }
  .counting_status_wrap .count_status:last-child::after{
    display:none;
  }
  .about_program_wrapper{
    padding: 40px 0;
  }
  .program_attend_wrap{
    padding: 40px 0;
  }
  .program_attend_wrap .container &gt; .row{
    display: flex;
    flex-direction: column;
  }
  .program_attending{
    order: 2;
    text-align: center;
    margin-bottom: 24px;
  }
  .program_attend_img{
    order: 1;
  }
  .program_attend_img img,.program_attending h2,.program_attending p{
    margin-left: auto;
    margin-right: auto;
  }
  .program_attending h2{
    font-size: 30px;
    line-height: 1.5;
  }
  .program_attending p {
    font-size: 18px;
    line-height: 30px;
  }
  .registration_banner{
    text-align: center;
    background: rgb(255,230,183);
    background: linear-gradient(180deg, rgba(255,230,183,1) 0%, rgba(211,247,255,1) 100%);
    margin-bottom: 40px;
  }
  .registration_banner .row{
    padding: 40px 30px;
  }
  .participants_count .partpts_count span{
    font-size: 18px;
  }
  .participants_count .partpts_count strong {
    font-size: 55px;
  }
  
  .event_details_wrap {
      padding: 40px 0 50px;
  }
  .participants_count p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 15px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .reg_info p {
    font-size: 20px;
    line-height: 34px;
    margin-top: 30px;
  }
  .reg_offer{
    flex-direction: column;
  } 
  .reg_offer .offer{
    order: 1;
    padding: 0;
    margin-bottom: 30px;
  }
  .reg_offer .btn{
    order: 2;
    width: 100%;
    min-width: 100%;
    margin: 0;
  }
  .team_wrapper h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
  .team_wrapper .row{
    display: flex;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .team-grid{
    flex: 0 0 230px;
  }
  .team-grid figure:after {
    padding-top: 110%;
  }
  .contact_wrapper{
    padding: 40px 0;
  }
  .contact_wrapper .contact_title h2{
    font-size: 22px;
    line-height: 1;
    margin-bottom: 20px;
  }
  .contact_wrapper .contact_desc p {
    font-size: 15px;
    line-height: 27px;
  }
  .contact_grid{
    margin: 0 -7.5px;
    margin-top: 30px;
    row-gap: 15px;
    column-gap: 15px;
  }
  .contact_list{
    padding: 24px;
    min-height: inherit;
    max-width: 48%;
  }
  .contact_list strong{
    font-size: 22px;
    line-height: 27px;
  }
  .contact_list .phone{
    font-size: 19px;
    line-height: 1;
  }
  .donate_dad_banner .donate_dad_form {
    transform: translateY(-50%);
  }
  
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .links_contain .col-sm-3:nth-child(3),.footer-menu.desk-menu {
      display: block;
  }
}
@media (max-width: 991px) {
  .btn{
    padding: 0 18px;
    font-size: 14px;
  }
  .media-wrap .video-overlay .video_text {
    margin-top: 10px;
    font-size: 21px;
    line-height: 29px;
  }
  .home-banner-slider .swiper-pagination {
    bottom: 20px !important;
    right: 15px;
  }
  .home-thumb-slider {
    display: none !important;
  }
  .home-banner-content {
    bottom: 70px;
  }
  .home-banner-content figure,
  .home-banner-content,
  .home-banner-content .date,
  .home-banner-content .lang {
    text-align: center;
  }
  .home-banner-content &gt; figure &gt; img {
    max-width: 220px;
    margin: 0 auto;
    display: inline-block;
  }
  .home-banner-content &gt; figure {
    margin-bottom: 15px;
  }
  .home-banner-content .lang {
    font-size: 15px;
  }
  .home-banner-content .date {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .home-banner-content .location {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    display: inline-block;
    text-align: center;
  }
  .mission-video-wrapper {
    padding-top: 45px;
  }
  .mission-content {
    margin-bottom: 45px;
  }
  .mission-content h2,
  .television-channel-wrapper h2,
  .television-content h2,
  .center-content h2,
  .endorsement-wrapper h2,
  .footer_updates .container &gt; h3 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .mission-content h2 {
    margin-bottom: 15px;
  }
  .mission-content article,
  .television-channel-wrapper article,
  .television-content article,
  .center-content article,
  .endorsement-wrapper article,
  .footer_updates article,
  .mission-content p,
  .television-channel-wrapper p,
  .television-content p,
  .center-content p,
  .endorsement-wrapper
    p.footer_updates
    .update_posts
    .posts
    .post_content
    label.pre-text {
    font-size: 17px;
    line-height: 25px;
  }
  

  .btn-play,
  .btn-play.lg {
    width: 50px;
    height: 50px;
  }
  .btn-play.sm {
    width: 39px;
    height: 39px;
  }
  .btn-play::after,
  .btn-play.lg::after {
    border-width: 6px 0 6px 10px;
  }
  .peacefellowship-wrapper {
    padding: 50px 0 55px;
    text-align: center;
  }
  .peacefellowship-wrapper .thumb-video figure {
    margin-bottom: 36px;
    text-align: center;
  }
  .thumb-video,
  .thumb-video-content {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .thumb-video .media-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .thumb-video figure img {
    display: block;
    margin: 0 auto;
  }
  .thumb-video-content {
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .thumb-video-content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
  }
  .thumb-video-content {
    text-align: center;
  }
  .thumb-video-content h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .thumb-video-content h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .thumb-video-content article {
    font-size: 14px;
    line-height: 24px;
  }
  .show-tab {
    display: block  !important;
  }
  .show-tab-flx {
    display: block  !important;
  }
  .hide-tab {
    display: none  !important;
  }
  .hide-tab-flx{
    display: none !important;
  }
  .television-channel-wrapper {
    padding: 38px 0 33px;
    text-align: center;
  }
  .television-channel-wrapper h2 {
    margin-bottom: 25px;
  }
  .channel-live-video-list {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
    text-align: left;
  }
  .live-channel {
    background-color: transparent;
    padding: 0;
  }
  .video-list-wrap{
    display: flex;
    justify-content: space-between;
    height: auto;
  }
  .scroll-wrap{
    overflow-y: hidden !important;
    overflow-x: auto !important;
  }
  .live-video-list {
    display: block;
    flex: 0 0 160px;
    margin-bottom: 5px;
  }
  .live-video-list .media-wrap {
    margin-bottom: 20px;
  }
  .scroll-wrap::-webkit-scrollbar-track {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
  }
  .live-video-list .video-details {
    padding-left: 0;
  }
  .live-video-list .media-wrap {
    margin-bottom: 20px;
  }
  .live-video-list .video-details h6 {
    font-size: 13px;
    line-height: 17px;
  }
  .live-video-list .video-details .lang {
    font-size: 12px;
  }
  .television-initiatives-wrapper {
    padding: 60px 0 0;
  }
  .tab-list-wrap ul{
    overflow-y: hidden !important;
    overflow-x: auto !important;
  }
  .tab-list-wrap ul::-webkit-scrollbar {
    display: none;
  }
  /* Track */
   .tab-list-wrap ul::-webkit-scrollbar-track {
    display: none;
  } 
  /* Handle */
  .tab-list-wrap ul::-webkit-scrollbar-thumb {
    display: none;
  } 
  /* Handle on hover */
   .tab-list-wrap ul::-webkit-scrollbar-thumb:hover {
    display: none;
  }
   .tab-list-wrap ul::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }

  .tab-list-wrap ul {
    overflow-y: hidden;
    overflow-x: auto;
    justify-content: flex-start;
  }
  .tab-list-wrap li {
    padding-bottom: 15px;
    margin: 0 20px;
    white-space: nowrap;
    padding-left: 0;
    padding-right: 0;
  }
  .tab-list-wrap li:first-child {
    margin-left: 13px;
  }
  .tab-list-wrap li:last-child {
    margin-right: 13px;
  }
  .tab-list-wrap li figure span {
    min-height: 50px;
  }
  .tab-list-wrap li figcaption {
    margin-top: 12px;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
  }

  .tab-content-wrap {
    padding: 35px 0 48px;
  }
  .telvision-tab-content .btn {
    margin-top: 26px;
    display: inline-block;
  }
  .ads-wrapper .col-md-6 {
    justify-content: center !important;
  }
  .our-publication-wrapper {
    padding: 60px 0;
  }
  .publications-content .col-sm-3 .publication-title {
    margin-top: 20px;
    font-size: 15px;
    line-height: 20px;
  }
  .our-publication-wrapper .owl-controls {
    margin-top: 35px;
  }
  .ads-wrapper {
    padding: 30px 0 70px;
  }
  .ads-wrapper figure {
    margin-bottom: 10px;
  }
  .endorsement-wrapper .swiper-slide .endo-slide{
    display: block;
    text-align: center;
  }
  .slide-thumb-video,
  .telvision-tab-content,
  .endorsement-content,
  .channel-video-wrap {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .thumb-video .media-wrap,
  .media-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .endo-slide .slide-thumb-video {
    margin-bottom: 30px;
  }
  .content-center {
    text-align: center;
  }
  .thumb-video-content .content-center{
    width: 100%;
    max-width: 100%;
  }
  .endo-nav-wrap {
    margin-top: 20px;
    justify-content: center;
    text-align: center;
  }
  .endo-nav-wrap .swiper-nav {
    display: none;
  }
  .endorsement-wrapper {
    padding-bottom: 50px;
  }
  .endorsement-slider .swiper-pagination {
    display: flex;
    justify-content: center;
  }
  .endorsement-content h4 {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
  }
  .endorsement-content article,
  .endorsement-content article p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .endorsement-content .content-author strong {
    font-size: 18px;
  }
  .endorsement-content .content-author span {
    font-size: 15px;
  }
  .endorsement-slider .swiper-pagination {
    font-size: 18px;
  }
  .endorsement-content .content-author {
    margin-top: 17px;
  }
  .update_posts.owl-carousel .owl-item {
    padding: 0 20px;
  }
  .update_posts.owl-carousel .owl-stage {
    margin: 0 -20px;
  }
  .footer_updates .update_posts .posts .post_content label.pre-text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer_updates
    .update_posts
    .posts
    .post_content
    label.pre-text
    div.readmore {
    font-size: 13px;
    margin: 20px 0 0 !important;
  }
  .media-wrap:after {
    padding-top: 56.25% !important;
  }
  .video_modal .modal-dialog {
    width: 90% !important;
  }
  
  .accordion-item .accordion-toggle h3 {
    font-size: 19px;
  }
  
  .accordion-item .accordion-content {
    padding-bottom: 20px;
    line-height: 1.5;
  }
  .event_logo_title &gt; img  {
    max-width: 220px;
  }
  .info-wrapper{
    flex-direction: column;
    text-align: center;
  }
  .info-list{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 26px;
    text-align: center;
  }
  .info-list:last-child{
    margin-bottom: 0;
  }
  .info-list .icon{
    margin-bottom: 12px;
    justify-content: center;
  }
  .title-content .title,.sec-title {
    font-size: 25px;
    line-height:30px;
    margin-bottom: 20px;
  }
  .title-content .content, .title-content .content p {
    font-size: 16px;
    line-height: 1.8;
  }
  .shaping-tommorow-wrapper {
    padding: 75px 0 40px;
  }
  .shaping-content{
    order: 2;
    padding-bottom: 40px;
  }
  .thumb-media{
    margin-bottom: 30px;
  }
  .title-content .content{
    max-width: 100%;
  }
  .shaping-wrap {
    display: flex;
    flex-direction: column;
    padding-bottom: 60px;
  }
  .status-count-bar .count-box strong {
    font-size: 45px;
  }
 
  .who-attend-wrap {
    padding-top: 70px;
  }
  .title-content .content-wrap ul li{
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 18px;
  }
  .ministry-team-wrapper {
    padding: 60px 0 40px;
  }
  .team-member {
    margin-bottom: 24px;
  }
  .register-content{
    flex: 0 0 70%;
  } 
  .register-btn-wrap{
    flex: 0 0 30%;
  }
  .accomadation-content{
    margin-bottom: 40px;
  }
  .accomadation-content.title-content .content{
    max-width: 100%;
  }
  .acc-wrap{
    margin-top: 40px;
  }
  .accomadation-media{
    margin-bottom:40px;
  }
  .accomadation-media .media-wrap{
    margin: 0 auto;
  }
  .register-now-wrap{
    padding: 30px;
    display: block;
    margin-bottom: 40px;
    text-align: center;
    margin-left:-15px ;
    margin-right:-15px ;
  }

  .register-content, .register-btn-wrap{
    flex: 0 0 100%;
    width: 100%;
    padding: 0 ;
  }
  .register-content {
    padding-bottom: 25px;
  }
  .register-content h4 {
    font-size: 25px;
    line-height: 33px;
  }
  .register-content p{
    font-size: 18px;
    line-height: 25px;
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
  .register-btn-wrap .btn{
    margin: 0 auto;
    min-width: 187px;
  }
  .register-wrap {  
    padding: 60px 0 ;
  }
  .faq-wrapper{
    padding: 60px 0;
  }
  .ministry-team-wrapper .sec-title {
    margin-bottom: 50px;
  }
  .video_modal .modal-dialog {
    width: 100% !important;
  }
  .event_logo_title figcaption {
    margin-top: 12px;
    font-size: 22px;
    line-height: 30px;
  }
  .breadcrumb-nav{
    justify-content: center;
  }
  .info-list,.info-list address {
    font-size: 18px;
    line-height: 29px;
    font-weight: 500;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .status-count-bar .count-box{
    display: flex;
    align-items: center;
    text-align: left;
    margin-bottom: 0;
    padding: 23px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .status-count-bar .count-box strong,.status-count-bar .count-box span{
    flex: 0 0 50%;
    text-align: left;
  }
  .status-count-bar .count-box{
    width: 100%;
  }
  .accomadation-wrapper .row{
    display: flex;
    flex-direction: column;
  }
  .accomadation-media{
    order: 1;
  }
  .accomadation-content{
    order: 2;
  }
  .status-count-bar {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .status-count-bar .count-box{
    margin-bottom: 0;
    text-align: center;
  }
  .status-count-bar .count-box:first-child{
    padding-top: 0;
  }
  .status-count-bar .count-box:last-child{
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
  }
  
  .status-count-bar .count-box span {
    font-size: 13px;
  }
  .status-count-bar .count-box strong {
    margin-bottom: 0;
  }
  .inner-banner{
    height: 340px;
  }
  .telvision-tab-content{
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer_subscribe .form_contain .subscribe_title, .footer_subscribe .form_contain .subscribe_title h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .footer_subscribe .form_contain .subscribe_title {
    padding-bottom: 0;
  }
  .footer_subscribe .form_contain form {
    margin: 0 auto !important;
  }
  .footer_subscribe{
    padding: 60px 0;
  }
  
  .event_banner .banner_content .event_cat_title{
    max-width: 265px;
    width: 100%;
    margin: 0 auto;
  }
  .event_banner .container{
    bottom: unset;
    top:50%;
    transform: translateY(-50%);
  }
  .event_banner .banner_content .event_cat_title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 16px;
  }
  .event_banner .banner_content figure img {
    max-width: 75%;
  }
  .event_listing_banner h2{
    font-size: 40px;
    line-height: 1.2;
  }
  .event_listing_content .head-section h1,.upcoming-events .upcoming_event_tab_wrap h2{
    font-size: 30px;
    line-height: 1.2;
  }
  .upcoming-events .upcoming_event_tab_wrap h2{
    margin-bottom: 20px;
  }
  .upcoming_event_tab_wrap{
    display: block;
  }
  .program_attending h2{
    font-size: 22px;
    line-height: 30px;
    max-width: 300px;
    margin-bottom: 20px;
  }
  .program_attending p {
    font-size: 16px;
    line-height: 30px;
    max-width: 425px;
  }
  .program_grid{
    max-width: 100%;
  }
  .program_grid {
    padding: 20px 18px;
    height:auto;
    min-height: inherit;
    text-align: left;
  }
  .program_grid .title{
    text-align: left;
    font-size: 16px;
    line-height: 1.3;
  }
  .program_grid .amount{
    font-size: 16px;
    line-height: 1.3;
  }
  
  .program_grid br{
    display: none !important;
  }
  .accommodation_location_wrapper {
    padding-top: 0;
  
  }
  .acc_loc.location{
    margin-bottom: 30px;
  }
  .acc_loc_wrap figcaption span{
    font-size: 18px;
  }
  .acc_loc_wrap figcaption{
    font-size: 22px;
    line-height: 27px;
  }
  .book_accdn p{
    font-size: 18px;
    line-height: 28px;
  }
  .book_accdn .btn_wrap{
    display: block;
  }
  .book_accdn .btn_wrap .btn{
    /* margin: 0 0  30px 0; */
    min-width: 100%;
  }
  .your_questns h2{
    font-size: 24px;
    max-width: 300px;
    width: 100%;
    margin-bottom: 20px;
  }
  .your_questns p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .your_questns .btn-link {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 40px;
  }
  .mob-publication-banner{
    text-align: left;
  }
  .mob-publication-banner .pub-mob-banner{
    margin-bottom: 36px;
  }
  .mob-publication-banner  .pub-mob-banner img{
    width: 100%;
  }
  .mob-publication-banner  .logo{
    margin-bottom: 20px;
    text-align: left;
  }
  .mob-publication-banner article{
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
  }
  .mob-publication-banner .btn-wrap{
    display: flex;
  }
  .mob-publication-banner .btn-wrap .btn{
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important;
    margin-right: 10px;
    min-width: inherit;
    width: 100%;
    max-width: 100%;
  }
  .mob-publication-banner .btn-wrap .btn:last-child{
    margin-right: 0;
  }
  
  .mob-publication-banner .btn-wrap .btn:hover{
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
  }
  .event_listing_content .head-section{
    padding: 60px 0;
  }
  .event_listing_banner .subsections &gt; .col{
    max-width: 100% !important;
  }
  .upcoming-events .keytab-container .mix{
    width: 50% !important;
  }
  .contact_list{
    max-width: 100%;
  }
  .contact_grid{
    column-gap: 0;
    row-gap: 15px;
    margin: 30px 0 0 ;
    
  }
  .donate_dad_banner{
    background-color: #000;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 50px;
  }
  .donate_dad_banner img{
    position: relative;
    height: auto;
  }
  .donate_dad_banner .donate_dad_form{
     top: inherit;
     right: inherit;
     position: relative;
     margin: 0 auto ;
     text-align: center;
     transform: none;
  }
  .donate_dad_banner  .banner-desktop{
    display: none !important;
  }
  .donate_dad_banner  .banner-mob{
    display: block !important;
  }
  .donate_social_media {
    position: relative;
    bottom: inherit;
    left: inherit;
    transform: none;
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  .donate_social_media ul{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .donate_social_media ul li{
    padding: 0 6px;
  }
  .event_listing_banner figure img {
    max-width: 75%;
  }
  .donate_wrapper img.desktop{
    display: none !important;
  }
  .donate_wrapper img.mobile{
    display: block !important;
  }
  .donate_wrapper  .btn_donate{
    top:inherit;
    bottom: 50px;
    right: 0;
    left: 0;
  }
  
    
}
@media (max-width: 767px) {
  
  .team-member{
    display: none;
  }
  .team_wrapper .row{
    flex-wrap: nowrap;
  }
  .media-wrap .video-overlay svg {
    width: 56px;
    height: 56px;
  }
  .show-mob {
    display: block !important ;
  }
  .hide-mob {
    display: none !important;
  }
  .show-mob-flx {
    display: flex !important;
  }
  .btn-play,
  .btn-play.lg {
    width: 45px;
    height: 45px;
  }
  .btn-play::after,
  .btn-play.lg::after {
    border-width: 5px 0 5px 8px;
  }
  .mission-video.media-wrap::after {
    padding-top: 32.1% !important;
  }
  .mission-video.media-wrap video {
    background-size: cover;
  }
  .live-video-list .media-wrap {
    margin-bottom: 15px;
  }
  .update_posts.owl-carousel .owl-item {
    padding: 0 15px;
  }
  .update_posts.owl-carousel .owl-stage {
    margin: 0 -15px;
  }
  .home-banner-content {
    bottom: 45px;
  }
  .home-banner-content &gt; figure &gt; img {
    max-width: 180px;
  }
  .event_logo_title &gt; img  {
    max-width: 180px;
  }
  .video_modal .modal-dialog {
    width: 90% !important;
  }

  .accordion-item {
    margin-bottom: 0;
  }
  .accordion-item .accordion-toggle {
    padding:15px 30px 15px 0;
  }
  .accordion-item .accordion-toggle h3 {
    font-size: 18px;
    line-height: 1.8;
  }
  .accordion-item .accordion-content {
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.8;
  }
  .shaping-tommorow-wrapper {
    padding: 60px 0 30px;
  }
  .shaping-wrap {
    padding-bottom: 0;
  }
  .who-attend-wrap {
    padding-top: 40px;
  }
  .register-wrap {  
    padding: 40px 0 ;
  }
  .btn-wrap{
    display: block;
    text-align: center;
  }
  .btn-wrap a{
    display: block;
    width: max-content;
    margin: 0 auto;
  }
  .btn-wrap .get-direction{
    margin: 0 auto 20px;
  }
  .accordion-toggle .toggle-icon{
    width: 15px;
    height: 15px;
  }
  .toggle-icon::after,.toggle-icon::before{
    height: 2px;
  }
  .faq-wrapper{
    padding: 40px 0;
  }
  .status-count-bar .count-box strong{
    font-size: 42px;
  }
  .ministry-team-wrapper .sec-title {
    margin-bottom: 40px;
  }
  .event-info-wrapper {
    padding: 50px 0 35px;
  }
  .ministry-team-wrapper {
    padding: 40px 0 25px;
  }
  .team-member figure{
    margin-bottom: 20px;
  }
  .team-member {
    margin-bottom: 30px;
  }
  .team-member span{
    font-size: 16px;
  }
  .acc-wrap {
    margin-top: 0;
  }
  
  .event_logo_title figcaption {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }
  .breadcrumb-nav{
    display: none !important;
  }
  .info-list .icon{
    font-size: 13px;
  }
  .info-list .icon img {
    margin-right: 10px;
  }
  .info-list .date {
    font-size: 20px;
    line-height: 25px;
  }
  .info-list .date br{
    display: none !important;
  }
  .info-list .btn{
    width: 100%;
  }
  .register-now-wrap{
    min-height: 295px;
    min-height: 295px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  .title-content .content-wrap .loc {
    font-size: 18px;
  }
  .accomadation-content .btn-wrap{
    margin-bottom: 30px;
  }
  .btn-wrap a.btn{
    width: 100%;
  }
  .register-wrap {
    padding:0;
  }
  .team-members-list{
    max-width: 448px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-wrap h4{
    font-size: 19px;
  }
  .contact-wrap ul li{
    font-size: 14px;
  }
  .endo-slide .slide-thumb-video{
    flex: 0 0 100%;
  }
  .inner-banner{
    height: 300px;
  }
  .overlay-publications{
    display: none !important;
  }
  footer .container .footer-menu.desk-menu {
    width: 100% !important;
  }
  .video-share .share-icon {
    max-width: 25px;
    width: 100%;
  }

  .mission-video .video-share {
      right: 16px;
      top: 5px;
  }
  .video-share.right ul {
    padding: 5px;
  }
  .video-share ul li a{
    font-size: 15px;
  }
  .video-share ul li,.video-share.right ul li {
    margin: 0 5px;
    line-height: 1;
  }
  
  .video-share.right ul{
    flex-direction: row;
    left: inherit !important;
    right: 0;
    border-top-right-radius: 0;
  }
  .video-share.right ul::after,.video-share.right:hover ul::after{
    left: inherit !important;
    right: 3px;
  }
  .video-share.right:hover ul::after {
    top: -3px;
    left: 0;
  }
  .video-share ul::after{
    width: 6px;
    height: 6px;
  }
  .video-share.right .share-icon {
    margin: 0;
  }
  .footer-menu,.common-menu{
    max-width: 100% !important;
    width: 100% !important;
    float:  none !important;
    padding-bottom: 25px !important;
  } 
  footer .container .common-menu .app_contain {
    margin-top: 25px;
    height: auto;
  }
  footer .container.links_contain {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255,0.2);
  }
  .container.footer_copy p.copyright{
    line-height: 1.7;
    font-size:14px !important;
  }
  footer .container.links_contain{
    max-width: 100% !important;
  }
  .footer_subscribe .form_contain .form-group{
    display: block;
  }
  .footer_subscribe .form_contain .form-group input{
    height: 50px !important;
    line-height: 50px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .footer_subscribe .form_contain .form-group input[type="email"]{
    font-size: 16px;
    margin-bottom: 15px;
  }
  .footer_subscribe .form_contain .form-group input[type="submit"]{
    font-size: 14px;
  }
  .footer_subscribe .form_contain .form-group .wpcf7-form-control-wrap {
    padding-right: 0;
    display: block;
    padding-bottom: 15px;
  }
  .footer_subscribe{
    padding: 40px 0;
  } 
  .footer_subscribe .form_contain form{
    width: 100% !important;
  } 
  footer .container .common-menu .app_contain .get_app{
    display: block !important;
    text-align: center;
  }
  footer .container .common-menu .app_contain .get_app p{
    padding: 0;
    width: 100%;
  }
  footer .container .common-menu .app_contain .get_app p::after,footer .container .common-menu .app_contain .get_app p::before{
    display: none;
  }
  footer .container .common-menu .app_contain .get_app a{
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .footer-menu.desk-menu{
    display: none !important;
  }
  footer .mobile-menu {
    display: block !important;
    text-align: left ;
  }
  .footer_subscribe .form_contain .form-group&gt; p{
    display: block !important;
  }
  .social_contain h4{
    text-align: center;
  }
  .event_listing_banner  h2{
    font-size: 20px;
    line-height: 1.2;
  }
  .shalom-retreat-bnr .banner-top{
    margin-bottom: 30px;
  }
  .event_listing_content .head-section h1, .upcoming-events .upcoming_event_tab_wrap h2 {
    font-size: 22px;
    line-height: 1.2;
  }
  .event_listing_banner .banner-bottom {
    margin-top: 30px;
}
  .upcoming_event_tab_wrap{
    margin-bottom: 30px;
  }
  .upcoming-events .upcoming_event_tab_wrap h2{
    margin-bottom: 30px;
    padding: 0;
  }
  
 
  .upcoming-events .upcoming_event_tab_wrap .keytabs button{
    font-size: 16px;
    margin-top: 0;
  }
  .event_list_box h3{
    font-size: 22px;
    line-height: 1.2;
    text-transform: capitalize;
    margin-bottom: 20px;
  }
  .info_reg_links a{
    font-size: 17px;
    line-height: 1;
  }
  .btn-wrap .btn-loadmore{
    width: 100%;
    min-width: 100%;
    background-color: #63d0f0;
    color: #fff;
  }
  .event_listing_content .head-section{
    padding:  40px 0;
  }
  .event_listing_content .head-section .quote-line{
    font-size: 16px;
    line-height: 30px;
  }
  .event_list_box h3 {
    font-size: 22px;
    line-height: 36px;
  }
  .upcoming_event_tab_wrap {
    margin-bottom: 20px;
  }
  .upcoming-events .upcoming_event_tab_wrap .keytabs button {
    font-size: 16px;
  }
  .event-share-block .bible-quote,.event-share-block .bible-quote-author {
    font-size: 16px;
  }
  .event-share-block h5{
    font-size: 15px;
  }
  .event-share-block .social-media li a{
    font-size: 18px !important;
  }
  .event_listing_banner .subsections &gt; .col{
    padding: 0px 20px;
  }
  .event_listing_banner .subsections &gt; .col:after{
    height: 20px;
  }
  .event_listing_banner .subsections h4 {
      font-size: 20px;
      margin-bottom: 6px;
  }
  .event_listing_banner .subsections p{
    font-size: 14px;
  }
  .event_listing_banner .container{
    bottom: 20px;
  }
  .upcoming-events .keytab-container .grid{
    width: 100% !important;
  }
  .upcoming-events .keytab-container .mix{
    width: 100% !important;
  }
  .program_grid{
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 17px;
  }
  .program_attending .pgm_attend_row {
    margin: 0 0 15px 0;
    row-gap: 0;
    column-gap: 0;
}
  .program_grid figure,.program_grid .title, .program_grid .amount{
    margin: 0;
    min-height: inherit;
  }
  .program_grid .title{
    margin-right: auto;
    margin-left: 15px;
  }
  .program_grid .amount{
    font-size: 16px;
    margin:0 0 0 15px;
  }
  .program_grid .content{
      display: none;
  }
  .program_grid img {
      max-width: 30px;
  }
  .acc_wrap .figImg::after {
    padding-top: 57%;
  }
  .event_banner .banner_content figure img {
    max-width: 50%;
    max-height: 160px;
  }
  .event_banner .figImg::after{
    padding-top: 58.65% !important;
  }
  .event_banner .figImg .desktop-image{
    display: none !important;
  }
  .event_banner .figImg .mobile-image{
    display: block !important;
  }
}

@media (max-width: 580px) {
  .home-banner-slider,
  .home-banner-slider .swiper-slide,
  .home-banner-slider .swiper-slide &gt; img {
    min-height: calc(100vh - 60px);
  }
  .mission-content article {
    max-width: 270px;
    width: 100%;
    margin: 0 auto;
  }
  .donate-now-form .form-inline {
    display: block;
  }
  .donate-now-form .btn {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  
  .live-video-list .media-wrap {
    margin-bottom: 11px;
  }
  .update_posts.owl-carousel .owl-item {
    padding: 0 10px;
  }
  .update_posts.owl-carousel .owl-stage {
    margin: 0 -10px;
  }
  .home-banner-content &gt; figure &gt; img {
    max-width: 250px;
  }
  .home-banner-content {
    bottom: 120px;
  }
  .home-banner-slider .swiper-pagination {
    display: block;
    bottom: 45px !important;
  }
  .home-banner-content &gt; figure {
    margin-bottom: 30px;
  }

  .home-banner-content .date {
    margin-bottom: 20px;
  }
  .accordion-item .accordion-toggle {
    padding: 15px 30px 15px 0;
  }
  .accordion-item .accordion-content{
    padding: 0 0 20px 0;
  }
  .accordion-item .accordion-toggle::before,
  .accordion-item .accordion-toggle::after {
    width: 12px;
    height: 2px;
  }
 
  .event_logo_title &gt; img {
    max-width: 250px;
  }
  .shaping-tommorow-wrapper {
    padding: 40px 0 0;
  }
  
  .ministry-team-wrapper .sec-title {
    margin-bottom: 30px;
  }
  .event_banner .figImg::after {
    padding-top: 58.65%;
  }
  .event_listing_banner{
    height: 220px;
  }
  .banner-desk{
    display: none !important;
  }
  .banner-mob{
    display: block !important;
  }
  .accomadation-content {
    margin-bottom: 0;
  }
  .shalom-retreat-content .upcoming-events .keytab-container .mix .event-desc{
    min-height: 265px;
    height: auto !important;
  }
  .home-banner-slider  .swiper-pagination{
    bottom: 20px !important;
  }
  .home-banner-slider .swiper-pagination{
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
  }
  .pgm_attend_row{
    column-gap: 0;
    max-width: 100%;
    margin: 0 !important;
    row-gap: 15px;
  }
  .book_accdn{
    min-height: inherit;
  }
  .date_time_list{
    padding: 15px;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  div#grid-container{
    margin-left: 0 !important;
  }
  /* .shalom-retreat-content .upcoming-events .keytab-container .mix{
    min-height: 450px;
  } */
  
  .shalom-retreat-content .upcoming-events .keytab-container .mix{
    min-height: auto !important;
    height: auto !important;
  }
  
  .shalom-retreat-content,.upcoming-events .keytab-contain {
    height: auto !important;
  }
  .shalom-retreat-content .upcoming-events .keytab-container .mix .event-desc{
    min-height: auto !important;
    height: auto !important;
    margin-bottom: 15px;
  }
  

  p.no-events {
      font-size: 16px;
      font-style: italic;
      padding-top: 20px;
  }
}
@media only screen and (max-width: 767px){
  p.no-events {
      font-size: 14px;
      font-style: italic;
      padding-top: 18px !important;
  }
}
@media (max-width: 480px) {
  .footer_updates .container,
  .publications-content .container {
    padding: 0 15px !important;
  }
  .update_posts.owl-carousel .owl-item {
    padding: 0;
  }
  .update_posts.owl-carousel .owl-stage {
    margin: 0;
  }
  .shalom-retreat-content .upcoming-events .keytab-container .mix,.upcoming-events .keytab-container .mix{
    min-height: auto !important;
    height: auto !important;
  }
  
  
}
@media (max-width: 400px) {
  .shalom-retreat-content .upcoming-events .keytab-container .mix,.upcoming-events .keytab-container .mix{
    min-height: auto !important;
    height: auto !important;
  }
  .tab-list-wrap li {
    margin: 0 15px;
  }
  
}
</pre></body></html>