@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --green-color: #96C948;
  --blue-color: #24A6DA;
  --text-color: #6A6A6A;
  --white-color: #fff;
  --black-color: #333;
  --main-font: "Roboto", serif;
  --heading-font: "Exo", sans-serif;
}

html {
  font-family: var(--main-font);
  /* overflow-y: hidden; */
}

body {
  font-family: var(--main-font);
}

a {
  text-decoration: none;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 48px;
}

h4 {
  font-size: 36px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

a {
  font-family: var(--main-font);
}

p {
  font-family: var(--main-font);
  font-size: 18px;
  color: var(--black-color);
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.btn {
  background-color: var(--green-color);
  padding: 10px 25px;
  border-radius: 40px;
  font-family: var(--main-font);
  text-transform: uppercase;
  color: var(--white-color);
  font-weight: 500;
  letter-spacing: 2px;
  border: 2px solid var(--green-color);
}

.btn.blue-btn {
  background-color: transparent;
  border: 2px solid var(--white-color);
}

.btn:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
  border: 2px solid var(--blue-color);
}

.btn.blue-btn:hover {
  background-color: var(--blue-color);
  border: 2px solid var(--blue-color);
}

.main_menu_hdr {
  background: none;
  z-index: 99;
  /* position: absolute; */
  width: 100%;
  left: 0;
  top: 0px;
}

.left_top {
  display: flex;
  justify-content: flex-start;
}

.main_menu {
  display: block;
  position: relative;
  padding: 0px 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
}

.logo a {
  position: relative;
  z-index: 1;
  width: 190px;
  display: block;
}

.logo a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.search_top .form-control,
.search_top .form-control:focus {
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  padding: 13px;
  color: #282828;
  border-color: rgb(0 0 0 / 25%);
  border-radius: 6px 0 0 6px;
  background-color: #ffffff;
  box-shadow: none !important;
  border-width: 1px;
  border-style: solid;
  outline: 0 none;
  height: 45px;
  width: 300px;
}

.btn_magnifing {
  background: var(--main-color);
  color: var(--white-color);
  border-radius: 0;
  padding: 12px;
  border-radius: 0 6px 6px 0;
  height: 45px;
}

.btn_magnifing:hover {
  background: var(--main-color);
  color: var(--white-color);
}

.right_login {
  background: var(--white-color);
  padding: 0px 0px;
  border-radius: 0 0px;
}

.right_top {
  display: block;
}

.right-top-div {
  display: flex;
  align-items: center;
}

.right_btm {
  display: block;
}

.call a {
  color: var(--white-color);
  text-decoration: none;
  font-size: 20px;
}

.icon_c a {
  color: var(--text-color);
  padding: 15px;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  background: transparent;
  border: 1px solid #1e1e1e;
}

.icon_c a:hover {
  color: var(--main-color);
  background: var(--heading-color);

}

.search-btn a {
  border: none;
}

.icon_c {
  position: relative;
}

/*-----scroll-bar-design----------*/


/*-----scroll-bar-design----------*/
/* .cart-div {
  position: absolute;
  top: -8px;
  right: -8px;
  z-index: 10;
  background: red;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  line-height: 14px;
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 0;
} */

.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: rgb(0 0 0 / 50%);
}

.slick-nav {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 5%;
}

.prev-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  right: auto;
  left: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.next-arrow {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  right: 5%;
  left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.next-arrow:hover,
.prev-arrow:hover {
  background-color: var(--green-color);
}

.next-arrow:hover i,
.prev-arrow:hover i {
  filter: brightness(0) invert(1);
}

.next-arrow i,
.prev-arrow i {
  font-size: 20px;
}

.slider,
.slide {
  height: 80vh;
}

.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slide__img-2 {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 700px;
  height: 800px;
}

.slide__img-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.water-drop {
  position: absolute;
  left: 20px;
  top: -30px;
  width: 115px;
  height: 115px;
}

.water-drop img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@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: 50%;
}

.slide .slide__content.slide__content__left {
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.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;
  animation: fadeInLeft 0.5s both 1.5s;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0px;
  animation: fadeInLeft 1s both 1.5s;
}

.slide .slide__content--headings .title {
  font-size: 62px;
  line-height: 70px;
  font-weight: 900;
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  top: 50%;
  right: 34px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0px, -50%);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  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;
}

.simple-dots .slick-dots li.slick-active button {
  color: white;
  opacity: 0.75;
}

.stick-dots .slick-dots li {
  height: 3px;
  width: 50px;
}

.stick-dots .slick-dots li button {
  position: relative;
  background-color: white;
  opacity: 1;
  width: 35px;
  height: 3px;
  padding: 0;
  border-radius: 30px;
}

.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: var(--main-color);
  opacity: 1;
  width: 50px;
  background: var(--main-color);
}

.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%;
  }
}

/* start page css  */
.top-bar {
  background-color: var(--white-color);
  height: auto;
  padding: 5px 0;
  /* position: absolute; */
  width: 100%;
  z-index: 11;
}

.top-bar .top-wrepper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.top-bar .top-wrepper .left-details ul {
  display: flex;
  align-items: center;
  gap: 30px;
}

.top-bar .top-wrepper .left-details ul li span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  background-color: var(--black-color);
  border-radius: 40px;
  width: 30px;
}

.top-bar .top-wrepper .left-details ul li span i {
  color: var(--white-color);
}

.top-bar .top-wrepper .right-details {
  display: flex;
  align-items: center;
}

.top-bar .top-wrepper .right-details .login-area ul {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* .top-bar .top-wrepper .right-details .login-area ul::before{
  position:absolute;
  content: '';
  left: 44px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: var(--white-color);
} */
.top-bar .top-wrepper .right-details .login-area ul li a {
  color: var(--black-color);
  font-family: var(--main-font);
  font-size: 20px;
}

.top-bar .top-wrepper .right-details .social-icon ul {
  display: flex;
  align-items: center;
}

.top-bar .top-wrepper .left-details ul li a {
  color: var(--black-color);
  font-family: "Inter", sans-serif;
}
.top-bar .top-wrepper .left-details ul li a:hover{
  font-weight: normal;
  color: #96C948;
}
.top-bar .top-wrepper .left-details ul li i {
  color: var(--black-color);
}

.top-bar .top-wrepper .right-details .social-icon ul li {
  padding: 0px 5px;
}

.top-bar .top-wrepper .right-details .social-icon ul li a {
  color: var(--black-color);
  font-size: 30px;
}

.top-bar .top-wrepper .right-details .social-icon ul li a:hover {
  color: var(--sub-title);
}

.top-wrepper .login-area {
  margin-right: 100px;
}

.main-menu-ber {
  background-color: var(--green-color);
}

.common-padd {
  padding: 60px 0px;
}


/* Interesting Facts */
/* our_process */
.our_process {
  padding: 100px 0px 60px;
}

.process-icon-wrap {
  background: #ffffff;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0 0 15px #ccc;
  border-bottom: 5px solid var(--green-color);
  padding: 40px;
  position: relative;
}

.process-icon-wrap span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  width: 36px;
  height: 36px;
  background-color: var(--black-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-family: var(--heading-font);
  font-weight: bold;
}

.process-icon {
  text-align: center;
  transition: ease-in all 0.3s;
}

.process-icon-wrap img {
  width: 100%;
}

.process-icon-text {
  padding: 0px 30px;
}

.process-icon-text h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: var(--black-color);
  font-family: var(--heading-font);
}

.process-icon-text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

/* .op-1 {
  transform: rotate(345deg);
} */

/* .op-2 {
  transform: rotate(20deg);
} */

/* .process-icon:hover .process-icon-wrap-2 {
  background: var(--blue-color);
  transition: ease-in all 0.3s;
} */

/* .process-icon-wrap-2 {
  background: rgb(255, 179, 27);
  background: linear-gradient(90deg, rgba(255, 179, 27, 1) 0%, rgba(255, 215, 134, 1) 49%);
  transition: ease-in all 0.3s;
} */
.process-icon:hover .process-icon-text h3 {
  color: var(--green-color);
}

.process-icon:hover .process-icon-wrap span {
  background-color: var(--green-color);
}

.l-2 {
  margin-bottom: -18%;
}

.l-1 {
  margin-bottom: -27%;
}

.l-3 {
  margin-top: 35%;
}

.l-4 {
  margin-top: -12%;
}

.l-6 {
  margin-top: 24%;
}

.l-5 {
  margin-top: 10%;
}

.bounce {
  animation-delay: 1s;
  animation: bounce 15s linear infinite;
}

.bounce-1 {
  animation-delay: 2s;
  animation: bounce1 15s linear infinite;
}

.bounce-3 {
  animation-delay: 3s;
  animation: bounce2 15s linear infinite;
}

@keyframes bounce {
  0% {
    transform: translateY(0px);
  }

  33% {
    transform: translateY(-15px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes bounce1 {
  0% {
    transform: translateY(0px);
  }

  33% {
    transform: translateY(15px);
  }

  70% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes bounce2 {
  0% {
    transform: translateY(0px);
  }

  33% {
    transform: translateY(-15px);
  }

  70% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }

}

.op-line-bg {
  position: relative;
}

.op-line-bg::before {
  position: absolute;
  content: "";
  background-image: url(../images/op-line.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 200px;
  margin: 0 auto;
  right: 0;
  top: 0;
}

/* about css */
.about-sec {
  position: relative;
}

.about-sec::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/about-bg.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 40%;
}

.about-sec .left-img {
  width: 100%;
  height: 300px;
  border-radius: 80px 0px 80px 0px;
  border: 5px solid var(--white-color);
  margin-bottom: 20px;
  background-color: var(--white-color);
}

.about-sec .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 75px 0px 75px 0px;
}

.about-sec .left-img.img-bottom {
  width: 100%;
  height: 300px;
  border-radius: 0px 80px 0px 80px;
  border: 5px solid var(--white-color);
  margin-bottom: 20px;
  background-color: var(--white-color);
  /* padding: 5px; */
}

.about-sec .left-img.img-bottom img {
  border-radius: 0px 75px 0px 75px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* gallry page css video  */
.modal-dialog {
  /* max-width: 1200px; */
  margin: 30px auto;
}

.modal-body {
  position: relative;
  padding: 0px;
}

.close {
  position: absolute;
  right: -30px;
  top: 0;
  z-index: 999;
  font-size: 32px;
  font-weight: normal;
  color: red;
  opacity: 1;
  background: white;
}

.play-btn {
  width: 100px;
  height: 100px;
  background: radial-gradient(rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 1) 62%);
  border-radius: 50%;
  position: relative;
  display: block;
  /* margin: 40px 0px; */
  box-shadow: 0px 0px 25px 3px #fff;
  user-select: none;
  -webkit-user-drag: none;
}

/* triangle */
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid var(--black-color);
  z-index: 1;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid var(--white-color);
  top: -25%;
  left: -25%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

a {
  color: var(--white-color);
  text-decoration: none;
}

a:hover {
  color: #34495E;
  text-decoration: none;
  font-weight: 700;
}

.video-box {
  position: relative;
  width: 100%;
  height: 400px;
  background-color: #ccc;
  border-radius: 80px 0px 80px 0px;
  border: 5px solid var(--white-color);
}

.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 80px 0px 80px 0px;
}

.video-box .video-img {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.video-box .video-img button {
  padding: 0px;
  margin-bottom: 0px;
  line-height: 0px;
  border: 0px !important;
  background-color: transparent !important;
}

.about-sec .right {
  padding-left: 60px;
}

.common-heading h2 {
  font-weight: bold;
  font-family: var(--heading-font);
  color: var(--black-color);
}

.common-heading.white-text h2 {
  color: var(--white-color);
}

.about-sec .right .welcome-text {
  font-size: 32px;
  font-family: var(--main-font);
  max-width: 450px;
  color:var(--black-color);
  line-height: 40px;
}

.video-box .video-img button:focus {
  outline: none;
  box-shadow: none;
}

/* services sec css  */
.service-wrepper {
  position: relative;
}

.service-wrepper::before {
  position: absolute;
  content: '';
  left: 0;
  top: 100px;
  background-image: url('../images/Vector.png');
  width: 100%;
  height: 164px;
  background-repeat: no-repeat;
  background-size: 100%;
}

/* testimonial css  */
.texstimonial-sec {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: var(--green-color);
}

.testimonial-slider .t-slider {
  background-color: var(--white-color);
  padding: 40px 40px;
  border-radius: 20px;
}

.testimonial-slider .t-slider .star ul {
  display: flex;
  align-items: center;
  /* justify-content: center; */
}

.testimonial-slider .t-slider .star ul li i {
  color: #FFA24D;
}

.testimonial-slider .t-slider .user {
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-slider .t-slider .user .text-user h5 {
  font-size: 20px;
  margin-bottom: 0px;
}

.testimonial-slider .t-slider .user .text-user p {
  margin-bottom: 0px;
}

.testimonial-slider .t-slider .user .img-box {
  width: 60px;
  height: 60px;
}

.testimonial-slider .t-slider .user .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-slider {
  margin-top: 50px;
}

/* arrow css  */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  border: 1px solid #ccc;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: var(--blue-color);
}

.owl-nav button span {
  font-size: 30px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -25px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -25px;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

button {
  background-color: var(--white-color);
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}


/* blog css  */
.blog-wrepper {
  margin-top: 50px;
}

.blog-wrepper.blog-details {
  margin-top: 20px;
}

.blog-wrepper .blog-main-box {
  width: 94%;
  height: auto;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 12px 12px 12px 12px;
  transition: .5s;
  overflow: hidden;
}

/* .blog-wrepper .blog-main-box:hover {
  transform: translateY(-10px);
  transition: .5s;
} */



.blog-wrepper .blog-main-box .img-box {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}

.blog-wrepper .blog-main-box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}

.blog-wrepper .blog-main-box .text-box {
  padding: 35px;
}

.blog-wrepper .blog-main-box .text-box a {
  color: #6A6A6A;
  font-size: 16px;
  font-weight: 600;
}

.post-date ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

.post-date ul li {
  font-size: 14px;
  color: #6A6A6A;
  display: flex;
  gap: 5px;
}

.post-date ul li img {
  flex-shrink: 0;
  width: 15px;
  height: auto;
}

.blog-title h3 {
  font-size: 24px;
  color: var(--black-color);
  font-family: var(--heading-font);
  margin: 20px 0;
  font-weight: 600;
}

.blog-wrepper .blog-main-box:hover .content-box {
  display: block;
}
.blog-wrepper .blog-main-box .text-box a:hover{
  color: var(--green-color);
}
/* .content-box.blog-show{
  display: block;
} */
.slick-current .content-box {
  display: block;
}

.content-box {
  display: none;
}

footer {
  width: 100%;
  height: auto;
  background-color: var(--green-color);
}

footer .cont-details h4 {
  color: #fff;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}

footer .cont-details p {
  color: var(--black-color);
}

footer .cont-details a {
  color: var(--black-color);
}

footer .cont-details a:hover {
  color: var(--green-);
}

.footer-link h4 {
  color: var(--black-color);
  font-size: 24px;
  font-weight: 500;
}

.footer-link ul li {
  margin: 0 0 10px 0;
}

.footer-link ul li a {
  color: var(--black-color);
  font-weight: 400;
}

.footer-link ul li a:hover {
  color: var(--white-color);
}

.footer-link.social-link h4 {
  display: inline;
  margin: 0px;
  padding: 0px;
}

.footer-link.social-link {
  display: flex;
  align-items: start;
  gap: 50px;
}

.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 i {
  font-size: 25px;
}

.footer-link.social-link ul li a:hover {
  color: var(--white-color);
}

.map iframe {
  border-radius: 12px;
}

.copy-right .main-div {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.copy-right .main-div .copy-text p {
  margin-bottom: 0px;
  color: var(--black-color);
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

/* .blog-slider .slid-box {
  padding: 15px;
} */
.blog-slider .slick-slide.slick-current .slid-box .blog-main-box{
  box-shadow: 0 0 15px #ccc;
}
.blog-wrepper .slick-slide.slick-current .slid-box .blog-main-box .post-date ul li i {
  color: var(--green-color);
}
.blog-list .read-more {
  color: var(--green-color);
  font-weight: normal;
  font-size: 14px;
}

.blog-wrepper .slick-slide.slick-current .slid-box .blog-main-box .text-box a{
  color: var(--green-color);
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––  */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  /* padding: 8px 0; */
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
  width: 100%;
  z-index: 11111;
  top: 0;
}

.page-header.is-sticky img {
  max-width: 100%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

.footer-logo img {
  width: 200px;
}

.address {
  margin-top: 30px;
}

.address ul li a {
  color: var(--black-color);
}

.address ul li {
  display: flex;
  margin-bottom: 20px;
}

.address ul li .ad-icon {
  display: flex;
  width: 30px;
  height: 30px;
  background-color: var(--black-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  margin-right: 10px;
  flex-shrink: 0;
}

.address ul li .ad-icon i {
  font-size: 15px;
}

.address ul li a:hover {
  color: var(--white-color);
}

/* About page css  */
.inner-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.inner-banner .banner-text h2 {
  color: var(--white-color);
  font-family: var(--heading-font);
}

.inner-banner .banner-text {
  padding: 150px 0px;
}

.service-card-wrepper {
  margin-top: 50px;
}

.service-card .img-box {
  width: 80px;
  height: 80px;
  overflow: hidden;
  transition: .5s;
  margin-bottom: 20px;
}

.service-card .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-card-wrepper .service-card {
  padding: 30px 30px;
  transition: .5s;
  border-radius: 15px;
}

.service-card .text-box h4 {
  color: var(--green-color);
  font-size: 28px;
}

.service-card:hover {
  box-shadow: 0 0 15px #ccc;
  transition: .5s;
}

.linka a {
  text-decoration: none;
  color: #222;
  font-weight: 500;
  transition: .5s;
}
.linka a:hover{
  color: var(--blue-color);
  transition: .5s;
}
.service-card:hover .img-box {
  transform: scale(1.1);
}

/* service page css  */
.about-sec.services-section .left-img {
  height: 550px;
  border: 5px solid var(--green-color);
}

.about-sec.services-section::before {
  display: none;
}

/* blog page css  */
.blog-page .col-xl-4 {
  margin-bottom: 20px;
}

.blog-page .blog-wrepper .blog-main-box {
  width: 100%;
}

/* contact page css  */
.contact-details-wrepper {
  margin-top: 70px;
}

.contact-details-wrepper .col-lg-4 {
  margin-bottom: 30px;
}

.common-heading-center {
  max-width: 600px;
  margin: 0 auto;
}

.get-in-touch .con-card {
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  height: 100%;
  transition: .5s;
}

.get-in-touch .con-card:hover {
  transform: translateY(-10px);
  transition: .5s;
}

.con-card .icon {
  width: 60px;
  height: 60px;
  background-color: var(--green-color);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.con-card .icon i {
  font-size: 30px;
  color: #fff;
}

.con-card .icon-heading {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

.con-card .cont-details p {
  color: var(--green-color);
  font-size: 20px;
}

.con-card .cont-details a {
  text-decoration: none;
  color: var(--black-color);
  font-size: 16px;
  font-weight: normal;
}

.con-card .cont-details a:hover {
  color: var(--green-color);
}

.sec-text .common-heading {
  margin: 0 auto;
  max-width: 900px;
}

.cont-form {
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.form-area {
  background-color: rgba(212, 212, 212, 0.5);
  border-radius: 30px;
  padding: 50px 30px;
}

.form-area .btn {
  background-color: var(--green-color);
  border: none !important;
  max-width: 200px;
}

input.form-control {
  height: 45px;
}


.splitting .char {
  animation: slide-in .7s cubic-bezier(.3, 0, .7, 1) both;
  animation-delay: calc(50ms * var(--char-index));
}

@keyframes slide-in {
  from {
    transform: scale(0.4) translateY(80%);
    opacity: 0;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.gl-box {
  position: relative;
  display: block;
  height: 300px;
  width: 31%;
  margin-bottom: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 6.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
  filter: invert(1) grayscale(100);
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-inner {
  width: 70%;
}

.lightbox-modal .carousel-inner img {
  animation: zoomin 10s linear infinite;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

@media (min-width: 1400px) {
  .lightbox-modal .carousel-inner {
    max-width: 50%;
  }
}

.btn-fullscreen-enlarge,
.btn-fullscreen-exit {
  position: absolute;
  top: 1.25rem;
  right: 3.5rem;
  z-index: 10;
  border: 0;
  background: transparent;
  opacity: .6;
  font-size: 1.25rem;
}

.gallery-grid {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  margin-left: 65px;
}


.gallery-grid .gl-box:nth-child(2) {
  height: 520px;
}

.gallery-grid .gl-box:nth-child(3) {
  height: 430px;
}

.gallery-grid .gl-box:nth-child(4) {
  height: 520px;
}

.gallery-grid .gl-box:nth-child(5) {
  height: 520px;
}

.gallery-grid .gl-box:nth-child(6) {
  height: 430px;
}
.gallery-grid .gl-box:nth-child(7) {
  height: 430px;
}
.gl-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 0;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.gl-box .img-overlay {
  width: 80px;
  height: 80px;
  background-color: var(--green-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.gl-box .img-overlay i {
  transform: rotate(-45deg);
  font-size: 30px;
  color: var(--white-color);
}

.gl-box:hover .overlay {
  opacity: 1;
  transition: 0.5s;
}

.bi {
  display: none;
}

.modal {
  overflow-y: hidden;
}

.button-group {
  text-align: center;
  margin: 40px 0px 50px 0px;
}

.gl-box .text-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #15181B;
  padding: 20px;
  text-align: center;
  opacity: 0;
  transition: .5s;
  z-index: 1;
}

.gl-box:hover .text-box {
  opacity: 1;
  transition: .5s;
}

.gl-box:hover .text-box p,
.gl-box:hover .text-box h5 {
  color: #fff;
}

/* .button-group .btn.active{
  background-color: var(--blue-color) ;
} */


.blog-page .content-box {
  display: block;
}

.blog-page .blog-main-box {
  margin-bottom: 20px;
}

.blog-page .blog-main-box {
  width: 100%;
}

.modal-content {
  background-color: transparent !important;
  border: 0px solid rgba(0, 0, 0, .2) !important;
}

.modal-content .btn-close {
  filter: brightness(0) invert(1) !important;
  opacity: 1 !important;
}


/* blog-detila page css  */
.blog-details .blog-details-img-box {
  width: 100%;
  height: 500px;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ccc;
}

.blog-details .blog-details-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-details .blog-main-box {
  width: 100%;
  height: auto;
  background-color: transparent;
  transition: .5s;
  overflow: hidden;
  border: 0px solid #fff;
}

.blog-details .blog-main-box .content-box {
  display: block;
}

.blog-details .blog-main-box .text-box {
  padding: 50px 30px;
}

.blog-list .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-list .item .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-list {
  width: 100%;
  height: 870px;
  overflow-x: auto;
  padding: 0px 20px 0px 0px;
}

.bolg-border {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  height: 920px;
}

.blog-list .list-box {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-bottom: 10px;
  background-color: #f0faff;
  border-radius: 10px;
  padding: 5px;
  transition: .3s;
  border: 1px solid #bbb;
}

.blog-list .list-box:hover {
  box-shadow: 0 0 10px #bbb;
  transition: .3s;
}

.blog-details .blog-list .list-box .item p {
  margin-bottom: 5px;
  font-size: 14px;
}

.blog-details .slid-box {
  background-color: #fff;
  box-shadow: 0 0 15px #bbb;
  border-radius: 20px;
}

.blog-details-slid .blog-slider .slid-box {
  padding: 0px;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close{
  right: -30px;
}
.about-sec.about-page::before{
  display: none;
}
.about-sec.about-page .left-img{
  width: 100%;
  height: 300px;
  border-radius: 80px 0px 80px 0px;
  border: 5px solid var(--green-color);
  margin-bottom: 20px;
  background-color: var(--white-color);
}
.about-sec.about-page .left-img.img-bottom {
  width: 100%;
  height: 300px;
  border-radius: 0px 80px 0px 80px;
  border: 5px solid var(--green-color);
  margin-bottom: 20px;
  background-color: var(--white-color);
  /* padding: 5px; */
  overflow: hidden;
}
.about-sec.about-page .left-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 75px 0px 75px 0px;
}
.about-sec.about-page .left-img.img-bottom img {
  border-radius: 0px 75px 0px 75px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-sec.about-page .video-box {
  position: relative;
  width: 100%;
  height: 400px;
  border-radius: 80px 0px 80px 0px;
  border: 5px solid var(--green-color);
}
.wpcf7-form p{
	margin-bottom:0;
}



