@media (min-width: 1920px){
	.container{
		width: 1810px;
	}

}






@media screen and (max-width:1199px){
	.the-mission .title {
		font-size: 45px;
		margin-bottom: 40px;
	}
	.the-mission p {
		font-size: 18px;
		margin-bottom: 40px;
	}
	.the-mission .mission-video {
		max-width: 835px;
		padding: 0 0;
	}
	.the-mission .mission-video iframe {
		height: 505px;
	}
	.the-mission-tab .container {
		max-width: 830px;
		padding: 0;
	}
	.the-mission-tab li a {
		padding: 10px;
		font-size: 10px;
	}
	.the-mission-tab {
		margin-top: 20px;
	}
	.newslatter-main .title {
		font-size: 40px;
		margin-bottom: 45px;
	}
	.the-mission {
		margin-bottom: 80px;
	    padding-top: 40px;
	}
	.community-logo p {
	    font-size: 19px;
	    letter-spacing: 2px;
	    width: 100%;
	    text-align: center;
	    margin-bottom: 20px;
	}
	.community-logo ul {
	    width: 100%;
	    justify-content: center;
	}
	.community-logo ul li {
		padding: 0 5px;
	}
	.community-logo ul li img {
		max-height: 60px;
		max-width: 104px;
	}
	.newslatter-main {
		margin-bottom: 80px;
	}
	.footer .contact-foo {
		margin-bottom: 30px;
	}
	.footer .contact-foo a {
		font-size: 17px;
	}
	.footer .social-icon {
		margin-bottom: 20px;
	}
	.footer .social-icon ul a {
		font-size: 23px;
	}
	.footer .social-icon ul li {
		margin: 0 10px;
	}
	.footer {
		padding: 50px 0 40px;
	}
}


@media screen and (max-width:991px){

	.banner {
		margin-top: -70px;
	}
	.header .heart-shap img {
		width: 300px;
	}
	.the-mission .title {
		font-size: 35px;
		margin-bottom: 20px;
	}
	.the-mission p {
		font-size: 14px;
		margin-bottom: 30px;
	}
	.the-mission .mission-video {
		max-width: 675px;
	}
	.the-mission .mission-video iframe {
		height: 425px;
	}
	.the-mission-tab .container {
		max-width: 665px;
	}
	.the-mission-tab li {
		width: 50%;
		margin-bottom: 10px;
	}
	.the-mission {
		margin-bottom: 50px;
	    padding-top: 30px;
	}
	.newslatter-main {
		margin-bottom: 50px;
	}
	.newslatter-main .title {
		font-size: 30px;
		margin-bottom: 35px;
	}
	.newslatter-main .mc4wp-form-fields input[type="email"], .newslatter-main .mc4wp-form-fields input[type="text"] {
		width: 220px;
		margin: 0px 8px;
		font-size: 13px;
		height: 36px;
		line-height: 36px;
	}
	.newslatter-main .mc4wp-form-fields input[type="submit"] {
		margin-top: 15px;
		width: 120px;
		height: 41px;
		font-size: 14px;
	}
	.newslatter-main img {
		padding: 0 60px;
	}
	.community-logo p {
		font-size: 18px;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.community-logo ul {
		width: 100%;
		justify-content: center;
	}
	.community-logo ul li {
		padding: 0 5px;
		margin-bottom: 10px;
	}
	.community-logo {
		padding: 30px 0 20px;
	}
}

@media screen and (max-width:767px){
	.header .heart-shap img {
		width: 200px;
	}
	
	.banner {
		margin-top: -20px;
	}
	.the-mission .title {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.the-mission p {
		font-size: 13px;
	}
	.newslatter-main .title {
		font-size: 25px;
		margin-bottom: 28px;
	}
	.newslatter-main img {
		padding: 0 10px;
	}
	.community-logo p {

		width: 100%;
		text-align: center;
		margin-bottom: 17px;
	}
	.community-logo ul {
		width: 100%;
	}
	.community-logo ul li {
		padding: 0 10px;
	}
	.the-mission .mission-video iframe {
		height: 53vw;
	}
	.the-mission .mission-video {
		padding: 0px 15px;
	}
	.the-mission-tab .container {
		padding: 0px 15px;
	}
	.the-mission-tab ul {
		margin-left: -5px;
		margin-right: -5px;
	}
}

@media screen and (max-width:575px){
.newslatter-main .mc4wp-form-fields p {
    flex-direction: column;
}
.newslatter-main .mc4wp-form-fields input[type="email"], .newslatter-main .mc4wp-form-fields input[type="text"] {
    margin-bottom: 15px;
	width: 80%;
}
.newslatter-main .mc4wp-form-fields input[type="submit"] {
    margin-top: 5px;
}	
}
@media screen and (max-width:479px){
	.the-mission-tab li {
    	width: 100%;
	}
}


