
@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "jquery.fancybox.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "animate.min.css";
@import "slicknav.min.css";
@import "magnific-popup.css";
@import "normalize.css";
@import "responsive.css";
 
@font-face {
    font-family: 'barlowmedium';
    src: url('fonts/barlow-medium-webfont.woff2') format('woff2'),
         url('fonts/barlow-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'barlow_condensedmedium';
    src: url('fonts/barlowcondensed-medium-webfont.woff2') format('woff2'),
         url('fonts/barlowcondensed-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'poppinslight';
    src: url('fonts/poppins-light-webfont.woff2') format('woff2'),
         url('fonts/poppins-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'poppinsregular';
    src: url('fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('fonts/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-Regular.woff2') format('woff2'),
        url('fonts/Urbanist-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Urbanist';
    src: url('fonts/Urbanist-SemiBold.woff2') format('woff2'),
        url('fonts/Urbanist-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Playfair Display';
    src: url('fonts/PlayfairDisplay-Bold.woff2') format('woff2'),
        url('fonts/PlayfairDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'recoletaregular_demo';
    src: url('fonts/recoleta-regulardemo-webfont.woff2') format('woff2'),
         url('fonts/recoleta-regulardemo-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}     
/*===============================
    font-family: 'Open Sans', sans-serif;

    font-family: 'Poppins', sans-serif;

    font-family: 'Roboto', sans-serif;

    font-family: 'Urbanist', sans-serif;
=================================*/
body{font-family: 'Urbanist', sans-serif;}
.img-fullwidth{
	width:100%;	
}
.header{
	background-color:#fff;
}
.header .navbar-collapse{
	padding:0;
} 
.header .social{
	display:inline-block;
	position:relative; 
}
.header .social li {
	display: inline-block;
	margin: 0;
	font-size:16px;
	margin-right: 15px;
} 
.header .social li:last-child{
	margin-right:0px;
}
.header .social li a {
	color: #66667f;
}
.header .social li a:hover {
	color: #cd0001;
}
/* Logo */
.header .logo {
	float: left;
	margin: 15px 0;
}
.header .header-widget {
	float: right;
	padding: 35px 0;
	position:relative;
}
.header .single-widget {
	position: relative;
	display: inline-block; 
	margin-right:30px;
}
.header .single-widget:last-child {
	margin-right: 0px;
	border-right: 0px;
	padding-right: 0px;
}
.header .single-widget .ct{
	padding-left: 60px;
}
.header .single-widget .ct i {
	position: absolute;
	text-align: center;
	font-size: 24px;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px; 
	color:#231f40; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header .single-widget .ct:hover i{
	border-color:transparent;
}
.header .single-widget .ct h4 {
	font-weight: 600;
	font-size: 18px;
	color:#231f40;
}
.header .single-widget .ct h4 span {
	color: #6f6b80;
	font-weight: 400;
	display: block;
	margin-top: 5px;
	font-size: 14px;
}
.header .single-widget .ct h4 a{
	color:#231f40;
	font-weight: 600;
}
.header .header-menu { 
	background:#53a92c;
	z-index: 3333;
	font-family: 'barlow_condensedmedium';
}
.header .navbar {
	background: none;
	box-shadow: none;
	border: none;
	position: relative;
	padding: 0;
}
.navbar-nav {
	display: block;
}
.header .nav li {
	float: left;
	position: relative;
	margin-right: 5px;
}
.header .nav li:last-child{
	margin-right:0px;
}
.header .nav li a {
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 20px 20px;
	display: block;
	position: relative;
	text-shadow: none; 
}
.header .nav li:hover a, 
.header .nav li.active a {
	color: #fff;
}
.header .nav li a i {
	margin-left: 5px;
}
.header .nav li .dropdown {
	background: #fff;
	width: 220px;
	position: absolute;
	left: 0;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.header .nav li:hover .dropdown{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.header .nav li .dropdown li{
	float:none;
	margin:0;
}
.header .nav li .dropdown li a {
	padding: 10px 15px;
	color: #666;
	display: block; 
	text-transform: capitalize;
	background: transparent;
}
.header .nav li .dropdown li i{
	float:right;
}
.header .nav li .dropdown li:hover a{
	color:#cd0001;
}
.header .nav li .dropdown.submenu{
	left:100%;
	top:0;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0.5);
	-moz-transform:scale(0.5);
	transform:scale(0.5);
}
.header .nav li .dropdown li:hover .dropdown.submenu{
	opacity:1;
	visibility:visible;
	transform:scale(1.0);
}
.header .nav li .dropdown li .dropdown.submenu li a {
	color: #777;
	background: transparent;
}
.header .nav li .dropdown li .dropdown.submenu li:hover a{
	color:#fff;
}
.header .button {
	position: absolute;
	top: 0;
	right: 0;
}
.header .button .btn {
	margin-top: 8px;
	color: #fff;
	font-weight:600;
	border-radius: 50px;
	background:#000000;
	box-shadow:none;
	border:1px solid transparent;
}
.header .button .btn:hover{
	color:#252525;
	background:transparent;
	border-color:#e6e6e6;
}
.header .button .btn i{
	margin-right:5px;
}
/* Header Sticky */
.header.sticky .header-menu{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	background:#53a92c;
	transition:all 0.4s ease;
	animation: fadeInDown 1s both 0.2s;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.30);
}
/*===============================
	End Header CSS 
=================================*/		

/*===============================
	Slider CSS 
=================================*/
	.home-slider{
		position:relative;
	}
	.home-slider .single-slider {
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		border: none;
	}
	.home-slider .single-slider:before{
		opacity:0.7;
	}
	.home-slider .single-slider .slider-text {
		margin: 171px 0 0;
	}
	.home-slider .single-slider h1 {
		font-size: 55px;
		line-height: 70px;
		text-transform: capitalize;
		color: #fff;
		font-weight: 800;
		margin-bottom: 20px;
	}
	.home-slider .single-slider p {
		font-size: 16px;
		color: #ccc;
		padding-right: 100px;
	}
	.home-slider .single-slider .text-center p {
		font-size: 16px;
		color: #ccc;
		padding:0 100px;
	}
	.home-slider .single-slider .text-right p {
		font-size: 16px;
		color: #ccc;
		padding:0 0 0 100px;
	}
	.home-slider .single-slider .button{
		margin-top:50px;
	}
	.home-slider .single-slider .btn {
		margin-right: 15px;
		color: #252525;
		background: #fff;
		position: relative;
		z-index: 3;
		text-transform: uppercase;
		border-radius: 50px;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	.home-slider .single-slider .btn:hover{
		background:transparent;
		color:#fff;
	}
	.home-slider .single-slider .btn.primary{
		color:#fff;
	}
	.home-slider .single-slider .btn.primary:before{
		background:#fff;
	}
	.home-slider .single-slider .btn.primary:hover{
		color:#252525;
		background:transparent;
	}
	.home-slider .single-slider .btn:last-child{
		margin-right:0px;
	}
	/* Slider Meta */
	.home-slider .owl-carousel .owl-nav div {
		height: 55px;
		width: 55px;
		line-height: 55px;
		top: 50%;
		background: rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 25px;
		position: absolute;
		border: none;
		margin: 0;
		padding: 0;
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		transition: all 0.4s ease;
		border-radius: 100%;
		margin: -30px 0 0 0;
	}
	.home-slider .owl-carousel .owl-nav div:hover{
		background:#cd0001;
	}
	.home-slider .owl-carousel .owl-nav .owl-prev{
		left:15px;
	}
	.home-slider .owl-carousel .owl-nav .owl-prev:hover{
		left:25px;
	}
	.home-slider .owl-carousel .owl-nav .owl-next{
		right:15px;
	}
	.home-slider .owl-carousel .owl-nav .owl-next:hover{
		right:25px;
	}

	/* Slider Animation */
	.home-slider .owl-item.active .slider-text h1{
		animation: fadeInUp 1s both 0.8s;
	}
	.home-slider .owl-item.active .slider-text p{
		animation: fadeInUp 1s  both 1s;
	}
	.home-slider .owl-item.active .slider-text .button{
		animation: fadeInUp 1s  both 1.2s;
	}
/*===============================
	End Slider CSS 
=================================*/
 
.offers{
	background:#fff; 
	position:relative;
	padding:50px 0; 
}
.offers .offer-slider {
	margin-top: 50px;
}
.offers .single-course { 
	border: #dedede 1px solid;
	margin: 35px 0; 
	text-align:left;
	background:#fff;
} 
.offers .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
 
   
 
.offers .single-course h4 {
	font-size: 20px;
	margin:0 0 10px 0;
}
.offers .single-course h4 a{
	color:#252525;
	font-weight:600;
}
.offers .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.offers .single-course p {
	color: #666;
} 
.offers .single-course .button {
	margin-top: 15px;
}
.offers .single-course .btn{
	background:#fff;
	color:#4a4a4a;
	width:100%;
	border:1px solid #dedede;
}
.offers .single-course .btn:before{
	display:none;
}
.offers .single-course .btn:hover{
	border-color:#cd0001;
	background:#cd0001;
	color:#fff;
}
/* Slider Meta */
.offers .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.offers:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.offers .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.offers .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#cd0001;
}
.offers .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.offers .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.offers .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.offers .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}  



 .about-us-area{
	position:relative;
	padding:50px  0;
	background-image: url('../images/project-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
} 

.about-us-area .since{
	margin:0 0 40px 0;
	font-size: 240px;
	-webkit-text-stroke: 1px #cd0001;
	font-weight: 700;
	line-height: 0.8em;
	letter-spacing: -8.4px; 
	position: relative;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;	 
	text-align:center;	
}
.about-sec-wrapper {
    position: relative; 
	margin:  0;
	
}
 
.abttxt{
	margin:  0;
	padding:0; 
} 
.abttxt h2{
	margin: 0 0 15px 0;
	padding:0; 
	font-weight: 600;
	font-size:42px;	
	color:#fff; 
}
.abttxt h2 span{
	color:#fff;
}
.abttxt h2 small{
	font-size:24px;
}
.abttxt p{
	margin:0;
	padding:0;
	font-size:16px; 
	color:#fff;
	line-height:26px;
	text-align:justify; 	
}  
.abttxt .button{margin-top:25px; font-size:16px;   }
.abttxt .btn{color:#4a4a4a; text-transform:uppercase; font-size:16px; font-weight:600;   padding:15px 30px; border:#fff 1px solid; background: #fff; }
.abttxt .btn:hover{color:#444464;}
.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	font-size:16px;
	line-height:24px;
	color: #797979;
	font-weight:400;
	padding-left:35px;
	margin: 10px 0;
	list-style: none;
}

.list-style-two li a{
	color:#797979;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.list-style-two li:before{
	position: absolute;
	left: 5px;
	top: 4px;
	height: 17px;
	width: 17px;
	background-image: url(../images/icon-check-2.png);
	content: "";
}

.list-style-one li a:hover{
	color: #44bce2;
}


.product-range{
	margin:0;
	padding:60px 0 ;
	background:#fff;
	position:relative;	
}
.product-range h2 {
	margin:0;
	padding:0;
	font-size:44px;
	line-height:38px;
	text-transform:uppercase;  
	color:#000406;	
} 
.product-range h2 span{
	font-size:18px;
	color:#53a92c;
	text-transform:capitalize;	
}
.product-range p{
	margin:0 0 10px 0;
	padding:0 20px;
	border-left: #666 1px solid; 
	color:#4e4e4e;
	font-size:14px;
	line-height:26px;	
}
.bestBox{margin:15px 0; padding:0; position:relative; box-shadow:0 3px 7px 0 rgba(0,0,0,.07); }
.bestBox:hover{box-shadow:0 3px 11.88px .12px rgba(0,0,0,.2)}
.bestBox img{width:100%}
.bestBox .besttxt{margin:0;padding:10px 20px;position:relative;z-index:000;background:#fff; text-align:center;}
.bestBox .besttxt h3{margin:10px 0;padding:0;line-height:30px;font-size:26px; font-family: 'barlow_condensedmedium';}
.bestBox .besttxt h3 a{   color:#494949;}
.bestBox .besttxt p{color:#6b7168; margin:0; padding:0; border:0;  
font-size:16px;} 
.bestBox .besttxt .button{
	margin-top:10px;
	 font-family: 'barlow_condensedmedium';
}
.bestBox .besttxt .btn{
	color:#68745c;
	width:100%;
	text-transform:uppercase;
	background:#f6f6f6;
	border:#FFF 1px solid;
	padding:10px 20px; 
	font-size:14px;
}
.bestBox .besttxt .btn:before{
	background:#d1d2d0;
}


 



.about-mission{
	margin:0;
	padding:60px 0;
	background:#f7f7f7;	
}
.about-mission h2{
	margin:0 0 10px 0;
	padding:0;
	color: #323232;
	font-size:42px;	
	text-align:center;
	font-family: 'barlow_condensedmedium';
	text-transform:uppercase;
}
.about-mission h2 span{
	text-transform:uppercase;
	color:#53a92c;	
}
.about-mission p{
	margin:0;
	padding:0; 
	font-size:18px; 
	line-height:28px;
	text-align:center;
	color:#646464;	
}

.features{
	margin:0;
	padding:60px 0;
	position:relative;	
}
.features .row, .features .col-md-3{
	margin:0;
	padding:0;		
}
.fbox{
	margin:0;
	padding:40px 20px;
	background: rgb(106,180,62);
	background: linear-gradient(90deg, rgba(106,180,62,1) 0%, rgba(101,172,59,1) 35%, rgba(95,161,55,1) 100%);	
	text-align:center;
}
.fbox h3{
	font-size:22px;
	text-transform:uppercase;
	color:#FFF;
	margin:15px 0;
	font-family: 'barlow_condensedmedium';
  font-weight: 300;	 
}
.fbox p{
	text-align:center;
	color:#fff;	
}
   
 
.ourclients{
	background:#fff;
	padding:35px 0;
	position:relative;
	border-top:#d4d4d4 1px solid;
} 
.clientBox{
	margin:15px 0;
	border:#dedede 1px solid;	
}

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background:#fff; 
	position:relative;
	padding:50px 0;
}
.testimonials .section-title h2,
.testimonials .section-title p{
	color:#181818;
}
.testimonials .single-testimonial {
	text-align: left;  
	padding: 0;
	margin:15px 0;
	position: relative; 
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:20%; 
	top:-20px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
	color:#487b2a;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 15px;
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Fun Facts CSS
===============================*/
.fun-facts{ 
	position:relative;
	padding:0px;
	margin:  0;
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center; 
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background:#487b2a;
	padding:50px 20px;
} 
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 15px;
	text-transform:uppercase;
	letter-spacing:2px;
}
/*=============================
	End Fun Facts CSS
===============================*/

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
	padding:50px 0;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	margin:5px;
	border:#dedede 1px solid;
}
.blog .single-blog:hover{ 
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
	background:#cd0001;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	line-height:26px;
	margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #dedede;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .blog-title a:hover{
	color:#cd0001;
}
.blog .blog-content .btn {
	color: #252525;
	margin-top: 10px;
	padding: 5px 0;
}
.blog .blog-content .btn:before{
	background:#fff; 
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
	background:#cd0001
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
} 
/*=============================
	End Blogs CSS
===============================*/
   
/*=============================
	Footer CSS
===============================*/
.footer { 
	background:#1a191d;
	padding: 0;
} 
.footer a,
.footer p{
	color:#959595	;
	font-weight:400;
}
.footer .footer-top {
	padding: 30px 0 40px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	font-family: 'barlow_condensedmedium';
  font-weight: 300;
	color: #fff;
	position: relative;
	text-transform:uppercase;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #959595;
}
.footer .list li a{
	color:#959595;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 30px;
	float:left;
	width:48%;
	margin-right:1%;
}
.footer .useful-links ul li a {
	color: #959595;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
	color:#487b2a;
} 
.footer .footer-bottom{
	background:#111013;	
}
.footer .bottom-head {
	padding: 10px 0; 
}
.footer .social {
	text-align: left;
	margin-top:15px;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 40px;
	width: 40px;
	line-height: 37px;
	border: rgba(69, 69, 69, 0.5) 1px solid;
	text-align: center;
	margin: 0;
	padding: 0; 
	color: #959595;
}
.footer .social li a:hover{
	background:#487b2a;
}
.footer .copyright {
	text-align: center; 
}
.footer .copyright p {
	font-size: 15px;
	color: #959595;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#959595;
}
/*=============================
	End Footer CSS
===============================*/


/*=============================
	Events CSS
===============================*/
.events .single-event { 
	margin: 15px 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content { 
	padding:10px 20px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top:30px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/


.bread{background:#53a92c;color:#fff;margin:0;padding:10px 0}
.bread ul{margin:0;padding:0;text-align:left}
.bread ul li{color:#fff;display:inline-block;margin:0 5px;padding:0}
.bread ul li a{color:#fff}
.bread ul li a:hover{color:#fff}

.inner{
	margin: 0;
	padding: 40px 0;
	position: relative;
}
.inner p{
	text-align: justify;	
}
.sec-title{
	position:relative;
	margin-bottom:20px;
}

.sec-title h2{
	position:relative;
	font-size:30px;
	font-weight:700;
	color:#333333; 
	line-height:1.3em;
	padding-bottom:10px;
}

 
 
.contact-section{
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
}
.heading-title {
    position: relative;
    color: #232323;
    font-weight: 700;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 15px;
}
.heading-title i {
    color: #ffc927;
    margin-right: 10px;
}
.contact-section .form-group {
    margin-bottom: 15px;
}
.contact-section.input-box {
    position: relative;
}
.contact-section .input-icon {
    position: absolute;
    top: 10px;
    left: 30px;
	z-index: 222;
}
.contact-section .input-icon i {
    color: #53a92c;
}
.contact-section .form-control {
    background: transparent;
	height: 45px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #bdbdbd; 
	box-shadow: none;
	font-family: 'Poppins',sans-serif;
}
.contact-section .input-box .form-control {
    padding-left: 40px;
}
.contact-section textarea.form-control {
    height: 150px;
    padding-top: 12px;
}
.contact-section .check-box {
    position: relative;
    display: inline-block; 
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 14px; 
    user-select: none;
}
.contact-section .btn  {
    background: #53a92c;
    color: #FFF;
    outline: none;
    box-shadow: 6px 2px 20px 0 rgba(0,0,0,.1);
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: .05rem;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-weight: 400;
    border: none;
    transition: all 0.3s ease-in-out;
}

.map-frame{
	margin-bottom: 1rem !important;
}
.foot-contact{
	margin-bottom: 1rem !important;
}
.contact-info   li {
    margin-bottom: 15px;
}
.contact-info .fx  {
    display: flex;
} 
.contact-info a  {
    text-decoration: none;
    outline: none;
    color: #212121;
}
.contact-info   .img {
    margin-right: 10px;
}
.contact-info  .img img {
    width: 32px;
    height: 32px;
    margin-right: 0;
}
.contact-info   li p {
    margin-bottom: 0;
	color: #232323;
	font-weight: 400; 
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
.contact-info .fx-1 {
    flex: 1;
}

.volunter-form-section{
	position:relative;
	padding:30px 0;
}

.volunter-form-section .inner-column{
	position:relative;
	padding:45px 25px 30px;
	border-radius:5px;
	background-color:#f5f5f5;
}
.volunter-form{
	position:relative;
}

.volunter-form .form-group{
	position:relative;
	margin-bottom:30px;
}

.volunter-form .form-group input,
.volunter-form .form-group select,
.volunter-form .form-group textarea{
	position:relative;
	height:40px;
	width:100%;
	padding:10px 20px;
	border-radius:5px;
	line-height:18px;
	font-size:13px;
	background-color:#ffffff;
	border:1px solid #bbbbbb;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.volunter-form .form-group textarea{
	height:250px;
	resize:none;
	padding:20px 20px;
}

.volunter-form .form-group input:focus,
.volunter-form .form-group select:focus,
.volunter-form .form-group textarea:focus{
	border-color:#ffc927;
}

.volunter-form .form-group .theme-btn{
	font-weight:500;
	padding:6px 17px 6px;
	font-family: 'Roboto', sans-serif;
}
.volunter-form .btn {
	margin-right: 10px;
	color: #fff;
	background: #ffc927;
	position: relative;
	z-index: 3;
	font-family: 'Rubik', sans-serif;
	border-radius:8px;
	font-size:15px;
	padding: 8px 20px;
	text-transform:none;
	border:#ffc927 2px solid;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.volunter-form .btn:hover{
	background:#fff;
	color:#ffc927;
}
.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:14px;
	font-style:normal;
	height:40px;
	padding:10px 18px 10px;
	line-height:20px;
	color:#999999;
	border-radius:5px;
	border:1px solid #bbbbbb;
	background:#ffffff;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:-3px;
	text-indent:0px;
	color:#cfcfcf;	
}

.form-group .ui-button .ui-icon:before{
	font-family: 'FontAwesome';
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#cfcfcf;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
}

.ui-widget.ui-widget-content{
	border:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item{
	font-size:14px;
	border-bottom:1px solid #e0e0e0;
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background:#aa1f43;
	border-color:#aa1f43;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px ;
	font-size:14px;
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#aa1f43;
}

.sleft{
	margin:10px 0;	
}
.sleft h3{
	margin:10px 0;
	font-size: 24px;
	line-height: 38px; 	
}
.sleft p{
	margin:0;
	padding:0;
	text-align:justify;	
}
.sright{
	margin:10px 0;	
}
.distanceto{
	margin:0 0 15px 0;
	position:relative;	
}
.distanceto h3 {
 background:#53a92c none repeat scroll 0 0;
 color:#fff;
 padding:22px 0;
 font-weight:700;
 letter-spacing:1px;
 position:relative;
 margin:0;
 font-size:20px
}
.distanceto ul{
margin:0;
padding:0;
list-style:none;	
}
.distanceto ul li{
	margin:0;
	padding:0;
	list-style:none;	
	}
.distanceto ul li a {
  background: #f2f2f2;
  color: #5a5a5a;
  font-size: 14px;
  display: block;
  /* height: 58px; */
  line-height: 58px;
  width: 100%;
  padding-left: 18px;
  border-bottom:1px solid #cecece;
}

.distanceto ul li a:hover{
  background: #ddd;
  color: #5a5a5a;
  text-decoration:none;
}
 
.distanceto h3 {
 margin-top:10px; 
 padding-left:15px;
}
.need-assistance{
	margin:15px 0;
	position:relative;	
}
.need-assistance h3 {
 background:#53a92c  none repeat scroll 0 0;
 color:#fff;
 padding:22px 0;
 font-weight:700;
 letter-spacing:1px;
 position:relative;
 margin:0;
 font-size:20px
}
.need-assistance h3:after {
 background:#53a92c  none repeat scroll 0 0;
 border-radius:50%;
 color:#fff;
 content:"\f095";
 font-family:FontAwesome;
 left:45%;
 padding:10px 17px;
 position:absolute;
 top:63%
}
.need-assistance h3 {
 margin-top:10px;
 text-align:center;
}
.need-assistance-body {
    background: #e6e6e6;
    padding: 35px 20px 20px;
    box-shadow: 0 0 5px #e6e6e6;
	text-align:center;
}
.need-assistance-body p{
	margin:10px 0;	
}
.need-assistance-body h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.need-assistance-body h4 {
    font-size: 24px;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
} 
.need-assistance-body h4 a{
	color:#444;	
}

.sec-title{
	position:relative;
	margin-bottom:20px; text-align:center;
}

.sec-title h2{
	position:relative;
	font-size:30px;
	font-weight:700;
	color:#333333;
	font-family: 'Rubik', sans-serif;
	line-height:1.3em;
	padding-bottom:10px;
}

.sec-title h2:before{
	position:absolute;
	bottom:0px;
	width:20px;
	height:2px;
	background-color:#fc6a20;
}

.sec-title h2:after{
	bottom:0px;
	width:10px;
	height:2px;
	background-color:#fc6a20;
}


.contact-form{
	margin-top:30px;
	padding:0;	
} 
.contact-form  {
	margin-top:30px;
} 
.contact-form h5{
	margin:25px 0;
	padding:0;
	font-size:28px; 
	font-family: 'Poppins', sans-serif;
}  
.contact-form  .form-group input {
	height:48px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #dbdbdb;
	color: #666666;
	font-size: 15px;
}
.contact-form   .form-group input:hover,
.contact-form   .form-group textarea:hover{
	padding-left:25px;
}
.contact-form   .form-group textarea {
	height: 130px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #dbdbdb;
	color: #666666;
	resize: none;
}
.contact-form   .form-group .button{
	margin-top:20px;
}
.contact-form   .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:#000;
}
.contact-form  .form-group button:before{
	background:#252525;
}
.contact-form   .form-group button:hover{
	background:transparent;
}

.contact-section {
    position: relative;
}
.contact-wrap{
    background-color: #fff; 
    padding: 30px 0;
    display: flex;
    align-items: center; 
    z-index: 1;
}
.contact-content{}
.contact-item{}
.contact-item h3{
    font-size: 18px;
    font-weight: 600; 
}
.contact-info,
.contact-details{ line-height: 30px; }
.contact-details li{
    font-size: 15px;
	color: #6a8695;
	margin:10px 0;
}
.contact-details li i{
    color: #fe5a0e;
    font-size: 14px;
    padding-right: 20px;
}
.contact-info .desc{ color: #fa2d2d; }
.contact-info li{
    font-size: 15px;
    display: flex;
	margin:10px 0;
	color: #6a8695;
    justify-content: space-between;
}
.contact-section .contact-form{
    box-shadow: none;
    margin-left: 20px;
}
.contact-section .form-heading p{ margin-bottom: 25px; font-size: 15px;
	line-height: 26px; color: #6a8695;}
.form-heading{}
.form-heading span{
    font-family: 'Work Sans', sans-serif;
    color: #fe5a0e;
    font-size: 12px;
    text-transform: uppercase;
}
.form-heading h3{
    font-size: 28px;
    line-height: 48px;
    font-weight: 600;
    margin-bottom:10px;
	color: #263a4f;
	letter-spacing: -0.5px;
}
.form-heading p{}
.contact-form .form-control{
    background-color: #f4f4f4;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    border: none;
    font-weight: 600;
    outline: none;
    box-shadow: none; 
    text-transform: uppercase;
	color: #495057;
	padding: 0 10px;
    font-size: 12px;
    margin-bottom: 10px;
}
.contact-form .form-control.address{ height: 140px; }
.contact-form .default-btn:hover{
    background-color: #fe5a0e;
    color: #fff;
}
.contact-form .default-btn{
    outline: none;
}


.testiboxs{box-shadow:0 0 5px #ccc;margin:10px 0px 20px 0px;padding:10px;min-height:180px;}
.testiboxs img{border:4px double #999;float:left;margin:0 10px 10px 0;padding:0;}
.testiboxs h2{color:#000;font-size:18px;margin:10px 0px;padding:0;}
.testiboxs h2 small{color:#f00;font-size:14px;margin:0;padding:0;}
.testiboxs p{font-size:14px;line-height:24px;margin:0;padding:0;text-align:justify;}