:root {
  --theme: #00A9AA;
  --theme-dark: #009191;
  --theme-light: #eafffb;
}
*{
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    padding: 0;
 }
 a:hover,
 a:active,
 a:visited,
 a:focus {
   text-decoration: none;
 }
 a{
  color: #000;
 }
 p {
   font-size: 16px;
   color: #000;
   line-height: 23px;
   margin-bottom: 15px;
   text-align: justify;
 }
 p:last-child {
   margin-bottom: 0;
 }
 li,
 ul,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
   display: block;
   margin: 0;
   padding: 0;
 }
 img {
   max-width: 100%;
 }
 .page-content{
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.page-content>* {
  padding: 40px 0;
}
 .heading-area {
  margin: 0 0 10px 0;
  width: 100%;
 }
 .heading-area.center > *{
  text-align: center;display: block;
  width: 100%;
 }
 .heading-area.white > *{
  color: #fff;
 }
 .heading-area > P{
  margin: 15px 0 0 0;
 }
 .page-title {
   color: #000;
   font-size: 40px;
   line-height: 40px;
   font-weight: bold;
   margin-top: -8px;
   text-transform: uppercase;
 }
 .sub-title {
  color: var(--theme);
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 24px;
  font-weight: bold;
  line-height: 1em;
  margin: 5px 0 0;
}
 .mb-0 {
   margin-bottom: 0;
 }
 .text-left {
   text-align: left;
 }
 .page-title.white {
   color: #fff;
 }
 .btn__div {
  display: flex;
  grid-gap: 15px;
  flex-wrap: wrap;
  width: 100%;
 }
/* =============================================== */
 .banner-inner {
   max-width: 1310px;
   padding: 0px 15px;
   margin: auto;
   display: flex;
   justify-content: space-between;
   align-items: center;
   flex-wrap: wrap;
 }
 .banner-right {
  width: 44%;
}
.banner-left {
 width: 54%;
}
.banner-left  img{
  filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
  -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.2));
}
 .banner-right h1 {
   font-size: 42px;
   line-height: 1em;
   font-weight: bold;
   color: #000;
   margin: 0 0 5px 0;
   text-transform: uppercase;
 }
 .banner-right b {
   font-size: 23px;
   display: block;
   color: var(--theme);
   font-weight: 600;
   line-height: 1em;
   text-transform: uppercase;
   margin: 0 0 15px 0;
 }
 .btn {
    font-size: 20px;
    background-color: var(--theme);
    font-weight: 600;
    color: #ffffff;
    padding: 12px 15px 14px 15px;
    text-align: center;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    text-transform: capitalize;
    cursor: pointer;
    line-height: 1em;
}
.btn:hover,
.btn:focus {
  background-color: var(--theme-dark);
  color: #fff;
}
 /* =============================================== */
 .features{
  background-color: var(--theme-light);
 }
.features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.features ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.features ul li{
  display: flex;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px 10px;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
}
.features ul li p {
  text-align: center;
}
.features ul li strong {
  display: block;
  line-height: normal;
  font-size: 20px;
  color: #000;
  margin-bottom: 7px;
  font-weight: 600;
  text-transform: capitalize;
}
.features ul li i {
  margin-bottom: 10px;
  font-size: 55px;
  color: #000;
  display: block;
}
.fet-caption span {
  display: block;
}
 /* =============================================== */
 .script-inner {
   margin: 0 auto;
   padding: 0px 15px;
   max-width: 1310px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: flex-end;
 }
 .script-left {
   width: 54%;
 }
 .script-right {
   width: 44%;
}
.script-left ul li{
  position: relative;
  color: #000;
  margin: 0 0 4px 0;
  font-size: 16px;
  line-height: 23px;
  text-align: justify;
  padding-left: 20px;
}
.script-left ul li:last-child{
  margin-bottom: 0;
}
.script-left ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: var(--theme);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* =============================================== */
.green-part{
  background-color: var(--theme-light);
}
.green-part-inner {
   margin: 0 auto;
   padding: 0 15px;
   max-width: 1310px;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
}
.green-part-inner ul li {
  margin: 0 0 10px;
  padding: 0 0 0 25px;
  font-size: 16px;
  color: #000;
  line-height: 23px;
  position: relative;
  text-align: justify;
}
.green-part-inner ul li::before {
   content: '';
   top: 10px;
   left: 0;
   width: 6px;
   height: 6px;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   -moz-border-radius: 50%;
   -ms-border-radius: 50%;
   -o-border-radius: 50%;
   background: #000;
   position: absolute;
}
.green-part-inner ul li:last-child {
   margin-bottom: 0;
}
.green-part-left {
  width: 48%;
}
.green-part-right {
  width: 48%;
}
/* =============================================== */
 .business-inner {
   margin: 0 auto;
   padding: 0px 15px;
   max-width: 1310px;
   position: relative;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: flex-end;
 }
 .business-inner-left {
   width: 50%;
 }
 .business-inner-rght {
   width: 48%;
 }
/* =============================================== */
.front-end {
  background: var(--theme-light);
}
.front-end-inner {
   margin: 0 auto;
   padding: 0 15px;
   max-width: 1310px;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   align-items: center;
}
.front-end-left {
   width: 44%;
}
.front-end-right {
   width: 54%
}
.front-end-right strong {
  display: block;
  font-size: 22px;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.3em;
}
.front-end-right .btn {
   display: inline-block;
   padding: 15px 15px 16px 15px;
   background-color: var(--theme);
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   transition: all 0.5s;
   -webkit-transition: all 0.5s;
   -moz-transition: all 0.5s;
   -ms-transition: all 0.5s;
   -o-transition: all 0.5s;
   text-align: center;
   border-radius: 5px;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -ms-border-radius: 5px;
   -o-border-radius: 5px;
   white-space: inherit;
 }
 .front-end-right .btn:hover {
   background-color: var(--theme-dark);
}
 /* ============================================ */
.review-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
 ul.reviews-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
 }
 ul.reviews-list li a {
   display: block;
   background-color: #fff;
   position: relative;
   border-radius: 0;
   box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
   -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
   border: 4px solid #fff;
   transition: all 0.5s ease 0s;
   -webkit-transition: all 0.5s ease 0s;
   -moz-transition: all 0.5s ease 0s;
   -ms-transition: all 0.5s ease 0s;
   -o-transition: all 0.5s ease 0s;
   overflow: hidden;
   border-radius: 25px;
   -webkit-border-radius: 25px;
   -moz-border-radius: 25px;
   -ms-border-radius: 25px;
   -o-border-radius: 25px;
   position: relative;
 }
 ul.reviews-list li a::before {
   content: '';
   display: block;
   width: 100%;
   padding-top: 71%;
 }
 ul.reviews-list li a img {
   max-width: 100%;
   vertical-align: top;
   position: absolute;
   left: 0;
   top: 0;
 }
 ul.reviews-list li a::after {
   content: '';
   background-image: url(../svg/play-video-47.svg);
   position: absolute;
   right: 10px;
   top: 10px;
   width: 46px;
   height: 46px;
   background-repeat: no-repeat;
   background-size: 40px;
   background-position: center;
   background-color: #00a9b7;
   border-radius: 50%;
   box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.4);
 }
 ul.reviews-list li.morereview a {
   min-height: 100%;
   font-size: 28px;
   font-weight: bold;
   line-height: 34px;
   text-transform: uppercase;
   display: flex;
   flex-direction: column;
   align-items: center;
   text-align: center;
   justify-content: center;
   background-color: var(--theme);
   color: #fff;
   padding: 15px;
 }
 ul.reviews-list li.morereview a:hover {
   background-color:var(--theme-dark);
 }
 ul.reviews-list li.morereview a:before {
   content: '';
   position: absolute;
   left: 10px;
   top: 10px;
   width: 50px;
   height: 50px;
   border-width: 1px 0 0 1px;
   border-style: solid;
   border-color: #fff;
   border-radius: 20px 0 0 0;
   -webkit-border-radius: 20px 0 0 0;
   -moz-border-radius: 20px 0 0 0;
   -ms-border-radius: 20px 0 0 0;
   -o-border-radius: 20px 0 0 0;
   padding: 0;
 }
 ul.reviews-list li.morereview a:after {
   content: '';
   position: absolute;
   top: auto;
   right: 10px;
   bottom: 10px;
   width: 50px;
   height: 50px;
   border-width: 0 1px 1px 0;
   border-style: solid;
   border-color: #fff;
   background-image: none;
   background-color: transparent !important;
   box-shadow: none;
   border-radius: 0 0 20px 0;
   -webkit-border-radius: 0 0 20px 0;
   -moz-border-radius: 0 0 20px 0;
   -ms-border-radius: 0 0 20px 0;
   -o-border-radius: 0 0 20px 0;
 }
 .review a._VIDEO_:after {
  background-color: var(--theme);
}
/* =============================================== */
 .demolinks {
   background-color: var(--theme);
 }
 .demolinks-inner {
   max-width: 1310px;
   margin: 0 auto;
   padding: 0 15px;
   text-align: center;
 }
 .demolinks ul {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-auto-flow: column;
  gap: 10px;
  max-width: 890px;
  margin: 0 auto;
}
.demolinks ul li a {
  display: block;
  position: relative;
}
.demolinks ul li a img {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 100%;
}
.demolinks ul li a::before {
  content: '';
  display: block;
  width: 100%;
  padding-top: 32.76%
}

/**************************************/
.core-features-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  max-width: 1310px;
  padding: 0 15px;
}
.core-features ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.core-features ul li {
  position: relative;
  text-align: center;
}
.core-features-caption {
  padding: 0 0 20px 0;
  padding: 20px 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 100%;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.core-features ul li i {
  width: 80px;
  height: 80px;
  display: inline-flex;
  border-radius: 50%;
  margin-bottom: 15px;
  text-align: center;
  border: 1px solid var(--theme);
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--theme);
}
.core-features ul li strong {
  display: block;
  line-height: 1em;
  font-size: 20px;
  color: #000;
  margin-bottom: 5px;
  font-weight: 600;
  text-transform: capitalize;
}
.core-features-caption p {
  text-align: center;
}
/*  */
 @media (max-width: 1199.98px) {
    .banner-right h1 {
      font-size: 39px;
      line-height: 1em;
    }
    .banner-right b {
      font-size: 22px;
    }
    .page-title {
      font-size: 37px;
    }
    .script .page-title {
      text-align: center;
    }
    ul.reviews-list li.morereview a {
      font-size: 2.5vw;
      line-height: 3.5vw;
    }
    .core-features ul {
      grid-template-columns: repeat(4, 1fr);
    }
    .core-features ul li:nth-last-child(-n+2) {
      grid-column: span 2;
    }
 }
 @media (max-width: 1024px) {
  .core-features ul {
    grid-template-columns: repeat(3, 1fr);
   }
   .core-features ul li:nth-last-child(2) {
    grid-column: span 1;
   }
   .core-features ul li:last-child {
    grid-column: span 3;
   }
 }
@media (max-width: 991.98px) {
  .banner-right {
      width: 100%;
  }
  .banner-left{
    width: 100%;
  }
  .banner-inner{
    row-gap: 25px;
  }
  .features ul {
      grid-template-columns: repeat(2, 1fr);
  }
  .script-left{
      width: 100%;
  }
  .script-right{
      width: 100%;
      text-align: center;
  }
  .script-inner{
      flex-direction: column-reverse;
      row-gap: 25px;
  }
  .business-inner-left{
      width: 100%;
  }
  .business-inner-rght{
      width: 100%;
      text-align: center;
  }
  .business-inner{
      flex-direction: column-reverse;
      row-gap: 25px;
  }
  .front-end-left{
      width: 100%;
      margin: 0 0 25px;
  }
  .front-end-right{
      width: 100%;
  }
  ul.reviews-list {
      grid-template-columns: repeat(3, 1fr);
  }
  .green-part-left {
    width: 100%;
    text-align: center;
  }
  .green-part-right {
    width: 100%;
  }
  .green-part-inner {
    gap: 30px;
  }
  .business .page-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .core-features ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .core-features ul li:nth-last-child(2) {
    grid-column: span 1;
  }
  .core-features ul li:last-child {
    grid-column: span 1;
  }
}
 @media (max-width: 630px) {
  .page-content>*{
    padding: 40px 0;
  }
   .banner-right h1 {
     font-size: 30px;
     line-height: 30px;
   }
   .banner-right b {
    font-size: 20px;
    line-height: 1em;
  }
  .banner-right img{
    border-bottom: 1px solid #ccc;
  }
  .page-title {
    font-size: 26px;
    line-height: 1em;
  }
  .sub-title {
    font-size: 18px;
  }
  .demolinks ul {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    gap: 10px;
  }
  ul.reviews-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
   ul.reviews-list li a::after {
     width: 35px;
     height: 35px;
     background-size: 29px;
   }
   ul.reviews-list li.morereview a {
     font-size: 4.1vw;
     line-height: 5.2vw;
   }
   ul.reviews-list li.morereview a:before {
    width: 40px;
    height: 40px;
    border-radius: 10px 0 0 0;
    -webkit-border-radius: 10px 0 0 0;
    -moz-border-radius: 10px 0 0 0;
    -ms-border-radius: 10px 0 0 0;
    -o-border-radius: 10px 0 0 0;
}
  ul.reviews-list li.morereview a:after {
    width: 40px;
    height: 40px;
    border-radius: 0 0 10px 0;
    -webkit-border-radius: 0 0 10px 0;
    -moz-border-radius: 0 0 10px 0;
    -ms-border-radius: 0 0 10px 0;
    -o-border-radius: 0 0 10px 0;
  }
  ul.reviews-list li a {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.20);
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border: 0;
}
  .features ul {
    grid-template-columns: 1fr;
  }
  .front-end-right strong {
    font-size: 18px;
}
 }
 @media (max-width:580px) {
   .front-end-right .btn {
     font-size: 16px;
     padding: 15px;
   }
   .gomain,
   .gen-button {
    font-size: 16px;
    padding: 12px 15px 12px 15px;
   }
   .core-features ul {
      grid-template-columns: 100%;
    }
    .core-features ul li:nth-last-child(2) {
      grid-column: span 1;
    }
    .core-features ul li:last-child {
      grid-column: span 1;
    }
  }