<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> 
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

 .grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width:100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
        padding-left: 5px;
}

.grid figure h2,
.grid figure p, .grid figure i {
	margin: 0;
}

.grid figure p {
    font-size:18px;
}

/* Individual effects */

 

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
    min-height: 300px;
    background: #273272;
}
figure.effect-bubba:hover{
    background:#fcd93a;
    border:#fcd93a solid 1px
}

figure.effect-bubba img {
	opacity:1;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity:1;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
padding-top: 12%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    color: #fff;
    font-size: 22px;
    line-height: 32px;
}
figure.effect-bubba h2:hover, .grid figure:hover h2 {
    color:#000 !important;
    display:none !important
}
/*.fa-mobile{*/
/*    font-size:105px !important;*/
/*}*/
figure.effect-bubba i{
    color: #fff;
    font-size: 50px;
    margin: 0;
    padding: 32% 0 0;
        -webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 16px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    color:#000;
        text-transform: none;
    letter-spacing: 0;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p,
figure.effect-bubba:hover i{
	opacity: 1;
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
     color:#000
}
figure.effect-bubba:hover i {
    padding-top: 24%;
}
  
  
  .carousel-wrap {
  margin: 0px auto;
  padding: 0 0%;
 width:85%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav &gt; div {
    margin-top: -29px;
    position: absolute;
    top: 50%;
    color: #444;
}

.owl-nav i {
    font-size: 30px;
    color: #273272;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
.owl-nav .owl-next:before{
    display:none
}
  .owl-carousel.owl-loaded {
    display: block;
}
 .owl-item {
    background: #273272 !important;
    color: #fff;
    text-align: center;
    height: auto !important;
    border-left: #ccc 1px solid;
    margin-right: 0 !important;
    font-size: 17px;
    font-weight: 500;
    width:203px !Important;
}
 .owl-item a{
    color: #fff;
}
.select{
    background:#fcd93a;
    padding: 10px;
    color: #000;
    text-align: center;
}
.select a{
   color: #000; 
} 
.pd{
    padding: 10px 0;
}
  
@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
@media screen and (max-width:1920px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
	figure.effect-bubba i{
	    padding: 20% 0 0;
	}
	figure.effect-bubba:hover i {
        padding-top: 20%;
    }
}
@media screen and (max-width:1680px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
}
@media screen and (max-width:1440px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
	figure.effect-bubba i{
	    padding: 28% 0 0;
	}
	figure.effect-bubba:hover i {
        padding-top: 24%;
    }
}
@media screen and (max-width:1366px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
	figure.effect-bubba i{
	    padding: 32% 0 0;
	}
	figure.effect-bubba:hover i {
        padding-top: 24%;
    }
}
@media screen and (max-width:1280px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
}
@media screen and (max-width:1024px) {
	.owl-stage .owl-item{
		width: 4.16% !important;
	}
	.grid figure figcaption{
	    padding:0;
	}
	figure.effect-bubba i
	{
        padding: 2em 0 0 !important;
    }
}</pre></body></html>