@media (max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
	.p-5 {
		padding: 1rem !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

:focus {
	outline: none !important;
}
::-webkit-scrollbar-track {
	background-color: #e9edf0;
	border-left: 1px solid #ededed;
}
::-webkit-scrollbar {
	width: 7px;
	background-color: #00008e;
}
::-webkit-scrollbar-thumb {
	background: #00008e;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
html {
	scroll-behavior: smooth;
	scroll-padding: 80px 0px 0px 80px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "Barlow", sans-serif;
	font-size: 18px;
	color: #555;
	display: flex;
	background-color: #f3f4f8;
	flex-direction: column;
	min-height: 100vh;
}
a,
a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}
.main-container {
	flex-grow: 1;
}
#footer {
	flex-shrink: 0;
	background: #555;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
.stretch-card {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-justify-content: stretch;
	justify-content: stretch;
}
.match-height > [class*="col"] {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-ms-flex-flow: column;
	flex-flow: column;
}
.match-height > [class*="col"] > .card {
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.b-shadow {
	box-shadow: 5px 5px 15px rgb(0 0 0 / 0.1);
	border: 1px solid rgb(0 0 0 / 0.1);
	transition: all 150ms;
}

a.card.b-shadow:hover {
	box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
	transition: all 150ms;
}
img {
	width: 100%;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
}
.inner-section {
	position: relative;
	z-index: 9;
}
.paralax-fixed {
	background-attachment: fixed;
	background-position: 100% 0;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.1;
}
.bg-light-gray {
	background-color: #f9f9f9;
}
.b-shadow {
	box-shadow: 15px 15px 35px rgb(0 0 0 / 0.3);
	transition: all 150ms;
}
.b-radius {
	border-radius: 25px;
}
a.card.b-shadow:hover {
	box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
	transition: all 150ms;
}
.card.animated:hover {
	box-shadow: 0px 0px 2px rgb(0 0 0 / 30%);
	transition: all 150ms;
}
.card.animated:hover img {
	transform: scale(1.2);
	transition: all 150ms;
}
.card.animated img {
	transform: scale(1);
	transition: all 150ms;
}
#home::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.main-slider-paralax {
	height: calc(100vh - 100px);
	background-attachment: fixed;
	background-position: top;
	background-size: cover;
	width: 100%;
}
.slider-wrapper {
	position: absolute;
	height: auto;
	width: 40%;
	left: 12%;
	display: flex;
	justify-content: start;
	z-index: 2;
	align-items: center;
	bottom: 50px;
}
.slider-text-wrapper {
	padding: 50px 30px;
	animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
	background: rgb(255 255 255 / 13%);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(50px);
	text-shadow: 1px 1px #fff;
}
a.brand-logo {
	width: 80px;
	text-decoration: none;
	margin-right: 20px;
}
.service-logo {
	height: 50px;
	width: auto;
}
a.brand-service {
	width: 160px;
}

.nav-item a {
	color: #555;
	line-height: 11px;
}
li.nav-item {
	padding: 0 15px;
}
nav.navbar.fixed-top {
	min-height: 120px;
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0.2);
	transition: all 250ms;
}
nav.navbar.sec-menu {
	background: #fff;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0.2);
	transition: all 250ms;
}
nav.navbar.fixed-top.sec-menu {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 99;
	box-shadow: 0px 10px 20px 0px rgb(79 35 35 / 8%);
	animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
	background: hsl(0deg 0% 100% / 70%);
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
	transition: all 250ms;
}
.fixed-top.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
}
.sec-menu .navbar-nav .nav-link {
	color: #212622;
}
.navbar-light .navbar-nav .nav-link {
	color: rgb(255 255 255 / 70%);
}
.btn-appointment {
	color: #fff;
	background-color: #ff7468;
	border-color: #ff7468;
	box-shadow: 0px 25px 50px 0px rgb(255 116 104 / 45%);
	transition: all 150ms;
}
.btn-appointment:hover {
	color: #fff;
	background-color: #f64f40;
	border-color: #f64f40;
	box-shadow: 0px 10px 10px 0px rgb(255 116 104 / 45%);
	transition: all 150ms;
}
.title_tag_line {
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 18px;
	color: #ff7468;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-left: 38px;
	z-index: 1;
}
.title_tag_line:before {
	position: absolute;
	left: -40px;
	top: 7px;
	width: 30px;
	height: 2px;
	background-color: #ff7468;
	content: "";
}
.counter-box {
	position: relative;
	display: block;
	border: 5px solid #61698b;
	padding: 11px 41px 31px;
	border-right: none;
}
.counter-box::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	height: 63px;
	width: 5px;
	background-color: #61698b;
}
.counter-box::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	height: 63px;
	width: 5px;
	background-color: #61698b;
}
.counter-year span {
	font-size: 172px;
	color: #f7a60c;
}
.bg_1 {
	position: absolute;
	left: 95px;
	top: 20px;
	z-index: -1;
}

.testimonial-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 83%;
	background-color: #007aef;
	padding: 35px 30px;
	border-radius: 15px;
	margin: 0 auto;
}
.testimonial-wrapper:before {
	content: "";
	position: absolute;
	left: 95px;
	bottom: -10px;
	width: 40px;
	height: 10px;
	border-top: 11px solid #007aef;
	border-left: 22.5px solid transparent;
	border-right: 22.5px solid transparent;
}

a#toTop {
	position: fixed;
	bottom: 50px;
	right: 50px;
	background: #fff;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.socials {
	display: flex;
	/* justify-content: center;
	align-items: center; */
}
.socials a i {
	transition: all 150ms;
	transform: scale(0.9);
	font-size: 35px;
}
.socials a:hover i {
	transition: all 150ms;
	transform: scale(1.1);
}
.socials a {
	overflow: hidden;
	font-size: 35px;
	border: 1px solid #cdd3db;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	box-shadow: 0px 0px 155px transparent;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	transition: background-color, all 150ms;
}
.socials a:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 1px rgb(0 0 0 / 50%);
}
.socials a.yelp {
	color: rgb(255 26 26);
}
.socials a.facebook {
	color: rgb(59 89 152);
}
.socials a.twitter img {
	transform: scale(0.6);
	color: rgb(15 20 25);
}
.socials a.instagram {
	color: rgb(225 48 108);
}
.socials a:hover.yelp {
	color: #fff;
	background-color: rgb(255 26 26);
	box-shadow: 0px 0px 20px rgb(255 26 26 / 40%);
}
.socials a:hover.facebook {
	color: #fff;
	background-color: rgb(59 89 152);
	box-shadow: 0px 0px 20px rgb(59 89 152 / 40%);
}
.socials a:hover.twitter {
	color: #fff;
	background-color: rgb(15 20 25);
	box-shadow: 0px 0px 20px rgb(15 20 25 / 40%);
}
.socials a:hover.twitter img {
	filter: invert(100%) sepia(0) brightness(100%) contrast(100%);
	transition: filter, all 150ms;
	transform: scale(0.7);
}
.socials a:hover.instagram {
	color: #fff;
	background-color: rgb(225 48 108);
	box-shadow: 0px 0px 20px rgb(225 48 108 / 40%);
}
/* twitter
facebook
instagram */
.text-orange {
	color: #f7a60c !important;
}
.text-red {
	color: #ff7468 !important;
}
.bg-orange {
	color: #f7a60c !important;
}
.bg-red {
	color: #ff7468 !important;
}
.main-carousel .owl-dots {
	position: absolute;
	bottom: 20px;
	display: flex;
	justify-content: center;
	width: 100%;
}
.main-carousel .owl-carousel.owl-loaded {
	position: relative;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-carousel .owl-nav:hover button.owl-prev {
	background: #ff7468 !important;
	box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
	opacity: 1;
	left: 100px;
	transform: scale(1);
	transition: all 250ms;
}
.main-carousel .owl-nav:hover button.owl-next {
	background: #ff7468 !important;
	box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
	opacity: 1;
	right: 100px;
	transform: scale(1);
	transition: all 250ms;
}
.main-carousel .owl-nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all 250ms;
}

.main-carousel .owl-nav button.owl-prev,
.main-carousel .owl-nav button.owl-next {
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
}
.main-carousel .owl-nav button.owl-prev span,
.main-carousel .owl-nav button.owl-next span {
	line-height: 113px;
	font-size: 80px;
	margin-top: -15px;
}
.main-carousel button.owl-prev {
	position: absolute;
	opacity: 0.2;
	left: 50px;
	transform: scale(0.8);
	background: transparent;
	transition: all 250ms;
}
.main-carousel button.owl-next {
	position: absolute;
	opacity: 0.2;
	right: 50px;
	transform: scale(0.8);
	background: transparent;
	transition: all 250ms;
}
.main-carousel .owl-dots .owl-dot span,
.main-carousel .owl-dots .owl-dot:hover span {
	width: 15px;
	height: 15px;
	margin: 4px 8px;
	background: #ff7468;
	box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
	display: block;
	transition: opacity 200ms ease;
	border-radius: 35px;
	z-index: 9;
	transition: all 150ms;
}
.main-carousel .owl-dots .owl-dot.active span {
	background: #00008e;
	width: 70px;
	box-shadow: 5px 5px 15px rgb(0 0 142 / 30%);
	transition: all 150ms;
}
/* testimonial-wrapper */
.yelp-videos-user-root-container {
	display: none;
}
.testimonial-carousel .owl-nav {
	position: absolute;
	top: 30%;
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	transition: all 250ms;
}

.testimonial-carousel .owl-nav button.owl-prev,
.testimonial-carousel .owl-nav button.owl-next {
	background: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50% !important;
	overflow: hidden;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
}
.testimonial-carousel .owl-nav button.owl-prev span,
.testimonial-carousel .owl-nav button.owl-next span {
	line-height: 113px;
	font-size: 80px;
	margin-top: -15px;
}
.testimonial-carousel button.owl-prev {
	position: absolute;
	opacity: 0.4;
	left: 0px;
	transform: scale(0.7);
	background: transparent;
	transition: all 250ms;
}
.testimonial-carousel button.owl-next {
	position: absolute;
	opacity: 0.4;
	right: 0px;
	transform: scale(0.7);
	background: transparent;
	transition: all 250ms;
}
.testimonial-carousel .owl-nav:hover button.owl-prev {
	background: #fff !important;
	color: #555;
	box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
	opacity: 1;
	transform: scale(0.8);
	transition: all 250ms;
}
.testimonial-carousel .owl-nav:hover button.owl-next {
	background: #fff !important;
	color: #555;
	box-shadow: 5px 5px 15px rgb(255 116 104 / 30%);
	opacity: 1;
	transform: scale(0.8);
	transition: all 250ms;
}
.testimonial-carousel .owl-dots {
	display: none;
}
.a-plus-icon {
	color: #005f86;
	background-color: #e5e7e5;
	border-radius: 0.35rem;
	display: inline-flex;
	flex-direction: column;
	font-weight: 500;
	justify-content: center;
	min-width: 70px;
	height: 70px;
	padding: 15px;
	text-align: center;
}
@media (max-width: 1350px) {
	.slider-wrapper {
		width: 40%;
		left: 15%;
	}
}

@media (max-width: 1180px) {
	.slider-wrapper {
		width: 40%;
		left: 18%;
	}
}

@media (max-width: 768px) {
	.slider-wrapper {
		width: 100%;
		height: auto;
		left: 0%;
		bottom: 60px;
	}
	.slider-text-wrapper {
		padding: 30px 20px;
	}
}
@media (max-width: 685px) {
	.slider-wrapper {
		width: 100%;
		height: auto;
		left: 0%;
		bottom: 60px;
	}
	.slider-text-wrapper {
		padding: 20px 10px;
	}
}
