
/* /bow/900/modules/header/template.css */
.section-title.text-center
{
	-webkit-justify-content: center;
	justify-content: center;
}

.section-title figure
{
	position:relative;
	display:inline-block;
	width:auto;
}
.section-title figure::before
{
	content:'';
	display:block;
	width:60px;
	height:60px;
	border-radius:60px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-30px 0 0 -30px;
	background-color:var(--accent);
	z-index:-1;
}
.ratio
{
	display:block;
	position:relative;
}

.ratio-1_1
{
	padding-bottom:100%;
	height:0;
}

.ratio-news
{
	padding-bottom:38.743%;
	height:0;
}


.ratio img
{
	position:absolute;
	height:100%;
	width:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	object-fit:cover;
}

.navbar .custom-menu ul li a.active:before {
	width: 50%;
	content:'';
	background: var(--accent);
	transition: width .25s ease;
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -4px;
	height: 4px;
}

/* /bow/900/modules/vc-form/template.css */


/* /bow/900/blocks/form-01/template.css */
.input-border-bottom{background:transparent;border:0;border-bottom:1px solid #fff;padding:10px 0;margin-bottom:30px;font-size:14px;border-radius:0}.input-border-bottom:focus{background:transparent;border:0;border-bottom:1px solid #929292}.input-border-bottom::-webkit-input-placeholder,.input-border-bottom::-moz-placeholder,.input-border-bottom:-ms-input-placeholder{font-weight:300;font-size:14px;color:#fff !important}.bg-primary input::-webkit-input-placeholder,.bg-primary textarea::-webkit-input-placeholder{color:#fff !important}.bg-primary input:-moz-placeholder,.bg-primary textarea:-moz-placeholder{color:#fff !important}.bg-primary input::-moz-placeholder,.bg-primary textarea::-moz-placeholder{color:#fff !important}.bg-primary input:-ms-input-placeholder,.bg-primary textarea:-ms-input-placeholder{color:#fff !important}.input-border-white .input-border-bottom{border-bottom:1px solid #ffffff;color:#fff;border-top:transparent !important;border-left:transparent !important;border-right:transparent !important}.input-border-white .input-border-bottom:focus{background:transparent;border-bottom:1px solid #ffffff;color:#fff}.input-border-white .input-border-bottom::-webkit-input-placeholder{color:#fff}.input-border-white .input-border-bottom::-moz-placeholder{color:#fff}.input-border-white .input-border-bottom:-ms-input-placeholder{color:#fff}

/* /bow/900/modules/vc-maps/template.css */


/* /bow/900/modules/footer/template.css */
#accordion-footer .accordion-style1.panel-group .panel-heading { border-top: 1px solid #e4e4e4; }
.accordion-style1 .panel-heading .text-dark  i{ font-size: 14px; color: #000 !important; }
.accordion-style1 .panel-heading .text-white i { font-size: 14px; color: #fff !important; }

.accordion-style1.panel-group .panel-heading+.panel-collapse>.panel-body {  border-top: 0; padding: 0px 0; }
.accordion-style1 .panel-title { font-size: 14px; padding: 12px 0 12px 0; }
.accordion-style1 .panel-heading i {
    font-size: 12px;
    color: #000;
}
@media (max-width: 991px) { 
	#accordion-footer .accordion-style1.panel-group .panel-heading { border-top: 0px solid #e4e4e4; }
	.accordion-style1 .list-unstyled { border-bottom: 1px solid #e4e4e4; padding: 5px 0 10px 0;  }
	.accordion-style1 .list-unstyled li a { padding: 6px 0;  display: block;  }
}

.border-lg-right { margin-right:20px; padding-right:20px; border-right: 1px solid #999; }

@media (max-width: 768px) { 
	.border-lg-right { margin-right:0px; padding-right:0px; border-right: 0px solid #999; }
}

/* footer */
.footer-logo { max-height: 107px; }
.list-inline { padding-left: 0; list-style: none; margin-left: -5px;}
.list-inline>li { display: inline-block; padding:0; margin:0; }
.list-inline>li a { padding: 10px 10px 10px 10px; letter-spacing: 0.5px; display: block; }
