.fa-1x {font-size: 1.5rem;}
.navbar-toggler.toggler-example {cursor: pointer;}
.dark-blue-text {color: #0A38F5;}
.dark-pink-text {color: #AC003A;}
.dark-amber-text {color: #ff6f00;}
.dark-teal-text {color: #004d40;}
.page-body-wrapper {min-height: calc(100vh - 97px);/*padding-top: 25px;*/}
a.nav-link.text-light {line-height: 1.5;font-size: 16px;font-weight: 600;}
.navbar-toggler:focus {box-shadow: 0 !important;}
.unset-min-height {min-height: unset !important;}

/* footer css start */
.bg-dark{background-color: black !important;}
.bg-light{background-color: white !important;}
.section1 {
	/*height: 260px;*/
	background-image: url(https://www.konemamwenenge.com/alyousuf-website/wp-content/uploads/2021/11/Untitled-333-01.png);
	/*background-position: -55px -18px;*/
	background-repeat: no-repeat;
	background-size: contain;
}

.elementor-widget-container{border-right: 3px solid #0E2292;}


.section2 {
  /*height: 260px;*/
  background-image: url(https://www.konemamwenenge.com/alyousuf-website/wp-content/uploads/2021/11/Untitled-333-02.png);
  background-position: 17rem -1rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.list-unstyled a {
	font-weight:bolder;
	color: black;
	font-size: 18px;
	line-height: 1.5;
	padding-bottom: 5px;
}
footer .title {
	font-size: 1.25rem;
	color: #0E2292;
	font-weight: 600;
}
.news-item li {
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 15px;
}
/* footer css end */

/*timeline css start*/
.swiper-container-wrapper--timeline .swiper-slide {
  display: flex;
  background: #fff;
  min-height: 300px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.swiper-container-wrapper--timeline .swiper-slide .container {
  padding: 0;
  width: 100%;
}
.swiper-container-wrapper--timeline .swiper-slide .title {
  font-size: 18px;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-container-wrapper--timeline .swiper-slide-active .title {
  opacity: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar {
  position: relative;
  margin-bottom: 70px;
  background-color: transparent;
  height: 4px;
  border-bottom: 1px solid #888;
  /*width: 75%;*/
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar-fill {
  background-color: #000;
  height: 3px;
  top: 2px;
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:before {
  position: absolute;
  top: 2px;
  left: -100%;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-progressbar:after {
  position: absolute;
  top: 3px;
  right: -100%;
  width: 100%;
  height: 1px;
  background-color: #888;
  content: "";
}
.swiper-container-wrapper--timeline .swiper-pagination-custom {
  position: relative;
  list-style: none;
  /*margin: 1rem 0;*/
  margin: 1rem auto;
  padding: 0;
  display: flex;
  line-height: 1.66;
  bottom: 0;
  z-index: 11;
  /*width: 75%;*/
  display: flex;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  display: block;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title {
  position: absolute;
  font-weight: 400;
  right: 0;
  transform: translateX(50%);
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch .switch-title:after {
  position: absolute;
  top: calc(100% + 19px);
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  width: 12px;
  height: 12px;
  background: #000;
  border-radius: 2rem;
  content: "";
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  z-index: 1;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title {
  font-weight: 400;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active .switch-title:after {
  background: #000;
  width: 25px;
  height: 25px;
  transition-delay: 0.4s;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title {
  color: #888;
  font-weight: 16px;
}
.swiper-container-wrapper--timeline .swiper-pagination-custom .swiper-pagination-switch.active ~ .swiper-pagination-switch .switch-title:after {
  background: #888;
}
/*timeline css end*/

@media only screen and (max-width: 425px) {
  #footer-logo center {float: right;}
  #footer-logo img {height: 150px; width: 150px; margin-right: 2rem;}
  .list-unstyled a {font-weight: 600;font-size: 16px;}
  .content-wrapper.py-1,.card-body.pt-0 {padding-left: 0px;padding-right: 0px;}
}

@media only screen and (max-width: 320px) {
  nav .container {padding: 0;}
}