/* ChariteMax - HTML Template */

@media only screen and (max-width: 1800px) {
	.main-slider .slider-wrapper .image img {
		width: auto;
	}
}

@media only screen and (max-width: 1300px) {
	.page-wrapper {
		overflow: hidden;
	}
}

@media only screen and (max-width: 1199px) {
	.page-wrapper {
		margin-bottom: 0px !important;
	}
	.fact-counter .inner-box {
		margin-left: 100px;
		margin-bottom: 30px;
	}
	.main-header.style-two .header-upper {
	    padding: 0px;
	}
}

@media only screen and (max-width: 991px) {
	.image-block-one {
		margin-bottom: 50px;
	}
	.image-block-one .big-image img {
		float: left;
		right: 0;
	}
	.image-block-one .small-image {
		right: 5px;
	}
	.main-footer .services-widget {
		padding-left: 0px;
	}
	.main-footer .posts-widget {
		padding-right: : 0px;
		margin-left: 0px;
	}
	.header-top .outer-box {
		justify-content: center;
	}
	.event-section .image-block-one .big-image img {
		right: 0px;
	}
	.header-upper.style-two .main-menu .navigation>li {
		
	}
	.main-header.style-two {
	    position: relative;
	    background: #222;
	}
	.main-header.style-two .logo-outer {
	    padding: 15px 0 15px;
	    background-color: #2a2a2a;
	    margin-bottom: 10px;
	}

}

@media only screen and (max-width: 599px) {
	.main-slider h1 {
		font-size: 48px;
		line-height: 50px;
	}
	.fact-counter .inner-box {
	    max-width: 260px;
	    margin: 0 auto;
	    margin-bottom: 30px;
	}

	.header-top .links-nav li {
	    margin-right: 5px;
	}

	.header-top .social-links a {
		padding: 0px 3px;
	}

	.header-top .social-links a span {
	    margin-left: 0px;
	}

	.main-header .link-btn {
		padding-left: 0px;
	}
	.text-block-two {
    	padding: 20px 20px 25px;
    }

    .services-block-one .inner-box{
    	padding: 20px 30px 10px;
    }

    .services-block-one .read-more a {
    	bottom: -35px;
    }

    .mission-block .inner-box .caption {
    	padding: 20px 0 22px;
    }
    .fact-counter.sp-two.counted .text-block-one h1 {
	    text-align: center;
    }

    .testimonial-section.sp-one {
    	padding: 10px 0;
    }

    .subscribe-section .title-column, .subscribe-section .call-btn {
	    margin-bottom: 0px;
	}

	.gallery-section .projects-block-one {
	    padding: 5px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.news-section.sp-two .news-block-one:last-child{
	    display:none;
	}
}


.text ul li {
    position: relative;
    color: #222;
    font-size: 16px;
    font-weight: 400;
    padding-left: 20px;
    margin-bottom: 6px;
}

.text ul li:before {
    position: absolute;
    content: "⇒";
    left: 0px;
    top: 0;
    color: #94c13d;
    font-size: 20px;
}