@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:#FFFFFF;
}

.maintable {
	background:#FFF;
	height:auto;
	padding:0px;
	margin:0px;
	width:100%;
}

.socialmediabar {
	width:100%;
	height:30px;
	background-color:#0481c8;
	color:#FFF;
	vertical-align:middle;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
}

.menubar {
	width:100%;
	height:90px;
	vertical-align:bottom;
}
.menubarsub {
	height:120px;
}

.slider {
	width:100%;
	height:350px;
}

.bodycontent {
	width:100%;
	height:600px;
}

.footer {
	width:100%;
	height:300px;
	background-color:#0481c8;
}

.footersub {
	width:100%;
	height:290px;
	background-color:#0481c8;
}

.copy {
	width:100%;
	height:40px;
	background-color:#000;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	vertical-align:middle;
	text-align:center;
	color:#C1C1C1;
	text-decoration:none;
}

.list-check { margin-top: 17px }
.list-check li {
    font-family: roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}
.list-check li  i {
    color: #00C0E1;
    font-size: 16px;
    padding-right: 5px;
}

.plainsocial {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#212121;
	padding-left:5px;
	padding-right:20px;
	color:#FFF;
}

.plain {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	color:#212121;
}

.plainblue {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#00BFF3;
	text-decoration:none;
}

.plainblue:hover {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#038bb0;
	cursor:pointer;
	text-decoration:none;
}

.plain {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:16px;
	color:#212121;
}

hr{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #FFFFFF;
	margin:50px 0px 0px 0px;
}
	
.heading2 {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:23px;
	color:#F6F6F6;
	background-color:#208ECD;
	font-weight:bold;
	padding-left:15px;
	height:150px;
	}

.plain1 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#FEFEFE;
}

.heading {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:30px;
	color:#535353;
	text-transform:uppercase;
	text-shadow: 0.5px 0px 0px #F5F5F5;
}

.plainfooter{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#F6F6F6;
	line-height:18px;
	text-shadow:  1px #666;
	text-align:justify
}

.footerheading {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:20px;
	color:#F6F6F6;
	text-shadow: 0.5px #EBEBEB;
	font-weight:bold;
	border-left: 2px dotted ; padding-left:15px;
	}

.ul li
{
	list-style-image:url(../img/arrow.png);
	background-repeat: no-repeat;
	padding-left: -25px;
	padding-top:0px;
	padding-right:1px;
	margin-left: -5px;
	color:#E8E8E8;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:15px;
	color:#F5F5F5;
	line-height:25px;
}


.img {
	height:140px;
	width:140px;
	border: 4px solid #0481C8;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	}
	
.img:hover {
	height:140px;
	width:140px;
	border: 4px solid #C12C24;
	-webkit-border-radius: 50%;	
	background-color:#06C;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-webkit-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	-moz-box-shadow: 0px 0px 3px rgba(44, 44, 44, 0.2);
	}
	
.plainenglish {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	width:235px;
	color:#333;
}

h3 {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:18px;
	padding-top:20px;
	text-shadow: 5px #ADADAD;
}

.line {
    border-bottom: 1px solid #CDD1D0;
    display: block;
	width:230px;
    margin: 0 10px 10px;
}

.line .sub-line {
    display: block;
	width:230px;
	border: 2px solid #00BFF3;
    width: 100px;
}


.linefull {
    border-bottom: 1px solid #CDD1D0;
	padding-top:40px;
    display: block;
	width:100%;
    margin: 0 10px 10px;
}

.linefull .sub-line {
    display: block;
	width:100%;
	border: 2px solid #00BFF3;
    width: 200px;
}


.title {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:17px;
	color:#333;
	font-weight:bold;
	margin-top:15px;
	padding-top:10px;
}

.titleblue {
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size:17px;
	color:#00BFF3;
	font-weight:bold;
	margin-top:5px;
	padding-top:5px;
}


p {
	margin-top:0px;
	padding-top:0px;
}


ul {
    padding: 0px;
    margin: 0px;
}


ul li.email {
    background-image:url(../../img/mail.png);
	display:inline;
    background-repeat: no-repeat;
    background-position: 0px 3px; 
    padding-left: 25px;
	padding-right:25px;
}

ul li.phone {
    background-image:url(../img/mobile.png);
	display:inline;
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 20px;
}

ul li.location {
    background-image:url(../img/location.png);
	display:inline;
    background-repeat: no-repeat;
    background-position: 0px 0px; 
    padding-left: 25px;
}





/* -----------------------------------------
   			Move to Top
----------------------------------------- */

#top {
	position: absolute;
	top: 0;
	left: 0;
}
.visuallyhidden, .search form label {
	border: 0;
	clip: rect(0px,0px,0px,0px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
	margin: -1px;
	padding: 0;
	}

.backToTop {
	position: fixed;
	bottom: 10px;
	z-index: 1000;
	right: 10px;
	}
	
	
.backToTop a {
	width: 35px;
	text-indent: -9999px;
	height: 35px;
	display: block;
	margin: 0;
	padding:6px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 50px;
	background: #c12c24 url(../img/top.png) no-repeat center center;
	}
	
.backToTop a:hover {
	background-color: #161616;
	}

/* CSS Document */

.aboutustitle {
	height:200px;
	background-color:#1A1A1A;
	color:#F5F5F5;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:45px;
}

.aboutusplain {
	border-bottom:#0481C8 2px solid;
	color:#0481C8;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:45px;
}

.aboutimg {
	height: 55px;
	width: 55px;
	vertical-align:middlel;
	-moz-border-radius:30px;
	border-radius: 30px;
	background-color:#06C;
	margin-bottom:25px;
	}
	
.aboutimg:hover {
	height: 55px;
	width: 55px;
	vertical-align:middlel;
	-moz-border-radius:30px;
	border-radius: 30px;
	background-color:#C12C24;
}

.aboutusheading{
	color:#535353;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:22px;
	text-transform:uppercase;
	text-shadow: 0.5px 0px 0px #F5F5F5;
	font-weight:bold;
}


.aboutusheading2{
	color:#535353;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	text-transform:uppercase;
	text-shadow: 0.5px 0px 0px #F5F5F5;
	font-weight:bold;
}

/* Form */

.textbox
	{
	background-color:#FCFCFC;
	border:solid 1px #e0e0e0;
	width:170px;
	height:22px;
}

.textbox2
	{
	background-color:#FBFBFB;
	border:solid 1px #E2E2E2;
	width:360px;
	height:22px;
}

.textarea
	{
	background-color:#FBFBFB;
	border:solid 1px #E2E2E2;
	width:355px;
	height:150px;
}

.submit { 
	background-color:#191919;
	width:65px;
	height:28px;
	border:0px;
	padding:0px;
	cursor:pointer;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	color:#FFF;
} 
	
.submit:hover {
	background-color:#434343;
	width:65px;
	height:28px;
	border:0px;
	padding:0px;
	color:#FFF;
}
