/* ==========================================================================
   IMPORT GOOGLE FONTS
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600");
/* ==========================================================================
   GENERAL
   ========================================================================== */
body {
  font-family: "Rubik", sans-serif;
  color: #e9e9e9;
  font-size: 14px;
  font-weight: 400;
  background: rgb(245, 253, 255);
  overflow-x: unset;
}

html {
  overflow-x: hidden;
}

p {
  font-size: 14px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}

a:hover,
a.navbar-brand:focus {
  color: #fff;
  opacity: 0.8;
}

a {
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #151948;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

a:not([href]):not([tabindex]) {
  color: #fff;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.bg-transparent {
  background: transparent !important;
}

.bg-defult {
  background: #3c9cfd !important;
}

/* ==========================================================================
   Section Title
   ========================================================================== */
.section {
  padding: 30px 0px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
}

.section-header {
  color: #fff;
  margin-bottom: 50px;
  text-align: left;
  position: relative;
}

.section-header .section-title {
  font-size: 35px;
  margin-bottom: 12px;
  font-weight: 600;
  position: relative;
  line-height: 30px;
}

.section-header .desc-text p {
  font-size: 18px;
  color: #5e629c;
  line-height: 26px;
  margin-bottom: 0;
}
/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
  font-size: 14px;
  padding: 10px 30px;
  border-radius: 4px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
}

.btn-common {
  background-color: #3c96ff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  /* width: 160px; */
  height: 50px;
  padding: 14px 15px;
}

.btn-common:hover {
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-bg {
  background-color: #ff704f;
}

.btn-border {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  background-color: transparent;
  border-color: #3c96ff;
  color: #3c96ff;
  width: 160px;
  height: 50px;
  padding: 14px 15px;
}

.btn-border:hover {
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  transform: translateY(-2px);
}

.btn-border-filled {
  cursor: pointer;
  background-color: #3ecf8e;
  border: 1px solid #3ecf8e;
  color: #fff;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}

.btn-download-armobile {
  cursor: pointer;
  color: #fff;
  margin: 10px 15px 0px 0px;
  border-radius: 25px;
  border: 3px solid #151948;
}

.btn-border-filled:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  transform: translateY(-2px);
}

.btn-download-armobile:hover {
  transform: translateY(-2px);
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  color: #3c9cfd;
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 16px;
}

.btn-rm i {
  vertical-align: middle;
}

.btn-singin {
  background: #3c96ff;
  color: #fff;
  padding: 10px 23px;
  margin-left: 30px;
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
}

.btn-singin:hover,
.btn-singin:active,
.btn-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-light-singin:hover,
.btn-light-singin:active,
.btn-light-singin:focus {
  color: #fff;
  box-shadow: 0px 0px 0px 0px rgba(96, 94, 94, 0.17);
}

.btn-apple {
  border-width: 2px;
  border-color: #3c96ff;
  border-style: solid;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-apple i {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn-apple:hover,
.btn-apple:active,
.btn-apple:focus {
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

button:focus {
  outline: none !important;
}

.btn-border-fill {
  background: #fff;
  border-color: #fff;
  color: #3c9cfd;
}

.btn-subtitle {
  color: #191c1e;
  font-family: "Poppins", sans-serif;
  background: #dbecff;
  text-align: center;
  border-radius: 30px;
  padding: 6px 30px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 14px;
}

.clear {
  clear: both;
}

.mt {
  margin-top: 80px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.padding-0 {
  padding: 0;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-70 {
  padding-left: 70px;
}

.pr-70 {
  padding-right: 70px;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before,
#loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #3c9cfd;
}

#loader-1:before {
  z-index: 100;
  animation: spin 2s infinite;
}

#loader-1:after {
  border: 7px solid #fafafa;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* ========================================================================== 
   Scroll To Up 
   ========================================================================== */
.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px;
  background: #5533ff;
  background: linear-gradient(to right, #3c96ff 0%, #2dfbff 100%);
  box-shadow: 0px 8px 9px 0px rgba(96, 94, 94, 0.17);
  z-index: 9999999;
}

.back-to-top i {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* ==========================================================================
   Navbar Style
   ========================================================================== */
.logo-menu a {
  font-size: 20px;
  color: #fff;
}
.menu-bg {
  background: rgb(0, 129, 255);
  background: linear-gradient(
    to right,
    rgb(38, 25, 193) 0%,
    rgb(0, 129, 255) 60%
  ) !important;
  box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.1);
  z-index: 9999;
  padding: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.menu-bg .menu-button {
  top: 0;
}

.menu-bg .menu-button:hover {
  cursor: pointer;
  color: #000f1f;
}

.menu-bg .logo-menu a {
  color: #3c9cfd;
}

.menu-bg .navbar-nav .nav-link {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

.menu-bg .navbar-nav .active {
  color: #ffffff !important;
}

.navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  padding: 8px 0px;
  margin-left: 26px;
  font-family: "Poppins", sans-serif;
  position: relative;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.navbar-expand-md .navbar-nav .active::before,
.navbar-expand-md .navbar-nav .nav-link:hover::before {
  width: 100%;
}

.navbar-brand {
  color: #fff;
}

.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
  color: #ffffff;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
  color: #ffffff;
}

.navbar-expand-md .navbar-toggler {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  float: right;
}

.navbar-expand-md .navbar-toggler i {
  color: #fff !important;
}

.navbar-expand-md .navbar-toggler:focus {
  outline: none;
}

.logo-navbar {
  width: 30px;
  margin-right: 5px;
}

.btn-singin {
  box-shadow: 0 0 0 0 rgba(10, 92, 168, 0.5);
  animation: pulse 1.5s infinite;
}

.navbar-expand-md .navbar-nav .nav-link.selected::before {
  width: 100%;
}

.btn-singin:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}

@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 30px rgba(10, 92, 168, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(10, 92, 168, 0);
  }
}

/* ==========================================================================
   Hero Area
   ========================================================================== */
.hero-area {
  position: relative;
}
.hero-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgb(0, 129, 255);
  background: linear-gradient(
    to right,
    rgb(38, 25, 193) 0%,
    rgb(0, 129, 255) 60%
  );
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  z-index: -12;
}
.hero-area .overlay :nth-child(1) {
  width: 33.33333%;
  width: calc(100% / 2);
  top: 0;
  left: 16.66666%;
  left: calc(calc(100% / 3) / 2);
  right: auto;
  background: rgb(0, 129, 255);
  background: linear-gradient(
    to right,
    rgb(38, 25, 193) 0%,
    rgb(0, 129, 255) 60%
  );
  height: 200px;
}
.hero-area .overlay :nth-child(2) {
  width: 33.33333%;
  width: calc(100% / 3);
  bottom: 0;
  background: rgb(0, 129, 255);
  background: linear-gradient(
    to right,
    rgb(38, 25, 193) 0%,
    rgb(0, 129, 255) 60%
  );
  position: absolute;
  height: 155px;
  left: 3%;
}
.hero-area .contents {
  padding: 220px 0 330px 0;
}
.hero-area .contents h2 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}
.hero-area .contents p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.hero-area .contents .btn {
  margin-top: 40px;
  margin-right: 20px;
  text-transform: uppercase;
  width: 180px;
  height: 50px;
  padding: 15px 15px;
}
.hero-area .contents .btn-border {
  border: 1px solid #fff;
  color: #3c9cfd !important;
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
    0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  width: 180px;
  height: 50px;
  padding: 15px 15px;
  background: #fff;
}
.hero-area .contents .btn-border:hover {
  background: #fff;
  color: #3c9cfd;
}
.hero-area .intro-img {
  padding: 70px 0 0px;
}
.hero-area .intro-img img {
  display: block;
  height: auto;
  width: 910px;
  /* max-width: 100%; */
}
.img-header {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* max-width: 100%; */
}
.img-shadow {
  -webkit-filter: drop-shadow(2px 2px 5px rgba(0 0 0 / 50%)); 
}
/* ==========================================================================
   Services Area
   ========================================================================== */
#services .services-item {
  padding: 60px 30px;
  /* border: 1px solid #ddd; */
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#services .services-item:hover {
  /* border: 1px solid #3c9cfd; */
  /* box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24); */
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#services .services-item .icon {
  background: #e3fff2;
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}
#services .services-item .icon i {
  font-size: 40px;
  color: #3c9cfd;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}
#services .services-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
#services .services-item p {
  font-size: 16px;
  margin-bottom: 10px;
}

/* ==========================================================================
   business-plan Section 
   ========================================================================== */
#business-plan {
  padding-bottom: 90px;
}
#business-plan .container-fluid {
  padding-right: 30px;
  padding-left: 30px;
}
#business-plan .business-item-info {
  margin-top: 35px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#business-plan .business-item-info h3 {
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 5px;
}
#business-plan .business-item-info h4 {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 25px;
}
#business-plan .business-item-info p {
  font-size: 16px;
  margin-bottom: 20px;
}
/* ==========================================================================
   Features 
   ========================================================================== */
#features {
  background: #f9f9f9;
}
#features .featured-bg {
  background: #fff;
}
#features .featured-border1 {
  border-bottom: 1px solid #ededed;
  border-right: 1px solid #ededed;
}
#features .featured-border2 {
  border-bottom: 1px solid #ededed;
}
#features .featured-border3 {
  border-right: 1px solid #ededed;
}
#features .feature-item {
  padding: 30px;
  height: 100%;
  overflow: hidden;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item .feature-icon {
  background: #e3fff2;
  width: 100px;
  height: 100px;
  margin: 0px auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-bottom: 0px;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-right: 30px;
  border: 1px solid #3c96ff;
  margin-top: 12px;
}
#features .feature-item .feature-icon i {
  font-size: 40px;
  color: #3c96ff;
  position: absolute;
  left: 0;
  right: 0;
  top: 32%;
}
#features .feature-item h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
#features .feature-item p {
  font-size: 16px;
  display: block;
}
#features .feature-item:hover {
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon {
  background: #3c96ff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#features .feature-item:hover .feature-icon i {
  color: #fff;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
/* ==========================================================================
   Features 
   ========================================================================== */
#download-app {
  padding-bottom: 100px;
}
#download-app .download-info {
  padding-top: 30px;
}
#download-app .download-info h3 {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 44px;
}
#download-app .download-info p {
  font-size: 16px;
  display: block;
  margin-bottom: 35px;
}
#download-app .download-info .downlaod-btn {
  padding-bottom: 50px;
  border-bottom: 1px solid #ff704f;
  margin-bottom: 40px;
}
#download-app .download-info .downlaod-btn a.play-store {
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #ff704f;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
}
#download-app .download-info .downlaod-btn a {
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store span {
  font-size: 15px;
  font-weight: 500;
}
#download-app .download-info .downlaod-btn a.play-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #fff;
  top: 18px;
}
#download-app .download-info .downlaod-btn a.ios-store i {
  position: absolute;
  left: 40px;
  font-size: 28px;
  color: #000;
  top: 18px;
}
#download-app .download-info .downlaod-btn a.ios-store {
  border: 1px solid #ff704f;
  color: #151948;
  font-size: 12px;
  box-shadow: 0px 10px 20px 2px rgba(255, 112, 79, 0.24);
  border-radius: 35px;
  text-transform: inherit;
  text-align: left;
  padding: 15px 80px;
  width: 195px;
  height: 65px;
  line-height: 18px;
  margin-right: 35px;
  background: #fff;
  background-position-x: left;
  background-position-y: center;
  background-position: 20%;
  position: relative;
}
#download-app .download-info .downlaod-btn a.play-store:hover {
  color: #151948;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-info .downlaod-btn a.ios-store span {
  font-size: 15px;
}
#download-app .download-info .downlaod-btn a.ios-store:hover {
  color: #ff704f;
  -webkit-transition: all 0.8s ease-in-out;
  -moz-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
#download-app .download-statatics h3 {
  color: #151948;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
#download-app .download-statatics p {
  font-size: 18px;
  color: #5e629c;
}

/* ==========================================================================
   Our Pricing 
   ========================================================================== */
#pricing .pricing-table {
  padding: 55px;
  border: 1px solid #ccc;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#pricing .pricing-table h3 {
  font-size: 20px;
  color: #151948;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 11px;
}
#pricing .pricing-table h1 {
  color: #3ecf8e;
  font-size: 50px;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
}
#pricing .pricing-table h1 span {
  font-size: 16px;
  position: absolute;
  left: 20%;
  top: 10px;
}
#pricing .pricing-table ul {
  padding-bottom: 28px;
}
.pricing-table table tbody tr td {
  font-size: 16px;
  font-weight: 400;
  color: #01010a;
  display: block;
  line-height: 33px;
}
#pricing .pricing-table:hover {
  border: 1px solid #3ecf8e;
  box-shadow: 0px 0px 25px 0px rgba(95, 95, 95, 0.24);
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/* ==========================================================================
   Contact section
   ========================================================================== */
#contact form#contactForm .form-group {
  margin-bottom: 30px;
}

#contact form#contactForm input[type="text"],
#contact form#contactForm input[type="email"] {
  min-height: 52px;
  padding: 0px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm textarea {
  padding: 15px 0 0 28px;
  font-size: 16px;
  color: #5e629c;
}

#contact form#contactForm .form-control:focus {
  border: 1px solid #3ecf8e;
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

/* ==========================================================================
   Footer section
   ========================================================================== */
#footer-Content {
  padding-top: 40px;
  background: #180eb3;
  height: auto;
}
#footer-Content .footer-text .name {
  text-align: center;
  font-size: 18px;
  color: #fff;
}

#footer-Content .footer-text .address {
  text-align: center;
  font-size: 15px;
  color: #fff;
}

#footer-Content .footer-logo img {
  width: 40%;
  /* margin-left: 110px; */
  margin-bottom: 20px;
}
#footer-Content .form-control:focus {
  outline: none;
  box-shadow: none;
  background: #e5fff3;
}

#footer-Content .copyright {
  color: snow;
  font-size: 14px;
}
#footer-Content .copyright a {
  color: #ddd;
}
#footer-Content .widget p {
  color: #e2e2e2;
  font-size: 16px;
  line-height: 32px;
}
#footer-Content .widget .subscribe-area {
  position: relative;
  height: 40px;
  margin-top: 18px;
}
#footer-Content .widget .subscribe-area input[type="email"] {
  background: #24153c;
  border: 1px solid #fff;
  color: #e2e2e2;
  font-size: 14px;
  font-style: italic;
  height: 38px;
}
#footer-Content .widget .subscribe-area span i {
  position: absolute;
  right: 0;
  width: 60px;
  height: 38px;
  color: #fff;
  top: 0;
  background: #3ecf8e;
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
}
#footer-Content h3.block-title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
#footer-Content ul.menu li {
  color: #e2e2e2;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
#footer-Content ul.menu li a:hover {
  color: #3ecf8e;
  padding-left: 5px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}
.logo-facebook {
  width: 42px;
}

.logo-instagram {
  width: 42px;
  margin-top: 1px;
}

.logo-youtube {
  width: 42px;
  position: relative;
  top: 0px;
}

.logo-linkedin {
  width: 42px;
  position: relative;
  left: 0.3rem;
}

#footer-Content .footer-youtube {
  padding: 0 5px;
}
#footer-Content .footer-facebook {
  width: 45px;
}

.whats_icon {
  background: url(../img/icones/whatsapp.png) no-repeat right;
  background-size: contain;
  /* background-position-x: 44%; */
}
/* ====  FORMATAÇÃO GERAL ADICIONAIS =====*/
.div-centralizada {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checked-verde {
  background: url(../img/icones/checked-verde.png) no-repeat left 10px;
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #151948;
}
.checked-azul {
  background: url(../img/icones/checked-azul.png) no-repeat left;
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
  margin-bottom: 10px;
  color: #151948;
}
.h1-adicionais {
  padding-top: 40px;
  text-align: center;
  font-weight: 600;
}
.h2-adicionais {
  font-size: 30px;
}
.h3-adicionais {
  font-size: 25px;
}
.text-blue {
  color: #0073e6;
}
.text-white {
  color: #fff;
}
.p-adicionais {
  text-align: center;
  font-size: 18px;
}
/* ========  Indicadores =========*/
#section-indicadores {
  background-color: #f9f9f9;
}
.lista-indicadores {
  margin-top: 10px;
  margin-left: 10px;
}
.icon-vendedores {
  background: url(../img/icones/meu_gestor/icon-vendedores.png) no-repeat left;
}
.icon-lucratividade {
  background: url(../img/icones/meu_gestor/icon-lucratividade.png) no-repeat left;
}
.icon-dashboard {
  background: url(../img/icones/meu_gestor/icon-dashboard.png) no-repeat left;
}
.icon-financeiro {
  background: url(../img/icones/meu_gestor/icon-financeiro.png) no-repeat left;
}
.icon-ticketMedio {
  background: url(../img/icones/meu_gestor/icon-ticketMedio.png) no-repeat left;
}
.icon-patrimonio {
  background: url(../img/icones/meu_gestor/icon-patrimonio.png) no-repeat left;
}
.icon-topX {
  background: url(../img/icones/meu_gestor/icon-topX.png) no-repeat left;
}
#section-indicadores li {
  font-size: 18px;
  padding: 17px;
  padding-left: 75px;
  line-height: 25px;
  color: #0c72b0;
  background-size: 60px 60px;
  padding-left: 69px;
}
/* ========  Relatórios e Gráficos =========*/
#section-relatorios {
  background-color: #ededef;
}
#section-relatorios .div-centralizada {
  gap: 100px;
  padding: 70px 0px;
}
#section-relatorios h1 {
  text-align: left;
}
/* ========  Automatização ZapPlus =========*/
#section-automatizar {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0px;
  width: 100%;
}
#section-automatizar h2 {
  text-align: center;
  color: #6bc25a;
  font-weight: 600;
  font-size: 30px;
}
#section-automatizar li {
  font-size: 25px;
  line-height: 40px;
  margin-left: 6%;
}
/* ========  Praticidade ZapPlus =========*/
#section-praticidade {
  display: flex;
  flex-direction: column;
  gap: 25px;
  padding-top: 40px;
  padding-bottom: 15px;
  width: 100%;
  background-color: #00141b;
}
#section-praticidade span {
  color: #fff;
}
#nfc-e {
  font-size: 20px;
  font-weight: 500;
}
.lista-tem-mais {
  margin-left: 20px;
  margin-bottom: 25px;
  font-size: 24px;
}
#section-praticidade strong{
  color: #6bc25a;
  font-weight: 500;
}
.div-columns {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.praticidade-left {
  display: flex;
  margin-left: 6%;
}
.praticidade-right {
  margin-left: 80px;
  display: flex;
  margin-right: 6%;
}
.icons-praticidade {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: #007be3;
  border-radius: 50px;
  margin-bottom: 25px;
}
.img-icons-praticidade {
  width: 50px;
  height: 50px;
}
.img-praticidade {
  width: 250px;
  height: 250px;
}
#section-praticidade h1 {
  text-align: left;
  margin-left: 6%;
}
/* ============ Gestor Antenado ============ */
.div-antenado-left {
  width: 50%;
  margin-left: 6%;
}
.div-antenado-right {
  width: 50%;
  display: flex;
  justify-content: right;
  margin-right: 6%
}
#section-antenado h1 {
  padding-top: 0px;
  text-align: left;
}
#section-antenado p {
  padding-bottom: 30px;
  text-align: left;
}
/* ============= Ferramentas ============= */
#section-ferramentas .div-centralizada {
  gap: 150px;
}
.lista-ferramentas {
  width: 355px;
  margin-top: 30px;
}
#section-ferramentas li {
  background-size: 100px;
  font-size: 13px;
  line-height: 100px;
  padding-left: 90px;
  color: #064378;
}
#ic-bloco {
  background: url(../img/icones/armobile/ic_bloco.png) no-repeat left;
}
#ic-carteira {
  background: url(../img/icones/armobile/ic_carteira.png) no-repeat left;
}
#ic-corrente {
  background: url(../img/icones/armobile/ic_corrente.png) no-repeat left;
}
#ic-email {
  background: url(../img/icones/armobile/ic_email.png) no-repeat left;
}
#ic-gps {
  background: url(../img/icones/armobile/ic_gps.png) no-repeat left;
}
#ic-relatorio {
  background: url(../img/icones/armobile/ic_relatorio.png) no-repeat left;
}
/* ============ Características =========== */
#section-caracteristicas {
  background-color: #064378;
  padding-bottom: 40px;
  margin-top: 40px;
}
#section-caracteristicas .div-centralizada {
  gap: 30px;
}
#section-caracteristicas li {
  background: url(../img/icones/checked-verde.png) no-repeat left;
  font-size: 16px;
  line-height: 25px;
  color: #fff;
}
.lista-conteudo {
  width: 372px;
  justify-content: left;
}
/* ============ Tecnologias =========== */
#section-tecnologias {
  margin: 40px 20px;
}
#section-tecnologias .div-centralizada {
  gap: 50px;
}
.img-tecnologias {
  width: 300px;
  height: auto;
}
#section-tecnologias h1 {
  font-size: 30px;
}
/* ============ Conciliado =========== */
#section-conciliado .div-centralizada {
  gap: 50px;
  margin: 40px 5px;
}
/* ============ Bancos =========== */
.section-bancos {
  background-color: #00141b;
  text-align: center;
  padding: 30px 0px;
}
.div-cards-banco {
  display: flex;
  justify-content: space-evenly;
  padding: 30px 55px 0px 55px;
  gap: 20px;
}
.cards-banco {
  width: 220px;
  height: 207.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  background-color: #F4F4F4;
  border-radius: 30px;
  box-shadow: #000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}
.section-bancos .h1-adicionais {
  padding-top: 0 !important;
}
.img-cards-banco {
  border-radius: 30px;
}
.cards-banco:hover {
  scale: 1.03;
}
.sicredi {
  background-color: #64c832;
  border: #64c832 solid 10px;
}
.itau {
  background-color: #ff7208;
  border: #1a5493 solid 10px;
}
.banco-do-brasil {
  background-color: #f5d908;
  border: #33348e solid 10px;
}
.sicoob {
  background-color: #083b43;
  border: #00ae9d solid 10px;
}
.text-sicredi {
  color: #64c832;
  font-weight: 600;
}
.text-itau {
  color: #ff7208;
  font-weight: 600;
}
.text-banco-do-brasil {
  color: #33348e;
  font-weight: 600;
}
.text-sicoob {
  color: #00ae9d;
  font-weight: 600;
}
/* ============ Vídeo Pix =========== */
#section-video-pix {
  padding: 40px 50px;
}
#div-video-pix {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  gap: 40px;
}
.div-iframe {
  aspect-ratio: 16/9;
  width: 60%;
}
#section-video-pix iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* ============ Agilidade =========== */
#section-agilidade .div-centralizada {
  gap: 50px;
  margin: 40px 0px;
}
/* ============ Parceria Boleto e ZapPlus =========== */
#section-parceria {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
#section-parceria .div-centralizada{
  gap: 50px;
  margin: 0% 6%;
}
#section-relatorios .div-centralizada {
  gap: 20px;
  margin: 0px 10px;
}
#section-parceria li {
  font-size: 25px;
  line-height: 35px;
}
/* ========= Responsividade Adicionais ======== */
@media (min-width: 100px) and (max-width: 540px) {
  .div-centralizada {
    flex-direction: column;
}
.img-meugestor-smartphones {
  width: 360px;
  height: 261px;
}
.lista-tem-mais {
  font-size: 16px;
}
.div-cards-banco {
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
#section-video-pix {
  padding: 5px 10px;
  padding-bottom: 40px;
}
.div-iframe {
  width: 90%;
}
#section-video-pix h1 {
  font-size: 30px;
}
#section-video-pix p {
  font-size: 14px;
}
#section-ferramentas .div-centralizada {
  flex-direction: column;
  gap: 0px;
  justify-content: left;
}
.img-responsive-header img {
  width: 350px;
  height: auto;
}
.div-antenado-left {
  width: 100%;
  margin-left: 10px;
  margin-top: 15px;
}
.div-antenado-right {
  width: 100%;
}
}
#section-automatizar li {
  margin: 15px 3%;
}