body {
    margin: 0;
    font-size: 100%;
    color: #1f4579;
    background-size: 100%;
    padding: 0px;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Montserrat-Regular';
}

body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body:before, 
body:after {
    display:table;
    content:""; 
}
body:after {
    clear:both; 
}

.container:before,
.container:after, 
.inner-container:before,
.inner-container:after{
    display:table;
    content: "";
}
.container:after, 
.inner-container:after{
    clear:both;
}

figure {
    margin:0;   
}

img {
	max-width:100%;	
}

a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover,
a:focus {
	text-decoration: none;
	outline:none;
}

input,
button,
textarea{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	outline:none ;
}

ul,ol,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

h1,h2,h3,h4,h5,h6{
	margin:0px;	
	line-height:1.2;
}

p:not(:last-child){
	margin-bottom:10px;	
}
p{
	line-height: 1.4;
	margin-bottom:0px;
}

/* ======End reset css ========*/


.back-image-main {
    float: left;
    width: 100%;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2a4c72+0,002146+100 */
    background: rgb(42,76,114); /* Old browsers */
    background: -moz-linear-gradient(top,  rgb(42,76,114) 0%, rgb(0,33,70) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgb(42,76,114) 0%,rgb(0,33,70) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgb(42,76,114) 0%,rgb(0,33,70) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a4c72', endColorstr='#002146',GradientType=0 ); /* IE6-9 */
}

.header {
    float: left;
    width: 100%;
    position: relative;
    z-index: 9;
    padding-top: 76px;
}

.banner {
    float: left;
    width: 100%;
    margin-top: -130px;
}

.the-mission {
    float: left;
    width: 100%;
    color: white;
    text-align: center;
    margin-bottom: 120px;
    padding-top: 70px;
}

.the-mission .title {
    font-size: 55px;
    text-transform: uppercase;
    font-family: 'Montserrat-Medium';
    margin-bottom: 30px;
}
.the-mission p {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    line-height: 1.9;
    margin-bottom: 90px;
}

.the-mission .mission-video {
    /* float: left; */
    /* width: 100%; */
    max-width: 1435px;
    margin: 0 auto;
    padding: 0 80px;
}

.the-mission .mission-video iframe {
    width: 100%;
    height: 805px;
}
.the-mission-tab {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.the-mission-tab .container {
    max-width: 1435px;
    padding: 0px 80px;
}

.the-mission-tab ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
	margin-left: -10px;
	margin-right: -10px;
}

.the-mission-tab li {
    width: 25%;
    text-align: center;
    padding: 0px 5px;
}

.the-mission-tab li a {
    display: block;
    background: url(../images/footer-bg-img.jpg);
    background-size: cover;
    padding: 15px;
    background-position: top right;
    background-repeat: no-repeat;
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Montserrat-Bold';
}




.newslatter-main {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 150px;
}

.newslatter-main .title {
    font-family: 'Montserrat-Medium';
    color: white;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 65px;
}


.newslatter-main .mc4wp-form-fields p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.newslatter-main .mc4wp-form-fields input[type="email"], 
.newslatter-main .mc4wp-form-fields input[type="text"] {
    width: 250px;
    margin: 0px 10px;
    background: transparent;
    border-width: 0px 0px 2px 0px;
    border-radius: 0px;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat-Medium';
    padding: 0;
    height: 38px;
    line-height: 38px;
}
.newslatter-main .mc4wp-form-fields input::placeholder {
  color: #fff;
}

.newslatter-main .mc4wp-form-fields input:-ms-input-placeholder { 
 color: #fff;
}

.newslatter-main .mc4wp-form-fields input::-ms-input-placeholder { 
 color: #fff;
}
.newslatter-main .mc4wp-form-fields input[type="submit"] {
    background: url(../images/footer-bg-img.jpg);
    margin-top: 20px;
    padding: 0;
    width: 130px;
    height: 45px;
    font-family: 'Montserrat-SemiBold';
    border-radius: 0px;
    border: none;
    background-size: cover;
    background-repeat: no-repeat;
    line-height: 1;
}

.community-logo {
    float: left;
    width: 100%;
    background: #061b2b;
    padding: 30px 0;
}

.community-logo .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.community-logo p {
    font-family: 'Montserrat-Medium';
    font-size: 16px;
    color: white;
    width: 27%;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.community-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 73%;
}

.community-logo ul li {
    padding: 0 10px;
}
.community-logo ul li img {
    width: auto;
    max-height: 60px;
    max-width: 78px;
}












.footer {
    float: left;
    width: 100%;
    background: url(../images/footer-bg-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 60px;
    text-align: center;
}

.footer .contact-foo {
    margin-bottom: 30px;
}

.footer .contact-foo a {
    font-family: 'Montserrat-Regular';
    font-size: 24px;
    color: #001b70;
    border-right: 2px solid;
    line-height: 1;
    margin-right: 10px;
    padding-right: 15px;
}

.footer .contact-foo a:last-child {
    border: none;
    margin: 0;
    padding: 0;
}

.footer .social-icon {
    margin-bottom: 30px;
	display:none;
}

.footer .social-icon ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.footer .social-icon ul a {
    color: #001b70;
    font-size: 33px;
}

.footer .social-icon ul li {
    margin: 0 17px;
}
.footer .copy-right {
    float: left;
    width: 100%;
}

.footer .copy-right p {
    font-family: 'Montserrat-Regular';
    font-size: 10px;
    color: #001b70;
}