/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Aguafina+Script&family=Instrument+Serif:ital@0;1&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --bg-primary: #E6547F;
  --bg-primary-light: #4C8E90;
  --bg-secondary: #FADEE7;
  --bg-accent: #D9B38E;
  --bg-light: #EEEEEE;
  --text-primary: #FFFFFF;
  --text-secondary: #333333;
  --text-accent: #0A4545;  
  --text-light: #D9B38E;
  --font-family-primary: 'Inter', sans-serif;
  --font-family-title: 'Instrument Serif', sans-serif;
  --font-family-small-title: 'Aguafina Script', sans-serif;
}

* { 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: rgba(0,0,0,0.6);}
body {max-width: 100%; min-width: 320px; margin: 0 auto; font-family: var(--font-family-primary); }
a {color:inherit; text-decoration: none;}
a:hover {text-decoration: none; color:inherit;}
a,img {-webkit-transition: all ease 0.2s;-o-transition: all ease 0.2s;transition: all ease 0.2s;}
img { display: block; }
p { margin-bottom: 30px; font-size: 20px; line-height: 1.6; }
li { font-size: 20px; 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, h3, h4 { font-family: var(--font-family-title); }
h1 {font-size: 80px;}
h2 {font-size: 60px;}
h3 { font-family: var(--font-family-small-title); font-style: italic; }
h4 {font-size: 24px;}
h3, h5 {font-size: 35px; }
h5 {font-family: var(--font-family-title);}
.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 { cursor: pointer; border: none; }
.btn { font-size: 20px; text-align: center; color: var(--text-accent) !important; background: var(--bg-accent); width: 194px; padding: 20px 5px; line-height: 1; display: inline-block; position: relative; z-index: 10; outline: 2px solid var(--bg-accent); }
.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.2s; -o-transition: all ease 0.2s; transition: all ease 0.2s; z-index: -1; }
.btn:hover:before { width: 100%; left: 0; }
.btn:hover { color: var(--text-primary) !important; font-weight: 700; }

/*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; font-family: var(--font-family-title); }
.cc-banner.cc-bottom { font-family: var(--font-family-title); font-size: 18px; }

/*call to action*/
.destroy-on-load, .cta {display: none;}

/* icon */

/*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: var(--font-family-primary); 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: #1f1f1f; }
.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: var(--font-family-primary); }
#content .page_navigation a.active_page { background: var(--bg-primary); color: #fff; font-weight: 700; font-family: var(--font-family-primary); }
#content .page_navigation a.no_more { background-color: var(--bg-primary-light); color: var(--text-primary); cursor: not-allowed; }
#content .page_navigation a.no_more:hover { background-color: var(--bg-primary-light); color: var(--text-primary); }

/*header*/
#header { position: absolute; top: 0; left: 0; right: 0; z-index: 2; color: var(--text-primary); padding: 10px 0; background: rgba(0,0,0,0.3); }
#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; }
/* #header nav ul li {} */
#header nav ul li a { font-size: 20px; color: var(--text-primary); }
#header nav ul li.active-menu a, #header nav ul li a:hover, .header-phone a:hover { color: var(--text-light); font-weight: 700; }
#header p { margin-bottom: 0; }
#header .row { max-width: 1850px; }
.header-inner { gap: 30px; }
.header-logo { width: 100%; max-width: 240px; }
.header-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.header-menu { width: 100%; max-width: 685px; gap: 10px; }
.header-menu::before { content: ""; background: var(--bg-primary); width: 2px; height: 60px; }
.header-nav { width: 100%; max-width: 426px; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
.header-info { width: 100%; max-width: 160px; }
.header-phone span { font-size: 15px; }
.header-phone a { font-family: var(--font-family-title); font-size: 30px; line-height: 1.2; }

/*banner*/
#banner { padding: 0;margin: 0;position: relative; z-index: 1; }
#banner::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.1); width: 100%; height: 100%; z-index: 1; }
.banner-image-slider { position: relative; width: 100%; }
.banner-image-slider img { width: 100%; height: 100vh; min-height: 650px; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; }
.banner-text { position: absolute; top: 60%; left: 0; right: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; color: var(--text-primary); }
.banner-text-inner { width: 100%; max-width: 450px; }
.banner-text-inner h3 { font-family: var(--font-family-title); }
.banner-text-inner h1 { margin-bottom: 15px; }

/* section template */
.section-template { gap: 30px; }
.section-title h3 { margin-bottom: 15px; }

/*content*/
#content { background: #fff; position: relative; z-index: 1; }
#content::before { content: ""; position: absolute; top: -60px; left: 0; width: 60px; height: 120px; background: url(../images/common/rightpetals-half.png) no-repeat center center; background-size: 100% 100%; }

/* welcome */
#welcome { background: var(--bg-primary); color: var(--text-primary); }
.welcome-inner .section-template { padding: 120px 0; }
.welcome-inner .section-title { width: 100%; max-width: 565px; }
.welcome-inner .section-title h2 { margin-bottom: 0; }
.welcome-inner .section-content { width: 100%; max-width: 680px; }
.welcome-inner .section-content p:last-of-type { margin-bottom: 0; }
.welcome-inner .image-section { position: relative; z-index: 1; }
.welcome-inner .image-section::before { content: ""; position: absolute; bottom: 0; left: 0; width: 494px; height: 375px; background: url('../images/common/petal-large-top-left.png') no-repeat center center; background-size: 100% 100%; z-index: -1; }
.welcome-inner .image-section::after { content: ""; position: absolute; bottom: 0; right: 0; width: 494px; height: 375px; background: url('../images/common/petal-large-top-right.png') no-repeat center center; background-size: 100% 100%; z-index: -1; }
.welcome-inner .image-wrapper { width: 100%; /*max-width: 1276px;*/ padding: 0 40px; margin: 0 auto; }
.welcome-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* service */
#service { padding: 0; margin: 0; }
#service .row { max-width: 1850px; }
.service-inner .section-template { padding: 100px 0; }
.service-inner .section-title h3 { color: var(--text-accent); }
.service-inner .section-title h2, .service-inner .section-title p { color: var(--text-secondary); }
.service-inner .section-content { width: 100%; max-width: 715px; margin: 0 auto; }
.service-inner .section-content p:last-of-type { margin-bottom: 0; }
.service-list { gap: 20px; padding-bottom: 50px; }
.service-list .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(20% - 20px); flex: 1 1 calc(20% - 20px); position: relative; z-index: 1; }
.service-list .col::before { content: ""; position: absolute; top: 58%; right: 0; bottom: 0; left: 0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.8))); background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); mix-blend-mode: multiply; z-index: 1; }
.service-list .col img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.service-list .col a:hover h5 { color: var(--text-light); }
.service-list .caption { color: var(--text-primary); text-align: center; position: absolute; left: 0; right: 0; bottom: 40px; padding: 0 7px; margin-bottom: 0; z-index: 1; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }

/* contact us */
#contact-us { background: var(--bg-light); padding: 100px 0; }
.cu-inner .text-section p { font-family: var(--font-family-title); font-size: 40px; color: var(--text-secondary); }

/* why choose us */
#why-choose { padding: 0; margin: 0; position: relative; z-index: 1; background: var(--bg-secondary); }
#why-choose::before { content: ""; position: absolute; top: -60px; right: 0; width: 60px; height: 120px; background: url(../images/common/leftpetals-half.png) no-repeat center center; background-size: 100% 100%; z-index: 1; }
#why-choose .btn { outline: 2px solid var(--bg-primary-light); }
.wcu-inner { position: relative; }
.wcu-inner .btn { background: var(--bg-primary-light); color: var(--text-primary) !important; }
.wcu-inner .image-section { position: absolute; top: 0; left: 0; bottom: 0; width: 50%; }
.wcu-inner .image-section img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.wcu-inner .text-section { width: 50%; padding: 200px 0; margin-left: auto; }
.wcu-inner .text-section h2 { color: var(--text-accent); }
.wcu-inner .text-section p { color: var(--text-secondary); }
.wcu-inner .text-section .wrapper { width: 100%; max-width: 485px; padding: 0 15px; margin: 0 auto; }

/* recent work */
#recent-work { padding: 120px 0 170px; background: url('../images/content/recent/recent-work-image.jpg') no-repeat center center; background-size: cover; position: relative; z-index: 1; }
#recent-work::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: rgba(217,179,142,0.55); z-index: -1; }
.rw-inner .section-template { padding-bottom: 90px; }
.rw-inner .section-title { color: var(--text-primary); }
.rw-inner .section-title p { font-family: var(--font-family-title); font-size: 40px; }
.rw-inner .section-title p:last-of-type { margin-bottom: 0; }
.rw-list { gap: 20px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.rw-list .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.333% - 20px); flex: 1 1 calc(33.333% - 20px); }
.rw-list .col img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* quote */
#quote { padding: 0; margin: 0; position: relative; z-index: 1; background: var(--bg-primary); }
#quote::before { content: ""; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 96px; height: 96px; background: url(../images/common/flower-full.png) no-repeat center center; background-size: 100% 100%; z-index: 1; }
.quote-inner { position: relative; }
.quote-inner .image-section { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; }
.quote-inner .image-section img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.quote-inner .text-section { width: 50%; padding: 200px 0; color: var(--text-primary); }
/* .quote-inner .text-section h2 { color: var(--text-accent); }
.quote-inner .text-section p { color: var(--text-secondary); } */
.quote-inner .text-section .wrapper { width: 100%; max-width: 485px; padding: 0 15px; margin: 0 auto; }

/*footer*/
#footer { background: var(--bg-accent); padding: 80px 0; color: var(--text-secondary); }
.footer-inner { position: relative; gap: 30px; }
.footer-inner::before { content: ""; width: 2px; background: var(--bg-primary); }
.footer-inner .col { padding-bottom: 35px; }
.footer-inner .col.footer-nav { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; width: 100%; max-width: 620px; }
.footer-inner .col.footer-info { width: 100%; max-width: 510px; }
.footer-inner .col.footer-info .text-section p:last-of-type { margin-bottom: 0; }
.footer-inner .col.footer-info .contact-info { padding: 60px 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
.footer-inner .col.footer-info .contact-info a { font-size: 20px; font-weight: 700; margin-bottom: 20px; }
.footer-inner .col.footer-info .contact-info a:last-of-type { margin-bottom: 0; }
.footer-inner .col.footer-info .contact-info a:hover { color: var(--text-accent); }
.footer-logo { width: 100%; max-width: 418px; padding-bottom: 80px; }
.footer-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.footer-menu { width: 100%; max-width: 357px; padding-bottom: 40px; }
.footer-menu ul { padding: 0; margin: 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: 10px; }
.footer-menu ul li a { font-size: 20px; }
.footer-menu ul li a:hover { color: var(--text-accent); font-weight: 700; }
.footer-info .socials { width: 100%; max-width: 178px; 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: 10px; margin-bottom: 0; }
.footer-info .socials a { width: 100%; max-width: 18px; }
.footer-info .socials a img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.footer-info .socials a:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); }
.ftCopy { margin-bottom: 0; color: var(--text-secondary); }

/*inner pages*/
.inner #content { min-height: 600px; padding: 80px 0; }
.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(0,0,0,0.2); 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; }

#page-content .section .text-section ul li::before { transition: all ease 0.5s; }

/* services */
.inner #page-content .section { display: flex; justify-content: space-between; align-items: stretch; position: relative; }
.inner #page-content .section .image-section { width: 30%; position: absolute; top: 0; left: 0; bottom: 0; }
.inner #page-content .section .image-section img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.inner #page-content .section .text-section { width: 70%; background: var(--bg-primary); padding: 100px 50px; margin-left: auto; color: var(--text-primary); }
.inner #page-content .section .text-section ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; align-items: flex-start; gap: 15px; flex-direction: column; }
.inner #page-content .section .text-section ul li { display: inline; }
.inner #page-content .section .text-section ul li:hover::before { transform: rotate(360deg); }
.inner #page-content .section .text-section ul li::before { content: ""; background: url(../images/common/flower-full.png) no-repeat center center; background-size: 100% 100%; width: 15px; height: 15px; margin-right: 10px; display: inline-block; }
.inner #page-content .section .text-section .wrapper { width: 100%; max-width: 800px; margin: 0 auto; }

/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/** Responsive
-------------------------------------------------------*/

@media screen and (max-width: 1366px){

  /* h tags */
  h1 { font-size: 60px; }
  h3, h5 { font-size: 25px; }

}

@media screen and (max-width: 1200px){

  /* h tags */
  /* h1 { font-size: 50px; } */
  h1, h2 { font-size: 50px; }
  h3, h5 { font-size: 20px; }

  /* paragraphs */
  p { font-size: 18px; }

  /* header */
  #header nav ul li a, .footer-menu ul li a, .ftCopy { font-size: 16px; }
  .header-logo { max-width: 200px; }
  .header-menu { max-width: 650px; }
  .header-phone span { font-size: 10px; }
  .header-phone a { font-size: 25px; }

  /* welcome */
  .welcome-inner .image-section::before, .welcome-inner .image-section::after  { width: 394px; height: 275px; }

  /* content */
  #content::before, #why-choose::before { top: -50px; width: 40px; height: 100px; }

  /* service */
  .service-list, .rw-list { gap: 10px; }

  /* contact us */
  #contact-us { padding: 50px 0; }
  .cu-inner .text-section p { font-size: 30px; }

  /* why choose */
  .wcu-inner .text-section, .quote-inner .text-section { padding: 100px 0; }

  /* recent work */
  #recent-work { padding: 100px 0; }

  /* quote */
  #quote::before { width: 70px; height: 70px; }
  
  /* footer */
  .footer-logo { max-width: 300px; }
  .footer-inner .col.footer-info .contact-info a { font-size: 18px; }
  .footer-inner .col.footer-info .contact-info { padding: 30px 0; }

  /* inner */
  .inner #content { padding: 60px 0; }
  .inner-page-banner img { height: 400px; }

  /* service */
  .inner #page-content .section .text-section { padding: 50px; }

}

@media screen and (max-width: 1025px){

  /* h tags */
  h2 { font-size: 35px; }

  /* header */
  .header-logo { max-width: 150px; }

  /* banner */
  .banner-text-inner { margin: 0 auto; text-align: center; }

  /* service */
  .service-inner .section-template { padding: 100px 0 50px; }
  .service-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .service-list .col { -webkit-box-flex: 0; -ms-flex: 0 1 calc(25% - 10px); flex: 0 1 calc(25% - 10px); }

  /* contact uss */
  .cu-inner .text-section p { font-size: 25px; }

  /* recent work */
  .rw-inner .section-title p { font-size: 30px; }
  .rw-inner .section-template { padding-bottom: 40px; }

  /* quote */
  .quote-inner .text-section .wrapper { padding: 0 35px; }

  /* footer*/
  #footer { padding: 50px 0; }
  .footer-logo { max-width: 200px; }
  .footer-menu { padding-bottom: 30px; max-width: 300px; }

}

@media screen and (max-width: 801px){

  p { font-size: 16px; }

  .btn { font-size: 16px; width: 150px; padding: 16px 5px; }

  .dwn { display: inline; }

  /* header */
  #header { background: var(--bg-primary); 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: var(--bg-primary); 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: var(--bg-primary); background-color: var(--bg-accent); }
  #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(86%) sepia(5%) saturate(2689%) hue-rotate(335deg) brightness(87%) contrast(97%); filter: brightness(0) saturate(100%) invert(86%) sepia(5%) saturate(2689%) hue-rotate(335deg) brightness(87%) contrast(97%); }
  #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: 100px; }
  .header-menu { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }
  .header-info, .header-menu::before { 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 #b09172 ;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-image-slider img { object-position: top right; }

  /* content */
  #content::before, #why-choose::before { top: -35px; width: 30px; height: 70px; }

  /* welcome */
  .welcome-inner .section-template { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; padding: 60px 0 50px; }
  .welcome-inner .section-title, .welcome-inner .section-content { max-width: 100%; }
  .welcome-inner .image-section::before, .welcome-inner .image-section::after { width: 264px; height: 145px; }
  .welcome-inner .image-wrapper { padding: 0 20px; }

  /* service */
  .service-list .col { -webkit-box-flex: 0; -ms-flex: 0 1 calc(33.33% - 10px); flex: 0 1 calc(33.33% - 10px); }

  /* why choose us */
  /* .welcome-inner .section-template { padding: 60px 0 50px; } */
  .wcu-inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }
  .wcu-inner .image-section { position: static; padding: 0 15px 15px; width: 100%; max-width: 500px; margin: 0 auto; }
  .wcu-inner .text-section { width: 100%; text-align: center; padding: 100px 0 50px; }
  .wcu-inner .text-section .wrapper { max-width: 100%; }

  /* recent work */
  #recent-work { padding: 100px 0 50px; }
  .rw-list { -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 500px; margin: 0 auto; }
  .rw-list .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 10px); flex: 1 1 calc(50% - 10px); }

  /* quote */
  #quote { padding: 200px 0 0; }
  #quote::before { width: 70px; height: 70px; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); top: 100px; }
  .quote-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .quote-inner .image-section { position: static; width: 100%; padding: 15px; margin: 0 auto; max-width: 500px; }
  .quote-inner .text-section { text-align: center; width: 100%; padding: 0 0 50px; }
  .quote-inner .text-section .wrapper { max-width: 100%; }

  /* footer */
  .footer-inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; text-align: center; }
  .footer-inner::before { display: none; }
  .footer-logo { padding-bottom: 40px; margin: 0 auto; }
  .footer-menu { margin: 0 auto; }
  .footer-inner .col { padding-bottom: 0; }
  .footer-inner .col.footer-nav, .footer-inner .col.footer-nav, .footer-inner .col.footer-info { max-width: 100%; }
  .footer-info .socials { margin: 0 auto; }
  .footer-menu { padding-bottom: 15px; }
  .footer-inner .col.footer-info { border-bottom: 1px solid var(--bg-primary); }
  .footer-inner .col.footer-info .contact-info { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 15px; }
  .footer-inner .col.footer-info { padding-bottom: 50px; }
  .footer-inner .col.footer-info .contact-info a { display: inline; margin-bottom: 0; }
  .ftCopy { text-align: center; }

  /* inner */
  .inner #content { padding: 40px 0; }
  .inner-page-banner img { height: 350px; }
  .form-group { gap: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}

  /* services */
  .inner #page-content .section { flex-direction: column; width: 100%; max-width: 540px; margin: 0 auto; }
  .inner #page-content .section .image-section { position: static; width: 100%; height: 350px; }
  .inner #page-content .section .text-section { width: 100%; }
  .inner #page-content .section .text-section ul { flex-wrap: wrap; }
  .inner #page-content .section .text-section ul li { margin-bottom: 0; flex: 1 1 calc(50% - 15px); display: flex; justify-content: flex-start; align-items: center; gap: 10px; }
  .inner #page-content .section .text-section ul li::before { margin-right: 0; } 

}

@media screen and (max-width: 571px){

  /* welcome */
  .welcome-inner .image-section::before, .welcome-inner .image-section::after { display: none; }
  .welcome-inner .image-wrapper { padding: 0; }

  /* service */
  .service-list .col { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 10px); flex: 0 1 calc(50% - 10px); }
  .inner #page-content .section .text-section { text-align: center; padding: 25px; }
  .inner #page-content .section .text-section ul { justify-content: center; align-items: center; }
  .inner #page-content .section .text-section ul li { flex-direction: column; justify-content: center; }

}