/*!////////////////////////////////////////////////
// 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: #666f7a; }

body {
    font-size: 17px;
    line-height: 28px; 
    font-family: "Lato", sans-serif;
    font-weight: 400;
    color: #666f7a;
}

::-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: 1280px;
    width: 100%;
    margin: 0px auto;
    position: relative; }

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

.row {
    clear: both; }

@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: 10%;
        /* Use (or don't) as necessary. */ }

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

.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;
    color: #74a57f;
}

*[class^="button"] {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    padding: 12px 35px;
    background-color: #1c1d1f;
    border: 1px solid #1c1d1f;
    color: #fff;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
*[class^="button"]:hover,
*[class^="button"]:focus {
    background-color: #730b2e;
    border-color: #730b2e;
    color: #fff;
}



/*! Header
//////////////////////////////////////////////*/

header[role=banner] {
}
header[role=banner] nav[role=navigation] {
    display: none; }
@media screen and (min-width: 981px) {
    header[role=banner] nav[role=navigation] {
        display: block; }
}

.mobile__button p {
    display: block; }
@media screen and (min-width: 981px) {
    .mobile-nav {
        display: none; } 
}

.mobile__nav {
    display: none; 
}
.mobile__nav a {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out; }
.mobile__nav a:hover,
.mobile__nav a:focus {
}
@media screen and (min-width: 981px) {
    .mobile__nav {
        display: none; } 
}


/*! Content Area
//////////////////////////////////////////////*/

.main__content {
}



/*! Footer
//////////////////////////////////////////////*/

footer[role=contentinfo] {
}


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

/*! ==========================================================================
// 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; } }




/* CUSTOM STYLES */

.group.flex__row:before,.group.flex__row:after {
    display: none;
}
.flex__row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: nowrap;
}
.flex__alignend {
    align-items: flex-end;
}
.flex__aligncenter {
    align-items: center;
}
a.button.ouline__gold_btn {
    background-color: transparent;
    color: #b87f51;
    border-color: #b87f51;
}
a.button.ouline__gold_btn:hover {
    background-color: #b87f51;
    color: #fff;
}

a.button.gold__btn {
    background-color: #b87f51;
    color: #fff;
    border-color: #b87f51;
}
a.button.gold__btn:hover {
    background-color: #568259;
    border-color: #568259;
    color: #fff;
}



header[role=banner] .header__left img {
    width: 280px;
}
header[role=banner] .header__right {
    text-align: right;
}
header[role=banner] .header__right .header__btns {
    justify-content: flex-end;
    gap: 20px;
}
header[role=banner] {
    padding: 20px 0;
}
.header__nav_inner nav .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 10px 40px;
    margin-top: 25px;
}
.header__nav_inner nav .menu > li  > a {
    display: block;
    padding: 0;
    color: #1c1d1f;
    font-size: 17px;
    line-height: 26px;
    letter-spacing: 0.75px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
}
.header__nav_inner nav .menu > li > a:hover, 
.header__nav_inner nav .menu > li.current-menu-item > a {
    color: #74a57f;
}

.home__hero_slider .hero__slide_item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.hero__slide_item .hero__inner_row {
    min-height: 80vh;
    position: relative;
    padding-bottom: 135px;
    z-index: 3;
}
.home__hero_slider .hero__slide_item:after {
    content: '';
    width: 100%;
    height: 165px;
    background-color: #223c49;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.home__hero_slider .hero__slide_item:before {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 265px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,323e4d+100&0+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
     /* FF3.6-15 */
     /* Chrome4-9,Safari4-5 */
     /* Chrome10-25,Safari5.1-6 */
     /* Opera 11.10-11.50 */
     /* IE10 preview */
     /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     /* IE6-8 */
    z-index: 1;
    opacity: 0.8;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,1f2630+100&0+0,1+100 */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZjI2MzAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(31,38,48,1) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(31,38,48,1))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(31,38,48,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(31,38,48,1) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(31,38,48,1) 100%); /* IE10 preview */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(31,38,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1f2630',GradientType=0 ); /* IE6-8 */
}
.home__hero_slider.slick-slider .slick-dots {
    position: absolute;
    z-index: 2;
    bottom: 75px;
    left: 0;
    width: 100%;
    text-align: center;
    padding-inline: 20px;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}
.home__hero_slider.slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-inline: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.4;
    cursor: pointer;
}
.home__hero_slider.slick-slider .slick-dots li button {
    display: none;
}
.home__hero_slider.slick-slider .slick-dots li.slick-active {
    opacity: 1;
    border-color: #9c8554;
}
.home__hero_slider .hero__slide_item .h1 {
    color: #b57f51;
    font-size: 62px;
    line-height: 70px;
    font-weight: 900;
    font-family: "playfair-display", serif;
    font-style: italic;
}

.main__section {
    padding-top: 100px;
    padding-bottom: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.main__section p {
    margin-bottom: 20px;
    color: #666f7a;
}
.main__section p:last-child {
    margin-bottom: 0px;
}
.main__section h1,
.main__section h2,
.main__section h3,
.main__section h4,
.main__section h5,
.main__section h6,
.main__section .h1,
.main__section .h2,
.main__section .h3,
.main__section .h4,
.main__section .h5,
.main__section .h6 {
    color: #1c1d1f;
    font-weight: 700;
    font-family: "playfair-display", serif;
    font-size: 34px;
    line-height: 44px;
    margin-top: 0;
    margin-bottom: 30px;
}
.navy__bg {
    background-color: #223c4a;
}

.navy__bg p {
    color: #b3b7bd;
}
.navy__bg h1,
.navy__bg h2,
.navy__bg h3,
.navy__bg h4,
.navy__bg .h1,
.navy__bg .h2,
.navy__bg .h3,
.navy__bg .h4 {
    color: #fff;
}

.accredited__logo_slider {
    margin-top: 100px;
}
.accredited__logo_slider .slick-track {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.accredited__logo_slider .logo__slide {
    padding-inline: 20px;
}
.logo__slide img {
    margin: 0 auto;
    max-height: 100px;
}
.main__section.np__top {
    padding-top: 0 !important;
}
.main__section.np__btm {
    padding-bottom: 0 !important;
}
.main__section.no__padding {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.home__ctas_grid {
    gap: 25px;
}
.home__cta_col {
    position: relative;
}
.home__cta_col img {
    width: 100%;
}
.home__cta_col .cta__title {
    display: block;
    width: 250px;
    max-width: 100%;
    padding: 15px 10px;
    text-align: center;
    color: #fff;
    background-color: #b87f51;
    font-family: "Lato", sans-serif;
    letter-spacing: 0.75px;
    font-size: 17px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    bottom: 50px;
    left: 0;
    transition: all 0.4s ease;
}
.home__cta_col:hover .cta__title {
    color: #fff;
    background-color: #568259;
}
a.overlay__link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}
.home__ctas:before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background-color: #fff;
    position: absolute;
}



.cta__box {
    padding: 50px 4em;
    background-color: #568259;
}
.cta__box .grid-5 {
    width: 80.74242%;
    margin-bottom: 0;
}
.cta__box  .grid-1 {
    width: 19.40404%;
    margin-bottom: 0;
    text-align: right;
}
.main__section .cta__box .h1,
.main__section .cta__box .h2,
.main__section .cta__box .h3,
.main__section .cta__box .h4 {
    color: #fff;
    font-size: 45px;
    line-height: 51px;
    font-style: italic;
    font-weight: 900;
    margin-top: -15px;
    text-shadow: 0px 0px 10px rgb(28 29 31 / 25%);
}

.testimonial__row {
    gap: 70px;
}
.testimonial__left .h5,
.subpage__team .h6 {
    color: #b87f51;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 17px !important;
    line-height: 28px !important;
    border-bottom: 1px solid #b87f51;
    padding-bottom: 15px;
}
.testimonial__left p {
    color: #fff;
}

.testimonial__slider {
    margin-right: -25px;
}
.testimonial__slider .slick-slide {
    background-color: #fff;
    padding: 40px 30px;
    text-align: center;
    margin-right: 25px;
}
.testimonial__slider .testimonial__slide .testimonial__star i {
    color: #b87f51;
    font-size: 15px;
    line-height: 21px;
}
.testimonial__slider .testimonial__slide .testimonial__star {
    margin-bottom: 5px;
}
.testimonial__slider .testimonial__slide .testimonial__author {
    color: #1c1d1f;
    font-size: 22px;
    line-height: 30px;
    font-family: "playfair-display", serif;
    font-weight: 400;
    margin-bottom: 15px;
    display: block;
}
.testimonial__slider .testimonial__slide p {
    color: #666f7a;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
}

.slick-slider .slick-dots,
.testimonial__left .slick-dots {
    z-index: 2;
    width: 100%;
    text-align: left;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 30px;
}
.slick-slider .slick-dots li,
.testimonial__left .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-inline: 0px;
    background-color: #fff;
    border: 1px solid #fff;
    opacity: 0.4;
    cursor: pointer;
    padding: 0;
}
.slick-slider .slick-dots li button,
.testimonial__left .slick-dots li button {
    display: none;
}
.slick-slider .slick-dots li::before,
.testimonial__left .slick-dots li:before {
    display: none;
}
.slick-slider .slick-dots li.slick-active,
.testimonial__left .slick-dots li.slick-active {
    opacity: 1;
    border-color: #9c8554;
}



footer[role=contentinfo] {
    background-color: #1a2d38;
    padding: 55px 0;
}
footer[role=contentinfo] .footer__row {
    gap: 30px 100px;
}
.footer__row .footer__slogan {
    width: 100%;
    border: 1px solid #9e8654;
    padding: 20px 25px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
.footer__slogan .slogan__left {
    display: block;
    text-align: center;
    color: #fff;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
}
.footer__slogan .slogan__left strong {
    display: block;
    font-size: 75px;
    line-height: 60px;
}
.footer__slogan .slogan__right {
    display: block;
    color: #caa36d;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    font-family: cormorant-upright, sans-serif;
    font-weight: 500;
}

.footer__row .footer__col p {
    color: #b3b7bd;
    font-size: 16px;
    line-height: 30px;
}
.footer__row .footer__col p a {
    color: inherit;
}
.footer__row .footer__col p a:hover {
    color: #74a57f;
}
span.footer__divider {
    margin-inline: 5px;
}
.footer__social {
    gap: 15px;
}
.footer__social a {
    display: block;
    font-size: 25px;
    color: #b87f51;
    line-height: 31px;
}
.footer__social a:hover {
    color: #74a57f;
}
.footer__row .footer__col .h6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    font-family: "playfair-display", serif;
    font-weight: 700;
}
.home__main_cta .home__main__row {
    width: 170px;
    max-width: 100%;
    text-align: center;
    background-color: #558259;
    padding: 25px 30px;
    position: absolute;
    right: 0;
    bottom: 14px;
    z-index: 9;
}
.home__main_cta .home__main__row .home__main_cta_col:not(:last-child) {
    border-bottom: 1px solid #abc1ac;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.home__main_cta .home__main__row .home__main_cta_col {
    position: relative;
}
.home__main_cta .home__main__row .home__main_cta_col .main__cta_title {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    display: block;
    line-height: 20px;
    font-size: 17px;
    transition: all 0.4s ease;
}
.home__main_cta .home__main__row .home__main_cta_col img {
    display: block;
    margin: 0 auto;
}
.home__main_cta .home__main__row .home__main_cta_col:hover .main__cta_title {
    color: #fff;
}
.hero__slide_item .hero__inner_row .hero__content {
    padding-right: 200px;
}
.cd-project-content.main__content {
    background-color: #f6f4ed;
    z-index: 999;
}
.cd-project-content-inner h2 {
    color:#1c1d1f;
}
.recent__projects {
    overflow-x: hidden;
}
.recent__projects .recent__projects__title {
    font-size: 17px;
    font-weight: bold;
    color: #b87f51;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.recent__projects hr {
    border-top: 1px solid #b87f51;
}
.recent__projects .button {
    font-size: 17px;
    font-weight: bold;
    color: white;
    padding: 10px 20px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    background:#1c1d1f;
    margin-top: 32px;
}
.recent__projects .button:hover {
    background:#730b2e;
    color: white;
    transition: all .3s ease-in-out;
}
.cd-slider li {
    box-shadow: none !important;
}

.recent_work_slider li img {
    width: 100%;
}
.recent_work_slider .flex-viewport,
.recent_projs_inner_slider  > .flex-viewport {
    overflow: visible !important;
}
.recent_work_slider .slides li:not(.flex-active-slide) {
    height: 541px;
    overflow: hidden;
}
.recent_work_slider .slides li a {
    display: block;
    padding-inline: 15px;
}

.recent_work_slider .flex-direction-nav .flex-next,
.recent_projs_inner_slider .flex-direction-nav .flex-next {
    text-align: center;
    right: -40px !important;
}
.recent_work_slider  .flex-direction-nav .flex-prev,
.recent_projs_inner_slider  .flex-direction-nav .flex-prev {
    left: -40px !important;
}
.recent_work_slider .flex-direction-nav a,
.recent_projs_inner_slider .flex-direction-nav a {
    margin: 0;
    background-color: #32936f;
    top: 50%;
    opacity: 0.55;
    font-size: 0;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
}
.recent_work_slider .flex-direction-nav a:hover,
.recent_projs_inner_slider .flex-direction-nav a:hover {
    opacity: 1;
}
.homepage__recent__work:after {
    content: '';
    width: 100%;
    height: 144px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
}
.recent_work_slider {
    position: relative;
}
.recent_work_slider  .flex-direction-nav li a:before,
.recent_projs_inner_slider .flex-direction-nav a:before {
    font-size: 23px;
    font-family: "Font Awesome 6 Pro";
    content: '\f053';
}
.recent_work_slider .flex-direction-nav .flex-next:before, 
.recent_projs_inner_slider .flex-direction-nav .flex-next:before {
    font-size: 23px;
    font-family: "Font Awesome 6 Pro";
    content: '\f054';
}
.recent_projs_inner_slider li > a {
    padding-inline: 15px;
}
.homepage__recent__work {
    overflow-x: hidden;
}
.homepage__recent__work .h6 {
    color: #b87f51;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 17px !important;
    line-height: 28px !important;
    border-bottom: 1px solid #b87f51;
    padding-bottom: 15px;
}
.homepage__recent__work a.button {
    position: absolute;
    left: calc(55vw);
    bottom: 50px;
    z-index: 22;
    right: auto;
    width: 180px;
    text-align: center;
    padding-inline: 15px;
}
.subhero__wrap {
    position: relative;
    padding-right: 10.5vw;
}
.subhero__wrap .h1 {
    width: 100%;
    max-width: 330px;
    background-color: #568259;
    padding: 30px;
    text-align: center;
    font-size: 24px !important;
    line-height: 30px !important;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.75px;
    font-family: "Lato", sans-serif;
    position: absolute;
    right: 0;
    bottom: 170px;
}
.subpage__hero:after {
    content: '';
    width: 100%;
    height: 215px;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: absolute;
}
.subpage__hero > .mediumwrap {
    z-index: 2;
}
.cd-projects-wrapper.recent_projs_inner_slider {
    margin-inline: -15px;
}
.secondary__row {
    gap: 30px 70px;
}
.subpage__secondary p + h3 {
    margin-top: 2em;
}
.secondary__img_col img:not(:last-child) {
    margin-bottom: 30px;
}
.subpage__secondary:before {
    content: '';
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    background-color: #fff;
    position: absolute;
}
.secondary__content_col {
    padding-top: 190px;
}
.main__section ul:not(.slick-dots):not(.flex-direction-nav):not(.cd-slider) {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
.main__section ul:not(.slick-dots):not(.flex-direction-nav):not(.cd-slider) li {
    position: relative;
    padding-left: 30px;
}
.main__section.navy__bg ul:not(.slick-dots):not(.flex-direction-nav):not(.cd-slider) li {
    color: #b3b7bd;
}
.main__section ul:not(.slick-dots):not(.flex-direction-nav):not(.cd-slider) li:before {
    content: '\e13e';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    color: inherit;
    position: absolute;
    top: -1px;
    left: 5px;
}
.main__top_content {
    display: block;
    margin-bottom: 60px;
}
.team__popup {
    width: 100%;
    max-width: 800px;
}
.member__name {
    font-family: "playfair-display", serif;
    font-weight: 400;
    margin-bottom: 32px;
    color: #568259;
    font-size: 34px
}
.meet__the__team .team__member {
    background-color: #568259;
}
.meet__the__team .team__member p {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.meet__the__team .team__member p span {
    font-size: 14px;
    font-weight: 400;
    display: block;
    line-height: 20px;
}
.meet__the__team .team__member p br {
    display: none;
}
.meet__the__team .team__member:hover {
    background-color: #b87f51;
}
.group.flex__row.contact__info_row {
    margin-top: 50px;
}
.main__section .cp__input {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.main__section .cp__input p {
    margin: 0;
}
.main__section .cp__input label {
    display: block;
    color: #1c1d1f;
}
.main__section .cp__input .wpcf7-form-control-wrap {
    display: block;
    margin-top: 5px;
}
.main__section .cp__input br {
    display: none;
}
.main__section .cp__input .wpcf7-text, .main__section .cp__input .wpcf7-textarea {
    display: block;
    border: 1px solid #9e8654;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    line-height: 24px;
}
.main__section .cp__input .wpcf7-textarea {
    height: 150px;
}
.main__section .cp__btn .wpcf7-submit {
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 17px;
    line-height: 23px;
    display: inline-block;
    padding: 12px 35px;
    background-color: #b87f51;
    border: 1px solid #b87f51;
    color: #fff;
    letter-spacing: 0.75px;
    text-transform: uppercase;
}
.main__section .cp__btn .wpcf7-submit:hover {
    background-color: #568259;
    border-color: #568259;
	color: #fff;
}
.categories.tabs li {
    display: block;
    list-style: none;
    padding: 15px 10px !important;
    font-weight: 400;
    color: #caa36d;
    border: 1px solid #caa36d;
    background:white;
    cursor: pointer;
    font-size: 16px;
    border-bottom: none;
}
.categories.tabs li:before {
    display: none;
}
.categories.tabs li:last-of-type {
    border-bottom: 1px solid #caa36d;
}
.categories.tabs li.current {
    background: #caa36d;
    color:white;
}
.category__section {
    display: none;
}
.category__section.current {
    display: block;
}
.category__section .lSSlideWrapper li:before,
ul.lSPager.lSGallery li:before {
    display: none;
}

.category__section .lSSlideWrapper  li,
ul.lSPager.lSGallery li {
    padding: 0 !important;
}
.recent_work_slider .slides li.flex-active-slide {
    height: 685px;
}
.recent_work_slider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -o-object-position: center;
    object-position: center;
}
.gallery__page .gallery__cat_row {
    gap: 20px;
}
.gallery__page .gallery__cat_row  .gallery__cat_left {
    width: 250px;
}
.gallery__page .gallery__cat_row  .gallery__cat_right {
    width: calc(100% - 250px);
}
.home__main_cta .home__main__row .home__main_cta_col i {
    color: #fff;
    font-size: 50px;
    line-height: 56px;
}
.cta__box a.button {
    background-color: #74a57f;
    border-color: #74a57f;
    color: #fff;
}
.subpage__projects .cd-projects-wrapper.recent_projs_inner_slider {
    margin-inline: auto;
}
.home__main_cta .home__main__row .home__main_cta_col:hover i, .home__main_cta .home__main__row .home__main_cta_col:hover span {
    color: #e0a574 !important;
}

@media screen and (min-width: 970px) {
    .cd-slider li:first-of-type {
        margin-left: 0px !important;
    }
    .recent_work_slider {
        max-width: 55vw;
    }
}

@media screen and (max-width: 1350px) {
    .wrap {
        max-width: 1180px;
    }
}

@media screen and (max-width: 1250px) {
    .wrap,
    .mediumwrap {
        max-width: 1000px;
    }
    .cta__box .grid-5 {
        width: 75.74242%;
    }
    .cta__box .grid-1 {
        width: 24.40404%;
    }
    .footer__slogan .slogan__right {
        font-size: 22px;
        line-height: 30px;
    }
    footer[role=contentinfo] .footer__row {
        gap: 30px 60px;
    }
    .footer__row .footer__col {
        width: 35%;
    }
    .home__hero_slider .hero__slide_item .h1 {
        font-size: 45px;
        line-height: 51px;
    }
    .recent_work_slider .slides li.flex-active-slide {
        height: 500px;
    }
    .recent_work_slider .slides li:not(.flex-active-slide) {
        height: 356px;
    }
}

@media screen and (max-width: 1024px) {
    .wrap,
    .mediumwrap {
        max-width: 940px;
    }
    .footer__row .footer__col.footer__col1 {
        width: 40%;
    }
    .footer__slogan .slogan__left strong {
        font-size: 55px;
        line-height: 55px;
    }
    .footer__slogan .slogan__left {
        font-size: 20px;
        line-height: 24px;
    }
    .footer__slogan .slogan__right {
        font-size: 19px;
        line-height: 26px;
    }
    footer[role=contentinfo] .footer__row {
        gap: 30px 40px;
    }
}

@media screen and (max-width: 980px) {
    .wrap,
    .mediumwrap {
        max-width: 820px;
    }
    header[role=banner] .header__right .header__btns {
        display: none;
    }
    .mobile-nav .mobile__button {
        justify-content: flex-end;
        gap: 20px;
        align-items: center;
    }
    .mobile-nav .mobile__button .mob__phone_btn {
        background-color: #568259;
        text-align: center;
        color: #fff;
        display: block;
        width: 40px;
        height: 40px;
        line-height: 42px;
    }
    .mobile-nav .mobile__button .mob__phone_btn:hover {
        background-color: #568259;
    }
    .mobile-nav .mobile__button .mob__toggle {
        color: #568259;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 26px;
    }
    nav.mobile__nav {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 222;
        background-color: #fff;
        width: 100%;
        text-align: left;
    }
    header[role=banner] .wrap {
        position: static;
    }
    header[role=banner] {
        position: relative;
    }
    nav.mobile__nav .menu > li {
        border-top: 1px solid #dddddd;
    }
    nav.mobile__nav .menu > li a {
        color: #1c1d1f;
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        padding: 15px 20px;
        font-family: "Lato", sans-serif;
    }
    nav.mobile__nav .menu > li a:hover, nav.mobile__nav .menu > li.current-menu-item > a {
        background-color: #323e4d;
        color: #fff;
    }
    .home__hero_slider .hero__slide_item .h1 {
        font-size: 40px;
        line-height: 46px;
    }
    .main__section {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    footer[role=contentinfo] .footer__row {
        flex-wrap: wrap;
    }
    .footer__row .footer__col.footer__col1 {
        width: 100%;
        max-width: 350px;
    }
    .footer__row .footer__col {
        width: 100%;
    }
    footer[role=contentinfo] {
        padding: 40px 0;
    }
    .main__section h1, .main__section h2, .main__section h3, .main__section h4, .main__section h5, .main__section h6, .main__section .h1, .main__section .h2, .main__section .h3, .main__section .h4, .main__section .h5, .main__section .h6 {
        font-size: 30px;
        line-height: 38px;
    }
    .homepage__recent__work .cd-slider.slides {
        padding-top: 0;
        overflow-y: hidden;
    }
    .cta__box .grid-1 {
        width: 30.40404%;
    }
    .cta__box {
        padding: 40px;
    }
    .subhero__wrap .h1 {
        max-width: 280px;
        padding: 20px;
        font-size: 20px !important;
        line-height: 28px !important;
    }
    .meet__the__team .team__member {
        width: calc((100% - 40px) / 3);
        margin: 0 !important;
    }
    .meet__the__team > .group {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 20px;
    }
    .meet__the__team > .group:before, .meet__the__team > .group:after {
        display: none;
    }
	.home__hero_slider {
		margin-bottom: -1px;
	}
}

@media screen and (max-width: 850px) {
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 747px;
    }
    header[role=banner] .header__left {
        width: 40%;
    }
    header[role=banner] .header__right {
        width: 60%;
    }
    .homepage__recent__work a.button {
        position: relative;
        right: 0;
		left: 0;
        bottom: 0;
        margin-top: 20px;
        margin-left: 0px;
    }
    .recent_work_slider .flex-direction-nav .flex-prev, .recent_projs_inner_slider .flex-direction-nav .flex-prev {
        left: 0px !important;
    }
    .recent_work_slider .flex-direction-nav .flex-next, .recent_projs_inner_slider .flex-direction-nav .flex-next {
        right: 0px !important;
    }
    .cta__box {
        padding: 30px;
    }
    .subpage__secondary .secondary__row {
        gap: 30px;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .subpage__secondary .secondary__row .secondary__content_col {
        padding-top: 0;
        width: 100%;
    }
    .subpage__secondary .secondary__row .secondary__img_col {
        width: 100%;
    }
    .subpage__secondary .secondary__row .secondary__img_col img {
        width: 100%;
    }
    .gallery__page .gallery__cat_row .gallery__cat_left {
        width: 180px;
    }
    .gallery__page .gallery__cat_row .gallery__cat_right {
        width: calc(100% - 180px);
    }
}


@media screen and (max-width: 768px) {
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 600px;
    }
    .recent_work_slider .slides li.flex-active-slide {
        height: 430px;
    }
    .flex__row {
        flex-wrap: wrap;
    }
    .accredited__logo_slider {
        margin-top: 40px;
    }
    .group .grid-3 {
        width: 100%;
    }
    .home__ctas_grid .home__cta_col {
        width: calc((100% - 25px) / 2);
    }
    .cta__box .group.flex__row {
        gap: 30px;
    }
    .cta__box .grid-5 {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .cta__box .grid-1 {
        width: 100%;
        text-align: center;
    }
    .testimonial__row {
        gap: 30px;
    }
    .testimonial__row .testimonial__left, .testimonial__row .testimonial__right {
        width: 100%;
    }
    .subhero__wrap {
        padding-right: 0;
    }
    .subhero__wrap .h1 {
        max-width: 100%;
        padding: 20px;
        position: relative;
        bottom: 0;
    }
    .meet__the__team .team__member {
        width: calc((100% - 20px) / 2);
    }
    .gallery__page .gallery__cat_row .gallery__cat_left,
    .gallery__page .gallery__cat_row .gallery__cat_right {
        width: 100%;
    }
	.main__section .cta__box .h1, .main__section .cta__box .h2, .main__section .cta__box .h3, .main__section .cta__box .h4 {
		font-size: 30px;
		line-height: 36px;
		margin-top: 0px;
	}
	.main__section.subpage__main .group.flex__row,
	.main__section.subpage__secondary .group.flex__row,
	.main__section.subpage__tertiary .group.flex__row {
		row-gap: 30px;
	}
	.subpage__secondary:before {
		display: none;
	}
	.main__section.subpage__secondary.navy__bg {
		padding-top: 60px !important;
	}
}
@media screen and (max-width: 640px) {
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 500px;
    }
	.main__section.subpage__secondary.navy__bg {
		padding-top: 40px !important;
	}
    .hero__slide_item .hero__inner_row {
        min-height: 500px;
        padding-bottom: 60px;
    }
    .home__hero_slider.slick-slider .slick-dots {
        bottom: 0px;
    }
    .home__main_cta .home__main__row {
        width: 100%;
        padding: 20px;
        position: relative;
        right: 0;
        bottom: 0;
    }
    .main__section.home__main_cta {
        padding: 40px 0 0 !important;
    }
    .hero__slide_item .hero__inner_row .hero__content {
        padding-right: 0;
    }
    .home__hero_slider .hero__slide_item .h1 {

		text-align: center;
    }
    .home__hero_slider .hero__slide_item:after {
        height: 100px;
    }
    .home__hero_slider .hero__slide_item:before {
        height: 230px;
    }
    .main__section h1, .main__section h2, .main__section h3, .main__section h4, .main__section h5, .main__section h6, .main__section .h1, .main__section .h2, .main__section .h3, .main__section .h4, .main__section .h5, .main__section .h6 {
        font-size: 28px;
        line-height: 34px;
    }
    .home__ctas_grid .home__cta_col {
        width: 100%;
    }
    .main__section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	.homepage__recent__work {
		margin-top: -1px;
	}
	.home__cta_box {
		margin-top: -1px;
		margin-bottom: -1px;
	}
	.main__section.home__main_cta,
	.main__section.home__ctas {
		margin-bottom: -1px;
	}
	.group.flex__row.contact__info_row {
		margin-top: 30px;
		flex-direction: column-reverse;
		row-gap: 30px;
	}
	.recent__projects .cd-slider.slides {
		padding-top: 0px;
	}
	.gallery__main_grids .gallery--item {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 540px) {
    .wrap,
    .mediumwrap,
    .miniwrap {
        max-width: 90%;
    }
    header[role=banner] .header__left,
    header[role=banner] .header__right {
        width: 50%;
    }
    .hero__slide_item .hero__inner_row {
        min-height: 430px;
    }
    .recent_work_slider .slides li.flex-active-slide {
        height: 350px;
    }
    .recent_work_slider .slides li:not(.flex-active-slide) {
        height: 275px;
    }
    .meet__the__team > .group {
        gap: 10px;
    }
    .meet__the__team .team__member {
        width: calc((100% - 10px) / 2);
    }
    .main__section .group .grid-half {
        width: 100%;
    }
}



