/*!////////////////////////////////////////////////
// BASE
/////////////////////////////////////////////////*/
@-o-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-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 {
    background: #d92e3a;
    text-shadow: none;
    color: #fff;
}

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

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

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

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

textarea {
    resize: vertical;
}

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


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

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

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

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

@media only screen and (max-width: 1190px){
    .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: 620px;
    }
}

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

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

.row {
    clear: both;
}

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

@media screen and (min-width: 480px) {
    .grid-1,
    .grid-2,
    .grid-20,
    .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-20: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-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

    .grid-1:nth-child(1n),
    .grid-2:nth-child(1n),
    .grid-20: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-20: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-bottom: 1.51515%;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 1.51515%;
    }

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

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


    .grid-20 {
        width: 18.78%;
    }

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

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

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


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

    .grid-3:nth-child(n),
    .grid-half:nth-child(n) {
        margin-bottom: 1.51515%;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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-bottom: 0;
        margin-right: 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-bottom: 1.51515%;
        margin-right: 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: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

.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: 0px;
        -moz-column-gap: 0px;
        column-gap: 0px;
    }
}

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

a {
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
}

.button {
    display: inline-block;
    text-align: center;
    font-family: 'neue-haas-grotesk-display',sans-serif;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    background-color: #af242d;
    padding: 16px 40px;
    line-height: 1em;
    transition: all ease-in-out 0.3s;
    border-bottom: 2px solid #fff;
}

.button:hover {
    background-color: #f8be00;
}

.button-secondary {
    border-color: #000;
}

body {
    font-family: "neue-haas-grotesk-display",sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7em;
    color: #555;
}

main p {
    letter-spacing: 0.055em;
    margin-bottom: 32px;
    display: block;
}

main p:last-child {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6, .h2 {
    font-family: "adrianna-extended",sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3em;
    display: block;
    margin-bottom: 32px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0;
}

.h1 {
    display: block;
    font-family: 'peckham-press',sans-serif;
    color: #fff;
    font-size: 35px;
    line-height: 1.2em;
    margin-bottom: 32px;
    letter-spacing: 0;
}

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

.h3 {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'adrianna-extended';
    line-height: 1.2em;
    font-weight: 700;
    color: #af242d;
    letter-spacing: 0;
}

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

}

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

}

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

}

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

@media only screen and (max-width: 640px){
    .h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 500px){
    h1, h2, h3, h4, h5, h6, .h2 {
        font-size: 25px;
    }

    main p {
        font-size: 16px;
    }

    .button {
        font-size: 15px;
        padding: 16px 30px;
    }

    .h1 {
        font-size: 25px;
    }
}



/*! Header
//////////////////////////////////////////////*/
.header-phone > .icon {
    display: none;
}

.header__banner {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    background-color: #000;
    background-image: url(/wp-content/uploads/2024/08/52178582.jpg);
    background-size: contain;
    text-align: center;
}

.header__banner:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .82;
    background-color: #000;
}

.header__banner .flex-row {
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header__banner .banner-label {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #F8BE00;
}

.header__banner .banner-label > i {
    font-size: 18px;
    display: inline-block;
    margin-right: 15px;
}

.header__banner .banner-link {
    font-size: 16px;
    line-height: 1.3em;
    margin-left: 15px;
    letter-spacing: .05em;
    color: #FFF;
    border-bottom: 1px solid #989898;
}

.header__banner .banner-link:after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    margin-left: 15px;
    content: "\f178";
}

.header__banner .banner-link:hover {
    color: #AF242D;
}

@media only screen and (max-width: 768px){
    .header__banner .banner-label {
        font-size: 14px;
    }

    .header__banner .banner-link {
        font-size: 14px;
    }

    .header__banner .banner-label > i {
        font-size: 16px;
        margin-right: 5px;
    }

    .header__banner .banner-link:after {
        margin-left: 5px;
    }
}

@media only screen and (max-width: 640px){
    .header__banner .banner-label {
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 380px){
    .header__banner .banner-label {
        font-size: 13px;
    }

    .header__banner .banner-link {
        font-size: 13px;
    }
}

.main__header {
    position: relative;
    display: block;
    padding: 20px 0;
}

.main__header .nav__area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main__header .menu {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main__header .menu > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.main__header .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    z-index: 10;
    top: 50px;
    left: 50%;
    display: block;
    visibility: hidden;
    width: 180px;
    padding-top: 10px;
    list-style: none;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: left;
    text-align: center;
    pointer-events: none;
    opacity: 0;
}

.main__header .menu > li.menu-item-has-children > .sub-menu > li {
    margin-bottom: 1px;
}

.main__header .menu > li.menu-item-has-children:hover > .sub-menu {
    top: 20px;
    visibility: visible;
    pointer-events: all;
    opacity: 1;
}

.main__header .menu > .menu-item-has-children > .sub-menu a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    display: block;
    padding: 10px 5px;
    letter-spacing: .025em;
    color: #FFF;
    background-color: #121212;
}

.main__header .menu > .menu-item-has-children > .sub-menu a:hover {
    color: #FFF;
    background-color: #af242d;
}

.main__header .flex-row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.main__header .menu > li > a {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    display: block;
    padding: 1px 15px;
    letter-spacing: .025em;
    color: #121212;
    border-right: 1px solid #BBB;
}

.main__header .menu > li > a:hover {
    color: #af242d;
}

.main__header .header-phone {
    font-family: "adrianna-extended",sans-serif;
    font-weight: 700;
    line-height: 1em;
    margin-left: 18px;
    color: #af242d;
}

.main__header .header-phone:hover {
    color: #121212;
}

@media only screen and (max-width: 1190px) {
    .main__header .logo__area {
        width: 230px;
    }

    .main__header .nav__area {
        -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    }

    .main__header .menu > li > a {
        font-size: 15px;
        padding: 1px 10px;
    }

    .main__header .header-phone {
        font-size: 14px;
        margin-top: 5px;
        margin-left: 10px;
    }
}

@media only screen and (max-width: 980px) {
    .main__header .nav__area > nav,
    .main__header .header-phone > .label {
        display: none;
    }

    .header-phone > .icon {
        display: block;
    }

    .main__header .header-phone {
        font-size: 20px;
        line-height: 33px;
        position: relative;
        top: -1px;
        width: 33px;
        margin: 0;
        margin-right: 15px;
        text-align: center;
        color: #FFF;
        background-color: #af242d;
    }

    .main__header {
        padding: 12px 0;
    }
}

@media only screen and (max-width: 500px) {
    .main__header .logo__area {
        width: 180px;
    }
}

@media only screen and (max-width: 320px) {
    .main__header .logo__area {
        width: 150px;
    }
}






/* ============================= *\
* MOBILE MENU
\* ============================= */
.mobile__button {
    display: none;
}

.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 {
    display: none;
}

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

@media all and (max-width: 1100px) {
    .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 p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

    .mobile__button .mb-line {
        display: -webkit-box;
        height: 2px;
        margin-bottom: 5px;
        border-radius: 0;
        background-color: #121212;
    }

    .mobile__button .mb-wrapper span:last-child {
        font-size: 12px;
        text-transform: uppercase;
        color: #121212;
        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: #121212;
    /*-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: #af242d;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

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

.mobile__nav .close span {
    font-weight: 700;
}

.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: #fff;
    border-bottom: 1px solid #373737;
    font-weight: 700;
    letter-spacing: 0.025em;
}

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

.mobile__nav  ul li.menu-item-has-children a::after {
    font-family: 'Font Awesome 6 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%);
    color: #fff;
}

.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: #121212;
}

.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: #af242d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.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;
}

.mobile__nav ul .mobile__phone a {
    font-weight: 500;
    border: none;
    background-color: #414c46;
}

.mobile__nav ul .mobile__phone a  i {
    font-size: 15px;
    margin-right: 5px;
}

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

@media all and (max-width: 980px) {
    .mobile__button, .mobile__nav {
        display: inline-block;
    }

    #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;
    }
}

@media only screen and (max-width: 380px){
    .mobile__button .mb-wrapper span:last-child {
        font-size: 13px;
    }

    .bottom__header .nav__area > .mobile__button {
        margin-top: 5px;
    }
}

/*! Content Area
//////////////////////////////////////////////*/
.home__hero {
    display: flex;
    max-height: 640px;
    height: 72vw;
    min-height: 400px;
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    align-items: flex-end;
    flex-wrap: wrap;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.home__hero p {
    font-family: "peckham-press",sans-serif;
    letter-spacing: 0;
    font-size: 55px;
    color: #fff;
    line-height: 1.2em;
    font-weight: 400;
    text-shadow: 2px 5px 0 black;
}

.home__hero:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 80%;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    opacity: .65;
}

@media only screen and (max-width: 980px){
    .home__hero p {
        font-size: 45px;
    }
}

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

@media only screen and (max-width: 640px){
    .home__hero p {
        font-size: 32px;
    }
}

@media only screen and (max-width: 500px){
    .home__hero p {
        font-size: 22px;
    }
}

.section__boxed {
    position: relative;
    display: block;
    padding: 90px 0;
}

.section__boxed .boxed-wrapper {
    position: relative;
    overflow: hidden;
    width: calc(100% - 80px);
    margin: 0 auto;
    padding: 115px 20px;
    color: #EEE;
    border: 2px solid #000;
    background-color: #B0242E;
}

.section__boxed h1,
.section__boxed h2,
.section__boxed h3,
.section__boxed h4,
.section__boxed h5,
.section__boxed h6,
.section__boxed .h2 {
    font-size: 40px;
    margin-bottom: 32px;
    color: #FFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.section__boxed .boxed--content {
    width: 55%;
}

.section__boxed .mediumwrap {
    position: relative;
    z-index: 1;
}

.section__boxed .overlay-image {
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 0;
    bottom: 50px;
    display: block;
    width: 40%;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

@media only screen and (max-width: 1190px){
    .section__boxed .overlay-image {
        top: 50px;
        right: 20px;
        bottom: 50px;
        width: 40%;
    }

    .section__boxed .boxed-wrapper {
        padding: 80px 20px;
    }
}

@media only screen and (max-width: 980px){
    .section__boxed .overlay-image {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
        width: auto;
        background-position: right;
        opacity: 0.6;
    }

    .section__boxed .boxed--content {
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .section__boxed .boxed-wrapper {
        padding: 50px 20px;
        width: calc(100% - 50px);
    }

    .section__boxed {
        padding: 60px 0;
    }

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

}

@media only screen and (max-width: 500px){
    .section__boxed .boxed-wrapper {
        width: 92%;
        padding: 50px 10px;
    }

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

}

.section__features {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 90px 0;
    text-align: center;
}

.featured__lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -30px;
}

.featured__lists .list-item {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 30px;
    width: 20%;
    align-items: center;
    justify-content: center;
}

.featured__lists .list-icon {
    font-size: 45px;
    color: #020202;
    margin-bottom: 15px;
    line-height: 1em;
    display: block;
}

.featured__lists .list-label {
    display: block;
    font-size: 22px;
    color: #af242d;
    font-weight: 700;
    letter-spacing: 0;
}

.featured__lists .list-item:before {
    content: '';
    position: absolute;
    height: 72px;
    background-color: #bbbbbb;
    width: 1px;
    right: -1px;
}

.featured__lists .list-item:last-child:before {
    display: none;
}

@media only screen and (max-width: 1190px){
    .featured__lists .list-label {
        font-size: 17px;
        line-height: 1.4em;
    }

    .featured__lists .list-icon {
        font-size: 40px;
    }
}

@media only screen and (max-width: 980px){
    .featured__lists .list-item {
        width: 33.33%;
    }

    .featured__lists .list-item:nth-child(3):before,
    .featured__lists .list-item:nth-child(6):before,
    .featured__lists .list-item:nth-child(9):before,
    .featured__lists .list-item:nth-child(12):before {
        display: none;
    }

    .featured__lists .list-label {
        font-size: 18px;
        max-width: 150px;
    }
}

@media only screen and (max-width: 768px){
    .section__features {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 640px){
    .featured__lists .list-item {
        padding: 15px;
    }

    .featured__lists {
        margin: -15px;
    }

    .featured__lists .list-label {
        font-size: 16px;
    }
}

@media only screen and (max-width: 420px){
    .featured__lists .list-item {
        width: 100%;
    }

    .featured__lists {
        margin: 0;
    }

    .featured__lists .list-item {
        width: 100%;
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .featured__lists .list-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .featured__lists .list-item:before {
        content: '';
        position: absolute;
        width: 100%;
        background-color: #bbbbbb;
        height: 1px;
        right: 0;
        display: block !important;
        left: 0;
        margin: 0 auto;
        bottom: 0;
    }

    .featured__lists .list-item:last-child:before {
        display: none !important;
    }
}

.error404 .main__content {
    text-align: center;
    background-color: #fff;
    padding: 120px 0;
    border-top: 4px solid #af242d;
    border-bottom: 4px solid #af242d;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 768px){
    .error404 .main__content {
        padding: 60px 0;
    }
}

.section__cbox {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #EEE;
}

.section__cbox > .inner-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.section__cbox .cbox-content {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 480px;
    padding: 90px 80px;
    text-align: center;
    background-image: url(/wp-content/uploads/2024/08/52178582.jpg);
}

.section__cbox .content-wrap {
    position: relative;
    z-index: 1;
}

.section__cbox .cbox-content:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .82;
    background-color: #000;
}

.section__cbox .cbox-content .button {
    width: 100%;
}

.section__cbox .cbox-content h1,
.section__cbox .cbox-content h2,
.section__cbox .cbox-content h3,
.section__cbox .cbox-content h4,
.section__cbox .cbox-content h5,
.section__cbox .cbox-content h6,
.section__cbox .cbox-content .h2 {
    color: #FFF;
}

.section__cbox ul {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.section__cbox ul:last-child {
    margin-bottom: 0;
}

.section__cbox ul li {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-left: 35px;
    color: #af242d;
}

.section__cbox ul li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    content: "\f058";
    color: #ABABAB;
}

.section__cbox .cbox-image {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
        flex: 1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.section__cbox .cbox-main {
    display: block;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.side-right > .inner-wrap {
    flex-direction: row-reverse;
}

.section__cbox .cbox-main {
    flex: 1;
}

.section__cbox.no-image .cbox-content {
    top: 0;
    position: absolute;
    bottom: 0;
}

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

}

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

}

@media only screen and (max-width: 980px){
    .section__cbox ul li {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px){
    .section__cbox .cbox-content {
        max-width: 100%;
        padding: 60px 0;
    }

    .section__cbox .content-wrap {
        max-width: 320px;
        width: 92%;
        margin: 0 auto;
    }

    .section__cbox .cbox-image {
        -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
        width: 100%;
        height: 52vw;
        min-height: 250px;
    }

}

@media only screen and (max-width: 640px){
    .section__cbox ul li {
        font-size: 16px;
    }
}

.cta__grid {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
}

.cta__grid .grid-item {
    width: 33.33%;
    padding: 10px;
}

.cta__grid .grid-item .item-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -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: 515px;
    text-align: center;
    border: 2px solid #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cta__grid .grid-item .cta__content {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    padding: 20px 10px;
    background-color: rgb(0 0 0 / 81%);
}

.cta__grid .grid-item .cta--title {
    margin-bottom: 0;
}

.cta__grid .grid-item .cta--description {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #B0242E;
    line-height: 1.2em;
}

.cta__grid .grid-item .item-wrap:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    opacity: 0;
    background-color: #000;
}

.cta__grid .grid-item .item-wrap:hover:before {
    opacity: 1;
}

.section__cta-grid {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 5px solid #C1272D;
    border-bottom: 5px solid #C1272D;
}

.section__cta-grid .wrap {
    padding: 90px 0;
}

.section__cta-grid .wrap:before {
    position: absolute;
    z-index: 0;
    top: -5px;
    right: 0;
    bottom: -5px;
    left: 9%;
    display: block;
    content: "";
    pointer-events: none;
    background-image: url(/wp-content/uploads/2024/08/road.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

@media only screen and (max-width: 1190px){
    .cta__grid .grid-item .item-wrap {
        height: 400px;
    }
}

@media only screen and (max-width: 980px){
    .cta__grid .grid-item {
        width: 100%;
    }

    .cta__grid .grid-item .cta--description {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px){
    .section__cta-grid .wrap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 640px){
    .section__cta-grid .wrap:before {
        display: none;
    }

    .section__cta-grid:before {
        position: absolute;
        z-index: 0;
        top: -5px;
        right: 0;
        bottom: -5px;
        left: 20%;
        display: block;
        content: "";
        pointer-events: none;
        background-image: url(/wp-content/uploads/2024/08/road.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.section__clients {
    display: block;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.client__showcase {
    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;
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    row-gap: 40px;
}

@media only screen and (max-width: 1190px){
    .client__showcase .client-logo img {
        max-height: 50px;
    }
}

@media only screen and (max-width: 768px){
    .section__clients {
        padding: 60px 0;
    }

    .client__showcase .client-logo img {
        max-height: 40px;
    }
}

.page__hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 200px;
    padding: 40px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page__hero:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .5;
    background-color: #000;
}

.page__title {
    text-shadow: 2px 5px 0 black;
}

@media only screen and (max-width: 380px){
    .page__title {
        font-size: 20px;
    }
}

.sidebar__primary {
    display: block;
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}

.sidebar__primary .content-col {
    display: block;
    margin: 0;
    width: 70%;
    padding-right: 100px;
    border-right: 2px solid #bbb;
}

.sidebar__primary .sidebar-col {
    display: block;
    margin: 0;
    width: 30%;
    padding-left: 50px;
}

.sidebar__primary .sidebar-col .button {
  width: 100%;
  border-bottom: 2px solid #000;
  margin-bottom: 10px;
}

.careers__list {
    display: block;
    padding-top: 30px;
}

.careers__list .career-list {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #eee;
    margin-bottom: 30px;
    border-bottom: 5px solid #af242d;
    padding: 25px;
    padding-right: 90px;
}

.careers__list .career-list:last-child {
    margin-bottom: 0;
}

.careers__list .career-name {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
}

.careers__list .career-link {
    display: block;
    width: 65px;
    background-color: #af242d;
    text-align: center;
    color: #fff;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.careers__list .career-link:hover {
    background-color: #000;
}

.careers__list .career-description {
    margin-bottom: 0;
}

.careers__list .career-category {
    margin-top: 65px;
}

.careers__list .career-category:first-child {
    margin-top: 0;
}

.sidebar-widget {
    display: block;
    margin-bottom: 80px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .widget-icon {
    display: block;
    text-align: center;
    font-size: 45px;
    color: #000;
    margin-bottom: 40px;
}

.sidebar-widget .widget-list {
    display: block;
    list-style: none;
    padding: 0;
    margin-bottom: 32px;
}

.sidebar-widget .widget-list:last-child {
    margin-bottom: 0;
}

.sidebar-widget .widget-list > li {
    font-size: 17px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0;
    position: relative;
    padding-left: 35px;
}

.sidebar-widget .widget-list > li:first-child {
    font-size: 20px;
}

.sidebar-widget .widget-list > li a {
    color: inherit;
}

.sidebar-widget .widget-list > li a:hover {
    color: #af242d;
}

.sidebar-widget .widget-list > li:first-child:before {
    display: none;
}

.sidebar-widget .widget-list > li:before {
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    position: absolute;
    left: 0;
    font-size: 20px;
}

.sidebar-widget .widget-list > .location:before {
    content: '\f3c5';
}

.sidebar-widget .widget-list > .phone:before {
    content: '\f095';
}

.sidebar-widget .widget-list > .mail:before {
    content: '\f0e0';
}

.sidebar-widget .widget-list > .fax:before {
    content: '\f1ac';
}

.sidebar-widget .button {
    width: 100%;
    border-color: #000;
}

.gallery__slider:not(.slick-initialized) {
    display: none;
}

.employment__details {}
  .employment__details .button {
    margin-right: 10px;
    border-bottom: 2px solid #000;
  }


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

}

@media only screen and (max-width: 980px){
    .sidebar__primary .content-col {
        padding-right: 50px;
        width: 65%;
    }

    .sidebar__primary .sidebar-col {
        width: 35%;
        padding-left: 30px;
    }
  .employment__details .button {
    width: 100%;
  }
  .employment__details .button:first-of-type {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px){
    .sidebar__primary {
        padding: 60px 0;
    }

    .sidebar__primary .content-col {
        padding-right: 0;
        padding-bottom: 40px;
        border-right: none;
        border-bottom: 2px solid #bbb;
        width: 100%;
    }

    .sidebar__primary .sidebar-col {
        width: 100%;
        padding-top: 50px;
        padding-left: 0;
    }
}

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

}

@media only screen and (max-width: 380px){
    .careers__list .career-list {
        padding-right: 25px;
    }

    .careers__list .career-link {
        width: 100%;
    }

    .careers__list .career-list {
        padding-right: 25px;
        padding-bottom: 75px;
    }
}

.section__secondary .mediumwrap {
    position: unset;
    padding-right: 25%;
}

.section__secondary .content-side {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30%;
    padding: 90px 80px;
    text-align: center;
    background-image: url(/wp-content/uploads/2024/08/52178582.jpg);
}

.section__secondary {
    display: block;
    position: relative;
    background-color: #eee;
    padding: 90px 0;
}

.section__secondary .content-wrap {
    position: relative;
    z-index: 1;
}

.section__secondary .content-side:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .82;
    background-color: #000;
}

.section__secondary .content-side .button {
    width: 100%;
}

.section__secondary .content-side h1,
.section__secondary .content-side h2,
.section__secondary .content-side h3,
.section__secondary .content-side h4,
.section__secondary .content-side h5,
.section__secondary .content-side h6,
.section__secondary .content-side .h2 {
    color: #FFF;
}

.section__secondary .content-side ul {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0;
    list-style: none;
    text-align: left;
}

.section__secondary .content-side ul:last-child {
    margin-bottom: 0;
}

.section__secondary .content-side ul li {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    margin-bottom: 2px;
    padding-left: 35px;
    color: #af242d;
}

.section__secondary .content-side ul li:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    position: absolute;
    left: 0;
    content: "\f058";
    color: #ABABAB;
}

@media only screen and (max-width: 1380px){
  .section__secondary .mediumwrap {
      padding-right: 30%;
  }
}

@media only screen and (max-width: 1190px){
    .section__secondary .mediumwrap {
        padding-right: 35%;
    }

    .section__secondary .content-side {
        width: 35%;
        padding: 90px 60px;
    }
}

@media only screen and (max-width: 980px){
    .section__secondary .mediumwrap {
        padding-right: 0;
    }

    .section__secondary .content-side {
        width: 100%;
        position: relative;
    }

    .section__secondary {
        padding-bottom: 0;
    }

    .section__secondary .content-main {
        padding-bottom: 90px;
    }
}

@media only screen and (max-width: 768px){
    .section__secondary {
        padding: 60px 0 0;
    }

    .section__secondary .content-main {
        padding-bottom: 60px;
    }

    .section__secondary .content-side {
        padding: 60px 0;
    }

    .section__secondary .content-side .content-wrap {
        max-width: 320px;
        width: 92%;
        margin: 0 auto;
    }
}

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

.section__testimonials {
    position: relative;
    display: block;
    overflow: hidden;
    border-top: 5px solid #C1272D;
    border-bottom: 5px solid #C1272D;
}

.section__testimonials .mediumwrap {
    display: block;
    padding: 90px 0;
}

.section__testimonials .mediumwrap:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    display: block;
    width: 50%;
    content: "";
    background-image: url(/wp-content/uploads/2024/08/road.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover;
}

.section__testimonials .mediumwrap:before,
.section__testimonials .mediumwrap:after {
    display: block;
    clear: both;
    content: "";
}

.section__testimonials .content-wrap {
    display: block;
    float: right;
    width: 50%;
}

.testimonial__slider .client-testiominal {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 32px;
    color: #000;
}

.testimonial__slider .client-name {
    font-weight: 700;
    display: block;
    color: #000;
}

.slick-slider .slick-dots {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
}

.slick-slider .slick-dots > li {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    list-style: none;
    opacity: .5;
}

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

.slick-slider .slick-dots > li:before {
    display: none;
}

.slick-slider .slick-dots > li button {
    font-size: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background-color: #AF242D;
}

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

}

@media only screen and (max-width: 980px){
    .section__testimonials .mediumwrap:before {
        display: none;
    }

    .section__testimonials:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 30px;
        display: block;
        width: 90%;
        content: "";
        background-image: url(/wp-content/uploads/2024/08/road.svg);
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: cover;
        opacity: 0.1;
    }

    .section__testimonials .content-wrap {
        width: 100%;
    }
}

@media only screen and (max-width: 768px){
    .testimonial__slider .client-testiominal {
        font-size: 17px;
    }
}

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

}

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

}

.main__content {
  margin: 90px 0;
}
.main__content a {
  color: #AF242D;
  transition: .2s ease-in-out;
}
.main__content a:hover {
  color: #000;
}
.secondary__content {
  margin: -45px 0 90px 0;
}

.page-id-16 .main__content {
  margin: 90px 0 55px 0;
}
.contact__us {}
  .contact__us .grid-3:first-of-type p {
    margin-bottom: 15px;
  }
  .contact__us span {
    font-family: "adrianna-extended", sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #AF242D;
  }
  .contact__us i {
    font-size: 25px;
    color: #020202;
    margin-right: 10px;
  }
  .contact__us a {
    color: #555;
  }
  .contact__us a:hover {
    color: #AF242D;
  }
  .contact__us iframe {
    border: none;
  }
  .contact__us input[type="text"], .contact__us input[type="email"], .contact__us textarea {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 10px;
  }
  .contact__us input[type="submit"] {
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    background-color: #af242d;
    padding: 16px 40px;
    line-height: 1em;
    transition: all ease-in-out 0.3s;
    border: none;
    border-bottom: 2px solid #000;
    margin-top: 5px;
  }
  .contact__us input[type="submit"]:hover {
    background-color: #f8be00;
  }
  
.services {
  margin-top: 46px;
  display: block; 
}
  .services .grid-2 {
    display: block;
    background-color: #eee;
    margin-bottom: 30px;
    border-bottom: 5px solid #af242d;
    padding: 25px;
    /*padding-right: 90px;*/
  }
  .services span {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 0;
  }
  @media screen and (min-width: 640px) and (max-width: 1000px) {
    .services .grid-2 {
      width: 48.4%;
    }
    .services .grid-2 {
      margin-right: 1.51515%;
    }
    .services .grid-2:nth-child(2n) {
      margin-right: 0;
    }
  }
 

.gfield {
  padding: 0 20px !important;
}
.gform-datepicker {
  width: 100% !important;
}
.gform-field-label, .gfield--type-html {
  font-size: 17px !important;
}
.gfield--type-section {
  background-color: #eee !important;
  padding: 15px 20px !important;
  border-bottom: 5px solid #af242d !important;
}
.gfield--type-list legend {
  display: none !important;
}
.gfield .add_list_item, .gfield .delete_list_item {
  background-color: #af242d !important;
}
.gform_button {
  text-align: center;
  font-family: 'neue-haas-grotesk-display', sans-serif;
  color: #fff;
  text-transform: uppercase !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.025em;
  background-color: #af242d !important;
  padding: 16px 40px !important;
  line-height: 1em;
  transition: all ease-in-out 0.3s;
  border-bottom: 2px solid #000 !important;
  border-radius: 0 !important;
  margin-top: 5px;
  margin-left: 20px !important;
}
.gform_button:hover {
  background-color: #f8be00 !important;
}
#field_2_51 {
  color: #af242d !important;
  font-weight: 700;
}
.ginput_address_city, .ginput_address_state, .ginput_address_zip {
  width: 33.33% !important;
}
@media screen and (max-width: 640px) {
    .ginput_address_city, .ginput_address_state, .ginput_address_zip {
      width: 100% !important;
    }
}

/*** Blog Styles ***/
 .main__content .blog__posts .single__post {
                background: #eee;
                border-bottom: 5px solid #af242d;
   margin-bottom: 16px !important;
            }

            @media screen and (min-width: 762px) {
                .main__content .blog__posts .single__post {
                    min-height:525px
                }
            }

            .main__content .blog__posts .single__post .post__thumbnail a {
                display: block;
                overflow: hidden
            }

            .main__content .blog__posts .single__post .post__thumbnail a img {
                -webkit-transform: perspective(1px) translateZ(0);
                transform: perspective(1px) translateZ(0);
                box-shadow: 0 0 1px transparent;
                -webkit-transition-duration: .3s;
                transition-duration: .3s;
                -webkit-transition-property: transform;
                transition-property: transform;
                width: 100%;
            }

            .main__content .blog__posts .single__post .post__thumbnail a:hover img,.main__content .blog__posts .single__post .post__thumbnail a:focus img {
                -webkit-transform: scale(1.25);
                transform: scale(1.25)
            }

            .main__content .blog__posts .single__post .post__content {
                position: relative;
                background: #fff;
                padding: 1.5em;
                margin: -48px 24px 24px;
            }
            
            .blog-link {
                display: block;
                width: 65px;
                background-color: #af242d;
                text-align: center;
                color: #fff !important;
                line-height: 50px;
                position: absolute;
                bottom: 0;
                right: 0;
            }
            
            .blog-link:hover {
                background-color: #000;
            }

.main__content .blog__posts .single__post .post__content a {
  color:#af242d;
}

.main__content .blog__posts .single__post .post__content h3 {
  font-size: 24px;
  text-transform: uppercase;
}

.blog__categories.index__categories {
  display: block;
}

.blog__categories.index__categories ul {
  margin: 0 !important;
}

            .main__content .blog__posts .single__post .post__content div {
                position: relative;
                margin: 0 auto 18px auto
            }

            .main__content .blog__posts .single__post .post__content div span {
                margin-right: 1em;
                float: left;
                color: #fff;
                line-height: 1;
                text-align: center;
                width: 80px;
                height: 70px;
                padding: .7em;
                background:#af242d;
            }

            .main__content .blog__posts .single__post .post__content div span strong {
                display: block;
                font-size: 32px
            }

            .main__content .blog__posts .single__post .post__content p {
                margin-bottom: 16px
            }

            .main__content .blog__posts .single__post .post__content p:last-of-type {
                margin-bottom: 0
            }

            .main__content .blog__pagination {
                font-size: 20px;
                margin: 16px auto 0 auto;
            }
            
            .main__content .blog__pagination a {
                color: #fff;
                background-color: #af242d;
                padding: 12px 20px;
                margin-top: 20px;
                display: block;
                transition: .2s ease-in-out;
                border-bottom: 2px solid #000;
            }
            .main__content .blog__pagination a:hover {
                background-color: #f8be00;
            }

            .main__content .blog__pagination .prev {
                float: left;
            }

            .main__content .blog__pagination .next {
                float: right;
            }

.product__breadcrumbs {
  background:#af242d;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product__breadcrumbs span {
  color:#066ab3;
  font-size: 10px;
  font-family: pragmatica, sans-serif;
}

.product__breadcrumbs span a {
  font-size: 13px;
  color:white;
    margin-left: 3px;
  margin-right: 3px;
}

.product__breadcrumbs .breadcrumb_last {
  color: white;
  font-size: 13px;
  font-weight: bold;
    margin-left: 3px;
}


  .blog__categories {
    padding: 1em 0;
    background: #af242d;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 32px;
            }

            @media all and (max-width: 767px) {
                .blog__categories {
                    text-align:center
                }
            }

            .blog__categories .blog-cat-trigger {
                padding: 0 1em;
                color: #fff;
                font-size: 20px;
                display: none;
                margin: auto
            }

            @media all and (max-width: 767px) {
                .blog__categories .blog-cat-trigger {
                    display:inline-block
                }
            }

            .blog__categories .blog-cat-trigger i {
                margin-left: 6px
            }

            .blog__categories ul {
                list-style: none;
                text-align: center
            }

            @media all and (min-width: 768px) {
                .blog__categories ul {
                    display:block!important
                }
            }

            @media all and (max-width: 767px) {
                .blog__categories ul {
                    display:none
                }
            }

            .blog__categories ul li {
                display: inline-block;
                vertical-align: middle
            }

            @media all and (max-width: 767px) {
                .blog__categories ul li {
                    display:block
                }
            }

            .blog__categories ul li a {
                display: block;
                color: inherit;
                padding: 0 1em;
        color:white !important;
            }

            @media all and (max-width: 949px) {
                .blog__categories ul li a {
                    font-size:18px;
                    padding: 0 .5em
                }
            }

            @media all and (max-width: 767px) {
                .blog__categories ul li a {
                    display:block;
                    padding: 10px 0
                }
            }



    .project__categories ul li {
      list-style: none;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    font-weight: bold;
  letter-spacing:2px;
    }
    
    @media screen and (max-width: 1080px) {
      .project__categories ul li {
        font-size:14px !important;
        margin-right:15px !important;	
      }
      
      .main__content {
        padding: 35px 25px !important;
      }
    } 
    
    
    .project__categories ul li:last-of-type {
    margin-right:0px;	
    }

    .project__categories ul li a {
      color:white !important;	
      padding-top:10px;
      padding-bottom:10px;
    }
    
    .project__categories ul li:hover a {
    color:#ffb703 !important;
    }
    
    
    
    
    .project__categories {
    text-align:center;	
      margin-top:16px;
    margin-bottom:32px;		
}

     .mobile__blog__menu{
      display: none;
      margin: auto;
      max-width: 160px;
      border-radius: 25px;
      margin-bottom: 32px !important;
      padding: 10px 0;
      background: #407fc9;
      color: white !important;
      font-weight: 500;
      font-size: 16px !important;
      text-align: center !important;
      cursor: pointer;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out;}
      
      @media (max-width: 1080px){
     .mobile__blog__menu {
      display: block;
    margin-bottom:16px;
    }
      }
      
      @media screen and (max-width: 1080px) {
      .blog__categories {
        display:none;
      }
      }


.blog__sidebar--popup-trigger {
  display: none; }
.blog__sidebar--popup-trigger.device {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #456a44;
  overflow: visible !important;
  text-align: left;
  display: none; }
@media screen and (min-width: 769px) {
  .blog__sidebar--popup-trigger.device {
    display: none !important; } }
  .blog__sidebar--popup-trigger.device:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #0463ad; }
  .blog__sidebar--popup-trigger.device a {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.45em;
    font-weight: 700;
    color: white;
    width: 50%;
    display: block;
    padding: .7em 0 .7em .7em;
    cursor: pointer;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
.blog__sidebar--popup-trigger.desktop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }
@media screen and (min-width: 769px) {
  .blog__sidebar--popup-trigger.desktop {
    display: none !important; } }
  .blog__sidebar--popup-trigger.desktop a {
    display: inline-block;
    vertical-align: bottom;
    background-color: #456a44;
    border-radius: 5px 5px 0 0;
    font-family: 'Lato','Open Sans',sans-serif;
    font-size: 15px;
    color: white;
    padding: .47em 1em;
    cursor: pointer;
    width: calc(100% - 255px);
    max-width: 225px;
    margin-left: .75em; }
    .blog__sidebar--popup-trigger.desktop a i {}
      .blog__sidebar--popup-trigger.desktop a i:before {
        font-family: 'Lato','Open Sans',sans-serif;
        font-weight: normal;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto; }


      .blog__archive__wrap {
      padding-top:15px;
      padding-bottom:15px;
        margin-top: 25px;
      background-color:#0565ae;	
      margin-bottom: 25px;
      }
      
      .blog__carchive__wrap span {
      color:white;	
      font-size: 14px;
      }
      
      .blog__archive__wrap span a {
      color:white;
      display:inline-block; 
      text-transform:uppercase;
      }
      
      .breadcrumb_last {
      color:white;
      font-weight:bold;	
      }
      
      .blog__archive__wrap .wrap span {
      color:white;	
      text-transform:uppercase;
      }
      
      #breadcrumbs .wrap span {
      display:inline-block;	
      font-size: 14px;
      }

.blog__preview h3 {
  font-size: 20px;
  text-transform: uppercase;
  color:#222;
  margin-bottom: 16px;
  text-align: left;
  padding-left: 15px;
}

.blog__preview h3 a {
  color: #222;
}

.blog__preview__inner p {
  text-align: left;
  border-left: 3px solid #ffb703;
  padding-left: 15px;
  padding-right: 15px;
}
.blog__preview__inner {
  padding-top: 25px;
  padding-bottom: 25px;
}

.blog__preview__inner .button {
  display: inline-block;
  margin-top: 32px;
  background: #292929;
    color: white;
    text-transform: uppercase;
    padding: 15px 35px;
    text-align: center;
    border: none;
    font-size: 14px;
    font-weight: 600;
}


.blog__preview__inner .button:hover {
  background:#af242d;
  transition: all .3s ease-in-out;
}

.blog__preview {
  box-shadow: 0 1px 15px rgb(0 0 0 / 10%);
  padding:25px;
}

.wpcf7-response-output {
  color: #000;
}

.single-post .blog__content {
  text-align: left;
  padding-top: 25px;
  padding-bottom:35px;
}
.blog__content p {
  text-align: left;
}

.blog__content h1 {
  text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h2 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    line-height: 1;
}
.blog__content h3 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h4 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content h5 {
    text-align: left;
  font-size: 34px;
    font-weight: bold;
    color: #111111;
    margin-bottom: 24px;
    line-height: 1;
}

.blog__content .blog__hero {
  margin-bottom: 20px;
}

.picture__list{
  margin-bottom: 24px;}
  .picture__list .group{
      table-layout: fixed;
       }

@media all and (max-width: 900px) {	
  .picture__list .group{
    margin-bottom: 16px;
  }
}
    @media all and (max-width: 480px) {
      .picture__list .group{
        margin-bottom: 12px!important;}
      
      .picture__list .group {
        margin-bottom: 0;
      }

      .picture__list .group .grid-half.text__grid:last-child {
        margin-top: 16px;
      }
    }
    .picture__list .group *[class^="grid"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
      margin: 0;}
      .picture__list .group *[class^="grid"] a{
        color: #cb8a00;}
      .picture__list .group *[class^="grid"] ul{
        color: white;
        margin-left: 15px;}
      @media all and (max-width: 480px) {
        .picture__list .group *[class^="grid"] {
          display: block;}
      }
      .picture__list .group .grid-half.text__grid{
        background: #050518;
        padding: 1em;}
        .picture__list .group .grid-half.text__grid h2, .picture__list .group .grid-half.text__grid h3{}
        .picture__list .group .grid-half.text__grid p{
          color: #111;}
        .picture__list .group .grid-half.text__grid strong{
          color: #eeeeee;
          font-size: 22px;
          }
                    @media all and (max-width: 639px) {
                        .picture__list .group .grid-half.text__grid strong{
                            font-size: 20px;}
                    }
      .picture__list .group .grid-half.image__grid{
        position: relative;}
        .picture__list .group .grid-half.image__grid img{
          object-fit: cover;
          box-shadow: none;
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;}
          @media all and (max-width: 480px) {
            .picture__list .group .grid-half.image__grid p{
              padding: 0px;
                            margin-bottom: 0px;}
            .picture__list .group .grid-half.image__grid img{
              position: relative;
              position: absolute;
              max-height: 450px;
              margin-bottom: 0px;}	
          }
          @media all and (max-width: 480px) {				
            .group.flex{
              display: flex;
              flex-flow: column-reverse;}
          }

@media all and (min-width: 900px) {	
.group.flex {
  display:flex;
}
}

@media all and (max-width: 900px) {	
.picture__list .group *[class^="grid"] {
    width: 100%;
    min-height: 250px;
  margin-bottom: 0px;
  display:block;
}
}


 .request__quote {
  display: inline-block;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 700;
      
    text-decoration:none !important;
  color: white!important;
  background: #407fc9;
  text-align: center;
  text-transform: uppercase;
  padding: 8px 32px;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0; }
.request__quote:hover,
.request__quote:focus {
  background: #048873;
  text-decoration: none; }
  .request__quote .envelope {
    position: relative;
    display: block;
    margin: 32px auto 16px auto;
    width: 68px;
    height: 36px;
    background: #CB8A00;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 0 1px #c94548 inset; }
    .request__quote .envelope:before,
    .request__quote .envelope:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-width: 18px 34px; }
    .request__quote .envelope:before {
      border-bottom-color: #ff9e14;
      top: -100%;
      left: 0px; }
    .request__quote .envelope:after {
      border-right-color: #ff9e14; 
      border-left-color: #ff9e14;
      border-bottom-color: #ff9e14;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      border-radius: 0 0 5px 5px;
      box-shadow: 0 1px 1px rgba(0,0,0,0.25); }
    .request__quote .envelope .paper {
      background: #fff;
      width: 57px;
      height: 37px;
      margin: 0 auto;
      border-radius: 5px;
      position: absolute;
      overflow: hidden;
      display: block;
      left: 6px;
      top: -2px;
      box-shadow: 0 1px 1px rgba(0,0,0,0.25);
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }
      .request__quote:hover .envelope .paper,
      .request__quote:focus .envelope .paper {
        top: -26px;
        height: 57px; }
      .request__quote .envelope .paper:before,
      .request__quote .envelope .paper:after {
        content: '';
        position: absolute;
        left: 12px;
        background: #e3f1fc;
        height: 4px;
        border-radius: 5px; }
      .request__quote .envelope .paper:before {
        top: 14px;
        width: 31px; }
      .request__quote .envelope .paper:after {
        right: 12px;
        top: 28px;
        box-shadow:
          0 8px 0 #e3f1fc,
          0 16px 0 #e3f1fc,
          0 24px 0 #e3f1fc,
          0 40px 0 #e3f1fc; }
          
          @media screen and (max-width: 1600px) {
            
          .envelope {
          display:none !important;	
          }
          
          .request__quote {
          left:0 !important;
          font-size:14px !important;	
          }  
            
          }


/*BLOG POST CUSTOM GALLERIES*/		
.blog__content .gallery {
    list-style: none;
    margin-left: 0; }
    .blog__content .gallery img{
      margin-bottom: 0px!important;}
    .blog__content .gallery *[class^="grid"] {
      margin-bottom: 16px; }
      .blog__content .gallery *[class^="grid"] a {
        position: relative;
        display: block; }
        .blog__content .gallery *[class^="grid"] a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255,255,255,0);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .blog__content .gallery *[class^="grid"] a:hover:before,
        .blog__content .gallery *[class^="grid"] a:focus:before {
          background: rgba(255,255,255,.5); }
  .blog__content .gallery.masonry {
    -moz-column-count: 4;
    -moz-column-gap: 8px;
    -moz-column-fill: balance;
    -webkit-column-count: 4;
    -webkit-column-gap: 8px;
    -webkit-column-fill: balance;    
    column-count: 4;
    column-gap: 8px;
    column-fill: balance; } 
    .blog__content .gallery.masonry .gallery-item {
      display: inline-block;
      width: 100%;
      margin: 0 0 8px 0;
      break-inside: avoid; }
      .blog__content .gallery.masonry .gallery-item a {
        position: relative;
        display: block; }
        .blog__content .gallery.masonry .gallery-item a:before {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: rgba(255,255,255,0);
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
        .blog__content .gallery.masonry .gallery-item a:hover:before,
        .blog__content .gallery.masonry .gallery-item a:focus:before {
          background: rgba(255,255,255,.5); }
    .blog__content .gallery.slider {
      margin-bottom: 0; }	
    .blog__content .gallery .gallery-item img{
      object-fit: cover;
      width: 100%;
      margin-bottom: 0px!important;}	
      .blog__content .grid-4 .lSSlideOuter {
        margin-bottom: 32px;}

.blog__content .lSSlideOuter {
  margin-top: 32px;
  margin-bottom: 32px;
}

.blog__category {
  font-size: 14px;
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  border: none !important;
  font-weight: 400;
  color:#af242d;
  letter-spacing: 2px;
}

.blog__content *.large__numbers {
  margin-bottom: 1em;}		
  .blog__content *.large__numbers ol{
            counter-reset: li;
        list-style: none;
            margin: 0;
margin-left: 0px !important;}
           
        .blog__content *.large__numbers li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #e2e7ed;
                font-size: 16px;
                line-height: 1.75;
        color: #636466;
        text-indent: 0px !important; }

.blog__content *.large__numbers li a {
  color: #cb8a00;
}
        @media all and (max-width: 640px) {
          .blog__content *.large__numbers li {
            padding: 6em 0em 2em 0em;}
        }
            .blog__content *.large__numbers li:last-of-type {
          border-bottom: none; }
        .blog__content *.large__numbers li:before {
          position: absolute;
          top: 50px;
          transform: translateY(-50%);
          left: 20px;
          content: counter(li);
          counter-increment: li;
          font-size: 38px;
          font-weight: 900;
          color: white;
          line-height: 60px;
          text-align: center;
          background-color: #af242d;
          display: inline-block;
          width: 60px;
          height: 60px;
          border-radius: 100%;
          padding-right: 0px !important;}
    @media all and (max-width: 640px) {
      .main__content *.large__numbers li:before {
      left: 0;
      right: 0;	
      margin: auto;}	
    }
        
        .large__numbers li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .large__numbers li {
          text-indent: 0px !important;
        }

.gallery.slider {
  margin: 0 !important;
}
        
.block__title{
  display: block;
  padding: 12px;
  background: #0463ad;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1em;
      border-radius: 5px;}

.big__list{}
  .big__list ul{
    line-height: 1.5;
    font-size: 1.2em;}
    
.bullseye{}
  .bullseye ul{
    list-style: none;}
    .bullseye ul li{
      position: relative;}
      .bullseye ul li::before{
        content: "\f140";
        font-family: "Font Awesome 6 Pro";
        position: absolute;
        left: -30px;
        top: 2px;}
    
.big__text{
  font-size: 1.2em;}

.blog__content *.check__list {
        list-style: none;
            margin: 0; }
      .blog__content *.check__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .blog__content *.check__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #e2e7ed;
                font-size: 18px;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .blog__content *.check__list li {
            padding: 6em 0em 2em 0em;
            text-align: center;}
        }
            .blog__content *.check__list li:last-of-type {
                border-bottom: none; }
            .blog__content *.check__list li:before {
        font-family: "Font Awesome 6 Pro";
        content: "\f00c"; 
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 32px;
        font-weight: 900;
        color: white;
        line-height: 60px;
        text-align: center;
        background-color: green !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}
        @media all and (max-width: 640px) {
          .blog__content *.check__list li:before {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .check__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .check__list li {
          text-indent: 0px !important;
        }

.blog__content *.caret__list {
        list-style: none;
            margin: 0; }
      .blog__content *.caret__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .blog__content *.caret__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #407EC9;
                font-size: 16px;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .blog__content *.caret__list li {
            padding: 6em 0em 2em 0em;
            text-align: center;}
        }
            .blog__content *.caret__list li:last-of-type {
                border-bottom: none; }
            .blog__content *.caret__list li:before {
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 40px;
        font-weight: 900;
         --fa-primary-color: rgb(203, 138, 0);
          --fa-secondary-color: rgb(255, 255, 255);
        --fa-secondary-opacity: 1.0;
        --fa-primary-opacity: 1.0;
        line-height: 60px;
        text-align: center;
        background-color: #407EC9 !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}

.blog__content *.caret__list li:after {
        --fa-primary-color: rgb(203, 138, 0);
          --fa-secondary-color: rgb(255, 255, 255);
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 40px;
        font-weight: 900;
        line-height: 60px;
        text-align: center;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;
}
        @media all and (max-width: 640px) {
          .blog__content *.caret__list li:before, .blog__content *.caret__list li:after {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .caret__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .caret__list li {
          text-indent: 0px !important;
        }

/* Step 1: Common Duotone Properties: All required to make icons render reliably */

/* Step 2: Set the font-family and font-weight for this style */
.caret__list li::before,
.caret__list li::after {
  font-family: "Font Awesome 6 Duotone";
  font-weight: 900;
  /* position both layers of the icon to the left, set our fixed-width width, horizontally center layers, and then vertically align them so they flex with different line heights */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.25em;
  text-align: center;
  --fa-primary-color: rgb(203, 138, 0);
          --fa-secondary-color: rgb(255, 255, 255);
}

/* Step 3: Set the default opacity levels and colors for each layer */
.caret__list li::before {
  color: var(--fa-primary-color, inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity, 1.0);
}

.caret__list li::after {
  color: var(--fa-secondary-color, inherit);
  opacity: var(--fa-secondary-opacity, 1.0);
}

/* Step 4: Reference Individual Icon's Layers */
.caret__list li::before {
   content: "\f0da"; 
}

.caret__list li::after {
content: "\10f0da";
}


 .the__sidebar{}
        @media all and (max-width: 1034px) {
       .the__sidebar {
            position: fixed !important;
            z-index: 99999999999;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            padding: 0;
            overflow-x: hidden;
            overflow-y: scroll;
            background-color: #414550;
            color: white;
            display: none; }
      
      #tawkchat-minified-container {
        left:50% !important;
      }
      
      .blog__content .grid-4 {
        width: 100%;
        display: block;
      }
            }
        @media all and (min-width: 1135px) {
             .the__sidebar{
                display: block;
                position: relative;}
        }
     .the__sidebar .sidebar__form{
      position: relative;}

.the__sidebar .close {
      position: absolute;
            z-index: 10;
      top: .25em;
      right: .25em;
      font-size: 1.25em;
      cursor: pointer; }
       .the__sidebar .close .background {
        color: #413d3a; }
    @media screen and (min-width: 1034px) {
       .the__sidebar .close {
        display: none; } }
       .sidebar__form .sidebar__color{
        padding: 20px;
        position: relative;
        z-index: 2;
        background: #000;
        
  }
         .sidebar__form .sidebar__color span{
          display: block;
          margin-bottom: 16px;
          color: #fff;
          font-size: 22px;
          font-weight: 700;}
         .sidebar__form .sidebar__color .group{}
          .sidebar__form .sidebar__color .group *[class^="grid"]{
            margin-bottom: 0px!important;}
             .sidebar__form .sidebar__color .group *[class^="grid"] span{
              margin-bottom: 16px;
              font-size: 18px;}
             .sidebar__form .sidebar__color .group *[class^="grid"] input[type=email],
             .sidebar__form .sidebar__color .group *[class^="grid"] input[type=text]{
              height: 45px;}
               .sidebar__form .sidebar__color .group *[class^="grid"] input[type=email],
               .sidebar__form .sidebar__color .group *[class^="grid"] input[type=text],
             .sidebar__form .sidebar__color .group *[class^="grid"] textarea{
                padding: 10px;}
            .sidebar__form .sidebar__color .ajax-loader{
              height: 0px!important;
              width: 0px!important;
              display: none!important;
              margin: 0px!important;}
             .sidebar__form .sidebar__color p{
              margin-bottom: 0px !important;
              color: white;}
             .sidebar__form .sidebar__color input[type=submit]{
              display: block;
              width: 100%;
              background: #af242d;
              font-size: 18px;
              color: #fff;
               border: none;
               padding-top: 15px;
               padding-bottom: 15px;
              -webkit-transition: 0.3s ease-in-out;
              -moz-transition: 0.3s ease-in-out;
              -o-transition: 0.3s ease-in-out;
              transition: 0.3s ease-in-out;
              text-transform: uppercase;
              border-radius: 65px;}
               .sidebar__form .sidebar__color input[type=submit]:hover{
                background: #2f3232;
                -webkit-transition: 0.3s ease-in-out;
                -moz-transition: 0.3s ease-in-out;
                -o-transition: 0.3s ease-in-out;
                transition: 0.3s ease-in-out;}

.sidebar__form input[type="text"] {
  height: 40px;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
}

.sidebar__form input[type="email"] {
  height: 40px;
  margin-top: 5px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 5px;
}

.sidebar__form textarea {
  margin-top: 5px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 16px;
}

.sidebar__form .wpcf7-form-control-wrap {
  margin-bottom: 0px !important;
}

.sidebar__form p {
  color: white;
}

.sidebar__form label {
  color: white;
}


.main__content .icon-list {}
    .main__content .icon-list ul,
    .main__content .icon-list ol {}
      .main__content .icon-list li {}
        .main__content .icon-list li i {
          position: absolute;
          top: 16px;
              left: 20px;
          background-color: #000;
          font-size: 1.875em;
          font-weight: 900;
          color: white;
          line-height: 60px;
          text-align: center;
          display: inline-block;
          width: 60px;
          height: 60px;
          border-radius: 100%; }


.main__content .special-list {
    margin: 0 auto 1.25em auto; }
    .main__content .special-list ul,
    .main__content .special-list ol {
      list-style: none;
      margin: 0 !important; }
      .main__content .special-list li {
        position: relative;
        padding: 2em 2em 2em 6em;
        border-bottom: 2px solid #ebebeb; }
      .main__content .special-list li:last-of-type {
        border-bottom: none; }
        .main__content .special-list li img {
          margin: 1.25em auto; }
        .main__content .special-list li *:last-child {
          margin-bottom: 0; }

.main__content .block-list {
    counter-reset: li; }
    .main__content .block-list ul,
    .main__content .block-list ol {}
      .main__content .block-list li {
        background-color: #ebebeb;
        border-color: white; }
        .main__content .block-list li:before {
          position: absolute;
          top: 16px;
          left: 16px;
          content: counter(li);
          counter-increment: li;
          font-size: 2.375em;
          font-weight: 900;
              color: #000;
          line-height: 60px;
          text-align: center;
          display: inline-block;
          width: 60px;
          height: 60px;
          border-radius: 100%; }

.tag__list {
    margin-bottom: 32px;
}

.tag__list ol {
    margin: 0 40px; 
    list-style: none;
    counter-reset: li;
}

*.tag__list li {
    font-size: 1em;
    position: relative;
    margin-bottom: 6px; 
    padding: 2em 2em 2em 6em;
    text-indent: 0 !important;
    background: #f0f0f0;
}

*.tag__list li:last-of-type {
    margin-bottom: 0;
}

@media all and (max-width: 640px) {
    .tag__list ol {
        margin: 0;
    }
    *.tag__list li {
        padding: 6em 2% 2em 2%;
    }
}

*.tag__list li:before {
    font-size: 150px;
    font-weight: 900;
    line-height: 60px;
    position: absolute;
    top: 50%;
    left: -30px;
    display: inline-block;
    width: 60px;
    height: 85px;
    padding-right: 0 !important;
    content: counter(li);
    counter-increment: li;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    text-indent: 0 !important; 
    color: #af242d;
}

*.tag__list.blue li:first-of-type:before {
    color: #af242d;
}

*.tag__list.blue li:nth-of-type(2):before {
    color: #af242d;
}

*.tag__list.blue li:nth-of-type(3):before {
    color: #af242d;
}

*.tag__list.blue li:nth-of-type(4):before {
    color: #af242d;
}

*.tag__list.blue li:nth-of-type(5):before {
    color: #af242d;
}

@media all and (max-width: 640px) {
    *.tag__list li:before {
        font-size: 60px;
        top: 20px;
        right: 0;
        left: 0;
        height: 60px;
        margin: auto;
        -webkit-transform: initial;
            -ms-transform: initial;
                transform: initial;
    }
}

.main__content *.check__list {
        list-style: none;
            margin: 0; }
      .main__content *.check__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .main__content *.check__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #f5f5f5;
                font-size: 1em;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .main__content *.check__list li {
            padding: 6em 0em 2em 0em;}
        }
            .main__content *.check__list li:last-of-type {
                border-bottom: none; }
            .main__content *.check__list li:before {
        font-family: Font Awesome\ 6 Pro;
        content: "\f00c"; 
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 32px;
        font-weight: 900;
        color: white;
        line-height: 60px;
        text-align: center;
        background-color: #465d29 !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}
        @media all and (max-width: 640px) {
          .main__content *.check__list li:before {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .check__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .check__list li {
          text-indent: 0px !important;
        }
        
.main__content *.x__list {
        list-style: none;
            margin: 0; }
      .main__content *.x__list ul{
        margin-left: 0px!important;
        list-style-type: none;}
           
        .main__content *.x__list li {
                position: relative;
                    padding: 2em 2em 2em 6em;
                border-bottom: 2px solid #f5f5f5;
                font-size: 1em;
        text-indent: 0px !important; }
        @media all and (max-width: 640px) {
          .main__content *.x__list li {
            padding: 6em 0em 2em 0em;}
        }
            .main__content *.x__list li:last-of-type {
                border-bottom: none; }
            .main__content *.x__list li:before {
        font-family: Font Awesome\ 6 Pro;
        content: "\f00d"; 
        position: absolute;
        top: 47px;
        transform: translateY(-50%);
        left: 10px;
        font-size: 32px;
        font-weight: 900;
        color: white;
        line-height: 60px;
        text-align: center;
        background-color: #fa444b !important;
        display: inline-block;
        width: 60px;
        height: 60px;
        border-radius: 100%;
        padding-right: 0px !important;}
        @media all and (max-width: 640px) {
          .main__content *.x__list li:before {
            left: 0;
            right: 0;	
            margin: auto;}	
        }
        .x__list li:before {
          padding-right: 0px !important;
          text-indent: 0px !important;
        }
        
        .x__list li {
          text-indent: 0px !important;
        }

.bar__title{
  display: block;
  color: #fff;
  padding: 15px;
  font-weight: 700;
  font-size: 20px;
  background: #194e71;
  margin-bottom: 0px;}
  .bar__title.light{
    background: #af242d;}
  .bar__title.gold{
    background: #cca53c;}
   
.main__content .faux__title {
    display: block;
    color: white !important;
    margin-top: 32px;
    font-size: 20px;
    padding: 1em 2em;
    background: #af242d;
}

.main__content .cool__list{
    margin-bottom: 15px;}
    .main__content .cool__list ul {
      padding: 0px;
      list-style-type: none;
      margin-left: 0px!important;
      margin-bottom: 0px;
    margin: 0 !important;}
      .main__content .cool__list ul li{
        padding: 2em;
        background: #eee;
        border-bottom: 4px solid;
        border-color: #af242d;
        margin-bottom: 0px;
}

.picture__list{
  margin-bottom: 24px;}
  .picture__list .group{
      table-layout: fixed;
    margin-bottom: 0px!important;}
    @media all and (max-width: 640px) {
      .picture__list .group{
        margin-bottom: 12px!important;}
    }
    .picture__list .group *[class^="grid"] {
      display: table-cell;
      vertical-align: middle;
      float: none;
      margin: 0;}
      @media all and (max-width: 480px) {
        .picture__list .group *[class^="grid"] {
          display: block;}
      }
      .picture__list .group .grid-half.text__grid{
        background: #dddcdc;
        padding: 3em 2em;}
        .picture__list .group .grid-half.text__grid h2, .picture__list .group .grid-half.text__grid h3{}
        .picture__list .group .grid-half.text__grid p{}
      .picture__list .group .grid-half.image__grid{
        position: relative;}
        .picture__list .group .grid-half.image__grid img{
          object-fit: cover;
          box-shadow: none;
          border: none;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;}
          @media all and (max-width: 640px) {
            .picture__list .group .grid-half.image__grid img{
              position: relative;
              max-height: 450px;}	
          }
          @media all and (max-width: 640px) {				
            .group.flex{
              display: flex;
              flex-flow: column-reverse;}
          }


.pattern__section{

  margin: 55px 0;

  position: relative;}

  .pattern__section p{

    margin-top: 0!important;}

  .pattern__section::after{

    content: "";

    position: absolute;

    z-index: 1;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #dddcdc;

    background-position:center;

    background-size:cover;

    background-repeat:repeat;

    }

  .pattern__section .group{

    position: relative;}

    .pattern__section .top{

      border: none!important;

      margin: 0!important;

      padding: 0!important;}

    .pattern__section *[class^="grid"] {

      position: relative;

      z-index: 5;}

      @media all and (min-width: 640px) {

        .pattern__section .group.middle *[class^="grid"]{

          display: inline-block!important;

          vertical-align:middle!important;

          float: none!important;}

          .pattern__section .group.middle *[class^="grid"]:last-of-type{

            margin-right: 0px;}

      }

    .pattern__section .grid-4{

      padding: 3em;
      margin-right: 0; }

      @media all and (min-width: 640px) {

        .pattern__section .grid-4{

          margin-bottom: 0px!important;}

      }

      .pattern__section .grid-4 p{

        color: #111;}

    .pattern__section .grid-2{

      position:relative;

      margin-bottom: 0px!important;}

      @media all and (min-width: 640px) {

        .pattern__section .grid-2.top{

          top: -48px;
              right: -11px;
          }}

        .pattern__section .grid-2.bottom {

          bottom: -24px;}

      }

      .pattern__section .grid-2 p{

        margin: 0!important;}

blockquote {
    margin: 1em 40px;
    padding: 8px 15px;
    color: #fff;
    background: #af242d;
}
.color__block{
  position: relative;
  padding: 30px 60px;
  color: #fff;}
  @media all and (min-width: 640px) {
    .color__block.grid-3{
     width: 47.742425%;}
    .color__block.grid-3:nth-child(n) {
      margin-bottom: 4.51515%;
      margin-right: 4.51515%; }
    .color__block.grid-3:nth-child(2n){
      margin-right: 0;}
  }
  @media all and (max-width: 640px) {
    .color__block{
      margin-bottom: 20px;
      padding: 30px;}
  }
  .color__block::after{
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(85,85,85, .75);}
    .color__block.red-overlay::after{
      background: rgba(194,39,45,.75);}
  .color__block h3,
  .color__block .faux-h3,
  .color__block p,
  .color__block ul{
    position: relative;
    color: #fff;
    z-index: 5;
    text-shadow: 3px 3px 0 rgba(37, 37, 37, .2);}
  .color__block img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;}

.blog__testimonial {
      border-left: 5px solid #eceaee;
    margin: 40px 0;
    padding: 20px;
    background-color: rgb(236 234 238 / 50%);
}

.blog__testimonial p{
  margin-bottom: 0px !important;
}

.blog__sidebar--popup-trigger {
  display: none; }
.blog__sidebar--popup-trigger.device {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  background-color: #0463ad;
  overflow: visible !important;
  text-align: left;
  display: none; }
@media screen and (min-width: 1135px) {
  .blog__sidebar--popup-trigger.device {
    display: none !important; } }
  .blog__sidebar--popup-trigger.device a {
    font-size: 1.45em;
    font-weight: 700;
    color: white;
    width: 100%;
    display: block;
    padding: .9em 0;
    margin: 0 auto;
    text-align: left;
    cursor: pointer;
    padding-left: 25px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }
.blog__sidebar--popup-trigger.desktop {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none; }
@media screen and (min-width: 1135px) {
  .blog__sidebar--popup-trigger.desktop {
    display: none !important; } }
  .blog__sidebar--popup-trigger.desktop a {
    display: inline-block;
    vertical-align: bottom;
    background-color: #407EC9;
    border-radius: 5px 5px 0 0;
    font-size: 15px;
    color: white;
    padding: .47em 1em;
    cursor: pointer;
    width: calc(100% - 255px);
    max-width: 225px;
    margin-left: .75em; }
    .blog__sidebar--popup-trigger.desktop a i {}
      .blog__sidebar--popup-trigger.desktop a i:before {
        font-weight: normal;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto; }


.page-id-28 .main__content {
  padding-bottom: 0px;
}

.blog .main__content.blog__content {
  padding-top: 0px;
}

.archive .main__content.blog__content {
  padding-top: 0px;
}

.main__content.blog__content p {
  margin-bottom: 32px;
}

.main__content.blog__content p a {
  color:#af242d;
}

.main__content.blog__content li a {
  color:#af242d;
}

.main__content.blog__content ul {
  margin-left: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.main__content.blog__content ol {
  margin-left: 32px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.main__content.blog__content ol li {
  margin-bottom: 16px;
}

.main__content.blog__content ol li:last-of-type {
  margin-bottom: 0px;
}

.main__content.blog__content ul li {
  margin-bottom: 0px;
}


 /*! Related Posts
  //////////////////////////////////////////////*/
  
  .related__posts{
      background: #ebebeb;
      padding: 50px 0;}
      .related__posts .faux__title{
              font-family: 'Hammersmith One', sans-serif;
              font-size: 28px;
              font-weight: 700;
              color: #af242d;
              margin-top: 0px;
              background: none;
              margin-bottom: 16px;
              padding-bottom: 0px;
              text-align: center;
              display: block;}
          .related__posts i{
              font-size: 24px;
              text-align: center;
              display: block;
              margin-bottom:32px;
              color: #003366;}
          .related__posts a{
              overflow: hidden;
              color: #af242d;
              position: relative;
              display: block;}
              .related__posts .grid-2{ 
              margin-bottom: 0px;}		
              @media all and (max-width: 640px) {
                  .related__posts .grid-2{ 
                  margin-bottom: 20px;}
              } 
              .related__posts a img{
                  margin-bottom: 0px!important;
                  -webkit-transition: 0.3s ease-in-out;
                  -moz-transition: 0.3s ease-in-out;
                  -o-transition: 0.3s ease-in-out;
                  transition: 0.3s ease-in-out;}
                  .related__posts a:hover img{
                      opacity: .85;
                      -webkit-transition: 0.3s ease-in-out;
                      -moz-transition: 0.3s ease-in-out;
                      -o-transition: 0.3s ease-in-out;
                      transition: 0.3s ease-in-out;}
              .related__posts .related__posts__content {
                  display: block;
                  left: 0;
                  bottom: 0;
                  padding: 1em 1em 0 1em;
                  /*background: #fe8a4e;*/
                  font-family: 'Nunito', sans-serif;
                  font-weight: 700;
                  -webkit-transition: 0.3s ease-in-out;
                  -moz-transition: 0.3s ease-in-out;
                  -o-transition: 0.3s ease-in-out;
                  transition: 0.3s ease-in-out;}
                  .related__posts .related__posts__content span{
                      bottom: 20px;
                      font-size: 22px;
                      color: #7d7d7d;
                      left: 0;
                      right: 0;
                      display: block;
                      margin: auto;}
                  .related__posts .related__posts__content > p{
                      opacity: .9;
                      color: #af242d;
                      font-size: 16px;
                      padding-top: 0px!important;
                      padding-bottom: 0px;}
                      
                      
  /* ----- Begin Project Showcase ---*/
  .projects__grid .project__grid_item .project__img:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 40%);
    transition: all ease-in-out 0.2s;
    opacity: 0;
  }
  .projects__grid .project__grid_item:hover .project__img:before {
    opacity: 1;
  }
  .projects__grid .project__grid_item .project__img {
    position: relative;
  }
  .projects__grid .project__grid_item span.icon {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all ease-in-out 0.2s;
    opacity: 0;
    
  }
  .projects__grid .project__grid_item:hover span.icon {
    opacity: 1;
  }
  .projects__grid .project__grid_item span.icon i {
    color: #000;
    font-size: 30px;
    background-color: #fff;
    padding: 12px 14px;
    border-radius: 50px;
  }
  .projects__grid .project__grid_item {
    position: relative;
    border: 2px solid #000;
  }
  .projects__grid .project__grid_item a.project__overlay_link {
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .projects__grid .project__grid_item .project__title {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.2em;
    padding: 16px 20px;
    background-color: #AF242D;
    margin: 0 auto;
    transition: all ease-in-out 0.2s;
  }
  .projects__grid .project__grid_item:hover .project__title {
    background-color: #000;
  }
  .faux-heading {
      color: rgba(0, 0, 0, 0);
      font-weight: bold;
      text-transform: uppercase;
      -webkit-text-fill-color: white;
      -webkit-text-stroke-width: 1px;
      -webkit-text-stroke-color: #AF242D;
      font-size: 45px;
      letter-spacing: 9px;
      line-height: 55px;
  }
  .fancybox-active .nav-desktop {
    z-index: 0;
  }
  .fancybox-navigation {
    top: 50%;
  }
  
  .project__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -30px 50px;
  }
  
  .project__info .project-info-item {
      display: block;
      width: 28.33%;
      padding: 0 30px;
  }
  
  .project__info .description {
      display: block;
      font-size: 24px;
      font-weight: 700;
      border-bottom: 1px dotted;
      padding-bottom: 5px;
      margin-bottom: 5px;
  }
  
  .project__info .label {
      font-style: italic;
  }
  .project-nav-categories {
      display: block;
      margin-bottom: 50px;
  }
  
  .category__nav {
      display: block;
      margin: -5px;
      text-align: center;
  }
  
  .category__nav .category-nav-item {
      display: inline-block;
      padding: 5px;
  }
  
  .category__nav a {
      display: block;
      background-color: #AF242D;
      color: #fff;
      padding: 10px 20px;
      line-height: 1.2em;
    text-decoration: none;
  }
  
  .category__nav a:hover,
  .category__nav .current-category a {
      background-color: #0B2032;
  }
  
  .project__details {
    background-color: #AF242D;
    border: 2px solid #000;
    padding: 30px;
    color: #fff;
	display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .project__description {
    background-color: #eee;
    text-align: center;
    padding: 20px 20px;
    transition: .2s ease-in-out;
  }
  .projects__grid .project__grid_item:hover .project__description {
    background-color: #AF242D;
    color: #fff;
  }
  
  .single-projects .page__hero {
    height: 450px;
  }
  .single-projects .grid-4 {
    border-right: 2px solid #bbb;
    padding-right: 1.51515%;
  }
  .project__gallery__images span {
    display: block;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'adrianna-extended';
    line-height: 1.2em;
    font-weight: 700;
    color: #af242d;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .project__gallery__images img {
    border: 2px solid #000;
  }
  .search-results .button {
    margin-bottom: 50px;
  }
  .searchform {
    margin: 0 auto 50px auto;
    display: block;
    text-align: center;
  }
  .searchform input[type="text"] {
    padding: 14px;
    /*max-width: 450px;
    width: 100%;*/
    margin-right: 10px;
  }
  .searchform select {
    padding: 14px;
    margin-right: 10px;
  }
  .searchform input[type="submit"]  {
    text-align: center;
    font-family: 'neue-haas-grotesk-display', sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.025em;
    background-color: #af242d;
    padding: 16px 40px;
    line-height: 1em;
    transition: all ease-in-out 0.3s;
    border: none;
    border-bottom: 2px solid #000;
    margin-top: 5px;
  }
  .searchform input[type="submit"]:hover {
      background-color: #f8be00;
  }
  .searchform a {
    color: #000;
    margin-left: 10px;
    width: 40px;
  }
  .searchform a:hover {
    color: #af242d;
  }
  @media screen and (max-width: 900px) {
    .searchform input[type="text"] {
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px;
    }
    .searchform select {
      width: 100%;
      margin-bottom: 6px;
    }
    .searchform input[type="submit"]  {
      width: 100%;
    } 
    .main__content {
      padding: 0 !important;
    }
  }
  @media screen and (max-width: 640px) {
    .single-projects .grid-4 {
      border-right: none;
      border-bottom: 2px solid #bbb;
      margin-bottom: 30px;
      padding-bottom: 20px;
      padding-right: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .project__grid_item {
      margin-bottom: 20px;
    }
    .project__gallery__images .grid-2 {
      margin-bottom: 20px;
    }
  }
/* ----- End Project Showcase ---*/

.about__us__awards {
  margin-top: 70px;
}
  .award__block {
    background-color: #eee;
    border-bottom: 5px solid #af242d;
    padding: 25px;
    height: 100%;
    text-align: center;
  }
  .award__block i {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 55px;
    margin-bottom: 20px;
    color: #F8BE00;
  }
  @media screen and (max-width: 768px) {
      .about__us__awards {
        margin-top: 30px;
      }
  }

/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    position: relative;
    display: block;
    overflow: hidden;
    background-image: url(/wp-content/uploads/2024/08/52178582.jpg);
    background-size: contain;
}

.main__footer:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: "";
    opacity: .82;
    background-color: #000;
}

.footer__copyright {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 32px 0;
    color: #BBB;
    border-top: 1px solid #616161;
}

.footer__copyright p {
    font-size: 15px;
    letter-spacing: .1em;
}

.footer__copyright p a {
    color: inherit;
}

.footer__copyright p a:hover {
    color: #FFF;
}

.footer__copyright p .border {
    display: inline-block;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
    border-right: 1px solid #BBB;
}

.social__links .social-link {
    line-height: 35px;
    display: inline-block;
    width: 35px;
    margin-right: 8px;
    text-align: center;
    color: #FFF;
    background-color: #000;
}

.social__links .social-link:last-child {
    margin-right: 0;
}

.social__links .social-link:hover {
    color: #000;
    background-color: #FFF;
}

@media only screen and (max-width: 1190px) {
    .footer__copyright p {
        font-size: 13px;
    }
}

@media only screen and (max-width: 980px) {
    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;

        text-align: center;
    }

    .social__links {
        margin-bottom: 20px;
    }

    .footer__copyright p .border {
        margin: 0 10px;
    }
}

.footer__main {
    padding: 48px 0 60px;
    text-align: center;
}

.footer__main .footer-col {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 33.33%;
    padding: 0 35px;
}

.footer__main .flex-row {
    -webkit-box-align: end;
    align-items: flex-end;
    -ms-flex-align: end;
    margin: 0 -35px;
}

.footer__main .footer-logo {
    display: block;
    width: 100%;
    max-width: 125px;
    margin: 0 auto;
}

.footer__main p {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #FFF;
}

.footer__main .widget-title {
    font-family: "adrianna-extended",sans-serif;
    font-size: 20px;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #AF242D;
}

.footer__main p a {
    color: inherit;
}

.footer__main p a:hover {
    color: #AF242D;
}

.footer__main .footer__cta {
    display: block;

    margin-top: 50px;
}

.footer__main .footer-col:first-child p > span {
    display: inline-block;
    margin-right: 5px;
}

.footer__main .footer__cta .cta-label {
    font-family: "adrianna-extended",sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
}

@media only screen and (max-width: 980px) {
    .footer__main .footer-col {
        padding: 0 20px;
    }

    .footer__main .flex-row {
        margin: 0 -20px;
    }

    .footer__main p {
        font-size: 15px;
    }

    .footer__main .widget-title {
        font-size: 18px;
    }

    .footer__main .footer__cta .cta-label {
        font-size: 18px;
    }

    .footer__main .footer__cta {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 640px) {
    .footer__main .footer-col {
        width: 100%;
        margin-bottom: 40px;
        padding: 0;
    }

    .footer__main .footer-col:last-child {
        margin-bottom: 0;
    }

    .footer__main .footer-col:nth-child(2) {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .footer__main .flex-row {
        margin: 0;
    }

    .footer__main {
        padding: 45px 0 45px;
    }
}





/*!////////////////////////////////////////////////
// STATES
/////////////////////////////////////////////////*/

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

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

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

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

.group:after {
    clear: both;
}

.group {
    zoom: 1;
}

input[type="text"] {
    border: 1px solid black;
}

input[type="email"] {
    border: 1px solid black;
}

textarea {
    border: 1px solid black;
}

/*! ==========================================================================
  // Print styles
  // =========================================================================*/
@media print {
    * {
        background: transparent !important;
        color: black !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: 0.5cm;
    }

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

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.sidebar-col a {
	color: #af242d;
	font-weight: 700;
	transition: .2s ease-in-out;
}
.sidebar-col a:hover {
	color: #000;
}

/* PROJECT GRID RESET */
.projects__grid.project-icons {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
	align-items: stretch;
}

/* Kill older float-based grid styles */
.projects__grid.project-icons .grid-2 {
	float: none !important;
	width: 100% !important;
	margin: 0 !important;
	display: block;
}

/* Card */
.projects__grid.project-icons .project__grid_item {
	position: relative;
	display: flex;
	flex-direction: column;
	height: auto !important;
	min-height: 100%;
	border: 2px solid #000;
	background: #fff;
	overflow: hidden;
}

/* Remove inline match height values */
.projects__grid.project-icons .project__grid_item[data-mh="projectblocks"] {
	height: auto !important;
}

.projects__grid.project-icons .project__title[data-mh="projecttitles"] {
	height: auto !important;
	min-height: 88px;
}

/* Image wrap */
.projects__grid.project-icons .project__img {
	position: relative;
	width: 100%;
	aspect-ratio: 640 / 535;
	overflow: hidden;
	background: #ddd;
	flex-shrink: 0;
}

/* Image */
.projects__grid.project-icons .project__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Overlay */
.projects__grid.project-icons .project__img:before {
	content: '';
	display: block;
	position: absolute;
	inset: 0;
	background-color: rgb(0 0 0 / 40%);
	transition: all ease-in-out .2s;
	opacity: 0;
	z-index: 1;
}

.projects__grid.project-icons .project__grid_item:hover .project__img:before {
	opacity: 1;
}

/* Full clickable link */
.projects__grid.project-icons a.project__overlay_link {
	position: absolute;
	inset: 0;
	display: block;
	z-index: 5;
}

/* Icon */
.projects__grid.project-icons span.icon {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	transition: all ease-in-out .2s;
	z-index: 4;
}

.projects__grid.project-icons .project__grid_item:hover span.icon {
	opacity: 1;
}

.projects__grid.project-icons span.icon i {
	color: #000;
	font-size: 30px;
	background-color: #fff;
	padding: 12px 14px;
	border-radius: 50px;
}

/* Title bar */
.projects__grid.project-icons .project__title {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.25;
	padding: 16px 18px;
	margin: 0;
	background-color: #af242d;
	color: #fff;
	flex: 1 1 auto;
	width: 100%;
	word-break: break-word;
	overflow-wrap: anywhere;
	box-sizing: border-box;
}

/* Hover title */
.projects__grid.project-icons .project__grid_item:hover .project__title {
	background-color: #000;
}

/* Noscript image block safety */
.projects__grid.project-icons noscript {
	display: none;
}

/* Tablet */
@media screen and (max-width: 900px) {
	.projects__grid.project-icons {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* Mobile */
@media screen and (max-width: 600px) {
	.projects__grid.project-icons {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.projects__grid.project-icons .project__title {
		font-size: 16px;
		padding: 14px 12px;
		min-height: 72px;
	}
}

.projects__grid.project-icons.group:before,
.projects__grid.project-icons.group:after {
    content: unset;
    display: table;
}