@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Open+Sans:300,400,600,700');
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #000;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	margin-top: 0;
	text-transform: none;
	color: #000;
}
h5 {
	font-size: 18px;
}
.mb-15 {
	margin-bottom: 15px;
}
h6 {
	font-size: 16px;
}
a, a:hover, a:active, a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}
a {
	color: #666666;
	transition: all 0.3s ease 0s;
}
a:hover {
	color: #337ab7;
	text-decoration: none;
}
body, html {
	height: 100%
}
ul, li {
	list-style: outside none none;
}
section h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	color: #2387e4;
}
section {
	width: 100%;
	float: left;
	padding: 40px 0;
}
.section-title {
  padding-bottom: 20px;
  position: relative;
}
.section-title .overlay-title h2 {
  color: #2387e4;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  padding: 10px 0;
  margin:0;
}
.section-title > p span {
	display: block;
}
.pad-20 {
	padding-left: 20px;
	padding-right: 20px;
}
.pad-30 {
	padding-bottom: 30px;
	padding-top: 30px;
}
.mb-20 {
	margin-bottom: 20px;
}
.btn {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	background: #ffb400;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 12px 20px;
	color: #fff;
	font-size: 16px;
	min-width: 160px;
	border: none;
	border-radius: 20px;
}
.btn:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #283949;
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	border-radius: 20px;
}
.btn:hover, .btn:focus, .btn:active {
	color: white;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
}
.top-bar {
	background-color: #283949;
	padding:0px 0;
	font-size: 15px;
	color: #ddd;
	border-top: 1px solid #f3cc29;
}
.info-box {
	display: inline-block;
	margin-right: 25px;
	font-size: 14px;
}
.top-bar a {
	color: #ddd;
}
.top-bar a:hover, .top-bar a:hover .info-box i {
	color: #efbb20;
}
.info-box i {
    margin-right: 10px;
    margin-top: 7px;
    text-align: center;
    color: #efbb20;
    float: left;
    font-size: 24px;
}
.info-text {
	overflow: hidden;
	font-weight: 300;
	display: inline-block;
	padding: 10px 0 0;
}
.info-text h5 {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0px;
	color:#fff;
}
.header-top-area {
    width: 100%;
    transition: .4s;
    background: rgb(245 245 245);
}
.menu-bg {
	background: #fff;
	position: fixed;
	box-shadow:0 1px 7px 0 rgba(0, 0, 0, 0.2);
	top: 0px;
}
.basement-logo a {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
}
.basement-logo {
	padding-top: 15px
}
.menu-bg {
	z-index: 999;
}
.menu-bg .basement-logo {
	padding-top: 5px;
	transition: all 0.3s ease 0s;
}
.navbar-default {
	background-color: inherit;
	border-color: inherit;
}
.navbar {
	border-radius: 0;
	min-height: auto;
	margin: 0;
	border: none;
	z-index: 9;
}
.navbar-collapse {
	float: right;
	margin: 0;
	padding: 0;
}
.navbar-brand {
	padding: 0;
	height: auto;
}
.navbar-nav > li {
	padding: 0;
	margin: 0 0 0 1px;
}
.navbar-default .navbar-nav li a {
	color: #000;
	font-size: 13px;
	font-weight: 600;
	padding: 30px 13px;
	transition: all 0.3s ease 0s;
	text-transform: uppercase;
	background-color: inherit;
	font-family: "Roboto",sans-serif;
	letter-spacing: 1px;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
	background-color: #ffb400;
	color: #000;
}
.menu-bg .navbar-default .navbar-nav li a {
	padding: 20px 10px;
	transition: all 0.3s ease 0s;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
	background-color: #ffb400;
	color: #000;
}
.menu-bg + .banner-wrapper {
	margin-top: 49px;
}
.banner-wrapper {
	width: 100%;
	float: left;
	position: relative;
	padding:0;
}
.basement-about-us {
	padding:40px 0 40px;
}
.basement-about-us .item img {
	display: block;
	width: 100%;
	height: auto;
}
.services {
	padding:40px 0 40px;
	background:#f6f6f6;
	}
.services .section-title {
	padding:0;
	}
.single-choose-item{
    background: #fff;
    display: block;
    position: relative;
    padding:20px 10px 22px;
    margin-top: 40px;
    border: 1px solid #f0f0f0;
    text-align: center;
}
.single-choose-item .top {
    position: relative;
    width: 100%;
    text-align: center;
}
.single-choose-item .top .title-holder h3 {
    color: #283949;
    margin: 15px 0;
	font-weight:400;
}
.single-choose-item .text-holder {
     margin-bottom: 10px;
}
.table{
	margin-top: 20px;
}
.table td{
	border: 1px solid #ddd;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.basement-contactus {
	width: 100%;
	float: left;
	padding:40px 0 60px;
	z-index: 9;
	position: relative;
	background:#f6f6f6;
}
.basement-contactus h5 a {
	color: #044764;
}
.service-item.style-1 {
	display: flex;
	padding: 20px;
	transition: all 0.3s ease-in-out 0s;
	border: 1px solid #dddddd;
	margin: 0 0 20px;
	background:#fff;
}
.service-item.style-1 .content {
	padding-left: 1em;
}
.service-item i {
	font-size: 25px;
	color: #283949;
}
.service-item a {
	color: #283949;
}
.form-main .form-control {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #27292b;
	box-shadow: none;
	height: 45px;
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	transition: all 0.3s ease 0s;
}
.form-main textarea.form-control {
	height: auto;
	padding: 10px 0 0 10px;
}
.form-control:focus {
	border-color: #fe8840;
}
.form-main .btn {
	color:#000;
	}
.google-map {
	float: left;
	width: 100%;
	margin: 50px 0 0;
	padding: 70px 0;
	background:#fff;
}
.google-map iframe {
	width: 100%;
	border: none;
	height: 340px;
}
footer {
	padding: 25px 0;
	width: 100%;
	float: left;
	background: #27292b;
}
footer p {
	color: #fff;
	text-align: center;
	margin: 0;
}
.notice-section {
    background-color: #2387e4;
    padding: 15px 0px 60px;
    min-height: 145px;
    text-align: center;
}
.notice-section h2 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    animation: blinker 0.5s linear infinite;
    margin-top: 40px;
    line-height:0px;
}
@keyframes blinker {
  50% {
	    margin-top: 35px;
  }
}
.warning-heading{
	background-color: #fff;
	padding:30px 0px;
	text-align: center;
}
.warning-heading h3 {
    font-size: 66px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2387e4;
    animation: blinker1 0.5s linear infinite;
    text-align: center;
}
@keyframes blinker1 {
  50% {
  	color: #e42323;
  }
}
.warning-heading p {
    margin-top: 0px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: 600;
    color: #21e75a;
    padding: 0px 2%;
}
.warning-heading h4 {
    color: #2387e4;
    animation: blinker1 0.5s linear infinite;
    font-size: 26px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}
.text-area p strong{
	color: #e42323;
}
.text-area ul li{
	list-style-type: decimal;
	list-style-position: inside;
}
.box-section {
    width: 100%;
    float: left;
    border: 2px solid #333;
}
.left-section {
    width: 50%;
    float: left;
    border-right: 2px solid #333;
    padding: 15px;
}
.right-section {
    width: 50%;
    float: left;
    padding: 15px;
}
.box-section h2 {
    font-size: 26px;
    text-transform: uppercase;
    color: #e42323;
    margin-bottom: 15px;
}
.box-section h3{
 	font-size: 20px;
    text-transform: uppercase;
    color: #e42323;
    margin-top: 20px;
}
.box-section ul{

}
.box-section ul li {
    text-align: left;
    list-style: disc;
    list-style-position: inside;
}
ul{
	padding: 0px;
	margin: 0px;
}
@media (max-width:767px){
	.notice-section{
		min-height: 155px;
	}
	.notice-section h2 {
	    font-size: 30px;
	}
	.left-section, .right-section{
		width: 100%;
		margin-bottom: 20px;
		border-right: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
.navigation {
	padding: 0;
}
.basement-logo {
	float: left;
}
.navbar-toggle {
	margin-right: 0;
	margin-top: -34px;
}
.navbar-default .navbar-nav li a {
	font-size: 12px;
	padding: 23px 10px;
}
.navbar-collapse {
	margin: 6px 0 0;
}
.navigation .navbar-collapse {
	padding: 0;
}
.navbar {
	margin-top: 0px;
}

}
@media (max-width: 767px) {
.section-title span {
	display: none;
}
.section-title h3 {
	margin-top: 0;
}
.section-title h3 {
	margin-left: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #f8f8f8
}
.basement-logo {
  padding: 10px 0;
}
.menu-bg .navbar-toggle .icon-bar {
	background: #fff
}
.menu-bg .navbar-toggle {
	background: #ffb400;
	margin-top: -48px;
}
.navbar-toggle {
	margin-right: 0;
	border: none;
	background: #ffb400;
}
.menu-bg .navbar-collapse, .navbar-collapse {
	background: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: #ffb400;
}
.navbar-default .navbar-nav li a, .menu-bg .navbar-default .navbar-nav li a {
	padding: 11px 15px;
}
.menu-bg .basement-logo {
	padding: 10px 0;
}
header .navbar-nav {
	margin: 7.5px 0;
}
.navbar {
	margin: 0;
}
.navbar-brand {
	display: block;
	padding: 0;
	height: auto;
}
.navbar-default .navbar-collapse {
	float: none;
	border: none;
	box-shadow: none;
}
section h2{
	font-size: 26px;
	line-height: 32px;
}
.section-title .overlay-title h2{
	font-size: 26px;
}
}