@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700|Rubik:300,400,500,700&display=swap');
/*font-family: 'Rubik';
font-family: 'Roboto';*/
:focus,
button:focus {
    outline: none;
}
.btn:focus,
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
@media (min-width: 1600px) {
	.container {
		max-width: 1530px;
	}
}
.py-30,
.pt-30 {
    padding-top: 30px;
}
.py-30,
.pb-30 {
    padding-bottom: 30px;
}
.bg-secondary1 {
	background-color: #576471;
}
.color-inherit {
	color: inherit;
}
a:focus,
a:hover {
	color: #fdbd3b;
	text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto';
    font-weight: 400;
    color: #000;
}
.form-control:focus {
    border-color: transparent;
}
::-moz-selection {
	background: #fdbd3b;
}
::selection {
	background: #fdbd3b;
}
body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 2;
    color: #484848;
}
/*Header*/
header {
	position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    font-family: 'Roboto';
    font-weight: 500;
}
header.header_fixed {
	background-color: #576471;
}
header .navbar {
    padding: 16px;
}
header .custom-logo-link img {
	width: auto;
	height: 60px;
}
header .menu-top-menu-container {
	margin-left: auto;
}
header ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
header ul#menu-top-menu .menu-item .sub-menu a {
	color: #333;
	display: block;
	padding: 8px 16px;
}
header ul#menu-top-menu .menu-item .sub-menu a:focus,
header ul#menu-top-menu .menu-item .sub-menu a:hover {
	color: #fdbd3b;
}
.navbar-light .navbar-toggler-icon {
    -webkit-filter: invert(1);
    filter: invert(1);
}
main {
	flex: 1;
}
section {
    padding-top: 80px;
    padding-bottom: 80px;
}
body.home section.banner {
    height: 85vh;
}
body section.banner {
	height: 40vh;
	padding-top: 172px;
}
section.banner {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
section.banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 0;
}
section.banner img {
	width: 60%;
}
section.banner h1 {
    color: #fdbd3b;
    margin-bottom: 0;
    font-weight: 600;
}
section.personal {
	background-color: #f5f5f5;
	position: relative;
}
section.personal:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/personal-bg.png);
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
section.banner > *,
section.personal > * {
	position: relative;
	z-index: 1;
}
section .personal_block {
	margin-top: 2rem;
}
section .personal_block .personal_cover {
    background-color: #fff;
    padding: 30px;
}
section .personal_block .personal_cover img,
section .personal_block .personal_cover p {
	margin-bottom: 1rem;
}
section .personal_block .personal_cover p {
	min-height: 92px;
}
section h2 {
    text-transform: uppercase;
    font-size: 30px;
    display: inline-block;
    border-bottom: 3px solid #fdbd3b;
	margin-bottom: 2rem;
}
section h2:after {
	content: '';
	display: block;
    width: 100%;
}
section h3 {
    font-size: 26px;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
section h4 {
    font-size: 22px;
    margin-bottom: 1rem;
}
/*section h4 + p {
	margin-bottom: 0;
}*/
section ul {
    padding-left: 0;
    margin-bottom: 1rem;
}
section ul li {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin-bottom: 0;
}
section ul li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #febd3b;
    width: 10px;
    height: 10px;
    border-radius: 0.25rem;
}
section ul ul,
section ul ul ul {
    margin-bottom: 0;
}
section strong {
	font-weight: 500;
}
.custom-button {
	display: inline-block;
    padding: 8px 16px;
    font-weight: 400;
    color: #fff;
    background: #fdbd3b;
    background-image: linear-gradient(115deg, #ee9f00 0%, #fdbd3b 100%);
}
.custom-button:focus,
.custom-button:hover {
    color: #fff;
    background-image: linear-gradient(115deg, #ee9f00 0%, #ee9f00 100%);
}
/*Contact*/
.wpcf7 form input[type=text],
.wpcf7 form input[type=email],
.wpcf7 form textarea {
    height: 60px;
    background-color: #f5f5f5;
    border: none;
    margin-bottom: 1rem;
    padding: 6px 12px;
    width: 100%;
}
.wpcf7 form textarea {
	overflow-y: auto;
	height: 120px;
	resize: none;
}
.wpcf7 form input[type=submit] {
	border: none;
    width: 120px;
    float: right;
}
.wpcf7 form:after {
	clear: both;
}
span.wpcf7-not-valid-tip {
	display: none;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: none;
    margin: 0;
    text-align: right;
    padding: 0;
}
div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    color: #ff0000;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: none;
}
.wpcf7 form input[type=text].wpcf7-not-valid,
.wpcf7 form input[type=email].wpcf7-not-valid {
    border: 1px solid #fbcaca;
    background-color: #fbcaca;
}
/*Coming Soon*/
section.coming_soon h2 {
	font-size: 48px;
    margin-bottom: 0;
    border-bottom: none;
}
/*Pre-Footer*/
.pre_footer {
    background-color: #fdbd3b;
    padding-top: 35px;
    padding-bottom: 35px;
}
.pre_footer .custom-button {
    background: #576471;
    background-image: linear-gradient(115deg, #46494c 0%, #576471 100%);
}
.pre_footer .custom-button:focus,
.pre_footer .custom-button:hover {
    background-image: linear-gradient(115deg, #46494c 0%, #46494c 100%);
}
/*Footer*/
footer .footer-logo {
	width: auto;
	height: 50px;
}
footer .contact-info li {
	position: relative;
	padding-left: 30px;
}
footer .contact-info img {
	position: absolute;
	left: 0;
	top: 8px;
}
footer .footer-title {
	min-height: 50px;
	color: #fff;
}
footer .footer-menu li {
	margin-bottom: 1rem;
}
footer .footer-menu li a,
footer a {
	color: #fff;
}
footer .footer-menu li a:focus,
footer .footer-menu li a:hover {
    color: #fdbd3b;
}
footer .copyright {
	border-top: 1px solid rgb(255, 255, 255);
    border-top: 1px solid rgba(255, 255, 255, 0.25);
}
footer .copyright p {
	margin-bottom: 0;
}
footer form .mc4wp-form-fields {
    position: relative;
}
footer form input.form-control {
    height: 60px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
footer form button.btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
footer form img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
.navbar-light .navbar-toggler {
    border: none;
}
section .contact-info ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
section .contact-info ul li {
    padding-left: 0;
    margin-right: 1rem;
}
section .contact-info ul li:before {
    display: none;
}
section .contact-info ul li img {
    width: 28px;
}
a#back-to-top {
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 1;
    background-color: #fdbd3b;
    width: 50px;
    height: 50px;
    border-radius: 50rem;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
a#back-to-top:focus,
a#back-to-top:focus {
    background-color: #ee9f00;
}
@media (min-width:1200px) and (max-width:1600px) {
    section .personal_block .personal_cover p {
        min-height: 128px;
    }
}
@media (min-width:992px) and (max-width:1199px) {
    section .personal_block .personal_cover p {
        min-height: 112px;
    }
    body {
    	font-size: 14px;
    }
    header .custom-logo-link img {
        height: 45px;
    }
    section h2 {
        font-size: 28px;
    }
    h3,
    section h3 {
        font-size: 24px;
    }
    h4 {
    	font-size: 22px;
    }
}
@media (min-width:992px) {
    header ul#menu-top-menu {
        display: flex;
        align-items: center;
    }
    header ul#menu-top-menu > .menu-item {
        position: relative;
        margin-left: 16px;
    }
    header ul#menu-top-menu > .menu-item > a {
        position: relative;
        color: #fff;
    }
    header ul#menu-top-menu > .menu-item > a:after {
        content: '';
        position: absolute;
        top: calc(100% + 7px);
        left: 0;
        width: 0;
        height: 3px;
        background-color: #fdbd3b;
        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }
    header ul#menu-top-menu > .menu-item.current-menu-item > a:after,
    header ul#menu-top-menu > .menu-item > a:hover:after {
        width: 100%;
        -webkit-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out;
    }
    header ul#menu-top-menu > .menu-item > .sub-menu,
    header ul#menu-top-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
        display: none;
    }
    header ul#menu-top-menu > .menu-item:hover > .sub-menu,
    header ul#menu-top-menu > .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1;
        padding-left: 0;
        margin-bottom: 0;
        background-color: #fff;
        border-top: 3px solid #fdbd3b;
        list-style: none;
        white-space: nowrap;
        min-width: 100%;
        padding-top: 8px;
        padding-bottom: 8px;
        box-shadow: 0 0 8px rgb(87, 100, 113);
        -webkit-box-shadow: 0 0 8px rgba(87, 100, 113, 0.35);
        -moz-box-shadow: 0 0 8px rgba(87, 100, 113, 0.35);
        box-shadow: 0 0 8px rgba(87, 100, 113, 0.35);
    }
    header ul#menu-top-menu > .menu-item > .sub-menu > .menu-item {
        position: relative;
    }
    header ul#menu-top-menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
        left: 100% !important;
        top: 0 !important;
    }
}
@media (max-width:1199px) {
    footer .contact-info img {
        top: 4px;
    }
}
@media (max-width:1024px) {
    body.home section.banner {
        height: 55vh;
    }
    body section.banner {
        height: 25vh;
    }
    section h2:after {
    	width: 35px;
	}
}
@media (min-width:768px) and (max-width:991px) {
    section .personal_block .personal_cover p {
        min-height: 120px;
    }
}
@media (max-width:991px) {
    body {
    	font-size: 12px;
    }
    header .custom-logo-link img {
    	height: 30px;
    }
    section h2 {
    	font-size: 20px;
    }
    h3,
    section h3 {
    	font-size: 18px;
    }
    section h4 {
        font-size: 16px;
    }
    footer .footer-title {
    	font-size: 14px;
    }
    section ul li {
        padding-left: 1rem;
    }
    section ul li:before {
        top: 7px;
        width: 8px;
        height: 8px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    section .personal_block .personal_cover {
        margin-top: 15px;
    }
    section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    body section.banner {
        padding-top: 70px;
        padding-bottom: 0;
    }
    header .navbar-collapse {
        background-color: #f5f5f5;
        padding: 15px;
    }
    .contact-row .wp-block-columns {
       flex-wrap: wrap;
    }
    .contact-row .wp-block-columns .wp-block-column {
    	flex-basis: 100% !important;
    }
    .contact-row .wp-block-columns .wp-block-column:not(:first-child) {
        margin-top: 15px;
        margin-left: 0;
    }
   .navbar-light .navbar-toggler {
        display: none;
    }
    button#responsive-menu-button,
    .responsive-menu-open button#responsive-menu-button {
        background: #febd3b !important;
    }
}
@media (max-width:767px) {
	section .personal_block .personal_cover p,
    footer .footer-title {
        min-height: inherit;
    }
    .pre_footer .custom-button {
        margin-top: 20px;
    }
	.pre_footer .d-flex {
		-webkit-flex-direction: column;
        flex-direction: column;
	}
    a#back-to-top {
        bottom: 20px;
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 16px;
        line-height: 35px;
    }
    section .contact-info ul {
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
}
@media (min-width: 576px) {
    footer form .form-control {
        width: 100%;
    }
}