@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
section,
footer {
  overflow: hidden;
}
a:hover {
  text-decoration: none;
}
.font-theme {
  font-family: "Poppins";
}

.btn-theme {
  font-size: 20px;
  color: white !important;
  background: rgba(236, 50, 146, 1);
  background-size: 200% auto;
  padding: 8px 46px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Poppins;
  border-radius: 25px;
  font-weight: bold;
}

.btn-theme:hover {
  background-position: right center;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-top-250 {
  padding-top: 250px !important;
}

.padding-top-300 {
  padding-top: 300px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.font-theme-pink {
  color: rgba(236, 50, 146, 1);
}

.main-hero-content {
  padding-bottom: 100px;
  padding-top: 200px;
}

.main-header {
  text-align: center;
  background: url(../imgs/Group_1.png);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  font-family: "Poppins", sans-serif !important;
  min-height: 100vh;
}
.nav-sticky.scrolled-nav {
  background: linear-gradient(180deg, rgb(170 3 140 / 0.9), rgb(250 0 194 / 0.8));
  transition: all 0.3s ease-in-out;
}
.nav-sticky.scrolled-nav .navbar-brand img {
  width: 72px;
  transition: all 0.4s ease-in-out;
}
.nav-sticky .navbar-nav .nav-link:hover {
  color: rgb(3 153 227);
  transition: all 0.3s ease-in-out;
}
.nav-sticky .navbar-nav .active > .nav-link,
.nav-sticky .navbar-nav .nav-link.active,
.nav-sticky .navbar-nav .nav-link.show,
.nav-sticky .navbar-nav .show > .nav-link {
  color: rgb(3 153 227) !important;
}
.about-header {
  text-align: center;
  background: url(../imgs/Group_1.png);
  font-size: 16px;
  color: #fff;
  line-height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  font-family: "Poppins", sans-serif !important;
  min-height: 100vh;
}

.mobile_main {
  position: absolute;
  right: 12%;
  bottom: 0;
}

.main-header h1 {
  font-size: 60px;
  color: rgba(49, 49, 49, 1);
  font-weight: 600;
}

.about-header h1 {
  font-size: 60px;
  color: rgba(49, 49, 49, 1);
  font-weight: 600;
}

.font-theme-dark {
  color: rgba(49, 49, 49, 1);
}

.padding-top-100 {
  padding-top: 100px;
}

.socail-icon-header {
  position: absolute;
  left: 50%;
}
.socail-icon-header a i {
  color: rgba(49, 49, 49, 1);
  font-size: 30px;
}
.about-icon-header a i {
  color: rgba(49, 49, 49, 1);
  font-size: 30px;
}

.img-portal {
  background: #f9cb32;
  height: 112px;
  margin-right: 40px;
  width: 227px;
  border-radius: 50%;
}

.feature-card .card {
  background-color: rgba(239, 251, 255, 1);
  border-radius: 25px;
  border: 0;
  height: 290px;
  box-shadow: 3px 6px 8px rgba(0, 0, 0, 0.161);
  transition: all 0.3s ease-in-out;
}

.feature-card:hover .card {
  box-shadow: 3px 6px 18px 0px rgb(0 0 0 / 50%);
}

.feature-card .card .card-body {
  padding: 20px 1.25rem;
}

.feature-card .card .card-body .card-img {
  width: 90px;
  margin: auto;
}

.feature_mob_img {
  width: 460px;
  margin: auto;
}

.font-theme-p {
  color: rgb(133 139 140);
}

.connect_bg {
  background: url("../imgs/conect-bg-2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0px;
}

.mob_connect {
  position: absolute;
  /* top: 214px; */
  left: 25%;
  top: 22%;
}

.feature_bg {
  background-image: url(../imgs/feature_bg_2.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 300px;
}

.wave_app_img {
  position: absolute;
  right: 0;
  width: 499px;
  top: -32%;
}

.wave_mob_cal {
  position: absolute;
  right: 8%;
  width: 320px;
  top: -39%;
}

.footer_bg {
  background: url(../imgs/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-a ul li a {
  color: #757575;
  margin-bottom: 10px;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.footer-a ul li:hover a {
  text-decoration: none;
  color: #35c9f7;
}

.footer-main {
  padding-top: 650px;
  padding-bottom: 70px;
}

.social-icon-footer a i {
  font-size: 25px;
  color: #35c9f7;
  margin: 0px 10px;
}

.wave_signup {
  position: absolute;
  left: 0;
  top: 10%;
  width: 600px;
  z-index: -1;
}

.mob-signup {
  position: absolute;
  width: 230px;
  left: 173px;
  top: 42px;
}

.sign_up_bg {
  padding-top: 70px;
  padding-bottom: 150px;
}

.pink_shape_signup {
  position: absolute;
  left: 80px;
  top: -5px;
  width: 130px;
}

.yellow-tilt_shape_signup {
  position: absolute;
  right: 15%;
  top: 50px;
  width: 130px;
  animation: leftnright 10s linear 2s infinite;
}

.pink_circle_shape_signup {
  position: absolute;
  right: 56%;
  width: 50px;
  animation: downnup 10s linear 2s infinite;
}

.green_shape_signup {
  position: absolute;
  right: 20%;
  bottom: -5px;
  width: 110px;
}

.yellow_circle_shape_signup {
  position: absolute;
  right: 5%;
  bottom: 25%;
  width: 48px;
}

.outline_shape_signup {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 110px;
}

.yellow_shape_feature {
  position: absolute;
  width: 110px;
  top: 0;
  left: 30%;
  animation: rightnleft 10s linear 2s infinite;
}

.blue_circle_feature {
  position: absolute;
  width: 50px;
  top: 0;
  left: 10%;
  animation: upndown 10s linear 2s infinite;
}

.pink_shape_feature {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
  animation: downnup 10s linear 2s infinite;
}

.yellow-tilt_shape_feature {
  position: absolute;
  right: 30%;
  bottom: 15%;
  width: 130px;
}
.yellow-tilt_shape_choose {
  position: absolute;
  right: 10%;
  bottom: 15%;
  width: 130px;
  animation: leftnright 10s linear 2s infinite;
}
.yellow_circle_shape_feature {
  position: absolute;
  right: 5%;
  bottom: 15%;
  width: 48px;
  animation: leftnright 10s linear 2s infinite;
}

.blue_circle_shape_feature {
  position: absolute;
  right: 30%;
  top: 20%;
  animation: upndown 10s linear 2s infinite;
}

.pink_shape_app {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 130px;
}

.green_shape_app {
  position: absolute;
  right: 20%;
  top: 50%;
  width: 130px;
}

.app_bg {
  padding-bottom: 200px;
}

.yellow_circle_shape_footer {
  position: absolute;
  right: 7%;
  top: 16%;
  width: 50px;
  animation: leftnright 10s linear 2s infinite;
}

.blue_circle_shape_footer_1 {
  position: absolute;
  top: 17%;
  right: 15%;
}

.blue_circle_shape_footer_2 {
  position: absolute;
  top: 45%;
  right: 55%;
}

.blue_circle_shape_footer_3 {
  position: absolute;
  top: 35%;
  width: 50px;
  right: 44%;
  animation: downnup 10s linear 2s infinite;
}

.outline_shape_footer {
  position: absolute;
  width: 110px;
  top: 30%;
  right: 30%;
}

.yellow_shape_footer {
  position: absolute;
  width: 110px;
  top: 20%;
  right: 60%;
  animation: upndown 10s linear 2s infinite;
}

.green_shape_footer {
  position: absolute;
  width: 160px;
  top: 7%;
  right: 40%;
}

.pink_shape_app {
  position: absolute;
  top: 20%;
  left: -30px;
  width: 110px;
}

.yellow-tilt_shape_app {
  position: absolute;
  top: 40%;
  right: 40%;
  width: 110px;
  animation: leftnright 10s linear 2s infinite;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.navbar-nav .active {
  position: relative;
}

.navbar-nav .active:before {
  position: absolute;
  bottom: -5px;
  left: 63%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  content: "";
  background: url("../imgs/dot.png");
  background-size: cover;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(0 0 0);
  padding-left: 30px;
  font-weight: 500;
  font-family: Poppins;
}
.navbar-light.scrolled-nav .navbar-nav .nav-link {
  color: white;
}
.navbar-brand {
  margin-left: 90px;
}

.navbar-brand img {
  width: 120px;
  transition: all 0.3 ease-in-out;
}

.navbar-nav {
  margin-right: 185px !important;
}

.story_main h5 {
  line-height: 30px;
  color: rgba(68, 68, 68, 1);
}

.story_main_header h1 {
  font-size: 60px;
}

.vision_heading {
  opacity: 0.3;
  left: 9%;
  top: 9%;
  position: absolute;
  font-family: Rubik;
  font-style: normal;
  font-weight: normal;
  font-size: 100px;
  color: rgba(205, 179, 135, 1);
}

.font_theme_blue {
  color: rgba(0, 174, 239, 1);
}

.follow_bg {
  background: url("../imgs/follow_bg.png");
  background-size: cover;
  padding: 53px 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.yellow_shape_footer_about {
  position: absolute;
  width: 110px;
  top: 51%;
  right: 60%;
}

.green_shape_footer_about {
  position: absolute;
  width: 136px;
  top: 48%;
  right: 25%;
}

.yellow_shape_story_1 {
  position: absolute;
  top: 10px;
  right: 15%;
  width: 110px;
  animation: leftnright 10s linear 2s infinite;
}
.pink_shape_story_1 {
  position: absolute;
  top: 25%;
  right: 50%;
  width: 150px;
  animation: rightnleft 10s linear 2s infinite;
}
.yellow_shape_story_2 {
  position: absolute;
  top: 60%;
  left: 15%;
  width: 110px;
  animation: rightnleft 10s linear 2s infinite;
}
.green_shape_story_1 {
  position: absolute;
  top: 60%;
  left: 50%;
  width: 110px;
}
.green_shape_story_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 140px;
}
.yellow_circle_shape_story {
  position: absolute;
  top: 70%;
  right: 10%;
  width: 50px;
  animation: upndown 10s linear 2s infinite;
}
.pink_circle_shape_story {
  position: absolute;
  bottom: 0;
  left: 35%;
  width: 50px;
  animation: downnup 10s linear 2s infinite;
}
.pink_circle_shape_choose {
  position: absolute;
  top: 50%;
  left: 57%;
  width: 50px;
  animation: downnup 10s linear 2s infinite;
}
.blue_circle_shape_story {
  position: absolute;
  bottom: 7%;
  left: 47%;
  width: 50px;
}
.blue_circle_shape_testimonial {
  position: absolute;
  bottom: 20%;
  right: 20%;
  width: 50px;
}
.yellow_circle_shape_testimonial {
  position: absolute;
  top: 50%;
  right: 10%;
  width: 50px;
  animation: upndown 10s linear 2s infinite;
}
.blue_shape_testimonial {
  position: absolute;
  top: 30%;
  right: 20%;
  width: 70px;
  animation: downnup 10s linear 2s infinite;
}

.contact-us-main .card {
  border: 0;
  border-radius: 20px;
  box-shadow: 4px 6px 11px rgba(0, 0, 0, 0.161);
}
.form-control {
  background: rgb(247 247 249);
  border-radius: 25px;
  font-family: "Poppins";
  border: 0;
  padding-left: 25px;
  margin: 5px 0px;
}
.yellow_circle_shape_contact {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 50px;
  animation: upndown 10s linear 2s infinite;
}
.yellow_shape_contact {
  position: absolute;
  top: 10px;
  right: 25%;
  width: 110px;
  animation: leftnright 10s linear 2s infinite;
}
.yellow_shape_footer_contact {
  position: absolute;
  width: 110px;
  top: 51%;
  right: 60%;
}

.green_shape_footer_contact {
  position: absolute;
  width: 136px;
  top: 48%;
  right: 25%;
}
.rates-nav .nav-link {
  font-weight: 600;
}
.nav-pills .nav-link.active {
  background-color: #343a40;
}
.pricing-card {
  position: relative;
}
.pricing-card::after {
  transition: all 0.3s ease-in-out;
}
.pricing-card:hover:after,
.pricing-card.active:after {
  position: absolute;
  content: "RECOMMENDED";
  color: white;
  font-family: Poppins;
  font-size: 12px;
  padding: 5px 8px;
  transition: all 0.3s ease-in-out;
  border-radius: 25px;
  background-color: #39c3f7;
  top: -12px;
  left: 50%;
  transform: translate(-53px, 0px);
}
/*
.pricing-card:hover:after,.pricing-card.active:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: -16px;
  background-color: #3cbff7;
  right: 35px;
  box-shadow: 2px 3px 5px 1px #0000002e;
} */
.pricing-card .card {
  border-radius: 20px;
  border: 0;
  transition: all 0.3s ease-in-out;
  height: 100%;
}
.pricing-card .card p {
  font-size: 14px;
  color: #969ba2;
}
.pricing-card .card p i {
  color: #39c3f7;
  margin-right: 13px;
}
.btn-theme-blue {
  font-weight: 400;
  font-family: Poppins;
  width: 100%;
  padding: 10px;
  background-color: white;
  color: #39c3f7;
  border: 1px solid #39c3f7;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.pricing-card:hover .btn-theme-blue,
.pricing-card.active .btn-theme-blue {
  background-color: #39c3f7;
  color: white;
}

.pricing-card .card h1 sup,
.pricing-card .card h1 sub {
  opacity: 0.5;
  font-size: 12px;
}
.pricing-card:hover .card,
.pricing-card.active .card {
  background-color: rgba(31, 154, 255, 0.1);
  /* color: white;
  transform: scale(1.08); */
}
/* .pricing-card .card h5,
.pricing-card .card h1,
.pricing-card .card h4 {
  color: rgba(0, 174, 239, 1);
} */
.pricing-card .card h5,
.pricing-card .card h1,
.pricing-card .card h4 {
  transition: all 0.3s ease-in-out;
}
.pricing-card:hover .card h5,
.pricing-card:hover .card h1,
.pricing-card:hover .card h4,
.pricing-card.active .card h5,
.pricing-card.active .card h1,
.pricing-card.active .card h4 {
  color: #39c3f7;
}
.pricing-card:hover .card h6,
.pricing-card.active .card h6 {
  color: black;
}
.yellow_circle_shape_pricing {
  position: absolute;
  bottom: 20%;
  right: 10%;
  width: 50px;
  animation: upndown 10s linear 2s infinite;
}
.outline_shape_pricing {
  position: absolute;
  width: 110px;
  top: 40%;
  right: -3%;
}

@media screen and (max-width: 500px) {
  .panel.sauget-accordion {
    margin-right: 0px !important;
  }

  .outline_shape_pricing {
    display: none;
  }
  .mobile_main {
    display: none !important;
  }
  .wave_mob_cal {
    display: none;
  }
  .wave_app_img {
    /* position: absolute;
      right: 0;
      top: 90% !important; */
    display: none;
  }
  .yellow-tilt_shape_signup {
    position: absolute !important;
    right: 15% !important;
    top: 1px !important;
    width: 86px !important;
  }
  .pink_shape_signup {
    position: absolute !important;
    left: -50px !important;
    top: 50px !important;
    width: 87px !important;
  }
  .mob-signup {
    position: absolute !important;
    width: 188px !important;
    left: 94px !important;
    top: 72% !important;
  }
  .wave_signup {
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    top: 76% !important;
    z-index: -1;
  }
  .sign_up_bg {
    padding-bottom: 400px !important;
  }
  .pink_circle_shape_signup {
    display: none !important;
  }
  .green_shape_signup {
    display: none !important;
  }
  .outline_shape_signup {
    display: none !important;
  }
  .yellow_shape_feature {
    width: 67px !important;
    left: 70% !important;
  }
  .blue_circle_shape_feature {
    display: none;
  }
  .pink_shape_feature {
    display: none;
  }
  .yellow-tilt_shape_feature {
    right: 76% !important;
    width: 83px !important;
  }
  .feature_bg {
    padding-bottom: 50px !important;
  }
  .pink_shape_app {
    top: 70% !important;
    width: 70px !important;
  }
  .green_shape_app {
    right: 10% !important;
    top: 60% !important;
    width: 70px !important;
  }
  .connect_bg {
    padding: 150px 0px !important;
  }
  .mob_connect {
    display: none;
  }
  .footer-main {
    padding-top: 250px !important;
  }
  .yellow_shape_footer {
    width: 95px !important;
    top: 4% !important;
  }
  .blue_circle_shape_footer_1 {
    top: 0 !important;
  }
  .outline_shape_footer {
    display: none;
  }
  .blue_circle_shape_footer_2 {
    display: none;
  }
  .blue_circle_shape_footer_3 {
    display: none;
  }
  .yellow-tilt_shape_app {
    top: 0% !important;
    right: 5% !important;
    width: 90px !important;
  }
  .follow_bg {
    background: url(../imgs/follow_bg.png);
    background-size: cover;
    padding: 53px 0px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .screenshots-carousel .owl-item .item .single-screenshots img {
    width: 75% !important;
    height: 100%;
    margin: auto !important;
  }
  .testimonial-border {
    height: 5px !important;
    width: 170px !important;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 900px) and (min-width: 501px) {
  .screenshots-carousel .owl-item .item .single-screenshots img {
    width: 97%;
    height: 100%;
  }
  .wave_app_img {
    position: absolute !important;
    right: 0 !important;
    width: 350px !important;
    top: -13% !important;
  }
  .wave_mob_cal {
    position: absolute;
    right: 13% !important;
    width: 220px !important;
    top: -16% !important;
  }
  .mob-signup {
    position: absolute;
    width: 110px !important;
    left: 100px !important;
    top: 42px !important;
  }
  .wave_signup {
    position: absolute;
    left: 0;
    top: 10%;
    width: 300px !important;
    z-index: -1;
  }
  .yellow_shape_feature {
    left: 20% !important;
  }
  .blue_circle_shape_feature {
    display: none;
  }
  .yellow-tilt_shape_feature {
    display: none !important;
  }
  .feature_bg {
    padding-bottom: 50px !important;
  }
  .mob_connect {
    display: none;
  }
  .pink_shape_app {
    top: 2% !important;
  }
  .yellow-tilt_shape_app {
    right: 0 !important;
  }
  .green_shape_footer {
    display: none;
  }
  .follow_bg {
    background: url(../imgs/follow_bg.png);
    background-size: 720px !important;
    padding: 32px 0px !important;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 900px) {
  .navbar-collapse {
    background: linear-gradient(180deg, rgb(170 3 140 / 0.9), rgb(250 0 194 / 0.8));
  }
  .navbar-light.scrolled-nav .navbar-collapse {
    background: transparent;
  }
  .green_shape_footer {
    display: none;
  }
  .yellow-tilt_shape_choose {
    display: none;
  }
  .main-header h1 {
    font-size: 30px;
  }
  .about-header h1 {
    font-size: 30px;
  }
  .mobile_main img {
    width: 200px;
  }
  .main-hero-content {
    padding-bottom: 0;
    padding-top: 20px;
  }
  .socail-icon-header {
    position: relative;
    left: 0;
    margin-bottom: 30px;
  }
  .feature_mob_img {
    width: 230px !important;
    margin-top: 30px;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #3cbff7 !important;
  }
  .navbar-light .navbar-nav .nav-item {
    text-align: center;
  }
  .navbar-light .navbar-nav .nav-link {
    color: white;
    padding-left: 0px;
    font-weight: 500;
    font-family: Poppins;
  }
  .navbar-light.scrolled-nav .navbar-nav .nav-link {
    color: white;
  }
  .navbar-nav .active:before {
    bottom: -2px;
    left: 50%;
  }
  .navbar-brand {
    margin-left: 0px;
  }
  .navbar-brand img {
    width: 80px;
  }
  .navbar-nav {
    margin-right: 0 !important;
  }
  .green_shape_footer_about {
    position: absolute;
    width: 90px !important;
    top: 24% !important;
    right: 10% !important;
  }
  .yellow_shape_footer_about {
    position: absolute;
    width: 83px !important;
    top: 31% !important;
    right: 60% !important;
  }
  .story_main_header h1 {
    font-size: 45px !important;
  }
  .vision_heading {
    font-size: 56px !important;
    top: 5% !important;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .pink_shape_story_1 {
    top: 12% !important;
    right: 13% !important;
    width: 80px !important;
  }
  .yellow_shape_story_2 {
    position: absolute;
    top: 54% !important;
    left: 50% !important;
    width: 65px !important;
  }
  .green_shape_story_1 {
    position: absolute;
    top: 60% !important;
    left: 80% !important;
    width: 80px !important;
  }
  .green_shape_story_2 {
    display: none;
  }
  .yellow_shape_story_1 {
    display: none;
  }
  .yellow_shape_contact {
    top: 0px !important;
    width: 55px !important;
  }
  .yellow_circle_shape_contact {
    top: 8% !important;
  }
  .yellow_shape_footer_contact {
    top: 8% !important;
  }
  .green_shape_footer_contact {
    width: 90px !important;
    top: 7% !important;
    right: 10% !important;
  }
}

@media screen and (max-width: 1100px) and (min-width: 900px) {
  .yellow_circle_shape_pricing {
    display: none;
  }
  .wave_signup {
    position: absolute;
    left: 0;
    top: 10%;
    width: 428px !important;
    z-index: -1;
  }
  .mob-signup {
    position: absolute;
    width: 186px !important;
    left: 148px !important;
    top: 42px;
  }
  .feature-card .card {
    height: 320px !important;
  }
  .pink_shape_feature {
    display: none;
  }
  .blue_circle_shape_feature {
    right: 20%;
  }
  .feature_mob_img {
    width: 275px !important;
  }
  .mob_connect {
    position: absolute;
    /* top: 214px; */
    width: 243px;
    left: 22%;
    top: 35%;
  }
  .connect_bg {
    background-position: -170px;
  }
  .wave_mob_cal {
    width: 262px !important;
  }
  .wave_app_img {
    width: 395px !important;
  }
  .pink_shape_app {
    width: 80px !important;
  }
  .yellow-tilt_shape_app {
    width: 50px !important;
  }
  .green_shape_footer {
    width: 100px !important;
  }
  .blue_circle_shape_footer_1 {
    width: 100px !important;
    top: 10% !important;
  }
  .yellow_circle_shape_footer {
    top: 8% !important;
  }
  .follow_bg {
    background: url(../imgs/follow_bg.png);
    background-size: 910px !important;
    padding: 32px 0px !important;
    margin-left: 32px;
    background-repeat: no-repeat;
  }
  .vision_heading {
    left: 2% !important;
    top: 0 !important;
  }
  .green_shape_story_2 {
    display: none;
  }
  .pricing-card .card h1 {
    font-size: 30px !important;
  }
  .pricing-card .card h4 {
    font-size: 20px !important;
    margin-bottom: 20px;
  }
}

#why-choose {
  padding: 0px 0 100px;
}

.why-choose-content h2 {
  margin: 0 0 30px;
}

.why-chose-icon {
  width: 15%;
}

.why-chose-icon i {
  font-size: 30px;
  padding: 15px;
  border-radius: 25px 0;
  display: inline-block;
  background: rgba(52, 131, 255, 1);
  background: linear-gradient(-45deg, rgba(16, 76, 241, 0.493) 0%, rgba(52, 131, 255, 1) 100%);

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border: 2px solid #39c3f7;
}

.why-choose-single {
  margin: 0 0 30px;
}

.why-choose-single-details h5 {
  margin: -6px 0 6px;
}

/* 

.screenshots-main {
  padding: 70px 0px;
}

.screenshots-main .screenshots-header p {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 400;
}

.section-padding {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 0 0 0;
}

.owl-item .item {
  transform: translate3d(0, 0, 0);
  /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
/* margin: 50px 0; */
/* OVERWRITE PLUGIN MARGIN */
/* } */

.screenshot_slider .owl-item .item img {
  -webkit-transition: 0.3s;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.screenshot_slider .owl-nav {
  text-align: center;
}

.screenshot_slider .owl-nav button {
  font-size: 24px !important;
  margin: 10px;
  color: #033aff !important;
}

.screenshot_slider .owl-nav button:focus {
  outline: none;
  box-shadow: none;
}
*/

/* .screenshot_slider .owl-item.active.center {
  width: 100%;
  height: 100%;
  -webkit-background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
  background-size: cover;
  background-position: center center;
} */

/* .screenshot_slider .owl-stage-outer {
  background: url(../imgs/mob.png) no-repeat;
  background-position: 51% 22%;
  background-repeat: no-repeat;
  background-size: 46% 105%;
}  .screenshot_slider .owl-stage-outer {
  background-position: 48% 50% !important;
  background-size: 240% 108% !important;
}
.screenshot_slider .owl-stage-outer {
  background-position: 48% 38% !important;
  background-size: 234% 113% !important;
} */

.screentshots-area {
  position: relative;
}

.screenshots-carousel {
  position: relative;
}

.screenshots-slider {
  position: relative;
  padding: 0;
  margin: 40px auto 0px;
}

.single-screenshots {
  position: relative;
  margin: 25px auto;
  transition: 0.2s ease;
}

.screenshots-carousel:after {
  content: url(../imgs/ss-mob.png);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -54.2%) scale(0.8);
  z-index: 1;
}

.screenshots-carousel .owl-stage-outer {
  position: relative;
}

.screenshots-carousel .owl-item .item .single-screenshots img {
  width: 100%;
  height: 100%;
}

.screenshots-carousel .owl-item.active .item .single-screenshots {
  transform: scale(0.9) translate(0%, 0%);
}

.screenshots-carousel .owl-item.active.center .item .single-screenshots {
  transform: scale(1);
}

.screenshots-carousel .owl-item.active.center .item .single-screenshots img {
  border-radius: 30px;
}

.firstActiveItem,
.lastActiveItem {
  z-index: -2;
}

.firstActiveItem .single-screenshots {
  transform: scale(0.8) translate(25%, 0%) !important;
}

.lastActiveItem .single-screenshots {
  transform: scale(0.8) translate(-25%, 0%) !important;
}

.screenshots-carousel .owl-nav {
  display: none;
}

.screenshots-carousel .owl-dots {
  margin: 25px auto 0px;
}

.screenshots-carousel .owl-dots .owl-dot span {
  margin: 5px 7px;
  background: #ff9731;
}

.owl-dots button:focus {
  outline: none;
}

/* .screenshots-carousel .owl-dots .owl-dot.active span,
.screenshots-carousel .owl-dots .owl-dot:hover span {}


/* End Screenshot */

#testimonial {
  padding: 70px 0 100px;
}

.testimonial-carousel.owl-carousel {
  background-color: #fff;
  padding: 40px 50px 60px;
  border-radius: 30px 0;
  border: 1px solid #e7e7e7;
  box-shadow: 0 0 11px 4px #0000002b;
}

.client-info h4 {
  margin: 10px 0 0;
}

.client-info img {
  max-width: 100px;
  margin: 0 auto;
  border-radius: 50%;
  height: 100px;
  -webkit-box-shadow: 0 0 6px #e6f0fa;
  box-shadow: 0 0 6px #e6f0fa;
  border: 1px solid #e6f0fa;
}

.testimonial-border {
  background-color: #e6f0fa;
  height: 170px;
  width: 5px;
}

.client-comment p {
  font-style: italic;
  letter-spacing: 1px;
}

.client-comment i {
  color: #fac917;
  padding: 0 2px;
}

.client-comment i {
  font-size: 50px;
  color: #e6f0fa;
  padding-right: 100px;
}

.testimonial-carousel .owl-dots {
  position: absolute;
  text-align: center;
  left: 0;
  bottom: 60px;
  width: 100%;
}

.testimonial-carousel .owl-dot {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #cfcfcf !important  ;
  margin: 0 6px;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.testimonial-carousel .owl-dot.active {
  background: rgba(52, 131, 255, 1);
  transform: scale(1.15);
  background: linear-gradient(-45deg, rgb(138 227 255) 0%, rgb(0 173 238) 100%);
}
.testimonial-carousel .owl-dot:hover {
  background: rgba(52, 131, 255, 1);
  transform: scale(1.15);
  background: linear-gradient(-45deg, rgb(138 227 255) 0%, rgb(0 173 238) 100%);
}

/* 
#faq {
    padding: 70px 0 100px
}

#accordion {
    padding: 70px 0 0;
}

.panel-default > .panel-heading {
    background-color: #fff;
}

.panel-default {
    border-color: #e6f0f1;
    -webkit-box-shadow: 0 0 8px #e6f0f1;
    box-shadow: 0 0 8px #e6f0f1;
}

.panel-title > a {
    font-size: 18px;
    line-height: 28px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #e6f0fa;
    color: #777;
}

.panel-heading .accordion-toggle:after {
    font-family: 'IcoFont';
    content: "\eb7a";
    float: right;
    color: #8744EA;
}

.panel-heading .accordion-toggle.collapsed:after {
    content: "\eb73";
}

.faq-img img {
    max-width: 350px;
} */

.question-area .panel-group {
  margin-bottom: 0;
}
.sauget-accordion .panel-heading {
  border: medium none;
  border-radius: 0;
  padding: 0;
}
.sauget-accordion .panel-heading h4 a {
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #3d78b2 29%, #508ecc8c 99%) repeat scroll 0 0;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  font-family: Poppins;
  line-height: 16px;
  padding: 18px 0 18px 67px;
  position: relative;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.35);
}
.sauget-accordion .panel-heading h4 a.collapsed {
  background: rgba(0, 0, 0, 0) linear-gradient(45deg, #268cf1 29%, #79b4f0a3 99%) repeat scroll 0 0;
  color: white;
  display: block;
  font-size: 16px;
  text-decoration: none;
  font-family: Poppins;
  font-weight: 400;
  line-height: 16px;
  padding: 18px 0 18px 67px;
  box-shadow: none;
}
.panel-group .panel + .panel {
  margin-top: 10px;
}
.panel {
  border: none;
  box-shadow: none;
}
.panel-body {
  border: medium none !important;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
  padding: 23px 30px 25px;
}
.panel.sauget-accordion {
  margin-right: 83px;
}
.faq-accordion .panel-title a.collapsed::before,
.faq-accordion .panel-title a::before {
  background-color: #fff;
  border-radius: 100%;
  color: #808080;
  content: "+";
  font-family: Material-Design-Iconic-Font;
  font-size: 16px;
  height: 27px;
  left: 30px;
  line-height: 28px;
  position: absolute;
  text-align: center;
  top: 13px;
  width: 27px;
}
.faq-accordion .active .panel-title a.collapsed::before {
  background-color: #fff;
  content: "−";
}
.faq-accordion .panel-title a::before {
  background-color: #fff;
  content: "−";
}
.green_shape_faq {
  position: absolute;
  left: 10%;
  bottom: 10px;
  width: 110px;
  animation: downnup 10s linear 2s infinite;
}
@keyframes rightnleft {
  0% {
    -ms-transform: translatex(0px);
    /* IE 9 */
    -webkit-transform: translatex(0px);
    /* Chrome, Safari, Opera */
    transform: translatex(0px);
  }
  50% {
    -ms-transform: translatex(-50px);
    /* IE 9 */
    -webkit-transform: translatex(-50px);
    /* Chrome, Safari, Opera */
    transform: translatex(-50px);
  }
  100% {
    -ms-transform: translatex(0px);
    /* IE 9 */
    -webkit-transform: translatex(0px);
    /* Chrome, Safari, Opera */
    transform: translatex(0px);
  }
}
@keyframes leftnright {
  0% {
    -ms-transform: translatex(0px);
    /* IE 9 */
    -webkit-transform: translatex(0px);
    /* Chrome, Safari, Opera */
    transform: translatex(0px);
  }
  50% {
    -ms-transform: translatex(50px);
    /* IE 9 */
    -webkit-transform: translatex(50px);
    /* Chrome, Safari, Opera */
    transform: translatex(50px);
  }
  100% {
    -ms-transform: translatex(0px);
    /* IE 9 */
    -webkit-transform: translatex(0px);
    /* Chrome, Safari, Opera */
    transform: translatex(0px);
  }
}

@keyframes upndown {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(100px);
    /* IE 9 */
    -webkit-transform: translateY(100px);
    /* Chrome, Safari, Opera */
    transform: translateY(100px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}

@keyframes downnup {
  0% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
  50% {
    -ms-transform: translateY(-100px);
    /* IE 9 */
    -webkit-transform: translateY(-100px);
    /* Chrome, Safari, Opera */
    transform: translateY(-100px);
  }
  100% {
    -ms-transform: translateY(0px);
    /* IE 9 */
    -webkit-transform: translateY(0px);
    /* Chrome, Safari, Opera */
    transform: translateY(0px);
  }
}
