@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');
body { margin: 0; padding: 0; font-family: 'Roboto', sans-serif; font-size: 14px; overflow-x: hidden; padding-top: 72px; }
img, .owl-carousel .owl-item img {max-width: 100%; width:auto;}
a, a:hover, a:focus{text-decoration:none;outline:none;transition:all 400ms ease; color:#000;}
#myMenu {background: #fff; position: fixed; width: 100%; left: 0; top: 0; z-index: 9999;box-shadow: 0 0 15px rgba(0, 0, 0, 0.22);}
#myMenu ul li a { font-weight: 700; padding: 10px 20px; color: #000; }
#myMenu ul li a.menu_btn { padding: 12px 25px; color: #fff; background: #fe8a71; font-weight: 500; }
.banner { padding: 100px 0; background: url(../images/banner.jpg) 0 0 no-repeat; background-size: cover;}
.form_bx {max-width: 85%; margin: 0 auto; background: #fff; padding: 30px;}

.banner h1 { margin: 0 0 20px; color: #fff; font-size: 42px; font-weight: 500; }
.banner h1 span { font-weight: 300; }
.banner_content { padding: 100px 0 0; }
.banner h3 { margin: 0 0 20px; color: #fff; font-size: 32px; font-weight: 500; }
.form_bx h2 {margin: 0 0 20px; color: #fe8a71; font-size: 40px; font-weight: 700;}
.form_bx input.form-control { padding: 0; margin: 0; font-size: 14px; outline: none; border: none; border-bottom: solid 2px #b7b7b7; border-radius: 0px; box-shadow: none;; }
.form_bx input.form-control::placeholder {color: #000;}
.form_bx select.form-control { margin: 0; font-size: 14px; outline: none; border: solid 2px #b7b7b7; border-radius: 0px; box-shadow: none; }
.form_bx .form-group {margin: 0 0 20px;}
.form_bx input[type=checkbox] { display: none; }
.form_bx input[type=checkbox] + label { position: relative; padding-left: 30px; cursor: pointer; overflow: hidden; }
.form_bx input[type=checkbox] + label:before { content: ""; width: 20px; height: 20px; border-radius: 5px; position: absolute; left: 0; top: 0; border: solid 2px #b7b7b7; }
.form_bx input[type=checkbox] + label:after { content: "\f00c"; position: absolute; left: -30px; top: 0; font-family: 'FontAwesome'; }
.form_bx input[type=checkbox]:checked + label:after { content: "\f00c"; position: absolute; left: 3px; top: 0; font-family: 'FontAwesome'; }
.form_bx button { width: 100%; display: block; padding:10px; color: #fff; background: #fe8a71; border: none; box-shadow: none; outline: none; font-size:24px; font-weight: 500;  }

.color_strip {background: #fe8a71; padding:30px 0;}
.color_strip ul {margin: 0; padding:0; list-style-type: none; display: flex; justify-content: center; align-items: center;}
.color_strip ul li {display: flex; align-items: center; padding: 10px 30px; border-right: solid 2px #fff;}
.color_strip ul li:last-child {border-right: none;;}
.color_strip ul li img { margin-right: 30px; }
.color_strip ul li h3 {color: #fff; font-size: 24px;margin: 0;}
.color_strip ul li h3 span { display: block; font-size: 18px; font-weight: 300;}

.why_join {
    padding: 50px 0;
}

.why_join h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    color: #173f5f;
    margin: 0 0 40px;
}

.why_join h2 span {
    font-weight: 400;
}
.why_bx {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    padding: 15px;
    background: #f5f5f5;
    margin-bottom: 30px;
    border-radius: 10px;
}

.why_ico {
    width: 90px;
}

.why_bx h3 {
    width: calc( 100% - 90px );
    font-size: 21px;
    font-weight: 600;
    color: #3caea3;
}

.why_bx h3 span {
    display: block;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin-top: 5px;
}

.why_bx.color_bx {
    background: #0e9aa7;
}

.why_bx.color_bx h3, .why_bx.color_bx h3 span {
    color: #fff;
}
.why_join .text-center a {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 20px;
    background: #fe8a71;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 20px;
}

.facilities {background: url(../images/facility_bg.png) 0 0 no-repeat; background-size: cover; padding: 70px 0 50px; 
    text-align: center; background-attachment: fixed;}
    .facilities h2 {
        text-align: center;
        display: inline-block;
        margin: 0 0 30px;
        padding: 0 0 20px;
        border-bottom: solid 2px #fff;
        color: #fff;
        font-weight: 600;
    }
    
    .facilities h3 {
        font-size: 16px;
        font-weight: 300;
        color: #fff;
        line-height: 1.6;
        margin: 0 0 30px;
    }
    
    .facilities ul {
        margin: 0 0 30px;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    
    .facilities ul li {
        width: calc( 25% - 20px );
        padding: 10px 34px;
        border: solid 1px #fff;
        border-radius: 20px;
        margin: 0 10px 30px;
    }
    
    .facilities ul li p {
        margin: 0;
        font-size: 18px;
        color: #fff;
    }
.facilities .text-center a {
    display: inline-block;
    padding: 10px 45px;
    border-radius: 20px;
    background: #fff;
    color: #0c565d;
    font-size: 18px;
    margin: 20px 0 20px;
}
.aboutus {padding: 70px 0;}
.aboutus h2 {
    text-align: center;
    display: inline-block;
    margin: 0 0 50px;
    padding: 0 0 20px;
    border-bottom: solid 2px #dedede;
    color: #173f5f;
    font-weight: 600;
}
.aboutus_content {
    padding: 30px 0 0;
}

.aboutus_content h3 {
    text-align: center;
    margin: 0 0 20px;
    font-size: 32px;
    color: #173f5f;
    font-weight: 600;
}

.aboutus_content p {
    font-size: 17px;
}
.aboutus_img img {
    width: 100%;
}

.Newsletter {
    padding: 30px 0;
    background: #3da4ab;
}

.Newsletter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.Newsletter ul li:first-child {
    width: 40%;
}

.Newsletter ul h3 {
    color: #fff;
    font-size: 34px;
    font-weight: 600;
}

.Newsletter ul h4 {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
}

.Newsletter ul li:last-child {
    width: 60%;
    display: flex;
    align-items: center;
    padding-left: 50px;
}

.Newsletter ul li input {
    border: none;
    border-bottom: solid 1px #fff;
    padding: 5px 0;
    background: none;
    color: #fff;
    width: calc( 100% - 190px ); outline: none; box-shadow: none;
}
.Newsletter ul li input::placeholder{color: #fff;}
.Newsletter ul li button {
    display: inline-block;
    padding: 10px 45px;
    font-size: 18px;
    color: #fff;
    background: #fe8a71;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    margin-left: 30px;
}

.Newsletter ul li:last-child form {
    display: block;
    width: 100%;
}
footer.footer {
    padding: 60px 0;
}

.footer_logo {
    padding-bottom: 30px;
}

.footer_logo a {
    padding: 13px 40px;
    display: inline-block;
    background: #fe8a71;
    color: #fff;
    font-size: 20px;
    margin-left: 60px;
}

.footer_logo a img {
    margin-right: 10px;
}
.footer_content {
    display: flex;
}

.footer_content .f_links {
    padding-left: 15px;
}

.footer_content .f_links h3 {
    line-height: 1;
    font-size: 16px;
    font-weight: 600;
}

.footer_content .f_links a {
    display: block;
}
.copyright {
    background: #111;
    padding: 20px 0;
}

.copyright p {
    margin: 0;
    color: #fff;
}


.thankyou { background: url(../images/Thank-you-page.jpg) 0 0 no-repeat; background-size: cover; min-height: 100vh; }
.thankyou_content {
    padding: 20px;
    border-top: solid 5px #fff;
    border-bottom: solid 5px #fff;
}

.thankyou_content h1 {
    text-transform: uppercase;
    color: #fff;
}

.thankyou_content h3 {
    color: #fff;
}

.thankyou_inr {
    padding: 200px 0;
	max-width: 750px;
    margin: 0 auto;
}








