/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

#logo {
    display: block;
    margin: auto;
    max-height: 100%;
    border-right: 0px !important;
}
#header-wrap {
    background-color: #99cdff;
    border-bottom: 1px #99cdff;
}
.revo-slider-emphasis-text {
	font-size: 64px;
	font-weight: 700;
	letter-spacing: -1px;
	font-family: 'Poppins', sans-serif;
	padding: 15px 20px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
}
.revo-slider-desc-text {
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	width: 650px;
	text-align: center;
	line-height: 1.5;
}
.revo-slider-caps-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 3px;
	font-family: 'Poppins', sans-serif;
}
.tp-video-play-button { display: none !important; }
.tp-caption { white-space: nowrap; }
tr.active td {
	background: #3fd5ba;
	color: #ffffff;
}
.image-list {}
.image-list img {
	margin-bottom: 15px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border: 1px solid #999 !important;
}
.line, .double-line {
    margin: 15px 0 30px;
}

@media only screen and (min-width: 1024px) {
	#header {
		height: 60px;
	}
}
@media only screen and (max-width: 1024px) {
	.image-list,
	.image-list > .row {
		padding-left: 10px;
		padding-right: 10px;
	}
	.image-list [class*=col-]:not([class*=sticky-]):not([class*=position-]) {
	    position: relative;
	    width: 33.33%;
	    margin: auto;
	    padding: 0;
	}
	#logo a {
	    color: #000;
	    font-family: var(--cnvs-primary-font);
	    font-size: 24px;
	    width: 100%;
	    font-weight: 700;
	    line-height: 42px;
	}
}