@import url("https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap");

body {
  font-family: "Fredoka", sans-serif;
}

.header-area {
  border-bottom: 1px solid #49ae4421;
  z-index: 9;
  position: relative;
  margin-bottom: -143px;
}

.header-menu {
  text-align: right;
}

.header-menu ul li {
  display: inline-block;
  margin-right: 57px;
}

.header-menu ul li:last-child {
  margin-right: 50px;
}

.header-menu ul {
  display: inline-block;
}

.header-menu ul li a {
  display: inline-block;
  color: #fff;
  padding: 33px 0;
  font-size: 17px;
  font-weight: 500;
  transition: 0.5s;
}

.header-menu ul li a:hover {
  color: #49af45;
}

.header-menu ul li i {
  display: inline-block;
  font-size: 12px;
  position: relative;
  left: 6px;
  top: 0px;
}

.header-secrch-icon {
  display: inline-block;
}

.header-secrch-icon i {
  display: inline-block;
  color: #49af45;
  font-size: 16px;
  cursor: pointer;
}

.header-button {
  display: inline-block;
}

.header-button a {
  display: inline-block;
  background: #49af45;
  padding: 11px 26px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-left: 36px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.header-button a:hover {
  color: #49af45 !important;
}

.header-button a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0);
  transition: 0.5s;
}

.header-button a:hover:before {
  transform: scale(1);
}

.header-button i {
  transition: 0.5s;
}

.header-button a:hover i {
  color: #49af45 !important;
}

.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #111111 !important;
  transition: 0.5s;
  z-index: 999 !important;
  -webkit-animation: 300ms running fadeInDown;
  animation: 500ms running fadeInUp;
  animation-name: slideInDown;
}
/* hero css */
.hero-area-video {
  position: relative;
  height: 950px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.hero-bg-video {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero-area-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 43%);
  z-index: 1;
}
.hero-desc {
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  width: 45%;
  font-weight: 100;
}

.hero-content-wrapper {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 0 20px;
}
.hero-content h4 {
  color: #4baf47;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.hero-content h1 {
  font-size: 76px;
  color: #fff;
  font-weight: 800;
  line-height: 71px;
}

/*Echofy--button*/
.theme-button {
  margin-top: 40px;
  display: inline-block;
}

.theme-button a {
  display: inline-block;
  background: #49af45;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  padding: 14px 40px;
  border-radius: 6px;
  border: 2px solid #49af45;
  position: relative;
  z-index: 1;
}

.theme-button a:hover {
  color: #49af45;
}

.theme-button a:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 50%;
  top: 0;
  background: #fff;
  border-radius: 5px;
  z-index: -1;
  transition: 0.5s;
}

.theme-button a:hover:before {
  width: 100%;
  left: 0;
}

.theme-button img {
  position: relative;
  top: -2px;
  left: 4px;
  display: inline-block !important;
  transition: 0.5s;
}

.theme-button img.two {
  position: relative;
  left: -58px;
  top: -2px;
  opacity: 1;
  transition: 0.5s;
  z-index: 1;
  opacity: 0;
}

.theme-button:hover img.two {
  opacity: 1;
}

.theme-button.two {
  display: inline-block;
  padding-left: 16px;
  border: transparent;
}

.theme-button.two a {
  display: inline-block;
  background: transparent;
  border: 2px solid #ffffff61;
  padding: 14px 37px;
}

.my-text-section {
  position: relative;
  background: #49af45;
  z-index: 1;
  padding: 20px 0;
}

.my-text-section .inner-container {
  max-width: 1812px;
  margin: 0 auto;
}

.my-text-section .marquee {
  position: relative;
  --duration: 30s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: 0px;
}

.my-text-section .marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap: 0;
  min-width: 87%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

.my-text-section .marquee-block .content-box {
  position: relative;
  margin-right: 0px;
}

.my-text-section .marquee-block .content-box:last-child {
  margin-right: 0px;
}

.my-text-section .marquee-block .content-box:last-child::before {
  display: none;
}

.my-text-section .marquee-block .content-box .title {
  margin: 0;
}

.my-text-section .marquee-block .content-box h6.title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  padding: 0 48px;
}

.my-text-section .marquee-block .content-box h6.title img {
  position: relative;
  left: -49px;
  width: 24px;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}

.about-area {
  background: url(../images/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 124px 0 125px;
}

.about-thumb {
  position: relative;
  left: -45px;
}

img.about-thumb-shape {
  position: absolute;
  bottom: 18px;
  left: -6px;
  animation: dance1 4s linear infinite;
}

@keyframes dance1 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

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

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.about-right {
  position: relative;
}

.single-about-box {
  margin-bottom: 30px;
}
.single-about-box:nth-child(3) {
  border-bottom: 1px solid #61616133;
  padding-bottom: 22px;
  margin-bottom: 34px;
}

.about-box-icon {
  float: left;
  margin-right: 24px;
  margin-top: 8px;
}

.about-box-content h4 {
  font-size: 24px;
  font-weight: 600;
}

.about-box-content p {
  overflow: hidden;
  margin: 14px 0 0;
  width: 80%;
}

.about-shape-1 {
  position: absolute;
  top: -42px;
  right: -153px;
  animation: dance2 4s linear infinite;
}

@keyframes dance2 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

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

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.about-shape-2 {
  position: absolute;
  bottom: 0;
  left: 272px;
  animation: dance3 4s linear infinite;
}

@keyframes dance3 {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  100% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
}

/*section-title*/
.section-title.left {
  margin-bottom: 49px;
}

.section-title.left img {
  margin-right: 12px;
}

.section-title.left h4 {
  text-transform: uppercase;
  color: #49af45;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 26px;
}

.section-title.left h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}
/*section-title-center*/
.section-title.center {
  margin-bottom: 49px;
}

.section-title.center img {
  margin-right: 12px;
}

.section-title.center h4 {
  text-transform: uppercase;
  color: #49af45;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 26px;
}

.section-title.center h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 44px;
}

p.section-desc {
  width: 90%;
  margin: 26px 0 0;
}

.service-area {
  padding: 113px 0 125px;
  background: url(../images/home1/service-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.single-service-box {
  position: relative;
  overflow: hidden;
  padding: 0 12px;
}

.service-content {
  background: #f7f6ee;
  padding: 35px 38px 159px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.single-service-box:hover .service-content {
  background: transparent;
}

.service-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  border: 2px solid #49af45;
  z-index: -1;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 0;
}

.single-service-box:hover .service-content:before {
  height: 100%;
  opacity: 1;
}

.service-content:after {
  position: absolute;
  content: "";
  width: 0;
  height: 7px;
  left: 50%;
  top: 0;
  background: #49af45;
  z-index: -1;
  border-radius: 5px 5px 0 0;
  transition: 0.5s;
  opacity: 0;
}

.single-service-box:hover .service-content:after {
  width: 100%;
  opacity: 1;
  left: 0;
}

.service-content h4 {
  font-size: 26px;
  font-weight: 600;
  margin: 23px 0 25px;
  position: relative;
}

.service-content h4:before {
  position: absolute;
  content: "";
  width: 34px;
  height: 2px;
  left: 0;
  bottom: -13px;
  background: #49af45;
}

.service-content p {
  font-size: 16px;
  margin: 0;
  min-height: 160px;
}

.service-thumb img {
  width: 100%;
  padding: 0 43px;
  margin-top: -132px;
  position: relative;
  z-index: 1;
}

.service-box-shape {
  position: absolute;
  right: 10px;
  top: 12px;
}

.service-area .owl-nav {
  position: relative;
}

.service-area .owl-prev {
  position: absolute;
  right: 84px;
  /* top: -633px; */
  bottom: unset;
}

.service-area .owl-prev i {
  background: #e6e7e9;
  display: inline-block;
  color: #222;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  font-size: 18px;
  transition: 0.5s;
}

.service-area .owl-prev i:hover {
  background: #49af45;
  color: #fff;
}

.service-area .owl-next {
  position: absolute;
  right: 17px;
  /* top: -633px; */
  bottom: unset;
}

.service-area .owl-next i {
  background: #e6e7e9;
  display: inline-block;
  color: #222;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  font-size: 18px;
  transition: 0.5s;
}

.owl-next i:hover {
  background: #49af45;
  color: #fff;
}

.skill-area {
  background: #f6f6ee;
  padding: 114px 0 110px;
}

.skill-area .section-title.left {
  margin-bottom: 35px;
}

.skills-item {
  display: inline-block;
  margin-bottom: 34px;
}

.skills-item-content {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 18px 59px 18px 26px;
  border-radius: 5px;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.skills-item-content:before {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #47ad49;
  z-index: -1;
  transition: 0.5s;
}

.skills-item-content:hover:before {
  width: 100%;
}

.skills-item-content::last-child {
  margin-right: 0;
}

.skills-item-icon i {
  background: #47ad49;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 28px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: 0.5s;
}

.skills-item-content:hover .skills-item-icon i {
  background: #fff;
  color: #47ad49;
}
.skills-item-title p {
  margin-bottom: 0;
  margin-top: 8px;
}
.skills-item-title h4 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  transition: 0.5s;
}
.skills-item-content:hover .skills-item-title p {
  color: #fff;
}
.skills-item-content:hover .skills-item-title h4 {
  color: #fff;
}

.skills {
  text-align: right;
}

.skills-content p {
  font-size: 18px;
  color: #001819;
  font-weight: 600;
  margin: 0;
  margin-bottom: 13px;
}

.skill-bg {
  background: #222;
  width: 95%;
  height: 8px;
  border-radius: 4px;
}

span.number {
  position: relative;
  top: -38px;
  left: 17px;
  color: #001818;
  display: inline-block;
  font-weight: 600;
}

.html {
  width: 80%;
  background-color: #4caf50;
  display: inline-block;
  animation: html5 2s ease-out;
  height: 8px;
  top: -8px;
  position: relative;
  left: 0px;
  border-radius: 3px;
}

.css {
  width: 70%;
  background-color: #4caf50;
  display: inline-block;
  animation: html5 2s ease-out;
  height: 8px;
  top: -8px;
  position: relative;
  left: 0px;
  border-radius: 3px;
}

@keyframes html5 {
  0% {
    width: 0px;
  }
  100% {
    width: 80%;
  }
}

@keyframes css3 {
  0% {
    width: 0px;
  }
  100% {
    width: 70%;
  }
}

.skills-thumb {
  position: relative;
  left: 43px;
  z-index: 1;
}

.skills-shape {
  position: absolute;
  top: 28px;
  left: 22px;
  animation: dance4 4s linear infinite;
}

@keyframes dance4 {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

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

  100% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
}

.skills-shape-2 {
  position: absolute;
  right: 0;
  bottom: 20px;
  z-index: -1;
  animation: dance4 4s linear infinite;
}

.counter-area {
  /* background: url(../images/home1/counter-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; */
  padding: 80px 0 150px;
}

.single-counter-box {
  text-align: center;
  margin-bottom: 20px;
}

.counter-content h4 {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  margin-top: 12px;
}
.counter-content span {
  font-size: 20px;
  color: #fff;
  display: inline-block;
  font-weight: 100;
}

.counter-content p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px 0 0;
  font-weight: 300;
  letter-spacing: 2px;
}

#poress-row {
  background: #f6f6ee;
  margin-top: -93px;
  position: relative;
  z-index: 1;
}

#poress-row .section-title.left {
  margin-bottom: 0;
}

.porcess-thumb {
  position: relative;
  left: -12px;
}

.process-left {
  position: relative;
  padding: 0 0 13px;
}

.process-shape {
  position: absolute;
  left: 257px;
  bottom: -3px;
  animation: dance3 4s linear infinite;
}

.project-area {
  background: url(../images/home1/project-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 556px 0 0;
  margin-top: -444px;
  padding-left: 281px;
}

.single-project-box {
  margin-right: 21px;
}

.project-thumb img {
  width: 100%;
}

.project-content {
  background: #fff;
  padding: 30px 34px 28px;
  width: 88%;
  border-left: 5px solid #49af45;
  position: relative;
  margin-top: -38px;
  transition: 0.5s;
  border-radius: 3px;
  height: 117px;
}

.single-project-box:hover .project-content {
  background: #001819;
  height: 159px;
  margin-top: -83px;
}

.project-content h4 {
  color: #868681;
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 12px;
  transition: 0.5s;
}

.single-project-box:hover .project-content h4 {
  color: #49af45;
}

.project-content a {
  display: inline-block;
  color: #001819;
  font-size: 26px;
  font-weight: 600;
  transition: 0.5s;
}

.project-content a:hover {
  color: #49af45 !important;
}

.single-project-box:hover .project-content a {
  color: #fff;
}

a.project-button {
  font-size: 17px !important;
  display: inherit;
  color: #fff;
  font-weight: 500;
  margin-top: 19px;
  display: none;
  transition: 0.5s;
}

a.project-button:hover {
  color: #49af45 !important;
}

.single-project-box:hover a.project-button {
  display: block;
}

a.project-button i {
  display: inline-block;
  color: #fff;
  font-size: 22px;
  position: relative;
  top: 3px;
  transition: 0.5s;
}

a.project-button:hover i {
  color: #49af45 !important;
}

.project-shape {
  position: absolute;
  right: 14px;
  bottom: 22px;
  display: none;
  transition: 0.5s;
}

.single-project-box:hover .project-shape {
  display: block;
}

.project-area .owl-nav {
  position: relative;
}

.project-area .owl-prev {
  position: absolute;
  right: 351px;
  top: -633px;
}

.project-area .owl-prev i {
  background: #e6e7e9;
  display: inline-block;
  color: #222;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  font-size: 18px;
  transition: 0.5s;
}

.project-area .owl-prev i:hover {
  background: #49af45;
  color: #fff;
}

.project-area .owl-next {
  position: absolute;
  right: 281px;
  top: -633px;
}

.project-area .owl-next i {
  background: #e6e7e9;
  display: inline-block;
  color: #222;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  border-radius: 3px;
  font-size: 18px;
  transition: 0.5s;
}

.project-area .owl-next i:hover {
  background: #49af45;
  color: #fff;
}

.process-area-two {
  background: #f6f6ee;
  padding: 192px 0 93px;
  margin-top: -80px;
}

.process-area-two .section-title.center {
  margin-bottom: 61px;
}

.single-process-box-two {
  text-align: center;
  padding: 0 46px 0;
  position: relative;
  margin-bottom: 25px;
}

.single-process-box-two:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 84px;
  top: 98px;
  background: url(../images/home1/process-two-shape-1.png);
  background-repeat: no-repeat;
}

.single-process-box-two.style-one:before {
  background: transparent;
}

.single-process-box-two.style-three:before {
  background: url(../images/home1/process-two-shape-2.png);
  background-repeat: no-repeat;
}

.process-icon-thumb-two {
  position: relative;
  z-index: 1;
}

.process-icon-thumb-two:before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  left: 0;
  right: 0;
  top: 17px;
  border: 2px dashed #49af45;
  border-radius: 50%;
  margin: auto;
  animation: rotateme 20s linear infinite;
  z-index: -1;
}

@keyframes rotateme {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.process-two-content {
  z-index: 1;
  position: relative;
}

.process-two-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin: 45px 0 15px;
}

/* footer */
.footer-area .container {
  position: relative;
  z-index: 99;
}
.footer-area {
  background: url(../images/footerb.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 75px 0 0px;
  position: relative;
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.footer-social-address {
  background: url(../images/home1/footer-social-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 49px 66px 55px;
  border-radius: 5px;
}

.footer-social-address-content h4 {
  font-size: 40px;
  color: #fff;
  margin: 0;
}

.footer-social-icon {
  text-align: left;
  margin: 22px 0 0 0;
}

.footer-social-icon ul li {
  display: inline-block;
}

.footer-social-icon ul li.text {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-right: 9px;
}

.footer-social-icon ul li i {
  display: inline-block;
  font-size: 16px;
  border: 2px solid #fff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin: 0 3px;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.footer-social-icon ul li i:hover {
  color: #49ae44;
}

.footer-social-icon ul li i:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: 0.5s;
}

.footer-social-icon ul li i:hover:after {
  transform: scale(1);
}

.footer-area .row.add-footer-class {
  padding: 111px 0 0;
}

p.footer-desc {
  margin: 24px 0 0;
  color: #fff;
  opacity: 0.6;
  max-width: 50%;
}

.footer-contect-info {
  margin-top: 23px;
}

.footer-contact-info-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-left: 30px;
  position: relative;
}

.footer-contact-info-title h4:before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  left: 0;
  top: 11px;
  background: #49ae44;
}

.footer-contect-info ul li {
  color: #fff;
  margin-top: 18px;
}

.footer-contect-info ul li i {
  color: #49ae44;
  display: inline-block;
  margin-right: 12px;
}

.footer-widget-title h4 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 23px;
}

.footer-widget-menu ul li a {
  display: inline-block;
  color: #fff;
  opacity: 0.6;
  line-height: 40px;
  font-size: 16px;
  transition: 0.5s;
}

.footer-widget-menu ul li a:hover {
  color: #49ae44;
  opacity: 1;
}

.footer-widget-menu ul li i {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  opacity: 0.6;
  margin-right: 8px;
  transition: 0.5s;
}

.footer-widget-menu ul li a:hover i {
  color: #49ae44;
  opacity: 1;
}

.single-newsletter-box input {
  background: transparent;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff47;
  border-radius: 5px;
  padding: 0 14px;
  outline: 0;
  color: #fff;
}

.single-newsletter-box input::placeholder {
  color: #fff;
}

.single-newsletter-box button {
  background-color: #49ae44;
  width: 100%;
  padding: 16px 0;
  border: transparent;
  margin-top: 16px;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
}

.footer-bottom-area {
  padding: 96px 0 33px;
}

.footer-bottom-area .row.footer-bottom {
  border-top: 1px solid #ffffff3d;
  padding-top: 18px;
}

.footer-bottom-content h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.footer-bottom-content a {
  display: inline-block;
  color: #49af45;
}

/*------back-to-top------------*/
.prgoress_indicator {
  position: fixed;
  right: 26px;
  bottom: 35px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
  z-index: 9999999999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transform: translateY(15px) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #49af45;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: #49af45;
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #49af45;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*===========================
Sidbar Css
=============================*/

.xs-sidebar-group .xs-overlay {
  left: 100%;
  top: 0;
  position: fixed;
  z-index: 101;
  height: 100%;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in 0.8s;
  -o-transition: all 0.4s ease-in 0.8s;
  transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
  position: absolute;
  top: 23px;
  right: 0;
  padding: 25px;
}

.xs-sidebar-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #272727;
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  visibility: hidden;
  opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transition: all 0.8s ease-out 0s;
  -o-transition: all 0.8s ease-out 0s;
  transition: all 0.8s ease-out 0s;
  left: 0;
}

.xs-sidebar-group.isActive .xs-sidebar-widget {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}

.sidebar-textwidget {
  padding: 40px 32px;
}

.close-side-widget i {
  color: #49ae45;
  font-size: 28px;
  display: block;
}

.sidebar-widget-container {
  position: relative;
  top: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in 0.3s;
  -o-transition: all 0.3s ease-in 0.3s;
  transition: all 0.3s ease-in 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-sidebar-group.isActive .sidebar-widget-container {
  top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 1s ease-out 1.2s;
  -o-transition: all 1s ease-out 1.2s;
  transition: all 1s ease-out 1.2s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 0;
}

.xs-bg-black {
  background-color: #49ae45;
}

/*html css*/
.nav-logo {
  margin: 0 0 50px;
}

.content-box h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
}

.content-box p {
  display: inline-block;
  color: #fff;
  padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
  color: #fff;
  font-size: 20px;
}

a.theme-btn.btn-style-two i {
  color: #49ae45;
}

.contact-info h2 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 600;
}

ul.list-style-one li {
  display: block;
  list-style: none;
  color: #fff;
  padding: 16px 0 0;
  overflow: hidden;
}

ul.list-style-one li span {
  font-size: 20px;
  font-weight: 600;
  color: #49ae45;
  margin: 0 10px 0 0px;
}

ul.social-box {
  margin: 30px 0 0;
}

ul.social-box li {
  display: inline-block;
  list-style: none;
  margin: 0 6px 0 0;
}

ul.social-box li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 36px;
  text-align: center;
  background: #fff;
  color: #49ae45;
  transition: 0.5s;
  font-size: 18px;
  border-radius: 3px;
}

ul.social-box li a:hover {
  background: #49ae45;
  color: #fff;
}

/*===========================
<-- Loader Css -->
=============================*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 99999;
}

.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #f3297c;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #10eb9b;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/*/ Here comes the Magic /*/

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #111;
  z-index: 2;
}

.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.4s ease;
}

/*/ When page loaded /*/
.loaded .loder-section.left-section {
  left: -100%;
}

.loaded .loder-section.right-section {
  right: -100%;
}

.loaded .loader-wrapper {
  visibility: hidden;
}

.loaded .loader {
  top: -100%;
  opacity: 0;
}

/* prabh css */
.about-area .section-title.left + p,
.about-area .section-title.left {
  margin-bottom: 30px;
}
.about-area .section-title.left {
  margin-bottom: 20px;
}

.footer-bottom-content p {
  color: #fff;
  margin: 12px 0;
}
.counterWrap {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
  padding: 0;
}
.counterWrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.counterWrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* black overlay */
  z-index: 1;
  pointer-events: none;
}
.counterContainer {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.conuter-icon img {
  max-width: 80px;
}
.breadcumb-area {
  background: url(../images/registerBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 272px 0 143px;
}

.breadcumb-title h4 {
  font-size: 46px;
  font-weight: 800;
  color: #ffff;
  padding-bottom: 13px;
}

.breadcumb-content ul li {
  display: inline-block;
  margin: 0 19px;
  color: #fff;
}

.breadcumb-content ul li.khela-hbe {
  opacity: 0.7;
  position: relative;
}

.breadcumb-content ul li.khela-hbe:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  left: -30px;
  top: 13px;
  background: #fff;
}

.breadcumb-content ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: relative;
}

.breadcumb-content ul li a:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 2px;
  right: -30px;
  top: 13px;
  background: #fff;
}

.breadcumb-content ul li img {
  position: relative;
  top: -2px;
  padding-right: 6px;
}

.contact-area {
  padding: 123px 0 118px;
}

.contact-area .section-title.left {
  margin-bottom: 42px;
}

.row.contact-info-bg {
  background: url(../images/inner-images/contact-info-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 30px 45px;
  border-radius: 10px;
}

.contact-info-box {
  text-align: center;
  padding: 0 50px 0;
  position: relative;
}

.contact-info-box:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 120px;
  right: -10px;
  top: 61px;
  background: #ffffff73;
}

.contact-info-box.two:before {
  background: transparent;
}

.contact-info-content h4 {
  font-size: 24px;
  color: #fff;
  margin: 19px 0 10px;
  font-weight: 600;
}

.contact-info-content p {
  color: #fff;
  margin: 0;
}

.single-input-box input {
  width: 100%;
  height: 57px;
  outline: 0;
  color: #868681;
  border: 1px solid #2222;
  border-radius: 5px;
  padding: 0 21px;
  margin-bottom: 20px;
}

.single-input-box input::placeholder {
  color: #868681;
}

.single-input-box textarea {
  width: 100%;
  height: 150px;
  outline: 0;
  color: #868681;
  border: 1px solid #2222;
  border-radius: 5px;
  padding: 10px 21px;
  margin-bottom: 20px;
}

.single-input-box textarea::placeholder {
  color: #868681;
}

.input-check input {
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.input-check span {
  display: inline-block;
  font-size: 17px;
}

.contact-submit-button button {
  background: #49ae44;
  color: #fff;
  border: transparent;
  padding: 13px 25px;
  border-radius: 3px;
  margin-top: 35px;
  outline: 0;
  border: 2px solid #49ae44;
  transition: 0.5s;
}

.contact-submit-button button:hover {
  background: transparent;
  color: #49ae44;
}

.bikeImg,
.bikeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-area label {
  color: #001819;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 8px;
}
.product-details {
  border: 1px solid #2222;
  border-radius: 5px;
  padding: 1rem 1.3rem;
  margin-bottom: 16px;
}

.product-details li {
  color: #001818;
}
.product-details li strong {
  color: #49af45;
  font-weight: 400;
  display: block;
  font-size: 14px;
  margin-bottom: -2px;
}

.product-details {
  border: 1px solid #2222;
  border-radius: 5px;
  padding: 1rem 1.3rem;
  margin-bottom: 16px;
  /* display: grid;
  grid-template-columns: repeat(2, 1fr); */
  /* gap: 20px 4px; */
}
/* .product-details li:first-child, .product-details li:nth-child(2) {
  grid-column: span 2;
} */

#qrModalOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

#qrModal {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  width: 95%;
  max-width: 360px;
  box-sizing: border-box;
  text-align: center;
}

#qr-reader {
  width: 100% !important;
  max-width: 320px;
  margin: auto;
}

#closeBtn {
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
}

#closeBtn:hover {
  background-color: #d32f2f;
}

.single-input-box {
  position: relative;
}
.single-input-box .scanBtn button {
  margin-top: 0;
  width: 100%;
  border: 2px solid #49ae44;
  background: transparent;
  color: #49ae44;
  margin-bottom: 12px;
}
.single-input-box .scanBtn button {
  margin-top: 0;
}
.thanksPage {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/thankBg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2rem;
}
.thankyou .row > * {
  background-color: #ffffff96;
}
.thankyou .row .col-12:has(.mapWrapper) {
  padding-top: 20px;
  background: transparent;
}
.treeImg {
  position: relative;
  overflow: hidden;
}
.treeImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.treeImg .treeInfo {
  position: absolute;
  bottom: 0;
  padding: 1rem 2rem;
  background: #000000a1;
  backdrop-filter: blur(4px);
}

.treeImg .treeInfo p {
  margin-bottom: 0;
  color: #fff;
  font-weight: 200;
  line-height: 24px;
  font-size: 15px;
}
.treeImg .treeInfo h2 {
  color: #fff;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 9px;
}

.thnkCont {
  text-align: center;
  width: 90%;
  overflow: hidden;
  margin: 1rem auto 1rem;
}
.textThank img {
  max-width: 160px;
  margin: 2rem 0;
}
.thankyou .row > * {
  padding: 0;
}
.thankyou .row {
  align-items: center;
}
.textThank + p,
.product-details p {
  color: #111;
}
.appVideo {
  height: 100%;
}
.appVideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
