 @font-face 
{ 
    font-family: Blackfat;                
    src:url('../Blackfat.ttf') format('truetype'); /* browsers that support true type */ 
} 
a{
	text-decoration:none!important;
}
body{
	font-family:noto sans;
	font-size:20px;
	color:#000;
	line-height: 28px;
	margin:0px;
}
li {
    display: inline;
    list-style: outside none none !important;
    text-decoration: none !important;
}
ul{
	margin:0px;
	padding:0px;
}
.row{margin:0px!important;}
#wrapper {
    float: left;
    width: 100%;
}
#header-main, #section-main, #footer-main {
    float: left;
    width: 100%;
}
.container-main {
    margin: 0 auto;
    max-width: 900px;
    width: 100%;	
}
header {
    background: #fff none repeat scroll 0 0;
    float: left;
    padding: 20px 0 10px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.menu {
    float: left;
    width: 90%;
}
.menu li {
    border-top: 1px solid #288e9f;
    display: inline;
    float: left;
    list-style: outside none none !important;
    margin-right: 20px;
    padding: 8px 0;
    text-align: center;
    text-decoration: none !important;
    width: 30%;
	transition: all 0.3s linear 0s;
}

.menu li:hover {
    border-top: 4px solid #288e9f;
}
.menu li a {
    color: #288e9f;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-right: 10px;
    text-transform: uppercase;
}
.menu .active {
    border-top: 4px solid #FCDD5E;
}
.banner {
    background: #8bd0cd none repeat scroll 0 0;
    float: left;
    margin-top: 70px;
    padding-bottom: 30px;
	padding-top: 30px;
    width: 100%;
}
.logo, .banner-img, .current-btn {
    float: left;
    text-align: center;
    width: 100%;
}
.home-sec {
    background: #fcdd5e none repeat scroll 0 0;
    float: left;
    padding: 60px 0;
    text-align: center;
    width: 100%;
}
.home-sec .box-heading h3 {
    background-image: url("../images/line.png");
    background-position: center 51px;
    background-repeat: no-repeat;
    color: #278f9f;
    letter-spacing: 1px;
    padding-bottom: 100px;
    text-transform: uppercase;
}
.home-sec .box-content p {
    color: #278f9f;
    font-size: 19px;
    line-height: 25px;
    margin: 25px auto 0 auto;
    text-align: center;
    width: 601px;
}
.home-sec.current-st {
    background: #8bd0cd none repeat scroll 0 0;
}
.current-st p {
    color: #1e6c78 !important;
    font-size: 18px !important;
    text-align: center;
}

.current-btn a {
    border: 3px solid #fff;
    color: #fff;
    font-family: Blackfat;
    
    font-size: 40px;
    margin: 0 auto;
    padding: 10px 30px;
}
.current-btn {
    padding: 70px 0;
}
.current-btn > a { transition: all 0.3s linear 0s;}
.current-btn > a:hover {
    background: #f2bba5 none repeat scroll 0 0;
    border: 3px solid #f2bba5;
}
.current-st img {
    padding-bottom: 10px;
}
.iframe-hm {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.iframe-hm iframe {
    float: left;
    height: 640px;
    width: 100%;
}
.blank-sec {
    background: rgba(0, 0, 0, 0) url("../images/screentimephoto.jpg") no-repeat fixed center center / cover ;
    float: left;
    height: 650px;
    width: 100%;
}
.current-st .contact-frm-hm {
    margin: 0 auto;
    padding: 50px 0;
    width: 440px;
}
.contact-frm-hm .form-group input, .cntct-frm textarea {
    border: medium none !important;
    box-shadow: none !important;
    color: #288e9f;
    float: left;
    font-family: Poppins;
    font-size: 13px;
    line-height: 31px;
    margin-bottom: 6px;
    padding-left: 4px;
    width: 100%;
}
.contact-frm-hm .cntct-frm button {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    float: right;
    padding: 8px 30px;
}
.home-sec.cont-sprt{
	background: #8bd0cd none repeat scroll 0 0;
	padding: 60px 0 40px;
}
.cont-sprt h3 {
    color: #1e6c78 !important;
}
.cont-sprt p {
    color: #1e6c78 !important;
    width: 100% !important;
}
.cont-sprt .box-content, .contact-frm-hm {
    margin: 0 auto;
    text-align: justify;
    width: 450px !important;
}
.cont-sprt .contact-frm-hm {
    padding: 50px 0;
}
.home-sec.cont-info-b {
	background: #8bd0cd none repeat scroll 0 0;
	padding: 0px 0 40px;
}
.cont-info-b .cont-info a {
    color: #1e6c78;
    font-size: 21px;
}
.cont-info-b .fb-lnk-b {
    left: 10px;
    position: relative;
    top: 7px;
}
footer {
    background: #8bd0cd none repeat scroll 0 0;
    padding: 30px 0;
    text-align: center;
}
footer span {
    color: #1e6c78;
    float: left;
    font-family: rancho;
    font-size: 42px;
    font-weight: bold;
    padding: 20px 0 30px;
    width: 100%;
}
footer .copyright-f {
    color: #1e6c78;
    font-weight: bold;
    margin: 30px 0 0;
}