<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face{
	font-family:'soleto_regular';
	src: url('/wp-includes/fonts/Soleto-Regular.ttf' ) format('truetype')
}

@font-face {
    font-family: 'soleto_medium';
    src: url('/wp-includes/fonts/Soleto-Medium.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'soleto_bold';
    src: url('/wp-includes/fonts/Soleto-Bold.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'soleto_light';
    src: url('/wp-includes/fonts/Soleto-Light.ttf') format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: 'GothamRounded';
    src: url('/wp-includes/fonts/GothamRounded-Light.otf') format('opentype');
    font-weight: 100;
}


html {
	font-family: soleto_light;
	color: #4e4b48;
}

h1 {
	font-family: soleto_light;
}

h2 {
	font-family: soleto_bold;
}

a {
	color: #666;
}

img {
	width: 100%;
}


ul li {
	list-style: none;
}

select {
	-webkit-appearance: none;/*å…¼å®¹è‹¹æžœæ‰‹æœº*/
}


* a:hover{
	background-color: none !important;
}


.h1 {
	font-weight: 500;
}

.d-flex {
	display: flex;
	align-items: center;
}

.justify-content-center {
	justify-content: center;
}

.mb-3 {
	margin-bottom: 3px;
}

.main-slider .swiper-slide .slider-text-block {
	background-color: rgba(255,255,255,.75);
}


/*HEADER*/

header {
	padding-top: 0;
	min-height: unset;
}

header .logo {
	width: 980px;
	padding: 20px;
	margin-top: 10px;
	background: none;
	height: auto;
	display: flex;
	align-items: flex-end;
}

header .logo .logo-box {
	width: 150px;
	margin-right: 20px;
}

header .logo a {
	width: auto;
	height: auto;
	display: flex;
    align-items: center;
}

header .logo .logo-img {
	width: 100%;
}

header .nav-container {
	float: unset;
	right: 0;
	margin-bottom: 0;
	top: 10px;
	display: flex;
    justify-content: center;
    width: 100%;
}
header .nav-container .main-menu {
	right: unset;
	margin: 0;
	top: 4px;
}

header .nav-container .main-menu li {
	position: relative;
}

header .nav-container .main-menu li a {
	font-family: soleto_regular;
	text-transform: none;
}

.mb-0 {
	margin-bottom: 0 !important;
}

/*HEADER*/

/*NAV*/
header .nav-container .main-menu li:last-child {
	display: inline-block;
}

.nav-container .main-menu li:first-child a {
	padding: 8px 23px;
}

.nav-container .nav-container-tel {
	font-size: 18px;
}

.nav-container-tel a {
	display: flex;
	align-items: center;
	color: #1e3c70;
	font-family: 'soleto_bold';
}
.menu-icon-pop {
	display: none;
}
.nav-container-box .current-menu-item a:after {
	position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    background: #27437c;
    left: 40%;
    bottom: 5%;
}

.current-menu-item a {
	color: #4e4b48 !important;
}

.nav-container-tel a img {
	width: 24px;
	margin-right: 5px;
}

.nav-container-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.line {
	position: relative; 
	height: 20px; 
	text-align: center;
	border-bottom: 1px solid black;
}
.line::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
	transform: translateY(-50%);
}
.line::after{
	content: "";
	position: absolute;
	top: 25%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: black;
}
/*NAV*/

.contact-data {
	background-image: url(../images/contact-page-icons/contact-bg.png);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: 100%;
}

.contact-data-box {
	width: 980px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 15px 20px;
	font-size: 26px;
	font-family: soleto_medium;
}

.contact-data-box img {
	width: 26px;
	margin-right: 5px;
	filter: drop-shadow(0px 1px 1px #333);
}


.contact-data-box .email-box {
	border-left: 1px solid #fff;
}


.contact-data-box span {
	font-family: soleto_light;
	font-size: 26px;
}

.contact-data-box .addr-box {
	font-size: 20px;
}

.contact-data-box div {
	padding: 10px 100px;
	text-align: center;
	line-height: 1;
	text-shadow: 0 1px 1px #000;
}

.contact-data div:last-child {
	border-right: none;
}

.content-container-title {
	font-size: 24px;
	margin: 20px 0;
}

.main-greeting {
	background: none;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 0;
	min-height: auto;
}

.main-greeting .paragraph-text-black {
	width: 100%;
	font-size: 14px;
}

.content-container {
	margin: 40px auto 0;
	width: 980px;
	display: flex;
    justify-content: space-between;
    padding: 0 20px;
}

.content-container-left {
	width: 62%;
	margin-bottom: 40px;
}

.content-container-right {
	width: 33%;
}

.sidebar-header {
	margin-top: 0;
	background: #c4c3bf;
	padding: 20px;
}

.sidebar-container-input {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}

.wpcf7-form-control {
	border-radius: 4px;
	border: 1px solid #333;
	padding: 4px;
}

.wpcf7-form-control::placeholder {
	color: #d1c7bc;
}


.sidebar-container-input input{
	width: 100%;
}


.sidebar-container-input img {
	width: 20px;
	margin-right: 8px;
}

.sidebar-container-input .state {
	padding: 4px;
	margin-left: 5px;
	width: 80px;
}

.sidebar-container-input .jt {
	display: inline-block;
	position: absolute;
	right: 2%;
	top: 40%;
	height: 20px;
	width: 18px;
	background-image:url(/wp-content/themes/bwstheme/icon/icon-down.svg);
	background-size: 150%;
	background-position: center -10px;
}

.sidebar-header h2 {
	margin: 0;
}

.sidebar-header p {
	font-size: 14px;
	margin: 0;
}

.contact-form {
	background: #edecea;
	margin-bottom: 40px;
}

.sidebar-container {
	background: #edecea;
	padding: 20px;
}

.sidebar-container-reviews {
	background: #edecea;
	padding-bottom: 40px;
	padding: 10px;
}

.sidebar-container-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5px;
}

.sidebar-container-content {
	font-size: 12px;
	padding-bottom: 20px;
    border-bottom: 1px solid;
}

.expertise {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.expertise a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 46.5%;
	margin-bottom: 6%;
	font-family: soleto_medium;
	color: #fff;
	position: relative;
}

.expertise a span {
	position: absolute;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	text-shadow: 0 1px 1px black;
}

.expertise img {
	width: 100%;
}

.cta-two-rows {
    display: table;
    width: 980px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.cta-two-rows .cta-left {
    background-color: #edecea;
    width: 67%;
}

.cta-two-rows .cta-left .cta-bottom {
	padding: 80px 0;
	text-align: left;
}


.cta-two-rows .cta-img {
	width: 33%;
}


.button-box {
	text-align: center;
	margin: 20px;
}

.cta-two-rows .cta-bottom .button-box {
	width: 100%;
    display: flex;
    justify-content: center;
}

.cta-two-rows .cta-bottom .button-box .button {
	display: flex;
	justify-content: center;
	font-size: 14px !important;
	line-height: 1.2;
	height: auto;
    font-family: 'soleto_medium';
    background-color: #27437c;
    padding: 6px 20px;
}

.cta-two-rows .cta-left .cta-bottom p {
	font-family: soleto_light;
}

.button-box .button {
    background-color: #27437c;
    color: #fff;
    font-family: soleto_medium;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding: 6px 20px;
    border: 0;
    line-height: 1;
}

.ti-reviews-container-wrapper .ti-review-item:nth-child(n+4) {
	display: none !important;
}

.ti-widget.ti-goog .ti-review-item {
	margin-bottom: 0 !important;
}

/*FOOTER*/

footer {
	display: flex;
    justify-content: center;
    padding-top: 10px;
    background-image: linear-gradient(#f3f3f3, #ffffff);
}

.footer-box {
	width: 980px;
	padding: 0 20px;
	display: flex;
    justify-content: space-between;
}

.contact-data-footer {
	display: none;
}

.footer-box-logo {
	width: 100px;
	margin-top: 11px;
}

.footer-box-right {
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}

/*FOOTER*/


.nav-container-foot .nav-container-foot-box {
	display: flex;
	align-items: center;
}

.nav-container-foot-box .main-menu {
	display: flex;
	margin: 0;
	margin-right: 20px;
}


.nav-container-foot .nav-container-foot-box .main-menu li a {
    display: block;
    padding: 8px 13px;
    color: #404040;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .6px;
    text-transform: none;
    text-decoration: none;
}


.cta-two-rows .cta-left .cta-bottom a:hover {
	background-color: #27437c;
}



/*SERVICES*/

.services-page {
	background-color: #fff;
}

.services-page .container {
	max-width: 980px;
}

.services-page .services-list .services-item {
	width: 48%;
	margin-bottom: 0;
	margin-top: 40px;
	border: 1px solid #edecea;
	padding: 24px;
}

.services-list .services-item .content-container-title {
	margin-top: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.services-page .services-list .services-item .img {
	margin-bottom: 0;
}

.services-page .services-list .services-item .text p {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    margin-bottom: 20px
}

.services-page .button-box {
	margin: 60px;
}

.services-page .services-list .services-item .text {
	font-family: soleto_light;
    color: #4e4b48;
    border-top: 1px solid #edecea;
}

/*SERVICES*/

/*our-work*/

.our-works-page {
    margin: 0 auto;
}

.our-works-page .portfolio {
	font-family: soleto_light;
	background-color: #fff;
	margin-bottom: 40px;
}


.our-works-page .portfolio h2 {
	color: #4e4b48;
    font-family: soleto_light;
}

.our-works-page .portfolio-title {
	background-color: #edecea;
    margin: 0 auto;
    padding: 30px 0 20px;
    text-align: center;
    font-weight: 500;
    font-size: 30px;
}

.our-works-page .tabs {
	margin: 0 auto;
}

.our-works-page .tabs .tabs-box {
	background-color: #edecea;
}

.our-works-page .portfolio .tabs .tabnav {
	margin: 0 auto;
	color: #4e4b48;
	text-align: left;
	background: #edecea;
	width: 980px;
	padding: 20px;
	position: relative;
}

.our-works-page .portfolio .tabs .tabnav:before {
	position: absolute;
    content: "";
    width: 90%;
    height: 1px;
    background: #333;
    left: 5%;
    top: 0;
}

.our-works-page .portfolio .tabs .tabnav li {
	border: 0;
	width: 20%;
	position: relative;
}

.our-works-page .portfolio .tabs .tabnav li a {
	color: #4e4b48;
	font-family: soleto_regular;
    font-size: 16px;
}

.our-works-page .portfolio .tabs .tabnav li.active a {
	background-color: #edecea !important;
	color: #4e4b48;
}

.our-works-page .portfolio .tabs .tabnav li.active a:after {
	position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    background: #27437c;
    left: 40%;
    bottom: 20%;
}


.our-works-page .portfolio .tab {
	background-color: #fff;
	color: #4e4b48;
	font-family: soleto_light;
	width: 980px;
	padding: 0 20px;
}


.our-works-page .portfolio .tab h3 {
	color: #4e4b48;
	font-family: soleto_light;
}

.our-works-page .portfolio .tab p {
	color: #4e4b48;
}

.our-works-page .portfolio .tabs .tab.active {
	margin: 0 auto;
}

.our-works-page .portfolio .tab .image-slider {
	
}

.our-works-page .portfolio .tab .image-tmb-slider {
	background-color: #fff;
}

.our-works-page .portfolio .tab .image-slider .swiper-button-prev {
	background-size: 10px 19px;
	width: 60px;
}

.our-works-page .portfolio .tab .image-slider .swiper-button-next {
	background-size: 10px 19px;
	width: 60px;
}

.our-works-page .portfolio .tabs .tabnav li:hover a {
	color: #27437c;
	background: none;
}
/*our-work*/



/*ABOUT*/
.services-greeting img {
	margin: 10px 0;
}
/*ABOUT*/

.reviews-page {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
/*blog*/

.blog-page {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}

.blog-page .container {
	width: 980px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 0 20px;
}

.wpsr-mb-30 {
	padding: 20px;
    border: 1px solid #edecea;
}

.wpsr-ig-feed-template2 .wpsr-ig-post {
	background: none !important;
    box-shadow: none !important;
}

.wpsr-ig-feed-template2 .wpsr-ig-post .wpsr-ig-post-info {
	padding: 15px 0 0 !important;
}

.wpsr-ig-post .wpsr-ig-post-info .wpsr-ig-post-caption p {
	text-align: left;
	border-top: 1px solid #edecea;
    padding-top: 10px;
}
/*blog*/

/*TABS*/
#tab{}
#tab ul{list-style:none;height:100px;line-height:100px;display: flex;justify-content: center;background: #edecea;margin: 0;padding: 0;margin-bottom: 5px}
#tab ul li{cursor:pointer;float:left;list-style:none height:100px; line-height:100px;padding:0px 10px; margin:0px 10px; width: 150px; position: relative;}
#tab ul li.on{background: #fff;}
#tab ul li.on:after {
	position: absolute;
    content: "";
    width: 20%;
    height: 3px;
    background: #27437c;
    left: 40%;
    bottom: 20%;
}
#tab dl {
	width: 980px;
	padding: 0 20px;
	margin: 0 auto;
}
.hide{display:none;}
/*TABS*/

footer .nav-container .main-menu {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: uppercase;
    overflow: hidden;
    clear: both;
    font-family:'soleto_regular';
}

footer .nav-container .main-menu li a {
    display: block;
    padding: 8px 23px;
    color: #404040;
    font-family: freight-sans-pro,sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none;
}


footer .footer-logo img {
	width: 160px;
}

footer .footer-logo .footer-logo-img a {
	width: auto;
	height: auto;
}

footer .footer-logo {
	display: flex;
	justify-content: space-between;
	padding: 0 20px;
	width: 980px;
	align-items: flex-start;
}

footer .footer-social {
	display: flex;
	align-items: center;
	margin: 0;
	width: auto;
	padding-top: 0;
}

footer .footer-social a {
	display: flex;
	align-items: center;
	flex-direction: row;
    flex-wrap: nowrap;
    line-height: 1.2;
    text-align: left;
    margin-left: 10px;
    margin-right: 0;
    font-weight: 500;
    width: auto;
}

footer .footer-social img {
	width: 50px;
	margin-right: -5px;
}

footer .footer-social a span {
	font-family: 'soleto_bold';
	font-size: 12px;
	height: auto;
	width: auto;
	margin-bottom: 0;
}

.footer-social p {
	margin: 0;
}

.ti-reviews-container {
	max-height: 800px;
	overflow: hidden;
}

.show {
	display: flex !important;
}

.services-page, .about-page, .blog-page {
	border-top: 4px solid #edecea;
}

.jobs-title {
	text-align: center;
	background-color: #edecea;
	padding: 30px 0 20px;
	font-weight: 500;
	font-size: 30px;
	margin: 0
}

.content-container-links {
	display: flex;
	flex-direction: column
}

@media (max-width: 960px) {
	body {
    	position: relative;
	}
	.contact-data {
	    display: none;
	}
	header {
    	height: auto;
    	position: unset;
    	min-height: unset;
	}
	header .nav-container .main-menu {
	    width: 100%;
	    margin-top: 40px;
	    display: block;

	}


	header .logo .logo-box {
		width: 100px;
	}
	header .logo {
		width: auto;
		margin: 0 auto;
		text-align: center;
		display: flex;
		justify-content: space-between;
	}
	header .logo a {
		justify-content: center;
	}
	header .nav-container {
	    position: unset;
    	display: block;
    	background: none;
    	width: auto;
	}
	header .nav-container .menu-icon {
		right: 40%;
		top: 5px;
	}
	header .nav-container {
		
	}
	header .nav-container .main-menu li a {
		color: #4e4b48;
		text-align: left;
    	padding: 30px 0 !important;
    	font-size: 28px;
    	border-bottom: 1px solid #c5c3c0;
	}
	.nav-container-box .current-menu-item a:after {
		height: 0;
	}
	.menu-icon-pop .menu-icon-pop-title, .menu-icon-pop .nav-container-close {
		line-height: 1;
		font-size: 40px;
		color: #4e4b48;
	}
	header .nav-container .main-menu li:last-child a {
		font-weight: 500;
		text-align: left;
		font-size: 28px;
	}
	header .nav-container .menu-icon .navicon {
		height: 1px;
	}
	header .nav-container .menu-inscription {
		padding-right: 0;
	}
	header .menu-icon-pop .menu-inscription {
		font-size: 34px;
		font-family: soleto_medium;
		padding-left: 5px;
		color: #4e4b48;
	}
	header .nav-container .main-menu li:first-child a {
		text-align: left;
		font-size: 28px;
	}
	.nav-container-tel a img {
		width: 40px;
	}
	.nav-container .nav-container-tel {
		margin-top: 80px;
		font-size: 28px;
	}
	.nav-container-box {
		position: fixed;
	    background: #edeceb;
	    top: 0;
	    right: 0;
	    left: 0;
	    bottom: 0;
	    overflow: hidden;
	    display: none;
	    padding: 50px;
	}
	.nav-container-box .menu-icon-pop {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.menu-icon-pop .menu-icon-pop-title .navicon {
		left: 0;
		top: -2px;
		background: #4e4b48;
		display: inline-block;
		vertical-align: middle;
		height: 2px;
		position: relative;
		-webkit-transition: background .2s ease-out;
		transition: background .2s ease-out;
		width: 30px;
	}
	.menu-icon-pop .menu-icon-pop-title .navicon:after, .menu-icon-pop .menu-icon-pop-title .navicon:before {
	    background: #4e4b48;
	    content: '';
	    display: block;
	    height: 100%;
	    position: absolute;
	    -webkit-transition: all .2s ease-out;
	    transition: all .2s ease-out;
	    width: 100%;
	}
	.menu-icon-pop .menu-icon-pop-title .navicon:before {
	    top: 10px;
	}
	.menu-icon-pop .menu-icon-pop-title .navicon:after {
	    top: -10px;
	}
	.content-container {
		display: block;
    	width: 100%;
	}
	.services-page, .about-page, .blog-page {
		border-top: 0;
	}
	.content-container-left, .content-container-right {
		width: 100%;
	}
	.cta-two-rows .cta-left, .cta-two-rows .cta-img {
		width: 100%;
	}
	.cta-two-rows {
		width: 100%;
	}
	.expertise a span {
		text-align: center;
	}
	.footer-box-logo, .nav-container-foot {
		display: none;
	}
	footer {
		display: block;
	}
	.contact-data-footer, .footer-box {
		width: 100%;
	}
	.contact-data-footer {
		display: block;
	}
	.contact-data-box {
		width: 100%;
		display: block;
	}
	.contact-data-box .email-box {
		width: 100%;
		border: 0;
		padding: 20px 0;
	}
	.contact-data-box div {
		text-shadow: none;
		padding: 10px;
		font-size: 22px;
	}

	.contact-data-box span {
		font-size: 20px;
	}
	
	.contact-data-box img {
		width: 22px;
		filter: drop-shadow(0px 1px 0px #4e4b48);
		margin-top: -2px;
	}
	.main-greeting .paragraph-text-black {
		padding: 0;
	}
	.footer-box {
		margin-top: 20px;
	}
	.footer-box-right {
		display: flex;
	    flex-direction: column;
	    align-items: center;
	    width: 100%;
	}
	.div#n2-ss-5 .n-uc-1c6c49c96a8d6-inner {
		padding: 35px 10px 10px 10px !important;
	}

	/*	BLOG*/
	.blog-page {
		width: 100%;
	}
	.blog-page .container {
		width: 100%;
	}
	/*BLOG*/
	footer .footer-social a:first-child {
		width: 100%;
	}

	.show {
		display: block !important ;
	}

	#tab dl {
		width: 100%;
	}

	.services-page .services-list .services-item {
	    width: 100%;
	}
}
@media (max-width: 1300px) {
	footer:after {
    content: "";
    clear: both;
    display: none
	}
}
</pre></body></html>