<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* .wk-card.wk-card-default.wk-margin-small-bottom:after {
    content: '';
    position: absolute;
    background: rgba(17, 81, 155,0.2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
	transition:0.5s;
}
.wk-card.wk-card-default.wk-margin-small-bottom:hover:after {
	background: rgba(17, 81, 155,0.4);
} */


legend.gfield_label.gform-field-label.gfield_label_before_complex {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    padding: 0;
    color: #000;
    text-transform: capitalize;
}

.wk-card-body,
.wk-card-media-top{
	background:#fff;
}
.wk-card.wk-card-default.wk-margin-small-bottom{
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 5px 0px rgba(17, 81, 155, 0.5);
    margin-top: 5px;
	background:#fff !important;
}
.quick-link-slider .wk-card-body {
	background:#1e73be;
}
.quick-link-slider .wk-card-body .wk-card-title a:hover {
    color: #fff !important;
}
.quick-link-slider .wk-card-media-top{
	background:#1e73be;
}
.product-slider .wk-slider-container{
	overflow:visible !important;
}
.product-slider .wk-position-medium {
    bottom: -120px;
    top: auto;
}
.product-slider a.wk-position-center-left.wk-position-medium{
    left: auto;
    right: 42px;
}
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; 
	transition: all 0.4s ease;
}
.pslider.min-height{
	min-height: 380px;
}
p.woocommerce-notice.techno_ctm_notice {
    font-weight: bold;
}
.product-slider {
	overflow: hidden;
}
.custom-slider .wk-card-media-top {
    height: 242px;
}
.custom-slider .wk-card-media-top img {
    height: 242px;
    object-fit: cover;
}
#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu{
	width:100vw !important;
}
.marquee {
	height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.marquee div {
  display: block;
  width: 200%;
  position: absolute;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}

.marquee span {
  float: left;
  width: 45%;
}
.marquee span.boat{
	width: 10%;
}



@keyframes marquee {
  0% { left: 0; }
  100% { left: -100%; }
}

.gallery-tc img.attachment-full.size-full {
    min-height: 250px;
    object-fit: cover;
}

@media only screen and (min-width: 1280px) {
	#mega-menu-wrap-primary #mega-menu-primary &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu{
		width:1230px !important;
		left:0 !important;
	}
}
/* @media only screen and (max-width: 1250px) {
	.product-slider {
		overflow: hidden;
	}
} */
@media only screen and (max-width: 768px) {
	.product-slider .wk-slider-container {
		overflow: hidden !important;
		padding-bottom: 50px !important;
	}
	.gallery-tc img.attachment-full.size-full {
		min-height: inherit;
		object-fit: cover;
	}
	span.none {
		display: none;
		width: 100%;
	}
	.marquee span {
    float: left;
    width: 100%;
}
}

.frm-btn-inquiry {
	background: #104F98;
	color: #fff;
}
.frm-btn-inquiry:hover {
	background: #3174A6;
}
.form-popup-inquiry {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,0.5);
	padding: 60px 20px;
	z-index: 99999;
	transition: 0.3s all ease;
	opacity: 0;
	pointer-events: none;
	max-height: 100vh;
	overflow-y: auto;
min-height: 100vh;
}
.form-popup-inquiry.active-popup{
	opacity: 1;
	pointer-events: all;
}
.form-popup-inquiry .form-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	background: white;
	padding: 40px 20px;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.inquiry-close {
	position: absolute;
	top: 0;
	right: 0;
	background: white;
	padding: 15px 20px;
	color: #000;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	cursor: pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.gform-page-footer .button {
	background: #104F98 !important;
	color: #fff !important;
}</pre></body></html>