/*
 * 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, h1, h2, h3, h4, h5, h6, a, p, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1 {
	
	font-size: 30px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 400;
	line-height: 66px;
	text-transform: uppercase;
	
}
h2 {
	
	font-size: 25px;
	line-height: 36px;
	color: #000;
	margin-bottom: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
h3 {
	
	font-size: 22px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-bottom: 10px;
}
h4 {
	
	font-size: 17px;
	color: #000;
	margin-bottom: 10px;
	line-height: 24px;
	font-weight: 400;
}
h5 {
	
	font-size: 16px;
	color: #000;
	margin-bottom: 10px;
	line-height: 22px;
	font-weight: 700;
}
h6 {
	
	font-size: 14px;
	color: #000;
	margin-bottom: 10px;
	font-weight: 400;
}
a {
	outline: 0;
	color: #016db9;
	-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;
}
p {
	margin-bottom: 10px;
}
a:focus, a:hover {
	color: #000;
	text-decoration: none;
}
.container {
	padding: 0;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
/* Top-Header
---------------------------------------------------------------------- */
.ccr_main_section {width:100%;display: inline-block;float: left; margin:0px; padding:0px; }

.top_header{width:100%;display: inline-block;float: left; margin:0px; padding:0px 0px; text-align:center;}
.logo{ background:#f7931e; display:inline-block; float:left; padding:15px;}
.lightblue{ background:#00a99d;}
.header_mid{    display: inline-block;
    margin: 10px 0 0px;
    padding: 0px 0px 0 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    float: left;
    width: 38%;
    text-align: center;}
    .header_mid span{ display: block;}
.header_right{display: inline-block;float: right; margin:0px; padding:0px; }
.about_main p{color: #333;font-size: 18px; line-height: 32px; }
 
.header_right .navbar-light .navbar-nav .nav-link{ color:#fff;}
.header_right .navbar-expand-lg .navbar-nav .nav-link{padding-left: 0.8rem; padding-right: 0.8rem;}
.slider_banner{width:100%;display: inline-block;float: left; margin:0px; padding:0px;  overflow:hidden;}
.slider_banner img{ width:100%;}
.welcome-section{width:100%;display: inline-block;float: left; margin:0px; padding:70px 0px;}
.title_section{width:100%;display: inline-block; margin:0px 0 50px; padding:0px 0px;}
.title_section h1{ text-align:center; color:#333; margin:0px; font-size:45px;}
.left_section{width:100%;display: inline-block;float: left; margin:0px; padding:0px 0px;}
.left_section h2{ font-size:20px; color:#3e7bb4; font-weight:700;}
.left_section p{ text-align:left; font-size:18px; color:#333; line-height:32px;}
.right_section{width:100%;display: inline-block;float: left; margin:0px; padding:0px 0px; text-align:center;}
.line{ height:1px; background:#F90;  width:13%; margin:0 auto;}
.well{ background:#fff; border-top:solid 1px #fff;}

.what-section{width:100%;display: inline-block;float: left; margin:0px; padding:40px 0px;}
.left_what{width:100%;display: inline-block;float: left; margin:0px; padding:30px; }
.left_what h3{ text-align:center; color:#fff;}
.left_what p{ color:#fff; text-align:justify;}
.what-section .title_section{width:100%;display: inline-block; margin:0px 0 20px; padding:0px 0px;}
.what-section .title_section h1{ text-align:center; color:#333; margin:0px;}
.contact_bg{ background:#333;}
.bg-info{ background:#00a99d!important;}
.bg-primary{ background:#3e7bb4!important;}
.bg-warning{ background:#f7931e!important;}

.contact_section{width:100%;display: inline-block;float: left; margin:0px; padding:40px 0px;}
.contact_section .title_section{width:100%;display: inline-block; margin:0px 0 20px; padding:0px 0px;}
.contact_section .title_section h1{ text-align:center; color:#fff; margin:0px;}
.contact_section .form-control{ background:#4d4d4d; color:#fff; font-size:13px; height:45px;}
.btn-primary { background-color: #f7931e; border-color: #f7931e; color: #fff;}
.btn-primary:hover { background-color: #f89b2e; border-color: #f89b2e; color: #fff;}

#homepageContentTable{ display:none;}
.welcome-section form{ display:none;}

@media screen and (max-width:1556px) {
.header_mid{ width: 26%;}

}
 @media screen and (max-width:1366px) {
.header_mid{ font-size:14px;}
 }

 @media screen and (max-width:1300px) {
    .header_mid { width: 24%;  }
 }

 @media screen and (max-width:1220px) {
    .header_mid { width: 22%;  }
    .header_mid{ font-size:11px;}
 }
 
 
 @media screen and (max-width:1170px) {
	.container {padding: 0 15px;}
.header_mid{ font-size:12px;}
 }

 @media screen and (max-width:1024px) {
.header_mid{ font-size:19px;}
 }
  @media screen and (max-width:800px) {
	.header_mid{ width:64%; margin:8px 0 0;}  
  }
 
 @media screen and (max-width:640px) {
	.header_mid{ width:50%; margin:8px 0 0;}

 }
 @media screen and (max-width:640px) {
 .header_mid {
    margin: 8px 0 0;
    width: 42%; font-size:15px;
}
 }
 @media screen and (max-width:514px) {
 .header_mid {
    margin: 8px 0 0;
    width: 50%; font-size:13px;
}
 }
 @media screen and (max-width:480px) {
 .header_mid {
    margin: 8px 0 0;
    width: 45%; font-size:13px;
}
 }
 
  @media screen and (max-width:414px) {

.logo{ width:100%;}
.header_mid {
    margin: 8px 0 0;
    width: 70%;     font-size: 12px;
    line-height: 20px;
}
 }
 
 @media screen and (max-width:375px) {

.header_mid{ width:75%;}
 }