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

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

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

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

body {
    font-size: 16px;
    line-height: 1.4em;
	font-family: "roboto", sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #626365;
}

@media only screen and (max-width: 768px) {
    body {
        font-size: 16px;
        line-height: 1.4em;
    }
}

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

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

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

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

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

textarea {
    resize: vertical;
}

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


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

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

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

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

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

    .mediumwrap {
        max-width: 980px;
    }

    .miniwrap {
        max-width: 940px;
    }
}

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

    .mediumwrap {
        max-width: 767px;
    }

    .miniwrap {
        max-width: 767px;
    }
}

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

    .mediumwrap {
        max-width: 500px;
    }

    .miniwrap {
        max-width: 500px;
    }
}

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

    .mediumwrap {
        max-width: 90%;
    }

    .miniwrap {
        max-width: 90%;
    }
}

.row {
    clear: both;
}

.group.middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

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

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

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

    .grid-1:last-child,
    .grid-2:last-child,
    .grid-3:last-child,
    .grid-4:last-child,
    .grid-5:last-child,
    .grid-6:last-child,
    .grid-half:last-child,
    .grid-full:last-child,
    .grid-unit:last-child {
        margin-right: 0;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-2 {
        width: 32.32323%;
    }

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

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

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

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

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

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

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

    .grid-4 {
        width: 66.16162%;
    }

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

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

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

    .grid-5 {
        width: 82.74242%;
    }

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

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

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

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

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

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

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

    /* If there are no margins */
    .grid-1.no-margin {
        width: 16.66667%;
    }

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

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

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

    .grid-2.no-margin {
        width: 33.33333%;
    }

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

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

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

    .grid-3.no-margin,
    .grid-half.no-margin {
        width: 50%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .grid-6.no-margin:last-child,
    .grid-full.no-margin:last-child {
        margin-right: 0;
    }

    .grid-25 {
        width: 23.86364%;
    }

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

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

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

    .grid-25.no-margin {
        width: 25%;
    }

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

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

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

    .grid-75 {
        width: 74.616161%;
    }

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

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

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

    .grid-75.no-margin {
        width: 75%;
    }

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

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

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

    .gallery .grid-unit {
        width: 32.32323%;
    }

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

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

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

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

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

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

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

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

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

/*Custom Grid*/

.grid-20 {
    width: 20%;
    float: left;
}

.grid-80 {
    float: left;
    width: 80%;
}

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

.flex-row.middle {
    align-items: center;
}


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

a {
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
    text-decoration: none;
    color: #fe491d;
}

a:hover {
    color: #fe491d;
}

.button {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 13px 50px;
	text-transform: uppercase;
	color: #fff;
	background-color: #fe491d;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;  
	border: none;
}

.button:hover,
.button:focus {
    color: #fff;
    background-color: #282828;
}

.button--primary {
    color: #fff;
    background-color: #282828;
	border: 1px solid #9b9b9b;
}

.button--primary:hover,
.button--primary:focus {
    color: #fff;
    background-color: #111;
	border-color: #9b9b9b;
}

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

.button--secondary:hover,
.button--secondary:focus {
    color: #fff;
    background-color: #fe491d;
}

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

@media only screen and (max-width: 500px){
    .button {
        padding: 15px 30px;
    }
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4,
.main__content .h1,
.main__content .h2,
.main__content .h3,
.main__content .h4 {
	font-family: "roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
    font-size: 38px;
    line-height: 46px;
    display: block;
    margin-bottom: 30px;
    color: #282828;
	text-transform: capitalize;
}

.main__content p a {
    color: #fe491d; 
}

.main__content p a:hover {
    color: #fe491d; 
}

.main__content h1,
.main__content h2,
.main__content h3,
.main__content h4 {
    margin-top: 0px;
}

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

.page__sub ul li, 
.page__sub ol li {
    margin-bottom: 7px;
    max-width: 90%;
    width: 100%;
    color: #626365;
}

.page__sub ul, 
.page__sub ol {
    padding-left: 40px;
    margin-bottom: 20px;
}

.page__sub ul li {
    position: relative;
    padding-left: 20px !important;
    list-style: none;
}

.page__sub ul li .caps, 
.page__sub ol li .caps {
    color: #495867;
    text-transform: uppercase;
    font-weight: 700;
}

.page__sub p.caps {
    color: #495867;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
    margin-top: 35px;
}

.section__wysiwyg p.caps:first-child {
    margin-top: 0;
}

.main__content ul li:before {
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    content: '\f105';
    color: #CE796B;
}

body p {
    line-height: 1.6em;
    color: #495867;
    margin-bottom: 20px;
}

.main__content .subheadline {
    font-family: 'arno-pro',serif;
    font-size: 22px;
    line-height: 1em;
    font-weight: 700;
    font-style: italic;
    display: block;
    margin: 0 auto 20px;
    color: #C18C5D;
}

body .main__content p:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width: 768px){
    .main__content h1,
    .main__content h2,
    .main__content h3,
    .main__content h4,
    .main__content .h1,
    .main__content .h2,
    .main__content .h3,
    .main__content .h4 {
        font-size: 32px;
        line-height: 1.2em;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 500px){
    .page__sub ul,
    .page__sub ol {
        padding-left: 20px;
    }

    .page__sub ul li,
    .page__sub ol li {
        max-width: 100%;
        padding-right: 20px !important;
    }
}


/*! Header
//////////////////////////////////////////////*/
header {
    display: block;
    padding: 15px 0;
	background-color: #626365;
}

header .header-logo img {
    width: 136px;
    margin-bottom: -40px;
    z-index: 2;
    position: relative;
}

header .nav__area ul > li {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}


header .nav__area li ul {
  display: none;
  position: absolute;
  background-color: #282828; /* Dropdown background color */
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Dropdown box shadow */
  z-index: 999;
	width: 320px;
	text-align: left;
}

/* Style for individual dropdown items */

header .nav__area li ul li {
    display: block;
    width: 100%;
    padding: 17px 20px;
    margin-right: 0;
    border-bottom: 1px solid #d3dfe9;
}
header .nav__area  li ul li:last-of-type {
    border-bottom: none;
}
header .nav__area  li ul li a{
    color:#FFF;
}
header .nav__area  li ul li:hover,
header .nav__area  li ul li.current-menu-item {
	background-color: #fe491d;
}

header .nav__area  li ul li a:hover{
    color: #fff !important;
}

/* Hover effect for menu items with submenus */

header .nav__area  li:hover > ul {
  display: block;
}

header .nav__area ul > li:last-child {
    margin-right: 0;
}

header .nav__area ul > li a {
    font-size: 17px;
	line-height: 26px;
    font-weight: 500;
	text-transform: uppercase;
	color: #fff;
    
}
header .nav__area .menu-item-has-children a:after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
	margin-left: 5px;
}

header .nav__area ul li ul li a:after {
    display: none;
}

header .nav__area ul li ul li a{
    color:#FFF !important;
	text-transform: none;
}

header .nav__area ul > li.current-menu-item a {
    color: #fff;
}

header .header-logo a {
    display: block;
    width: 100%;
    max-width: 220px;
}

header .header-logo {
    padding-right: 55px;
}

.header-cta .cta-btn {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    margin-right: 6px;
    padding: 12px 20px;
    vertical-align: middle;
    border: 1px solid #9a9a9a;
    background-color: #282828;
    text-transform: uppercase;
	color: #fff;
	width: 173px;
	text-align: center;
	max-width: 100%;
}

.header-cta .cta-btn:last-child {
    margin-right: 0;
}

.header-cta .cta-btn:hover {
    color: #fff;
    border-color: #fe491d;
    background-color: #fe491d;
}

.header-nav .header-cta {
    display: inline-block;
    width: 35%;
    margin-left: -5px;
    vertical-align: middle;
    text-align: right;
}

.header-nav .nav__area {
    display: inline-block;
    width: 65%;
    text-align: center;
    vertical-align: middle;
}


/* ============================= *\
 * MOBILE MENU
\* ============================= */
.mobile-btn {
    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;
}

.logo__slider_section .logo__slide_item img {
    max-width: 250px;
    max-height: 100px;
}
.logo__slider {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 80px;
    align-items: center;
}

@media only screen and (max-width: 1390px){
    .header-cta .cta-btn {
        font-size: 15px;
        padding: 12px 20px;
    }

    .header-nav .header-cta {
        width: 30%;
        margin-left: -4px;
        text-align: right;
    }

    .header-nav .nav__area {
        width: 70%;
        padding-right: 10px;
    }

    header .header-logo {
        width: 17%;
        padding-right: 35px;
    }

    header .header-nav {
        width: 83%;
    }

    header .nav__area ul > li a {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1160px){
    .header-cta .cta-btn {
        padding: 10px;
    }

    header .nav__area ul > li {
        margin-right: 18px;
    }
}

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

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

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

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

    .mobile__button p {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #ffc401;
    }

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

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

    header .header-nav .header-cta {
        position: fixed;
        z-index: 1000;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        margin: 0 auto;
        padding: 10px;
        text-align: center;
        background-color: #626365;
        -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
                box-shadow: 0 0 20px 0 rgb(0 0 0 / 25%);
    }

	.header-cta .cta-btn {
		padding: 10px 20px;
		color: #fff;
		border-color: #fe491d;
		background-color: #fe491d;
	}

    .header-cta .cta-btn:hover {
        color: #fff;
        border-color: #CE796B;
        background-color: #CE796B;
    }
    
    header .header-nav {
        width: 20%;
    }

    header .header-logo {
        width: 80%;
    }

    header .header-logo a {
        display: block;
        width: 100%;
        max-width: 190px;
    }
	.logo__slider_section .logo__slide_item img {
		max-width: 200px;
		max-height: 80px;
	}
	.logo__slider {
		gap: 30px;
	}

}

.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: #fff;
    -webkit-overflow-scrolling: touch;
}

.mobile__nav .close {
    font-size: 15px;
    position: relative;
    z-index: 1;
    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: #fe491d;
}

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

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

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

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

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

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

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

.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;
    height: 100%;
}

@media all and (max-width: 980px) {
    .mobile__button, .mobile__nav {
        display: inline-block;
    }
    
    .mobile-btn {
        display: 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;
    }
    
    .main__header .main-header .flex-col {
        max-width: 33.33%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    }

    .main__header .main-header .mobile-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .main__header .main-header .logo-col a {
        display: block;
        width: 100%;
        max-width: 150px;
    }
    
    .main__header .main-header .header-store-hours .inner-wrap {
        text-align: center;
    }

}

@media only screen and (max-width: 768px){
    .main__header .main-header .logo-col {
        max-width: 30%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    }

    .main__header .main-header .header-store-hours {
        max-width: 55%;
        padding: 0 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
    }
}

@media only screen and (max-width: 500px){
    .top__header img {
        max-height: 10px;
    }

    .top__header .flex-row .ace-rewards-col img {
        margin-top: -3px;
    }

    .top__header a {
        font-size: 12px;
    }

    .top__header .flex-row .shop-earn-save-col:before,
    .top__header .flex-row .shop-earn-save-col:after {
        height: 13px;
    }
    
    .main__header .main-header .header-store-hours .inner-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main__header .main-header .header-store-hours p {
        font-size: 13px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 40px;
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .main__header .main-header .header-store-hours p span > span {
        font-weight: 600;
        display: block;
        color: #c02026;
    }

    .main__header .main-header .header-store-hours p > i {
        line-height: 30px;
        position: absolute;
        left: 0;
        display: block;
        width: 30px;
        height: 30px;
        text-align: center;
        color: #c02026;
        border-radius: 100px;
        background-color: #f7f0e9;
    }
    
    .main__header .main-header .header-other-links a > i {
        font-size: 12px;
        line-height: 28px;
        width: 28px;
        height: 28px;
    }

    .main__header .main-header .header-other-links a > span {
        font-size: 12px;
    }

    .main__header .main-header .header-other-links a {
        padding-left: 35px;
    }

}

@media only screen and (max-width: 390px){
    .top__header .flex-row .flex-col {
        padding: 0 10px;
    }

    .top__header img {
        max-height: 8px;
    }
    
    .main__header .main-header .header-other-links {
        padding: 10px 5px;
    }

    .main__header .main-header .header-other-links .flex-row .flex-col {
        padding: 0 5px;
    }

    .main__header .main-header .header-other-links a {
        padding-left: 32px;
    }

    .main__header .main-header .header-other-links a > i {
        font-size: 10px;
        line-height: 27px;
        width: 27px;
        height: 27px;
    }
}

/*! Content Area
//////////////////////////////////////////////*/
.hero__slider {
    display: block;
    position: relative;
	background-color: #626365;
}

.hero__slider .slider-nav {
    height: 800px;
    -webkit-box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 45%);
    box-shadow: 5px 5px 15px -5px rgb(0 0 0 / 45%);
    position: relative;
}

.hero__slider .slider-nav .hero-image-wrap {
    display: block;
    overflow: hidden;
    height: 800px;
    position: relative;
	box-shadow: -2px -2px 10px rgb(0 0 0 / 15%);
}

.hero__slider .hero-image-wrap > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.hero__slider .slider-nav .slick-dots {
    position: absolute;
    right: 15%;
    bottom: 24px;
    left: 15%;
    display: block;
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.hero__slider .slider-nav .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    max-width: fit-content;
    padding-left: 0 !important;
}

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

.hero__slider .slider-nav .slick-dots li > button {
    font-size: 0;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    opacity: .65;
    color: transparent;
    border: none;
    border-radius: 50px;
}

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

.hero__slider .slider-nav .slider-wrap .bottom-right-border {
    position: absolute;
    z-index: 2;
    right: -3px;
    bottom: -3px;
    width: 75px;
    height: 75px;
}

.hero__slider .slider-nav .slider-wrap .top-right-border {
    position: absolute;
    z-index: 2;
    right: -3px;
    top: -3px;
    width: 75px;
    height: 75px;
}



.hero__slider .slider-nav  .slick-list {
    overflow: visible;
}

.hero__slider .hero-image-wrap .inner-content {
    position: absolute;
    z-index: 15;
    right: 0;
    bottom: 0;
    display: block;
    padding-right: 25px;
    padding-bottom: 25px;
    text-align: center;
}

.hero__slider .hero-image-wrap .inner-content p {
    font-size: 20px;
    line-height: 1.2em;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}

.hero__slider .hero-image-wrap .inner-content p a {
    color: #fff;
    font-weight: 300;
    margin-left: 5px;
}

.hero__slider .hero-image-wrap .inner-content p > i {
    display: inline-block;
    margin-left: 5px;
}

.hero__slider .slider-nav .hero-image-wrap:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 110px;
    content: '';
    opacity: .35;
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,1)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    background:    linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.hero__slider .slider-for .hero-content-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 800px;
    padding-right: 25px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero__slider .slider-for.slick-slider {
    z-index: 2;
}

.hero__slider .slider-for .hero-content-wrap .h1 {
    font-family: brush-script-std, sans-serif;
    font-size: 80px;
    line-height: 80px;
    display: block;
    margin: 0 auto 15px;
    letter-spacing: 0.25px;
    text-transform: none;
    color: #fff;
    font-weight: 400;
}

.hero__slider .slider-for .hero-content-wrap .h2 {
	font-family: roboto, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: block;
	margin: 0 auto;
	color: #fff;
	background-color: #fe491d;
	padding: 5px 15px;
	display: inline-block;
}

.hero__slider .slider-for .hero-content-wrap .text {
    line-height: 1.5em;
    display: block;
    color: #495867;
}

.hero__slider .slider-for .inner-content {
    display: block;
    width: auto;
    max-width: none;
    margin: 0 auto;
    background-color: #282828;
    z-index: 2;
    position: relative;
	padding: 35px 45px;
}

.hero__slider .slider-for .slick-list {
    overflow: visible;
}

.hero__slider .slider-for  {
	z-index: 2;
    position: relative;
}

.hero__slider .slider-for .inner-content .button {
    margin-top: 30px;
}

@media screen and (min-width: 769px) {
	.hero__slider .slider-for .inner-content {
		margin-left: 3em;
		margin-right: -200px;
	}
}


@media only screen and (max-width: 1691px){
    .hero__slider .slider-for .hero-content-wrap .h1 {
        font-size: 60px;
        line-height: 1em;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 1440px){
    .hero__slider .slider-nav .hero-image-wrap,
    .hero__slider .slider-nav,
    .hero__slider .slider-for .hero-content-wrap {
        height: 695px;
    }
}

@media only screen and (max-width: 1390px){
    .hero__slider .slider-for .hero-content-wrap .h1 {
        font-size: 50px;
        line-height: 1em;
        margin: 0 auto 20px;
    }

    .hero__slider .slider-for .hero-content-wrap .h2 {
        font-size: 20px;
    }

    .hero__slider .slider-for .hero-content-wrap .h2 {
        font-size: 20px;

        margin-bottom: 10px;
    }

    .hero__slider .slider-for .hero-content-wrap {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 1160px){
    .hero__slider .slider-nav .hero-image-wrap,
    .hero__slider .slider-nav,
    .hero__slider .slider-for .hero-content-wrap {
        height: 550px;
    }

    .hero__slider .grid-75 {
        width: 64.616161%;
    }

    .hero__slider .grid-25 {
        width: 33.86364%;
    }
}

@media only screen and (max-width: 980px){
    .hero__slider .grid-75 {
        width: 60.616161%;
    }

    .hero__slider .grid-25 {
        width: 37.86364%;
    }
    
    .hero__slider .hero-image-wrap .inner-content p {
        font-size: 17px;
    }
}

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

    .hero__slider .grid-75 {
        width: 100%;
    }

    .hero__slider .slider-nav .hero-image-wrap, .hero__slider .slider-nav {
        height: 425px;
    }

    .hero__slider .slider-for .hero-content-wrap {
        height: auto;
        padding: 25px 0;
    }
    
    .hero__slider .slider-for .inner-content .button {
        margin-top: 25px;
    }
    
    .hero__slider .slider-nav .slick-dots {
        bottom: 10px;
    }

    .hero__slider .hero-image-wrap .inner-content {
        right: 0;
        left: 0;
        padding-right: 0;
        padding-bottom: 35px;
        text-align: center;
    }
    
    .hero__slider .slider-for .inner-content {
        width: 100%;
        max-width: 500px;
        text-align: left;
    }
}

@media only screen and (max-width: 500px){
    .hero__slider .slider-for .hero-content-wrap .h1 {
        font-size: 45px;
        line-height: 1em;
        margin: 0 auto 20px;
    }

    .hero__slider .slider-for .hero-content-wrap .h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hero__slider .slider-for .hero-content-wrap .text {
        font-size: 15px;
    }
    
    .hero__slider .slider-for .inner-content {
        max-width: 90%;
    }
    
    .hero__slider .slider-nav .hero-image-wrap, .hero__slider .slider-nav {
        height: 320px;
    }
}

.section__testimonials {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
    padding: 110px 0;
    text-align: center;
	background-color: #282828;
}

.section__testimonials .inner-wrap {
    position: relative;
    padding: 60px;
    background-color: #fff;
    background-repeat: repeat-y;
    background-position: center;
}

.section__testimonials .inner-wrap:before {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    opacity: .3;
    background-color: #fff;
}

.section__testimonials .content-wrap {
    position: relative;
    padding: 0;
    text-align: center;
    background-color: transparent;
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}

.section__testimonials .content-wrap .h4 {
    font-family: 'arno-pro-subhead',serif;
    font-size: 22px;
    font-weight: 700;
    display: block;
    margin-bottom: 35px;
    text-align: center;
    text-transform: uppercase;
    color: #CE796B;
}

.section__testimonials .content-wrap .quote-icon {
    position: absolute;
    top: -40px;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #CE796B;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.section__testimonials .content-wrap .client-message {
    font-weight: 400;
    color: #626365;
    font-size: 17px;
    line-height: 26px;
}

.section__testimonials .content-wrap .client-name {
    font-weight: 700;
    color: #282828;
    display: block;
    margin-top: 30px;
}

.section__testimonials .testimonial-slider {
    margin-top: 20px;
}

@media only screen and (max-width: 980px){
    .section__testimonials .inner-wrap {
        padding: 80px 40px 80px;
    }


    .section__testimonials .content-wrap .client-message {
        line-height: 1.5em;
    }
    
    .section__testimonials {
        padding: 70px 0;
    }
}

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


}

.hp__section-1 .grid-2 {
    width: 40.32323%;
    padding-right: 30px;
}

.hp__section-1  .grid-4 {
    width: 58.16162%;
}

.hp__section-1 {
    display: block;
    padding: 90px 0 90px;
	text-align: center;
}

@media only screen and (max-width: 980px){
    .hp__section-1 {
        padding: 45px 0 70px;
    }
}

@media only screen and (max-width: 768px){
    .hp__section-1 .grid-2 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 20px;
    }
    
    .hp__section-1 .grid-4 {
        width: 100%;
    }
}

.section__services {
    display: block;
    padding: 0 0 110px;
}

.section__services .service-img-wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 235px;
	background-color: #282828;
}

.section__services .service-img-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
}

.section__services .service-wrap:hover .service-img-wrap > img {
    opacity: .8;
}

.section__services .service-wrap {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
}

.section__services .service-info {
    position: relative;
    z-index: 0;
    display: block;
    overflow: hidden;
   padding: 15px 15px;
	text-align: center;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    background-color: #fe491d;
}

.section__services .service-wrap:hover .service-info {
    background-color: #282828;
}

.section__services .service-info .service-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    background-color: #CE796B;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}


.section__services .service-info .service-title {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
}
.section__services .service-info .service-title p em {
    display: block;
    font-family: brush-script-std, sans-serif;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    padding-inline: 10px;
	font-style: normal;
}
.section__services .service-info .service-title p {
    font-size: 24px;
    line-height: 32px;
    display: block;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    color: #fff;
    font-family: "roboto", sans-serif;
    font-weight: 700;
}

.section__services .service-wrap:hover .service-info p {
    color: #fff;
}

.section__services .service-link {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

@media only screen and (max-width: 1160px){
    .section__services .service-img-wrap {
        height: 200px;
    }

    .section__services .service-info .service-title p {
        font-size: 20px;
    }


    .section__services .service-info .service-icon {
        width: 70px;
        padding: 10px;
    }
}

@media only screen and (max-width: 980px){
    .section__services .grid-25:nth-child(even) {
        margin-right: 0;
    }

    .section__services .grid-25 {
        width: 49.25%;
        margin-right: 1.5%;
    }

    .section__services {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 500px){
    .section__services .grid-25 {
        width: 100%;
        margin: 0 auto 15px;
    }
    
    .section__services .service-img-wrap {
        height: 230px;
    }
    
    .section__services .service-info .service-title p {
        font-size: 19px;
    }
}

.section__image-content {
    display: block;
    background-color: #f0f1f1;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.section__image-content .content-wrap {
    display: block;
    width: 100%;
    max-width: 490px;
}

.section__image-content .inner-wrap {
    position: relative;
    z-index: 0;
    display: block;
}

.section__image-content .group .grid-half {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0;
}

.section__image-content .image-col {
    position: relative;
    z-index: 0;
    display: block;
    background-color: #CE796B;
}

.section__image-content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 565px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.section__image-content .img-wrap {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.section__image-content .img-wrap > img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}

.section__image-content .content-col {
    padding: 90px 90px 90px 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section__image-content .button {
    margin-top: 20px;
}

.section__image-content .gradient-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 110px;
    pointer-events: none;
    opacity: .25;
    background: rgb(0,0,0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(255,255,255,0)));
    background: -o-linear-gradient(bottom, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 100%);
    background:    linear-gradient(0deg, rgba(0,0,0,.5) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

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

.section__image-content.image--right .arrow-overlay {
    right: 0;
    left: auto;
    background-position: left center;
}

.section__image-content.image--right .content-col {
    padding-right: 125px;
    padding-left: 90px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.section__image-content.image--right .content-col .content-wrap {
    display: inline-block;
    text-align: left;
}

@media only screen and (max-width: 1390px){
    .section__image-content .content-col {
        padding: 90px;
    }
    
    .section__image-content.image--right .content-col {
        padding-right: 90px;
        padding-left: 90px;
    }
}

@media only screen and (max-width: 1160px){
    .section__image-content .content-col {
        padding: 70px 70px 70px 40px;
    }
    
    .section__image-content.image--right .content-col {
        padding-right: 40px;
        padding-left: 70px;
    }

    .section__image-content .arrow-overlay {
        max-width: 80%;
        background-position: center right;
    }
}

@media only screen and (max-width: 980px) {
    .section__image-content .content-wrap br {
        display: none;
    }
}

@media only screen and (max-width: 768px){
    .section__image-content .group .grid-half {
        width: 100%;
    }
    
    .section__image-content .group {
        min-height: auto;
    }

    .section__image-content .img-wrap {
        position: relative;
        height: 250px;
    }

    .section__image-content .content-col {
        padding: 70px 0px;
    }
    
    .section__image-content.image--right .content-col {
        padding-right: 0;
        padding-left: 0;
    }

    .section__image-content .content-wrap,
    .section__image-content.image--right .content-col .content-wrap {
        max-width: 500px;
        margin: 0 auto;
        display: block;
    }

}

@media only screen and (max-width: 520px){
    .section__image-content .content-wrap,
    .section__image-content.image--right .content-col .content-wrap {
        max-width: 90%;
    }
	.mediumwrap {
		max-width: 90%;
	}
}

.hp__section-5 {
    display: block;
    padding: 110px 0 20px;
}

.hp__section-5 .miniwrap {
    display: block;
    text-align: center;
}

.hp__section-5 .custom-list .grid-2 {
    display: inline-block;
}

.hp__section-5 .custom-list {
    padding-top: 35px;
    text-align: center;
}

.hp__section-5 .custom-list .grid-2 {
    display: inline-block;
    float: none;
    border-left: 1px solid #e9e5e3;
}

.hp__section-5 .custom-list .grid-2:first-child {
    border-left: none;
}

.hp__section-5 .custom-list .inner-wrap {
    position: relative;
    z-index: 0;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 30px;
    text-align: center;
}

.hp__section-5 .custom-list .inner-wrap .h4 {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.hp__section-5 .custom-list .inner-wrap .subheadline {
    font-weight: 300;
}

.hp__section-5 .custom-list .inner-wrap .back-overlay {
    font-family: 'arno-pro',serif;
    font-size: 150px;
    font-weight: 400;
    line-height: 120px;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    pointer-events: none;
    color: #e9e5e3;
}

@media only screen and (max-width: 980px){
    .hp__section-5 {
        padding: 70px 0 20px;
    }

    .hp__section-5 .custom-list .grid-2 {
        width: 48.32323%;
    }

    .hp__section-5 .custom-list .inner-wrap .h4 {
        font-size: 23px;
    }

    .hp__section-5 .custom-list .inner-wrap .subheadline {
        font-size: 20px;
    }
}

@media only screen and (max-width: 768px){
    .hp__section-5 .custom-list .grid-2 {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #e9e5e3;
        border-left: none;
    }

    .hp__section-5 .custom-list .grid-2:first-child {
        padding-top: 0;
        border-top: none;
    }
}

.section__gallery {
    display: block;
    padding-bottom: 110px;
}

.section__gallery .gallery-wrap {
    display: block;
    padding-top: 45px;
}

.section__gallery .filter-btn-container .filter-btn.active, 
.section__gallery .filter-btn-container .filter-btn:hover {
    background-color: #CE796B;
    color: #fff;
}

.section__gallery .gallery-wrap {
    display: block;
    padding-top: 45px;
}

.section__gallery .gallery-wrap .gallery-row {
    display: none;
}

.section__gallery .gallery-wrap .gallery-row.show {
    display: block;
}

.section__gallery .filter-btn-container .filter-btn {
    margin: 0 5px;
}

.section__gallery .filter-btn-container {
    display: block;
    text-align: center;
}

@media only screen and (max-width: 980px){
    .section__gallery {
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 768px){
    .section__gallery .filter-btn-container .filter-btn {
        min-width: 40%;
        margin: 4px;
    }

    .section__gallery .gallery-wrap .gallery-col:nth-child(even) {
        margin-right: 0;
    }

    .section__gallery .gallery-wrap .gallery-col {
        width: 49.25%;
        margin-right: 1.5%;
        float: left;
        margin-bottom: 1.5%;
    }

    .section__gallery .gallery-wrap {
        display: block;
        padding-top: 25px;
    }
}

@media only screen and (max-width: 500px){
    .section__gallery .filter-btn-container .filter-btn {
        width: 45%;
    }
}

@media only screen and (max-width: 380px){  
    .section__gallery .filter-btn-container .filter-btn {
        display: block;
        width: 100%;
        margin: 0 auto 5px;
    }
    
    .section__gallery .filter-btn-container .filter-btn:last-child {
        margin-bottom: 0px;
    }
}

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

@media only screen and (max-width: 980px){
    .section__wysiwyg {
        display: block;
        padding: 70px 0;
    }
}

.page__sub .section__gallery {
    padding: 80px 0;
    text-align: center;
    background-color: #fff6f0;
}

.section__gallery .h2 {
    font-size: 26px;
    font-weight: 800;
    display: block;
    margin-bottom: 42px;
    text-align: center;
    text-transform: uppercase;
}

.page__sub .section__gallery .gallery-col {
    padding: 8px;
}

.page__sub .section__gallery .gallery-hidden {
    display: none;
}

.page__sub .section__gallery .item-visible {
    display: block;
}

.page__sub .section__gallery .group {
    margin: -8px;
}

.section__gallery .gallery-col a {
    display: block;
    background-color: #fe491d;
}

.section__gallery .gallery-col a > img {
    display: block;
    -webkit-transition: all ease-in-out .2s;
         -o-transition: all ease-in-out .2s;
            transition: all ease-in-out .2s;
    opacity: 1;
}

.section__gallery .gallery-col a:hover > img {
    opacity: .7;
}

.page__sub .section__gallery .btn-wrap {
    display: block;
    text-align: center;
    clear: both;
}

.page__sub .section__gallery .button {
    margin-top: 45px;
}

@media only screen and (max-width: 980px){
    .page__sub .section__gallery .gallery-col {
        padding: 5px;
        width: 33.33%;
    }

    .page__sub .section__gallery {
        padding: 60px 0 70px;
    }
    
    .page__sub .section__gallery .group {
        margin: -5px;
    }
}

.section__image-content.page-title-banner .group {
    min-height: 300px;
}

.page__sub .section__wysiwyg:last-child {
    /*padding-bottom: 0px;*/
}

.gmap > iframe {
    display: block;
    width: 100%;
    margin: 50px auto 0;
}

.contact-form {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
}

.contact-form input[type='text'],
.contact-form input[type='email'],
.contact-form input[type='tel'],
.contact-form textarea {
    font-family: 'brandon-grotesque',sans-serif;
    display: block;
    width: 100%;
    padding: 10px;
    border: 1px solid #000;
}

.contact-form textarea {
    display: block;
    height: 150px;
}

.contact-form label {
    display: block;
    margin-bottom: 5px;
}

.contact-form label span {
    display: inline-block;
    color: #000;
}

.contact-form > div[class*='grid'] {
    padding-bottom: 10px;
}

.contact-form input[type='submit'] {
    font-size: 17px;
    font-weight: 700;
    line-height: 26px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #fe491d;
   border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 18px 50px;
    -webkit-transition: .3s ease-in-out;
         -o-transition: .3s ease-in-out;
            transition: .3s ease-in-out;
}

.contact-form input[type='submit']:hover,
.contact-form input[type='submit']:focus {
    color: #fff;
    background-color: #282828;
}

.error404 .main__content {
    display: block;
    padding: 100px 0;
    text-align: center;
}


/*! Footer
//////////////////////////////////////////////*/
.main__footer {
    display: block;
    padding: 15px 0;
    background: #626365;
    overflow: hidden;
}

.main__footer .col-1 {
    display: block;
    margin-bottom: 0;
}

.main__footer .grid-2 p {
    font-size: 15px;
    color: #fff;
    line-height: 1.3em;
    margin-bottom: 0;
	font-weight: 700;
}

.main__footer .grid-2 p a {
	color: inherit;
}

.main__footer .grid-2 a:hover {
    color: #000000;
}

.main__footer .grid-2 p > span {
    display: inline-block;
    margin: 0 10px;
}

.main__footer .col-2 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 45px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	margin-bottom: 0;
}

.main__footer .col-2 .inner-wrap {
    position: relative;
    z-index: 2;
    display: block;
}



.main__footer .col-2 .inner-wrap ul {
    display: block;
    padding-top: 10px;
    list-style: none;
    text-align: center;
}

.main__footer .col-2 .inner-wrap ul li {
    display: inline-block;
}

.main__footer .col-2 .inner-wrap ul li a:hover {
    opacity: .5;
}
.hero__slider .slider-for .inner-content .button:hover,
.section__gallery .gallery-col .gallery__cta a.button:hover {
    background-color: #626365;
}


@media only screen and (max-width: 1390px){
    .main__footer .grid-2 p {
        line-height: 1.9em;
        text-align: center;
    }
    
    .main__footer .col-1 {
        padding-right: 30px;
    }
}

@media only screen and (max-width: 980px){
    .main__footer {
        margin-bottom: 57px;
    }
    
    .main__footer .col-2 {
        padding-left: 15px;
    }

    .main__footer .col-2 .inner-wrap ul li {
        width: 30%;
    }
}

@media only screen and (max-width: 768px){
    .main__footer .col-1 {
        width: 100%;
    }

    .main__footer .col-1 {
        width: 100%;
        padding: 0;
    }

    .main__footer .col-2 {
        padding: 0;
        width: 100%;
        display: block;
    }
    
    .main__footer .col-2:before {
        display: none;
    }
    
    .main__footer .col-2 .inner-wrap ul li {
        width: auto;
    }

    .main__footer .col-2 .inner-wrap ul li a img {
        display: block;
        width: 35px;
    }


    .main__footer .col-2 .inner-wrap {
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #282828;
    }
    
    .main__footer {
        padding: 35px 0 25px;
    }
}









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

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

.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 {
    * {
        color: black !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
                box-shadow: none !important;
        text-shadow: none !important;
    }

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

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

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

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

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

        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

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

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

    @page {
        margin: .5cm;
    }

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

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

.fa-houzz {
    color: #4dbc15;
    border: 1px solid #F8F8F8;
    border-radius: 25px;
    padding: 9px 11px;
    font-size: 23px;
    vertical-align: middle;
	background-color: #fff;
}

.page-id-7 .main__content ul li:before {
    position: relative !important;
    left:-10px;
}

.page-id-7 .main__content ul li{
    list-style:none;
    padding-left: 20px;
    
}


.section__gallery .gallery-wrap .gallery-row.show {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.gallery-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section__gallery .gallery-col.gallery_grid_3 a {
    height: 100%;
    display: block;
}
.gallery-col a img {
    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;
    width: 100%;
}
.section__gallery .gallery-col a {
    height: calc(50% - 9px);
    width: 100%;
}

.page__sub .section__gallery .gallery-col a {
    height: 250px;
}
.pricing_table .grid-3 {
    border-bottom: 1px solid #ce796b;
    padding-bottom: 30px;
    padding-right: 85px;
    position: relative;
    width: calc(50% - 30px);
    margin: 15px !important;
}
.pricing_table .grid-3 .pricing__name {
    margin: 0;
    font-weight: bold;
    color: #495867;
    font-size: 17px;
}

.pricing_table .grid-3  .pricing__desc {
    margin: 0;
}

.pricing_table .grid-3 .pricing__price {
    color: #ce796b;
    position: absolute;
    width: 80px;
    text-align: right;
    right: 0;
    top: 0;
    font-weight: 500;
    font-size: 19px;
    line-height: 26px;
}

@media screen and (max-width: 768px) {
	.pricing_table .grid-3 {
		padding-bottom: 20px;
		width: 100%;
		margin: 10px auto !important;
	}
}


.subtitle {
    font-family: brush-script-std, sans-serif;
    color: #fe491d;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 10px;
    position: relative;
}
.subtitle > span {
	position: relative;
	z-index: 1;
}

.subtitle > span:before {
    content: '';
    width: 78px;
    height: 2px;
    background-color: #fe491d;
    position: absolute;
    left: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
}
.subtitle > span:after {
    content: '';
    width: 78px;
    height: 2px;
    background-color: #fe491d;
    position: absolute;
    right: calc(100% + 20px);
    top: 50%;
    transform: translateY(-50%);
}
.main__content ul {
	margin-left: 20px;
}
.main__content ul li {
    padding-left: 0px;
    color: #282828;
    font-weight: 700;
	list-style: disc;
	list-style-position: outside;
	margin-bottom: 3px;
}
.page-id-7 .main__content ul li:before {
	display: none;
}
.page-id-7 .main__content ul li {
	list-style: disc;	
	padding: 0;
	list-style-position: outside;
}
ul.col3-list {
    /* column-count: 3; */
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}
ul.col3-list li {
    width: 33%;
}
.section__gallery .gallery-col .gallery__cta {
    height: calc(50% - 9px);
    width: 100%;
    background-color: #282828;
    padding: 30px;
    text-align: center;
    display: block;
}

.section__gallery .gallery-col .gallery__cta .h2 {
    font-family: brush-script-std, sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 42px;
    text-transform: none;
    font-weight: 400;
    width: 100%;
    margin: 0 0 10px;
}

.accent__title {
    font-family: roboto, sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    color: #fff;
    background-color: #fe491d;
    padding: 5px 15px;
    display: inline-block;
}
.section__gallery .gallery-col .gallery__cta a.button {
    height: auto;
    width: auto;
    color: #000000;
    background-color: #fff;
    display: inline-block;
    margin-top: 30px;
}
.section__gallery .gallery-col .gallery__cta a.button:hover {
    background-color: #fe491d;
    color: #fff;
}
.main__section {
    padding-top: 110px;
    padding-bottom: 110px;
    display: block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.logo__slider_section .logo__slide_item img {
    margin: 0 auto;
}
.logo__slider_section  .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;
}
.main__section.logo__slider_section {
    padding-top: 0;
}
.main__footer {
    position: relative;
    z-index: 1;
    overflow: visible;
}
.main__footer .footer__logo {
    margin-bottom: 0;
}
.main__footer .footer__logo img {
    width: 136px;
    display: block;
    margin: -50px auto 0;
    z-index: 2;
    position: relative;
}
.main__footer .footer__right p > a:not(:last-child) {
    margin-right: 15px;
}
.main__footer .footer__right a.footer__social {
    width: 35px;
    height: 35px;
    background-color: #000000;
    display: inline-block;
    vertical-align: middle;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
}
.main__footer .footer__right a.footer__social:hover {
    background-color: #fe491d;
	color: #fff;
}
.page__sub .section__gallery .subtitle {
    margin-bottom: 40px;
}

.work__gallery_grid .thumbnail {
    padding: 8px;
    position: relative;
	display: none;
}

.work__gallery_grid .thumbnail .overlay {
    display: none;
    position: absolute;
    z-index: 2;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    background-color: rgb(254 73 29 / 55%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
	opacity: 0;
    transition: all 0.4s ease;
}
.work__gallery_grid .thumbnail:hover .overlay {
	opacity: 1;
}
.work__gallery_grid .thumbnail a.fancybox {
    display: block;
}

.work__gallery_grid .thumbnail .overlay i {
    color: #fff;
    font-size: 28px;
    font-weight: 200;
}
.project__gallery .sort ul {
    margin: 0 auto 20px;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
	padding: 0;
}

.project__gallery .sort ul li {
    padding: 10px 15px !important;
    background-color: #282828;
    display: block;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 26px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    transition: all 0.4s ease;
	width: auto;
	max-width: 100%;
}
.project__gallery .sort ul li:before {
	display: none;
}
.project__gallery .sort ul li:hover,
.project__gallery .sort ul li.active {
    background-color: #fe491d;
}
.subtitle {
    overflow: hidden;
}

/* RESPONSIVE STYLES */

@media only screen and (max-width: 1390px){
	.header-nav .header-cta {
		width: 40%;
	}
	.header-nav .nav__area {
		width: 60%;
	}
	.main__footer .grid-2 {
		width: 38%;
	}
	.main__footer .grid-2.footer__logo {
		width: 20%;
	}
}
@media only screen and (max-width: 1160px){
	.header-cta .cta-btn {
		width: 140px;
	}
	.section__gallery .gallery-col .gallery__cta .accent__title {
		font-size: 18px;
		line-height: 24px;
	}
	.section__gallery .gallery-col .gallery__cta a.button {
		margin-top: 15px;
	}
	.main__footer .grid-2.footer__logo {
		width: 15%;
	}
	.main__footer .grid-2 {
        width: 40%;
    }
    .main__footer .col-1 {
        padding-right: 10px;
    }
	.main__footer .col-2 {
    	padding-left: 10px;
	}
	.hero__slider .grid-25 {
		width: 35%;
	}
	.hero__slider .grid-75 {
		width: 65%;
	}
}

@media only screen and (max-width: 980px){
	.mobile__button .mb-wrapper span:last-child {
		color: #fff;
	}
	.mobile__button .mb-line {
		background-color: #fe491d;
	}
	.section__gallery .gallery-col .gallery__cta .h2 {
		font-size: 25px;
		line-height: 31px;
	}
	.section__gallery .gallery-col .gallery__cta {
		padding: 20px;
	}
	.section__gallery .gallery-col .gallery__cta .accent__title {
		font-size: 16px;
		line-height: 24px;
	}
	.section__gallery .gallery-col .gallery__cta a.button {
		padding: 8px 25px;
	}
	.header-cta .cta-btn {
        width: 155px;
    }
	.main__footer .grid-2 {
		width: 100% !important;
		padding: 0 !important;
		margin: 0 auto !important;
	}
	.main__footer .grid-2.footer__logo {
		order: 0;
		-webkit-order: 0;
	}
	.main__footer .grid-2.footer__left {
		order: 1;
		-webkit-order: 1;
	}
	.main__footer .grid-2.footer__right {
		order: 2;
		-webkit-order: 2;
	}
	.main__footer .footer__logo img {
		margin: -50px auto 20px;
	}
	.section__testimonials .inner-wrap {
		padding: 40px;
	}
}

@media only screen and (max-width: 768px){
	.hero__slider .grid-25 {
        width: 100%;
    }
    .hero__slider .grid-75 {
        width: 100%;
    }
	header .header-logo img {
		margin-bottom: 0px;
		z-index: 22;
		width: 110px;
	}
	.hero__slider .slider-for .inner-content {
		max-width: 100%;
		padding: 30px;
		text-align: center;
	}
	.hero__slider .slider-for .hero-content-wrap {
		padding: 0;
	}
	.hero__slider .slider-for .inner-content .button {
		margin-top: 10px;
		width: 200px;
		max-width: 100%;
		text-align: center;
		display: block;
		margin-inline: auto;
	}
	.main__section,
	.section__image-content .content-col {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	ul.col3-list li {
		width: 50%;
	}
	.section__gallery {
		padding-bottom: 50px;
	}
	.logo__slider_section .logo__slide_item {
		padding-inline: 15px;
	}
	.page__sub .section__gallery .gallery-col {
		width: 50%;
	}
	.section__gallery .gallery-col .gallery__cta a.button {
		display: block;
		width: 200px;
		margin-inline: auto;
		max-width: 100%;
	}
	.section__gallery .gallery-col .gallery__cta {
		align-content: center;
	}
}

@media only screen and (max-width: 520px){
	.section__gallery .gallery-wrap .gallery-col {
		width: 100%;
		float: none;
		margin: 0 auto 20px;
	}
	.subtitle {
		font-size: 25px;
		line-height: 32px;
	}
	.section__testimonials .inner-wrap {
		padding: 30px;
	}
	.main__footer .footer__logo img {
		margin: 0 auto 20px;
		width: 100px;
	}
	.main__content h1, .main__content h2, .main__content h3, .main__content h4, .main__content .h1, .main__content .h2, .main__content .h3, .main__content .h4 {
		font-size: 28px;
		line-height: 1.2em;
		margin-bottom: 15px;
	}
	.hero__slider .slider-for .hero-content-wrap .h2 {
		font-size: 16px;
	}
	.subtitle > span:before,
	.subtitle > span:after {
		/*display: none;*/
	}
	.page__sub .section__gallery .gallery-col a {
		height: 200px;
	}
	.hp__section-1 {
        padding: 45px 0 30px;
    }
	.section__services .service-img-wrap {
        height: 145px;
    }
	.section__services .group {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 10px;
	}
	.section__services {
		padding-bottom: 40px;
	}
	.section__services .grid-25 {
		width: calc((100% - 10px) / 2);
		margin: 0;
	}
	.section__services .group:before,.section__services .group:after {
		display: none;
	}
	.section__services .service-info .service-title p em {
		line-height: 24px;
		min-height: 50px;
		padding-bottom: 5px;
	}
}
