/*
* 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=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap');

:root {
  --bg-primary: #000000;
  --bg-primary-light: #555555;
  --bg-secondary: #FFFFFF;
  --bg-accent: #AE0516;
  --bg-light: #555555;
  --text-primary: #000000;
  --text-secondary: #FFFFFF;
  --text-accent: #AE0516;  
  --text-light: #555555;
  --font-family-primary: 'IBM Plex Sans', sans-serif;
  --font-family-title: 'Unna', sans-serif;
  --font-family-small-title: 'Unna', 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.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
img { display: block; }
p { margin-bottom: 30px; font-size: 20px; line-height: 1.8; }
li { font-size: 16px; 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-family: var(--font-family-title); font-weight: 400; }
h1 { font-size: 80px; }
h2 { font-size: 60px; }
h3 { font-size: 40px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; letter-spacing: 2px; }
.dwn {display: block;}
.row { max-width: 1630px; 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; font-weight: 700; padding: 0; }
.btn { font-size: 18px; font-weight: 500; color: #fff!important; background: transparent; display: inline-block; position: relative; z-index: 10; width: 194px; line-height: 1; text-align: center; border: 2px solid var(--bg-accent); border-radius: 25px; 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; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; overflow: hidden; }
.btn span { width: 73%; line-height: 1; }
.btn .icon { font-size: 16px; width: 50px; padding: 16px; background: var(--bg-accent); border-radius: 50%; }
.btn:before { width: 0; height: 100%; background: var(--bg-accent); right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; content: ""; -webkit-transition: width ease 0.3s; -o-transition: width ease 0.3s; transition: width ease 0.3s; z-index: -1; border-radius: 25px; }
.btn:hover { background: var(--bg-accent); }
.btn.text-dark:hover { color: #fff!important; }
.btn:hover:before { width: 100%; }
/* .btn:before { width: 100%; height: 0; background: #000; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); position: absolute; content: ""; transition: all ease 0.5s; z-index: -1; }
.btn:hover:before { height: 100%; }
.btn:hover { color: #fff!important; } */

/*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 */
.text-dark { color: var(--text-primary) !important; }
.text-dark .icon { color: var(--text-secondary); }
.text-white { color: var(--text-secondary) !important; }
.text-accent { color: var(--text-accent) !important; }

/*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: var(--bg-accent);border: 1px solid var(--bg-light);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: var(--bg-primary); color: var(--text-secondary); font-family: var(--font-family-primary); }
#content .page_navigation a.active_page { background: var(--bg-accent); color: #fff; font-family: var(--font-family-primary); }
#content .page_navigation a.no_more { background-color: #dedede; cursor: not-allowed; }
#content .page_navigation a.no_more:hover { background-color: #dedede; color: var(--bg-accent); }

/*header*/
#header { position: absolute; top: 25px; 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;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; list-style: none; gap: 10px; }
#header nav ul li {position: relative;}
#header nav ul li a {font-size: 18px; color: #fff;font-weight: 500;}
#header nav ul li.active-menu a, #header nav ul li a:hover {color:#fff;}
#header .row { max-width: 1850px; }
.header-inner { gap: 60px; }
.header-menu { gap: 50px; width: 100%; max-width: 940px; }
.header-nav { width: 100%; max-width: 670px; }
.header-phone { width: 100%; max-width: 217px; }
.header-phone .btn { width: 100%; }
.header-phone .btn::before { right: unset; left: 0; }
.header-phone .btn span { text-align: left; }

/*content*/
#banner { position: relative; margin: 0; padding: 0; z-index: 1; }
#banner::after { content: ""; background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1))); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); position: absolute; bottom: 0; top: 30%; left: 0; right: 0; z-index: 1; }
.banner-image-slider { position: relative; z-index: 1; width: 100%; margin: 0; padding: 0; }
.banner-image-slider .slick-track { background: rgba(17,17,17,0.1); }
.banner-image-slider img { width: 100%; height: 100vh; -o-object-fit: cover; object-fit: cover; -o-object-position: bottom center; object-position: bottom center; mix-blend-mode: multiply; }
.banner-text { position: absolute; left: 0; right: 0; bottom: 150px; z-index: 2; }
.banner-text-inner { gap: 30px; color: var(--text-secondary); }
.banner-text-inner .left, .banner-text-inner .right { width: 100%; }
.banner-text-inner .left { max-width: 655px; }
.banner-text-inner .left h1 { margin-bottom: 0; }
.banner-text-inner .left h5 { margin-bottom: 10px; font-family: var(--font-family-primary); font-weight: 500; }
.banner-text-inner .right { max-width: 740px; text-align: right; }
.banner-text-inner .right .btn { margin-left: auto; }
.banner-text-inner .right ul { list-style: none; padding: 0; margin: 0; }
.banner-text-inner .right ul li { margin-bottom: 15px; font-size: 20px; }
.banner-text-inner .right ul li:last-of-type { margin-bottom: 30px; }
.banner-text-inner .right ul li::after { content: "\f111"; font-family: "Fontawesome"; font-size: 7px; margin-left: 15px; display: inline-block; vertical-align: middle; }


/* text template */
.text-template h5 { font-family: var(--font-family-primary); font-weight: 500; }

/*content*/
#content { background: #ffffff; }

/* welcome */
#welcome { padding: 0 0 150px; background: url('../images/common/luckini-text.png') no-repeat; background-size: auto auto; background-position: 0 106%;  }
.welcome-inner { gap: 30px; }
.welcome-inner .image-section { width: 100%; max-width: 1000px; margin: 0 auto; padding-bottom: 130px; }
.welcome-inner .image-section img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; margin-top: -150px; z-index: 1; position: relative; }
.welcome-inner .text-section { gap: 15px; }
.welcome-inner .text-section h2 { margin-bottom: 0; }
.welcome-inner .text-section::before { content: ""; width: 120px; height: 2px; background: var(--bg-accent); display: block; margin-top: 15px; }
.welcome-inner .text-section .title { width: 100%; max-width: 420px; -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; }
.welcome-inner .text-section .content { width: 100%; max-width: 960px; }

/* showcase */
#showcase { padding: 0; margin: 0; }
.showcase-inner { gap: 0; }
.showcase-inner .col { width: 50%; }
.showcase-inner .col img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* service */
#service { padding: 130px 0; background: url('../images/content/service/background.jpg') no-repeat center center; background-size: cover; position: relative; z-index: 1; }
#service::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.85); z-index: -1; }
.service-inner { text-align: center; }
.service-list { gap: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; max-width: 1200px; margin: 0 auto; text-align: left; padding-bottom: 40px; }
.service-list .col { height: 570px; overflow: hidden; -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.33% - 10px); flex: 1 1 calc(33.33% - 10px); }
.service-list .col .caption { padding: 0 30px; height: 30%; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; overflow: hidden; background: var(--bg-secondary); border-bottom: 5px solid var(--bg-accent); }
.service-list .col .caption h3 { margin-bottom: 0; width: 100%; color: var(--text-primary); }
.service-list .col .image-wrapper { height: 70%; }
.service-list .col .image-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.service-inner .btn { margin: 0 auto; }

/* portfolio */
#portfolio { padding: 0; margin: 0; background: url('../images/common/luckini-text.png') no-repeat; background-size: auto auto; background-position: 100% -40px; }
.portfolio-inner { gap: 60px; padding: 100px 0; }
.portfolio-inner .text-section p:last-of-type { margin-bottom: 0; }
.portfolio-gallery { gap: 0; }
.portfolio-gallery .col { width: 50%; }
.portfolio-gallery .col img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }

/* testimonial */
#testimonial { background: url('../images/common/quote.png') no-repeat; background-size: auto auto; padding: 90px 0; background-position: 30px 80%; }
.rate { color: var(--text-accent); font-size: 20px; letter-spacing: 4px; }
.testimonial-inner { gap: 15px; padding-bottom: 50px; }
.testimonial-inner .col { width: 100%; max-width: 475px; border-bottom: 2px solid var(--bg-accent); padding-bottom: 30px; }
.testimonial-inner p { font-size: 30px; font-family: var(--font-family-title); font-style: italic; line-height: 1.2; }
.testimonial-inner h4 { margin-bottom: 0; font-family: var(--font-family-primary); margin-top: 30px; }

/* Why Choose Us */
#wcu { padding: 245px 0; position: relative; z-index: 1; background: rgba(17,17,17,0.2) url('../images/content/wcu/background.jpg') no-repeat center center; background-size: cover; background-blend-mode: multiply; }
#wcu::after { content: ""; background: -o-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0)),to(rgba(0,0,0,0.85))); background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.85) 100%); position: absolute; bottom: 0; top: 0; left: 20%; right: 0; z-index: -1; }
.wcu-inner { width: 100%; max-width: 540px; margin-left: auto; }
.wcu-inner h2 { font-size: 80px; line-height: 1; }
.wcu-inner ul { padding: 0; margin: 0 0 40px; list-style-position: inside; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 15px; }
.wcu-inner ul li { font-size: 20px; -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 15px); flex: 1 1 calc(50% - 15px); }

/*footer*/
#footer { background: var(--bg-primary); color: var(--text-secondary); }
.footer-info { padding: 100px 0 240px; font-family: var(--font-family-title); -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 50px; }
.footer-info a:hover { color: var(--text-accent); }
.footer-info .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.33% - 50px); flex: 1 1 calc(33.33% - 50px); }
.footer-info h5 { margin-top: 5px; }
.footer-info h5, .footer-info a > span { font-size: 15px; color: #555555; margin-bottom: 0; font-family: var(--font-family-primary); }
.footer-phone a { font-size: 50px; }
.footer-address a, .footer-email a, .footer-schedule a { font-size: 25px; }
.footer-menu { padding-bottom: 50px; gap: 30px; }
.footer-menu h2 { font-size: 50px; }
.footer-nav { width: 100%; max-width: 700px; }
.footer-nav ul { list-style: none; padding: 0; margin: 0; 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-nav ul li a { font-size: 20px; }
.footer-nav ul li a, .ftCopy p { color: var(--text-light); }
.ftCopy { width: 100%; max-width: 550px; text-align: right; }
.footer-logo { width: 100%; max-width: 200px; margin-left: auto; padding-bottom: 30px; }
.footer-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.ftCopy p { margin-bottom: 0; }
/* .ftCopy p {text-align: center;} */

/*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: ""; background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),to(rgba(0,0,0,1))); background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); position: absolute; bottom: 0; top: 30%; left: 0; right: 0; z-index: 1; }
.inner-page-banner img { width: 100%; height: 600px; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.inner .banner-text { position: absolute; top: unset; bottom: 10%; right: 0; left: 0; color: #fff; z-index: 4; text-align: center; }
.inner .banner-text h1 { margin-bottom: 0; }

/* page template */
#page-template { padding: 0; margin: 0; }
.page-section { text-align: center; }
.page-section > ul { list-style-position: inside; list-style: none; 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; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 30px; margin: 0 0 70px; padding: 0; }
.page-section > ul li { -webkit-box-flex: 0; -ms-flex: 0 1 calc(25% - 30px); flex: 0 1 calc(25% - 30px); font-size: 18px; font-weight: 500; text-transform: uppercase; }
.page-section > ul li::before { content: "\f05d"; font-family: "Fontawesome"; font-size: 15px; color: var(--text-accent); display: block; }

/* testimonials page */
.testimonials-page #testimonial { padding: 0; }
.testimonials-page .testimonial-inner { padding-bottom: 0; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 50px; }
.testimonials-page .testimonial-inner .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.33% - 50px); flex: 1 1 calc(33.33% - 50px); max-width: 100%; }

/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/** Responsive
-------------------------------------------------------*/


@media screen and (max-width: 1200px){

  /* h tags */
  h1 { font-size: 70px; }
  h2 { font-size: 50px; }
  h3 { font-size: 35px; }
  .wcu-inner h2 { font-size: 60px; }

  /* welcome */
  .welcome-inner .image-section { max-width: 600px; padding-bottom: 70px; }
  .welcome-inner .image-section img { margin-top: -100px; }
  
  /* service */
  #service { padding: 50px 0; }

  /* why choose us */
  #wcu { padding: 145px 0; }

  /* footer */
  .footer-menu h2 { font-size: 40px; }

  /* inner */
  .inner #content { padding: 60px 0; }
  .inner-page-banner img { height: 500px; }

  /* testimonials page */
  .testimonials-page .testimonial-inner .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 50px); flex: 1 1 calc(50% - 50px); }

}

@media screen and (max-width: 1024px){

  span.dwn { display: inline; }

  /* h tags */
  h1 { font-size: 60px; }
  h2 { font-size: 45px; }
  h3 { font-size: 30px; }
  .wcu-inner h2 { font-size: 50px; }

  /* button */
  .btn { margin: 0 auto; }

  /* header */
  .header-inner { gap: 30px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

  /* banner */
  .banner-text-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .banner-text-inner .left, .banner-text-inner .right { max-width: 100%; text-align: center; }
  .banner-text-inner .right .btn { margin: 0 auto; } 

  /* welcome */
  .welcome-inner .text-section { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
  .welcome-inner .text-section::before { margin-top: 0; }
  .welcome-inner .text-section .title { max-width: 100%; }

  /* service */
  .service-list .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 10px); flex: 1 1 calc(50% - 10px); }
  .service-list .col .caption h3 { text-align: center; }

  /* portfolio */
  .portfolio-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }

  /* testimonials */
  .testimonial-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 50px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }
  .testimonial-inner .col { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 50px); flex: 0 1 calc(50% - 50px); }

  /* why choose us */
  .wcu-inner { max-width: 100%; text-align: center; }
  .wcu-inner ul { -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; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; list-style: none; }
  .wcu-inner ul li { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

  /* footer */
  .footer-info { padding: 100px 0; }
  .footer-info .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 50px); flex: 1 1 calc(50% - 50px); }
  .footer-menu { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
  .footer-menu h2 { font-size: 35px; }
  .footer-logo { margin: 0 auto; }
  .ftCopy { max-width: 100%; text-align: center; }

  /* inner */
  .page-section > ul li { -webkit-box-flex: 0; -ms-flex: 0 1 calc(33.33% - 30px); flex: 0 1 calc(33.33% - 30px); }

  /* testimonials page */
  .testimonials-page .testimonial-inner .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(100% - 50px); flex: 1 1 calc(100% - 50px); }

}

@media screen and (max-width: 800px){

  h1 { font-size: 50px; }
  h2 { font-size: 35px; }
  .wcu-inner h2 { font-size: 40px; }

  /* button */
  .btn { font-size: 15px; width: 170px; }
  .btn .icon { width: 40px; padding: 13px; }

  /* header */
  #header { background: var(--bg-primary); position: fixed; z-index: 999; 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; }
  #header nav ul { width: 100%; max-width: 100%; display: none; height: auto; position: absolute; top: 100%; left: 0; background: #000000; 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: #fff; background-color: var(--bg-accent); }
  #header nav ul li.active-menu a::before, #header nav ul li a:hover::before { display: none; }
  #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 ul li a::after { content: ""; width: 0; height: 0; display: none; margin: 0; }
  #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(10%) sepia(99%) saturate(5889%) hue-rotate(21deg) brightness(83%) contrast(112%); filter: brightness(0) saturate(100%) invert(10%) sepia(99%) saturate(5889%) hue-rotate(21deg) brightness(83%) contrast(112%); }
  #header nav ul li.active-menu a, #header nav ul li a:hover { border-radius: unset; }
  #header nav ul li.active-menu::after, #header nav ul li a:hover::after { display: none; }
  #header nav, .nav-menu, .main-menu { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
  #header .submenu { border-radius: unset; }
  #header nav ul li > .parent-menu:hover .submenu,   #header nav ul li > .parent-menu .submenu { width: 100%; background: none; }
  #header nav ul li > .parent-menu {padding: 0;}
  #header nav ul li > .parent-menu ul { display: block !important; position: static; }
  #header nav ul li > .parent-menu:hover ul li a { padding: 0 0 0 10px; }
  .header-inner { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 10px 0; }
  .header-logo { width: 100%; max-width: 140px; height: 50px; }
  .header-logo a { background: url(../images/common/footer-logo.png) no-repeat center center; background-size: 100% 100%; display: block; width: 100%; height: 50px; }
  .header-logo a > img { width: 0; height: 0; display: none; }
  .header-nav { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }
  .header-menu { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }
  .header-phone { 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 #7a0410 ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 90px;z-index: 999;}

  /* banner */
  .banner-image-slider img { height: 100vw; }
  .banner-text { bottom: 50px; }
  .banner-text-inner .left h5 { font-size: 13px; }
  .banner-text-inner .right ul li { font-size: 15px; }

  /* welcome */
  .welcome-inner .image-section img { margin-top: 0; }

  /* showcase */
  .showcase-inner, .portfolio-gallery { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .showcase-inner .col, .portfolio-gallery .col { width: 100%; }

  /* service */
  .service-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .service-list .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; height: auto; }
  .service-list .col .caption { padding: 30px 30px; }
  .service-list .col .image-wrapper, .service-list .col .image-wrapper img { height: auto; }

  /* testimonials */
  .testimonial-inner .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }
  .testimonial-inner p { font-size: 20px; }

  /* footer */
  .footer-info { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; gap: 20px; }
  .footer-phone a { font-size: 40px; }
  .footer-address a, .footer-email a, .footer-schedule a { font-size: 20px; }
  .footer-email a { display: block; }
  .footer-nav ul { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

  /* inner */
  .inner #content { padding: 40px 0; }
  .form-group { gap: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
  
  /* page template */
  .page-section > ul li { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 30px); flex: 0 1 calc(50% - 30px); }

}

@media screen and (max-width: 570px){

  /* banner */
  .banner-image-slider img { height: 570px; }
  .banner-text h1 { font-size: 40px; }

  /* page template */
  .page-section > ul { gap: 15px; }
  .page-section > ul li { -webkit-box-flex: 0; -ms-flex: 0 1 calc(100% - 15px); flex: 0 1 calc(100% - 15px); }

}