
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 12, 2020 */



@font-face {
    font-family: 'effrabold';
    src: url('../fonts/effra-bold-webfont.woff2') format('woff2'),
         url('../fonts/effra-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'effralight';
    src: url('../fonts/effra-light-webfont.woff2') format('woff2'),
         url('../fonts/effra-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'efframedium';
    src: url('../fonts/effra-medium-webfont.woff2') format('woff2'),
         url('../fonts/effra-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'effraregular';
    src: url('../fonts/effra-regular-webfont.woff2') format('woff2'),
         url('../fonts/effra-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bulgattiregular';
    src: url('../fonts/bulgatti-xgmv-webfont.woff2') format('woff2'),
         url('../fonts/bulgatti-xgmv-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.3px;
  color: #5f646b;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Source Sans Pro', sans-serif;
  margin-top: 0px;
  color: #23262a;
  font-weight: 700;
  letter-spacing: 0px;
}

h1 {
  font-size: 43px;
}

h2 {
  font-size: 33px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 21px;
}

a {
  color: #23262a;
  font-weight: 400;
  -webkit-transition: 0.3s color;
  transition: 0.3s color;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
/*  color: #e3660d;*/
opacity: 0.8;
}

ul, ol {
  margin: 0;
  padding: 0;

}

blockquote {
  position: relative;
  padding: 30px 30px;
  margin: 0px;
  font-size: 15px;
  border-radius: 10px;
  background: #f4f4f8;
  border-left: 0px;
  margin: 30px 0px;
}

blockquote:after {
  content: "\f10e";
  font-family: fontAwesome;
  position: absolute;
  right: -10px;
  bottom: -10px;
  text-align: center;
  font-size: 43px;
  color: #83ba09;
  width: 45px;
  height: 45px;
  line-height: 45px;
  z-index: 22;
}

/*----------------------------*\
	button
\*----------------------------*/

/*.primary-button {
  position: relative;
  display: inline-block;
  padding: 0px 30px;
  background: #000000;
  color: #FFF;
  font-weight: 400;
  height: 45px;
  line-height: 45px;
  border: none;
  border-radius: 25px;
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
    margin-bottom: 14px;
}*/

/*.primary-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.primary-button:hover:after, .primary-button:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

.primary-button:hover, .primary-button:focus {
  color: #FFF;
  opacity: 1;

}*/

/*----------------------------*\
	input
\*----------------------------*/

.input {
  width: 100%;
  background-color: #FFF;
  border: 1px solid #e6e6ea;
  height: 45px;
  padding: 0px 15px;
  border-radius: 10px;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

textarea.input {
  height: 90px;
  padding: 15px;
}

.input:focus {
  border-color: #83ba09;
}

/*----------------------------*\
	section
\*----------------------------*/

.section {
  position: relative;
  padding: 40px 0px;
}

.section-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-size: cover; */
    /* background-position: center; */
    z-index: -1;
    margin-top: 0;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    /* background-color: rgb(50, 5, 5); */
    background-size: 115%;
    color: white;
    /*box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 0px 2000px inset;*/
    box-shadow:rgba(126, 56, 6, 0.49) 0px 0px 0px 2000px inset;
    background-repeat: no-repeat;
    background-position: 90% top;
    padding: 40px;
}

.section-title {
  margin-bottom: 36px;
  text-align: center;
}

.section-title .title {
 font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 70px;
    line-height: 0;
    margin-top: -56px;
}
.section-title .watermark{
color: #e6e6e6;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 35px;
    padding-right: 0;
    font-family: 'bulgattiregular';
    
}

.section-title .sub-title {
    color: #23262a;
    font-size: 20px;
    line-height: 26px;
    font-family: 'effraregular';
}

/*=========================================================
	LOGO
===========================================================*/

.navbar-brand {
  height: 60px;
  padding: 0;
}

.navbar-brand .logo {
  display: inline-block;
}

.navbar-brand .logo>img {
max-height: 81px;
}

/*=========================================================
	NAVGATION
===========================================================*/

#main-navbar {
position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: #FFF;
    z-index: 99;
    padding-top: 11px;
    padding-bottom: 22px;
}

/*----------------------------*\
	menu
\*----------------------------*/
.navbar-menu li .active{
/*  font-weight: bold;*/
}
.navbar-menu li a {
padding: 20px;
    /* border-right: 1px solid #e6e6ea; */
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-menu>li:first-child a {
/*  border-left: 1px solid #e6e6ea;*/
}

.navbar-menu li a:hover, .navbar-menu li a:focus {
  background-color: transparent;
  color: #e3660d;
}

/*----------------------------*\
	Dropdown
\*----------------------------*/

.navbar-menu li.has-dropdown {
  position: relative;
}

.navbar-menu li.has-dropdown>a {
  padding: 20px 30px 20px 20px;
}

.navbar-menu li.has-dropdown:after {
  font-family: 'FontAwesome';
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 21px;
  width: 10px;
  font-size: 14px;
  color: #23262a;
}

.navbar-menu .dropdown {
  position: absolute;
  width: 250px;
  background: #ffffff;
  z-index: 91;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  list-style:none;
}

.navbar-menu .dropdown li a {
  display: block;
  padding: 15px 15px;
}

.navbar-menu .dropdown li a {
  border-top: 1px solid #e6e6ea;
}

.navbar-menu li.has-dropdown:hover>.dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

/*----------------------------*\
	search
\*----------------------------*/

.navbar-search {
  position: relative;
  float: right;
  margin-left: 15px;
/*  border-right: 1px solid #e6e6ea;*/
}

.navbar-search .search-btn {
  border: none;
  background: transparent;
  line-height: 20px;
  padding: 20px;
  color: #23262a;
}
.navbar-search form{
display: inline-flex;
    
}
.navbar-search .search-form {
  position: absolute;
  width: 303px;
  right: 0px;
  padding: 20px;
  z-index: 91;
  background: #f4f4f8;
  border-top: 1px solid #e6e6ea;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.navbar-search:hover .search-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.search-toggle-btn, .navbar-toggle-btn {
  float: right;
  width: 60px;
  line-height: 60px;
  color: #23262a;
  background: transparent;
  border-left: 1px solid #e6e6ea;
  border-right: 0px;
  border-top: 0px;
  border-bottom: 0px;
}

.search-toggle-btn, .navbar-toggle-btn {
  display: none;
}

/*----------------------------*\
	Responsive Nav
\*----------------------------*/

@media only screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 20px;
  }
  .navbar-menu {
    margin: 0px -15px;
  /*  border-top: 1px solid #e6e6ea;*/
    max-height: 0;
    overflow-y: scroll;
    -webkit-transition: 0.3s max-height;
    transition: 0.3s max-height;
  }
  .navbar-menu li {
    border-top: 1px solid #e6e6ea;
  }
  .navbar-menu.navbar-menu-active {
    max-height: 500px;
  }
  .search-toggle-btn, .navbar-toggle-btn {
    display: block;
  }
  .navbar-search {
    float: none;
    margin: 0px -15px;
  }
  .navbar-search .search-btn {
    display: none;
  }
  .navbar-search .search-form {
    display: none;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .navbar-search.navbar-search-active .search-form {
    display: block;
  }
  /* Dropdown */
  .navbar-menu .dropdown {
    display: none;
    margin-left: 30px;
    border-left: 1px solid #e6e6ea;
    position: static;
    width: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  .navbar-menu li.has-dropdown.dropdown-active>.dropdown {
    display: block;
  }
  .navbar-menu li.has-dropdown:after {
    right: 15px;
    z-index: -1;
  }
  .navbar-menu .dropdown li a {
    display: block;
    padding: 10px 10px;
  }
}

/*=========================================================
	HEADER
===========================================================*/

#home {
     /* position: relative;*/
    height: 80vh;
}

#home #home-owl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
/*  bottom: 0;*/
}

#home-owl .home-item {
  height: 82vh;
}

#home-owl .home {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-owl.owl-theme .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
}

#home-owl.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#home-owl.owl-theme .owl-prev {
  left: 15px;
}

#home-owl.owl-theme .owl-next {
  right: 15px;
}
.home-content span {
  background: #ffffff;
    display: block;
    height: 2px;
    width: 20%;
    padding: 0;
    margin-bottom: 13px;
      opacity: 0.9;

}
.home-content h1 {
font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
        font-family: 'effralight';
        opacity: 0.9;
}

.home-content p.lead {
color: #FFF;
    margin-bottom: 30px;
    font-size: 37px;
    font-weight: bold;
    width: 70%;
     font-family: 'effraregular';
}
.home-content .primary-button {
    position: relative;
    display: inline-block;
    padding: 0px 55px;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    border: none;
    /* border-radius: 25px; */
    overflow: hidden;
    /* opacity: 0.9; */
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    margin-bottom: 14px;
         font-family: 'effraregular';
         font-size: 19px;
}
.home-content .primary-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.home-content .primary-button:hover:after, .primary-button:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

.home-content .primary-button:hover, .primary-button:focus {
    color: #ffffff;
    opacity: 1;
    background: #e3660d;

}




#page-header {
  position: relative;
  margin-top: 60px;
  padding: 60px 0px;
}

.header-content h1 {
  color: #FFF;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.header-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0px;
}

.header-content .breadcrumb>li a {
  color: #FFF;
}

.header-content .breadcrumb>li a:hover, .header-content .breadcrumb>li a:hover {
  color: #ff6a1a;
}

.header-content .breadcrumb>li+li::before { 
  color: #FFF;
}

.header-content .breadcrumb>.active {
  color:#e3660d;
}
@media only screen and (max-width: 991px) {
  .header-content h1 {
   font-size: 15px;
}
.header-content .breadcrumb>li a {
    font-size: 12px;
}
.header-content .breadcrumb>.active {
     font-size: 12px;
}
#page-header {
    position: relative;
    margin-top: 76px;
    padding: 36px 1px;
}
}
/*=========================================================
	ABOUT
===========================================================*/
#about{
 /* padding: 40px 0;
  padding-bottom: 60px;*/
  background-color: #fff;
}
#about.section {
  /*padding-bottom: 0px;*/
}

#about:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 10px;
  background-color: #fff;
  z-index: -1;
}
#about  .about-content p{
    font-size: 18px;
    /* font-family: 'effraregular'; */
    color: #000;
    font-weight: 500;
 

}

#about .section-title {
    margin-bottom: 30px;
    /* margin-top: 30px; */
}

.about-content .primary-button {
  margin-top: 15px;
}

.about-video {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.about-video>img {
  width: 100%;
}

.about-video .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  font-size: 26px;
}

/*=========================================================
	NUMBERS
===========================================================*/
#numbers{
background-color: #f2f2f2;
 /*   padding: 22px 0;*/
}
.number {
  text-align: center;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #e6e6ea;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  background-color: #fff;
}

.number i {
  font-size: 43px;
  color: #e3660d;
  margin-bottom: 15px;
}

.number h3 {
  font-size: 22px;
}

.number span {
 /* color: #262323;*/

    color: #4e4949;
    /* text-align: left; */
    font-family: 'effraregular';
    font-size: 17px;

 
}

.number:hover {
  border-color: #e3660d;
}

/*=========================================================
	CALL TO ACTION
===========================================================*/

#cta.section {
    padding: 50px 0px;
    background: #4d4d4d;
}

.cta-content h1 {
color: #FFF;
    font-size: 35px;
        font-family: 'effrabold';
}

.cta-content p.lead {
  color: #FFF;
    font-size: 17px;
    padding-top: 14px;
        font-family: 'effraregular';
}


#cta .primary-button {
  position: relative;
  display: inline-block;
  padding: 7px 25px;
  background: #fff;
  color: #000;
  font-weight: 400;
/*  height: 45px;*/
 /* line-height: 45px;*/
  border: none;
  /*border-radius: 25px;*/
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
    margin-bottom: 14px;
}

#cta .primary-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

#cta .primary-button:hover:after, .primary-button:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

#cta .primary-button:hover, .primary-button:focus {
  color: #fff;
  opacity: 1;
  background-color: #000;

}
/*=========================================================
	TESTIMONIAL
===========================================================*/

#testimonial.section {
  padding: 90px 0px;
}

.testimonial {
  padding: 15px;
}

.testimonial .testimonial-meta {
  position: relative;
  padding-left: 90px;
  height: 70px;
  margin-bottom: 15px;
  padding-top: 10px;
}

.testimonial .testimonial-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonial .testimonial-img img {
  width: 100%;
}

.testimonial .testimonial-meta h3 {
  margin-bottom: 5px;
  color: #fff;
}

.testimonial .testimonial-meta span {
  font-size: 12px;
  color: #83ba09;
  text-transform: uppercase;
  font-weight: 700;
}

.testimonial .testimonial-quote blockquote {
  background: #FFF;
  margin: 0px 0px;
}

#testimonial-owl.owl-theme .owl-dots {
  margin-top: 30px;
}

/*=========================================================
	activities
===========================================================*/

#activities .causes {
  margin-bottom: 60px;
}

#activities .causes .causes-img {
  position: relative;
/*  border-radius: 10px;*/
  overflow: hidden;
}

#activities .causes .causes-img a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e3660d;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

#activities .causes .causes-img a:hover:after {
  opacity: 0.6;
}

#activities .causes .causes-img img {
  width: 100%;
}

#activities .causes .causes-progress {
  margin-top: 45px;
}

#activities .causes-progress .causes-progress-bar {
  position: relative;
  height: 6px;
  background-color: #e6e6ea;
  border-radius: 10px;
  margin-bottom: 10px;
}

#activities .causes-progress .causes-progress-bar>div {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #83ba09;
  bottom: 0;
  border-radius: 10px;
}

#activities .causes-progress .causes-progress-bar>div span {
  position: absolute;
  right: 5px;
  top: -3px;
  -webkit-transform: translate(50%, -100%);
  -ms-transform: translate(50%, -100%);
  transform: translate(50%, -100%);
  padding: 2px 10px;
  background: #83ba09;
  color: #FFF;
  font-weight: 400;
  border-radius: 10px;
  font-size: 12px;
}

#activities .causes-progress .causes-progress-bar>div span:after {
  content: "";
  position: absolute;
  background-color: #83ba09;
  height: 3px;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 3px;
  left: 50%;
}

#activities .causes-progress .causes-goal {
  float: right;
}

#activities .causes .causes-content {
  margin-top: 15px;
}

#activities .causes .causes-content h3 {
    font-size: 20px;
    /*font-family: 'effraregular';*/
}

#activities .causes .causes-content h3>a {
  font-weight: 700;
}

#activities .causes .causes-content .causes-donate {
  margin-top: 15px;
}



#activities .causes .causes-content .causes-donate {
position: relative;
    display: inline-block;
    padding: 7px 25px;
    background: #000000;
    color: #FFF;
    font-weight: 400;
    /* height: 45px; */
    /* line-height: 45px; */
    border: none;
    /* border-radius: 25px; */
    overflow: hidden;
    opacity: 0.9;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    margin-bottom: 14px;
}

#activities .causes .causes-content .causes-donate:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

#activities .causes .causes-content .causes-donate:hover:after, .causes-donate:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

#activities .causes .causes-content .causes-donate:hover, .causes-donate:focus {
  color: #FFF;
  opacity: 1;

}




#activities .causes-details .causes-progress {
  width: 75%;
  float: left;
  margin-top: 45px;
}

#activities .causes-details .causes-donate {
  float: right;
  margin-top: 30px;
}

/*=========================================================
	EVENTS
===========================================================*/

.event {
  margin-bottom: 60px;
}

.event:after {
  content: "";
  display: block;
  clear: both;
}

.event .event-img {
  position: relative;
  float: left;
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}

.event .event-img a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e3660d;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.event .event-img a:hover:after {
  opacity: 0.6;
}

.event .event-img img {
  width: 100%;
}

.event .event-content {
  padding-left: calc(40% + 30px);
}
.event .event-content h3 {
font-size: 18px;
  
}
.event .event-content h3>a {
  font-weight: 700;

}

.event .event-meta li {
  margin-bottom: 10px;
}

.event .event-meta li>i {
     margin-right: 5px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    color: #fc723b;
    border: 1px solid #e6e6ea;
    text-align: center;
    font-size: 15px;
}

.event-details .event-meta {
  margin-top: 30px;
}

.event-details .event-meta li {
  margin-bottom: 15px;
}

.event-details .event-meta li>i {
  margin-right: 10px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #83ba09;
  border: 1px solid #e6e6ea;
  text-align: center;
  font-size: 21px;
}

/*=========================================================
	BLOG
===========================================================*/

.article {
  margin-bottom: 60px;
}
.article h2 {
 padding-bottom:21px;
 font-size:22px;
}

.article .article-img {
  overflow: hidden;
  /*border-radius: 10px;*/
}

.article .article-img a {
  position: relative;
  display: block;
}

.article .article-img a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #e3660d;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.article .article-img a:hover:after {
  opacity: 0.6;
}

#main .article .article-img img {
     width: 100%;
    height: auto;
}
.article .article-img img {
     width: 100%;
    height: 222px;
    object-fit: cover;
}

.article .article-content {
  /*background-color: #fff;*/
padding:30px 20px; 
}
.article .article-content p strong{
color: #000;
    font-size: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.article .article-content p {
color: #000;
    font-size: 17px;

}
.article .article-content .article-title {

  font-size: 18px;
  font-family: 'effraregular';
}

.article .article-content .article-title>a {
  font-weight: 700;
}
.article .article-content .article-title> p{
font-family: 'effraregular';
}

.article .article-content .article-meta {
    margin: 0 0px 6px 10px;
    font-size: 14px;
    font-weight: 400;
    color: #837f7f;
    /*padding-bottom: 28px;*/
}

.article .article-content .article-meta li {
  display: inline-block;
  margin-right: 10px;
}

.article .article-content .primary-button {
  position: relative;
  display: inline-block;
  padding: 7px 13px;
  background: #000000;
  color: #FFF;
  font-weight: 400;
 /* height: 45px;*/
/*  line-height: 45px;*/
  border: none;
  /*border-radius: 25px;*/
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
    margin-bottom: 7px;
}

.article .article-content .primary-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.article .article-content .primary-button:hover:after, .primary-button:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

.article .article-content .primary-button:hover, .primary-button:focus {
  color: #FFF;
  opacity: 1;

}

/*----------------------------*\
	tags & share
\*----------------------------*/

.article-tags-share {
  margin-top: 30px;
}

.article-tags-share:after {
  content: "";
  display: block;
  clear: both;
}

.article-tags-share .tags {
  width: 60%;
  float: left;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
}

.article-tags-share .tags li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 3px;
}

.article-tags-share .tags li a:before {
  content: "\f02b";
  display: inline-block;
  font-family: FontAwesome;
  margin-right: 5px;
}

.article-tags-share .share {
  float: right;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}

.article-tags-share .share li {
  display: inline-block;
  margin-right: 15px;
}

/*----------------------------*\
	comments
\*----------------------------*/

.article-comments {
  margin-top: 60px;
}

.article-comments .media {
  padding: 30px;
  border: 1px solid #e6e6ea;
  margin-top: 30px;
  border-radius: 10px;
}

.article-comments .media .media-left {
  padding-right: 30px;
}

.article-comments .media .media-left .media-object {
  border-radius: 50%;
}

.article-comments .media .media-body .media-heading {
  margin-bottom: 15px;
}

.article-comments .media .media-body .media-heading h4 {
  display: inline-block;
  text-transform: capitalize;
}

.article-comments .media .media-body .media-heading .time {
  font-size: 12px;
  margin-left: 15px;
  font-weight: 400;
}

.article-comments .media .media-body .media-heading .reply {
  float: right;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}

.article-comments .media .media-body .media-heading .reply:after {
  content: "\f112";
  font-family: FontAwesome;
  margin-left: 5px;
}

/*----------------------------*\
	reply form
\*----------------------------*/

.article-reply {
  margin-top: 60px;
}

.article-reply form {
  margin-top: 30px;
}

.article-reply form .form-group {
  margin-bottom: 30px;
}

/*----------------------------*\
	pagination
\*----------------------------*/

.article-pagination {
  margin-bottom: 60px;
}

.article-pagination li {
  display: inline-block;
  margin-right: 10px;
}

.article-pagination li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #5f646b;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #e6e6ea;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
}

.article-pagination li a:hover {
  border-color: #83ba09;
}

.article-pagination li.active {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #5f646b;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #83ba09;
}

.article-pagination li.active:hover {
  cursor: default;
}

/*=========================================================
	ASIDE
===========================================================*/

.widget+.widget {
  margin-top: 60px;
}

.widget .widget-title {
  margin-bottom: 30px;
  text-transform: capitalize;
}

/*----------------------------*\
	category
\*----------------------------*/

.widget-category ul li+li {
  margin-top: 15px;
}

.widget-category ul li a span {
  color: #83ba09;
  margin-left: 10px;
}

/*----------------------------*\
	posts
\*----------------------------*/

.widget-post+.widget-post {
  margin-top: 30px;
}

.widget-post>a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  letter-spacing: 0px;
}

.widget-post>a .widget-img {
  position: relative;
  float: left;
  width: 85px;
  border-radius: 10px;
  overflow: hidden;
}

.widget-post>a .widget-img>img {
  width: 100%;
}

.widget-post>a .widget-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #83ba09;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.widget-post>a:hover .widget-img:after {
  opacity: 0.6;
}

.widget-post>a .widget-content {
  padding-left: 100px;
  min-height: 60px;
}

.widget-post .article-meta li {
  display: inline-block;
  font-size: 12px;
  margin-right: 10px;
  font-weight: 400;
}

/*----------------------------*\
	causes
\*----------------------------*/

.widget-causes+.widget-causes {
  margin-top: 30px;
}

.widget-causes>a {
  display: block;
  font-family: 'Source Sans Pro', sans-serif;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
}

.widget-causes>a .widget-img {
  position: relative;
  float: left;
  width: 85px;
  border-radius: 10px;
  overflow: hidden;
}

.widget-causes>a .widget-img>img {
  width: 100%;
}

.widget-causes>a .widget-img:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #83ba09;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.widget-causes>a:hover .widget-img:after {
  opacity: 0.6;
}

.widget-causes>a .widget-content {
  padding-left: 100px;
  min-height: 60px;
}

.widget-causes .causes-progress {
  margin-top: 15px;
}

.widget-causes .causes-raised, .widget-causes .causes-goal {
  font-size: 12px;
}
/*=========================================================
Partners
===========================================================*/
#partners{
  padding: 40px 0;
  border-top: 4px solid #f2f2f2;
}
#partners figure{
      margin: -12px;
    padding-bottom: 32px;

}
#partners figure img{
width: 100%;
    height: 77px;
    object-fit: contain;
}
/*=========================================================
Internal pages
==========================*/

.section-padding30 {
    padding-top: 2px;
    padding-bottom: 45px;
}
.mb-50 {
    margin-bottom: 50px;
}
.about-details .about-details-cap h4 {
    font-size: 21px;
    font-family: "Barlow",sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000a2d;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.about-details .about-details-cap h4::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #e3660d;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.about-details .about-details-cap p {
color: #000;
    font-size: 17px;
}
/*=========================================================
  Team
===========================================================*/
.team-area {
       background: #fff;
    padding-top: 47px;
}

.section-tittles span {
    font-size: 18px;
    font-family: "Barlow",sans-serif;
    font-weight: 500;
    margin-bottom: 17px;
    text-transform: uppercase;
    color: #e3660d;
    display: inline-block;
    position: relative;
    padding-left: 68px;
}
.section-tittles span::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #e3660d;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%); 
}
.team-area .single-team .team-img {
    overflow: hidden; 
}
.single-team:hover .team-img img {
    transform: scale(1.05);
}
.team-area .single-team .team-img img {
    width: 100%;
    transform: scale(1);
    transition: all 0.6s ease-out 0s;
}
.team-area .single-team .team-caption {
    padding: 20px;
    background: #f7f7f7;
    margin-bottom: 20px;
}
.team-area .single-team .team-caption h3{
      text-align: center;
    font-size: 20px;
}
.team-area .single-team .team-caption p{
      text-align: center;
   
}
.team-area .single-team .team-caption h3 a {
    color: #161e46;
    font-weight: 700;
    font-size: 16px;
}

.team-area .single-team .team-caption span {
    color: #c86511;
    font-size: 14px;
    font-weight: 300;
    font-family: "Barlow",sans-serif;
    display: block;
    position: relative;
    margin-left: 50px;
    margin-bottom: 10px;
}
.team-area .single-team .team-caption span::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 2px;
    left: -47px;
    top: 50%;
    transform: translateY(-50%);
    background: #c86511;
}
/*=========================================================
  BIOGRAPHY
===========================================================*/

.bio-details .bio-details-cap h4 {
    font-size: 30px;
    font-family: "Barlow",sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000a2d;
    display: inline-block;
    position: relative;
    padding-left: 68px;
    text-align: center;
}
.bio-details .bio-details-cap h4::before {
    position: absolute;
    content: "";
    width: 54px;
    height: 2px;
    background: #e3660d;
    top: 0;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.bio-details .bio-details-cap p {
color: #000;
    font-weight: 400;
    font-size: 17px;
    text-align: left;
}
.bio-details .img-bios{
  text-align: right;
}
.bio-details figure img{
    width: 72%;
  
    /* border-radius: 14px; */
    border: 2px solid #e3660d;
    object-fit: cover;
    padding: 4px;

}
@media only screen and (max-width: 991px) {
  .bio-details{
    text-align: center;
  }
  .bio-details .img-bios{
  text-align: center;
}
.bio-details figure img{
     width: 53%;
    height: auto;
    /* border-radius: 50%; */
    border: 2px solid #e3660d;
}
.bio-details .bio-details-cap h4 {
    font-size: 18px;
    padding-top: 10px;
    
}
}


/* Contact Section
--------------------------------*/
#contact {
  padding: 21px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #e3660d;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
  color: #000;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #999;
}

#contact .contact-info a {
  color: #000;
}

#contact .contact-info a:hover {
  color: #30b8ce;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .form #sendmessage {
  color: #30b8ce;
  border: 1px solid #30b8ce;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #e3660d;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #ad5211;
}

/*=========================================================
	FOOTER
===========================================================*/

#footer {
    background-color: #f4f4f8;
    padding-bottom: 6px;
}

.footer {
margin-bottom: 30px;
    text-align: center;
}

.footer .footer-title {
     margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 22px;
}

.footer .primary-button {
  position: relative;
  display: inline-block;
  padding: 7px 13px;
  background: #000000;
  color: #FFF;
  font-weight: 400;
 /* height: 45px;*/
/*  line-height: 45px;*/
  border: none;
  /*border-radius: 25px;*/
  overflow: hidden;
  opacity: 0.9;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
    margin-bottom: 14px;
}

.footer .primary-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 120%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, -150%);
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}

.footer .primary-button:hover:after, .primary-button:focus:after {
  -webkit-transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
  transform: scale3d(6, 2, 1) rotate(135deg) translate(0, 100%);
}

.footer.primary-button:hover, .primary-button:focus {
  color: #FFF;
  opacity: 1;

}
 @media (max-width:700px){
#footer .xx{
    display:none;
} 
}  
 }


/*----------------------------*\
	logo
\*----------------------------*/

.footer-logo {
  margin-bottom: 30px;
}

.footer-logo .logo {
  display: inline-block;
}

.footer-logo .logo img {
width: 45%;
} 

/*----------------------------*\
	contact
\*----------------------------*/

.footer-contact {
  margin-top: 30px;
  list-style: none; 
}

.footer-contact li {
  margin-bottom: 10px;
}

.footer-contact li i {
  margin-right: 5px;
}

/*----------------------------*\
	galery
\*----------------------------*/

.footer-galery {
  margin: 0px -5px;
}

.footer-galery li {
  display: inline-block;
  width: 33.33%;
  margin-right: -4px;
  padding: 5px;
}

.footer-galery li a {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.footer-galery li a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #83ba09;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.footer-galery li a:hover:after {
  opacity: 0.6;
}

.footer-galery li a>img {
  width: 100%;
}

/*----------------------------*\
	newsletter
\*----------------------------*/

.footer-newsletter {
  margin: 30px 0px;
}

.footer-newsletter .primary-button {
  margin-top: 15px;
  display: block;
  width: 100%;
}

/*----------------------------*\
	social
\*----------------------------*/

.footer-social li {
  display: inline-block;
  margin-right: 10px;
}

.footer-social li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  color: #5f646b;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #e6e6ea;
  -webkit-transition: 0.3s border-color;
  transition: 0.3s border-color;
  padding: 13px 0;
}

.footer-social li a:hover, .footer-social li a:focus {
  border-color: #e3660d;
}

/*----------------------------*\
	copyright & footer nav
\*----------------------------*/
#footer-bottom {
    border-top: 3px solid #ffffff;
    padding-top: 16px;
    text-align: center;
}

#footer-bottom .footer-nav {
  text-align: right;
}

#footer-bottom .footer-nav li {
  display: inline-block;
  margin-right: 15px;
}

#footer-bottom .footer-nav li a {
  color: #5f646b;
}

#footer-bottom .footer-nav li a:hover, #footer-bottom .footer-nav li a:focus {
  color: #83ba09;
}

/*=========================================================
	RESPONSIVE
===========================================================*/

@media only screen and (max-width: 1201px) {}

@media only screen and (max-width: 991px) {
  .section-title .title {
    font-size: 33px;
  }
  .home-content h1 {
    font-size: 43px;
  }
  .about-video {
    margin-top: 30px;
  }
  .cta-content h1 {
    font-size: 43px;
  }
  #footer-bottom .footer-nav {
    text-align: left;
  }
  .footer-copyright {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .causes-details .causes-progress {
    width: 100%;
    float: none;
  }
  .causes-details .causes-donate {
    float: none;
  }
  .article-tags-share .tags, .article-tags-share .share {
    display: block;
    float: none;
    width: 100%;
  }
  .article-tags-share .share {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .event .event-img {
    float: none;
    margin-bottom: 15px;
  }
  .event .event-content {
    padding-left: 0px;
  }
  .article-comments .media {
    padding: 10px;
  }
}

/*=========================================================
	OWL THEME
===========================================================*/

/*----------------------------*\
	owl nav
\*----------------------------*/

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  background: transparent;
      padding: 28px 0px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 26px;
  margin: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #e3660d;
}

/*----------------------------*\
	owl dots
\*----------------------------*/

.owl-theme .owl-dots .owl-dot span {
  border: 1px solid #FFF;
  background: transparent;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.owl-theme .owl-dots .owl-dot:hover span {
  border-color: #fff;
  background: #fff;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 20px;
  border-color: #e3660d;
  background: #e3660d;
}
 
.header-fancy {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    padding: 0 10px;
    padding: 0px 10px;
    /* margin-top: 35px; */
    margin-bottom: 40px;
    background: url(../img/horizontal.png) no-repeat center center;
    text-align: center;
    height: 34px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
}
.header-fancy span {
    display: inline-block;
    padding: 4px 16px;
    background-image: none !important;
    background-color: #fff;
    color: #e35e20;
    font-size: 16px;
    word-spacing: 3px;
}

/*=============================donate========================
===============================================================*/

 #donate {
   background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5)), url(../img/bg-picture.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}
#donate .donatenow h1{
   color: #fff;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
}
 @media (max-width:700px){
#donate .donatenow p {
padding: 0;
    color: #fff;
    padding-top: 8px;
    font-size: 15px;
  }
#donate .donatenow h1 {
    color: #fff;
    font-size: 18px;
    
}  
 }
 @media (min-width: 60em){
#donate .donatenow p {
    color: #fff;
    /* width: 89%; */
    padding: 0 169px;
    font-size: 17px;
    line-height: 1.8;

}
}

#donate .cta-btn {
 font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 17px;
    border-radius: 25px;
    transition: 0.5s;
    /* margin-top: 10px; */
    border: 1px solid #fff;
    color: #fff;
}

#donate .cta-btn:hover {
  background: #f2742e;
  border: 2px solid #f2742e;
}

/*---------------------------------------

Main internal page
--------------------------------------------*/

   
    
    @media (min-width: 37.5em){
#mains {
    /*width: 96%;*/
    padding: 2em 2%;
    max-width: 1220px;
    margin: 0 auto;
}}
 @media (max-width:700px){
#mains  .left-col {
      display:none;
  }   
 }
#mains .main {
    outline: none;
    padding: 1em 7.5%;
}
@media (min-width: 60em){
#mains .left-col {
    min-height: 100px;
    float: left;
    margin-top: -11.5rem;
    width: 24%;
}
#mains .sub-navigation {
    margin: 0;
}
}

@media (min-width: 37.5em){
#mains .sub-navigation__mobile-nav-label {
    display: none;
}}
#mains .sub-navigation__mobile-nav-label {
    background-color: #036f9d;
    display: block;
    color: #ffffff;
    clear: both;
    font-family: 'Poppins-Regular', sans-serif;
    font-size: 1em;
    padding: 0.6em 1.2em;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
#mains .sub-navigation__section-title {
    background-color: #e3660d;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    font-family: 'Poppins-Regular', sans-serif;
    padding: 0.5em 1em;
}
#mains .sub-navigation__section-title {
    display: block;
}
#mains ul.sub-navigation__sub-nav-links {
    font-size: 1em;
}
#mains .sub-navigation__sub-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: 'Poppins-Regular', sans-serif;
}
#mains .sub-navigation__sub-nav-links > li {
    border-bottom: 1px solid #e3660d;
}
#mains .landing-page--college .sub-navigation__sub-nav-links > li {
    border-color: #029ddd;
}
#mains .sub-navigation__sub-nav-links a {
    display: block;
    color: #fff;
    background-color: #99511d;
    text-decoration: none;
    padding: 0.8em 1.7em 0.8em 1em;
    position: relative;
    font-family: 'Poppins-Regular',sans-serif;
}
@media (min-width: 60em){
#mains .center-col {
    float: left;
    margin-left: 1.6%;
    width: 53%;
    
}
#mains .center-cols {
    float: left;
    margin-left: 1.6%;
    width: 74%;
   
    
}
#mains .content-center{
float: left;
    margin-left: 23.6%;
    width: 80%;
}
#mains .content {
    font-size: 14px;
    line-height: 1.5;
margin-top: -59px;
}
#mains .content-center {
    font-size: 14px;
    line-height: 1.5;
       margin-top: -120px;
}
}
 @media (max-width:700px){
#mains .content-center{
       margin-top: -90px;
  }   
 }
 @media (max-width:700px){
#mains .center-col{
       margin-top: -90px;
  }   
 }
#mains .content-center {

    padding-left: 38px;
    
} 
#mains .content {
font-size: 12.5px;
    font-size: 0.78125rem;
    line-height: 1.44em;
    line-height: calc(18em / 12.5);
    font-family: 'Poppins-Regular', sans-serif;
    padding: 1em 0;
    padding-left: 31px;
        
    
}
#mains .content h1{
    font-size:30px;
}
#mains .right-col {
    margin-top: 2rem;
}
 @media (max-width:700px){
#mains .right-col {
       display:none;
  }   
 }
@media (min-width: 60em){
#mains .right-col {
    clear: none;
    float: right;
    width: 21%;
    margin-top:-59px;
}}
#mains .styled-button {
    font-size: 18px;
    font-size: 1.125rem;
    border: 0.13889em solid #036f9d;
    background: transparent;
    color: #036f9d;
    display: inline-block;
    line-height: 1;
    padding: 0.55556em 0.5em;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
}
#mains a.enquire, a.apply {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#mains #content_container_1502390{
    /*padding-top:21px;*/
}
#mains #content_container_1502390 a{
    font-size:19px;
    
}
#mains #content_container_1502390 a i{
    color:#e3660d;
    padding-right:8px;
}
#mains #content_container_1502390 p{
    font-size: 17px;
    line-height: 1.4;
    color:#000;
}
 @media (max-width:700px){
#mains #content_container_1502390 a {
    font-size: 16px;
}
#mains .content h1 {
    font-size: 21px;
}
#mains #content_container_1502390 p{
    font-size: 15px;
  
}

 }
 
#mains .article .article-content p {
    color: #000;
    font-size: 17px;
    line-height: 1.5;
}
#mains  .article .article-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
/*----------------------------*\
	Spip codes....
\*----------------------------*/
.spip_documents img{
	width:100%;
	height:auto;
	object-fit:cover;
}
.spip li{
     color: #000;
    font-size: 17px;
    line-height: 1.5;
}
.img-donate img{
	width:100%;
}
