@font-face {
font-family: 'bahnschrift';
src: url('../fonts/bahnschrift.ttf');
}

@font-face {
font-family: 'alboroto.otf';
src: url('../fonts/ALBOROTO.OTF');
}

:root {
  --dark: #121212;
  --primary1: #742262;
  --primary2: #B32E63;
}

body{
  font-family: 'bahnschrift';
  overflow-x: hidden;
}
/*
html{
  scroll-behavior: smooth;
}
*/
/*header and navbar styles*/
.scrollTo{

}
.header{
  position: absolute;
  top:0;
  left:0;
  right:0;
  z-index: 1000;
}

.navbar{
  padding-top:0;
}

.toggle-icon{
  font-size: 35px;
}

.navbar-light .navbar-toggler {
    color:#fff;
    border-color:transparent;
}

.header-logo{
  width: 120px;
}

.footer-logo{
  width: 120px;
}

.navbar-brand{
  background-color: #4ECEEC;
  padding:20px 15px;

}

.header-content{
  overflow:hidden;
  min-height: 50vh;
}

.bg-image-section{

  overflow:hidden;
  min-height: 110vh;
  background-repeat: no-repeat;
}


.btn-group{
  overflow:hidden;
}

.btn.btn-primary{
  border-radius: 50px 50px 50px 50px!important;
  padding: 10px 40px;
  font-size: 18px;
}

.btn.btn-primary.btn-sm{
  padding: 10px 25px;
  font-size: 18px;
}


.btn.btn-primary.btn-yellow{
  background-color: #F5BF15;
  border-color: #F5BF15;
  color: #000;
}

.btn.btn-primary.btn-yellow:hover{
  background-color: #CE376C;
  border-color: #CE376C;
  color: #fff;
}

.btn.btn-primary.btn-white{
  background-color: #fff;
  border-color: #fff;
  color: #000;
  padding: 5px 45px;
}

.btn.btn-primary.btn-dark-outline{
  background-color: #fff;
  border-color: #000;
  color: #000;
  padding: 5px 45px;
}

.btn.btn-primary.btn-dark-outline:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
  transition: 0.2s;
  padding: 5px 45px;
}




.btn.btn-primary.btn-white:hover{
  background-color: #4ECEEC;
  border-color: #4ECEEC;
  color: #fff;
}


.btn.btn-primary.btn-white-blue{
  background-color: #fff;
  border-color:#4ECEEC;
  color: #000;
  padding: 5px 45px;
}

.btn.btn-primary.btn-white-blue:hover{
  background-color: #4ECEEC;
  border-color: #4ECEEC;
  color: #fff;
}

.btn.btn-primary.btn-blue{
  background-color: #4ECEEC;
  border-color: #4ECEEC;
  color: #fff;
}

.btn.btn-primary.btn-blue:hover{
  background-color: #fff;
  border-color:#4ECEEC;
  color: #000;
}

.btn.btn-primary.btn-blue.btn-md{
  padding: 5px 45px;
}

.btn.btn-secondary.slider-btn{
  padding:17px 95px;
  border-radius: 0;
}

.btn.btn-secondary.slider-btn.bg-purple{
  background-color: #812570;
  border-color: #812570;
  opacity: 90%;
}

.btn.btn-secondary.slider-btn.bg-pink{
background-color: #CE376C;
border-color: #CE376C;
opacity: 90%;
}

.btn.btn-secondary.slider-btn.bg-orange{
  background-color: #F4911C;
  border-color: #F4911C;
  opacity: 90%;
}

.btn.btn-secondary.slider-btn.bg-yellow{
  background-color: #F5BF15;
  border-color: #F5BF15;
  opacity: 90%;
}


header .navbar .navbar-nav .nav-link{
  color:#fff;
  font-size: 18px;
  margin-right: 24px;
}

header .navbar .navbar-nav .active .nav-link{
  color:#fff;
  font-size: 18px;
  margin-right: 24px;
}

/*NEW TEXT STYLES CORRECTION FROM PREVIOUS*/

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 400;
}

.text-light{
  font-weight: 300;
}

.text-bold{
  font-weight: 600;
}



.banner-title{
  font-size: 60px;
}

.text-md{
  font-size: 48px;
}

.text-sm{
  font-size:21px;
}

.text-sm.card{
  font-size: 31px;
}

.text-sm.footer{
  font-size: 30px;
  font-weight: 600;
}

.text-pink{
  color: #CE376C;
}

.text-black{
  color: #000;
}

.text-black:hover{
  color:#000;
}
/*NEW TEXT STYLES CORRECTION FROM PREVIOUS*/

.heading{
  font-weight: 400;
}

.heading.white{
  color: #fff;
}

.heading.black{
  color: #000;
}

.heading.heading-sm{
  font-size: 21px;
  font-weight: 400;
}


.heading.heading-sm.card{
  font-size: 31px;
}

.heading.heading-sm.footer{
  font-size: 30px;
  font-weight: 600;
}

.heading.heading-sm.pink{
  color: #CE376C;
}

.heading.heading-md{
  font-size: 48px;
  font-weight: 400;
}

.heading.heading-lg{
  font-size: 60px;
}

.paragraph-text{
  font-size: 18px;
  font-weight: 300;
}

.paragraph-text.sm{
  font-size: 17px;
  font-weight: 400;
}

.text-grey{
  color: #ccc;
}

.paragraph-text.white{
  color:#fff;
}

.paragraph-text.black{
  color:#000;
}

.paragraph-text.pink{
  color:#CE376C;
}

.heading-text.slider-btn{
  font-size:22px;
  font-weight: 400;
  color: #fff;
}

.slider-icon{
  width: 100px;
}
/*end-header and navbar styles*/



.element{
position: relative;
}

.special-image{
  width: 450px;
}
.special-image.sm{
  width: 150px;
}

.special-image.lg{
  width: 500px;
}

.element-top{
  position:absolute;
  top: 0;
  left: 0;
  overflow:hidden;

}

.element-bottom{
  position: absolute;
  bottom: 0;
  right:0;
  overflow: hidden;
  z-index: -1
}
.element-bottom.element-bottom-margin {
  bottom: -80px;
}
.element-top.special{
  z-index: 1;
  transform: translateY(180%) translateX(85%);
}

.element-top.special-in{
  z-index: 1;
  transform: translateY(270%) translateX(350%);
}

.element-top.translate{
  transform: translateY(-19%) translateX(0%);
  z-index: -1;
}
.element-top.translate.sm{
  transform: translateY(510%) translateX(55%);
}

.element-top.translate.sm.contact{
  transform: translateY(275%) translateX(20%);
}

.element-bottom.rotate{
  transform: translateY(19%) rotate(180deg);

}

/* END - shapes in background*/

.gradient-bg{
  background-image: linear-gradient(to right, #742262, #B32E63);
}

.achivements-icon{
  width: 77px;
}

.achivements-text{
  font-family: 'alboroto.otf';
  font-size: 40px;
  color: #F5BF15;
}

.achivements-text.sm{
  font-size: 30px;
}

.achivements-text.md{
  font-size: 35px;
}

.gallery-img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100%;
}
/*make-a-donation-section*/
.section-bg{
  background-color:#B32E63;
}

.position-wrapper{
    position: relative;
}

.position-wrapper .position-before{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

@media (min-width: 992px){
.offset-lg-6 {
    margin-left: 50%;
}
}

.offset-lg-6{
  margin-left: 50%;
  position: relative;
  z-index: 1;
}

.bg-img{
    background-repeat: no-repeat;
    background-size: cover; /*previous contain*/
    background-position: center right;
}


@media screen and (max-width: 1400px){
.position-wrapper .position-after {
    padding-top: 50px;
    padding-bottom: 50px;
}
}

.position-wrapper .position-after{
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}


.section-padding {
    padding: 100px 0;
}


@media screen and (max-width: 1400px){
.section-padding {
    padding: 85px 0;
}
}

.form-control{
  border-radius: 0;
}

/*END-make-a-donation-section*/

/*latest news section*/

.card{
  border:none;
  background-color: transparent;
}

.card-img-top{
  border-radius: 0;
}

/*subscribtion section*/

.bg-image {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('assets/images/images/newsletter-parallax.jpg');
    background-size: cover;
    background-position: center;
}

.header-image{
  position: relative;
  height: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
}

.header-image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    filter: brightness(50%);
    background-color: rgba(74,70,72,0.6);
}


.bg-image::before {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(116,34,98,0.5);
}


.foreground {
  position: relative;
  color: #fff;
  /*line-height: 0.9;*/
}
.foreground.header-foreground{
  position: relative;
  color: #fff;
}

.input-group-prepend {
  /*position: absolute;*/
  right: 9px;
  top: 50%;
  /*transform: translateY(-50%);*/
  z-index: 1;
  background-color: #fff;
  padding: 6px 8px;
  border-radius: 0px 50px 50px 0px;
}

.form-control.custom-input{
  z-index: 0;
  padding:30px 50px;
  /*width: 20%;*/
  border-radius: 50px 0px 0px 50px!important;
  border-color: #fff;
}

.footer-icon{
  width: 20px;
}

.footer-icon.fa-icon{
  color:#fff;
}

.contact-icon{
  width: 20px;
}

.contact-icon.fa-icon{
  color: #B32E63;
}

.hr{
  width: 80%;
  color: #ccc;
  border: 1px solid #ccc;
}

.text-unstyled{
  text-decoration: none!important;
}

.spacing{
  margin-left: 80px!important;
}

.container-fluid{
  padding: 0 100px;
}

/*About us section*/

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color:transparent;
    border-radius: .25rem;
    justify-content: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #ffffff;
    content: ">";
}

.breadcrumb .breadcrumb-item a {
    color: #fff;
}

.row-bg{
  background-color: #f5f5f5;
  border-radius: 50px 50px 50px 50px;
}

.avatar{
  border: 1px solid #000;
}

.box{
  border: 1px solid #ccc;
  padding:50px;
}

/* END-About us section*/



/*News section*/
.links{
  color: #ccc;
}
.links.active{
  color: #ffffff;
  background-color: #CE376C;
  border-radius:100%;
  padding:8px 13px;
}

.overflow-x{
  overflow-x: hidden;
}
/*END news section*/

/*slick slider*/

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left!important;
    /* text-align: center; */
}



.slick-dots li button:before {
    font-family: 'slick';
    font-size:16px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #000;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  background-color: #CE376C!important;
  content: '';
}

.text-slider .slick-slide:focus {
  outline: none;
}

/*center form in donation*/

.centralize{
  margin-left:200px;
}

.navbar-toggler:focus{
  outline: none;
}

.hamburger-icon{
  width: 30px;
}

/* About Us page Team members styling */
.team-member-border {
  position: relative;
}
.team-member-border::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #ccc;
}
.team-member-border:last-child::after {
  width: 0;
  height: 0;
}
/* End of About us page Team members styling */
/* Our history timeline styling */
.timeline {
  list-style: none;
  display: flex;
  justify-content: space-around;
  position: relative;
  margin-bottom: 3rem;
  padding: 0;
}
.timeline::before {
  position: absolute;
  content: '';
  height: 3px;
  width: 100%;
  bottom: 0;
  background-color: #fff;
}
.timeline .timeline-item {
  position: relative;
}
.timeline .timeline-item .timeline-link {
  text-decoration: none;
}
.timeline .timeline-item .timeline-link:focus {
  outline: none;
}
.timeline .timeline-item .timeline-content {
  position: absolute;
  width: 350px;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  top: 90px;
  left: -50px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.timeline .timeline-item .timeline-content::before {
  position: absolute;
  content: '';
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  top: -10px;
  left: 60px;
}
.timeline .timeline-item:nth-last-child(-n+2) .timeline-content::before {
  left: unset;
  right: 60px;
}
.timeline .timeline-item.active .timeline-content { 
  visibility: visible;
  opacity: 1;
}
.timeline .timeline-item:nth-last-child(-n+2) .timeline-content {
  left: unset;
  right: -50px;
}
.timeline .timeline-item .timeline-content .close-timeline-content {
  position: absolute;
  top: -8px;
  right: -8px;
  background-color: #F5BF15;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  width: 25px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in;
}
.timeline .timeline-item .timeline-content p,
.vertical-timeline p {
  margin: 0;
}
.timeline .timeline-item .timeline-content .close-timeline-content:hover {
  background-color: #CE376C;
}
.timeline .timeline-item .timeline-years-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.timeline .timeline-item .timeline-years-wrapper .timeline-circle {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: -5px;
}
.timeline .timeline-item.active .timeline-years-wrapper .timeline-circle {
  border: 4px solid #F5BF15;
}
/* End of Our history timeline styling */
/* Ajax Form p tag margin styling */
.ajax-form .no-margin p {
  margin: 0;
}
/* End of ajax form styling */
.img-hover{
  position: relative;
  display: block;
}
.img-hover::after{
  content: '\f03e';
  font-size: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: 'fontawesome';
  opacity: 0;
  transition: 0.3s;
}
.img-hover:hover::after{
  opacity: 1;
}
.pagination {
  justify-content: center;
}
.pagination li {
  margin-right: 0.5rem;
}
.pagination li:last-child {
  margin-right: 0;
}

.privacy-notice {
  color: #a2a2a2;
  text-align: center;
}