body {
  color: #3C3C3C; 
	position: relative; 
  background-color: #FFFFFF;
	background: url(/rstatic/image/wavegrid.png) 0 0; 
}
  h3 {
    margin: 10px 0 20px 0;
    font-size: 20px;
    color: #fff;
  } 
  .container {
    padding: 280px 120px;
  } 
  .container h3,.container p {
	  color: #111;
  }
  .navbar {  
    font-family: Poppins, sans-serif;
    margin-bottom: 0;
    border: 0; 
    font-size: 12px;
    opacity: 0.9;
  }
.carousel-inner h3{
  color: #4A71A3;
}
  .carousel-inner img {
    width: 100%; 
    margin: auto;
  }
  @media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 px wide */
    }
  }
  .read_more {
	  text-align: center;
	  float: right;
  }
  @media screen and (max-width: 768px) {
	.col-sm-3 {
	  margin-top: 0.666em; /* Indent to button when the screen is less than 768 px wide */ 
	}
  }
  footer {
	  padding: 2em;
  }
  footer > p {
	color: #111; 
  }
  .glyphicon-envelope,.glyphicon-phone,.glyphicon-copyright-mark {
	  margin-right: 5px;
  }
  
  
.img-max {
	max-width: 100%;
	width:100%;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    //width: 75%;
    //max-width: 75%;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.out {
  animation-name: zoom-out;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(1)}
    to {-webkit-transform:scale(2)}
}

@keyframes zoom {
    from {transform:scale(0.4)}
    to {transform:scale(1)}
}

@keyframes zoom-out {
    from {transform:scale(1)}
    to {transform:scale(0)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
