/* Global */

:root {
	--white: #ffffff;
	--black: #0e151a;
	--blue-light: #c7d2da;
	--blue-default: #375569;
	--blue-dark: #1c2a34;
	--grey-light: #fafafc;
	--grey-default: #c5c5c5;
	--grey-dark: #4f4f4f;	
}

body{
	color: var(--grey-dark);
	font-size: 1.125rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Satoshi', sans-serif;
	background: var(--white) none;
	overflow-x: hidden;
}
@media (max-width: 1199px) {
	body{
		font-size: 1rem;
	}
}
@media (max-width: 767px) {
	body{
		font-size: 1rem;
	}	
}
a{
	color: var(--blue-default);
}
a:hover,
a:focus{
	color: var(--blue-dark);
	text-decoration: none;
	outline: 0 none;
}
strong, b{
	font-weight: 700;
}
dl, ol, ul{
	margin-bottom: 1.875rem;
}

/* Containers */

@media (max-width: 767px) {
	.container{
		max-width: 100%;
	}
}
@media (min-width: 868px) and (max-width: 991px) {
  .container{
		max-width: 830px;
  }	
}
@media (min-width: 1260px){
	.container{
		max-width: 1230px;
	}
}
@media (min-width: 1360px){
	.container{
		max-width: 1330px;
	}
}
@media (min-width: 1500px){
	.container{
		max-width: 1470px;
	}
}
@media (min-width: 1200px) {
	.container-fluid{
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Page */

#page.site{
	padding-top: calc(90px + 3.75rem);
	transition: all 250ms ease-in-out;
}
#page.site.offset{
	padding-top: calc(60px + 1.875rem);
}
@media (max-width: 1199px) {
	#page.site{
		padding-top: calc(60px + 1.875rem);
	}
	#page.site.offset{
		padding-top: calc(45px + 1.875rem);
	}
}
@media (max-width: 767px) {
	#page.site{
		padding-top: calc(45px + 1.875rem);
	}
	#page.site.offset{
		padding-top: calc(30px + 1.875rem);
	}
}

/* Typography */

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 1.875rem 0;
	padding: 0;
	color: var(--black);
	line-height: 1.25;
	font-weight: 600;
	font-family: 'Saira', sans-serif;}
h1 {
	font-size: 3.5rem;
}
h2 {
	font-size: 3rem;
}
h3 {
	font-size: 2rem;
}
h4 {
	font-size: 1.5rem;
}
h5 {
	font-size: 1.25rem;
}
h6 {
	font-size: 1.125rem;	
}
@media (max-width: 1199px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
@media (max-width: 991px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	h1 {
		font-size: 2rem;
	}
	h2 {
		font-size: 1.5rem;
	}
	h3 {
		font-size: 1.25rem;
	}
	h4 {
		font-size: 1.125rem;
	}
	h5 {
		font-size: 1.125rem;
	}
	h6 {
		font-size: 1.125rem;
	}
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	color: var(--black);
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus{
	color: var(--blue-default);
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span{
	color: var(--black);
}
h1 a span, h2 a span, h3 a span, h4 a span, h5 a span, h6 a span{
	color: var(--black);
}
h1 a:hover span, h2 a:hover span, h3 a:hover span, h4 a:hover span, h5 a:hover span, h6 a:hover span,
h1 a:focus span, h2 a:focus span, h3 a:focus span, h4 a:focus span, h5 a:focus span, h6 a:focus span{
	color: var(--blue-default);
}

/* Form controls */

.form-control{
	padding: 0.9375rem 1.875rem;
	height: calc(1.5em + 1.875rem + 2px);
	color: var(--grey-dark);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	background: transparent none;
	border: 1px solid var(--grey-default);
	border-radius: 0;
}
@media (max-width: 1199px) {
	.form-control{
		padding: 0.625rem 1.25rem;
		height: calc(1.5em + 1.25rem + 2px);
	}
}
@media (max-width: 767px) {
	.form-control{
		padding: 0.3125rem 0.9375rem;
		height: calc(1.5em + 0.625rem + 2px);
	}	
}
select.form-control{
	padding-right: 3.75rem;
	background-color: transparent;
	background-image: url('../images/select_arrow.svg');
	background-position: center right 1.875rem;
	background-repeat: no-repeat;
	background-size: 11px 6px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
@media (max-width: 1199px) {
	select.form-control{
		padding-right: 3.125rem;
		background-position: center right 1.25rem;
	}
}
@media (max-width: 767px) {
	select.form-control{
		padding-right: 2.8125rem;
		background-position: center right 0.9375rem;
	}
}
textarea.form-control{
	height: 150px!important;
}
.form-control:placeholder{
    color: var(--grey-dark)!important;
}
.form-control::placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-webkit-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-webkit-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-moz-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-moz-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:-ms-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control::-ms-input-placeholder{
    color: var(--grey-dark)!important;
}
.form-control:hover,
.form-control:focus{
	color: var(--black);
	background: transparent none;
	border: 1px solid var(--blue-default);
	box-shadow: none;
}
select.form-control:hover,
select.form-control:focus{
	background-color: transparent;
	background-image: url('../images/select_arrow.svg');
	background-position: center right 1.875rem;
	background-repeat: no-repeat;
	background-size: 11px 6px;
}
.form-control:hover:placeholder,
.form-control:focus:placeholder{
    color: var(--black)!important;
}
.form-control:hover::placeholder,
.form-control:focus::placeholder{
    color: var(--black)!important;
}
.form-control:hover:-webkit-input-placeholder,
.form-control:focus:-webkit-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover:-moz-placeholder,
.form-control:focus:-moz-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-moz-placeholder,
.form-control:focus::-moz-placeholder{
    color: var(--black)!important;
}
.form-control:hover:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder{
    color: var(--black)!important;
}
.form-control:hover::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder{
    color: var(--black)!important;
}
.wpcf7 .wpcf7-submit.btn{
	color: var(--white)!important;
	background: var(--blue-default) none!important;
	border: 1px solid var(--blue-default)!important;
}
.wpcf7 .wpcf7-submit.btn:hover,
.wpcf7 .wpcf7-submit.btn:focus{
	color: var(--white)!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.wpcf7 .wpcf7-acceptance{
	color: var(--grey-dark)!important;
	font-size: 1rem;
}
.wpcf7 .wpcf7-acceptance a{
	color: var(--black)!important;
	text-decoration: underline;
}
.wpcf7 .wpcf7-acceptance a:hover,
.wpcf7 .wpcf7-acceptance a:focus{
	color: var(--blue-default)!important;	
	text-decoration: none;
}
.wpcf7 .wpcf7-list-item{
	margin: 0 1.875rem 0 0;
}
.wpcf7 .wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}
.wpcf7-checkbox label,
.wpcf7-acceptance label{
	position: relative;
	cursor: pointer;
	padding-left: 39px;
}
.wpcf7-checkbox input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	visibility: hidden;
}
.wpcf7-checkbox input[type="checkbox"] + span,
.wpcf7-acceptance input[type="checkbox"] + span{
	margin-left: 0;
}
.wpcf7-checkbox input[type="checkbox"] + span:before,
.wpcf7-acceptance input[type="checkbox"] + span:before{
	display: block;
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	background: transparent none;
	border: 1px solid var(--grey-default);
	border-radius: 5px;
}
.wpcf7-checkbox input[type="checkbox"] + span:after,
.wpcf7-acceptance input[type="checkbox"] + span:after{
	display: block;
	position: absolute;
	content: "\2713";
	top: 0px;
	left: 0px;
	height: 24px;
	width: 24px;
	color: var(--black);
	font-size: 1.25rem;
	line-height: 1;
	text-align: center;
	border: 1px solid var(--blue-default);
	visibility: hidden;
	border-radius: 5px;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after,
.wpcf7-acceptance input[type="checkbox"]:checked + span:after {
	visibility: visible;
}
.wpcf7 .codedropz-upload-handler{
	color: var(--grey-dark);
	border: 1px dashed var(--grey-default);
}
.wpcf7 .codedropz-upload-handler:hover,
.wpcf7 .codedropz-upload-handler:focus{
	color: var(--black);
	border: 1px dashed var(--grey-dark);
}
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px
}
.wpcf7 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:before{
	display: block;
	content: '';
	width: 25px;
	height: 24px;
	background-image: url('../images/download_icon.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.wpcf7 .wpcf7-spinner{
	display: block;
}

/* Buttons */

.vc_btn3-container{
	margin-bottom: 1.875rem;
}
.btn,
.vc_btn3{
	display: inline-flex!important;
	align-items: center!important;
	gap: 0.9375rem!important;
	padding: 0.625rem 1.875rem!important;
	color: var(--white)!important;
	font-size: 1rem!important;
	line-height: 1.5!important;
	font-weight: 500!important;
	text-align: left!important;
	text-transform: uppercase!important;
	font-family: 'Saira', sans-serif!important;
	background: var(--blue-default) none!important;
	border: 1px solid var(--blue-default)!important;
	border-radius: 0!important;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	.btn,
	.vc_btn3{
		padding: 0.625rem 1.25rem!important;
	}	
}
@media (max-width: 767px) {
	.btn,
	.vc_btn3{
		padding: 0.3125rem 0.9375rem!important;
	}	
}
.btn:hover,
.btn:focus,
.vc_btn3:hover,
.vc_btn3:focus{
	color: var(--white)!important;
	text-decoration: none!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.btn.white,
.vc_btn3.vc_btn3-color-white{
	color: var(--black)!important;
	background: var(--white) none!important;
	border: 1px solid var(--white)!important;
}
.btn.white:hover,
.btn.white:focus,
.vc_btn3.vc_btn3-color-white:hover,
.vc_btn3.vc_btn3-color-white:focus{
	color: var(--blue-default)!important;
	background: var(--blue-light)!important;
	border: 1px solid var(--blue-light)!important;
}
.btn.black,
.vc_btn3.vc_btn3-color-black{
	color: var(--white)!important;
	background: var(--black) none!important;
	border: 1px solid var(--black)!important;
}
.btn.black:hover,
.btn.black:focus,
.vc_btn3.vc_btn3-color-black:hover,
.vc_btn3.vc_btn3-color-black:focus{
	color: var(--white)!important;
	background: var(--blue-dark)!important;
	border: 1px solid var(--blue-dark)!important;
}
.vc_btn3 .vc_btn3-icon{
	position: static!important;
	transform: none!important;
}

/* Header */

header#masthead{
	padding: 1.875rem 0;
	color: var(--blue-default);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	font-family: 'Saira', sans-serif;
	background-color: var(--white);
	box-shadow: none;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	header#masthead{
		padding: 0.9375rem 0;
	}
}
.offset header#masthead{
	padding: 0.9375rem 0;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
body.admin-bar header#masthead.fixed-top{
	top: 32px;
}
@media (max-width: 767px) {
	body.admin-bar header#masthead.fixed-top{
		top: 46px;
	}
}
header#masthead a{
	color: var(--blue-default);
}
header#masthead a:hover,
header#masthead a:focus{
	color: var(--blue-dark);
}

header#masthead .navbar-brand{
	margin: 0;
	padding: 0;
}
header#masthead .navbar-brand > a{
	display: flex;
	align-items: center;
	color: var(--blue-default);
	font-size: 1.25rem;
	line-height: 1.25;
	font-weight: 700;
	text-transform: uppercase;
	transition: all 250ms ease-in-out;
	gap: 15px;
}
header#masthead .navbar-brand > a:hover, 
header#masthead .navbar-brand > a:focus{
	color: var(--blue-dark);
	opacity: 0.75;
}
header#masthead .navbar-brand > a > img{
	width: auto;
	height: 90px;
	transition: all 250ms ease-in-out;
}
.offset header#masthead .navbar-brand > a > img{
	height: 60px;
}
@media (max-width: 1199px) {
	header#masthead .navbar-brand > a > img{
		height: 60px;
	}
	.offset header#masthead .navbar-brand > a > img{
		height: 45px;
	}
}
@media (max-width: 767px) {
	header#masthead .navbar-brand > a > img{
		height: 45px;
	}
	.offset header#masthead .navbar-brand > a > img{
		height: 30px;
	}
}

.navbar-toggler{
	display: flex;
	align-items: center;
	margin: 0 0 0 auto;
	padding: 0;
	color: var(--blue-default);
	background: transparent none;
	border: 0 none;
	outline: 0 none!important;
}
header#masthead .navbar-toggler:not(.collapsed){
	position: absolute;
	top: 15px;
	right: 15px;
	color: var(--blue-default);
	z-index: 3;
}
.navbar-toggler:hover,
.navbar-toggler:focus{
	color: var(--blue-dark);
}
.navbar-toggler .icon-title{
	color: var(--blue-default);
	margin-right: 0.9375rem;
}
.navbar-toggler:hover .icon-title,
.navbar-toggler:focus .icon-title{
	color: var(--blue-dark);
}
.navbar-toggler .icon-bar{
	display: block;
	margin: 5px 0;
	width: 30px;
	height: 3px;
	background: var(--blue-default) none;
	transition: all 250ms ease-in-out;
}
.navbar-toggler:hover .icon-bar,
.navbar-toggler:focus .icon-bar{
	background: var(--blue-dark) none;
}
.navbar-toggler .icon-bar:nth-of-type(1){
	margin-top: 0;
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2){
	opacity: 0;
}
.navbar-toggler .icon-bar:nth-of-type(3){
	width: 30px;
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
	margin-bottom: 0;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(1){
	transform: rotate(0);
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(2){
	opacity: 1;
}
.navbar-toggler.collapsed .icon-bar:nth-of-type(3){
	transform: rotate(0);
}

header#masthead .navbar{
	justify-content: space-between;
	gap: 15px 30px;
}
@media (min-width: 1200px) {
	header#masthead .navbar-nav{
		margin-left: -15px;
	}
}

header#masthead .menu{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	margin: 0;
	gap: 15px 30px;
}
@media (max-width: 1199px) {
	header#masthead .menu{
		gap: 15px;
	}
}
@media (max-width: 1199px) {
	header#masthead .navbar-collapse{
		position: fixed;
		top: 0;
		left: 0;
		margin: 0;
		padding: 1.875rem;
		width: 100%;
		height: 100vh;
		color: var(--blue-default);
		background: var(--white) none;
		overflow-y: auto;
		transition: none;
		z-index: 2;
	}
	header#masthead .navbar-collapse.show{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center!important;
	}
	header#masthead .navbar-collapse:not(.show){
		display: none;
	}
	body.admin-bar header#masthead .navbar-collapse{
		top: 32px;
		max-height: calc(100vh - 32px);
	}
}
@media (max-width: 767px) {
	body.admin-bar header#masthead .navbar-collapse{
		top: 46px;
		max-height: calc(100vh - 46px);
	}
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav{
		align-items: center;
		max-height: 100vh;
	}
	body.admin-bar header#masthead .navbar-collapse .navbar-nav{
		max-height: calc(100vh - 32px);
	}
}
@media (max-width: 767px) {
	body.admin-bar header#masthead .navbar-collapse .navbar-nav{
		max-height: calc(100vh - 46px);
	}	
}
header#masthead .navbar-nav > li{
	text-align: center;
}
header#masthead .navbar-nav > li > a{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.625rem 0.9375rem;
	color: var(--blue-default);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: center;
	background: transparent none;
	border-radius: 0;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li > a{
		padding: 0.625rem 0.9375rem;
	}
}
header#masthead .navbar-nav > li.fill-form{
	margin: 0 0 0 0.9375rem;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li.fill-form{
		margin: 0.9375rem 0 0 0;
	}
}
header#masthead .navbar-nav > li.fill-form > a{
	padding: 0.625rem 1.875rem;
	color: var(--white)!important;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Saira', sans-serif;
	background: var(--blue-default) none!important;
	border: 0 none!important;
	border-radius: 0;
}
@media (max-width: 1199px) {
	header#masthead .navbar-nav > li.fill-form > a{
		padding: 0.625rem 1.25rem;
	}
}
@media (max-width: 767px) {
	header#masthead .navbar-nav > li.fill-form > a{
		padding: 0.3125rem 0.9375rem;
	}
}
header#masthead .navbar-nav > li > a:before{
	content: '';
	position: absolute;
	display: block;
	width: calc(100% - 1.875rem);
	height: 1px;
	bottom: 0;
	left: 0.9375rem;
	right: 0.9375rem;
	background: var(--blue-dark) none;
	transform: scaleX(0);
	transform-origin: top left;
	transition: all 250ms ease-in-out;
}
header#masthead .navbar-nav > li.fill-form > a:before{
	display: none!important;
}
header#masthead .navbar-nav > li > a:hover,
header#masthead .navbar-nav > li > a:focus,
header#masthead .navbar-nav > li.current_page_item > a,
header#masthead .navbar-nav > li.current_page_ancestor > a,
header#masthead .navbar-nav > li.current-menu-ancestor > a,
header#masthead .navbar-nav > li.current-menu-item > a,
header#masthead .navbar-nav > li.current-menu-parent > a,
header#masthead .navbar-nav > li.current-page-ancestor > a {
	color: var(--blue-dark);
	font-weight: 400;
}
/*body.home header#masthead .navbar-nav > li > a:hover,
body.home header#masthead .navbar-nav > li > a:focus{
	color: var(--blue-default)!important;
}
body.home header#masthead .navbar-nav > li.current_page_item > a,
body.home header#masthead .navbar-nav > li.current_page_ancestor > a,
body.home header#masthead .navbar-nav > li.current-menu-ancestor > a,
body.home header#masthead .navbar-nav > li.current-menu-item > a,
body.home header#masthead .navbar-nav > li.current-menu-parent > a,
body.home header#masthead .navbar-nav > li.current-page-ancestor > a {
	color: var(--black);
}*/
header#masthead .navbar-nav > li.fill-form > a:hover,
header#masthead .navbar-nav > li.fill-form > a:focus{
	color: var(--white)!important;
	font-weight: 500;
	background: var(--blue-dark) none!important;
}
header#masthead .navbar-nav > li > a:hover:before,
header#masthead .navbar-nav > li > a:focus:before,
header#masthead .navbar-nav > li.current_page_item > a:before,
header#masthead .navbar-nav > li.current_page_ancestor > a:before,
header#masthead .navbar-nav > li.current-menu-ancestor > a:before,
header#masthead .navbar-nav > li.current-menu-item > a:before,
header#masthead .navbar-nav > li.current-menu-parent > a:before,
header#masthead .navbar-nav > li.current-page-ancestor > a:before{
	transform: scaleX(1);
}
/*body.home header#masthead .navbar-nav > li > a:hover:before,
body.home header#masthead .navbar-nav > li > a:focus:before{
	transform: scaleX(1)!important;
}
body.home header#masthead .navbar-nav > li.current_page_item > a:before,
body.home header#masthead .navbar-nav > li.current_page_ancestor > a:before,
body.home header#masthead .navbar-nav > li.current-menu-ancestor > a:before,
body.home header#masthead .navbar-nav > li.current-menu-item > a:before,
body.home header#masthead .navbar-nav > li.current-menu-parent > a:before,
body.home header#masthead .navbar-nav > li.current-page-ancestor > a:before{
	transform: scaleX(0);
}*/

header#masthead .dropdown-menu{
	margin: 0;
	padding: 0;
	min-width: 18.75rem;
	max-height: 50vh;
	color: var(--blue-default);
	background: var(--white) none;
	border: 0 none;
	border-radius: 0;
	overflow-y: auto;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}
@media (min-width: 1200px) {
	header#masthead .dropdown:hover > .dropdown-menu,
	header#masthead .dropdown:focus > .dropdown-menu{
		display: block;
	}
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu{
		margin: 0.625rem 0 0 0;
		padding: 0;
		min-width: 0;
		max-height: none;
		color: var(--blue-default);
		background: transparent none;
		border-radius: 0;
		overflow-y: visible;
		box-shadow: none;
	}
	header#masthead .dropdown-menu.show{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
}
header#masthead .dropdown-menu .menu-item{
	text-align: center;
}
header#masthead .dropdown-menu .dropdown-item{
	position: relative;
	display: inline-flex;
	align-items: center;
	padding: 0.3125rem 0.9375rem;
	color: var(--blue-default);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	text-align: left;
	background: transparent none;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu .dropdown-item{
		padding: 0.3125rem 0.9375rem;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
}
header#masthead .dropdown-menu .dropdown-item:hover,
header#masthead .dropdown-menu .dropdown-item:focus,
header#masthead .dropdown-menu .current_page_item .dropdown-item,
header#masthead .dropdown-menu .current_page_ancestor .dropdown-item,
header#masthead .dropdown-menu .current-menu-ancestor .dropdown-item,
header#masthead .dropdown-menu .current-menu-item .dropdown-item,
header#masthead .dropdown-menu .current-menu-parent .dropdown-item,
header#masthead .dropdown-menu .current-page-ancestor .dropdown-item{
	color: var(--white);
	font-weight: 400;
	background: var(--blue-dark) none;
}
@media (max-width: 1199px) {
	header#masthead .dropdown-menu .dropdown-item:hover,
	header#masthead .dropdown-menu .dropdown-item:focus,
	header#masthead .dropdown-menu .current_page_item .dropdown-item,
	header#masthead .dropdown-menu .current_page_ancestor .dropdown-item,
	header#masthead .dropdown-menu .current-menu-ancestor .dropdown-item,
	header#masthead .dropdown-menu .current-menu-item .dropdown-item,
	header#masthead .dropdown-menu .current-menu-parent .dropdown-item,
	header#masthead .dropdown-menu .current-page-ancestor .dropdown-item{
		color: var(--blue-dark);
		font-weight: 400;
		background: transparent none;
	}
}

header#masthead .social{
	color: var(--blue-default);
	font-size: 1rem;
	font-weight: 400;
}
header#masthead .social a{
	color: var(--blue-default);
}
header#masthead .social ul li a:hover:before,
header#masthead .social ul li a:focus:before{
	color: var(--blue-dark);
}
header#masthead .social ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 15px;
}
header#masthead .social ul li a{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
	gap: 0;
}
header#masthead .social ul li a:before{
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 250ms ease-in-out;	
}
@media (max-width: 1199px) {
	header#masthead .social ul li a:before{
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	header#masthead .social ul li a:before{
		width: 30px;
		height: 30px;
	}
}
header#masthead .social ul li.facebook a:before{
	background-image: url('../images/header_facebook_icon.svg');
}
header#masthead .social ul li a:hover:before,
header#masthead .social ul li a:focus:before{
	opacity: 0.75;
}

/* Content */

#content.site-content{
	padding-top: min(4.6875vw, 90px);
	padding-bottom: min(4.6875vw, 90px);
}
@media (max-width: 767px) {
	#content.site-content{
		padding-top: 30px;
		padding-bottom: 30px;		
	}
}
.page-template-vc-page #content.site-content,
.page-template-contact-page #content.site-content{
	padding-top: 0!important;
	padding-bottom: 0!important;
}

.page-content, .entry-content, .entry-summary{
	margin: 0;
}
.post-thumbnail, .entry-meta{
	margin: 0 0 1.875rem 0;	
	color: var(--grey);
}
.post-thumbnail p,
.entry-meta p{
	margin: 0;
}	

#content .wpb_text_column ul:not(.slick-dots){
	list-style: none;
	padding: 0;	
}
#content .wpb_text_column ul:not(.slick-dots) li{
	position: relative;
	margin-bottom: 15px;
	padding-left: 26px;
}
#content .wpb_text_column ul:not(.slick-dots) li:before {
	position: absolute;
	display: block;
	content: '';
	top: 11px;
	left: 0;
	width: 8px;
	height: 8px;
	background: var(--blue-default) none;
	border-radius: 0;
}
@media (max-width: 1199px) {
	#content .wpb_text_column ul:not(.slick-dots) li:before {
		top: 10px;
	}
}
@media (max-width: 767px) {
	#content .wpb_text_column ul:not(.slick-dots) li:before {
		top: 9px;
	}
}

/* Slider */

#content .slider{
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--white);
	background: var(--blue-default) none;
	z-index: 2;
}
#content .slider a{
	color: var(--white);
}
#content .slider .ult-carousel-wrapper{
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	visibility: visible!important
}
#content .slider .slick-slider{
	margin: 0;
	padding: 0;
}
#content .slick-slider:not(.slick-vertical) .slick-track {
	display: flex !important;
}
#content .slick-slider:not(.slick-vertical) .slick-slide {
	height: inherit !important;
}
#content .slider .slick-slider .slick-slide > .vc_row{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin: 0;
	padding: 0;
	height: 100%;
	/*min-height: min(40.10vw, 770px);*/
}
#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container:nth-child(1){
	padding-top: min(9.375vw, 180px);
	padding-right: min(6.25vw, 120px);
	padding-bottom: min(12.5vw, 240px);	
}
@media (min-width: 1200px) {
	#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container:nth-child(1){
		width: calc(50% - min(calc(6.25vw + 15px), calc(120px + 15px)));
	}
}
#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container:nth-child(2){
	height: 100%;
}
@media (min-width: 1200px) {
	#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container:nth-child(2){
		width: calc(50% + min(calc(6.25vw + 15px), calc(120px + 15px)));
	}
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container:nth-child(2){
		height: calc(100vw * 0.75);
	}
}

#content .slider .slick-slider .slick-slide > .vc_row > .vc_column_container > .vc_column-inner{
	padding-top: 0;
}
#content .slider .slick-slider .slick-slide h1{
	color: var(--white);
	font-size: 3.5rem;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#content .slider .slick-slider .slick-slide h1{
		font-size: 3rem;
	}
}
@media (max-width: 991px) {
	#content .slider .slick-slider .slick-slide h1{
		font-size: 2rem;		
	}
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-slide h1{
		font-size: 1.5rem;		
	}
}
#content .slider .slick-slider .slick-prev,
#content .slider .slick-slider .slick-next{
	top: auto;
	bottom: min(7.8125vw, 150px);
	right: 0;
	width: 40px;
	height: 40px;
	color: var(--white);
	font-size: 30px;
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-prev,
	#content .slider .slick-slider .slick-next{
		right: 0;
		bottom: 30px;
		width: 30px;
		height: 30px;
	}
}
#content .slider .slick-slider .slick-prev{
	left: auto;
	transform: translate(calc(-100% - 20px), 0)!important;
}
#content .slider .slick-slider .slick-next{
	transform: translate(0, 0)!important;
}
#content .slider .slick-slider .slick-prev:hover,
#content .slider .slick-slider .slick-prev:focus,
#content .slider .slick-slider .slick-next:hover,
#content .slider .slick-slider .slick-next:focus{
	color: var(--white);
}
#content .slider .slick-slider .slick-prev i:before,
#content .slider .slick-slider .slick-next i:before{
	display: block;
	content: '';
	width: 40px;
	height: 40px;
	font-family: initial!important;
	background-color: transparent;
	background-image: url('../images/arrow_active.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	transition: all 250ms ease-in-out;
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-prev i:before,
	#content .slider .slick-slider .slick-next i:before{
		width: 30px;
		height: 30px;
	}
}
#content .slider .slick-slider .slick-next i:before{
	background-image: url('../images/arrow_active.svg');
	transform: rotate(0deg);
}
#content .slider .slick-slider .slick-prev:hover i:before,
#content .slider .slick-slider .slick-prev:focus i:before{
	background-image: url('../images/arrow_hover.svg');	
}
#content .slider .slick-slider .slick-next:hover i:before,
#content .slider .slick-slider .slick-next:focus i:before{
	background-image: url('../images/arrow_hover.svg');
}
#content .slider .slick-slider .slick-dots{
	position: absolute;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	width: auto;
	left: 0;
	bottom: min(6.25vw, 120px);
	transform: translate(0,-50%);
	gap: 20px;
}
@media (min-width: 1920px) {
	#content .slider .slick-slider .slick-dots{
		flex-direction: column;
		top: 50%;
		left: max(-6.25vw, -120px);
		bottom: auto;
	}	
}
@media (max-width: 1199px) {
	#content .slider .slick-slider .slick-dots{
		gap: 15px;
	}
}
@media (max-width: 767px) {
	#content .slider .slick-slider .slick-dots{
		bottom: 30px;
		gap: 10px;
	}
}
#content .slider .slick-slider .slick-dots li{
	margin: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	transition: all 250ms ease-in-out;
}
#content .slider .slick-slider .slick-dots li:only-child{
	display: none;
}
#content .slider .slick-slider .slick-dots li i{
	color: var(--white);
	opacity: 1!important;
}
#content .slider .slick-slider .slick-dots li:hover i,
#content .slider .slick-slider .slick-dots li:focus i,
#content .slider .slick-slider .slick-dots li.slick-active i{
	color: var(--blue-light);
	opacity: 1!important;	
}
#content .slider .slick-slider .slick-dots li i:before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	color: var(--white);
	background: var(--white) none;
	border: 1px solid var(--white);
	border-radius: 50%;
}
#content .slider .slick-slider .slick-dots li:hover i:before,
#content .slider .slick-slider .slick-dots li:focus i:before,
#content .slider .slick-slider .slick-dots li.slick-active i:before{
	color: var(--blue-light);
	background: var(--blue-light) none;
	border: 1px solid var(--blue-light);
}

/* Common */

#content .subtitle{
	color: var(--grey-dark);
	font-size: 1.25rem;
	font-weight: 700;
}
@media (max-width: 1199px) {
	#content .subtitle{
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	#content .subtitle{
		font-size: 1rem;
	}
}

/* Stats */

#content .stats{
	overflow: visible;
}
#content .stats .vc_row.grey-light-box{
	position: relative;
	margin-top: max(-3.91vw, -75px);
	margin-left: 15px;
	margin-right: 15px;
	padding: min(3.25vw, 60px) 30px 30px 30px;
	color: var(--black);
	background: var(--grey-light) none;
	z-index: 3;
}
@media (max-width: 767px) {
	#content .stats .vc_row.grey-light-box{
		margin-top: 30px;
		padding: 30px 15px;
	}
}
#content .stats .stats-block .stats-number{
	margin: 0 0 min(2.8125vw, 45px) 0!important;
	color: var(--blue-default)!important;
	font-size: 4rem!important;
	font-weight: 500!important;
	font-family: 'Saira', sans-serif;
}
@media (max-width: 1199px) {
	#content .stats .stats-block .stats-number{
		font-size: 3rem!important;
	}
}
@media (max-width: 991px) {
	#content .stats .stats-block .stats-number{
		font-size: 2.5rem!important;
	}
}
@media (max-width: 767px) {
	#content .stats .stats-block .stats-number{
		font-size: 2rem!important;
	}
}
#content .stats .stats-block .stats-text{
	color: var(--black)!important;
	font-size: 1.25rem!important;
	font-weight: 500!important;
	font-family: 'Saira', sans-serif;
}
@media (max-width: 1199px) {
	#content .stats .stats-block .stats-text{
		font-size: 1.125rem!important;
	}
}
@media (max-width: 767px) {
	#content .stats .stats-block .stats-text{
		font-size: 1rem!important;
	}
}

/* About us */

@media (min-width: 1200px) {
	#content .about-us > .vc_row.boxes > .photo.vc_column_container{
		width: calc(50% - min(6.25vw, 120px));
	}
	#content .about-us > .vc_row.boxes > .text.vc_column_container{
		padding-left: min(6.25vw, 120px);
		width: calc(50% + min(6.25vw, 120px));
	}
}
#content .about-us .grey-light-box{
	position: relative;
	margin: 0 max(calc(-6.25vw + 15px), calc(-120px + 15px));
	padding: 0 min(calc(6.25vw - 15px), calc(120px - 15px)) 0 min(calc(6.25vw - 15px), calc(120px - 15px));
	color: var(--black);
	background: var(--grey-light) none;
}
@media (max-width: 767px) {
	#content .about-us .grey-light-box{
		margin: 0 15px;
		padding: 30px 15px 0 15px;
	}
}
@media (min-width: 768px){
	#content .about-us .vc_row.grey-light-box > .text.vc_column_container{
		padding: min(6.25vw, 120px) 0;
	}
}
@media (max-width: 767px){
	#content .about-us .vc_row.grey-light-box > .text.vc_column_container{
		margin-bottom: 30px;
	}
}
#content .about-us .grey-light-box h3{
	color: var(--black);
}
#content .about-us .grey-light-box .photo img{
	border-radius: 0;
}
@media (min-width: 768px){
	#content .about-us .grey-light-box .photo img{
		margin-top: max(-1.5625vw, -30px);
	}
}

/* Offer */

#content .offer .blue-box{
	position: relative;
	margin: 0 max(calc(-6.25vw + 15px), calc(-120px + 15px));
	padding: min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px)) min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px));
	color: var(--white);
	background-color: var(--blue-default);
	background-image: url('../images/offer_blue_box_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	#content .offer .blue-box{
		margin: 0 15px;
		padding: 30px 15px;
	}
}
#content .offer .blue-box h1,
#content .offer .blue-box h2,
#content .offer .blue-box h3,
#content .offer .blue-box h4,
#content .offer .blue-box h5,
#content .offer .blue-box h6{
	color: var(--white);
}
@media (max-width: 767px) {
	#content .offer .boxes .box{
		margin-bottom: 30px;
	}
}
#content .offer .blue-box .vc_row.boxes > .box.vc_column_container > .vc_column-inner > .wpb_wrapper{
	height: 100%;	
}
@media (min-width: 768px) {
	#content .offer .blue-box .boxes .box .aio-icon-component,
	#content .offer .blue-box .boxes .box .aio-icon-box-link,
	#content .offer .blue-box .boxes .box .ult-content-box-container,
	#content .offer .blue-box .boxes .box .ult-content-box-anchor{
		height: 100%;
	}
}
#content .offer .blue-box .boxes .box .aio-icon-box,
#content .offer .blue-box .boxes .box .ult-content-box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding: min(3.25vw, 90px) 30px;
	height: 100%;
	color: var(--white);
	background: transparent;
	border: 1px solid var(--blue-light);
	border-radius: 0;
	gap: min(6.25vw, 120px) 30px;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	#content .offer .blue-box .boxes .box .aio-icon-box,
	#content .offer .blue-box .boxes .box .ult-content-box{
		padding: 30px 15px;
		gap: min(3.25vw, 60px) 30px;
	}
}
@media (min-width: 768px) {
	#content .offer .blue-box .boxes .box .aio-icon-box,
	#content .offer .blue-box .boxes .box .ult-content-box{
		height: 100%;
	}
}
@media (max-width: 767px) {
	#content .offer .blue-box .boxes .box .aio-icon-box,
	#content .offer .blue-box .boxes .box .ult-content-box{
		padding: 15px;
		gap: 30px;
	}
}
#content .offer .blue-box .boxes .box .aio-icon-box:hover,
#content .offer .blue-box .boxes .box .aio-icon-box:focus,
#content .offer .blue-box .boxes .box .ult-content-box:hover,
#content .offer .blue-box .boxes .box .ult-content-box:focus{
	color: var(--white);
	background: transparent none;
	border: 1px solid var(--white);
}
#content .offer .blue-box .boxes .box .aio-icon-box.left-icon .aio-icon-left .align-icon{
	text-align: left!important;
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon,
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-img .img-icon,
#content .offer .blue-box .boxes .box .ult-content-box .icon img{
	transition: all 250ms ease-in-out;
}
#content .offer .blue-box .boxes .box .aio-icon-box:hover .aio-icon, 
#content .offer .blue-box .boxes .box .aio-icon-box:focus .aio-icon, 
#content .offer .blue-box .boxes .box .aio-icon-box:hover .aio-icon-img .img-icon,
#content .offer .blue-box .boxes .box .aio-icon-box:focus .aio-icon-img .img-icon,
#content .offer .blue-box .boxes .box .ult-content-box:hover .icon img,
#content .offer .blue-box .boxes .box .ult-content-box:focus .icon img{
	opacity: 0.75;
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
#content .offer .blue-box .box .ult-content-box h3{
	position: relative;
	display: inline-flex;
	align-items: flex-start;
	margin: 0;
	padding: 0 0 10px 0;
	color: var(--white);
	font-size: 1.5rem;
	font-weight: 400;
}
@media (max-width: 1199px) {
	#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
	#content .offer .blue-box .box .ult-content-box h3{
		font-size: 1.375rem;
	}
}
@media (max-width: 767px) {
	#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header .aio-icon-title,
	#content .offer .blue-box .box .ult-content-box h3{
		font-size: 1.25rem;
	}
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header h3.aio-icon-title:after,
#content .offer .blue-box .boxes .box .ult-content-box h3:after{
	content: '' !important;
	position: absolute!important;
	display: block!important;
	width: 100%!important;
	height: 1px!important;
	bottom: 0!important;
	left: 0!important;
	background-color: var(--white)!important;
	transform: scaleX(0)!important;
	transform-origin: top left!important;
	transition: all 250ms ease-in-out!important;
}
#content .offer .blue-box .boxes .box .aio-icon-box:hover .aio-icon-header .aio-icon-title,
#content .offer .blue-box .boxes .box .aio-icon-box:focus .aio-icon-header .aio-icon-title,
#content .offer .blue-box .box .ult-content-box:hover h3,
#content .offer .blue-box .box .ult-content-box:focus h3{
	color: var(--white);
}
#content .offer .blue-box .boxes .box .aio-icon-box:hover .aio-icon-header h3.aio-icon-title:after,
#content .offer .blue-box .boxes .box .aio-icon-box:focus .aio-icon-header h3.aio-icon-title:after,
#content .offer .blue-box .boxes .box .ult-content-box:hover h3:after,
#content .offer .blue-box .boxes .box .ult-content-box:focus h3:after{
	transform: scaleX(1)!important;	
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-description,
#content .offer .blue-box .boxes .box .ult-content-box .desc{
	margin: 0;
	color: var(--white);
	font-size: 1.125rem;
	font-weight: 400;	
}
@media (max-width: 1199px) {
	#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-description,
	#content .offer .blue-box .boxes .box .ult-content-box .desc{
		font-size: 1rem;
	}
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header + .aio-icon-description,
#content .offer .blue-box .boxes .box .ult-content-box h3 + .desc{
	margin-top: 30px;
}
@media (max-width: 767px) {
	#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-header + .aio-icon-description,
	#content .offer .blue-box .boxes .box .ult-content-box h3 + .desc{
		margin-top: 15px;
	}
}
#content .offer .blue-box .boxes .box .aio-icon-box .aio-icon-description p:empty,
#content .offer .blue-box .boxes .box .ult-content-box .desc p:empty{
	display: none;
}

/* Testimonials */

#content .testimonials .grey-light-box{
	position: relative;
	margin: 0 max(calc(-6.25vw + 15px), calc(-120px + 15px));
	padding: min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px)) min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px));
	color: var(--black);
	background: var(--grey-light) none;
}
@media (max-width: 767px) {
	#content .testimonials .grey-light-box{
		margin: 0 15px;
		padding: 30px 15px;
	}
}
#content .testimonials .grey-light-box h1,
#content .testimonials .grey-light-box h2,
#content .testimonials .grey-light-box h3,
#content .testimonials .grey-light-box h4,
#content .testimonials .grey-light-box h5,
#content .testimonials .grey-light-box h6{
	color: var(--black);
}
#content .testimonials .grey-light-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .testimonials .grey-light-box ul li{
	margin: 0;
	padding: 20px 40px;
	color: var(--black);
	font-size: 1.25rem;
	font-weight: 500;
	border-bottom: 1px solid var(--blue-light); 
}
@media (max-width: 1199px) {
	#content .testimonials .grey-light-box ul li{
		padding: 20px;
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	#content .testimonials .grey-light-box ul li{
		font-size: 1rem;
	}
}
#content .testimonials .grey-light-box ul li:before{
	display: none;
}
#content .testimonials .grey-light-box ul li a{
	position: relative;
	display: block;
	padding: 0 55px 0 0;
	min-height: 30px;
	color: var(--black);	
	background-color: transparent;
	background-image: url('../images/eye_icon.svg');
	background-position: top right;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}
#content .testimonials .grey-light-box ul li a:hover,
#content .testimonials .grey-light-box ul li a:focus{
	color: var(--blue-default);
	background-image: url('../images/eye_icon_hover.svg');	
}

/* Projects */

#content .projects .custom-nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 15px 30px;
}
@media (max-width: 767px) {
	#content .projects .custom-nav ul{
		justify-content: flex-start;
		gap: 15px;
	}
}
#content .projects .custom-nav ul li{
	position: static;
	margin-bottom: 0;
	padding-left: 0;
}
#content .projects .custom-nav ul li:before{
	display: none;
}
#content .projects .custom-nav ul li a{
	font-size: 0;
}
#content .projects .custom-nav ul li.prev a:before,
#content .projects .custom-nav ul li.next a:before{
	display: block;
	content: '';
	width: 48px;
	height: 48px;
	background-color: transparent;
	background-image: url('../images/arrow_inactive.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(180deg);
}
#content .projects .custom-nav ul li.next a:before{
	background-image: url('../images/arrow_inactive.svg');
	transform: rotate(0deg);
}
@media (max-width: 1199px) {
	#content .projects .custom-nav ul li.prev a:before,
	#content .projects .custom-nav ul li.next a:before{
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 767px) {
	#content .projects .custom-nav ul li.prev a:before,
	#content .projects .custom-nav ul li.next a:before{
		width: 32px;
		height: 32px;
	}
}
#content .projects .custom-nav ul li.prev a:hover:before,
#content .projects .custom-nav ul li.prev a:focus:before{
	background-image: url('../images/arrow_hover.svg');	
}
#content .projects .custom-nav ul li.next a:hover:before,
#content .projects .custom-nav ul li.next a:focus:before{
	background-image: url('../images/arrow_hover.svg');
}
#content .projects .custom-nav ul li a:hover,
#content .projects .custom-nav ul li a:focus{
	opacity: 0.75;
	transition: all 250ms ease-in-out;
}
#content .projects .ult-carousel-wrapper{
	margin-bottom: 0;
	padding-bottom: 0;
}
#content .projects .slick-slider{
	margin: 0 -15px;
}
#content .projects .slick-slider .slick-list{
	overflow: visible;
}
#content .projects .slick-slider .slick-prev{
	left: 30px;
}
#content .projects .slick-slider .slick-next{
	right: 30px;
}
#content .projects .slick-slider .slick-dots{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	position: relative;
	margin: 30px 0 0 0;
	padding: 0 15px;
	width: 100%;
	transform: translate(0, 0);
	gap: 10px;
}
#content .projects .slick-slider .slick-dots li{
	margin: 0;
	width: 10px;
	height: 10px;
	line-height: 10px;
	transition: all 250ms ease-in-out;
}
#content .projects .slick-slider .slick-dots li i{
	color: var(--grey-dark);
	opacity: 0.5!important;
}
#content .projects .slick-slider .slick-dots li:hover i,
#content .projects .slick-slider .slick-dots li:focus i,
#content .projects .slick-slider .slick-dots li.slick-active i{
	color: var(--blue-default);
	opacity: 1!important;	
}
#content .projects .slick-slider .slick-dots li i:before{
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	background: var(--grey-dark) none;
}
#content .projects .slick-slider .slick-dots li:hover i:before,
#content .projects .slick-slider .slick-dots li:focus i:before,
#content .projects .slick-slider .slick-dots li.slick-active i:before{
	background: var(--blue-default) none;
}
/*#content .projects a:hover img,
#content .projects a:focus img{
	opacity: 0.75;
	transition: all 250ms ease-in-out;	
}*/

/* Sidebar */

#content .widget_nav_menu{
	padding: 30px 15px;
	border: 1px solid var(--blue-default);
}
#content .widget_nav_menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .widget_nav_menu ul li{
	margin-bottom: 30px;
}
@media (max-width: 1199px) {
	#content .widget_nav_menu ul li{
		margin-bottom: 15px;
	}
}
#content .widget_nav_menu ul li:last-child{
	margin-bottom: 0;
}
#content .widget_nav_menu ul li a{
	position: relative;
	padding: 30px 0px;
	color: var(--grey-default);
	font-size: 1.25rem;
	font-weight: 500;
	font-family: 'Saira', sans-serif;
	border-bottom: 1px solid var(--grey-default);
	transition: all 250ms ease-in-out;	
}
@media (max-width: 1199px) {
	#content .widget_nav_menu ul li a{
		padding: 15px 0px;
	}
}
#content .offer .widget_nav_menu ul li a{
	padding: 0px 0px 30px 39px;
	min-height: 24px;
}
@media (max-width: 1199px) {
	#content .offer .widget_nav_menu ul li a{
		padding: 0px 0px 15px 39px;
		font-size: 1.125rem;
	}
}
#content .widget_nav_menu ul li:last-child a{
	padding-bottom: 0;
	border-bottom: 0 none;
}
@media (max-width: 767px) {
	#content .widget_nav_menu ul li{
		font-size: 1rem;
	}
}
#content .offer .widget_nav_menu ul li a:before{
	content: '';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0.4;
}
#content .offer .widget_nav_menu ul li.offer-1 a:before{
	background-image: url('../images/offer_icon1.svg');
}
#content .offer .widget_nav_menu ul li.offer-2 a:before{
	background-image: url('../images/offer_icon2.svg');
}
#content .offer .widget_nav_menu ul li.offer-3 a:before{
	background-image: url('../images/offer_icon3.svg');
}
/*#content .widget_nav_menu ul li a:after{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	right: 0;
	background: var(--grey-default);
	transform: translateY(100%) scaleX(0);
	transform-origin: top left;
	transition: all 250ms ease-in-out;
}
#content .widget_nav_menu ul li:last-child a:after{
	display: none;
}*/
#content .widget_nav_menu ul li a:hover,
#content .widget_nav_menu ul li a:focus,
#content .widget_nav_menu ul li.current_page_item > a,
#content .widget_nav_menu ul li.current_page_ancestor > a,
#content .widget_nav_menu ul li.current-menu-ancestor > a,
#content .widget_nav_menu ul li.current-menu-item > a,
#content .widget_nav_menu ul li.current-menu-parent > a,
#content .widget_nav_menu ul li.current-page-ancestor > a{
	color: var(--black);
	font-weight: 500;
	background: transparent none;
}
#content .offer .widget_nav_menu ul li a:hover:before,
#content .offer .widget_nav_menu ul li a:focus:before,
#content .offer .widget_nav_menu ul li.current_page_item > a:before,
#content .offer .widget_nav_menu ul li.current_page_ancestor > a:before,
#content .offer .widget_nav_menu ul li.current-menu-ancestor > a:before,
#content .offer .widget_nav_menu ul li.current-menu-item > a:before,
#content .offer .widget_nav_menu ul li.current-menu-parent > a:before,
#content .offer .widget_nav_menu ul li.current-page-ancestor > a:before{
	opacity: 1;
}
/*#content .widget_nav_menu ul li a:hover:after,
#content .widget_nav_menu ul li a:focus:after,
#content .widget_nav_menu ul li.current_page_item > a:after,
#content .widget_nav_menu ul li.current_page_ancestor > a:after,
#content .widget_nav_menu ul li.current-menu-ancestor > a:after,
#content .widget_nav_menu ul li.current-menu-item > a:after,
#content .widget_nav_menu ul li.current-menu-parent > a:after,
#content .widget_nav_menu ul li.current-page-ancestor > a:after{
	transform: translateY(100%) scaleX(1);
	background: var(--black) none;
}*/
#content .widget_nav_menu ul ul{
	display: none;
	margin: 15px 0 15px 30px;
}
@media (max-width: 767px) {
	#content .widget_nav_menu ul ul{
		margin: 15px 0 15px 15px;
	}
}
#content .widget_nav_menu ul li.current_page_item > ul,
#content .widget_nav_menu ul li.current_page_ancestor > ul,
#content .widget_nav_menu ul li.current-menu-ancestor > ul,
#content .widget_nav_menu ul li.current-menu-item > ul,
#content .widget_nav_menu ul li.current-menu-parent > ul,
#content .widget_nav_menu ul li.current-page-ancestor > ul{
	display: block;
}

/* News */

#content .news .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
@media (max-width: 767px) {
	#content .news .vc_row.header .vc_column_container > .vc_column-inner > .wpb_wrapper{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
#content .news .vc_grid{
	margin: 0!important;
}
body:not(.home) #content .news .vc_grid .vc_grid-item{
	padding-bottom: min(4.6875vw, 90px);
}
@media (max-width: 767px) {
	body:not(.home) #content .news .vc_grid .vc_grid-item{
		padding-bottom: 30px;
	}
}
#content .news .vc_grid .vc_grid-item .vc_grid-item-mini .vc_gitem-animated-block{
	position: relative;
	z-index: 1;
}
#content .news .vc_grid .post-featured{
	margin: 0;
	border-radius: 20px;
}
#content .news .vc_grid .post-featured:hover,
#content .news .vc_grid .post-featured:focus{
	opacity: 0.75;
	transition: all 250ms ease-in-out;
}
#content .news .vc_grid .post-featured .vc_gitem_row .vc_gitem-col{
	padding: 30px;
}
#content .news .vc_grid .post-content{
	position: relative;
	margin: max(-4.6875vw, -90px) 30px 0 30px;
	padding: 30px;
	color: var(--black);
	background: var(--white) none;
	border-radius: 20px;
	box-shadow: 0px 4px 50px 0px rgba(77, 77, 77, 0.15); 
	z-index: 2;
}
@media (max-width: 1199px) {
	#content .news .vc_grid .post-content{
		margin: max(-4.6875vw, -90px) 15px 0 15px;
	}
}
@media (max-width: 767px) {
	#content .news .vc_grid .post-content{
		padding: 15px;
	}
}
#content .news .vc_grid .post-content a{
	color: var(--black);
}
#content .news .vc_grid .post-content .vc_gitem_row{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
#content .news .vc_grid .post-content .vc_gitem_row:before,
#content .news .vc_grid .post-content .vc_gitem_row:after{
	display: none;
}
#content .news .vc_grid .post-content .vc_gitem_row .vc_gitem-col{
	float: none;
	padding: 0px;
	width: auto;
}
/*@media (max-width: 991px) {
	#content .news .vc_grid .post-content .vc_gitem_row .vc_gitem-col{
		float: none;
		width: 100%;
	}
}*/
#content .news .vc_grid .post-content .post-date{
	margin: 0 0 15px 0;	
	color: var(--black);
	font-size: 0.875rem;
	font-weight: 400;
}
#content .news .vc_grid .post-content .post-title{
	margin: 0;
}
#content .news .vc_grid .post-content .post-title h3{
	margin: 0;
	color: var(--black);
	font-size: 2rem;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#content .news .vc_grid .post-content .post-title h3{
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	#content .news .vc_grid .post-content .post-title h3{
		font-size: 1.25rem;
	}
}
#content .news .vc_grid .post-content .post-title h3 a{
	color: var(--black);
}
#content .news .vc_grid .post-content .post-title h3 a:hover,
#content .news .vc_grid .post-content .post-title h3 a:focus{
	color: var(--blue-default);
	text-decoration: underline;
}
#content .news .vc_grid .post-content .post-link .vc_btn3{
	padding: 0!important;
	font-size: 0!important;
	color: var(--blue-default)!important;
	background: transparent none!important;
	border: 0 none!important;
	gap: 0!important;
}
#content .news .vc_grid .post-content .post-link .vc_btn3:before{
	display: block;
	content: '';
	width: 42px;
	height: 42px;
	background-color: transparent;
	background-image: url('../images/arrow_active.svg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 1199px) {
	#content .news .vc_grid .post-content .post-link .vc_btn3:before{
		width: 30px;
		height: 30px;
	}
}
#content .news .vc_grid .post-content .post-link .vc_btn3:hover,
#content .news .vc_grid .post-content .post-link .vc_btn3:focus{
	color: var(--black)!important;	
	background: transparent none!important;
	border: 0 none!important;	
}
#content .news .vc_grid .post-content .post-link .vc_btn3:hover:before,
#content .news .vc_grid .post-content .post-link .vc_btn3:focus:before{
	background-image: url('../images/arrow_hover.svg');
}
#content .news .vc_grid-pagination{
	margin: 0;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list{
	margin: 0!important;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li{
	margin: 5px;
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li > a, 
#content .news .vc_grid-pagination .vc_grid-pagination-list > li > span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	color: var(--black)!important;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
	background-color: var(--white)!important;
	border-color: var(--grey-light)!important;
	opacity: 1;
	border-radius: 50%;
}
@media (max-width: 1199px) {
	#content .news .vc_grid-pagination .vc_grid-pagination-list > li > a, 
	#content .news .vc_grid-pagination .vc_grid-pagination-list > li > span{
		width: 30px;
		height: 30px;
	}
}
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:hover a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:focus a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:hover span, 
#content .news .vc_grid-pagination .vc_grid-pagination-list > li:focus span,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active a,
#content .news .vc_grid-pagination .vc_grid-pagination-list > li.vc_grid-active span{
	color: var(--white)!important;
	font-weight: 500;
	background-color: var(--blue-default)!important;
	border-color: var(--blue-default)!important;
}

/* Gallery */

#content :not(section).gallery{
	margin: 0 -15px;
}
#content .gallery > br{
	display: none!important;
}
#content .gallery .gallery-item{
	float: none;
	margin: 0;
	padding: 15px;
}
@media (min-width: 1200px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 20%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 16.6666666666%!important;
	}
}
@media (max-width: 1199px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 33.3333333333%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 25%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 25%!important;
	}	
}
@media (max-width: 767px) {
	#content .gallery.gallery-columns-1 .gallery-item{
		width: 100%!important;
	}
	#content .gallery.gallery-columns-2 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-3 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-4 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-5 .gallery-item{
		width: 50%!important;
	}
	#content .gallery.gallery-columns-6 .gallery-item{
		width: 50%!important;
	}
}
#content .gallery .gallery-item a,
#content .gallery .wpb_single_image a{
	position: relative;
	display: block;
}
#content .gallery .gallery-item a:hover,
#content .gallery .gallery-item a:focus,
#content .gallery .wpb_single_image a:hover,
#content .gallery .wpb_single_image a:focus{
	-webkit-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 15px 15px 0px rgba(0, 0, 0, 0.25);
	z-index: 2;
}
#content .gallery .gallery-item a:before,
#content .gallery .wpb_single_image a:before{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	content: '\f00e';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: var(--white);
	font-size: 1.875rem;
	font-weight: 700;
	font-family: 'Font Awesome 5 Free';
	background: rgba(55,85,105,0.75) none;
	opacity: 0;
	z-index: 2;
}
#content .gallery .gallery-item a:hover:before,
#content .gallery .gallery-item a:focus:before,
#content .gallery .wpb_single_image a:hover:before,
#content .gallery .wpb_single_image a:focus:before{
	opacity: 1;
	transition: all 250ms ease-in-out;
}
#content .gallery .gallery-item a img,
#content .gallery .wpb_single_image a img{
	width: 100%;
	max-width: 100%;
	height: auto;
	border: 0 none!important;
	border-radius: 0;
}

/* Contact */

#content .contact .blue-box{
	position: relative;
	margin: 0 max(calc(-6.25vw + 15px), calc(-120px + 15px));
	padding: min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px)) min(6.25vw, 120px) min(calc(6.25vw - 15px), calc(120px - 15px));
	color: var(--white);
	background-color: var(--blue-default);
	background-image: url('../images/contact_blue_box_bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@media (max-width: 767px) {
	#content .contact .blue-box{
		margin: 0 15px;
		padding: 30px 15px;
	}
}
#content .contact .blue-box h1,
#content .contact .blue-box h2,
#content .contact .blue-box h3,
#content .contact .blue-box h4,
#content .contact .blue-box h5,
#content .contact .blue-box h6{
	color: var(--white);
}
#content .contact .aio-icon-box .aio-icon-header h3.aio-icon-title{
	color: var(--blue-default);
	font-size: 0.875rem;
	font-weight: 700;
	text-transform: uppercase;
}
#content .contact .blue-box .aio-icon-box .aio-icon-header h3.aio-icon-title{
	color: var(--white);	
}
#content .contact .aio-icon-box .aio-icon-description{
	color: var(--black);
	font-size: 1.25rem;
	font-weight: 500;
}
@media (max-width: 1199px) {
	#content .contact .aio-icon-box .aio-icon-description{
		font-size: 1.125rem;
	}
}
@media (max-width: 767px) {
	#content .contact .aio-icon-box .aio-icon-description{
		font-size: 1rem;
	}
}
#content .contact .blue-box .aio-icon-box .aio-icon-description{
	color: var(--white);
}
#content .contact .aio-icon-box .aio-icon-description a{
	color: var(--black);
}
#content .contact .blue-box .aio-icon-box .aio-icon-description a{
	color: var(--white);
}
#content .contact .aio-icon-box .aio-icon-description a:hover,
#content .contact .aio-icon-box .aio-icon-description a:focus{
	color: var(--blue-default);
}
#content .contact .blue-box .aio-icon-box .aio-icon-description a:hover,
#content .contact .blue-box .aio-icon-box .aio-icon-description a:focus{
	color: var(--blue-light);
}
#content .contact .aio-icon-box .aio-icon-description p:empty{
	display: none;
}
#content .contact.map .wpgmp_map_container .wpgmp_map_parent{
	margin-bottom: 0;
}
@media (max-width: 767px) {
	#content .contact.map iframe,
	#content .contact.map .wpgmp_map_container .wpgmp_map_parent .wpgmp_map{
		height: 300px!important;
	}
}

/* Footer */

footer#colophon{
	padding: min(4.6875vw, 90px) 0 30px 0;
	color: var(--white);
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
	background: var(--blue-dark) none;
}
@media (max-width: 767px) {
	footer#colophon{
		padding: 30px 0;
	}
}
footer#colophon a{
	color: var(--white);	
}
footer#colophon a:hover,
footer#colophon a:focus{
	color: var(--blue-light);
}

#footer-widget{
	padding: 0;
	color: var(--white);
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
#footer-widget a{
	color: var(--white);
}
#footer-widget a:hover,
#footer-widget a:focus{
	color: var(--blue-light);
}
#footer-widget .widget{
	margin: 0;
	font-size: 1rem;
}
#footer-widget h3{
	margin: 0 0 0.9375rem 0;
	color: rgba(250, 250, 252, 0.25);
	font-size: 0.875rem;
	font-weight: 500;
	text-transform: uppercase;
}
@media (max-width: 575px) {
	#footer-widget h3{
		text-align: center;
	}
}
#footer-widget img{
	margin: 0;
}
@media (max-width: 767px) {
	#footer-widget .brand{
		text-align: center;
	}
}
#footer-widget .brand .logo a:hover,
#footer-widget .brand .logo a:focus{
	opacity: 0.75;
	transition: all 250ms ease-in-out;
}
@media (max-width: 767px) {
	#footer-widget .brand .logo img{
		max-width: 50%;
	}
}
#footer-widget .social-media ul{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
}
@media (max-width: 1199px) {
	#footer-widget .social-media ul{
		justify-content: flex-start;
	}	
}
@media (max-width: 575px) {
	#footer-widget .social-media ul{
		justify-content: center;
	}
}
#footer-widget .social-media ul li{
	margin: 0;
}
#footer-widget .social-media ul li a{
	display: block;
	transition: all 250ms ease-in-out;
}
#footer-widget .social-media ul li a:hover,
#footer-widget .social-media ul li a:focus{	
	opacity: 0.75;
}
#footer-widget ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer-widget ul li{
	margin-bottom: 10px;
}
@media (max-width: 575px) {
	#footer-widget ul li{
		text-align: center;
	}
}
#footer-widget ul li a{
	color: var(--white);
	font-size: 1rem;
	font-weight: 400;
}
#footer-widget ul li a:hover,
#footer-widget ul li a:focus{
	color: var(--blue-light);
}
#footer-widget .contact .address{
	color: var(--white);
	font-size: 1rem;
	font-weight: 400;	
}
@media (max-width: 1199px) {
	#footer-widget .contact .address{
		font-size: 1rem;
	}
}
@media (max-width: 575px) {
	#footer-widget .contact .address{
		text-align: center;
	}
}
#footer-widget .contact ul li{
	display: flex;
	align-items: center;
	gap: 15px;	
}
@media (max-width: 575px) {
	#footer-widget .contact ul li{
		justify-content: center;
	}
}
#footer-widget .contact ul li[class]:before{
	display: block;
	content: '';
	width: 24px;
	height: 24px;
	background-color: transparent;
	background-image: none;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#footer-widget .contact ul li.address:before{
	background-image: url('../images/footer_address_icon.svg');
}
#footer-widget .contact ul li.email:before{
	background-image: url('../images/footer_email_icon.svg');
}
#footer-widget .contact ul li.owner:before{
	background-image: url('../images/footer_owner_icon.svg');
}
#footer-widget .contact ul li.phone:before{
	background-image: url('../images/footer_phone_icon.svg');
}

footer#colophon .site-info{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	gap: 15px 30px;
	color: var(--white);
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: 400;
}
@media (max-width: 575px) {
	footer#colophon .site-info{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}
}
footer#colophon #footer-widget + .site-info{
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer#colophon .site-info a{ 
	color: var(--white);
}
footer#colophon .site-info a:hover,
footer#colophon .site-info a:focus{
	color: var(--blue-light);	
}
footer#colophon .site-info > div{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 15px 30px;
}
@media (max-width: 575px) {
	footer#colophon .site-info > div{
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
		gap: 15px;
	}
}
footer#colophon .site-info .design .scroll-up a{
	display: block;
	color: var(--white);
	font-size: 0;
}
footer#colophon .site-info .design .scroll-up a:hover,
footer#colophon .site-info .design .scroll-up a:focus{
	color: var(--blue-light);
}
footer#colophon .site-info .design .scroll-up a:after{
	display: block;
	width: 40px;
	height: 40px;
	content: '';
	background-color: transparent;
	background-image: url('../images/scroll_up.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 250ms ease-in-out;
}
@media (max-width: 1199px) {
	footer#colophon .site-info .design .scroll-up a:after{
		width: 30px;
		height: 30px;
	}
}
footer#colophon .site-info .design .scroll-up a:hover:after,
footer#colophon .site-info .design .scroll-up a:focus:after{
	opacity: 0.75;
}

/* Other */

#wpadminbar{
	position: fixed!important;
}
.slick-slider .slick-prev:before{
	display: none;
}
.slick-slider .slick-next:before{
	display: none;	
}
.vc_grid-pagination .vc_grid-pagination-list{
	margin: min(3.125vw, 60px) 0 0 0!important;
}
@media (max-width: 767px) {
	.vc_grid-pagination .vc_grid-pagination-list{
		margin: 30px 0 0 0!important;
	}
}