@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&display=swap');
:root {
  --primary-font: 'Montserrat', sans-serif;
  --primary-color: #6ae1e3;
  --primary-lt-color: #e6fffb;
  --primary-d-color: #49c5c7;
  --secondary-color: #F54143;
  --secondary-lt-color: #ffc4e4;
  --secondary-alt-color: #ffe5f3;
  --secondary-d-color: #e04a9c;
  --white-color: #fff;
  --black-color: #000;
  --grey-color: #444;
  --lt-grey-color: #f3f3f3;
  --font-color: #0c2539;
  --font-awesome: "Font Awesome 5 Pro";
  --bdr-10-radius: 10px;
  --bdr-20-radius: 20px;
  --bdr-30-radius: 30px;
}
body {
  font-family: var(--primary-font);
  font-size: 15px;
  line-height: 1.42857143;
  color: var(--black-color);
}
h1, h2, h3, h4, h5, h6 {
  font-family: var(--primary-font);
}
p {
  color: var(--black-color);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
a, a:hover, a:focus, a:active {
  text-decoration: none;
}
a:focus, a:active {
  outline: none;
}
.topbar {
  background: #001d4c;
  padding: 0px;
  height: 48px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: -2;
}
@media only screen and (min-width:1200px) {
  .topbar::before {
    content: " ";
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    width: 36%;
    background-color: #fff;
  }
}
@media (min-width: 1025px) {
  .topbar::before {
    right: 80%;
  }
}
.topbar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media only screen and (min-width:1200px) {
  .topbar-content {
    margin-left: 360px;
  }
}
.sticky .topbar {
  display: none;
}
.top-menu, .social-list {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: none;
  gap: 10px;
  font-size: 15px;
}
.top-menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width:1400px) {
  .top-menu, .social-list {
    display: flex;
    justify-content: space-between;
    width: auto;
    align-items: center;
  }
}
.top-menu a, .social-list a {
  color: #fff;
}
.social-list a.appointment {
  color: var(--white-color);
  background: var(--secondary-color);
  height: 32px;
  line-height: 32px;
  display: block;
  padding: 0px 20px;
  margin-left: 15px;
  border-radius: 30px;
}
.social-list a i {
  height: 25px;
  width: 25px;
  line-height: 25px;
  border-radius: 25px;
  text-align: center;
  color: var(--white-color);
  font-size: 13px;
}
.box {
  margin-bottom: 30px;
}
.hero-banner {
  position: relative;
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#myCarousel .carousel-item {
  display: flex;
}
#myCarousel .carousel-item img {
  position: absolute;
}
#myCarousel h4 {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--white-color);
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#myCarousel .container {
  position: relative;
}
#myCarousel strong {
  font-size: 32px;
  margin-bottom: 15px;
  display: block;
  color: var(--white-color);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--white-color);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#myCarousel .carousel-item a {
  background: var(--secondary-color);
  font-size: 16px;
  color: var(--white-color);
  padding: 12px 45px;
  display: inline-block;
  border-radius: 6px;
  border: 1px solid var(--secondary-color);
  transition: 0.3s all;
}
#myCarousel .carousel-item a:hover {
  background: var(--font-color);
  color: var(--primary-color);
  text-decoration: none;
  border: 1px solid var(--font-color);
}
#myCarousel .carousel-item strong, #myCarousel .carousel-item h4, #myCarousel .carousel-item p, #myCarousel .carousel-item a {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel strong {
  -webkit-animation-duration: 1s;
  animation-duration: 1.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
#myCarousel .carousel-item {
  height: 100%;
  min-height: 550px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-duration: .6s;
  transition-duration: .6s;
  -webkit-transition-property: opacity;
  transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
  opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
  .carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
  }
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.section {
  position: relative;
  padding: 75px 0;
}
.section-demo, .section-hover-transitions, .section-dropdown-menu {
  overflow: hidden;
}
.division-section {
  background: #fff;
}
.section-whatsnew > .container {
  position: relative;
  z-index: 1;
}
.section-whatsnew:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 40vw solid #80d4f9;
  border-left: 100vw solid transparent;
  opacity: 0.12;
  z-index: 0;
}
.hero-banner-main {
  background-color: #283593;
  background-image: url('../demo/images/landingpage-header.jpg');
  background-attachment: fixed;
  padding: 60px 0 80px;
  overflow-x: hidden;
  overflow-y: auto;
}
.hero-banner-main:after {
  display: none;
}
.hero-main-img {
  position: relative;
  left: -15%;
  margin-bottom: 50px;
}
.hero-banner-main .button.btn-color-1 a {
  background: #202020;
}
.hero-main-img-inner img {
  width: 100%;
}
.section-about {
  padding:0px;
	background: -webkit-linear-gradient(bottom, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(bottom, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to top, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
}.section-about-2{
	background: -webkit-linear-gradient(bottom, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(bottom, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to top, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
}
.about-img {
  position: relative;
  z-index: 1
}
.about-pic {
	position: relative;
	z-index: 1;
	padding: 10px;
	border-radius: 5px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.about-pic img {
	width: 100%;
}
@media only screen and (min-width:1200px) {
  .about-img {
    transform: translateY(-20%);
  }
}
.about-img img {
  width: 100%;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.about-img:before {
  content: "";
  background: url("../images/about-shape.png");
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
}
.about-img:after {
  content: "";
  background: url("../images/about-shape.png");
  width: 220px;
  height: 220px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 0;
}
.subtitle {
  color: var(--secondary-color);
  font-weight: 600;
  font-size: 18px;
	position: relative;
	padding: 0 0 0 30px;
}
.subtitle::before {
	content: "";
	height: 2px;
	width: 25px;
	position: absolute;
	background: #f63c25;
	top: 8px;
	left: 0px;
}
.text-center .subtitle {
	padding: 0px;
}
.text-center .subtitle::before {
	content: "";
	height: 2px;
	width: 25px;
	position: absolute;
	top: 10px;
	left: auto;
	right: calc(100% + 20px);
	background: -webkit-linear-gradient(right, #f63c25, transparent 130%);
	background: -o-linear-gradient(right, #f63c25, transparent 130%);
	background: linear-gradient(to left, #f63c25, transparent 130%);
}
.text-center .subtitle::after {
	content: "";
	height: 2px;
	width: 25px;
	position: absolute;
	top: 8px;
	left: calc(100% + 20px);
	background: -webkit-linear-gradient(left, var(--secondary-color), transparent 130%);
	background: -o-linear-gradient(left, var(--secondary-color), transparent 130%);
	background: linear-gradient(to right, var(--secondary-color), transparent 130%);
}
.title {
  color: var(--black-color);
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 10px;
  position: relative;
	display: block;
}
.white-color .title{
	color: var(--white-color);
}
p, ul {
  font-size: 18px;
  line-height: 28px;
}
.about-content {
  padding: 60px 30px;
  display: block;
}
.about-content ul {
  margin: 0px;
  padding: 0px;
}
.about-content li::before {
  content: '\f058';
  font-weight: 600;
  font-family: var(--font-awesome);
  padding: 0 5px 0 0;
  color: #61a043;
}

.service-slide {
  margin: 10px;
	padding: 0px!important;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
	border-radius: 10px;
}
.service-slide .service-img {
  position: relative;
  overflow: hidden;
	margin: 25px!important;
}
.service-slide .service-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}
.service-slide:hover .service-img img {
  transform: scale(1.1, 1.1);
}
.service-slide .service-img:before {
	content: ' ';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	background: -webkit-linear-gradient(left, #0052D4, #65C7F7, #9CECFB);
	background: -o-linear-gradient(left, #0052D4, #65C7F7, #9CECFB);
	background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);

	transition: all 0.50s linear;
	z-index: 1;
}
.service-slide:hover .service-img:before {
  opacity: 0.3;
  text-decoration: none;
}
.service-slide .service-content {
	padding: 0 25px 25px!important;
  position: relative;
  z-index: 1;
  text-align: center;
}
.service-slide .service-content::before {
	position: absolute;
	width: 80%;
	height: 5px;
	background: var(--secondary-color);
	content: "";
	bottom: 0px;
	left: 10%;
	border-radius: 5px 5px 0 0;
	transition: all 0.3s ease 0s;
}
.service-slide:hover .service-content::before{
	height: 10px;
	
}
.service-slide .service-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 22px;
}
.service-slide .service-title {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  transition: all 0.3s ease 0s;
  margin-bottom: 0px;
}
.service-slide .service-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.service-slide .service-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
  display: inline-block;
}
.service-slide .read-more {
  padding: 10px 30px;
  margin-bottom: 10px;
  display: inline-block;
  font-size: 15px;
  background: var(--secondary-color);
  color: var(--white-color);
  box-shadow: 0px 10px 20px -10px var(--secondary-color);
  border-radius: 25px;
  transition: 0.3s all;
}
.service-slide:hover .read-more {
  background: var(--secondary-d-color);
  text-decoration: none;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev, .owl-controls .owl-buttons .owl-next {
  background: #f1f1f1;
  position: absolute;
  top: 50%;
  left: 0px;
  right: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  transform: translateY(-50%);
  border-radius: 50px;
  transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next {
  right: 0px;
  left: auto;
}
.owl-controls .owl-buttons .owl-prev:after, .owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: var(--font-awesome);
  color: #333;
  font-size: 30px;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width:1280px) {
  .service-slide .service-content {
    padding: 0px 15px 25px 15px;
  }
}
.section-cta{
	background: #F4F1F4;
}
.section-cta .title{
	font-size: 3cqi;
	line-height: 3.2cqi;
	display: block;
	text-align: center;
}
.section-cta .col-lg-6 .title{
	font-size: 3cqi;
	line-height: 4cqi!important;
	display: block;
	text-align: left;
}
.home-cta{
	display: flex;
	padding: 0px;
	margin: 0px 0 25px 0;
	flex-direction: column;
	list-style: none;
	gap:25px;
	align-items: center;
	    justify-content: center;
}
.home-cta li{
	display: flex;
	flex-direction: column;
	text-align: center;
	align-content: center;
    align-items: center;
	gap:25px;
}
.home-cta li span{
	height: 60px;
    width: 60px;
    line-height: 60px;
	text-align: center;
    color: #fff;
    border-radius: 60px;
    background: var(--secondary-color);
	font-weight: 700;
	font-size: 28px;
}
.home-cta li p{
	font-size: 18px;
	color: var(--font-color);
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	text-align: center;
}
.home-cta li a{
	color: var(--font-color);
	font-size: 28px;
	display: block;
	font-weight: 700;
}
@media only screen and (min-width:991px) {

.home-cta li{
	text-align: left;
}

}
.about-btn {
  background: var(--secondary-color);
  padding: 10px 35px;
  border-radius: 6px;
  border: 1px solid var(--secondary-color);
  color: var(--white-color);
  transition: 0.3s all;
  display: inline-block;
  margin-top: 12px;
}
.about-btn:hover {
  background: var(--white-color);
  color: var(--secondary-color);
}
.about-link{
  color: var(--secondary-color);
  transition: 0.3s all;
  margin-top: 12px;
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    padding:0 0 0 22px;
}
.blog-box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  transition: 0.3s all;
  border-radius: var(--bdr-10-radius);
  overflow: hidden;
  margin-bottom: 25px;
}
.blog-box:hover {
  transform: translateY(-10px);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blog-img {
  width: 100%;
  position: relative;
  display: block;
}
.blog-img img {
  width: 100%;
}
.blog-img .blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background: var(--secondary-color);
  padding: 7px 15px;
  color: var(--white-color);
  font-size: 14px;
	border-radius:5px;
}
.blog-content {
  padding: 30px 20px 20px;
}
.blog-title, .blog-title:hover {
  display: block;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--black-color);
}
.blog-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-link, .blog-link:hover {
  color: var(--secondary-color);
  position: relative;
  padding: 0 0 10px 0;
  font-size: 18px;
  transition: 0.3s all;
}
.blog-box .blog-link:before {
  background: var(--secondary-color);
  height: 3px;
  width: 100%;
  content: ' ';
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.3s all;
}
.blog-box:hover .blog-link:before {
  width: 10px;
}
.testimonial-section {
	background: -webkit-linear-gradient(top, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(top, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(to bottom, rgb(242, 238, 242) 0%, rgb(255, 255, 255) 100%);
}
.testimonial-slide .testimonial-content {
  padding: 30px;
  position: relative;
  background: var(--white-color);
  border-radius: var(--bdr-10-radius);
}
.testimonial-slide .testimonial-title {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  display: block;
  transition: all 0.3s ease 0s;
}
.testimonial-rating {
  margin-bottom: 15px;
}
.testimonial-rating i[class$="star"] {
  color: #fec029;
}
.testimonial-slide .testimonial-content p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
footer {
  background: #f2eef2;
  background-position: right top;
  background-size: contain;
  background-repeat: no-repeat;
	display: block;
}
.footer-content {
  padding: 20px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.footer-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
  flex-direction: row;
  gap: 15px;
}
.footer-logo img {
  max-width: 300px;
  height: auto;
	margin-bottom: 15px;
}
.footer-column p {
  color: var(--white-color);
  line-height: 20px;
}
.footer-call {
  padding: 10px 20px;
  margin: 15px 0;
  background: #4a8f8e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  align-content: center;
  gap: 20px;
  width: auto;
  float: left;
}
.footer-call-content {
  color: var(--white-color);
  display: flex;
  flex-direction: column;
}
.footer-column .footer-heading {
  color: var(--white-color);
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 24px;
}
.footer-menu, .footer-contact {
  margin: 0px;
  padding: 0px;
  display: flex;
  gap: 10px;
}
.footer-contact strong {
  display: block;
}
.footer-menu a {
  color: var(--black-color);
  position: relative;
  padding: 0px;
  transition: 0.3s all;
  font-size: 17px;
}
.footer-menu a:before {
  content: '\f0da';
  font-family: var(--font-awesome);
  padding: 0 5px 0 0;
  color: var(--secondary-color);
}
.footer-menu a:hover {
  padding: 0px;
  color: var(--secondary-color);
}
.footer-contact li {
  color: var(--white-color);
  position: relative;
  transition: 0.3s all;
  font-size: 17px;
}
.footer-contact li i {
  position: absolute;
  left: 0px;
  top: 3px;
  color: var(--primary-color);
}
.footer-contact li a {
  display: block;
  color: var(--white-color);
  transition: 0.3s all;
}
.footer-contact li a:hover {
  color: var(--primary-color);
}

.footer-bottom {
  background: #e6e0e6;
  height: auto;
	padding: 10px 0;
}
@media only screen and (min-width:1200px) {
.footer-row {
  display: flex;
  color: var(--black-color);
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row;
}
.footer-bottom {
  background: #e6e0e6;
  height: auto;
  line-height: 48px;
	padding: 0px;
}
}
.footer-row a {
  color: var(--black-color);
  font-weight: bold;
}
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  z-index: 9999;
  border-radius: 42px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  background: var(--secondary-color);
  color: var(--white-color);
  text-align: center;
}
.back-to-top:hover {
  opacity: 0.7;
  color: var(--black-color);
}
/*Breadcrumb*/
.breadcrumb-section {
  padding: 20px 0;
  background: #f0f5f9;
}
.breadcrumb-section h1 {
  font-size: 26px;
  font-weight: 700;
  color: var(--secondary-color);
}
.breadcrumb {}
.breadcrumb .breadcrumb-item a {
  color: var(--secondary-color);
  font-weight: bold;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: var(--font-awesome);
  color: var(--secondary-color);
  content: "\f324";
}
.booking-bg, .contact-bg {
  background: #f0f5f9;
  padding: 30px;
}
.contact-padding {
  padding: 30px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contact-content {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-content li {
  color: var(--font-color);
  position: relative;
  padding: 0 0 20px 0;
  transition: 0.3s all;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
.contact-content li strong {
  display: block;
  font-size: 24px;
}
.contact-content li {
  font-size: 18px;
}
.contact-content li + li {
  border-top: 1px dashed #42bfbf;
  padding-top: 20px;
}
.contact-content li i {
  background: var(--secondary-color);
  color: #f0f5f9;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  flex: 0 0 50px;
}
.contact-content li a {
  display: block;
  color: var(--font-color);
  transition: 0.3s all;
}
.contact-content li a:hover {
  color: var(--secondary-color);
}
.sidebar {
  padding: 0px;
  background: #f7f7f7;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
}
.sidebar-title {
  background: var(--secondary-color);
  padding: 10px 20px;
  color: var(--white-color);
  font-size: 22px;
  font-weight: bold;
}
.blog-sidebar {
  padding: 15px 20px 0;
}
.blog-sidebar ul {
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
.blog-sidebar ul li {
  display: flex;
  column-gap: 15px;
  align-items: center;
  padding-bottom: 15px;
}
.blog-sidebar ul li .side-blog-content {
  width: calc(100% - 115px);
  flex: 0 0 calc(100% - 115px);
}
.blog-sidebar ul li .blog-thumb {
  width: 100px;
  flex: 0 0 100px;
}
.blog-sidebar ul li h3 {
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: var(--font-color);
  font-weight: bold;
}
.blog-sidebar ul li p {
  font-size: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
}
.blog-sidebar ul li + li {
  padding-top: 15px;
  border-top: 1px dashed var(--primary-color);
}
.blog-calender {
  color: var(--secondary-color);
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.blog-descp {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background: rgb(255, 255, 255);
    padding: 20px;
}
.blog-descp .blog-title {
  color: var(--font-color);
}
.blog-descp p {
  margin: 0px;
  padding: 0px;
}
.blog-descp ul {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.blog-descp li {
  position: relative;
  padding: 0px;
}
.blog-descp li:before {
  content: '\f058';
  font-weight: 800;
  font-family: var(--font-awesome);
  padding: 0 5px 0 0;
  color: var(--secondary-color);
}
.blog-descp p + p, .blog-descp p + ul, .blog-descp p + h3 {
  margin-top: 15px;
}
.category {
  position: relative;
  display: block;
  background-color: #f7f7f7;
	padding: 15px;
}
.category-title {
  font-size: 20px;
  color: #001d4c;
  line-height: 20px;
  display: block;
  padding: 10px 20px;
	border-left: 3px solid var(--secondary-color);
	margin-bottom: 15px;
}
.category-list {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
}
.category-list li {
  position: relative;
  display: block;
	padding: 0px;
	margin: 0px;
}
.category-list li + li {
  margin-top: 10px;
}
.category-list li a {
  color: var(--black-color);
  font-size: 17px;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: block;
  padding: 10px;
  z-index: 1;
	background: #fff;
}
.category-list li:hover a {
  color: var(--white-color);
}
.category-list li.active a {
	color: var(--white-color);
}
.category-list li a:after {
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0;
  right: 0px;
  content: "";
  background-color: var(--secondary-color);
  transform: scaleX(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: -1;
}
.category-list li:hover a:after {
  transform: scaleX(1);
}
.category-list li.active a:after {
  transform: scaleX(1);
}
.category-list li a i {
  position: absolute;
  top: 50%;
  right: 40px;
  content: '\f0da';
  font-family: var(--font-awesome);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: var(--black-color);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
}
.category-list li a:hover i {
  color: var(--black-color);
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.category-list li.active a i {
  -webkit-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
  color: var(--black-color);
}
.sidebar-sticky{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	padding: 0 15px;
}
.need-help {
  position: relative;
  display: block;
  padding: 50px 50px 45px;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
  z-index: 1;
  background-color: var(--secondary-color);
}
.need-help-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: var(--primary-color);
  opacity: 0.10;
  border-radius: var(--bdr-10-radius);
  z-index: -1;
  background-image: url("../images/service-bg.jpg");
}
.need-help-icon {
  height: 85px;
  width: 85px;
  background-color: var(--white-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto 24px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.need-help-icon:hover {
  background-color: var(--black-color);
}
.need-help-icon i {
  font-size: 30px;
  color: var(--black-color);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.need-help-icon:hover i {
  color: var(--white-color);
}
.need-help-title {
  font-size: 26px;
  color: var(--white-color);
  line-height: 32px;
  font-weight: 600;
}
.need-help-contact {
  position: relative;
  display: block;
  margin-top: 38px;
}
.need-help-contact p {
  font-size: 16px;
  color: var(--primary-lt-color);
  margin: 0;
  line-height: 16px;
  font-weight: 600;
}
.need-help-contact a {
  font-size: 18px;
  color: var(--white-color);
  font-weight: 700;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.need-help-contact a:hover {
  color: var(--font-color);
}
.service-details-img {
  width: 100%;
}
.service-details-img img {
  width: 100%;
	margin-bottom: 15px;
}
.service-details {
  background: #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding: 20px;
}
.service-details .service-title {
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.service-details h3 {
  margin: 0px;
  padding: 0px;
  font-size: 22px;
  font-weight: 600;
}
.service-details ul {
  font-size: 18px;
  line-height: 28px;
  margin: 0px;
  padding: 0px;
}
.service-details li {
  position: relative;
  padding: 0px;
}
.service-details li:before {
  content: '\f058';
  font-weight: 700;
  font-family: var(--font-awesome);
  padding: 0 5px 0 0;
  color: #61a043;
}
.service-details p + p, .service-details p + ul, .service-details p + h3, .service-details il + h3, .service-details ul + p, .service-details h3 + p, .service-details h3 + ul {
  margin: 0 0 15px 0;
}




.counter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.counter ul li {
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 20px 0px;
  text-align: center;
  display: flex;
  flex-direction: column;
}
.counter ul li:nth-child(1) {
  background: #32D6CC;
}
.counter ul li:nth-child(2) {
  background: #21B0B9;
}
.counter ul li:nth-child(3) {
  background: #298C9E;
}
.counter ul li:nth-child(4) {
  background: #30697D;
}
.counter ul li strong, .counter ul li b {
  font-size: 40px;
  padding: 0;
  font-weight: var(--font-sbold);
  color: #fff;
}
.counter ul li p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 0px;
  font-weight: var(--font-sbold);
}




.whatsapp{
    content: '';
  width: 70px;
  height: 70px;
  line-height: 50px;
  position: fixed;
  bottom: 25px;
  left: 1%;
  font-size: 16px;
  z-index: 2;
  color: #fff;
  text-align: center;
  cursor: pointer;
	
}
.whatsapp:before{
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.whatsapp img{
    width:50px;
}
.vibrate-2 {
	-webkit-animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation: vibrate-2 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}

/**
 * ----------------------------------------
 * animation vibrate-2
 * ----------------------------------------
 */
@-webkit-keyframes vibrate-2 {
  0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}
@keyframes vibrate-2 {
 0% {
    bottom: 25px
  }
  50% {
    bottom: 40px
  }
  100% {
    bottom: 25px
  }
}

@keyframes heartFadeInOut {
  0% {transform: scale(1);}
  25% {transform: scale(.97);}
  35% {transform: scale(.9);}
  45% {transform: scale(1.1);}
  55% {transform: scale(.9);}
  65% {transform: scale(1.1);}
  75% {transform: scale(1.03);}
  100% {transform: scale(1);}
}