.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 50%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.caption {
	position: absolute;
	top: 50%;
	left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 50%;
	z-index: 9;
	margin-top: 20px;
	text-align: center;
}
.caption h1 {
  color: #fff;
	font-size: 60px;
	line-height:66px;
	font-weight: 700;
	margin-bottom: 25px;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.caption h2 {
  color: rgb(241 95 34);
	font-size: 32px;
	line-height:36px;
	font-weight: 300;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
.caption p {
  color: #fff;
	font-size: 20px;
	line-height:22px;
	font-weight: 700;
	text-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
a.big-button {
	color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    background: rgb(241 95 34);
    padding: 10px 25px;
    border-radius: 10px;
    margin-top: 50px;
    margin-bottom: 0;
    display: inline-block;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.9);
}
a.big-button:hover {
	text-decoration: none;
	background: rgba(255, 0, 0, 0.9);
}
a.view-demo {
	color: #fff;
	font-size: 21px;
	font-weight: 700;
	display: inline-block;
	margin-top: 35px;
}
a.view-demo:hover {
	text-decoration: none;
	color: #333;
}

.carousel-indicators .active {
  background: #fff;
}
.carousel-indicators li {
  background: rgba(255, 255, 255, 0.4);
  border-top: 20px solid;
  z-index: 15;
}

.cid-uM6isQE1pK .icon {
	width: 34px;
    height: 34px;
    font-size: 12px;
}
.set-box {
    display: inline-block;
    width: 47%;
    background: #fff;
    border: 1px solid #e9e9e9;
	border-bottom: 6px solid #591a7430;
    margin: 1% 1% 5%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
	font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
}
.set-box:hover{
	background:#f9f9f9;
}
.set-box-1 {
    display: inline-block;
    width: 98%;
    background: #fff;
    border: 1px solid #b1b1b180;
    border-bottom: 6px solid #b3b3b3;
    margin: 1% 1% 4%;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'Quicksand', sans-serif;
    font-size: 0.95rem;
    color: #000;
}
.set-box-1:hover {
	background:#f9f9f9;
	border-bottom: 6px solid #eee;
}
.set-box h5, .set-box-1 h5{
	color: #591a74;
    font-weight: bold;
}
@media (min-width: 992px) {
    .cid-uM6isQE1pK .left-wrapper {
        padding-right: 1rem;
    }
}