@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Satisfy|Raleway:400,700');

body {
	position: relative;
}

/*--------------------------------------------*/

/*-- Helper class --*/

/*--------------------------------------------*/

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.mw460 {
    max-width: 100%;
    width: 460px;
}

/*--------------------------------------------*/

/*-- Gallery Light Box --*/

/*--------------------------------------------*/

.mfp-counter {
    display: none;
}

/*--------------------------------------------*/

/*-- Typography and general elements --*/

/*--------------------------------------------*/

body {
	font-family: 'Raleway', sans-serif;
}

h1,
h2,
h3,
h6 {
	font-family: 'Lato', sans-serif;
	font-weight: 100;
	color: #529c9c;
}

h1 b,
h1 strong,
h2 b,
h2 strong,
h3 b,
h3 strong {
	font-weight: 400;
}

h1 {
	font-size: 6em;
	letter-spacing: -0.05em;
}

h2 {
	font-size: 4em;
	letter-spacing: -0.05em;
}

h5 {
	color: #4aab67;
}

h4 {
    font-size: 2em;
}

h6 {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	color: #529c9c;
}

.text-cursive {
	font-family: 'Satisfy', cursive;
	color: #5cbe77;
}
.lead {
	color: #5f7d7d;
}
b, strong { font-weight: 700; }
.far, .fas {
	color: #67C9A7;
}

a {
	text-decoration: none!important;
    color: #529c9c;
}

a:hover, a:visited, a:focus {
    color: #396D6D;
}

a[x-apple-data-detectors],
a[href^="tel"] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

img {
	max-width: 100%;
}

p {
	color: #313535; font-feature-settings: 'lnum' 1;
}

.text-small {font-size: 0.8rem;}

.txtw {
	color: #ffffff;
}

.db {
	display: block;
}
.mt0 {
	margin-top: 0!important;
}
.mt10 {
	margin-top: 10px;
}
.mt100 {
	margin-top: 100px;
}
.mr10 {
	margin-right: 10px;
}
@media (min-width: 576px){
	.col-sm-1.col-sm-1-half {
		-ms-flex: 0 0 12.5%;
		flex: 0 0 12.5%;
		max-width: 12.5%;
	}
}

.p0 {
	padding: 0;
}

.pl0 {
	padding-left: 0;
}

.pb0 {
	padding-bottom: 0;
}

.badge-warning {
	color: #fff;
}

.card p:last-child {
	margin: 0;
}

.btn {
	border-radius: 999px;
	padding: 0.6em 1.8em;
	transition: all 0.4s;
}
.btn-sm{
	    padding: 0.4em 0.95em;
}
.btn-default {
	color: #9cb14d;
	box-shadow: inset 0 0 0 2px #c1d47b;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	color: #7d9812;
	box-shadow: inset 0 0 0 2px #7d9812;
}

.btn-default.btn-white {
	color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.btn-default.btn-white:hover {
	color: #529CD4;
	box-shadow: inset 0 0 0 2px #fff;
	background: #fff;
}

.btn-primary,
.nav-link.btn-primary {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c1a8+0,d5da73+100 */
	background: #70c1a8;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #70c1a8 0%, #d5da73 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #70c1a8 0%, #d5da73 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #70c1a8 0%, #d5da73 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c1a8', endColorstr='#d5da73', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none!important;
	outline: none!important;
	box-shadow: none!important;
}

.btn-primary .fas {
	color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#70c1a8+0,d5da73+100 */
	background: #70c1a8;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #70c1a8 0%, #70c1a8 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, #70c1a8 0%, #70c1a8 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, #70c1a8 0%, #70c1a8 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70c1a8', endColorstr='#d5da73', GradientType=1);
	/* IE6-9 fallback on horizontal gradient */
	color: #fff;
	border: none;
}

.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	box-shadow: 0 0 0 3px #70c1a857!important;
}

.text-blue {
	color: #01719b;
	font-weight: 700;
}

.text-white h1, .text-white h2, .text-white h5 {
	color: #fff;
}


address {
	color: #313535;
}
.text-white h6,
.text-white p,
.text-white address {
	color: #dff1ec;
}
.text-white a {
	color: #fff;
}

.text-white .txtw {color:#fff;}

.text-white a:hover {
	border-bottom: 1px dotted #fff;
}

.text-white .card {
	background: rgba(4, 45, 53, 0.2);
	border: none;
	min-height: 320px;
}


.text-white .btn-default {
	color: #fff;
	box-shadow: inset 0 0 0 2px #fff;
}

.text-white .btn-default:hover,
.text-white .btn-default:focus,
.text-white .btn-default:active {
	color: #fff;
	background: rgba(255, 255, 255, 0.3);
	box-shadow: inset 0 0 0 2px #fff;
}
.text-primary {
	color: #01719b!important;
}
.avatar {
	background-size: cover;
	background-position: center;
	width: 100px;
	height: 100px;
	border-radius: 999px;
}

ul.ul-tick {
	list-style: none;
}
ul.ul-tick li {
	position: relative;
}
ul.ul-tick li:before {
	content: '\f00c';
	position: absolute;
	top: 0;
	left: -1.5em;
	color: #67C9A7;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
}

/*--------------------------------------------*/

/*-- Header --*/

/*--------------------------------------------*/

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 0.4s;
}

#site-logo {
	padding: 0!important;
	margin: 0;
}

#site-logo #logo-l {
	width: 225px;
	height: auto;
	transition: all 0.4s;
	margin-right: 10px;
}

#site-logo #logo-s {
	display: none;
}

#header.scrolled {
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 6px -3px rgba(0, 0, 0, 0.4);
}

#header.scrolled #site-logo #logo-l {
	width: 200px;
	height: auto;
}

#header.scrolled #site-logo #logo-s {
	height: 30px;
	width: 26.64px;
	display: block;
	display: none;
}

#header.scrolled .nav-link .fas {
	display: inline;
	margin-right: 4px;
}

#header .nav-item.on-scrolled {
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}

#header.scrolled .nav-item.on-scrolled {
	opacity: 1;
	pointer-events: auto;
}
.nav-item {position: relative;}
#header #navbarNav { margin-top: 22px;}
.quick-contact .fas { display:none; margin-right: 0.2em; }
.quick-contact {
	/*position: absolute;*/
	bottom: 100%;
	margin-top: -20px;
	margin-bottom: 3px;
	right: 0;
	left: -100px;
	text-align: center;
	color: #01719b;
	font-size: 0.75em;
	letter-spacing: 0.05em;
	font-weight: bold;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link:hover {
	color: rgb(47, 184, 157);
}

@media (min-width: 992px) {
	#headerNav {
		padding-right: 0;
		padding-left: 0;
		font-family: Lato, sans-serif;
	}
	#headerNav .nav-link {
		text-align: center;
		text-transform: uppercase;
		font-size: 0.75em;
		font-weight: bold;
		color: #529c9c;
	}
	#headerNav .nav-link.btn-primary {
		color: #fff;
	}
	#headerNav .nav-link .fas {
		font-size: 1.25em;
		margin-right: 0.2em;
	}
	.navbar-expand-lg .navbar-nav{flex-grow: 1;}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.9rem;
		padding-left: 0.9rem;
	}
	.navbar-expand-lg li.nav-item {
    flex-grow: 1;
}
#quick-action {position:absolute;top:4px;right:0;}
#headerNav #quick-action .nav-link.btn-primary {display:inline;margin-left:16px;margin-right:18px;}
}

@media (min-width: 992px) and (max-width: 1199px){
	.container {
		max-width: 100%;
	}
	#site-logo #logo-l {
		width: 200px;
		height: auto;
		transition: all 0.4s;
		margin-right: 20px;
	}
	#header.scrolled #site-logo #logo-l {
	width: 160px;
	height: auto;
}
	#headerNav .nav-link { font-size: 0.7em; }
	#header.scrolled #headerNav .nav-link .fas { 
		font-size: 1em;
	}
}

#footer {
	background: #d6f0fa;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 0;

}

#footer a {
	color: inherit;
}
#footer #logo-l {
	width: 80%;
	height: auto;
}
#footer .text-muted {
	color: #313535!important;
	font-weight: 700;
}
#footer .text-muted .fas { color: inherit; }


#footer a[x-apple-data-detectors],
#footer a[href^="tel"] {
	color: #92a599 !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}







/*--------------------------------------------*/

/*-- card --*/

/*--------------------------------------------*/
.card {
    border: 1px solid rgb(90 161 172 / 20%);
    border-radius: .25rem;
    box-shadow: 0 8px 28px -12px rgb(90 161 172 / 29%);
}
.card-mini {
	font-size: 85%;
	max-width: 600px;
}

.card-info {
	background: #529c9c;
	border: none;
	box-shadow: 0;
}

.card-info .card-title{
	background: rgba(0,0,0,0.1);
    margin: -.75em -.75em 10px -.75em;
    padding: 12px .75em;
    color: #fff;
}

.card-info h5 {
	color: #b6d2d2;
}
.card-info .card-text{
    color: #fff;
	font-size: 0.9em;
}
.card-info .card-footer{
	background: rgba(0,0,0,0.3);
    margin: 10px -.75em -.75em -.75em;
    padding: 12px .75em;
    color: #fff;
	font-size: 0.9em;
}
.card-info .card-footer a { color: #fff;}

	#testimonials .card {
		margin-top: 64px;
	}
/*--------------------------------------------*/

/*-- Section --*/

/*--------------------------------------------*/

section {
	min-height: 100vh;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;

	padding: 60px 0;
}

section.section-alt {
	background-color: #eaeaea;
}

section#home {
	padding: 0;
}
#homeSlide{
	width: 100%;
}
#homeSlide .item{
	width: 100%;
}

#homeSlide .featured-image {
	display: block;
	position: absolute;
	top:0;
	right:0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-size: 48% auto;
	background-repeat: no-repeat;
	background-position: right top;
}

#homeSlide h2 { font-weight: 300; }
#homeSlide ul { font-size: 1.25rem; color: #5f7d7d; }

.owl-theme .owl-dots {
	position: absolute;
	bottom: 20px;
	max-width: 1110px;
	margin: 0 auto;
	left: 10px;
	right: 0;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
	background: #81c49e;
	width: 11px;
	height: 11px;
	line-height: 0;
	border-radius: 99px;
	margin: 0 2px;
	box-shadow: none!important;
	outline: none!important;
	border: none!important;
	opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot:hover span {
	opacity: 0.75;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #81c49e;
	opacity: 1;
}

.owl-stage .container .row {

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	height: 100px;
	min-height: 100vh;
}
.subsection.located {
	background: #459491;
	color: #fff;
	position: relative;
	z-index:1;
	text-align:center;
}
.subsection.located:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #38B6D4 url(../img/map-bandar-mahkota-cheras.JPG) no-repeat center;
	background-size: cover;
	z-index:0;
	opacity: 0.2;
}
.subsection.located h3 {
	color: #fff;
}
.subsection.located .fas {
	color: #fff;
}
.subsection.located .container {
	padding-top: 40px;
	padding-bottom: 26px;
}
section#whyus {
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: auto 90%;
	box-shadow: inset 0 -8px rgba(44, 192, 212, 0.3);
	position: relative;
}

section#whyus:before {
    content: '';
    position: absolute;
    top:0; right: 0;bottom:0; left:0;
    
      background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.99) 45%,
    rgba(255, 255, 255, 0.99) 100%
  );
}

section#testimonials {
}


section#doctors {
	background: #146578;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #146578 0%, #408e74 100%);
	background: -webkit-linear-gradient(45deg, #146578 0%, #408e74 100%);
	background: linear-gradient(45deg, #146578 0%, #408e74 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#146578', endColorstr='#408e74', GradientType=1);
}

section#services {}

#tab-services {
	background: #d7e8e7;
	/* Old browsers */
	background: -moz-linear-gradient(45deg, #87c79c 0%, #16748a 100%);
	background: -webkit-linear-gradient(45deg, #87c79c 0%, #16748a 100%);
	background: linear-gradient(45deg, #87c79c 0%, #16748a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e8e7', endColorstr='#eff7ed', GradientType=1);
	color: #fff;
	max-width: 820px;
	margin: 0 auto;
	border-radius: 4px;
}

#tab-services a {
    font-weight: 700;
	color: inherit;
	text-transform: uppercase;
	line-height: 1.4;
	font-size: 0.85em;
	letter-spacing: 0;
	padding-top: 0.8em;
	padding-bottom: 0.8em;
	position: relative;
	transition: all 0.4s;
}
#tab-services > li:first-child > a {
	border-radius: 4px 0 0 4px;
}
#tab-services > li:last-child > a {
	border-radius: 0 4px 4px 0;
}
#tab-services a.active {
	background: rgba(0, 70, 84, 0.34);
}
#tab-services a:after {
	content: '';
	position: absolute;
	border:8px solid transparent;
	border-top-width: 0;
	top: 100%;
	right: 0;
	left: 0;
	width: 0;
	margin: 0 auto;
	transition: all 0.2s;
}
#tab-services a.active:after {
	border-top-width: 8px;
}
#tab-services > li:nth-child(1) > a.active:after {
	border-top-color: #599882;
}
#tab-services > li:nth-child(2) > a.active:after {
	border-top-color: #4b8b7f;
}
#tab-services > li:nth-child(3) > a.active:after {
	border-top-color: #3e817d;
}
#tab-services > li:nth-child(4) > a.active:after {
	border-top-color: #34797c;
}
#tab-services > li:nth-child(5) > a.active:after {
	border-top-color: #27717a;
}
#tab-services > li:nth-child(6) > a.active:after {
	border-top-color: #186878;
}
#tab-services-content {
	margin-top: 60px;
}

div.card-img-top {
	width: 100%;
	height: 160px;
	background-size: cover;
	background-position: center;
}

div.card-img-right {
    width: 45%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
	border-radius: 0 4px 4px 0;
}

#tab-services-content .card {
	font-size: 0.9em;
	min-height: 320px;
	box-shadow: 10px 10px 30px -4px rgba(0, 0, 0, 0.2);
	transition: all 0.5s;
	transition-delay: 0s;
	border: none;
}
#tab-services-content #s2 .card {
	min-height: 530px;
}
#tab-services-content #s4 .card {min-height: 240px;}

#tab-services-content .card.no-content {
	min-height: 0;
}

#tab-services-content .card.showActive {
	box-shadow: 0 0 0 10px rgba(205, 215, 118, 0.53), 10px 10px 30px -4px rgba(0, 0, 0, 0.2);
	transition-delay: 0.7s;
}

.card-title {
	margin-bottom: .75rem;
	font-size: 1.2em;
	font-weight: bold;
	color: #01719b;
}

.card-text.lead {
	font-size: 1.25em;
	margin-bottom: 0.4em;
}

.card-body {
    padding: 1.2em;
}

.card-body ul {
	margin-left: 0;
	padding-left: 1.8em;
}

.card-body li {
	margin-bottom: 0.6em;
	font-size: 1em;
	font-weight: normal;
}

#service5-1 {
	background-image: url(../img/services/bg-dental-service.jpg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}

#testimonials .avatar {
	margin: -75px auto 10px;
	box-shadow: 0 2px 16px -2px rgb(90 161 172 / 40%), inset 0 0 0 1px rgb(90 161 172 / 20%);
}

.quote-divider {
	color: #67C9A7;
}

#contact {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	min-height: 0;
	padding-bottom: 0;

	background: rgb(72, 160, 205);
	background: -moz-linear-gradient(45deg, rgba(72, 160, 205, 1) 0%, rgba(48, 224, 209, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(72, 160, 205, 1) 0%, rgba(48, 224, 209, 1) 100%);
	background: linear-gradient(45deg, rgba(72, 160, 205, 1) 0%, rgba(48, 224, 209, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48a0cd', endColorstr='#30e0d1', GradientType=1);
	position: relative;
	display: block;
	z-index: 1
}

#contact .row > * {
	vertical-align: top;
}

/*----------------------------------
Contact form
----------------------------------*/
#contact-form {
	transition: all 0.4s;
}

#contact-form-container.submitting  #contact-form {
	opacity: 0.4;
	pointer-events: none;
}

#contact-form-container {
	position: relative;
	min-height: 210px;
}
#contact-form-loading .lds-rolling {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	opacity: 0;
	transition: all 0.4s;
}

#contact-form-loading {
	opacity: 0;
	pointer-events: none;
	transition: all 0.4s;
}
#contact-form-container.submitting #contact-form-loading,
#contact-form-container.submitting #contact-form-loading .lds-rolling {
	opacity: 1;
}

.contact-form-alert {
	background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 40px -4px rgba(0,0,0,0.2);
	padding:20px; 
	color: #01719b; 
	max-width: 100%;
    width: 440px;
    margin: 0 auto;
}

#contact-form-alert-success .checkmark {
	margin-right: 14px;
	vertical-align: middle;
}
#contact-form-alert-error .fas {
    color: #ff0000;
    margin-right: 14px;
    font-size: 2em;
    vertical-align: middle;
}

.contact-form-alert  strong {
	vertical-align: middle;
}
#contact-form-alert-success, 
#contact-form-alert-error {
	display: none;
	opacity: 0;
	transition: all 0.4s;
}
#contact-form-container.submitted.success #contact-form-alert-success {
	display: block;
	visibility: visible;
	opacity: 1;
}
#contact-form-container.submitted.error #contact-form-alert-error {
	display: block;
	visibility: visible;
	opacity: 1;
}
#contact-form-container.submitted #contact-form{
	display: none;
}

/*----------------------------------
Loading animation
----------------------------------*/
@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 66px;
  height: 66px;
  border: 6px solid #ffffff;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 2s linear infinite;
  animation: lds-rolling 2s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}


/*----------------------------------
Checkmark animation
----------------------------------*/
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #7ac142;
  fill: none;
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: inline-block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes scale {
  0%, 100% {
    transform: none;
  }
  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}
@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #7ac142;
  }
}





#location {
	font-family: 'Lato', sans-serif;
}
#location h6 {
	margin-bottom: 0.8em;
}
.tbl-business-hours {
	font-size: 0.9em;
	color: #313535;
}

.tbl-business-hours th {
	width: 60px
}

.tbl-business-hours th {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 0.9em;
    font-weight: normal;
}

.tbl-business-hours td {
	font-family: lato, sans-serif;
}
.business-hour-info {
	margin-top: 0.6em;
	line-height:1.2;
}
#location {
	position: relative;
	display: block;
	padding: 0;
	height: auto;


	min-height: 0;
}

#location a {
	color: #313535;
}

#location .fa,
#location .far,
#location .fas,
#location .fab {
	width: 20px;
	font-size: 20px;
	color:#01719b;
}
#location a.btn-primary, #location a.btn-primary .fab { color: #fff; 
	font-size: inherit;}
.location-details {
	padding-top: 60px;
	padding-bottom: 80px;
}

.subsection.share {
	box-shadow: 0 -8px rgba(23, 116, 146, 0.18);
    position: relative;
    background: rgba(23, 132, 146, 0.77);
}

.subsection.share h3,
.subsection.share p {
	color: #fff;
}

.subsection.share .container {
	padding-top: 24px;
	padding-bottom: 28px;
}

.subsection.share .fab {
	font-size: 1.4em;
	margin-right: 0.2em;
	color: #fff;
}

iframe#gmap {
	border: none;
	text-outline: 0;
	margin: 0;
	padding: 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	min-height: 500px;
	display: block;
	margin: 0;
	z-index: 0;
	pointer-events: none;
}
#gmap-container.active iframe#gmap{pointer-events: auto;}
#gmap-overlay {
	background: #002933;
	background: -webkit-linear-gradient(bottom left, #45654c 0%, #002933 100%);
	background: -o-linear-gradient(bottom left, #45654c 0%, #002933 100%);
	background: linear-gradient(to top right, #45654c 0%, #002933 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45654c', endColorstr='#002933', GradientType=1);
	opacity: 0.85;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;

}








.ri-grid {
	margin: 30px auto 30px;
	position: relative;
	height: auto;
}

.ri-grid ul {
	list-style: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after {
	content: '';
	display: table;
}

.ri-grid ul:after {
	clear: both;
}

.ri-grid ul {
	zoom: 1;
	/* For IE 6/7 (trigger hasLayout) */
}

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

#ri-grid  ul{
	display: block;
	width: 900px;
	height: 450px;
	margin: 0 auto;
}
.ri-grid-loaded ul li {
	width: 25%!important;
	height: 33.33%!important;
}

.ri-grid ul li a {
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background-size: cover;
	background-position: center;
}

/* Grid wrapper sizes */

.ri-grid-size-1 {
	width: 55%;
}

.ri-grid-size-2 {
	width: 100%;
}

.ri-grid-size-3 {
	width: 100%;
	margin-top: 0px;
}

/* Shadow style */

.ri-shadow:after,
.ri-shadow:before {
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}

.ri-shadow:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before {
	display: none;
}

.ri-loading-image {
	display: none;
}

.ri-grid-loading .ri-loading-image {
	position: relative;
	width: 30px;
	height: 30px;
	left: 50%;
	margin: 100px 0 0 -15px;
	display: block;
}









.mfp-close {
	position: absolute;
	right: -34px;
	width: 40px;
	padding: 10px;
	line-height: 1;
	text-align: center;
	top: 30px;
}


.mfp-bg {
	background: #000;
}

.mfp-container {
    overflow-y: scroll;
}

/* 

====== Zoom-out effect ======

*/

.mfp-zoom-out {
	/* start state */
	/* animate in */
	/* animate out */
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	transition: all 0.3s ease-in-out;
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}











.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	width: 100%;
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none;
	/* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

.graphic {
	position: absolute;
	top: 0;
	left: 0;
	fill: none;
}

.icon {
	color: #ddd;
	font-size: 150%;
}




/* Sae */

.input--sae {
	overflow: hidden;
	margin: 0;
	margin-bottom: 16px;
}

.input__field--sae {
	background: transparent;
	width: 100%;
	color: #fff;
	padding: 1em 0 2px;
	font-weight: 500;

	border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
}

.input__label--sae {
	position: absolute;
	width: 100%;
	text-align: left;
	color: #fff;
	padding: 0;
	height: 100%;
	pointer-events: none;
}

.input__label--sae::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

textarea.input__field--sae {
	padding-top: 0;
	margin-top: 1em;
}

.icon--sae {
	position: absolute;
	bottom: 0;
	font-size: 1em;
	opacity: 0.5;
	left: -30px;
	color: #fff;
	pointer-events: none;
	-webkit-transform: translate3d(205px, 0, 0);
	transform: translate3d(205px, 0, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__label-content--sae {
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	vertical-align: bottom;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: translate3d(0, 18px, 0);
	transform: translate3d(0, 18px, 0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

.input__field--sae:focus + .input__label--sae .input__label-content--sae,
.input--filled .input__label-content--sae {
	-webkit-transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
	transform: translate3d(0, 0, 0) scale3d(0.8, 0.8, 1);
}

.input__field--sae:focus + .input__label--sae::after,
.input--filled .input__label--sae::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.input__field--sae:focus + .input__label--sae .icon--sae,
.input--filled .icon--sae {
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
	-webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
	transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
}





.navbar-toggler {

	background: #fff;
	border: 1px solid #a4cc89;
	display: block;
}

.row.no-gutter{margin:0;}
.row.no-gutter>div{padding:0;}

.fullwide{width:100%;height:auto;}


.icon-header {
  display: flex;
  align-items: center; /* Vertically center the items */
  gap: 8px; /* Space between the icon and the text */
  margin-bottom:0.4rem;
}

.icon-header img {
  width: 60px; /* Adjust based on your preferred icon size */
  height: auto;
}

.icon-header h5 {
  margin: 0; /* Remove default margins from the heading */
  color: #529c9c; /* Adjust color as needed */
  font-size: 1.2rem;
}


    .rating-container {
            display: flex;
            flex-direction: column;
            align-items: center;
            font-family: Arial, sans-serif;
            max-width: 200px;
            margin: 20px auto;
        }
        
        .stars {
            display: flex;
            margin-bottom: 10px;
            position: relative;
            z-index: 1;
        }
        .text-center .stars{
            align-items: center;
            justify-content: center;
        }
        .star .fas {
            color: #FFD700;
            font-size: 24px;
            margin: 0 2px;
            /*text-shadow: 0 1px 4px #0090a5;*/
        }
        .stars-sm .star .fas {
            font-size: 14px;
        }
        
        .google-logo {
            margin-top: 5px;
            /*position: relative;*/
            /*z-index: 0;*/
        }
        
        /*.google-logo:before {*/
        /*    content:'';*/
        /*    position: absolute;*/
        /*    top:50%;*/
        /*    right: calc(50% - 16px);*/
        /*    bottom: 50%;*/
        /*    left: calc(50% - 16px);width:32px;*/
        /*    box-shadow: 0 0 40px 30px rgba(255,255,255,0.55), 0 0 80px 30px rgba(255,255,255,0.5), 0 0 80px 30px #91ffdf, 0 0 180px 30px rgba(255,255,255,0.5), 0 0 280px 30px #91ffdf;*/
        /*    z-index: -1;*/
        /*}*/
        
        .google-logo img {
            width: 100px; /* Adjust based on your Google logo image size */
            height: auto;
        }
        
        #homeSlide .video-background {
            position: absolute;
            right: 0;
            top: 80px;
            width: 50%; /* Adjust to control how much of the right side the video covers */
            height: 100%;
            z-index: -1; /* Places video behind content */
        }
        
        #homeSlide .video-background video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }



@media (max-width: 1100px) {
	#home {
		background-position: 180% top;
	}
	#why {
		background-position: 70% bottom;
	}
	.text-white .card {
	min-height: 360px;
}
}
@media(min-width:769px) {
	
	#tab-services-content .btn-tab { display: none; }
	#tab-services-content .collapse { display: block; }
}
@media (max-width: 768px) {
    .mobile-hide {display: none!important;}

    
	section {
    	min-height: 0;
    }
	h1 {
		font-size: 3em;
	}
	.lead {
		font-size: 1.1em;
	}

	.h4, h4 {
		font-size: 1.2rem;
	}
	.h2, h2 {
		font-size: 2em;
	}
	#header .container {
		padding: 0;
	}
	
	#headerNav .fa, #headerNav .fas{font-size: 1.2em;
    width: 30px;
    text-align: center;
	}
	
	#headerNav { padding-left: 0; padding-right: 0; }
	#headerNav  #site-logo {
		margin-left: 15px;
	}
	#headerNav  .navbar-toggler {
		margin-right: 15px;
		 background: #95c892;
		 border: none;
	}
	#headerNav  .navbar-toggler .navbar-toggler-icon{
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-nav .nav-link {
		padding: .8rem 1.5rem;
	}
	.navbar-light .navbar-nav .nav-link.btn-primary {
		padding: 1.2rem 1.5rem;
		border-radius: 0;
		color: #fff;
		font-size: 1.1em;
	}
	.nav-link.btn-primary .fas {
		font-size: 1.1em;
		margin-right: 0.2em;
	}
	
	.quick-contact {
		position: static;
		margin: 0;
		background: #f2f5f2;
		padding: 6px;
		font-weight: normal;
		font-size: 0.9em;
	}
	
	#header.open {
		background: #fff;
		box-shadow: 0 4px 100px -10px #000;
	}
	
	#header.open #headerNav {
		 padding-bottom: 0;
	}
	#homeSlide .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#homeSlide ul { font-size: 1.1em; }
	#homeSlide-logo {width:auto; max-height:60px;}
	#homeSlide .featured-image {
		background-size: auto 64vh;
		background-position: right top;
		height: 80vh;
		/*height: 360px;*/
	}
	.owl-stage .container .row {
		min-height: 0;
		height: auto;
		
	}
	
	#home {
		height: 920px;
	}
	#homeSlide .item {
		height: 920px;
		display: flex;
	}
	
	
    
    #homeSlide .video-background {
            position: absolute;
            right: 0;
            top: 70px;
            width: 100%; /* Adjust to control how much of the right side the video covers */
            height: 360px;
            z-index: -1; /* Places video behind content */
        }
        
        #homeSlide .video-background video {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
	#homeSlide .item .container{
		align-self: flex-end;
		padding-bottom: 36px;
	}
	.owl-theme .owl-dots {
		text-align: center;
		bottom: 15px;
	}

	#tab-services {
		display: none;
	}
	#tab-services-content {
		margin-top: 0;
	}
	#tab-services-content .btn-tab { display: block;
	background: #d7e8e7;
    background: -moz-linear-gradient(45deg, #87c79c 0%, #16748a 100%);
    background: -webkit-linear-gradient(45deg, #87c79c 0%, #16748a 100%);
    background: linear-gradient(45deg, #87c79c 0%, #16748a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7e8e7', endColorstr='#eff7ed', GradientType=1);
    color: #fff;
	width: 100%;
    max-width: 100%;
    margin: 3px auto;
    border-radius: 4px;
	border: none;
	position: relative;
	}
	#tab-services-content .btn-tab .plus-sign {
		color: #fff;
		font-size: 2em;
		line-height: 44px;
		font-weight: 100;
		position: absolute;
		top: 0;
		right: 12px;
		bottom: 0;
		vertical-align: top;
		transition: all 0.4s;
	}
	
	#tab-services-content .btn-tab.active .plus-sign {
		transform: rotate(45deg);
	}
	
	#tab-services-content .tab-pane {
		display: block!important;
		opacity: 1!important;
	}
	
	#tab-services-content .card,
	#tab-services-content .card.no-content,
	#tab-services-content #s2 .card,
	#tab-services-content #s4 .card{
		min-height: 100px;
		position:relative;
		margin: 10px 0;
	}
	#tab-services-content div.card-img-top,
	#tab-services-content div.card-img-right {
		position:absolute;
		width: 120px;
		top: 0;
		right: auto;
		bottom: 0;
		left: 0;
		height: auto;
		border-radius: .25rem 0 0 .25rem;
	}
	#tab-services-content #service2-3 div.card-img-top {
		display: none;
	}
	
	#tab-services-content div.card-body{
		padding-left: 130px;
	}
	#tab-services-content #service2-3 div.card-body,
	#tab-services-content #service6-1 div.card-body,
	#tab-services-content #service5-1 div.card-body 	{
		padding: 0.75em;
	}
	#tab-services-content #service5-1 {
		background: #fff!important;
	}
	#tab-services-content .card-title {
		margin-bottom: 0.3rem;
	}
	
	#testimonials .card {
		min-height: 0;
		margin-top: 100px;
	}
	
	section#whyus {
		padding-bottom: 340px;
		background-size: 180% auto;
		background-position: left bottom;
	}
	#contact-form-container{
	    min-height: 320px;
	}
	.contact-form-alert {
		padding: 20px 14px;
		font-size: 0.9em;
	}
	.checkmark {
		width: 30px;
		height: 30px;
	}
	#clients .card {
		margin-top: 80px;
	}

	#ri-grid { margin-bottom: 0;}
	#ri-grid  ul{
		display: block;
		width: 300px;
		height: 400px;
		margin: 0 auto;
		overflow: hidden;
	}
	.ri-grid-loaded ul li {
		width: 50%!important;
		height: 25%!important;
	}
	
	.shop-photo {
		width: 100%!important;
		margin-bottom: 20px;
	}
	
	#footer {
		position: static;
	}
	#footer .float-left,#footer .float-right{
		float: none!important;
		clear: both;
		display: block;
	}
	#footer .float-right{
		margin-top: 30px;
	}
	
	  .service-icons.row.text-center .col-sm-2 {
    width: 33.33%;  /* Make each service take up half the row width */
    float: left;
    padding: 10px 10px 0;
    margin-bottom: 0;
  }
	section#whyus:before{content:none!important;opacity:0!important;}
  
  .service-icons.row.text-center .col-sm-1 {
    display: none;  /* Hide the spacer columns on mobile */
  }
  
  .service-icons.row.text-center img {
    max-width: 100%;
    height: auto;
  }
  
  .service-icons.row.text-center p {
    font-size: 12px;  /* Smaller font for mobile */
    margin-top: 8px;
    height: 40px;  /* Fixed height for text to maintain alignment */
  }
}
/*-- ipad potrait --*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { 
section {
	min-height: 0;
	
}
	.col-ip-3 {
		width: 25%;
		max-width: 25%;
		flex: 0 0 25%;
	}
	.col-ip-4 {
		width: 33.33%;
		max-width: 33.33%;
		flex: 0 0 33.33%;
	}
	.col-ip-6 {
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.col-ip-12 {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	#homeSlide .featured-image {
		background-size: auto 55%;
		height: 90vh;
	}
	#service2-3 img.rounded {
		height:100px;
		width: auto;
	}
	#ri-grid  ul{
		display: block;
		width: 600px;
		height: 600px;
		margin: 0 auto;
		overflow: hidden;
	}
	section#whyus {
		padding-bottom: 340px;
		background-size: 100% auto;
		background-position: left bottom;
	}
	section#whyus:before{content:none!important;opacity:0!important;}
	
}
/* ----------- iPad Pro ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}

/* Landscape */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {

	#home {
		background-position: 180% top;
	}
	#why {
		background-position: 70% bottom;
	}
}


/* Portrait */

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {

	h1 {
		font-size: 3.4em;
	}
	#home {
		background-position: 500% top;
		background-size: auto 70%;
	}
	#why {
		background-position: 50% bottom;
		background-size: auto 80%;
	}
}

#fb-msg{    position: fixed;
    display: block;
    width: 50px;
    height: 50px;
    right: 20px;
    bottom: 20px;
	transition: all 0.2s;transform: scale(1);
	z-index: 100;
	}
	
#fb-msg:hover{
	transform: scale(1.1);
}







/*
#ft-service{display:none;}
#ft-service{min-height: auto;}
#ft-service .owl-carousel img,
*/

#ft-service .item img{
    width: auto;
    margin: 30px auto;
    box-shadow: 0 6px 32px -12px #a7d9d7, 0 16px 48px -12px #d5dc96;
    border-radius: 10px;
    border: 5px solid #fff;
}
/*
#ft-service .owl-dots {bottom:0;}
#ft-service .owl-carousel .owl-prev,
#ft-service .owl-carousel .owl-next{
position: absolute;
    left: 0;
    right: auto;
    top: 40%;
    width: 50px;
    height: 50px;
    line-height: 45px;
    vertical-align: top;
    font-size: 30px;
    border-radius: 999px;
    text-align: center;
    background: #64a3a0;
}
#ft-service .owl-carousel .owl-next {left:auto;right:0;}
#ft-service .owl-carousel .owl-prev i.fas,
#ft-service .owl-carousel .owl-next i.fas{color:#fff;}
#ft-service .owl-carousel .owl-prev:hover,
#ft-service .owl-carousel .owl-next:hover{background: #4b8a87;}
*/
@media only screen and (max-width: 920px) {
    section#ft-service {padding:15px 0;}
    section#ft-service .container {padding:0;}
    section#ft-service .item img {
        margin: 15px auto;
        width: 100%;
        box-shadow: 0 0 20px -5px #9ebbb9, 0 5px 10px -5px #dee0c9;
    }
}
