/*image slider*/

.carousel {
    background: #2f4357;
    margin-top: -20px;
	/*padding-bottom: 60px;*/
    /*padding-bottom: 124px;*/
}

.carousel .item {
    min-height: 280px;
    /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
    margin: 0 auto;
    /* Align slide image horizontally center */
}

.item img {
    width: 100%;
    height: 100%;
}

.bs-example {
    margin: 1px;
}

.carousel-inner > .item > img {
  width:100%;
  height:550px;
}

/*.carousel {
  width:640px;
  height:360px;
}*/


	




/* panel content scetion*/
.panel-body {
    background-color: aliceblue;
    font-family: Times New Romans;
    font-size: 20px;
}

.panel-heading {
    font-size: 30px;
    text-align: center;
    font-family: Times New Romans;
}

.panel panel-primary{
	padding-top: 15px;
}
/* end panel content scetion*/



/* coming soon image */
 .bg_cs img {
    align-content: center;
    margin: 0px 244px;
}
/* coming soon image */



/*infra gallery*/

.bg-overlay {
    background-image: url(../media/wall.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
	/*background-color: salmon;*/
    height: 160px;
    padding-top: 10px;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 48px;
}


.text-center p {
    font-size: 55px;
    padding-right: 60%;
    font-family: Calibri;
}


/*end infra gallery*/

/* contact us*/
.map {
    margin-top: 39px;
}

.header h1 {
    color: white;
}

.contact-bg {	
	 background-image: url(../media/contact.jpg);
}

/* end cntact us*/


/*syl buton*/


.btn {
	margin: 37px;
}

.btn-primary{
	padding-right: 60px;
}
	
/**/


