/*
Items Name : GesApp
Author : Ngetemplates
---------------------------------*/
/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
/* ------------------------------
  General
---------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: #ffffff;
  color: #92949a;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  color: #0a0a0a;
}

h1 {
  font-size: 52px;
  line-height: 66px;
  font-weight: 600;
  position: relative;
  color: #ffffff;
}

h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 19px;
  font-weight: 500;
  line-height: 46px;
  font-family: 'Roboto', sans-serif;
}

h6 {
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #464646;
}

a:hover {
  color: #bbb;
}

p {
  margin: 5px 0 15px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

ul {
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

img {
  width: 100%;
}

/* ------------------------------
  loader
---------------------------------*/
.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #f5f5f5;
}

.loader .loading {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.loader .loading .aloader {
  background: #f5f5f5;
  color: #0921fb;
}

/* ------------------------------
  button
---------------------------------*/
.button {
  padding: 12px 20px;
  background: #ffffff;
  color: #0a0a0a;
  font-size: 14px;
  letter-spacing: 1px;
  border-radius: 3px;
  border: 1px solid transparent;
  transition: 0.2s;
}

.btn-second {
  background: #0a0a0a;
  color: #ffffff;
}

.button:hover {
  background: #0921fb;
  color: #ffffff;
  border-color: #ffffff;
}

/* ------------------------------
  navbar
---------------------------------*/
.navbar {
  background: #0921fb;
  padding: 25px 0;
  position: fixed;
  width: 100%;
  z-index: 99;
  text-align: center;
}
.navbar .navbar-brand img {
  height: 42px;
  width: auto;
}
.navbar .navbar-brand:hover {
  color: #0a0a0a;
}
.navbar .navbar-toggler {
  padding: 0;
}
.navbar .navbar-toggler i {
  font-size: 32px;
  color: #fff;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-collapse {
  position: relative;
  left: -18px;
  width: 40%;
  flex-grow: 0;
}
.navbar .navbar-nav li {
  padding: 0 10px;
}
.navbar .navbar-nav li a {
  color: #ffffff;
}
.navbar .navbar-nav li a:hover {
  color: #f5ad2c;
}
.navbar .navbar-nav li .button {
  color: #fff;
  margin-top: -3px;
  display: inline-block;
  margin-right: -15px;
}
.navbar .button-navbar {
  width: 40%;
  float: right;
  text-align: right;
}
.navbar .button-navbar li {
  display: inline-block;
  margin-left: 15px;
}
.navbar .button-navbar li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}

.navbar-fixed {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0);
}

/* ------------------------------
  section-title
---------------------------------*/
.title h5 {
  color: #0921fb;
  margin-bottom: 10px;
}
.title h2 {
  margin-bottom: 50px;
}

/* ------------------------------
  intro
---------------------------------*/
.intro {
  background: #0921fb;
  padding: 175px 0 310px;
  text-align: center;
}
.intro p {
  color: #ffffff;
  margin-top: 25px;
  padding: 0 25%;
}

.intro-image {
  padding: 0 16%;
  margin: -215px 0 0 0;
}
.intro-image img {
  padding: 0 5px;
}

/* mobile frame around intro images */
.mobile-frame {
  position: relative;
  display: inline-block;
  padding: 12px 10px 14px;
  background: #1a1a1a;
  border-radius: 36px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35), 0 0 0 3px #2a2a2a, inset 0 0 0 2px rgba(255, 255, 255, 0.05);
  max-width: 280px;
  margin: 0 auto;
}
.mobile-frame::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  background: #1a1a1a;
  border-radius: 0 0 18px 18px;
  z-index: 2;
}
.mobile-frame-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 22px;
  background: #0a0a0a;
  border-radius: 0 0 14px 14px;
  z-index: 3;
}
.mobile-frame img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 24px;
  padding: 0;
  vertical-align: top;
}
.intro-image .col-md {
  display: flex;
  justify-content: center;
}

/* ------------------------------
  counter
---------------------------------*/
.counter {
  text-align: center;
  padding: 80px 0;
}
.counter h1 {
  color: #0a0a0a;
}
.counter p {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 500;
}

/* ------------------------------
  features
---------------------------------*/
.features .content:first-child {
  margin-top: 65px;
}
.features .content {
  position: relative;
  margin: 20px 0;
}
.features .content .icon {
  float: left;
  margin-right: 28px;
}
.features .content .icon i {
  font-size: 30px;
  color: #0921fb;
  margin-top: 35px;
}
.features .content .text {
  overflow: hidden;
}
.features .content-image {
  background: url(../img/bgbox.png) right top no-repeat;
  background-size: 245px;
  text-align: right;
  padding-top: 45px;
  padding-right: 45px;
  max-width: 500px;
  margin: auto;
}
.features .content-image img {
  width: 80%;
}
.features .content-image .mobile-frame {
  width: 80%;
  max-width: 280px;
}
.features .content-image .mobile-frame img {
  width: 100%;
}

.features02 {
  padding: 100px 0;
}
.features02 .content-image {
  background: url(../img/bgbox.png) left top no-repeat;
  background-size: 245px;
  text-align: left;
  padding-top: 45px;
  padding-left: 45px;
}
.features02 .content-image img {
  width: 80%;
  max-width: 350px;
}
.features02 .content-image .mobile-frame {
  width: 80%;
  max-width: 280px;
}
.features02 .content-image .mobile-frame img {
  width: 100%;
}
.features02 h2 {
  margin-top: 60px;
}
.features02 .row .row {
  padding-top: 45px;
}
.features02 .content i {
  font-size: 30px;
  color: #0921fb;
}

/* ------------------------------
  download
---------------------------------*/
.download {
  background: #0921fb;
  height: 426px;
  color: #ffffff;
}
.download h2 {
  padding-top: 100px;
  color: #ffffff;
  margin-bottom: 20px;
}
.download ul {
  margin-top: 20px;
}
.download ul li {
  display: inline-block;
  margin-right: 15px;
}
.download ul li i {
  font-size: 20px;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.download .image1 {
  position: relative;
  top: -38px;
  padding-left: 10px;
}
.download .image2 {
  position: relative;
  bottom: -65px;
  padding-left: 10px;
}
.download .mobile-frame {
  max-width: 260px;
}
.download .mobile-frame .image1,
.download .mobile-frame .image2 {
  position: static;
  top: auto;
  bottom: auto;
  padding-left: 0;
}
.download .col-second .row {
  justify-content: center;
  align-items: flex-end;
}

/* ------------------------------
  faq 
---------------------------------*/
.faq {
  padding: 160px 0 100px;
}
.faq h2 {
  text-align: center;
}
.faq .top-row {
  margin-top: 30px;
}

/* ------------------------------
  cta
---------------------------------*/
.cta .content {
  padding: 30px 40px 15px;
  color: #fff;
  background: #0921fb;
  border-radius: 15px;
}
.cta .content h2 {
  color: #fff;
  margin-bottom: 20px;
}
.cta .entry {
  text-align: right;
}

/* ------------------------------
  clients
---------------------------------*/
.clients {
  padding-top: 100px;
  padding-bottom: 100px;
}
.clients h2 {
  margin-bottom: 20px;
}
.clients .content {
  border: 1px solid #ddd;
  padding: 30px 40px;
  margin-left: 10px;
  border-radius: 5px;
}
.clients .row-top {
  margin-bottom: 35px;
}

/* ------------------------------
  footer
---------------------------------*/
footer {
  background: #0a0a0a;
  color: #fff;
  padding: 100px 0 80px;
}
footer img {
  height: 42px;
  width: auto;
  margin-bottom: 20px;
}
footer h2 {
  color: #fff;
}
footer h6 {
  color: #fff;
}
footer ul {
  margin-top: 20px;
}
footer ul li {
  padding: 6px 0;
}
footer ul li i {
  color: #0921fb;
  margin-right: 15px;
}
footer ul li a {
  color: #fff;
}

.footer-cp {
  background: #0a0a0a;
  color: #fff;
  padding-bottom: 30px;
  padding: 20px 0px;
}
.footer-cp ul {
  text-align: right;
}
.footer-cp ul li {
  margin-left: 20px;
  display: inline-block;
}
.footer-cp ul li a {
  color: #fff;
}

/* ------------------------------
  responsive
---------------------------------*/
@media (max-width: 991px) {
  .navbar .button-navbar {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .navbar .button-navbar {
    width: 50%;
  }

  .navbar .navbar-collapse {
    position: absolute;
    top: 100px;
    background: #0921fb;
    width: 100%;
    right: 0;
    padding: 0 30px 30px;
    text-align: left;
    left: 0;
  }

  .navbar .navbar-toggler {
    padding: 0;
    right: -62px;
    position: relative;
  }

  .intro-image {
    padding: 0 8%;
  }

  .download ul li {
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .navbar .button-navbar {
    width: 0;
    display: none;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .intro p {
    padding: 0 15px;
  }

  h1 {
    font-size: 36px;
    line-height: 48px;
  }

  .navbar .button-navbar {
    width: 0;
    display: none;
  }

  .navbar .navbar-toggler {
    right: 0;
  }

  .intro-image img {
    padding: 0 50px;
  }
  .intro-image .mobile-frame img {
    padding: 0;
  }
  .intro-image .mobile-frame {
    max-width: 240px;
  }

  .m-none {
    display: none;
  }

  .download .col-second {
    margin-top: 115px;
  }

  .faq {
    margin-top: 500px;
  }

  .cta .entry {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  footer ul {
    margin-bottom: 40px;
  }

  .footer-cp ul {
    text-align: left;
    margin-top: 10px;
  }
  .footer-cp ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  footer {
    padding: 100px 0 0 0;
  }
}
@media (max-width: 360px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .intro-image img {
    padding: 0;
  }
  .intro-image .mobile-frame img {
    padding: 0;
  }

  .download ul li {
    padding-top: 12px;
  }

  .faq {
    margin-top: 400px;
  }
}
.content h5 {
    color: #fff;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
a.cts {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    max-width: max-content;
    margin: 40px auto 0;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 1px;
    border-radius: 3px;
    border: 1px solid #fff;
    transition: 0.3s all;
}
h4.sectionHeading {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 52px;
    line-height: 66px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    'Poppins', font-family: sans-serif;
    font-weight: 700;
}

h4.sectionHeading + p {
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    /* border-bottom: 1px solid #ccc; */
    /* padding-bottom: 30px; */
    /* letter-spacing: -0.4px; */
}
ul.butlletList {
    list-style: disc;
    /* padding-left: 20px; */
}

ul.butlletList li {list-style: disc;margin: 30px 0 0px;font-family: 'Roboto', sans-serif;font-weight: 400;color: #000;opacity: 1;list-style: none;display: flex;align-items: center;}

.features .content-image {}
p.generalText {
    margin: 50px 0px 0px;
    color: #000;
}
h4.sectionHeading + p span {
    color: #000;
    font-weight: 600;
}
h4.sectionHeading span {
    font-size: 19px;
    line-height: normal;
}
.cta ul.butlletList li {
    color: #fff;
    opacity: 1;
    margin: 20px 0px;
}
a.cts:hover {
    background: none;
    color: #fff;
}
ul.butlletList li i {
    margin-right: 10px;
    color: #0921fb;
}
ul.butlletList li div {
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    gap: 10px;
}

ul.butlletList li .headingmsll {
    font-size: 19px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
span.headingmsll + span {
    opacity: 0.6;
}