/*
 * A Design by Mueez Aslam
 * Author: Mueez Aslam
 * Author Address: http://www.facebook.com/MueezAslam
 * License: http://mueezaslam.wordpress.com/pages/license
 */

/* Table of content
**********************************************************************
1.0 Basic
2.0 Header Section
3.0 Nav
4.0 DVS Section
5.0 Causes Section
6.0 Know About Us Section
 6.1 Counter Box
7.0 Volunteer Section
8.0 Latest Works Section
9.0 Sponsor Section
10.0 Testimonial Section
11.0 Footer 
**********************************************************************/

/* ==========================================================================
   1.0 Basic
   ========================================================================== */

body{
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif;
    background-color: #f2f2f2;
}

.causes-section, #about, section#work,
#featured-project, .events-section {
padding: 80px 0px;
}
.section-heading{
    margin-bottom: 80px;
    padding-left: -15px;
}
.section-heading h1{
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
}
.section-heading b {
    border-bottom: 2px solid #28a745;
    font-weight: 700;
}


/* ==========================================================================
   2.0 Header Section
   ========================================================================== */

header{
	background-color: #28a745;
}
ul.contactUl {
    font-size: 12px;
}

/* ==========================================================================
   3.0 Navigation Section
   ========================================================================== */

nav{
	background-color: #f2f2f2;
	position: relative;
}

nav div.container h2{
	font-family: 'Galada', cursive;
}
nav ul li i {
    color: #28A745;
    font-size: 19px;
    margin-left: 6px;
}
nav ul li.dropdown:hover>.dropdown-menu {
  display: block;
}
nav ul li.active{
	position: relative;
}
nav ul li.active:after {
    content: '';
    position: absolute;
    bottom: -22px;
    width: 100%;
    height: 3px;
    background-color: #28a745;
}
/* start of search */
.search {
    text-align: center;
    overflow: hidden;
    /* padding: 0px 30px; */
    /* margin: 6vh 0px 4vh 0px; */
}
.search_bar {
    position: relative;
}
.search_bar input[type="text"] {
  width: 15px;
  background: transparent;
  -webkit-transition: border 0.3s 0s, width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0.3s;
  transition: border 0.3s 0s, width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01), text-indent 0.2s 0.3s;
  padding: 10px 20px;
  border-color: #448996;
  text-indent: 30px;
  outline: none;
  border: 0px solid #448996;
  font-size: 12px;
  color: #A8A952;
  font-family: 'Nunito', sans-serif;
}
.search_bar ::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: black;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.search_bar ::-moz-input-placeholder {
  /* Safari, Chrome and Opera */
  color: black;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.search_bar ::-o-input-placeholder {
  /* Safari, Chrome and Opera */
  color: black;
  font-weight: 400;
  font-family: 'Nunito', sans-serif;
}
.search_bar input[type="checkbox"] {
  display: none;
}
.search_bar input[type="checkbox"]:checked + label + input {
    width: 200px;
    /* border: 1px solid black; */
    text-indent: 0px;
    color: black;
    background-color: #d2d2d2;
}
.search_bar input[type="checkbox"]:checked + label i {
  right: 0px;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
          transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
  color: black;
}
.search_bar input[type="checkbox"]:checked + label .last {
  left: 160px;
  -webkit-transform: translateY(-50%) rotate(360deg) scale(1);
          transform: translateY(-50%) rotate(360deg) scale(1);
}
.search_bar input[type="checkbox"]:checked + label p {
    top: 42%;
    opacity: 1;
    -webkit-transition: all .3s .45s;
    transition: all .3s .45s;
    right: 31px;
    font-weight: 100;
}
.search_bar input[type="checkbox"]:not(checked) + label p {
  top: -97%;
  opacity: 0;
  -webkit-transition: all .3s 0s;
  transition: all .3s 0s;
}
.search_bar .last {
  -webkit-transform: translateY(-50%) rotate(0deg) scale(0);
  transform: translateY(-50%) rotate(0deg) scale(0);
}
.search_bar i {
  position: absolute;
  font-size: 30px;
  top: 43%;
  -webkit-transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
          transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
  cursor: pointer;
  z-index: 2;
  margin: auto;
  border-radius: 4px;
  width: 56px;
  right: 50%;
  height: 54px;
  background: transparent;
  -webkit-transition: right .3s .3s, color .3s, -webkit-transform .3s .3s;
  transition: right .3s .3s, color .3s, -webkit-transform .3s .3s;
  transition: right .3s .3s, transform .3s .3s, color .3s;
  transition: right .3s .3s, transform .3s .3s, color .3s, -webkit-transform .3s .3s;
  line-height: 60px;
  color: #2c2c2c;
}
.search_bar i:hover {
  color: gray;
}

.search_bar p {
  position: absolute;
  margin: 0;
  right: 65px;
  color: black;
  font-weight: 700;
  font-size: 26px;
  top: -50%;
  -webkit-transform: translateY(-50%) rotate(0deg) scale(1);
          transform: translateY(-50%) rotate(0deg) scale(1);
}
.search_bar::placeholder {
	color: black;
}

/* ==========================================================================
   3.0 Slider Section
   ========================================================================== */
.section-header {
	text-align: center;
	margin: 50px 0 19px;
	border-bottom: 0;
	padding-bottom: 9px;
}
.banner-slider ul li h2
{
	line-height: 1;
} 
.banner-slider h2 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 0;
	line-height: 1.2;
}
.banner-slider h2 strong {
	display: block;
	border: none;
	padding: 0;
}
.banner-slider p {
	line-height: 1.8;
}
.tp-caption .btn.btn-default {
	font-size: 14px;
	padding: 12px 31px;
}
.banner-section.btn-link:hover {
	text-decoration: underline;
}

.trans-grey {
	width: 370px;
	height: 11.07em;
	background: rgba(68,61,55,0.9);
}
.btn-bg {
	font-size: 12px;
	border-radius: 0;
	color: #45403c;
	padding: 6px 12px;
	cursor: default;
}
.banner-summary, .banner-heading {
	width: 385px;
	white-space: normal !important;
}
.slider-third .banner-heading {
	width: 479px;
}
.third-style {
	width: 390px;
}
.slider-third  .tp-caption .btn.btn-default {
	padding: 9px 26px;
}
.bottom-animation h2 {
	font-size: 24px;
	color: #fff;
}
.third-style h2, .third-style p {
	color: #fff;
}

.third-style h2 strong {
	font-size: 36px;
}
.third-style h2 {
	font-size: 30px;
}
.bottom-animation h2 strong {
	font-size: 36px;
}
.rev_slider_wrapper .tparrows {
	z-index: 999;
}
/*revolution slider style*/
.tp-bullets.simplebullets.round .bullet {
	background: none;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	border-radius: 50%;
}

.tp-bullets.hidebullets {
	opacity: 1;
}

/* ==========================================================================
   4.0 DVS Section
   ========================================================================== */
#dvs {
	background-color: #F2F2F2;
}
#dvs .row{
	position: relative;
}
.dvs-col-12 {
    position: absolute;
    top: -32.5%;
    z-index: 99;
}
#dvs .dvs-col-12 li.nav-item {
    width: 25%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 60px;
    background-color: rgba(255, 255, 255, 0.5);
}
.dvs-col-12 ul li a {
    border-radius: 0px;
    color: #4d4d4d;
}
#dvs .row .col-md-12:last-child{
	background-color: white;
}

#dvs .tab-content div .row i {
    line-height: 1.2;
}
#dvs .row .tab-content .tab-pane p{
	color: gray;
	line-height: 1.7;
}

/* ==========================================================================
   5.0 Service Section
   ========================================================================== */
#service {
	background-color: #f2f2f2;
}
#service .section-heading{
	margin-bottom: 50px;
}
#service .serviceDetail {
    position: relative;
    background-color: white;
    padding: 40px;
}
#service .serviceDetail i{
	padding: 20px 20px;
	border: 2px solid #28a745;
}
#service .serviceDetail p{
	color: gray;
	line-height: 1.7;
}

/* ==========================================================================
   6.0 Work Section
   ========================================================================== */
/*============================================================
    Portfolio
============================================================*/

#projects {
    width: 100%;
}

.project-filter {
  margin-bottom: 40px;
  background-color: white;
}

.project-filter ul li {
  padding: 0;
}

.project-filter ul li a {
  color: #000;
  display: block;
  line-height: 18px;
  padding: 10px 20px;
  text-transform: uppercase;
}

.project-filter ul li a:hover,
.project-filter ul li a.active {
    background-color: #28a745;
    color: #fff;
}

.mix {
    display: none;
}

.portfolio-item {
    position: relative;
    float: left;
    overflow: hidden;
    width: 25%;
    margin-bottom: 0px;
}

.plus {
  background: url("../img/icons/plus.png") no-repeat scroll center center white;
  border-radius: 50%;
  display: block;
  height: 80px;
  left: 50%;
  margin: -40px 0 0 -40px;
  position: absolute;
  top: -41px;
  width: 80px;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

figcaption.mask {
  background-color: #28a745;
  bottom: -116px;
  left: 0;
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
    
    -webkit-transition: 0.3s ease-out 0s;
       -moz-transition: 0.3s ease-out 0s;
        -ms-transition: 0.3s ease-out 0s;
         -o-transition: 0.3s ease-out 0s;
            transition: 0.3s ease-out 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

.portfolio-item:hover .plus {
    top: 30%;
}

figcaption.mask h3 {
  color: #1f2021;
  font-size: 20px;
  font-weight: 700;
}

figcaption.mask span {
  color: white;
}
/* ==========================================================================
   7.0 Causes Section
   ========================================================================== */
.causes-section{
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
}
.causes-content img{
    width: 100%;
}
.causes-thumb{
    position: relative;
}
.causes-thumb img:hover{
    opacity: 0.8;
}
.causes-thumb .progress{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    border-radius: 0;
    background-color: transparent;
    overflow: inherit;
}
.causes-thumb .progress .progress-bar{
    background-color: #28a745;
    position: relative;
}
.causes-thumb .progress .progress-bar span{
    position: absolute;
    display: block;
    background-color: #28a745;
    right: -2px;
    top: -10px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: 700;
    font-size: 12px;
}
.causes-thumb .progress .progress-bar span:before{
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: -10px;
    top: -10px;
    border-radius: 50%;
    border: 10px solid #28a745c7;
}
.causes-details{
    background-color: white;
    padding: 15px;
    border: 1px dashed #ccc;
    padding-top: 25px;
}
.causes-details h3 {
    font-size: 17px;
    font-weight: bold;
}
.causes-details p{
	font-size: 14px;
}
.causes-content .donate-btn{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #28a745;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 3px;
    display: flex;
    align-items: center;
}
.causes-content .donate-btn i{
    margin-left: 5px;
    font-size: 12px;
}
.causes-content .donate-btn:hover{
    background-color: #37d85c;
    transition: all 0.2s ease-in-out;
}
.donation-box p{
    display: inline-block;
    margin-right: 15px;
}
.donation-box i{
    color: #28a745;
    margin-right: 10px;
}
.causes-content .read-more{
    color: #999;
}
.causes-content .read-more:hover{
    color: #28a745;
    text-decoration: underline;
}


/* ==========================================================================
   6.0 Know About us Section
   ========================================================================== */
section#about{
	position: relative;
	padding-bottom: 0px;
}
section#about .overlay {
    height: 528px;
    position: absolute;
    width: 100%;
    top: 0;
    background-position: center;
    z-index: -1;
    background-size: cover;
}
section#about .overlay2 {
    height: 293px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: -1;
    background-color: #f2f2f2;
}
section#about .aboutVideo{
    position: relative;
    width: 100%;
    height: 296px;
    background-size: cover;
    background-position: center;
}
section#about .aboutVideo a i{
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 55px;
    color: white;
    transform: translate(-50%, -50%)
}
section#about .aboutUsDetail {
    padding: 60px;
    line-height: 1.7;
    color: gray;
}
section#about .aboutUsDetail .card{
	margin-top: 10px;
}
section#about .aboutUsDetail .card-header{
    background-color: #28a745;
    cursor: pointer;
    position: relative;
}
/* section#about .aboutUsDetail .card-header.collapsed{
    background-color: #f2f2f2;
} */
/* section#about .aboutUsDetail .card-header:active{
    background-color: #28a745;
} */
section#about .aboutUsDetail .card-header button {
	padding: 0px;
    color: white;
    font-weight: 600;
}
/* .headerActive{
    background-color: #28a745!important;
} */
/* section#about .aboutUsDetail .card-header::after {
    content: '-';
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
    color:white;
}
section#about .aboutUsDetail .card-header.collapsed::after {
    content: '+';
} */
.card-body .row .col-md-3 img {
    width: 100%;
}
/* ==========================================================================
   7.0 Volunteer Section
   ========================================================================== */

section#featured-project{
	background-image: url(../img/volunteer.jpg);
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: black;
}
section#featured-project .section-heading{
	margin-bottom:0px;
}
/* Counter section */

#count {
  background-color: #121116;
  padding-bottom: 90px;
}

.counter-section {
  background-color: #096c89;
  padding: 25px 0 40px;
}

.fact-item {
  color: #33322d;
}

.fact-icon {
  position: relative;
  width: 50px; 
  height: 28.87px;
  background-color: #28A745;
  margin: 14.43px auto;
}

.fact-icon:before,
.fact-icon:after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}

.fact-icon:before {
  bottom: 100%;
  border-bottom: 14.43px solid #28A745;
}

.fact-icon:after {
  top: 100%;
  width: 0;
  border-top: 14.43px solid #28A745;
}

.fact-icon > i {
  line-height: 27px;
}

.fact-item span {
  display: block;
  font-size: 50px;
  line-height: 42px;
  font-weight: 700;
  margin: 28px 0 20px;
}

.fact-item p {
  font-weight: 300;
}


/* ==========================================================================
   8.0 News Section
   ========================================================================== */
.events-section{
	background-color: #f2f2f2;
}
.events-item{
    padding-left: 300px;
    position: relative;
}
.events-item .event-thumb{
    width: 300px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.event-details{
    background-color: #fafafa;
    padding: 30px 15px;
    border: 1px dashed #ddd;
}
.event-details h6{
	font-weight: bold;
	padding-bottom: 10px;
}
.event-details p{
	font-size: 14px;
}
.event-info i{
    color: #28a745;
    margin-right: 10px;
}
.event-info p{
    margin-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #999;
}
.event-info{
    margin-bottom: 10px;
}

/*Owl Navigation & Slick Navigation*/
.owl-nav button,
.slick-arrow{
    background-color: #28a745!important;
    color: #fff!important;
    border-radius: 2px;
    width: 40px;
    height: 40px;
    font-size: 16px!important;
    text-align: center;
    line-height: 40px!important;
    position: absolute;
    left: -40px;
    top: calc(50% - 25px);
    transition: all 0.5s ease-in-out;
}
.owl-nav button:hover,
.slick-arrow:hover{
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.owl-nav button.owl-next{
    left: auto;
    right: -40px;
}
.slick-arrow{
    left: -25px;
    cursor: pointer;
}
.fa-arrow-right.slick-arrow{
    left: auto;
    right: -25px;
}

/* ==========================================================================
   9.0 Sponsor Section
   ========================================================================== */
section#sponsor .sponsorCarousel .slide img {
	padding: 45px;
}

/* ==========================================================================
   10.0 Testimonial Section
   ========================================================================== */
.testimonial {
	background: url(../img/bg-testimonials.jpg) center 0 no-repeat;
	background-size: cover;
	text-align: center;
	position: relative;
	/* margin-top: ; */
}
.testimonial .overlay {
	background: #32302f;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.9;
}
.testimonial-slider {
	overflow: hidden;
	margin-bottom: 0;
	position: relative;
}
.testimonial-slider h2 {
	color: #fff;
	margin-bottom: 49px;
	font-weight: 300;
}
.testimonial-slider h2 strong{
	border-bottom: 2px solid #28a745;
}
.testimonial-slider blockquote {
	padding: 0;
	border: 0;
    margin: 0 auto;
    text-align: center;
}
.testimonial-slider blockquote p {
	font-style: italic;
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
}
.testimonial-slider blockquote footer {
	margin-bottom: 20px;
}
.testimonial-slider blockquote footer span {
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	display: block;
}
.testimonial-slider blockquote cite {
	color: rgba(255,255,255,0.66);
	display: block;
	font-size: 12px;
}

/* testimonialCarousel */
.slick-dots{
	bottom: 0px;
}


/* ==========================================================================
   11.0 Footer
   ========================================================================== */

section#footer{
	background-color: #25282a;
	background-size: cover;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}
section#footer .section-heading{
    margin-bottom: 0px;
}
section#footer .section-heading h1 {
    text-transform: uppercase;
    font-weight: 700!important;
    font-size: 13px;
    letter-spacing: 3px;
    color: #e6e6e6!important;
}
#footer form input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    padding: 5px 10px;
    width: 500px;
}
#footer form button {
    border: 0px;
    border-radius: 0px;
}
#footer .socialUl{
    margin-bottom: 0px;
}
#footer .socialUl li i{
    margin-bottom: 0px;
}
section#footer h1 strong{
	border-bottom: 2px solid #28a745;
}
section#footer h1.h4 {
    margin-bottom: 30px;
    font-size: 13px;
    color: #e6e6e6;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
}
section#footer p{
	font-size: 14px;
	line-height: 1.7;
}
section#footer ul li{
	font-size: 14px;
	font-weight: normal;
    line-height: 30px;
    list-style: none;
}
section#footer a{
    color: rgba(255, 255, 255, 0.6);
	font-size: 14px;
}
/*Section Footer a Hover */
section#footer a:hover{
	color: #f2f2f2;
}
/* //Section footer a hover */
section#footer span{
	font-size: 14px;
}
section#footer ul{
	list-style-type: square;
}
section#footer img{
    width: 75px;
}
section#footer div.col-md-3:last-child img{
	padding: 5px;
}
section#footer .form-inline .form-group label strong{
	border-bottom: 2px solid #28a745;
}

