@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Titan+One&display=swap');
/*************************
*******Typography******
**************************/

 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}

/*************************
*******Home Page******
**************************/
.carousel-control{
	opacity: 1 !important;
}

#main-slider {
	position: relative;
}
.no-margin {
	margin: 0;
	padding: 0;
}
#main-slider .carousel .carousel-content {
	margin-top: 10px;
}
#main-slider .carousel .slide-margin {
	margin-top: 100px;
}
#main-slider .carousel h2 {
	color: #000;
    font-size: 30px;
    text-shadow: 2px 2px #00000075;
    padding-bottom: 20px;
	line-height: 70px;
}

#main-slider .carousel h1 {
	color: #415e1b;
    font-size: 50px;
	line-height:80px;
    text-shadow: 2px 2px #ffffff90;
    padding-bottom: 40px;
	letter-spacing:3px;
	font-family: 'Anton', sans-serif !important;
}

#main-slider .carousel h1 strong{
	color: #e74347;
}

#main-slider .carousel .btn{
	 box-shadow: 0px 5px 8px #11111130;
	 font-weight:bold;
}



#main-slider .carousel .btn-secondary:hover{
	background-color: #000;
}

#main-slider .carousel img{
	filter: drop-shadow(0px 5px 5px rgba(255, 255, 255, 0.9));
	 
	
}


#main-slider h2 span i{
	padding: 0px 20px 0px 20px;
    font-size: 12px;
    vertical-align: middle;
}
#main-slider .carousel .btn-slide {
	padding: 8px 20px;
	background:#86bc42;
	color: #fff;
	border-radius: 4px;
	margin-top: 25px;
	display: inline-block;
}
#main-slider .carousel .slider-img {
	text-align: right;
	position: absolute;
}
#main-slider .carousel .item {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	left: 0 !important;
	opacity: 0;
	top: 0;
	position: absolute;
	width: 100%;
	display: block !important;
	height: 650px;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
	top: auto;
	position: relative;
}
#main-slider .carousel .item.active {
	opacity: 1;
	-webkit-transition: opacity ease-in-out 500ms;
	-moz-transition: opacity ease-in-out 500ms;
	-o-transition: opacity ease-in-out 500ms;
	transition: opacity ease-in-out 500ms;
	z-index: 1;
}
#main-slider .prev, #main-slider .next {
	position: absolute;
	top: 50%;
	background-color:#86bc42;
	color: #fff;
	display: inline-block;
	margin-top: -25px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 4px;
	z-index: 5;
}
#main-slider .prev:hover, #main-slider .next:hover {
	background-color: #000;
}
#main-slider .prev {
	left: 10px;
}
#main-slider .next {
	right: 10px;
}
#main-slider .carousel-indicators li {
	width: 20px;
	height: 20px;
	background-color: #fff;
	margin: 0 15px 0 0;
	position: relative;
}
#main-slider .carousel-indicators li:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #FFF;
	left: -3px;
	top: -3px;
}
#main-slider .carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color:#86bc42;
	margin: 0 15px 0 0;
	border: 1px solid #86bc42;
	position: relative;
}
#main-slider .carousel-indicators .active:after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background: #86bc42;
	border: 1px solid #86bc42;
	left: -3px;
	top: -3px;
}
#main-slider .active .animation.animated-item-1 {
	-webkit-animation: fadeInUp 300ms linear 300ms both;
	-moz-animation: fadeInUp 300ms linear 300ms both;
	-o-animation: fadeInUp 300ms linear 300ms both;
	-ms-animation: fadeInUp 300ms linear 300ms both;
	animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
	-webkit-animation: fadeInUp 300ms linear 600ms both;
	-moz-animation: fadeInUp 300ms linear 600ms both;
	-o-animation: fadeInUp 300ms linear 600ms both;
	-ms-animation: fadeInUp 300ms linear 600ms both;
	animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
	-webkit-animation: fadeInUp 300ms linear 900ms both;
	-moz-animation: fadeInUp 300ms linear 900ms both;
	-o-animation: fadeInUp 300ms linear 900ms both;
	-ms-animation: fadeInUp 300ms linear 900ms both;
	animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
	-webkit-animation: fadeInUp 300ms linear 1200ms both;
	-moz-animation: fadeInUp 300ms linear 1200ms both;
	-o-animation: fadeInUp 300ms linear 1200ms both;
	-ms-animation: fadeInUp 300ms linear 1200ms both;
	animation: fadeInUp 300ms linear 1200ms both;
}

#main-slider .active .animation.animated-item-5 {
	-webkit-animation: bounceInLeft 1000ms linear 500ms both;
	-moz-animation: bounceInLeft 1000ms linear 500ms both;
	-o-animation: bounceInLeft 1000ms linear 500ms both;
	-ms-animation: bounceInLeft 1000ms linear 500ms both;
	animation: bounceInLeft 1000ms linear 500ms both;
}

#main-slider .active .animation.animated-item-6 {
	-webkit-animation: bounceInRight 1000ms linear 500ms both;
	-moz-animation: bounceInRight 1000ms linear 500ms both;
	-o-animation: bounceInRight 1000ms linear 500ms both;
	-ms-animation: bounceInRight 1000ms linear 500ms both;
	animation: bounceInRight 1000ms linear 500ms both;
}

#feature {
	background: #3767a9;
	padding-bottom:0px;
}

#carousel-slider {
	position: relative;
}
#carousel-slider .carousel-indicators {
	bottom: -25px;
}
#carousel-slider .carousel-indicators li {
	border: 1px solid #ffbd20;
}
#carousel-slider a i {
	border: 1px solid #777;
	border-radius:50%;
	font-size: 28px;
	height: 50px;
	padding: 8px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#777;
}
#carousel-slider a i:hover {
	background:#bfbfbf;
	color:#fff;
	border: 1px solid #bfbfbf;
}
#carousel-slider .carousel-control {
	width:inherit;
}
#carousel-slider .carousel-control.left i {
	left:-25px
}
#carousel-slider .carousel-control.right i {
	right: -25px;
}
#carousel-slider .carousel-control.left, #carousel-slider .carousel-control.right {
	background: none;
}

@media (min-width: 992px) and (max-width: 1199px) {

}

@media (min-width: 768px) and (max-width: 991px) {
	.u-bot-left {
   display:none;
	}	

	.u-bot-right {
		display:none;
	}

	.feature-wrap {
		float: inherit !important;
	}

	.col-md-12.mt30.block {
		display: none;
	}
	.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}
.navbar-default .navbar-toggle {
    background: #86bc42 !important;
}
}

@media (max-width: 767px) {
	
	.u-top-left {
   display: none;
}

	.u-top-right {
   display: none;
}

	.u-bot-left {
   display:none;
	}	

	.u-bot-right {
		display:none;
	}
	
	.sidebar-post li {
    display: block !important;
}

.feature-wrap i{
	float:inherit !important;
}

.feature-wrap {
    float: inherit !important;
    margin-bottom: 0px !important;
    width: 100%;
    text-align: center;
}

.u-clear-bt p{
	text-align: center;
}

#main-slider .carousel .slide-margin{
	margin-top:60px !important;
}
	#main-slider .carousel h1{
		font-size:32px;
		line-height:42px;
		padding-bottom:10px;
	}
	
	#main-slider .carousel h2 {
    font-size: 20px;
    text-shadow: 1px 1px #00000075;
    padding-bottom: 10px;
    line-height: 20px;
	}

	#main-slider .carousel .item{
		height:400px;
	}
.navbar.navbar-default {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.5);
}

.navbar-default {
    background-color: #fff !important;
    border-color: #fff !important;
}

.navbar-default .navbar-toggle {
    background: #86bc42;
}

.navbar-default .navbar-toggle {
    background: #86bc42 !important;
}

.section-title {
    position: relative;
    margin: 0 0 55px;
}

}

