@font-face{font-family: "socialico"; src: url("fonts/socialico-webfont.woff.woff2") format("woff2"), url("fonts/socialico-webfont.woff.woff") format("woff");}

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
* {box-sizing: border-box;}
html{overflow-x: hidden;}
body {max-width: 100%;min-width: 1200px;margin: 0 auto;text-align: left; color: #FFF; background: #212C2B; font-size: 18px; overflow-x: hidden; font-family: "Nunito", sans-serif;}
a {color:inherit;text-decoration: none; transition: all ease-out 0.3s; color:#D2A564;}
a.email{word-break: break-all;}
a:hover {text-decoration: none; color: #D2A564;}
h1,h2,h3,h4,h5,h6{padding:0; margin:0 0 20px; line-height: 120%; color:#FFF; font-weight: 400; font-family: "Ubuntu", sans-serif;}
h1 span,h2 span, h3 span, h4 span, h5 span, h6 span{color: #D2A564; font-family: "Kaushan Script", cursive;}
h1{font-size: 80px;}
h2{font-size: 80px;}
h3{font-size: 70px;}  
h4{font-size: 60px;}
h5{font-size: 40px;}
h6{font-size: 30px;}
ul{padding-left: 20px; margin-top: 0;}
p{margin: 0 0 20px; line-height: 120%;}
.row {max-width: 1420px;margin: 0 auto; padding: 0 10px; width: 100%;}

/*button*/
.btn{min-width: 235px; max-width: max-content; height: 55px; border: 0; font-family: "Nunito", sans-serif; font-size: 16px; font-weight: 400; color: #FFF; padding: 10px; display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;justify-content: center;align-items: center; line-height: 1; transition: all ease 0.3s; text-align: center; column-gap: 10px; background: #D2A564; letter-spacing: 0.14em; border: 1px solid #D2A564;}
.btn:hover{color: #FFF;}
.btn.alt{background: transparent; color: #D2A564;}
.btn.alt:hover{color: #D2A564;}
.btns{display: flex; align-items: center; gap: 10px;}

/*image*/
img{display: block; max-width: 100%;}
.img-responsive{width: 100%;}

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

.d-flex{display: flex; gap: 20px;}
.a-center{align-items: center;}
.a-start{align-items: flex-start;}
.a-end{align-items: flex-end;}
.j-between{justify-content: space-between;}
.j-center{justify-content: center;}

.service-img{max-width: 50%;}

.half{width: calc(100% / 2);}
.thirds{width: calc(100% / 3);}

/*typography*/
.text-primary{ color:#D2A564; }
.text-bold{ font-weight: 700; }
.text-uppercase{ text-transform: uppercase }
.text-center{ text-align: center !important; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }

.center-block{margin-left: auto; margin-right: auto;}

/*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; transform: none!important; bottom: 0!important; left: 20px!important;}

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

/*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:10px auto 0;}

/*gallery*/
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block;}
#content .thumbnail {background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail img{height: 225px; width: 225px; object-fit: cover;}
#content .thumbnail:hover {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:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/* general */
.mobile{display: none;}

/*header*/
#header .row{max-width: 1700px;}
#header .top{background: #222C2B; padding: 25px 0;}
#header .top .content{display: flex; align-items: center; justify-content: space-between; gap: 20px;}
#header .top a{display: flex; align-items: center; gap: 10px; color: #FFF; font-size: 16px;}
#header .top .item:nth-of-type(2) { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
#header .top .item:nth-of-type(2) a { font-weight: 700; font-size: 20px; letter-spacing: 0.05em; }
#header .mid{background: #FFF; padding: 35px 0;}
#header .mid .content{display: flex; align-items: center; justify-content: space-between; gap: 20px;}
#header .mid .social{display: flex; align-items: center; justify-content: flex-start; width: 610px; gap: 30px; max-width: 100%;}
#header .mid .logo img{margin: -113px 0;}
#header .bot{background: url('../images/common/hd-bg.png') center center no-repeat; min-height: 798px; padding: 40px 0 200px; display: flex; align-items: flex-end;}
#header .bot h3{margin: 0; font-weight: 300;}
#header .bot h2{margin: 0; font-size: 120px;}
#header .bot p{text-shadow: 0 4px 7px rgb(0 0 0 / 65%); line-height: 133%; font-size: 30px; font-weight: 500; margin: 0 0 10px; color: #FFF;}
#header nav{width: 610px; max-width: 100%;}
#header nav #pull{display: none;}
#header ul{list-style: none; padding: 0; margin: 0; display: flex; align-items: center; justify-content: space-between; width: 100%; line-height: 1;}
#header ul li a{font-size: 15px; line-height: 120%; color: #525252; padding: 0; font-weight: 400; text-transform: uppercase; letter-spacing: 0.12em;}
#header ul li a:hover, #header ul li.active-menu a{font-weight: 700; color: #CF2027;}

/*banner*/

/*content*/
#ws{background: url('../images/common/ws-bg.png') center center no-repeat; padding: 70px 0 20px; min-height: 474px; background-size: cover; display: flex; align-items: flex-start;}
#ws .row{max-width: 1680px;}
#ws .content{display: flex; justify-content: space-between; gap: 20px;}
#ws .item{display: flex; flex-direction: column; align-items: flex-end;}
#ws h2{font-size: 120px; margin-bottom: 20px;}
#ws h2 span{color: #FFF; margin: 0;}
#ws .item:nth-of-type(1){align-items: flex-start;}
#ws .item:nth-of-type(2){margin-top: 110px;}
#ws .item:nth-of-type(2) h2{margin: 20px 0 0;}

#cards{background: url('../images/common/cards-bg.png') center center no-repeat; padding: 20px 0; min-height: 226px; background-size: cover; display: flex; align-items: center;}
#cards .content{display: flex; justify-content: space-between; gap: 20px; align-items: center;}
#cards h5{margin: 0;}
#cards .img{margin-right: -28px;}

#about{background: url('../images/common/ab-bg.png') center center no-repeat; padding: 100px 0 40px; min-height: 1178px; background-size: cover;}
#about .content{display: flex; justify-content: space-between; gap: 20px;}
#about .txt{width: 890px; max-width: 100%; margin-right: -220px;}
#about .txt h6{margin: 0 0 10px; position: relative; padding-left: 30px;}
#about .txt h6 span{color: #FFF;}
#about .txt h6:before{height: 50px; width: 12px; content: ''; position: absolute; left: 0; background: #D2A564; top: 50%; transform: translateY(-50%);}
#about h2{margin: 0;}
#about h4{font-size: 50px;}
#about p{max-width: 490px; line-height: 180%; margin-bottom: 30px;}
#about p:last-of-type{margin-bottom: 70px;}
#about .phone{margin-top: 50px;}
#about .phone h5{margin: 0;}
#about .phone h5 span{color: #FFF;}
#about .phone a{display: block; font-size: 50px; margin-top: 5px;}
#about .img{width: 708px; max-width: 100%; margin-top: 150px;}
#about .img h6{margin: 30px 0 0; text-align: center; color: #FFF; line-height: 140%; font-size: 25px;}
#about .img h6 em{color: #D2A564; display: block;}

#products{background: url('../images/common/pd-bg.png') center center no-repeat; padding: 100px 0 40px; min-height: 1612px; background-size: cover;}
#products .content{display: flex; gap: 15px; align-items: center; justify-content: space-between; margin-bottom: 30px;}
#products h2{margin-bottom: 80px;}
#products h5{font-size: 50px; text-align: center; margin-bottom: 30px;}
#products h5:last-of-type{margin-top: 100px;}
#products .item{width: 338px; position: relative; max-width: 100%;}
#products .item p{position: absolute; top: 35px; color: #8E181B; font-weight: 900; font-family: 'Lato', sans-serif; font-size: 30px; width: 140px; left: 130px; z-index: 1;}
#products .item p span{display: block; font-size: 20px; color: #555555; font-weight: 400;}
#products a{text-decoration: underline; font-size: 16px; letter-spacing: 0.14em;}

#reviews{background: url('../images/common/rv-bg.png') center center no-repeat; padding: 40px 0; min-height: 853px; background-size: cover; display: flex; align-items: center;}
#reviews .content{width: 580px; max-width: 100%;}
#reviews h6{margin: 0 0 30px; position: relative; padding-left: 30px;}
#reviews h6 span{color: #212C2B;}
#reviews h6:before{height: 50px; width: 12px; content: ''; position: absolute; left: 0; background: #D2A564; top: 50%; transform: translateY(-50%);}
#reviews h2{color: #212C2B; margin: 0 0 30px;}
#reviews p{line-height: 180%; margin: 30px 0 50px; color: #212C2B;}
#reviews .name{display: flex; gap: 20px; align-items: center;}
#reviews .name p{margin: 0 0 10px; font-size: 30px; font-weight: 900; line-height: initial; font-family: 'Lato', sans-serif;}

#returns{background: url('../images/common/rt-bg.png') center center no-repeat; padding: 90px 0; min-height: 933px; background-size: cover; display: flex; align-items: flex-start;}
#returns .content{display: flex; justify-content: space-between; gap: 20px; align-items: flex-end;}
#returns .txt{width: 560px; max-width: 100%;}
#returns .txt p{font-family: 'Lato', sans-serif; line-height: 180%; margin: 0 0 40px;}
#returns .txt p a{color: #FFF;}
#returns .txt p>strong{font-size: 20px; font-weight: 900;}
#returns .img{width: 701px; max-width: 100%;}

#map{line-height: 0;}
#map iframe{width: 100%;}

/*form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"], .ctc-form textarea {font-family: "Josefin Sans", sans-serif; border: 0; border-radius: 10px; font-size: 16px; height: 60px; display: block;width: 100%;padding: 10px 30px;box-sizing: border-box;margin: 0 auto 10px; font-weight: 400; background: #FFF; color: #3D5D58; justify-content: space-between;}
.contact-page .ctc-form input[type="text"], .contact-page .ctc-form textarea {border: 0;}
.ctc-form textarea {height: 150px;padding-top:10px; width: 100%;}
.ctc-form .btn{margin: 10px auto 0;}
.ctc-form ::placeholder{color: #3D5D58;}
.ctc-form label{font-size: 15px;}
.ctc-form .flex {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex; column-gap: 10px; align-items: center; justify-content: space-between;}
.ctc-form .flex label{width: 100%;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha {padding: 0;}
.ctc-form .g-recaptcha div {line-height: 0;  margin: 0 auto;}
.ctc-form .ctc-hide {display: none;}
.ctc-form .cap{margin-bottom: 10px;}
.ctc-form .consent{margin-bottom: 10px;}
.ctc-form>label{font-size: 0;margin: 0;display: block}

/*footer*/
#footer .top{background: url('../images/common/ft1-bg.png') center center no-repeat; padding: 145px 0 40px; min-height: 642px; background-size: cover;}
#footer .top .content{display: flex; gap: 20px; align-items: center; justify-content: space-between;}
#footer .top .row{max-width: 1360px;}
#footer .top .left, #footer .top .right{width: 345px;}
#footer .top ul{list-style: none; padding: 0; line-height: 180%; width: 280px; font-size: 20px; font-weight: 500; font-family: 'Ubuntu', sans-serif; margin: 0;}
#footer .top ul li{display: flex; align-items: center; justify-content: space-between;}
#footer .top ul li span{width: 180px;}
#footer .top .item:not(:last-of-type){margin-bottom: 50px;}
#footer .top .item a{display: flex; gap: 20px; align-items: center; font-size: 20px; font-weight: 500; letter-spacing: 0.05em; font-family: 'Ubuntu', sans-serif; color: #FFF;}
#footer .top .item a span{display: block; font-weight: 400; letter-spacing: 0.1em; font-size: 12px; color: #FFF; margin-bottom: 5px;}
#footer .form{width: 1470px; max-width: 100%; background: url('../images/common/ct-bg.png') center center no-repeat; display: flex; align-items: center; justify-content: center; padding: 20px; min-height: 600px; text-align: center; background-size: cover;}
#footer .form .in{width: 1290px; max-width: 100%;}
#footer .form .head{display: flex; gap: 20px; align-items: flex-start; margin-bottom: 20px; justify-content: space-between;}
#footer .form .head h4{margin: 0;}
#footer .form .social{display: flex; align-items: center; width: 270px; justify-content: space-between;}
#footer .form .consent{text-align: left; font-size: 14px;}
#footer .form .btn{margin: 0; border-radius: 10px; width: 150px;}
#footer .form .g-recaptcha{transform: scale(0.75); max-width: 200px;}
#footer .bot{background: url('../images/common/ft2-bg.png') center center no-repeat; padding: 60px 0 40px; min-height: 818px;}
#footer .bot .content{display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;}
#footer .bot .row{max-width: 1660px;}
#footer .copy{font-size: 14px; font-weight: 400;font-family:'poppins': text-align: center; letter-spacing: 0.1em; display: flex; align-items: flex-end; justify-content: flex-end; margin-top: -100px;}
#footer .copy .txt>img{height: 25px; vertical-align: middle; display: inline-block;}
#footer .copy .img{margin-bottom: 12.5px; margin-left: 10px;}
#footer .bot  ul{display: flex; flex-direction: column; list-style: none; width: 100px; font-size: 15px; letter-spacing: 0.12em; text-transform: uppercase; padding: 0; margin: 0; text-align: left; gap: 60px; margin-top: 60px;}
#footer .bot  ul a{color: #FFF;}
#footer .bot  ul li a:hover, #footer ul li.active-menu a{color: #D2A564;}

/*inner pages*/
.inner #content .row{max-width:1320px;}
.inner #content {min-height: 400px;padding: 60px 0; position: relative; margin: 0; position: relative;}
.inner #content .row{margin:0 auto;}
.inner #content ul li{text-align: left;}
.inner #content h1{padding: 0;margin: 0 0 20px;line-height: 130%; color:#D2A564; text-align: center;}
.inner #content h2{padding: 0;margin: 0 0 20px;line-height: 120%; color:#D2A564; text-align: left; text-transform: initial;}
.inner #content h3{padding: 0;margin: 0 0 20px;line-height: 120%; color:#D2A564; text-align: left;}
.inner #content p{text-align: left; line-height: 180%; font-size: 19px;}
.inner .test .item{border-radius: 10px; background: #FFF; padding: 40px; box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); text-align: left;}
.inner .test .item:not(:last-of-type){margin-bottom: 20px;}
.inner .test h2{margin-bottom: 40px; color:#D2A564;}
.inner .test span{display: flex; align-items: flex-start; column-gap: 5px; font-weight: 600; font-size: 18px;}
.inner .test small{color: #FFDB58; font-weight: 700; font-size: 20px; line-height: 1;}
.inner .test p{font-style: italic; line-height: 32px; letter-spacing: 0.03em; color: #000;}
.inner .test p:first-of-type{display: flex; align-items: center; gap: 10px; font-weight: 700;}
.inner .test p:last-of-type{margin: 0;}
.inner .test .item{display: flex; gap: 20px; justify-content: space-between; align-items: center;}
.inner .test .txt{width: 600px; max-width: 100%;}
.inner .test .item iframe{width: 400px;}
.inner #content .flex{display: flex; align-items: center; gap: 20px;}
.inner #content .flex:not(:last-of-type){margin-bottom: 20px;}
.inner #content .flex ul{margin-bottom: 20px;}
.inner #content .flex.flex-start{align-items: flex-start;}
.inner #content .flex .txt{width: 800px; max-width: 100%;}
.inner #content .flex .img{width: 100%;}
.inner #content .flex h6{margin: 0;}
.inner .imgs{display: flex;flex-wrap: wrap;gap: 20px;}
.inner .imgs img{height: 285px; width: 285px; object-fit: cover;}
.inner .imgs .after{position: relative;}
.inner .imgs .after:after{position: absolute; content: 'After'; bottom: 10px; left: 0; right: 0; font-size: 20px; color: #FFF; text-align: center; font-family: 'Poppins', sans-serif;  text-shadow: 0 0 5px rgba(0,0,0,0.5);}
.inner .imgs .before{position: relative;}
.inner .imgs .before:after{position: absolute; content: 'Before'; bottom: 10px; left: 0; right: 0; font-size: 20px; color: #FFF; text-align: center; font-family: 'Poppins', sans-serif; text-shadow: 0 0 5px rgba(0,0,0,0.5);}
.inner blockquote strong{display: block; text-align: right;}

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

.mobile-banner, .mobile-logo{display: none;}


/** Responsive
-------------------------------------------------------*/
/* @media screen and (max-width: 1399px){
  body {min-width: 1700px;}
} */
@media screen and (max-width: 1199px){
 body {min-width: 320px;}
  h1,h2,h3,h4,h5,h6{text-align: center !important; letter-spacing: initial !important; margin-bottom: 20px !important;}
  h1,h2{font-size: 35px !important;}
  h3{font-size: 30px !important;}
  h4{font-size: 25px !important;}
  h1 span,h2 span{letter-spacing: initial !important;}
  h1 small,h2 small{letter-spacing: initial !important;}
  p{letter-spacing: initial !important; margin-bottom: 20px !important; text-align: center;}
  li{font-size: 20px;}
  a{word-break: break-word;}
  .desktop{display: none;}
  .mobile{display: block; margin-left: auto; margin-right: auto;}
  .ctc-form .flex{flex-wrap: wrap; gap: 0 !important; justify-content: center;}
  .inner #content h1{font-size: 35px !important;}
  .inner #content h2{font-size: 30px !important;}
  .inner #content h3{font-size: 25px !important;}
  .inner #content h4{font-size: 20px !important;}
  .inner #content h5{font-size: 18px !important;}
  .inner #content h6{font-size: 16px !important;}
  .inner #content{padding: 20px 0;}
  .btns{justify-content: center !important;}
  .btn{margin: 0 auto;}
  .btns .btn{margin: 0;}
  #header {padding: 40px 0 0; position: relative; z-index: 9999;}
  #header nav {display: block;height: auto;position: fixed;width: 100%;top: 0;box-shadow: 0 0 5px rgb(0 0 0 / 70%); left: 0; z-index: 999; margin: 0;}
  #header nav ul {  display: none; height: auto;border-bottom:5px solid#D2A564; padding: 10px; margin: 0; width: 100%; border-radius: 0; background: #202020;}
  #header nav ul li { width: 100%;position: relative; }
  #header nav ul li a {float:none; padding: 10px 20px; border-radius: 0; width: 100%; display: block; color: #FFF; font-size: 18px; padding: 0; height: auto; line-height: 180%; text-align: left;}
  #header ul li:hover a, #header ul li.active-menu a{background: none; color:#D2A564;}
  #header nav a {text-align: left; width: 100%;}
  #header nav a strong {position: absolute; top: 50%; transform: translateY(-50%); left: 15px;}
  #header nav a#pull {display: block; color: #fff; background-color: #111; height: 40px;padding: 10px 15px; width: 100%; position: relative; font-size: 20px; line-height: 20px;}
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 20px; height: 20px; display: inline-block; position: absolute; right: 15px; top: 50%; transform: translateY(-50%);}
  .btns{flex-wrap: wrap; gap: 10px;}
  .cta{box-shadow: 0 0 5px #000; background:#D2A564  url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 100px;z-index: 999;}
  .flex, .content{flex-direction: column !important; gap: 20px !important; align-items: center !important; justify-content: center !important;}
  #header .mid .logo img{margin: 0 auto;}
  #header .mid .social{justify-content: center; order: 2;}
  #header .top{padding: 10px 0;}
  #footer .top, #returns, #reviews, #products, #about, #ws, #header .bot{min-height: auto; padding: 40px 0;}
  #about .img, #about .txt, #cards .img, #ws .item:nth-of-type(2){margin: 0;}
  #cards h5{font-size: 20px; margin: 0 !important;}
  #cards h4{margin: 0 !important;}
  #about .phone{margin: 20px auto 0; display: block;}
  #about .phone a{font-size: 40px;}
  #about .img h6{margin: 20px auto 0 !important;}
  #products .content{margin-bottom: 20px;}
  #products h5:last-of-type{margin-top: 40px;}
  #reviews .name{justify-content: center;}
  #reviews .content>img{margin: 0 auto; display: block;}
  #footer .top .item:not(:last-of-type){margin-bottom: 20px;}
  #footer .copy .img{display: none;}
  #footer .copy{margin: 20px 0 0; flex-direction: column; gap: 20px; align-items: center; justify-content: center;}
  #footer .copy .txt{order: 3;}
  #footer .form .g-recaptcha{max-width: 100%;}
  #footer .bot ul{display: none;}
  #footer .form .head h4{margin: 0 !important;}
  #footer .form .head{flex-direction: column; text-align: center; justify-content: center; align-items: center;}
  #footer .top .item a{flex-direction: column; text-align: center; align-items: center; justify-content: center;}
  #footer .top .left, #footer .top .right{margin: 0 auto; max-width: 100%; width: 100%;text-align: center;}
  #about .txt h6:before, #reviews h6:before{display: none;}
  #cards{min-height: auto;}
  #reviews .content, #about p{margin-left: auto; margin-right: auto;}
  #footer .top ul{margin: 0 auto;}
  #footer .top .right{flex-direction: column; display: flex;}
}