<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.homeslider-container {
	margin-bottom: 50px;
	position: relative;
	float: left;
	width: 100%;
}
.homeslider {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin:0;
}
.homeslider li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.homeslider img {
	display: block;
	position: relative;
	height: auto;
	width: 100%;
	border: 0;
}
.homeslider .caption {
	display: block;
	z-index: 2;
	font-size: 1em;
	text-shadow: 0px 3px 3px rgb(3, 3, 3);
	background: none;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	bottom: 28px;
	color: white;
	left: 90px;
	position: absolute;
	right: auto;
}
.homeslider_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	top: 52%;
	left: 0;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 61px;
	width: 38px;
	background: transparent url("../homeslider.gif") no-repeat left top;
	margin-top: -45px;
}
.homeslider_nav:active {
	opacity: 1.0;
}

.homeslider_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
}
.homeslider .caption .ttheading {
    color: #ffff;
    font: 400 24px/40px "Poppins",sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
	float:left;
	width:100%;
}
.homeslider .caption .ttsubheading {
  color: #000;
  font: 300 84px/90px "poppins",sans-serif;
  text-transform: uppercase;
  letter-spacing:0.8px;
  text-align:left;
  float:left;
  width:100%;
}
.homeslider .caption .ttdescription {
    color: #ffff;
    float: left;
    font: 600 92px/130px "Playfair Display",sans-serif;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.homeslider .caption .caption-description {
  text-align: center;
}
.homeslider .caption .ttbtn {
    color: #ffffff;
    display: inline-block;
    float: none;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px 35px;
    text-transform: capitalize;
    vertical-align: top;
    background: #81ba00;
    border-radius: 25px;
}
.homeslider .caption .ttbtn:hover {
  background: #000 none repeat scroll 0 0;
  color: #fff;
}
@media (max-width: 1300px) {
.homeslider .caption .ttheading {
    font-size: 22px;
    line-height: 24px;
	margin:0 0 20px;
}
.homeslider .caption .ttdescription {
    font-size: 50px;
    line-height: 85px;
}
.carousel .carousel-item .caption {
    height: 220px;
    width: 550px;
}
.homeslider .caption .ttdescription::after {
	display:none;
}
}
@media (max-width: 991px) {
.homeslider .caption .ttsubheading {
  font-size: 44px;
  line-height: 50px;
}
.homeslider .caption .ttdescription {
    font-size: 50px;
    line-height: 70px;
    /* padding: 0; */
}
.carousel .carousel-item .caption {
    height: 225px;
    width: 540px;
}
.homeslider .caption .ttbtn{
	margin:0;
}
.homeslider .caption .ttheading {
    text-align: center;
    font-size: 20px;
    line-height: 22px;
}
}
@media (max-width: 767px) {
	.homeslider .caption .ttheading {
		font-size: 16px;
		line-height: 18px;
		margin: 0 0 15px;
	}
	.homeslider .caption .ttdescription {
		font-size: 30px;
		line-height: 50px;
	}
	.carousel .carousel-item .caption {
		height: 155px;
		width: 420px;
	}
	.homeslider .caption .ttbtn{
		padding:10px 30px;
	}
}
@media (max-width: 543px) {
.homeslider .caption .ttheading {
    font-size: 13px;
    line-height: 15px;
	margin:0 0 5px;
}
.carousel .carousel-item .caption {
    height: 145px;
    width: 230px;
}
.homeslider .caption .ttsubheading {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 10px;
}
.homeslider .caption .ttbtn &gt; a{
	padding:4px 15px;
}
.homeslider .caption .ttdescription {
    font-size: 20px;
    line-height: 35px;
}
.homeslider .caption .ttheading{
	margin:0 0 5px;
}
.homeslider .caption .ttbtn {
  font-size: 11px;
  padding: 6px 15px;
}
.homeslider .direction .carousel-control{
	height: 24px;
    width: 35px;
}
.carousel .carousel-control .icon-next i, .carousel .carousel-control .icon-prev i{
	padding:3px;
}
.homeslider .direction {
    right: 15px;
    bottom: 40px;
}
}
</pre></body></html>