
@media (max-width: 767px) {
  .hero-area {
    padding: 110px 0 80px 0;
  }
}

.hero-area .hero-content {
  border-radius: 0;
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 280px 0 220px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    padding: 0px 140px;
  }
}

.hero-area .hero-content h4 {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 20px;
}

.hero-area .hero-content h1 {
  font-weight: 800;
  font-size: 38px;
  line-height: 50px;
  color: #fff;
  text-transform: capitalize;
}

.hero-area .hero-content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #fff;
}

.hero-area .hero-content .button {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content .button {
    margin-top: 30px !important;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content .button {
    margin-top: 30px;
    width: 100%;
  }
}

.hero-area .hero-content .button .btn {
  background-color: #fff;
  color: #081828;
}

@media (max-width: 767px) {
  .hero-area .hero-content .button .btn {
    width: 100%;
  }
}

.hero-area .hero-content .button .btn:hover {
  color: #fff;
  background-color: #081828;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area .hero-content h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-area .hero-content {
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
  }
  .hero-area .hero-content p {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .hero-area .hero-content {
    padding: 0 10px;
    text-align: center;
  }
  .hero-area .hero-content h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .hero-area .hero-content p {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  .hero-area .hero-content .button .btn {
    width: 60%;
    margin: 0;
    margin-bottom: 7px;
  }
  .hero-area .hero-content .button .btn:last-child {
    margin: 0;
  }
}

.hero-area .hero-image {
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .hero-area .hero-image {
    display: none;
  }
}

.hero-area .hero-image img {
  width: 400px;
}

/*======================================
	Features CSS
========================================*/
.freatures {
  background-color: #F4F7FA;
}

.freatures .image img {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .freatures .content {
    padding-left: 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .freatures .content {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .freatures .content {
    margin-top: 40px;
  }
}

.freatures .content .heading {
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 70px;
  line-height: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .freatures .content .heading {
    font-size: 28px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .freatures .content .heading {
    font-size: 22px;
    line-height: 38px;
  }
}

.freatures .content .heading span {
  color: #2ed06e;
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.freatures .content .single-feature {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
}

.freatures .content .single-feature:last-child {
  margin: 0;
}

.freatures .content .single-feature .f-icon {
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: #2ed06e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 28px;
  top: 0;
}

.freatures .content .single-feature h4 {
  font-size: 18px;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
}

/*======================================
	Services CSS
========================================*/
.services {
  position: relative;
  z-index: 0;
  background-color: #fff;
}

.services .section-title {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services .section-title {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 1400px) {
  .services .upper-content {
    padding-right: 100px;
  }
}

.services .upper-content .lasthead {
  font-size: 16px;
  font-weight: 600;
  color: #2ed06e;
  margin-bottom: 15px;
}

.services .upper-content .title {
  font-size: 28px;
  font-weight: 600;
  font-size: 40px;
  font-weight: 700;
  padding: 21px 0 16px;
}

.services .upper-content p {
  margin-top: 20px;
}

.services .upper-content .button {
  margin-top: 40px;
}

.services .single-service {
  min-height: 300px;
  margin-top: 30px;
  border-radius: 20px;
  background-color: white;
  -webkit-box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
          box-shadow: 0px 0px 30px rgba(81, 94, 125, 0.082);
  padding: 40px 50px;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.services .single-service:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  border-top-color: #2ed06e;
  border-bottom-color: #2ed06e;
}

.services .single-service .main-icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #2ed06e;
  color: #fff;
  border-radius: 10px;
  font-size: 27px;
  text-align: center;
  display: inline-block;
}

.services .single-service .text-title {
  color: #081828;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.services .single-service p {
  line-height: 26px;
  font-size: 15px;
}

/*======================================
    Intro Video CSS
========================================*/
.intro-video-area {
  background-color: #081828;
  position: relative;
  z-index: 9;
  padding-bottom: 0;
  padding-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area {
    padding-top: 90px;
  }
}

@media (max-width: 767px) {
  .intro-video-area {
    padding-top: 60px;
  }
}

.intro-video-area .section-title {
  margin-bottom: 150px;
  padding: 0 265px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .section-title {
    padding: 0 50px;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .section-title {
    padding: 0 30px;
    margin-bottom: 100px;
  }
  .intro-video-area .section-title h2 {
    font-size: 20px;
  }
}

.intro-video-area .section-title span {
  display: block;
  margin-bottom: 20px;
  color: #2ed06e;
}

@media (max-width: 767px) {
  .intro-video-area .section-title span {
    margin-bottom: 10px;
  }
}

.intro-video-area::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.intro-video-area .inner-content-head {
  padding: 30px;
  border: 1px solid #eeeeee40;
  border-radius: 30px;
  background: #ffffff24;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content-head {
    padding: 0;
    border: none;
  }
}

.intro-video-area .inner-content {
  background-color: #fff;
  padding: 100px 0;
  height: 100%;
  border-radius: 15px;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.09);
  position: relative;
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
    padding-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .inner-content {
    padding: 50px 0;
  }
}

.intro-video-area .inner-content .shape1 {
  height: 120px;
  width: 120px;
  position: absolute;
  right: -60px;
  bottom: 58px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape1 {
    width: 80px;
    height: 80px;
    right: -50px;
    bottom: 20px;
  }
}

.intro-video-area .inner-content .shape2 {
  height: 100px;
  width: 100px;
  position: absolute;
  left: -10px;
  top: 30px;
}

@media (max-width: 767px) {
  .intro-video-area .inner-content .shape2 {
    width: 80px;
    height: 80px;
  }
}

.intro-video-area .intro-video-play {
  position: relative;
  z-index: 9;
}

.intro-video-area .intro-video-play .play-thumb a {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 83px;
  background: #2ed06e;
  border-radius: 50%;
  padding-left: 5px;
  font-size: 22px;
  color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 70px;
    width: 70px;
    font-size: 20px;
    line-height: 70px;
  }
}

@media (max-width: 767px) {
  .intro-video-area .intro-video-play .play-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 18px;
  }
}

.intro-video-area .intro-video-play .play-thumb a:hover {
  background-color: #081828;
  color: #fff;
}

.intro-video-area .intro-video-play .play-thumb a::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 1px solid #2ed06e;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 1.5s linear infinite;
  animation: pulse-border-2 1.5s linear infinite;
}

