@font-face{font-family: "socialico"; src: url("fonts/socialico-webfont.woff.woff2") format("woff2"), url("fonts/socialico-webfont.woff.woff") format("woff");}
@font-face{font-family: 'Trajan Pro';src: url('fonts/TrajanPro-Bold.woff2') format('woff2'),url('fonts/TrajanPro-Bold.woff') format('woff');font-weight: bold;font-style: normal;font-display: swap}

.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: #666; background: #FFF; font-size: 16px; overflow-x: hidden; font-family: "Poppins", sans-serif;}
a {color:inherit;text-decoration: none; transition: all ease-out 0.3s;}
a.email{word-break: break-all;}
a:hover {text-decoration: none; color: #000;}
h1,h2,h3,h4,h5,h6{padding:0; margin:0 0 20px; line-height: 120%; color: #007F7F;  font-weight: 700; font-family: "Ubuntu", sans-serif;}
h1{font-size: 70px;}
h2{font-size: 70px;}
h3{font-size: 40px;}  
h4{font-size: 30px;}
h5{font-size: 20px;}
h6{font-size: 18px;}
ul{padding-left: 25px; margin-top: 0;}
p{margin: 0 0 20px;}
.row {max-width: 1220px;margin: 0 auto; padding: 0 10px; width: 100%;}

/*button*/
.btn{width: 280px; height: 55px; border: 0; border-radius: 60px; font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 500; 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: linear-gradient(to bottom, #008080, #4DFFFF); border: 0; box-shadow: inset 6px 6px 3px rgba(9,140,140,0.65);}
.btn:hover{color: #FFF;}

/*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: #666666; }
.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; display: block;}

/*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 */
.hd{color: #FFF;letter-spacing: 0.08em;background: #666666;width: 544px;height: 170px;display: flex;justify-content: center;align-items: center;margin: 0;position: absolute;transform: rotate(270deg);left: -187px; top: 187px; padding: 10px; z-index: 1;}
.mobile{display: none;}

/*header*/
#header{background: url('../images/common/hd-bg.png') center center no-repeat; min-height: 1003px; background-size: cover; padding: 0;}
#header .row{max-width: 1740px;}
#header .logo img{margin-top: 25px;}
#header .content{display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;}
#header .info .phone a{font-size: 50px; color: #007F7F; font-family: "Ubuntu", sans-serif; font-weight: 700; line-height: 1;}
#header .info h6{font-family: "Poppins", sans-serif; font-size: 20px; margin-bottom: 10px; font-size: 20px; color: #444444; font-weight: 400;}
#header .social{margin-bottom: 25px;}
#header .social .in{display: flex; align-items: center; justify-content: space-between; width: 250px;}
#header .more{width: 610px; max-width: 100%;}
#header .bot{margin-top: 70px;}
#header .top{display: flex; align-items: flex-end; justify-content: space-between; gap: 20px;}
#header .bot h2{line-height: 120%; margin-bottom: 10px;}
#header .bot h2 span{font-weight: 500; font-size: 40px; color: #777777; display: block; line-height: 120%;}
#header .bot p{line-height: 155%; font-size: 16px; color: #525252; margin-bottom: 10px;}
#header .bot .btn{margin:  auto;}
#header nav ul{list-style: none; padding: 0; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; column-gap: 10px; width: 820px; max-width: 100%;}
#header nav ul li{position: relative;}
#header nav ul li:hover ul.sub{opacity: 1;}
#header nav ul li a{font-family: "Poppins", sans-serif; font-size: 18px; text-align: center; display: block; color: #FFF; font-weight: 500; line-height: 120%; padding: 10px 13px 22px 13px; border-radius: 0 0 100% 100%;}
#header nav ul li a:hover, #header nav ul:not(.sub) li.active-menu a{color: #FFF; background: #36D9D9;}
#header nav ul.sub{width: auto !important;flex-direction: column;text-align: center !important;position: absolute; opacity: 0;}
#header nav ul.sub li a{padding: 10px; text-align: left;}
#header nav ul.sub li a:hover, #header nav li.active-menu ul.sub a{color: #36D9D9 !important; background: transparent !important;}
/*banner*/

/*content*/
#services{padding: 160px 0 0; background: url('../images/common/sv-bg.png') bottom center no-repeat; min-height: 960px;}
#services .row{max-width: 1840px;}
#services h6{font-size: 18px; font-weight: 700; letter-spacing: 2em; color: #868686; font-family: "Poppins", sans-serif; margin: 0;}
#services h2{line-height: 100%; margin: 10px 0 60px; line-height: 100%;}
#services h2 span{display: block; font-size: 60px; font-weight: 500; color: #999999; line-height: 100%;}
#services .content{display: flex; gap: 20px; justify-content: space-between; align-items: flex-start;}
#services .item{width: 530px; max-width: 100%; text-align: center;}
#services .item:first-of-type{margin-left: 2px;}
#services .item:nth-of-type(2){margin-left: 12px;}
#services .item:nth-of-type(3){margin-right: -30px;}
#services .item img{margin: 0 auto 50px; display: block;}
#services .item h3{font-size: 60px; color: #FFF; line-height: 120%; margin: 0 0 5px;}
#services .item h3 span{font-size: 40px; display: block; font-family: "Poppins", sans-serif; line-height: 120%;}
#services .item p{font-size: 25px; line-height: 160%; color: #FFF; margin-bottom: 70px;}
#services .item .btn{margin: 0 auto -27.5px ;}

#about{padding: 30px 0; background: url('../images/common/ab-bg.png') center center no-repeat; min-height: 960px; display: flex; align-items: center;  background-size: cover;}
#about .row{max-width: 1660px;}
#about .txt{width: 740px; max-width: 100%; margin-top: 60px;}
#about .txt h6{font-size: 18px; font-weight: 700; letter-spacing: 2em; color: #868686; font-family: "Poppins", sans-serif; margin: 0;}
#about .txt h1{font-size: 90px; line-height: 100%; margin: 10px 0 20px;}
#about .txt h1 span{display: block; font-size: 70px; font-weight: 500; color: #999999; line-height: 100%;}
#about .txt p{font-size: 18px; line-height: 178%; margin: 0 0 30px; color: #777777; font-style: italic;}

#choose{padding: 70px 0 30px; background: url('../images/common/ch-bg.png') center center no-repeat; min-height: 1005px;  background-size: cover;}
#choose .row{max-width: 1660px;}
#choose .content{display: flex; gap: 20px; justify-content: space-between; align-items: flex-start;}
#choose .img{width: 839px; max-width: 100%; margin-top: 55px;}
#choose .txt{width: 740px; max-width: 100%;}
#choose .txt h6{font-size: 18px; font-weight: 700; letter-spacing: 2em; color: #868686; font-family: "Poppins", sans-serif; margin: 0;}
#choose .txt h2{line-height: 100%; margin: 10px 0 20px; line-height: 100%;}
#choose .txt p{font-size: 18px; line-height: 139%; margin: 0 0 40px; color: #666;}
#choose .txt .phone small{display: block; font-size: 16px; color: #333333; font-weight: 500;}
#choose .txt .phone a{color: #007F7F; font-size: 60px; font-weight: 700; font-family: "Ubuntu", sans-serif;}

#reviews{padding: 240px 0 150px; background: url('../images/common/rv-bg.png') center center no-repeat; min-height: 988px; background-size: cover; margin-top: -165px;}
#reviews .row{max-width: 1740px;}
#reviews .txt{width: 790px; max-width: 100%;}
#reviews .txt h6{font-size: 18px; font-weight: 700; letter-spacing: 2em; color: #868686; font-family: "Poppins", sans-serif; margin: 0;}
#reviews .txt h4{color: #B20000;}
#reviews .txt h2{line-height: 100%; margin: 20px 0 100px;}
#reviews .txt p{font-size: 18px; line-height: 278%; margin: 20px 0 40px; color: #868686; font-style: italic; font-weight: 500;}
#reviews .bot{display: flex; gap: 20px; justify-content: space-between; color: #666666;}
#reviews .bot .nav{display: flex; gap: 10px; justify-content: space-between; width: 195px;}
#reviews .bot a{font-size: 18px; font-weight: 500; text-decoration: underline;}

#projects{background: url('../images/common/p-bg.png') center bottom no-repeat; min-height: 572px; margin-bottom: -50px; position: relative;}
#projects .row{max-width: 1775px;}
#projects .in{margin-top: -50px;}
#projects .item{background-color: #FFF;  width: 348px; height: 353px; display: flex; align-items: center; justify-content: center; border: 2px solid #999999; border-radius: 10px;}
#projects .content{display: flex; gap: 5px; justify-content: space-between; align-items: center; margin-bottom: 45px;}
#projects .bot{display: flex; gap: 20px; justify-content: space-between; color: #FFF;}
#projects .bot .nav{display: flex; gap: 10px; justify-content: space-between; width: 195px;}
#projects .bot a{font-size: 18px; font-weight: 500; text-decoration: underline;}

/*form*/
.ctc-form {margin: 0 auto;text-align: center; font-family: "Poppins", sans-serif;}
.ctc-form input[type="text"], .ctc-form textarea {font-family: "Poppins", sans-serif; border: 0; border-radius: 0; font-size: 15px;height: 50px;display: block;width: 100%;padding: 10px 20px;box-sizing: border-box;margin: 0 auto 10px; font-weight: 400; background: #FFF; color: #000;}
.contact-page .ctc-form input[type="text"], .contact-page .ctc-form textarea {border: 1px solid #000;}
.ctc-form textarea {height: 180px;padding-top:10px; width: 100%;}
.ctc-form .btn{margin: 0 auto; border-radius: 0; background: #008080; width: 200px; height: 60px; font-weight: 700; font-size: 16px;}
.ctc-form ::placeholder{color: #000;}
.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}
.contact-page #footer .form{display: none;}
.contact-page #footer .hd{top: 187px;}

/*footer*/
#footer .top{background: url(../images/common/ft-bg.png) no-repeat center top 65px; padding: 0 0 40px;}
#footer .row{max-width: 1770px;}
#footer .form{background: url(../images/common/ct-bg.png) no-repeat center center; padding: 10px; background-size: cover; min-height: 726px; display: flex; align-items: center; justify-content: center; margin-bottom: 25px; margin-top: -105px; position: relative;}
#footer .form .in{width: 1400px; max-width: 100%;}
#footer .form h6{letter-spacing: 0.3em; font-weight: 700; line-height: 120%; font-family: 'Poppins', sans-serif; margin: 0; color: #FFF; text-align: center;}
#footer .form h2{text-align: center; margin: 0 0 20px; font-weight: 700; color: #FFF; font-family: 'Poppins', sans-serif;}
#footer .form p{font-size: 15px; letter-spacing: 0.03em; line-height: 180%; text-align: center;color: #FFF; margin-bottom: 40px;}
#footer .form .consent{text-align: left; font-size: 14px; color: #FFF;}
#footer .form .btn{margin: 10px auto 0;}
#footer .form .btn:hover{color: #000; background: #FFF;}
#footer .social{display: flex; align-items: center; justify-content: space-between; width: 1640px; margin: 0 auto 30px; border-bottom: 1px solid #666666; padding-bottom: 50px;}
#footer .social a{display: flex; padding: 10px; align-items: center; justify-content: flex-start; background: #DDDDDD; height: 60px; width: 270px; color: #007F7F; font-size: 25px; font-weight: 700; border-radius: 60px; gap: 25px;}
#footer .logo{display: block;}
#footer .logo img{margin: 0 auto 35px;}
#footer .content{display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; width: 1635px; margin: 0 auto; max-width: 100%;}
#footer .item:first-of-type{width: 280px;}
#footer .item{width: max-content;}
#footer .item span{font-size: 20px; font-weight: 500; font-family: "Ubuntu", sans-serif; color: #004141; margin-bottom: 35px; display: block;}
#footer .item .in a{display: flex; gap: 20px; align-items: center;}
#footer .item a{font-size: 19px; font-weight: 700; color: #333333;}
#footer .item:nth-of-type(2) a{font-size: 23px;}
#footer .bot{background: #004242; padding: 10px 0;}
#footer .copy{font-size: 20px; font-weight: 500; font-family: "Ubuntu", sans-serif; line-height: 120%; color: #FFF; text-align: center;}
#footer .copy img{vertical-align: middle; display: inline-block; height: 25px; margin-left: 5px}

/*inner pages*/
/* .inner .services#content .row{max-width:1760px;}
.inner .services .content{display: flex; align-items: center; justify-content: space-between; text-align: center;}
.inner .services .content .item{width: 560px; max-width: 100%; text-align: center;}
.inner .services .content .item .in{width: 485px; min-height: 525px; background: #FFF; padding: 350px 20px 20px; margin: 0 auto;}
.inner .services .content img{margin: 0 auto -335px;}
.inner .services .content h5{font-weight: 600;}
.inner .services .content p{font-size: 20px; color: #333; line-height: 160%; margin: 0 auto; max-width: 340px; text-align: center !important;}
.inner .services .content a{color: #31CCD6; display: block; font-weight: 500; font-size: 16px; display: block; width: max-content; margin: 10px auto 0; text-decoration: underline;} */
.inner #content {min-height: 300px;padding: 40px 10px; 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: 120%; text-align: center;}
.inner #content h2{padding: 0;margin: 0 0 20px;line-height: 120%; text-align: left; text-transform: initial;}
.inner #content h3{padding: 0;margin: 0 0 20px;line-height: 120%; text-align: left;}
.inner #content h4{padding: 0;margin: 0 0 20px;line-height: 120%; text-align: left;}
.inner #content h5{padding: 0;margin: 0 0 20px;line-height: 120%; text-align: left;}
.inner #content h6{padding: 0;margin: 0 0 20px;line-height: 120%; text-align: left;}
.inner #content p{text-align: left; line-height: 180%; font-size: 19px;}
.inner .test .item{border-radius: 15px; background: #EEE; padding: 20px; box-shadow: 5px 5px 10px rgba(0,0,0,0.65); text-align: left;}
.inner .test .item:not(:last-of-type){margin-bottom: 20px;}
.inner .test h2{margin-bottom: 40px; color: #FFF;}
.inner .test span{display: flex; align-items: flex-start; column-gap: 5px; margin-bottom: 10px; 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:last-of-type{margin: 0;}
.inner .services:not(:last-of-type){margin-bottom: 40px;}
.inner .services .item{border-radius: 15px; background: #EEE; padding: 20px; box-shadow: 5px 5px 10px rgba(0,0,0,0.65); text-align: left;}
.inner .services .item:not(:last-of-type){margin-bottom: 20px;}
.inner .services h2{margin-bottom: 40px; color: #FFF;}
.inner .services span{display: flex; align-items: flex-start; column-gap: 5px; margin-bottom: 10px; font-weight: 600; font-size: 18px;}
.inner .services small{color: #FFDB58; font-weight: 700; font-size: 20px; line-height: 1;}
.inner .services .img{margin-bottom: 20px;}
.inner .services .img img{margin: 0 auto;}
.inner .services p{line-height: 32px; letter-spacing: 0.03em;}
.inner .services p:last-of-type{margin: 0;}
.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;}
.inner #content .flex .img{width: 400px;}
.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;}
.inner #footer .form{margin-top: 0;}
.inner #footer .top{background-position: center bottom; padding: 40px 0;}

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

.mobile-bn{display: none;}

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

@media screen and (max-width: 1199px) {
  #header .info .phone a {
    font-size: 38px;
  }
  #services .item:nth-of-type(2), #services .item:nth-of-type(3), #services .item:nth-of-type(1){
    margin: 0;
  }
  #services {
    position: relative;
    background: linear-gradient(to right, #008080 0%, #008080 33.5%, #999 33.5%, #999 66.5%, #008080 66.5%, #008080 66.5%, #008080 100%);
  }
  #services .text-center{
    position: relative;
  }
  #services:before{
    content: '';
    background: #FFF;
    height: 350px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .cta{box-shadow: 0 0 5px #000; background: #008080 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;}
  #header nav ul{width: 740px;}
  .row{padding: 0 20px;}
  #choose .txt h6{letter-spacing: 1em;}
  #header{background-position: center left -180px;}
  #services .item h3{font-size: 50px;}
  #services .item h3 span{font-size: 30px;}
  #services .item:last-of-type p{margin-bottom: 30px;}
}

/* @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;}
  h1 span, h2 span{font-size: 40px !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;}
  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;}
  .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{max-width: 100%; margin: 0 auto;}
  #header {padding: 40px 0 20px; position: relative; z-index: 2;}
  #header nav {display: block;height: auto;position: fixed;width: 100%;top: 0;box-shadow: 0 0 5px rgb(0 0 0 / 70%); left: 0;}
  #header nav ul {  display: none; height: auto;border-bottom:5px solid #666666; 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: #666666; padding: 5px 10px;}
  #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;}
  #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: #666666  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;}
  .box, .content{flex-direction: column; align-items: center !important; justify-content: center !important;}
  #header .bot{margin-top: 30px;}
  #header .bot .content{background: none; padding: 0;}
  #header{min-height: auto;}
  #about{margin: 0; padding: 30px 10px;}
  #about .txt{margin: 0;}
  #reviews .content h2, #about .txt h1{margin: 20px 0 10px;}
  #services{padding: 30px 0; min-height: auto;}
  #services .box{margin: 0;}
  #reviews{padding: 30px 0; min-height: auto; margin: 0;}
  #reviews .content{min-height: auto; background: #FFF; padding: 10px;}
  #reviews .content .in{margin: 0;}
  #reviews .content .btn{position: relative; bottom: initial; right: initial; margin-top: 20px;}
  #gallery{padding: 30px 0;}
  #gallery .content{margin-top: 20px; padding: 0; min-height: auto;}
  #contact{padding: 30px 0; height: auto; margin: 0;}
  #footer .logo:before, #contact .form:after, #contact .form:before{display: none;}
  #footer{padding: 20px 0;}
  #footer .item a{flex-direction: column; text-align: center;}
  #footer ul{display: none;}
  #footer .content:first-of-type{margin-bottom: 20px;}
  #services .box h5{font-size: 30px;}
} */