@media (max-width: 575.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    h5 {
        font-size: 1.6rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        height: 100vh;
        max-height: 610px;
    }
    
    .header__button, .section__button {
        margin-left: auto;
        margin-right: auto;
    }
    
    .contact__span {
        margin-bottom: 30px;
        font-family: 'Oranienbaum', serif;
        font-size: 2.4rem;
        color: #1d1d1b;
        font-weight: 400;
        text-align: center;
        line-height: 1.6em;
        position: relative;
        top: 8px;
        display: block;
    }
    
    .contact__image {
        margin: 0 auto;
        height: 28px;
        width: auto;
        display: block;
    }
    
    .col-xs--margin-top {
        margin-top: 30px;
    }

    .xs--hidden {
        display: none;
    }
    
    .button-center {
        margin: 0 auto;
    }

}

@media (min-width: 576px) {

    .contact__span {
        margin-left: 50px;
        font-family: 'Oranienbaum', serif;
        font-size: 2.4rem;
        color: #1d1d1b;
        font-weight: 400;
        line-height: 1.6em;
        position: relative;
        top: 7px;
        display: inline-block;
    }
    
    .contact__image {
        height: 34px;
        width: auto;
        position: absolute;
        top: 8px;
        display: inline-block;
    }
    
}

@media (min-width: 576px) and (max-width: 767.98px) {
    
    h1 {
        font-size: 4rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    h5 {
        font-size: 1.6rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }

    .header {
        height: 100vh;
        max-height: 610px;
    }
    
    .header__button, .section__button {
        margin-left: auto;
        margin-right: auto;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }
    
    .sm--hidden {
        display: none;
    }
    
    .button-center {
        margin: 0 auto;
    }

}

@media (min-width: 768px) and (max-width: 991.98px) {
    
    h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 3.6rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    h5 {
        font-size: 1.6rem;
    }
    
    h6 {
        font-size: 3.6rem;
    }
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        height: 100vh;
        max-height: 610px;
    }
    
    .col-md--margin-top {
        margin-top: 30px;
    }

    .md--hidden {
        display: none;
    }
    
    .button-center {
        margin: 0 auto;
    }

}

@media (max-width: 991.98px) {
    
    .header {
        background-image: url(../images/header2.jpg);
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .footer .social-list {
        margin-top: 10px !important;
        margin-bottom: 15px !important;
    }

    .arrow {
        left: 15px;
        bottom: 15px;
    }

}

@media (min-width: 992px) {
    
    h1 {
        font-size: 7rem;
    }
    
    .header--small h1 {
        font-size: 5rem;
    }
    
    h2 {
        font-size: 4.6rem;
    }
    
    h3 {
        font-size: 1.6rem;
    }
    
    h4 {
        font-size: 1.6rem;
    }
    
    h5 {
        font-size: 1.6rem;
    }
    
    h6 {
        font-size: 3.2rem;
    }
    
    .header {
        background-image: url(../images/header.jpg);
    }
    
    .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .header--small .header__inner {
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 2;
        transform: translateY(-50%);
    }
    
    .footer .social-list {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
    .arrow {
        left: 30px;
        bottom: 30px;
    }
    
    .text-lg-justify {
        text-align: justify !important;
    }
    
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    
    .navbar-brand__image {
        margin-top: -3px;
        height: 36px;
        width: auto;
    }
    
    .header {
        height: 100vh;
        max-height: 610px;
    }
    
    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }
    
    .lg--no-padding {
        padding: 0;
    }

}

@media (max-width: 1199.98px) {
    
    .navbar--custom {
        background-color: #ffffff;
    }
    
    .navbar-brand {
        margin: 0;
        position: relative;
        top: 3px;
        left: 7px;
    }
    
    .navbar-nav {
        margin: 20px 0 10px 0;
    }
    
    .navbar-nav .nav-item {
        margin: 0 0 5px 0;
        padding: 0;
        font-size: 1.8rem;
        color: #021b0d;
        list-style-type: none;
        text-align: center;
    }
    
    .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }
    
    .navbar-nav .nav-item a {
        margin: 0;
        padding: 0 0 2px 0;
        color: #021b0d;
    }
    
    .navbar-nav li a:hover, .navbar-nav li a:focus {
        background-color: #ab8427;
        color: #ffffff;
    }
    
    .dropdown-menu {
        margin: 5px 0 0 0 !important;
        padding: 0 0 10px 0 !important;
        background-color: transparent;
        border: 0;
        border-bottom: 1px solid #efefef;
    }
    
    .header {
        margin-top: 50px;
    }
    
    .header--small {
        max-height: 300px !important;
    }
    
    .lang-list__item a {
        padding-top: 0;
        padding-left: 5px !important;
        padding-right: 5px !important;
        position: relative;
    }
    
    .navbar--custom .lang-list {
        font-size: 1.6rem;
        position: absolute;
        top: 8px;
        right: 50px;
        z-index: 1;
    }
    
    .lang-list__item a {
        color: #021b0d;
    }
    
    .lang-list__item a:hover, .lang-list__item a:focus, .current_language a {
        color: #ab8427;
        text-decoration: none;
    }
    
    .lang-list__item {
        padding: 0 5px !important;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .lang-list__item:first-child {
        border-left: none;
    }
    
}

@media (min-width: 1200px) {
    
    .navbar-nav {
        margin-right: 25px;
    }

    .navbar-nav li a {
        padding: 0 25px !important;
        color: #021b0d;
        position: relative;
    }

    .navbar--custom .navbar-nav li a:hover, .navbar--custom .navbar-nav li a:focus {
        color: #ab8427;
    }
    
    .navbar--custom {
        background-color: #ffffff;
        height: 100px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand__image {
        margin-top: -10px;
        height: 70px;
        width: auto;
        transition: height ease-in-out .3s;
    }
    
    .navbar--custom .navbar-brand, .navbar--custom .navbar-nav li a {
        height: 100px;
        line-height: 100px;
    }
    
    .navbar--shrink {
        background-color: #ffffff;
        height: 50px;
        transition: height ease-in-out .3s;
    }
    
    .navbar--shrink .navbar-brand__image {
        height: 40px;
        width: auto;
    }
    
    .navbar--shrink .navbar-nav li a {
        color: #021b0d;
        border-top: none;
    }
    
    .navbar--shrink .navbar-nav li a:hover, .navbar--shrink .navbar-nav li a:focus {
        background-color: #ab8427;
        color: #ffffff;
    }

    .navbar--shrink .navbar-brand, .navbar--shrink .navbar-nav li a {
        height: 50px;
        line-height: 50px;
    }
    
    .nav-item {
        font-size: 1.6rem;
    }
    
    .navbar-nav .nav-item:last-child {
        padding-right: 0;
    }
    
    .navbar--custom .navbar-nav li a:after {
        background-color: #ab8427;
        height: 0;
        width: 1px;
        display: block;
        content: '';
        transition: height .3s;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar--custom .navbar-nav li a:hover:after {
        height: 30%;
        //transition: height .3s;
    }

    .navbar--shrink .navbar-nav li a:after {
        display: none;
    }
    
    .navbar--custom .dropdown-menu {
        margin: 5px 0 0 0 !important;
        padding: 0 0 5px 0 !important;
        background-color: transparent;
        border: none;
    }
    
    .navbar--custom .dropdown-menu {
        margin: 0 0 0 0 !important;
        padding: 15px 0 !important;
        position: absolute;
        z-index: 98;
    }
    
    .navbar--custom .dropdown-menu:before {
        background-color: #ab8427;
        height: 100%;
        width: 305px;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
    }

    .navbar--custom .dropdown-menu li {
        padding-left: 20px;
        padding-right: 20px;
        background-color: #ab8427;
        height: auto;
        width: 305px !important;
        font-size: 1.6em;
        text-align: left;
        display: block;
        cursor: default;
        position: relative;
        float: none;
    }
    
    .navbar--custom .dropdown-menu li a {
        margin: 0 !important;
        padding: 10px 0 !important;
        height: auto !important;
        color: #ffffff !important;
        text-decoration: none;
        line-height: normal !important;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .navbar--custom .dropdown-menu li:last-child a, .navbar--custom .dropdown-menu li:last-child a:hover, .navbar--custom .dropdown-menu li:last-child a:focus {
        border-bottom: none;
    }
    
    .navbar--custom .dropdown-menu li a:hover, .navbar--custom .dropdown-menu li a:focus {
        color: #ffffff !important;
        border-bottom: 1px solid rgba(255, 255, 255, 1);
    }
    
    .dropdown-menu li a:after {
        display: none;
    }
    
    .navbar--custom .dropdown-menu li .dropdown-menu {
        top: 0;
        right: -170px;
    }
    
    .navbar--shrink .dropdown-menu li a:hover, .navbar--shrink .dropdown-menu li a:focus {
        background-color: inherit;
    }
    
    .navbar--shrink .dropdown-menu {
        margin: -1px 0 0 0 !important;
    }
    
    .navbar--custom .lang-list {
        padding-left: 10px;
        position: absolute;
        left: 270px;
        bottom: 28px;
    }
    
    .lang-list__item {
        padding: 0 13px !important;
        font-size: 1.6rem;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
    }
    
    .lang-list__item:first-child {
        border-left: none;
    }
    
    .lang-list__item a {
        padding: 0 !important;
        color: #021b0d;
        position: relative;
    }
    
    .navbar--shrink .lang-list {
        position: absolute;
        left: 180px;
        top: 13px;
    }
    
    .navbar--shrink .lang-list__item a {
        color: #021b0d;
    }
    
    .lang-list__item a:hover, .lang-list__item a:focus, .current_language a {
        color: #ab8427;
        text-decoration: none;
    }
    
    .header {
        margin-top: 100px;
        height: 100vh;
        max-height: 610px;
    }
    
    .header--small {
        max-height: 300px !important;
    }
    
    .col-xl--margin-top {
        margin-top: 30px;
    }
    
    .xl--hidden {
        display: none;
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

body * {
    -moz-transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.body {
    background-color: #ffffff;
}

h1, h2, h4, h5, h6 {
    margin: 0;
    font-family: 'Oranienbaum', serif;
    line-height: 1em;
    position: relative;
}

h1 {
    font-weight: 600;
}

h2, h4, h5, h6 {
    font-weight: 400;
}

h1 a, h1 a:hover, h1 a:focus, h2 a, h2 a:hover, h2 a:focus, h3 a, h3 a:hover, h3 a:focus {
    color: inherit;
    text-decoration: none;
}

h1 span, h2 span {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6em;
    text-transform: uppercase;
    display: block;
}

h3 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 2.4rem;
}

p {
    margin-top: 16px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 3rem;
}

p:first-child {
    margin-top: 0;
}

section {
    position: relative;
}

section li {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

section .container {
    position: relative;
    z-index: 2;
}

strong {
    font-weight: 700;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

.overflow-hidden {
    overflow: hidden;
}

.wrapper {
    margin: 0 auto;
    height: auto;
    max-width: 1920px;
    overflow-x: hidden;
}

.navbar--custom {
    z-index: 9999;
}

.navbar--custom .nav-item {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #021b0d;
    position: relative;
}

.navbar-toggler--custom {
    background: transparent !important;
    border: none;
    border-radius: 0 !important;
}

.navbar-toggler--custom:focus {
    background: transparent !important;
    outline: none !important;
}

.navbar-toggler .icon-bar {
    background-color: #021b0d;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    height: 2px;
    width: 22px;
    border-radius: 1px;
    display: block;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:hover > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active > .icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    background-color: #ab8427;
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    background-color: #ab8427;
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    background-color: #ab8427;
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.lang-list__item {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: #021b0d;
    list-style: none;
    float: left;
}

.header {
    background-color: #24531e;
    width: 100%;
    z-index: 1;
}

.header--small {
    background-color: #24531e;
    background-position: center right;
    width: 100%;
}

.header__inner {
    z-index: 2;
}

.header__heading-1 {
    color: #ffffff;
}

.header__heading-1 span {
    color: #f3d589;
}

.header__span {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    color: #f3d589;
    letter-spacing: 1px;
    line-height: 1.4em;
    text-transform: uppercase;
    display: block;
}

.header p {
    font-size: 1.6rem;
    color: #ffffff;
}

.content {
    position: relative;
    z-index: 0;
}

.about, .blog, .content {
    background-color: #f1f1f1;
}

.about--padding, .specializations--padding, .blog--padding, .content--padding {
    padding: 70px 0;
}

.about__heading-2, .specializations__heading-2, .blog__heading-2, .content h2 {
    margin-bottom: 20px;
    color: #021b0d;
}

.about__heading-2 span, .specializations__heading-2 span, .blog__heading-2 span {
    color: #ab8427;
}

.about p, .specializations p, .content p, .blog p, .content p {
    font-size: 1.6rem;
    color: #1d1d1b;
    text-align: justify;
}

.about__image {
    height: auto;
    max-width: 100%;
}

.specializations {
    background-color: #ffffff;
}

.specializations__heading-3 {
    color: #021b0d;
}

.specializations__image {
    height: 80px;
    width: auto;
    position: relative;
    z-index: 1;
}

.blog__inner {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.blog__box {
    padding: 30px;
}

.blog__heading-3 {
    min-height: 52px;
    font-family: 'Oranienbaum', serif;
    font-size: 2.5rem;
    color: #021b0d;
    font-weight: 400;
    line-height: 2.8rem;
    text-transform: none;
}

.blog__heading-3 a, .blog__heading-3 a:focus {
    color: inherit;
}

.blog__heading-3 a:hover {
    color: #ab8427;
}

.blog__image {
    height: auto;
    max-width: 100%;
}

.bottom__heading-6 {
    margin-bottom: 20px;
    color: #ffffff;
}

.bottom p {
    font-size: 1.6rem;
    color: #ffffff;
}

.gmap {
    height: 400px;
    width: 100%;
    border: 0;
}

.bottom {
    background-color: #00543c;
}

.bottom--padding {
    padding: 70px 0 35px 0;
}

.bottom__heading-3 {
    color: #ffffff;
}

.bottom .nav-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: block;
}

.bottom ul .nav-item {
    margin: 7px 0;
    padding: 0;
    color: #ffffff;
}

.bottom a, .bottom a:focus {
    color: inherit;
}

.bottom a:hover {
    color: #f3d589 !important;
    text-decoration: none;
}

.form__paragraph {
    font-size: 1.2rem !important;
    line-height: 2rem !important;
}

.footer--padding {
    padding: 60px 0 0 0;
}

.footer p {
    font-size: 1.6rem;
    color: #ffffff;
}

.form-control--custom {
    background-color: #f8f8f8;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    line-height: normal;
    color: #1d1d1b;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    position: relative;
}

.form-control:focus {
    background-color: #ffffff;
    color: #1d1d1b;
    border: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom, select.form-control--custom {
    padding-left: 15px;
    padding-right: 15px;
    height: 50px !important;
}

input::-webkit-input-placeholder {
    color: #1d1d1b !important;
}
					
input:-moz-placeholder {
    color: #1d1d1b !important;
}
					
input::-moz-placeholder {
    color: #1d1d1b !important;
}
					
input:-ms-input-placeholder {  
    color: #1d1d1b !important;
}

.textarea--custom {
    padding: 15px;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: #1d1d1b !important;
}
					
textarea:-moz-placeholder {
    color: #1d1d1b !important;
}
					
textarea::-moz-placeholder {
    color: #1d1d1b !important;
}
					
textarea:-ms-input-placeholder {  
    color: #1d1d1b !important;
}

.wpcf7-form.invalid .wpcf7-response-output {
    margin 10px 0;
    padding: 10px 15px;
    background-color: #8b0000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent .wpcf7-response-output {
    padding: 10px 15px;
    background-color: #008b21;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    color: #ffffff;
    border: 0;
}

.wpcf7-form.sent div.wpcf7-response-output:before, .wpcf7-form.invalid div.wpcf7-response-output:before {
    margin: 0 12px 0 0;
    font-family: 'Font Awesome 5 Pro';
    font-size: 26px/30px;
    font-weight: 400;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.wpcf7-form.sent div.wpcf7-response-output:before {
    content: '\f00c';
}

.wpcf7-form.invalid div.wpcf7-response-output:before {
    content: '\f00d';
}

span .wpcf7-not-valid {
    border: 2px solid #8b0000 !important;
}

span.wpcf7-not-valid-tip {
    font-family: 'Mulish', sans-serif !important;
    font-size: 1.6rem !important;
    color: #8b0000 !important;
}

.btn--custom {
    padding: 15px;
    width: auto;
    min-width: 150px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--wide {
    width: 100%;
}

.btn--gold, .btn--gold:focus {
    background-color: #ab8427;
    color: #ffffff;
}

.btn--gold:hover {
    background-color: #00543c;
    color: #ffffff;
}

.btn--margin-top {
    margin-top: 30px;
}

.row--margin-top {
    margin-top: 30px;
}

.row--margin-top-2x {
    margin-top: 60px;
}

.preloader {
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.preloader__inner {
    margin: -40px 0 0 -40px;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 10px solid #f1f1f1;
    border-top: 10px solid #ab8427;
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    animation: spin 2s linear 1;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.arrow {
    height: 80px;
    width: 80px;
    border-radius: 0;
    position: fixed;
    z-index: 99;
    display: none;
}

.arrow__fa {
    font-size: 3rem;
    color: #ab8427;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrow a, .arrow a:focus {
    background-color: transparent;
    height: 80px;
    width: 80px;
    border: 2px solid #ab8427;
    border-radius: 50%;
    display: block;
    transition: ease all .2s;
}

.arrow a:hover {
    background-color: #ab8427;
    transition: ease all .2s;
}

.arrow a:hover .arrow__fa {
    color: #ffffff;
}

.button, .button:focus {
    margin-top: 20px;
    height: 58px;
    width: auto;
    display: table;
    transition: ease all .2s;
}

.button:hover {
    text-decoration: none !important;
}

.button:hover .button__fa {
    color: #ffffff;
}

.button span {
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.6em;
    text-transform: uppercase;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    top: -22px;
}

.button__inner {
    background-color: transparent;
    height: 58px;
    width: 58px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.button__fa {
    font-size: 2.4rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__button .button__inner {
    border: 2px solid #f3d589;
}

.header__button .button__fa {
    color: #f3d589;
}

.header__button span {
    color: #ffffff;
}

.header__button:hover span {
    color: #f3d589;
}

.header__button:hover .button__inner {
    background-color: #f3d589;
    transition: ease all .2s;
}

.header__button:hover .button__fa {
    color: #00543c;
}

.blog__button, .specializations__button {
    margin-left: auto;
    margin-right: auto;
}

.section__button .button__inner {
    border: 2px solid #ab8427;
}

.section__button .button__fa {
    color: #ab8427;
}

.section__button span {
    color: #021b0d;
}

.section__button:hover span {
    color: #ab8427;
}

.section__button:hover .button__inner {
    background-color: #ab8427;
    transition: ease all .2s;
}

.section__button:hover .button__fa {
    color: #ffffff;
}

.background-cover {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.background-cover--ct {
    background-position: center top;
}

.background-cover--cc {
    background-position: center center;
}

.background-cover--cb {
    background-position: center bottom;
}

.background-cover--rb {
    background-position: right bottom;
}

.background-cover--lc {
    background-position: left center;
}

.background-cover--rc {
    background-position: right center;
}

.background-cover--rt {
    background-position: right top;
}

.vertical-center {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 2;
    transform: translateY(-50%);
}

.vertical-center .btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 150px;
}

.content h3 {
    margin: 15px 0;
}

.content h4 {
    margin: 10px 0;
}
    
.content ol, .content ul, .bottom ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.4rem;
}

.content ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #1d1d1b;
    position: relative;
}

.content ul li, .bottom ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #1d1d1b;
    list-style-type: none;
    position: relative;
}

.content ul li:before, .bottom ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #22511e;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

.bottom ul li {
    margin: 0 0 10px 0;
    padding: 0;
    color: #ffffff;
}

.bottom ul li a {
    padding: 0;
    padding: 0;
}

.bottom ul li:before {
    display: none;
}

.fancy-popup {
    width: 100%;
    max-width: 992px;
    display: none;
}

.fancy-popup h2, .fancy-popup h3, .fancy-popup h4 {
    color: #3c3939;
    text-align: left;
}

.fancy-popup h2 {
    margin-bottom: 20px;
}

.fancy-popup h2:first-child {
    margin-top: 0;
}

.fancy-popup h3 {
    margin: 15px 0;
}

.fancy-popup h4 {
    margin: 10px 0;
}

.fancy-popup p {
    font-size: 1.6rem;
    color: #1d1d1b;
}

.fancy-popup ol, .fancy-popup ul {
    margin: 16px 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    line-height: 2.4rem;
}

.fancy-popup ol li {
    margin: 0 0 10px 17px;
    padding: 0 0 0 4px;
    font-size: 1.6rem;
    color: #1d1d1b;
    position: relative;
}

.fancy-popup ul li {
    margin: 0 0 10px 12px;
    padding: 0 0 0 8px;
    font-size: 1.6rem;
    color: #1d1d1b;
    list-style-type: none;
    position: relative;
}

.fancy-popup ul li:before {
    font-family: 'Font Awesome 5 Pro';
    font-size: 0.7rem;
    color: #22511e;
    font-weight: bold;
    text-decoration: inherit;
    content: '\f111';
    position: absolute;
    top: 1px;
    left: -12px;
}

p a, p a:hover, p a:focus, .content * a, .content * a:hover, .content * a:focus {
    color: inherit !important;
    text-decoration: none !important
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

.social-list {
    margin: 0;
    padding: 0;
    display: inline-block;
}

.social-list__item {
    margin: 0 5px !important;
    padding: 0;
    height: 16px;
    width: auto;
    list-style: none;
    display: inline-block;
} 

.sli__image {
    height: 16px;
    width: auto;
}

.img {
    height: auto;
    max-width: 100%;
    position: absolute;
}

.img-h {
    left: 0;
    bottom: 0;
}

.img-a {
    top: 0;
    left: 0;
}

.img-b {
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.img-bo {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}