/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@font-face { font-family: 'Inter'; src: url('../styles/fonts/Inter/Inter-Italic.woff2') format('woff2'), url('../styles/fonts/Inter/Inter-Italic.woff') format('woff'); font-weight: normal; font-style: italic; font-display: swap; }

@font-face { font-family: 'Inter'; src: url('../styles/fonts/Inter/Inter-Bold.woff2') format('woff2'), url('../styles/fonts/Inter/Inter-Bold.woff') format('woff'); font-weight: bold; font-style: normal; font-display: swap; }

@font-face { font-family: 'Inter'; src: url('../styles/fonts/Inter/Inter-Regular.woff2') format('woff2'), url('../styles/fonts/Inter/Inter-Regular.woff') format('woff'); font-weight: normal; font-style: normal; font-display: swap; }

:root {
  --bg-primary: #000502;
  --bg-white: #ffffff;
  --bg-accent: #B37E33;
  --text-primary: #ffffff;
  --text-secondary: #000502;
  --text-accent: #B37E33;
}

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.suspension-contain {max-height: 980px; overflow:hidden; position: relative;}
html.suspended {background: var(--bg-primary);}
body {max-width: 100%; min-width: 320px; margin: 0 auto; font-family: "Inter", sans-serif; background: var(--bg-primary); }
a {color:inherit; text-decoration: none;}
a:hover {text-decoration: none; color:inherit;}
a,img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
img { display: block; }
p { margin-bottom: 30px; font-size: 22px; line-height: 1.6; }
li { font-size: 18px; line-height: 1.2; }
p, li { padding: 0; margin-top: 0; }
h1, h2, h3, h4, h5 {padding:0; margin-top: 0; line-height: 1.2; margin-bottom: 30px; font-weight: 400; }
h1, h2 {font-size: 65px;}
h3 {font-size: 25px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
.dwn {display: block;}
.row {max-width: 1396px; margin: 0 auto; padding: 0 15px; }
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}

/*button*/
button.btn { border: none; cursor: pointer; }
.btn { font-size: 18px; color: #fff!important; background: var(--bg-primary); padding: 16px 5px; display: inline-block; position: relative; z-index: 10; outline: 2px solid #B47E34; width: 200px; text-align: center; line-height: 1; }
.btn:before { width: 0; height: 100%; background: #B47E34; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; content: ""; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; z-index: -1; }
.btn:hover:before { width: 100%; left: 0; }
.btn:hover { color: var(--text-secondary)!important; font-weight: 700; }

.btn.cta-btn { background: var(--bg-accent); width: 250px; font-size: 30px; line-height: 1.6; padding: 5px; }
.btn.cta-btn:before { width: 0; height: 100%; background: var(--bg-primary); right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; content: ""; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; z-index: -1; }
.btn.cta-btn:hover:before { width: 100%; left: 0; }
.btn.cta-btn:hover { color: var(--text-primary)!important; font-weight: 700; }
.btn.cta-btn span { font-size: 18px; }

/*floats*/
.fl {float:left;}
.fr {float:right;}

/* flex */
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; }
.d-iflex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-space-around { -ms-flex-pack: distribute; justify-content: space-around; }
.justify-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.align-items-center { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.align-items-stretch { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; }
.align-items-start { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.align-items-end { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
.align-items-baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

/* typography */
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; -webkit-transform: none!important; -ms-transform: none!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/
.destroy-on-load, .cta {display: none;}

/* icon */
.icon { color: var(--text-accent); }
.rate { color: var(--text-accent); letter-spacing: 4px; font-size: 24px; }

/*contact form messages*/
form .messages p {display: none; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;}
form .alert-success {color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}
form .alert-danger {color: #a94442; background-color: #f2dede; border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input:not([type="submit"]):not([type="checkbox"]),.ctc-form textarea,.ctc-form select {font-family: "Inter", sans-serif; height:45px;display: block;width: 100%; border: 1px solid #ddd; padding: 5px 10px; margin-bottom: 10px;}
.ctc-form textarea {height: 120px; padding-top:10px;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto; }
.ctc-hide {display: none;}
.form-group { gap: 10px; }
.form-group label { width: 100%; }
.consentText { color: var(--text-primary); }
.captcha-wrapper { padding-bottom: 10px; }

/*gallery*/
#content .gallery li { display: inline-block; width: 100%; max-width: 240px;}
#content .gallery img { width: 100%; max-width: 240px; height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; }
#content .gallery-container { text-align: center; width: 100%; max-width: 1300px; margin: 0 auto; }
#content .gallery { list-style-type: none;margin: 0;padding: 0; }
#content .thumbnail { background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;-webkit-transition: border 0.5s ease-in-out 0s;-o-transition: border 0.5s ease-in-out 0s;transition: border 0.5s ease-in-out 0s; }
#content .thumbnail:hover { -webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02); }
#content .page_navigation { display: inline-block; }
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse { background-color: #fff;border: 1px solid #ddd;color:  #0275d8; display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative; }
#content .page_navigation a { background-color: #dedede; color: #111111; font-family: 'Inter', sans-serif; }
#content .page_navigation a.active_page { background: var(--bg-accent); color: #fff; font-family: 'Inter', sans-serif; }
#content .page_navigation a.no_more { background-color: #dedede; cursor: not-allowed; }
#content .page_navigation a.no_more:hover { background-color: var(--bg-primary); color: var(--text-primary); }

/*header*/
#header { position: absolute; top: 30px; left: 0; right: 0; z-index: 2; }
#header nav a#pull, #header nav a#pull strong {display: none;}
#header nav ul {margin: 0;padding: 0;list-style: none;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 5px;}
/* #header nav ul li {} */
#header nav ul li a {font-size: 18px; color: var(--text-primary);font-weight: 400;}
#header nav ul li.active-menu a, #header nav ul li a:hover {color:var(--text-accent);}
#header .row { max-width: 1850px; }
.header-inner { gap: 30px; position: relative; }
.header-menu, .header-info { width: 50%; }
.header-menu { max-width: 587px; }
.header-info { max-width: 540px; }
.header-logo { width: 100%; max-width: 170px; margin: 0 auto; position: absolute; top: 0; left: 0; right: 0; }
.header-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.contact-info { font-size: 18px; color: var(--text-primary); width: 100%; max-width: 330px; gap: 5px; }
.contact-info span { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
.contact-info a:hover { color: var(--text-accent); }
.header-info .contact-info::before { content: ""; height: 1px; width: 60px; background: rgba(255, 255, 255, 0.2); }
.header-info { gap: 10px; }
.header-info::before { content: ""; height: 40px; width: 1px; background: rgba(255, 255, 255, 0.2); }
.header-info p { margin-bottom: 0; }
.header-info .contact-info { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
.header-info .socials { width: 100%; max-width: 140px; gap: 5px; }
.header-info .socials img { width: 100%; max-width: 41px; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }
.header-info .socials img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

/*content*/
#banner { background: var(--bg-primary); position: relative; z-index: 1; }
/* #banner::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(31,31,31,0.4); z-index: 1; } */
#banner::before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: url('../images/common/curve-gold.png') no-repeat bottom center; z-index: 2; width: 100%; height: 73px; background-size: 100% 100%; }
#banner::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: url('../images/common/curve-black.png') no-repeat bottom center; z-index: 1; width: 100%; height: 73px; background-size: 100% 100%; }
.banner-image-slider { position: relative; z-index: 1; }
.banner-image-slider img { width: 100%; height: 100vh; min-height: 650px; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom center; object-position: bottom center; }
.banner-text { position: absolute; bottom: -170px; left: 0; right: 0; z-index: 10; }
.banner-text-inner { text-align: center; color: var(--text-primary); padding-bottom: 30px; }
/* .banner-text-inner p:last-of-type { margin-bottom: 0; } */
.banner-featured-image { width: 100%; max-width: 750px; margin: 0 auto; }

/*content*/
#content { color: var(--text-primary); }

/* welcome */
#welcome { position: relative; z-index: 1; }
.welcome-inner { gap: 30px; position: relative; padding: 330px 0 160px; }
.welcome-inner::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: url('../images/common/border-bottom-horizontal1.jpg'); width: 100%; height: 3px; background-size: 100% 100%; }
.welcome-inner .image-wrapper { width: 100%; max-width: 320px; }
.welcome-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.welcome-inner .text-wrapper { width: 100%; max-width: 860px; }
.welcome-inner .text-wrapper h5, .quote-inner .text-wrapper h5 { letter-spacing: 5px; color: var(--text-accent); }
.service-inner .text-wrapper .contact-info { max-width: 100%; }

/* service */
#service { padding: 190px 0; }
.service-inner { gap: 30px; }
.service-inner .text-wrapper { width: 100%; max-width: 360px; }
/* .service-inner .text-wrapper .separator { width: 100%; height: 1px; background: rgba(255, 255, 255, 0.2); margin: 50px 0; } */
.service-inner .contact-info { margin: 70px 0 50px; padding: 70px 0; border-top: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
.service-inner .contact-info a { font-size: 25px; }
.service-inner .contact-info .icon { font-size: 13px; vertical-align: middle; }
.service-inner .payment-info img { width: 100%; max-width: 360px; }
.service-inner .gallery-wrapper { width: 100%; max-width: 865px; gap: 70px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.service-inner .gallery-wrapper .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 70px); flex: 1 1 calc(50% - 70px); }
.service-inner .gallery-wrapper .col img { width: 100%; max-width: 370px; border-radius: 7px; margin-bottom: 15px; }
.service-inner .gallery-wrapper .caption { margin-bottom: 0; font-size: 25px; }
.service-inner .gallery-wrapper a:hover { color: var(--text-accent); }



/* quote */
#quote { background: url('../images/content/quote/background.jpg') no-repeat center center; background-size: cover; padding: 235px 0 120px; position: relative; z-index: 1; }
#quote::before { content: ""; position: absolute; top: 0; left: 0; right: 0; background: url('../images/content/quote/black-curve.png') bottom center; z-index: -2; width: 100%; height: 96px; }
#quote::after { content: ""; position: absolute; top: 0; left: 0; right: 0; background: url('../images/content/quote/gold-curve.png') bottom center; z-index: -2; width: 100%; height: 71px; }
#quote .btn { background: none; color: var(--text-secondary) !important; }
#quote .quote-wrapper { width: 100%; max-width: 1630px; margin: 0 auto; padding: 0 15px; position: relative; }
.quote-inner { gap: 30px; }
.quote-inner .text-wrapper { width: 45%; }
.quote-inner .text-wrapper h2, .quote-inner .text-wrapper p { color: var(--text-secondary); }
.quote-inner .image-wrapper { width: 50%; position: absolute; top: 0; right: 0; }
.quote-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* recent */
#recent { text-align: center; padding: 175px 0; position: relative; }
#recent::before { content: ""; position: absolute; top: 20px; left: 0; right: 0; background: url('../images/common/border-bottom-horizontal1.jpg') no-repeat top center; z-index: -1; width: 100%; height: 3px; background-size: 100% 100%; }
#recent::after { content: ""; position: absolute; bottom: 20px; left: 0; right: 0; background: url('../images/common/border-bottom-horizontal1.jpg') no-repeat top center; z-index: -1; width: 100%; height: 3px; background-size: 100% 100%; }
.recent-inner > p:last-of-type { margin-bottom: 75px; }
.recent-photo { padding-bottom: 50px; gap: 30px; }
.recent-photo .img-lg, .recent-photo .img-md { width: 100%; }
.recent-photo .img-lg { max-width: 469px; }
.recent-photo .img-md { max-width: 378px; }
.recent-photo img { border-radius: 7px; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* testimonials */
#review { padding: 270px 0; background: url('../images/content/testimonial/bacground-image.jpg') no-repeat center center; background-size: cover; position: relative; z-index: 1; }
#review::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,5,2,0.4); z-index: -1; }
#review .row { max-width: 1630px; }
.review-inner { gap: 30px; }
.review-inner .btn-prev img, .review-inner .btn-next img { width: 100%; max-width: 150px; margin: 0 auto; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }
.review-inner .btn-prev img:hover, .review-inner .btn-next img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.review-content { text-align: center; width: 100%; max-width: 720px; }
.review-content p { font-size: 40px; font-style: italic; }
.review-content h3 { font-weight: 700; }

/* contact */
#contact-us { padding: 145px 0 190px; position: relative; z-index: 10; }
#contact-us::before { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; background: url('../images/content/contact/gold-curve.png') no-repeat top center; z-index: 1; width: 100%; height: 72px; background-size: 100% 100%; }
#contact-us::after { content: ""; position: absolute; bottom: 100%; left: 0; right: 0; background: url('../images/content/contact/black-curve.png') no-repeat top center; z-index: 1; width: 100%; height: 55px; background-size: 100% 100%; }
#contact-us .cu-wrapper { position: relative; max-width: 1630px; margin: 0 auto; padding: 0 15px; }
.cu-inner { gap: 30px; }
.cu-inner .text-wrapper { width: 45%; }  
.cu-inner .image-wrapper { width: 50%; position: absolute; top: 0; right: 0; }  
.cu-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/*footer*/
#footer {background: #222222; position: relative; z-index: 1; }
#footer::before { content: ""; position: absolute; top: 0; left: 0; right: 0; background: url('../images/common/border-bottom-horizontal1.jpg') no-repeat top center; z-index: -1; width: 100%; height: 3px}
.footer-inner { padding: 60px 0; }
.footer-inner .col { width: 33%; }
.footer-inner a:hover { color: var(--text-accent); }
.footer-inner ul { list-style-type: none; margin: 0; padding: 0; }
.footer-inner ul li { font-size: 20px; color: var(--text-primary); position: relative; padding-left: 30px; }
.footer-inner ul li:not(:last-of-type) { margin-bottom: 35px; }
.footer-inner .icon { color: var(--text-accent); font-size: 13px; position: absolute; top: 5px; left: 0; }
.footer-inner p, .footer-inner ul li a { line-height: 1.2; }
.footer-inner p { margin-bottom: 0; font-size: 20px; }
.footer-logo { text-align: center; margin-top: -120px; }
.ftLogo { width: 100%; max-width: 240px; margin: 0 auto; padding-bottom: 40px; }
.ftLogo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.footer-inner .socials { width: 100%; max-width: 140px; gap: 5px; margin: 0 auto; }
.footer-inner .socials img { width: 100%; max-width: 41px; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; -webkit-transition: all ease 0.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; }
.footer-inner .socials img:hover { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.footer-menu { width: 100%; max-width: 210px; margin-left: auto; }
.footer-menu ul li { padding-left: 0; }
.footer-menu ul li:not(:last-of-type) { margin-bottom: 30px; }
.ftCopy { color: var(--text-primary); font-size: 18px; padding: 30px 0; text-align: center; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.ftCopy p { margin-bottom: 0; }
/* .ftCopy p {text-align: center;} */

/*inner pages*/
.inner #content { min-height: 600px; padding: 80px 0; }
.inner #content p { color: #fff; }
.inner-page-banner { position: relative; padding: 0; margin: 0; z-index: 1; }
.inner-page-banner::after { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(32,35,54,0.5); z-index: 1; }
.inner-page-banner img { width: 100%; height: 500px; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.inner .banner-text { position: absolute; bottom: 50px; top: unset; right: 0; left: 0; color: #fff; z-index: 4; text-align: center; }
.inner .banner-text h1 { margin-bottom: 0; }

.inner #page-content h4, .inner #page-content h3 { color: var(--text-accent); margin-bottom: 10px; font-weight: 700; } 
.inner #page-content h3 { font-size: 30px; }
/* .inner #page-content p { font-size: 18px; } */
.inner #page-content .list-wrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; }
.inner #page-content .list-wrapper .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 30px); flex: 1 1 calc(50% - 30px); padding: 30px; border: 1px solid var(--bg-accent); }

.inner.areas-service-page .section { padding-bottom: 50px; position: relative; margin-bottom: 70px; }
.inner.areas-service-page .section:last-of-type { padding-bottom: 0; margin-bottom: 0; }
.inner.areas-service-page .section:not(:last-of-type)::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: url(../images/common/border-bottom-horizontal1.jpg); width: 100%; height: 3px; background-size: 100% 100%; }
.inner.areas-service-page .section:not(:last-of-type) { padding-bottom: 80px; }
.inner.areas-service-page .section h2 { color: var(--text-accent); }
.inner.areas-service-page .text-wrapper img { display: block; width: 100%; max-width: 900px; margin: 0 auto; }
.inner.areas-service-page .section .list { display: flex; justify-content: space-between; align-items: stretch; gap: 30px; flex-wrap: wrap; }
.inner.areas-service-page .section .list .col { flex: 1 1 calc(33.33% - 30px); padding: 30px; border: 1px solid var(--bg-accent); }
.inner.areas-service-page .section h3 { margin-bottom: 20px !important; }
.inner.areas-service-page .section.no-border .list .col { border: none; padding: 0; }
.inner.areas-service-page .section.no-border .list { padding-bottom: 30px; }
.inner.areas-service-page .section .list ul { list-style: none; padding: 0; margin: 0; }
.inner.areas-service-page .section .list ul li { position: relative; padding-left: 20px; }
.inner.areas-service-page .section .list ul li::before { content: "\f041"; font-family: "Fontawesome"; color: var(--text-accent); font-size: 18px; position: absolute; top: 0; left: 0; }
.inner.areas-service-page .section .list ul li:not(:last-of-type) { margin-bottom: 15px; }
/* .inner.areas-service-page .svc-areas { display: flex; justify-content: space-between; align-items: flex-start; }
.inner.areas-service-page .svc-group h3 { font-size: 24px !important; margin-bottom: 0 !important; }
.inner.areas-service-page .svc-group h3 i { margin-right: 10px; font-size: 18px; color: #fff; }
.inner.areas-service-page .svc-group ul { margin: 20px 0; padding-left: 20px; line-height: 1.6; }
.inner.areas-service-page ul.svc-wcu { margin: 20px auto; list-style: none; padding-left: 0; line-height: 1.6; text-align: left; display: block; width: -webkit-max-content; width: -moz-max-content; width: max-content; max-width: 100%; }
.inner.areas-service-page ul.svc-wcu li i { margin-right: 15px; } */

.inner.more-page #page-content .list-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.inner.more-page #page-content .list-wrapper .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1440px){

  /* header */
  .header-menu { max-width: 500px; }
  .header-info { max-width: 500px; }
  .header-info .socials { max-width: 100px; }
  .header-info .socials img { max-width: 30px; }

  /* banner */
  .banner-featured-image { max-width: 600px; }

}

@media screen and (max-width: 1200px){

  /* h tags */
  h1, h2 { font-size: 55px; }
  h3 { font-size: 20px; }
  h4, h5 { font-size: 18px; }

  /* p */
  p { font-size: 18px; }

  .btn.cta-btn { width: 200px; font-size: 20px; }
  .btn.cta-btn span { font-size: 13px; }

  /* header */
  #header nav ul li a, .header-info .contact-info { font-size: 16px; }
  .header-menu { max-width: 100%; }
  .header-logo { max-width: 100px; position: static; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; margin: 0; }
  .header-info .contact-info { max-width: 300px; }
  .header-info { max-width: 430px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }
  .header-info::before { display: none; }
  .header-info .contact-info::before { width: 20px; }
  .header-info .contact-info { max-width: 250px; }

  /* banner */
  .banner-text { bottom: 50px; }
  .banner-featured-image { max-width: 400px; }

  /* welcome */
  .welcome-inner { padding: 200px 0 100px; }
  .welcome-inner .image-wrapper { max-width: 250px; }

  /* service */
  #service { padding: 100px 0; }
  .service-inner .contact-info { padding: 40px 0; }
  .service-inner .contact-info h4 { margin-bottom: 10px; }
  .service-inner .payment-info img { max-width: 200px; }
  .service-inner .gallery-wrapper { gap: 40px; }
  .service-inner .gallery-wrapper .caption { font-size: 20px; }

  /* reviews */
  #review { padding: 150px 0; }
  .review-inner .btn-prev img, .review-inner .btn-next img { max-width: 100px; }
  .review-content p { font-size: 30px; }

  /* footer */
  .ftLogo { max-width: 150px; }
  .footer-inner ul li:not(:last-of-type) { margin-bottom: 15px; }
  .footer-menu ul li:not(:last-of-type) { margin-bottom: 10px; }
  .footer-inner ul li, .footer-inner p { font-size: 18px; }
  .footer-inner .socials { max-width: 120px; }
  .footer-inner .socials img { max-width: 30px; }
  .ftCopy { padding: 10px 0; }
  
  
  .inner-page-banner img { height: 350px; }

}

@media screen and (max-width: 1024px){

  /* h tags */
  h1, h2 { font-size: 45px; }

  /* header */
  .header-logo { max-width: 80px; }
  .header-info { max-width: 250px; }
  .header-info .socials img { max-width: 25px; }

  /* welcome */
  #welcome { text-align: center; }
  .welcome-inner { padding: 100px 0; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .welcome-inner .image-wrapper { max-width: 100px; }

  /* service */
  #service { text-align: center; }
  .service-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 70px; }
  .service-inner .text-wrapper { max-width: 100%; }
  .service-inner .text-wrapper .contact-info { max-width: 700px; margin: 70px auto 50px; }
  .service-inner .payment-info img { max-width: 200px; margin: 0 auto; }
  .service-inner .gallery-wrapper { gap: 40px; max-width: 700px; margin: 0 auto; }
  .service-inner .gallery-wrapper .col img { max-width: 100%; }

  /* quote */
  #quote { padding: 200px 0 100px; text-align: center; }
  .quote-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .quote-inner .text-wrapper { width: 100%; }
  .quote-inner .image-wrapper { position: static; width: 100%; max-width: 500px; margin: 0 auto; }

  /* recent */
  #recent { padding: 100px 0; }

  /* review */
  .review-content { max-width: 600px; }
  .review-content p { font-size: 20px; }

  /* contact */
  #contact-us { padding: 90px 0 120px; text-align: center; }
  .cu-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .cu-inner .text-wrapper { width: 100%; }
  .cu-inner .image-wrapper { position: static; width: 100%; max-width: 350px; margin: 0 auto; }

  /* footer */
  .footer-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; }
  .footer-logo { margin-top: 0; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 100% !important; }
  .ftLogo { padding-bottom: 20px; max-width: 120px; }
  .footer-info, .footer-menu { width: 50% !important; }

}

@media screen and (max-width: 800px){

  /* h tags */
  h1, h2 { font-size: 40px; }

  /* button */
  .btn { font-size: 16px; width: 170px; }

  /* header */
  #header { background: #111111; padding: 10px 0; position: fixed; z-index: 101; top: 0; }
  #header nav { height: auto; position: static; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; border: none; max-width: 100%; }
  #header nav ul { width: 100%; max-width: 100%; display: none; height: auto; position: absolute; top: 100%; left: 0; background: #111111; z-index: 9; margin: 0; }
  #header nav ul li { width: 100%;position: relative; height: unset; padding: 0; }
  #header nav ul li.active-menu a, #header nav ul li a:hover { color: #111111; background-color: #D2AD37; }
  #header nav ul li.active-menu::after, #header nav ul li a:hover::after { top: 50%; right: 15px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); bottom: unset; left: unset; }
  #header nav ul li a { display: block; float:none; padding: 10px 15px; color: #fff; border-bottom: none; font-weight: 700; font-size: 13px; text-shadow: none; }
  #header nav a { text-align: left; width: 100%; }
  #header nav a#pull { display: block; color: #fff; height: 30px; width: 30px; margin-left: auto; }
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 30px; height: 25px; display: inline-block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-size: 100% 100%; -webkit-filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(469%) hue-rotate(4deg) brightness(88%) contrast(94%); filter: brightness(0) saturate(100%) invert(70%) sepia(61%) saturate(469%) hue-rotate(4deg) brightness(88%) contrast(94%);}
  #header nav ul li { width: 100% !important; }
  .header-inner { position: unset; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .header-logo { max-width: 50px; }
  .header-info { display: none; }

  /* .cta{background: var(--bg-accent) url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #8b6229 ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 70px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 80px;z-index: 999;} */

  /* banner */
  #banner::before, #banner::after { height: 40px; }

  /* welcome */
  .welcome-inner { padding: 50px 0; }
  .welcome-inner .text-wrapper h5, .quote-inner .text-wrapper h5 { letter-spacing: 3px; }
  
  /* service */
  .service-inner .contact-info .icon { display: block; }
  .service-inner .gallery-wrapper { max-width: 550px; }

  /* recent */
  .recent-photo { gap: 15px; }

  /* contact */
  #contact-us::before { height: 42px; }
  #contact-us::after { height: 25px; }

  /* footer */
  #footer { text-align: center; }
  .footer-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .footer-inner .icon { position: static; display: block; margin-bottom: 5px; }
  .footer-inner ul li { padding-left: 0; }
  .footer-menu { margin: 0; }
  .footer-info, .footer-menu { width: 100% !important; }
  .footer-info { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }

  /* inner */
  .form-group { gap: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
  .inner #page-content .list-wrapper .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

  .inner.areas-service-page .svc-areas { flex-direction: column; }
  .inner.areas-service-page .section { text-align: center; }
  .inner.areas-service-page .section .list .col { flex: 0 auto; width: 100%; }
  .inner.areas-service-page .section .list ul li { padding-left: 0; }
  .inner.areas-service-page .section .list ul li::before { position: static; display: block; }

}

@media screen and (max-width: 570px){

  /* service */
  .service-inner .gallery-wrapper { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .service-inner .gallery-wrapper .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

  /* recent */
  .recent-photo { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; max-width: 300px; margin: 0 auto; }
  .recent-photo .img-lg, .recent-photo .img-md { max-width: 100%; }

  /* recaptcha */
   .g-recaptcha { -webkit-transform: scale(0.96); -ms-transform: scale(0.96); transform: scale(0.96); -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; }

}