@media only screen and (min-width: 320px) and (max-width: 768px) {
.logo {
    width: 100%;
    clear: both;
    float: left;
    padding: 12px 0px 0px 0px;
}
.logo img
{
	width:100%;
	height:auto;
}
.hide
{
	display:none;
}
.hiddens
{
	display:block;
}
.top-info {
	

}
.mail-icon
{
	display:none;
}
.call-icon
{
	float:left;
	color:#000;
	line-height:24px;
	letter-spacing:1px;
	padding:20px 0px;
	width:210px;
	position:absolute;
	right:-10px;
	top:-5px;
	
}
.search-ctnr {
    width: 100%;
    float: left;
    padding: 20px 0px 0px 0px;
    margin-right: 10px;
}
.search-ctnr input {
    background-color: #eeeeee;
    border: #eeeeee solid 1px;
    padding: 8px 10px;
    float: left;
    width: 85%;
    border-radius: 4px 0px 0px 4px;
}
.search-ctnr button
{
	background:#00aef0 url(../images/search-btn.png) no-repeat center;
	border:#00aef0 solid 1px;
	padding:19px 10px;
	float:left;
	width:15%;
	border-radius:0px 4px 4px 0px;
}
.login {
    border-radius: 4px;
    background-color: #ec2d8f;
    padding: 10px 20px 10px 20px;
    float: left;
	clear:both;
    margin: 20px 0px 0px 0px;
    color: #FFF;
    font-weight: bold;
}
.menu-nav
{
  clear:both; float:right; width:100%;
  color:#fff;
  padding:0px 0px 0px 0px;
  font-weight:500;
  margin-top:15px;
 
}
.navbar-brand
{
	display:block;
	font-size:14px;
	color:#fff !important;
}
.navbar
{
	padding:8px 15px;
	background-color:#00aef0 !important;
	margin:0px 0px;
}
.nav-link {
    display: block;
	padding:7px 0px !important;
	color:#fff !important;
	font-size:12px;
}
.navbar-light .navbar-toggler-icon {
	background:url(../images/nav-icon.png) no-repeat center;
}
.carousel-control-prev
{
	
	width:40px;
	opacity:1;
	align-items: left;
	justify-content: left;
	text-align: left;
}
.carousel-control-prev-icon
{

	background:url(../images/bnr-arrow-left.png) no-repeat center #0b5dba;
	border-radius:0px 4px 4px 0px;
	height:50px;
	width:30px;

}
.carousel-control-next
{
	
	width:40px;
	opacity:1;
	align-items: right;
	justify-content: right;
	text-align: right;
}
.carousel-control-next-icon
{

	background:url(../images/bnr-arrow-right.png) no-repeat center #0b5dba;
	border-radius:4px 0px 0px 4px;
	height:50px;
	width:30px;

}
.footer-contact-cntr li {
    list-style-type: none;
    float: left;
    padding: 0px;
}
.footer-menu {
    width: 100%;
    margin-right: 5px;
    margin-left: 5px;
	margin-bottom:20px;
}
.banner-news
{
width: 90%;
position:relative;
right: 5%;
left:5%;
top: 30px;
z-index: 9;
}
#carouselExampleCaptions
{
	display:none;
}
#banner-ctnr
{
	width:100%; clear:both; float:left; position:relative;
	background:url(../images/banner.jpg) no-repeat top center;
	background-size:cover;
	padding-bottom:80px;
}
.mission-cntr
{
	width:100%; clear:both; float:left;
	padding:30px 15px;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #fff !important);
	background-color:#00aef0;
	border-radius:4px;
}