@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);
* {
	margin: 0px;
	padding: 0px;
}
a { 
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	color: #000;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	background-color: #fff;
	border-top: 10px solid #2F256E;
	font-family: 'Poppins', sans-serif;;
}
#wrapper {
	width: 100%;
}
#wrapper img {
	height: auto;
	max-width: 100%;
}
.top_bg {
	float: left;
	width: 100%;
	background-color: #fff;
}
.logo img {
	float: left;
}
.banner_bg {
	float: left;
	width: 100%;
	margin-bottom:2%;
}

.content_bg {
	float: left;
	width: 100%;
}

.registration {
	width: 100%;
	float: left;
	padding: 10px 0px;
}
.registration .oddlink {
	margin: 5px 8px 5px 0px;
	background-color: #006563;
}
.registration .evenlink {
	margin: 5px 8px 5px 0px;
	background-color: #f15922;
}
.registration h6 a:hover {
	background-color: #999;
}
.connect img {
	float: left;
	margin-right: 5px;
}
.connect a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.contentarea01 a {
	color: #fff;
	text-decoration: none;
}
.contentarea01 a:hover {
	text-decoration: none;
}
.contact div {
	margin-left: 15px;
}
.contact h1 {
	color: #fff !important;
}
.footer {
	float: left;
	width: 100%;
	color: #fff;
	padding: 10px 0px;
	background-color: #666;
}
.footer p {
	padding: 0px 10px;
}
.copy {
	width: 50%;
	float: left;
	padding-top: 5px;
}
.powered {
	width: 50%;
	float: left;
	text-align: right;
}

.powered > p {
	color: white;
}
.powered > p > a {
	color: white;
	
}
.footer img {
	margin-left: 5px;
}
.footer a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
.enquiry h4 {
	color: #096;
	font-size: 16px;
	padding: 10px 20px;
	background-color: #fff;
}
.input1 {
	height: 16px;
	width: 170px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	font-family: 'Poppins', sans-serif;;
}
.input2 {
	height: 40px;
	width: 170px;
	padding: 5px 10px;
	border: 1px solid #ddd;
	background-color: #f9f9f9;
	font-family: 'Poppins', sans-serif;;
}
.imgs {
	border: 1px solid #ddd;
}
.btn1 {
	color: #fff;
	padding: 3px 15px;
	border: 1px solid #fff;
	margin: 5px 10px 5px 0px;
	background-color: #006563;
	font-family: 'Poppins', sans-serif;;
}


input[type=text],input[type=email],input[type=file], select, textarea {
    
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=file] {
	background-color: white;
	margin-top: 0px;
}
.upload_label {
	margin-top: 8	px;
}
label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}
input[type=submit]:hover {
    background-color: #45a049;
}
textarea {
	font-family: arial;
	font-size: 14px;
}

.col-25 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-75 {
    float: left;
    width: 75%;
    margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}
.indent {
	margin-left: 30px;
}
.save {
	float: left !important;
}
.active {
    background: #2F256E;
    color: white !important;
}
/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
.foot_link a:hover {
	text-decoration: none;
}