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

* { 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: "Barlow", sans-serif; background: #040404; }
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.4; font-weight: 400; }
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-weight: 700; }
h1, h2 {font-size: 50px;}
h3, h4 {font-size: 25px;}
h5 { font-size: 18px; }
.dwn {display: block;}
.row { width: 100%; 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: 16px; font-weight: 700; color: #191919 !important; background: #FFFDD0; padding: 22px 5px; display: inline-block; position: relative; z-index: 10; width: 200px; line-height: 1; text-align: center; outline: 1px solid #FFFDD0; }
.btn:before { width: 0; height: 100%; background: #040404; 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: #FFFDD0!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-content-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-content-around { -ms-flex-pack: distribute; justify-content: space-around; }
.justify-content-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;}

/* color */
.accent { color: #FFFDD0; }
.text-primary { color: #ffffff; }
.text-secondary { color: #191919; }
.bg-accent { background: #FFFDD0; }
.bg-secondary { background: #191919; }

/*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;}

/* custom button */
.custom-button { position: relative; width: 70px; padding: 13px 0; text-align: center; display: block; }
.custom-button::before { content: ""; background: url('../images/common/button-background.png') no-repeat center center; background-size: 100% 100%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
.custom-button:hover::before { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); }

/*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: "Barlow", 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: #fff; }
.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: #FFFDD0;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: 'Barlow', sans-serif; }
#content .page_navigation a.active_page { background: #FFFDD0; color: #111111; font-family: 'Barlow', sans-serif; font-weight: 700; }
#content .page_navigation a.no_more { background-color: #dedede; cursor: not-allowed; }
#content .page_navigation a.no_more:hover { background-color: #dedede; color: #FFFDD0; }

/*header*/
#header { position: absolute; top: 25px; left: 0; right: 0; z-index: 101; }
#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: 10px; }
/* #header nav ul li {  } */
#header nav ul li a { font-size: 16px; color: #ffffff; font-weight: 700; }
#header nav ul li.active-menu a, #header nav ul li a:hover { color:#FFFDD0; }
#header .row { max-width: 1850px; }
.header-inner { gap: 30px; }
.header-logo { width: 100%; max-width: 230px; }
.header-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.header-navigation { width: 100%; max-width: 625px; margin: 0 auto; }
.header-info { width: 100%; max-width: 210px; gap: 5px; }
.header-info .icon { font-size: 20px; color: #fff; line-height: 1; }
.header-info a { font-size: 20px; color: #ffffff; font-weight: 700; }
.header-info a:hover { color: #191919; }

/* containers */ 
.wrap-bordered-left { border-left: 2px solid #191919; }

/*content*/
#banner { position: relative; z-index: 100; }
.banner-image-slider { position: relative; z-index: 100; }
.banner-image-slider::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); z-index: 1; }
.banner-image-slider img { width: 100%; height: 100vh; min-height: 600px; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.banner-text { position: absolute; top: 200px; left: 0; right: 0; z-index: 101; text-align: center; }
.banner-text-inner { width: 100%; max-width: 610px; margin: 0 auto; color: #fff; }

/*content*/
#content { background: #040404; }

/* welcome */
#welcome { color: #ffffff; background: url('../images/common/fence-1.png') no-repeat; background-size: auto; background-position: center 120%; }
#welcome .divider { width: 100%; max-width: 830px; background: #191919; height: 2px; }
.welcome-top { padding: 60px 0; }
.wt-inner { gap: 30px; }
.wt-inner h5 { letter-spacing: 1px; }
.wt-inner h5, .wt-inner p { margin-bottom: 0; }
.wt-inner .socials { width: 100%; max-width: 80px; 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; font-size: 30px; }
.wt-inner a .icon { -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
/* .wt-inner a:last-of-type { margin-right: 0; } */
.wt-inner a:hover .icon { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.welcome-middle { position: relative; }
.wm-inner .wrap-bordered-left { padding-left: 30px; }
.wm-inner .text-section { width: 40%; padding: 90px 0; }
.wm-inner .text-section p:last-of-type { margin-bottom: 50px; }
.wm-inner .image-wrapper { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; }
.wm-inner .image-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.welcome-bottom { padding: 100px 0; }
.wb-inner { gap: 10px; }
.wb-inner p { width: 100%; max-width: 250px; font-size: 25px; font-weight: 700; margin-bottom: 0; position: relative; padding-left: 60px; }
.wb-inner span.icon { position: absolute; top: 0; left: 0; }

/* service */
#service { padding-bottom: 130px; }
.service-inner { width: 100%; max-width: 1920px; margin: 0 auto; }
.service-inner .col { width: 25%; position: relative; z-index: 1; }
.service-inner .col::before { content: ""; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.2); z-index: 1; }
.service-inner .col img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.service-inner .col .col-title { padding: 0 15px; position: absolute; top: 50%; left: 0; right: 0; z-index: 1; text-align: center; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); opacity: 1; -webkit-transition: all ease-in-out 0.5s; -o-transition: all ease-in-out 0.5s; transition: all ease-in-out 0.5s; }
.service-inner .col .col-title h3 { color: #fff; margin-bottom: 0; }
.service-inner .col .caption { position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 2; background: rgba(255,253,208,0.9); width: 0; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -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; }
.service-inner .col .caption p, .service-inner .col .caption a, .service-inner .col .caption h3 { font-size: 0; color: #191919; -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
.service-inner .col .caption p { margin-bottom: 10px; }
.service-inner .col .caption p:last-of-type { margin-bottom: 150px; }
.service-inner .col .caption a { font-weight: 700; text-decoration: underline; }
.service-inner .col .wrapper { width: 100%; max-width: 390px; margin: 0 auto 40px; text-align: center; padding: 0 15px; }
.service-inner .col:hover .col-title { opacity: 0; }
.service-inner .col:hover .caption { width: 100%; }
.service-inner .col:hover .caption h3 { font-size: 25px; }
.service-inner .col:hover .caption p{ font-size: 20px; }
.service-inner .col:hover .caption a { font-size: 16px; }

/* about */
#about { color: #ffffff; }
.about-inner { gap: 30px; border-bottom: 2px solid #191919; padding-bottom: 130px; }
.about-inner p.contact-info { margin-top: 35px; margin-bottom: 0; gap: 30px; }
.about-inner p.contact-info a { font-size: 25px; font-weight: 700; }
.about-inner p.contact-info a:hover { color: #FFFDD0; }
.about-inner .wrap-bordered-left { padding-left: 20px; }
.about-inner .image-wrapper { width: 100%; max-width: 685px; }
.about-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.about-inner .text-section { width: 100%; max-width: 535px; }

/* recent */
#recent { color: #ffffff; }
#recent .divider { width: 100%; max-width: 830px; background: #191919; height: 2px; }
.recent-title { gap: 30px; padding: 30px 0; }
.recent-title h2 { margin-bottom: 0; }
.recent-gal { gap: 30px; padding-bottom: 60px; }
.recent-gal .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(25% - 30px); flex: 1 1 calc(25% - 30px); }
.recent-gal img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.recent-bottom { gap: 30px; padding-bottom: 70px; }
.recent-bottom h5 { letter-spacing: 1px; }
.recent-bottom h5, .recent-bottom p { margin-bottom: 0; }
.recent-bottom .socials { width: 100%; max-width: 80px; 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; font-size: 30px; }
/* .recent-bottom a { margin-right: 10px; } */
.recent-bottom a .icon { -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
/* .recent-bottom a:last-of-type { margin-right: 0; } */
.recent-bottom a:hover .icon { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }

/* testimonial */
#testimonial { background: -webkit-gradient(linear, left top, right top, color-stop(50%, #191919),color-stop(50%, #fffdd0)); background: -o-linear-gradient(left, #191919 50%,#fffdd0 50%); background: linear-gradient(to right, #191919 50%,#fffdd0 50%); padding: 100px 0; }
.testimonial-inner { width: 100%; max-width: 1850px; margin: 0 auto; padding: 0 15px; 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; }
.testimonial-inner::before, .testimonial-inner::after { content: ""; }
.testimonial-inner::before { background: url('../images/common/quote-accent.png'); background-size: 100% 100%; width: 66px; height: 57px; }
.testimonial-inner::after { background: url('../images/common/quote-secondary.png'); background-size: 100% 100%; width: 66px; height: 57px; }  
.testimonial-content { gap: 60px; }
.testimonial-content .col { width: 100%; max-width: 480px; }
.testimonial-content .col h4 { margin-bottom: 10px; }
.testimonial-content .col .rating { font-size: 25px; letter-spacing: 10px; }

/*footer*/
#footer {background: #040404 url('../images/common/fence-2.png') no-repeat bottom center; background-size: auto; color: #fff; }
#footer .icon { color: #FFFDD0; }
.footer-logo { width: 100%; max-width: 355px; }
.footer-logo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center center; object-position: center center; }
.footer-inner { padding: 100px 0; color: #fff; gap: 30px; }
.footer-inner ul { list-style: none; padding: 0; margin: 0; }
.footer-inner ul li { font-size: 20px; position: relative; padding-left: 30px; }
.footer-inner ul li a { font-size: 25px; font-weight: 700; }
.footer-inner ul li:not(:last-child) { margin-bottom: 30px; }
.footer-inner .icon { font-size: 20px; position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.footer-contact { width: 100%; max-width: 360px; }
.footer-info { width: 100%; max-width: 260px; }
.ftCopy { padding-bottom: 30px; }
.ftCopy p.socials { width: 100%; max-width: 80px; 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; }
.ftCopy p.socials { margin-bottom: 5px; font-size: 30px; }
.ftCopy p.socials a .icon { -webkit-transition: all ease 0.5s; -o-transition: all ease 0.5s; transition: all ease 0.5s; }
/* .ftCopy p.socials a:not(:last-child) { margin-right: 10px; } */
.ftCopy p.socials a:hover .icon { -webkit-transform: scale(1.3); -ms-transform: scale(1.3); transform: scale(1.3); }
.ftCopy p.copy { margin-bottom: 0; }

/*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(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; object-position: center; }
.inner .banner-text { position: absolute; top: 55%; right: 0; left: 0; color: #fff; z-index: 4; text-align: center; }
.inner .banner-text h1 { margin-bottom: 0; }

/*pages*/
.testimonial-page .page-section { padding: 30px; }
.testimonial-page .page-section.text-secondary p, .testimonial-page .page-section.text-secondary h3 { color: #191919 !important; }
.testimonial-page h3, .testimonial-page h4 { color: #fff; }
.page-section { position: relative; margin-bottom: 70px; }
.page-section:nth-last-of-type { margin-bottom: 0; }
.ps-wrapper .text-wrapper { width: 40%; }
.ps-wrapper .text-wrapper p:last-of-type { margin-bottom: 0; }
.ps-wrapper .text-wrapper .wrapper { padding-left: 30px; }
.ps-wrapper .image-wrapper { position: absolute; top: 0; bottom: 0; width: 50%; }
.ps-wrapper .image-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center }
.page-section:nth-of-type(even) .ps-wrapper .image-wrapper { left: 0; }
.page-section:nth-of-type(even) .ps-wrapper .text-wrapper { margin-left: auto; }
.page-section:nth-of-type(odd) .ps-wrapper .image-wrapper { right: 0; }

#gMap { position: relative; width: 100%; padding: 200px 0; margin-top: 50px; }
#gMap iframe { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: none; }

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


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

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

  /* h tags */
  h3, h4 { font-size: 20px; }

  /* welcome */
  .wb-inner p { font-size: 20px; }

  /* service */
  .service-inner .col .caption p:last-of-type { margin-bottom: 70px; } 

}

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

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

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

  /* custom button */
  .custom-button { width: 50px; padding: 10px 0; }

  /* header */
  .header-logo { max-width: 180px; }
  .header-info { max-width: 190px; }
  .header-info a { font-size: 18px; }

  /* welcome */
  .wm-inner .text-section { padding: 40px 0; }
  .wb-inner p { font-size: 18px; }
  
  /* service */
  .service-inner { max-width: 900px; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; }
  .service-inner .col { width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 10px); flex: 1 1 calc(50% - 10px); }
  .service-inner .col .caption p:last-of-type { margin-bottom: 30px; } 

  /* our work */
  .recent-gal { gap: 15px; }

  /* testimonial */
  .testimonial-inner::before, .testimonial-inner::after { width: 46px; height: 37px; }

  /* footer */
  .footer-logo { max-width: 250px; }

  /* inner */
  .inner #content { padding: 60px 0; }
  .inner-page-banner img { height: 350px; }

}

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

  /* header */
  .header-inner { gap: 20px; }
  .header-logo { max-width: 150px; }
  .header-info a { font-size: 16px; }
  .header-info { max-width: 160px; }

  /* welcome */
  .wb-inner { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 50px; }
  .wb-inner p { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 50px); flex: 1 1 calc(50% - 50px); }

  /* our works */
  .recent-gal { -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .recent-gal .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 15px); flex: 1 1 calc(50% - 15px); }

  /* footer */
  #footer .icon { position: static; display: block; margin: 0 auto; }
  .footer-inner { padding: 50px 0; -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; text-align: center; }
  .footer-inner ul li { padding-left: 0; font-size: 18px; }
  .footer-inner ul li a { font-size: 20px; }
  .footer-contact,.footer-info { max-width: 100%; }
  .ftCopy p.socials { margin: 0 auto 10px; }
  .ftCopy { text-align: center; }
  /* .footer-inner ul li:not(:last-child) { margin-bottom: 20px; } */
  
  /*inner*/
  .page-section .wrap-bordered-left { border: none; padding: 0 !important; }
  .page-section .ps-wrapper { flex-direction: column; gap: 50px; border: 2px solid #191919; padding: 15px; }
  .page-section .ps-wrapper .text-wrapper { width: 100%; text-align: center; }
  .page-section .ps-wrapper .text-wrapper h2 { margin-bottom: 10px; }
  /*.page-section:nth-of-type(even) .ps-wrapper { flex-direction: column-reverse; }*/
  .ps-wrapper .image-wrapper { position: static; width: 100%; max-width: 450px; margin: 0 auto; }

}

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

  span.dwn { display: inline; }
  h1, h2 { font-size: 35px; }

  /* button */
  .btn { width: 150px; padding: 16px 5px; }
  .header-info .icon { font-size: 10px; }
  .header-info .custom-button { width: 25px; padding: 5px 0; }

  /* typography */
  .banner-text h1 { font-size: 50px; }
  .inner .banner-text h1 { font-size: 40px; }
  .banner-text h2, .about-inner .text-section h2, .footer-image-inner .text-section h2 { font-size: 30px; }

  /* 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, .header-info { -webkit-box-orient: unset; -webkit-box-direction: unset; -ms-flex-direction: unset; flex-direction: unset; }
  .header-nav { max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; margin: 0; }
  .header-menu { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
  .header-logo { position: static; margin: 0; max-width: 90px; }
  .header-inner { position: unset; padding-top: 0; }
  .header-navigation { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; margin: 0; }
  .header-info { max-width: 120px; }
  .header-info a { font-size: 13px; }
  .header-info a:hover { color: #FFFDD0; }
  
  .cta{background: #FFFDD0  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #d8be67 ;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: 70vw; } 
  .banner-text { top: 55%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  
  /* container */
  .wrap-bordered-left { border: 2px solid #191919; padding: 30px; }

  /* welcome */
  #welcome { text-align: center; }
  .wt-inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; gap: 10px; }
  .wt-inner .socials, .recent-bottom .socials, .ftCopy p.socials { max-width: 50px; font-size: 20px; }
  .wm-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 50px; }
  .wm-inner .text-section { padding: 0; width: 100%; }
  .wm-inner .image-wrapper { position: static; width: 100%; }
  .wb-inner { gap: 20px; }
  .wb-inner p { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; padding-left: 0; }
  .wb-inner span.icon { position: static; }
  .wb-inner .icon img { width: 100%; max-width: 25px; margin: 0 auto 5px; display: block; }
  .welcome-bottom { padding: 50px 0; }

  /* service */
  #service { padding-bottom: 80px; }
  .service-inner { max-width: 450px; }
  .service-inner .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }
  .service-inner .col::before { display: none; }
  .service-inner .col img { height: unset; }
  .service-inner .col .wrapper { margin: 0; padding: 30px 15px; }
  .service-inner .col .caption { position: static !important; z-index: 1; width: 100%; }
  .service-inner .col .col-title { opacity: 0 !important; }
  .service-inner .col .caption { width: 100% !important; }
  .service-inner .col .caption h3 { font-size: 25px !important; }
  .service-inner .col .caption p{ font-size: 20px !important; }
  .service-inner .col .caption a { font-size: 16px !important; }

  /* about */
  #about { text-align: center; }
  .about-inner { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; padding-bottom: 80px; }
  .about-inner .text-section { max-width: 100%; }
  .about-inner p.contact-info { -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: 10px; }
  .about-inner .image-wrapper { max-width: 500px; }

  /* recent */
  .recent-title { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .recent-bottom { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 10px; }

  /* testimonial */
  #testimonial { background: none; padding: 0; text-align: center; }
  .testimonial-inner::before, .testimonial-inner::after { display: none; }
  .testimonial-content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; gap: 0 ; }
  .testimonial-content .col { padding: 30px 40px; max-width: 100%; }
  .testimonial-content .col::before { content: ""; display: block; margin: 0 auto 30px; }
  .testimonial-content .col:nth-child(1)::before { background: url('../images/common/quote-accent.png'); background-size: 100% 100%; width: 40px; height: 30px; }
  .testimonial-content .col:nth-child(2)::before { background: url('../images/common/quote-secondary.png'); background-size: 100% 100%; width: 40px; height: 30px; }  
  .testimonial-content .col:nth-child(1) { background: #191919; }
  .testimonial-content .col:nth-child(2) { background: #fffdd0; }


  /* 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;}
  

}

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


  /* recent work */
  .recent-gal .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; width: 100%; }

}