body {
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
p {
	margin-bottom: 0px;
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}
a {
	text-decoration: none!important;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

a.filled-button {
display: inline-block;
width: 150px;
line-height: 38px;
border: 0px;
border-radius: 1.5rem;
background: #a4c639;
color: white;
font-weight: 500;	
text-align: center;
cursor: pointer;
transition: all 0.2s;
text-decoration: none;
}
#pagination{
	background: white !important;
	border-radius: 0 !important;
	margin: auto;
	width: 50%
}
#pagination a{
	background: white !important;
	border-radius: 0 !important;
	color:darkblue !important;
	border: 1px solid gray !important;
	
}
#pagination ul{
 justify-content: center !important;

}
.sub-footer{
	margin-top: 50px !important;
}

a.filled-button:hover {
	background-color: #ff4d4d;
}

.section-heading {
	text-align: center;
	margin-bottom: 80px;
}

.section-heading h2 {
	font-size: 36px;
	font-weight: 600;
	color: #1e1e1e;
}

.section-heading em {
	font-style: normal;
	color: #a4c639;
}

.section-heading span {
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
	font-size: 15px;
	color: #666;
	letter-spacing: 1px;
}

#preloader {
  overflow: hidden;
  background: #a4c639;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Sub Header Style */

.sub-header {
	background-color: #a4c639;
	height: 46px;
	line-height: 46px;
	color: white;
}

.sub-header ul li {
	display: inline-block;
}

.sub-header ul.left-info li {
	border-left: 1px solid rgba(250,250,250,0.3);
	padding: 0px 20px;
}

.sub-header ul.left-info li:last-child {
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.left-info li i {
	margin-right: 10px;
	font-size: 18px;
}



.sub-header ul.right-icons {
	float: right;
}

.sub-header ul.right-icons li {
	margin-right: -4px;
	width: 46px;
	display: inline-block;
	text-align: center;
	border-right: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li:first-child {
	border-left: 1px solid rgba(250,250,250,0.3);
}

.sub-header ul.right-icons li a {
	color: white;
	transition: all 0.3s;
}

.sub-header ul.right-icons li a:hover {
	opacity: 0.75;
	color: black;
}



/* Header Style */
header {
	position: absolute;
	z-index: 99999;
	width: 100%;
	background-color: transparent!important;
	height: 80px;
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
header .navbar {
	padding: 20px 0px;
}
.background-header .navbar {
	padding: 10px 0px;
}
.background-header {
	top: 0;
	position: fixed;
	background-color: #fff!important;
	box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}
.background-header .navbar-brand h2 {
	color: #a4c639!important;
}
.background-header .navbar-nav a.nav-link{
	color: #1e1e1e!important;
}

.background-header .navbar-nav a.dropdown-item:hover {
	color: #fff!important;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #a4c639!important;
}

.navbar .navbar-brand img {
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

#navbarResponsive {
	z-index: 999;
}
.navbar-collapse {
	text-align: center;
}
.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}
.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #a4c639;
	border-bottom: 3px solid #a4c639;
}
.navbar .navbar-toggler-icon {
	background-image: none;
}
.navbar .navbar-toggler {
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}
.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #a4c639;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

/* Dropdown Menu */
.navbar-nav .dropdown:hover > .dropdown-menu {
	display: block; /* this makes the dropdown menu stay open while hovering it */
	min-width: auto;
	animation: fadeDropdown 0.2s; /* required for the fade animation */
}

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar-nav .dropdown-toggle:focus { /* removes dropdown outline on focus */
	outline: 0;
}

.navbar-nav .dropdown-menu {
	margin-top: 0;
	border: none;
	border-radius: 0.25rem;
	background-color: transparent;
}

.navbar-nav .dropdown-item {
	color: #000; 
	text-decoration: none;
}

.navbar-nav .dropdown-item:hover {
	background-color: #a4c639;
	color: #fff;
}
/* end of dropdown menu */


/* Banner Style */

.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}
.img-fill:before {
	content: '';
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	background-color: rgba(0,0,0,.6)
}
.Modern-Slider .text-content{
	z-index: 2;
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left;
  padding: 0;
}

.Modern-Slider .item .img-fill {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height:95vh;
}

.Modern-Slider .item-1 .img-fill {
	background-image: url(../images/e.jpeg);
}

.Modern-Slider .item-2 .img-fill {
	background-image: url(../images/a.jpeg);
}

.Modern-Slider .item-3 .img-fill {
	background-image: url(../images/f.jpeg);
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#FFF;
  z-index:5;
  outline: none;
  cursor: pointer;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
	text-align: left;
  	width: 75%;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.Modern-Slider .item h6 {
  margin-bottom: 15px;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color:#a4c639;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h4 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color:#FFF;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
}

.Modern-Slider .item p {
	max-width: 650px;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 40px;
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h6{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h4{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}


/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}




/* Footer Style */

footer {
	background-color: #04091e;
	padding: 30px 0px;
	color: #fff;
}

footer h4 {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 35px;
}
footer p {
	color: #fff;
}

footer ul.social-icons {
	margin-top: 25px;
}

footer ul.social-icons li {
	display: inline-block;
	margin-right: 5px;
}

footer ul.social-icons li:last-child {
	margin-right: 0px;
}

footer ul.social-icons li a {
	width: 34px;
	height: 34px;
	display: inline-block;
	line-height: 34px;
	text-align: center;
	background-color: #fff;
	color: #232323;
	border-radius: 50%;
	transition: all 0.3s;
}

footer ul.social-icons li a:hover {
	background-color: #a4c639;
}

footer ul.menu-list li {
	margin-bottom: 13px;
}

footer ul.menu-list li:last-child {
	margin-bottom: 0px;
}

footer ul.menu-list li i{
	color: #fff;
}

footer ul.menu-list li a {
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}

footer ul.menu-list li a:hover {
	color: #a4c639;
}

footer .contact-form input {
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	padding: 0px 15px;
	color: #aaa!important;
	background-color: transparent;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: 1px solid white;
	margin-bottom: 15px;
}

footer .contact-form input:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid white;
	background-color: transparent;
}

footer .contact-form textarea {
	border-radius: 20px;
	height: 120px;
	max-height: 80px;
	min-height: 50px;
	display: inline-block;
	padding: 15px;
	color: #aaa!important;
	background-color: transparent;
	font-size: 13px;
	text-transform: none;
	box-shadow: none;
	border: 1px solid white;
	margin-bottom: 15px;
}

footer .contact-form textarea:focus {
	outline: none;
	box-shadow: none;
	border: 1px solid white;
	background-color: transparent;
}

footer .contact-form ::-webkit-input-placeholder { /* Edge */
  color: #aaa;
}
footer .contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #aaa;
}
footer .contact-form ::placeholder {
  color: #aaa;
}

footer .contact-form button.filled-button {
	background-color: #a4c639;
	border: none;
	color: white;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
	padding: 12px 30px;
	border-radius: 30px;
	display: inline-block;
	transition: all 0.3s;
	outline: none;
	box-shadow: none;
	cursor: pointer;
}

footer .contact-form button.filled-button:hover {
	background-color: #fff;
	color: #a4c639;
}

/* Sub-footer Style */

.sub-footer {
	background-color: black;
	padding: 10px 0px;
}

.sub-footer p {
	color: #fff;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.sub-footer a {
	float: right;
	width: 50px;
	color: #fff;
}

.sub-footer a:hover {
	color: #a4c639;
}

/* Sub footer end */

.page-heading {
	text-align: center;
	background-image: url(../images/o5.jpeg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 200px 0px 100px 0px;
	color: #fff;
	position: relative;
}
.page-heading .container {
	position: relative;
	z-index: 2;
}

.page-heading:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}

.page-heading h1 {
	text-transform: capitalize;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.page-heading span {
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	display: block;
}


/* Responsive Style */
@media (max-width: 768px) {
	.sub-header {
		display: none;
	}
	.Modern-Slider .item h6 {
	  margin-top: 70px;
	  font-size: 18px;
	}
	.Modern-Slider .item h4 {
	  margin-bottom: 25px;
	  font-size: 28px;
	  line-height: 36px;
	  letter-spacing: 1px;
	}
	.Modern-Slider .item p {
		max-width: 570px;
		line-height: 25px;
		margin-bottom: 30px;
	}
	.Modern-Slider .NextArrow{
	  right:5px;
	}
	.Modern-Slider .PrevArrow {
	  left:5px;
	}
	.request-form {
		text-align: center;
	}
	.request-form a.border-button {
		float: none;
		margin-top: 30px;
	}
	.services .service-item {
		margin-bottom: 30px;
	}
	.fun-facts .left-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.more-info .right-content  {
		padding: 30px;
	}
	footer {
		padding: 80px 0px 20px 0px;
	}
	footer .footer-item {
		border-bottom: 1px solid #343434;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	footer .last-item {
		border-bottom: none;
	}
	.about-info .right-content {
		margin-right: 0px;
		margin-bottom: 30px;
	}
	.team .team-item {
		margin-bottom: 30px;
	}
	.tabs-content {
		margin-left: 0px;
		margin-top: 30px;
	}
	.contact-item {
		margin-bottom: 30px;
	}
}

@media (max-width: 992px) {
	.navbar .navbar-brand {
		position: absolute;
		left: 30px;
		top: 10px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 80px;
	    left: 0;
	    width: 100%;
	    text-align: center;
	    background-color: #fff;
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar .navbar-nav a.nav-link {
		padding: 15px 0px;
		color: #1e1e1e!important;
	}
	.navbar-nav .dropdown-item {
		color: #1e1e1e! important; 
		text-decoration: none;
		text-align: center;
		font-size: 15px;
		font-weight: 0;
	}

	.navbar-nav .dropdown-item:hover {
		background-color: #a4c639;
		color: #fff!important;
	}
	.navbar .navbar-nav .nav-link:hover,
	.navbar .navbar-nav .active>.nav-link,
	.navbar .navbar-nav .nav-link.active,
	.navbar .navbar-nav .nav-link.show,
	.navbar .navbar-nav .show>.nav-link {
		color: #a4c639!important;
		border-bottom: none!important;
	}
}

h5 a { color: #a4c639; } 
h5 a:hover { color: inherit; } 

/*=========== event_date_area start ==========*/

h3 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.about_area img {
  max-width: 100%;
}

.about_content {
  padding-right: 70px;
}

.about_content p {
  padding: 15px 0px 25px;
}

.features_item {
  padding: 73px 45px 80px 60px;
  color: #fff;
  background: #00c8e6;
}

.features_item + .features_item {
  border-left: 1px solid #fff;
}

.features_item:nth-child(even) {
  background: #04091e;
}

.features_item h3 {
  margin-bottom: 20px;
}

.features_item p {
  padding-bottom: 25px;
}

/*==========footer_area end ==========*/

/*Count Area Starts*/
.count {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	color: white;
	height: 230px;
	background-color: #04091e;
}

.count .count_body{
	padding-top: 70px;
}

.count .count_body h2{
	color: #a4c639;
	font-size: 45px;
	font-family: "Times New Roman";

}

.count .count_body h2:hover{
	color: #fff;
}

.count .count_body p{
	color: #fff;
	font-size: 18px;
}

.count .count_body p:hover{
	color: #a4c639;
}

/*Count Area Ends*/

/*home Area Starts*/
.article_blog {
	margin-top: 10px;
	margin-bottom: 20px;
}

.article_blog .main_title {
	padding-top: 30px;
	padding-bottom: 50px;
}

.article_blog p {
	text-align: justify;
	font-size: 15px;
	padding-top: 10px;
}
/*Home Area Ends*/

/*========== event_area start ==========*/

.event_blog_area {
	padding-top: 20px;	
}
.event_title {
  font-size: 20px;
  line-height: 30px;
  color: #222222;
  padding-top: 20px;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
.event_title:hover {
  color: #60bc0f;
}

.event_post figure {
overflow: hidden;
margin: 0;
position: relative; 
}

.event_post figure img {
transition: all 300ms linear 0s;
border-style: ridge;
border-width: 1px;
width: 100%;
height: 300px;
}

.event_post:hover img {
transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2); 
}

.event_post:hover .img-overlay {
background: initial; 
}

.event_post .event_category {
  padding-bottom: 20px;
}

.event_category li {
  padding-bottom: 8px;
  font-size: 15px;
}

.event_category li i {
  font-weight: 600;
  color: red;
}

.event_post .btn_hover{
display: inline-block;
width: 40%;
line-height: 38px;
border: 0px;
border-radius: 1.5rem;
background: #a4c639;
color: white;
font-weight: 500;	
text-align: center;
cursor: pointer;
transition: all 0.2s;
text-decoration: none; 
}

.event_post .btn_hover:hover{
	background-color: #ff4d4d;
}


/*========== event_two css ==========*/
.event_two {
  margin-bottom: -50px;
}

.event_two .event_post {
  margin-bottom: 50px;
}

/*============ event_details_area css ==========*/

.event_details_area {
  padding-top: 50px;
}

.event_details_area .event_category {
  padding-left:100px;
}

.event_details {
  padding-top: 16px;
}

.event_details p {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 15px;
  color: #222222;
}

/*---------------------------------------------------- */

/*------------Live youth talk Area starts------------------*/
.main-iframe{
	text-align: center;
	margin: 10px 0;
	
}
.main-iframe iframe{
	border-radius: 15px;
	
}
/*-------------Live youth talk Area Ends-----------------*/

/*Support Us Area Starts*/

/*.content {
	background-color: #f2f2f2;
	height: 700px;
}*/
.c1{
	width: 800px;
	height: 550px;
	float: left;
	margin: 30px;
	font-size: 15px;
	font-family: Times New Roman ;

}
.c1 p{
	float: left;
	margin:10px;
}
.c1 image{
	float: left;
	margin: 10px;
}
.content .btn-volunteer{
	background-color: #a4c639;
	color: white;
	padding: 15px 25px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
}

.content .btn-volunteer:hover{
	color: white;
	background-color: #ff4d4d;
}

.c2{
	float: left;
	font-size: 20px;
	font-family: serif ;
	padding: 10px;

}
/*.donate-info{
	height: 170px;
	background-color: white;
}*/
/*.c3{
	float: left;
	margin:  60px;
	margin-top: 0px;
}
.c4{
	float: left;
	margin: 60px;
	margin-top: 0px;
}
.c5{
	float: left;
	margin: 60px;
	margin-top: 0px;
}*/
/*.content .img-fluid{
	width: 300px;
	height: 300px;
}*/

.content .col-md-12 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%; 
}
.content .form-group 
{
		margin-bottom: 1rem; 
}
.donate{
			background-color: #a4c639;
			color: white;
			width: 300px;
			height: 450px;
			padding-top: 25px;
			
			
		}
		.content .btn{
			background-color:  #ff4d4d;
			color: white;
			height: 60px;
			width: 350px;
			font-size: 19px;
			text-align: center;
			border-radius: 10px;
		}
		.content .btn:hover{
			color: black;
			background-color: #ff4d4d;
			border-radius: 10px;
			border-color: #ff4d4d;

		}
/*Support Us Area Ends*/

/*-----------Home Area Starts------------*/

.services-title {
	padding-top: 20px;
	padding-bottom: 20px;
}
.services-title p{
	font-size: 18px;
	color: black;
}

.services-section {
  padding: 0;
  text-align: center;
  margin-bottom: 30px; }

.services {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 40px 25px; }
  @media (max-width: 991.98px) {
    .services {
      padding: 10px 0; } }
  .services .icon {
    line-height: 1;
    position: relative;
    text-align: center; }
  .services .media-body h3 {
    font-size: 22px;
    font-weight: 700; }
    .services .media-body p{
    	color: black;
    }
  @media (min-width: 992px) {
    .services.active {
      background: #a4c639;
      color: #000000; }
      .services.active .icon span {
        color: #fff; } }
  .services:hover, .services:focus {
    background: #a4c639;
    color: #000000; }
    .services:hover .icon span, .services:focus .icon span {
      color: #fff; }
/*-----------Home Area Ends---------------*/

/*--------------Blog Area Starts--------------------*/

#blog_area h3{
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
#blog_area h3:hover {
  color: #60bc0f;
}

#blog_area p{
  text-align: justify;
}

#blog_area a{
	display: inline-block;
	border: 0px;
	border-radius: 1.5rem;
	background: #a4c639;
	color: white;
	font-weight: 300px;
	font-size: 15px;	
	text-align: center;
	cursor: pointer;
	transition: all 0.2s;
	text-decoration: none; 
}

#blog_area a:hover{
  background-color: #ff4d4d;
}
/*-------------Blog Area Ends-----------*/


.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*-----------Blog Detail Area Starts-----------*/
#blog_detail h3{
  line-height: 30px;
  padding: 15px 0px;	
  text-transform: uppercase;
  color: #222222;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; 
}
#blog_detail h3:hover {
  color: #60bc0f;
}

#blog_detail p{
  text-align: justify;
  padding-top: 10px;
}

#blog_detail img{
	width: 100%;
	height: 500px;
}
/*----------Blog Detail Ares Ends--------------*/



/*Contact*/

 .contact.info-wrap {
	box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
	padding: 30px;
  }
  
  .contact .info {
	background: #fff;
  }
  
  .contact .info i {
	font-size: 20px;
	color: #ffb03b;
	float: left;
	width: 44px;
	height: 44px;
	background: #fff6e8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
	padding: 0 0 0 60px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #433f39;
	font-family: "Poppins", sans-serif;
  }
  
  .contact .info p {
	padding: 0 0 0 60px;
	margin-bottom: 0;
	font-size: 14px;
	color: #7a7368;
  }
  
  .contact .info:hover i {
	background: #ffb03b;
	color: #fff;
  }
  
  .contact .php-email-form {
	width: 100%;
	box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
	padding: 30px;
	background: #fff;
  }
  
  .contact .php-email-form .form-group {
	padding-bottom: 8px;
  }
  
  .contact .php-email-form .validate {
	display: none;
	color: red;
	margin: 0 0 15px 0;
	font-weight: 400;
	font-size: 13px;
  }
  
  .contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: center;
	padding: 15px;
	font-weight: 600;
  }
  
  .contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
  }
  
  .contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	-webkit-animation: animate-loading 1s linear infinite;
	animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
  }
  
  .contact .php-email-form input {
	height: 44px;
  }
  
  .contact .php-email-form textarea {
	padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
	background-color: blue;
	color: white;
	padding: 15px 25px;
	border-radius: 50px;
	display: inline-block;
	font-size: 20px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
	background: #ffa012;
  }
  
  @-webkit-keyframes animate-loading {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }
  
  @keyframes animate-loading {
	0% {
	  transform: rotate(0deg);
	}
	100% {
	  transform: rotate(360deg);
	}
  }