@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

/* CSS Document */

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


img {
	width:100%;
    max-width:100%;
    height:auto;
}

*{
	padding:0px;
	margin:0px;
 
}

.h1{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFF;
}
.h2{
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF9900;
}
.h3{
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #003;
}
.h4{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.h5{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b2139;
}
.h6{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 16px;
}
.h7{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.h8{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #F90;
	margin-top: 20px;
}
.h9{
	font-family: 'Poppins', sans-serif;
	color: #0C0;
}
.h12{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
}
html{
	scroll-behavior: smooth;
}
#cleaner {
	clear: both;
}
#home {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 10px;
}
#headerwrap {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(imagesRBB/headerwrapbg.png);
	background-repeat: repeat;
	box-shadow: 1px 1px 3px 1px #666;
	height: auto;
}
#header {
	width: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
#logowrap {
	padding: 0px;
	height: auto;
	width: 50%;
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#logo {
	width: auto;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#menuwrap {
	padding: 0px;
	float: none;
	width: auto;
	margin: 0px;
	height: auto;
}
#menu {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	height: 30px;
	width: auto;
	text-align: center;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	float: none;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 9px;
}
#menu ul li a:hover {
	color: #CCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#bannerwrap {
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
}
#banner {
	width: auto;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}
#bannerleftwrap {
	padding: 0px;
	float: none;
	width: auto;
	height: auto;
	margin: 0px;
}
#bannerleft1 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #003;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleft2 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleftbttn {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
}
#bannerleftbttn ul {
	margin: 0px;
	padding: 0px;
}
#bannerleftbttn ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#bannerleftbttn ul li a {
	text-align: center;
	display: block;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #165a7c;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-radius: 20px;
}
#bannerleftbttn ul li a:hover {
	background-color: #F93;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bannerrightwrap {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}
#bannerrightimg1 {
	padding: 0px;
	float: left;
	width: 48%;
	margin: 0px;
}
#bannerrightimg2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
#gallerywrap {
	padding: 0px;
	height: 100%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#gallery {
	width: auto;
	padding-top: 26px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: 100%;
}
#gallerytitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003;
	text-shadow: 1px 1px 5px #666;
}
#gallerytitle a {
	color: #FFF;
	text-decoration: none;
}
#gallerytitle a:hover {
	color: #CCC;
}
#gallery1 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: auto;
}
#gallery1 ul {
	margin: 0px;
	padding: 0px;
}
#gallery1 ul li {
	padding: 0px;
	list-style-type: none;
	float: none;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
}
#gallerypl {
	margin: 0px;
	text-align: center;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#gallerypl a {
	font-size: 18px;
	font-weight: bold;
	color: #003;
	text-decoration: none;
}
#gallerypl a:hover {
	color: #CCC;
}
#aboutwrap {
	padding: 0px;
	background-color: #FFF;
	width: 100%;
	margin: 0px;
	height: auto;
}
#about {
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: auto;
}
#aboutleft {
	padding: 0px;
	width: auto;
	float: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	height: auto;
}
#aboutleftimg {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutlefttxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}
#aboutright {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: none;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #003;
}
#aboutheading1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #036;
	text-align: center;
	width: auto;
	text-shadow: 1px 1px 2px #666;
}
#aboutheading2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #003;
	line-height: 40px;
	text-align: center;
	width: auto;
	text-shadow: 1px 1px 2px #666;
}
#abouttxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#aboutbox {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#aboutboxleft {
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#aboutboxright {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}
#aboutboximg {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 30%;
}
#aboutboxtxt {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 68%;
}
#serviceswrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#services {
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}
#servicesheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
}
#servicesheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #666;
}
#servicesboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#servicesbox1 {
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#servicesbox2 {
	margin: 0px;
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#servicesboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#servicesboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#guidewrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #ffffff;
}
#guide {
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#guideheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#guideheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #666;
}
#guideboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#guidebox1 {
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#guidebox2 {
	margin: 0px;
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guideboximg {
	height: auto;
	width: 96px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#guideboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#guideboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#accountwrap {
	background-color: #f4f5fa;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#account {
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}

#accountheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#accountheading2 {
	padding: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #036;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#accountboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#accountbox1 {
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountbox2 {
	margin: 0px;
	float: none;
	height: auto;
	width: auto;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#accountboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#accountboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#contactwrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#contact {
	font-size: 18px;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	width: auto;
	font-weight: bold;
	text-align: center;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	height: auto;
}
#bluewrap {
	width: 100%;
	background-color: #1b2139;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#blue {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	width: auto;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
}
#blueleft {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
	float: none;
}
#criticalnoticewrap {
	padding: 30px;
	height: auto;
	width: auto;
	background-color: #e13247;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticeheading {
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticetxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#blueright {
	margin: 0px;
	padding: 0px;
	width: auto;
	float: none;
	height: auto;
}
#name {
	padding: 5px;
	width: 130px;
	margin: 0px;
}
#email {
	padding: 5px;
	width: 130px;
	margin: 0px;
}
#phone {
	padding: 5px;
	width: 130px;
	margin: 0px;
}
#message {
	width: 130px;
	max-width: 120px;
	padding: 3px;
	margin: 0px;
}
#aboutusline {
	background-color: #F90;
	height: 3px;
	margin: 0px;
	padding: 0px;
	width: auto;
}
#joinwrap {
	width: 100%;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#join {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	height: auto;
	text-shadow: 1px 1px 2px #666;
}
#bottomwrap {
	width: 100%;
	background-color: #f4f5fa;
	margin: 0px;
	padding: 0px;
	height: auto;
}

#bottom {
	background-image: url(imageszu/bottombg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #CCC;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	height: auto;
}
#bottom1wrap {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}
#bottom1 {
	margin: 0px;
	padding: 0px;
}
#bottom1img {
	width: 75px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bottom1bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom2wrap {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}
#bottom2 {
	margin: 0px;
	padding: 0px;
}
#bottom2bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom3wrap {
	margin: 0px;
	padding: 0px;
	float: none;
	height: auto;
	width: auto;
}
#bottom3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#bottom3bot {
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#bottom ul {
	padding: 0px;
	margin: 0px;
}
#bottom ul li {
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bottom ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#bottom ul li a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#footerwrap {
	width: 100%;
	background-color: #1b2139;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#footer {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
	height: auto;
}
#footer1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	width: auto;
}


@media only screen and (min-width: 768px) {
#222222768px {
}

img {
	width:100%;
    max-width:100%;
    height:auto;
}

.h1{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.h2{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.h3{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003;
	line-height: 36px;
}
.h4{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.h5{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b2139;
}
.h6{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 18px;
}
.h7{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.h8{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #F90;
	margin-top: 20px;
}
.h9{
	font-family: 'Poppins', sans-serif;
	color: #0C0;
}
.h12{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
}
html{
	scroll-behavior: smooth;
}
#cleaner {
	clear: both;
}
#headerwrap {
	margin: 0px;
	width: 100%;
	padding: 0px;
	background-image: url(imagesRBB/headerwrapbg.png);
	background-repeat: repeat;
	box-shadow: 1px 1px 3px 1px #666;
}
#header {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: auto;
	height: auto;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#logowrap {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 24%;
}
#logo {
	width: auto;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#menuwrap {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 42%;
	height: auto;
}
#menu {
	height: auto;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu ul li a {
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: right;
}
#menu ul li a:hover {
	color: #CCC;
	text-decoration: none;
}
#bannerwrap {
	padding: 0px;
	width: 100%;
	margin: 0px;
}
#banner {
	width: auto;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: auto;
}
#bannerleftwrap {
	padding: 0px;
	float: left;
	width: 45%;
	height: auto;
	margin: 0px;
}
#bannerleft1 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003;
	line-height: 40px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleft2 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleftbttn {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bannerleftbttn ul {
	margin: 0px;
	padding: 0px;
}
#bannerleftbttn ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#bannerleftbttn ul li a {
	text-align: center;
	display: block;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #165a7c;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	border-radius: 20px;
}
#bannerleftbttn ul li a:hover {
	background-color: #F93;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bannerrightwrap {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#bannerrightimg1 {
	padding: 0px;
	float: left;
	width: 48%;
	margin: 0px;
}
#bannerrightimg2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
#gallerywrap {
	padding: 0px;
	height: 100%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#gallery {
	width: auto;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	height: 100%;
}
#gallerytitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003;
	text-shadow: 1px 1px 5px #666;
}
#gallery1 {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: auto;
}
#gallery1 ul {
	margin: 0px;
	padding: 0px;
}
#gallery1 ul li {
	padding: 0px;
	list-style-type: none;
	float: none;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutwrap {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #FFF;
	height: auto;
}
#about {
	width: auto;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: auto;
}
#aboutleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 47%;
	height: auto;
}
#aboutleftimg {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutlefttxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#aboutright {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
	height: auto;
}
#aboutheading1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #036;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#aboutheading2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #003;
	line-height: 30px;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#abouttxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#aboutbox {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#aboutboxleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 48%;
}
#aboutboxright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#aboutboximg {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 30%;
}
#aboutboxtxt {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 68%;
}
#serviceswrap {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#services {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	width: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: auto;
}
#servicesheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
}
#servicesheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#servicesboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#servicesbox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#servicesboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#servicesboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#guidewrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #ffffff;
}
#guide {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#guideheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#guideheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#guideboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#guidebox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guidebox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guideboximg {
	height: auto;
	width: 96px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#guideboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#guideboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#accountwrap {
	background-color: #f4f5fa;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	background-color: #f4f5fa;
}
#account {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	width: auto;
	padding-top: 80px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	height: auto;
}
#accountheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#accountheading2 {
	padding: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#accountboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#accountbox1 {
	float: left;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#accountboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#accountboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#contactwrap {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#contact {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	font-size: 24px;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
	width: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
}
#bluewrap {
	margin: 0px;
	width: 100%;
	background-color: #1b2139;
	padding: 0px;
}
#blue {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	width: auto;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
#blueleft {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}
#criticalnoticewrap {
	padding: 30px;
	height: auto;
	width: auto;
	background-color: #e13247;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticeheading {
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticetxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#blueright {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

#name {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#email {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#phone {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#message {
	width: 400px;
	max-width: 120px;
	padding: 3px;
	margin: 0px;
}
#aboutusline {
	background-color: #F90;
	height: 3px;
}
#joinwrap {
	width: 100%;
	background-size: cover;
	margin: 0px;
	padding: 0px;
}
#join {
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 40px;
	padding-bottom: 40px;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-shadow: 1px 1px 2px #666;
}
#bottomwrap {
	width: 100%;
	background-color: #f4f5fa;
	margin: 0px;
	padding: 0px;
}

#bottom {
	background-image: url(imageszu/bottombg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #CCC;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
}
#bottom1wrap {
	padding: 0px;
	width: 45%;
	height: auto;
	float: left;
	margin-top: 0px;
	margin-right: 3%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom1 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#bottom1img {
	width: 75px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bottom1bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom2wrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 28%;
	float: left;
}
#bottom2 {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#bottom2bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom3wrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 20%;
	float: right;
}
#bottom3 {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#bottom3bot {
	width: auto;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	height: auto;
}
#bottom ul {
	padding: 0px;
	margin: 0px;
}
#bottom ul li {
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bottom ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#bottom ul li a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#footerwrap {
	width: 100%;
	background-color: #1b2139;
	margin: 0px;
	padding: 0px;
}
#footer {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
	height: auto;
}
#footer1 {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin: 0px;
	height: auto;
	width: auto;
	padding-right: 0px;
	padding-left: 0px;
}
	
}



@media only screen and (min-width: 1024px) {
#333331024px {
}
	
.h1{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.h2{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.h3{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #003;
	line-height: 40px;
}
.h4{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.h5{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b2139;
}
.h6{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 24px;
}
.h7{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.h8{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #F90;
	margin-top: 20px;
}
.h9{
	font-family: 'Poppins', sans-serif;
	color: #0C0;
}
.h12{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
}
html{
	scroll-behavior: smooth;
}
#cleaner {
	clear: both;
}
#headerwrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(imagesRBB/headerwrapbg.png);
	background-repeat: repeat;
	box-shadow: 1px 1px 3px 1px #666;
	height: auto;
}
#header {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
}
#logowrap {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 20%;
}
#logo {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#menuwrap {
	width: 40%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
#menu {
	height: auto;
	margin: 0px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu ul li a {
	float: right;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu ul li a:hover {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#bannerwrap {
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
}
#banner {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#bannerleftwrap {
	padding: 0px;
	float: left;
	width: 45%;
	height: auto;
	margin: 0px;
}
#bannerleft1 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleft2 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleftbttn {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bannerleftbttn ul {
	margin: 0px;
	padding: 0px;
}
#bannerleftbttn ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#bannerleftbttn ul li a {
	text-align: center;
	display: block;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #165a7c;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 20px;
}
#bannerleftbttn ul li a:hover {
	background-color: #F93;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bannerrightwrap {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#bannerrightimg1 {
	padding: 0px;
	float: left;
	width: 48%;
	margin: 0px;
}
#bannerrightimg2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
#gallerywrap {
	padding: 0px;
	height: 100%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#gallery {
	width: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	height: 100%;
}
#gallerytitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	text-shadow: 1px 1px 5px #666;
}
#gallery1 {
	padding: 0px;
	width: auto;
	height: 385px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#gallery1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}
#gallery1 ul li {
	padding: 0px;
	float: left;
	width: 23%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aboutwrap {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 100%;
	height: auto;
}
#about {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#aboutleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 47%;
	height: auto;
}
#aboutleftimg {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutlefttxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}
#aboutheading1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #036;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#aboutheading2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	line-height: 38px;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#abouttxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#aboutbox {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#aboutboxleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 48%;
}
#aboutboxright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#aboutboximg {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 30%;
}
#aboutboxtxt {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 68%;
}
#serviceswrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#services {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#servicesheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
}
#servicesheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#servicesboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#servicesbox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#servicesboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#servicesboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#guidewrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #ffffff;
}
#guide {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#guideheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#guideheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#guideboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#guidebox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guidebox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guideboximg {
	height: auto;
	width: 96px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#guideboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#guideboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#accountwrap {
	background-color: #f4f5fa;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#account {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#accountheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#accountheading2 {
	padding: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#accountboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#accountbox1 {
	float: left;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#accountboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#accountboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#contactwrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#contact {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 24px;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
	height: auto;
}
#bluewrap {
	margin: 0px;
	width: 100%;
	background-color: #1b2139;
	padding: 0px;
	height: auto;
}
#blue {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
#blueleft {
	float: left;
	width: 45%;
	margin: 0px;
	padding: 0px;
}
#criticalnoticewrap {
	padding: 30px;
	height: auto;
	width: auto;
	background-color: #e13247;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#criticalnoticeheading {
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticetxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#blueright {
	float: right;
	width: 45%;
	margin: 0px;
	padding: 0px;
}
#name {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#email {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#phone {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#message {
	width: 360px;
	max-width: 320px;
	padding: 3px;
	margin: 0px;
}
#joinwrap {
	width: 100%;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#join {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-shadow: 2px 3px 4px #000;
}
#join a {
	text-align: center;
	display: block;
	width: 190px;
	background-color: #F90;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#join a:hover {
	background-color: #066;
}
#bottomwrap {
	width: 100%;
	background-color: #f4f5fa;
	padding: 0px;
	margin: 0px;
	height: auto;
}

#bottom {
	background-image: url(imageszu/bottombg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
	color: #CCC;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
}
#bottom1wrap {
	float: left;
	height: auto;
	width: 34%;
	margin: 0px;
	padding: 0px;
}
#bottom1 {
	margin: 0px;
	padding: 0px;
}
#bottom1img {
	width: 75px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bottom1bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom2wrap {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bottom2 {
	margin: 0px;
	padding: 0px;
}
#bottom2bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom3wrap {
	float: right;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#bottom3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#bottom3bot {
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom ul {
	padding: 0px;
	margin: 0px;
}
#bottom ul li {
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bottom ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#bottom ul li a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#footerwrap {
	width: 100%;
	background-color: #1b2139;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#footer {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}
#footer1 {
	width: auto;
	padding-top: 20px;
	text-align: center;
	margin: 0px;
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
}

@media only screen and (min-width: 1200px) {
#4444441200px {
}
	
.h1{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
}
.h2{
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FF9900;
}
.h3{
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #003;
	line-height: 40px;
}
.h4{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #036;
}
.h5{
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1b2139;
}
.h6{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FF9900;
	font-size: 24px;
}
.h7{
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
}
.h8{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #F90;
	margin-top: 20px;
}
.h9{
	font-family: 'Poppins', sans-serif;
	color: #0C0;
}
.h12{
	font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #FFF;
	margin-top: 20px;
	font-size: 14px;
}
html{
	scroll-behavior: smooth;
}
#cleaner {
	clear: both;
}
#headerwrap {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(imagesRBB/headerwrapbg.png);
	background-repeat: repeat;
	box-shadow: 1px 1px 3px 1px #666;
	height: auto;
}
#header {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	height: auto;
}
#logowrap {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 20%;
}
#logo {
	width: auto;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#menuwrap {
	width: 40%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
#menu {
	height: auto;
	margin: 0px;
	padding-top: 34px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: auto;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	margin: 0px;
}
#menu ul li a {
	float: right;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#menu ul li a:hover {
	color: #CCC;
	text-decoration: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#bannerwrap {
	padding: 0px;
	width: 100%;
	margin: 0px;
	height: auto;
}
#banner {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
}
#bannerleftwrap {
	padding: 0px;
	float: left;
	width: 45%;
	height: auto;
	margin: 0px;
}
#bannerleft1 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	line-height: 45px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleft2 {
	padding: 0px;
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-shadow: 1px 1px 2px #666;
}
#bannerleftbttn {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#bannerleftbttn ul {
	margin: 0px;
	padding: 0px;
}
#bannerleftbttn ul li {
	margin: 0px;
	padding: 0px;
	display: inline;
	list-style-type: none;
}
#bannerleftbttn ul li a {
	text-align: center;
	display: block;
	float: left;
	width: auto;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #165a7c;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	border-radius: 20px;
}
#bannerleftbttn ul li a:hover {
	background-color: #F93;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bannerrightwrap {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#bannerrightimg1 {
	padding: 0px;
	float: left;
	width: 48%;
	margin: 0px;
}
#bannerrightimg2 {
	margin: 0px;
	padding: 0px;
	float: right;
	width: 48%;
}
#gallerywrap {
	padding: 0px;
	height: 100%;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#gallery {
	width: auto;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	height: 100%;
}
#gallerytitle {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	text-shadow: 1px 1px 5px #666;
}
#gallery1 {
	padding: 0px;
	width: auto;
	height: 465px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
#gallery1 ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
}
#gallery1 ul li {
	padding: 0px;
	float: left;
	width: 23%;
	margin-top: 0px;
	margin-right: 2%;
	margin-bottom: 0px;
	margin-left: 0px;
}
#aboutwrap {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	width: 100%;
	height: auto;
}
#about {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#aboutleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 47%;
	height: auto;
}
#aboutleftimg {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#aboutlefttxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003;
}
#aboutheading1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #036;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#aboutheading2 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #003;
	line-height: 38px;
	text-align: left;
	text-shadow: 1px 1px 2px #666;
}
#abouttxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#aboutbox {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#aboutboxleft {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 48%;
}
#aboutboxright {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 48%;
}
#aboutboximg {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 30%;
}
#aboutboxtxt {
	margin: 0px;
	padding: 0px;
	float: right;
	height: auto;
	width: 68%;
}
#serviceswrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#services {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#servicesheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
}
#servicesheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#servicesboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#servicesbox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#servicesboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#servicesboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#servicesboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#guidewrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-color: #ffffff;
}
#guide {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#guideheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#guideheading2 {
	padding: 0px;
	height: auto;
	width: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#guideboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#guidebox1 {
	float: left;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 4%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guidebox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 22%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#guideboximg {
	height: auto;
	width: 96px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#guideboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#guideboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#accountwrap {
	background-color: #f4f5fa;
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#account {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 16px;
	color: #FFF;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	height: auto;
}
#accountheading1 {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #4f577c;
	text-shadow: 1px 1px 2px #666;
}
#accountheading2 {
	padding: 0px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 42px;
	font-weight: bold;
	color: #036;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
	line-height: 50px;
	text-shadow: 1px 1px 2px #666;
}
#accountboxwrap {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#accountbox1 {
	float: left;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountbox2 {
	margin: 0px;
	float: right;
	height: auto;
	width: 30%;
	background-color: #FFF;
	border-radius: 6px;
	box-shadow: 1px 1px 3px 1px #666;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#accountboximg {
	height: auto;
	width: auto;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 15px;
	margin-left: 6px;
}
#accountboxheading {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #036;
}
#accountboxtxt {
	padding: 0px;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #036;
	font-size: 14px;
	line-height: 26px;
}
#contactwrap {
	width: 100%;
	padding: 0px;
	margin: 0px;
	height: auto;
}
#contact {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	font-size: 24px;
	color: #FFF;
	text-shadow: 1px 1px 2px #666;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 100px;
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
	height: auto;
}
#bluewrap {
	margin: 0px;
	width: 100%;
	background-color: #1b2139;
	padding: 0px;
	height: auto;
}
#blue {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	height: auto;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #FFF;
}
#blueleft {
	float: left;
	width: 45%;
	margin: 0px;
	padding: 0px;
}
#criticalnoticewrap {
	padding: 30px;
	height: auto;
	width: auto;
	background-color: #e13247;
	border-radius: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#criticalnoticeheading {
	padding: 0px;
	height: auto;
	width: auto;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#criticalnoticetxt {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: auto;
}
#blueright {
	float: right;
	width: 45%;
	margin: 0px;
	padding: 0px;
}
#name {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#email {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#phone {
	padding: 5px;
	width: 200px;
	margin: 0px;
}
#message {
	width: 360px;
	max-width: 320px;
	padding: 3px;
	margin: 0px;
}
#joinwrap {
	width: 100%;
	background-size: cover;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#join {
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 40px;
	padding-bottom: 40px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	text-shadow: 2px 3px 4px #000;
}
#join a {
	text-align: center;
	display: block;
	width: 190px;
	background-color: #F90;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#join a:hover {
	background-color: #066;
}
#bottomwrap {
	width: 100%;
	background-color: #f4f5fa;
	padding: 0px;
	margin: 0px;
	height: auto;
}

#bottom {
	background-image: url(imageszu/bottombg.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	width: auto;
	color: #CCC;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
}
#bottom1wrap {
	float: left;
	height: auto;
	width: 34%;
	margin: 0px;
	padding: 0px;
}
#bottom1 {
	margin: 0px;
	padding: 0px;
}
#bottom1img {
	width: 75px;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#bottom1bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom2wrap {
	float: left;
	height: auto;
	width: 30%;
	margin-left: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#bottom2 {
	margin: 0px;
	padding: 0px;
}
#bottom2bot {
	background-color: #1b2139;
	margin: 0px;
	padding: 20px;
	border-radius: 8px;
}
#bottom3wrap {
	float: right;
	height: auto;
	width: 180px;
	margin: 0px;
	padding: 0px;
}
#bottom3 {
	text-align: left;
	margin: 0px;
	padding: 0px;
}
#bottom3bot {
	width: 180px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom ul {
	padding: 0px;
	margin: 0px;
}
#bottom ul li {
	list-style-type: none;
	padding-bottom: 10px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#bottom ul li a {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#bottom ul li a:hover {
	text-decoration: underline;
	margin: 0px;
	padding: 0px;
}
#footerwrap {
	width: 100%;
	background-color: #1b2139;
	margin: 0px;
	padding: 0px;
	height: auto;
}
#footer {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 0px;
	width: auto;
	margin-top: 0px;
	margin-right: 76px;
	margin-bottom: 0px;
	margin-left: 76px;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
}
#footer1 {
	width: auto;
	padding-top: 20px;
	text-align: center;
	margin: 0px;
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
	
}
