@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;
}
 

/****************************************** TYPOGRAPHY CSS ******************************************/
html { overflow-x: hidden; width: 100%; }
body { background: #fcfbfa; padding: 95px 0 0 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 #293546; 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; }
.input-text:focus, textarea:focus { border: 1px solid #c19c3e; }
textarea.input-text { height: auto !important; line-height: 24px; min-height: 50px; line-height: normal; padding: 10px 15px !important; background-color: transparent;
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: 48px;  font-size: 18px; }

::-webkit-input-placeholder { color: #000; }
::-moz-placeholder { color: #000; }
:-ms-input-placeholder { color: #000; }
:-moz-placeholder { color: #000; }
label { margin-bottom: 6px; font-weight: 400; }

input.form-input-box { color: #fff; }
input.form-input-box::placeholder, .footer-form ._form input::placeholder, .footer-form ._form input { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1 !important; /* Firefox */
}

input.form-input-box:-ms-input-placeholder, .footer-form ._form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
    opacity: 1 !important;
}
input.form-input-box::-ms-input-placeholder, .footer-form ._form input::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
    opacity: 1 !important;
}

/********************* HEADING CSS *********************/
h1, h2, h3, h4, h5, h6,.post-comment-title,.comment-main-title { margin: 26px 0 12px 0; line-height: normal; font-weight: 500 !important; }

h1 { font-size: 34px; text-transform: uppercase; }
h2 { font-size: 32px; }
h3 { font-size: 28px; }
h4 { font-size: 24px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

/********************* P CSS *********************/
p { float: none; margin: 0 0 18px 0; padding: 0; }
p:last-child { margin: 0; }
p strong, b, strong { font-weight: 700; /*font-family: "futura-pt-bold",sans-serif;*/ }


/********************* 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: 6px; height: 6px; 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: 10px; margin-top: 10px; margin-bottom: 11px; }
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: 7px 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: #481d12; color: #fff; padding: 98px 30px 44px; text-align: center; position: relative; }
blockquote:before { content: ""; position: absolute; left:0; right: 0; top: 32px; background: url(../images/flamingo.svg) no-repeat center top; width: 28px; height: 41px; display: block; margin: 0 auto; }
blockquote p { max-width: 440px; margin: 0 auto !important; display: inline-block; text-align: center; }

/********************* BUTTON CSS *********************/
.btn, ._form ._submit, .wp-block-button__link{ border: 1px solid #834333; background: #f6f4f0; text-align: center; text-decoration: none; color: #834333; font-family: "futura-pt",sans-serif; font-weight: 500; display: inline-block; font-size: 18px; letter-spacing: normal; line-height: 50px; padding: 0 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; 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; }
.btn:hover, .btn:focus, ._form ._submit:hover, ._form ._submit:focus, .wp-block-button__link:hover, .wp-block-button__link:focus { text-decoration:none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none;border: 1px solid #834333; background: #834333; color: #f6f4f0; }

.xs-btn { min-width: 176px; }
.sm-btn { min-width: 226px; }
.md-btn { min-width: 282px; }
.lg-btn { min-width: 360px; }

/********************* HEADER CSS *********************/
.navbar-fixed-top { position: fixed; right: 0; left: 0; z-index: 1030; top: 0; }
.navbar-fixed-top { background: #fff;  }
header.navbar-fixed-top { padding: 0px;}
.header-nav { float: left; width: 100%; padding: 0 12px 0 18px; }
.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 *********************/

/********************* 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; }
.hero-content { position: absolute; z-index:2; left:50%; top:50%; text-align:center; color:#555; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); background: rgba(255,255,255,0.81); width: 494px; padding: 3px 15px 38px 15px; }
.hero-content .container { width: 100%; }
.hero-content h1 { margin-bottom: 0; }
.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 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 - 32px);}
.hero-slide{ height: calc(100vh - 0px); 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: -22px; top: -63px; background:url(../images/quote.svg) no-repeat left top; width: 43px; height: 43px; }
.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: 25px; }
.footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-social-icon ul li { display: inline-block; padding: 0 5px; }
.footer-social-icon ul li:before { display: none; }
.footer-social-icon ul li a { background: #b4b2af; 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; background: #c19c3e; 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 { float: left; width: 100%; background: #481d12; }
.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: 0px; }

/********* 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%; }
.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: -40px 0 0 0; float: left; width: 100%; }
.services-listing .row { margin-left:-3px; margin-right: -3px; justify-content: center; }
.services-listing .col-lg-4 { padding-left:3px; padding-right:3px; }
.services-box { float: left; width: 100%; }
.services-box figure { position: relative; }
.services-box figure img { width: 100%; }
.services-box figure figcaption { position: absolute; left:0; right:0; bottom:0; text-align: center; background-image: -webkit-linear-gradient(bottom, #000, rgba(0,0,0,0));
background-image: -moz-linear-gradient(bottom, #000, rgba(0,0,0,0)); background-image: -o-linear-gradient(bottom, #000, rgba(0,0,0,0));	background-image: -ms-linear-gradient(bottom, #000, rgba(0,0,0,0));	background-image: linear-gradient(to top, #000, rgba(0,0,0,0)); padding:20px 0 0 0; }
.services-box figure h2 { color: #fff; margin-bottom: 10px; }
.service-btn { margin-bottom: -25px; }
.services-box a:hover .btn { background-color: #000; }

/********* FEATURED SECTION *********/
.featured-section { float: left; width: 100%; padding: 80px 0 12px 0;}
.featured-section.home-featured-section .container { max-width: 1210px; }
.featured-section.home-featured-section { padding-top: 12px; padding-bottom: 78px; }
.featured-section h2 { text-align: center; margin-bottom: 30px; }
.featured-logo .item { text-align: center; padding: 0 18px; }
@media screen and (min-width: 1260px){
.featured-logo .item { text-align: center; padding: 0 20px; }
}
.featured-logo .item .item-inner { height: 100%; display: flex; align-items: center; justify-content: center; min-height: 72px; }
.featured-logo .slick-slide img { display: inline-block; max-height: 62px; }
.featured-logo .slick-slide a { border: none !important; }

/********* ABOUT US PAGE *********/
.page-title { text-align: center; padding-bottom:10px; }
.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;}
.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;}
.blog-thumb img{width:100%;}
.blog-listing-2 { max-width: 810px; }
.blog-page-2 .sidebar { padding-top: 0; }

/********************* 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;line-height: 53px; 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 { border:3px solid #acaba5; padding:32px 15px; text-align:center;}
.popular-post ul { margin:0px; text-align:center;}
.popular-post ul li { padding:12px 0; margin:0; display:block; }
.popular-post ul li:before { display:none;}
.popular-post ul li a { color: #717171; font-size:18px;}

.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;}
.comment-content-top h5 a:hover {color: #969caa;}
.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; }
.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: #f7f7f7; 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:#000; 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: 1004px; margin: 0 auto; }
.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: #000; }
.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:#000; }
.address-section ul li:last-child:after { display: none; }
.address-section ul li a { color: #000; }
.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: 356px; }
.testimonial-block-new { position: relative; margin-bottom: 28px;  }
.testimonial-block-new:before { content:""; position:absolute; left:0; margin:0 auto; top: -65px; background:url(../images/quote.svg) no-repeat left top; right:0; width:43px; height:43px; }
.testimonial-block-new.testimonial-block-new-two:before { background:url(../images/quote-2.svg) no-repeat left top; }
.testimonial-block-new.testimonial-block-new-three:before { background:url(../images/quote-3.svg) no-repeat left top; }
.testimonial-block p { margin-bottom: 15px; }
.testimonial-block p:last-child { font-size: 14px; font-weight: 300; text-transform: uppercase; opacity: .7; }

.contact-page-section { padding-top: 55px; max-width: 950px; margin: 0 auto; }
.contact-page-section .request-form-section { width: 100%; }

.contact-left-section { text-align: center; }
.contact-left-section .office-picture { padding-top: 20px; }
.contact-left-section .office-picture img { width: auto; }
.contact-left-section a { display: block; }
.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: 44%; }
.contact-left h2 { margin-top: 0; }
.contact-left .contact-left-section { width: 100%; }
.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: 44%; }
.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 60px; }

/******** 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:#f4f4f4; -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: #f4f4f4;}
.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-top: 35px; padding-bottom: 75px; }
.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: 26px; line-height: 30px; 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-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; border: none; }
.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; margin-bottom: 0px; }
.project-items figure:before { content:""; position: absolute; left: 0; right: 0; bottom: 0; z-index: 2; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0)); height: 50%; width: 100%; }
.project-items figure figcaption { position: absolute; left:0; right:0; bottom:32px; 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; z-index: 3; }
.project-items figure img { -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 img { -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.project-items h2 { font-size: 24px; line-height: 30px; margin-top: 18px; color: #fff !important; font-weight: 500 !important; margin-bottom: 5px; }
.project-items p { font-size: 16px; text-transform: uppercase; letter-spacing: 1px; color: #fff; }
.project-page-1a .project-items h2,.project-page-main-1 .project-items h2 {color: #fff;}

/*.home-project-listing { overflow: hidden; }
.home-project-listing .col-md-4 { margin-left: -1px; padding-right: 1px; }
.home-project-listing .col-md-4:last-child { margin-left: -1px; padding-right: 0px; }
.home-project-listing .row { margin: 0 -1px; }
*/
.home-project-listing .col-md-4 { position: relative; }
.home-project-listing .col-md-4:after { content:""; position: absolute; right: 0; width: 1px; height: 100%; background: #fcfbfa; top: 0; bottom: 0; z-index: 2; }
.home-project-listing .col-md-4:last-child:after { display: none; }

/*** 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: 156px; line-height: 50px; font-size: 16px; 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; border-left: none; }
.project-page-section .project-arrow .btn.btn-right { padding-right: 10px; float: right; border-right: none;  }
.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/Arrows.svg) 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;  }

/********************* FOOTER CSS *********************/
footer { float: left; width: 100%; }
footer h4 { margin: 0 0 4px; }
.footer-top .call-to-action-btn { display: flex; justify-content: center; gap: 20px; margin-top: -28px; }
.footer-left-box { max-width: 232px; text-align: center; color: #fff; margin-bottom: 35px; }
.footer-left-box h4 { color: #fff; font-weight: 500; }
.footer-left-box address { color: #fff; letter-spacing: 1px; }
.footer-left-box address a { border: none; color: #fff; }
.footer-left-box address a:hover { color: #b6a5a0; }
.footer-map { width: 100%; border: 3px solid #834333; }
.footer-map iframe { width: 100%; height: 107px; display: block; }
.footer-center-box { margin-bottom: 35px; }
.footer-middle-sec { padding: 30px 0 0; }
address { margin-bottom: 9px; display: block; line-height: 22px; }
.call-to-action-btn { display: inline-block; width:100%; position: relative; text-align: center; padding-bottom: 14px; }
.call-to-action-btn .btn { margin: 0; }
.footer-details { width: 270px; text-align: center; margin: 0 auto; }
.footer-logo { text-align: center; }
.footer-logo a { border: none !important; }
.footer-logo img { max-width: 148px; }
.footer-social { padding: 68px 0 0; }
.footer-social ul { display: flex; justify-content: center; gap: 15px; padding: 0; margin: 0; }
.footer-social ul li { padding: 0; margin: 0; }
.footer-social ul li:before { display: none; }
.footer-social ul li a { color: #fff !important; border: none !important; font-size: 22px; }
.footer-social ul li a:hover { color: #b6a5a0 !important; }
address span { display: block; }
.map { margin-bottom: 35px; }
.footer-right-box { max-width: 226px; margin: 0 auto; text-align: center; color: #fff; }
.footer-right-top-box h4 { color: #fff; font-weight: 500; }
.footer-form ul li { padding: 0; margin: 0 0 9px; }
.footer-form ul li:before { display: none; }
.footer-form ul li .btn, ._form ._submit { width: 100%; line-height: 46px; margin-top: 10px; }
.footer-form ._form ._submit { line-height: 38px; }
.footer-form { padding: 30px 0 0; }
.footer-form input, .footer-form ._form input {
  width: 100%;
  border: none;
  background-color: transparent !important;
  border-bottom: 3px solid #fff;
  line-height: 24px !important;
  font-size: 14px !important;
  text-transform: uppercase; letter-spacing: 1px; color: #fff !important; padding: 0 0 3px !important; height: auto !important;
}
.footer-form ._form ._form-label { display: none; }
.footer-links { padding: 16px 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; font-size: 16px; color: #fff; letter-spacing: 1px; padding-left: 32px; }
.footer-links ul li:before { content:"•"; background-color:transparent; width:auto; height:auto; left:6px; top:0; font-size: 16px; color: #fff;  }
.footer-links ul li:first-child { padding-left: 0; }
.footer-links ul li:first-child:before { display: none; }
.footer-links ul li a { color: #fff; border: none !important; }
.footer-links ul li a:hover { color: #b6a5a0 !important; border: none !important; }

/********************* 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 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;}

.art-single-bottom-sec {width: 100%;float: left;padding: 78px 0px 50px 0px; text-align: left; }
.art-category-accordion .container-small{ max-width: 650px;  }
.project-all-the-details.art-category-accordion .accordion-header:before { height: 1px; }
.art-category-accordion .card-body { text-align:left; }
.project-all-the-details.art-category-accordion { margin-top: 0; padding: 0px 0 85px 0; }
.project-all-the-details.art-category-accordion .accordion-header:after { background: url(../images/lizard-small.png) no-repeat left top; }

/*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%;}
.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: #333333;padding:15px; }
.podcast-block p{ max-width:236px; display:inline-block; vertical-align:middle; margin:0; font-size: 18px; line-height: 24px; }
.podcast-block a:hover p, .podcast-block a:focus p{color: #c19c3e;}
.podcast-block a:before{display:none;}
.podcast-block .btn{float:right;min-width:inherit;vertical-align:middle;margin:2px 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 .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 30px 0;}
.insta-blog-section .section-title h2{ font-size:28px;margin-top:0px;text-transform:uppercase; text-align:center;}
.insta-blog-section .section-title{margin: 0 0 5px 0;}
.insta-blog-section .blog-post-title{bottom: 16px;}

.insta-landing-header .navigation-main{top: 0 !important;}
.insta-landing-page a {border-bottom: none !important;}
.insta-landing-page .btn {line-height:37px; border-radius: 0;}

/******* Location Page ***********/
.location-page-section .page-title { padding-bottom: 10px; }
.all-location { float: left; width: 100%; text-align: center; padding-top: 50px; }
@media screen and (min-width: 1200px){
.all-location.gallery .row { margin-left: -17px; margin-right: -17px; }
.all-location.gallery .row .col-xs-12 { padding-left: 17px; padding-right: 17px; }
}

.all-location h2 { text-transform: uppercase; margin-bottom: 20px; }
.all-location a, .gallery-item { display: block; width: 100%; border: none; display: flex; height: 100%;}
.all-location img { object-fit: cover; }
.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.section-bg-color { padding: 85px 60px 40px; margin-top: -58px; }
.quick-location .row { margin: 0; }
.quick-location .col-md-6 { padding: 0; }
.quick-right-contact { text-align: right; padding: 0px ;}
.quick-right-contact a { color: #000; 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: #f4f4f6; padding:26px 0;*/}
.project-page-2col .project-items h2{/*margin: 0px;font-size:32px;*/}
.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; left:18px;bottom:12px; background:none; border:none; width:24px;}
.sidebar-search .input-text{ padding:5px 15px 5px 56px;font-weight:400;font-size:16px;}
.sidebar-search h2{ font-size:19px !important;text-align:center;margin: 0 0 10px 0; text-transform:uppercase; letter-spacing:1.5px;}

.popular-post{border: 3px solid #acaba5;padding: 26px 15px;}
.popular-post h2{ margin: 0 0 22px 0;}

.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: #000; }
.affiliate-category-item .btn { width: 100%; margin: 15px 0 0; }


/******* SIDEBAR TWO ***********/
.sidebar-two .sidebar-guide { position: relative; border: none; background: none; margin-bottom: 60px; }
.sidebar-two .sidebar-guide h2 { position: absolute; left: 15px; right: 15px; top: 15px; background: rgba(255,255,255,.8); padding: 6px 15px; text-transform: uppercase; }
.sidebar-two .sidebar-guide.about-aside h2 { padding-top: 20px; padding-bottom: 20px; }
.sidebar-two .btn { min-width: 244px; width: auto; position: absolute; bottom:0; left:15px; right: 15px; z-index: 1; }
.sidebar-two .sidebar-guide-thumb { padding: 0 0px 23px 0px; }
.sidebar-two .sidebar-guide-thumb img { width: 100%; }
.sidebar-two .popular-post { border: none; margin-bottom: 40px;}
.sidebar-two .popular-post h2 { font-size: 32px; text-transform: uppercase; font-weight: 400; }
.sidebar-two .popular-post ul li { padding-bottom: 25px; }
.sidebar-two .popular-post ul li a { font-weight: 400; text-transform: uppercase; font-size: 18px; letter-spacing: 0.5px; }
.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 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: #000; }
.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:20px;}
.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: #000 !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; display: none; }
.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; max-width: 70px; text-align: center;}
header.header-five .logo img, .footer-main-five .footer-logo img{max-width: 65px;}
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-main-five 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;}
.footer-main-five .footer-bottom{width:100%;float:left; padding: 30px 0 30px 0;position:relative;display: flex;justify-content: space-between;align-items: flex-end;text-align: center; font-size: 14px;flex-wrap: wrap;}
.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{width:40%;float:left; padding: 0 15px;}
.footer-main-five .footer-logo{color: #333;font-size: 34px;font-weight: 500;line-height: 1;padding-bottom: 0;margin-top: -80px;}
.footer-main-five .footer-links{padding: 16px 0 0 0;width: 100%;max-width:680px;margin: -40px auto 0 auto;}

#ess-main-wrapper { position: absolute; display:none; }

.single-post #ess-main-wrapper {display:block;}



.blog-listing-3 .blog-post-title { max-width: 300px; position: relative; margin: -28px 0 0 0; top: 0px; }

.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:#efefef;  max-width: 260px; top: 0; padding: 35px 15px;-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:112px;}
.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;}

.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:0 !important; padding-bottom: 80px; }
.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; margin-bottom: 46px; }
.service-fea-sec {margin-bottom: -1px !important;}
.contact-left-section a { color: #000000; }


/***** 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: 190px; float: left; border: 1px solid #834333 !important; max-width: 222px; }
.quick-map img { width: 100%; height: 190px; float: left; border: 1px solid #834333 !important; max-width: 222px; }

@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: #000; 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: #000;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: #f4f4f4;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: 500; font-size: 17px; }
.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: #f4f4f4; padding: 10px 15px 5px 15px;}
.yoast-faq-four .faq-block-nav-title a{color: #fff;display: inline-block;background-color: #c19c3e;font-size: 24px;text-transform: none;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 22px;position: relative;z-index: 1;font-weight: 300;text-shadow: none;margin: 0 16px;}
.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: 15px;}
.yoast-faq-four .faq-block-nav-title{margin-top:40px;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: #f4f4f4;}
.yoast-faq-four .faq-block-nav-title a:hover, .faq-block-nav-title a:focus{background: #f4f4f4; color: #000;}
.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: 14px 0px; font-size: 17px;font-weight: 500;float: left;width: 100%;}
.yoast-faq-four-inner .schema-faq-section {margin-bottom: 5px;}
.yoast-faq-four-inner p.schema-faq-answer{ background: #f4f4f4; 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: #000;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: -3px 0 0 !important; /*padding: 8px 20px;*/}
.yoast-faq-five .aagb__accordion_container .aagb__accordion_head { padding: 28px 15px; }
.yoast-faq-five .aagb__accordion_container .aagb__accordion_head .aagb__accordion_icon .aagb__icon_dashicons_box { position: relative; left: 6px; }
.yoast-faq-five .aagb__accordion_container.aagb__accordion_active,.yoast-faq-five .aagb__accordion_container, body .yoast-faq-five .aagb__accordion_container.aagb__accordion_active {border:3px solid #834333 !important; background: #fcfbfa; /*border-bottom:0px !important; border-right: 0px !important; border-left: 0px !important; border-bottom: 0px !important;*/ border-radius: 0 !important; }
body .yoast-faq-five .aagb__accordion_container.aagb__accordion_active { background: #f6f4f0; }
body .wp-block-aab-accordion-item .aagb__accordion_head .aagb__accordion_heading .aagb__accordion_title { font-size: 16px; text-transform: uppercase; }
.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-left: 55px !important; padding-right: 55px !important; padding-top: 0px !important; padding-bottom: 15px !important;}
.yoast-faq-five .aagb__icon {color:#834333;}
.yoast-faq-five p:empty { display: none;}
.yoast-faq-five strong.schema-faq-question {padding: 0 0 10px;float: left;width: 100%; font-weight: 500; margin-bottom: 0; }
.wp-block-aab-accordion-item .aagb__accordion_body .aagb__accordion_component p:last-child { margin-bottom: 20px !important; }

.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: #f6f4f0;
-o-transition: all .4s ease-in-out;
-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
header.header-eight .logo {position: absolute; left: 0; right: 0;top:16px; background-color: transparent; margin: 0 auto; width: 110px; height: 64px; 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{ width: 90px; height: 52px; }


header.header-eight.stuck .logo {top: 9px;}
header.header-eight.stuck .header-nav{padding:15px 0px 15px 0px}
header.header-eight .logo a{border-bottom:none !important; padding: 0px; display: flex; align-items: center; justify-content: center; }
header.header-eight .navbar-toggler{ display: none;font-size: 18px; text-transform:uppercase;position: relative; padding: 0 54px 0 0; -webkit-transition: right .3s ease-in-out;-moz-transition: right .3s ease-in-out;right:0;transition: right .3s ease-in-out; color: #000; z-index: 5; margin-top: 10px; margin-bottom: 10px; }
/* 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: 2px; width: 23px; background: #000; position: absolute; display: block; content: '';right:0;}
header.header-eight .navbar-toggler span{ top: 8px; right: 23px;}
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.stuck .navbar-toggler { margin-top: 0px; margin-bottom: 0px; }

header.header-eight .header-nav{float: left;width: 100%;padding: 28px 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 13px;margin: 0; font-family: "futura-pt",sans-serif; font-weight: 300;}
header.header-eight .navbar-nav li:before { display:none;}
header.header-eight .navbar-nav .nav-link{color: #000000; text-transform:uppercase;font-size:16px; font-family: "futura-pt",sans-serif; font-weight: 400; text-transform: uppercase;}
header.header-eight .navbar-nav .nav-link:hover, header.header-eight .navbar-nav .nav-link:focus, header.header-eight .navbar-nav .nav-link.active {color: #834333;}


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: 41px !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: #f6f4f0; background-color: #834333; }

._form ._checkbox-radio{display: inline-flex; align-items: center; width: auto; justify-content: flex-start; margin: 2px 15px 2px 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}

._form ._checkbox-radio input[type="checkbox"], ._form .sms_consent_checkbox input[type="checkbox"] {
  appearance: none; /* Remove default checkbox */
  width: 20px;
  height: 20px;
  border: 1px solid #293546;
  border-radius: 0;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s; padding: 9px;
}

._form ._checkbox-radio input[type="checkbox"]:checked, ._form .sms_consent_checkbox input[type="checkbox"]:checked {
  background-color: #834333; /* Green background when checked */
  border-color: #834333 !important;
}

._form ._checkbox-radio input[type="checkbox"]:checked::after, ._form .sms_consent_checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.request-form-section label.sms_consent_checkbox {
  display: flex;
  gap: 10px;
}
.contact-half .request-form-section h2 {
  margin-top: 0px;
}





/***********New location page********************/
.yoast-faq-new .schema-faq-question {display: none;}
.hero-slider.location-hero-slider .hero-slide { height: calc(100vh - 195px); 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;}
.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; padding-bottom: 40px; }
.new-location-page-sec.location-page-section .testimonial-block { /*padding-top: 88px; 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;}

/******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: 12px; height: 12px;  background: url(../images/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/plus-icon.png) no-repeat left bottom; background-size: 100% auto; display: block; }
.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 11px 0 0; border-radius: 0; padding: 0; border: none; background: transparent; line-height: 24px; height: auto; }
.project-all-the-details .btn:hover, .project-all-the-details .btn:focus {  border: none; background: transparent; }
.project-all-the-details .accordion-header { text-align: center; position: relative; }
.project-all-the-details .accordion-header:before { content:""; position: absolute; left: 0; right: 0; width: calc(100% - 70px); height: 2px; background: #481d12; top: 50%; margin-top: -1px; }
.project-all-the-details .accordion-header:after { content:""; position: absolute; right: 26px; top: 50%; margin-top: -15px; background: url(../images/lizard.png) no-repeat left top; width: 47px; height: 18px; background-size: cover !important; }
.project-all-the-details .accordion-button { display: inline-block; margin: 0 auto; width: auto; font-family: "futura-pt-bold",sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; color: #834333; background: #fcfbfa; padding: 0 20px; }


.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; font-family: "futura-pt", sans-serif;
    font-weight: 300;line-height: 54px;}

.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: 5px !important; }
.custom-project-thumb.project-arrow-new a .btn-right .fa-arrow { margin-left: 5px !important; }
.custom-project-thumb.project-arrow-new .btn span { padding-left: 0; padding-right: 0; font-size: 17px; }
.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; }
.hader-left-btn {
  position: absolute;
  left: 24px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.hader-right-btn {
  position: absolute;
  right: 24px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (min-width: 1200px){
.collapse.navbar-collapse.lid-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 215px;
}
}
header.header-eight .navbar-nav {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 0px;
  margin: 0 !important;
}
.sign-up-full-secton {
  width: 100%;
  float: left;
}
.top-nav-sec .btn {
  width: 163px;
  line-height: 40px;
  height: auto;
  padding:0 !important;
  margin: 0;
  font-size: 16px;
}
body.home { padding-top: 0; }
.home header.header-eight { background-color: transparent; /*padding-top: 19px; padding-bottom: 19px;*/ }
.home header.header-eight.stuck { background-color: #f6f4f0; /*padding-top: 0px; padding-bottom: 0px;*/ }
/*.home header.header-eight .header-nav { padding: 62px 0px; }
.home header.header-eight.stuck .header-nav { padding: 22px 0px; }*/
/*.home header.header-eight .logo { background-color: transparent; width: 110px; height: 64px; }
.home header.header-eight.stuck .logo { background-color: transparent; width: 90px; height: 52px; }*/
.btn.btn-transparent { background-color: transparent; border-color: #f6f4f0; color: #f6f4f0; }

header .btn.btn-transparent { background-color: transparent; border-color: #834333; color: #000; }
header .btn.btn-transparent:hover { background-color: #834333; border-color: #834333; color: #fff; }

.home header .btn.btn-transparent { background-color: transparent; border-color: #fff; color: #fff; }
.home header .btn.btn-transparent:hover { background-color: #834333; border-color: #834333; color: #fff; }
.home header.stuck .btn.btn-transparent { background-color: transparent; border-color: #834333; color: #000; }
.home header.stuck .btn.btn-transparent:hover{ background-color: #834333; border-color: #834333; color: #fff; }

.home header.header-eight .navbar-nav .nav-link { color: #fff; }
.home header.header-eight .navbar-nav .nav-link:hover { color: #d9d4cb; }

.home header.header-eight.stuck .navbar-nav .nav-link { color: #000; }
.home header.header-eight.stuck .navbar-nav .nav-link:hover { color: #834333; }

.hero-slider .fade-slider img { opacity: 0; }
.hero-slide {
  position: relative;
}
.hero-slide:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  max-height: 350px;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0));
}
.hero-slide:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  max-height: 350px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0));
}

.hero-content-top { position: absolute; left: 0; right: 0; bottom: 47px; z-index: 2; text-align: center; }
.hero-title p { font-size: 34px; color: #f6f4f0; text-transform: uppercase; font-weight: 500; }

.home-page-title { float: left; width: 100%; position: relative; text-align: center; padding: 50px 0 0; }
.home-page-title h1 { font-size: 34px; text-transform: uppercase; font-weight: 500; }

.nice-full-box { float: left; width: 100%; margin-bottom: 30px; overflow: hidden; }
.nice-box { float: left; width: 100%; }
.nice-box figure { padding: 0; margin: 0; position: relative; overflow: hidden; /*background-size: cover !important; height: 625px;*/ }
.nice-box figure > img { width: 100%; height: auto; object-fit: cover; -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; }
.nice-box a:hover figure img, .nice-box a:focus figure img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.nice-box figure:before { content:""; position: absolute; left: 0; right: 0; bottom: 0; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0)); min-height: 320px; height: 50%; z-index: 2; }
.nice-box figure figcaption { position: absolute; left: 0; right: 0; bottom: 25px; z-index: 2; text-align: center; color: #fff; }
.nice-box figure figcaption h2 { color: #fff; font-size: 34px; text-transform: uppercase; font-weight: 500; margin-bottom: 0px; } 
.nice-full-box .row.g-0 .col-lg-6:first-child {
  margin-left: -1px;
  margin-right: 1px;
}
.nice-box a:hover .btn { background-color: #834333; color: #f6f4f0; }

.testimonial-full-box { float: left; width: 100%; background: #481d12; padding: 90px 0 80px; color: #fff; }
.project-listing h2.text-center { text-transform: uppercase; font-size: 34px; margin-bottom: 7px; margin-top: 34px; }

.footer-top { float: left; width: 100%; background-size: cover !important; }

.home .project-all-the-details { padding: 40px 0 65px 0; margin-top: 0; }
body.admin-bar { padding-top: 95px; }
body.home.admin-bar { padding-top: 0px; }
.service-top-part { float: left; width: 100%; }
.service-top-part .container-small { max-width: 552px; }
.service-top-part h1 { margin-bottom: 33px; }
.service-top-part p { text-align: left; margin-bottom: 22px; }
.sign-up-box-new { max-width: 556px; margin: 0 auto; }
.sign-up-full-secton-content { text-align: left; }
/* .service-top-full-sec { margin-top: -38px; } */
.specifically-sec { float: left; width: 100%; text-align: center; padding: 31px 0 0; }
.specifically-sec h3 { margin-bottom: 20px; }
.services-top-testimonial { margin-top: -27px; }
.the-design-process-title { text-align: center; float: left; width: 100%; padding: 35px 0 39px; }
.the-design-process-title h2 { text-transform: uppercase; }
.inner-page-section.design-services-1-page.service-main-top-fit {
  padding-bottom: 0;
}
.the-design-process-listing { float: left; width: 100%; }
.the-design-process {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 50px;
}
.the-design-process-sec {
  float: left;
  width: 100%;
}
.the-design-process:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 1px;
  height: 50px;
  background: #481d12;
  top: 100%;
}
.the-design-process::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0) 50%);
  z-index: 1;
}
.the-design-process-box {
  background-size: cover !important;
  position: relative;
  padding: 93px;
}
.the-design-process-box:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  z-index: 3;
}
.the-design-process-box:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 80px;
  background: #fff;
  z-index: 3;
}
.the-design-process-box-item {
  max-width: 294px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 3;
}
.the-design-process-box-item h4 { color: #fff; margin-top: 0; margin-bottom: 6px; }
.the-design-process-box-item p:last-child { padding-bottom: 0; margin-bottom: 0; }
.the-design-process-listing .col-md-12:first-child .the-design-process-box:before { display: none; }
.the-design-process-listing .col-md-12:last-child .the-design-process:after { height: 100px; }
.specifically-sec.specifically-sec-bottom { padding-top: 11px;}
.testimonial-full-box.services-top-testimonial { padding: 60px 0 80px; }

.about-page-sec { float: left; width: 100%; }
.about-top-sec { float: left; width: 100%; background-size: cover !important; position: relative; height: 703px; text-align: center; color: #fff; }
.about-top-sec:before { content:""; z-index:1; position: absolute; left:0; right: 0; top: 0; width: 100%; min-height: 350px; height: 50%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0)); }
.about-top-sec:after { content:""; z-index:1; position: absolute; left:50%; right: 0; bottom: 168px; width: 1px; height: 395px; background: #fff; }
.about-top-sec .container { position: relative; z-index: 2; }
.about-top-sec h2 { color: #fff; text-transform: uppercase; margin-top: 62px; }
.page-template-about .about-top-sec:after { top:140px; bottom: inherit; }

.sign-up-full-secton.about-top-full-sec { padding: 0; margin-top: -152px; position: relative; z-index: 1; }
.about-top-full-sec .sign-up-small-container { max-width: 1142px; padding: 67px 0 70px 0; }
.about-top-full-sec .sign-up-box-new { max-width: 630px; }
.about-top-full-sec .sign-up-bottom-top-title h2 { text-align: left; margin-bottom: 11px; }

.about-video-sec { float: left; width: 100%; padding:0 60px; margin-top: -70px; }
.about-video-sec .container { max-width: 1356px; max-width: 100%; }

.presence-without-pretense-sec { float: left; width: 100%; padding: 60px 0 90px; }
.presence-without-pretense-sec .container-small { max-width: 600px; }
.presence-without-pretense-sec h2 { text-align: center; margin-bottom: 14px; }
.about-bottom-sec { float: left; width: 100%; padding: 72px 0 26px; text-align: center; }

.inner-page-section.fine-art-page { padding-bottom: 0; }
.fine-art-page-sec { float: left; width: 100%; }
.sign-up-full-secton.fine-art-top-full-sec { padding: 18px 0 170px; }
.container.fine-art-container { max-width: 100%; padding: 0 64px; }
.fine-art-top-full-sec .sign-up-small-container { max-width: 100%; padding: 42px 0 72px 0; }
.fine-art-top-full-sec .sign-up-box-new { max-width: 724px; }


.art-categories-list { float: left; width: 100%; background: #481d12; padding: 0 0 65px; }
.art-categories-box { margin-top: -80px; }
.art-categories-box .row .col-lg-6 { margin-bottom: 28px; }
.art-categories-item a { border: none !important; }
@media screen and (min-width: 1200px){ 
.art-categories-box .row { margin-left: -28px; margin-right: -28px; }
.art-categories-box .row .col-lg-6 { padding-left: 28px; padding-right: 28px; margin-bottom: 56px; }
}
.art-categories-item { position: relative; border: 4px solid #834333; overflow: hidden; }
.art-categories-item figure { position: relative; overflow: hidden; padding: 0; margin: 0; }
.art-categories-item figure:before { content:""; position: absolute; left:0; right: 0; bottom: 0; max-height: 320px; height: 50%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.64), rgba(0, 0, 0, 0)); z-index: 1; }
.art-categories-item figure figcaption { position: absolute; left: 0; right: 0; padding: 34px 20px; bottom: 0; text-align: center; z-index: 2; }
.art-categories-item figure figcaption h4 { color: #fff; padding: 0; margin: 0 0 7px; }
.art-categories-item figure figcaption p { color: #fff; text-transform: uppercase; letter-spacing: 1px; }
.art-categories-item figure img { -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; }
.art-categories-item a:hover figure img { -webkit-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05); }


.fine-art-top-full-sec.art-category-page-top-full-sec .sign-up-box-new {
  max-width: 500px;
}
.page-title.art-category-page-title {
  position: relative; padding-bottom: 4px;
}
.page-title-inner {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.art-category-page-title h1 { margin-bottom: 8px; padding: 0 62px; background: #fcfbfa; }
.fine-art-page-sec .page-title h4 {
  text-transform: uppercase; margin-top: 0; margin-bottom: 0; color: #000000;
  font-size: 16px; font-family: "futura-pt",sans-serif; font-weight: 400 !important; 
}
.art-top-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 23px;
}
.art-top-navigation::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 22px;
  width: 100%;
  height: 1px;
  background: #481d12;
}
.art-top-navigation .container-full {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.art-top-button {
  padding: 0 24px;
  background: #fcfbfa;
}
.art-top-navigation .btn { min-width: 163px; width: auto;
  line-height: 40px;
  height: auto;
  padding: 0 15px!important;
  margin: 0; }
@media screen and (min-width: 1200px){ 
.art-top-button:first-child {
  padding-right: 36px;
}
.art-top-button:last-child {
  padding-left: 36px;
}
}

.art-category-page-top-full-sec .container.fine-art-container { padding: 0 223px; }
.fine-art-top-full-sec.art-category-page-top-full-sec .sign-up-small-container {  padding: 66px 0 70px; }

.sign-up-full-secton.fine-art-top-full-sec.art-category-page-top-full-sec { padding-bottom: 0; position: relative; z-index: 1; }
.art-categories-list.art-category-page-main-listing { background: #fcfbfa; }
.art-category-page-main-listing .art-categories-box { margin-top: -34px; }
.art-category-page-main-listing .art-categories-item { border: none; }

.art-single-page-section .container-small { max-width: 880px; }
.art-single-pic-sec { position: relative; padding: 36px 0; }
.art-single-pic-sec:after { content:""; position: absolute; left: 0; right: 0; bottom: -2px; height: 50%; background: #f6f4f0; width: 100%; }
.art-single-pic { border: 4px solid #834333; position: relative; z-index: 1; }
.art-single-details { background: #f6f4f0; text-align: center; margin-bottom: 120px; padding: 13px 0 0; }
.art-single-details-top p { max-width: 380px; margin: 0 auto; text-align: left; }
.art-single-btn .btn { margin-bottom: -28px; }
.art-single-btn.two-btn .btn { margin-left:12px; }
.art-single-details-top { padding: 0 0 54px; }
.art-single-more-details { padding: 0px 100px 23px; }
.art-single-more-details p { margin-bottom: 12px; }
.art-single-page-section .art-single-testimonial .container-small { max-width: 356px; }
.gallery-main-section .container-small { max-width: 570px; }
.nice-border-title {
  text-align: center;
  position: relative; margin: 33px 0 50px;
}
.nice-border-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background:#481d12;
}
.nice-border-title h2 {
  display: inline-block;
  background: #fcfbfa;
  position: relative;
  z-index: 1;
  padding: 0 34px;
  margin: 0;
}
.find-your-next-treasure .container-small {
  max-width: 640px;
}
.logo-contact {
  text-align: center;
}
.logo-contact img {
  max-width: 114px;
}
.all-location.gallery .col-md-3.col-sm-3.col-xs-12 { width: 26.1%; }
.all-location.gallery .col-md-6.col-sm-6.col-xs-12 { width: 47.8%; }
.all-location.gallery img { width: 100%; height: auto; }
.featured-section.home-featured-section.gallery-featured-section { padding-top: 110px; padding-bottom: 38px; }
.find-your-next-treasure { padding: 0 0 85px; }
.wshs-post-simple-list.half-layout ul li { font-size: 18px; }
.wshs-post-simple-list.half-layout ul li a { color: #834333; }
.wshs-post-simple-list.half-layout ul li::before { content: "•"; color: #834333; line-height: normal;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 17px;
  top: 1px;
  left: -5px; border-radius: 0;
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%; }
.wshs-post-simple-list.half-layout ul li a:hover{ color: #481d12; }

body.admin-bar.page-template-location-v2 { padding-top: 92px; }
body.admin-bar .hero-slider.location-hero-slider .hero-slide { height: calc(100vh - 225px); }

.location-hero-slider .hero-slide:before, .location-hero-slider .hero-slide:after { display: none; }

.project-all-the-details.location-accordion { margin-top: 0 !important;  }

.location-accordion .card-body {
  padding-left: 0;
  padding-right: 0;
}
.new-location-page-sec .find-your-next-treasure {
  padding-bottom: 20px;
}
.new-location-page-sec .featured-section.home-featured-section { padding-bottom: 65px; }
.custom-project-thumb .testimonial-full-box { padding: 44px 0 23px; }
.project-page-main.portfolio-single-two.portfolio-single-two-page {
  padding-bottom: 30px;
}
.sms_consent_message {
  top: -4px;
  position: relative;
}
.inner-page-section.fine-art-page .blog-template ul.page-numbers { margin: 15px 0px 35px 0px; }
.project-v2-page-2col .blog-template ul.page-numbers { margin-top: 65px; }

.custom-prev-project a:hover .btn { background-color: #834333; color: #f6f4f0; }
.custom-prev-project a:hover .btn .fa-arrow { background-position: left bottom; }

@media screen and (min-width: 1200px){
.dropdown-item:focus, .dropdown-item:hover {
  color: #481d12;
  background-color: #f6f4f0;
}

}
body.page-template-location { padding-top: 95px; }
body.page-template-location .all-location .col-md-4.col-sm-4.col-xs-12 a { height: auto; }
body.page-template-location .project-all-the-details.location-accordion { padding-top: 0; padding-bottom: 40px; }
body.page-template-location .testimonial-full-box.middle-testimonial { padding: 105px 0 70px; }
.project-page-main .project-page-section .page-title.no-pad { padding-bottom: 0; }
.about-bottom-sec h3 { margin-bottom: 0px; }
.art-categories-box .row { justify-content: center; }
.about-top-sec::after {
  height: 0px;
-webkit-transition: height .5s;
    -moz-transition: height .5s;
    -ms-transition: height .5s;
    -o-transition: height .5s;
    transition: height .5s
}
.animation-open .about-top-sec::after { height: 395px; }

.home .project-all-the-details .accordion-header:before,.tax-art-category .project-all-the-details .accordion-header:before { width: 0;-webkit-transition: width 2s; -moz-transition: width 2s; -ms-transition: width 2s; -o-transition: width 2s; transition: width 2s }
.home .project-all-the-details.animated-line .accordion-header:before,.tax-art-category .project-all-the-details.animated-line .accordion-header:before { width: calc(100% - 70px); }
/* .home .project-all-the-details .accordion-header:after { opacity: 0; transition-delay: 2.5s; }
.home .project-all-the-details.animated-line .accordion-header:after { opacity: 1; } */

.home .project-all-the-details .accordion-header::after,.tax-art-category .project-all-the-details .accordion-header::after {
  opacity: 0;
  transition: opacity 0.5s ease-in;
  transition-delay: 2.5s;
}

.home .project-all-the-details.animated-line .accordion-header::after, .tax-art-category .project-all-the-details.animated-line .accordion-header::after {
  opacity: 1;
}


.white-logo{ display: none; }
.home .white-logo { display: block; }
.home .black-logo { display: none; }
.home .stuck .black-logo { display: block; }
.home .stuck .white-logo { display: none; }


@media screen and (min-width: 768px){
.project-page-main.portfolio-single-two.portfolio-single-two-page {
  padding-left: 24px;
  padding-right: 24px;
}
.all-location.gallery {
  padding-top: 20px;
}
.contact-page-3 .lcp-3.section-bg-color {
  display: flex;
}
}

.art-bottom-content {
  float: left;
  width: 100%; padding-bottom: 30px;
}
@media screen and (min-width: 1200px){
.art-bottom-content .container { max-width: 1000px; }
}
