@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Poppins-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Poppins-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Poppins-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Poppins-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/Quicksand-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/Quicksand-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/Quicksand-Regular.otf") format("opentype"), /* Open Type Font */
    url("../fonts/Quicksand-Regular.svg") format("svg"), /* Legacy iOS */
    url("../fonts/Quicksand-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/Quicksand-Regular.woff") format("woff"), /* Modern Browsers */
    url("../fonts/Quicksand-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* Common CSS 
============== */
body {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	position: relative;
	z-index: 1;
	background: #fff;
	color: #191919;
	overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
	{
	position: relative;
	font-family: 'Quicksand', sans-serif;
	font-weight: 600;
	margin: 0;
	color: #191919;
}

h6 {
	font-family: "Poppins", serif;
}


a {
	text-decoration: none;
	cursor: pointer;
	font-family: "Poppins", serif;
}

p {
	font-family: 'Quicksand', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 32px;
	position: relative;
	color: #686868;
}


button,
input,
textarea,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	outline: none;
	outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #191919;
}

img {
	display: inline-block;
	max-width: 100%;
}

i,
span,
a {
	display: inline-block;
}

ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

li {
	display: inline-block;
}

/*Section Padding CSS*/

.section-padding {
	padding: 40px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.section-padding {
		padding: 80px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.section-padding {
		padding: 60px 0;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-padding {
		padding: 50px 0;
	}
}

@media (max-width: 575px) {
	.section-padding {
		padding: 50px 0;
	}
}

/*Margin & Padding */

.pad-top-0 {
	padding-top: 0;
}

.pad-bot-0 {
	padding-bottom: 0;
}

.pad-top-20 {
	padding-top: 20px;
}

.pad-bot-20 {
	padding-bottom: 20px;
}

.pad-top-30 {
	padding-top: 30px;
}

.pad-bot-30 {
	padding-bottom: 30px;
}

.pad-top-40 {
	padding-top: 40px;
}

.pad-bot-40 {
	padding-bottom: 40px;
}

.pad-top-50 {
	padding-top: 50px;
}

.pad-bot-50 {
	padding-bottom: 50px;
}

.mar-tp-30 {
	margin-top: 30px;
}

.mar-bt-30 {
	margin-bottom: 30px;
}

.mar-tp-50 {
	margin-top: 50px;
}

.mar-bt-50 {
	margin-bottom: 50px;
}

.mar-tp-100 {
	margin-top: 100px;
}

.mar-bt-100 {
	margin-bottom: 100px;
}

/*Section Title */


.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 40px;
	font-weight: 500;
	line-height: 60px;
	letter-spacing: 1px;
	margin: 20px 0;
}

.section-title h2 b {
	color: #FFD857;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.section-title h2 {
		font-size: 40px;
		line-height: 55px;
		margin: 10px 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 575px) {
	.section-title h2 {
		font-size: 35px;
		line-height: 45px;
		margin: 55px 0;
		margin-bottom: 15px;
	}
}

.section-title h5 {
	font-size: 18px;
	letter-spacing: 2px;
}


/*Button Style */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.main-btn {
		font-size: 15px;
		padding: 12px 28px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.main-btn {
		font-size: 14px;
		padding: 10px 25px;
	}
}



/*Form Style CSS */

input,
textarea,
select {
	width: 100%;
	background: transparent;
	border: 1px solid #ddd;
	padding: 15px 15px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
	-webkit-transition: .3s;
	transition: .3s;
	margin-bottom: 20px;
	border-radius: 5px;
}

textarea {
	height: 150px;
	resize: none;
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
	font-size: 15px;
	font-weight: 500;
	color: #191919;
}

input::placeholder,
textarea::placeholder {
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: #191919;
}

/*Bootstrap CSS*/

.container-fluid {
	padding: 0;
}

.col-lg-12 {
	padding: 0;
}

/* Bacground Color CSS 
============== */

.gray-bg {
	background: #f6f6f6;
}

.white-bg {
	background: #fff;
}



.breadcroumb-area {
	
}



/* Pre-loader CSS 
======================= */

.site-preloader-wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 999;
}


.site-preloader-wrap .spinner {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
}

@-webkit-keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0)
	}

	100% {
		-webkit-transform: scale(1.0);
		opacity: 0;
	}
}

@keyframes sk-scaleout {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}

	100% {
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
		opacity: 0;
	}
}

/* Header Area CSS 
======================= */


.header-top-area p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 0;
}


.header-area.absolate-header {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 99;
	padding: 10px 0;
	-webkit-transition: .3s;
	transition: .3s;
}

.header-area .is-sticky .sticky-area {
	z-index: 999 !important;
	-webkit-animation: slideInDown .6s forwards;
	animation: slideInDown .6s forwards;
	box-shadow: 0 3px 16px -2px #d0cece;
}

.header-area.theme-2 .is-sticky .sticky-area {
	background: #10102D;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.header-area.theme-3 .social i {
	color: inherit;
}

.header-top-area.absolate-header {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: transparent;
	padding: 10px;
}

.header-top-area ul li a {
	color: #fff;
	font-size: 15px;
	
	
}
.site-info .email-def
{
margin-right:15px;
}
.site-info ul
{
margin-top:6px;
}
.dropdown-toggle span
{
color:#fff !important;
margin-top:0px;
}
.dropdown-toggle
{
color:#FFFFFF !important;
}
.dropdown-menu a
{
color:#191919 !important;
}
.dropdown-menu li
{
display:block;
text-align:center;
margin-bottom:10px;
}
.dropdown-menu
{
min-width:7rem;
}

.header-top-area ul li a i {
	margin-right: 5px;
}
.social-icon i {
	color: #eee;
	font-size: 20px;
	padding: 7px;
}

.ssocial-icon i {
	color: #eee;
	font-size: 20px;
	padding: 7px;
}

/*Logo*/

.logo {
	width: 180px;
	margin-top: 13px;
}

.logo img {
	filter: none;
}

/*Main Menu */

.header-area .navigation {
	padding: 0px 30px;
	background: #fff;
	height: 80px;
}

.main-menu .navbar {
	padding: 0;
}

.main-menu li.nav-item {
	position: relative;
	margin-right: 30px;
}

.main-menu li.nav-item:last-child {
	margin-right: 0;
}

.main-menu .navbar-nav .nav-link {
	font-size: 16px;
	font-weight: 500;
	color: #191919;
	display: block;
	padding: 30px 0;
}



.header-area.theme-2 .navigation {
	background: transparent;
}

.header-area.theme-2 .navigation ul li a {
	color: #fff;
}


/*Menu Theme#3*/

.header-area.theme-3 .navigation {
	background: #fff;
	margin-top: 35px;
	border-radius: 7px;
}


.is-sticky .sticky-area {
	background: #fff;
	height: 80px;
}

.is-sticky .sticky-area .navigation {
	margin-top: 0;
}


/*Dropdown Menu */

.sub-menu {
	position: absolute;
	left: 0;
	top: 104px;
	width: 220px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease;
	z-index: 99;
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}


.sub-menu::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
}

.main-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80px;
}

.main-menu li:hover .sub-menu::after {
	opacity: 1;
	visibility: visible;
}

.main-menu ul.sub-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu .sub-menu li {
	display: block;
	border-bottom: 1px solid #eee;
}

.main-menu .sub-menu li a {
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 12px;
	color: #191919;
	-webkit-transition: .3s;
	transition: .3s;
}

.theme-2 .main-menu ul.sub-menu li a {
	color: #191919;
}


.dropdown-toggle::after {
	display: none !important;
}

.navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
	display: none;
}


/*Header Right Content */

.header-area .main-btn {
	margin-top: 14px;
}

.theme-3 .main-btn {
	padding: 15px 20px;
}

.theme-3.header-area .main-btn {
	margin-top: 18px;
}

.header-area .social {
	padding: 0px;
	margin-top: 28px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.header-area .social {
		display: none;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.header-area .social {
		display: none;
	}
}

@media (max-width: 575px) {
	.header-area .social {
		display: none;
	}
}

.header-area .social i {
	color: #fff;
}

.header-area .social i:before {
	font-size: 20px;
	padding: 6px;
}

.header-area .social ul {
	margin: 15px 0;
	padding: 0;
}


/* About Section CSS 
======================= */

.about-image img {
	border-radius: 10px;
}

.about-image:after {
	position: absolute;
	content: "";
	width: 80%;
	height: 100%;
	bottom: -20px;
	left: -5px;
	background: #01B965;
	z-index: -1;
	border-radius: 10px;
}

.about-left {
	margin-right: 60px;
	position: relative;
}

.about-left img {
	border-radius: 10px;
}

.about-left:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	bottom: -20px;
	right: 20px;
	background: #FFD857;
	z-index: -1;
	border-radius: 10px;
}



.about-content {
	margin-top: 30px;
	-webkit-transition: transition: all 300ms ease;
	transition: all 300ms ease;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.about-content {
		margin-top: 20px;
	}
}

.about-content h5 {
	margin-bottom: 20px;
}

.about-content .main-btn {
	margin: 20px 0;
}

/* Hero Area CSS 
======================= */

.hero-area {
	width: 100%;
	height: 100vh;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-area::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #233F4D;
	opacity: .6;
	z-index: -1;
}

.hero-area-content b {
	color: #FFD857;
}

.hero-area .hero-area-content h5 {
	font-size: 15px;
	color: #191919;
	font-weight: normal;
}

.hero-area h6 {
	color: #FFD857;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-area .hero-area-content h1 {
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	margin: 30px 0;
	color: #fff;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.hero-area .hero-area-content h1 {
		font-size: 75px;
		line-height: 100px;
		margin: 25px 0;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.hero-area .hero-area-content h1 {
		font-size: 60px;
		line-height: 90px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.hero-area .hero-area-content h1 {
		font-size: 50px;
		line-height: 80px;
	}
}

@media (max-width: 575px) {
	.hero-area .hero-area-content h1 {
		font-size: 40px;
		line-height: 65px;
	}
}

.hero-area.theme-3 .hero-area-content h1 {
	font-size: 75px;
	line-height: 100px;
}

.hero-area.theme-3 .hero-area-content {
	margin-top: 120px;
}

.hero-area.theme-3::after {
	opacity: .8;
}


/* Slider CSS 
==================*/

.single-slide-item {
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	width: 100%;
	height: 700px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.single-slide-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0, 0, 0);
	opacity: .4;
	z-index: -1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
	width: 50px;
	height: 50px;
	border: 2px solid;
	font-size: 20px;
	font-weight: 100;
	line-height: 40px;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -25px;
	color: #ffffff;
	border-radius: 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
	left: auto;
	right: 15px;
}


.homepage-slides:hover .owl-nav button.owl-prev,
.homepage-slides:hover .owl-nav button.owl-next {
	visibility: visible;
	opacity: .3;
}


.hero-area-content {
	display: table-cell;
	vertical-align: middle;
}

.hero-area-content .main-btn {
	margin: 25px 0;
}

.theme-3 .hero-area-content .main-btn {
	padding: 14px 18px;
}

.single-slide-item h5 {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.single-slide-item h1 {
	color: #fff;
	font-size: 80px;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: 1px;
	margin: 30px 0;
}

.social-area {
	display: inline-block;
}

.social-area a {
	color: #fff;
	font-size: 20px;
}

.social-area a i {
	margin: 10px;
}

/* Feature Area CSS 
==================*/

.feature-area.theme-2 {
	padding-bottom: 50px;
}

.single-feature-item {
	text-align: center;
	padding: 25px;
	height: 300px;
	position: relative;
	z-index: 1;
}

.theme-2 .single-feature-item {
	text-align: center;
	padding: 25px;
	height: 300px;
	position: relative;
	z-index: 1;
	margin-top: -86px;
	background: #fff;
	box-shadow: 0 3px 8px -2px #d0cece;
}

.single-feature-item h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 20px 0;
}



.single-feature-item.spro p {
	color: #fff;
}

.single-feature-item.spro .feature-icon {
	color: #fff;
}

.single-feature-item.spro .feature-icon i:before {
	color: #fff;
}

.single-feature-item.spro h4 {
	color: #fff;
}

.single-feature-item i {
	position: relative;
}



.feature-icon:hover i:after {
	width: 90px;
	height: 90px;
	opacity: .8;
	left: -18px;
	top: 0;
}

.single-feature-item h4 {
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 20px;
	color:#fff;
}
.single-feature-item p
{
color:#fff;
line-height:22px !important;
font-size:15px;
}
.feature-icon img
{
width:100px;
margin-bottom:20px;
}

/* Service Section CSS 
======================= */

.service-area {
	border-bottom: 1px solid #eee;
}

.single-service-item {
	background: #fff;
	padding: 15px;
	text-align: center;
	margin-top: 30px;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 7px;
}


.single-service-item h5 {
	font-size: 22px;
	font-weight: 600;
	margin: 35px 0;
	position: relative;
}


.single-service-item p {
	margin: 40px 0;
}

.single-service-item i::before {
	font-size: 50px;
	color: #11BA6D;
}


.single-service-item.active p {
	color: #fff;
}

.single-service-item.active i:before {
	color: #fff;
}


.single-service-item.active h5::after {
	background: #FFD857;
}


.about-us-content-area h5 {
	margin: 25px 0;
}

.service-area img {
	margin-bottom: 30px;
}

.single-service-item i {
	position: relative;
	z-index: 1;
}

.single-service-item i:after {
	position: absolute;
	content: "";
	top: -2px;
	left: -35px;
	width: 70px;
	height: 70px;
	background: #FFD857;
	border-radius: 50%;
	z-index: -1;
	opacity: .9;
}


.single-service-item:hover i:before {
	color: #fff;
}

.single-service-item:hover p {
	color: #fff;
}


.service-area.theme-3 img {
	border-radius: 10px;
}

.service-area.theme-3 h6 {
	margin-top: 40px;
}


/* CTA Area CSS 
======================= */

.cta-area {
	background-size: cover;
	background-position: center;
	height: 450px;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.cta-area::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #233F4D;
	opacity: .7;
	z-index: -1;
}

.cta-area h2 {
	font-size: 55px;
	font-weight: 500;
	line-height: 80px;
	color: #FFF;
	text-align: center;
	z-index: 999;
	bottom: -70px;
}

.cta-area .main-btn {
	margin-top: 30px;
}

.cta-area p {
	color: #fff;
}

.cta-area b {
	color: #FFD857;
}

/* Causes Section CSS 
======================= */

p.goal-raised {
	font-weight: 500;
	padding: 6px 0;
}



p.raised-now {
	background: #FFD857;
	padding-left: 8px;
	font-weight: 500;
}

span.case-2-tag {
	border: 2px solid #ddd;
	display: inline-block;
	padding: 7px;
	font-size: 15px;
	text-transform: uppercase;
	margin: 20px 0;
	cursor: pointer;
	font-weight: 600;
	letter-spacing: 1px;
}

.case-2-img img {
	border-radius: 5px;
	height:200px;
	width:100%;
}

.cause-us-bg {
	height: 200px;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	position: relative;
}

.case-2-img .imgr {
	border-radius: 5px;
	height:auto !important;
	width:100%;
}

.case-2-texts h3 {
	font-size: 24px;
	margin: 18px 0;
}

.case-2-texts p {
	margin-bottom: 5px;
}


.each-case-2 {
	border-radius: 6px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 40px;
	transition: all .3s ease-in-out;
	background:#FFFFFF;
}

.each-case-2:hover {
	box-shadow: 0 3px 16px -2px #d0cece;
}

.progress-bar-area {
	margin-top: 20px;
}

.single-bar-item .barfiller {
	width: 95%;
	height: 10px;
	background: #ddd;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-bottom: 10px;
}

.single-bar-item .barfiller .tip {
	font-weight: 600;
	font-size: 16px;
	background: none;
	color: #191919;
}


/* Achievement Section CSS 
======================= */

.achievement-area {
	height: 300px;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.achievement-area {
		height: 250px;
	}
}

@media (max-width: 575px) {
	.achievement-area {
		height: 400px;
	}
}

.single-counter-box {
	text-align: center;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-counter-box {
		margin-bottom: 30px;
	}
}

.single-counter-box h6 {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	position: relative;
	padding-top: 0px;
}

.single-counter-box h6:before {
	position: absolute;
	content: "";
	width: 40px;
	height: 3px;
	top: -8px;
	left: 50%;
	margin-left: -20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-counter-box h6 {
		font-size: 15px;
	}
}

@media (max-width: 575px) {
	.single-counter-box h6 {
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.single-counter-box p {
		margin: 0;
	}
}


.single-counter-box p span {
	font-size: 50px;
	color: #fff;
	font-weight: 600;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.single-counter-box p span {
		font-size: 40px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-counter-box p span {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.single-counter-box p span {
		font-size: 30px;
	}
}

.skill-content-area {
	padding: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.skill-content-area {
		padding: 0;
		padding-left: 30px;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.progress-bar-area {
		margin-top: 30px;
	}
}

.progress-bar-area h6 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
	.progress-bar-area h6 {
		margin-bottom: 5px;
	}
}

/* Event Section CSS 
========================*/

/* Event Section CSS 
============== */

.section-bg {
	background: none;
	border: 1px solid #eee;
}

.section-absolute-bg {
	position: absolute;
	content: "";
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-position: center;
}

.single-event {
	padding: 40px;
	padding-left: 50px;
}

.single-event h6 {
	font-size: 23px;
	line-height: 30px;
	color: #191919;
	margin: 15px 0;
}


.single-event a:hover {
	color: #191919;
}

.section-absolute-bg.absolute-bg-3,
.section-absolute-bg.absolute-bg-4 {
	right: auto;
	left: 50%;
}

.row.no-padding .col-lg-6 {
	padding: 0;
}


p.event-date {
	color: #FFD857;
	font-weight: 600;
}


/* Process Section CSS 
============== */

.single-process-area {
	width: 100%;
}

.single-process {
	display: block;
	border: 1px solid #eee;
	border-radius: 10px;
	margin-top: 25px;
}


.single-process-bg {
	height: 235px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	position: relative;
	z-index: 1;
	text-align: center;
	border-radius: 10px 10px 0 0;
}


.process-content {
	text-align: center;
	padding: 30px;
	background: #fff;
	color: #191919;
}

.process-content h5 {
	font-size: 25px;
	letter-spacing: 1px;
	margin-top: 20px;
}


.single-process-area:hover .process-content p {
	color: #fff;
}

.single-process-area:hover .process-icon i:before {
	background: #FFD857;
	color: #fff;
}


/* Testimonial Area CSS 
========================*/

.testimonial-slider-bg {
	background-position: center;
	background-size: cover;
	width: 100%;
	position: relative;
	height: 650px;
}

.testimonial-slider-bg:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #233F4D;
	OPACITY: .9;
}

.testimonial-slider-bg .section-title {
	z-index: 99;
}

.testimonial-slider-bg .section-title h2 {
	color: #fff;
}


.single-team-item img {
	display: block;
	max-width: 90px;
	border-radius: 50%;
	margin: 20px auto;
}

.single-team-item {
	text-align: center;
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.team-desc i {
	font-size: 26px;
	color: #FFD857;
	position: absolute;
	left: 9px;
	top: 47%;
}


.author-name span {
	display: block;
	color: #191919;
	opacity: .5;
	font-size: 85%;
}

.testimonial-text {
	margin: 50px 0;
	background: #fff;
	padding: 20px;
	font-size: 14px;
	position: relative;
	margin-top: 20px;
}

.testimonial-text i {
	font-size: 30px;
	display: inline-block;
	margin-bottom: 20px;
	color: #FFD857;
}


.testimonial-bottom {
	position: relative;
	display: none;
}

.testimonial-bottom img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	position: absolute;
	top: -16px;
}

.author-desc {
	display: inline-block;
	font-size: 17px;
	font-weight: 600;
	line-height: 34px;
	color: #191919;
	padding-left: 80px;
}

.author-desc span {
	display: block;
	font-size: 90%;
	opacity: .5;
}

.single-testimonial-box {
	height: 350px;
}


.active .testimonial-text p {
	color: #fff;
}

.active .testimonial-text:after {
	display: block;
}

.active .testimonial-bottom {
	display: block;
}


.team-carousel .owl-dots button.active {
	background: #FFD857;
}

.team-carousel .owl-dots {
	display: block;
	text-align: center;
	margin: 40px;
}

.team-carousel {
	margin-top: 35px;
}

/* Blog Section CSS 
========================*/

.blog-bg img {
	border-radius: 10px 10px 0 0;
}

.single-blog-item {
	border: none;
	margin: 20px 0;
}

.blog-content {
	padding: 20px;
	position: relative;
	background: #fff;
}



p.blog-meta {
	font-style: italic;
	font-size: 85%;
	margin-top:15px;
}

.blog-date a
{
color:#FFFFFF;
font-size:14px;
}

p.blog-meta b {
	color: #FFD857;
	font-size: 14px;
}

.single-blog-item h5 {
	color: #2BB965;
	font-size: 19px;
	line-height: 32px;
	margin: 0px;
}

.single-blog-item p {
	font-size: 17px;
	line-height: 34px;
}

a.read-more {
	color: #2BB965;
	position: relative;
	padding-left: 45px;
	transition: .3s;
	font-size: 17px;
	line-height: 30px;
}

a.read-more:before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 30px;
	height: 2px;
	background: #FFD857;
}

a.read-more:hover {
	padding-left: 50px;
	color: #34BC6B;
}


/* Team Section CSS 
============== */

.team-area {
	border-top: 1px solid #eee;
}

.team-member-bg {
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 450px;
	border-radius: 10px;
}

.single-team-member {
	position: relative;
	margin-top: 25px;
}

.single-team-member img {
	filter: grayscale(.5);
}

.single-team-member .team-content {
	position: absolute;
	bottom: -31px;
	left: 0;
	right: 0;
	background: #fff;
	text-align: center;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.team-content .team-title {
	font-weight: 500;
	margin-bottom: -3px;
}

.team-content .team-title a {
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.3px;
	color: #191919;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	margin: 16px 0 5px;
}

.team-content .team-subtitle {
	font-size: 14px;
	color: #7c7c7c;
	margin-bottom: 5px;
}

ul.team-social {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.team-social li {
	display: inline-block;
}

ul.team-social li a {
	color: #fff;
	font-size: 18px;
	padding: 10px;
	transition: all .3s ease-out;
}

.single-team-member:hover .team-social li a {
	color: #ffffff;
}

.single-team-member:hover .team-content .team-title a {
	color: #fff;
}

.single-team-member:hover .team-content .team-subtitle p {
	color: #fff;
	margin: 0;
}

/* Client CSS  */

.client-area.section-padding {
	padding: 40px 0;
}

.single-logo-wrapper {
	width: 100%;
	height: 100px;
	display: table;
	opacity: .5;
	transition: .3s;
}

.logo-inner-item {
	display: table-cell;
	vertical-align: middle;
}

.single-logo-wrapper:hover {
	opacity: 1;
}

/* Footer Area CSS 
============== */

.footer-area .logo .navbar-brand {
	color: #fff;
}

.footer-area p {
	color: #eee;
	margin-top: 20px;
}

.footer-area ul li a {
	display: block;
	color: #eee;
	padding: 7px 0;
	margin-right:15px;
}
.contact-info .fa
{
font-size:20px;
}

.subscribe-form {
	position: relative;
}

.subscribe-form input::placeholder {
	color: #fff;
	font-size: 15px;
}

.footer-up {
	padding: 80px 0;
}
.contact-form input::placeholder 
{
color:#ccc !important;
}

.footer-bottom {
	padding: 20px 0;
}

p.privacy {
	text-align: right;
}

/* About Section-2 CSS
============== */

.about-area {
	position: relative;
	z-index: 1;
	border-top: 1px solid #eee;
}



.about-area.theme-2 img {
	border-radius: 10px;
}

.about-content-area {
	padding: 50px;
}

.absolate-image.left {
	right: 0;
	left: -50%;
}

.about-certify {
	margin-top: 20px;
}

.about-certify i::before {
	font-size: 60px;
}

.about-certify h5 {
	margin-top: 15px;
}

/* About Section-3 CSS
============== */

.about-us-bg {
	height: 400px;
	background-size: cover;
	background-position: center;
	background-color: #ddd;
	border-radius: 10px;
	position: relative;
}


/*Pop up Video */

.pop-up-video a.video-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #10CC75;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #10CC75;
	cursor: pointer;
	z-index: 9;
}

.pop-up-video a.cause-play-btn {
	font-size: 20px;
	color: #fff;
	border: 2px solid #10CC75;
	border-radius: 50%;
	padding: 15px;
	width: 70px;
	height: 70px;
	line-height: 38px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -35px;
	margin-top: -35px;
	background: #10CC75;
	cursor: pointer;
	z-index: 9;
}
.onhovers
{
cursor:pointer !important;
}

@-webkit-keyframes btnIconRipple {
	0% {
		border-width: 4px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	80% {
		border-width: 1px;
		-webkit-transform: scale(1.35);
		transform: scale(1.35);
	}

	100% {
		opacity: 0;
	}
}

.pop-up-video a::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: -2px;
	left: -2px;
	bottom: -2px;
	right: -2px;
	border-radius: inherit;
	border: 1px solid #fff;
	-webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
	animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}


/*Gallery CSS*/

ul.port-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu {
		float: left;
	}
}

@media (max-width: 575px) {
	ul.port-menu {
		float: left;
	}
}

ul.port-menu.recent {
	float: none;
}

ul.port-menu li {
	display: inline-block;
	padding: 20px;
	color: #191919;
	cursor: pointer;
	font-size: 17px;
	font-weight: 600;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	ul.port-menu li {
		padding: 10px;
	}
}

@media (max-width: 575px) {
	ul.port-menu li {
		padding: 10px;
	}
}


.portfolio-list {
	overflow: hidden;
	margin-left: -1%;
	margin-top: 20px;
}

.single-portfolio-item {
	float: left;
	width: 32.33%;
	height: 300px;
	background-size: cover;
	background-position: center;
	background-color: #191919;
	position: relative;
	margin-left: 1%;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-radius: 6px;
	cursor:pointer;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item {
		width: 100%;
	}
}

.single-portfolio-item.large {
	height: 610px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.large {
		height: 300px;
	}
}

.single-portfolio-item.wide {
	width: 65.55%;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}

@media (max-width: 575px) {
	.single-portfolio-item.wide {
		width: 100%;
	}
}


.theme-2 .single-portfolio-item .details {
	background: rgba(16, 204, 117, 0.87);
}

.single-portfolio-item .info {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	margin-top: -20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.portfolio-list .details i {
	font-size: 25px;
}

.single-portfolio-item .info a:hover {
	color: #FFD857;
}

.single-portfolio-item .info a {
	color: #FFF;
}

.single-portfolio-item h5 {
	margin-bottom: 10px;
}

.single-portfolio-item:hover .details {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.single-portfolio-item:hover .details .info {
	opacity: 1;
	margin-top: 0;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.portfolio-list.recent {
	margin-top: 0;
}

ul.port-menu.recent {
	list-style: none;
	padding: 0;
	bottom: 0;
	text-align: center;
	position: inherit;
}

.load-more-btn {
	text-align: center;
}

.load-more-btn .main-btn {
	padding: 10px 20px;
	margin-top: 60px;
}

.portfolio-single-section h3 {
	margin: 30px 0;
}

.project-info {
	border: 1px solid #ddd;
	padding: 30px;
}

.project-info h5 {
	margin-bottom: 40px;
}

.project-info p {
	margin: 25px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.project-info p b {
	color: #191919;
}

.project-info span {
	float: right;
}

.project-info .main-btn {
	padding: 12px 18px;
	font-size: 15px;
	margin: 20px 0;
	width: 60%;
	margin-left: 20%;
}

.project-overview h5 {
	margin: 30px 0;
}

.project-overview p:last-child {
	margin-bottom: 40px;
}

.port-img img {
	min-width: 540px;
	min-height: 540px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.port-img img {
		min-width: 300px;
		min-height: 300px;
		margin-bottom: 30px;
	}
}

@media (max-width: 575px) {
	.port-img img {
		min-width: 200px;
		min-height: 200px;
		margin-bottom: 30px;
	}
}

/* Breadcroumb Area CSS 
============== */

.breadcroumb-area {
	height: 400px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	opacity: .4;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 60px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-bottom: 30px;
}

.breadcroumb-area h6 a {
	color: #fff;
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}

/* Program Section CSS 
============== */

.single-program-item h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 28px 0;
	position: relative;
}

.single-program-item p {
	color: #fff;
}



.single-program-item i::before {
	font-size: 60px;
	color: #fff;
}


.about-us-content-area h5 {
	margin: 25px 0;
}

.program-area img {
	margin-bottom: 30px;
}

.single-program-item i {
	position: relative;
	z-index: 1;
}

.program-area.theme-3 img {
	border-radius: 10px;
}

.program-area.theme-3 h6 {
	margin-top: 40px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

.single-program-item:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	opacity: 0;
	visibility: hidden;
	opacity: 0;
	transition: .4s;
	background-size: cover;
	background-position: center;
	border-radius: 15px;
}

.single-program-item:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border-radius: 15px;
	z-index: -1;
	visibility: hidden;
	transition: .3s;
}

.single-program-item:hover::before {
	visibility: visible;
	opacity: 1;
}

.single-program-item:hover::after {
	visibility: visible;
	opacity: .4;
}

/*Choose Us CSS */

.choose-us-area {
	border-top: 1px solid #f6f6f6;
}

.choose-us-content {
	padding: 35px;
	margin-top: 10px;
}

.choose-us-bg img {
	border-radius: 10px;
}

.choose-us-content h5 {
	font-size: 30px;
	font-weight: 600;
	margin: 20px 0;
}

.choose-us-content p {
	font-size: 16px;
	line-height: 30px;
}


.single-choose-content {
	padding-left: 100px;
	margin: 30px 0;
}

.choose-us-bg {
	margin-top: 40px;
}

/* FAQ CSS 
============== */

.styled-faq {
	margin-top: 50px;
}

.styled-faq .panel-group .panel {
	border-radius: 0;
	-webkit-box-shadow: 0 0 0;
	box-shadow: 0 0 0;
	margin-bottom: 30px;
}

.styled-faq .panel-default > .panel-heading {
	background: none;
	padding: 0;
	border: 1px solid #ddd;
}

.styled-faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 10px;
}

.styled-faq .panel .panel-heading h6 {
	font-weight: 600;
}

.styled-faq .panel .panel-heading h6 a {
	display: block;
	text-decoration: none;
	padding: 12px;
	color: #191919;
}

@media (max-width: 575px) {
	.styled-faq .panel .panel-heading h6 a {
		font-size: 14px;
	}
}

.styled-faq .panel .panel-heading h6 a i.fa {
	float: right;
	font-size: 150%;
	line-height: 15px;
	display: none;
	color: #ddd;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=true] i.fa.fa-angle-up {
	display: block;
}

.styled-faq .panel .panel-heading h6 a[aria-expanded=false] i.fa.fa-angle-down {
	display: block;
}

.question-section {
	background: #F7F7F7;
	padding: 30px;
}

.question-section h6 {
	margin-bottom: 20px;
}

.question-section input,
.question-section textarea {
	background: #fff;
	color: #191919;
	border: none;
}

.question-section input::placeholder,
.question-section textarea::placeholder {
	font-size: 15px;
	color: #191919;
}

.question-section button {
	font-size: 14px;
	letter-spacing: 1px;
}

/* Contact Page CSS 
============== */

.contact-section h5 {
	margin: 30px 0;
}

.contact-detail i {
	font-size: 24px;
	color: #191919;
}

.contact-detail {
	margin-top: 40px;
}

.contact-detail p b {
	font-size: 18px;
	color: #191919;
	padding: 10px;
}

.contact-detail span {
	display: block;
	font-size: 15px;
}

.contact-form {
	margin-top: 50px;
}

.contact-form h3 {
	margin: 30px 0;
}

.map-section iframe {
	filter: grayscale(90%);
	width: 100%;
}


/* Single Blog CSS 
============== */

.sidebar {
	box-shadow: 0 0 5px #eee;
	padding: 15px 20px;
}

.blog-meta {
	margin: 0px;
}


.single-blog-wrap h3 a {
	font-size: 30px;
	margin-bottom: 5px;
	text-transform:capitalize;
}

.single-blog-wrap .ssocial-icon i {
	color: #191919;
}

img.blog-inside {
	max-width: 47%;
	margin-right: 2%;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}

.single-blog-wrap a {
	color: #191919;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
	font-weight: 500;
}


.blog-search input {
	border: none;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	opacity: .5;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.recent-post h5 {
	margin: 30px 0;
	margin-top: 30px;
	font-weight: 600;
}

.recent-post img {
	float: left;
	width: 80px;
	height: 80px;
}

.single-recent-post h6 {
	margin: 0;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}


.popular-tag h5 {
	margin: 30px 0;
	margin-top: 50px;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #ddd;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #191919;
	padding: 5px;
}



.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

a.reply-btn {
	font-size: 14px;
}

.comments-form h3 {
	margin: 20px 0;
}

.author-info {
	padding-left: 120px;
}

.single-comments-section p span {
	padding-left: 50px;
	font-size: 15px;
}


/* Cause Details CSS 
============== */

.cause-details ul li {
	color: #9A9A9A;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 500;
	line-height: 30px;
	position: relative;
}

.cause-details ul li:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #FFD857;
	border-radius: 50%;
	top: 9px;
	left: 0;
}

.cause-details h5 {
	margin: 20px 0;
}


/* Event Details CSS 
============== */

.event-details img {
	border-radius: 10px;
}


.event-details h6 {
	font-size: 24px;
	margin-top: 20px;
}

.event-details .event-date {
	background: #FED756;
	display: inline-block;
	padding: 7px 12px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: -10px;
	right: 15px;
	border-radius: 0 10px 0 0;
}

.event-details ul li {
	color: #565656;
	padding-left: 30px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
	line-height: 25px;
	position: relative;
}


.event-details h5 {
	margin: 25px 0;
}


/* CTA-2 CSS 
============== */


.cta-area.theme-2 h2 {
	text-align: left;
}

.cta-area.theme-2:after {
	display: none;
}

.cta-area.theme-2 .main-btn {
	margin-top: 60px;
}

/* Scrolltop section */
.go-top {
	background-color: #EFC94C;
	color: #FFF;
	width: 40px;
	height: 40px;
	border-radius: 0;
	bottom: 4em;
	right: 2em;
	font-size: 20px;
	line-height: 43px;
	text-align: center;
	text-decoration: none;
	display: none;
	position: fixed;
	-webkit-transition: .3s;
	transition: .3s;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.go-top {
		width: 25px;
		height: 25px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 575px) {
	.go-top {
		width: 25px;
		height: 25px;
		bottom: 5em;
		right: 2em;
		font-size: 15px;
		line-height: 26px;
	}
}

.go-top i {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	color: #fff;
}

.go-top:hover {
	background-color: #e09e27;
	color: #fff;
}

.pop-up-video .fa-play
{
color:#FFFFFF;
}
.left_percent
{
left:0px !important;
}
.single-counter-box .icon
{
font-size:50px;
color:#FFFFFF;
margin-bottom:10px;
}
.blog-bg img
{
height: 200px;
background-size: cover;
background-position: center;
border-radius: 5px;
position: relative;
width:100%;
min-width:350px;
}
.portfolio-list a
{
display:block !important;
}
.lightbox_img
{
max-width:initial !important;
}
.copyright-line
{
color:#cccccc;
}
.single-program-item a
{
color:#FFFFFF;
}
.bvalidator-red-tooltip
{
	left:0px !important;
}
.single-volunteer .box-desc {
    background: #F8F9FA;
    text-align: center;
    padding: 5px;
}
.single-socials a {
    display: inline-block;
    margin-right: 5px;
}
.blog-meta span
{
margin-right:20px;
}
.countdown-timer {
position:absolute; 
z-index:2;
top:20px;
left:40px;
  
}

.countdown-timer ul li span
{
font-size:30px;
font-weight:bold;
line-height:20px;
opacity:1;
}
.countdown-timer ul li div
{
font-size:12px;
opacity:1;
}
.countdown-timer ul li
{
padding-left:0px;
}
.card-body
{
padding:0px !important;
}
.auto-width
{
width:auto !important;
}
.error,#card-errors
{
color:#FF0000;
}
.login-section h5
{
line-height:35px;
margin-bottom:20px;
}
.causes-img {
    width: 100%;
    max-width: 70px;
    height: 70px;
    object-fit: cover;
}
.table td, .table th
{
vertical-align:middle;
}
.require
{
color:#FF0000;
}

.single-price-item {
	background: #fff;
	text-align: center;
	padding: 30px 50px;
	margin-top: 50px;
	border: 5px solid #eee;
	transition: .3s;
}

.single-price-item h5 {
	font-size: 22px;
	font-weight: 600;
	position: relative;
	margin: 20px 0;
}

.single-price-item h6 {
	text-transform: uppercase;
	font-size: 17px;
	line-height: 22px;
	color: #777;
}


.single-price-item p {
	font-size: 18px;
	margin: 40px 0px;
}

.price-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.price-list ul li {
	display: block;
	margin: 30px 0;
	color: $gray;
	font-size: 15px;
	letter-spacing: 1px;
	position: relative;
	padding-left: 20px;
	transition: .3s;
}

.single-price-item .main-btn {
	display: inline-block;
	margin: 30px 0 0;
	padding: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.price-list ul
{
text-align:left;
}
.subscribe-details .card-body label
{
font-weight:bold;
}
.subscribe-details label
{
margin-bottom:0px;
}
.red
{
color:#FF0000;
}

.force-block
			{
			display:block;
			}
			.force-none
			{
			display:none;
			}
.captext
{
text-transform:capitalize !important;
}
.tata .tata-title
{
color:#FFFFFF;
}
.tata-text
{
color:#FFFFFF !important;
}

		