.logo {
    text-align: center;
    overflow: hidden;
}

.logo h1 {
   margin: -4px 0 0 0;
   color: #202C45;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 1px;
    font-style: italic;
}

.logo h1 span {
    color: #E81C2E;
}
.logo img {
    max-width: 100%;
    max-height: 70px;
    margin: 2px;
    margin-top: 5px;
}



.hh1 {
   color: #202C45;
    font-size: 18px;
    line-height: 50px;
    letter-spacing: 1px;
    font-style: italic;
}

.hh1 span {
    color: #E81C2E;
}



.btn.btn-custom {
    padding: 10px 30px 12px 30px;
    text-align: center; 
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 60px;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    color: #202C45;
    background: #ffffff;
    box-shadow: inset 0 0 0 0 #E81C2E;
}

.btn.btn-custom:hover {
    color: #ffffff;
    background: #E81C2E;
    box-shadow: inset 200px 0 0 0 #E81C2E;
}
.btn:focus:focus {
    box-shadow: none;
}





.nav-bar {
    position: relative;
    background: #202C45;
}

.nav-bar.nav-sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    z-index: 999;
}

.nav-bar .navbar {
    padding: 20px 0;
    background: #202C45 !important;
    transition: .3s;
}

.nav-bar.nav-sticky .navbar {
    padding: 5px 0;
}



.btny-custom {
   clear: both;
   padding: 8px 30px 9px 30px;
    margin-top: 2px;
    text-align: center; 
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    border: none;
    border-radius: 60px;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
    color: #202C45;
    background: #f0e68c;
    box-shadow: inset 0 0 0 0 #E81C2E;
}

.btny-custom:hover {
    color: #f0e68c;
    background: #E81C2E;
    box-shadow: inset 200px 0 0 0 #E81C2E;
}
.btny:focus:focus {
    box-shadow: none;
}

.bdyfl{
		clear:both;
		  background-image:url(../images/mbg.jpg);
		  background-repeat: repeat;
		  margin: 0px;
		  margin-top: 40px;
		  padding: 15px;
	}  
	
	
.plan1 {
	 background: url(../images/hbgx.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
    
}
.plan1_tp {
 	padding: 5em 0;
}
	
	
	.flashLine{
clear:both;
background-image:url(../images/strip.jpg);
background-repeat:repeat-x;
margin:0px;
margin-top:-16px;
margin-bottom:-18px;
padding:0px;
}
.flashLine1{
clear:both;
background-image:url(../images/strip.jpg);
background-repeat:repeat-x;
margin:0px;
margin-top:-16px;
margin-bottom:-34px;
padding:0px;
}