:root {
  --main-color: #0B8997;
  --heading-color: #1F202A;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --green-color: #029CB3;
  --gradient-color: linear-gradient(90deg, #029CB3, #029CB3);
  --main-font: "Roboto", sans-serif;
  --heading-font: "Crimson Pro", serif;
  --button-font: "Roboto", sans-serif;
}
html,
body {
  font-family: var(--main-font);
}
a {
  text-decoration: none;
}
.container-fluid {
  padding: 0 4%;
}
h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}
p {
  font-family: var(--main-font);
}
.main_menu_hdr {
  background: rgb(255 255 255 / 0%);
  z-index: 99;
  position: absolute;
  width: 100%;
  left: 0;
  top: 76px;
  transition: all ease-in 0.5s;
}
.left_top {
  display: flex;
  justify-content: flex-start;
}
.main_menu {
  display: block;
  position: relative;
  background: transparent;
  padding: 0px;
  border-radius: 15px;
}
.main_menu .navigation.navbar {
  padding: 0;
}
.main_menu_hdr.sticky {
  top: 0;
  position: fixed;
  transition: all ease-in 0.5s;
  background: #fff;
}
.container-menu {
  width: 80%;
  margin: 0 auto;
}
.logo {
  display: block;
  padding: 0px;
}
.logo a {
  position: relative;
  z-index: 1;
  width: 230px;
  display: inline-block;
  margin: 4px 0;
}
.logo a img {
  width: 100%;
}
.top_call{
  position: relative;
  padding: 0 15px;
}

.login_hdr a{
  color: #1E1E1E;
}
.register_hdr a{
  padding: 10px 25px;
  background: var(--white-color);
  color: var(--black-color);
  border-radius: 30px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.register_hdr a img{
  width: 40px;
  height: auto;
  position: absolute;
  left: -15px;
  top: -7px;
}
.right_top{
  background: #029CB3;
  border-radius: 50px 0px 0px 50px;
}
.main_menu_hdr:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30%;
  background: #029CB3;
}
.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
}
.slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #ffffff, transparent);
}
 .slider,
  .slide {
    height: 900px;
  }

.slide {
  position: relative;
  transition: 1s;
}
.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}
.slide .slide__content {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
}
.slide .slide__content.slide__content__left {
  left: 25%;
    transform: translate(-25%, -50%);
}
.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}
.slide .slide__content--headings {
  color: #FFF;
}
.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  letter-spacing: 0px;
}
.slide .slide__content--headings h5 {
  margin: 10px 0;
}
.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}
.slide .slide__content--headings .top-title {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: var(--heading-color);
}
.slide .slide__content--headings .title {
  font-size: 65px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--heading-color);
}
.slide .slide__content--headings h4 {
  color: var(--black-color);
  text-transform: uppercase;
  font-weight: 400;
}

.slide__content--headings {
  position: relative;
}
.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0%, -50%);
}
.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}
.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li {
  height: 50px;
  width: 50px;
  padding: 0px 5px;
}
.stick-dots .slick-dots li button {  
  color: #000;
  background: none;
  border: none;
  margin: 0px 0px;
  font-size: 20px;
  font-family: var(--text-font);
  position: relative;
  width: 25px;
  height: 25px;
}
.slick-dots li.slick-active button {
  color: var(--green-color);
}
.slick-dots li.slick-active button::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--green-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.slick-dots li.slick-active button::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--green-color);
  width: 100%;
  height: 2px;
  border-radius: 50%;
}
.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}
.stick-dots .slick-dots li.slick-active button {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}
.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}
/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}
@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}
@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}
.slick-nav {
  --active: #fff;
  --border: rgba(255, 255, 255, .12);
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}
.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 1;
}
.slick-nav.next-arrow {
  left: auto;
  right: 3%;
}
.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}
/* .slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}
.slick-nav i:before {
  transform: rotate(-40deg);
}
.slick-nav i:after {
  transform: rotate(40deg);
} */
.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}
.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}
.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}
.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}
.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}
.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}
@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}
@-webkit-keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@keyframes arrow {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}
@-webkit-keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowUp {
  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@-webkit-keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
@keyframes arrowDown {
  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}
/*-------- button Effect-------*/
.red_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 12px 35px;
  border-radius: 30px;
  position: relative;
  color: var(--white-color);
  background: var(--gradient-color);
  text-decoration: none;
  overflow: hidden;
  border: none;
}
.red_btn span {
  font-weight: 500;
  position: relative;
  font-family: var(--button-font);
  letter-spacing: 1px;
  color: var(--white-color);
  font-size: 17px;
}
.red_btn img{
  padding-left: 9px;
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
  width: 27px;
  height: 27px;
}
.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0B8997;
  border-radius: 0px;
  transition: all ease-in 0.3s;
}
.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}
.red_btn:hover img{
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover span {
  color: var(--white-color);
}
.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}
.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}
.red_btn.white_bg span {
  color: var(--black-color);
}
.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}
.red_btn.black_bg:before {
  background: #0B8997;
}
.red_btn.black_bg span {
  color: var(--white-color);
}
/*-------- button Effect-------*/
.heading_hp h2 {
  font-size: 48px;
  font-weight: 600;
  color: var(--heading-color);
  position: relative;
  letter-spacing: 0px;
}
.heading_hp h2 span {
  color: var(--main-color);
}
.heading_hp h6 {
  font-weight: 500;
  color: var(--main-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.heading_hp p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}
.heading_hp.text_white h2,
.heading_hp.text_white p {
  color: var(--white-color);
}
.border_h2 h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.border_h2 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: var(--main-color);
}
.star_color{
  padding-left: 0;
  list-style:none;
}
.star_color li{
  color: #FFB422;
}
.helpline_sec{
  background: #0B8997;
  text-align: center;
  padding: 20px 0;
}
.helpline_sec span{
  color: var(--white-color) !important;
  font-size: 45px;
  font-weight: 600;
  letter-spacing: 1px;
}
.helpline_sec .swiper.revealed .swiper__content a{
  color: #fff;
}

/* About */
.about-sec {
  padding: 50px 0;
}
.abt-img-1{
  width: 300px;
  height: 300px;
}
.abt-img-1 img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  background: none;
  object-fit: cover;
}
.abt-img-2 {
  margin-left: 45%;
  margin-top: -125px;
}
.services_offered{
  background: #fff;
  padding: 50px 0;
  position: relative;
}
.services_slider{
  padding: 0 50px;
}
.services_slider_wrap{
  position: relative;
  padding: 0 20px;
}
.services_slider_box{
  width: 100%;
  display: block;
  background: #A0D6DB;
  border-radius: 20px;
  transition: all ease-in 0.3s;
}
.services_slider_img{
  width: 100%;
}
.services_slider_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.services_slider_text{
  width: 100%;
  text-align: center;
  padding: 20px
}
.services_slider_box:hover{
  background: #0B8997;
  transition: all ease-in 0.3s;
}
.services_slider_box:hover h4{
  color: #fff;
  transition: all ease-in 0.3s;
}

.services_slider .slick-nav.prev-arrow{
  left: 0;
}
.services_slider .slick-nav.next-arrow{
  right: 0;
}

.services_slider .slick-nav:before, .services_slider .slick-nav:after{
  content: none;
}
.services_slider .slick-nav i{
  font-size: 30px;
  color: #00C3D9;
}
.gallery_sec{
  width: 100%;
  padding: 50px 0 230px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 83%, 0 100%);
  background: #0B8997;
  position: relative;
}
.gallery_bb{
  width: 80%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}
.gallery_bb img{
  width: 100%;
}
.gallery_z_index{
  position: relative;
  z-index: 1;
}

.gallery_img{
  width: 100%;
  height: 300px;
  margin-bottom: 25px;
}
.gallery_img img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}


.testimonial_sec{
  padding: 0px 0 50px;
  margin-top: -60px;
  position: relative;
}
.client_nnn{
  position: absolute;
  left: 14%;
  top: 9%;
  z-index: 1;
  width: 200px;
}
.client_nnn img{
  width: 100%;
}

.client_mmm{
  position: absolute;
  right: 14%;
  top: 7%;
  z-index: 1;
  width: 120px;
}
.client_mmm img{
  width: 100%;
}
.testi_box{
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  box-shadow: -9px -1px 18px rgb(143 168 138 / 30%);
}
.testi_text h4{
  margin-bottom: 1px;
  text-transform: uppercase;
  font-size: 20px;
}
.testi_padding{
  padding: 20px 20px;
}

.testi_img span{
  width: 70px;
    height: 70px;
    display: inline-block;
    border-radius: 50%;
    /* background: #fff; */
    /* padding: 2px; */
    /* box-shadow: 0 0 7px rgb(0 0 0 / 15%); */
    margin-right: 8px;
}
.testi_img span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testi_box p{
  min-height: 200px;
  font-size: 15px;
  margin-top: 15px;
  color: #1e1e1e;
  line-height: 24px;
}

.testi_slier_bos{
  width: 100%;
  display: block;
}
.dentists_sec{
  padding: 0px;
  position: relative;
}
.bg_ss{
  width: 100%;
  background: #8AD2DA;
}
.best_padding{
  padding: 20px;
}
.dentist_box{
  min-width: 160px;
  max-width: 280px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.dentist_box span{
  width: 100%;
  height: 115px;
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 23%);
  padding: 16px;
  border-radius: 21px;
}
.dentist_box span img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 15px;
}
.cli_cii{
  width: 100%;
}
.cli_cii img{
  width: 100%;
  vertical-align: bottom;
}

.blog_sec{
  padding: 50px 0;
  position: relative;
}
.sun_nnn{
  position: absolute;
  left: 10%;
  top: 7%;
  z-index: 1;
  width: 100px;
}
.sun_nnn img{
  width: 100%;
}
.sun_nnn1{
  position: absolute;
  right: 14%;
  top: 4%;
  z-index: 1;
  width: 65px;
}
.sun_nnn1 img{
  width: 100%;
}
.sun_nnn2{
  position: absolute;
  left: 8%;
  bottom: 10%;
  z-index: 1;
  width: 40px;
}
.sun_nnn2 img{
  width: 100%;
}





.blog_left_img{
  width: 100%;
  height: 450px;
  margin-bottom: 25px;
}
.blog_left_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_right{
  margin-bottom: 10px;
}
.blog_right_img{
  width: 80px;
  height: 80px;
  display: block;
  margin-right: 10px;
}
.blog_right_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_right_text h4{
  margin-bottom: 1px;
  font-size: 20px;
}
.blog_right_text p{
  font-size: 14px;
}
.blog_sec .news_img {
  height: 200px;
}
.blog_sec .news_img img{
  border-radius: 20px;
}   

.blog_sec .news_text {
  background: rgb(255 255 255 / 57%);
  padding: 15px;
  width: 90%;
  margin: -33px auto 0;
  border-radius: 10px;
  backdrop-filter: blur(5px);
}
.blog_pading{
  padding: 0 10px;
}
.blog_sec .news_text p{
  margin-bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in 0.3s;
}

.blog_sec .slick-slide.slick-current.slick-active .news_text p{
  opacity: 1;
  visibility: visible;
  transition: all ease-in 0.3s;
}
.blog_sec .latest_news_box:hover .news_text p{
  opacity: 1;
  visibility: visible;
  transition: all ease-in 0.3s;
}



.filters {
  text-align: left;
  margin-bottom: 30px;
}
.filters ul {
  padding: 0;
}
.filters ul li {
  list-style: none;
  display: inline-block;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
  font-size: 16px;
  text-transform: uppercase;
  background: #000000;
  border-radius: 30px;
  color: #fff;
}
.filters ul li span{
  position: relative;
  
}
.filters ul li:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  background: #6db8c1;
  transition: width 350ms ease-out;
  top: 0;
  width: 0;
  left: 0;
  border-radius: 30px;
}
.filters ul li:hover:before {
  width: 100%;
  transition: width 350ms ease-out;
  border-radius: 30px;
}
.filters ul li.active:before {
  width: 100%;
  border-radius: 30px;
}




/*--- footer ---*/
.footer_bg{
  width: 100%;
  margin-bottom: -1px;
}
.footer_bg img{
  width: 100%;
  vertical-align: bottom;
}
footer{
  width: 100%;
  height: auto;
  background-color: #8AD2DA;
  padding-bottom: 30px;
  position: relative;
}
.frt_nnn{
  position: absolute;
  left: 10%;
  top: -60px;
  z-index: 1;
  width: 100px;
}
.frt_nnn img{
  width: 100%;
}
.frt_nnn1{
  position: absolute;
  right: 20%;
  top: -32%;
  z-index: 1;
  width: 107px;
}
.frt_nnn1 img{
  width: 100%;
}
.frt_nnn2{
  position: absolute;
  left: 24%;
  bottom: 0%;
  z-index: 1;
  width: 90px;
}
.frt_nnn2 img{
  width: 100%;
}
.frt_nnn3{
  position: absolute;
  right: 12%;
  bottom: 10%;
  z-index: 1;
  width: 180px;
}
.frt_nnn3 img{
  width: 100%;
}
.footer-logo{
  width: 250px;  
}
.footer-logo img{
  width: 100%;  
}
footer .cont-details{
  margin-top: 10px;
}
footer .cont-details h4{
  color: #000;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}
footer .cont-details p{
  color: #000;
}
footer .cont-details a{
  color: #000;
}
footer .cont-details a:hover{
  color: var(--green-);
}
.footer-link h4{
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.footer-link ul{
  list-style: none;
}
.footer-link ul li {
  margin: 0 0 10px 0;
}
.footer-link ul li a{
  color: #000;
  font-weight: 400;
}
.footer-link ul li a:hover{
  color: var(--green-);
}
.footer-link.social-link h4{
  display: inline;
  margin: 0px;
  padding: 0px;
}
.footer-link.social-link{
  display: flex;
  align-items: start;
  gap: 50px;
  justify-content: space-between;
}
.footer-link.social-link ul{
  column-count: inherit;
  display: flex;
  align-items: start;
  gap: 10px;
}
.footer-link.social-link ul li{
  margin: 0px;
}
.footer-link.social-link ul li a{
  font-size: 18px;
  color: #fff;
  background: #000;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}


.footer-link.social-link ul li a:hover{
  color: var(--green-);
}
.map iframe{
  border-radius: 12px;
}
.copy-right .main-div{
  padding: 20px 0;
}
.copy-right .main-div .copy-text p {
  margin-bottom: 0px;
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 400;
}
.copy-right .main-div ul{
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.copy-right .main-div ul::before{
  position: absolute;
  content: '';
  left: 136px;
    top: 6px;
    width: 2px;
    height: 20px;
  background-color: #000;
}
.copy-right .main-div ul li a{
  color: #000;
  font-size: 20px;
  font-weight: 600;
}

/*------------- loader ----------------- */

.page-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #029CB3;
  z-index: 1000;
}
.loader {
  display: block;
  z-index: 99;
  margin-top: 40vh;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
  border: 3px solid white;
  border-radius: 50%;
  animation: spin 7s ease-in-out;
  animation-iteration-count: infinite;
  transition-duration: 0.1s;
}

.loader:hover {
  scale: 0.95;
  /*Loader on hover effect*/
}

.loader:active {
  scale: 2.5;
  /*Loader on click effect*/
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
  }
  50% {
    transform: rotate(1800deg);
    border: 3px solid white;
    border-left: solid 3px transparent;
    border-right: solid 3px transparent;
  }
  100% {
    /*Reversed spinning*/
    transform: rotate(0deg);
    border-bottom: solid 3px transparent;
    border-top: solid 3px transparent;
  }
}

/*------------- animation ----------------- */

h1 span {
  display: inline-block;
  animation: slideLeft 1.5s forwards;
  opacity: 0;
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

@keyframes slideLeft {
  from {
    opacity: 0;
    transform: translateX(200px);
  } 
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}



.swiper {
  margin: 0 auto 0;
  width: max-content;
  padding: 10px 0px;
  /* font-size: 10vw; */
  line-height: 1;
  position: relative;
  overflow: hidden;
}
.swiper__content {
  color: rgba(0, 0, 0, 0);
  display: block;
}
.swiper__bar, .swiper__bar--right {
  width: 100%;
  height: 100%;
  background: #6db8c1;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  transition: 1s ease-in-out;
}
.swiper__bar--right {
  transform: translateX(100%);
}
.swiper.revealed .swiper__content {
  animation-name: kf-font-reveal;
  animation-duration: 1s;
  color: #000;
}
.swiper.revealed .swiper__bar {
  transform: translate(101%, 0%) translate3d(0px, 0px, 0px);
}
.swiper.revealed .swiper__bar--right {
  transform: translate(-101%, 0%) translate3d(0px, 0px, 0px);
}

@keyframes kf-font-reveal {
  0% {
    color: rgba(0, 0, 0, 0);
  }
  50% {
    color: rgba(0, 0, 0, 0);
  }
  51% {
    color: rgba(0, 0, 0, 1);
  }
  100% {
    color: rgba(0, 0, 0, 1);
  }
}

/*------------- animation ----------------- */
.abt-right .swiper, .testimonial_sec .swiper, .about_text .swiper{ 
  width:auto;
}
.text_white .swiper.revealed .swiper__content {
  color: #fff;
}












/*------------- Inner Page ----------------- */


.inner_banner_sec {
  padding: 250px 0 130px 0;
  position: relative
}
.inner_banner_sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, #ffffff, transparent);
}
.inner_banner_ontent {
  position: relative;
  z-index: 9;
}
.inner_banner_ontent h2{
  font-size: 50px;
  font-family: var(--heading-font);
  color: #000;
  margin-bottom: 0;
  font-weight: 600;
}
.inner_banner_ontent h4 {
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-family: var(--heading-font);
  font-size: 60px;
  font-weight: 300
}
.inner_banner_ontent p{
  color: var(--white-color);
}
.inr_latest:before{
  content: none;
}
.about_sec{
  padding: 50px 0;
}
.img_part img{
  width: 100%;
}

.service_catagory{
  padding: 50px 0;
}


.contact-us{
  position: relative;
}
.contact-wrap-main{
margin: 50px 0px;
}
.contact-left h2{
font-size: 48px;
font-weight: 600;
}
.contact-left p{
  font-size: 20px;
}
.contact-form{
margin: 20px 0px;  
padding: 0px 60px 0px 0px;
}
.contact-us .form-group-wrap{
margin: 14px 0px;
}
.contact-us .contact-form .form-control{
padding: 10px 10px;
}
.contact-us .form-group-wrap p{
	margin-bottom:0;
}
.contact-us .contact-form .send-msg .btn{
  background: var(--main-color);
  color: var(--white-color);
  font-size: 16px;
  box-shadow: none;
  outline: none;
  padding: 10px 0px;
  width: 100%;
}
.contact-right{
  position: relative;
  padding: 27px 40px;
  box-shadow: 10px 25px 50px rgb(0 0 0 / 13%);
  border-radius: 10px;
  margin-top: 0px;
}
.contact-info{
 margin-bottom: 48px;   
 padding: 30px 0px;
 border-bottom: 1px solid rgb(0 0 0 / 50%);
}
.contact-info:last-child{
border: none;
margin: 0px;  
}
.contact-us .con-icon{
  width: 60px;
  height: 60px;
  background: var(--main-color);
  padding: 10px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;  
  text-align: center;
  margin-right: 20px;
}
.contact-us .con-text{
margin-top: 10px;
}
.contact-us .con-text a{
color: #161723;
text-decoration: none;
font-size: 17px;
}
.contact-us .con-text h3{
font-size: 17px;
font-weight: 600;
letter-spacing: 5px;
}
.map-sec iframe{
filter: grayscale(1);
}
.catagory_sec{
padding: 100px 0;
}
.bg_ser{
  background: #f2f2f2;
}

.latest_news{
  padding: 50px 0;
}
.news_img{
  width: 100%;
  height:350px;
  display: block;
  position: relative;
}
.news_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.news_text{
  background: rgb(255 255 255 / 75%);
  position: relative;
  padding: 25px;
  width: 85%;
  margin: -65px auto 0;
  border-radius: 15px;
  backdrop-filter: blur(7px);
}
.date_news{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
  width: 50%;
  height: 50px;
  display: block;
  text-align: center;
}
.date_news span{
  padding: 6px 15px;
  background: var(--green-color);
  color: var(--white-color);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0 0 6px 6px;
  display: inline-block;
}
.news_man span{
  width: 25px;
  height: 25px;
  display: block;
  margin-right: 5px;
}
.news_man span img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.chat_img span{
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 5px;
}
.chat_img span img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.border_1{
  border-right: 1px solid #000;
  padding-right: 10px;
  margin-right: 10px;
}

.news_text h4{
  font-weight: 600;
  font-size: 18px;
  color: #000;
}
.news_text p{
  font-size: 14px;
}

.latest_padding{
  padding: 20px;
}

.news_name h6{
  font-size: 12px;
  margin-bottom: 0;
}


.blo_section {
  padding: 50px 0;
}

.single_blog h6 {
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 0
}

.single_blog h6 span {
  color: #081809;
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #000;
  line-height: 12px
}

.single_blog h2 {
  font-size: 25px;
}

.blog_img_wrapper {
  height: 500px;
  margin-bottom: 20px
}

.blog_img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover
}

.blog_desc p {
  font-size: 15px
}

.box_1 {
  background-color: rgb(2 156 179);
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 15px;
}

.box_1 h4 {
  font-size: 22px;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.box_1 ul li {
  color: #fff;
}
.box_1 ul li a {
  color: #fff;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  transition: ease-in all 0.3s
}

.box_1 ul li a:hover {
  padding-left: 15px;
  transition: ease-in all 0.3s
}

/*css by Pramesh */
.children .byuser{
	margin-top:35px !important;
}
.logged-in-as a{
	color: rgb(2 156 179); 
}
.comments-sec{
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 15px;
	position:relative;
}
.comment-user-avatar{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
}
.comment-body{
    border-radius: 15px;
    padding: 15px;
	border:1px solid #ccc;
}
	.comment-content p{
		margin-bottom:0px !important;
	}
	.comment-meta{
		padding-top:0px !important;
		padding-bottom:0px !important;
	}
footer.comment-meta{
	background-color:transparent !important;
}
.comment-author{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    border-radius: 40px;
    overflow: hidden;
}
.comment-author img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.comment-metadata a{
  color: #222;
}
.comment-reply{
	position: absolute;
	right: 35px;
}
.comment-reply a{
  color: #222;
}
.comment-form-comment textarea{
    width: 100%;
    height: 50px;
    border-radius: 20px;
    padding: 10px 20px;
}
.form-submit .submit{
    display: inline-block;
    box-sizing: border-box;
    padding: 12px 35px;
    border-radius: 30px;
    position: relative;
    color: var(--white-color);
    background: var(--gradient-color);
    text-decoration: none;
    overflow: hidden;
    border: none;
}
.comment-form-author input{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #222;
	padding:5px 20px;
}
.comment-form-email input{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #222;
	padding:5px 20px;
}
.comment-form-url input{
    width: 100%;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #222;
	padding:5px 20px;
}
input:focus{
	outline:none !important;
	outline-width:0px !important;
}
textarea:focus{
	outline:none !important;
	outline-width:0px !important;
}

/* / 404 page css by Pramesh  / */
  .error-page{
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    padding: 200px 0px 200px 0px;
  }
.error-page .page-header .page-title{
    font-size: 80px;
    font-weight: bold;
    color: var(--light-blue);
}
.error-page .page-header h4{
  font-size: 24px;
  text-transform: uppercase;
  color: var(--black-color);
}

.page-item.active .page-link{
  background-color: var(--green-color) !important;
    border-color: var(--green-color) !important;
}
.page-link{
  color: var(--black-color);
}
.page-link:focus{
  box-shadow: 0 0 0 0 rgba(13, 109, 253, 0);
}