@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  color: #616161;
  background: #fff;
  line-height: 26px;
  font-family: "Heebo", sans-serif;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;
  font-weight: 500;
}

p {
  color: #616161;
  font-size: 16px;
}

span {
  display: inline-block;
  color: #c1c1c1;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
}

a:hover {
  color: #000;
}

ul {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

li {
  list-style: none;
}

.primary-color {
  color: #37b721;
}

.primary-hover {
  transition: 0.5s;
}
.primary-hover:hover {
  color: #37b721 !important;
}

.primary-bg {
  background-color: #37b721 !important;
}

.secondary-color {
  color: #fc6a20;
}

.secondary-hover {
  transition: 0.5s;
}
.secondary-hover:hover {
  color: #fc6a20 !important;
}

.secondary-bg {
  background-color: #fc6a20 !important;
}

.heading-color {
  color: #000;
}

.section-padding {
  padding: 120px 0px;
}

.section-margin {
  margin: 120px 0px;
}

.sub-bg {
  background-color: #f9faff;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-top: 60px;
}

.bor {
  border: 1px solid #dedede;
}

.bor-top {
  border-top: 1px solid #dedede;
}

.bor-bottom {
  border-bottom: 1px solid #dedede;
}

.bor-right {
  border-right: 1px solid #dedede;
}

.bor-left {
  border-left: 1px solid #dedede;
}

.text-justify {
  text-align: justify;
}

.img img {
  width: 100%;
}

::selection {
  color: #fff;
  background-color: #37b721;
}

.button {
  display: inline-block;
}

.button2 .button_su {
  background-color: #fc6a20;
}

.button_su {
  overflow: hidden;
  position: relative;
  display: inline-block;
  background-color: #37b721;
}

.su_button_circle {
  border-radius: 1000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0px;
  height: 0px;
  margin-left: 0px;
  margin-top: 0px;
  pointer-events: none;
}

.button_su_inner {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  transition: 400ms;
  text-decoration: none;
  padding: 13px 44px;
  z-index: 100;
}

.button_text_container {
  position: relative;
  z-index: 100;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.explode-circle {
  animation: explode 0.5s forwards;
}

.desplode-circle {
  animation: desplode 0.5s forwards;
}

@keyframes explode {
  0% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(42, 53, 80, 0.2);
  }
  100% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fc6a20;
  }
}
@keyframes desplode {
  0% {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    background-color: #fc6a20;
  }
  100% {
    width: 0px;
    height: 0px;
    margin-left: 0px;
    margin-top: 0px;
    background-color: rgba(233, 109, 19, 0.8);
  }
}
.scroll-up {
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px var(--white);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  transition: all 200ms linear;
}

.scroll-up::after {
  position: absolute;
  font-family: "Font Awesome 6 free";
  content: "\f062";
  text-align: center;
  line-height: 50px;
  font-weight: 700;
  font-size: 18px;
  color: #37b721;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.scroll-up.active-scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-up svg path {
  fill: none;
}

.scroll-up svg.scroll-circle path {
  stroke: #37b721;
  stroke-width: 4px;
  box-sizing: border-box;
  transition: all 200ms linear;
}

/*------ Section heading area start here --------*/
.section-heading {
  max-width: 600px;
}
.section-heading h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 55px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.section-heading .sec-line {
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.section-heading .sec-line .line {
  width: 100px;
  height: 2px;
  background-color: #fc6a20;
}
.section-heading .sec-line .icon {
  color: #fc6a20;
  padding: 0 10px;
  font-size: 20px;
}
.section-heading .sec-line.center {
  justify-content: center;
}

.section-heading.center {
  max-width: 650px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 60px;
}

/*------ Section heading area end here --------*/
/*------ header top area start here --------*/
.header .header-top {
  overflow: hidden;
}
.header .header-top .header-top-wrp {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-top .header-top-wrp .info {
  color: #000;
}
.header .header-top .header-top-wrp .info span {
  color: #000;
}
.header .header-top .header-top-wrp .info a {
  transition: 0.3s;
}
.header .header-top .header-top-wrp .info a:hover {
  text-decoration: underline;
  color: #37b721;
}
.header .header-top .header-top-wrp .info i {
  color: #fc6a20;
  padding-right: 5px;
}
.header .header-top .header-top-wrp .info li {
  float: left;
  padding: 7px 20px;
  border-left: 1px solid #dedede;
}
.header .header-top .header-top-wrp .link-info li {
  float: left;
}
.header .header-top .header-top-wrp .link-info li a {
  width: 40px;
  height: 40px;
  line-height: 42px;
  background-color: #37b721;
  color: #f9faff;
  text-align: center;
  border-right: 1px solid #f9faff;
  border-bottom: 1px solid #f9faff;
  transition: 0.3s;
}
.header .header-top .header-top-wrp .link-info li a:hover {
  background-color: #fc6a20;
}
@media screen and (max-width: 992px) {
  .header .header-top {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .search-trigger.sub {
    display: none;
  }
}
/*------ header top area end here --------*/
/*------ fullscreen search bar area start here --------*/
.search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(55, 183, 33, 0.7);
}
.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.search-wrap .search-cell {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.search-wrap .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  animation: slideInUp 0.3s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .search-wrap .search-field-holder {
    width: 70%;
  }
}
@media (max-width: 575px) {
  .search-wrap .search-field-holder {
    width: 80%;
  }
}
.search-wrap .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  text-transform: uppercase;
  background: transparent;
  font-size: 25px;
  color: #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 575px) {
  .search-wrap .main-search-input {
    height: 50px;
    padding: 0 0;
    line-height: 50px;
    font-size: 18px;
  }
}
.search-wrap input.form-control,
.search-wrap input.form-control:focus {
  background-color: #fff;
}

input.main-search-input::placeholder {
  color: #fff;
  opacity: 1;
  font-size: 25px;
}

@media (max-width: 575px) {
  input.main-search-input::placeholder {
    font-size: 18px;
  }
}
.search-close {
  position: absolute;
  top: 50px;
  right: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

/*------ fullscreen search bar area end here --------*/
/*------ header area start here --------*/
.header-section {
  background-color: #37b721;
}

.menu-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.9s;
  background: #37b721;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
}

.header-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  transition: all 0.9s;
}
.header-wrapper .logo-menu {
  max-width: 140px;
}
.header-wrapper .logo-menu img {
  max-width: 100%;
}
.header-wrapper .main-menu {
  position: relative;
  display: flex;
  align-items: center;
}
.header-wrapper .main-menu li {
  transition: all 0.6s;
  position: relative;
}
.header-wrapper .main-menu li:not(:last-child) {
  margin-right: 50px;
}
.header-wrapper .main-menu li a {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  transition: all 0.3s;
  text-transform: uppercase;
  padding: 30px 0;
}
.header-wrapper .main-menu li a:hover {
  color: #fc6a20;
}
.header-wrapper .main-menu li a i {
  margin-left: 5px;
  font-size: 14px;
}
.header-wrapper .main-menu li .sub-menu {
  display: none;
  transform: translateY(15px);
}
@media (min-width: 992px) {
  .header-wrapper .main-menu li .sub-menu {
    position: absolute;
    top: 82%;
    left: 0;
    z-index: 999;
    width: 280px;
    transition: all 0.8s;
    background: #fff;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    display: block;
    opacity: 0;
    visibility: hidden;
  }
}
.header-wrapper .main-menu li .sub-menu li {
  margin-right: 0;
  transition: all 0.4s ease-in-out;
}
.header-wrapper .main-menu li .sub-menu li a {
  color: #37b721;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 16px;
  display: block;
  padding: 15px 25px;
  transition: 0.5s;
}
.header-wrapper .main-menu li .sub-menu li a:hover {
  color: #fc6a20;
}
.header-wrapper .main-menu li .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #dedede;
}
.header-wrapper .main-menu li .sub-menu li :hover {
  margin-left: 10px;
}
.header-wrapper .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1199px) {
  .header-wrapper .logo-menu {
    max-width: 120px;
  }
  .header-wrapper .main-menu .btn-wrapper {
    margin-left: 0px;
  }
  .header-wrapper .main-menu li a {
    font-size: 16px;
    padding: 20px 5px;
  }
}
@media screen and (max-width: 991px) {
  .header-section {
    padding: 10px 0;
  }
  .menu-btn-wrapper {
    display: none;
  }
  .header-wrapper .logo-menu {
    padding: 0px 0px;
  }
  .main-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    display: inline !important;
    left: 0;
    z-index: 999;
    padding: 15px 15px;
    background: #37b721;
    transition: all 2s !important;
    transform-origin: top;
    max-height: calc(100vh - 130px);
    overflow-y: auto;
  }
  .main-menu:not(.active) {
    display: none !important;
    transition: all 2s;
  }
  .main-menu li {
    width: 100%;
  }
  .main-menu li:not(:last-child) {
    border-bottom: 1px solid #fff;
    margin-right: 0 !important;
  }
  .main-menu li a {
    display: block;
    padding: 14px 0px;
  }
  .main-menu .btn-wrapper {
    margin-top: 15px;
  }
  .main-menu .btn-wrapper .cmn--btn-3 {
    margin-top: 14px;
  }
  .main-menu .active a {
    color: #000;
  }
  .header-bar {
    position: relative;
    width: 25px;
    height: 20px;
  }
  .header-bar span {
    position: absolute;
    width: 100%;
    height: 2px;
    display: inline-block;
    transition: all 0.3s;
    left: 0;
  }
  .header-bar span:first-child {
    top: 0;
    background: #fff;
  }
  .header-bar span:nth-child(2) {
    top: 44%;
    background: #fff;
  }
  .header-bar span:last-child {
    bottom: 0;
    background: #fff;
  }
  .header-bar.active span:first-child {
    transform: rotate(45deg) translate(3px, 9px);
  }
  .header-bar.active span:nth-child(2) {
    opacity: 0;
  }
  .header-bar.active span:last-child {
    transform: rotate(-45deg) translate(3px, -9px);
  }
  .header-bar:hover {
    cursor: pointer;
  }
  .header-wrapper .main-menu li .sub-menu {
    background: #fff;
    position: relative;
    transform: translateY(2px);
  }
  .header-wrapper .main-menu li .sub-menu li a {
    color: #37b721;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 347px) {
  .header-wrapper .main-menu .btn-wrapper .menu-btns-one {
    margin-bottom: 20px;
  }
}
/*------ header area end here --------*/
/*------ Banner area start here --------*/
.banner {
  position: relative;
  z-index: 1;
}
.banner .swiper-slide {
  position: relative;
  z-index: 1;
  padding: 220px 0px;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/banner/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner .swiper-slide.bg2 {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/banner/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner .content {
  text-align: center;
}
.banner .content h1 {
  font-size: 130px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}
.banner .content h2 {
  font-size: 40px;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  font-weight: 400;
}
.banner .content .button_su_inner {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 14px 60px;
  z-index: 100000;
}

.banner.page3 {
  overflow: hidden;
  position: relative;
  z-index: 1;
  padding: 220px 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../assets/images/banner/3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner.page3 .content {
  text-align: left;
  max-width: 850px;
}
.banner.page3 .content h1 {
  font-size: 100px;
  font-weight: 500;
  text-transform: capitalize;
}
.banner.page3 .content h1 span {
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .banner.page3 .content h1 {
    font-size: 40px;
  }
}
.banner.page3 .content p {
  max-width: 820px;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
  .banner .swiper-slide {
    padding: 200px 0px;
  }
  .banner .content {
    text-align: center;
  }
  .banner .content h1 {
    font-size: 100px;
  }
  .banner .content h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 992px) {
  .banner .swiper-slide {
    padding: 150px 0px;
  }
  .banner .content {
    text-align: center;
  }
  .banner .content h1 {
    font-size: 70px;
    font-weight: 500;
  }
  .banner .content h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner .swiper-slide {
    padding: 100px 0px;
  }
  .banner .content {
    text-align: center;
  }
  .banner .content h1 {
    font-size: 40px;
    font-weight: 500;
  }
  .banner .content h2 {
    font-size: 14px;
  }
}
/*------ Banner area end here--------*/
/*------ Banner-video Section --------*/
.video-banner {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  background: rgba(0, 29, 35, 0.4);
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
}
.video-banner .banner-content {
  max-width: 1090px;
}
.video-banner .banner-content .banner-title {
  font-size: 150px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
  line-height: 150px;
}
.video-banner .banner-content p {
  padding: 0px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
}
.video-banner .banner-content .button_su_inner {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 14px 60px;
  z-index: 100000;
}
.video-banner .banner-content .button2 .button_su_inner {
  padding: 14px 66px;
}
.video-banner .banner-contents .banner-title {
  font-size: 80px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 100px;
}
.video-banner .banner-contents p {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  max-width: 800px;
}
.video-banner .banner-contents .button_su_inner {
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
  transition: 400ms;
  text-decoration: none;
  padding: 14px 60px;
  z-index: 100000;
}
.video-banner .banner-contents .button2 .button_su_inner {
  padding: 14px 66px;
}

.back-video {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (min-aspect-ratio: 16/9) {
  .back-video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .back-video {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .video-banner .banner-content {
    max-width: 810px;
  }
  .video-banner .banner-content .banner-title {
    font-size: 100px;
    font-weight: 700;
    line-height: 100px;
  }
  .video-banner .banner-content p {
    padding: 0px 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .video-banner .banner-contents {
    max-width: 810px;
  }
  .video-banner .banner-contents .banner-title {
    font-size: 60px;
    font-weight: 700;
    line-height: 80px;
  }
  .video-banner .banner-contents p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
}
@media screen and (max-width: 768px) {
  .video-banner .banner-content {
    max-width: 500px;
  }
  .video-banner .banner-content .banner-title {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
  }
  .video-banner .banner-content p {
    padding: 0px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .video-banner .banner-content .button_su_inner {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 8px 20px;
    z-index: 100000;
  }
  .video-banner .banner-content .button2 .button_su_inner {
    padding: 8px 20px;
  }
  .video-banner .banner-contents {
    max-width: 500px;
  }
  .video-banner .banner-contents .banner-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
  }
  .video-banner .banner-contents p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .video-banner .banner-contents .button_su_inner {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px;
    transition: 400ms;
    text-decoration: none;
    padding: 8px 20px;
    z-index: 100000;
  }
  .video-banner .banner-contents .button2 .button_su_inner {
    padding: 8px 20px;
  }
}
@media screen and (max-width: 450px) {
  .video-banner .banner-content {
    max-width: 500px;
  }
  .video-banner .banner-content .banner-title {
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
  }
  .video-banner .banner-content p {
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
  .video-banner .banner-contents {
    max-width: 500px;
  }
  .video-banner .banner-contents .banner-title {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 50px;
  }
  .video-banner .banner-contents p {
    padding: 0px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
  }
}
/*------Banner-video Section--------*/
/* breadcrumb-area-start-here*/
.inner-banner .content .breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner-banner .content .breadcrumb-list span {
  font-weight: 500;
  display: inline-block;
  padding-top: 20px;
  color: #fff;
  margin: 0px 3px;
  text-transform: uppercase;
}
.inner-banner .content .breadcrumb-list span a {
  color: #fff;
}

/* breadcrumb-area-end-here*/
/*------ inner banner area start here --------*/
.inner-banner {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/banner/inner.jpg);
  padding: 275px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .inner-banner {
    padding: 150px;
  }
}
.inner-banner .content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.inner-banner .content h2 {
  text-transform: uppercase;
  font-size: 58px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .inner-banner .content h2 {
    font-size: 40px;
  }
}

.inner-banner.bg2 {
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/banner/inner2.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------ inner banner area end here --------*/
/*------ icon line area start here --------*/
.icon-line {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.icon-line .line {
  width: 80px;
  height: 2px;
  background-color: #fc6a20;
}
.icon-line .icon {
  color: #fc6a20;
  font-size: 20px;
}

/*------ icon line area end here --------*/
/*------ social medi area start here --------*/
.social-media a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  background-color: #37b721;
  color: #fff;
  transition: 0.3s;
}
.social-media a:hover {
  background-color: #fc6a20;
}

/*------ social medi area end here --------*/
/*------ about area start here --------*/
.bold-text {
  font-weight: 500;
  font-size: 18px;
  color: #333232;
}

.about {
  overflow: hidden;
}
.about .image {
  position: relative;
}
.about .image .sub-image1 {
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #fff;
  position: absolute;
  bottom: 30px;
  left: -100px;
}
.about .image .sub-image2 {
  overflow: hidden;
  border-radius: 100%;
  position: absolute;
  top: 50px;
  right: -77px;
  border: 7px solid #37b721;
}
.about .image .sub-image {
  overflow: hidden;
  border-radius: 100%;
  border: 10px solid #37b721;
  position: absolute;
  bottom: 30px;
  left: -100px;
}
.about .image .img {
  border: 15px solid #37b721;
}

@media screen and (max-width: 575px) {
  .about .image .sub-image1 {
    display: none;
  }
  .about .image .sub-image2 {
    display: none;
  }
}
.about.page3 .image .sub-image1 {
  border-radius: 0px;
  border: 7px solid #f9faff;
}
.about.page3 .image .sub-image2 {
  border-radius: 0px;
  position: absolute;
  top: 50px;
  right: -77px;
  border: 5px solid #37b721;
}

/*------ about area end here --------*/
/*------ service area start here --------*/
.service {
  overflow: hidden;
}
.service .item {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.03);
  border-radius: 3px;
  transition: 0.3s;
}
.service .item .item-image {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.service .item .service-image {
  border: 1px solid #dedede;
  padding: 30px 20px;
}
.service .item h3 {
  color: #37b721;
  transition: 0.3s;
  text-transform: capitalize;
}
.service .item:hover h3 {
  color: #fc6a20;
}
.service .item:hover {
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.15);
  transform: scale(1.02);
}
.service .item .icon {
  margin-bottom: 15px;
}
.service .item .line {
  width: 100px;
  height: 2px;
  background-color: #fc6a20;
  margin: 0 auto;
  margin: 20px 0;
}
.service .item.active {
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.15);
  transform: scale(1.02);
}
.service .item.active h3 {
  color: #fc6a20;
}
.service .item.active .button_su {
  background-color: #fc6a20;
}
.service .service-item {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.03);
  border-radius: 3px;
  transition: all 0.6s ease-in-out;
}
.service .service-item:hover {
  background: #fc6a20;
}
.service .service-item .service-image {
  border: 1px solid #dedede;
  padding: 30px 20px;
  transition: 0.6s;
}
.service .service-item h3 {
  color: #37b721;
  transition: 0.3s;
  text-transform: capitalize;
}
.service .service-item:hover h3 {
  color: #fc6a20;
}
.service .service-item:hover {
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.15);
  transform: scale(1.02);
}
.service .service-item .icon {
  margin-bottom: 15px;
}
.service .service-item .line {
  width: 100px;
  height: 2px;
  background-color: #fc6a20;
  margin: 0 auto;
  margin: 20px 0;
}
.service .service-item:hover .service-image img {
  filter: brightness(0) invert(1);
}
.service .service-item:hover .line {
  background: #fff;
}
.service .service-item:hover h3 {
  color: #fff;
}
.service .service-item:hover p {
  color: #fff;
}

.service-page3 .item .icon {
  margin-bottom: 20px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 100px;
  text-align: center;
  border: 1px solid #fc6a20;
}
.service-page3 .item .icon i {
  font-size: 40px;
  color: #fc6a20;
}

/*------ service area end here --------*/
/*------ service single area start here --------*/
.service-single {
  overflow: hidden;
}
.service-single .left-item {
  background-color: #f9faff;
  padding: 30px;
}
.service-single .left-item .price {
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
}
.service-single .left-item .price p {
  font-style: italic;
}
.service-single .left-item .price h4 {
  font-style: italic;
}
.service-single .left-item .price h2 {
  font-size: 30px;
  color: #37b721;
}
.service-single .left-item .price h2 span {
  font-size: 18px;
  color: #fc6a20;
}
.service-single .left-item .download {
  text-align: center;
  font-weight: 500;
  background-color: #fff;
  padding: 15px 0px;
  color: #37b721;
}
.service-single .left-item .item {
  margin-bottom: 20px;
}
.service-single .left-item .item input {
  width: 90%;
  padding: 8px 10px;
  border: none;
}
.service-single .left-item .item .text-area {
  height: 100px;
}
.service-single .left-item h3 {
  font-size: 28px;
  padding-bottom: 15px;
  color: #fc6a20;
}
.service-single .left-item ul li {
  padding: 12px 15px;
  margin: 10px 0;
  background-color: #fff;
}
.service-single .left-item ul li a {
  display: block;
  transition: 0.4s;
}
.service-single .left-item ul li a:hover {
  color: #37b721;
}

/*------ service single area end here --------*/
/*------ clearfix area start here --------*/
.why {
  margin-top: -120px;
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
}
.why .item-wrp {
  background-color: rgba(252, 106, 32, 0.7);
  position: relative;
}
.why .item-wrp::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 25px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.why .item-wrp::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 35px;
  height: 25px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}

@media screen and (max-width: 1200px) {
  .why {
    margin-top: 120px;
    position: inherit;
    right: 0;
    left: 0;
    z-index: 2;
  }
  .why .item-wrp {
    background-color: #fc6a20;
  }
}
/*------ clearfix area end here --------*/
/*------ counter area start here --------*/
.counter {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/bg/funfact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.counter .section-heading h2 {
  color: #fff;
}
.counter .bold-text {
  color: #fff;
}
.counter .item {
  background-color: #fc6a20;
  padding: 50px 10px;
  position: relative;
}
.counter .item::after {
  position: absolute;
  content: "";
  bottom: 20px;
  right: 20px;
  width: 35px;
  height: 25px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.counter .item::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 20px;
  width: 35px;
  height: 25px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
}
.counter .item .count,
.counter .item .count2,
.counter .item .count3,
.counter .item .count4 {
  line-height: 100px;
}
.counter .item span {
  font-size: 80px;
  color: #fff;
  font-weight: 500;
}

.counter.page2 {
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/bg/testimonial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.counter.inner {
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/bg/funfact3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.counter.page3 {
  background: linear-gradient(0deg, rgb(255, 255, 255), rgb(255, 255, 255)), url(../../assets/images/bg/funfact2.jpg);
}

/*------ counter area end here --------*/
/*------ play btnb area start here --------*/
.video-btn-wrp {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.video-btn-wrp .play-btn {
  font-size: 30px;
  color: #37b721;
  height: 100px;
  width: 100px;
  display: inline-block;
  line-height: 100px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
}
.video-btn-wrp .play-btn:hover {
  color: #fff;
  background: #fc6a20;
}
.video-btn-wrp .video-btn {
  position: absolute;
  z-index: 2;
}
.video-btn-wrp .video-btn:before {
  position: absolute;
  content: "";
  height: 140px;
  width: 140px;
  background: #fff;
  opacity: 0.3;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.6);
  z-index: -1;
  animation: video-shadow 3s infinite;
}

@keyframes video-shadow {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
  }
}
/*------ play btnb area end here --------*/
/*------ portfolio area start here --------*/
.portfolio .item {
  position: relative;
}
.portfolio .item .image-wrp {
  position: relative;
  cursor: pointer;
}
.portfolio .item .image-wrp .img {
  padding: 10px;
}
.portfolio .item .image-wrp .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 95%;
  transform: translate(-50%, -50%);
  background-color: rgba(252, 106, 32, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.portfolio .item .image-wrp .image-content .image-content-text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.portfolio .item .image-wrp .image-content .image-content-text h2 {
  color: #fff;
  font-size: 40px;
  transform: 0.3s;
}
.portfolio .item .image-wrp .image-content .image-content-text a {
  margin: 10px 5px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  background-color: #fff;
  color: #fc6a20;
  transition: 0.3s;
}
.portfolio .item .image-wrp .image-content .image-content-text a:hover {
  background-color: #37b721;
  color: #fff;
}
.portfolio .item .image-wrp .image-content .image-content-text a i {
  font-size: 20px;
}
.portfolio .item .image-wrp.secondary-bg {
  position: relative;
  cursor: pointer;
}
.portfolio .item .image-wrp.secondary-bg .img {
  padding: 10px;
}
.portfolio .item .image-wrp.secondary-bg .image-content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 96%;
  height: 95%;
  transform: translate(-50%, -50%);
  background-color: rgba(55, 183, 33, 0.7);
  opacity: 0;
  transition: 0.3s;
}
.portfolio .item .image-wrp.secondary-bg .image-content .image-content-text {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.portfolio .item .image-wrp.secondary-bg .image-content .image-content-text h2 {
  color: #fff;
  font-size: 40px;
  transform: 0.3s;
}
.portfolio .item .image-wrp.secondary-bg .image-content .image-content-text a {
  margin: 10px 5px;
  width: 50px;
  height: 50px;
  line-height: 56px;
  border-radius: 50%;
  background-color: #fff;
  color: #37b721;
  transition: 0.3s;
}
.portfolio .item .image-wrp.secondary-bg .image-content .image-content-text a:hover {
  background-color: #fc6a20;
  color: #fff;
}
.portfolio .item .image-wrp.secondary-bg .image-content .image-content-text a i {
  font-size: 20px;
}
.portfolio .item .image-wrp.secondary-bg:hover .image-content {
  opacity: 1;
}
.portfolio .item:hover .image-content {
  opacity: 1;
}

.portfolio.page2 .swiper-slide.swiper-slide-active .image-content {
  opacity: 1;
}

/*------ portfolio area end here --------*/
/*------ choose area start here --------*/
.choose {
  overflow: hidden;
}
.choose .item-li {
  padding: 20px 3px;
}
.choose .item-li h3 {
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #fff;
  border-radius: 50%;
  background-color: #37b721;
  text-align: center;
}
.choose .item-li h4 {
  padding: 10px 0;
  text-transform: uppercase;
}
.choose .item {
  text-align: center;
  border: 1px solid #dedede;
  padding: 30px 15px;
}
.choose .item .icon {
  width: 130px;
  height: 130px;
  line-height: 130px;
  border-radius: 50%;
  margin: 0 auto;
  border: 1px solid #37b721;
}
.choose .item i {
  color: #fc6a20;
  font-size: 20px;
  padding: 20px 0;
  transition: 0.3s;
}
.choose .item h4 {
  color: #37b721;
}
.choose .item:hover i {
  color: #37b721;
}

.choose.page2 {
  margin-top: 100px;
}
.choose.page2 .video-btn-wrp {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose.page2 .bg-image {
  background: linear-gradient(0deg, rgba(55, 183, 33, 0.7), rgba(55, 183, 33, 0.7)), url(../../assets/images/about/2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  position: relative;
  padding: 200px 0;
}
.choose.page2 .item-li {
  padding: 20px 3px;
  height: 100%;
}
.choose.page2 .item-li h3 {
  width: 50px;
  height: 50px;
  line-height: 54px;
  color: #fff;
  border-radius: 50%;
  background-color: #37b721;
  text-align: center;
}
.choose.page2 .item-li h4 {
  padding: 10px 0;
  color: #fff;
  text-transform: uppercase;
}
.choose.page2 .item-li p {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .choose.page2 {
    margin-top: 0px;
  }
}
/*------ choose area end here --------*/
/*------ testimonial area start here --------*/
.testimonial {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/bg/testimonial.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.testimonial .item {
  background-color: rgba(252, 106, 32, 0.7);
  padding: 40px 30px;
}
.testimonial .item h3 {
  color: #fff;
}
.testimonial .item .img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: 0 auto;
  border: 3px solid #dedede;
}
.testimonial .item .img img {
  width: 100%;
  border-radius: 100%;
}
.testimonial .item .content {
  position: relative;
  color: #6a6a6a;
}
.testimonial .item .content p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  max-width: 420px;
  margin: 0 auto;
}
.testimonial .item .content .cmt-text::before {
  position: absolute;
  content: "\f10d";
  top: -3px;
  left: -6px;
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 40px;
  color: #37b721;
}
.testimonial .item .content .cmt-text::after {
  position: absolute;
  content: "\f10e";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 40px;
  margin-left: 6px;
  color: #37b721;
}
.testimonial .item .star {
  color: #37b721;
}
.testimonial .swiper-slide.swiper-slide-active .item {
  background-color: rgba(55, 183, 33, 0.7);
}
.testimonial .swiper-slide.swiper-slide-active .item .star {
  color: #fc6a20;
}
.testimonial .swiper-slide.swiper-slide-active .item .cmt-text::before {
  color: #fc6a20;
}
.testimonial .swiper-slide.swiper-slide-active .item .cmt-text::after {
  color: #fc6a20;
}

.testimonial.page2 {
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.3), rgba(0, 29, 35, 0.3)), url(../../assets/images/bg/testimonial2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------ testimonial area end here --------*/
/*------ clients area start here --------*/
.client {
  overflow: hidden;
}
.client .item {
  width: 160px;
  height: 120px;
  display: flex;
  align-items: center;
  background-color: #f9faff;
}
.client .item .img {
  width: 120px;
  margin: 0 auto;
}

.client.page2 .item {
  background-color: #fff;
}

/*------ clients area end here --------*/
/*------ touch area start here --------*/
.touch {
  overflow: hidden;
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.5), rgba(0, 29, 35, 0.5)), url(../../assets/images/bg/touch.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.touch .item {
  background-color: rgba(55, 183, 33, 0.7);
  position: relative;
  padding: 100px 50px;
}
.touch .item::after {
  position: absolute;
  content: "";
  bottom: 35px;
  right: 30px;
  width: 45px;
  height: 35px;
  border-right: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.touch .item::before {
  position: absolute;
  content: "";
  top: 35px;
  left: 30px;
  width: 45px;
  height: 35px;
  border-left: 5px solid #fff;
  border-top: 5px solid #fff;
}
.touch .item h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 36px;
}
.touch .item .content input {
  width: 100%;
  padding: 13px 30px;
  outline: none;
  border: none;
  color: #616161;
}

.touch.page2 {
  background: linear-gradient(0deg, rgba(0, 29, 35, 0.3), rgba(0, 29, 35, 0.3)), url(../../assets/images/bg/touch2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*------ touch area end here --------*/
/*------ blog area start here --------*/
.blog {
  overflow: hidden;
}
.blog .item {
  border: 1px solid #dedede;
}
.blog .item .img {
  position: relative;
  overflow: hidden;
}
.blog .item .img .social {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.blog .item .img .social a {
  width: 40px;
  height: 40px;
  line-height: 43px;
  background-color: #fc6a20;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.blog .item .img img {
  transition: 0.5s;
}
.blog .item .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(55, 183, 33, 0.7);
  width: 100%;
  height: 100%;
  transition: all 700ms ease 100ms;
  opacity: 0;
  transform: rotateY(90deg);
}
.blog .item .content {
  padding: 20px 15px;
}
.blog .item .content p {
  margin: 10px 0;
}
.blog .item .content .meta-info {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
}
.blog .item .content .meta-info img {
  width: 25px;
  height: 25px;
  margin-bottom: 8px;
  margin-right: 8px;
  border-radius: 100%;
  border: 1px solid #dedede;
}
.blog .item .content .meta-info i {
  color: #616161;
  padding-right: 3px;
  font-size: 15px;
  color: #fc6a20;
}
.blog .item .content .meta-info a {
  font-size: 18px;
  font-weight: 500;
  color: #37b721;
}
.blog .item:hover .img img {
  transform: scale(1.1);
}
.blog .item:hover .img::after {
  opacity: 1;
  transform: rotate(0deg);
}
.blog .item:hover .img .social {
  opacity: 1;
}

.blog.blog-single .item .img::after {
  display: none;
}

/*------ blog area end here --------*/
/*------ blog single area start here --------*/
.blog-single {
  overflow: hidden;
}
.blog-single .sidebar-search input {
  background-color: #f9faff;
  width: 67%;
  padding: 15px 30px;
  border: none;
}
.blog-single .sidebar-search button {
  color: #fff;
  background-color: #37b721;
  padding: 15px 30px;
  margin-left: -2px;
  border: none;
}
.blog-single .sidebar-search button span {
  color: #fff;
}
.blog-single .blog-thumb .blog-sm-image img {
  width: 90px;
  height: 70px;
}
.blog-single .sidebar-blog-tags .tag {
  padding: 5px 20px;
  background-color: #fff;
  margin-bottom: 5px;
  transition: 0.4s;
}
.blog-single .sidebar-blog-tags .tag:hover {
  background-color: #37b721;
  color: #fff;
}
.blog-single .tag-list .line-tag {
  padding: 5px 20px;
  border: 1px solid #dee2e6;
  margin-bottom: 5px;
  transition: 0.4s;
}
.blog-single .tag-list .line-tag:hover {
  background-color: #37b721;
  color: #fff;
}
.blog-single .know {
  background-color: #37b721;
}
.blog-single .know p {
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 200;
  line-height: 36px;
  position: relative;
}
.blog-single .know p::before {
  position: absolute;
  content: "\f10d";
  font-family: "font awesome 6 free";
  font-weight: 600;
  top: -5px;
  left: -25px;
  font-size: 40px;
}
.blog-single .know p::after {
  position: absolute;
  content: "\f10e";
  font-family: "font awesome 6 free";
  font-weight: 600;
  font-size: 40px;
}

.image.circle img {
  border-radius: 100%;
}

/*------ blog single area end here --------*/
/* custom-pagination-start-here */
.Custom-pagination a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-weight: 500;
  border: 1px solid #37b721;
  color: #616161;
  margin: 0px 3px;
  transition: 0.6s;
}

.Custom-pagination a:hover {
  background-color: #37b721;
  color: #fff;
}

.Custom-pagination .active {
  background-color: #37b721;
  color: #fff;
}

/* custom-pagination-end-here */
/*------ contact area start here --------*/
.contact {
  overflow: hidden;
}
.contact .item {
  display: flex;
  align-items: center;
}
.contact .item .icon {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}
.contact .item .content {
  width: calc(114% - 180px);
  padding-left: 20px;
}
.contact .item .content h4 {
  color: #fff;
}
.contact .item .content h4 a {
  color: #fff;
}
.contact .item .content p {
  color: #fff;
  margin-top: 10px;
}

.contact-inner textarea {
  width: 100%;
  height: 240px;
  padding: 20px 30px;
  border: 1px solid #dedede;
}
.contact-inner input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #dedede;
}
.contact-inner .contact-info a {
  color: #000;
}
.contact-inner .contact-info i {
  color: #fc6a20;
}

@media screen and (max-width: 425px) {
  .contact .item {
    display: block;
    text-align: center;
  }
  .contact .item .icon {
    margin: 0 auto;
  }
  .contact .item .content {
    width: calc(100% - 20px);
  }
}
/*------ contact area end here --------*/
/*------ faq area start here --------*/
.faq-wrapper .accordion-button {
  font-size: 20px;
  background: #37b721;
  color: #fff;
  padding: 10px 10px 10px 70px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  min-height: 60px;
  text-align: left;
}
.faq-wrapper .accordion-button::after {
  content: "\f067";
  font-family: "Font Awesome 6 free";
  font-weight: 700;
  font-size: 16px;
  margin-left: 0;
  background-image: none;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background: #fc6a20;
  border-radius: 0px;
  position: absolute;
  left: 10px;
  color: #fff;
}
.faq-wrapper .accordion-button:focus {
  box-shadow: none;
}
.faq-wrapper .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  content: "\f068";
  color: #fff;
}
.faq-wrapper .accordion-item {
  margin-bottom: 15px;
  border-radius: 0px;
  overflow: hidden;
  border: 1px solid #fff;
}
.faq-wrapper .accordion-item:first-of-type .accordion-button {
  border-radius: 0;
}
.faq-wrapper .accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 5px;
}
.faq-wrapper .accordion-body {
  border: 0;
  padding: 20px 30px;
  position: relative;
}
.faq-wrapper .accordion-body:before {
  position: absolute;
  content: "";
  width: 2px;
  height: calc(100% - 40px);
  background: #fc6a20;
  top: 20px;
  left: 11px;
}
.faq-wrapper .accordion-collapse {
  border: 0;
  background: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  border-radius: 0px;
}
.faq-wrapper .accordion-button.collapsed {
  background: #fff;
  color: #000;
}
.faq-wrapper .accordion-button.collapsed:after {
  background: #37b721;
}
.faq-wrapper .accordion-bordered .accordion-item {
  border-color: #dedede;
}

.faq-area {
  background: #f9faff;
  overflow: hidden;
}

.question-content {
  text-align: center;
}

.question-content p {
  margin-bottom: 40px;
}

.have-qustion {
  max-width: 550px;
  margin: 0 auto;
}

/*------ faq area end here --------*/
/*------ team area start here --------*/
.team {
  overflow: hidden;
}
.team .item {
  transition: 0.5s;
  text-align: center;
  border-left: 1px solid #fff;
}
.team .item .content {
  background-color: #f9faff;
  padding: 30px 15px;
}
.team .item .content span {
  color: #fc6a20;
  text-transform: uppercase;
}
.team .item .img img {
  transition: 0.3s;
}
.team .item:hover .img img {
  opacity: 0.6;
}
.team .item:hover {
  transform: translateY(-20px);
}

/*------ team area end here --------*/
/* team-single-start-here */
.team-single .progress .progress-bar {
  background-color: #37b721;
}
.team-single .nav-link {
  background-color: #fc6a20;
  color: #fff;
  font-weight: 500;
  border-radius: 0px;
  margin-right: 5px;
}
.team-single .nav-link.active {
  background-color: #37b721;
  color: #fff;
}
.team-single .nav.nav-tabs {
  border: none;
}
.team-single .team-personal-info ul li span {
  position: relative;
  width: 140px;
  display: inline-block;
}
.team-single .team-personal-info ul li span::after {
  position: absolute;
  content: ":";
  right: 25px;
}
.team-single .experience-progress h5 {
  font-size: 20px;
}
.team-single .experience-progress span {
  color: #fc6a20;
  font-weight: 500;
  font-size: 18px;
}
.team-single .progress {
  height: 12px;
  background-color: #fc6a20;
  border-radius: 0px;
}

/* team-single-end-here */
/*------ pricing area start here --------*/
.pricing {
  overflow: hidden;
}
.pricing .item {
  padding: 50px 30px;
  text-align: center;
  background-color: #fc6a20;
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.2);
  border-radius: 3px;
  transition: 0.5s;
}
.pricing .item:hover {
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.8);
  background-color: #37b721;
}
.pricing .item h3 {
  font-size: 25px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.pricing .item .price {
  font-size: 90px;
  color: #fff;
  font-weight: 700;
  line-height: 100px;
}
.pricing .item .month {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
}
.pricing .item .dolar {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
}
.pricing .item ul {
  padding-top: 30px;
}
.pricing .item ul li {
  color: #fff;
  padding: 12px 0;
  border-top: 1px solid #fff;
}
.pricing .item ul li:last-child {
  border-bottom: 1px solid #fff;
}
.pricing .item.active {
  box-shadow: 0 4px 16px 0 rgba(51, 51, 51, 0.8);
  background-color: #37b721;
}

/*------ pricing area end here --------*/
/* 404 error-start-here */
.error-404 .error-item h1 {
  font-size: 250px;
  color: #37b721;
  font-weight: bolder;
  line-height: 220px;
}
.error-404 .error-item input {
  width: 100%;
  padding: 15px 30px;
  border: 1px solid #dedede;
}
.error-404 .error-item .error-search {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}
.error-404 .error-item .error-search::before {
  position: absolute;
  content: "\f002";
  font-family: "font awesome 6 free";
  font-weight: 600;
  right: 5px;
  color: #fc6a20;
  cursor: pointer;
  padding: 15px;
  font-size: 20px;
}

@media screen and (max-width: 575px) {
  .error-404 .error-item h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
/* 404 error-end-here */
/*------ footer area start here --------*/
.footer {
  overflow: hidden;
}
.footer .item p {
  color: #000;
}
.footer .item .title {
  color: #37b721;
  text-transform: capitalize;
}
.footer .item .service-name li {
  font-size: 16px;
  padding: 3px 0;
  color: #000;
}
.footer .item .service-name li i {
  padding-right: 3px;
  font-size: 18px;
  color: #37b721;
}
.footer .item .image-wrp .img {
  position: relative;
}
.footer .item .image-wrp .img::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(55, 183, 33, 0.7);
  transition: 0.4s;
  opacity: 0;
}
.footer .item .image-wrp .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fc6a20;
  width: 25px;
  height: 25px;
  line-height: 27px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.3s;
  opacity: 0;
}
.footer .item .image-wrp .img:hover::after {
  opacity: 1;
}
.footer .item .image-wrp .img:hover .icon {
  opacity: 1;
}
.footer .item .footer-blog {
  display: flex;
  align-items: center;
}
.footer .item .footer-blog .blog-image {
  width: 70px;
  height: 70px;
  margin-right: 12px;
}
.footer .item .footer-blog .blog-image img {
  width: 100%;
  height: 100%;
}
.footer .item .footer-blog .blog-content {
  width: calc(100% - 85px);
}
.footer .copyright-text {
  text-align: center;
}
.footer .copyright-text p {
  margin: 0;
}

/*------ footer area end here --------*//*# sourceMappingURL=style.css.map */