<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;"> *{
    font-family: 'Exo 2', sans-serif;
    margin: 0;
    padding: 0;
 }
 a:hover,
 a:active,
 a:visited,
 a:focus {
   text-decoration: none;
 }
 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&gt;* {
 padding: 45px 0;
}
 .heading-area {
  margin: 0 0 15px 0;
  width: 100%;
 }
 .heading-area.center &gt; *{
  text-align: center;display: block;
  width: 100%;
 }
 .heading-area.white &gt; *{
  color: #fff;
 }
 .heading-area &gt; 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: #6bb83c;
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
}
 .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 {
   background: #f2ffea;
 }
 .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: 54%;
 }
 .banner-left {
   width: 44%;
 }
 .banner-right h1 {
   font-size: 42px;
   line-height: 42px;
   font-weight: bold;
   color: #000;
   margin: 0 0 5px 0;
   text-transform: uppercase;
 }
 .banner-right b {
   font-size: 26px;
   display: block;
   color: #6bb83c;
   font-weight: 600;
   line-height: normal;
   text-transform: uppercase;
   margin: 0 0 15px 0;
 }
 .btn {
    font-size: 18px;
    background-color: #6bb83c;
    font-weight: 600;
    color: #ffffff;
    padding: 10px 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: normal;
}
.btn:hover,
.btn:focus {
  background-color: #2b8600;
  color: #fff;
}
 /* =============================================== */
.features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.features ul {
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 30px;
}
.features ul li {
  width: 25%;
  position: relative;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
}

.features ul li i {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
  text-align: center;
}
.features ul li i img {
  height: 56px;
  width: 56px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: inline-block;
}
.features ul li:hover i img {
  filter: invert(67%) sepia(88%) saturate(1800%) hue-rotate(54deg) brightness(89%) contrast(86%);
  -webkit-filter: invert(67%) sepia(88%) saturate(1800%) hue-rotate(54deg) brightness(89%) contrast(86%);
}
.features ul li:hover strong {
  color: #6bb83c;
}
.fet-caption span {
  display: block;
}
 /* =============================================== */
 .script {
   background: #f8f8f8;
 }
 .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: 50%;
 }
 .script-right {
   width: 46%;
}
.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::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #6bb83c;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* =============================================== */
 .green-part-inner {
   margin: 0 auto;
   padding: 0 15px;
   max-width: 1310px;
 }
 .green-part-inner ul li {
   margin: 0 0 10px;
   padding: 0 0 0 25px;
   font-size: 15px;
   color: #000;
   line-height: 23px;
   position: relative;
 }
 .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;
 }
/* =============================================== */
 .business {
     background: #f8f8f8;
 }
 .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-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: 40%;
 }
 .front-end-right {
   width: 56%
 }
 .front-end-right strong {
   display: block;
   font-size: 25px;
   color: #000;
   margin-bottom: 15px;
 }
 .front-end-right .btn {
   display: inline-block;
   padding: 11px 30px 13px 30px;
   background-color: #6bb83c;
   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: #309500;
 }
 /* ============================================ */
 .review{
  background: #eef9eb;
 }
 .review-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
 ul.reviews-list {
  row-gap: 20px;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   width: 100%;
   margin-top: 20px;
 }
 ul.reviews-list li {
   width: 25%;
   padding: 0 10px;
 }
 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: 8px 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(play-video-42.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: #6bb83c;
   color: #fff;
   padding: 15px;
 }
 ul.reviews-list li.morereview a:hover {
   background-color: #359708;
 }
 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: #6bb83c;
}
/* =============================================== */
 .demolinks {
   background-color: #226a00;
 }
 .demolinks .heading-area strong {
   color: #fff;
 }
 .demolinks-inner {
   max-width: 1310px;
   margin: 0 auto;
   padding: 0 15px;
   text-align: center;
 }
 .demolinks .heading-area h3 {
   color: #fff;
 }
.demo-links-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  row-gap: 10px;
  max-width: 918px;
  margin: 0 auto;
}
.demo-links-row strong {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  display: block;
}
.demo-links-row .links-column {
  width: 33.33%;
}
.demo-links-row .links-column ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
}
.demo-links-row .links-column ul li {
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  bottom: 0;
  width: 100%;
}
.demo-links-row .links-column ul li:last-child {
  margin-bottom: 0;
}
.demo-links-row .links-column ul li a {
  display: block;
  position: relative;
}
.demo-links-row .links-column ul li:hover {
  bottom: 5px;
}
.demo-links-row .links-column ul li a::before{
  content: '';
  display: block;
  width: 100%;
  padding-top: 33%;
}
.demo-links-row .links-column ul li a img{
  position: absolute;
  left: 0;
  top: 0;
}
 /**************************************/
 @media (max-width: 1199.98px) {
  .features ul li {
    width: 33.33%;
}
   ul.reviews-list li.morereview a {
     font-size: 2.5vw;
     line-height: 3.5vw;
   }
 }
 @media (max-width: 991.98px) {
   .banner-right,
   .banner-left,
   .script-left,
   .script-right,
   .business-inner-left,
   .front-end-left,
   .front-end-right {
     width: 100%;
   }
   .banner-inner,
   .business-inner {
     flex-direction: column-reverse;
   }
   .banner-left,
   .business-inner-rght {
     margin-bottom: 30px;
   }
   .banner-left {
    width: 100%;
    text-align: center;
   }
   .business-inner-rght {
     width: 100%;
   }
   .front-end-left {
     text-align: center;
     margin-bottom: 30px;
   }
   /* =============================================== */
   .features-inner ul li {
     width: 50%;
   }
   ul.reviews-list li {
     width: 33.33%;
   }
   .script-inner {
     flex-direction: column-reverse;
   }
   .script-right {
     margin-bottom: 30px;
   }
 }
 @media (max-width: 767.98px) {}
 @media (max-width: 630px) {
  .page-content&gt;*{
    padding: 40px 0;
  }
   .banner-right h1 {
     font-size: 30px;
     line-height: 30px;
   }
   .banner-right b {
     font-size: 20px;
   }
   .banner-left {
    margin: 0 0 15px 0;
   }
   .page-title {
     font-size: 25px;
     line-height: 25px;
   }
/* =============================================== */
   .features-inner ul li {
    text-align: center;
    width: 100%;
    padding: 0;
  }

/* =============================================== */
  .demo-links-row .links-column{
    width: 50%;
    padding: 0 5px;
  }
  .demo-links-row .links-column ul{
    margin: 0;
  }
  .demo-links-row .links-column:last-child{
    width: 100%;
  }
  .demo-links-row .links-column:last-child ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .demo-links-row .links-column:last-child ul li {
    width: calc(50% - 5px);
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: -ms-calc(50% - 5px);
    width: -o-calc(50% - 5px);
  }
/* =============================================== */
   .steps-your-product-inner ul li {
     width: 100%;
   }
   .steps-your-product-inner ul li:last-child{
     margin-bottom: 0;
   }
   .front-end-right strong {
     font-size: 20px;
     line-height: normal;
   }
/* =============================================== */
   ul.reviews-list li {
     width: 50%;
     padding: 0 8px;
   }
   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;
}
 }
 @media (max-width:580px) {
   .front-end-right .btn {
     font-size: 16px;
     padding: 15px;
   }
   .gomain,
   .gen-button {
    font-size: 16px;
    padding: 12px 15px 12px 15px;
   }
  }</pre></body></html>