.main-container {
  padding: 40px 15px;
}
.sliderimg1 {
	background:url(../images/slider/1.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;
}
.sliderimg2 {
	background:url(../images/slider/5.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;	
	
}
.sliderimg3 {
	background:url(../images/slider/3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;	
	
}
.sliderimg4 {
	background:url(../images/slider/4.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;	
	
}

.sliderimg5 {
	background:url(../images/slider/sip.jpg);
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;	
	
}

.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel .item {
	min-height: 450px; 
	height: 100%;
	width:100%; 
}
.carousel-caption h3,
.carousel .icon-container,
.carousel-caption button {
	background-color:transparent;
	color:#fff
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel .icon-container {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	padding: 1em;
	text-align: center;
	
	border-radius: 50%;
}
.carousel-caption button {
	border-color: transparent;
	margin-top: 1em; 
}

/* Animation delays */
.carousel-caption h3:first-child {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.carousel-caption button {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}
.icon-color
{
color:rgba(224, 217, 217, 0.82);
}
.img1{
	background:url(../images/slider/3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
}
.img2 {
	background:url(../images/slider/02.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	
}
.img3 {
	background:url(../images/slider/3.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	
}

.img4 {
	background:url(../images/slider/03.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	
}
.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.60); /*dim the background*/
}