/*
 * Table of Contents:
 * 	   - Media Queries
 *   0 - media screen and (max-width: 1170px)
 *   1 - media screen and (max-width: 1152px) 
 *   2 - media screen and (max-width: 1024px)
 *   3 - media screen and (max-width: 992px)
 *   4 - media screen and (max-width: 800px)
 *   5 - media screen and (max-width: 768px)
 *   6 - media screen and (max-width: 728px)
 *   7 - media screen and (max-width: 640px)
 *   8 - media screen and (max-width: 500px)
 *   9 - media screen and (max-width: 480px)
 *  10 - media screen and (max-width: 414px)
 *  11 - media screen and (max-width: 375px)
 * 	12 - media screen and (max-width: 360px)
 *  13 - media screen and (max-width: 320px)
---------------------------------------------------------------------- */
/* 1.0 - Common Styles
---------------------------------------------------------------------- */

body, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Lato', sans-serif;
	color: #444;
	font-size: 15px;
	font-weight: 400;
	line-height: 23px;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #00b0f0;
	margin-bottom: 15px;
	font-weight: 900;
	line-height: 34px;
	text-transform: uppercase;
}
h2 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	color: #00b0f0;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
}
h3 {
	font-family: 'Lato', sans-serif;
	font-size: 26px;
	color: #333;
	margin-bottom: 15px;
	font-weight: 700;
	line-height: 34px;
}
h4 {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
	line-height: 26px;
	font-weight: 700;
}
h5 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 600;
}
h6 {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #222;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 400;
}
a {
	outline: 0;
	color: #000;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
a:focus, a:hover, a:active {
	text-decoration: none;
	outline: 0;
}
p {
	margin-bottom: 10px;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
.container {
	padding: 0px;
	width: 100%;
	max-width: 1170px;
}
/* top header
---------------------------------------------------------------------- */

.ccr_banner {
	/*background-image: url(../images/hero-bg-01.jpg);
	background-size: cover;
	background-position: top;*/
	float: left;
	width: 100%;
	height:auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75); 
	
}
.logo {
	display: block;
	float: left;
}
.banner_text {
	font-size: 46px;
	/*text-transform: uppercase;*/
	color: #fff;
	font-weight: 900;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
}
.form-control{ height:32px; border-radius:0px; font-size:14px;}
.banner_text span {
	color: #00b0f0;
	font-weight: 900;
}
.left_box{ float:left; width:350px; margin-right:15px; margin-bottom:15px;}
.top_header {
	padding: 10px 0;
	float: left;
	width: 100%;
}
.contact_d {
	float: right;
	padding-top: 15px;
}
.contact_d ul {
	list-style: none;
	padding: 0;
	margin: 0px;
}
.contact_d li {
	display: inline-block;
}
.contact_d li:first-child {
	margin-right: 20px;
}
.contact_d .media {
	align-items: center;
}
.contact_d .media h5 {
	margin-bottom: 0px;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
}
.contact_d .media i {
	font-size: 20px;
	margin-right: 10px;
	width: 36px;
	height: 36px;
	border: 1px solid #00b0f0;
	text-align: center;
	padding-top: 7px;
	background-color: #00b0f0;
	color: #fff;
}
.contact_d a:hover {
	color: #00b0f0;
}
/* about us
---------------------------------------------------------------------- */
.ccr_section {
	float: left;
	width: 100%;
	padding:40px 0;
}
.about_us p {
	text-align: justify;
}
/*form
---------------------------------------------------------------------- */

.form_section {
	margin-top:5px;
	padding: 30px 20px;
	border: 1px solid #b2dde8;
	background-color: #b2dde8;
}
.custom-checkbox {
	padding-left: 1.5rem;
	margin: 2px 10px 2px 0;
}
.ccr_footer {
	background-color: #043063;
	padding: 25px 0;
	color: #fff;
	text-align: center;
	float: left;
	width: 100%;
}
.footer_left {
	float: left;
}
.footer_right {
	float: right;
}
.footer_right a {
	color: #fff;
}
.menu_main{ background:#343538; display:inline-block; width:100%; float:left;}
.menu .navbar-brand{ display:none;} 
.menu .navbar{ padding:0px;}
.menu .navbar-nav li a{color: #e2e2e2!important;font-weight: bold; padding:10px 18px!important;}
.menu .navbar-nav li a:hover{ background:#00bcff;}
.menu .fa-bars{ color:#fff;}

 @media screen and (max-width:1170px) {
.container {
	width: 100%;
	max-width: 100%;
	padding: 0 15px;
}
}
 @media screen and (max-width:767px) {
.banner_text {
	width: 100%;
}
.logo {
	display: block;
	float: left;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dashed #b3e6fa;
}
.contact_d {
	float: left;
	padding-top: 15px;
}
.about_us img {
	margin-bottom: 30px;
}
}
 @media screen and (max-width:550px) {
/*.ccr_banner {
	height: 250px;
	font-size: 24px;
}
.banner_text {
	font-size: 24px;
	line-height: 30px;
}*/
}
 @media screen and (max-width:480px) {
.footer_left {
	float: left;
	width: 100%;
	text-align: center;
}
.footer_right {
	float: right;
	width: 100%;
	text-align: center;
	padding-top: 10px;
}
.footer_left{ font-size:13px;}
.footer_right{ font-size:13px;}
}
