<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@media(max-width:1200px) { 
	.contact-form-item {padding: 30px 35px;}
	.contact-form-item h2 {font-size: 30px;}
}
@media(max-width:992px){
	.navbar-default .navbar-nav &gt; li &gt; a {font-size:9px; letter-spacing: 0px;}
	.btm-banner-strip .media img {float: left;width: 50px;}
	.btm-banner-strip .media h5 {font-size:13px;}
	.bg-cover-contact {height: 400px;}
	.aboutpage-section:before {background-color: rgba(255, 255, 255, 0.5);}
	.navbar-brand &gt; img {width: 225px;}
}
@media(min-width:769px){
	.navbar-nav &gt; li &gt; a {padding-top:45px;padding-bottom:45px;border-right: 1px solid #e8e8e8;}
	.navbar-nav &gt; li:first-child &gt; a {border-left: 1px solid #e8e8e8;} 
	.navbar-default .navbar-nav &gt; li:last-child &gt; a:after { display: none;width:0px;}
	 ul.nav.navbar-nav li:hover &gt; .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
}
@media(max-width:769px){
	.navbar-default .navbar-toggle {border-color:#d2cece;    margin-top: 15px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#ff0000;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav &gt; li &gt; a {border-bottom: 1px solid rgba(238, 238, 238, 0.9);
	font-size:14px; letter-spacing: 0px;
	}
	.navbar-default .navbar-nav &gt; li:last-child a {border-bottom: 0px;}
	.navbar-brand &gt; img {width:auto;}
	.btm-footer p {text-align: center;}
	.service-item:before {opacity: 1;}
	.service-item figure:before {opacity: 1;}
}
@media(max-width:580px){
	
}
@media(max-width:480px){
	.heading-style h1 span {display: block;}
	.product-category-content {width: 55%;}
	.product-category-content h2 {font-size: 25px;}
}</pre></body></html>