/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

html,
body,
iframe,
div,
section,
header,
p,
a,
ul,
ol,
li,
article,
footer,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #d92e3a;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: .2em 0;
    padding: .2em 0;
    color: #000;
    background: #ccc;
}

/*!////////////////////////////////////////////////
// LAYOUT
/////////////////////////////////////////////////*/
.wrap {
    position: relative;
    width: 100%;
    max-width: 1265px;
    margin: 0 auto;
}

.mediumwrap {
    position: relative;
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
}

.miniwrap {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width: 1285px){
    .wrap {
        max-width: 1150px;
    }
}

@media only screen and (max-width: 1170px){
    .wrap,
    .mediumwrap {
        max-width: 960px;
    }
}

@media only screen and (max-width: 980px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 748px;
    }
}

@media only screen and (max-width: 768px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 480px;
    }
}

@media only screen and (max-width: 500px){
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 90%;
    }
}

.row {
    clear: both;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.align-items-center {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-3,
    .grid-4,
    .grid-5,
    .grid-6,
    .grid-half,
    .grid-full,
    .grid-unit {
        float: left;

        width: 100%;
    }
    .grid-1:nth-child(n),
    .grid-2:nth-child(n),
    .grid-3:nth-child(n),
    .grid-4:nth-child(n),
    .grid-5:nth-child(n),
    .grid-6:nth-child(n),
    .grid-half:nth-child(n),
    .grid-full:nth-child(n),
    .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-3:nth-child(1n),
    .grid-4:nth-child(1n),
    .grid-5:nth-child(1n),
    .grid-6:nth-child(1n),
    .grid-half:nth-child(1n),
    .grid-full:nth-child(1n),
    .grid-unit:nth-child(1n) {
        margin-right: 0;
    }
    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

    .grid-25,
    .grid-75 {
        float: left;
        width: 49.24242%;
    }

    .grid-25:nth-child(n),
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-25:nth-child(2n),
    .grid-25:nth-child(2n) {
        margin-right: 0;
    }

    .grid-25:last-child,
    .grid-25:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit,
    .grid-half {
        width: 49.24242%;
    }

    .gallery .grid-unit:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .gallery .grid-unit:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .gallery .grid-unit:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-flow-opposite {
        float: right;
    }
}

@media screen and (min-width: 640px) {
    .grid-1 {
        width: 15.40404%;
    }

    .grid-1:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-1:nth-child(6n) {
        margin-right: 0;
    }

    .grid-1:last-child {
        margin-right: 0;
    }

    .grid-2 {
        width: 32.32323%;
    }

    .grid-2:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-2:nth-child(3n) {
        margin-right: 0;
    }

    .grid-2:last-child {
        margin-right: 0;
    }

    .grid-3,
    .grid-half {
        width: 49.24242%;
    }

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }

    .grid-3:nth-child(2n),
    .grid-half:nth-child(2n) {
        margin-right: 0;
    }

    .grid-3:last-child,
    .grid-half:last-child {
        margin-right: 0;
    }

    .grid-4 {
        width: 66.16162%;
    }

    .grid-4:nth-child(n) {
      margin-bottom: 1.51515%;
      margin-right: 1.51515%;
    }

    .grid-4:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4:last-child {
        margin-right: 0;
    }

    .grid-5 {
        width: 82.74242%;
    }

    .grid-5:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-5:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5:last-child {
        margin-right: 0;
    }

    .grid-6,
    .grid-full {
        width: 100%;
    }
    .grid-6:nth-child(n),
    .grid-full:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-6:nth-child(1n),
    .grid-full:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6:last-child,
    .grid-full:last-child {
        margin-right: 0;
    }

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }
    .grid-1.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-1.no-margin:nth-child(6n) {
        margin-right: 0;
    }
    .grid-1.no-margin:last-child {
        margin-right: 0;
    }

    .grid-2.no-margin {
        width: 33.33333%;
    }
    .grid-2.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-2.no-margin:nth-child(3n) {
        margin-right: 0;
    }
    .grid-2.no-margin:last-child {
        margin-right: 0;
    }

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }
    .grid-3.no-margin:nth-child(n),
    .grid-half.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-3.no-margin:nth-child(2n),
    .grid-half.no-margin:nth-child(2n) {
        margin-right: 0;
    }
    .grid-3.no-margin:last-child,
    .grid-half.no-margin:last-child {
        margin-right: 0;
    }

    .grid-4.no-margin {
        width: 66.66667%;
    }

    .grid-4.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-4.no-margin:nth-child(1.5n) {
        margin-right: 0;
    }

    .grid-4.no-margin:last-child {
        margin-right: 0;
    }

    .grid-5.no-margin {
        width: 83.0%;
    }

    .grid-5.no-margin:nth-child(n) {
        margin-bottom: 0;
        margin-right: 0;
    }

    .grid-5.no-margin:nth-child(1.20482n) {
        margin-right: 0;
    }

    .grid-5.no-margin:last-child {
        margin-right: 0;
    }

    .grid-6.no-margin,
    .grid-full.no-margin {
        width: 100%;
    }

    .grid-6.no-margin:nth-child(n),
    .grid-full.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }

    .grid-6.no-margin:nth-child(1n),
    .grid-full.no-margin:nth-child(1n) {
        margin-right: 0;
    }
    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }
    .grid-25:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-25:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25:last-child {
        margin-right: 0;
    }

    .grid-25.no-margin {
        width: 25%;
    }
    .grid-25.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-25.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-25.no-margin:last-child {
        margin-right: 0;
    }

    .grid-75 {
        width: 74.616161%;
    }
    .grid-75:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .grid-75:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75:last-child {
        margin-right: 0;
    }

    .grid-75.no-margin {
        width: 75%;
    }
    .grid-75.no-margin:nth-child(n) {
        margin-right: 0;
        margin-bottom: 0;
    }
    .grid-75.no-margin:nth-child(4n) {
        margin-right: 0;
    }
    .grid-75.no-margin:last-child {
        margin-right: 0;
    }

    .gallery .grid-unit {
        width: 32.32323%;
    }
    .gallery .grid-unit:nth-child(n) {
        margin-right: 1.51515%;
        margin-bottom: 1.51515%;
    }
    .gallery .grid-unit:nth-child(3n) {
        margin-right: 0;
    }
    .gallery .grid-unit:last-child {
        margin-right: 0;
    }

    .content-pad-right {
        padding-right: 4%;
        /* Use (or don't) as necessary. */
    }

    .content-pad-left {
        padding-left: 4%;
    }

}

  .list-grid-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}

.list-grid-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
}

@media screen and (max-width: 480px) {
    .list-grid-3 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
}


/*!////////////////////////////////////////////////
// THEME
/////////////////////////////////////////////////*/

body {
    font-family: 'Poppins',sans-serif;
    font-size: 16px;
    line-height: 1.875em;
    color: #14213d;
    background-color: #e5e3e4;
}

a {
    -webkit-transition: .2s ease-in-out;
         -o-transition: .2s ease-in-out;
            transition: .2s ease-in-out;
    text-decoration: none;
    color: #006cbc;
}

a:hover {
    color:#14213d;
}

.button,
.button--primary {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    top: 0;
    display: inline-block;
    padding: 16px 30px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 5px;
    background-color: #FCA311;
    -webkit-box-shadow: 0 0 #14213D;
            box-shadow: 0 0 #14213D;
}

.button--secondary {
    background-color: #006cbc;
    color: #fff;
}

.button--tertiary {
    background-color: #fff;
    color: #fda311
}

.button:hover,
.button--primary:hover {
    color: #fff;
    top: -5px;
    box-shadow: 5px 5px #14213d;
}

.button--secondary:hover {
    color: #fff;
    top: -5px;
    box-shadow: 5px 5px #fda311;
}

.button--tertiary:hover {
    color: #006cbc;
    top: -5px;
    box-shadow: 5px 5px #006cbc;
}

body p {
    display: block;
    margin-bottom: 35px;
}

body p:last-child {
    display: block;
    margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h2 {
    font-family: "Poppins",sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 1em;
    display: block;
    margin-bottom: 30px;
    margin-top: 40px;
    text-transform: uppercase;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h2:first-child {
    margin-top: 0;
}

.h3 {
    font-family: "Barlow", sans-serif;
    font-size: 26px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 30px;
    color: #111;
    font-weight: 700;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
.h2:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 1170px){

}

@media only screen and (max-width: 980px){

}

@media only screen and (max-width: 768px){
    .button {
        font-size: 15px;
    }

    h1, h2, h3, h4, h5, h6, .h2 {
        font-size: 30px;
    }

    .h3 {
        font-size: 23px;
        margin-bottom: 30px;
    }

    body {
        font-size: 15px;
    }
}

@media only screen and (max-width: 500px){

}



/*! Header
//////////////////////////////////////////////*/
header .header--top {
    display: block;
    padding: 17px 0;
    background-size: cover;
    border-bottom: 10px solid #fff;
}

header .site-logo {
    display: block;
    max-width: 331px;
    width: 100%;
    margin: 0;
}

header .site-logo img {
    width: 100%;
    height: auto;
}

header .header--bottom {
    background-color: #cdc8ca;
    position: relative;
    z-index: 10;
}

header .desktop-menu {
    display: none;
}

header .desktop-menu .menu {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

header .desktop-menu .menu > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 65px;
}

header .desktop-menu .menu > li > a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111;
    text-transform: uppercase;
    line-height: 1em;
    padding: 24px 0;
}

header .desktop-menu .menu > li.menu-item-has-children {
    position: relative;
}

header .desktop-menu .menu > li.menu-item-has-children > a:after {
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    margin-left: 10px;
}

header .desktop-menu .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    z-index: 100;
    top: 90px;
    visibility: hidden;
    width: 100%;
    min-width: 210px;
    margin-left: 0;
    padding: .25em 0;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
    pointer-events: none;
    opacity: 0;
}

header .desktop-menu .menu > li.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    top: 63px;
    pointer-events: auto;
    visibility: visible;
}

header .desktop-menu .menu > li.menu-item-has-children > .sub-menu > li {
    background-color: #006cbc;
    text-align: left;
    border-bottom: 1px solid #66a7d7;
}

header .desktop-menu .menu > li.menu-item-has-children > .sub-menu > li:last-child {
    border-bottom: none;
}

header .desktop-menu .menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    color: #fff;
    padding: 15px;
    line-height: 1.2em;
}

header .desktop-menu .menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    background-color: #fca311;
}

header .desktop-menu .menu > li > a:hover,
header .desktop-menu .menu > li.current-menu-item > a {
    color: #006cbc;
}

header .desktop-menu .menu > li:last-child {
    margin-right: 0;
}

header .header-lists .header-list {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    color: #fca311;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-left: 18px;
    margin-left: 16px;
    position: relative;
    line-height: 1em;
}

header .header-lists a.header-list:hover {
    color: #fff;
}

header .header-lists .header-list:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    background-color: #fca311;
    position: absolute;
}

header .header-lists .header-list:first-child {
    padding-left: 0;
    margin-left: 0;
}

header .header-lists .header-list:first-child:before {
    display: none;
}

header .header-lists {
    display: block;
    text-align: right;
}

header .header-lists .button {
    margin-left: 20px;
}

.mobile-navigation .mobile-cta {
    text-align: center;
}

.mobile-navigation .mobile-phone,
.mobile-navigation .mobile-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.mobile-navigation .mobile-phone a {
    display: block;
    color: #111;
    font-size: 25px;
}

.mobile-navigation .mobile-menu .mobile__button {
    font-size: 30px;
    line-height: 1em;
    display: block;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    color: #111;
}

.mobile-navigation .mobile-phone a:hover,
.mobile-navigation .mobile-menu .mobile__button:hover {
    color: #006cbc;
}

.mobile-navigation .mobile-cta .button {
    border-radius: 0;
}

@media only screen and (min-width: 981px){
    .mobile__button,
    .mobile__nav__wrap,
    header .mobile-navigation {
        display: none;
    }

    header .desktop-menu{
        display: block;
    }
}

@media only screen and (max-width: 1170px){
    header .site-logo {
        max-width: 250px;
    }

    header .header-lists .header-list {
        font-size: 17px;
    }

    header .desktop-menu .menu > li {
        margin-right: 40px;
    }

    header .desktop-menu .menu > li > a {
        font-size: 16px;
    }

    header .desktop-menu .menu > li.menu-item-has-children:hover .sub-menu {
        top: 61px;
    }

    header .desktop-menu .menu > li.menu-item-has-children > .sub-menu > li > a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 980px){
    header .cta__area {
        display: none;
    }

    header .header--top .logo__area {
        width: 100%;
        text-align: center;
    }

    header .site-logo {
        margin: 0 auto;
        max-width: 295px;
    }
}

@media only screen and (max-width: 768px){
    .mobile-navigation .grid-2 {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: auto;
        margin: 0;
    }

}

@media only screen and (max-width: 500px){
    .mobile-navigation .mobile-cta .button {
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
    }
}







/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-nav .mobile__button {
    font-size: 20px;
    display: none!important;
    padding: 1.25em 1.75em;
    cursor: pointer;
    text-align: center;
    border-bottom: 7px solid rgba(0,0,0,.3);
    background: #1b1e3a;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav {
    display: none;
}

.mobile-nav .mobile__nav ul li:nth-of-type(1) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(2n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(3n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(4n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(5n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:nth-of-type(6n) {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li:last-of-type {
    background: #272b53;
}

.mobile-nav .mobile__nav ul li a,
.mobile-nav .mobile__nav ul li span {
    display: block;
    padding: 1em;
    color: white;
    text-shadow: 0 0 10px rgba(0,0,0,.25);
}

.mobile-nav .mobile__nav ul li.has-submenu a,
.mobile-nav .mobile__nav ul li.has-submenu span {
    position: relative;
    cursor: pointer;
}

.mobile-nav .mobile__nav ul li.has-submenu a:after,
.mobile-nav .mobile__nav ul li.has-submenu span:after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1em;
    display: inline-block;
    padding: 0 1px;
    content: '\f105';
    -webkit-transition: .25s ease-in-out;
         -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    vertical-align: middle;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mobile-nav .mobile__nav ul li.has-submenu a.submenu-open:after,
.mobile-nav .mobile__nav ul li.has-submenu span.submenu-open:after {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.mobile-nav .mobile__nav ul li ul {
    display: none;
    padding-left: 1em;
    background: #545e75; /*rgba(0,0,0,.30)*/
}

.mobile-nav .mobile__nav ul li ul li {
    background: none !important;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li a:after {
    content: none;
}

.mobile-nav .mobile__nav ul li.has-submenu ul li ul {
    padding-left: 0;
}

.mobile__nav__wrap ::-webkit-scrollbar {
    display: none;
}

@media all and (max-width: 980px) {
    .mobile__nav__wrap {
        display: block;
    }

    .mobile__nav ul .menu--catalog a {
        text-transform: uppercase;
        border-bottom: none;
        background-color: #754baa;
    }

    .mobile__nav ul .menu--dealer a {
        text-transform: uppercase;
        border: none;
        background-color: #f05a92;
    }

    .mobile__nav ul .menu--catalog a i,
    .mobile__nav ul .menu--dealer a i {
        font-size: 18px;
        margin-right: 5px;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 4px;
        margin-bottom: 5px;
        border-radius: 50px;
        background-color: #fff;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
        text-transform: uppercase;
        color: #fff;
        display: block;
        line-height: 1em;
    }

}

.mobile__nav {
    position: fixed;
    z-index: -5!important;
    top: 0;
    right: -240px;
    visibility: hidden;
    overflow-x: hidden;
    overflow-y: auto;
    width: 240px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateZ(0);
    -webkit-transform: translateX(0);
        -ms-transform: translateZ(0);
        -ms-transform: translateX(0);
            transform: translateZ(0);
            transform: translateX(0);
    background: #cdc8ca;
    /*-webkit-transition: visibility 0s .3s;
    -moz-transition: visibility 0s .3s;
    transition: visibility 0s .3s;*/
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    padding: 20px 18px;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    color: #fff;
    background: #016cbc;
}

.mobile__nav .close i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav .close span {
    font-weight: 600;
    text-transform: uppercase;
}

.mobile__nav .close:hover {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.zindex {
    z-index: 99999!important;

    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav.visible {
    visibility: visible;
    right: 0;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav ul {
    font-size: 16px;
    font-weight: 700;
}

.mobile__nav ul li {
    position: relative;
}

.mobile__nav ul li.hidden > a {
    visibility: hidden;
}

.mobile__nav ul li a {
    font-size: 15px;
    position: relative;
    display: block;
    padding: 20px 15px;
    color: #111;
    border-bottom: 1px solid #a29e9f;
    font-weight: 500;
    font-weight: 600;
}

.mobile__nav  ul li a:hover {
    opacity: .7;
}

.mobile__nav ul li.menu-item-has-children a::after {
    font-family: 'Font Awesome 5 Pro';
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 50%;
    right: 12px;
    content: '\f054';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.mobile__nav ul li a i {
    font-size: 12px;
    font-weight: 700;
    margin-left: 4px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.mobile__nav  ul li a.active i {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}

.mobile__nav  ul li .sub-menu {
    position: fixed;
    z-index: 5;
    top: 0;
    right: -240px;
    overflow: auto;
    width: 239px;
    height: 100%;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    background: #cdc8ca;
}

.mobile__nav  ul li .sub-menu.visible {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
            transform: translateX(-240px);
}

.mobile__nav  ul li .sub-menu li.nav__back a {
    color: #fff;
    background: #016cbc;
}

.mobile__nav  ul li .sub-menu li.nav__back a i {
    font-size: 15px;
    margin-right: 7px;
}

.mobile__nav  ul li .sub-menu li a::after,
.mobile__nav  ul li .sub-menu li a::before {
    display: none;
}

#page__wrap {
    position: relative;
    z-index: 500;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

@media all and (max-height: 768px) {
    .mobile__nav ul li a {
        padding: 15px;
    }
}

@media all and (max-width: 980px) {
    #page__wrap.active {
        overflow: hidden;
        -webkit-transition: .3s ease-in-out;
             -o-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transform: translateX(-240px);
            -ms-transform: translateX(-240px);
                transform: translateX(-240px);
    }

    #page__wrap.fixed {
        z-index: 20;
    }

    #page__wrap > .overlay {
        position: fixed;
        z-index: 10;
        z-index: 101;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 100%;
        height: 100%;
        cursor: pointer;
        -webkit-transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s .3s,transform .3s 0s,-webkit-transform .3s 0s;
        opacity: 0;
        background-color: rgb(0 0 0 / 50%);
        -webkit-backface-visibility: hidden;
                backface-visibility: hidden;
    }

    #page__wrap > .overlay.is-visible {
        visibility: visible;
        -webkit-transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
             -o-transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,-webkit-transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s;
                transition: opacity .3s 0s,visibility 0s 0s,transform .3s 0s,-webkit-transform .3s 0s;
        /*-webkit-transform: translateX(-260px);
            -moz-transform: translateX(-260px);
            -ms-transform: translateX(-260px);
            -o-transform: translateX(-260px);
            transform: translateX(-260px);*/
        opacity: 1;
    }
}


/*! Content Area
//////////////////////////////////////////////*/
.home__hero {
    display: block;
    padding: 110px 0 365px;
    background-color: #111;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-bottom: 10px solid #fff;
}

.home__hero p,
.hero__slider p {
    font-family: "Barlow Condensed",sa;
    font-size: 50px;
    font-weight: 600;
    line-height: .9em;
    display: block;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 5px 5px 7px rgb(0 0 0 / 50%);
}

.home__hero p:first-child,
.hero__slider p:first-child {
    margin-bottom: 10px;
}

.home__hero p strong,
.hero__slider p strong {
    font-size: 75px;
    font-weight: 600;
    line-height: 1em;
    display: block;
}

.hero__slider .slick-hero {
    overflow: hidden;
}

.hero__slider .slick-hero .slider-row {
    height: 700px;
    background-color: #111;
}

.hero__slider .slick-hero .slider-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    text-align: center;
}

.hero__slider .slick-hero .slider-row {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero__slider .slick-hero .slider-row:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #000;
    opacity: 0.4;
}

.hero__slider .slick-dots {
    display: block;
    position: absolute;
    bottom: 100px;
    left: 0;
    right: 0;
    padding-top: 0;
}

.hero__slider .slick-hero .slider-content .wrap {
    padding-bottom: 100px;
}

.hero__slider .slick-hero:not(.slick-initialized) .slider-row:not(:first-child) {
    display: none !important;
}

.cta__blocks {
    display: block;
    position: relative;
    z-index: 1;
    margin-top: -66px;
}

.cta__blocks .group {
    margin: 0 -11px -11px;
}

.cta__blocks .grid-25 {
    width: 25%;
    margin: 0;
}

.cta__blocks .grid-2 {
    width: 33.33%;
    margin: 0;
}

.cta__blocks .grid-3 {
    width: 50%;
    margin: 0;
}

.cta__blocks .grid-6 {
    width: 100%;
    margin: 0;
}

.cta__blocks .cta-block {
    padding: 11px;
}

.cta__blocks .cta-block-wrap {
    display: block;
    border: 5px solid #fff;
    border-radius: 5px;
    text-align: center;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.cta__blocks .cta-block-wrap:before {
    content: '';
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(/wp-content/uploads/2023/11/mph.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.cta__blocks .content-wrap {
    padding: 30px 35px 45px;
}

.cta__blocks .title {
    color: #fff;
    margin-bottom: 20px;
}

.cta__blocks .icon {
    font-size: 50px;
    line-height: 50px;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    color: #FCA311;
}

.cta__blocks .link {
    font-family: "Barlow",sans-serif;
    font-size: 18px;
    line-height: 1em;
    display: block;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    color: #FCA311;
}

.cta__blocks .cta-block-wrap:hover .link,
.cta__blocks .cta-block-wrap:hover .icon {
    color: #006cbc;
}

@media only screen and (max-width: 1285px){
    .home__hero {
        padding: 110px 0;
        height: 50vw;
    }

    .hero__slider .slick-hero .slider-row {
        height: 50vw;
        min-height: 450px;
    }
}

@media only screen and (max-width: 1170px){
    .cta__blocks .title {
        font-size: 20px;
    }

    .cta__blocks .link {
        font-size: 16px;
    }

    .cta__blocks .content-wrap {
        padding: 30px 25px 40px;
    }
}

@media only screen and (max-width: 980px){
    .cta__blocks .grid-25 {
        width: 50%;
    }

    .home__hero {
        height: auto;
        padding: 80px 0 125px;
    }

    .home__hero p,
    .hero__slider p {
        font-size: 35px;
    }

    .home__hero p strong,
    .hero__slider p strong {
        font-size: 60px;
    }
}

@media only screen and (max-width: 768px){
    .cta__blocks .grid-25,
    .cta__blocks .grid-2,
    .cta__blocks .grid-3 {
        width: 100%;
    }

    .home__hero p strong,
    .hero__slider p strong {
        font-size: 50px;
    }

    .home__hero p,
    .hero__slider p {
        font-size: 30px;
    }
}

.page__sections > div {
    display: block;
    padding: 125px 0;
}

.section__wysiwyg {
    display: block;
    padding: 125px 0;
}

.section__wysiwyg .content-group > .grid-3 {
    width: 50%;
    margin: 0;
}

.section__wysiwyg .image-grid {
    padding-right: 20px;
}

.section__wysiwyg .image--right .image-grid {
    padding-right: 0;
    padding-left: 20px;
}

.section__wysiwyg .image-grid img {
    display: block;
    border: 5px solid #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.section__wysiwyg .image-grid .image-wrap {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 40px;
    padding-left: 40px;
}

.section__wysiwyg .image--right .image-grid .image-wrap {
    padding-top: 40px;
    padding-left: 0;
    padding-right: 40px;
}

.section__wysiwyg .image-grid .image-wrap:before {
    content: '';
    background-color: #fca311;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 40px;
    z-index: 0;
    border-radius: 5px;
}

.section__wysiwyg .image--right .image-grid .image-wrap:before {
    bottom: 40px;
    right: 0;
    left: 40px;
}

.section__wysiwyg .content-group {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
}

.section__wysiwyg .content-group.image--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
}

.section__wysiwyg .content-grid {
    padding-left: 95px;
}

.section__wysiwyg .image--right .content-grid {
    padding-right: 95px;
    padding-left: 0;
}

.section__wysiwyg.bg-color--2 .image-grid .image-wrap:before {
    background-color: #006cbc;
}

@media only screen and (max-width: 1285px){
    .section__wysiwyg .content-grid {
        padding-left: 70px;
    }
}

@media only screen and (max-width: 1170px){
    .section__wysiwyg .content-grid {
        padding-left: 40px;
    }

    .section__wysiwyg .image--right .content-grid {
        padding-right: 75px;
    }
}

@media only screen and (max-width: 980px){
    .page__sections > div {
        display: block;
        padding: 80px 0;
    }

    .section__wysiwyg {
        display: block;
        padding: 80px 0;
    }

    .section__wysiwyg .content-group > .grid-3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .section__wysiwyg .image-grid {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 50px;
    }
    
}

@media only screen and (max-width: 768px){
    .section__wysiwyg .image-grid .image-wrap {
        padding-left: 20px;
        padding-top: 20px;
    }

    .section__wysiwyg .image-grid .image-wrap:before {
        bottom: 20px;
        right: 20px;
    }

    .section__wysiwyg .image--right .image-grid .image-wrap {
        padding-top: 20px;
        padding-right: 20px;
    }

    .section__wysiwyg .image--right .image-grid .image-wrap:before {
        bottom: 20px;
        left: 20px;
    }
}

.section__showcase {
    position: relative;
    overflow: hidden;
}

.section__showcase .content-wrap {
    display: block;
    padding: 105px 60px;
    border-radius: 5px;
}

.section__showcase .img-wrap {
    display: block;
    border: 5px solid #fff;
    border-radius: 5px;
    background-color: #9c9ba7;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}

.section__showcase .img-wrap.no-content {
    position: relative;
    height: auto;
}

.section__showcase .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.section__showcase .content-wrap.w-image {
    position: relative;
    z-index: 2;
    margin-top: -60px;
    margin-right: 65px;
    margin-bottom: -60px;
    width: 100%;
    max-width: 500px;
    float: right;
}

.section__showcase .content-wrap.w-image.content--left {
    float: left;
    margin-left: 65px;
    margin-right: 0;
}

.section__showcase .wrap:before, 
.section__showcase .wrap:after {
    content: '';
    display: block;
    clear: both;
}

@media only screen and (max-width: 1170px){
    .section__showcase .content-wrap {
        padding: 80px 50px;
    }

    .section__showcase .content-wrap.w-image {
        max-width: 450px;
    }
    
}

@media only screen and (max-width: 980px){
    .section__showcase .img-wrap {
        position: relative;
        margin-bottom: 20px;
    }

    .section__showcase .content-wrap.w-image {
        margin: 0 !important;
        max-width: 100%;
        float: none !important;
    }

    .section__showcase .img-wrap.no-content {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 768px){
    .section__showcase .content-wrap {
        padding: 50px 30px;
    }
}

.section__gallery .content-wrap,
.section__cta .content-wrap {
    display: block;
    margin-bottom: 50px;
}

.gallery-images {
    margin: -12px;
}

.gallery-images .gallery-image {
    margin: 0;
    width: 33.33%;
    padding: 12px;
}

.gallery-images .gallery-image .image-wrap {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.gallery-images .gallery-image .image-wrap:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 35px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    content: "\f065";
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    opacity: 0;
    color: #FFF;
    background-color: rgb(0 108 188 / 45%);
}

.gallery-images .gallery-image .image-wrap:hover:before {
    opacity: 1;
}

@media only screen and (max-width: 768px){
    .gallery-images .gallery-image {
        width: 50%;
        padding: 5px;
    }
    
    .gallery-images {
        margin: -5px;
    }

    .section__gallery .content-wrap,
    .section__cta .content-wrap {
        margin-bottom: 35px;
    }
}

.section__testimonials {
    display: block;
    padding: 60px 0;
    text-align: center;
    border-top: 10px solid #fff;
}

.slick-testimonial .icon {
    display: block;
    margin: 0 auto 30px;
    color: #fca311;
    font-size: 25px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    line-height: 55px;
    border-radius: 50px;
}

.slick-testimonial .client-testimonial {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75em;
    margin-bottom: 15px;
}

.slick-testimonial .client-name {
    font-weight: 600;
    font-family: 'Barlow',sans-serif;
    font-size: 18px;
    color: #006cbc;
    line-height: 1em;
}

.slick-slider .slick-dots {
    display: block;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    padding-top: 0;
}

.slick-slider .slick-dots li:only-child {
    display: none;
}

.slick-slider .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 30px 5px 0;
}

.slick-slider .slick-dots button {
    display: block;
    font-size: 0;
    padding: 0;
    border: none;
    background-color: #fff;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    opacity: 0.5;
}

.slick-slider .slick-dots .slick-active button {
    opacity: 1;
}

.slick-testimonial:not(.slick-initialized) .testimonial-row:not(:first-child) {
    display: none;
}

@media only screen and (max-width: 768px){
    .slick-testimonial .client-testimonial {
        font-size: 16px;
    }
}

.page__hero {
    display: block;
    overflow: hidden;
}

.page__hero > img {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

@media only screen and (max-width: 768px){
    .page__hero {
        min-height: 150px;
        height: 40vw;
    }
}

.cta__row {
    padding: 32px 85px;
    margin-top: 25px;
    border-radius: 5px;
}

.cta__row > .flex-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.cta__row > .flex-row > .flex-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    width: 66%;
}

.cta__row .icon {
    padding-top: 20px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 50px;
    border-right: 2px solid rgb(255 255 255 / 15%);
    margin-right: 40px;
}

.cta__row .cta-text {
    margin-bottom: 0;
    font-family: 'Barlow',sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2em;
    max-width: 600px;
    width: 100%;
}

.cta__row .button {
    max-width: 230px;
    width: 100%;
    text-align: center;
}

.cta__row .button--tertiary:hover {
    box-shadow: 5px 5px #fda311;
}

@media only screen and (max-width: 1285px){

}

@media only screen and (max-width: 1170px){
    .cta__row .cta-text {
        font-size: 30px;
    }

    .cta__row {
        padding: 25px 35px;
    }

    .cta__row .button {
        max-width: max-content;
    }
}

@media only screen and (max-width: 980px){
    .cta__row .flex-row {
        display: block;
        text-align: center;
    }

    .cta__row > .flex-row > .flex-row {
        width: 100%;
    }

    .cta__row .cta-text {
        max-width: 500px;
        display: inline-block;
    }

    .cta__row .icon {
        display: block;
        max-width: 90px;
        padding-top: 0;
        padding-right: 0;
        border-bottom: 2px solid rgb(255 255 255 / 15%);
        border-right: none;
        margin: 0 auto 20px;
    }

    .cta__row {
        padding: 50px 20px;
    }

    .cta__row .cta-text {
        max-width: 500px;
        display: block;
        margin: 0 auto 35px;
    }
}

@media only screen and (max-width: 768px){
    .cta__row .cta-text {
        font-size: 25px;
    }

    .section__cta .gallery-images .gallery-image {
        width: 100%;
    }

    .cta__row {
        margin-top: 10px;
    }
}

.error404 .main__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 70vh;
}

.section__two-column .content__group {
    margin: 0 -40px;
}

.section__two-column .content__group > .grid-3 {
    width: 50%;
    margin: 0;
    padding: 0 50px;
}

@media only screen and (max-width: 1285px){

}

@media only screen and (max-width: 1170px){
    .section__two-column .content__group > .grid-3 {
        padding: 0 30px;
    }

    .section__two-column .content__group {
        margin: 0 -30px;
    }
}

@media only screen and (max-width: 768px){
    .section__two-column .content__group {
        margin: 0 auto;
    }

    .section__two-column .content__group > .grid-3 {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }

    .section__two-column .content__group > .grid-3:last-child {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
    }
}

.gmap {
    display: block;
    margin: 0 auto;
    width: 100%;
    border: 5px solid #fff !important;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
    min-height: 350px;
}










/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    display: block;
    text-align: center;
    padding: 15px 0;
    background-color: #cdc8ca;
    border-top: 10px solid #fff;
}

.main__footer p {
    font-size: 16px;
    color: #111;
    font-weight: 500;
    margin: 0;
}

.main__footer p a {
    color: inherit;
}

.main__footer p a:hover {
    color: #006cbc;
}

.main__footer > .flex-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

footer .social__links {
    margin-left: 45px;
}

footer .social__links > .social-link {
    font-size: 38px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

footer .social__links > .social-link:first-child {
    margin-left: 0;
}

footer .social__links > .facebook {
    color: #3b5998;
}

footer .social__links > .youtube {
    color: #c4302b;
}

footer .social__links > .linkedin {
    color: #0072b1;
}

footer .social__links > .social-link:hover {
    color: #111;
}

@media only screen and (max-width: 1170px){
    footer .social__links {
        margin-left: 0;
        padding-top: 20px;
        width: 100%;
    }

    .main__footer {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 768px){
    .main__footer p {
        font-size: 15px;
    }

    footer .social__links > .social-link {
        font-size: 30px;
    }
}




/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/
.pt-0 {
    padding-top: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.bg-color--1 {
    background-color: #fff !important;
    color: #111;
}

.bg-color--2 {
    background-color: #fca311 !important;
    color: #fff;
}

.bg-color--3 {
    background-color: #006cbc !important;
    color: #fff;
}

.bg-color--2 p a,
.bg-color--2 li a{
    color: #886227;
}

.bg-color--3 p a,
.bg-color--3 li a {
    color: #fca311;
}

.bg-color--2 p a:hover,
.bg-color--2 li a:hover,
.bg-color--3 p a:hover,
.bg-color--3 li a:hover {
    color: #fff;
}

.bg-primary {
    background-color: #111 !important;
    background-image: url(/wp-content/uploads/2023/11/stripe-texture.png) !important;
    background-repeat: repeat !important;
}

.page__sections .bg-primary {
    color: #fff;
}

.page__sections .bg-primary p a,
.page__sections .bg-primary li a{
    color: #fca311;
}

.page__sections .bg-primary p a:hover,
.page__sections .bg-primary li a:hover {
    color: #fff;
}





/*! ==========================================================================
// Clearfix
// =========================================================================*/
.group:before,
.group:after {
    display: table;
    content: '';
}

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea {
    font-family: "Poppins",sans-serif;
    font-size: 15px;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 15px;
    border: 1px solid #111;
    background-color: #FFF;
}

textarea {
    height: 150px;
}

.wpcf7 .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: -15px;
    margin-bottom: 15px;
}

.wpcf7-submit {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    position: relative;
    top: 0;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    padding: 16px 30px;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    border: none;
    border-radius: 5px;
    background-color: #FCA311;
    -webkit-box-shadow: 0 0 #14213D;
            box-shadow: 0 0 #14213D;
}

.wpcf7-submit:hover {
    color: #fff;
    top: -5px;
    box-shadow: 5px 5px #14213d;
}


/*! ==========================================================================
// Print styles
// =========================================================================*/
@media print {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: ' (' attr(href) ')';
    }

    abbr[title]:after {
        content: ' (' attr(title) ')';
    }

    .ir a:after,
    a[href^='javascript:']:after,
    a[href^='#']:after {
        content: '';
    }

    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: .5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}