@charset "UTF-8";
/* CSS Document */


/***** HEADER *****/

body, html {
    color: #222;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    overflow-x: hidden;
}


/***** COGNITO FORM CSS *****/
.cog-cognito {
	font-family: "Montserrat", sans-serif !important;
	font-size: 16px !important;
}
.cog-button--primary {
	background-color: #00305f !important;
	border-radius: 7px !important;
	padding: 0.6em 1.8em !important;
}
.cog-label {
	font-weight: normal !important;
	font-style: normal !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px !important;
}
.cog-button__text {
	font-weight: 600 !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-family: "Montserrat", sans-serif !important;
	font-size: 15px !important;
}
.cog-input input {
	border-radius: 7px !important;
	height: 44px !important;
}
.cog-confirmation__message {
    font-size: 20px !important;
    font-weight: bold !important;
    text-align: center !important;
    color: #00944a !important;
}
.cog-input textarea {
	border-radius: 7px !important;
}
.cog-branding {
	display: none !important;
}
.cog-abuse {
	display: none !important;
}
.cog-heading {
	display: none !important;
}

/***** END COGNITO FORM CSS *****/

.st-top-header-btn {
	color: #00305f;
}


.st-nav .st-nav-list li a.active {
    color: #00305f;
}
.st-nav .st-nav-list > li > a {
    padding: 15px 0;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    position: relative;
}

.st-hero.st-style1 .st-hero-title.cd-headline-style1 b {
    font-weight: 500;
    color: #00305f;
}

.st-btn.st-style1.st-color1 {
    background-color: #00305f;
    color: #fff;
}
.st-hero-text.st-style1 {
    background-color: hsla(0, 0%, 100%, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 35px 35px 50px;
    border-radius: 24px;
    max-width: 880px;
    margin: auto;
}
.st-footer-widget-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 17px;
    margin: 0;
    margin-bottom: 30px;
    margin-top: -4px;
    color: #00305f;
    font-weight: 600;
}

.st-seperator {
    width: 148px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 15px;
}
.pad-m-40 {
	margin-bottom: 40px;
}
.pad-m-80 {
	margin-bottom: 80px;
}
.pad-m-120 {
	margin-bottom: 120px;
}

.st-before-after {
    max-width: 760px;
    width: 100%;
    position: relative;
    height: 1000px;
    border: 10px solid #fff;
    margin: auto;
    border-radius: 7px;
    -webkit-box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 9.5px 0.5px rgba(0, 0, 0, 0.15);
}


.st-imagebox.st-style2 .st-imagebox-title span {
    color: #00305f;
}

.st-isotop-filter.st-style1 li.active a {
    color: #00305f;
	font-weight: bolder;
	font-size: 16px;
}

.st-social-btn.st-style1 li {
    font-size: 32px;
    color: #00305f;
    margin-right: 15px;
}

#st-backtotop {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #00305f;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


@media screen and (min-width: 992px) {
.st-height-b125 {
    height: 80px;
}
}