@font-face {
    font-family:'Biko';
    src: url('../fonts/Biko-Bold.eot');
	src: url('../fonts/Biko-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Biko-Bold.woff2') format('woff2'),
		url('../fonts/Biko-Bold.woff') format('woff'),
		url('../fonts/Biko-Bold.ttf') format('truetype'),
		url('../fonts/Biko-Bold.otf') format('opentype'),
		url('../fonts/Biko-Bold.svg#Biko-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
	font-display: swap;
}

@font-face {
    font-family:'Biko';
    src: url('../fonts/Biko-Light.eot');
	src: url('../fonts/Biko-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Biko-Light.woff2') format('woff2'),
		url('../fonts/Biko-Light.woff') format('woff'),
		url('../fonts/Biko-Light.ttf') format('truetype'),
		url('../fonts/Biko-Light.otf') format('opentype'),
		url('../fonts/Biko-Light.svg#Biko-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FD;
	font-display: swap;
}

@font-face {
    font-family:'Biko';
    src: url('../fonts/Biko.eot');
	src: url('../fonts/Biko.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Biko.woff2') format('woff2'),
		url('../fonts/Biko.woff') format('woff'),
		url('../fonts/Biko.ttf') format('truetype'),
		url('../fonts/Biko.otf') format('opentype'),
		url('../fonts/Biko.svg#Biko') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
	font-display: swap;
}

@font-face {
    font-family:'Biko';
    src: url('../fonts/Biko-Black.eot');
	src: url('../fonts/Biko-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Biko-Black.woff2') format('woff2'),
		url('../fonts/Biko-Black.woff') format('woff'),
		url('../fonts/Biko-Black.ttf') format('truetype'),
		url('../fonts/Biko-Black.otf') format('opentype'),
		url('../fonts/Biko-Black.svg#Biko-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
	font-display: swap;
}

@font-face {
    font-family:'Easycore';
    src: url('../fonts/Easycore.eot');
	src: url('../fonts/Easycore.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Easycore.woff2') format('woff2'),
		url('../fonts/Easycore.woff') format('woff'),
		url('../fonts/Easycore.ttf') format('truetype'),
		url('../fonts/Easycore.otf') format('opentype'),
		url('../fonts/Easycore.svg#Easycore') format('svg');
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-00FE;
	font-display: swap;
}
 

/****************************************** TYPOGRAPHY CSS ******************************************/
html { overflow-x: hidden; width: 100%; }
body { background: #FFF; padding: 30px 0 0 0; margin: 0; font-size: 18px; color: #000; font-family: 'Biko', Arial, Helvetica, sans-serif; line-height: 24px; 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 { color:#000; border-bottom:2px solid #cfe2e6;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 { color:#188aa1;outline: none; }
a:hover, a:focus { text-decoration:none; }
* { margin: 0; padding: 0; }

/********** INPUT **********/
.input-text { background-color: #FFF; border: 1px solid #000; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; color: #4a4a4a; 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 #188aa1; }
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;}

::-webkit-input-placeholder { color: #4a4a4a; }
::-moz-placeholder { color: #4a4a4a; }
:-ms-input-placeholder { color: #4a4a4a; }
:-moz-placeholder { color: #4a4a4a; }
label { margin-bottom: 6px; font-weight: 400; }

/********************* HEADING CSS *********************/
h1, h2, h3, h4, h5, h6 { margin: 26px 0 12px 0; line-height: normal; font-weight: 400; font-family: 'Biko', serif; }
h1 { font-size: 42px; 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 0 0px 0; }
p strong, strong { font-weight: 700; }

/********************* LISTING CSS *********************/
ul { margin: 0 0 15px 0; padding: 0; display: block; text-align: left; }
ul li { margin: 0 0 5px 2px; padding: 0 0 0 20px; position: relative; line-height: 22px; list-style: none; }
ul li:last-child { margin-bottom: 0px; }
ul li:before { content: ""; width: 6px; height: 6px; background-color: #4a4a4a; position: absolute; left: 0px; top: 8px; border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%; }
ul li a { text-decoration: none; font-weight: 400; }
ul li a:hover, ul li a:focus { text-decoration:none; }
ul li ul { margin-left: 15px; margin-top: 14px; }
ol { margin: 0 0 15px 15px; padding: 0; text-align: left; }
ol li { margin: 0 0 5px 0; padding: 0 0 0 0px; position: relative; line-height: normal; list-style: decimal; }
ol li a { text-decoration: none; font-weight: 400; }
ol li a:hover, ol li a:focus { text-decoration:none; }

/********************* IMAGE CSS *********************/
img { border: none; vertical-align: middle; max-width: 100%;height:auto; }
.alignleft { float: left; margin: 7px 30px 20px 0; }
.alignright { float: right; height: auto; margin: 30px 0 20px 30px; }
.aligncenter {  margin: 15px auto; display:block;}

/********************* BLOCKQUOTE CSS *********************/
hr {  margin: 40px 0 40px 0; padding: 0px; }

/*13-04-2021*/
blockquote  {  margin: 40px 0 40px 0; }
.client-detail {
    display: block;font-weight: 400;
}
blockquote{position:relative;border: 3px solid #1c1c1b;padding:50px 60px; text-align:center;font-weight: 700;}
blockquote:before { content: ""; position: absolute; left: 30px; top: -8px; background: #FFF url(../images/quote.png) no-repeat left top; width: 60px;height: 39px;padding: 15px;background-position: center center; }
blockquote:after { content: ""; position: absolute; right: 30px; bottom: -8px; background: #FFF url(../images/quote.png) no-repeat left top; width: 60px;height: 39px;padding: 15px;background-position: center center; }


/********************* BUTTON CSS *********************/
.wp-block-button__link { color: #000 !important; font-size: 22px !important; }
.wp-block-button__link:hover { color: #fff !important;  }
.btn, .wp-block-button__link{ border:none;border-bottom: 4px solid #188aa1 !important; background-color:transparent !important; text-align: center; text-decoration: none; color: #fff; font-weight: 700; display: inline-block; font-size: 15px; letter-spacing: 2.75px; line-height: 26px; padding: 15px 12px 9px 12px; 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, .wp-block-button__link:hover, .wp-block-button__link:focus { border:none;border-bottom: 4px solid #000 !important; background:#000 !important;color:#FFF;text-decoration:none; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; }

.xs-btn { min-width: 186px; }
.sm-btn { min-width: 234px; }
.md-btn { min-width: 300px; }
.lg-btn { min-width: 360px; }


/********************* HEADER CSS *********************/
.navbar-fixed-top { background: #ede8e3;-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.navbar-fixed-top { padding: 7px 0 22px 0;}
.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;}
.top-guide span { line-height: 20px; font-size:16px; }
.top-guide span a { display:inline-block; float:right; margin:0 0 0 6px; font-size:15px; }
.logo { float: left; padding-top: 15px; }
.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;max-width: 361px;width: 100%;height: auto;image-rendering: -webkit-optimize-contrast;}

.ubermenu-main{width:70% !important; margin:0 !important;clear: none !important;}
.ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { font-size: 20px !important; text-transform: none !important;}
.ubermenu-target{padding: 15px 15px !important;}
.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target { padding-right: 15px !important;}

.ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-parent > .ubermenu-target, .ubermenu-main .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {color: #188aa1 !important;}

/********************* HEADER STICKY *********************/

.stuck.navbar-fixed-top { background: #fff; -webkit-box-shadow: 0 0 5px rgba(0,1,1,.35); -moz-box-shadow: 0 0 5px rgba(0,1,1,.35); box-shadow: 0 0 5px rgba(0,1,1,.35); }
.stuck.navbar-fixed-top .top-guide span { font-size: 14px; vertical-align: top; }
.stuck.navbar-fixed-top .header-top .btn { line-height: 22px; font-size: 12px; padding-left:10px; padding-right: 10px; }
.stuck .logo { padding-top: 7px; }
.stuck .logo img { max-width:260px;}
.stuck.navbar-fixed-top{padding: 0px 0 8px 0;}
.transparent{background-color:transparent !important;}
.stuck.navbar-fixed-top.transparent{ background-color: #ede8e3 !important;}

header.transparent .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{color:#FFF;}
header.transparent .ubermenu-main .ubermenu-item-level-0>.ubermenu-target:hover,header.transparent.stuck .ubermenu-main .ubermenu-item-level-0>.ubermenu-target:hover { color: #188aa1; }
header.transparent.stuck .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target{color:#000;}

/********************* HEADER TWO CSS *********************/
body { padding-top: 0px; }
.btn-two { background-color: #b4b2af; padding: 7px 20px; display: inline-block; min-width: 250px; font-size: 20px; text-transform: uppercase; color: #fff; font-weight:500; border: none; margin-top: 15px; }
.btn-two:hover { background: #cdcbc8; color: #fff; 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: 14px; font-weight: 500; font-family: "futura-pt",sans-serif; text-transform: uppercase; color: #333333; vertical-align: top; }
.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; }
.header-two .ubermenu-nav { margin-top: 0 !important; }
.header-two .header-nav { padding: 0 0 0 15px; }

/********************* HERO THREE CSS *********************/
.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-family: 'Noto Serif', serif; 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: absolute; left: 30px; top: 15px; }
/*.ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-submenu-padded, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-target, .ubermenu .ubermenu-widget, .ubermenu-responsive-toggle { padding: 19px 20px !important; }*/ 
.stuck.navbar-fixed-top.header-three { background-color: inherit; -webkit-box-shadow: inherit; -moz-box-shadow: inherit; box-shadow: inherit; }


/********************* HERO BANNER *********************/
.main-header { float: left; width: 100%; position: relative; padding: 0px 0 0 0; }
.hero-content { width:100%;float:left;z-index:2;text-align:center; color:#000;  padding: 0px 15px 22px 15px; background-color: #f4f1ed;position: relative; }
.hero-content .container { width: 100%; }
.hero-content h1 { margin-bottom: 0; }
.hero-content .hero-title { font-size: 44px;margin-top: -25px;margin-bottom: 12px;text-transform: uppercase;line-height:16px }
.hero-content .btn { margin-left:1px; margin-right: 1px; }
.hero-slider { float:left; width: 100%; }
.hero-content .hero-title strong{font-family:'Easycore', serif;  font-size: 102px;font-weight: 400;  letter-spacing: 1.24px; color: #181818; position:relative;top:14px;}
.fade-slider img { width: 100%; }
.hero-slide {width:100%;float:left; background-size:cover !important;height: calc(100vh - 118px);}


.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; font-weight: 500 !important; }
.main-header-two h1 { font-size: 16px; text-transform: uppercase; margin-top: 8px; font-weight: 500 !important; }

.main-header-two{padding: 0px 0 0 0;}
.main-header-two .hero-slide, .main-header-three .hero-slide {
    background-size: cover !important;
    height: calc(100vh - 78px);
}
.main-header-four .hero-slide{height: calc(100vh - 166px);}
.main-header-three .hero-text{z-index:1;}



.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 { background-color:rgba(255,255,255,0.75); min-width: 280px; padding: 20px; display: block; color: #333; text-transform:uppercase; font-size: 30px; text-align: center; line-height:normal; font-weight: 500; font-family: "futura-pt",sans-serif; -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-btn:hover { background: #b4b2af; color: #fff; }


.testimonial-section-home { float: left; width: 100%; padding: 100px 0 100px 0; }
.testimonial-section-home blockquote{ margin:0;}
.testimonial-section-home blockquote:before { top: -22px; }
.testimonial-section-home blockquote:after { bottom: -22px; }
.testimonial-section-home .container-small { max-width: 630px; }
.testimonial-box { padding-top: 62px; display: block; margin: 0 auto; text-align: center; width: 100%; max-width: 460px; margin: 0 auto; }
.testimonial-box-new { position: relative; margin-bottom: 28px; }
.testimonial-box-new:before { content: ""; position: absolute; left: 50%; margin-left: -25px; top: -63px; background:url(../images/quote.png) no-repeat left top; width: 50px; height: 35px; }
.testimonial-box p { margin-bottom: 22px; }
.testimonial-box p:last-child { text-transform: uppercase; }

.testimonial-section-home.two{padding-top: 56px !important;}

.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: 32.9%;  }

.footer-two { text-align: center; }
.logo-footer { margin-bottom: 25px; }
.footer-two address { line-height: normal; margin: 0; }
.footer-social-icon { padding-top: 0px; }
.footer-social-icon ul { width: 100%; text-align: center; margin-bottom: 0; }
.footer-social-icon ul li { display: inline-block; padding: 0 5px; margin:0; }
.footer-social-icon ul li:before { display: none; }
.footer-social-icon ul li a { font-size: 21px; line-height: 24px; min-width:24px; text-align: center; border: none; display: block; color: #fff; }
.footer-social-icon ul li a:hover { border: none; }
.footer-two .footer-links { padding-bottom: 0; }
.footer-social-icon ul li img{max-height:27px;}
.footer-social-icon ul li:hover img { opacity:0.7 }

/********************* HERO THREE CSS (PAGE THREE) *********************/
.main-header-three { float: left; width: 100%; position: relative; padding: 0; }
.main-header-three{padding: 63px 0 0 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 { margin-left: -2px; margin-right: -2px; }
.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: #fff; color: #eae7e4; }
.footer-top-right {  padding-left: 10px; }
.footer-top-right h3 { font-size: 24px; font-weight:400; margin:0 0 6px; }
.footer-top-right p { margin-bottom: 12px; max-width: 188px;}
.footer-top-right .btn.md-btn { margin: 0 0 20px; line-height: 36px; min-width: 188px; }

.footer-bottom { position: absolute; bottom: 0; left: 0; right: 0; font-size: 12px; }
.footer-bottom-left { padding-right: 130px; }
.footer-bottom-left a { color: #555555; }
.footer-bottom-left a:hover { text-decoration: underline; }
.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:40px 0 60px 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: 1050px;}

.main-page-section { padding-top: 0; padding-bottom: 60px; }

/********* MAIN HEADING SECTION *********/
.main-heading-section { float:left; width: 100%; padding: 86px 0 86px 0; text-align:center; }
.main-heading-section .container-small {}
.main-heading-section h2 { text-align: center; }
.main-heading-section h1 { font-size: 34px; }
.main-heading-section h1 strong{ display:block;  font-size: 23px;font-weight:400;margin: 12px 0 0 0; }
.main-heading-section h1 em{ font-size: 20px;font-style:normal;margin: 0 5px 0 5px; }
/* .main-heading-section h1 span { color: #b4aa9d; } */


.surprise-youtself-section{width:100%;float:left; margin-bottom:30px;}
.surprise-youtself-inner{width:100%;float:left; background-size:cover !important; background-position:center center !important;display: flex;
justify-content: center;align-items: center;min-height:726px;}
.surprise-youtself-content{diplay:block;max-width:500px; background-color: #f4f1ed; padding:36px 50px;}
.surprise-youtself-content h2{font-family: 'Easycore', serif;font-size: 90px;font-weight: 400;letter-spacing: 1.24px;color: #181818; margin:0 0 12px 0;line-height:50px;}

.explore-the-gallery-section{width:100%;float:left;background-color: #f4f1ed; padding:40px 0 100px 0; text-align:center;margin-top:30px;}
.section-title h2{font-weight:900; text-transform:uppercase; margin:0;}
.explore-project-section{width:100%;float:left;}
.explore-project-section .row{margin:0 -25px;}
.explore-project-section .col-lg-4{padding:0 25px;}
.explore-project-main{display:block;overflow: hidden;position: relative;}
.explore-project-thumb { display: block;}
.explore-project-detail h2{font-size: 24px;font-weight:900; text-transform:uppercase; margin:0;color: #fff;}
.explore-project-detail{display:flex; background:#000;color:#fff; text-align:center;opacity: 0;position: absolute;justify-content: center;
align-items: center;left: 0;top: 0;right: 0;bottom: 0;color: #FFF;font-size: 16px;line-height: 22px;width: 100%;height: 100%;z-index: 1;-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;-moz-transition: opacity 0.4s, -moz-transform 0.4s;transition: opacity 0.4s, transform 0.4s;}
.explore-project-inner { display: block; text-align: center;position: absolute;top: 60px;border: 3px solid #FFF;left: 60px;right: 60px;bottom: 60px;justify-content: center;align-items: center;display: flex;}
.explore-project-main:hover .explore-project-detail {opacity: 1; -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;  -moz-transition: opacity 0.4s, -moz-transform 0.4s; transition: opacity 0.4s, transform 0.4s;}
.section-title {
    margin-bottom: 36px;
}
.about-bungalow-section{width:100%;float:left; position:relative; padding:126px 0;}
.about-bungalow-inner{position:absolute;left:0;right:0;top:0;bottom:0;display: flex;justify-content: center;align-items: center;z-index:1;}
.about-bungalow-content{diplay:block;max-width:510px; background-color: #f4f1ed; padding:36px 50px;}
.about-bungalow-content h2{font-family: 'Easycore', serif;font-size: 90px;font-weight: 400;letter-spacing: 1.24px;color: #181818; margin:0 0 12px 0;line-height:50px;}
.about-bungalow-section a{color:#000;display: block;position: relative; border:none !important;}






/********* HOME PAGE SERVICES SECTION *********/
.home-services-section { float:left; width:100%; padding:30px 0; }
.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: 0px 0 0 0; float: left; width: 100%; }
.services-listing .row { margin-left:-1px; margin-right: -1px; }
.services-listing .col-lg-4 { padding-left:1px; padding-right:1px; }
.services-box { float: left; width: 100%; }
.services-box figure { position: relative; /*display: flex;justify-content: center;*/ float: left; width: 100%;}
.services-box figure img { width: 100%; height: auto; }
.services-box figure figcaption { position: absolute; top:0; text-align: center; left: 0; right:0; }
.services-box figure figcaption .specialized-title { -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: inline-block; margin: 0 auto; background-color: #fff; text-align: center; padding:12px 15px 12px 15px }
.services-box figure h2 { color: #000; margin: 0px;  font-size: 24px;font-weight: 700;line-height: 1.5;letter-spacing: 2px;text-align: center;
  color: #202020; text-transform:uppercase;-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; }
.service-btn { margin-bottom: -25px; }

.service-title-section h2{padding: 0px 30px;font-weight: 400;font-size:42px;}
.services-box:hover figcaption .specialized-title {background:#188aa1;}
.services-box:hover figure h2{color:#FFF;}

.shop-the-bungalow-section{width:100%;float: left;  text-align:center;padding:150px 0 16px 0}
.shop-the-bungalow-section .section-title{background-color: #f4f1ed; margin:0 0 0 0;padding-bottom: 15px;}
.shop-the-bungalow-section .section-title h2{font-family: 'Easycore', serif;font-size: 90px;font-weight: 400; margin:0;letter-spacing: 1.24px;color: #181818;line-height:57px;position: relative;top: -24px;margin-bottom: -12px;}
.shop-bungalow-listing{width:100%;float: left;  text-align:center; padding-bottom: 40px; position: relative;}
.shop-bungalow-listing:after{content:"";width:100%; height:40px; background-color: #F4F1ED ; position: absolute;left:0;bottom:0;}
.shop-home-box{display:block;}
.shop-home-thumb{display:block;padding-top: 26px;}
.shop-home-content{display:block; background-color: #ded7ce; padding:12px 15px;display: flex;
justify-content: center;
align-items: center;min-height: 80px;-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;}
.shop-home-content h2{margin:0; font-size: 20px;text-transform:uppercase;font-weight: 700;line-height: 1.4;-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;}
.shop-bungalow-listing .row { margin-left:-7px; margin-right: -7px; }
.shop-bungalow-listing .col-lg-3 { padding-left:7px; padding-right:7px; }

.shop-home-box:hover .shop-home-content{background:#188aa1;}
.shop-home-box:hover h2{color:#FFF;}



/********* FEATURED SECTION *********/
.featured-section { float: left; width: 100%; padding: 80px 0 12px 0;}
.featured-section h2 { text-align: center; margin-bottom: 30px; }
.featured-logo .item { text-align: center; padding: 0 15px; }
.featured-logo .slick-slide img { display: inline-block; }


/********* ABOUT US PAGE *********/
.page-title { text-align: center; padding-bottom: 15px;padding-top: 15px; }
.about-photo { padding-bottom: 5px; }
.about-photo .row { margin-left: -10px; margin-right: -10px; }
.about-photo .col-xs-6 { padding-left: 10px; padding-right: 10px; }
.big-button { margin-top:30px; margin-bottom:50px; text-align: center; }

/********* 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; background-color: #efefef; 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; }
@media (min-width:1200px) and (max-width:5000px) { 
.about-4 .meet-team-section { margin-top: 10px; }
.about-4 .meet-team-block { display: table; }
.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; }

.hero {
  min-height: 600px; /* Match average slide height */
}
header.site-header {
  height: 90px;
}
.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.wsmenucontainer {
  position: relative;
  padding-bottom: 116px;
}
.hero-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

}

/********************* BLOG PAGE CSS *********************/
.blog-listing{ width:100%;float:left;}
.blog-listing .row{ text-align:center;}
.blog-listing .col-md-4{ width:32.9%; float:none; display:inline-block; vertical-align:top;}
.blog-listing .col-md-6{ width:49.5%; float:none; display:inline-block; vertical-align:top;}



.blog-post { width:100%; float:left; position:relative; margin-bottom:22px;}
.blog-post-title {width:100%;display:inline-block;text-align:left;}
.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 { font-size:30px;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-category{display:block;text-transform:uppercase; letter-spacing: 3.5px;}
.blog-thumb{ width:100%; float:left; position:relative;}
.blog-thumb img{width:100%;}
.blog-post:hover h2{color:#188aa1;}

.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{ font-size:42px;margin:0 0 0px 0;}
.sidebar-block{width:100%;float:left; margin-bottom:80px;}
.sidebar-guide{ display:block; background-color: #f7f7f7;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:hover .btn{background-color: #030303;}
.sidebar-guide-thumb{display:block; padding:0 18px 18px 18px;}

.about-client{ background:#FFF;}
.about-client-inner{display:block; background-color: #f4f1ed; text-align:center;color:#4a4a4a;font-size: 16px;padding:23px;}
.about-client p { font-weight:400; }
.about-client-thumb{display:block; margin:15px 0 0 0;}
.about-client a{border-bottom:none !important;}
.about-client-thumb img{width:100%; margin-bottom:12px; }
.about-client .btn{ width:100%;margin:0; line-height: 40px; 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;}
.popular-post ul li a:hover, .popular-post ul li a:focus { color: #c19c3e;}

.blog-comments {float: left;position: relative;	width: 100%;padding-bottom: 40px;}
.blog-comments-section {float: left; width: 100%; background: #FFF; border:1px solid #f4f1ed; padding: 0; margin: 0;}
.comment-main-title { float: left; width: 100%;	padding: 16px 20px 20px 55px; position: relative; font-size: 24px; background: #f4f1ed; }
.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 #f4f1ed;}
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: #4a4a4a; 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;	font-weight: normal;}
.comment-reply-btn a:hover {/*color: #969caa;*/}
.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; /*font-family: 'Cormorant Garamond', serif;*/ float: left; width: 100%; margin-top:0px;	margin-bottom: 24px;font-weight: 400;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; }

.top-author { text-align: center; }
.top-author p { margin:0;  }
.top-author img { margin-bottom: 0; }
.top-author ul { background-color: #f4f1ed; text-align: center;  }
.top-author li { display: inline-block; padding: 10px 10px; margin: 0;}
.top-author li:before { width: 4px; height: 4px; left: -4px; top: 20px; }
.top-author li:first-child:before { display: none; }
.top-author li a { font-size: 16px; color:#4a4a4a; border: none !important; }	


/********************* SERVICES PAGE CSS *********************/
.secondary-menu{width:100%;float:left; border-radius:0px;background:#ede8e3; position:relative; margin-bottom: 80px;border-bottom:8px solid #000;}
.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 40px; float:none; margin:0; font-size:20px; letter-spacing: 3px;}
.secondary-menu .navbar-nav li a{padding:15px 0px;}
.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:400;}
.secondary-menu .navbar-nav li.active a:hover, .secondary-menu .navbar-nav li.active a:focus{ color: #181818 !important;}
.secondary-menu .navbar-nav li.active a:before {content:"";position:absolute;  bottom:-8px; left:0;right:0;height:8px;z-index:0;background:#b4aa9d;}
.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{width:100%;float:left;}
.design-service-page .page-title{ margin-bottom:56px;padding: 0px;}
.design-service-page .page-title h1{font-family: 'Easycore', serif;font-size: 110px;font-weight: 400;margin: 0; margin-bottom: 0px;letter-spacing: 1.34px;color: #181818;
line-height: 57px;}
.design-service-page .page-title h2{margin:32px 0 0 0;}
.design-service-page .page-title h2 strong{color:#b4aa9d;}
.design-service-page .page-title h2 em {font-size: 26px; font-style: normal; margin: 0 12px 0 12px;position: relative;top: -2px;}
.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; }

.about-services{width:100%;float:left; background-color: #ded7ce; padding-bottom:20px;}
.about-services-main{width:100%;float:left;padding:40px 0 20px 40px;}
.about-services-main:nth-child(even){padding:20px 40px 20px 0px;}
.about-services-inner{width:100%;float:left;padding:41px 41px;display: flex;justify-content: flex-start; background-size:cover !important; background-position:center center;}
.about-services-main:nth-child(even) .about-services-inner{justify-content: flex-end;}
.about-services-content{width:100%;max-width:670px;background-color: #f4f1ed; padding:50px 66px;}
.about-services-main h2{font-size: 20px;text-transform: uppercase;font-weight: 700; margin:0 0 15px 0;}

.our-process-fun{width:100%;float:left; padding:15px;background-size:cover !important;min-height:600px;display: flex;justify-content: center;align-items: center;text-align: center; margin:146px 0 31px 0;}
.our-process-fun-inner{width:100%;max-width:935px;background-color: #f4f1ed; padding:31px 31px;}
.our-process-fun h2{font-size: 44px;text-transform: uppercase; margin:0 0 15px 0;}
.our-process-fun h2 strong{font-family: 'Easycore', serif;font-size: 95px;font-weight: 400;letter-spacing: 1.24px;color: #181818;margin: 0 0 0px 0;line-height: 31px;position: relative;top: 12px;}


/********************* 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-family: 'Cormorant Garamond', serif; text-transform:uppercase; font-size: 28px; color:#030303; text-align: center; z-index:5;  }
/*.or-text span { border-bottom: 2px solid #030303; }*/
.request-form-section {  width:42%; }
.schedule-section p { margin-bottom: 0; text-align:left; }
.click-schedule-btn { margin-bottom: 25px; }
.click-schedule-btn .btn { width: 100%; line-height:50px; height:50px; }
.request-form-section fieldset { margin-bottom: 16px; }
.request-form-section label { width: 100%; font-size: 16px; text-align:left; }
.form-input { width: 100%; border-radius: 0; border: 1px solid #293546; height: 48px; line-height:48px; padding-left: 10px; padding-right: 10px; }
.request-form-section fieldset:last-child { margin-bottom: 0; }
.request-form-section fieldset .btn { width: 100%; line-height:50px; height:50px; }
.contact-second-section { float: left; width: 100%; margin-top: 30px; text-align: center; color: #212b63; }
.contact-testimonial-box { float: left; width: 100%; margin-bottom: 35px; }
.email-us-section { color: #4a4a4a; }
.email-us-section p { max-width: 780px; margin: 0 auto; }
.email-us-section p a { position: relative; }
.address-section { float:left; width:100%; text-align: center; background: #e5e5e4; padding: 15px 0; margin-top: 35px; }
.address-section ul { width: 100%; text-align: center; padding: 0; margin: 0; }
.address-section ul li { display: inline-block; padding: 0 14px; line-height: 30px; }
.address-section ul li:before { display: none; }
.address-section ul li:after { content:"I"; position: absolute; right: -5px; top:0; color:#4a4a4a; }
.address-section ul li:last-child:after { display: none; }
.address-section ul li a { color: #4a4a4a; }
.address-section ul li a:hover, .address-section ul li a:focus { color: #212b63; }
.testimonial-block { padding-top: 62px; display: inline-block; margin: 0 auto; text-align: center; width: 100%; }
.contact-form-main { padding-top: 9px; }
.testimonial-block .container-small { max-width: 370px; }
.testimonial-block-new { position: relative; margin-bottom: 28px;  }
.testimonial-block-new:before { content:""; position:absolute; left:50%; margin-left:-21px; top: -43px; background:url(../images/quotation-marks.png) no-repeat left top; width:53px; height:35px; }
.testimonial-block p { margin-bottom: 5px; }

.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: -7px; margin-bottom: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: 600px; }
.contact-center .or-section:after { width: 1px; background-color: #979797; }
.contact-center .or-text span { border-bottom: none; font-family: 'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; color: #555555; }
.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; background: #f4f1ed; }
.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 { background: #f4f1ed; float: left; width: 100%; }
.contact-half .request-form-section { width: 100%; padding: 30px 122px; }

/******** CONTACT 4 CSS ********/
.contact-page-4 .contact-page-section {  padding-top: 40px; }
.contact-page-4 .testimonial-block { margin-top: 50px; }
.contact-page-4 .contact-left p:first-child { text-align: left; }


/********************* FAQ PAGE CSS *********************/
.faq-page{ padding-bottom:0px; padding-top: 25px; }
.faq-content { display:block; margin-bottom:22px;}
.faq-page h2.panel-title{ margin:0 0 5px 0; font-family: 'Cormorant Garamond', serif; font-size:32px; }
.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{background-color: #efefef;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;}

.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;color: #000000;border:none;font-size:25px;line-height:30px;font-weight: normal; /*font-family: 'Didot', Arial, Helvetica, sans-serif;*/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{color:#b2a08b;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{/*background:#ebe9e3;*/-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 16px;}
.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:#000; display: inline-block;background-color: #FFF;font-size: 16px;text-transform: uppercase;border: 1px solid #000;border-radius: 0px 0px 0px 0;-webkit-border-radius: 0px;-moz-border-radius: 0px;padding: 15px 22px;position: relative;z-index: 1;font-weight: 400; text-shadow:none;}
.faq-four .z-tabs.horizontal.z-shadows > .z-container,.faq-four .z-tabs > .z-container{background:#f4f1ed;-moz-box-shadow: none;-webkit-box-shadow: none;font-size:16px;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{border: 1px solid #f4f1ed;color:#000;background: #f4f1ed !important;}
.faq-four .z-tabs > .z-container .container-small{max-width:780px;}
.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 { background-color: #e8e4e1; 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:140px 0 0; }
.insta-landing-page .container{ max-width:1020px;}
.insta-img{width:100%;float:left; padding-bottom:30px;}
.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: 28px; line-height:31px; margin-bottom: 20px; }
.landing-page-form { float:left; background: #fff;  width: 100%; padding: 0px 44px 35px; }
.landing-page-form .form-input { height: 44px; line-height:44px; }
.landing-page-form fieldset { margin-bottom: 9px; }
.landing-form .btn { width: 100%; margin-bottom: 10px; margin-top: 10px; line-height:44px; }
.landing-page-form p:last-child { font-size: 13px; line-height:normal; }

/******** PROJECT PAGE CSS ********/
.project-page-main { padding-top: 50px; }
.project-page-section { float:left; width: 100%; position: relative; }
.project-section{width:100%;float:left; position:relative;}

.project-page-section .page-title h1{font-family: 'Easycore', serif;font-size: 110px;font-weight: 400;margin: 0px 0 0 0; margin-bottom: 0px;letter-spacing: 1.34px;color: #181818;line-height: 57px;}
.project-page-section .page-title{margin-bottom: 50px;padding-top: 0px;}

.project-section-inner{width:100%; float:left; position:relative;}
.custom-arrow-project { margin-top: -60px;}
.project-box{ width:100%;float:left; padding:8px;}
.project-box.half{ width:50%;}
.project-box img{width:100%;}

.project-page-main .secondary-menu{margin-bottom: 50px;}
.project-category{display:block; position:relative;margin-bottom:16px;}
.project-category h2{background:#FFF;display: inline-block;padding:0 18px 0 0; margin:0;position: relative;}
.project-category:before{content:""; display:block; height:2px;background:#b4aa9d;position: absolute;left: 0;right: 0;top: 22px;z-index: 0;}

/******** 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:12px; }
.project-slider .slick-next:before { content:"\f105";  padding-left:12px; }

/******** PROJECT PAGE 3 ********/
.project-page-main-3 { padding-bottom: 90px; }
.project-listing { width:100%;float: left;margin-bottom: 30px;}
.project-listing .row { margin-left: -8px; margin-right: -8px;  text-align: center;}
.project-listing .col-md-4 { padding-left: 8px; padding-right: 8px; width: 32.5%; float: none; display: inline-block; vertical-align: top; }
.project-items { float: left; width: 100%; position: relative; overflow: hidden; margin:16px 0 0;}
.project-items a { color: #fff; }
.project-items img { width: 100%; position: relative }
.project-items figure { position: relative; border: solid 1px #979797; }
.project-items figure figcaption { position: absolute; left:0; top:0; right:0; bottom:0; background:rgba(0, 0, 0, 0.32); padding: 0 30px; text-align: center; }
.project-items:hover figure figcaption {background:rgba(0, 0, 0, 0.5); }
.project-items h2 { color: #fff; font-size: 40px; line-height:38px; margin-top: 18px; }


/*** PROJECT BUTTON ****/
.project-page-section .project-arrow { left: 0; right: 0; width: 100%; position: fixed; top: 115px; margin-top: 60px;}
.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: 145px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; padding-top: 16px; padding-bottom: 12px; }
.project-page-section .project-arrow .btn.btn-left { float: left; margin-left:30px;}
.project-page-section .project-arrow .btn.btn-right { /*padding-right: 10px;*/ float: right;margin-right:30px;  }
.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/arrow.png) no-repeat left top; width: 28px; height: 28px; overflow:hidden; display: inline-block; vertical-align: middle; margin-top: -3px; }
.project-arrow a:hover .fa-arrow, .project-arrow a:focus .fa-arrow { background-position: left bottom;  }

/********************* FOOTER CSS *********************/
footer { float: left; width: 100%; }
footer address { margin-bottom: 22px; display: block;margin-top: 18px; }
.call-to-action-btn { display: inline-block; width:100%; position: relative; text-align: center; padding-bottom: 14px;margin-bottom: 70px; }
.call-to-action-btn:after { /*content:""; position:absolute; left:0; right:0; top:24px; z-index:-1; width:100%; height: 2px; background:#cdcdcd;*/  }
.call-to-action-btn .btn { margin: 0;padding-left:12px;padding-right:12px; }
footer .container-small{max-width:752px;}
.footer-details { width: 270px; text-align: center; margin: 0 auto; }
.footer-logo { display: block;max-width: 120px;margin: -56px auto 0 auto; background:#FFF;padding: 0 6px 0 0px; }
address span { display: block; }
.map { margin-bottom: 15px; }
.footer-links { padding: 12px 0; display: inline-block; width: 100%; }
.footer-links ul { text-align:center; margin-bottom:0px; }
.footer-links ul li { display: inline-block; font-size:13px; margin:0; }
.footer-links ul li:before { content:"I"; background-color:transparent; width:auto; height:auto; left:6px; top:0; }
.footer-links ul li:first-child { padding-left: 0; }
.footer-links ul li:first-child:before { display: none; }

/********************* PRESS PAGE CSS *********************/
.press-page-main .section-title h1{ margin: 0; text-transform: uppercase;}
.press-listing{width:100%;float:left;}
.press-box-main{width:100%;float:left;text-align:center;min-height:290px;margin:36px 0px 44px 0px;}
.press-logo{display:block; padding-bottom:26px; min-height:100px;}
.press-logo 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;}

/*Added By Developer*/
.sidebar section {padding: 0;}
.post-comment-title.single-comment-title{padding-left: 15px;}
#single-comment-btn{margin-left: 15px;}
.comment-awaiting-moderation{color:#ff0000; margin:0 0 14px 0; text-align:center;}

.wsmenu-list > li:last-child > .wsmenu-submenu{ right:0;min-width:140px;}
.wsmenu-list > li:last-child > .wsmenu-submenu li a{ text-align:right; }

/* 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; background:#f4f1ed; margin-bottom:30px;}
.podcast-block a{display:block;font-weight:normal;color: #333333;padding:15px; }
.podcast-block a:hover .btn, .podcast-block a:focus .btn{background-color: #000 !important;color: #FFF;border-bottom: 4px solid #000 !important;}
.podcast-block p{ max-width:250px; display:inline-block; vertical-align:middle; margin:0;}
.podcast-block a:hover p, .podcast-block a:focus p{color: #188aa1;}
.podcast-block a:before{display:none;}
.podcast-block .btn{float:right;min-width:inherit;vertical-align:middle;margin:7px 0 0 0;}

.general-block{width:100%;float:left; background:#efefef; margin-top: 60px; margin-bottom:30px;text-align:center; position:relative;}
.general-block a{display:block;font-weight:normal;color: #333333;padding:0px 22px 21px 22px;}
.general-block a:hover .btn, .general-block a:focus .btn{background-color: #000 !important;color: #FFF;border-bottom: 4px solid #000 !important;}
.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;font-weight: 400;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 {font-size: 16px;line-height:18px;padding: 15px 8px 9px 8px; margin:0;letter-spacing: 1.75px;border-radius: 0;}

/******* Location Page ***********/
.location-page-section .page-title { padding-bottom: 10px; }
.all-location { float: left; width: 100%; text-align: center; }
.all-location .col-md-4 { float: none; display: inline-block; vertical-align: top; width: 33%; }
.all-location h2 { text-transform: uppercase; margin-bottom: 20px; color: #666767; }
.all-location a { display: block; width: 100%; border: none;}
.all-location a:hover, .all-location a:focus { border: none; }
.all-location img { width: 100%; height: auto; }
.all-location p { padding: 15px 35px 35px; }
.location-page-section .btn { width: 100%; min-width: 100%; margin: 0;}
.location-page-section .btn:hover { border: none !important; }
.location-page-section .big-button { margin-top: 15px; margin-bottom: 45px; }
.quick-location { background: #f4f4f6; }
.quick-location .row { margin: 0; }
.quick-location .col-md-6 { padding: 0;}
.quick-right-contact { text-align: center; padding: 60px 20px 15px ;}
.quick-right-contact a { color: #4a4a4a; border: none !important; }
.logo-contact span { text-transform: uppercase; font-weight: 700; font-size: 33px; color: #000; }
.quick-right-contact h2 { font-size: 20px; font-family:'Open Sans', Arial, Helvetica, sans-serif; font-weight: 300; color: #555555; margin-bottom: 25px; }
.location-page-section .testimonial-block { padding-top: 118px; }
.quick-map img { width: 100%; }

/* 07-11-2020 */
.project-page-2col .project-listing .row{margin-left: -22px;margin-right: -22px;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: center;}
.project-page-2col .project-listing .col-md-6{ padding-left: 22px; padding-right: 22px; }
.project-page-2col .project-items figure{border: none;}
.project-page-2col .project-items figure figcaption{width:100%;display:inline-block;position:relative;background: #f4f1ed; padding:16px 22px; text-align:left;-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-page-2col .project-items h2{margin: 0px;font-size:22px;color:#000; text-transform:uppercase;-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-page-2col .project-items{ margin-bottom:30px;}
.project-page-2col .project-items:hover figure figcaption {background:#188aa1; }
.project-page-2col .project-items:hover h2{color:#FFF;}
.project-page-3col .project-listing .row{margin-left: -9px;margin-right: -9px;}
.project-page-3col .project-listing .col-md-4{width:33%;float:none;padding-left: 9px; padding-right: 9px;}
.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-family:'Open Sans', Arial, Helvetica, sans-serif;font-size:32px;color:#555555;}
.project-page-3col .project-items{ margin-bottom:26px;}

.sidebar-search{position:relative;padding:0px 0px 0px 0px;}
.sidebar-search button{position:absolute; right:18px;bottom:10px; background:none; border:none; width:27px;}
.sidebar-search .input-text{ padding:5px 56px 5px 15px;font-weight:400;background:#f4f1ed;border:1px solid #f4f1ed;font-size:16px;}
.sidebar-search h2{ text-align:center;margin: 0 0 -18px 0;}

.popular-post{ background:#f4f1ed;padding: 26px 23px 0px 23px; border:none}
.popular-post ul li a{font-weight:700;}
.popular-post ul li{padding: 0px 0;}
.popular-post h2{ margin: 0 0 15px 0;}
.popular-post .blog-post-title{text-align:center;}
.popular-post .blog-post{margin-bottom:15px;}
.popular-post .blog-post h2{ font-size:18px;margin: 5px 0 0px 0;letter-spacing:3px;text-transform:uppercase;}

.blog-sidebar-category{ background-color: #f4f1ed; padding:23px 23px 14px 23px; text-align:center;letter-spacing:3px;}
.blog-sidebar-category h2{margin-bottom:26px;}
.blog-sidebar-category ul{margin:0;}
.blog-sidebar-category ul li{ padding:14px 0;margin:0; text-align:center;text-transform:uppercase;}
.blog-sidebar-category ul li:before{display:none;}


.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{font-family:'Open Sans', Arial, Helvetica, sans-serif;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; 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 { text-align: center; padding: 28px 0 0; }
.affiliate-shop-archive-section .col-md-4 { width: 33%; float: none; display: inline-block; ertical-align: top; }
.affiliate-shop-item { display: flex;position: relative;margin-bottom: 55px;background-size: cover !important;height:450px; }
.affiliate-shop-item img { width: 100%; }
.affiliate-shop-item .btn { position:absolute;  left:0; bottom:0; right:0;  width: 100%; margin: 0; }
.affiliate-shop-item a{ flex: 1;display: flex;justify-content: center;position: relative; border:none !important;align-items: center;padding: 15px; }
.affiliate-shop-content{ width: 100%; max-width: 480px;background-color: #f4f1ed; padding:50px 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;}
.affiliate-shop-content h2 { margin: 0;font-size: 28px; text-transform: uppercase; font-weight: 700;letter-spacing: 3px;-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;}
.affiliate-shop-item a:hover .affiliate-shop-content{background-color: #188aa1;}
.affiliate-shop-item a:hover h2{color: #FFF;}

.affiliate-shop-category-section { text-align: center; }
.affiliate-category-item { background: #efefef; text-align: center; margin-bottom: 40px; }
.affiliate-shop-category-section .col-md-3 { width: 24.6%; float: none; display: inline-block; ertical-align: top; }
.affiliate-category-item img { width: 100%; margin-bottom: 15px; }
.affiliate-category-item p { margin: 0; color: #4a4a4a; }
.affiliate-category-item .btn { width: 100%; margin: 15px 0 0; }

/******* SIDEBAR TWO ***********/
.sidebar-two .sidebar-guide { position: relative; border: none; background: none; margin-bottom: 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; background: #eae7e4; }
.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; background: #eae7e4; }

/******* SIDEBAR THREE ***********/
.sidebar-threee .sidebar-guide { border: none; margin-bottom: 60px; background: #eae7e4; }
.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; background: #eae7e4; }
.sidebar-threee .popular-post h2 { font-family: 'Noto Serif', serif; }
.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; font-family: 'Noto Serif', serif; 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 .insta-post { width: 32%; float: none; display: inline-block;}
.page-style-one .inner-page-section, .page-style-two .inner-page-section {padding-top: 129px;}
.middle-section.search-section{padding-top:89px}
.admin-bar.page-style-one .inner-page-section, .admin-bar.page-style-two .inner-page-section {padding-top: 115px;}
.page-style-three .inner-page-section{padding-top: 80px;}
.admin-bar.page-style-three .inner-page-section{padding-top: 110px;} 
.secondary-menu a {text-transform: uppercase;}
.affiliate-shop-category .navbar-nav > li > a {font-size: 15px;}

/********** 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 { font-size: 24px; line-height: 36px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300; margin-top: 0px; margin-bottom: 0; }
.middle-part-main h2 { font-size: 28px; line-height: 40px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300; }
.landing-page-form-main h2 { font-size: 24px; line-height: 36px; font-family:'Open Sans', Arial, Helvetica, sans-serif; color:#555555; font-weight:300;}
.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: 12px; line-height: normal; color: #4a4a4a; }
.landing-page-main-new form {padding: 0 15px;}
.landing-page-main-new form .btn{margin-top:15px;}

/********** FAQ PAGE 5 CSS **********/
.faq-five .faq-page #accordion .panel-title a {color: #333;text-align:left;width:100%;background: #eae7e4;}
.faq-five .faq-page #accordion .panel-title a.collapsed {color:#333; 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:10px;} 
.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 {background-color: #eae7e4;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: 830px;margin: 0 auto;position: relative;padding: 10px 50px 0px 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;}


/********** 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;color: #000000}
.portfolio-4-page .project-items:hover h2{color:#c19c3e;}
.portfolio-4-page .project-items:last-child {  margin: 0;}

/*.custom-arrow-project {position: relative; width: 100%;}
.portfolio-single-two .project-page-section .custom-arrow-project .project-arrow, .portfolio-single-one .project-page-section .custom-arrow-project .project-arrow  {position: absolute;top: 15px;}*/



/**************** Home Page four ***************/
@import url('https://fonts.googleapis.com/css2?family=Spectral&display=swap');
body.page-style-four { padding-top: 80px; color: #333; }
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; font-family: 'Lato', sans-serif; text-transform: inherit; letter-spacing: 0; }
.header-four .header-left a strong { font-weight: 400; }
.header-four .header-left span { font-family: 'Open Sans', Arial, Helvetica, sans-serif; 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; font-family: 'Lato', sans-serif !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 { background: #b4b2af; color: #fff !important; font-family: 'Spectral', serif !important; font-size: 20px !important; min-width: 164px; text-align: center; margin-left: 10px; }

.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 h2 { font-size: 32px; text-transform: capitalize; margin: 0; padding: 0; font-weight: 700; }
.location-right h1 { 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; }
.px-4 { margin-left: -4px; margin-right: -4px; margin-top: -28px; }
.px-4 .col-lg-4, .px-4 .col-lg-6 { padding-left: 4px; padding-right: 4px; }
.recent-work-item { float: left; width: 100%; overflow: hidden; }
.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; }
.px-4 a:hover img, .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); }

/********************* Testimonial Four CSS *********************/
.testimonial-section-home.testimonial-section-home-four { padding-top: 0; }
.testimonial-section-home-four .testimonial-box-new:before { background: url(../images/quote-4.png); width: 61px; 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; font-size: 20px; font-weight: 300; font-family: 'Lato', sans-serif; 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; font-weight: 300; font-family: 'Lato', sans-serif; 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; }
.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; }

/********************* 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 { float: left; width: 100%;}
.footer-inner{display:block;border: solid 3px #000; border-bottom:none;padding: 0 15px;}
.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 { background: #b4b2af; min-width: 238px; top: 10px; border: none; text-align: center; text-decoration: none; color: #fff; font-weight: 600; isplay: 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-top-right p a { color: #333; }
.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 12px 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: 14px; margin: 0; }
.footer-four .footer-links ul li a { color: #000; border-bottom: none !important; }

.project-page-section.passed-line .project-arrow { position: absolute; bottom: 15px; top: inherit !important; }

.portfolio-5-page .project-listing .container { width: 100%;}
.portfolio-5-page .project-listing .row  { display: flex;
    flex-wrap: wrap;
    justify-content: center;}
.portfolio-5-page .project-listing .col-md-4 {width: 33.33333333%;}
.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;}
#ess-main-wrapper { display: none;}
.single #ess-main-wrapper { display: block;}

/********************* INNER PAGE HEADER CSS *********************/
.page-header-inner{width:100%;float:left;position:relative;padding: 0px 0 0 0;}
.page-header { width:100%; float: left; border:none; margin: 0px 0 0 0; padding: 0px 0 0 0;color:#FFF; text-align:center;position: relative;width: 100%;}
.page-header-img {background-color: #fff !important; background-position: center center !important; background-size: cover !important; height:calc(100vh - 105px);display: flex;justify-content: center;flex-direction: row;align-items: flex-start;}
.page-header-img:before{ position:absolute; content:""; top:0; left:0;width:670px;height:315px;right:0;z-index:0; background: rgb(255,255,255);background: -moz-linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);filter: blur(40px);}
.page-header .container-small {position:relative; z-index:1;}
.page-header-text { width: 100%;float: left;padding:0px 0px 26px 0px;z-index: 2;text-align: center;color: #000;background-color: #f4f1ed;position: relative;}
.page-header h1{font-family: 'Easycore', serif;font-size: 94px;font-weight: 400;letter-spacing: 1.24px;color: #181818;position: relative;line-height: 50px; margin: 0 0 6px 0;top: -30px;}
.page-header-text .sub-head{display:block;font-weight: 700;letter-spacing: 3px;font-style: normal;font-size: 32px;text-transform:uppercase;}

.about-page{padding-top: 0px !important;}
.about-client-section{margin:140px 0 0 0 !important;}
.about-client-section .surprise-youtself-content{max-width:650px;padding: 22px 35px;}
.about-client-section .surprise-youtself-content h2{letter-spacing:1.1px;}
.about-client-section .container{display: flex;justify-content: flex-end;}
.about-look-around{width:100%;float:left; padding:140px 0; text-align:center;}
.about-look-around h2{margin:0; font-size: 32px; text-transform:uppercase;font-weight: 700;}
.about-look-around h2 strong{color:#b4aa9d;}

.about-bungalow-tour{width:100%;float:left; margin-bottom:140px;}
.bungalow-tour-main{width:100%;float:left;background-color: #f4f1ed;display: flex;flex-direction: row-reverse;justify-content: center;align-items: center;}
.bungalow-tour-content{width:50%;float:left;display: flex;justify-content: flex-end; padding:15px 0 15px 15px;}
.bungalow-tour-thumb{width:50%;float:left;}
.bungalow-tour-inner{display:block; max-width:570px; padding:0 100px 30px 0;border-bottom:3px solid #000;}
.bungalow-tour-main h2{margin:0 0 12px 0; font-size: 20px; text-transform:uppercase;font-weight: 700;}
.bungalow-tour-main:nth-child(even){flex-direction: row;}
.bungalow-tour-main:nth-child(even) .bungalow-tour-content{justify-content: flex-start; padding:15px 15px 15px 0px;}
.bungalow-tour-main:nth-child(even) .bungalow-tour-inner{padding: 0 0 30px 100px;}

.about-fun-section{margin:0 0 140px 0 !important;}
.about-fun-section .surprise-youtself-content{max-width:650px;padding: 36px 60px 30px 60px;}
.about-fun-section .surprise-youtself-content h2{font-family: 'Biko', serif;letter-spacing:1.1px;margin:0; font-size: 32px; text-transform:uppercase;font-weight: 700;}
.about-fun-section .container{display: flex;justify-content: flex-end;}
.about-fun-section .surprise-youtself-content h2 strong{color:#b4aa9d;}

.meet-your-hostess-section{width:100%;float:left; position:relative;display: flex;flex-direction: row-reverse;justify-content: flex-start;align-items: center;}
.meet-hostess-thumb{width:65%;float:left;}
.meet-hostess-content{width:50%;float:left; background-color: #f4f1ed; padding:60px 140px;position: absolute;left: 0;}
.meet-your-hostess-section h2 { font-family: 'Easycore', serif; font-size: 95px; font-weight: 400; letter-spacing: 1.11px; color: #181818; margin: 0 0 26px 0; line-height: 50px; text-align:center;}
.meet-your-hostess-section strong { font-weight: 900;}

.personal-process-playlist{width:100%;float:left; padding:140px 0 50px 0;} 
.personal-process-playlist .section-title a{border:none;}
.personal-process-playlist .section-title .play-icon{ top:2px;position:absolute; max-width:70px;left:0;}
.personal-process-playlist .section-title .play-icon a:hover{ opacity:0.7;}
.personal-process-playlist .section-title { padding:0px 0 0 100px; margin:0 0 22px 0; position:relative; letter-spacing: 1px;}
.personal-process-playlist .section-title h2{ margin:0 0 12px 0; font-size: 32px;letter-spacing: 3px;font-weight:700;}
.personal-process-playlist .section-title p{ font-size: 23px; text-transform:uppercase;}
.personal-process-playlist .container-small {max-width: 900px;}
.personal-process-playlist .section-title h2 strong { color:#b4aa9d;}

.personal-process-main{display:block; background-color: #f4f1ed;border-bottom:3px solid #000;font-size: 18px;}
.personal-process-main h2{ margin:0 0 12px 0; font-size: 18px;font-weight:900;text-transform:uppercase;}
.personal-process-main h2 strong { font-weight:700;}
.play-process{display:block; padding-left:36px; position:relative;}
.play-process:before{content: "\f144";font-family:FontAwesome; position:absolute;top:-1px;left:0;font-size: 26px;}
.personal-process-playlist .row { margin-right: -7px; margin-left: -7px;}
.personal-process-playlist .col-md-6{padding:0 7px;}
.personal-process-main a{ display:block;border:none !important;padding:26px 40px;}


.affiliate-shop-archive .page-title{ background-color: #f4f1ed;padding-top: 0px;margin-top: 30px;padding-bottom:15px;}
.affiliate-shop-archive .page-title h1 {font-family: 'Easycore', serif; font-size: 100px; font-weight: 400; margin: -40px 0 0 0; margin-bottom: 0px; letter-spacing: 1.34px;color: #181818; line-height: 57px;}
.affiliate-shop-archive .page-title h2 { margin: 32px 0 0 0;letter-spacing: 3px;font-weight:700;text-transform:uppercase;font-size: 32px;}
.affiliate-shop-title{width:100%;float:left; padding:90px 0; text-align:center;letter-spacing:3px}
.affiliate-shop-title h2{margin:0; text-transform:uppercase;font-weight: 700;}
.affiliate-shop-title h2 strong{color:#b4aa9d;}
.page-template-shop-template header.transparent .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target { color: #181818;}
.page-template-shop-template header.transparent .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target:hover{color: #188aa1;}
.portfolio-single-two .project-page-section{/*padding:30px 0 0 0;*/}
.portfolio-single-two .project-page-section .page-title{background-color: #ede8e3;margin-bottom: 0;padding-bottom: 50px;padding-top: 16px;}
.portfolio-single-two .project-page-section .page-title h1{margin-bottom:26px;}
.portfolio-single-two .project-page-section .page-title h2{font-size: 24px;letter-spacing:2px;}
/*.stuck .ubermenu-main {top: 12px;}*/

.page-template-projects header.navbar-fixed-top { padding-bottom: 0; }
.page-template-projects .stuck.navbar-fixed-top { padding-bottom: 0; }
.secondary-menu.project-menu { margin-bottom: 0; margin-top: 10px; padding-top: 10px; -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-template-projects header.navbar-fixed-top .secondary-menu.project-menu { padding-top: 0; }
.page-style-one.page-template-projects .inner-page-section { padding-top: 220px; }

.ubermenu{margin-top: 35px !important;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;}
.stuck .ubermenu-main{margin-top: 0px !important;}