@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: 'The Bold Font';src: url('fonts/TheBoldFont-Bold.woff2') format('woff2'),url('fonts/TheBoldFont-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: #444; 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; color:#008C23;}
a.email{word-break: break-all;}
a:hover {text-decoration: none; color: #008C23;}
h1,h2,h3,h4,h5,h6{padding:0; margin:0 0 20px; line-height: 120%; color:#008C23; font-weight: 800; font-family: "Playfair Display", serif; background: -webkit-linear-gradient(270deg, #008C23, #BC464A); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.045em;}
h1{font-size: 66px;}
h2{font-size: 66px;}
h3{font-size: 45px;}  
h4{font-size: 30px;}
h5{font-size: 25px;}
h6{font-size: 20px;}
ul{padding-left: 25px; margin-top: 0;}
p{margin: 0 0 20px; line-height: 120%;}
.row {max-width: 1540px;margin: 0 auto; padding: 0 10px; width: 100%;}

/*button*/
.btn{min-width: 265px; max-width: max-content; height: 65px; border: 0; border-radius: 65px; font-family: 'Poppins', sans-serif; font-size: 16px; 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(300deg, #BC464A, #078A24 80%);}
.btn:hover{color: #FFF;}

.btns{display: flex; align-items: center; gap: 25px;}
.btns .btn{margin: 0;}
.btns .phone a{display: flex; gap: 10px; align-items: center; font-size: 18px; font-weight: 400; font-family: 'Poppins', sans-serif; text-align: left;}
.btns .phone span{font-size: 14px; font-weight: 400; display: block; margin-bottom: 5px; line-height: 1;}

/*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:#008C23; }
.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 */
.mobile{display: none;}

/*header*/
#header{background: url('../images/common/hd-bg.png') bottom center no-repeat; min-height: 1929px; background-size: cover;}
#header .top{padding: 30px 0 0;}
#header .top .row{max-width: 1310px;}
#header .content{display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; position: relative; z-index: 999;}
#header .bot{margin: 260px 0 0;}
#header .bot .txt{width: 890px; max-width: 100%; margin: 0 0 0 auto;}
#header .bot h2{font-size: 60px; background: -webkit-linear-gradient(270deg, #FFF, #FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent; letter-spacing: -0.04em; max-width: 770px;}
#header .bot p{font-size: 16px; line-height: 180%; color: #FFF; margin: 0 0 30px;}
#header .bot .btn{background: linear-gradient(to bottom, #008C23, #5EC05C);}
#header .left ul{width: 270px; margin: 15px 0 20px;}
#header .right ul{width: 355px; margin: 15px 0 20px;}
#header .social{width: 200px; display: flex; align-items: center; justify-content: space-between;}
#header .phone{justify-content: flex-end; display: flex;}
#header .phone a{display: flex; align-items: center; gap: 10px; font-weight: 500; font-size: 22px; color: #FFF; font-family: "Montserrat", sans-serif;}
#header nav{width: 100%; display: none;}
#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%;}
#header ul li a{font-size: 16px; line-height: 120%; color: #FFF; padding: 0; font-family: "Rubik", sans-serif; text-transform: uppercase;}
#header ul li a:hover, #header ul li.active-menu a{color: #008C23;}

/*banner*/

/*content*/
#welcome{margin-top: -745px;}
#welcome .content{display: flex; gap: 20px; align-items: center; justify-content: space-between; position: relative;}
#welcome .img{width: 810px; max-width: 100%; margin-left: -170px;}
#welcome .txt{width: 820px; max-width: 100%;}
#welcome .txt small{color: #777777; display: block; font-size: 20px; font-weight: 500; letter-spacing: 0.05em;}
#welcome .txt h2{margin: 10px 0 30px;}
#welcome .txt p{line-height: 180%;}
#welcome .txt p:nth-of-type(1){line-height: 160%; max-width: 660px; margin-bottom: 40px;}
#welcome .txt p:nth-of-type(2){margin-bottom: 30px;}
#welcome .txt p:nth-of-type(3){margin-bottom: 60px;}
#welcome .txt .phone a{color: #333;}

#choose{padding-bottom: 45px;}
#choose .content{display: flex; gap: 20px; align-items: center; justify-content: space-between;}
#choose .img{width: 810px; max-width: 100%; margin-right: -135px;}
#choose .txt{width: 750px; max-width: 100%;}
#choose .txt small{color: #777777; display: block; font-size: 20px; font-weight: 500; letter-spacing: 0.05em;}
#choose .txt h2{margin: 10px 0 20px; max-width: 475px; background: -webkit-linear-gradient(320deg, #008C23, #BC464A); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#choose .txt p{line-height: 200%; margin: 0 0 40px;}
#choose .txt .phone a{color: #333;}

#services{background: url('../images/common/sv-bg.png') center center no-repeat; min-height: 1651px; background-size: cover; padding: 50px 0 0;}
#services .txt h2{margin: 0 0 20px; background: -webkit-linear-gradient(270deg, #FFF, #FFF); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#services .top{margin-bottom: 15px;}
#services .top .content{display: flex; gap: 20px; align-items: center; justify-content: space-between;}
#services .top .img{width: 810px; max-width: 100%; margin-left: -170px;}
#services .top .txt{width: 800px; max-width: 100%;}
#services .top .txt small{color: #777777; display: block; font-size: 20px; font-weight: 500; letter-spacing: 0.05em;}
#services .top .txt ul{line-height: 200%; margin: 0 0 40px; column-count: 3; color: #FFF;}
#services .top .txt .phone a{color: #FFF;}
#services .bot .content{display: flex; gap: 20px; align-items: center; justify-content: space-between; width: 1180px; margin: 0 0 0 auto; max-width: 100%;}
#services .bot .txt{width: 735px; max-width: 100%; text-align: right;}
#services .bot .nav{display: flex; align-items: center; gap: 10px; justify-content: space-between; width: 175px; margin: 0 0 0 auto;}
#services .bot .nav a{color: #FFF; display: flex; align-items: center; gap: 10px;}
#services .bot .name{display: flex; gap: 20px; align-items: center; font-weight: 700; font-size: 18px; color: #FFF; justify-content: flex-end; margin: 0 0 20px;}
#services .bot p{line-height: 180%; color: #FFF;}

#gallery{background: url('../images/common/g-bg.png') bottom center no-repeat; padding-bottom: 790px; margin: -230px 0 -830px;}
#gallery .row{max-width: 1350px;}
#gallery h2{text-align: center; margin: 0 0 60px;}
#gallery .imgs{display: flex; gap: 20px; align-items: center; justify-content: space-between; width: 1180px; max-width: 100%; margin: 0 auto 140px;}
#gallery .imgs .in{display: flex; gap: 20px; align-items: center; justify-content: space-between; flex-wrap: wrap;}
#gallery h3{text-align: center; margin: 0; background: -webkit-linear-gradient(360deg, #008C23, #BC464A); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}

/*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: 14px; height: 60px;display: block;width: 100%;padding: 10px 20px;box-sizing: border-box;margin: 0 auto 10px; font-weight: 400; background: #EEEEEE; color: #202020;}
.contact-page .ctc-form input[type="text"], .contact-page .ctc-form textarea {border: 1px solid #202020;}
.ctc-form textarea {height: 180px;padding-top:10px; width: 100%;}
.ctc-form .btn{margin: 10px auto 0;}
.ctc-form ::placeholder{color: #202020;}
.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: 20px; 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}
.inner #footer .form{display: none;}
.inner #footer{min-height: auto; padding: 0 0 40px;}

/*footer*/
#footer{background: url('../images/common/ft-bg.png') bottom center no-repeat; min-height: 1581px; background-size: cover; padding: 210px 0 40px; display: flex; align-items: flex-end; justify-content: center;}
#footer .row{max-width: 1540px;}
#footer .form{width: 100%; text-align: center; background: #FFF; display: flex; align-items: center; justify-content: center; padding: 20px; min-height: 715px; margin: 0; box-shadow: 0 7px 17px rgb(0 0 0 / 20%); text-align: center;}
#footer .form .in{width: 1365px; max-width: 100%;}
#footer .form h2{margin: 0 0 10px; background: -webkit-linear-gradient(360deg, #008C23, #BC464A); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
#footer .form p{font-size: 14px; line-height: 180%; font-family: 'Poppins', sans-serif;}
#footer .form .consent{text-align: left; font-size: 14px; margin: 0;}
#footer .form .btn{margin: 10px auto 0;}
#footer .content{display: flex; align-items: flex-start; justify-content: space-between; gap: 20px;}
#footer .logo{padding: 80px 0 70px; width: 100%;}
#footer .logo img{margin: 0 auto;}
#footer .item a{display: flex; gap: 20px; align-items: center; color: #FFF; font-weight: 600; font-size: 19px;}
#footer .item:nth-of-type(1) a{font-size: 24px;}
#footer .item a span{font-weight: 700; font-size: 15px; line-height: 1; margin-bottom: 5px; display: block;}
#footer .copy{color: #FFF; text-align: center; font-size: 16px; font-weight: 500;}
#footer .copy img{height: 25px; vertical-align: middle; display: inline-block;}
#footer ul{list-style: none; padding: 0; margin: 60px auto 30px; display: flex; align-items: center; justify-content: space-between; width: 640px; max-width: 100%;}
#footer ul li a{font-size: 16px; line-height: 120%; color: #FFF; padding: 0; font-family: "Rubik", sans-serif; text-transform: uppercase;}
#footer ul li a:hover, #footer ul li.active-menu a{color: #008C23;}

/*inner pages*/
.inner #content .row{max-width:1320px;}
.inner #content {min-height: 700px;padding: 60px 0; position: relative; margin: -645px 0 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:#008C23; text-align: center;}
.inner #content h2{padding: 0;margin: 0 0 20px;line-height: 120%; color:#008C23; text-align: left; text-transform: initial;}
.inner #content h3{padding: 0;margin: 0 0 20px;line-height: 120%; color:#008C23; 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:#008C23;}
.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;}
.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;}
.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;}
.inner #footer .form{margin: 0 0 40px;}

/*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){
 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; 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: 10px;}
  .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;}
  #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: 9999; margin: 0;}
  #header nav ul {  display: none; height: auto;border-bottom:5px solid#008C23; 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:#008C23;}
  #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:#008C23  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;}
  #gallery .imgs, .content{flex-direction: column; align-items: center !important; justify-content: center !important; gap: 20px;} 
  #header .top ul{display: none;}
  #header .bot{margin: 20px 0 0;}
  #services .bot .txt, #header .bot .txt{padding: 20px; background: rgb(0 0 0 / 70%);}
  #header .bot p{text-align: center;}
  #header{min-height: auto; padding-bottom: 20px;}
  #gallery, #services .top .img, #choose .img, #welcome .img, #welcome{margin: 0;}
  small{text-align: center;}
  #gallery, #welcome, #choose{padding: 40px 0;}
  #choose .img{order: -1;}
  #services .top .txt ul{column-count: 1; width: 280px; margin: 0 auto 20px;}
  #services .bot .name{justify-content: center;}
  #services .bot .nav{margin: 0 auto;}
  #gallery .imgs .in{justify-content: center;}
  #gallery .imgs{margin-bottom: 20px;}
  #gallery h3{margin: 0 !important;}
  #footer{padding: 40px 0;}
  #footer .logo{padding: 20px 0;}
  #footer ul{display: none;}
  #footer .item a{flex-direction: column;}
  #footer .content{justify-content: center; text-align: center; margin-bottom: 20px;}
  #footer .content .item{margin: 0 auto;}
  #choose .txt h2{margin: 10px auto 20px;}
  #header .logo{order: -1;}
  .inner #content{margin: 0; min-height: 300;}
  #header .bot h2, #welcome .txt p:nth-of-type(1){margin-left: auto; margin-right: auto;}
}