body{

}
.text-change {
    min-height: 40px;
    text-align: center;
}

#contact{
	display: inline-block;
	width:100%;
}
.t-contact{
	 background-color: #00aeef;
	 color: #fff;
	 margin:0;
	 padding: 20px 0;
	 text-align: center;
	 font-family: "Oswald",sans-serif;
}
.sec-contact{
	margin:10px 0;
}
.sec-contact h3{
   font-family: "Oswald",sans-serif;
   margin: 15px 0;
}
.address > ul{
	margin: 10px 0;
}
.address i{
	color: #00aeef;
}
.address > ul li{
	list-style: none;
	margin-bottom: 10px;
}
.address .fa-map-marker{
	color: #00aeef;
}
.contact-form {
    display: inline-block;
    width: 100%
}
.contact-form label{
	color: #00aeef;
	width: 100%;
	float: left;
}
.contact-form .required {
    color: #fa0000;
    font-size: 18px;
    margin-left: 3px;
}
.contact-form .aqua_input{
	width: 100%;
	border: 2px solid #00aeef;
    border-radius: 5px;
    padding: 10px;
}
.contact-form textarea{
	height: 120px;
}
.contact-form .sm_button{
	border: 2px solid #00aeef;
    border-radius: 5px;
    background: #00aeef;
    color: #fff;
    font-size: 22px;
    padding: 5px 15px;
}
#add-image {
    display: inline-block;
    width: 100%;
}
#add-image img{
	max-width: 100%;
}





.carousel-inner .col-md-2 {
    width: 11%!important;
}
header {
    display: inline-block;
    width:100%;
    margin:0;
    padding:0;
    min-height: 120px;
    transition: all 0.4s ease;
    font-family: 'Oswald', sans-serif;
    border-bottom:1px solid #eee; 
}
.sticky{
	position: fixed;
	top:0;
	left: 0;
	z-index: 9999;
	background: #fff;
	border-radius: 0;
	height: 75px;
	min-height: 75px;
	transition: all 0.4s ease;
}
.sticky .navbar-brand > img {
    max-width: 55%;
    transition: all 0.4s ease;
}
.sticky .nav {
    padding-top: 13px;
    transition: all 0.4s ease;
}
.sticky .navbar-inverse {
    height: 75px;
    transition: all 0.4s ease;
}
.sticky .navbar-fixed-top {
    height: 117px;
    min-height: 75px;
    transition: all 0.4s ease;
}
.top-header {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding:0;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #00aeef;
    position: relative;
    z-index: 9999; 
    transition: all 0.4s ease;
}
.top-header p{
	margin: 0;
	transition: all 0.4s ease;
}
.top-header a{
	color: #fff;
	font-size: 16px;
	transition: all 0.4s ease;
}
.top-header i {
    font-size: 18px;
    margin-right: 7px;
    transition: all 0.4s ease;
}
.navbar-inverse {
    background-color: #fff;
    border: none;
    position: relative;
    margin: 0;
}
.navbar-brand {
    height: 120px;
    line-height: 80px;
    padding: 8px 0px 0px 10px;
}
.navbar-brand > img{
	max-width: 100%;
}
.navbar-right a{
	padding: 10px!important;
}

.navbar-right i{
	font-size: 24px;
	color: #00aeef;
}
.nav {
	padding-top: 35px;
}
.nav a{
	color: #3d64aa!important;
	 font-size: 18px;
}
.dropdown-menu a{
	font-size: 14px!important;
}
.open > a{
	background: none!important;
}
.open > a:hover{
	background: none!important;
}
.navbar-header {
    width: 260px;
    margin-right: 65px !important;
}
#slider{
	width: 100%;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.title{
	color: #00aeef;
	font-size: 32px;
	margin: 0 0 20px;
	font-family: 'Lobster', cursive;
}
.view {
    color: #00aeef;
    font-size: 16px;
    line-height: 30px;
}
#about{
	padding:30px 0;

}
.about{
	margin: 0 auto;
	padding:0;
}
.wel-title{
	margin: 0 0 20px;
	font-size: 32px;
	text-align: center;
	color: #00aeef;
	font-family: 'Lobster', cursive;
}
.btn-large{
	background: rgba(0, 174, 239, 0.7);
	font-size: 24px;
    padding: 10px 25px;
    margin-top: 15px;
}
#product{
	background: #d7d7d7;
	padding: 20px 0;
}
.thumbnail {
	 overflow-x: hidden;
    overflow-y: hidden;
}
.thumbnail img{
    transform: scale(1);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
    overflow-x: hidden;
    overflow-y: hidden;

}
.thumbnail img:hover{
	opacity: 0.7;
    transform: scale(1.1);
    transition-delay: 0s;
    transition-duration: 0.25s;
    transition-property: all;
    transition-timing-function: ease;
}

#client-logo{
	padding-top: 40px;
	padding-bottom: 25px;
	display: block;
}

.consume{
	width: 100%;
	display: block;
}
.consume h3{
	margin:20px 0 0;
	font-size: 20px;
}
.consume img{
	max-width: 100%;
    border: 1px solid #eee;
    transform: scale(1);
    transition: all 0.5s ease;
} 
.consume img:hover{
	opacity: 0.7;
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.l-menu{
   position: relative;
}

.l-menu:hover .l-sub-menu{
   display: block;
   top: 25px;
   background: #00aeef;
   border-radius: 0;
}
.l-sub-menu li a{
	color: #333!important;
}


.modal-dialog{
	top:100px;
}

footer {
    display: inline-block;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}
.sub-footer{
	width: 100%;
	/*background: #1b93d1;*/
	background: #0b71af;
	display: block;
	color: #fff;
	padding: 20px 0;
}
.widget{
	display: block;
}
.widget-2{
 text-align: center;
}
.widget h3{
	margin: 15px 0;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	color: #000;
}

.widget-2 ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget-2 ul li{
	list-style: none;
	margin: 5px 0;
}
.widget-2 ul li a{
	color: #fff;
	font-size: 14px;
}
.widget-3 ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.widget-3 ul li{
	list-style: none;
	margin: 5px 0;
}
.widget-3 ul li a{
	color: #fff;
	font-size: 14px;
}
.copy-right{
	background:#00aeef;
	display: inline-block;
	width: 100%;
	color: #fff;
	padding: 10px 0;
}
.copy-right a{
	color: #3d64aa;
}
.copy-right p{
	text-align: center;
	margin: 0;
} 

@media screen and (max-width: 767px) {
	.top-header{
		height: auto;
	}
	.pull-right{
		float: left!important;
	}
	.navbar-header{
		width: 100%;
	}
	.navbar-toggle{
		background: #333;
		top: 40px;
	}
	.sticky .navbar-toggle{
		top: 15px;
	}
	.navbar-collapse{
		background: #fff;
	}
	.navbar-brand > img {
    max-width: 80%;
   }
   .col-xs-2 {
    width: 50%;
   }
   .about{
   	width: 90%;
   }
   .carousel-inner .col-md-2 {
    float: left;
    width: 20% !important;
   }
   .widget-2 {
    text-align: left;
  }
 
}
@media screen and (max-width: 414px) {
.navbar-brand{
	width: 75%;
   }
   .navbar-brand > img {
   	margin-top: 22px;
   }
   .sticky .navbar-brand > img {
   	margin-top:5px;
   }
}


.about p {
    line-height: 27px;
}

.navbar-header :hover{
	color: #000;
}

.navbar-header h2{
	color: #000;
}

.navbar-header h4{
	color: #000;
}

.navbar-header h2 {
    font-size: 28px;
}

.caption h4 {
    font-size: 17px;
}

.logo img {
    width: 47%;
}

.dropdown-submenu {
    position: relative;
	margin-bottom: 20px;
}

.dropdown-submenu a:hover{
	background: #8F8F8F!important;
	color: #000 !important;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-submenu a {
    font-size: 17px !important;
}

.nav > li > a{
	padding: 10px 40px !important;
}

.chicago{
	color: #ED3237;
}

.dropdown-menu a{
	font-size: 17px !important;
}

.dropdown-menu a:hover{
	background: #8F8F8F!important;
	color: #000 !important;
}

.dropdown-menu li{
	margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) and (min-width: 610px) {
	.navbar-header{
		margin-right: 0px !important;
		width: 129px;
	}
	
	.logo img {
    width: 100%;
}
	
	.nav > li > a {
    padding: 10px 18px !important;
}
	
	.nav {
    padding-top: 47px;
}
	
	.widget-2 {
    text-align: left;
}
	
	.dropdown-menu a {
    font-size: 15px !important;
}
}