@font-face {
	font-family: 'Brittany Signature';
	src: url('../fonts/Brittany Signature.eot');
	src: local('☺'), url('../fonts/Brittany Signature.woff') format('woff'), url('../fonts/Brittany Signature.ttf') format('truetype'), url('../fonts/Brittany Signature.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Cellien Script';
    src: url('../fonts/CellienScript.eot');
    src: url('../fonts/CellienScript.eot?#iefix') format('embedded-opentype'),
        url('../fonts/CellienScript.woff2') format('woff2'),
        url('../fonts/CellienScript.woff') format('woff'),
        url('../fonts/CellienScript.ttf') format('truetype'),
        url('../fonts/CellienScript.svg#CellienScript') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Visual Hollow Serif';
    src: url('../fonts/Visual-Hollow-Serif.eot');
    src: url('../fonts/Visual-Hollow-Serif.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Visual-Hollow-Serif.woff2') format('woff2'),
        url('../fonts/Visual-Hollow-Serif.woff') format('woff'),
        url('../fonts/Visual-Hollow-Serif.ttf') format('truetype'),
        url('../fonts/VisualHollowSerif.svg#VisualHollowSerif') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 

/****************************************** TYPOGRAPHY CSS ******************************************/
html { overflow-x: hidden; width: 100%; }
body { background: #f8f4f1; padding: 0; margin: 0; font-size: 16px; color: #000; font-family: "futura-pt",sans-serif; line-height: 21px; font-weight: 400; height: 100%; overflow-x: hidden !important; width: 100%; position: relative; }

h1, h2, h3, h4, h5, h6, input, select, textarea, button { outline: none !important; }
header, section, footer { display: block; }

/********************* LINK CSS *********************/
a { outline: none !important; text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
a:hover, a:focus, select:focus, button:focus { outline: none; }
a:hover, a:focus { text-decoration:none; }
* { margin: 0; padding: 0; }

/********** INPUT **********/
.input-text { background-color: #FFF; border: 1px solid #3c5e38; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: #000; display: block; line-height: 48px; height: 48px; padding: 0px 15px; font-size: 16px; outline: none; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; width: 100%; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
textarea { background-color: #FFF; border: 1px solid #3c5e38; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: #000; }
.input-text:focus, textarea:focus { border: 1px solid #e7bdb1; background: #fff; }
textarea.input-text { height: auto !important; line-height: 24px; min-height: 50px; line-height: normal; padding: 10px 15px !important; background-color: #fff;
display: block; width: 100%; font-size: 16px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius: 0px !important; -webkit-border-radius: 0px !important; -moz-border-radius: 0px !important; }
input::-moz-placeholder, textarea::-moz-placeholder {opacity: 1;color:#acaba5;}
.form-submit .btn { min-width: 160px; line-height: 44px; }

::-webkit-input-placeholder { color: #4a4a4a; }
::-moz-placeholder { color: #4a4a4a; }
:-ms-input-placeholder { color: #4a4a4a; }
:-moz-placeholder { color: #4a4a4a; }
label { margin-bottom: 6px; font-weight: 400; }

/********************* HEADING CSS *********************/
h1, h2, h3, h4, h5, h6,.post-comment-title,.comment-main-title { margin: 26px 0 12px 0; line-height: normal; font-weight: 400; font-family: "futura-pt",sans-serif; }

h1 { font-size: 42px; font-family: 'freight-display-pro'; font-weight: 300; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 17px; }

/********************* P CSS *********************/
p { float: none; margin: 0 0 18px 0; padding: 0; }
p:last-child { margin: 0 0 0px 0; }
p strong { font-weight: 600; }
p a { font-weight: 700; }

/********************* LISTING CSS *********************/
ul { margin: 0 0 15px 0; padding: 0; display: block; text-align: left; }
ul li { margin: 0 0 5px 2px; padding: 0 0 0 20px; position: relative; line-height: 1.26; list-style: none; }
ul li:last-child { margin-bottom: 0px; }
ul li:before { content: ""; width: 4px; height: 4px; background-color: #000; position: absolute; left: 0px; top: 8px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
ul li a { text-decoration: none; font-weight: 400; }
ul li a:hover, ul li a:focus { text-decoration:none; }
ul li ul { margin-left: 15px; margin-top: 14px; }
ol { margin: 0 0 15px 17px; padding: 0; text-align: left; }
ol li { margin: 0 0 5px 0; padding: 0 0 0 0px; position: relative; line-height: normal; list-style: decimal; }
ol li a { text-decoration: none; font-weight: 400; }
ol li a:hover, ol li a:focus { text-decoration:none; }

/********************* IMAGE CSS *********************/
img { border: none; vertical-align: middle; max-width: 100%;height:auto; }
.alignleft { float: left; margin: 7px 30px 20px 0; }
.alignright { float: right; height: auto; margin: 30px 0 20px 30px; }
.aligncenter {  margin: 15px auto; display:block;}


/********************* BLOCKQUOTE CSS *********************/
hr {  margin: 40px 0 40px 0; padding: 0px; }
blockquote { margin: 40px 0 40px 0; background: #57785b; color: #fff; padding: 50px 45px 50px 158px; position: relative; }
blockquote:before { content: ""; position: absolute; left: 45px; top: 50%; transform: translateY(-50%); background: url(../images/quote.png) no-repeat left top; right: 0; width: 82px; height: 50px; }

/********************* BUTTON CSS *********************/
.btn{ border: 2px solid #e7bdb1; text-align: center; background-color: #fff; text-decoration: none; color: #fff; font-weight: 400; display: inline-block; font-size: 20px; letter-spacing: normal; line-height: 36px; padding: 0 15px; margin-top: 15px; text-transform: uppercase; position: relative; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; vertical-align: middle; font-family: 'Visual Hollow Serif'; font-weight: normal; }
.btn:hover, .btn:focus { background-color: #e7bdb1; border: 2px solid #e7bdb1; text-decoration:none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

.btn { font-family: 'freight-display-pro'; font-weight: 300 !important; }
.xs-btn {  }
.sm-btn { min-width: 262px; }
.md-btn { min-width: 300px; }
.lg-btn { min-width: 360px; }

/********************* HEADER CSS *********************/
.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; top: 0; }
header.navbar-fixed-top { padding: 0px;}
.header-nav { float: left; width: 100%; padding: 17px 12px 0 30px; -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
.stuck .header-nav { padding-top: 0; }
.header-top { float: right; width: 100%; text-align:right; background:#efefef; padding: 3px; }
.header-top .btn { font-size:14px; text-transform:uppercase; line-height:23px; padding:0 12px; margin-top: 0; }
.top-guide span { line-height: 20px; font-size:16px; }
.top-guide span a { color: #000; border-bottom: none; }
.top-guide span a:hover{color: #c19c3e;}
.logo { float: left; padding-top: 6px; }
.logo img { transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out; }

/********************* HEADER STICKY *********************/
.admin-bar .main-header { padding-top: 0; }
.stuck.navbar-fixed-top { background: #57785b; /*-webkit-box-shadow: 0 0 5px rgba(0,1,1,.35); -moz-box-shadow: 0 0 5px rgba(0,1,1,.35); box-shadow: 0 0 5px rgba(0,1,1,.35);*/ }
.stuck.navbar-fixed-top .top-guide span { font-size: 16px; vertical-align: top; }
.stuck.navbar-fixed-top .header-top .btn { line-height: 22px; font-size: 12px; padding-left:10px; padding-right: 10px; }
.stuck .logo { padding-top: 2px; }
.stuck .logo img { max-width:100px;}

/********************* HEADER TWO CSS *********************/
.header-three .ubermenu-main { margin-top: 0px !important; }
.btn-two { padding: 7px 20px; display: inline-block; min-width: 250px; font-size: 20px; text-transform: uppercase;  font-weight:500; border: none; margin-top: 15px; }
.btn-two:hover { border: none; }
.header-two, .header-two.stuck { background: #efedea; }
.logo-two{ z-index: 101 !important; -webkit-transition: max-width .4s ease-in-out, top .4s ease-in-out; -moz-transition: max-width .4s ease-in-out, top .4s ease-in-out; transition: max-width .4s ease-in-out, top .4s ease-in-out; max-width: 231px; position: absolute; left: 15px; top: 9px; right: 15px; margin: 0 auto; text-align: center; }
.header-left { position: absolute; left: 15px; top: 12px; padding: 0; z-index: 102 !important; }
.header-left a { font-size: 16px; font-weight: 500; text-transform: uppercase; color: #333333; vertical-align: top; cursor: pointer; }
.header-left a strong { font-weight: 500; }
.header-left span { width: 26px; background: #b4b2af; color: #fff; display: inline-block; text-align: center; font-weight:700; font-size: 20px; vertical-align: top; margin-left: 5px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-left a:hover span { background: #c19c3e; }
.header-two .ubermenu-nav { margin-top: 0 !important; }
.header-two .header-nav { padding: 0 0 0 15px; }

/********************* HERO THREE CSS *********************/
.page-style-three .main-header { margin-top: -42px; }
.page-style-three .main-header-two { margin-top: -42px; }
.page-style-three .main-header-three { margin-top: -42px; }
.page-style-three .main-header-four { margin-top: -42px; }
.navbar-fixed-top.header-three { background-color: transparent; }
.header-three .header-top { background: #fff; padding: 8px; }
.header-three .header-top span{ font-weight: 400; font-size: 20px; text-transform: uppercase; }
.header-three #ubermenu-nav-main-2 { width: auto; float: left; padding-left: 55px; margin-top: 0; }
.header-three .header-nav { width: auto; padding: 0 15px 0 30px; background: #eae7e4; position: relative; }
.logo-three { z-index: 101 !important; -webkit-transition: max-width .4s ease-in-out, top .4s ease-in-out; -moz-transition: max-width .4s ease-in-out, top .4s ease-in-out; transition: max-width .4s ease-in-out, top .4s ease-in-out; position: relative; left: 0px; top: 10px; display: inline-block; }
.stuck.navbar-fixed-top.header-three { background-color: transparent; -webkit-box-shadow: inherit; -moz-box-shadow: inherit; box-shadow: inherit; }

.header-three .ubermenu-main { margin-top: 0px !important;  margin-left: 25px; width: auto;}

/********************* HERO BANNER *********************/
.main-header { float: left; width: 100%; position: relative; padding: 0; border-bottom: 7px solid #3c5e38; }
.main-header::before { content: ""; position: absolute; left: 0; right: 0; top: 0; opacity: 0.69; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)); display: block; height: 174px;
  width: 100%; z-index: 1; }
.main-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)); display: block; height: 232px;
  width: 100%; z-index: 1; }  
.hero-content { position: absolute; z-index:2; left:0; bottom:0; right:0; text-align:center; color:#555; width: 100%; }
.hero-content .container { width: 100%; }
.hero-content h1 { margin-bottom: 30px; color: #fff; margin-top: 18px; }
.hero-content h2 { margin-top: 0px; margin-bottom: 2px; }
.hero-content .btn { margin-left:1px; margin-right: 1px; }
.hero-slider { float:left; width: 100%; }
.fade-slider img { width: 100%; }
.hero-slide {width:100%;float:left; background-size:cover !important;}

.slick-slider .slick-arrow { display: none !important; }
.main-header:hover .slick-slider .slick-arrow, .main-header-two:hover .slick-slider .slick-arrow, .main-header-three:hover .slick-slider .slick-arrow { display:inline-block !important; }
.slick-dots li:before { display:none; }

.hero-main-title { float: left; width: 100%; padding: 62px 0 32px 0; text-align: center; }
.hero-main-title h1, .hero-main-title h2 { text-transform: uppercase; font-size: 24px; font-family:"futura-pt"; margin: 0; } 
.hero-main-title h1 strong, .hero-main-title h2 strong { font-weight: 600; }

/********************* HERO TWO CSS *********************/
.main-header-two { float: left; width: 100%; position: relative; padding: 0; }
.main-header-two .hero-content { color: #555; background: rgba(255,255,255,0.76); padding: 0 30px 22px 30px; }
.main-header-two .hero-slider img { width: 100%; height: auto; }
.main-header-two .hero-content { width: auto; }
.main-header-two h2 { font-size: 30px; text-transform: uppercase; margin-top: 22px; }
.main-header-two h1 { font-size: 16px; text-transform: uppercase; margin-top: 8px; }

/*************** Page hero 1 *************/
.admin-bar .hero-slide{height: calc(100vh - 190px);}
.hero-slide{ height: calc(100vh - 160px); background-size: cover !important; }
.admin-bar .main-header-two .hero-slide { height: calc(100vh - 106px); }
.main-header-two .hero-slide { height: calc(100vh - 80px); }
.admin-bar .main-header-three .hero-slide{ height: calc(100vh - 110px); }
.main-header-three .hero-slide { height: calc(100vh - 80px); }
.admin-bar .main-header-four .hero-slide{ height: calc(100vh - 200px); }
.main-header-four .hero-slide{ height: calc(100vh - 170px); }
.main-header-three .hero-text{z-index:1;}

/*************** Page hero 2 *************/
.admin-bar.page-style-three .hero-slide{height: calc(100vh - 70px);}
.page-style-three .hero-slide{ height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-two .hero-slide { height: calc(100vh - 70px); }
.page-style-three .main-header-two .hero-slide { height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-three .hero-slide{ height: calc(100vh - 70px); }
.page-style-three .main-header-three .hero-slide { height: calc(100vh - 38px); }
.admin-bar.page-style-three .main-header-four .hero-slide{ height: calc(100vh - 160px); }
.page-style-three .main-header-four .hero-slide{ height: calc(100vh - 127px); }


/*************** Page hero 2 *************/
body.page-style-two { padding-top: 48px; }
body.admin-bar.page-style-two { padding-top: 45px; }
.page-style-two .ubermenu-main { margin-top: 0 !important; }
.admin-bar.page-style-two .hero-slide{height: calc(100vh - 77px);}
.page-style-two .hero-slide{ height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-two .hero-slide { height: calc(100vh - 77px); }
.page-style-two .main-header-two .hero-slide { height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-three .hero-slide{ height: calc(100vh - 77px); }
.page-style-two .main-header-three .hero-slide { height: calc(100vh - 48px); }
.admin-bar.page-style-two .main-header-four .hero-slide{ height: calc(100vh - 167px); }
.page-style-two .main-header-four .hero-slide{ height: calc(100vh - 137px); }

.page-style-one .header-top { padding: 5px 10px; }

.main-page-heading-section { float: left; width: 100%; margin: 25px 0; background: #eae7e4; padding: 55px 0px 85px; }
.main-page-heading-section .container-small { text-align: center; max-width: 480px; }
.main-page-heading-section h2 { text-transform: uppercase; }

.pages-post-list { float: left; width: 100%; }
.page-main-box { float: left; width: 100%; margin-bottom: 25px; }
.page-main-box figure { position: relative; padding:0; margin:0; }
.page-main-box figure img { width: 100%; height: auto; }
.page-main-box figure figcaption { position: absolute; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%);}
.page-btn { min-width: 280px; padding: 20px; display: block; text-transform:uppercase; font-size: 30px; text-align: center; line-height:normal; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

.testimonial-section-home { float: left; width: 100%; padding: 100px 0 0; }
.testimonial-section-home .container { max-width: 1080px; }
.testimonial-box { padding-top: 62px; display: block; margin: 0 auto; text-align: center; width: 100%; max-width: 460px; margin: 0 auto; }
.testimonial-box-new { position: relative; margin-bottom: 28px; }
.testimonial-box-new:before { content: ""; position: absolute; left: 50%; margin-left: -25px; top: -63px; background:url(../images/quote.png) no-repeat left top; width: 62px; height: 46px; }
.testimonial-box p { margin-bottom: 22px; }
.testimonial-box p:last-child { text-transform: uppercase; }
.testimonial-section-home .col-md-6 {margin:0 auto; }
.featured-section.featured-section-new  { text-align: center; padding: 55px 0 30px 0; }
.featured-section-new .container { max-width: 1090px; }
.featured-section-new h2 { text-transform: uppercase; }
.featured-item .item { display: inline-block;  width: 24%;  }

.footer-two { text-align: center; }
.logo-footer { margin-bottom: 25px; }
.footer-two address { line-height: normal; margin: 0; }
.footer-social-icon { padding-top: 5px; }
.footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-social-icon ul li { display: inline-block; padding: 0 2px; }
.footer-social-icon ul li:before { display: none; }
.footer-social-icon ul li a {  font-size: 21px; line-height: 24px; min-width:24px; text-align: center; border: none; display: block; color: #fff; }
.footer-social-icon ul li a:hover { border: none;  color: #fff; }
.footer-two .footer-links { padding-bottom: 0; }

/********************* HERO THREE CSS (PAGE THREE) *********************/
.main-header-three { float: left; width: 100%; position: relative; padding: 0; }
.hero-text { background: #333333; padding: 19px 22px; position: absolute; bottom:0; right:0; }
.main-header-three .hero-slider img { width: 100%; height: auto; }
.main-header-three .hero-content { width: auto; }
.main-header-three h1 { font-size: 18px; text-transform: uppercase; font-weight: 500; color: #fff; margin: 0; line-height:normal; }

.main-tagline-section { float: left; width: 100%; padding: 65px 0 90px; }
.main-tagline-section .container-small { max-width: 720px; }
.main-tagline-section .nice-title { text-align: center; padding-bottom: 5px; }
.nice-title h2 { font-family: 'Brittany Signature'; font-size: 75px; } 
.main-heading-left { text-align: right; padding-right: 17px; }
.main-heading-left h2 { font-size: 28px; margin-top: 0;}
.main-heading-right { padding-left: 7px; padding-top: 5px; }

.services-listing-new { float: left; width: 100%; }
.services-listing-new .row {justify-content: center; }
.services-listing-new .col-lg-6 { padding-left: 2px; padding-right: 2px; }
.services-item { float: left; width: 100%; }
.services-item a { border: none; }
.services-item a:hover { border: none; }
.services-item figure { position: relative; }
.services-item figure img { width: 100%; }
.services-item figure figcaption { position: absolute; left: 0; top: 0; }
.services-item .service-btn { margin-bottom: 0px !important; }
.services-item .service-btn .btn { margin: 0; min-width: 255px; text-align: center; }

.footer-three { float: left; width: 100%; position: relative; padding-top: 30px; }
.footer-three a, .footer-three a:hover, .footer-three a:focus { border: none; }
.footer-tagline { text-align: right; padding-right: 28px; }
.footer-tagline h3 { font-size: 24px; line-height: 36px; font-weight: 300; margin-bottom: 0; margin-top: 15px; }
.footer-center { text-align: center; width: 360px; margin: 0 auto; background: #eae7e4; padding: 0 0 15px; position: relative; z-index: 22; }
.footer-center address { margin-bottom: 0; }
.footer-center-btn .btn.md-btn { margin: -18px 0 20px; line-height: 36px; min-width: 238px; }
.footer-center-logo { padding: 15px 0; }
.footer-center .footer-social-icon ul li a { background: #323232; color: #eae7e4; }
.footer-center .footer-social-icon ul li a:hover { background: #c19c3e; color: #fff; }
.footer-top-right {  padding-left: 10px; }
.footer-top-right h3 { font-size: 24px; font-weight:400; margin:0 0 6px; }
.footer-top-right p { margin-bottom: 12px; max-width: 188px;}
.footer-top-right .btn.md-btn { margin: 0 0 20px; line-height: 36px; min-width: 188px; }

.footer-bottom { position: absolute; bottom: 0; left: 0; right: 0; font-size: 12px; }
.footer-bottom-left { padding-right: 130px; }
.footer-bottom .footer-links ul { margin-bottom: 0; }
.footer-bottom-right { padding-left: 130px; padding: 12px 0 12px 220px; color: #5e5c5c; }

/********************* PAGE THREE CSS END *********************/

/********************* SECTION CSS *********************/
section { padding:0 0 100px 0; float:left; width:100%; }
section h1 { text-transform:uppercase; }
.container-small { max-width:830px; width: 100%; padding-left:15px; padding-right:15px; margin:0 auto; }
.single-project .project-page-section .container-small {max-width: 900px;}

.main-page-section { padding-top: 0; padding-bottom: 100px; }

/********* MAIN HEADING SECTION *********/
.main-heading-section { float:left; width: 100%; padding: 55px 0 85px; }
.main-heading-section .container-small { max-width: 480px;}
.main-heading-section h2 { text-align: center; }

/********* HOME PAGE SERVICES SECTION *********/
.home-services-section { float:left; width:100%; padding: 88px 0 67px; }
.service-title-section { float:left; width:100%; text-align: center; position: relative; z-index: 1; }
.service-title-section h2 { max-width: 634px; width: 100%; padding: 18px 30px; margin: 0 auto; background: #fff; text-align: center; }
.services-listing { margin: 0; float: left; width: 100%; }
.services-listing .row { margin-left:-5px; margin-right: -5px; justify-content: center; }
.services-listing .col-lg-6 { padding-left:5px; padding-right:5px; }
.services-box { float: left; width: 100%; border: 7px solid #3c5e38; }
.services-box figure { position: relative; margin: 0; overflow: hidden; }
.services-box figure:before { content: ""; position: absolute; left: 0; top: 0; right: 0; opacity: 0.69; height: 50%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)); z-index: 1; }
.services-listing .col-lg-6:last-child figure:before { opacity: 1; }
.services-box figure img { width: 100%;  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;}
.services-box:hover figure img, .services-box:focus figure img {  -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}  
.services-box figure figcaption { position: absolute; left:0; right:0; top: 50%; text-align: center; padding:0; transform: translateY(-50%); z-index: 2; }
.services-box-inner { max-width: 454px; margin: 0 auto; }
.services-box-inner-box { width: 100%; background: #faf9f8; padding: 30px 40px 50px; }
.services-box-inner-box p { color: #000; }
.services-box figure h2 { color: #fff; margin-bottom: 23px; margin-top: 0; font-size: 42px; line-height: 46px; font-family: 'freight-display-pro'; font-weight: 300; text-transform: uppercase; }
.service-btn { margin-bottom: 0px; margin-top: -20px; }
.services-box .btn { margin: 0; min-width: 398px; } 
.services-box a:hover .btn { background-color: #000; }
.services-box a { border: none !important; }

/********* FEATURED SECTION *********/
.featured-section { float: left; width: 100%; padding: 80px 0 12px 0;}
.featured-section h2 { text-align: center; margin-bottom: 30px; }
.featured-logo .item { text-align: center; padding: 0 15px; }
.featured-logo .slick-slide img { display: inline-block; }


/********* ABOUT US PAGE *********/
.page-title { text-align: center; padding-bottom:10px; padding-top: 20px; }
.about-photo { padding-bottom: 5px; }
.about-photo .row { margin-left: -10px; margin-right: -10px; justify-content: center; }
.about-photo .col-xs-6 { padding-left: 10px; padding-right: 10px; }
.big-button { margin-top:30px; margin-bottom:50px; text-align: center; }
.about-photo img { width: 100%; height: auto; }
.testimonial-block.about-bottom-testimonial { padding: 120px 0 10px; }

/********* ABOUT US 2 PAGE *********/
.inner-page-section.about-page-section { padding-bottom: 45px; }
.about-new-section { position: relative; margin-top: 35px; }
.about-new-section:before { content:""; position:absolute; top:0; left:0; right:0; width: 311px; height: 1px; background: #979797; margin: 0 auto; }
.about-new-section h2 { text-align: center; display: inline-block; width: 100%; margin-bottom:6px; }
.about-new-section p:last-child { margin-bottom: 18px;}
.about-new-section .alignleft { margin-top: 20px; }


/********* ABOUT US 3 PAGE *********/
.meet-team-section{width:100%;float:left; padding:50px 0 60px 0;}
.meet-team-block{display:block; text-align:center;}
.team-thumb{display:block; margin-bottom:15px;}
.team-section-title{display:block; text-align:center; margin-bottom:30px;}
.team-section-title h2{ margin:0;}
.team-thumb img{width:100%;}
.meet-team-block h2{font-size:28px !important;margin:0;}

/********* ABOUT US 4 PAGE *********/
.about-4 { padding-bottom: 0; }
.about-4 .team-thumb img { width:100%; }
.about-4 .meet-team-section .col-md-6 { margin-bottom: 20px; }
.about-4 .meet-team-left { vertical-align: top; }
.about-4 .meet-team-right { vertical-align: top; }
.about-4 .meet-team-left .team-thumb { margin-top: 8px; }
.about-4 .meet-team-right h2 { margin-bottom: 6px; }
.page-template-about-4 footer { margin-top: 70px; }
.contact-page-4-new .contact-section { margin-bottom:  60px;}
@media (min-width:1200px) and (max-width:5000px) { 
.about-4 .meet-team-section { margin-top: 10px; }
.about-4 .meet-team-block {  display: flex; align-items: center; }
.about-4 .meet-team-left { display: table-cell; width: 37%; vertical-align: top; }
.about-4 .meet-team-right { display: table-cell; width: 63%; vertical-align: top; text-align:left; padding: 0 0px 0 35px; }
.about-4 .meet-team-section .col-md-6 { width: 100%; float: none; display: inline-block; vertical-align: top; margin-bottom: 30px; }
.about-4 .meet-team-left .team-thumb { margin-top: 8px; }

}
@media (min-width:768px) { 
.about-4 .meet-team-block { display: flex; align-items: center; }

}

/********************* BLOG PAGE CSS *********************/
.blog-listing{ width:100%;float:left;}
.blog-listing .row{ justify-content: center;}
.blog-post { width:100%; float:left; position:relative;text-align:center; margin-bottom:14px;}
.blog-post-title {width:100%;display:inline-block;}
.blog-date { width:100%;position:absolute; top:0;padding:6px 10px;font-size:14px;text-transform:uppercase; color:#FFF; background-color:rgba(0,0,0,0.75);}
.blog-post a {width:100%;display:inline-block; display: flex; align-items: center; border: none !important; }
.blog-post h2 { margin:12px 0; line-height: 36px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.blog-thumb{ width:100%; float:left; position:relative; border: 7px solid #3c5e38; max-width: 377px; overflow: hidden; }
.blog-thumb img{width:100%; -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;}
.blog-listing-2 { max-width: 810px; }
.blog-page-2 .sidebar { padding-top: 0; }
.blog-post a:hover .blog-thumb img, .blog-post a:focus .blog-thumb img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/********************* BLOG SINGLE PAGE CSS *********************/
.blog-single-page { padding-top: 104px;padding-bottom: 0;}
.blog-single{ width:100%;display:inline-block; padding-bottom:30px; max-width: 740px;}
.blog-single-thumb{display:block;margin-bottom:30px;}
.blog-single-thumb img{width:100%;}
.blog-single h2 {text-align: left; }
.blog-inner-page .page-title { padding-bottom: 0; max-width: 800px; margin: 0 auto;}
.section-title .title-sub{font-size:16px;text-transform:uppercase;}
.blog-single .section-title h1{ margin-bottom:4px;}
.sidebar{width:100%;max-width:376px;float:right;padding-top: 15px;}

.sidebar{width:100%;}
.sidebar h2{ margin:0 0 15px 0;}
.sidebar-block{width:100%;float:left; margin-bottom:22px;}
.sidebar-guide{ display:block; border: solid 1px #979797; text-align: center;}
.sidebar-guide h2{ margin:0 0 0 0;padding:20px 15px 20px 15px;}
.sidebar-guide .btn{ margin:0; width: 100%; }
.sidebar-guide-thumb{display:block; padding:0 18px 18px 18px;}

.about-client{  border: solid 1px #979797; border-radius:0 0 3px 3px; -moz-border-radius:0 0 3px 3px; -ms-border-radius:0 0 3px 3px; -webkit-border-radius:0 0 3px 3px; -o-border-radius:0 0 3px 3px; }
.about-client p { font-weight:700; }
.about-client-thumb{display:block; padding:20px;}
.about-client-thumb img{width:100%; margin-bottom:20px; }
.about-client .btn{ width:100%;margin:0; margin:0;line-height: 54px; width:100%;}
.about-client:hover .btn{ background-color: #030303; }


.popular-post ul li:before { display:none;}

.blog-comments {float: left;position: relative;	width: 100%;padding-bottom: 40px;}
.blog-comments-section {float: left; width: 100%; background: #FFF; border:1px solid #eaeaea; padding: 0; margin: 0;}
.comment-main-title { float: left; width: 100%;	padding: 16px 20px 20px 55px; position: relative; margin: 0;}
.comment-main-title span{ font-size:18px; }
.contact-main-section .col-xs-12 { margin-bottom: 20px;}
.comment-main-title:before { content: "\f086"; font-family: FontAwesome; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
font-size: 21px; position: absolute; left: 23px; top: 18px;}
ul.comments { display: block; width: 100%; float: left;	padding: 0;	margin: 0; list-style: none;}
ul.comments li { float: left; width: 100%; padding: 0; margin: 0; border-top: 1px solid #eaeaea;}
ul.comments li:before{display:none;}
.user-comment {	float: left; width: 100%; padding: 18px 18px 18px 145px; margin: 0;	position: relative; min-height: 140px;}
.author-img { position: absolute; left: 30px; top: 25px; -webkit-border-radius: 50% 50% 50% 50%; -moz-border-radius: 50% 50% 50% 50%; -ms-border-radius: 50% 50% 50% 50%; border-radius: 50% 50% 50% 50%; width: 94px; height: 94px; float: left; display: block; overflow:hidden;}
.author-img img { width: 100%; height:auto; }
.comment-content {float: left; width: 100%;	padding: 0;	margin: 0;}
.comment-content-top {float: left;width: 100%;position: relative;padding-right: 70px;}
.comment-content-top h5 {float: left;display: inline-block;	font-size: 22px;font-weight: 400;padding: 0;margin: 4px 8px 0 0;line-height: normal;width:auto;}
.comment-content-top h5 a {color: #000; text-decoration:none; font-weight:400; border: none !important; }
.comment-content-top h5 a:hover {color: #3c5e38 !important;}
.comment-content-top span {	display: inline-block;font-weight: 400;padding: 0;margin: 6px 0 0;float: left;line-height: normal;}
.comment-reply-btn {position: absolute;	top: 7px;	right: 0;line-height: 20px;}
.comment-reply-btn a {letter-spacing: 0.5px; text-decoration:none;}
.comment-reply-btn a i {padding-right: 8px;	}
.comment-content p {line-height: 22px; padding: 5px 0 10px 0;	margin: 0;	letter-spacing: 0.5px;float: left;}
.user-comment-reply {background: none;	padding-left: 190px;}
.user-comment-reply .author-img {left: 74px;}
.post-comment {	float: left; position: relative; width: 100%; }
.post-comment-section {	padding: 22px 0px 0px 0px; margin: 0; float: left; width: 100%;}
.post-comment-title { font-size: 30px;  float: left; width: 100%; margin-top:0px;	margin-bottom: 24px;font-size: 28px;}
.post-comment-section .btn{ margin:0;}
.comments .children .user-comment { padding-left: 190px; }
.comments .children .user-comment .author-img { left: 74px; }
.comment-reply-btn a { letter-spacing: 0.5px; border: none !important; }
.comments-area, .post-comment{width:100%; max-width: 740px;}

.top-author { text-align: center; }
.top-author p { margin:0;  }
.top-author img { margin-bottom: 0; }
.top-author ul { background-color: #fff; text-align: center;  }
.top-author li { display: inline-block; padding: 10px 10px; margin: 0;}
.top-author li:before { width: 4px; height: 4px; left: -4px; top: 20px; }
.top-author li:first-child:before { display: none; }
.top-author li a { font-size: 16px; color:#4a4a4a; border: none !important; }	


/********************* SERVICES PAGE CSS *********************/
.secondary-menu{width:100%;float:left; border-radius:0px; position:relative; margin-bottom: 45px; padding-bottom: 0; padding-top: 0; }
@media screen and (min-width: 992px){
.menu-text{ display:none;}
}
.secondary-menu .navbar-nav{ width:100%; float:left; margin:0; text-align:center;}
.secondary-menu .navbar-nav li{ display:inline-block; padding:0px; float:none; margin:0; font-size:17px;}
.secondary-menu .navbar-nav li:before{display:none;}
.secondary-menu .navbar-nav li a:hover, .secondary-menu .navbar-nav li a:focus{ background-color:transparent;}
.secondary-menu .navbar-nav li.active a {font-weight:700;}
.page-title h2 { margin-top:0; }
.no-pad h1 { margin-bottom:0; }
.navbar-toggle .icon-bar { width: 15px; background-color: #000; display: block; width: 22px; height: 2px; border-radius: 1px; }

/********************* SERVICES PAGE CSS 2 *********************/
.design-service-page .container-small { max-width: 910px; }
.services-list-section { float:left; width:100%; }
.services-list-section .col-md-12 { margin-top: 28px; margin-bottom:28px; float: left; }
.services-thumbnail { display: inline-block; float: left; width: 28%; margin-right:4%; }
.services-details { display: inline-block; float: left; width: 68%; }
.services-details h2 { margin-top: -9px; margin-bottom: 9px; }


/********************* CONTACT CSS *********************/
.contact-section { padding-top: 10px; }
.contact-container { max-width: 1210px; margin: 0 auto; float: left; width: 100%; }
.contact-first-section { float: left; width:100%; margin-top: 12px; display: inline-block; }
.contact-first-section h2 { margin-top: -10px; margin-bottom: 25px; }
.contact-first-section ul { padding: 0; margin: 0; width: 100%; }
.contact-first-section ul li { padding: 0; margin: 0 0 30px; float: left; text-align:center;  }
.contact-first-section ul li:before { display: none; }
.schedule-section { width:42%;}
.office-picture img { width: 100%; }
.or-section {  width:16%; position: relative; }
.or-section:after { content: ""; position: absolute; left:50%; top:0; bottom:0; width: 2px; background: #bba58f; height: 100%; }
.or-text { width: 74px; height: 74px; line-height: 74px; position: absolute; top: 50%; margin-top:-30px; background: #fff; display: inline-block; left:50%; margin-left: -37px;  font-size: 28px;  text-align: center; z-index:5; }
.request-form-section {  width:42%; }
.schedule-section p { margin-bottom: 0; text-align:left; }
.click-schedule-btn { margin-bottom: 25px; }
.click-schedule-btn .btn { width: 100%; line-height:50px; height:50px; }
.request-form-section fieldset { margin-bottom: 16px; }
.request-form-section label { width: 100%; font-size: 16px; text-align:left; }
.form-input { width: 100%; border-radius: 0; border: 1px solid #293546; height: 48px; line-height:48px; padding-left: 10px; padding-right: 10px; }
.request-form-section fieldset:last-child { margin-bottom: 0; }
.request-form-section fieldset .btn { width: 100%; line-height:50px; height:50px; }
.contact-second-section { float: left; width: 100%; margin-top: 30px; text-align: center; color: #212b63; }
.contact-testimonial-box { float: left; width: 100%; margin-bottom: 35px; }
.email-us-section { color: #4a4a4a; }
.email-us-section p { max-width: 780px; margin: 0 auto; }
.email-us-section p a { position: relative; }
.address-section { float:left; width:100%; text-align: center; background: #e5e5e4; padding: 15px 0; margin-top: 35px; }
.address-section ul { width: 100%; text-align: center; padding: 0; margin: 0; }
.address-section ul li { display: inline-block; padding: 0 14px; line-height: 30px; }
.address-section ul li:before { display: none; }
.address-section ul li:after { content:"I"; position: absolute; right: -5px; top:0; color:#4a4a4a; }
.address-section ul li:last-child:after { display: none; }
.address-section ul li a { color: #4a4a4a; }
.address-section ul li a:hover, .address-section ul li a:focus { color: #212b63; }
.testimonial-block { padding-top: 62px; display: inline-block; margin: 0 auto; text-align: center; width: 100%; }
.contact-form-main { padding-top: 9px; }
.testimonial-block .container-small { max-width: 550px; }
.testimonial-block-new { position: relative; margin-bottom: 28px; background: #57785b; padding: 32px 35px 26px 180px; text-align: left; color: #fff; }
.testimonial-block-new:before { content:""; position:absolute; left: 45px; top:50%; transform: translateY(-50%); background:url(../images/quote.png) no-repeat left top; right:0; width:82px; height:50px; }
.testimonial-block p { margin-bottom: 5px; font-style: italic; color: #faf9f8; }
.testimonial-block p:first-child { font-size: 18px; font-style: normal; margin-bottom: 25px; color: #fff; }
.testimonial-block p:first-child strong { font-weight: 600; }

.contact-page-section { padding-top: 55px; max-width: 100%; margin: 0 auto; float: left; width: 100%;}
.contact-page-section .request-form-section { width: 100%; height: 512px; overflow: scroll; }


.contact-left-section { text-align: center; }
.contact-left-section .office-picture { padding-top: 20px; }
.contact-left-section .office-picture img { width: 250px; }
.contact-left-section a { display: block; border: none; }
.contact-left-section p img { padding-bottom: 8px; }
.right-form-title { text-align: center; padding-bottom: 20px; }
.right-form-title h2 { margin-top: 0px;  }
.contact-right-section .btn { margin-top: 10px; }

.contact-page-2 .contact-section {  padding-top: 40px; }
.contact-left { float: left; width: 55%; }
.contact-left h2 { margin-top: 0; }
.contact-left .contact-left-section { width: 100%; max-width: 545px; margin-left: auto; }
.contact-left .contact-left-section .office-picture { padding-bottom: 30px; }
.contact-center { float: left; width:12%; text-align:center; }
.contact-center .or-section { width: 100%; height: 591px; }
.contact-new-page-1 .contact-center .or-section { width: 100%; height: 634px; }
.contact-page-4 .or-section {height: 634px;}
.contact-center .or-section:after { width: 1px; background-color: #979797; }
.contact-center .or-text span { border-bottom: none; }
.contact-right { float: left; width: 45%; background: #fff; padding: 40px; }
.contact-right .contact-right-section { width: 100%; }

.contact-page-3 { padding-bottom: 15px !important; }
.contact-top-box h2 { margin-bottom: 40px; font-size: 22px; }
.contact-top-box { width: 516px; padding: 40px 50px 62px; margin: 0 auto; text-align: center; }
.contact-section-2 { padding-top: 60px; }
.contact-half { float:left; width: 50%; position: relative; }
.contact-office { position:absolute; left:0; right:0; top:0; bottom:0; width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center center !important; background-size:cover !important; }
.contact-container-2 .page-title h2 { font-size: 42px; line-height: 50px; text-transform: uppercase; }
.lcp-3 { float: left; width: 100%; }
.contact-half .request-form-section { width: 100%; padding: 30px 122px; }

/******** CONTACT 4 CSS ********/
.contact-page-4 .contact-page-section {  padding-top: 40px; }
.contact-page-4 .testimonial-block { margin-top: 50px; }
.contact-page-4 .contact-left p:first-child { text-align: left; }


/********************* FAQ PAGE CSS *********************/
.faq-page{ padding-bottom:0px; padding-top: 25px; }
.faq-content { display:block; margin-bottom:22px;}
.faq-page h2.panel-title{ margin:0 0 5px 0; }
.faq-page .panel-group{ width:100%; display:inline-block; margin:0;}
.faq-page .panel-default > .panel-heading{padding: 0px;color: #293546;background-color: transparent;border:none; margin-bottom:15px;text-align:center;}
.faq-page .panel, .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{ border:none;box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}
.faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body{padding: 30px 0px;margin-bottom: 30px;}
.faq-page #accordion .panel-title a:before, .faq-page #accordion .panel-title a.collapsed:before{font-family:Verdana, Geneva, sans-serif; content: "x"; position: relative; top: -2px;left: 0px;margin-right:15px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}
.faq-page #accordion .panel-title a.collapsed:before{content: "+";}
.faq-page #accordion .panel-title a{display: inline-block; padding: 0px 0px 0px 0px; text-align: center; border: none; border-radius: 0; position: relative; transition: all 0.3s ease 0s; text-decoration:none;}
.page-title p:last-child { margin-top:4px; }
.faq-bottom-text { text-align: center; padding: 30px 15px 10px; }

.faq-page .z-tabs > .z-container > .z-content > .z-content-inner { padding-top:36px; padding-bottom: 36px; }

.z-tabs.horizontal.responsive > ul.z-tabs-desktop > li > a{ margin:0;top: 0px;text-shadow:none;}
.z-tabs.silver > ul > li > a{ background:#FFF;background-image:none !important;border:none;font-size:25px;line-height:30px;font-weight: normal; box-shadow:none !important; -webkit-box-shadow:none !important; -moz-box-shadow:none !important;margin: 0;}
.z-tabs.silver > ul > li.z-active > a, .z-tabs.silver > ul > li > a:hover{background: #fff;}
.z-tabs.responsive.horizontal.top > ul > li.z-last-row.z-active{top: 0;padding-bottom: 0;margin-top: 0;}
.z-tabs.silver > ul > li:before{display:none;}
.z-tabs.horizontal.z-shadows > .z-container, .z-tabs > .z-container{-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; border: none !important;}
ul.z-tabs-desktop {width:100%;display:table !important;}
ul.z-tabs-desktop > li{width:auto !important; float:none !important; display:table-cell;text-align:center;}
.z-tabs.mobile > ul.z-tabs-mobile > li > a > span.z-arrow{right: 10px;}
.z-tabs.horizontal.responsive > ul.z-tabs-desktop:after{ content:""; background:#e0d6cb; position:absolute; left:0px;right:0;top: 17px; height:2px; z-index:0;}
.z-tabs.silver > ul > li > a {display: inline-block;background-color: #FFF;font-size: 25px;text-transform: uppercase;border: none;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 2px 30px;position: relative;z-index: 1;}

.faq-four ul.z-tabs-desktop > li{width:auto !important; float:none !important; display:inline-block;text-align:center; padding:0 9px;}
.faq-four ul.z-tabs-desktop {width:100%;display:block !important; text-align:center;}
.faq-four .z-tabs.horizontal.top > ul > li.z-active{top: 0;margin-top: 0;padding-bottom: 0;}
.faq-four .z-tabs.silver > ul > li > a {color:#fff; display: inline-block;background-color: #c19c3e;font-size: 24px;text-transform: none;border: none;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 15px 22px;position: relative;z-index: 1;font-weight: 300; text-shadow:none;}
.faq-four .z-tabs.horizontal.z-shadows > .z-container,.faq-four .z-tabs > .z-container{background:#fff; -moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none; border: none !important;}
.faq-four .z-tabs.silver > ul > li.z-active > a,.faq-four .z-tabs.silver > ul > li > a:hover{color:#000;background: #fff;}
.faq-four .z-tabs.silver > ul > li > a:hover { color: #fff; }

.close-button {width: 48px;height: 48px;border-radius: 100px;-moz-border-radius: 100px;-webkit-border-radius: 100px; border: 2px solid #bdb5a5;display: block;text-indent: -9999px;position: relative;float: left;margin-right: 10px;}
.close-button:before, .close-button:after {content: '';width: 28px;height: 2px;background: #bdb5a5;position: absolute;top: 21px;left: 8px;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;}
.collapsed .close-button:before {-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-ms-transform: rotate(-90deg);-o-transform: rotate(-90deg);transform: rotate(-90deg);	}
.collapsed .close-button:after {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
.close-button:before {-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.close-button:after {-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}

.faq-three .faq-page h2 a .close-button { float: none; display: inline-block; width: 42px; height: 42px; border: 1px solid #bdb5a5; margin-right: 15px; }
.faq-three .faq-page h2 a .close-button:before, .faq-page h2 a .close-button:after { width: 24px; height: 1px; top: 19px; left: 8px; }
.faq-three .faq-page .panel.panel-default { background-color: transparent;}
.faq-three .faq-page .panel-body { padding: 0 !important;background: transparent !important;}
.faq-three .panel-body-detail { padding: 55px 100px; }
.faq-three .faq-page h2{ text-align:left; }
.faq-three .faq-page h2 a{ border-bottom:none !important; }


/********************* Instagram PAGE CSS *********************/
.page-title.insta-page-title h1{ font-size:32px; }
.insta-landing-page{width:100%;float:left; padding:0; margin-top: -54px; position: relative; }
.insta-landing-page .container{ max-width:1020px;}
.insta-img{width:100%;float:left; padding-bottom:24px;}
.insta-img img{width:100%;}
.insta-img a{width:100%;display:inline-block;}
.insta-img a:before, .header-center .back-btn a:before {display:none;}

/********************* LANDING PAGE CSS *********************/
.landing-page-main { padding-bottom:0; }
.landing-page-section { background-repeat:no-repeat !important; background-position:center center !important; background-size:cover !important; padding:55px 0; margin: 10px 0 0; float: left; width: 100%; }
.landing-page-section .container-small { max-width:462px; }
.landing-page-section h2 { font-size: 24px; line-height:31px; margin-bottom: 20px; }
.landing-page-form { float:left; background: #fff;  width: 100%; padding: 0px 44px 35px; }
.landing-page-form .form-input { height: 44px; line-height:44px; }
.landing-page-form fieldset { margin-bottom: 9px; }
.landing-form .btn { width: 100%; margin-bottom: 10px; margin-top: 10px; line-height:44px; }
.landing-page-form p:last-child { font-size: 16px; line-height:normal; }

/******** PROJECT PAGE CSS ********/
.project-page-main { padding-top: 0px; }
.project-page-section { float:left; width: 100%; position: relative; }
.project-section{width:100%;float:left; position:relative;}

.project-section-inner{width:100%; float:left; position:relative;}
.project-box{ width:100%;float:left; padding:15px;}
.project-box.half{ width:50%;}
.project-box img{width:100%;}

/******** PROJECT PAGE 2 ********/
.project-page-main-2 .page-title p { text-align: left; }
.project-page-main-2 .page-title p:last-child { margin-top: 25px; }
.project-section-inner-2 { padding: 35px 0 15px; position: relative; }
.project-section-inner-2 .container-small { max-width: 920px; }
.project-slider { position: relative; }
.project-slider img { width: 100%; }
.project-slider.slick-slider .slick-arrow { display: block !important; } 
.project-slider .slick-next { right: 0; }
.project-slider .slick-prev { left: 0; }
.project-slider .slick-prev:before, .project-slider .slick-next:before { opacity: 1; background: #fff; font-size: 64px; font-family:'FontAwesome'; line-height: 70px !important; }
.project-slider .slick-prev:before { content:"\f104"; padding-right:15px; padding-left:12px; }
.project-slider .slick-next:before { content:"\f105";  padding-left:15px; padding-right:12px; }

/******** PROJECT PAGE 3 ********/
.project-page-main-3 { padding-bottom: 90px; }
.project-listing { float: left; width:100%; }
.project-page-3col-v3a .project-listing { padding-right: 15px; padding-left: 15px; }
.project-v2-page-2col .project-listing { padding-right: 15px; padding-left: 15px; }
.project-page-3col-v3 .project-listing { padding-right: 15px; padding-left: 15px; }
@media screen and (min-width: 768px){
.project-page-3col-v3a .project-listing { padding-right: 25px; padding-left: 25px; }
.project-v2-page-2col .project-listing { padding-right: 25px; padding-left: 25px; }
.project-page-3col-v3 .project-listing { padding-right: 25px; padding-left: 25px; }
}
.project-listing .row { text-align: center; justify-content: center;}
.project-items { float: left; width: 100%; position: relative; overflow: hidden; margin:24px 0 0;}
.project-items a { color: #fff; }
.project-items figure figcaption h2 { -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.project-items img { width: 100%; position: relative }
.project-items figure { position: relative; border: solid 1px #979797; margin-bottom: 0px; }
.project-items figure figcaption { position: absolute; left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.32); padding: 0 30px; text-align: center;  -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.project-items:hover figure figcaption {background:rgba(0, 0, 0, 0.5); }
.project-items h2 { font-size: 40px; line-height:38px; margin-top: 18px; }
.project-page-1a .project-items h2,.project-page-main-1 .project-items h2 {color: #fff;}


/*** PROJECT BUTTON ****/
.project-page-section .project-arrow { left: 0; right: 0; width: 100%; position: fixed; top: 115px; }
.project-page-section .project-section-inner-2 .project-arrow { top:36px; position:absolute; }
.project-page-section .project-arrow.fixed-btn { position: fixed; top: 90px; }
.project-page-section .project-arrow .btn { margin: 0; min-width: 210px; line-height: 58px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.project-page-section .project-arrow .btn.btn-left { padding-left: 10px; padding-right: 15px; float: left; }
.project-page-section .project-arrow .btn.btn-right { padding-right: 10px; float: right;  }
.project-page-section .project-arrow .btn.btn-left .fa-arrow { margin-right: 10px; }
.project-page-section .project-arrow .btn.btn-right .fa-arrow { margin-left: 10px;  -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.project-arrow a .fa-arrow { background: url(../images/normal-arrow.png) no-repeat left top; width: 28px; height: 28px; overflow:hidden; display: inline-block; vertical-align: middle; margin-top: -3px; }
/* .project-arrow a:hover .fa-arrow, .project-arrow a:focus .fa-arrow { background-position: left bottom;  } */
.project-arrow a:hover .fa-arrow, .project-arrow a:focus .fa-arrow { background: url(../images/arrow.png) no-repeat left top; }
.custom-prev-project a:hover .btn { background-color: #e7bdb1; }



/********************* FOOTER CSS *********************/
footer { float: left; width: 100%; background: #3c5e38; position: relative;
  z-index: 2; }
address { margin-bottom: 16px; display: block; }
.call-to-action-btn { display: inline-block; width:100%; position: relative; text-align: center; padding-bottom: 14px; }
.call-to-action-btn:after { content:""; position:absolute; left:0; right:0; top:24px; z-index:-1; width:100%; height: 2px; background:#cdcdcd;  }
.call-to-action-btn .btn { margin: 0; }
.footer-details { width: 270px; text-align: center; margin: 0 auto; }
.footer-logo { font-family: 'Cormorant Garamond', serif; font-size: 32px; line-height: 36px; padding-bottom: 28px; }
address span { display: block; }
.map { margin-bottom: 15px; }
.footer-links { padding: 20px 0; display: inline-block; width: 100%; }
.footer-links ul { text-align:center; margin-bottom: 0; }
.footer-links ul li { display: inline-block; font-size:12px; margin:0; }
.footer-links ul li:before { content:"I"; background-color:transparent; width:auto; height:auto; left:6px; top:0; }
.footer-links ul li:first-child { padding-left: 0; }
.footer-links ul li:first-child:before { display: none; }

/********************* PRESS PAGE CSS *********************/
.press-page-main .section-title h1{ margin: 0; text-transform: uppercase;}
.press-listing{width:100%;float:left;}
.press-box-main{width:100%;float:left;text-align:center;min-height:290px;margin:36px 0px 44px 0px;}
.press-logo{display:block; padding-bottom:26px; min-height:100px;}
.press-logo a { border: none !important; }
.press-logo img{max-height:98px;-webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out;}
.press-logo a:hover img, .press-logo a:focus img{opacity:0.7;}
.press-logo a:before {display:none;}
.press-text{display:block;padding-bottom:17px;}
.press-box-inner{width:100%;max-width:294px; margin:0 auto;}
.press-text a:before{display:none;}
.press-text a{font-weight:700;}
.press-bottom-content {float: left;width: 100%; margin-bottom:30px;}


/*Added By Developer*/
.comment-form { float: left; width: 100%; }
.sidebar section {padding: 0;}
.post-comment-title.single-comment-title{padding-left: 0px;}
#single-comment-btn{margin-left: 0px;}
.comment-awaiting-moderation{color:#ff0000; margin:0 0 14px 0; text-align:center;}

/* 09-12-2019 */
.insta-landing-page .container-small{max-width:430px;}
.profile-picture{width:112px; margin:0 auto; overflow:hidden; border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%; border: 4px solid #fff; }
.profile-picture img{width:100%;}
.whats-heppaning-section{width:100%;float:left; padding:10px 0 0 0;}
.whats-heppaning-section .section-title h1{font-size:28px; line-height:normal; text-transform:uppercase;}
.whats-heppaning-section .section-title{margin: 0 0 5px 0;text-align: center;}
.podcast-block{width:100%;float:left;margin-bottom:30px;}
.podcast-block a{display:block;font-weight:normal;color: #000;padding:15px; }
.podcast-block a:hover .btn, .podcast-block a:focus .btn{ /*border: 1px solid #000;*/}
.podcast-block p{ max-width:230px; display:inline-block; vertical-align:middle; margin:0;}
.podcast-block a:hover p, .podcast-block a:focus p{color: #000 !important;}
.podcast-block a:before{display:none;}
.podcast-block .btn{float:right;min-width:inherit;vertical-align:middle;margin:7px 0 0 0;}

.general-block{width:100%;float:left;  margin-top: 60px; margin-bottom:30px;text-align:center; position:relative;}
.general-block a{display:block;font-weight:normal;color: #333333;padding:0px 22px 21px 22px;}
.general-block a:hover .btn, .general-block a:focus .btn{/*border: 1px solid #000;*/}
.general-block .block-thumb{width:100%; max-width:172px; display:inline-block;position:relative;margin-top:-50px;top:-15px;}
.general-block a:before{display:none;}
.general-block h2{ font-size:28px;margin-top:0px;}
.general-block .btn{width:100%;max-width:306px;min-width:inherit;margin:0px 0 0 0;}

.insta-blog-section{width:100%;float:left;padding:10px 0 80px 0;}
.insta-blog-section .section-title h2{ font-size:28px;margin-top:5px;text-transform:uppercase; text-align:center; margin-bottom: 25px; }
.insta-blog-section .section-title{margin: 0 0 5px 0;}

.insta-landing-header .navigation-main{top: 0 !important;}
.insta-landing-page a {border-bottom: none !important;}
.insta-landing-page .btn { border-radius: 0; margin-top: 0; }

/******* Location Page ***********/
.location-page-section .page-title { padding-bottom: 10px; }
.all-location { float: left; width: 100%; text-align: center; }
.all-location .row { justify-content: center; }
.all-location h2 { text-transform: uppercase; margin-bottom: 20px; }
.all-location a { display: block; width: 100%; border: none;}
.all-location a:hover, .all-location a:focus { border: none; }
.all-location img { width: 100%; height: auto; }
.all-location p { padding: 15px 35px 35px; }
.location-page-section .btn { width: 100%; min-width: 100%; margin: 0;}
.location-page-section .big-button { margin-top: 15px; margin-bottom: 45px; }
/*.quick-location { background: #f4f4f6; }*/
.quick-location .row { margin: 0; }
.quick-location .col-md-6 { padding: 0; }
.quick-right-contact { text-align: center; padding: 60px 20px 15px ;}
.quick-right-contact a { color: #4a4a4a; border: none !important; }
.logo-contact span { text-transform: uppercase; font-weight: 700; font-size: 33px; color: #000; }
.quick-right-contact h2 { font-size: 20px; margin-bottom: 25px; }
.location-page-section .testimonial-block { padding-top: 118px; }
.quick-map img { width: 100%; }
.location-page-section .yoast-faq-five{margin-top: 50px;margin-bottom: 20px;}
.project-page-2col .project-listing .row { justify-content: center; }
.project-page-2col .project-items figure{border: none;}
.project-page-2col .project-items figure figcaption{width:100%;display:inline-block;position:relative; background: #57785b; padding:26px 0;}
.project-page-2col .project-items h2{margin: 0px;font-size: 24px;line-height: 32px;color: #fff;font-family: "futura-pt", sans-serif;font-weight: 400;}
.project-page-2col .project-items{ margin-bottom:35px;}

.project-page-3col .project-listing .row{ justify-content: center; }
.project-page-3col .project-items figure{border: none;}
.project-page-3col .project-items figure figcaption{width:100%;display:inline-block;position:relative;background: #FFF; padding:12px 0;}
.project-page-3col .project-items h2{margin: 0px;font-size:32px;}
.project-page-3col .project-items{ margin-bottom:26px;}

.sidebar-search{position:relative;padding:0px 0px 0px 0px; margin:15px 0 35px 0;}
.sidebar-search button{position:absolute; right:15px;bottom:12px; background:none; border:none; width:27px;}
.sidebar-search .input-text{ padding:0px 56px 0px 12px;font-weight:400;font-size: 20px; text-transform: uppercase; font-family: 'freight-big-pro'; border: 2px solid #e7bdb1 !important; line-height: 54px;
  height: 54px; }
.sidebar-search h2{ font-size:19px !important;text-align:center;margin: 0 0 10px 0; text-transform:uppercase; letter-spacing:1.5px;}


.about-business-section{display:block; padding:22px 0 30px 0; position:relative;}
.about-business-section:before{content:"";position:absolute;width:311px;height:1px;background:#979797;top:0; left:0; right:0; margin:0 auto;}
.about-business-section .title{display:block;text-align:center; margin-bottom:18px;}
.about-business-section .title h2{ color:#555555; font-weight:300; margin:0;}
.about-V2-page .page-title p{text-align:left; margin-bottom:22px;}

.portfolio-single-one .page-title { padding-bottom: 30px; }
.portfolio-single-one .project-arrow .btn { min-width: 84px; line-height: 60px; height: 60px; padding: 8px 0!important; text-align: center; }
.portfolio-single-one .project-arrow a .fa-arrow {  background: url(../images/new-arrow-big.png) no-repeat left top; width: 30px; height: 41px; display: block; padding: 0 !important; }
.portfolio-single-one .project-page-section .project-arrow { max-width: 1190px; max-width:100%; margin: 0 auto; top: 226px; }
.portfolio-single-one .project-page-section .project-arrow .btn.btn-left .fa-arrow { margin: 0 auto; }
.portfolio-single-one .project-page-section .project-arrow .btn.btn-right .fa-arrow { margin: 0 auto; }

.portfolio-single-two .page-title p:last-child { padding-left: 20px; padding-right: 20px; text-align: left; }
.portfolio-single-two .project-page-section .project-arrow { top: 293px; }

.design-services-1-page .testimonial-block { padding-top: 110px; }
.design-services-2-page .testimonial-block { padding-top: 100px; }

.affiliate-shop-archive-section .row { justify-content: center; }
.affiliate-shop-archive-section { text-align: center; padding: 28px 0 0; }
.affiliate-shop-item { position: relative; padding-bottom: 3px; margin-bottom: 24px; }
.affiliate-shop-item img { width: 100%; }
.affiliate-shop-item .btn { position:absolute;  left:0; bottom:0; right:0;  width: 100%; margin: 0; }

.affiliate-shop-category-section { text-align: center; float: left; width: 100%; }
.affiliate-shop-category-section .row {justify-content: center;}
.affiliate-category-item { background: #efefef; text-align: center; margin-bottom: 40px; }
.affiliate-category-item img { width: 100%; margin-bottom: 15px; }
.affiliate-category-item p { margin: 0; color: #4a4a4a; }
.affiliate-category-item .btn { width: 100%; margin: 15px 0 0; }


/******* SIDEBAR TWO ***********/
.sidebar-two .sidebar-guide { position: relative; border: none; background: none; margin-bottom: 70px; }
.sidebar-block .sidebar-title {  background: #3c5e38; width: 290px; margin: 0 auto; position: relative; z-index: 2; text-align: center; }
.sidebar-block .sidebar-title h2 { text-transform: uppercase; padding: 0; margin: 0; color: #fff; font-size: 32px; font-family: 'Visual Hollow Serif'; padding-top: 18px; padding-bottom: 18px; }
.sidebar-block .sidebar-title p { color: #fff; font-size: 20px; line-height: 25px; }
.sidebar-two .btn { min-width: 100%; width: 100%; z-index: 1; position: relative; }
.sidebar-two .sidebar-guide-thumb { padding: 0; border: 7px solid #3c5e38; margin-top: -36px; margin-bottom: 8px; }
.sidebar-two .sidebar-guide-thumb img { width: 100%; }
.sidebar-two .popular-post { border: none; margin-bottom: 42px;}
.sidebar-two .popular-post h2 { font-size: 32px; text-transform: uppercase; font-weight: 400; text-align: center; }
.sidebar-two .popular-post ul li { padding: 7px; text-align: center; background: #3c5e38; margin: 0 0 7px; }
.sidebar-two .popular-post ul li figure { padding: 0; margin: 0; overflow: hidden; }
.sidebar-two .popular-post ul li figure img { width: 100%;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out; }
.sidebar-two .popular-post ul li:hover figure img { -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.sidebar-two .popular-post ul li figure figcaption { color: #fff; background: #3c5e38;
  z-index: 2;
  position: relative; padding: 13px 0 7px 0; }
.sidebar-two .popular-post ul li a { color: #fff; }
.sidebar-two .sidebar-search h2 { text-align: left; font-size: 19px; letter-spacing: 2.19px; font-weight: 600; }
.sidebar-two .sidebar-search .input-text { border: none;}
.sidebar-two .take-the-quiz-sidebar .sidebar-guide-thumb { margin-top: -115px; }
.sidebar-block.take-the-quiz-sidebar .sidebar-title { padding: 5px 13px 22px 13px; }
.sidebar-block.take-the-quiz-sidebar .sidebar-title h2 { font-size: 22px; margin-bottom: 0; padding-bottom: 7px; }
.sidebar-block.take-the-quiz-sidebar .sidebar-title h2 strong { font-size: 30px; letter-spacing:-1px; font-weight: 400; }
.popular-post ul { margin-top: -37px; }
.categories-post-list { border: 7px solid #3c5e38; background: #fff; text-align: center; padding: 35px 0 16px; margin-top: -36px; }
.categories-post-list ul { padding: 0; margin: 0; }
.categories-post-list ul li { padding: 0; margin: 15px 0; width: 100%; text-align: center; display: block; }
.categories-post-list ul li:before { display: none; }
.categories-post-list ul li a { color: #c7ada6; text-transform: uppercase; font-weight: 700; border: none !important; text-decoration: none !important; width: 100%; text-align: center; display: block; }
.sidebar-block.categories-post { margin-bottom: 38px; }

/******* SIDEBAR THREE ***********/
.sidebar-threee .sidebar-guide { border: none; margin-bottom: 60px; }
.sidebar-threee .btn { min-width: 344px; width: auto; }
.sidebar-threee .sidebar-guide-thumb { padding: 0; margin-top: -23px; }
.sidebar-threee .sidebar-guide-thumb img { width: 100%; }
.sidebar-threee .popular-post { border: none; margin-bottom: 40px; }
.sidebar-threee .popular-post ul li { padding-bottom: 25px; }
.sidebar-threee .popular-post ul li a { font-weight: 400; }
.sidebar-threee .sidebar-search h2 { font-size: 20px; letter-spacing: 2.19px; margin-bottom: 15px; }
.sidebar-threee .sidebar-search .input-text { border: 2px solid #b4b2af; padding: 5px 12px; max-width: 320px; }
.sidebar-threee .sidebar-search button { left: inherit; position: absolute; right: 0; bottom: 0; background: #b4b2af; border: none; width: 52px; height: 48px; color: #fff; }

.project-page-section .page-title span {text-transform: uppercase !important;text-align: center;width: 100%;margin: 0 auto;display: inline-block;font-weight:bold;}
.affiliate-shop-category .active {font-weight: bold;}
.project-section-inner-2 .slick-prev::before, .project-section-inner-2 .slick-next::before{background:#000;}
.insta-post-center{text-align:center;}
.insta-post-center .row { justify-content: center; }
.page-style-one .inner-page-section, .page-style-two .inner-page-section {padding-top: 0px;}
.admin-bar.page-style-one .inner-page-section, .admin-bar.page-style-two .inner-page-section {padding-top: 0px;}
.page-style-three .inner-page-section{padding-top: 15px;}
.page-style-three .project-page-main { padding-top: 15px; }
.secondary-menu a {text-transform: uppercase; padding: 15px; text-align: center; display: inline-flex; }
.secondary-menu .navbar-nav { justify-content: center; }
.affiliate-shop-category .navbar-nav > li > a {font-size: 16px;}


/********** Landing Page 2 **************/
.landing-page-main-new .container-small { max-width: 860px; }
.landing-page-new-form { padding: 25px 0 80px; }
.landing-page-new-details { padding-left: 15px; }
.top-part-main h2 { margin-top: 0px; margin-bottom: 0; }
.middle-part-main {margin-top: 10px;}
.landing-page-form-main h2 { font-size: 24px; line-height: 36px; }
.landing-page-form-main .btn { width: 100%; border: none;  color: #fff; line-height: 50px; padding: 0 22px; margin-top: 5px; margin-bottom: 15px; }
.landing-page-form-main p { font-size: 16px; line-height: normal; color: #4a4a4a; }
.landing-page-main-new form {padding: 0 15px;}
.landing-page-main-new form .btn{margin-top: 5px;}

/********** FAQ PAGE 5 CSS **********/
.faq-five .faq-page #accordion .panel-title a {text-align:left;width:100%;}
.faq-five .faq-page #accordion .panel-title a.collapsed { background: #fff;}
.faq-five .faq-page #accordion .panel-title a:hover {color: #eda645;}
.faq-five .faq-page h2.panel-title {text-align: left;color: #333; border-top: 2px solid #cdcbc8;}
.faq-five .faq-page #accordion .panel-title a::before, .faq-five .faq-page #accordion .panel-title a.collapsed::before{position:absolute; right:18px;text-align:right;top:8px;} 
.faq-five .faq-page #accordion .panel-title a.collapsed::before {content: "+";color: #b4b2af;} 
.faq-five .faq-page #accordion .panel-title a::before{content: "-";}
.faq-five .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body {padding-top: 12px;}
.faq-five .faq-page h2.panel-title {font-size: 23px; line-height: 36px;}
.faq-five .faq-page #accordion .panel-title a span {display: block;width: 100%;margin: 0 auto;position: relative;padding: 10px 50px 10px 25px;}
.faq-five .faq-page .panel-default > .panel-heading + .panel-collapse > .panel-body .container-small {width: 100%;padding: 0 25px 0 25px;}
.faq-five .faq-page .panel.panel-default .container-small {max-width: 100%; padding: 0;}
.faq-five .faq-page h2.panel-title {margin: 0 0 0px 0;}
.faq-five .faq-page .panel-default > .panel-heading {margin-bottom:0;}

.contact-page-2 .contact-page-section{padding-top: 45px;}
.contact-page-2 .contact-section {padding-top: 0px;}


.blog-inner-page .page-title h1 {text-transform: none;}
.footer-main-two { padding-bottom: 20px; }

/********** PORTFOLIO PAGE 4 CSS **********/
.portfolio-4-page .page-title{padding-bottom:5px;}
.portfolio-4-page .project-items{border-top: 14px solid #f1f0ed;margin: 16px 0 22px 0;}
.portfolio-4-page .container-small, .portfolio-single-one .container-small{max-width:1030px !important;}
.portfolio-4-page .project-items:hover figure figcaption { background: rgba(0, 0, 0, 0);}
.portfolio-4-page .project-items figure figcaption{display:block;position: relative;background: rgba(0, 0, 0, 0.0);}
.portfolio-4-page .project-items figure{border:none;}
.portfolio-4-page .project-items h2{font-size:30px;margin-top: 12px;line-height:normal;}
.portfolio-4-page .project-items:last-child {  margin: 0;}

.portfolio-single-one.portfolio-single-one-full .container-small{max-width:100% !important; padding: 0 !important;}
.portfolio-single-one.portfolio-single-one-full .project-box { padding: 0 !important; }


/**************** Home Page four ***************/
header.navbar-fixed-top.header-four { padding: 23px 0px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-four .ubermenu-main { margin-top:0;  }
.header-four .header-nav { padding: 0 25px; }
.header-four .header-left { left: 25px; top: 27px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
.header-four .header-left a { font-size: 20px; font-weight: 400; text-transform: inherit; letter-spacing: 0; }
.header-four .header-left a strong { font-weight: 400; }
.header-four .header-left span { width: 33px; background: #b4b2af; font-weight: 400; font-size: 26px; line-height: 30px; }
.header-four .logo-two { max-width: 102px; position: absolute; top: 26px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }
/**** STICKY ****/
header.navbar-fixed-top.header-four.stuck { padding: 15px 0px; }
header.navbar-fixed-top.header-four.stuck .header-left { top: 16px; }
header.navbar-fixed-top.header-four.stuck .logo-two { top: 16px; }

/** Menu **/
.header-four .ubermenu .ubermenu-colgroup .ubermenu-column, .header-four .ubermenu .ubermenu-custom-content-padded, .header-four .ubermenu .ubermenu-nonlink, .header-four .ubermenu .ubermenu-retractor, .header-four .ubermenu .ubermenu-submenu-padded, .header-four .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .header-four .ubermenu .ubermenu-target, .header-four .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle { padding: 7px 13px !important; }
.header-four .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { font-size: 16px !important; text-transform: capitalize !important; }
.header-four .ubermenu-main ul li:last-child a.ubermenu-target { text-transform: uppercase !important; }
.header-four .ubermenu-main ul li:last-child a {font-size: 20px !important; min-width: 164px; text-align: center; margin-left: 10px; }
.header-four .ubermenu-main ul li:last-child ul li a.ubermenu-target {font-size: 16px !important;background: transparent;color: #4a4a4a !important; text-transform: none !important;}
.main-header-four .slick-slider .slick-arrow { display: inline-block !important; }
.main-header-four .hero-slide { float: left; width: 100%; }
.hero-four-bottom { float: left; width: 100%; padding: 25px 0; /*background-color: #eae7e4;*/}
.hero-four-bottom ul { padding: 0; margin: 0; }
.hero-four-bottom ul li { float: left; width: 50%; text-align: center; padding: 0 15px; margin: 0; }
.hero-four-bottom ul li:before { display: none; }
.hero-four-bottom ul li:first-child:after { content:""; position: absolute; right:0; top: -5px; width: 1px; height: 50px; background: #b4b2af; }
.tagline h1 { font-size: 32px; text-transform: capitalize; margin: 0; padding: 0; /*font-weight: 700;*/ }
.location-right h2 { font-size: 20px; text-transform: uppercase; line-height: 38px; margin: 0; padding: 0; font-weight: normal; }

body.page-style-four .main-page-section { padding-bottom: 40px; }
.recent-work-four { float: left; width: 100%; padding: 25px 0 100px; }
.four-title { width: 100%; text-align: center; position: relative; z-index: 1; }
.four-title h2 { display: inline-block; background: #fff; font-size: 32px; text-transform: uppercase; padding: 10px 30px; margin: 0; }
.home .px-4 { margin-left: -4px; margin-right: -4px; margin-top: -28px; padding: 0 !important; }
.home .px-4 .col-lg-4, .home .px-4 .col-lg-6 { padding-left: 4px; padding-right: 4px; }
.recent-work-item { float: left; width: 100%; overflow: hidden; }
.home .px-4 a img { width: 100%; height: auto;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out;
-o-transition: all 0.7s ease-in-out;
-ms-transition: all 0.7s ease-in-out;
transition: all 0.7s ease-in-out; }
.home .px-4 a:hover img, .home .px-4 a:focus img { -webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05); }
.page-style-four .insta-landing-page { padding-top: 25px; }

/********************* Testimonial Four CSS *********************/
.testimonial-section-full { float: left; width: 100%; }
.testimonial-section-home.testimonial-section-home-four { padding-top: 0; }
.testimonial-section-home-four .testimonial-box-new:before { width: 62px; height: 46px; top: -95px; }
.testimonial-section-home-top { float: left; width: 100%; text-align: center; margin-bottom: 65px; }
.testimonial-section-home-top h2 { font-size: 36px; line-height: 43px; }
.testimonial-section-home-top p { max-width: 545px; margin: 0 auto; padding-top: 3px; }
.testimonial-section-home-four .testimonial-box { padding-top: 95px; }
.testimonial-section-home-four .testimonial-box p { max-width: 385px; margin: 0 auto; font-size: 20px; margin-bottom: 22px; }
.testimonial-section-home-four .testimonial-box p:last-child { text-transform: inherit; font-size: 16px; font-weight: 700; }

/********************* Four other CSS *********************/
.pages-post-list-four { margin-top: 105px; }
.pages-post-list-four .px-4 { margin-top: 0; justify-content: center; }
.pages-post-list-four .pages-post-thumb { overflow: hidden; }
.pages-post-list-four .page-btn { background-color: #fff; width: 204px; min-width: 204px; padding: 0 15px; display: inline-block; color: #333; text-transform: uppercase; font-size: 32px;    text-align: center;line-height: 58px; font-weight: 400; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; position: absolute; left: 0; right: 0; float: none; margin: 0 auto; top: -29px; z-index: 1; }
.pages-post-list-four figcaption { position: relative; }

/********************* Featured Four CSS *********************/
.featured-section.featured-section-new.featured-section-four { padding: 55px 0 0; margin: 0; }
.featured-section-inner { float: left; width: 100%; text-align: center; border-top: 1px solid #b4b2af; border-bottom: 1px solid #b4b2af; padding-bottom: 85px; }
.featured-section-four .four-title { margin-top: -27px; margin-bottom: 70px; }
.featured-section-four .four-title h2 { font-size: 28px; }
.featured-section.featured-section-new.featured-section-four .container { max-width: 1114px; }


/********************* FOOTER Four CSS *********************/
.footer-main-four { background: #eae7e4; float: left; width: 100%; }
.footer-four { float: left; width: 100%; position: relative; padding-top: 55px; }
.footer-four .footer-tagline { text-align: left; padding-left: 40px; }
.footer-four .footer-center-btn .btn.md-btn { min-width: 238px; top: 10px; border: none; text-align: center; text-decoration: none; font-weight: 600; display: inline-block; font-size: 22px; letter-spacing: normal; line-height: 54px; padding: 0px 22px; margin-top: 15px; text-transform: uppercase; position: relative; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; }
.footer-four a, .footer-four a:hover, .footer-four a:focus { border: none; }
.footer-four .middle-section:after { height: 91px; content: ""; width: 1px; position: absolute;  background: #b4b2af; float: right; top: 5px; right: -20px; }
.footer-four .middle-section:before { height: 91px; content: ""; width: 1px; position: absolute; background: #b4b2af; float: right; top: 5px; left: -20px; }
.footer-four .footer-center { text-align: center; width: 150px; margin: 0 auto; padding: 22px 0 15px; position: relative; z-index: 22; }
.footer-four .footer-center-logo { padding: 15px 0; }
.footer-four .footer-top-right { padding-left: 10px; }
.footer-four address { margin-bottom: 16px; display: block; }
.footer-four .footer-top-right p { margin: 0 auto; max-width: 206px; text-align: center; font-size: 20px; line-height: normal; }
.footer-four .footer-social-icon { padding-top: 0; }
.footer-four .footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-four .footer-social-icon ul li { display: inline-block; padding: 0 4px; margin: 0;  }
.footer-four .footer-social-icon ul li a {  background-color: transparent; font-size: 24px; line-height: 24px; min-width: 24px; text-align: center; border: none; display: block; color: #b4b2af; }
.footer-four .footer-social-icon ul li:before { display: none; }
.footer-four .footer-bottom { position: relative; bottom: 0; left: 0; right: 0; font-size: 12px; }
.footer-four .footer-links { padding: 25px 0 18px 0; display: inline-block; width: 100%; }
.footer-four .footer-bottom-left { padding-right: 0px; }
.footer-four .footer-bottom .footer-links ul { margin-bottom: 0; }
.footer-four .footer-links ul li::before { content: "I";  background-color: transparent; width: auto; height: auto; left: 6px; top: 0; }
.footer-four .footer-links ul li:first-child { padding-left: 0; }
.footer-four .footer-links ul li { display: inline-block; font-size: 16px; margin: 0; }
.footer-four .footer-links ul li a { border-bottom: none !important; }


.project-page-section.passed-line .project-arrow { position: absolute; bottom: 15px; top: inherit !important; opacity: 0;}
.portfolio-5-page .project-listing .row  { display: flex;  flex-wrap: wrap; justify-content: center;}
.portfolio-5-page .project-items:hover figure figcaption {background:rgba(14, 15, 15, 0.0); }
.portfolio-5-page .project-items figure figcaption {text-decoration: none;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}

.page-style-three .landing-page-main { padding-top: 17px; }

.woocommerce .products ul li:before, .woocommerce ul.products li:before { display: none; }
.woocommerce-MyAccount-navigation li { padding-left: 0; margin-left: 0; margin-bottom: 15px; }
.woocommerce-MyAccount-navigation li:before { display: none; }
.woocommerce-MyAccount-navigation li a { border: none !important; color: #000; }
.woocommerce-MyAccount-navigation li a:hover {color: #c19c3e;}
.woocommerce-page table.cart td.actions #coupon_code { width: 140px; }
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { height: 48px; padding-top: 0 !important; padding-bottom:0 !important; line-height: 48px; }
.checkout_coupon.woocommerce-form-coupon .woocommerce .form-row { padding: 0 15px 0 0; }
.checkout_coupon.woocommerce-form-coupon .form-row-last, .checkout_coupon.woocommerce-form-coupon .form-row-last { float: left; }
.recent-work-four .row {justify-content: center;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {display: none ;}


/* Header Five */
header.header-five{display: flex; justify-content: space-between;align-items: center;padding: 26px 30px;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
header.header-five .logo { color: #333;  font-size: 34px;font-weight: 500; line-height: 1; padding-top: 0px; position: absolute; left: 0; right: 0; margin: 0 auto; text-align: center;}
header.header-five.stuck .logo img{max-width: 65px;}
.stuck.navbar-fixed-top.header-five{padding: 18px 30px}
header.header-five .logo a, .header-links a, .footer-logo-main a, .footer-links a {border-bottom:none !important;}
header.header-five .navbar-toggler{ font-size: 16px; text-transform:uppercase;position: relative; padding: 0 34px 0 0; -webkit-transition: left .3s ease-in-out;-moz-transition: left .3s ease-in-out;left:0;transition: left .3s ease-in-out;}
header.header-five .navbar-toggler:focus { box-shadow: 0 0 0 0;}
header.header-five .navbar-toggler span, header.header-five .navbar-toggler span:before, header.header-five .navbar-toggler span:after {cursor: pointer; height: 1px; width: 23px; background: #000; position: absolute; display: block; content: '';right:0; }
header.header-five .navbar-toggler span{top: 6px;}
header.header-five .navbar-toggler span:before { top: -7px;}
header.header-five .navbar-toggler span:after { bottom: -7px;}
.navtoggleropener .navbar-toggler span { background-color: transparent !important;}
.navtoggleropener header.header-five .navbar-toggler span:before { top: 0px;transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); bottom: 0px;}
.navtoggleropener header.header-five .navbar-toggler span:after {bottom: 0px; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}

header.header-five .header-nav{width: auto; padding: 0;position: relative;z-index: 3;}
body.page-style-five { padding: 75px 0 0 0; }

header.header-five .navbar-collapse{position: fixed;background: #FFF;height: 100%;top: 0px;width: 340px;left: -340px;display:block;padding: 30px 40px 30px 40px;-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
.navtoggleropener header.header-five .navbar-collapse { left: 0px; -webkit-box-shadow: 0 0px 17px rgba(0,0,0,.1);overflow-y: auto; -moz-box-shadow: 0 0px 17px rgba(0,0,0,.1); box-shadow: 0 0px 17px rgba(0,0,0,.1);-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}  



.navtoggleropener header.header-five .navbar-toggler { left: 330px;-webkit-transition: left .3s ease-in-out;
-moz-transition: left .3s ease-in-out;
transition: left .3s ease-in-out;
}  
header.header-five .navbar-nav { width: 100%; }
header.header-five .navbar-nav li { padding: 2px 0px 2px 0px;}
header.header-five .navbar-nav li:before { display:none;}
header.header-five .navbar-nav .nav-link {color:#000; padding: 6px 0 !important; text-transform: uppercase;}
header.header-five .navbar-nav .nav-link:hover, header.header-five .navbar-nav .nav-link:focus {
  color: #c19c3e;
}
header.header-five .navbar-nav ul.submenu li{padding: 0px 0px 0px 0px;}
header.header-five .navbar-nav ul.submenu li a.dropdown-item{padding:5px 15px;}
header.header-five .navbar-nav ul.submenu li a.dropdown-item.active, header.header-five .navbar-nav ul.submenu li a.dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: #f8f7f7;
}
header.header-five .navbar-nav ul.submenu {margin:0;}
.navtoggleropener #overlapblackbg{display: block !important;}
.navtoggleropener #overlapblackbg { left: 0px; z-index: 99; width: 100%; height: 100%; position: fixed; top: 0px; display: none; background-color: rgba(0, 0, 0, 0.5); cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
}
.navtoggleropener header.header-five .navbar-nav li {animation: fadeInLeft .5s ease forwards; animation-delay: 0s;animation-delay: .22s;text-align: left;}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    left: -100px;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

.hero-five-bottom .tagline h1 { font-size: 22px; text-transform: uppercase;}


/**/
header.header-five .navbar-nav li a {font-weight: 700; letter-spacing: 0.4px; }
header.header-five .navbar-nav li ul li a {font-weight: 400; }
header.header-five .navbar-nav li span.caret, header.header-five .navbar-nav li .dropdown-toggle::after { display: none !important; }
header.header-five .navbar-nav li a.active { color: #ab1d5a !important; }
header.header-five .navbar-nav ul li a:focus, header.header-five .navbar-nav ul li a:hover, header.header-five .navbar-nav .dropdown-item:focus, header.header-five .navbar-nav .dropdown-item:hover, header.header-five .navbar-nav ul.submenu li a.dropdown-item.active, header.header-five .navbar-nav ul.submenu li a.dropdown-item:active { color: #fff !important; background-color: #ab1d5a; }
header.header-five .navbar-nav ul li a{ color: #212529; width: 100%; display: block; padding: 5px 15px; }
.header-four .ubermenu-main ul li:last-child ul li a {text-align: left !important;}


.main-header-five .hero-slide { height: calc(100vh - 156px);}
.hero-five-bottom {width: 100%;float: left; padding: 25px 15px; text-align: center;}

.main-headfive-section {padding: 146px 0 190px;}
.main-headfive-section .container-small { max-width: 628px;}
.main-headfive-section h2 { font-size: 22px;text-align: center;text-transform: uppercase;margin: 0px 0 20px 0;}

.multiuse-section{width:100%;float:left; position: relative;}
.multiuse-section:after{ content:""; background-color: #f8f7f7; position: absolute;width:100%;height:290px; top: 50%;left:0; transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%); }
.multiuse-section .container {max-width: 100%;padding: 0 0px; position: relative; z-index: 1;}
.multiuse-block { position: relative;}
.multiuse-block a{display:block;border: none !important;}
.multiuse-block img{width:100%;height:auto;}
.multiuse-block .btn-block{ position: absolute; top: -19px; left: 0; right: 0; margin: 0 auto; max-width: 200px; text-align: center;}
.multiuse-block .btn-block .btn{ display: block; margin: 0; font-size: 16px;border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px; }
.multiuse-block:hover .btn{ background-color: #000;}

.testimonial-section-home-five .testimonial-box-new::before{background-size:100%;}
.testimonial-section-home-five .testimonial-box{max-width:380px;}
.testimonial-section-home-five{padding: 240px 0 0;}

.featured-section-five .featured-section-inner {border:none !important; padding-bottom: 0px;}
.featured-section-five {padding: 30px 0px 164px 0px !important;}

.get-on-the-list-section{width: 100%; float: left; padding: 50px 0; }
.get-on-the-list-section h2 { font-size: 22px; text-align: center; text-transform: uppercase; margin: 0px 0 20px 0;}


.footer-main-five .container{max-width: 100%;padding: 0 50px;}
.footer-main-five .call-to-action-btn::after{display:none;}
.footer-main-five .footer-tagline{text-align: center; font-size: 22px; text-transform: uppercase; margin: 0px 0 20px 0; padding: 0;}

.footer-main-five .footer-top{width:100%;float:left; margin-top: -20px; }
.footer-main-five .footer-bottom{width:100%;float:left; padding: 8px 0 20px 0;position:relative;text-align: center; font-size: 16px;}
.footer-main-five .footer-bottom .footer-about{width:30%;float:left;text-align: left; }
.footer-main-five .footer-bottom .footer-about ul, .footer-main-five .footer-bottom .footer-social ul{margin: 0;display:inline-block;}
.footer-main-five .footer-bottom .footer-about ul li, .footer-main-five .footer-bottom .footer-social ul li{margin: 0; padding: 4px 0; text-transform: uppercase;}
.footer-main-five .footer-bottom .footer-about ul li:before, .footer-main-five .footer-bottom .footer-social ul li:before{display:none;}
.footer-main-five .footer-bottom .footer-about address{margin: 0 0 0 76px;display:inline-block; text-transform: uppercase;}
.footer-main-five .footer-bottom .footer-social{width:30%;float:left;text-align: right; }
.footer-main-five .footer-bottom .footer-social i{ font-size:16px;margin-right: 5px;}
.footer-main-five .footer-logo-main{ text-align: center; max-width: 250px; margin: 0 auto; }
.footer-main-five .footer-logo{}
.footer-main-five .footer-links{ padding: 9px 0; width: 100%;max-width: 100%; margin:0 auto; background: #000; }
.footer-main-five .footer-links ul li { font-size: 14px; color: #e7bdb1; font-weight: 600; }
.footer-main-five .footer-links ul li a { font-weight: 600; }
.footer-logo-main p { color: #f8f4f1;}
.footer-social-icon ul li a { color: #e7bdb1; }

#ess-main-wrapper { position: absolute; display:none; }

.single-post #ess-main-wrapper {display:block;}
.before-we-begin-box {
  width: 373px;
  margin: 0 auto;
  padding: 22px 22px 36px;
  background-size: cover !important;
}
.before-we-begin-box-inner {
  background: #f8f4f1;
  padding: 20px 30px 0 30px;
}
.before-we-begin-box-inner h2 { margin: 0 0 5px; }
.before-we-begin-box-inner p { font-size: 16px; line-height: 20px; margin-bottom: 12px; }
.before-we-begin-box-inner p strong { font-weight: 600; }
.before-we-begin-box-inner .btn { margin-bottom: -15px; margin-top: 0; }
.before-we-begin-box-inner p:nth-child(2n) { margin-bottom: 12px; font-size: 18px; }

.blog-listing-3 .blog-post-title { max-width: 245px; position: relative; margin-left: -55px; background: #3c5e38; padding: 22px 40px 32px; }

.blog-listing-3 .blog-post-title.btn h2{font-size: 16px; line-height: 1.3;letter-spacing: 0.5px;}
.blog-listing-3 .blog-post:hover .btn{background-color: #000000;}
.blog-listing-3 .blog-post{margin-bottom:35px;}
.blog-listing-3 .blog-post-title h2, .blog-listing-4 .blog-post-title h2 {text-transform: uppercase;}

.blog-listing-4 .blog-post-title{width:100%;border:1px solid #000; padding: 5px 18px;background-color: #ffffff;}
.blog-listing-4 .blog-post-title h2{font-size: 16px; line-height: 1.3;}
.blog-listing-4 .blog-post{margin-bottom:26px;}

.sidebar.sidebar-four{padding-top: 0px;}
.blog-listing.blog-listing-4 .row {margin-left: calc(var(--bs-gutter-x) * -.5); margin-right: calc(var(--bs-gutter-x) * -.5);}

.sidebar-four .sidebar-block {  border: none; position: relative;margin-bottom: 83px;}
.sidebar-four .sidebar-guide h2 { text-transform: uppercase;}
.sidebar.sidebar-four h2 {font-size: 24px;text-transform: uppercase;}
.sidebar-four .sidebar-guide-thumb{padding: 0;}
.sidebar-four .sidebar-guide-thumb img{width:100%;height:auto;}
.sidebar-four .btn{position:absolute;max-width:250px;left:15px;right:15px;margin:0 auto;bottom: -26px}
.popular-post ul li a { font-size: 16px;text-transform: uppercase;}
.sidebar-four .sidebar-search{background-color:transparent;margin: -15px 0 0px 0;}
.sidebar-four .sidebar-search .input-text {border: none;}


.get-on-the-list-section .form-container{text-align: center;}
.get-on-the-list-section .vfbp-form .form-input, .get-on-the-list-section ._form input, .mailchimp-form .form-input{border: none !important;border-bottom: 1px solid #293546 !important;background-color: transparent;height: 35px !important; padding: 0 !important;box-shadow: none !important;-webkit-box-shadow: none !important;-moz-box-shadow: none !important; outline: none;}
.get-on-the-list-section .vfbp-form .vfb-has-error .vfb-form-control {border:none !important;border-bottom: 1px solid #f00 !important;}
.get-on-the-list-section .vfbp-form input.form-input::placeholder, .get-on-the-list-section ._form input::placeholder, .mailchimp-form .form-input::placeholder {opacity: 1;color: #555555;}
.get-on-the-list-section .vfbp-form label, .get-on-the-list-section ._form ._form-label, .mailchimp-form label{display:none}
.get-on-the-list-section .vfbp-form .vfb-col-12, .get-on-the-list-section ._form ._form_element, .mailchimp-form .form-group {padding: 0 12px !important;width: 33.33%; display: inline-block; vertical-align: top;}
.get-on-the-list-section ._form ._form_element{padding: 0 10px !important;}
.get-on-the-list-section .vfbp-form .vfb-clearfix{display:none;}
.get-on-the-list-section .vfbp-form .vfb-fieldType-submit, .get-on-the-list-section ._form ._button-wrapper, .mailchimp-form .form-group:last-child{width:auto;padding: 0 5px !important;}
.get-on-the-list-section .vfbp-form .btn-primary, .get-on-the-list-section ._form ._submit, .mailchimp-form .btn{width:40px;line-height: 35px;padding: 0 5px; border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;min-width: inherit;
margin:0;}
.get-on-the-list-section ._form ._button-wrapper{display:inline-block;}


/* About V6 Page */
.about-V6-page .container-small { max-width: 1110px; }
.about-v6-content .text-left {display:block; height:100%; padding: 50px 52px; }
.about-V6-page {padding-bottom: 100px !important; }
.about-v6-content .about-photo img{width:100%;height:auto;}
.about-v6-content .about-photo{padding: 0;}
.about-V6-page .testimonial-block .container-small { max-width: 370px; }
.testimonial-block.about-v6-testimonial { padding-top: 130px; }
.testimonial-block.about-v6-testimonial .testimonial-block-new { margin-bottom: 0; }

/* Portfolio Archive V6 Page */
.project-page-main-6.project-page-3col .project-items h2 { font-size:30px;}
.project-page-main-6.project-page-3col .project-items {margin:10px 0 26px 0;}


body.page-style-six .btn{  font-weight: normal;border-radius: 0px;-webkit-border-radius: 0px;-moz-border-radius: 0px;}

body.home.page-style-six{padding-top: 50px;}
body.home.page-style-six .main-page-section{padding-bottom: 140px;}

.header-six .ubermenu-main {width:auto; margin-top: 0 !important;z-index: 102}
.header-six{min-height:50px;}
.header-six .logo-two{background-color:#3c5e38; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);  max-width: 220px; top: 0; padding: 21px 32px;-webkit-transition:padding .3s ease-in-out;
-moz-transition:  padding .3s ease-in-out;
transition:  padding .3s ease-in-out}
.header-six .logo-two img{max-width:156px;}
.header-six.stuck .logo-two{padding: 15px 15px;}

.header-six .header-left span{width:33px;height:24px;background: #555758;font-size: 31px;font-weight: 400;margin-left: 8px;vertical-align: middle;line-height:22px;}
.header-six .header-left a strong { font-weight: 400;}
.header-six .header-left a{font-size: 16px;font-weight: 400;text-transform: none;}
.main-header-six .hero-slide {height: 600px;}
.header-six .header-left a.btn { margin-top: 23px; border-right: none !important; }
.header-left a:hover, .header-left a:focus { color: #000 !important; }

.header-six.stuck .header-left a.btn { margin-top: 5px; }
.main-headingsix-section{width:100%;float:left; text-align: center;font-size: 20px;font-weight:400;padding: 80px 0;}
.main-headingsix-section p {text-transform: uppercase;}

.home-grid-section{width:100%;float:left;}
.home-grid-section .row{margin: -4px;}
.home-grid-section .row > *{padding: 4px;}
.grid-block{display:block;position: relative;height:100%;}
.grid-block a{display:block;height:100%;border:none !important;}
.grid-block h2{margin: 0;-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
.projects.grid-block img{width:100%;height: 100%;object-fit: cover;object-position: center;}
.grid-title{width: 100%; max-width: 260px; padding: 23px 15px; text-align: center; position: absolute;left:15px;right:15px;margin:auto;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);}
.home-six-testimonial .section-title h2{width:45%;text-align: right;font-size:26px;text-transform: none;border-right:1px solid #555758; margin: 0 !important;padding: 12px 30px 15px 15px;-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}

.home-six-testimonial{padding: 100px 0 100px 0;}
.home-six-testimonial .section-title p{ width:55%;padding: 0 15px 0 30px;}
.home-six-testimonial .section-title {margin-bottom: 80px;}
.home-six-testimonial .testimonial-box-new::before{background-size:100% !important;}
.home-six-testimonial .testimonial-box p:last-child {font-size: 16px;text-transform: none;}
.home-six-testimonial .testimonial-box-new{font-size: 20px;font-weight: 300;margin: 0;}
.home-six-testimonial .testimonial-box p { margin-bottom: 12px;}

.gloria-featured-section.featured-section{padding: 56px 0 50px 0;}
.footer-main-six .container{ position: relative;}
.footer-main-six .footer-bottom-left {padding-right: 0px;}
.footer-main-six .footer-bottom-right{padding: 20px 0 20px 0px;}
.footer-main-six .footer-bottom .footer-links ul{text-align:right;}
.footer-main-six .footer-bottom .col-md-4{padding: 0;}
.footer-main-six .footer-center .footer-social-icon ul li a {background-color: transparent; color: #b4b2af;font-size: 26px;}
.footer-main-six .footer-center .footer-social-icon ul li a:hover{color: #000;}
.footer-main-six .footer-center .footer-social-icon ul li {padding: 0 3px;}
.footer-main-six .footer-center {width: 100%;max-width: 360px; background: #efefef; padding: 0 0 15px;}
.footer-main-six .footer-center-logo img{max-width:112px;}
.footer-main-six .footer-center-logo{margin-bottom:6px;}
.footer-main-six .footer-center address{font-size: 18px;}
.footer-main-six .footer-center-btn .btn.md-btn {margin: -28px 0 12px; line-height: 55px; min-width: 250px;border:none !important;}

.header-six .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {font-size: 16px;}
.header-six .ubermenu .ubermenu-item-level-0 .ubermenu-target {padding: 15px 15px;}





/* Laurel - Homepage */
header.header-seven .logo{max-width:90px;}
.stuck.navbar-fixed-top.header-seven {padding-top: 6px !important; padding-bottom: 6px !important;}
header.header-seven .logo img{max-width: 100%;}
header.header-seven .header-links .btn{margin: 0;}
header.header-seven .header-links { margin-right: -30px;}
header.header-seven{padding-top: 12px !important; padding-bottom: 12px !important;}

.main-header-seven{width:100%;float:left;position:relative;}
.main-header-seven:after{content:""; position: absolute; left:0;right:0;bottom:0;height:230px; background: rgb(9,9,9); z-index: 1;
background: -moz-linear-gradient(0deg, rgba(9,9,9,1) 0%, rgba(9,9,9,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(9,9,9,1) 0%, rgba(9,9,9,0) 100%);
background: linear-gradient(0deg, rgba(9,9,9,1) 0%, rgba(9,9,9,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#090909",endColorstr="#090909",GradientType=1);}
.hero-seven-content{position: absolute;bottom:30px;left:0;right:0;z-index: 2; text-align: center;overflow:hidden;}
.hero-seven-content .tagline{display:inline-block; padding: 0 30px; position: relative;}
.hero-seven-content .tagline:after{content:""; width:5000px;position: absolute; left:-5000px;bottom:50%;height:1px; background: rgb(255,255,255);}
.hero-seven-content .tagline:before{content:""; width:5000px;position: absolute; right:-5000px;bottom:50%;height:1px; background: rgb(255,255,255);}
.main-header-seven .tagline h1{font-size: 22px; text-transform: uppercase;color:#FFF;}

.page-style-seven .get-on-the-list-section{padding: 66px 0; margin:30px 0;}

.display-message-section {width:100%;float:left; }
.display-message-section .text-center{width:100%;max-width:400px;}
.display-message-section .display-message-block:nth-child(2n+1){flex-direction: row-reverse !important}
.display-message-section .text-center .btn{ border:none !important;}
.testimonial-section-home-seven .testimonial-box{max-width:410px;}

.display-message-section .w-50.d-flex{align-self: center;}
.display-message-section .w-50.d-flex img{display:flex;align-self: center;width:100%; height:auto;}


.featured-section.featured-section-seven {padding: 30px 0 30px 0;}
.featured-section-seven .featured-section-inner {border: none; padding-bottom: 0px !important;}
.main-page-section.page-style-seven {padding-bottom: 130px;}

.footer-main-seven .footer-bottom {display:block; padding: 26px 0 0px 0; position: relative;display: flex; justify-content: space-between; align-items: flex-start; text-align: center; font-size: 16px; flex-wrap: wrap;}
.footer-main-seven .container{max-width:600px;}
.footer-main-seven .footer{border-bottom: none !important;border:1px solid #000; padding: 0 50px 15px 50px;}
.footer-main-seven .footer .call-to-action-btn{display: block;margin-top:-26px;padding-bottom: 26px;}
.footer-main-seven .call-to-action-btn::after{display:none;}
.footer-main-seven .footer-logo{text-align:center;}
.footer-main-seven .footer-logo img{max-width: 90px;}
.footer-main-two a,.footer-main-seven a{border:none !important;}
.footer-main-seven .footer-links{padding-bottom: 0;}
.footer-main-seven address{ text-align:left;text-transform:uppercase;}
.footer-main-seven .footer-bottom .footer-social ul li:before{display:none;}
.footer-main-seven .footer-bottom .footer-social { text-transform:uppercase;}
.footer-main-seven .footer-bottom .footer-social i{ font-size:16px;margin-right: 5px;}
.footer-main-seven .footer-links ul li{font-size:12px;padding: 0 0 0 10px}
.footer-main-seven .footer-links p{font-size: 12px;}
.footer-main-seven .footer-links ul li::before{left:1px;}


/**** Contact #4 New ***/
.contact-page-4-new .contact-section .row {display: flex;flex-direction: row-reverse;}
.contact-page-4-new .contact-section .row .contact-new-right{display: flex;}
.contact-page-4-new .contact-section .row .contact-right-section {display: flex;align-items: center;align-self: stretch;width: 100%;justify-content: center;}


.stuck.header-three .header-nav {  box-shadow: 0 2px 2px 0px rgb(0 1 1 / 35%);}
body.page-style-six {padding: 50px 0 0 0;}
.footer-main-seven .footer-bottom .footer-links ul { margin: 0 -10px;}
.footer-main-seven .footer-links ul li:first-child {padding-left: 0;}
.page-id-2  .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item,.header-two .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item,.header-six .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item, .header-four .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item {  left: auto !important; right: 100%;}
.ubermenu-submenu .ubermenu-sub-indicator.fas.fa-angle-down {display: block !important; }
.footer-main-four .middle-section {position: relative;}

/* About #5 */
.about-V5-page{padding-top:8px !important}
.about-V5-page .about-photo{width:100%;float:left;padding: 0}
.about-V5-page .about-v5-content{width:100%;float:left;padding: 60px 0 65px 0;}
.pages-post-list-four .page-btn:hover {color: #333;}
.about-v5-content .page-title h1 { margin-top: 0; }

.search-page{width:100%;max-width:740px;}

.main-headingsix-section h1{display: block; font-size: 20px; line-height: 24px; font-weight: 400; padding-top: 10px; margin: 0; font-family: "futura-pt",sans-serif;}
.home-main-hero-title {line-height: normal;}
.main-headingsix-section .container-small {max-width: 920px;}
.rp4wp-related-posts ul li {float: left; padding-bottom: 10px !important;}

.contact-page-3 .contact-section-2 {padding-top: 0;}
.contact-page-3 .latest-contact-page {margin-top: 60px;width: 100%;float: left;}
.service-fea-sec {margin-bottom: -1px !important;}


/***** Heder style #13 *****/
.page-style-thirteen{padding-top:0;}
.header-type-thirteen .ubermenu .ubermenu-item.menu-logo {width: 140px !important;font-size: 0px;transition: all .3s ease-in-out;-moz-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-webkit-transition: all .3s ease-in-out;}
.header-type-thirteen .logo {width: 100%;max-width: 140px;float: left;position: absolute;left: 0;right: 0;margin: 0 auto;padding: 14px 22px 12px 0px !important;text-align: center;transition: all 0.4s ease-in-out 0s;-webkit-transition: all 0.4s ease-in-out 0s;-moz-transition: all 0.4s ease-in-out 0s;z-index: 101;}
.header-type-thirteen .ubermenu-items-align-right { text-align: center;}
.header-type-thirteen .ubermenu-main {width: 100%;float: none;margin-top: 0;background: #f6f6f6;padding: 0 !important;}
.header-type-thirteen .header-nav{padding:0;}
.header-type-thirteen .logo img {max-width: 100px; margin-top: -6px;}
.header-type-thirteen .ubermenu .ubermenu-item.menu-logo span.ubermenu-target-title.ubermenu-target-text {display: none;}
.header-type-thirteen .header-top {text-align: center;text-transform: uppercase;}
.header-type-thirteen .header-top .top-guide .btn {float: none;margin-top: -3px;}
.quick-map iframe { width: 100%;  height: 300px; float: left;}

@media (min-width:1200px) and (min-height:800px) {
.faq-page-main{min-height: 605px;}

}

/* Yoast Faq #1 */
.yoast-faq-one-inner .schema-faq-question:after { left: 0; font-weight: inherit; color: #4a4a4a; font-size: 40px;}
.yoast-faq-one-inner .schema-faq-question {position: relative;  font-weight: normal; }
.yoast-faq-one-inner .schema-faq-answer {background-color: #efefef !important;}
.yoast-faq-one-inner .schema-faq-section{position: relative; margin-bottom: 0px;}
.yoast-faq-one-inner p.schema-faq-answer{border-bottom: none;}
.yoast-faq-one-inner .schema-faq-answer { padding: 25px 0px !important;}
.yoast-faq-one .wp-block-aab-accordion-item {overflow: visible; position: relative;}
.yoast-faq-one .wp-block-aab-accordion-item.aagb__accordion_container {position: relative; overflow: visible; margin-bottom: 0px !important; padding: 10px 0;}
.yoast-faq-one .wp-block-aab-group-accordion {margin-bottom: 26px;}
.yoast-faq-one .wp-block-aab-accordion-item.aagb__accordion_container.aagb__accordion_active:before{ content: "";width: 10000px;height: 100%;position: absolute;left: -5000px;background: #efeeea;top: 0;z-index: -1;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;display: block !important;}
.yoast-faq-one-inner { margin-bottom: 10px;}

/* Yoast Faq #2 */
.yoast-faq-two .container-small {max-width: 100%;position: relative;}
.yoast-faq-two-inner h2 {display:none;}
.yoast-faq-two .yoast-faq-two-inner {padding: 40px 0; margin-bottom: 35px;}
.yoast-faq-two .yoast-faq-two-inner:before{content:"";width:10000px;height:100%;position: absolute;left: -5000px;background: #fff;top: 0;z-index: -1;}
.yoast-faq-two .faq-block-nav-title a{color: #4a4a4a;display: inline-block;background-color: #fff;font-size: 25px;text-transform: uppercase;border: none;border-bottom-color: currentcolor;border-bottom-style: none;border-bottom-width: medium;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 15px 15px;position: relative;z-index: 1;font-weight: 300;text-shadow: none;margin: 0 25px;}
.yoast-faq-two .faq-block-nav-title a:first-child{margin-left: 0}
.yoast-faq-two .faq-block-nav-title a:last-child{margin-right: 0;}
.yoast-faq-two .yoast-faq-two-inner{width:100%;max-width:800px; margin: 0 auto;padding: 10px 0px;position: relative; z-index: 1;margin-bottom: 26px;}
.yoast-faq-two .faq-block-nav-title{margin-top:40px;text-align: center;}
.yoast-faq-two .faq-container .container > p{text-align:center;}
.yoast-faq-two .faq-block-nav-title a.active{color: #c19c3e;background: #fff;}
.yoast-faq-two .faq-block-nav-title a:hover, .faq-block-nav-title a:focus{background: #fff;color:#c19c3e;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-section {background-color: transparent; border: none;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-question:after {left: 0;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-question { padding: 14px 0px 14px 0px; font-size: 17px; font-weight: 500;float: left;width: 100%;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-section {margin-bottom: 5px;}
.yoast-faq-two .yoast-faq-two-inner p.schema-faq-answer{ background: #fff; border: none !important;font-size: inherit !important;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-question.faq-q-open {border-bottom: none !important;}
.yoast-faq-two .schema-faq-answer{position: relative;display: inline-block !important;}
.yoast-faq-two .yoast-faq-two.inner-page-section .schema-faq-question{background: #FFF; }
.yoast-faq-two .yoast-faq-two.inner-page-section {background: #FFF;}
.yoast-faq-two .yoast-faq-two-inner .schema-faq-section{position: relative;}
.yoast-faq-two .yoast-faq-two.inner-page-section .yoast-faq-two-inner .schema-faq-question:before{ content: "";width: 10000px;height: 100%;position: absolute;left: -5000px;background: #FFF;top: 0;z-index: -1;pointer-events: none;}
.yoast-faq-two .yoast-faq-two.inner-page-section .schema-faq-section:before{content: "";width: 10000px;height: 100%;position: absolute;left: -5000px;background: #fff;top: 0;z-index: -1;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;display: block !important;}
.yoast-faq-two .yoast-faq-two p.schema-faq-answer.faq-a-open { margin: 10px 0; padding: 25px 15px;}
.yoast-faq-two .faq-block-nav-title::after {content: "";background: #e0d6cb;position: absolute;left: -100px;right: -100px;top: 25px !important;height: 2px;z-index: 0;}

/* Yoast Faq #3 */
.yoast-faq-three-inner .aagb__accordion_container.aagb__accordion_active {border:none !important;}
.yoast-faq-three-inner .aagb__accordion_container {border: none !important;}
.yoast-faq-three-inner .aagb__accordion_body,.yoast-faq-three-inner .aagb__accordion_body.aagb__accordion_body--show {border-top-width:inherit !important;}
.yoast-faq-three-inner .aagb__accordion_heading {margin-left: 15px !important;}
.yoast-faq-three-inner .wp-block-aab-accordion-item {margin-bottom: 4px !important;}
.yoast-faq-three-inner .schema-faq.wp-block-yoast-faq-block { background: #e8e4e1; padding: 55px 100px; float: left; width: 100%;}
.yoast-faq-three-inner .dashicons-plus-alt2:before,.yoast-faq-three-inner .dashicons-minus:before {content: "\f543";}
.yoast-faq-three-inner .dashicons {transition: 0.2s ease-in-out; position: absolute; left: 50%; top: 50%; color: #bdb5a5; width: auto; height: auto;  transform: translate(-50%, -50%) !important;}
.yoast-faq-three-inner .aagb__accordion_icon {position: relative; width: 40px !important; height: 40px !important; border: 1px solid #bdb5a5;}
.yoast-faq-three-inner .dashicons.dashicons-minus {transform: translate(-50%, -50%) rotate(45deg) !important;}
.yoast-faq-three-inner .dashicons::before {font-size: 30px;}
strong.schema-faq-question {margin-bottom: 15px; position: relative; float: left;    width: 100%;}
.yoast-faq-three-inner .schema-faq-section { margin-bottom: 15px; position: relative;  float: left;width: 100%;}
.yoast-faq-three-inner .schema-faq-answer {position: relative;float: left;width: 100%;}
.schema-faq-question strong { font-weight: 400; font-size: 20px; letter-spacing: 1.5px;}
.yoast-faq-three-inner .aagb__accordion_body--show {margin-bottom: 5px;float: left; width: 100%;}
.yoast-faq-three-inner {margin-bottom: 15px;}

/* Yoast Faq #4 */
.yoast-faq-four .schema-faq-question {display:none;}
.yoast-faq-four .yoast-faq-four-inner {padding: 40px 0; margin-bottom: 35px;}
.yoast-faq-four .yoast-faq-four-inner h2 {display: none;}
.yoast-faq-four .yoast-faq-four-inner .schema-faq-question {display: block;}
.yoast-faq-four .faq-listing {background: #fff; padding: 10px 15px 5px 15px;}
.yoast-faq-four .faq-block-nav-title a{color: #000;display: inline-block;background-color: #fff;font-size: 20px;text-transform: none;border: 2px solid #e7bdb1;border-bottom-color: currentcolor;border-bottom-style: none;border-bottom-width: medium;border-bottom: none !important;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 15px 22px;position: relative;z-index: 1; text-shadow: none;margin: 0 8px; font-family: "futura-pt",sans-serif; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; }
.yoast-faq-four .faq-block-nav-title a strong { font-weight: 700; }
.yoast-faq-four .faq-block-nav-title a:first-child{margin-left: 0}
.yoast-faq-four .faq-block-nav-title a:last-child{margin-right: 0;}
.yoast-faq-four .yoast-faq-four-inner{width:100%;max-width:800px; margin: 0 auto;padding: 10px 0px;position: relative; z-index: 1;margin-bottom: 35px; }
.yoast-faq-four .faq-block-nav-title{margin-top:5px;text-align: center; }
.yoast-faq-four .faq-container .container > p{text-align:center;}
.yoast-faq-four .faq-block-nav-title a.active{color: #000;background: #fff; border-color: #fff; }
.yoast-faq-four .faq-block-nav-title a:hover, .faq-block-nav-title a:focus{background: #fff; color: #000; border-color: #fff; }
.yoast-faq-four .container-small {max-width: 100%; padding: 0;}
.yoast-faq-four-inner .schema-faq-section {background-color: transparent; border: none;}
.yoast-faq-four-inner .schema-faq-question:after {left: 0;}
.yoast-faq-four-inner .schema-faq-question { padding: 25px 0px 0; font-size: 20px;font-weight: 400;float: left;width: 100%;}
.yoast-faq-four-inner .schema-faq-section {margin-bottom: 5px;}
.yoast-faq-four-inner p.schema-faq-answer{ background: #fff; border: none !important;font-size: inherit !important;}
.yoast-faq-four-inner .schema-faq-question.faq-q-open {border-bottom: none !important;}
.yoast-faq-four .schema-faq-answer{position: relative;display: inline-block !important;}
.yoast-faq-four.inner-page-section { /*background: #FFF;*/ }
.yoast-faq-four-inner .schema-faq-section{position: relative;}
.yoast-faq-four p.schema-faq-answer.faq-a-open { margin: 10px 0; padding: 25px 15px;}

/* Yoast Faq #5 */
.yoast-faq-five .yoast-faq-five-inner .aab__accordion_title {font-size: 23px;line-height: 22px;color: #4a4a4a;border-top: 2px solid #cdcbc8;text-transform: none;font-weight: normal;padding: 21px 56px 21px 40px;}
.yoast-faq-five .yoast-faq-five-inner .schema-faq-section {border: none !important;margin: 0;}
.yoast-faq-five .yoast-faq-five-inner .schema-faq-question::after {content: "+";position: absolute;top: 28px;right: 18px;width: 56px;text-align: center;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);font-weight: 700;color: #b4b2af;font-size: 35px;font-weight: normal;}
.yoast-faq-five .yoast-faq-five-inner .schema-faq-question.faq-q-open::after {content: "-";position: absolute;top: 28px;right: 18px;width: 56px;text-align: center;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);font-weight: 700;color: #b4b2af;font-size: 35px;font-weight: normal;}
.yoast-faq-five .yoast-faq-five-inner .schema-faq-question.faq-q-open {border-bottom: none;border-top: 2px solid #cdcbc8;background-color: #f5f5f2;color:#c19c3e;}
.yoast-faq-five .yoast-faq-five-inner p.schema-faq-answer {padding: 0px 40px 30px 40px;background-color: #f5f5f2;font-size: 16px !important;line-height: 1.4 !important;border-bottom: 1px solid #f5f5f2;margin-bottom: 30px;}
.yoast-faq-five .yoast-faq-five-inner .schema-faq-section .schema-faq-question:hover {color: #c19c3e;}
.yoast-faq-five .aagb__accordion_active {background:#f5f5f2;}
.yoast-faq-five .aagb__accordion_container {margin: 0px !important; padding: 8px 20px;}
.yoast-faq-five .aagb__accordion_container.aagb__accordion_active,.yoast-faq-five .aagb__accordion_container {border-top:2px solid #cdcbc8 !important; border-bottom:0px !important; border-right: 0px !important; border-left: 0px !important; border-bottom: 0px !important;}
.yoast-faq-one .aagb__accordion_container {border-top: 0px !important;border-bottom:2px solid #cdcbc8 !important;  border-right: 0px !important; border-left: 0px !important; }
.yoast-faq-one .aagb__accordion_container.aagb__accordion_active {border-top: 0px !important; border-bottom: 0px !important; border-left: 0 !important; border-right: 0px !important;}
.yoast-faq-one .aagb__accordion_active .aagb__accordion_body--show {border-top-width: 0px !important ;}
.yoast-faq-five .aagb__accordion_body, .yoast-faq-five .aagb__accordion_active .aagb__accordion_body--show {border-top-width:0px !important; padding-top: 0px !important; padding-bottom: 20px !important;}
.yoast-faq-five .aagb__icon {color:#b4b2af;}
.yoast-faq-five p:empty { display: none;}
.yoast-faq-five strong.schema-faq-question {padding: 12px 0px;float: left;width: 100%;  font-weight: 500;}

.fa, .fab{font-family: FontAwesome !important;}
.location-top-images img {width: 100%;}
.location-top-images {width: 100% ;  margin-bottom: 10px;height: calc(100vh - 178px);}
.page-style-three .inner-page-section.location-page-section {  padding-top: 0px;}
.location-page-section .yoast-faq-three-inner {margin-bottom: 30px;}


/*** Service Fit to Screen ***/
.service-main-top-fit .service-top-fit {width: 100%;float: left;position: relative;}
.service-main-top-fit .service-top-fit .secondary-menu {position: absolute;left: 0;top: 0;}
.service-main-top-fit .service-top-fit .about-photo {width: 100%;margin-bottom: 10px;height: calc(100vh - 95px);}

.our-process-page-sec { float: left; width: 100%; }
.our-process-page-sec h1 { margin-top: -5px; margin-bottom: 32px; }
.our-process-top-section { float: left; width: 100%; background-size: cover !important; background-position: center center !important;}
.our-process-top-details {width: 727px;margin: 0 auto;background: #fff;padding: 45px 110px 90px 110px;margin-top: 60px;margin-bottom: 60px;}
.our-process-top-details h2 {margin-bottom: 18px;}
.new-service-page h1 {margin-bottom: 16px;}
.new-service-page.inner-page-section.design-services-1-page{padding-top: 0px;}
.new-service-page.design-services-1-page .testimonial-block {padding-top: 150px;}
.new-service-page .main-heading-section .container-small { max-width: 757px;}
.new-service-page .main-heading-section h2 {text-align: inherit;}
.new-service-page .display-message-section .text-center{ max-width: 600px; text-align: left !important;}
.new-service-page .display-message-section .text-center h2 { margin-top: 0; }

.wpvqgr-wrapper div.wpvqgr-loader{text-align: center;}


.rp4wp-related-posts{width:100%;display:inline-block;}

.service-main-top-fit .testimonial-block ,.service-main-top-fit .main-services-section ,.service-main-top-fit .page-title {float: left; width: 100%;}
.design-service-page-v1 .service-box-v1 { background: #efefef; }
.design-service-page-v1 .design-service-page .container-small { max-width: 1080px; }
.design-service-page-v1 .services-thumbnail img { width: 100%; height: auto; }


@media screen and (min-width: 768px){
.design-service-page-v1 .service-box-v1	{ display: flex; align-items: center; }
.design-service-page-v1 .service-box-v1 .services-details { padding-right: 4%; padding-top: 25px; padding-bottom: 25px; }
.design-service-page-v1 .services-thumbnail { width: 36%; margin-right: 4%; }
.inner-page-section.design-services-2-page.design-service-page-v1 { padding-bottom: 80px; }
.inner-page-section.design-services-1-page.new-service-page.service-v2-new-template { padding-bottom: 85px; }

}

/*******Header Center menu*******/
body.page-style-eight {padding: 130px 0 0 0;}
header.header-eight{display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;padding: 0px;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out; background-color: #f6f6f6;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
header.header-eight.stuck{background-color:#fbfbfb;}
header.header-eight .logo {position: absolute; left: 0; right: 0;top:14px; margin: 0 auto; max-width: 95px;transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;text-align: center;z-index:1; padding: 0 !important;}
header.header-eight .logo img{width:100%;max-width: 100%;height:auto;}
header.header-eight.stuck .logo{max-width: 76px;}

 header.header-eight.stuck .logo {top: 14px;}
header.header-eight.stuck .header-nav{padding:22px 0px 22px 0px}
header.header-eight .logo a{border-bottom:none !important;}
header.header-eight .navbar-toggler{ display: none;font-size: 16px; text-transform:uppercase;position: relative; padding: 0 34px 0 0; -webkit-transition: right .3s ease-in-out;-moz-transition: right .3s ease-in-out;right:0;transition: right .3s ease-in-out;}
header.header-eight .navbar-collapse.collapse:not(.show) {
  display: block;
}
header.header-eight .navbar-toggler:focus { box-shadow: 0 0 0 0;}
header.header-eight .navbar-toggler span, header.header-eight .navbar-toggler span:before, header.header-eight .navbar-toggler span:after {cursor: pointer; height: 1px; width: 23px; background: #000; position: absolute; display: block; content: '';right:0;}
header.header-eight .navbar-toggler span{top: 6px;}
header.header-eight .navbar-toggler span:before { top: -7px;}
header.header-eight .navbar-toggler span:after { bottom: -7px;}
.navtoggleropener .navbar-toggler span { background-color: transparent !important;}
.navtoggleropener header.header-eight .navbar-toggler span:before { top: 0px;transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); -webkit-transform: rotate(45deg); bottom: 0px;}
.navtoggleropener header.header-eight .navbar-toggler span:after {bottom: 0px; transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); -webkit-transform: rotate(-45deg);}

header.header-eight .header-nav{float: left;width: 100%;padding: 30px 0px 30px 0px; position: relative; z-index: 0;-webkit-transition: all .4s ease-in-out;
-moz-transition: all .4s ease-in-out;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
header.header-eight .navbar-nav{flex-direction:row;justify-content: center;align-items: center;padding-left: 50px; margin: 0 !important;}

.menu-logo { width: 206px !important; font-size: 0px; transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out;-webkit-transition-delay: 350ms;
transition-delay: 350ms;}
.stuck .menu-logo {width: 140px !important;}
.menu-logo a{font-size: 0px !important;}
header.header-eight .navbar-nav li { padding: 0px 22px 0px 22px;margin: 0}
header.header-eight .navbar-nav li:before { display:none;}
header.header-eight .navbar-nav .nav-link{color: #4a4a4a; text-transform:uppercase;font-size:16px;}
header.header-eight .navbar-nav .nav-link:hover, header.header-eight .navbar-nav .nav-link:focus{color: #000000;}


header.header-eight.header-short .header-nav{padding-bottom: 1px !important;}
header.header-eight.header-short .logo{max-width: 121px !important;background: #fbfbfb;padding: 0 13px !important;height: 98px;}
header.header-eight.header-short.stuck .header-nav {padding-bottom: 26px !important;}
header.header-eight .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  position: absolute;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  padding: 0;
}
header.header-eight .dropdown-menu {top: 36px !important;border-radius: 0px !important;-webkit-border-radius: 0px !important;-moz-border-radius: 0px !important;padding: 0;transform: translate3d(0px, 0px, 0px) !important;-webkit-transform: translate3d(0px, 0px, 0px) !important;-moz-transform: translate3d(0px, 0px, 0px) !important;}
header.header-eight .header-top{text-align: center;}
header.header-eight .navbar-nav .dropdown-menu li {padding: 0 0px;  margin: 0;}
.header-eight .navbar-nav li a {padding-top: 10px !important;  padding-bottom: 10px !important;}
header.header-eight .navbar-nav ul.submenu li a.dropdown-item.active{ color: #fff !important; background-color: #c19c3e;}

._form ._checkbox-radio{display: flex; align-items: center; width: 100%; justify-content: flex-start;margin: 6px 0;}
._form ._checkbox-radio input[type='checkbox']{width:20px;height:20px;flex: 0 0 auto;margin-right: 8px;box-sizing: border-box;line-height:normal;padding: 0 !important;}
._form ._checkbox-radio label{margin: 0;}
.contact-right.contact-half{height:auto !important}

/***********New location page********************/
.yoast-faq-new .schema-faq-question {display: none;}
.hero-slider.location-hero-slider .hero-slide { height: calc(100vh - 250px); overflow: hidden;}
.hero-slider.location-hero-slider {padding-bottom: 35px;}
.hero-slider.location-hero-slider .fade-slider img { opacity: 0 !important; }

.location-bottom-sec{width:100%;display: inline-block; margin-bottom: 60px; }
.location-content-sec iframe{/* width:100% !important */}
.location-content-sec{width:100%;display: inline-block;}
.new-location-page-sec .about-section{width:100%;display: inline-block;}
.new-location-page-sec.location-page-section .testimonial-block { padding-top: 48px; padding-bottom: 28px;}
.new-location-page-sec.location-page-section .location-new-bottom-sec .testimonial-block {padding-top: 100px; padding-bottom: 0px;}
.location-page-section .yoast-faq-new.yoast-faq-five{margin-bottom: 40px;}
.new-location-page-sec .featured-logo .item { margin: 15px 0;}

.new-location-page-sec .faq-page-main.yoast-faq-four { margin-bottom: 80px; }
.quick-location.section-bg-color { background-color: #3c5e38; }
.quick-location.section-bg-color .quick-right-contact h2 { color: #fff; }
.quick-location.section-bg-color .quick-right-contact p, .quick-location.section-bg-color .quick-right-contact p a { color: #fff; }
.quick-location.section-bg-color .quick-right-contact { padding: 25px 20px 15px; }
.new-location-page-sec .featured-section { padding: 55px 0 5px 0; }

/******2024******/
.portfolio-single-two-page .about-top-title { text-align: center; padding: 10px 0 40px 0; }
.project-all-the-details { float: left; width: 100%; /*background: #f4f1ed;*/ padding: 65px 0 70px 0; margin-top: -30px; }
.single-project .portfolio-single-two-page .project-page-section .container-small { max-width: 900px; }

.project-all-the-details .btn span { line-height: 42px; height: 42px; float: left; }
.project-all-the-details .accordion-button::after{ background: none !important; }
.project-all-the-details .accordion-button:not(.collapsed)::after { background: none !important; }
.project-all-the-details .accordion-button .btn span::after{ content: ""; position: relative; top: 13px; flex-shrink: 0; width: 16px; height: 16px;  background: url(../images/project-plus-icon.png) no-repeat left top; background-size: 100% auto; display: block; }
.project-all-the-details .accordion-button:not(.collapsed) .btn span::after {   content: ""; background: url(../images/project-plus-icon.png) no-repeat left bottom; background-size: 100% auto; display: block; }
.project-all-the-details .accordion-button .btn:hover span:after { background: url(../images/plus-icon.png) no-repeat left top;  background-size: 100% auto; }
.project-all-the-details .accordion-button:not(.collapsed) .btn:hover span:after { background: url(../images/plus-icon.png) no-repeat left bottom;  background-size: 100% auto; }

.accordion-item:last-of-type { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.accordion-item:first-of-type { border-top-left-radius: 0; border-top-right-radius: 0; }
.accordion-item { background-color: transparent; border: none; }
.project-all-the-details .accordion-button { font-size: 26px; color: #212a31; background-color: transparent; padding: 0; border: none; outline: none; box-shadow:none; }
.project-all-the-details .btn { margin: 0 0 0 15px; border-radius: 0; }
.project-all-the-details .accordion-header { text-align: center; }
.project-all-the-details .accordion-button { display: inline-block; margin: 0 auto; width: auto; }


.custom-project-thumb{width:100%;display: flex;justify-content: space-between;margin-top:90px;float:left; margin-bottom: 100px; position: relative !important; top: 0 !important; }
.custom-prev-project, .custom-next-project{width:100%;max-width:232px;display: flex;align-items: center; justify-content: center; position: relative; z-index: 1;}
.custom-prev-project img, .custom-next-project img{width:100%;height: auto}
@media screen and (min-width: 992px) {
.custom-project-thumb .testimonial-box{position: absolute;left: 0;right: 0;margin: 0 auto; padding-top: 0; max-width: 100%; top: 50%; transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); }
.portfolio-single-two-page .testimonial-box-new .testimonial-box-new-inner { margin-top: 70px; }
}
.custom-project-thumb .btn { margin: 0; width: 100%; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; padding-left: 0; padding-right: 0; }

.custom-project-thumb .btn span { min-width: 227px; padding: 0 20px; }
.custom-project-thumb.project-arrow.project-arrow-new a { border: none !important; width: 100%; }
.project-arrow-new .btn.btn-right .fa-arrow { margin-left: 2px;  -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.custom-project-thumb.project-arrow-new a .btn-left .fa-arrow { margin-right: 12px !important; }
.custom-project-thumb.project-arrow-new a .btn-right .fa-arrow { margin-left: 12px !important; }
.custom-project-thumb.project-arrow-new .btn span { padding-left: 0; padding-right: 0; }
.custom-project-thumb .testimonial-box{position: absolute;left: 0;right: 0;margin: 0 auto; padding-top: 0; max-width: 100%; }
.nice-testimonial-box { padding: 0px; text-align: center; position: relative; max-width: 630px; margin: 0 auto; }
.nice-testimonial-box-new { position: relative; padding: 50px 80px; }
.portfolio-single-two-page .testimonial-box-new  { padding: 0px; text-align: center; position: relative; max-width: 630px; margin: 0 auto; }
.portfolio-single-two-page .testimonial-box-new  .testimonial-box-new-inner { position: relative; padding: 0 80px; }


.want-instant-gratification { float: left; width: 100%; position: relative; margin: 90px 0 165px; }
.want-instant-gratification-slider { float: left; width: calc(100% - 282px); }
.want-instant-gratification-slider .hero-slider:hover .slick-slider .slick-arrow { display: block !important; }
.want-instant-gratification-slider .slick-next { right: 470px; }
.want-instant-gratification-details { background-size: cover !important; height: 566px; position: relative; }
@media screen and (min-width: 992px){
.want-instant-gratification-details { position: absolute; right: 0; width: 720px; top: 55px; display: flex; align-items: center; justify-content: center; }	
}
.want-instant-gratification-details::before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000; opacity: 0.49; }
.want-instant-gratification-slider .hero-slide { height: 670px; }
.want-instant-gratification-details .container-small { max-width: 404px; color: #fff; position: relative; z-index: 1; }
.want-instant-gratification-details h2 { text-align: center; color: #fff; font-size: 32px; margin-top: 0; margin-bottom: 30px; }
.want-instant-gratification-details h2 strong { font-weight: normal; font-family: 'Cellien Script'; font-size: 58px; }
.want-instant-gratification-details .btn { width: 100%; margin-top: 13px; }

.why-wallpaper-sec { float: left; width: 100%; background: #fff; text-align: center; padding: 25px 0 135px; }
.why-wallpaper-box p { max-width: 232px; margin: 0 auto; text-align: left; }
.why-wallpaper-title h2 { font-size: 42px; font-family: 'freight-display-pro'; font-weight: 300; margin-bottom: 18px; }
.why-wallpaper-title p { font-size: 32px; }
.why-wallpaper-box h2 { font-size: 42px; font-family: 'freight-display-pro'; font-weight: 300; margin-bottom: 8px; }
@media (min-width: 992px) {
.why-wallpaper-sec .col-lg-2 { width: 20%; }
}
.testimonial-block.home-center-testimonial { padding-top: 0; margin-top: -94px; }

.footer-testimonial {
  width: 373px;
  margin: 0 auto;
  background-size: cover !important;
  padding: 32px 15px;
}
.footer-testimonial p:first-child { margin-bottom: 17px; }
.footer-testimonial-inner { background: #f8f4f1; padding: 22px 65px 32px; }
.footer-testimonial p strong { font-weight: 600; }
.footer-testimonial p:last-child { font-weight: normal; font-family: 'Cellien Script'; font-size: 50px; margin-top: 27px; }


.inner-hero-sec { float: left; width: 100%; position: relative; border-bottom: 7px solid #3c5e38; }
.inner-hero-sec:before { content: ""; position: absolute; left: 0; right: 0; top: 0; opacity: 0.69; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  display: block; height: 100%; width: 100%; z-index: 1; }
.inner-hero-banner { float: left; width: 100%; position: relative; }
.inner-hero-slide { height: 290px; background-size: cover !important; width: 100%; float: left; }

.category-name-box { margin-bottom: 3px; }
.category-name-box h2 { margin: 0; padding: 0; font-family: 'freight-display-pro'; font-weight: 300; text-transform: uppercase; color: #fff; font-size: 16px; letter-spacing: 2px; }
.blog-post-title p { font-size: 24px; line-height: 32px; color: #fff; font-family: "futura-pt",sans-serif; font-weight: 400; }
.page-numbers li a { border: 2px solid #e7bdb1 !important; }
.page-numbers li .current { background-color: #e7bdb1; border: 2px solid #e7bdb1 !important; color:#000; padding: 10px 15px; display: block; }

.page-title-sec { float: left; width: 100%; margin-top: -81px; position: relative; z-index: 1; }
.page-title-sec .container-small { max-width: 524px; text-align: center; background: #f8f4f1; min-height: 154px; display: flex; justify-content: center; align-items: center; }
.page-title-sec h1 { margin: 0; padding: 0; }
.page-section-main { float: left; width: 100%; margin-top: -73px; }
.the-story-of-OMB-sec { float: left; width: 100%; }

.the-story-of-OMB-sec .row { margin: 0; }
.the-story-of-OMB-sec .row .col-xs-12 { padding: 0; }

.the-story-of-OMB-sec-left { background-size: cover !important; width: 100%; height: 100%; }
.the-story-of-OMB-sec-left img { width: 100%; height: auto; display: none; }
.the-story-of-OMB-sec-right { position: relative; padding: 115px 0 98px 0; height: 100%; align-items: center; display: flex; }
.the-story-of-OMB-sec-right:before { content: ""; position: absolute; left: 0; top: 0; right:0; bottom: 0; width: 100%;
  height: 100%;
  background-image: linear-gradient(89deg, rgba(0, 0, 0, 0.92) -13%, rgba(0, 0, 0, 0.48) 207%);

}
.the-story-of-OMB-sec-right .container-small { max-width: 390px; color: #fff; position: relative; z-index: 1; }
.the-story-of-OMB-sec-right h2 { color: #fff; font-size: 24px; margin-top: 0; margin-bottom: 25px; font-family: "futura-pt",sans-serif; font-weight: 600; }
.the-story-of-OMB-sec-right .btn { width: 100%; margin-top: 10px; }
@media (min-width: 1600px) {
.the-story-of-OMB-sec-left { background:none !important; }
.the-story-of-OMB-sec-left img { display: block; }	
}
.testimonials-style-2 { float: left; width: 100%; text-align: center; padding: 75px 0; }
.testimonials-style-2 .container-small { max-width: 600px; }
.testimonials-style-2 p:first-child { margin-bottom: 17px; }
.testimonials-style-2 p { font-size: 18px; line-height: 20px; }
.testimonials-style-2 p strong { font-weight: 600; }
.testimonials-style-2 p:last-child { font-weight: normal; font-family: 'Cellien Script'; font-size: 50px; margin-top: 27px; }

.curious-about-sec { float: left; width: 100%; text-align: center; padding: 73px 0 0 0; }
.curious-about-sec p { font-size: 24px; margin-bottom: 5px; }
.curious-about-sec p strong { font-weight: 600; }

.yolanda-brooks-timeline-sec { float: left; width: 100%;  }
.yolanda-brooks-timeline-sec-title { background: #3c5e38; text-align: center; color: #fff; padding: 26px 0 26px 0; }
.yolanda-brooks-timeline-sec-title p { font-size: 24px; color: #fff; }
.yolanda-brooks-timeline-sec-title p strong { font-weight: 400; padding-left: 8px; padding-right: 8px; }

.yolanda-brooks-timeline-list .container-fluid {
  max-width: 1420px;
}
.wallpaper-box {
  max-width: 100%;
  background-size: cover !important;
  border: 7px solid #3c5e38;
  margin-top: 35px;
  margin-bottom: 40px;
  text-align: center;
  min-height: 485px;
  position: relative;
}
.wallpaper-box-inner {
  max-width: 454px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.wallpaper-number span {
  width: 48px;
  height: 48px;
  display: block;
  margin: 0 auto;
  background: #3c5e38;
  color: #000;
  font-size: 42px;
  font-family: 'freight-display-pro';
  font-weight: 300;
  line-height: 36px;
}
.wallpaper-box-title h2 { font-size: 42px; color: #fff; line-height: 36px; }
.wallpaper-box-title h2 strong { display: block; font-size: 84px; font-family: 'Cellien Script'; line-height: 51px; font-weight: normal; min-height: 67px; }
.wallpaper-box-details {
  background: #fff;
  padding: 32px 43px;
  min-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.wallpaper-box-col:nth-child(odd) .wallpaper-box {
  margin-left: 0;
}
.wallpaper-box-col:nth-child(even) .wallpaper-box {
  margin-left: auto;
}

.yolanda-brooks-timeline-list {
  position: relative;
  width: 100%;
  padding-bottom: 25px;
}

.yolanda-brooks-timeline-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 4px;
  height: 100%;
  background: #3c5e38;
  margin-left: -2px;
}
.yolanda-brooks-timeline-list:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 112px;
  height: 4px;
  background: #3c5e38;
  margin-left: -56px;
}
@media screen and (min-width: 768px){ 
.wallpaper-box { max-width: calc(100% - 44px); }
.wallpaper-box::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 60px;
  height: 4px;
  background: #3c5e38;
  
  z-index: -1;
}
.wallpaper-box-col:nth-child(odd) .wallpaper-box:before {
  right: -62px;
}
.wallpaper-box-col:nth-child(even) .wallpaper-box:before {
  left: -62px;
}
.wallpaper-box-two .wallpaper-box { margin-top: 130px; }
.wallpaper-box-three .wallpaper-box { margin-top: -60px; }
}


.about-ready-sec {
  text-align: center;
  padding: 55px 0 40px;
  float: left;
  width: 100%;
}
.about-ready-sec p { font-size: 24px; line-height: 28px; }
.about-ready-sec p strong { display: block; }

.inner-page-section.contact-page-2 { padding-bottom: 70px; }
.contact-page-2 .page-title-sec .container-small { max-width: 718px; background: #fff; }
.contact-page-2 .page-title-sec h1 { text-transform: inherit; }
.contact-page-form-sec { float: left; width: 100%; padding: 5px 0 0; }
.contact-page-title { text-align: center; width: 100%; }
.contact-page-title h2 { font-size: 84px; line-height: 46px; font-family: 'Cellien Script';  font-weight: normal; }
.contact-page-title p { font-size: 24px; line-height: normal; }
.contact-section { width: 100%; float: left; }

.contact-left .testimonial-block-new { margin-bottom: 15px; }
.contact-left-section .testimonial-block.home-center-testimonial { padding-top: 0; margin-top: 0; }
.contact-left .container-small { max-width: 100%; padding: 0; }
.contact-left .contact-left-section .office-picture { padding: 60px 45px; background: #3c5e38; margin: 0; min-height: 426px; }
.contact-left .contact-left-section .office-picture address { margin-top: 58px; margin-bottom: 8px; }
.contact-left a { border: none !important; }
.contact-left .contact-left-section .office-picture address { color: #fff; }
.contact-left .contact-left-section .office-picture address a { color: #fff; font-weight: 400; }
.contact-left .contact-left-section .office-picture address a:hover, .contact-left .contact-left-section .office-picture address a:focus { color: #e7bdb1; }

.the-OMB-elite-package-sec { float: left; width: 100%; text-align: center; margin-top: -75px; position: relative; z-index: 1; }
.the-OMB-elite-package-box { background: #fff; max-width: 880px; margin: 0 auto; padding: 10px 30px 0; }
.the-OMB-elite-package-title h1 { text-transform: inherit; }
.the-OMB-elite-package-title ul { text-align: center; margin: 4px; }
.the-OMB-elite-package-title ul li { display: inline-block; padding: 0 10px; }
.the-OMB-elite-package-title ul li:before { display: none; }
.the-OMB-elite-package-title ul li a { border: none; text-transform: uppercase; color: #000; }
.the-OMB-elite-package-title ul li a:hover, .the-OMB-elite-package-title ul li a:focus { color: #3c5e38; }
.the-OMB-elite-package-title ul li a.active { font-weight: 700; color: #3c5e38; }
.the-OMB-elite-package-details { max-width: 535px; margin: 0 auto; padding: 20px 0 28px; }
.the-OMB-elite-package-details h2 { text-align: left; }
.the-OMB-elite-package-details p { text-align: left; }
.center-btn { position: relative; bottom: -20px; }

.the-elite-package-includes-sec { float: left; width: 100%; padding: 55px 0 0; }
.the-elite-package-includes-title { padding-bottom: 75px; text-align: center; }
.the-elite-package-includes-title h2 { font-size: 42px; font-family: 'freight-display-pro'; font-weight: 300; }
.elite-package-includes-box { margin-top: -42px; }
.elite-package-top { border: 7px solid #3c5e38; background-size: cover !important; height: 344px; position: relative; }
.elite-package-top:before { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; height: 100%; width: 100%; opacity: 0.69; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0)); }
.elite-package-top-box { position: relative; max-width: 460px; margin: 0 auto; text-align: center; padding: 80px 0 40px; }
.the-elite-package-includes-list .col-lg-12 .elite-package-top-box { padding-top: 96px; }
.elite-package-top-box h2 { font-size: 32px; line-height: 36px; color: #fff; font-weight: 600; margin-top: 14px;  }
.elite-package-details { max-width: 460px; margin: -74px auto 0 auto; background: #fff; text-align: center; padding: 15px 25px; position: relative; z-index: 2; }
.elite-package-details-box { display: flex; align-items: center; justify-content: center; height: 114px; }

.the-elite-package-includes-list .col-lg-6:nth-child(odd) .elite-package-top { border-left: none; }
.the-elite-package-includes-list .col-lg-6:nth-child(even) .elite-package-top { border-right: none; }
.the-elite-package-includes-list .col-lg-12 .elite-package-top { border-right: none; border-left: none;  }

.services-bottom-sec { float: left; width: 100%; padding: 85px 0 0; }
.services-bottom-sec .testimonial-block { padding-top: 0; }
.services-bottom-right-sec { padding: 0 32px 0 5px; }
.services-bottom-right-sec h2 { margin-top: 0; margin-bottom: 22px; }

.services-last-sec { text-align: center; padding: 58px 0 0px; float: left; width: 100%; }
.services-last-sec p { font-size: 24px; line-height: 28px; }
.services-last-sec p strong { display: block; }

.new-location-page-sec .hero-slider.location-hero-slider { position: relative; }
.hero-slider.location-hero-slider:before { content: ""; position: absolute; left: 0; right: 0; top: 0; opacity: 0.69; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0));
  display: block; height: 280px; width: 100%; z-index: 1; }

.inner-page-section.quiz-page .wpvqgr-wrapper figure { margin: 0; padding: 0; }
.inner-page-section.quiz-page .wpvqgr-wrapper .figure-img { margin-bottom: 0; }

.wshs-post-simple-list ul li a { color: #000 !important; border: none; }
.wshs-post-simple-list ul li a:hover, .wshs-post-simple-list ul li a:focus { color: #3c5e38 !important; border: none; }
.content { margin-top: 0 !important; }
.why-wallpaper-list { padding-left: 30px; padding-right: 30px; }
.before-we-begin-box {
  min-height: 274px;
  display: flex;
  align-items: center;
}
.before-we-begin-box-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.quiz-page div.fca_qc_quiz { padding-left: 0 !important; padding-right: 0 !important; }
.quiz-page div.fca_qc_quiz { max-width: 1820px !important; }
.quiz-page div.fca_qc_quiz div.fca_qc_answer_div.fca-qc-twoup { width: calc(25% - 24px); margin: 12px !important; height: auto !important; }
.quiz-page div.fca_qc_answer_div { height: auto !important; }
.quiz-page div.fca_qc_answer_div img.fca_qc_quiz_answer_img { max-width: 100% !important; max-height: inherit !important; width: 100% !important; height: auto !important; margin: 0 !important; }
.quiz-page .fca_qc_quiz span.fca_qc_answer_span { display: none; }
.quiz-page #fca_qc_question { font-size: 26px !important; font-family: "futura-pt",sans-serif !important; font-weight: 400 !important; }
.quiz-page .fca_qc_optin_container { max-width: 640px; margin: 0 auto; background: #fff; border-radius: 20px; padding: 30px; }
.quiz-page div.fca_qc_quiz input.fca_qc_optin_input { width: 100% !important; margin: 16px 0 0 !important; padding: 0 13px !important; border-radius: 0 !important; }
.quiz-page div.fca_qc_quiz p.fca_qc_email_headline { margin-top: 0 !important; margin-bottom: 10px !important; }
.quiz-page .fca_qc_quiz button.fca_qc_button {  
  border-radius: 0 !important;
  border: 2px solid #e7bdb1 !important;
  background: #fff !important;
  font-family: 'freight-big-pro' !important;
  color: #000 !important;
  padding: 10px 15px !important;
  font-weight: 400 !important;
}
.quiz-page .fca_qc_quiz button.fca_qc_button:hover, .quiz-page .fca_qc_quiz button.fca_qc_button:focus {  background: #e7bdb1 !important;color: #000 !important;}
.quiz-page div.fca_qc_quiz p.fca_qc_email_headline { font-size: 26px !important; font-family: "futura-pt",sans-serif !important; font-weight: 400 !important; }
.quiz-page .fca_qc_quiz_footer { display: none !important; }


.quiz-page .fca-qc-back, .quiz-page .fca-qc-front, .quiz-page .flip-container { height: auto !important;}
.quiz-page .fca-qc-front { position: relative !important; }

@media (min-width: 481px) {
.services-box figure { background: none !important; }

}
@media only screen and (min-width: 1200px) {
  body.home {
    padding-top: calc(100vh - 160px) !important;
  }
  body.home .main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}
  body.home .main-page-section {
  background: #f8f4f1;
  position: relative;
  z-index: 2;
  border-top: 7px solid #3c5e38;
}
}
@media only screen and (min-width: 1340px) {
.why-wallpaper-list {
  padding: 0 50px;
}
}

.project-pagination .next.page-numbers,.project-pagination .prev.page-numbers { font-family: "futura-pt",sans-serif; }
.project-items:hover figure figcaption { background: #3c5e38;}