* {
  font-family: 'Exo 2';
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --theme: #00A9AA;
  --theme-dark: #009191;
  --theme-light: #eafffb;
}
li {
  display: block;
}
P {
  font-size: 16px;
  margin: 0 0 15px 0;
  line-height: 23px;
  color: #000;
  text-align: justify;
}
p:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Exo 2';
}
main {
  max-width: 1920px;
  margin: 80px auto 0 auto;
  border-left: 1px solid #f8f8f8;
  border-right: 1px solid #f8f8f8;
}
main>* {
  padding: 45px 0;
}
.heading-area {
  width: 100%;
  margin: 0 0 15px 0;
}
.heading-area.white>* {
  color: #fff;
}
.heading-area.center>* {
  text-align: center;
  display: block;
  width: 100%;
}
.main-title {
  font-size: 40px;
  color: #000;
  line-height: 1em;
  font-weight: bold;
  margin-top: -6px;
  text-transform: uppercase;
}
.heading-area>p {
  margin: 5px 0 0 0;
}
img {
  max-width: 100%;
  border: 0;
}
.sub-title {
  color: var(--theme);
  display: block;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 22px;
  font-weight: bold;
  line-height: normal;
}
.btn__div {
  width: 100%;
  flex-wrap: wrap;
  grid-gap: 15px;
  display: flex;
}
.common-btn {
  font-size: 18px;
  background-color: var(--theme);
  font-weight: 600;
  color: #ffffff;
  padding: 12px 20px;
  line-height: normal;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-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;
}
.common-btn:visited {
  background-color: var(--theme);
}
.common-btn:hover {
  background-color: var(--theme-dark);
  color: #fff;
}
/* ---------------------------------------
-------------------------------------------*/
.banner {
  background: var(--theme-light);
}
.banner-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.banner-left {
  width: 48%;
}
.banner-right {
  width: 48%;
}
.banner-right h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--theme);
  font-weight: bold;
}
.banner-right b {
  margin: 0 0 10px;
  font-size: 25px;
  line-height: 1em;
  color: #000;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
.features .features-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.features ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.features ul li {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 8px;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.features ul li i {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 45px;
}
.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;
  font-size: 0;
}
.features ul li:hover strong {
  color: var(--theme);
}
.fet-caption span {
  display: block;
}
/* ============================== */
.script {
  background: var(--theme-light);
}
.script-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.script-left {
  width: 48%;
}
.script-left ul li {
  padding: 0 0 0 20px;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 24px;
  position: relative;
}
.script-left ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  top: 8px;
}
.script-right {
  width: 48%;
}
/******************/
.green-part-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
}
.green-part-inner ul li {
  padding: 0 0 0 20px;
  width: 100%;
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 24px;
  position: relative;
}
.green-part-inner ul li:not(:last-child) {
  margin: 0 0 8px 0;
}
.green-part-inner ul li::before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme);
  position: absolute;
  left: 0;
  top: 8px;
}
/******************/
.business {
  background: var(--theme-light);
}
.business-inner {
  margin: 0 auto;
  padding: 0px 15px;
  max-width: 1310px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.business-inner-left {
  width: 48%;
}
.business-inner-rght {
  width: 48%;
}
/******************/
.front-end-inner {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1310px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.front-end-left {
  width: 48%;
}
.front-end-right {
  width: 48%;
}
.front-end-right span {
  margin: 0 0 15px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
  display: block;
  text-transform: uppercase;
}
.pricing-inner {
  margin: 0 auto;
  padding: 100px 0 0;
  max-width: 1310px;
  text-align: center;
}
/* -------------------------------------- */
.reviews {
  background-color: var(--theme-light);
}
.reviews-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
.reviews .heading-area {
  width: 100%;
}
.all-reviews {
  padding: 20px 50px;
  background-color: var(--theme);
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  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;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 600;
}
.all-reviews:hover {
  background-color: #1c5879;
  color: #fff;
}
ul.reviews-list {
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
}
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);
  transition: all 0.5s ease 0s;
  overflow: hidden;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  width: 100%;
}
ul.reviews-list li:not(:last-child) 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;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
ul.reviews-list li a::after {
  content: '\e9c2';
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 10px;
  width: 46px;
  height: 46px;
  padding: 3px;
  font-size: 40px;
  line-height: 40px;
  background-color: var(--theme) !important;
  color: #fff;
  box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
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;
  justify-content: center;
  background-color: var(--theme);
  color: #fff;
  padding: 15px;
  text-align: center;
}
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;
}
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;
}
/* -------------------------------------- */
@media screen and (max-width:991px) {
  .banner-inner {
      flex-direction: column-reverse;
  }
  .banner-right {
      width: 100%;
  }
  .banner-left {
      width: 100%;
  }
  .features ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .script-right {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  .script-left {
    width: 100%;
  }
  .business-inner-left {
    width: 100%;
  }
  .business-inner-rght {
    width: 100%;
  }
  .business-inner {
    flex-direction: column-reverse;
    gap: 20px;
  }
  .front-end-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .front-end-right {
    width: 100%;
  }
  ul.reviews-list {
    grid-template-columns: repeat(3, 1fr);
  }
  ul.reviews-list li.morereview {
    grid-column: span 2;
  }
  .main-title {
    font-size: 32px;
  }
  .banner-right h1 {
    font-size: 38px;
  }
  .banner-right b {
    font-size: 20px;
  }
}
@media screen and (max-width:767px) {
  .features ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .main-title {
    font-size: 30px;
  }
  .banner-right h1 {
    font-size: 35px;
  }
  .banner-right b {
    font-size: 18px;
  }
}
@media screen and (max-width:630px) {
  ul.reviews-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  ul.reviews-list li.morereview {
    grid-column: span 1;
  }
  ul.reviews-list li.morereview a:before {
    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;
    left: 5px;
    top: 5px;
  }
  ul.reviews-list li.morereview a:after {
    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;
    bottom: 5px;
    right: 5px;
  }
  ul.reviews-list li.morereview a {
    font-size: 23px;
    line-height: 23px;
  }
  .main-title {
    font-size: 28px;
  }
  .banner-right h1 {
    font-size: 32px;
  }
}
@media screen and (max-width:480px) {
  .features ul {
    grid-template-columns: 100%;
  }
  ul.reviews-list li.morereview a {
      font-size: 15px;
      line-height: 15px;
  }
  .banner-right h1 {
    font-size: 30px;
  }
}