/* blank */
body {
    font-family: 'Roboto';
    font-size: 22px;
    word-break: break-word;
}

header{
    background:#112e51 ;
    width: 100%;
}

footer{
    background: #0071bb !important;
}

.barckground1{
    background: #0071bb !important;
}

.cwhite{
    color: #fff;
}

.navbar-light .navbar-nav .active > .nav-link{
    color: #112e51;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.nav-link {
    font-size: 12px;

}

.margin10{
    margin: 10px;
}

.padding10{
    padding: 10px;
}

.page-title{
    color:#112e51 ;
    text-align: center;
    margin: 20px 0;
}

.featured_image{
    text-align: center;
}

.featured_image img{
    max-width: 700px;
}

.carousel{
    width: 60%;
   margin: 0 auto;
}

.carousel h5,.carousel p{
    color: #000;
}

.carousel-caption{
    position: relative;
    bottom: 20px;
    right: 0;
    left: 0;
}

.carousel-indicators li {
    background-color: #112e51;
}
.carousel-indicators .active {
    background-color: #0071bb;
}

.carousel-control-next {
    right: -15%;
}

.carousel-control-prev {
    left: -15%;
}
/*
.container img{
  width: 100%;
}*/
.form-control{
  margin:6px;
}
#msgerror,#msgok{
  display:none;
}
.icon{
  width:35px !important;
  margin-right:20px;
}
.message{
  border-radius:25px;
  border:1px solid #ddd;
  padding:5px;
  margin:5px -15px 5px -15px;
}
.message2{
  border-radius:25px;
  border:1px solid #ddd;
  padding:5px;
  margin:5px -15px 5px 30px;
}
.speech-bubble {
	position: relative;
	background: #efefef;
	border-radius: .4em;
  margin: 5px 0 5px 20px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 47px solid transparent;
	border-right-color: #efefef;
	border-left: 0;
	border-top: 0;
	margin-top: -23.5px;
	margin-left: -47px;
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    background-color: #112e51;
    width: 40px;
    height: 40px;
}
.imgGalery {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
}

.imgGalery:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}
@media screen and (max-width: 320px) {
     table {
       display: block;
       overflow-x: auto;
     }
}
@media screen and (max-width: 600px) {
    .carousel{
        width: 80%;
        min-height: 300px;
    }

    .carousel-control-next-icon,.carousel-control-prev-icon {
        width: 20px;
        height: 20px;
    }
}