<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
	--main-color: #89af39;
}

body {font-family: 'Poppins', sans-serif !important; font-size: 15px;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Poppins', sans-serif; font-weight: 600; color: var(--main-color);}
.header .logo {	padding:18px 0;}
.logo img {
	max-width: 150px;
}

.section {
	padding: 28px 0;
}

.page-content {
	padding-top: 60px;
}

.before-after.page-content {
	padding-bottom: 0px;
}

.section-dark {
	margin: 40px -100%;
}

.excerpt p {
line-height: 22px;	
}

/* Logo Height on Scroll */
.header.headhesive.headhesive--stick .logo img {
	height: 46px;
}

.header-top-right {
	display: inline-flex;
}

.top-contacts {
	list-style: none;
	display: flex;
	align-items: center;
}

.top-contacts li {
	display: inline;
	margin-right: 16px;
}

.top-contacts li:last-child {
	margin-right: 0px;
}

.top-langs {
	list-style: none;
	display: inline-flex;
	margin-right: 16px;
}

.top-langs li {
	margin-right: 8px;
}

.top-langs li a:hover {
	text-decoration: none;
}

.slider-icon-holder {
	display: inline-flex;
	position: absolute;
	width: 100%;
	justify-content: center;
    bottom: 80px;
    z-index: 25;
}

.slider-icon-holder a {
	margin-right: 16px;
	border-radius: 100%;
	width: 132px;
	height: 132px;
	text-align: center;
}

.slider-icon-holder a div.slider-icon-text {
	position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 132px;
    height: 132px;
    display: none;
}

.slider-icon-holder a:hover {
	background: var(--main-color);
	text-decoration: none;
}

.slider-icon-holder a:hover img {
	display: none;
}

.slider-icon-holder a:hover div.slider-icon-text {
	display: flex;
	align-items: center;
    justify-content: center;
}

.green-bg {background-color: #82ac29;}


.title-accent h3 {color: #89af39;}

.alignleft img, .alignright img, .alignnone img, .aligncenter img {
	padding:0;
	border: none;
}

.float-right { float: right; }

.project-item { position: unset !important; top: unset !important; min-height: 320px; }

.project-feed h2 { padding-inline: 16px; }

.project-item .project-item-inner {background-color:transparent;}

.project-item .dlink, .project-item .zoom {width: 100%; background-color: rgba(130,172,41,0.6);}

.project-desc .title&gt;a,
.entry .entry-header h2&gt;a { color: var(--main-color); }

.widget .title&gt;a { color: #2f2f2f; }

.last-blog .project-desc {
	text-align:left;
	padding: 15px 0;
}

.treatment-detail,
.treatment-faq,
.popular-slider {
	margin-block: 24px;
}

.treatment-detail-list {
	margin-bottom: 24px;
}

.treatment-detail-list ul {
	list-style: none;
	padding-left: 0px;
}

.treatment-detail-list ul li {
	font-size: 16px;
	padding-block: 8px;
	border-bottom: 1px solid #2f2f2f50;
}

.treatment-detail-list ul li span {
	float: right;
	color: var(--main-color);
}

.treatment-detail-list ul li img {
	max-width: 26px;
    margin-bottom: 4px;
    margin-right: 16px;
}

.treatment-book-button {
	background-color: var(--main-color);
	color: #fff;
	padding: 8px;
	border-radius: 8px;
}

.treatment-slider .project-item {
	min-height: 440px;
}

.hr70 {margin-top: 70px; margin-bottom:70px;}

.footer {
	background-color:#18284c;
}

.footer-copyright {
	background-color: #111c35;
}

.float-socials {
    position: fixed;
    left: 8px;
    bottom: 20px;
    z-index: 9999;
    list-style: none;
}

.float-socials li {
    margin-top: 12px;
}

.float-socials img {
    width: 50px;
    height: 50px;
}

.top-social li a {
	padding: 5px 6px;
}

.header-top-nav {padding-top: 7px;}

.form-section {
	background-color:#525866;
}

.form-section {padding-top: 80px; padding-bottom:80px;}

.form-section .form-control {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	outline: none;
	margin-bottom: 30px;
	font-size: 15px;
	box-shadow: none;
	color: #fff;
}

input[type="submit"] {
	color: #555 !important;
}

.form-section .form-control.btn {background-color:#fff; border-radius: 8px;}

.tab-content img {max-width: 100px;}

.icon-box .icon:before .icon-box .icon:after {display:none;}

.page-content.pb-80 .container {margin-bottom:80px;}

.pb-20 {padding-bottom: 20px;}
.pt-20 {padding-top: 20px;}
.pb-30 {padding-bottom: 30px;}
.pt-30 {padding-top: 30px;}
.pb-40 {padding-bottom: 40px;}
.pt-40 {padding-top: 40px;}
.pb-50 {padding-bottom: 50px;}
.pt-50 {padding-top: 50px;}

input[type="time"],
input[type="date"] {
	color: #fff;
}

input[type="time"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-calendar-picker-indicator {
	filter: invert(1);
}

.iti {
	width: 100%;
}

.contact-page-form .iti {
	border: 1px solid #dcdcdc;
}

.iti input, .iti input[type=text], .iti input[type=tel] {
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #fff;
	padding-block: 11px;
}

.offer-form .iti input {
	border: 1px solid #dcdcdc;
}

input[type='time']:after,
input[type='date']:after {
  color: #aaa;
  content: attr(placeholder);
}

.footer-form {margin-bottom:0;}
.footer-form h3 {color: #fff; font-size:20px;}
.footer-form p {color: #fff; font-size:14px; padding-bottom: 20px;}

.success-message {
	display:none;
	color: #fff;
	background-color: green;
	padding: 16px;
	margin-inline: 14px;
}

@media (min-width: 1200px) {
	header .container {
	    width: 100%;
	    max-width: 1400px;
	}
}

@media (min-width: 992px) and (max-width: 1300px) {
	header .container {
		width: 100%;
	}

	.fhmm .navbar-collapse .navbar-nav li a {
		font-size: 14px;
	}

	.logo img {
		max-width: 90px;
    margin-top: 12px;
	}
}

@media (max-width: 768px) {
	.header-top-left {
		width: 100%;
		display: flex;
		justify-content: center;
		margin-bottom: 16px;
	}

	.header-top-right {
		display: inline-grid;
	}

	.top-contacts {
		margin-top: 6px;
	}

	.top-langs {
		justify-content: center;
		margin-top: 12px;
	}

	.top-social {
		display: none;
	}

	.tp-banner {
		height: 180px !important;
	}

	.tp-banner .tp-bgimg {
		background-size: contain !important;
		background-position: unset !important;
	}

	.tp-banner-holder {
		background: #fff;
	}

	.slider-icon-holder {
		position: unset;
		padding-block: 16px;
	}

	.slider-icon-holder a {
		width: 50px;
		height: 50px;
	}

	.slider-icon-holder a img {
		width: 50px;
		height: 50px;
	}

	.project-feed {
		padding-inline: 16px;
	}

	.project-item {
		min-height: 240px;
	}

	.googlemap-wrapper {
		margin-top: 0px;
	}

	.float-socials {
		left: -34px;
		z-index: 9999999;
	}

	.float-socials img {
	    width: 36px;
	    height: 36px;
	}
}


.timeline{
  position:relative;
  margin:50px auto;
  padding:40px 0;
  width:1000px;
  box-sizing:border-box;
}
.timeline:before{
  content:'';
  position:absolute;
  left:50%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:20px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-6px;
  background: rgb(0 0 0);
	border-radius: 50%;
	box-shadow: 0 0 0 3px rgb(0 0 0 / 20%);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  left:-4px;
  background: rgb(0 0 0);
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgb(0 0 0 / 20%);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color: #333;
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
  color: #fff;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:12px;
  right:-100px;
  margin:0;
  padding:8px 16px;
  background: rgb(130 172 41);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgb(130 172 41 / 37%);
}
.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
  left:-100px;
  margin:0;
  padding:8px 16px;
  background: rgb(130 172 41);
    color: #fff;
    border-radius: 18px;
    box-shadow: 0 0 0 3px rgb(130 172 41 / 37%);
}

.timeline img {
	width: 50px;
    margin-bottom: 16px;
}

@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:-30px;
    left:50px;
    right:inherit;
  }
}</pre></body></html>