<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
.dropdown-menu li:hover .sub-menu {visibility: visible;}
.dropdown:hover .dropdown-menu {display: block;}
/* Global Styles */


.img-portfolio {
	margin-bottom: 1px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
	height: 65%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
	height: 100%;
}

header.carousel .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

.img-border {
	float: none;
	margin: 0 auto 0;
	border: rgba(255,255,255,1) solid 1px;
}

.img-border2 {
	float: none;
	margin: 0 auto 0;
	border: rgba(255,252,219,1) solid 1px;
}

.img {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	transform:rotate(1deg);
}

.img-left {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	transform:rotate(-1deg);
}

.img-right {
	float: none;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	transform:rotate(1deg);
}

.img-left2 {
    float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	transform:rotate(-1deg);
}

.img-right2 {
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 17px;
	transform:rotate(1deg);
}

/* Footer Styles */

footer{
	/*text-align: center;*/
	/*background-color: rgba(19,46,58,0.7);*/
	color: #FFF;
	padding-top: 0px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 13px;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: center top;
}

footer p {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: center;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
	margin-bottom: 0px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
	margin-bottom: 5px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}

/* 獢屸𢒰���𢒰: 969px ����憭� 1232px��璅��讐匱�㗁�䌊: 銵��閧��𢒰��諹”�聢���𢒰�� */

@media screen and (min-width:968px) {
.footer_text_right {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: right;
	position: relative;
	min-height: 1px;
	padding-right: 7px;
	padding-left: 0px;
}

.footer_text_left {
	font-size: 15px;
	line-height: 22px;
	color: #fff;
	text-align: left;
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 7px;
}
}

/* 銵冽聢���𢒰: 481px �� 768px��璅��讐匱�㗁�䌊: 銵��閧��𢒰�� */

@media only screen and (min-width:481px) {

}

@media screen and (min-width:768px) {	
    .img {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 25px;
	transform: rotate(1deg);
    }
	
    .img-left {
	float: left;
	margin-right: 16px;
	margin-bottom: 0px;
	transform:rotate(-1deg);
    }
	
    .img-right {
	float: right;
	margin-left: 16px;
	margin-bottom: 0px;
	transform:rotate(1deg);
    }
	
    .img-left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	transform:rotate(-1deg);
    }
	
    .img-right2 {
	float: right;
	margin-left: 7px;
	margin-bottom: 0px;
	transform:rotate(1deg);
    }
}
</pre></body></html>