@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --bg-color-blue: #1c4695;
  --bg-color-green: #3cb74d;
  --bg-coloe-light-blue: #dfe4eb;
  --color-white: #fff;
  --color-black: #000;
  --color-para-1: #525252;
  --color-para-2: #e4e4e4;
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
}

.container {
  max-width: 90% !important;
}

ul {
  list-style: none;
}

a {
  font-size: 18px;
  text-decoration: none;
}

h1 {
  font-size: clamp(1.5rem, 4vw, 3.5rem) !important;
  padding: 0;
}

h2 {
  font-size: clamp(1.3rem, 2.5vw, 3rem) !important;
  padding: 0;
  margin-bottom: 20px;
  color: #0d597c;
}

h3 {
  font-size: clamp(1.1rem, 3vw, 1.8rem) !important;
  padding: 0;
  margin-bottom: 0;
  margin-top: 10px;
  color: #0d597c;
}

h4 {
/*   font-size: clamp(1rem, 2.5vw, 1rem) !important; */
  padding: 0;
  margin-bottom: 0;
  color: #2ba552;
  margin-top: 10px;
}

h5 {
  font-size: clamp(1rem, 2vw, 1rem) !important;
  padding: 0;
  margin-bottom: 0;
  color: #2ba552;
  margin-top: 10px;
}

h6 {
  font-size: clamp(1rem, 1.8vw, 1rem) !important;
  padding: 0;
  margin-bottom: 0;
}

p {
  font-size: 18px;
  padding: 0;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.5;
}
li{
  font-size: 18px;
  padding: 0;
  margin-bottom: 0px;
  color: #000;
  line-height: 1.5;
}


@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

@keyframes MoveScaleUpInitial {
  100% {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  0% {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}







.dscf7-captcha-container {
  width: 100%!important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.main_btn {
  overflow: hidden;
  font-size: 1rem;
  border-radius: 50px;
  color: #fff !important;
  pointer-events: auto;
  cursor: pointer;
  background: var(--bg-color-green);
  border: none;
  padding: 8px 18px ;
  margin: 0;
  font-weight: 500;
  position: relative;
  display: inline-block;
  text-align: center;
}

.main_btn span {
  display: block;
  position: relative;
  /* mix-blend-mode: difference; */
  z-index: 10;
}

.main_btn span i {
  color: var(--bg-color-blue);
  position: relative;
  top: 1px;
}

.main_btn::before,
.main_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main_btn::before {
  content: "";
  background: var(--bg-color-blue);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.main_btn::after {
  content: "";
  background: var(--clr_main_pink);
  transform: translate3d(0, -110%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.main_btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.main_btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.main_btn:hover span {
  animation:
    MoveScaleUpInitial 0.3s forwards,
    MoveScaleUpEnd 0.3s forwards 0.3s;
}

.main_btn:hover span i {
  transform: translate(5px, -2px);
  color: var(--bg-color-green);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* common class */
.py-8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.heading span {
  color: var(--bg-color-green);
}

.sub_heading {
  background-color: #2ba552;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  width: fit-content;
  padding: 7px 15px;
  border-radius: 50px;
  color: var(--color-white);
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.top_header {
  background-color: var(--bg-color-blue);
}
.top_header h6 {
  font-size: 1.3rem !important;
}
.nav_contact_details {
  background-color: var(--color-main);
}

.navbar .navbar-brand img {
  width: 270px;
	padding:8px;
}

.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.nav-link,
.dropdown-item {
  font-weight: 600;
  color: var(--bg-color-blue);
  font-size: 18px;
}

/* Fix Bootstrap's automatic dropdown toggle */
.nav-item.dropdown .nav-link {
  pointer-events: auto;
}
#main-navbar {
  transition: all 0.3s ease-in-out;
  z-index: 999;
  padding: 2px 0px;
}

.navbar_sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.5s ease;
  border-bottom: 0px !important;
}
nav.navbar {
  border-bottom: 2px solid #91a0bb;
}

.top_header .top_header_menu li a {
  font-weight: 500;
  color: var(--color-white);
}

.top_header .top_header_menu li a:hover {
  color: var(--bg-color-green);
}

.top_header .top_header_socials li a {
  color: var(--color-white);
}

.top_header .top_header_socials li a:hover {
  color: var(--bg-color-green);
  scale: 0.8;
}

.bottom_header {
  padding: 5px 0;
}
.bottom_header img {
  width: 55px;
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(2394%)
    hue-rotate(214deg) brightness(93%) contrast(83%);
}

.bottom_header a .bottom_location span:nth-child(1),
.bottom_header a .bottom_contact span:nth-child(1),
.bottom_header .opening_hour span:nth-child(1) {
  color: var(--bg-color-blue);
  font-weight: 600;
  font-size: 17px;
}

.bottom_header a .bottom_location span:nth-child(2),
.bottom_header a .bottom_contact span:nth-child(2),
.bottom_header .opening_hour span:nth-child(2) {
  color: var(--bg-color-green);
  font-weight: 600;
  font-size: 17px;
}

/* navbar modal start */
.appointment_modal .modal-content img {
  margin: 20px auto;
  width: 200px;
  height: 60px;
}

.appointment_modal {
  position: relative;
}

.appointment_modal button {
  position: absolute;
  bottom: 20px;
  right: 50%;
  transform: translateX(50%);
  font-size: 18px;
  transition: 0.3s ease-in-out;
  background-color: var(--color-main);
  border: 1px solid var(--color-main);
}

.appointment_modal button:hover {
  color: var(--color-main);
  background-color: var(--color-white);
  transition: 0.3s ease-in-out;
  border: 1px solid var(--color-main);
}

.appointment_modal .modal_header button:hover {
  background-color: var(--color-main);
  scale: 1.2;
  transition: 0.3s ease-in-out;
}

.appointment_modal .modal-body {
  padding: 10px 30px 30px;
}

/* hero */
#herocarousel .carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(9, 30, 62, 0.582);
  z-index: 1;
}

/* #herocarousel .main_btn2 {
    background-color: #e6cfd8;
    border: 1px solid #e6cfd8;
    transition: .3s ease-in-out;
} */

/* #herocarousel .main_btn2:hover {
    background-color: var(--color-main);
    border: 1px solid var(--color-main);
    transition: .3s ease-in-out;
} */

/* #herocarousel .main_btn2.hvr-sweep-to-right:before {
    background: var(--color-main);

} */

#herocarousel .carousel-item h5 {
  color: var(--color-white);
  font-weight: 500;
}

#herocarousel .carousel-item h1 {
  font-weight: 500;
}

#herocarousel .carousel-item h1 span {
  color: var(--bg-color-green);
}

#herocarousel .carousel-inner {
  /* height: 80vh; */
}

#herocarousel .carousel-item img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
}

#herocarousel .carousel-item .caption_text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#herocarousel .carousel-item .caption_text p {
  color: var(--color-para-2);
}

.carousel-control-next i,
.carousel-control-prev i {
  display: none;
  transition: all 0.3s ease-in-out;
}

.carousel-control-next:hover i {
  display: block;
  transition: all 0.3s ease-in-out;
  color: var(--bg-color-green) !important;
}

.carousel-control-prev:hover i {
  display: block;
  transition: all 0.3s ease-in-out;
  color: var(--bg-color-green) !important;
}

/* about section start */
#about .about_imgbx {
  border-radius: 30px;
  overflow: hidden;
}

#about .about_imgbx img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  transition: 0.3s ease-in-out;
}

#about .about_imgbx:hover img {
  transform: scale(1.2);
  transition: 0.3s ease-in-out;
}

/* usp section */
#usp {
  background-color: var(--bg-color-blue);
}

.col-md-4:not(:last-of-type) .usp_item {
  border-right: 2px solid #4a606a;
}

#usp .usp_item .usp_icon {
  border-radius: 10px;
  background-color: var(--color-white);
}

#usp .usp_item .usp_icon img {
  width: 70px;
}

#usp .usp_item .usp_content p {
  color: var(--color-para-2);
  margin-top: 10px;
}
.usp_content h5 {
  font-size: 1.5em !important;
}

#wetreat {
  background-color: #b8dbc3;
}

/* why us section */
#whyus .whyus_box {
  background-color: var(--bg-color-green);
  /* padding: 30px 0; */
  border-radius: 18px 0 0 18px;
  height: 100%;
}

#whyus .whyus_box2 {
  background-color: var(--bg-color-blue);
  border-radius: 0 18px 18px 0;
  /* padding: 30px 0; */
  height: 100%;
}

#whyus .whyus_box .whyus_text {
  margin-right: 30%;
}

#whyus .whyus_box2 .whyus_text {
  margin-left: 30% !important;
}

#whyus .whyus_box2 .whyus_content,
#whyus .whyus_box .whyus_content {
  padding: 30px 50px;
  align-items: center;
  gap: 15px;
  height: 330px;
}

#whyus .whyus_box2 .whyus_content:not(:last-of-type),
#whyus .whyus_box .whyus_content:not(:last-of-type) {
  border-bottom: 2px solid #2332394f;
}

#whyus .whyus_box2 .whyus_icon,
#whyus .whyus_box .whyus_icon {
  padding: 5px;
  border-radius: 5px;
  background-color: var(--color-white);
  /* overflow: hidden; */
  position: relative;
}

#whyus .whyus_box2 .whyus_icon img,
#whyus .whyus_box .whyus_icon img {
  width: 65px;
}

#whyus .whyus_img_position {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  z-index: 5;
}

#whyus .whyus_img_position img {
  height: 800px;
  width: 465px;
  object-fit: contain;
}

#whyus .whyus_box .whyus_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #0d597c7c;
  border-radius: 5px;
  opacity: 0;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

#whyus .whyus_box .whyus_icon:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#whyus .whyus_box2 .whyus_icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #2ba5526c;
  border-radius: 5px;
  opacity: 0;
  transition:
    width 0.3s ease-in-out,
    height 0.3s ease-in-out,
    opacity 0.3s ease-in-out;
}

#whyus .whyus_box2 .whyus_icon:hover::after {
  width: 100%;
  height: 100%;
  opacity: 1;
}

#whyus .whyus_box2 .whyus_content p,
#whyus .whyus_box .whyus_content p {
  color: var(--color-para-2);
}
.heading_part p {
  margin-bottom: 20px;
}
.heading_part {
  margin-bottom: 20px;
}
#whyus .heading_part p {
  color: var(--color-para-1);
}

#whyus .whyus_text h6 {
  color: var(--color-white);
  margin-bottom: 15px;
  font-size: 1.5rem !important;
}

/* our team section */
#team {
  background-color: var(--bg-coloe-light-blue);
  padding-top: 5%;
}

#team .owl-item {
  padding: 15px;
}

#team .item .team {
  /* height: 560px; */
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 15px;
  overflow: hidden;
  /* position: relative; */
}

#team .item .team .team_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}

#team .item .team .team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}

#team .item .team .team_detail {
  /* position: absolute; */
  /* bottom: 0; */
  width: 100%;
  text-align: center;
  background-color: var(--color-white);
}

#team .item .team .team_detail h5 {
  color: var(--bg-color-green) !important;
  font-size: 1.5rem !important;
}

#team .item .team .team_detail p {
  color: var(--color-para-1) !important;
}

#team .item .team:hover .team_img img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

#team .item .team:hover .team_detail h5 {
  color: var(--bg-color-green) !important;
}

#team .owl-ourteam .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#team .owl-ourteam .owl-prev,
#team .owl-ourteam .owl-next {
  position: absolute;
  background-color: #0d597c;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}

#team .owl-ourteam .owl-prev {
  left: 0px;
}

#team .owl-ourteam .owl-next {
  right: 0px;
}

/* Hover effect */
#team .owl-ourteam .owl-prev:hover,
#team .owl-ourteam .owl-next:hover {
  background-color: #08455c;
  color: var(--bg-color-green);
}

.blog-post .blog-post-content span {
  color: #fff;
}
.blog-post .blog-post-content p {
  color: var(--color-para-1) !important;
}
.blog-post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.blog-post-content h6 {
  color: #0d597c;
}

.blog-post .blog-post-content {
  text-align: left;
  padding: 20px 20px;
  margin: 0px 25px 0;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  top: -45px;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blog-post .blog-post-conten a {
  color: #fff;
}

/* OUR SERVICE */
#service {
  background-color: var(--bg-coloe-light-blue);
}

.service_details h1,h2,h3,h4,h5{
  color: var(--bg-color-blue);
  margin-bottom: 0px;
  margin-top: 20px;
}
.service_details h2{
  margin-top: 30px;
}
.service_details ul{
  margin: 10px 0;
}


.about_content h1,h2,h3,h4,h5{
  color: var(--bg-color-blue);
  margin-bottom: 0px;
  margin-top: 20px;
}
.about_content h2{
  margin-top: 30px;
}
.about_content ul{
  margin: 10px 0;
}
.about_content li{
  list-style: square;
}


/*
.sersec {
  width: 31%;
  margin: auto 10px;
  margin-bottom: 3%!important;
  float: left;
}
*/

#service .blog-post .blog-post-content,
#pageservices .blog-post .blog-post-content {
  text-align: left;
  padding: 20px 20px;
  margin: 0px 25px 0;
  -webkit-box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  box-shadow: 0px 8px 27px 0px rgba(20, 10, 48, 0.15);
  background-color: #ffffff;
  border-radius: 15px;
  position: relative;
  top: -45px;
  z-index: 9;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#service .owl-item:hover .blog-post .blog-post-content,
#pageservices .service_box:hover .blog-post .blog-post-content {
  top: -80px;
  /* background-color: var(--bg-color-green); */
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#service .blog-post .blog-post-info .blog-post-author a,
#service .blog-post .blog-post-info .blog-post-date {
  color: var(--color-main);
  font-size: 18px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}

#service .owl-item:hover .blog-post-author a,
#service .owl-item:hover .blog-post-date {
  color: var(--color-off-white);
  transition: all 0.4s ease-in-out;
}

#service .blog-post hr {
  margin: 10px 0 !important;
  transition: all 0.4s ease-in-out;
}

#service .owl-item:hover .blog-post hr {
  color: var(--color-white);
  transition: all 0.4s ease-in-out;
}

#service .blog-post .blog-post-content h6 {
  color: var(--bg-color-blue) !important;
  transition: all 0.4s ease-in-out;
  font-size: 1.5rem !important;
  min-height: 70px;
  align-content: center;
}

#service .blog-post .blog-post-content p {
  color: var(--color-para-1) !important;
  font-size: 18px;
}

#service .blog-post .blog-post-content p.main_btn {
  color: var(--color-white) !important;
}

#service .owl-nav {
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
}

#service .owl-prev,
#service .owl-next {
  position: absolute;
  height: 100px;
  color: inherit;
  background: none;
  border: none;
  z-index: 100;
}

#service .owl-prev {
  left: 0;
}

#service .owl-prev span {
  font-size: 50px;
  font-weight: 500;
  color: var(--color-main);
}

#service .owl-next {
  right: 0;
}

#service .owl-next span {
  font-size: 50px;
  font-weight: 500;
  color: var(--color-main);
}

#service .owl-item .blog-post .blog-post-image img {
  border-radius: 15px;
}

#service .owl-item .blog-post .blog-post-image {
  overflow: hidden;
  border-radius: 15px;
}

#service .owl-item .blog-post .blog-post-image img {
}

#service .owl-item:hover .blog-post .blog-post-image img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

#service .blog-post .blog-post-content {
  border-radius: 15px;
}

#service .blog-post {
  margin-bottom: 3% !important;
}

#service .owl-dots {
  display: none;
}
#service .blog-post-content p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.sercont {
  height: 105px !important;
  overflow: hidden !important;
}


.bg-white.shadow.text-center.p-2.contact-card.hvr-buzz-out.w-100.aos-init.aos-animate {
  display: flex;
}



/* directbilling */
#directbilling .directbiller .directbiller_img {
  width: 100%;
  max-height: 180px;
  border: 1px solid #f3f3f3;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}

#directbilling .directbiller .directbiller_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#directbilling .directbiller .directbiller_img:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease-in-out;
}

.facts-1-section {
  padding: 5% 0;
}
.facts-1-section .contact-card p{
  text-align: left!important;
}

.factsbgpphoto {
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
  background-size: cover;
  background-position: bottom;
  border-radius: 20px;
}
.factsbgpphoto::before {
  position: absolute;
  left: 0;
  border-radius: 20px;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    105deg,
    rgb(34 74 151 / 64%) 50%,
    rgb(60 183 77 / 63%) 60%
  );
  content: "";
  z-index: 2;
}
.facts-1-section .row {
  position: relative;
  z-index: 454;
}
/*.testimonial-1-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
    background-position: bottom;
}*/
.facts-1-block {
  position: relative;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 80px;
  margin-bottom: 10px;
}
.facts-1-icon {
  width: 90px;
  height: 90px;
  border-radius: 80px;
  background-color: #f9f9f9;
  border: 1px solid rgba(123, 123, 123, 0.15);
  text-align: center;
  line-height: 85px;
  font-size: 50px;
  margin-bottom: 0px;
  color: #000;
  border: 1px solid rgba(123, 123, 123, 0.15);
}
.facts-1-icon img {
  width: 65px;
  height: 75px;
  object-fit: contain;
}
h4.facts-1-title-2 {
  font-size: 1.5rem !important;
  line-height: normal;
  color: #fff;
  font-weight: 700;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 10px;
  margin-top: 0;
  margin-left: 20px;
}
.facts-1-text {
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  font-family: "Bricolage Grotesque", sans-serif;
}
h2.facts-1-title span {
  color: #fff;
}
h2.facts-1-title {
  font-size: 45px;
  line-height: 54px;
  color: #fff;
  font-weight: 900;
  font-family: "Bricolage Grotesque", sans-serif;
  margin-bottom: 0px;
}
.factsbgpphoto p {
  color: #fff;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  font-family: "Bricolage Grotesque", sans-serif;
}
.openingtime li {
  display: inline-block;
  list-style: none;
}

/* testimonial section */
#testimonial {
  background-image: url(./../images/testimonialbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#testimonial .testi_post .testi_img {
  width: 80px;
  border-radius: 50%;
}

#testimonial .testi_post .testi_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid var(--bg-color-blue);
}

#testimonial .testi_post .star_rating ul li i {
  color: gold;
  font-size: 22px;
}

#testimonial .item {
  padding: 15px;
  border-radius: 15px;
  background-color: var(--color-white);
}

#testimonial .testi_say p {
  color: var(--color-para-1);
}

#testimonial .owl-nav {
  position: absolute;
  bottom: -15%;
  right: 0;
  /* transform: translateX(-50%); */
  z-index: 4;
  display: flex;
  gap: 30px;
}

#testimonial .owl-nav .owl-prev,
#testimonial .owl-nav .owl-next {
  /* position: absolute; */
  background-color: #0d597c;
  color: white;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 20px;
  transition: all 0.4s ease-in-out;
}

#testimonial .owl-nav .owl-prev:hover,
#testimonial .owl-nav .owl-next:hover {
  background-color: var(--bg-color-green) !important;
}

#testimonial .owl-nav .owl-prev:hover,
#testimonial .owl-nav .owl-next:hover {
  background-color: var(--bg-color-blue);
}

#testimonial .heading_part h6.sub_heading {
  color: var(--color-para-2);
}

#testimonial .heading_part h2.heading {
  color: var(--color-white);
}

#testimonial .heading_part p.description {
  color: var(--color-para-2);
  text-align: center;
}

/* blogs */
#blogs {
  background-color: var(--bg-coloe-light-blue);
}

#blogs a {
  border-radius: 15px;
  box-shadow:
    rgba(0, 0, 0, 0.19) 0px 10px 20px,
    rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

#blogs .card {
  overflow: hidden;
  border: none;
  border-radius: 15px;
}

#blogs .card .card-body .card-title {
  color: var(--bg-color-blue);
  font-weight: 600;
  font-size: 1.5rem !important;
}

#blogs .card_a:hover .card-body .card-title {
  color: var(--bg-color-green);
}

#blogs .card_a {
  border: 15px !important;
  background-color: var(--color-white);
}

#blogs .card .card-body .card-text {
  color: var(--color-para-1);
  height: 105px;
  overflow: hidden;
}
#blogs .card .card-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

/* footer section */
#footer {
  background-color: var(--bg-color-blue);
}

#footer .footer_logo {
  top: 15px;
  background: #fff;
  left: -100px;
  position: relative;
  padding-left: 2%;
  padding-right: 1%;
  border-radius: 0 50px 50px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 120%;
  text-align: end;
}
.description.text-white {
  margin-top: 30px;
}
#footer .footer_logo img {
  width: 80%;
}

.opening__hour li{
  padding: 0px;
}
.opening__hour p{
  margin-bottom: 0
}

.lastcont i{
  position: absolute;
  margin-left: -25px;
  margin-top: 5px;
}
.lastcont li{
  margin-left: 30px!important;
}

#footer .footer_about .footer_content p {
  
}

#footer .main_btn {
  border: 2px solid var(--bg-color-green);
}
.footer_links p{
  color: #fff;
}
#footer .footer_links a {
  color: var(--color-para-2);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
}
.footer_links .footer_title {
  font-size: 25px !important;
}

#footer .footer_links a:hover {
  color: var(--bg-color-green);
  transition: all 0.4s ease-in-out;
}

#footer .footer_socials a i {
  color: var(--color-para-2);
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  font-weight: 500;
  font-size: 24px;
}
.footer_socials{
  margin-left: 10px;
}


@keyframes heartbeat {
  0% {
    transform: scale(1);
  }

  30% {
    transform: scale(1.15);
  }

  50% {
    transform: scale(1);
  }

  70% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

#footer .footer_socials a i:hover {
  color: var(--bg-color-green);
  transition: all 0.4s ease-in-out;
  animation: heartbeat 2s ease infinite;
}

/* footer bottom */
.footer_bottom {
  background-color: var(--color-black);
}

.footer_bottom p a {
  color: var(--bg-color-green) !important;
}

.footer_bottom p:hover a {
  color: var(--bg-color-blue) !important;
  font-weight: 400;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* ______All pages start_______ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Services__________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#breadcrumbs {
  background-blend-mode: multiply;
  padding: 50px 0 100px;
}

#breadcrumbs p.bread_link span a,
#breadcrumbs p.bread_link {
  font-size: 18px;
  font-weight: 500;
  color: var(--color-para-2);
  text-transform: uppercase;
}

#breadcrumbs p.bread_link span a::after {
  content: "\f101";
  font-family: FontAwesome;
  font-size: 18px;
  color: #fff;
  padding: 0 10px;
}

#breadcrumbs p.bread_link span a:hover {
  color: var(--bg-color-green);
}

#pageservices .service_box .blog-post .blog-post-image {
  border-radius: 15px;
  overflow: hidden;
}

#pageservices .service_box .blog-post .blog-post-content h6 {
  color: var(--bg-color-blue);
  font-size: 1.5rem !important;
  height: 70px;
  place-content: center;
}

#pageservices .service_box .blog-post .blog-post-content p {
  color: var(--color-para-1) !important;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#pageservices .service_box .blog-post .blog-post-content p.main_btn {
  color: var(--color-white) !important;
}

/* pagination */
.gallery_pagination {
  padding-bottom: 50px;
}

.gallery_pagination .pagination {
  --bs-pagination-border-width: 0;
}

.gallery_pagination .pagination li:first-child,
.gallery_pagination .pagination li:last-child {
  border: 2px solid var(--bg-color-blue);
  border-radius: 4px;
  width: 150px;
  text-align: center;
  background-color: var(--bg-color-blue);
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery_pagination .pagination li a {
  font-size: 18px !important;
  background-color: var(--bg-color-blue);
  border-radius: 4px;
  color: #fff;
}

.gallery_pagination .pagination li a:hover {
  color: var(--bg-color-green) !important;
}

.gallery_pagination .pagination li:not(:first-child):not(:last-child) {
  margin: 0 10px;
  border-radius: 4px;
  /* padding: 10px; */
  font-weight: 700;
  padding: 5px;
}

.gallery_pagination .pagination li:not(:first-child):not(:last-child) a {
  font-size: 24px !important;
}

.gallery_pagination .page-link.active {
  color: var(--bg-color-green);
}

.page_blogsaside {
  /* float: right; */
  /* width: 30%; */
  margin-left: 20px;
  margin-bottom: 20px;
  position: sticky;
  top: 70px;
}


.page_blogdetails br{
  display: none;
}
.page_blogdetails .blog_img {
  /* width: 66%; */
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.page_blogdetails .blog_img {
  object-fit: cover;
}

.popular_para h4 {
  color: var(--bg-color-blue) !important;
}

.page_blogdetails h1,
h2 {
  color: var(--bg-color-blue);
  margin-bottom: 0px;
  margin-top: 10px;
}

.page_blogdetails h3,
h4 {
  color: var(--bs-body-color);
  margin-bottom: 0px;
  margin-top: 10px;
}
.page_blogdetails h5 {
  margin-bottom: 10px;
  color: var(--bs-body-color);
}
.page_blogdetails p {
  margin-bottom: 10px;
}
.page_blogdetails ul li {
  font-size: 18px;
  list-style: square;
  margin-bottom: 10px;
}

.page_blogdetails h1 {
  font-size: clamp(2rem, 3vw, 3.5rem) !important;
}
.page_blogdetails h2 {
  font-size: clamp(1.6rem, 2.5vw, 3.1rem) !important;
  margin-top: 40px;
}
.page_blogdetails h3 {
  font-size: clamp(1.1rem, 2.1vw, 2.7rem) !important;
}

.page_blogdetails ul li span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page_blogdetails ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.page_blogdetails ul li i {
  font-size: 20px;
  margin-right: 10px;
  color: var(--bg-color-green);
  font-weight: 600;
  margin-bottom: 10px;
}

aside.blogs_aside h6 {
  color: var(--bg-color-blue);
  background-color: var(--clr_main_pink);
  border-radius: 8px 8px 0 0;
	display: -webkit-box;
  	-webkit-line-clamp:2;
 	-webkit-box-orient: vertical;
	 overflow: hidden;
}

.blogs_aside h5{
 font-size: 2rem !important;
}

aside.blogs_aside {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: aliceblue;
  padding: 4%;
}
.popular_post {
  display: contents;
}
.popular_post_wrapper {
  padding: 20px;
}

.popular_post_wrapper .popular_post p strong {
  color: var(--bg-color-blue) !important;
}

.popular_post_wrapper a:hover p strong {
  color: var(--bg-color-green) !important;
}

.popular_para p {
  color: var(--color-para-1);
  display
: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.popular_para {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.popular_para:hover p {
  color: #2ba552;
  transition: 0.5s;
}
.popular_para img {
  width: 100px;
  float: left;
  margin-right: 10px;
  object-fit: cover;
  aspect-ratio: 1 / .7;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________service details__________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* we treat */
.card_a .card {
  border-radius: 15px;
  overflow: hidden;
}

.treat_img_bx {
  max-height: 300px;
}

.treat_img_bx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a.card_a .card-body h6 {
  color: var(--bg-color-blue) !important;
}

a.card_a:hover .card-body h6 {
  color: var(--bg-color-green) !important;
}

a.card_a .card-body p {
  color: var(--color-para-1);
}

.servicedetails_img {
  width: 65%;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.servicedetails_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicedetails_text p {
  margin-bottom: 10px;
}

.servicedetails_text h5 {
  margin-bottom: 15px;
  color: var(--bg-color-blue);
}

.servicedetails_text ul li i {
  color: var(--bg-color-green);
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.servicedetails_text ul li span {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

/*  accordian */
.accordion-button::after {
  display: none !important;
}

.accordion-button .icon {
  margin-left: auto;
  transition: transform 0.3s ease-in-out;
}

.accordion {
  border-radius: 15px;
  overflow: hidden;
  --bs-accordion-border-width: 0 !important;
  --bs-accordion-bg: transparent !important;
  /* border: 0px solid transparent;
    border-width: 0 1px 1px 1px;
    border-color: transparent #fff #fff #fff !important; */
}

.accordion-item {
  border-radius: 15px;
  margin-bottom: 8px;
  overflow: hidden;
}

.accordion-body {
  border: 0px solid transparent;
  border-width: 0 1px 1px 1px;
  border-color: transparent #2b2b2b #2b2b2b #2b2b2b !important;
  border-radius: 15px;
  background-color: transparent;
  color: var(--bg-color-green);
  font-weight: normal;
}

button.accordion-button.collapsed {
  color: var(--color-white) !important;
  font-weight: 500;
  background-position: right center;
}

/* .accordion-item .show {
    border: 0px solid transparent;
} */

.accordion-item:last-of-type {
  margin-bottom: 0;
}

.accordion-button {
  border-radius: 15px !important;
  background-image: linear-gradient(
    90deg,
    #ac50ef 0%,
    #7059fb 50%,
    #2ecff6 100%
  );
  color: var(--color-white) !important;
  background-size: 200% auto;
}

button.accordion-button.collapsed {
  color: var(--color-white) !important;
  font-weight: 500;
  background-position: right center;
}

.accordion-button:focus {
  box-shadow: none;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Gallery__________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.gallery_popup {
  z-index: 1050;
}

.popup_wrapper {
  width: 90vw;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.large-image {
  width: 100%;
  height: 90%;
  object-fit: cover;
}

.gallery .close_btn {
  color: var(--color-white);
  font-size: 22px;
}

.gallery .close_btn:hover {
  background-color: var(--color-para-2);
  padding: 5px 8px;
  scale: 0.8;
  border-radius: 5px;
  color: red;
  border: 0.3px solid red;
}

.gallery .left-arrow,
.gallery .right-arrow {
  font-size: 22px;
}

.gallery .left-arrow:hover,
.gallery .right-arrow:hover {
  color: var(--bg-color-green);
}

.gallery_img_wrapper img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Team Page__________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.page__team .team-card {
  overflow: hidden;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  border-radius: 15px;
}

.page__team .team-card:hover {
  transform: translateY(-10px);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.page__team .team-img {
  overflow: hidden;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  height: 300px;
}

.page__team .team-img img {
  transition: transform 0.4s ease-in-out;
  object-fit: cover;
  width: 100%;
  height: 136%;
}

.page__team .team-card:hover .team-img img {
  transform: scale(1.1);
}

.page__team .card-title {
  color: var(--bg-color-blue);
	font-size: 22px !important;
    font-weight: 600;
}

.page__team .card-text {
  color: var(--color-para-1);
}

.page__team .heading_part_team h4 {
  color: var(--bg-color-blue);
  font-size: 25px !important;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Team Details__________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.team-details {
  background-color: #f8f9fa;
}

.team-details h2 {
  font-weight: bold;
}

.details__img {
  border-radius: 15px;
  overflow: hidden;
  max-height: 900px;
  /* width: 100%; */
}

.details__img img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease-in-out;
  object-fit: cover;
}

.details__img img:hover {
  transform: scale(1.05);
}

.team_detail__brand_logo img {
  width: 55% !important;
  display: block;
  width: 200px;
  filter: drop-shadow(10px 10px 15px rgba(98, 145, 163, 0.527));
}






/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Contact Us page    __________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.con_main_btn {
  overflow: hidden;
  font-size: 1rem;
  border-radius: 50px;
  color: #fff !important;
  pointer-events: auto;
  cursor: pointer;
  background: var(--bs-link-hover-color);
  border: 1px solid #fff;
  padding: 12px 25px;
  margin: 0;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.con_main_btn:hover{
	color:#fff !important;
  background: var(--bg-color-green);
	border: 1px solid #fff;
}


.con_main_btn span {
  display: block;
  position: relative;
  /* mix-blend-mode: difference; */
  z-index: 10;
}

.con_main_btn span i {
  color: var(--bg-color-blue);
	
}

.con_main_btn::before,
.con_main_btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.con_main_btn::before {
  content: "";
/*   background: var(--bg-color-blue); */
  width: 180%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -40%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}


.con_main_btn::after {
  content: "";
  background: var(--clr_main_pink);
  transform: translate3d(0, -110%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.con_main_btn:hover::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.con_main_btn:hover::after {
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.con_main_btn:hover span {
  animation:
    MoveScaleUpInitial 0.3s forwards,
    MoveScaleUpEnd 0.3s forwards 0.3s;
}

.con_main_btn:hover span i {
  transform: translate(5px, -2px);
  color: var(--bg-color-green);
}

#contact__form h3 {
  color: var(--bg-color-blue);
}

#contact__form form input,
#contact__form form textarea {
  padding: 8px 15px;
  font-size: 18px;
  box-shadow: none;
  outline: none;
}

#contact__form .card {
  border-radius: 15px;
  overflow: hidden;
}

#contact__us h5 {
  color: var(--bg-color-blue);
  margin-bottom: 10px;
  font-size: 1.5rem !important;
  text-align: left;
}

#contact__us .contact-card p {
  color: var(--bg-color-green);
  margin-bottom: 0px;
  text-align: left;
}

.contact-card {
  display: flex;
  border-radius: 15px;
  align-items: center;
}
.contact-card img {
  width: 50px;
  margin-right: 20px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(15%) sepia(95%) saturate(2394%)
    hue-rotate(214deg) brightness(93%) contrast(83%);
}
.contact-card h5 {
  color: var(--bg-color-blue);
  margin-bottom: 10px;
  font-size: 1.5rem !important;
  text-align: left;
}
.contact-card p {
  color: var(--bg-color-green);
  margin-bottom: 0px;
  text-align: center;
  font-size: 19px;
}
.infotext {
  text-align: left;
}
.infotext h5{
  font-weight: bold;
  font-size: 2rem;
}
.infotext p{
  text-align: left;
  font-size: 1.5rem;
}
.contact-card a {
  color: var(--bg-color-green);
}

.openingtime ul {
  text-align: left;
  padding: 0px;
}
#contact__us .contact-card {
  display: flex;
  border-radius: 15px;
}
#contact__us .contact-card:hover p a {
  color: #000;
}

#contact__us .contact-card img {
  width: 60px;
  display: block;
  margin: auto;
  margin-right: 10px;
}

.contact__us_page .contact-card:hover {
  background-color: var(--bg-color-green);
  transform: translateY(-10px);
  transition: 0.5s;
}
.contact__us_page .contact-card:hover p {
  color: #fff;
}
.contact__us_page .d-block {
  width: 100% !important;
}

/*.contact__us_page .contact-card:hover h5 {
    color: var(--color-white) !important;
}*/

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________Career page    __________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.heading_p {
  color: var(--color-para-1);
}

#career .responsibility ul,
#career .qualification ul,
#career .scedule ul {
  list-style: disc;
}

#career .responsibility ul li::marker,
#career .qualification ul li::marker,
#career .scedule ul li::marker {
  color: var(--bg-color-blue);
  font-size: 1.2em;
}

#career .responsibility ul li,
#career .qualification ul li,
#career .scedule ul li {
  color: var(--color-para-1);
}

.career_form form input,
.career_form form textarea,
.career_form form select {
  box-shadow: none !important;
  outline: none;
  background-color: var(--bg-coloe-light-blue);
  padding: 10px 15px;
  border: none;
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
}

.career_form form input:focus,
.career_form form textarea:focus,
.career_form form select:focus {
  background-color: var(--bg-coloe-light-blue);
}

.career_form form label {
  color: var(--bg-color-blue);
  font-weight: 500;
}

.career_form form sup {
  color: red;
}

.career_form h3 {
  color: var(--bg-color-blue);
}

#career h4,
#career p strong {
  color: var(--bg-color-blue);
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________blogs page    __________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#blogs .bolgs_pagination a {
  box-shadow: none;
}

.btn_bx {
  width: 100%;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
}

#blogs .main_btn {
  text-align: center;
}

/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
/* __________About page    __________ */
/* $$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
#page_about .about__img img {
  object-fit: cover;
}

#page_about .about_content h4,
#page_about .about_content h3 {
  color: var(--bg-color-blue);
}

.about_content h1 {
  color: var(--bg-color-blue);
}

.over_hidden {
  overflow: hidden;
}

/* CSS */

/* ===============================================
    GoTop BUtton
------------------------*/
#totop {
  font-weight: 900;
  color: var(--bg-color-green);
  display: none;
  position: fixed;
  right: 34px;
  bottom: 50px;
  z-index: 999;
  height: 0;
  width: 0;
  font-size: 0;
  text-align: center;
  padding-top: 3px;
  line-height: 34px;
  border-radius: 3px;
  transition: 0.3s ease-in-out;
}
#totop.top-visible {
  height: 40px;
  width: 40px;
  font-size: 45px;
  display: inline;
}
@keyframes jump {
  0% {
    bottom: 55px;
  }
  50% {
    bottom: 75px;
  }
  100% {
    bottom: 55px;
  }
}
#totop.top-visible {
  animation: jump 4s infinite;
}

ul.wp-block-list {
  list-style: disc;
  margin-top: 10px;
}

ol.wp-block-list {
  margin-top: 10px;
}
/* bottom menu */

.bottom-menu {
  display: none;
}

.responsibility ul {
  list-style: disc;
}

.qualification ul {
  list-style: disc;
}
.home_contact-form input,
.home_contact-form textarea {
  padding: 10px;
}
.home_contact-form input:focus,
.home_contact-form input:active,
.home_contact-form textarea:active,
.home_contact-form textarea:focus {
  outline: none;
  box-shadow: none;
}
textarea.form-control{
	height: 120px;
}
.form-control{
  padding: 1% 10px;
  font-size: 1.5rem;
}


