<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Typography */
body, ul, li, p, a, label, input, div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  font-weight: 300 !important;
}
.h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 38px !important;
  font-weight: 200 !important;
}
.h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 30px !important;
  font-weight: 300;
}
.h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 22px !important;
}

.videobanner { position:relative;overflow: hidden;}
.videobanner div{ position:absolute;
    top: 120px;
    text-align: center;
    width: 100%;
    font-size: 2.5rem !important;
    font-weight: bold!important;
	letter-spacing:2px;
    color: #fff;
	text-shadow: 1px 2px 2px black;
	} 
.videobanner video { width:100%;}	
.nbanner { width:100%; height:340px; text-align:center; padding-top:100px;}
.nbanner h3{ color:#FFFFFF; font-size:32px;text-shadow: 1px 2px 2px black;}
.nbanner p { color:#FFFFFF; font-size:18px;text-shadow: 1px 2px 2px black;}
.proc { padding:10px; margin:20px;}
.proc a{ padding:10px 30px; background:#0066CC; color:#FFFFFF!important; text-decoration:none;}
.proc a:hover { background:#FFFFFF; color:#000!important; border:#CCCCCC 1px solid!important;}

.newslist li{ padding:8px;}
.newslist li a{ font-weight:bold!important;}
.newslist li a:hover{ color:#0066CC;}
.newslist span {float:right; color:#CCCCCC;}
.newslist div{ padding:0 8px; line-height:28px; color:#999999; font-size:16px!important;}

.downbox { margin:30px; padding:40px; background:#e9eef5 !important; height:360px;}
.downbox  .fr {  float:right; position:relative; margin:10px; right:10px;}
.downbox  .fr a { color:#FFFFFF!important; text-decoration:none!important;}
.contacttext { padding-top:30px;}
.contacttext  li{ list-style:none; line-height:36px;}
.contacttext  li i { margin:0 10px;}
.form-group { line-height:38px;}
#dituContent { width:100%; height:400px;}
.bg-blue { background:#0e72b4;}	
.bg-blue h3{font-size: 2rem!important;
    color: #fff;}

.bg-blue1 { background:#31b0e5;}	
.bg-blue1 h3{font-size: 2rem!important;
    color: #fff;}
.counter { font-size:48px!important; color:#FFFFFF; text-align:center; margin-bottom:20px;}
.appp p{ font-size:14px!important;}
/* General */
.logo { font-weight: 500 !important;}
.text-warning {  color: #ede861 !important;}
.text-muted { color: #bcbcbc !important;}
.text-success { color: #59ab6e !important;}
.text-light { color: #cfd6e1 !important;}
.bg-dark { background-color: #0e72b4 !important;}
.bg-light { background-color: #e9eef5 !important;}
.bg-black { background-color: #1d242d !important;}
.bg-success { background-color: #59ab6e !important;}
.btn-success {
  background-color: #0e72b4 !important;
  border-color: #0e72b4 !important;
}
.btn-success a{ color:#FFFFFF!important; text-decoration:none!important;}
.pagination .page-link:hover {color: #000;}
.pagination .page-link:hover, .pagination .page-link.active {
  background-color: #056db1;
  color: #fff;
}
/* Nav */
#templatemo_nav_top { min-height: 40px;}
#templatemo_nav_top * { font-size: .9em !important;}
#templatemo_nav_top a { color:#FFFFFF; text-decoration:none;}
#templatemo_main_nav a { color: #212934;}
#templatemo_main_nav a:hover { color: #056db1;}
#templatemo_main_nav .navbar .nav-icon { margin-right: 20px;}

/* Hero Carousel */
#template-mo-zay-hero-carousel { }
/* Accordion */
.templatemo-accordion a { color: #000;}
.templatemo-accordion a:hover { color: #333d4a;}
/* Shop */
.shop-top-menu a:hover { color: #056db1 !important;}
/* Product */
.product-wap { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);}
.product-wap .product-color-dot.color-dot-red { background:#f71515;}
.product-wap .product-color-dot.color-dot-blue { background:#6db4fe;}
.product-wap .product-color-dot.color-dot-black { background:#000000;}
.product-wap .product-color-dot.color-dot-light { background:#e0e0e0;}
.product-wap .product-color-dot.color-dot-green { background:#0bff7e;}
.card.product-wap .card .product-overlay {
  background: rgba(0,0,0,.2);
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}
.card.product-wap:hover .card .product-overlay {
  visibility: visible;
  opacity: 1;
}

.inpro { background:#e7f7fe; padding:0; padding-bottom:10px;}
.inpro:hover { background:#31b0e5; color:#FFFFFF;}
.inpro:hover span a{ color:#FFFFFF !important;}
.inpro h5 { padding:10px 20px!important; margin:0 !important;}
.inpro li { padding:10px 20px!important; list-style:none; font-size:16px !important;}
.inpro span { padding:10px 20px!important; font-size:14px !important; margin-bottom:10px;} 
.inpro span a {font-size:14px !important; color:#000!important; text-decoration:none!important;}
.inpro span a:hover {color:#FFFFFF !important;}


.card.product-wap a { color: #000; font-weight: bold!important;}   
#carousel-related-product .slick-slide:focus { outline: none !important;}
#carousel-related-product .slick-dots li button:before {
  font-size: 15px;
  margin-top: 20px;
}
/* Brand */
.brand-img {
  filter: grayscale(100%);
  opacity: 0.5;
  transition: .5s;
}
.brand-img:hover {
  filter: grayscale(0%);
  opacity: 1;
}
/* Carousel Hero */
#template-mo-zay-hero-carousel .carousel-indicators li {
  margin-top: -50px;
  background-color: #59ab6e;
}
#template-mo-zay-hero-carousel .carousel-control-next i,
#template-mo-zay-hero-carousel .carousel-control-prev i {
  color: #59ab6e !important;
  font-size: 2.8em !important;
}
/* Carousel Brand */
.tempaltemo-carousel .h1 {
  font-size: .5em !important;
  color: #000 !important;
}
/* Services */
.services-icon-wap {transition: .3s;}
.services-icon-wap:hover, .services-icon-wap:hover i {color: #fff;}
.services-icon-wap:hover {background: #056db1;}
/* Contact map */
.leaflet-control a, .leaflet-control { font-size: 10px !important;}
.form-control { border: 1px solid #e8e8e8;}
/* Footer */
#tempaltemo_footer a { color: #dcdde1;}
#tempaltemo_footer a:hover { color: #68bb7d;}
#tempaltemo_footer ul.footer-link-list li { padding-top: 10px;}
#tempaltemo_footer ul.footer-icons li {
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
}
#tempaltemo_footer ul.footer-icons li:hover {
  background-color: #cfd6e1;
  transition: .5s;
}
#tempaltemo_footer ul.footer-icons li:hover i {
  color: #212934;
  transition: .5s;
}
#tempaltemo_footer .border-light { border-color: #2d343f !important;}
/*
// Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/
/* Small devices (landscape phones, 576px and up)*/
.product-wap .h3, .product-wap li, .product-wap i, .product-wap p {
  font-size: 12px !important;
}
.product-wap .product-color-dot {
  width: 6px;
  height: 6px;
}

@media (min-width: 576px) {
  .tempaltemo-carousel .h1 { font-size: 1em !important;}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  #templatemo_main_nav .navbar-nav {max-width: 450px;}
 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  #templatemo_main_nav .navbar-nav {max-width: 750px;}
  #template-mo-zay-hero-carousel .carousel-item {min-height: 30rem !important;}
  .product-wap .h3, .product-wap li, .product-wap i, .product-wap p {font-size: 18px !important;}
  .product-wap .product-color-dot {
    width: 12px;
    height: 12px;
  }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {}

@media screen and (max-width: 576px){
 .nav468 {max-width: 70%;}
 .nav468 img  { max-width:90%;}
 .videobanner { position:inherit; margin-left:-200px;}
  .videobanner video { object-fit:fill;width:auto; height:200px;}
 .videobanner div {
    position: absolute;
    top: 150px;
    text-align: center;
    width: 100%;
    font-size: 1.5rem !important;
    font-weight: bold!important;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 1px 2px 2px black;
    margin-left: 220px;
 }
 .h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px !important;
    font-weight: 200 !important;
}
 }</pre></body></html>