@import url("https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css");
@font-face {
  font-family: "SCRIPTBL";
  src: url("../fonts/SCRIPTBL.eot");
  src: local("SCRIPTBL"), url("../fonts/SCRIPTBL.woff") format("woff"),
    url("../fonts/SCRIPTBL.ttf") format("truetype");
}
.fontsforweb_fontid_12234 {
  font-family: "SCRIPTBL" !important;
}
html,
body {
  width: 100%;
  height: 100%;
}
.top-space {
  margin: 10px 0 0 0;
}
.navbar {
  height: 80px;
}
.navbar-right {
  margin-top: 10px;
}
body {
  font-family: Open Sans, "Helvetica Neue", Arial, sans-serif;
  font-size: 17px;
  color: #545454;
  line-height: 1.8;
}
.txtbg {
  max-width: 113px;
  height: 21px;
  border: 0px;
  background: url(../img/strike-bg.png) no-repeat center;
}
hr {
  max-width: 113px;
  height: 21px;
  border: 0px;
  background: url(../img/he-bg.png) no-repeat center;
}
hr.light {
  border-color: #fff;
}
a {
  color: #67c011;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a:hover,
a:focus {
  color: #eb3812;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
}
h3 {
  font-weight: bold;
}
p {
  margin-bottom: 20px;
}
.btn-callto {
  color: #000 !important;
}
.btn {
  padding: 15px 15px;
  margin-top: 15px;
}
.bg-primary {
  background-color: #67c011 !important;
}
.bg-dark {
  color: #ccc;
  background-color: #222;
}
.bg-dark p {
  margin-bottom: 0px;
}
.bg-gray {
  background-color: #f4f4f4;
}
.bg-darkgray {
  background-color: #eaeaea;
}
.bg-gray h2,
.bg-darkgray h2 {
  color: #111;
}
.text-faded {
  color: rgba(255, 255, 255, 0.7) !important;
}
section {
  padding: 50px 0;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  border-color: rgba(34, 34, 34, 0.05);
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  color: #67c011;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  font-family: Dosis;
  color: #222;
  letter-spacing: 0.8px;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #67c011;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #67c011 !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}
.video-container {
  padding-bottom: 10%;
  padding-top: 30px;
  position: relative;
}
.hero-section {
  /* padding: 0; */
  /* background-color: #f1f1f1; */
}
.hero-section-heading {
  font-size: 48px !important;
  font-weight: 600;
}
.hero-bg-all {
  margin: 0 30px;
  margin-top: 120px;
  border-radius: 16px;
}
.hero-bg-all-img {
  background: url(../img/team-hero-bg.png) #f4f8fb !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: contain !important;
}
.hero-bg-why-img {
  background: url(../img/why-different-hero-bg.png) #f4f8fb !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: contain !important;
}
.hero-bg-company-img {
  background: url(../img/mlm-software-company-hero-bg.png) #f4f8fb !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
  background-size: contain !important;
}
.forvdo{border-radius:40px;width:100%; border: 10px solid #f3f3f3; box-shadow: 1px 1px 3px 2px #CCC; margin-top:50px;}
.bg-line-1 {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%;
}

.opacity-03 {
    opacity: .3 !important;
}
/*Bento design*/
.bento-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      grid-auto-rows: minmax(120px, auto);
      gap: 20px;
    }

    .bento-item {
      border-radius: 14px;
      padding: 20px;
      color: white;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      position: relative;
    }

    .bento-item .round{
      position: absolute;
      top: 15px;
      right: 15px;
      background-color: #FFFFFF;
      padding:5px;
      border-radius:100%;
      width:40px;
      height: 40px;
      text-align: center;
    }

    .bento-item i {
      font-size: 1.8rem;
      opacity: 0.8;
    }

    .big {
      grid-column: span 1;
      grid-row: span 2;
    }
    .mid {
      grid-column: span 2;
      grid-row: span 1;
    }

    .bg-cyan { background-color: #48870b; }
    .bg-blue { background-color: #343536; }
    .bg-purple { background-color: #67c011; }
    .bg-light { background-color: #dfdfdf; color: #000; }
    .text-dark { color: #000; }

    .bg-purple .round i {color: #67c011; }
    .bg-blue .round i {color: #343536; }
    .bg-cyan .round i {color: #48870b; }
    .stat-label {
      font-size: 0.95rem;
      margin-bottom: 4px;
    }

    .stat-value {
      font-size: 4.8rem; line-height: 5.2rem;
      font-weight: bold;
    }

    .title-cm {
      font-weight: 500;
      margin-bottom: 10px;
      line-height: 1.4;
    }
    .title-cm-top {
      font-weight: 500;
      margin-bottom: 10px;
      line-height: 1.4;
      margin-right: 36px;
    }
    .span-1 {
  grid-column: span 1;
}

.span-2 {
  grid-column: span 2;
}

.span-3 {
  grid-column: span 3;
}

    @media (max-width: 768px) {
  /* .span-2, .span-3 {
    grid-column: span 1 !important;
  } */
   .big {
      grid-column: span 1;
      grid-row: span 1;
    }
    .mid {
      grid-column: span 1;
      grid-row: span 1;
    }
}
/*Bento design end*/
/*mlm card start*/
.mlm-card {
    background: #fff; border: 1px solid #e4e3e3; min-height: 160px; margin-bottom: 30px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: none !important;
    width: 100%; text-align: center;
    /* max-width: 400px; */
  }
  
  .mlm-card-img img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .mlm-card h3, .team-card h3 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}
/*mlm card end*/
/*company cards start*/
.company-cards{
  border: 10px solid #FFFFFF;
  border-radius: 20px; padding: 24px; margin-bottom: 30px;
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24);
  background: #f1f5e2;
background: linear-gradient(90deg, #e8ece6 0%, #e2f1eb 100%);
/* background-image: url(../img/mlm-plans/cta-bg-1.png); */
}
/*company cards end*/
/*Video section start*/
.composition-4 {position: relative;}
			  .composition-4-decoration-1 {
    position: absolute;
    bottom: -15.025%;
    right: 2.97%;
    width: 35.1042%;
    opacity: .15;rotate:352deg;
    z-index: -1;
}.composition-4-decoration-1 img{border-radius: 10px;}
				  .composition-4-decoration-2 {
    position: absolute;
    top: 2.025%;
    left: 0.97%;
    width: 45.1042%;
    opacity: .99; rotate:8deg;
    z-index: -1;
				  }.composition-4-decoration-2 img{border-radius: 10px;}
				  .composition-4-arrow {
    position: absolute;
    top: 30.025%;
    left: -7%;
    width: 18%;
    opacity: .79; rotate:20deg;
    z-index: 1;
				  }
	.composition-4 img:not([draggable]) {
    max-width: 100%;
    height: auto;}
  .video-play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50px;
  background: rgba(11,48,82,.3);
  -webkit-box-shadow: 2px 4px 15px 3px rgba(45,53,71,.1);
  box-shadow: 2px 4px 15px 3px rgba(45,53,71,.1);
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .22s ease;
  -o-transition: all .22s ease;
  transition: all .22s ease;
  z-index: 6;
}
.composition-4 a {
  color: #fa0a0a!important; font-size: 50px;
  text-decoration: none;
}
/*Video sectoion end*/
.recognition-subheading{font-size: 24px; line-height: 32px;}
@media (min-width:768px) {
.con-mid {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}
}
@media (min-width: 768px) {
  .navbar-default {
    border: 0;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 1px 0px rgba(0, 0, 0, 0.03);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: #333;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: #333;
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #333;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #67c011;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #eb3812;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #222;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #67c011;
  }
}
header {
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  background-image: url(../img/header.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
header .header-content {
  position: relative;
  width: 100%;
  padding: 100px 15px;
  text-align: center;
}
header .header-content .header-content-inner h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  header {
  }
  header .header-content {
    position: absolute;
    top: 50%;
    padding: 0 50px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header .header-content .header-content-inner {
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
  }
  header .header-content .header-content-inner p {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
    font-size: 18px;
  }
}
.section-heading {
  margin-top: 0;
  line-height: 1.4;
  font-size: 34px;
  color: #1a1a1a;
  margin-bottom: 25px;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
}
.section-heading-green {
  margin-top: 0;
  line-height: 1.4;
  font-size: 34px;
  color: #fff;
  margin-bottom: 25px;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
}
.service-box {
  margin: 50px auto 0;
  max-width: 400px;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 650px;
  -webkit-box-shadow: 0px 0px 6px 0px #999;
  box-shadow: 0px 0px 6px 0px #999;
}
.portfolio-box .portfolio-box-caption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #000;
  opacity: 0;
  background: rgba(132, 194, 37, 0.8);
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-family: Dosis;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category,
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  padding: 0 15px;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-category {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.portfolio-box
  .portfolio-box-caption
  .portfolio-box-caption-content
  .project-name {
  font-size: 18px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
@media (min-width: 768px) {
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-category {
    font-size: 16px;
  }
  .portfolio-box
    .portfolio-box-caption
    .portfolio-box-caption-content
    .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 0 auto 20px;
}
.text-primary {
  color: #67c011;
}
.no-gutter > [class*="col-"] {
}
.btn-default {
  border-color: #fff;
  color: #222;
  background-color: #fff;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  border-color: #ededed;
  color: #222;
  background-color: #f2f2f2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #fff;
  background-color: #fff;
}
.btn-default .badge {
  color: #fff;
  background-color: #222;
}
.btn-primary {
  border-color: #67c011;
  color: #fff;
  background-color: #67c011;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  border-color: #ed431f;
  color: #fff;
  background-color: #ee4b28;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  border-color: #67c011;
  background-color: #67c011;
}
.btn-primary .badge {
  color: #67c011;
  background-color: #fff;
}
.btn {
  border: 0;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
::selection {
  text-shadow: none;
  color: #fff;
  background: #222;
}
img::selection {
  color: #fff;
  background: 0 0;
}
img::-moz-selection {
  color: #fff;
  background: 0 0;
}
body {
  webkit-tap-highlight-color: #000;
}
.carousel-caption {
  top: 40%;
}
.main-container {
  padding: 40px 15px;
}
.skyblue {
  background-color: #22c8ff;
}
.deepskyblue {
  background-color: #00bfff;
}
.darkerskyblue {
  background-color: #00a6dd;
}
.carousel-indicators {
  bottom: 50;
}
.intro .carousel-control.right,
.intro .carousel-control.left {
  background-image: none;
  display: none;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 15px;
  height: 15px;
  margin: 0;
}
.intro .item {
  min-height: 680px;
  height: 100%;
  width: 100%;
  background-size: cover;
}
.carousel-caption h1 {
  font-size: 60px;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}
.carousel-caption h2 {
  font-size: 40px;
  letter-spacing: 1px;
  font-weight: 300;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  border-radius: 50%;
}
.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em;
}
.carousel-caption h3 {
  margin-top: 10px;
}
.carousel-caption h3:first-child {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  font-size: 40px;
  font-weight: 300;
}
.carousel-caption h3:nth-child(2) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  font-size: 60px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .carousel-caption h3:first-child {
    font-size: 30px;
    font-weight: 300;
  }
  .carousel-caption h3:nth-child(2) {
    font-size: 50px;
    font-weight: bold;
  }
}
.carousel-caption button {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.carousel-control,
.carousel-caption {
  /*text-shadow:none;*/
  text-shadow: 2px 2px 2px #000000;
  margin-top: 10px;
}
.intro .item:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carousel-caption .btn {
  margin-top: 10px;
  font-size: 11px;
  padding: 17px 20px;
  margin-left: 5px;
  margin-right: 5px;
  min-width: 150px;
  text-align: center;
}
.btn {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 6px;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-ghost {
  border: 1px solid #eee;
  color: #fff;
  background: 0;
}
.btn-ghost:hover {
  background: #fff;
}
.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #222;
}
.btn-round {
  border-radius: 300px;
  border: 0;
  font-weight: 700;
}
.btn-round:hover {
  border-radius: 300px;
}
.equal-heights .col-md-4 {
  padding-left: 0;
  padding-right: 0;
}
.equal-heights .box {
  padding: 60px;
}
.w-middle {
  transform-style: preserve-3d;
}
@media (min-width: 780px) {
  .w-middle .box {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.box h2 {
  font-size: 26px;
  margin-bottom: 20px;
  margin-top: 0;
}
.equal-heights img {
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}
.iconbox {
  display: inline-block;
  width: 80px;
  height: 80px;
  color: #fff;
  border-radius: 50%;
  line-height: 90px;
}
.teambox{
  border-radius: 20px; border: 1px solid #e7e7e7;
  overflow: hidden; position: relative;
}
.teambox h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 20px 5px 20px;
  text-align: center;
}
.teambox p {
  margin: 0;
  padding: 0px 20px 15px 20px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  line-height: 18px;
}
.teambox .designation {
  padding: 0px 20px 15px 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  line-height: 20px;
}
.teambox .des-description {
  padding: 0px 20px 15px 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 20px;
}
.team-social a {
  background: rgba(0, 0, 0, 0.05);
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  line-height: 40px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 4px;
}
.team-social {
  padding: 0 20px 20px 20px;
  text-align: center;
}
/* .team-box .team-thumb{border-radius: 20px;} */
.overlay-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  background: #222;
  border-radius: 20px;
}
.overlay-image img{
  border-radius: 20px;
}
.port-zoom-link p {
  width: 100%; color: #ffffff;
}
.overlay-image .mask,
.overlay-image .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view-overlay img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.view-overlay .mask {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.port-zoom-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 20px;
  align-items: center;
  display: flex;
}
.view-overlay:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "alpha(opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-overlay:hover .mask {
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
#quote-carousel {
  padding: 0 10px 0px 10px;
  margin-top: 30px;
}
#quote-carousel .carousel-control {
  background: none;
  color: #cacaca;
  font-size: 2.3em;
  text-shadow: none;
  margin-top: 30px;
}
#quote-carousel .carousel-control.left {
  left: 0px;
}
#quote-carousel .carousel-control.right {
  right: 0px;
}
#quote-carousel .carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
  width: 50px;
  height: 50px;
  margin: 5px;
  cursor: pointer;
  border: 0;
  border-radius: 50px;
  opacity: 0.4;
  overflow: hidden;
  transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
  background: #333333;
  width: 120px;
  height: 120px;
  border-radius: 100px;
  border-color: #f33;
  opacity: 1;
  overflow: hidden;
}
.carousel-inner {
  min-height: 300px;
}
.item2 blockquote {
  border-left: none;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  padding: 0 0px 100px 0;
  font-weight: 300;
  font-family: Georgia;
  font-style: italic;
  color: #222;
}
.item2 blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}
.item blockquote {
  border-left: none;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  padding: 0 0px 10px 0;
  font-weight: 300;
  font-family: Georgia;
  font-style: italic;
  color: #222;
}
.item blockquote p:before {
  content: "\f10d";
  font-family: "Fontawesome";
  float: left;
  margin-right: 10px;
}
.parallax-image {
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}
.wrapsection {
  padding: 0px 0;
  position: relative;
  margin: 0px 0;
}
.parallax-content {
  position: relative;
  z-index: 4;
  padding: 30px 0;
}
.parallax .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
}
.funfacts .icon {
  font-size: 35px;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 10px;
  clear: both;
  color: #fff;
  border: 0;
  background: rgba(0, 0, 0, 0.2);
}
.funfacts .icon a {
  color: #fff;
}
.funfacts .counter {
  font-size: 70px;
  color: #fff;
  font-weight: 700;
}
.funfacts .counter span {
  font-size: 16px;
  color: #fff;
}
.funfacts h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 22px 0 0;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
}
.plus {
  font-size: 60px;
  color: #fff;
  font-weight: 600;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.wow-pricing-table {
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.wow-pricing-table div {
  list-style: none;
}
.wow-pricing-table > div {
  list-style: none;
  text-shadow: none;
  margin-bottom: 0px;
  border: 1px solid #eee;
  margin: 0px 15px;
}
.wow-pricing-table > div.featured {
  z-index: 1;
}
.wow-pricing-table > div.featured {
}
.wow-pricing-table > div.featured .wow-pricing-header {
  background-color: #67c011;
}
.wow-pricing-table:hover {
  margin-top: -5px;
}
.wow-pricing-table .wow-pricing-header {
  text-align: center;
  padding: 20px 0 10px 0;
  background-color: #333;
}
.wow-pricing-table .wow-pricing-header h5 {
  color: #fff;
  font-size: 20px;
  margin: 0;
  padding: 0 20px 0px;
}
.wow-pricing-table .wow-pricing-cost {
  color: #fff;
  font-size: 1.5em;
  line-height: 1em;
  padding-top: 15px;
  background: #333;
}
.wow-pricing-table .wow-pricing-per {
  font-size: 0.786em;
  color: #fff;
  background-color: #333;
  padding-bottom: 10px;
}
.wow-pricing-table .wow-pricing-content {
  background: #fff;
  text-align: center;
}
.wow-pricing-table .wow-pricing-content ul {
  margin: 0 !important;
  list-style: none !important;
  padding-left: 0;
}
.wow-pricing-table .wow-pricing-content ul li {
  margin: 0 !important;
  padding: 10px 20px !important;
  border-bottom: 1px solid #eee;
  list-style: none !important;
  color: #555;
}
.wow-pricing-table .wow-pricing-content ul li:nth-child(2n + 2) {
  background: #f9f9f9;
}
.wow-pricing-table .wow-pricing-button {
  background: #fff;
  text-align: center;
  border-top: 1px solid #fff;
  padding: 35px 20px 35px;
}
.wow-pricing-table .wow-pricing-button .wow-button {
  float: none;
  margin: 0 auto;
  background: #333;
  color: #fff;
  border-radius: 3px;
  padding: 12px 22px 14px;
}
.featured .wow-pricing-per,
.featured .wow-pricing-cost,
.featured .wow-pricing-button .wow-button,
.buttoncolor {
  background-color: #67c011;
}
#tline {
  padding-bottom: 60px;
}
.tline-holder {
  margin: 0 auto;
  padding: 0px;
  padding-top: 20px;
  width: 100%;
  position: relative;
  overflow: hidden;
  list-style: none;
}
.tline-holder:before {
  background: #d7d7d7;
  content: "";
  left: 50%;
  top: 20px;
  bottom: 0px;
  position: absolute;
  width: 1px;
  margin-left: -1px;
  height: 9999px;
}
ul .tline-holder > li {
  width: 100%;
  float: left;
  display: inline-block;
}
.tline-item-content {
  width: 50%;
}
.tline-item-txt {
  position: relative;
  padding: 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin-top: -20px;
}
.tline-item-txt h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  color: #333;
}
.tline-item-txt .meta {
  color: #999;
}
.tline-item-left .tline-item-content:hover .date-icon,
.tline-item-right .tline-item-content:hover .date-icon {
  -webkit-animation: pulse 0.3s;
  animation: pulse 0.3s;
}
.tline-item-left {
  float: left;
  position: relative;
  width: 100%;
}
.tline-item-left .tline-item-content {
  float: left;
}
.tline-item-left .tline-item-txt {
  margin-right: 60px;
}
.tline-item-left .date-icon {
  margin-right: -23px;
  float: right;
  background-color: #222;
  color: #fff;
}
.tline-item-right {
  position: relative;
}
.tline-item-right .tline-item-content {
  float: right;
}
.tline-item-right .tline-item-txt {
  margin-left: 60px;
}
.tline-item-right .date-icon {
  margin-left: -23px;
  float: left;
}
.tline-item-txt:before,
.tline-item-txt:after {
  content: " ";
  position: absolute;
  top: 24px;
  display: block;
  width: 0;
  height: 0;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
}
.tline-item-left .tline-item-txt:before,
.tline-item-left .tline-item-txt:after {
  right: -18px;
  border-left: solid 20px #fff;
}
.tline-item-left .tline-item-txt:before {
  right: -20px;
  border-left-color: #e4e4e4;
}
.tline-item-right .tline-item-txt:before,
.tline-item-right .tline-item-txt:after {
  left: -18px;
  border-right: solid 20px #fff;
}
.tline-item-right .tline-item-txt:before {
  left: -20px;
  border-right-color: #e4e4e4;
}
.date-icon {
  text-align: center;
  padding-top: 16px;
  width: 50px;
  height: 50px;
  background-color: #67c011;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  color: #fff;
}
.tline-start {
  width: 100%;
  float: left;
  padding: 0px;
  position: relative;
}
.tline-start-content {
  text-align: center;
}
.tline-start .tline-start-icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}
.regularform input,
.regularform textarea {
  margin-bottom: 15px;
  padding: 10px 15px;
  border: 1px solid #c4c4c4;
  font-size: 13px;
}
.regularform input[type="submit"] {
  border: 0;
}
.regularform textarea {
  height: 150px;
}
.regularform input.norightborder {
  border-right: 0;
}
.done {
  display: none;
}
#social {
  background: url(../img/social-bg.jpg) no-repeat top fixed;
  background-size: cover;
}
.social-trans {
  background: #222;
  opacity: 0.5;
}
.social-icons a {
  color: white;
  margin: 20px;
}
.social-icons a:hover {
  color: #e9e9e9;
}
.social-icons {
  margin-top: 30px;
}
h1.bottombrand {
  font-family: "Mrs Sheppards";
  color: #fff;
  font-size: 60px;
  margin-top: 0;
}
h1.bottombrand:first-letter {
  color: #67c011;
}
input.error,
textarea.error {
  border: 1px solid red;
}
@media only screen and (max-width: 768px) {
  .wow {
    visibility: visible !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
  .tline-item-content {
    margin-bottom: 30px;
  }
  .tline-item-right,
  .tline-item-left {
    clear: both;
    float: none;
  }
  .tline-item-content {
    width: 100%;
  }
  .tline-item-left .date-icon {
    margin-right: 0;
  }
  .tline-item-right .date-icon {
    margin-left: 0;
  }
  .parallax {
    background-attachment: scroll !important;
    background-position: 100% !important;
  }
  .portfolio-box img,
  .team-thumb img {
    width: 100%;
  }
  .funfacts {
    margin-bottom: 30px;
  }
  .regularform input,
  .regularform textarea {
    width: 100%;
    border: 1px solid #eee;
  }
  .item blockquote {
    font-size: 16px;
  }
  #quote-carousel .carousel-control {
    display: none;
  }
  .funfacts .counter {
    font-size: 35px;
  }
  section {
    padding: 30px 0;
  }
  .equal-heights .box {
    padding: 30px;
  }
  .carousel-caption h1 {
    font-size: 60px;
  }
  .section-heading {
    font-size: 30px;
  }
  .section-heading-green {
    font-size: 30px;
  }
  #quote-carousel .carousel-indicators .active {
    width: 80px;
    height: 80px;
  }
  #quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
  }
}
header {
  color: #fff;
  position: fixed;
  z-index: 9999;
  background: url(../img/strip.png) repeat-x #fff top left;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.38);
  -moz-box-shadow: 0px 3px 5px 0px rgba(34, 34, 34, 0.38);
  box-shadow: 0px 3px 4px 0px rgba(34, 34, 34, 0.38);
}
#portfolio {
  background: url(../img/portfolio-bg.jpg) repeat;
  padding: 40px 0;
}
#portfolio-one {
  background: url(../img/portfolio-bg.jpg) repeat;
  padding: 40px 0;
}
#award {
  background: url(../img/award-bg.jpg) repeat;
  padding: 40px 0;
}
#portfolio-two {
  background: url(../img/portfolio-bg.jpg) repeat;
  padding: 40px 0;
}
#funfact {
  padding: 20px 0 50px 0 !important;
}
#about {
  padding: 40px 0px 40px 0;
}
#about-one {
  padding: 40px 0px 40px 0 !important;
}
#social {
  padding: 10px 0;
}
#testimonials {
  padding: 40px 0 20px 0;
}
#rating {
  padding: 15px 0px 15px 0;
  background-color: #f5f7f2;
}
.lightgreen-bg{background-color: #f5f7f2;}
#footer {
  background: url(../img/strip.png) top repeat-x #1a1a1a;
  padding: 40px 0 0 0;
}
#footer hr {
  background: none;
  border-bottom: 1px solid #323232;
  max-width: 100% !important;
}
#footer ul {
  padding: 0px 25px;
}
#footer ul li {
  list-style-image: url(../img/bullet-footer.png);
  padding: 5px 0;
}
#footer ul li a {
  color: #ebebeb;
}
#footer ul li a:hover {
  color: #67c011;
  text-decoration: none;
}
#footer ul li.whatsapp {
  list-style-image: url(../img/whatsapp-icon.png);
  color: #ebebeb;
  list-style-position: -10px;
}
#footer ul li.skype {
  list-style-image: url(../img/skype-icon.png);
  color: #ebebeb;
}
#footer ul li.contacticon {
  list-style-image: url(../img/contact-icon.png);
  color: #ebebeb;
}
#footer ul li.mailicon {
  list-style-image: url(../img/email-icon.png);
  color: #ebebeb;
}
#footer ul li.webicon {
  list-style-image: url(../img/web-icon.png);
  color: #ebebeb;
}
#footer ul li .wp {
  width: 16px;
  height: 16px;
  background: url("../img/social.png") -10px -10px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -23px;
}
#footer ul li .sky {
  width: 16px;
  height: 16px;
  background: url("../img/social.png") -10px -45px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -23px;
}
#footer ul li .contact {
  width: 16px;
  height: 16px;
  background: url("../img/social.png") -10px -80px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -23px;
}
#footer ul li .mail {
  width: 16px;
  height: 16px;
  background: url("../img/social.png") -10px -115px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -23px;
}
#footer ul li .web {
  width: 16px;
  height: 16px;
  background: url("../img/social.png") -10px -150px;
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: -23px;
}
#footer .copy {
  background: #101010;
  color: #fff;
  padding: 10px;
}
#footer h3 {
  color: #fff;
}
#footer .newsletter {
  background: #2f2f2f;
  border: 1px #434343 solid;
  margin: 5px 0;
  padding: 5px 10px;
}
.team {
  width: 20%;
  float: left;
}
.inner-banner-no {
  margin-top: 130px;
}
.inner-banner {
  margin-top: 150px;
}
.inner-banner-bg {
  background: url("../img/company-bg.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.value {
  border: 2px #67c011 solid;
  padding: 20px;
  text-align: center;
}
#inner-about {
  padding: 40px 0;
}
#company {
  padding: 60px 0 40px 0;
  background: #d4d4d4;
}
#company h2 {
  font-size: 34px;
  line-height: 1.4;
  color: #fff;
}
#company h2 strong {
  font-weight: 700;
}
#company h3 {
  color: #fff;
  font-size: 28px;
}
#company p {
  color: #fff;
}
#features-mlm {
  padding: 40px 0;
  background: #ebf1e8;
  color: #1a1a1a;
}
#features-mlm p {
  font-weight: normal;
}
#mobile-app {
  padding: 40px 0;
  background: #1a1a1a;
  color: #fff;
}
#mobile-app p {
  font-weight: normal;
}
#mlm-chatbots {
  padding: 40px 0px 40px 0;
}
#mlm-chatbots h3 {
  font-size: 30px !important;
}
.make-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 600px) {
  .desk-view {
    display: none;
  }
}
@media (min-width: 601px) {
  .mob-view {
    display: none;
  }
}
.venta-offer {
  padding: 40px 0;
  background: url("../../img/bg-0112.jpg") no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.iconbox1 {
  float: left;
}
.icontext1 {
  float: left;
  padding: 10px 20px;
}
.iconbox2 {
  float: left;
  width: 50px;
}
.icontext2 {
  float: left;
  padding: 0px 20px;
  width: 90%;
}
ul.liststyle1 {
  margin: 0;
  margin-left: 10px;
  padding: 0;
}
ul.liststyle1 li {
  list-style-image: url(../img/bullet-1.png);
  font-family: Open Sans, "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  text-align: left;
}
.features-wrapper {
  border: 2px solid #e0e0e0;
  margin-top: 20px;
}
.features-box {
  padding: 20px;
}
.heading {
  background: #e0e0e0;
  padding: 10px;
}
.heading h4 {
  color: #222;
  font-size: 20px;
  padding: 0;
  margin: 0;
}
table {
  width: 100%;
}
table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
}
table td.headstyle {
  background: #fff;
  color: #67c011;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
table td.headstyle1 {
  background: #222;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
table td.headstyle2 {
  background: #67c011;
  color: #fff;
  text-align: center;
  font-weight: 700;
  width: 15%;
}
.plans-wrapper {
  border: 2px solid #e0e0e0;
  margin-top: 20px;
}
.plans-wrapper a {
  text-decoration: none;
}
.plans-box {
  padding: 20px;
}
.plan-heading {
  background: #67c011;
  padding: 15px;
}
.plan-heading h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weigh: 700;
  text-align: center;
  padding: 0;
  margin: 0;
}
.plan-heading-dark {
  background: #1a1a1a;
  padding: 15px;
}
.plan-heading-dark h2 {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weigh: 700;
  text-align: center;
  padding: 0;
  margin: 0;
}
.green-btn {
  padding: 5px;
  color: #fff;
  background: #67c011;
  border-radius: 20px;
  width: 150px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.dark-btn {
  padding: 5px;
  color: #fff;
  background: #222;
  border-radius: 20px;
  width: 150px;
  text-align: center;
  margin: 0 auto 20px auto;
}
.icon-left {
  float: left;
  margin-right: 15px;
}
.icon-text {
  padding: 10px 0;
  font-size: 16px;
}
ul.liststyle2 {
  margin: 0;
  margin-left: 30px;
  padding: 0;
}
ul.liststyle2 li {
  list-style-image: url(../img/bullet-2.png);
  color: #222;
  line-height: 1.7;
  text-align: left;
  padding: 8px 0;
}
ul.liststyle3 {
  margin: 0;
  margin-left: 30px;
  padding: 0;
}
ul.liststyle3 li {
  list-style-image: url("../images/tick.png");
  color: #222;
  line-height: 1.7;
  text-align: left;
  padding: 0px 0px 8px 0px;
  font-size: 20px;
}
ul.liststyle3 li a {
  font-size: 20px;
}
.demo-margin {
  margin-top: 80px;
}
.demo-whyus-box {
  background: url(../img/solution-bg.png) no-repeat #67c011 left bottom;
  padding: 30px;
  border-radius: 60px 0 0 60px;
}
.demo-whyus-box p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin: 0;
  line-height: 26px;
}
.demo-whyus-boxdark {
  background: url(../img/epin-bg.png) no-repeat #222 left bottom;
  padding: 30px;
  border-radius: 0 60px 60px 0;
}
.demo-whyus-boxdark p {
  text-align: center;
  color: #fff;
  font-size: 25px;
  margin: 0;
  line-height: 26px;
}
.text-style20 {
  font-size: 18px;
}
.iconbox3 {
  float: left;
  width: 80px;
}
.icontext3 {
  float: left;
  padding: 0px 20px;
  width: 80%;
}
.icontext3 h3 {
  margin: 0px 0px 10px 0;
  padding: 0px 0px 10px 0;
  color: #222;
  border-bottom: 1px solid #ccc;
  width: 100%;
  text-align: left;
}
.form-wrapper {
  padding: 7px;
  border: 1px solid #67c011;
}
.form-head {
  background: #67c011;
  background: -moz-linear-gradient(top, #67c011 0%, #59a510 100%);
  background: -webkit-linear-gradient(top, #67c011 0%, #59a510 100%);
  background: linear-gradient(to bottom, #67c011 0%, #59a510 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c011', endColorstr='#59a510',GradientType=0);
  padding: 2px 0;
}
.form-head h2 {
  color: #fff;
}
h2.acc_trigger {
  padding: 10px 25px 10px 0;
  min-height: 50px;
  margin: 0 0 5px 0;
  background: url(../img/faq-green-icon.png) no-repeat #fff top right;
  border-bottom: 1px solid #e0e0e0;
  border-radius: 2px;
  line-height: 25px;
  width: 100%;
  font-size: 19px !important ;
  font-weight: normal;
  float: left;
  color: #222;
  cursor: pointer;
}
h2.acc_trigger a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 0 0 0 50px;
  border: 0px;
}
h2.acc_trigger a:hover {
  text-decoration: none;
  border: 0px;
}
h2.active {
  background: url(../img/faq-black-icon.png) no-repeat #fff top right;
}
.acc_container {
  margin: 0 0 5px;
  padding: 0;
  overflow: hidden;
  width: 100%;
  clear: both;
}
.acc_container .block {
  padding: 20px;
}
.acc_container .block p {
  padding: 5px 0;
  margin: 5px 0;
}
.acc_container h3 {
  margin: 0 0 10px;
  padding: 0 0 5px 0;
  border-bottom: 1px dashed #ccc;
}
.acc_container img {
  float: left;
  margin: 10px 15px 15px 0;
  padding: 5px;
  background: #ddd;
  border: 1px solid #ccc;
}
a.sitemap {
  text-decoration: none;
  border: 0px;
}
a.sitemap:hover {
  text-decoration: none;
  border: 0px;
}
.sitemap-main {
  background: #67c011;
  background: -moz-linear-gradient(top, #67c011 0%, #539f0a 100%);
  background: -webkit-linear-gradient(top, #67c011 0%, #539f0a 100%);
  background: linear-gradient(to bottom, #67c011 0%, #539f0a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67c011', endColorstr='#539f0a',GradientType=0);
  color: #fff !important;
  padding: 12px;
  text-align: center;
  margin: 8px auto 8px auto;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 3px solid #3f7d03;
}
.sitemap-main:hover {
  background: #67c011;
  border-bottom: 3px solid #3f7d03;
  text-decoration: none !important;
}
.sitemap-sub {
  background: #222222;
  background: -moz-linear-gradient(top, #222222 0%, #000000 100%);
  background: -webkit-linear-gradient(top, #222222 0%, #000000 100%);
  background: linear-gradient(to bottom, #222222 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#000000',GradientType=0);
  color: #fff !important;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  margin: 8px auto;
  border-radius: 5px;
  font-weight: 600;
}
.sitemap-sub:hover {
  color: #67c011 !important;
}
.sitemap-arrow {
  background: url(../img/sitemap-arrow.png) center top no-repeat;
  height: 21px;
  width: 100%;
  margin: 0px auto;
}
@media only screen and (max-width: 768px) {
  .team {
    width: 50%;
    float: left;
  }
}
@media only screen and (max-width: 400px) {
  .team {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
}
span.headstyle1 {
  color: #67c011;
  text-transform: uppercase;
  font-weight: 700;
}
span.headstyle2 {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
.p-head-1 {
  color: #222;
  text-transform: uppercase;
  font-weight: 700;
}
#ppc-dark {
  background: #1a1a1a;
  min-height: 500px;
}
.ppc-dark {
  background: #1a1a1a;
  padding: 40px 0px;
}
.green-txt {
  color: #75ba3e;
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
}
.ppc-dark p {
  color: #ffffff !important;
}
#thanku {
  padding: 20px 0;
}
.thanku-wrapper {
  background: #fff;
  border-radius: 20px;
  border: 8px solid #67c011;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
}
.thanku-wrapper h2 {
  color: #edad01;
  text-transform: uppercase;
  font-size: 42px;
}
.thanku-wrapper p {
  font-size: 20px;
  color: #000;
}
.thanku-wrapper p a {
  font-size: 20px;
  font-weight: bold;
}
.black-font {
  color: #1a1a1a !important;
}
.brand-driver-wrapper {
  padding: 5px 0;
  margin:
   20px 10px;
}
.brand-driver-wrapper p {
  color: #222;
  font-size: 31px;
  line-height: 36px;
  font-family: "SCRIPTBL", Verdana, Geneva, sans-serif;
  text-align: center;
  padding: 0;
  margin: 0;
}
.brand-driver-wrapper i {
  color: #67c011;
  padding: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .icon-text {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .inner-banner {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 600px) {
  .inner-banner {
    margin-top: 107px;
  }
  .table-responsive table {
    font-size: 13px;
  }
}
@media only screen and (max-width: 400px) {
  .inner-banner {
    margin-top: 107px;
  }
  .iconbox1 {
    float: left;
  }
  .icontext1 {
    float: left;
    padding: 10px 20px;
  }
  .iconbox2 {
    float: none;
    width: 50px;
    margin: 0 auto;
  }
  .icontext2 {
    float: none;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .demo-margin {
    margin-top: 120px;
  }
  .intro .item {
    min-height: 460px;
    height: 100%;
    width: 100%;
    background: top right;
    background-size: cover;
  }
  .carousel-caption h1 {
    font-size: 40px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    letter-spacing: 3px;
    font-family: "Mrs Sheppards";
  }
  .carousel-caption h2 {
    font-size: 30px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .iconbox3 {
    float: none;
    width: 80px;
    margin: 0px auto;
  }
  .icontext3 {
    float: none;
    padding: 0px 20px;
    width: 100%;
    margin-top: 20px;
  }
  .icontext3 h3 {
    text-align: center;
  }
  .teambox p {
    margin: 0;
    padding: 0px 2px 15px 2px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
  }
}
@media only screen and (max-width: 360px) {
  .inner-banner {
    margin-top: 101px;
  }
}
@media only screen and (max-width: 320px) {
  .text-style20 {
    font-size: 16px;
  }
}
.pb-50 {
  padding-bottom: 3rem;
}
.Philippines {
  width: 50px;
  height: 50px;
  background: url(../images/Philippines.png);
  margin: 0 auto;
  margin-top: 15px;
}
.nigeria {
  width: 50px;
  height: 50px;
  background: url(../images/nigeria-flag.png);
  margin: 0 auto;
  margin-top: 15px;
}
.india {
  width: 50px;
  height: 50px;
  background: url(../images/india.png);
  margin: 0 auto;
  margin-top: 15px;
}
.malaysia {
  width: 50px;
  height: 50px;
  background: url(../images/malaysia-flag.png);
  margin: 0 auto;
  margin-top: 15px;
}
.africa {
  width: 50px;
  height: 50px;
  background: url(../images/sa-flag.png);
  margin: 0 auto;
  margin-top: 15px;
}
.cameroon {
  width: 50px;
  height: 50px;
  background: url(../images/cameroon.png);
  margin: 0 auto;
  margin-top: 15px;
}
.USA {
  width: 50px;
  height: 50px;
  background: url(../images/USA.png);
  margin: 0 auto;
  margin-top: 15px;
}
.kiribati {
  width: 50px;
  height: 50px;
  background: url(../images/kiribati-flag.png);
  margin: 0 auto;
  margin-top: 15px;
}
.australia {
  width: 50px;
  height: 50px;
  background: url(../images/australia.png);
  margin: 0 auto;
  margin-top: 15px;
}
.sweden {
  width: 50px;
  height: 50px;
  margin-top: 8px;
  background: url(../images/sweden.png);
  margin: 0 auto;
  margin-top: 15px;
}
.panama {
  width: 50px;
  height: 50px;
  margin-top: 8px;
  background: url(../images/panama.png);
  margin: 0 auto;
  margin-top: 15px;
}
.top-new {
  padding: 5px 0px 5px 0px;
  color: #000;
  background-color: #ebebeb;
}
.top-main {
  background-color: #ebebeb;
  margin-top: 5px;
}
/*projects*/
.thumbnails li > .fff .caption {
  background: #fff !important;
  padding: 10px;
}
.thumbnails {
  background-color: none;
} /* Page Header */
.page-header {
  background: #f9f9f9;
  margin: -30px -40px 40px;
  padding: 20px 40px;
  border-top: 4px solid #ccc;
  color: #999;
  text-transform: uppercase;
}
.page-header h3 {
  line-height: 0.88rem;
  color: #000;
}
ul.thumbnails {
  margin-bottom: 0px;
} /* Thumbnail Box */
.caption {
  text-align: center;
  border-radius: 100px;
  margin-bottom: 15px;
}
.caption h3 {
  color: #000;
}
.caption p {
  color: #999;
} /* Mobile Only */
@media (max-width: 767px) {
  .page-header,
  .control-box {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .caption {
    word-break: break-all;
    margin-bottom: 15px;
  }
}
li {
  list-style-type: none;
} /*::selection{background: #ff5e99; color: #FFFFFF; text-shadow: 0;}::-moz-selection{background: #ff5e99; color: #FFFFFF;}*/
.pro-bg {
  background-color: #fff;
  border-radius: 20px;
}
.text-left a {
  text-decoration: none;
  color: #252525;
  font-size: 14px;
}
.callsec {
  margin-top: 25px;
  text-align: right;
}
@media (max-width: 491px) {
  .callsec {
    margin-top: 5px;
  }
}
.callppc {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.callppcico {
  color: #67c011 !important;
  padding-right: 2px !important;
}
.badges {
  border-radius: none;
  padding: 10px;
}
.badges1 {
  border-radius: none;
  padding: 0px 10px 10px 10px;
}
.badges img {
  border: 1px solid #d2d2d1;
  border-radius: 15px;
  background-color: #fff;
  margin: 5px;
}
.badges1 img {
  border: 1px solid #d2d2d1;
  border-radius: 15px;
  background-color: #fff;
  margin: 0px 5px 5px 5px;
}
@media only screen and (max-width: 991px) {
  .badges1 img {
    margin: 5px;
  }
}
.call-space {
  padding: 40px 0;
}
.call-to {
  width: 100%;
  height: auto;
  color: #ffffff;
  font-size: 25px;
  line-height: 30px;
  background-color: #1d1d1d;
  padding: 20px;
}
.triangle-right {
  width: 0;
  height: 0;
  border-right: 50px solid #555;
  border-bottom: 25px solid transparent;
}
@media only screen and (max-width: 480px) {
  .btn {
    font-size: 12px;
    padding: 10px;
  }
}
/*.feature-bullet ul {list-style: none; padding-left:0; }
	.feature-bullet ul li { margin-bottom:10px; font-size: 17px; border:1px solid #e5e6e4; border-radius:0 50px 50px 0; text-align: left; background:url(../../img/list.png) no-repeat center; padding: 0px 5px 0px 35px; background-position: 5px 4px; list-style: none; background-color: #f2f2f1;}
.feature-bullet ul li:nth-child(odd) { margin-bottom:10px; font-size: 17px; border:1px solid #d9eac7; border-radius:0 50px 50px 0; text-align: left; background:url(../../img/list.png) no-repeat center; padding: 0px 5px 0px 35px; background-position: 5px 4px; list-style: none; background-color: #ecf3e6;}
.feature-bullet ul li:last-child {margin-bottom:0px;}
@media screen and (max-width: 991px){ .feature-bullet ul li {text-align: left; font-size: 15px; background-position: 5px 2px;padding: 0px 10px 0px 35px;} .feature-bullet ul li:nth-child(odd) {font-size: 15px;background-position: 5px 2px;padding: 0px 10px 0px 35px;} }*/
.text-white {
  color: #ffffff;
}
.feature-bullet ul {
  list-style: none;
  padding-left: 0;
}
.feature-bullet ul li {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
  background: url(../../img/list.png) no-repeat center;
  padding: 0px 5px 0px 35px;
  background-position: 5px 4px;
  list-style: none;
  font-weight: normal;
}
.feature-bullet ul li:nth-child(odd) {
  margin-bottom: 10px;
  font-size: 17px;
  text-align: left;
  background: url(../../img/list.png) no-repeat center;
  padding: 0px 5px 0px 35px;
  background-position: 5px 4px;
  list-style: none;
}
.feature-bullet ul li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 991px) {
  .feature-bullet ul li {
    text-align: left;
    font-size: 15px;
    background-position: 5px 2px;
    padding: 0px 10px 0px 35px;
  }
  .feature-bullet ul li:nth-child(odd) {
    font-size: 15px;
    background-position: 5px 2px;
    padding: 0px 10px 0px 35px;
  }
}

.feature-bullet ol {
  counter-reset: list-number 20;
  list-style: none;
  padding: 0;
  margin-right: 10px;
}

.feature-bullet ol li {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  border: 1px solid #f5f6f4;
  border-radius: 0 50px 50px 0;
  box-shadow: 1px 3px 2px 3px #f5f6f4;
}
.feature-bullet ol li:before {
  content: counter(list-number);
  counter-increment: list-number;
  background-color: #67c011;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 40px;
  margin-left: -45px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-weight: bold;
}
.feature-bullet-1 ol {
  counter-reset: list-number 88;
  list-style: none;
  padding: 0;
  margin-right: 10px;
}

.feature-bullet-1 ol li {
  margin-bottom: 15px;
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  border: 1px solid #f5f6f4;
  border-radius: 0 50px 50px 0;
  box-shadow: 1px 3px 2px 3px #f5f6f4;
}
.feature-bullet-1 ol li:before {
  content: counter(list-number);
  counter-increment: list-number;
  background-color: #67c011;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 40px;
  margin-left: -45px;
  text-align: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-weight: bold;
}
.feature-title {
  padding: 5px 30px 15px 30px;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  color: #67c011;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 5px 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
/*New feature page start*/
.dd-wrapper {
  position: relative; /* Ensure it's above other elements */
}
.title {
  width: 100%;
  text-align: center;
}
.outer-feat {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.outer-feat img {
  width: 36px;
}
.feature-inner {
  margin: 0 0 0 8px;
}
.feature-inner h3 {
  font-size: 20px;
  margin: 0px !important;
}
.title-lite {
  display: inline-block;
  font-weight: 900;
  width: 100%;
  text-align: center;
  font-size: 5em;
  color: #eee;
}
.sidebar {
  float: left;
  width: 25%;
  height: auto;
  /* position: sticky; */
  /* top:150px; */
  z-index: 1001;

  position: sticky;
  top: 160px; /* Adjust this value to control when it sticks */
  height: calc(100vh - 160px); /* Prevent overflow */
  overflow-y: auto; /* Enable scrolling inside the sidebar if needed */
  scrollbar-width: none;
  border-radius: 10px;
}
.sidebar-content {
  position: absolute; /* Enable scrolling */
  width: 270px;
  border-radius: 10px;
  height: auto;
  padding-top: 6px;
  background: #1a1a1a;
  -webkit-transition: all 1s ease-in;
  -moz-transition: all 1s ease-in;
  -ms-transition: all 1s ease-in;
  -o-transition: all 1s ease-in;
  transition: all 1s ease-in;
}
.sidebar-list {
  border-radius: 10px;
  /* position: absolute; */
  /* top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%); */
}
.sidebar-list-menu {
  position: relative;
  list-style: none;
  margin-left: 20px;
  margin-right: 10px;
  padding: 0;
}
.sidebar-list-menu::after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  left: -10px;
  width: 2px;
  height: 100%;
  background: #333;
  z-index: 9;
}
.sidebar-list-menu li {
  height: 60px;
}
.sidebar-list-menu li a {
  position: relative;
  display: inline-block;
  /* line-height: 80px; */
  font-weight: 400;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  padding: 4px;
  min-height: 40px;
  width: 100%;
}
.sidebar-list-menu li a p {
  line-height: 20px;
  margin: 0px !important;
  padding: 0px 0px 0px 5px;
}
.sidebar-list-menu li a.active {
  font-weight: 700;
  color: #FFFFFF;
  background-color: #000;
  border-radius: 6px;
  padding: 4px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.sidebar-list-menu-active-bar {
  position: absolute;
  width: 6px;
  height: 42px;
  border-radius: 3px;
  background: #67c011;
  top: 0px;
  left: -12px;
  z-index: 999;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  transition-delay: 0;
}

.content {
  display: inline-block;
  width: 75%;
}
.content > .content-container {
  width: 100%;
  padding: 10px 0px 30px 0px;
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.2); /* margin:36px 0px; */
  /* height: 100vh; */
  margin-top: calc(1rem + 1vw);
  border-radius: 10px;
}

.content > .content-container:nth-child(n) {
  /* background: #ebf1e8; */
  background: #ffffff;
}
.content > .content-container:nth-child(2n) {
  /* background: #e6eaee; */
  background: #ffffff;
}
.content--place {
  position: relative;
  /* width: 100vw;
	height: 100vh; 
	display: table-cell; */
  /* vertical-align: middle; */
  text-align: left !important;
  padding: 0px 30px;
}
.content--place h2 {
  font-weight: bold;
}
.content--place h2,
.content--place p {
  padding: 0px 15px;
}
.content--place ul {
  list-style-type: none; /* Removes default bullets */
  padding: 0;
}

.content--place li {
  position: relative;
  padding-left: 35px; /* Add space to the left */
  text-align: left;
}

.content--place li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 17px;
  transform: translateY(-50%); /* Vertically center the icon */
  width: 21px; /* Set the size of the image */
  height: 19px;
  background-image: url("../../assets/img/list.png"); /* Replace with your image URL */
  background-size: cover;
}

.sub-feature-card {
  margin: 15px 0;
  /* padding: 10px; */
  /* border: 1px solid #fafafa; */
  /* box-shadow: 0 0 3px 0 lightgrey; */
  border-radius: 16px;
  min-height: 180px;
}
.card-text h3 {
  font-size: 20px !important;
}
.card-text p {
  padding: 0px !important;
  line-height: 1.4;
  margin-bottom: 0px;
}
.sub-feature-card .card-img img {
  width: 40px;
}

.mob-menu-sidebar {
  display: none;
}
@media (min-width: 768px) {
  .content > .content-container:nth-child(1) {
    margin-top: 0px;
  }
}
@media (max-width: 768px) {
  body p {
    font-size: 15px;
  }
  .sidebar {
    /* display:none; */
    top: 108px;/* top: 135px; */ /* Adjust this value to control when it sticks */
    /* height: auto; */ /* Prevent overflow */
    /* position: sticky; */
    height: 56px;
    overflow-x: scroll;
    width: 100%;
  }
  .sidebar-content {
    width: 100%;
    /* position: relative; */
    background: #ffffff;
    padding: 0 4px;
  }
  .content {
    width: 100%; /* position: relative; */
  }
  /*sidebar new added*/
  .sidebar-list-menu {
    display: flex;
    flex-direction: row;
    border-right: none;
    /* border-bottom: 2px solid #ccc; */
    width: 100%;
    overflow-x: auto;
    /* white-space: nowrap; */
    /* padding: 5px 0; */
    scrollbar-width: none; /* Hide scrollbar */
    -ms-overflow-style: none;
    margin-left: 0px;
  }

  /* Hide scrollbar for WebKit browsers */
  .sidebar-list-menu::-webkit-scrollbar {
    display: none;
  }

  .sidebar-list-menu li {
    display: inline-block;
    height: auto;
    /* margin: 0 10px; */
    margin-right: 5px !important;
  }

  .sidebar-list-menu li a {
    /* padding: 10px 15px; */
    display: inline-block;
    min-width: 200px;
    text-align: center;
    color: #242424;
    background-color: #e7e7e7;
    border-radius: 6px;
    height: 48px;
  }

  /* Active bar for mobile (horizontal) */
  .sidebar-list-menu-active-bar {
    bottom: 0;
    left: 0;
    width: 20px;
    height: 4px;
    transition: left 0.3s ease-in-out;
    display: none;
  }
  /* .content > .content-container:nth-child(2n) {
	margin-top:60px;
} */
  /* .content > .content-container {margin-top: calc(3rem + 1vw);} */
  /*side new*/
  /* .sidebar-list-menu {
		margin-left: 15px; display: flex; flex-direction: row;
    column-gap: 12px;
    transition: all .3s;
	}
  .sidebar-list-menu li a {width: 160px !important; font-size: 16px;}
	.sidebar-list-menu::after {
		left: -10px; display: flex; flex-direction: row;
	}
	.sidebar-list-menu-active-bar {
		left: -12px; 
	} */
  .content--place {
    padding: 0px;
  }
  .content--place h2 {
    font-size: 24px; /* margin-top: 60px; */
  }
  .sub-feature-card {
    min-height: 120px;
  }
}
@media (max-width: 360px) {
  .sidebar {
    top: 101px;/* top: 170px; */
  }
}

.text-center {
  text-align: center;
}
.a-link {
  font-size: 1.2em;
  color: #0645ad;
}
.contact-btn {
  border-radius: 20px;
}
/*New feature*/
/* .mlm-wrapper{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
} */
/*Call to action button start*/
.cta-section-card {
  padding: 50px 30px;
  background: url("../img/cta-bottom-bg.svg"),
    linear-gradient(to bottom right, rgba(0, 11, 35), rgba(30, 39, 52));
  /* background-image: url('../img/cta-bottom-bg.svg'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  margin-top: 60px;
  border-radius: 18px;
}
.cta-section-card h2 {
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: bold;
}
.cta-text {
  color: #fafafa !important;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
}
.cta-section-card p {
  color: #fafafa !important;
  font-size: 20px;
  margin-bottom: 20px !important;
}
.cta-btn {
  /* background-color: #fafafa !important;
    color: #67c011 !important; */
  padding: 15px 20px;
  margin-top: 10px;
  border-radius: 80px !important;
  background: #48870b !important;
  border-color: #48870b !important;
  color: #ffffff !important;
}

.cta-btn:hover {
  background-color: #67c011 !important;
  color: #ffffff !important;
  border: 2px solid #fafafa !important;
  text-align: none !important;
}
/*Call to action button End*/
.mlm-container {
  width: 100%;
  min-height: 350px;
  background: #fff;
  position: relative;
  border-radius: 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-bottom: 5px solid #67c011;
}

.mlm-container .profile-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid #67c011; /* #d3dbcc */
  background: #e8f0e0;
  display: flex; /* Add this to use flexbox for centering */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
}
.mlm-container .profile-img i {
  font-size: 42px;
  color: #67c011;
}

.mlm-content {
  padding: 65px 20px 20px;
}

.mlm-content ul {
  list-style-type: none; /* Removes default bullets */
  padding: 0;
}

.mlm-content li {
  position: relative;
  padding-left: 35px; /* Add space to the left */
  text-align: left;
}

.mlm-content li::before {
  content: "";
  position: absolute;
  left: 0;
  /* top: 50%; */
  top: 17px;
  transform: translateY(-50%); /* Vertically center the icon */
  width: 21px; /* Set the size of the image */
  height: 19px;
  background-image: url("../../assets/img/list.png"); /* Replace with your image URL */
  background-size: cover;
}

.mlm-content .sub-content {
  text-align: center;
  margin-bottom: 30px;
}

.mlm-content .sub-content .feature-heading {
  font-size: 24px;
  color: #48870b;
  font-weight: 600;
}

.mlm-content .sub-content span {
  font-size: 12px;
  color: #494949;
}

.mlm-content .sub-content p {
  margin-top: 15px;
}

.mlm-content .sub-content span.location {
  display: block;
  margin: 5px 0 20px;
}

.mlm-content .sub-content span.location .fa {
  font-size: 18px;
  margin-right: 5px;
}

.mlm-content a {
  color: #48870b;
  text-decoration: none !important;
}
.mlm-content a:hover {
  text-decoration: none !important;
}
.data {
  width: 100%;
  /* overflow: hidden; */
  margin: 30px 0 20px;
}

.inner-data {
  width: 33.3%;
  float: left;
  text-align: center;
}

.inner-data span .fa {
  font-size: 30px;
  margin-bottom: 5px;
  color: #48870b;
}
.mlm-btn {
  min-width: 50%;
  /* height:40px; */
  text-align: center;
  background: linear-gradient(to left top, #4f940a 50%, #48870b 50%);
  border-style: none;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  cursor: pointer;
  position: relative;
  padding: 5px 0px;
  overflow: hidden;
  transition: all 0.5s;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.mlm-btn a {
  text-decoration: none;
}
.mlm-btn span {
  position: absolute;
  display: block;
  border-radius: 10px;
}
.mlm-btn span:nth-child(1) {
  height: 3px;
  min-width: 200px;
  top: 0px;
  left: -200px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #f6e58d);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  animation: span1 2s linear infinite;
  animation-delay: 1s;
}

@keyframes span1 {
  0% {
    left: -200px;
  }
  100% {
    left: 200px;
  }
}
/* .mlm-btn span:nth-child(2){
  height: 40px;
  width: 3px;
  top:-40px;
  right:0px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), #f6e58d);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  animation: span2 2s linear infinite;
  animation-delay: 2s;
}
@keyframes span2{
  0%{
      top:-70px;
  }
  100%{
      top:70px;
  }
} */
.mlm-btn span:nth-child(3) {
  height: 3px;
  width: 200px;
  right: -200px;
  bottom: 0px;
  background: linear-gradient(to left, rgba(0, 0, 0, 0), #f6e58d);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation: span3 2s linear infinite;
  animation-delay: 3s;
}
@keyframes span3 {
  0% {
    right: -200px;
  }
  100% {
    right: 200px;
  }
}

/* .mlm-btn span:nth-child(4){
  height:40px;
  width:3px;
  bottom:-40px;
  left:0px;
  background: linear-gradient(to top, rgba(0,0,0,0), #f6e58d);
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  animation: span4 2s linear infinite;
  animation-delay: 4s;
}
@keyframes span4{
  0%{
      bottom: -40px;
  }
  100%{
      bottom:40px;
  }
} */

.mlm-btn:hover {
  transition: all 0.5s;
  /* transform: rotate(-3deg) scale(1.1); */
  transform: scale(0.97);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.4);
}
.mlm-btn:hover span {
  animation-play-state: paused;
}

/* .mlm-btn{
    clear: both;
    text-align: center;
    min-width: 160px;
    height: 40px;
    margin: 0 auto;
    background: #e8f0e0;
   color: #48870b;
  text-transform: uppercase;
  line-height:38px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #67c011;
  border-radius: 10px;
}
.mlm-btn:hover{color: #ffffff;background: #48870b;transition: 0.7s;} */
/*grow top start*/
.foo_banner {
}
.foo_banner .outer {
  display: flex;
  align-items: center;
  border-right: 1px solid #c6c7cb;
}

/*new css for demo*/
.callto-bg {
  background-color: #1a1a1a;
  padding-top: 20px;
  color: #ffffff;
}
.fig-out {
  width: 322px;
  height: 197px;
  background: url(../img/callto-bg.webp) no-repeat bottom;
  text-align: center !important;
  margin: 0 auto;
}
.contri3 {
  line-height: 62px;
  font-weight: 700;
  color: #fff;
  font-size: 60px;
  font-family: Poppins;
  padding-top: 70px;
  bottom: 20px; /*left: 110px;*/
  /*text-shadow: 4px 6px 6px rgb(2 2 2 / 32%);*/
}
.contri3 span {
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
}
.right-quote {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  margin-top: 50px;
  text-align: center;
  padding-bottom: 30px;
}
.card-img {
  width: 50px;
}
.why-cards {
  background: #f7f9fc;
  box-shadow: 0 4px 57px rgba(58, 76, 102, 0.07),
    0 -1.5px 4.5px rgba(191, 197, 202, 0.65) inset;
  border-radius: 0 200px 200px 0;
  /*width: 200px;*/
  margin: 0 auto;
  min-height: 180px;
  text-align: center;
  padding: 60px;
  font-weight: bold;
  margin-top: 45px;
  /*color:white;*/
  padding: 20px;
  display: block;
  background-image: linear-gradient(
    to left,
    transparent,
    transparent 50%,
    #67c011 50%,
    #48870b
  );
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.25s ease-in;
}
.why-cards:hover {
  background-position: 0 0;
  color: #ffffff;
}
.why-title {
  font-weight: bold;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.facts-bottom {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 225% */
}

.foo_banner2 {
  background: #ffffff;
  padding: 10px 0px;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto auto auto;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
}
.grid-item {
  background-color: rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(95, 116, 77, 0.2);
  padding: 10px;
  font-size: 30px;
  text-align: center;
}

.facts-outer {
  flex-direction: row;
  margin: 0 auto;
}
.right-bord {
  border-right: 0px !important;
}
.facts {
  display: inline-flex;
  /*padding: 13px 35px;*/
  flex-direction: column;
  text-align: left;
  /*justify-content: left;
align-items: left;
gap: 10px;
border-radius: 20px;
background: #FFF;*/
}
.facts-up {
  color: #1a1a1a;
  font-family: Poppins;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 120% */
}
.facts-down {
  color: #75ba3e;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 12px; /* 225% */
}

.seperator {
  border-right: 4px solid gray;
  height: 100px;
}

.bg-image {
  /* The image used */
  background-image: url("img/side-img.png");

  /* Center and scale the image nicely */
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
  flex: 1;
  height: 100%;
}
/*new css for demo*/
.color-a1 {
  color: #3579fa !important;
}
.color-a2 {
  color: #933aad !important;
}
@media screen and (max-width: 768px) {
  .outer {
    padding: 10px 0px;
  }
  .grid-container {
    grid-template-columns: auto auto !important;
  }
  .right-bordm {
    border-right: 0px !important;
  }
  .contri {
    font-size: 18px;
  }
  .contri span {
    font-size: 14px;
  }
}
/*grow top end*/
@media screen and (max-width: 991px) {
  .feature-bullet ol li {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    margin-left: 10px;
  }
  .feature-bullet ol li:before {
    margin-left: -30px;
    margin-right: 5px;
  }
  .feature-bullet-1 ol li {
    font-size: 16px;
    font-weight: bold;
    padding-right: 10px;
    margin-left: 10px;
  }
  .feature-bullet-1 ol li:before {
    margin-left: -30px;
    margin-right: 5px;
  }
}
.direct-header {
  padding: 40px 0px 0px 0px;
  background: url(../../web_design/img/company-bg.jpg) no-repeat fixed;
  margin-top: 144px;
  display: block;
}
.demo-header {
  padding: 40px 0px 0px 0px;
  background: url(../../web_design/img/company-bg.jpg) no-repeat fixed;
  margin-top: 78px;
  display: block;
}
.demo-header2 {
  padding: 40px 0px;
  background-color: #f3faec;
  margin-top: 78px;
  display: block;
}
.direct-content {
  color: #ffffff;
}
.direct-img {
  margin-bottom: -120px !important;
  margin-right: 0px !important;
  width: 100%; /*-webkit-box-shadow:0px 1px 15px rgba(0,0,0,.8);box-shadow:0px 1px 15px rgba(0,0,0,.8);*/
}
.paddemo {
  padding-top: 200px;
}
.direct-img2 {
}
.direct-img2::after {
  content: "";
  background: url("../img/side-img.webp");
  background-repeat: no-repeat;
  display: block;
  width: 700px;
  /* height: 577px; */
  height: 476px;
  position: absolute;
  right: -90px;
}
@media screen and (max-width: 1470px) {
  .direct-content .btn {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .direct-img {
    margin-bottom: 3px !important;
  }
  .paddemo {
    padding-top: 280px;
  }
  .direct-img2 {
    width: 380px;
    height: 258px;
    padding-top: 75px; /*margin-bottom: 50px!important;*/
  }
  .direct-img2::after {
    content: "";
    background: url("../img/side-img.webp");
    background-repeat: no-repeat;
    display: block;
    width: 380px;
    height: 428px;
    left: 0;
  }
  .direct-header {
    margin-top: 160px;
  }
}
@media screen and (max-width: 491px) {
  .demo-header {
    margin-top: 108px;
  }
  .demo-header2 {
    margin-top: 108px;
  }
}
.direct-bottom {
}
.direct-left {
  padding: 20px 0px;
  color: #222;
  background-color: #e5e5e4;
}
.direct-left2 {
  padding: 20px 0px;
  color: #222;
  background-color: #f3faec;
}
.direct-left .btn {
  margin-top: 0px;
}

/*mobile section*/
.contact_wrapper {
  /*display: flex;*/
  background: white;
  padding: 40px 25px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  color: #222;
  /*width: 700px;*/
}
.contact_wrapper ul li {
  color: #222;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper {
    width: 80%;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact_wrapper {
    width: 100%;
    flex-direction: column;
    padding-top: 0px;
  }
}
.contact_wrapper .contact_info {
  position: relative;
  width: 430px;
  flex: 0 0 430px;
  /*background: #095a54;*/
  background: url(../img/direct-selling-mobile-app-bg.jpg) no-repeat #67c011
    left bottom;
  color: #f6f6f6;
  margin-left: calc(-190px / 2 - 30px);
  padding: 25px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper .contact_info {
    width: 100%;
    flex: 0 0 100%;
    margin-left: -50px;
    margin-top: -15px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_info {
    width: 100%;
    flex: 0 0 100%;
    margin-left: -25px;
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.contact_wrapper .contact_info .title {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 30px;
}
.contact_wrapper .contact_info .icons_wrapp {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 30px;
}

.contact_wrapper .contact_info .soci_wrap {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 25px;
}
.contact_wrapper .contact_msg {
  width: calc(100% - 230px / 2 - 55px);
  flex: 0 0 calc(100% - 230px / 2 - 55px);
  padding: 25px 30px;
  padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .contact_wrapper .contact_msg {
    width: calc(100% - 25px - 30px);
    flex: 0 0 calc(100% - 25px - 30px);
  }
}
@media (max-width: 767px) {
  .contact_wrapper .contact_msg {
    width: calc(100%);
    flex: 0 0 calc(100%);
    padding: 25px 0px;
  }
}
/*.btn-tbl{margin-top:15px; width:100%; text-align:center; padding:0px; margin:0px} .btn-td{border:0px solid gray; text-align:center;}*/
.btn-col {
  color: #000;
}
.btn-col:hover {
  background-color: #000;
}
.section-head2 {
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.teambox-h2 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 20px 20px 5px 20px;
  text-align: center;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.1;
  color: inherit;
}
.for-h2 {
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.for-h3 {
  font-weight: bold;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: inherit;
}
.for-price {
  font-weight: bold;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.for-h3-blog {
  font-size: 22px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
  color: inherit;
}
.bl-head {
  min-height: 70px;
}
.for-h4 {
  text-transform: uppercase;
  font-size: 22px;
  margin: 22px 0 0;
  position: relative;
  letter-spacing: 1px;
  color: #fff;
  font-weight: bold;
}
.contact_wrapper .contact_msg .title {
  font-size: 24px;
  margin: 0px;
  font-weight: 400;
  margin-bottom: 30px;
  padding: 0 15px;
  color: #095a54;
}
.whats {
  position: fixed;
  bottom: 90px;
  right: 10px;
}
.whats img {
  width: 80px;
  height: auto;
  -webkit-animation: moveIcon 1s infinite;
  animation: moveIcon 1s infinite;
}
@keyframes moveIcon {
  0%,
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
  }
}
@media (max-width: 768px) {
  .whats {
    bottom: 90px;
    right: 20px;
    z-index: 1001;
  }
  .whats img {
    width: 60px;
    height: auto;
  }
}
.facts-h3 {
  text-transform: uppercase;
  font-size: 17px;
  margin-top: 10px;
  font-weight: 700;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  color: #333;
}
.footer-h3 {
  color: #fff;
  font-weight: bold;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.vdo-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
  margin-bottom: 30px;
}
.vdo-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 90%; /* Aspect Ratio */
  margin-bottom: 30px;
}
.responsive-iframe {
  position: absolute;
  border-radius: 50px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.frmbdr {
  padding: 7px;
  border: 1px solid #d9e9c9;
  border-radius: 20px;
  background-color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.42857143;
}
.form-outline {
  background: #f4f4f4;
  box-shadow: 0 4px 57px rgba(58, 76, 102, 0.07),
    0 -1.5px 4.5px rgba(191, 197, 202, 0.65) inset;
  border-radius: 20px 20px 20px 20px;
  padding: 20px;
}
.frmhead {
  background-color: #d9e9c9;
  padding: 2px 0 1px 0;
  border-radius: 15px 15px 0px 0px;
}
.frmhead p {
  color: #1a1a1a;
}
.frmh2 {
  color: #1a1a1a;
  padding-bottom: 10px;
}
.frm-title {
  font-size: 34px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Dosis", "Helvetica Neue", Arial, sans-serif;
  padding-top: 15px;
  color: #1a1a1a;
}
.frmhead p {
  color: #1a1a1a !important;
}
.app-box {
  background-color: #1a1a1a;
  padding: 20px;
  min-height: 330px;
  margin: 15px 0;
}
.app-box p {
  color: #fff;
  padding-top: 15px;
}
.cbp_tmlabel {
  margin-left: 9% !important;
}
.cbp_tmtimeline:before {
  left: 7% !important;
}
.plan-title {
  text-decoration: none !important;
  color: #222 !important;
}
.compliance {
  padding: 2px 3px;
  background: -webkit-linear-gradient(#67c011 0%, #48870b 100%);
  background: -o-linear-gradient(#67c011 0%, #48870b 100%);
  background: linear-gradient(#67c011 0%, #48870b 100%);
  border-radius: 20px;
  color: #ffffff;
}
.compliance a {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}
.comp-anim {
  -webkit-animation: moveIcon 1s infinite;
  animation: moveIcon 1s infinite;
}
@keyframes moveIcon {
  0%,
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
}
.con_wrapper {
  /*display: flex;*/
  padding: 15px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  position: relative;
  /*width: 700px;*/
}
.incred {
  font-size: 3.3rem;
  line-height: 3.35rem;
  color: #e90376;
  font-weight: bold;
}
.getflat {
  font-size: 2.4rem;
  line-height: 2.88rem;
  font-weight: bold;
}
.twenty {
  font-size: 4.1rem;
  font-weight: bold;
  background-color: #e90376;
  color: #ffffff;
  border-radius: 20px;
  padding: 7px;
}
.ssl {
  font-size: 2.5rem;
  line-height: 2.6rem;
  font-weight: bold;
  color: #e90376;
}
.cont {
  font-size: 1.9rem;
  line-height: 2rem;
  font-weight: bold;
}
.till {
  font-size: 1.8rem;
  line-height: 1.9rem;
  background-color: #409802;
  color: #ffffff;
  padding: 10px;
  border-radius: 0px 0px 14px 14px;
}
@media (max-width: 768px) {
  .woimg {
    width: 200px !important;
    height: auto !important;
    margin-bottom: 10px;
  }
  .getflat {
    font-size: 2rem;
    line-height: 2.05rem;
  }
  .cont {
    font-size: 1.6rem;
  }
  .till {
    font-size: 1.5rem;
  }
}
.btnh {
  padding: 3px 10px !important;
  font-size: 12px;
  margin-top: 3px;
}
.alert {
  padding: 5px 3px 3px 3px !important;
  line-height: 14px;
  font-size: 14px;
  z-index: 9999;
}
.social-links a {
  background: #333;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.social-links a i {
  line-height: 0;
  font-size: 16px;
}
.social-links a:hover {
  background: #67c011;
  color: #fff;
  text-decoration: none;
}
.countries {
  padding-left: 0px !important;
  text-align: left;
}
.countries li {
  list-style-type: circle;
  list-style: circle;
  color: #67c011;
  line-height: 1.4rem !important;
  padding-bottom: 1.6rem;
}
.countries li a {
  font-size: 1.1rem !important;
  color: #222;
  line-height: 1.2rem !important;
}
.plan-name {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background: #67c011;
  display: block;
}
.gap {
  margin-top: 20px;
  border-right: 1px dotted #cccccc;
  border-top: 0px dotted #cccccc;
}
.section-pricing {
  position: relative;
  font-family: "Poppins", sans-serif;
  background-color: #f6f9f2;
  padding: 60px 0;
  color: #222;
}

.section-pricing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -40%);
  width: 200px;
  height: 200px;
  border: 50px solid #fff;
  border-radius: 50%;
}

.section-pricing .header-section .plans-buttons {
  display: inline-block;
  margin-bottom: 25px;
  box-shadow: 0 10px 30px rgb(236, 229, 228);
  padding: 10px;
  font-family: "Rubik", sans-serif;
}

.section-pricing .header-section .plans-buttons .monthly,
.section-pricing .header-section .plans-buttons .yearly {
  display: inline-block;
  padding: 15px 40px;
  border: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all 0.3s;
}

.section-pricing .header-section .plans-buttons span:not(:last-child) {
  margin-right: 5px;
}

.section-pricing .header-section .plans-buttons .monthly:hover,
.section-pricing .header-section .plans-buttons .yearly:hover {
  border: 1px solid #48870b;
}

.section-pricing .header-section .plans-buttons .active {
  background-color: #48870b;
  border: 1px solid #48870b;
  color: #fff;
}

.section-pricing .header-section .plans-buttons .perc {
  display: inline-block;
  background-color: #ff6b8f;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
  padding: 1px 12px;
  margin-left: 10px;
}

.section-pricing .header-section .title {
  font-family: "Rubik", sans-serif;
  color: #000;
  font-size: 36px;
  line-height: 60px;
  font-weight: 700;
}

.section-pricing .header-section .description {
  font-size: 17px;
  /*margin-top: 15px;*/
}

.section-pricing .plans .single-plan {
  padding: 30px 30px;
  background-color: #fff;
  border-bottom: 6px solid #48870b;
}

.section-pricing .plans .single-plan .title {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "Rubik", sans-serif;
  letter-spacing: 0.1em;
  color: #48870b;
}

.section-pricing .plans .single-plan .description {
  margin-bottom: 35px;
  font-size: 15px;
}

.section-pricing .single-plan .icon {
  display: inline-block;
  margin-bottom: 15px;
  border: 2px solid rgba(255, 107, 143, 0.1);
  border-radius: 50%;
  padding: 25px;
}

.section-pricing .plans .single-plan .icon img {
  width: 60px;
}

.section-pricing .plans .single-plan .price {
  margin-bottom: 35px;
}

.section-pricing .plans .single-plan .price .dolar {
  color: #000;
  font-family: "Rubik", sans-serif;
}

.section-pricing .plans .single-plan .price .number {
  color: #000;
  font-family: "Rubik", sans-serif;
  font-size: 60px;
}

.section-pricing .plans .single-plan .price .plan-name {
  display: block;
  margin-top: -20px;
}

.section-pricing .plans .single-plan a.purchase-button {
  display: inline-block;
  background-color: #222;
  color: #fff;
  font-family: "Rubik", sans-serif;
  padding: 15px 40px;
  text-decoration: none;
  transition: all 0.3s;
}

.section-pricing .plans .single-plan .purchase-button:hover {
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.4);
}

.section-pricing .plans .active {
  position: relative;
  padding: 60px 30px;
  background-image: url("img/compliance-management.webp");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  border: none;
}

.section-pricing .plans .active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right bottom, #1a2e06, #67c011);
  opacity: 0.9;
  z-index: 10;
}

.section-pricing .plans .active .content {
  position: inherit;
  z-index: 20;
}

.section-pricing .plans .active .title {
  color: #fff;
}

.section-pricing .active .icon {
  border-color: #fff;
  background-color: #fff;
}

.section-pricing .plans .active .price .dolar {
  color: #fff;
}

.section-pricing .plans .active .price .number {
  color: #fff;
}

.section-pricing .plans .active a.purchase-button {
  background-color: #fff;
  color: #000;
}

.section-pricing .plans .active .purchase-button:hover {
  box-shadow: 0 5px 10px 0px rgba(255, 255, 255, 0.4);
}

@media (max-width: 575.99px) {
  .section-pricing .header-section {
    margin-bottom: 60px;
  }

  .section-pricing .header-section .title {
    font-size: 36px;
    line-height: 36px;
  }

  .section-pricing .header-section .description {
    font-size: 16px;
  }
  .section-pricing .header-section img {
    margin: 0 auto;
  }

  .section-pricing .plans {
    flex-wrap: wrap;
  }

  .section-pricing .plans .single-plan {
    flex: 0 0 100%;
  }

  .section-pricing .plans .active {
    padding: 60px 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.99px) {
  .section-pricing .header-section {
    margin-bottom: 60px;
  }

  .section-pricing .header-section .title {
    font-size: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991.99px) {
  .section-pricing .header-section {
    margin-bottom: 60px;
  }
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.header-section .price {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #f60;
}
.header-section .price1 {
  display: block;
  font-size: 40px;
  font-weight: 700;
  color: #f60;
}
.offe {
  font-size: 40px;
  font-weight: bold;
  color: #222;
  margin-bottom: -20px !important;
}
.amount {
  font-size: 40px;
  font-weight: bold;
  color: #f60;
  padding-left: 12px;
}
.startp {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -15px;
}
.note {
  color: #fff;
  font-size: 14px;
  background-color: #ee2828;
  padding: 0px 3px;
}
.blink {
  animation: 1s linear infinite condemned_blink_effect;
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.linkbtn {
  display: inline-block;
  padding: 10px 30px;
  color: #222;
  font-weight: bold;
  border: 1px solid #555555;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.linkbtn:hover {
  display: inline-block;
  border: 1px solid #222;
  background-color: #222;
  color: #ffffff !important;
}
.linkbtn a {
  text-decoration: none;
  color: #222;
  font-weight: bold;
}
.linkbtn a:hover {
  color: #ffffff !important;
}
.p-2 {
  padding-top: 30px;
}
.p-3 {
  padding-top: 10px;
}
.plan-name {
  color: #000000;
  padding: 5px 0px;
  border-radius: 10px 10px 0 0;
  font-size: 16px;
  font-weight: bold;
  background: #73ca1e;
  display: block;
  text-align: center;
}
.bg-shadow {
  background-color: #ffffff !important;
  box-shadow: 0 15px 45px rgb(16 30 54 / 15%);
}
.foo_banner {
  /*padding-bottom: 15px;*/
}
.foo_banner .outer {
  display: flex;
  align-items: center;
  border-right: 1px solid #c6c7cb;
}
.foo_banner .outer0 {
  border-right: 0px solid #c6c7cb !important;
}
.outer i {
  font-size: 36px;
  color: #f15a3d;
}
.color-a4 {
  color: #f15a3d !important;
}
.color-a1 {
  color: #3579fa !important;
}
.color-a2 {
  color: #933aad !important;
}
.color-a3 {
  color: #5cbe5e !important;
}
.contri {
  margin: 0 0 0 8px;
  line-height: 24px;
  font-weight: 700;
  color: #111;
  font-size: 20px;
  text-align: left;
  /*text-shadow: 2px 3px 4px rgb(2 2 2 / 32%);*/
}
.contri span {
  display: block;
  color: #383838;
  font-size: 13px;
  font-weight: 400;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
@media screen and (max-width: 768px) {
  .outer {
    border-right: 0px !important;
    border-bottom: 1px solid #c6c7cb;
    padding: 15px 0px;
  }
  .contri {
    font-size: 18px;
    text-align: left;
  }
  .contri span {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 600px) {
  .foo_banner .outer {
    border-right: 0px !important;
    border-bottom: 1px solid #c6c7cb;
    padding-bottom: 15px;
  }
  .h2 {
    font-size: 20px;
  }
  .green-txt {
    color: #75ba3e;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
  }
  .section-heading {
    font-size: 30px!important;
  }
  .for-h2 {
    font-size: 24px!important;
  }
  #mlm-chatbots h3 {
    font-size: 22px !important;
  }
}
.for-h2-thank {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  line-height: 1.1;
}
.for-h3-thank {
  font-weight: 600;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: inherit;
}
.thanku {
  padding: 30px 0px;
  background-color: #000;
  min-height: 370px;
  color: #ffffff;
}
.thanku-wrap {
  background: #fff;
  border-radius: 20px;
  border: 8px solid #67c011;
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 10px 5px 0px rgba(0, 0, 0, 0.34);
  padding: 20px 20px 20px 20px;
}
.thanku-wrap h2 {
  color: #edad01;
  font-size: 28px;
  font-weight: bold;
}
.thanku-wrap p {
  font-size: 16px;
  color: #000;
}
.thanku-wrap p a {
  font-size: 20px;
  font-weight: bold;
}
.thanku-mid {
  margin-top: -200px;
}
.green-btn-thank {
  padding: 5px;
  color: #fff;
  background: #f28401;
  border-radius: 20px;
  text-align: center;
  margin: 0 auto 20px auto;
  width: 235px;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  .thanku {
    min-height: 610px;
  }
  .thanku-mid {
    margin-top: -320px;
  }
}
@media screen and (max-width: 600px) {
  .recognition-subheading{font-size: 18px; line-height: 26px;}
  .thanku {
    min-height: 680px;
  }
  .thanku-mid {
    margin-top: -340px;
  }
  .icontext2 {
    float: none !important;
    padding-left: 60px !important;
    padding-top: 1px;
  }
  .top-space {
    margin-top: 20 !important;
  }
  .mlm-container {
    margin-top: 80px;
  }
  .brand-driver-wrapper p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media screen and (max-width: 480px) {
  .thanku-mid {
    margin-top: -300px;
  }
}
.coun-dir {
  align-items: center;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.counname {
  border-radius: 10px;
  box-shadow: 0px 0px 9px 4px #e5e5e5;
  margin: 5px;
  float: left;
}
.counname img {
  border: 1px solid #ecebeb;
  border-radius: 10px;
  background-color: #fff;
  width: 170px;
}
/* Common button styles */
.btnthnk {
  /*float: left;*/
  min-width: 150px;
  color: #fff;
  max-width: 280px;
  display: block;
  margin: 1em;
  padding: 0.4em 1em;
  border: none;
  background: none;
  /*color: inherit;*/
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.btnthnk:focus {
  outline: none;
}
.btnthnk > span {
  vertical-align: middle;
}
/* Nina */
.button--nina {
  padding: 0 1em;
  text-align: center;
  border-radius: 20px;
  margin: 0 auto 20px auto;
  background: #7986cb;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.button--nina.button--inverted {
  background: #f28401;
  color: #ffffff;
}
.button--nina > span {
  display: inline-block;
  padding: 1em 0;
  opacity: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 2);
}
.button--nina::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1em 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.button--nina:hover {
  background-color: #111111;
}
.button--nina:hover::before {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--nina:hover > span {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.button--nina:hover > span:nth-child(1) {
  -webkit-transition-delay: 0.045s;
  transition-delay: 0.045s;
}
.button--nina:hover > span:nth-child(2) {
  -webkit-transition-delay: 0.09s;
  transition-delay: 0.09s;
}
.button--nina:hover > span:nth-child(3) {
  -webkit-transition-delay: 0.135s;
  transition-delay: 0.135s;
}
.button--nina:hover > span:nth-child(4) {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}
.button--nina:hover > span:nth-child(5) {
  -webkit-transition-delay: 0.225s;
  transition-delay: 0.225s;
}
.button--nina:hover > span:nth-child(6) {
  -webkit-transition-delay: 0.27s;
  transition-delay: 0.27s;
}
.button--nina:hover > span:nth-child(7) {
  -webkit-transition-delay: 0.315s;
  transition-delay: 0.315s;
}
.button--nina:hover > span:nth-child(8) {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}
.button--nina:hover > span:nth-child(9) {
  -webkit-transition-delay: 0.405s;
  transition-delay: 0.405s;
}
.button--nina:hover > span:nth-child(10) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}
.button--nina:hover > span:nth-child(11) {
  -webkit-transition-delay: 0.495s;
  transition-delay: 0.495s;
}
.button--nina:hover > span:nth-child(12) {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}
.button--nina:hover > span:nth-child(13) {
  -webkit-transition-delay: 0.585s;
  transition-delay: 0.585s;
}
.button--nina:hover > span:nth-child(14) {
  -webkit-transition-delay: 0.63s;
  transition-delay: 0.63s;
}
.button--nina:hover > span:nth-child(15) {
  -webkit-transition-delay: 0.675s;
  transition-delay: 0.675s;
}
.button--nina:hover > span:nth-child(16) {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}
.button--nina:hover > span:nth-child(17) {
  -webkit-transition-delay: 0.765s;
  transition-delay: 0.765s;
}
.button--nina:hover > span:nth-child(18) {
  -webkit-transition-delay: 0.81s;
  transition-delay: 0.81s;
}
.button--nina:hover > span:nth-child(19) {
  -webkit-transition-delay: 0.855s;
  transition-delay: 0.855s;
}
.button--nina:hover > span:nth-child(20) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.button--nina:hover > span:nth-child(21) {
  -webkit-transition-delay: 0.945s;
  transition-delay: 0.945s;
}
.button--nina:hover > span:nth-child(22) {
  -webkit-transition-delay: 0.99s;
  transition-delay: 0.99s;
}
.textmed {
  font-size: 24px;
  font-weight: 700;
  color: #f60;
}
.cflag {
  height: 12px !important;
  display: inline;
  padding-left: 20px;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 0px 0px #888;
}
.startp2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: -5px;
}
.clients {
  background-color: #f3faec;
  border-radius: 10px; /*padding:20px 0px;*/
}

/* Offer section   */

.bunddle-card {
  padding: 30px !important;
  background-color: #ffffff !important;
  box-shadow: 0px 0px 77px 0 rgb(176 183 195 / 22%);
  margin: 35px 0px;
  border-radius: 16px !important;
  text-align: left;
  position: relative;
  overflow: hidden;
  min-height: 515px;
}

.bunddle-card ::before {
  content: "Best Value";
  position: absolute;
  right: -25px;
  background-color: #fcdb88;
  color: #000;
  font-size: 13px;
  transform: rotate(45deg);
  top: 21px;
  width: 115px;
  text-align: center;
}

.bunddle-card-2 {
  min-height: 420px !important;
  margin: 5px 0 !important;
}
.bunddle-card-main {
  padding: 0px 30px !important;
}

.price-cut h5 {
  color: #62bc30;
  font-size: 24px !important;
  line-height: 1.5;
  margin: 0px;
  text-decoration: line-through;
  font-weight: 800;
}

.price-main h5 {
  font-size: 46px;
  font-weight: 700;
  color: #1a1a1a !important;
}

.sub-heading h5 {
  font-size: 22px;
  font-weight: 600;
}

.moduels-heading b {
  font-size: 20px !important;
  line-height: 1.7;
  padding: 20px 0;
  color: #1a1a1a;
}

.moduel-list {
  padding: 10px 0;
}
.moduel-list span img {
  display: inline-block;
  width: 24px !important;
  height: 24px !important;
  margin-right: 10px;
}

.moduel-list span b {
  color: #5f6673;
  display: block;
  line-height: 1.5;
  font-weight: 600;
}

/*logo slider start*/
.auto_slider_container {
  max-width: 1000px;
  width: 100%;
  display: flex;
  margin: auto;
  overflow: hidden;
}
.auto_slider {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation 30s linear infinite;
}
.auto_slider li {
  /* font: 16px/1.2 "Roboto"; */
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  width: 100%;
  background: #fff;
  margin: 0px 10px;
  box-sixing: border-box;
  border-radius: 15px;
  border: 1px solid #e0e0e0;
}
.auto_slider li img {
  border-radius: 13px;
}
/* .auto_slider:hover{
  animation-play-state: paused;
} */
@keyframes rotation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/*logo slider end*/

/* tab section   */

.tabs__tab-btn {
  background: #49890b;
  border: none;
  padding: 1rem 2rem;
  cursor: pointer;
  font-size: 18px !important;
  font-weight: 700;
  border-radius: 100px;
  color: #fafafa;
  /* border-bottom: solid 3px #a82225; */
}
.tab-main {
  /* padding:0px 450px; */
  width: 300px;
}

.tab-main-contain {
  text-align: -webkit-center;
}

.tabs-container-main {
  background-color: #fff !important;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  padding: 15px 0px;
  border-radius: 100px;
}

.tabs__tab-btn--not-selected {
  /* border-bottom-color: #eeeeee; */
  color: #1a1a1a;
  background: transparent;
}

.tabs__tab-btn:hover {
  /* background-color: #f6e3e3c0; */
  transition: 0.3s;
}

.tabs__tab--hide {
  display: none;
}

.tabs__tab--show {
  display: block;
}

.tabs__tab {
  animation: tabApear 0.6s;
}

.tabs__buttons--container {
  text-align: center !important;
  /* padding: 0px 100px; */
}

.text-danger {
  color: #a94442 !important;
}

@keyframes tabApear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 990px) {
  .responsive-bunddle-card {
    margin-top: 32px !important;
  }
  .h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

.footer-h3,
#footer ul li {
  text-align: left !important;
}