@charset "UTF-8";
/* ------------------------------------------------------
@File: Default Styles
@Template Name: Brido - Digital Marketing App
@Author: Kitket
@Developed By: Hasan Mahmud
@Developer Mail: hasanlab1999@gmail.com
@Developer URL: flatdesigner.net

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
------------------------------------------------------- */
/* ====================================================== 

Table of Content:
01/ variables
02/ prefix
03/ animat
04/ header
05/ banner
06/ feature
07/ screen
08/ testimonial
09/ footer
10/ responsive
 

===================================================== */
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/* Button Style */
@import url(../css/bootstrap.min.css);
@import url("https://use.fontawesome.com/releases/v5.5.0/css/all.css");
@import url(../css/font-awesome.min.css);
@import url(../vendors/flat-icon/flaticon.css);
@import url(../vendors/swiper-js/swiper.min.css);
@import url(../vendors/slick-slider/slick.css);
@import url(../vendors/animate-css/animate.css);
@import url(../vendors/aos-animate/aos.css);
@import url(../vendors/owl-carousel/owl.carousel.min.css);
@import url(../vendors/magnify-popup/magnific-popup.css);
@import url(../vendors/jquery-ui/jquery-ui.min.css);
@import url(../vendors/bootstrap-selector/nice-select.css);
@import url(../vendors/lightbox/simpleLightbox.css);
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,900;1,200;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400&display=swap");
.theme_btn {
  color: #fff;
  text-align: center;
  font: 400 18px/1 "Jost", sans-serif;
  display: inline-block;
  padding: 18px 51px;
  position: relative;
  border-radius: 25px;
  background-size: 200% auto;
  background: #fe7235;
  border-radius: 40px;
  transition: all 300ms linear 0s;
}
.theme_btn:hover, .theme_btn:focus {
  background-position: right center;
  color: #fff;
  background-color: #7235fe;
}

.line_btn2 {
  background: #09bc2d;
  border-radius: 4px;
  border: 1px solid transparent;
}
.line_btn2:hover, .line_btn2:focus {
  color: #09bc2d;
  background: transparent;
  border: 1px solid #09bc2d;
}

.title {
  display: block;
  overflow: hidden;
  text-align: center;
  padding-bottom: 20px;
}
.title h2 {
  color: #2652b8;
  font: 600 42px/57px "Jost", sans-serif;
  letter-spacing: -0.2;
  padding-bottom: 15px;
}
.title p {
  font: 400 16px/28px "Roboto", sans-serif;
  max-width: 500px;
  margin: 0 auto;
}

.sub_title {
  font: 400 14px/57px "Roboto", sans-serif;
  text-transform: uppercase;
}

.inner_title {
  font: 600 22px/32px "Jost", sans-serif;
}

.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 15px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: #fe7235;
  border: 0;
  box-shadow: none;
  z-index: 999;
  color: #fff;
}
.scroll-top i {
  padding: 0;
}
.scroll-top i:before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  animation: TopToBottom 0.3s forwards;
}
.scroll-top:hover i:before, .scroll-top:focus i:before {
  animation: BottomToTop 0.3s forwards;
}

/* Preloader */
#preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: white url("../images/spinner.gif") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*----------------------------------------------------*/
/*Prefix Styles*/
body {
  font-family: "Roboto", sans-serif;
  /*Section Fix*/
  /*Ancore*/
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  margin: 0;
}
body p {
  color: #6f7688;
  margin: 0;
  font: 400 16px/28px "Roboto", sans-serif;
}
body ul {
  margin: 0;
  padding: 0;
}
body ul li {
  list-style: none;
}
body section.row, body header.row, body footer.row {
  margin: 0;
}
body #success {
  display: none;
}
body #error {
  display: none;
}
body iframe {
  border: none;
}
body i:before {
  margin-left: 0px !important;
}
body a, body .btn, body button {
  outline: none;
  transition: all 300ms linear 0s;
}
body a:before, body a:after, body .btn:before, body .btn:after, body button:before, body button:after {
  transition: all 300ms linear 0s;
}
body a:focus, body a:hover, body .btn:focus, body .btn:hover, body button:focus, body button:hover {
  outline: none;
  text-decoration: none;
  transition: all 300ms linear 0s;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

/* post_select */
.post_select {
  position: relative;
  background: #fff;
  border: 0;
  box-shadow: none;
  outline: none;
  font: 400 16px/40px "Roboto", sans-serif;
  padding: 0 30px;
  height: auto;
  border-radius: 0;
  color: rgba(0, 0, 0, 0.6);
  min-width: 150px;
  background-color: transparent;
}
.post_select:after {
  display: none;
}
.post_select:before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 18px/40px FontAwesome;
  color: #6b6b6b;
}
.post_select .list {
  width: 100%;
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
  outline: none;
  box-shadow: 1px 0px 7px 0px rgba(22, 43, 70, 0.1);
}
.post_select .list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #2652b8;
}

/*----------------------------------------------------*/
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 230px;
    top: 85px;
  }

  25% {
    right: 100px;
    top: 85px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 330px;
    top: 300px;
  }

  100% {
    right: 320px;
    top: 100px;
  }
}
@keyframes aroundMove {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 250px;
    top: 0px;
  }

  50% {
    left: 200px;
    top: 200px;
  }

  75% {
    left: 0px;
    top: 150px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes aroundMove2 {
  0% {
    left: 0px;
    bottom: 10%;
  }

  25% {
    left: 250px;
    bottom: 0px;
  }

  50% {
    left: 200px;
    bottom: 200px;
  }

  75% {
    left: 0px;
    bottom: 150px;
  }

  100% {
    left: 0px;
    bottom: 0px;
  }
}
/* Move frame*/
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 #fe7235;
  }

  70% {
    box-shadow: 0 0 0 20px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig2 */
@keyframes pulseBigTwo {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 72, 255, 0.3);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig */
@keyframes pulseBigThree {
  0% {
    box-shadow: 0 0 0 0 rgba(247, 68, 85, 0.2);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig */
@keyframes pulseBigfour {
  0% {
    box-shadow: 0 0 0 0 rgba(65, 184, 70, 0.2);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig */
@keyframes pulseBigfive {
  0% {
    box-shadow: 0 0 0 0 rgba(41, 72, 255, 0.2);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* Bottom to Top key frame*/
@-webkit-keyframes BottomToTop {
  49% {
    -webkit-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@-moz-keyframes BottomToTop {
  49% {
    -moz-transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
@keyframes BottomToTop {
  49% {
    transform: translateY(-100%);
  }

  50% {
    opacity: 0;
    transform: translateY(100%);
  }

  51% {
    opacity: 1;
  }
}
/* DoublePulse */
@-webkit-keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes doublePulse {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/* Zoom in Keyframes */
@-webkit-keyframes scale-up-one {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}
/*End of Zoom in Keyframes */
/* Zoom out Keyframes */
@-webkit-keyframes scale-up-one {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}
@keyframes scale-up-one {
  0% {
    transform: scale(0.5);
  }

  50% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.5);
  }
}
/*End of Zoom out Keyframes */
.up_animat {
  animation: float-bob-y infinite 2s linear;
}

/*----------------------------------------------------*/
.full_wrapper {
  overflow-x: hidden;
}

.home_3 {
  background: #eef4fb;
}

.main_header_area {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 37px 0;
}
.main_header_area .navbar {
  padding: 0;
  width: 100%;
}
.main_header_area .navbar .navbar_supported {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  padding-right: 50px;
}
.main_header_area .navbar .navbar_supported ul li {
  position: relative;
}
.main_header_area .navbar .navbar_supported ul li a {
  color: white;
  font: 400 16px/28px "Roboto", sans-serif;
  margin: 0 15px;
  display: block;
}
.main_header_area .navbar .navbar_supported ul li a::after {
  display: none;
}
.main_header_area .navbar .navbar_supported ul li a::before {
  display: none;
}
.main_header_area .navbar .navbar_supported ul li a.nav-link {
  padding: 0;
}
.main_header_area .navbar .navbar_supported ul li a:hover {
  color: #fe7235;
}
.main_header_area .navbar .navbar_supported ul li.dropdown {
  position: relative;
  padding: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown:after {
  content: "\f103";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 20px/48px FontAwesome;
  color: #fe7235;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
  background: transparent;
  border: none;
  padding: 0;
}
.main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu a {
  padding: 12px;
  display: block;
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown .dropdown-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 0;
    transition: all 300ms ease-in;
    display: block;
    background: #2652b8;
    min-width: 200px;
    left: 0;
    border: none;
  }
}
@media (min-width: 991px) {
  .main_header_area .navbar .navbar_supported ul li.dropdown:after {
    display: none;
  }
}
.main_header_area .navbar .navbar_supported ul li:hover .dropdown-menu {
  top: 40px;
  opacity: 1;
  visibility: visible;
}
.main_header_area .navbar .navbar-toggler i {
  color: #fff;
}
.main_header_area.navbar_fixed {
  position: fixed;
  background: linear-gradient(to right, #4282e8, #2652b8);
  padding: 13px 0;
  top: -70px;
  transform: translateY(70px);
  transition: transform 500ms ease ,background 200ms ease-out;
  z-index: 999;
}
.main_header_area .right_nav li a {
  background: white;
  color: #fe7235;
}
.main_header_area .right_nav li a:hover {
  background: #7235fe;
}

.main_header_area .rightn_2 li a {
  background: rgba(255, 255, 255, 0.11);
  color: white;
  display: inline-block;
}
.main_header_area .rightn_2 li a:hover {
  background: transparent;
}

/*----------------------------------------------------*/
.banner_area {
  background: url(../images/banner/banner1.png) no-repeat;
  padding: 284px 0 475px 0;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: block;
  position: relative;
}
.banner_area .mobile-screen-one {
  position: absolute;
  right: 12%;
  top: 38%;
  width: 41%;
}
.banner_area .mobile-screen-two {
  position: absolute;
  right: 1%;
  top: 17%;
  width: 42%;
}
.banner_area .mobile-screen-three {
  position: absolute;
  right: -4%;
  top: 19%;
  width: 19%;
}
.banner_area .mobile-screen-four {
  position: absolute;
  right: -4%;
  top: 56%;
  width: 18%;
}
.banner_area .banner_content {
  position: relative;
  z-index: 5;
}
.banner_area .banner_content h1 {
  color: white;
  font: 600 56px/80px "Jost", sans-serif;
  margin-bottom: 30px;
}
.banner_area .banner_content P {
  color: white;
  font: 400 20px/29px "Roboto", sans-serif;
  margin-bottom: 20px;
}
.banner_area .banner_content h6 {
  color: white;
  font: 400 18px/26px "Jost", sans-serif;
  margin-bottom: 5px;
  margin-top: 130px;
}
.banner_area .banner_content .client_brand_one a {
  margin: 35px 50px 0 0;
  display: inline-block;
}
.banner_area .b_shape_one {
  position: absolute;
  background: linear-gradient(to right, #fda632, #fe7235);
  background: -moz-linear-gradient(to right, #fda632, #fe7235);
  background: -webkit-linear-gradient(to right, #fda632, #fe7235);
  background: -o-linear-gradient(to right, #fda632, #fe7235);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  opacity: 0.2;
  top: 25%;
  right: 28%;
  z-index: 9;
  animation: moveShap2 infinite 14s linear;
}
.banner_area .b_shape_two {
  position: absolute;
  background: linear-gradient(to bottom, #f24cb4, #ff8ed0);
  background: -moz-linear-gradient(to bottom, #f24cb4, #ff8ed0);
  background: -webkit-linear-gradient(to bottom, #f24cb4, #ff8ed0);
  background: -o-linear-gradient(to bottom, #f24cb4, #ff8ed0);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  top: 31%;
  right: 20%;
  animation: zoomIn infinite 14s linear;
}
.banner_area .b_shape_three {
  position: absolute;
  content: "";
  background: linear-gradient(to right, #59a8a5, #97d7c7);
  background: -webkit-linear-gradient(to right, #59a8a5, #97d7c7);
  background: -moz-linear-gradient(to right, #59a8a5, #97d7c7);
  background: -o-linear-gradient(to right, #59a8a5, #97d7c7);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 3;
  left: 52%;
  top: 42%;
  animation: float-bob-x infinite 16s linear;
}

.baneer_2 {
  background: linear-gradient(to right, #5400d3, #0345f3);
  background: -webkit-linear-gradient(to right, #5400d3, #0345f3);
  background: -moz-linear-gradient(to right, #5400d3, #0345f3);
  background: -o-linear-gradient(to right, #5400d3, #0345f3);
  padding: 176px 0 300px 0;
  position: relative;
}
.baneer_2::before {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg12.png) no-repeat bottom;
  left: 0;
  width: 100%;
  height: 487px;
  bottom: -5px;
  z-index: 1;
}
.baneer_2 .b_shape_four {
  position: absolute;
  border: 37px solid #fff;
  opacity: 0.05;
  z-index: 3;
  height: 405px;
  width: 405px;
  border-radius: 50%;
  right: -15%;
  top: -8%;
  animation: animate__jello infinite 1s linear;
}
.baneer_2 .b_shape_five {
  position: absolute;
  border: 20px solid #fff;
  opacity: 0.05;
  z-index: 3;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  right: 5%;
  top: 31%;
  animation: moveShap2 infinite 5s linear;
}
.baneer_2 .b_shape_six {
  position: absolute;
  border: 19px solid #fff;
  opacity: 0.05;
  z-index: 3;
  height: 91px;
  width: 91px;
  border-radius: 20px;
  right: 7%;
  top: 40%;
  animation: rotation infinite 5s linear;
}
.baneer_2 .b_shape_seven {
  position: absolute;
  border: 37px solid #fff;
  opacity: 0.05;
  z-index: 3;
  height: 405px;
  width: 405px;
  border-radius: 16px;
  left: -16%;
  top: 24%;
  animation: animate__jello infinite 1s linear;
  transform: rotate(35deg);
}
.baneer_2 .b_shape_eight {
  position: absolute;
  border: 37px solid #fff;
  opacity: 0.05;
  z-index: 3;
  height: 405px;
  width: 405px;
  border-radius: 16px;
  left: -21%;
  top: 26%;
  animation: animate__jello infinite 1s linear;
  transform: rotate(35deg);
}
.baneer_2 .banner_content2 {
  text-align: center;
  margin: 0 0 55px 0;
  position: relative;
  z-index: 3;
}
.baneer_2 .banner_chart {
  text-align: center;
  position: relative;
}
.baneer_2 .banner_chart .banner_dashbord {
  width: 66%;
}
.baneer_2 .banner_chart .banner_asist1 {
  position: absolute;
  left: 8%;
  bottom: -8%;
}
.baneer_2 .banner_chart .banner_asist2 {
  position: absolute;
  top: 28%;
  right: 7%;
}
.baneer_2 .banner_chart .banner_asist3 {
  position: absolute;
  bottom: -4%;
  background: rgba(255, 255, 255, 0.2);
  padding: 17px;
  border-radius: 25px;
  right: 11%;
  z-index: 4;
}

.app_client {
  padding: 75px 0 75px 0;
}
.app_client .client_brand {
  text-align: center;
}
.app_client .client_brand .item {
  display: inline-block;
  width: auto;
}

.baner_3 {
  padding: 120px 0 650px 0;
  background: linear-gradient(to right, #0323e0, #2948ff);
  background: -webkit-linear-gradient(to right, #0323e0, #2948ff);
  background: -moz-linear-gradient(to right, #0323e0, #2948ff);
  background: -o-linear-gradient(to right, #0323e0, #2948ff);
  position: relative;
  z-index: 5;
}
.baner_3 .round_shape {
  position: absolute;
  width: 719px;
  height: 719px;
  border: 199px solid rgba(3, 35, 224, 0.9);
  border-radius: 50%;
  top: -24%;
  left: -8%;
  animation: jello infinite 27s linear;
}
.baner_3 .square_shapeone {
  position: relative;
}
.baner_3 .square_shapeone:before {
  content: "";
  position: absolute;
  background: #FF8A95;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  left: 9%;
  bottom: 42%;
  animation: float-bob-x infinite 14s linear;
}
.baner_3 .square_shapetwo {
  position: absolute;
  background: #FF8A95;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  left: 0;
  bottom: 22%;
  animation: rotation infinite 14s linear;
  opacity: 0.5;
}
.baner_3 .square_shapethree {
  position: absolute;
  background: #6C63FF;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  right: 8%;
  top: 56%;
  animation: rotation infinite 14s linear;
  opacity: 0.5;
}
.baner_3 .square_shapethree:before {
  content: "";
  position: absolute;
  background: #FF8A95;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  left: 9%;
  bottom: 42%;
  animation: float-bob-x infinite 14s linear;
}
.baner_3 .square_shapefour {
  position: absolute;
  background: #6C63FF;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  right: 8%;
  top: 10%;
  animation: rotation infinite 14s linear;
  opacity: 0.5;
}
.baner_3 .square_shapefour:before {
  content: "";
  position: absolute;
  background: #FF8A95;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  left: 9%;
  animation: float-bob-x infinite 14s linear;
}
.baner_3::before {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg10.png) no-repeat bottom;
  left: 0;
  width: 100%;
  height: 714px;
  z-index: 1;
  bottom: -5px;
}
.baner_3 .banner_content3 h1 {
  font: 600 82px/114px "Jost", sans-serif;
}
.baner_3 .banner_content3 p {
  padding-right: 79px;
  margin-bottom: 40px;
}
.baner_3 .banner_convers {
  margin-left: -62px;
  animation: float-bob-y infinite 4s linear;
}

.app_client3 {
  background: linear-gradient(to right, #0323e0, #2948ff);
  background: -webkit-linear-gradient(to right, #0323e0, #2948ff);
  background: -moz-linear-gradient(to right, #0323e0, #2948ff);
  background: -o-linear-gradient(to right, #0323e0, #2948ff);
}
.app_client3 .item {
  text-align: center;
}
.app_client3 .item img {
  display: inline-block;
  width: auto;
}

/*----------------------------------------------------*/
.app_feature {
  background: #f8faff;
  position: relative;
  display: block;
  padding: 0 0 35px 0;
}
.app_feature .title {
  margin: 0 auto;
}
.app_feature .title h6 {
  color: #59A8A5;
}
.app_feature .title h2 {
  margin-bottom: 15px;
}
.app_feature .feature_box {
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  text-align: center;
  background: white;
  box-shadow: 0px 12px 30px 0px rgba(111, 118, 136, 0.1);
  padding: 57px 60px 40px 61px;
  margin-bottom: 40px;
  border-radius: 20px;
  position: relative;
  z-index: 3;
}
.app_feature .feature_box .icon_box {
  margin-bottom: 10px;
  background: linear-gradient(#0db4d6, #23e2b2);
  background: -webkit-linear-gradient(#0db4d6, #23e2b2);
  background: -moz-linear-gradient(#0db4d6, #23e2b2);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto;
  line-height: 70px;
}
.app_feature .feature_box .inner_title {
  color: #5a6172;
  padding: 30px 0 12px 0;
}
.app_feature .feature_box:hover .icon_box {
  border: 3px solid white;
  background: transparent;
}
.app_feature .feature_box:hover .inner_title {
  color: white;
}
.app_feature .feature_box:hover p {
  color: white;
}
.app_feature .fb_1 {
  position: relative;
}
.app_feature .fb_1::before {
  content: "";
  position: absolute;
  background: linear-gradient(#0db4d6, #23e2b2);
  background: -webkit-linear-gradient(#0db4d6, #23e2b2);
  background: -moz-linear-gradient(#0db4d6, #23e2b2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.app_feature .fb_1:hover::before {
  transform-origin: center top;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.app_feature .fb_2 {
  position: relative;
}
.app_feature .fb_2::before {
  content: "";
  position: absolute;
  background: linear-gradient(#fe7235, #fda632);
  background: -webkit-linear-gradient(#fe7235, #fda632);
  background: -moz-linear-gradient(#fe7235, #fda632);
  background: -o-linear-gradient(#fe7235, #fda632);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.app_feature .fb_2:hover::before {
  transform-origin: center top;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.app_feature .fb_2 .icon_box {
  background: linear-gradient(#fe7235, #fda632);
  background: -webkit-linear-gradient(#fe7235, #fda632);
  background: -moz-linear-gradient(#fe7235, #fda632);
  background: -o-linear-gradient(#fe7235, #fda632);
}
.app_feature .super_perform {
  position: relative;
}
.app_feature .super_perform::before {
  content: "";
  position: absolute;
  background: linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
  background: -webkit-linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
  background: -moz-linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  z-index: -1;
}
.app_feature .super_perform:hover::before {
  transform-origin: center top;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.app_feature .super_perform .icon_box {
  background: linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
  background: -webkit-linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
  background: -moz-linear-gradient(#f24cb4, #f24cb4, #ff8ed0);
}

.startup_business {
  padding: 15px 0 0 0;
}
.startup_business .left-mobile {
  margin-bottom: 60px;
}
.startup_business .left-mobile .mobile-bg1 {
  position: absolute;
  left: 3%;
  z-index: -1;
  top: 4%;
}
.startup_business .left-mobile .mobile-bg2 {
  position: absolute;
  left: 7%;
  z-index: -1;
  top: 29%;
}
.startup_business .business_box .title {
  text-align: left;
}
.startup_business .business_box .title h2 {
  padding-bottom: 25px;
}
.startup_business .business_box .title p {
  margin: 0 0 28px 0;
}
.startup_business .business_box .read_btn {
  color: #fe7235;
  font: 400 18px/28px "Jost", sans-serif;
  position: relative;
  display: inline-block;
}
.startup_business .business_box .read_btn span {
  color: white;
  background: #fe7235;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -30px;
  transition: all 300ms linear 0s;
}
.startup_business .business_box .read_btn:hover, .startup_business .business_box .read_btn:focus {
  color: #2652b8;
}
.startup_business .business_box .read_btn:hover span {
  background: #2652b8;
  transform: rotate(360deg);
}

.secure_business {
  padding: 75px 0 15px 0;
}
.secure_business .secure_list {
  padding-top: 80px;
}
.secure_business .secure_list .title {
  text-align: left;
}
.secure_business .secure_list .title p {
  text-align: left;
  margin: 0;
}
.secure_business .secure_list .perform_list li a {
  color: #6f7688;
  font: 400 18px/29px "Jost", sans-serif;
  display: inline-block;
  padding: 0 0 10px 30px;
  position: relative;
}
.secure_business .secure_list .perform_list li a:hover {
  color: #2652b8;
}
.secure_business .secure_list .perform_list li a::before {
  content: "\f00c";
  font-family: fontawesome;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
  background: linear-gradient(#4282e8, #2652b8);
  background: -webkit-linear-gradient(#4282e8, #2652b8);
  background: -moz-linear-gradient(#4282e8, #2652b8);
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  transition: all 300ms linear 0s;
}
.secure_business .secure_list .perform_list li a:hover::before {
  left: 10px;
}
.secure_business .secure_list .perform_list li:last-child {
  margin-bottom: 20px;
}
.secure_business .secure_list .read_btn {
  color: #fe7235;
  font: 400 18px/28px "Jost", sans-serif;
  position: relative;
  display: inline-block;
}
.secure_business .secure_list .read_btn span {
  color: white;
  background: #fe7235;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: -30px;
  transition: all 300ms linear 0s;
}
.secure_business .secure_list .read_btn:hover, .secure_business .secure_list .read_btn:focus {
  color: #2652b8;
}
.secure_business .secure_list .read_btn:hover span {
  background: #2652b8;
  transform: rotate(360deg);
}
.secure_business .right_mockup {
  position: relative;
  padding-left: 30px;
}
.secure_business .right_mockup .mobile-bg3 {
  position: absolute;
  top: 12%;
  z-index: -1;
  left: 14%;
}
.secure_business .right_mockup .mobile-bg4 {
  position: absolute;
  top: -3%;
  z-index: -1;
  left: -24%;
}
.secure_business .right_mockup .mockup {
  position: absolute;
  z-index: 5;
}

.why_chose_us {
  padding: 0px 0 45px 0;
}
.why_chose_us .left_laptop {
  margin-left: -100px;
  margin-bottom: 40px;
}
.why_chose_us .chose_text_wrapper {
  text-align: left;
}
.why_chose_us .chose_text_wrapper .title {
  text-align: left;
  margin-bottom: 45px;
}
.why_chose_us .chose_text_wrapper .title h6 {
  color: #9EAFC8;
  font: 400 14px/27px "Jost", sans-serif;
  margin-bottom: 10px;
}
.why_chose_us .chose_text_wrapper .title h2 {
  color: #0345f3;
  margin-bottom: 15px;
}
.why_chose_us .chose_text_wrapper .title p {
  padding-right: 50px;
}

.what_we_provide {
  padding: 60px 0 0 0;
}
.what_we_provide .title {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 45px;
}
.what_we_provide .title h6 {
  color: #9EAFC8;
  font: 400 14px/27px "Jost", sans-serif;
  margin-bottom: 10px;
}
.what_we_provide .title h2 {
  color: #0345f3;
  margin-bottom: 15px;
}
.what_we_provide .provide_row {
  margin-top: 55px;
}
.what_we_provide .provide_row .f_box {
  background: #F8FAFF;
  padding: 55px 41px 80px 50px;
  position: relative;
  border-radius: 10px;
  z-index: 3;
  margin-bottom: 100px;
}
.what_we_provide .provide_row .f_box::before {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg7.png) no-repeat;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 200px;
  width: 220px;
  transition: all 300ms linear 0s;
}
.what_we_provide .provide_row .f_box::after {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg6.png) no-repeat;
  left: 0;
  bottom: 0;
  z-index: -1;
  height: 200px;
  width: 220px;
  opacity: 0;
  transition: all 300ms linear 0s;
}
.what_we_provide .provide_row .f_box .icon2 {
  background: linear-gradient(to right, #5400d3, #0345f3);
  background: -webkit-linear-gradient(to right, #5400d3, #0345f3);
  background: -moz-linear-gradient(to right, #5400d3, #0345f3);
  width: 73px;
  height: 73px;
  text-align: center;
  line-height: 73px;
  border-radius: 20px;
  margin-bottom: 35px;
  position: relative;
  z-index: 5;
}
.what_we_provide .provide_row .f_box .icon2::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  height: 80px;
  width: 108px;
  background: url(../images/shape-bg/snow-bg1.png);
  z-index: -12;
  animation: rotation infinite 7s linear;
}
.what_we_provide .provide_row .f_box .inner_title {
  color: #0345f3;
  margin-bottom: 15px;
}
.what_we_provide .provide_row .f_box p {
  font: 400 18px/28px "Roboto", sans-serif;
}
.what_we_provide .provide_row .f_box .read_btn2 {
  background: white;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #0345f3;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  position: absolute;
  right: 11%;
  bottom: 11%;
}
.what_we_provide .provide_row .f_box:hover, .what_we_provide .provide_row .f_box.active {
  padding: 95px 41px 80px 50px;
  margin-top: -80px;
  background: linear-gradient(to bottom, #0345f3, #5400d3);
  background: -webkit-linear-gradient(to bottom, #0345f3, #5400d3);
  background: -moz-linear-gradient(to bottom, #0345f3, #5400d3);
  z-index: 3;
}
.what_we_provide .provide_row .f_box:hover::before, .what_we_provide .provide_row .f_box.active::before {
  opacity: 0;
}
.what_we_provide .provide_row .f_box:hover::after, .what_we_provide .provide_row .f_box.active::after {
  opacity: 1;
}
.what_we_provide .provide_row .f_box:hover .icon2, .what_we_provide .provide_row .f_box.active .icon2 {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.what_we_provide .provide_row .f_box:hover .inner_title, .what_we_provide .provide_row .f_box.active .inner_title {
  color: white;
  margin-bottom: 15px;
}
.what_we_provide .provide_row .f_box:hover p, .what_we_provide .provide_row .f_box.active p {
  color: white;
  margin-bottom: 40px;
}

.our_feature {
  padding-top: 30px;
}
.our_feature .title .sub_title {
  color: #9eafc9;
  text-transform: uppercase;
}
.our_feature .title h2 {
  color: #0345f3;
}
.our_feature.side_shape {
  position: relative;
}
.our_feature.side_shape::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21%;
  background: url(../images/shape-bg/Union1.png) no-repeat left;
  width: 34%;
  height: 1616px;
  z-index: -1;
}
.our_feature .feature_row {
  padding-bottom: 20px;
  padding-top: 40px;
  margin-bottom: 40px;
  position: relative;
}
.our_feature .feature_row:last-child {
  padding: 0;
}
.our_feature .feature_box2 {
  padding-right: 50px;
  margin-bottom: 40px;
}
.our_feature .feature_box2 .icon3 {
  background: rgba(196, 77, 255, 0.1);
  width: 80px;
  height: 80px;
  border-radius: 17px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 35px;
  display: inline-block;
}
.our_feature .feature_box2 h3 {
  color: #0345f3;
  font: 600 28px/40px "Jost", sans-serif;
  margin-bottom: 15px;
}
.our_feature .feature_box2 p {
  margin-bottom: 45px;
}
.our_feature .feature_box2 a {
  color: #09bc2d;
  background: transparent;
  border: 1px solid #09bc2d;
}
.our_feature .feature_box2 a:hover {
  color: white;
  background: #09bc2d;
  border: 1px solid #09bc2d;
}
.our_feature .feature_box2 .icon5 {
  background: rgba(3, 69, 243, 0.1);
}
.our_feature .bar_item {
  position: relative;
  margin-bottom: 40px;
}
.our_feature .bar_item .chart-one {
  position: absolute;
}
.our_feature .bar_item .chart-two {
  margin-left: 145px;
}
.our_feature .bar_item .chart-three {
  position: absolute;
  left: 63%;
  bottom: 8%;
}
.our_feature .author_desc {
  margin-bottom: 40px;
}
.our_feature .author_desc .ilust-one {
  position: absolute;
  left: -34%;
  z-index: -1;
  top: 17%;
  animation: float-bob-y infinite 2s linear;
}
.our_feature .author_desc .ilust-two {
  position: absolute;
  left: -20%;
  bottom: -1%;
  animation: float-bob-y infinite 2s linear;
}
.our_feature .author_desc .ilust-three {
  margin-left: -40px;
}
.our_feature .ft_box2 {
  padding: 0 90px 0 65px;
  margin-bottom: 40px;
  margin-top: 60px;
}
.our_feature .ft_box2 .icon4 {
  background: rgba(9, 188, 45, 0.1);
}

.app_support_devices {
  position: relative;
  display: block;
  padding-bottom: 50px;
}
.app_support_devices .monitor-one {
  margin-left: -165px;
}
.app_support_devices .mobile-seven {
  position: absolute;
  right: 0;
  bottom: 0;
  animation: float-bob-y infinite 4s linear;
}
.app_support_devices .support_text_wrapper {
  padding: 0 90px 0 80px;
}
.app_support_devices .support_text_wrapper h6 {
  color: #9EAFC8;
  font: 400 14px/57px "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.app_support_devices .support_text_wrapper h3 {
  color: #0345f3;
  font: 600 28px/40px "Jost", sans-serif;
  margin-bottom: 15px;
}
.app_support_devices .support_text_wrapper p {
  margin-bottom: 35px;
}
.app_support_devices .support_text_wrapper a {
  background: transparent;
  color: #09bc2d;
  border: 1px solid #09bc2d;
}
.app_support_devices .support_text_wrapper a:hover {
  background: #09bc2d;
  color: white;
  border: 1px solid #09bc2d;
}

.price_plan {
  padding: 70px 0 35px 0;
}
.price_plan .title {
  margin-bottom: 28px;
}
.price_plan .title .sub_title {
  font: 400 14px/57px "Roboto", sans-serif;
  color: #9EAFC8;
}
.price_plan .title h2 {
  color: #0345f3;
}
.price_plan .plan {
  max-width: 420px;
  text-align: center;
  box-shadow: 1px 5px 17px 7px rgba(15, 57, 159, 0.08);
  background: white;
  padding: 28px 0 60px 0;
  position: relative;
  border-radius: 10px;
  margin-left: 120px;
  margin-bottom: 40px;
}
.price_plan .plan::before {
  content: "";
  position: absolute;
  left: -41px;
  width: 219px;
  height: 200px;
  background: url(../images/shape-bg/shape-bg8.png);
  left: 0;
  bottom: 0;
}
.price_plan .plan .pr_head .plan_icon {
  margin-bottom: 50px;
  position: relative;
}
.price_plan .plan .pr_head .plan_icon .block-hover {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.price_plan .plan .pr_head .inner_title {
  color: #09bc2d;
  margin-bottom: 35px;
}
.price_plan .plan .pr_head .price {
  color: #09bc2d;
  font: 500 72px/32px "Roboto", sans-serif;
  margin-bottom: 30px;
  display: inline-block;
}
.price_plan .plan .pr_head .expire {
  color: #9EAFC8;
  font: 400 13px/17px "Jost", sans-serif;
  margin-bottom: 43px;
}
.price_plan .plan .pr_body .plan_list li {
  text-align: left;
  padding-left: 155px;
}
.price_plan .plan .pr_body .plan_list li a {
  color: #6f7688;
  font: 400 13px/17px "Jost", sans-serif;
  margin-bottom: 23px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.price_plan .plan .pr_body .plan_list li a::before {
  content: "\f00c";
  position: absolute;
  font-family: fontawesome;
  font-size: 16px;
  left: -41px;
  width: 26px;
  height: 26px;
  border-radius: 5px;
  background: #09bc2d;
  top: -4px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.price_plan .plan .pr_footer {
  margin-top: 50px;
}
.price_plan .plan2 {
  margin-left: 30px;
}
.price_plan .plan2::before {
  content: "";
  position: absolute;
  left: -41px;
  width: 219px;
  height: 200px;
  background: url(../images/shape-bg/shape-bg9.png);
  left: 0;
  bottom: 0;
}
.price_plan .plan2 .pr_head .inner_title {
  color: #0345f3;
}
.price_plan .plan2 .pr_head .price {
  color: #0345f3;
}
.price_plan .plan2 .pr_head .expire {
  color: #0345f3;
}
.price_plan .plan2 .pr_body .plan_list li a::before {
  background: #0345f3;
}
.price_plan .plan2 .pr_footer a {
  background: #0345f3;
}
.price_plan .plan2 .pr_footer a:hover {
  color: #0345f3;
  background: transparent;
  border: 1px solid #0345f3;
}

.app_subscribe {
  padding: 0 0 25px 0;
  background: linear-gradient(to right, #5400d3, #0345f3);
  background: -webkit-linear-gradient(to right, #5400d3, #0345f3);
  background: -moz-linear-gradient(to right, #5400d3, #0345f3);
}
.app_subscribe .subscribe_bg {
  padding: 50px 0 50px 0;
}
.app_subscribe .subscribe_bg .title h6 {
  color: white;
  font: 400 14px/57px "Jost", sans-serif;
}
.app_subscribe .subscribe_bg .title h2 {
  color: white;
}
.app_subscribe .subscribe_bg .input-group {
  text-align: center;
  margin: 0 auto;
  max-width: 679px;
}
.app_subscribe .subscribe_bg .input-group input:focus {
  box-shadow: none;
  outline: none;
  border: 0;
}
.app_subscribe .subscribe_bg .input-group input::-webkit-input-placeholder {
  /* Edge */
  color: white;
}
.app_subscribe .subscribe_bg .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}
.app_subscribe .subscribe_bg .input-group input::placeholder {
  color: white;
}
.app_subscribe .subscribe_bg .input-group .form-control {
  max-width: 679px;
  background: rgba(255, 255, 255, 0.12);
  border: 0;
  color: white;
  padding: 35px 30px;
  outline: 0;
  box-shadow: 0;
  font: 400 18px/28px "Roboto", sans-serif;
  z-index: 1;
}
.app_subscribe .subscribe_bg .input-group .input-group-text {
  position: absolute;
  right: 0;
  font: 400 18px/28px "Jost", sans-serif;
  color: white;
  padding: 21px 48px;
  display: inline-block;
  border: 0;
  cursor: pointer;
  z-index: 2;
}

.feature_2 {
  position: relative;
  margin-top: -587px;
  padding-bottom: 70px;
  z-index: 11;
}
.feature_2 .feat_box2 {
  text-align: center;
  padding: 75px 45px 50px 45px;
  background: white;
  box-shadow: 0px 5px 9px 0px rgba(8, 75, 246, 0.05);
  border-radius: 5px;
  margin-bottom: 40px;
}
.feature_2 .feat_box2 .icon_b3 {
  margin-bottom: 70px;
  position: relative;
}
.feature_2 .feat_box2 .icon_b3 .img_bg {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -31px;
  animation: rotation infinite 40s linear;
}
.feature_2 .feat_box2 .inner_title {
  color: #2652b8;
  margin-bottom: 15px;
}
.feature_2 .feat_box2 p {
  margin-bottom: 30px;
}
.feature_2 .feat_box2 a {
  font: 400 18px/29px "Jost", sans-serif;
  padding: 6px 25px;
}

.app_dashbord {
  padding: 70px 0 150px 0;
  background: #eef4fb;
  position: relative;
}
.app_dashbord .dashbord_img2 {
  position: absolute;
  background: url(../images/feature/dashbord02.png) no-repeat right;
  width: 43%;
  right: 80px;
  top: 0;
  height: 737px;
}
.app_dashbord .dashbord_text .bord_box {
  margin-bottom: 25px;
}
.app_dashbord .dashbord_text .bord_box .icon_4 {
  margin-right: 25px;
  background: rgba(41, 72, 255, 0.2);
  width: 71px;
  height: 71px;
  border-radius: 50%;
  text-align: center;
  line-height: 68px;
  animation: pulseBigTwo infinite 4s linear;
}
.app_dashbord .dashbord_text .bord_box h6 {
  font: 400 14px/57px "Jost", sans-serif;
  color: #0323E0;
  text-transform: uppercase;
}
.app_dashbord .dashbord_text .title {
  text-align: left;
}
.app_dashbord .dashbord_text .title h2 {
  color: #1e31a1;
}
.app_dashbord .dashbord_text .title p {
  margin-bottom: 20px;
}

.incredible_profit {
  padding: 75px 0 75px 0;
}
.incredible_profit .pie_chart {
  position: relative;
}
.incredible_profit .pie_chart .chart-nine {
  position: absolute;
  left: -10%;
  top: 18%;
  z-index: 3;
}
.incredible_profit .pie_chart .chart-bgnine {
  margin-left: -110px;
  animation: rotation infinite 100s linear;
}
.incredible_profit .profit_text .bord_box .icon_5 {
  background: rgba(247, 68, 85, 0.2);
  animation: pulseBigThree infinite 4s linear;
}
.incredible_profit .profit_text .bord_box h6 {
  font: 400 14px/57px "Jost", sans-serif;
  color: #f74455;
  text-transform: uppercase;
}

/*----------------------------------------------------*/
.app_screenshot {
  padding: 55px 0 0 0;
  background: #eef4fb;
  background: #eef4fb;
}
.app_screenshot .app_top_title .title {
  margin-bottom: 40px;
}
.app_screenshot .app_top_title .title h6 {
  color: #fe7235;
  margin-bottom: 24px;
}
.app_screenshot .app_top_title .title h2 {
  padding-bottom: 30px;
}
.app_screenshot .swiper-container {
  width: 100%;
  height: 100%;
}
.app_screenshot .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /*display: -webkit-box;*/
  /*display: -ms-flexbox;*/
  /*display: -webkit-flex;*/
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 10px 20px 0px rgba(110, 87, 136, 0.5);
  border-radius: 25px;
}
.app_screenshot .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.app_screenshot .swiper-container .swiper-slide.swiper-slide-next, .app_screenshot .swiper-container .swiper-slide.swiper-slide-duplicate, .app_screenshot .swiper-container .swiper-slide.swiper-slide-prev {
  position: relative;
}
.app_screenshot .swiper-container .swiper-slide.swiper-slide-next::before, .app_screenshot .swiper-container .swiper-slide.swiper-slide-duplicate::before, .app_screenshot .swiper-container .swiper-slide.swiper-slide-prev::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 25px;
}
.app_screenshot .swiper-container .swiper-slide.swiper-slide-active::before {
  display: none;
}
.app_screenshot .video_tutorial {
  position: relative;
  z-index: 5;
  background: #fff;
  padding-bottom: 75px;
}
.app_screenshot .video_tutorial .dot_shape1 {
  position: absolute;
  background: linear-gradient(to right, #59a8a5, #97d7c7);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  z-index: 3;
  left: 244px;
  top: 280px;
  animation: aroundMove infinite 20s linear;
}
.app_screenshot .video_tutorial .dot_shape3 {
  position: absolute;
  background: linear-gradient(to right, #fda632, #fe7235);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 3;
  right: 24%;
  top: -50px;
  animation: zoomIn infinite 8s linear;
}
.app_screenshot .video_tutorial .dot_shape4 {
  position: absolute;
  background: linear-gradient(to right, #f24cb4, #ff8ed0);
  width: 28px;
  height: 28px;
  border-radius: 50%;
  z-index: 3;
  right: 4%;
  top: 80px;
  animation: zoomIn infinite 6s linear;
}
.app_screenshot .video_tutorial::before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(to right, #4282e8, #2652b8);
  background: -moz-linear-gradient(to right, #4282e8, #2652b8);
  background: linear-gradient(to right, #4282e8, #2652b8);
  width: 100%;
  height: 640px;
  z-index: -1;
  top: -110px;
  left: 0;
}
.app_screenshot .video_tutorial .title {
  margin-bottom: 0;
}
.app_screenshot .video_tutorial .title h6 {
  color: white;
}
.app_screenshot .video_tutorial .title h2 {
  color: white;
}
.app_screenshot .video_tutorial .video_content {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.app_screenshot .video_tutorial .video_content .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to right, #fe7235, #fda632);
  background: -webkit-linear-gradient(to right, #fe7235, #fda632);
  background: -moz-linear-gradient(to right, #fe7235, #fda632);
  background: -o-linear-gradient(to right, #fe7235, #fda632);
  transition: all 300ms linear 0s;
  width: 86px;
  height: 86px;
  text-align: center;
  line-height: 86px;
  border-radius: 50%;
  font-size: 30px;
  color: white;
  animation: pulseBig infinite 2s linear;
}

/*----------------------------------------------------*/
.app_testimonial {
  padding: 75px 0 127px 0;
  position: relative;
  overflow: hidden;
}
.app_testimonial::before {
  content: '';
  position: absolute;
  background: url(../images/testimonial/Mapbg1.png) no-repeat;
  left: 0;
  top: 230px;
  width: 100%;
  height: 700px;
  z-index: -1;
  opacity: 0.06;
  right: 0;
  margin: 0 auto;
  background-size: contain;
  background-position: center;
}
.app_testimonial .app_title .title h6 {
  color: #9EAFC8;
  font: 400 14px/57px "Jost", sans-serif;
  text-transform: uppercase;
}
.app_testimonial .indicators-img li {
  text-align: center;
  position: relative;
}
.app_testimonial .indicators-img li:nth-child(2) {
  margin-top: 265px;
}
.app_testimonial .indicators-img li:nth-child(3) {
  margin-top: 115px;
}
.app_testimonial .indicators-img li:nth-child(4) {
  margin-top: 265px;
}
.app_testimonial .indicators-img li figure {
  margin-bottom: 0;
}
.app_testimonial .indicators-img li figure .people {
  animation: scale-up-one infinite 14s linear;
}
.app_testimonial .indicators-img li .testimonial_text {
  text-align: left;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  background: white;
  box-shadow: 3px 20px 23px 4px rgba(208, 205, 205, 0.7);
  padding: 25px 15px 25px 15px;
  border-radius: 10px;
  margin: 0 7px;
  position: absolute;
  top: 150px;
  transition: all 300ms linear 0s;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  z-index: 3;
}
.app_testimonial .indicators-img li .testimonial_text p {
  margin-bottom: 23px;
}
.app_testimonial .indicators-img li .testimonial_text .designation {
  float: left;
  margin-right: 100px;
  overflow: hidden;
}
.app_testimonial .indicators-img li .testimonial_text .designation h6 {
  color: #59A8A5;
  font: 400 16px/29px "Jost", sans-serif;
}
.app_testimonial .indicators-img li .testimonial_text .designation span {
  color: #6f7688;
  font: 400 13px/18px "Roboto", sans-serif;
}
.app_testimonial .indicators-img li .testimonial_text .star_list a {
  color: #FDA632;
  display: inline-block;
  margin-top: 14px;
}
.app_testimonial .indicators-img li .testimonial_box:last-child {
  padding-top: 185px;
}
.app_testimonial .indicators-img li:hover .testimonial_text, .app_testimonial .indicators-img li.active .testimonial_text {
  opacity: 1;
  visibility: visible;
  top: 135px;
}

.download_our_app {
  padding: 0 0 75px 0;
}
.download_our_app .doownload_bg {
  background: linear-gradient(to right, #4282e8, #2652b8);
  padding: 55px 0 62px 0;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.download_our_app .doownload_bg:before {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg5.png) no-repeat;
  height: 159px;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}
.download_our_app .doownload_bg .dot4 {
  position: absolute;
  background: #97D7C7;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  top: 55px;
  left: 127px;
  animation: moveShap infinite 17s linear;
}
.download_our_app .doownload_bg .dot5 {
  position: absolute;
  background: #FF8ED0;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  top: 55px;
  right: 0;
  animation: moveShap2 infinite 17s linear;
}
.download_our_app .doownload_bg .dot6 {
  position: absolute;
  background: #FDA632;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  top: 248px;
  right: 95px;
  opacity: 0.5;
  animation: pulseBig infinite 7s linear;
}
.download_our_app .doownload_bg .title h2 {
  color: white;
}
.download_our_app .doownload_bg .btn_list li {
  display: inline-block;
  margin: 0 7px;
}
.download_our_app .doownload_bg .btn_list li a {
  color: white;
  font: 400 22px/30px "Jost", sans-serif;
  padding: 11px 34px;
  display: inline-block;
  cursor: pointer;
}
.download_our_app .doownload_bg .btn_list li a span {
  display: block;
  font: 400 13px/17px "Jost", sans-serif;
}
.download_our_app .doownload_bg .btn_list li a .icon i {
  font-size: 36px;
  margin-right: 18px;
}
.download_our_app .doownload_bg .btn_list li:nth-child(2) a {
  background: linear-gradient(to right, #97d7c7, #59a8a5);
}
.download_our_app .doownload_bg .btn_list li:nth-child(2) a:hover {
  background: linear-gradient(to right, #59a8a5, #97d7c7);
}

.testimonial2 {
  padding: 0 0 75px 0;
}
.testimonial2::before {
  display: none;
}
.testimonial2 .title {
  margin-bottom: 35px;
}
.testimonial2 .title h2 {
  color: #0345f3;
}
.testimonial2 .testimonial-wrapbox {
  text-align: center;
  margin: 0 auto;
}
.testimonial2 .testimonial-wrapbox::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/icon/quote1.png);
}
.testimonial2 .testimonial-wrapbox .item-active {
  background: linear-gradient(to right, #5400d3, #0345f3);
  padding: 150px 0 100px 0;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
.testimonial2 .testimonial-wrapbox .item-active .testimonial-inner {
  max-width: 750px;
  text-align: center;
  margin: 0 auto;
}
.testimonial2 .testimonial-wrapbox .item-active .testimonial-inner p {
  color: white;
  font: 400 22px/32px "Jost", sans-serif;
  margin-bottom: 88px;
}
.testimonial2 .testimonial-wrapbox .item-active .testimonial-inner .author_text .inner_title {
  color: white;
  margin-bottom: 15px;
}
.testimonial2 .testimonial-wrapbox .item-active .testimonial-inner .author_text p {
  color: #09bc2d;
  font: 400 13px/17px "Jost", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
}
.testimonial2 .testimonial-wrapbox .img-active {
  position: relative;
  z-index: 99;
  width: 400px;
  margin: 0 auto;
  text-align: center;
  margin-top: -70px;
}
.testimonial2 .testimonial-wrapbox .img-active .testimonial-thumb {
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.testimonial2 .testimonial-wrapbox .img-active .testimonial-thumb .author {
  margin: 0 auto;
  border: 10px solid #fff;
  border-radius: 50%;
}
.testimonial2 .testimonial-wrapbox .img-active button {
  border: 0;
  color: #0345F3;
  background: #fff;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  position: absolute;
}
.testimonial2 .testimonial-wrapbox .img-active .slick-prev {
  position: absolute;
  left: 0;
  top: 34%;
  z-index: 3;
}
.testimonial2 .testimonial-wrapbox .img-active .slick-prev:hover {
  background: #09bc2d;
  color: white;
}
.testimonial2 .testimonial-wrapbox .img-active .slick-next {
  position: absolute;
  right: 0;
  top: 34%;
  z-index: 3;
}
.testimonial2 .testimonial-wrapbox .img-active .slick-next:hover {
  background: #09bc2d;
  color: white;
}

.app_testimonial3 {
  padding: 70px 0 15px 0;
  background: linear-gradient(to right, #0323e0, #2948ff);
  position: relative;
}
.app_testimonial3::before {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/shape-bg14.png) no-repeat bottom;
  left: 0;
  width: 100%;
  height: 652px;
  top: -4px;
}
.app_testimonial3 .testimonial_text .test_box {
  margin-bottom: 30px;
}
.app_testimonial3 .testimonial_text .test_box .icon_6 {
  margin-right: 25px;
  background: rgba(65, 184, 70, 0.2);
  width: 71px;
  height: 71px;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  animation: pulseBigfour infinite 4s linear;
}
.app_testimonial3 .testimonial_text .test_box h6 {
  font: 400 14px/57px "Jost", sans-serif;
  color: #41b846;
  text-transform: uppercase;
}
.app_testimonial3 .testimonial_text .title {
  text-align: left;
  margin-bottom: 70px;
}
.app_testimonial3 .right_link a {
  color: #494E70;
  font: 400 18px/29px "Jost", sans-serif;
  margin-top: 83px;
  display: inline-block;
}
.app_testimonial3 .right_link a span {
  color: #09bc2d;
  margin-left: 15px;
}
.app_testimonial3 .right_link a:hover {
  color: #09bc2d;
}
.app_testimonial3 .client_say_area {
  position: relative;
  margin-bottom: 100px;
}
.app_testimonial3 .client_say_area .client-img {
  position: absolute;
  top: 15%;
  left: -4%;
  z-index: 9;
}
.app_testimonial3 .client_say_area .client-img2 {
  position: absolute;
  bottom: 10px;
  left: -11%;
  z-index: 9;
}
.app_testimonial3 .client_say_area .client-img3 {
  position: absolute;
  right: -10%;
  top: 0;
  z-index: 9;
}
.app_testimonial3 .client_say_area .client-img4 {
  position: absolute;
  right: -2%;
  bottom: 15%;
  z-index: 9;
}
.app_testimonial3 .item {
  background: white;
  max-width: 878px;
  margin: 0 auto;
  text-align: center;
  padding: 120px 62px 70px;
  border-radius: 6px;
  position: relative;
}
.app_testimonial3 .item::before {
  content: "";
  position: absolute;
  background: url(../images/icon/icon20.png) no-repeat;
  height: 57px;
  width: 74px;
  left: 11%;
  top: 7%;
  z-index: 1;
}
.app_testimonial3 .item::after {
  content: "";
  position: absolute;
  background: url(../images/icon/icon21.png) no-repeat;
  height: 43px;
  width: 57px;
  right: 26%;
  bottom: 24%;
  z-index: 1;
}
.app_testimonial3 .item .inner_wrap .inner_title {
  margin-bottom: 85px;
}
.app_testimonial3 .item .inner_wrap .author_content .author {
  display: inline-block;
  width: auto;
  margin-right: 25px;
}
.app_testimonial3 .item .inner_wrap .author_content .inner_title {
  margin-bottom: 5px;
  color: #2652b8;
}
.app_testimonial3 .item .inner_wrap .author_content .designation {
  color: #494E70;
  font: 400 13px/17px "Jost", sans-serif;
}
.app_testimonial3 .detail_text {
  color: #9FADFF;
  font: 400 28px/40px "Roboto", sans-serif;
  padding: 50px 47px;
}
.app_testimonial3 .testi_shapetwo {
  position: absolute;
  background: #FF8A95;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  left: 9%;
  animation: float-bob-x infinite 14s linear;
  bottom: 17%;
}

/*----------------------------------------------------*/
.footer_area {
  padding: 75px 0 30px 0;
}
.footer_area .footer_widget {
  margin-bottom: 40px;
}
.footer_area .footer_widget h6 {
  color: #33539E;
  font: 600 13px/17px "Jost", sans-serif;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer_area .footer_widget .fot_list li a {
  color: #6f7688;
  font: 400 13px/36px "Roboto", sans-serif;
  display: inline-block;
}
.footer_area .footer_widget .fot_list li a:hover, .footer_area .footer_widget .fot_list li a:focus {
  color: #2652b8;
}
.footer_area .footer_widget.widget_border {
  position: relative;
}
.footer_area .footer_widget.widget_border::before {
  content: "";
  position: absolute;
  right: 19%;
  top: 0;
  width: 1px;
  height: 160px;
  background: rgba(51, 83, 158, 0.1);
}
.footer_area .subscribe_area h6 {
  margin-bottom: 20px;
}
.footer_area .subscribe_area input:focus {
  outline: none;
}
.footer_area .subscribe_area .form-control {
  border-radius: 30px 30px 30px 30px;
  padding: 17px 25px;
  background: white;
  height: 52px;
  border: 0;
  box-shadow: 4px 10px 14px 6px rgba(111, 118, 136, 0.1);
}
.footer_area .subscribe_area .input-group-text {
  background: #fe7235;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 0;
  position: absolute;
  right: 4px;
  font-size: 20px;
  color: white;
  z-index: 5;
}
.footer_area .subscribe_area .input-group-text:hover {
  color: #000;
}
.footer_area .subscribe_area .social_list {
  margin-top: 45px;
  text-align: right;
}
.footer_area .subscribe_area .social_list li {
  display: inline-block;
  margin-left: 20px;
}
.footer_area .subscribe_area .social_list li a {
  color: #6A8ABD;
  font-size: 15px;
  display: inline-block;
  transition: all 300ms linear 0s;
}
.footer_area .subscribe_area .social_list li a:hover, .footer_area .subscribe_area .social_list li a:focus {
  color: #fe7235;
}
.footer_area .copy_right {
  text-align: center;
  margin: 0 auto;
}
.footer_area .copy_right p {
  color: #6f7688;
  font: 400 13px/17px "Jost", sans-serif;
  margin-bottom: 30px;
}
.footer_area .copy_right p a {
  color: #fe7235;
}

.fa_2 .footer_widget h6 {
  color: #2D313A;
}
.fa_2 .message_area h6 {
  margin-left: 15px;
}
.fa_2 .message_area input:focus {
  outline: none;
}
.fa_2 .message_area .form-control {
  background: white;
  border: 0;
  box-shadow: 0px 3px 11px 0px rgba(111, 118, 117, 0.12);
  border-radius: 5px;
  padding: 25px 23px;
  color: #2652b8;
  display: block;
  margin-bottom: 10px;
  resize: none;
}
.fa_2 .message_area textarea {
  margin-bottom: 10px;
  resize: 0;
  height: 96px;
  display: block;
}
.fa_2 .message_area .input-group-text {
  color: white;
  background: #09bc2d;
  height: 44px;
  width: 50px;
  border: 0;
  text-align: right;
  font-size: 24px;
  margin: 0 0 0 auto;
}
.fa_2 .message_area .input-group-text:hover {
  background: linear-gradient(to right, #5400d3, #0345f3);
  background: -webkit-linear-gradient(to right, #5400d3, #0345f3);
  background: -moz-linear-gradient(to right, #5400d3, #0345f3);
}
.fa_2 .copy2 .social_list {
  margin-bottom: 40px;
}
.fa_2 .copy2 .social_list li {
  display: inline-block;
  margin: 0 13px;
}

.fa_3 {
  position: relative;
  overflow: hidden;
}
.fa_3::before {
  content: "";
  position: absolute;
  background: white;
  width: 50%;
  height: 650px;
  left: 0;
  top: 0;
}
.fa_3::after {
  content: "";
  position: absolute;
  background: url(../images/shape-bg/map-bg2.png) no-repeat right top;
  right: 0;
  top: 0;
  width: 50%;
  height: 650px;
  z-index: -1;
}
.fa_3 .footer_widget .foter_logo {
  margin-bottom: 30px;
}
.fa_3 .footer_widget p {
  font: 400 18px/28px "Roboto", sans-serif;
  margin-bottom: 30px;
  padding-right: 81px;
}
.fa_3 .footer_widget .social_list li {
  display: inline-block;
  margin: 0 10px;
}
.fa_3 .footer_widget .social_list li a {
  border: 2px solid #E64C87;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  color: #E64C87;
  display: inline-block;
  line-height: 43px;
  font-size: 20px;
  transition: all 300ms linear 0s;
}
.fa_3 .footer_widget .social_list li:nth-child(2) a {
  color: #24A9E6;
  border: 2px solid #24A9E6;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.fa_3 .footer_widget .social_list li:nth-child(3) a {
  color: #F24033;
  border: 2px solid #F24033;
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.fa_3 .subscribe_area2 {
  padding: 0 85px 0 57px;
}
.fa_3 .subscribe_area2 .subscribe_box {
  padding-left: 15px;
}
.fa_3 .subscribe_area2 .subscribe_box .icon_7 {
  background: rgba(41, 72, 255, 0.2);
  width: 71px;
  height: 71px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  animation: pulseBigfive infinite 4s linear;
  margin-right: 25px;
  margin-bottom: 30px;
}
.fa_3 .subscribe_area2 .subscribe_box h6 {
  font: 400 14px/57px "Jost", sans-serif;
  color: #2948ff;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.fa_3 .subscribe_area2 .title {
  text-align: left;
}
.fa_3 .subscribe_area2 .title h2 {
  color: #1e31a1;
  margin-left: 15px;
}
.fa_3 .subscribe_area2 .form-control {
  background: white;
  border: 0;
  box-shadow: 0px 3px 11px 0px rgba(111, 118, 117, 0.12);
  border-radius: 5px;
  padding: 29px 23px;
  color: #2652b8;
  display: block;
  margin-bottom: 27px;
  max-width: 435px;
}
.fa_3 .subscribe_area2 a {
  padding: 18px 29px;
}
.fa_3 .copy3 p {
  color: #494E70;
  font: 400 18px/28px "Roboto", sans-serif;
  max-width: 470px;
}
.fa_3 .copy3 p a {
  color: #41B846;
}
.fa_3 .copy3 .envelop-nav {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

/*----------------------------------------------------*/
@media (max-width: 1440px) {
  .banner_area {
    padding: 284px 0 253px 0;
  }

  .banner_area {
    padding: 190px 0 253px 0;
  }

  .why_chose_us .left_laptop {
    margin-left: 0;
  }

  .left_laptop img {
    max-width: 100%;
  }

  .our_feature.side_shape::before {
    display: none;
  }

  .our_feature .bar_item .chart-two {
    margin-left: 0;
  }

  .our_feature .author_desc .ilust-one {
    left: 0;
  }

  .our_feature .author_desc .ilust-two {
    left: 0;
  }

  .our_feature .author_desc .ilust-three {
    margin-left: 0;
  }

  .app_support_devices .monitor-one {
    margin-left: 0;
  }

  .baner_3::before {
    display: none;
  }

  .feature_2 {
    margin-top: -330px;
  }

  .app_dashbord .dashbord_img2 {
    margin-left: 0;
  }

  .incredible_profit .pie_chart .chart-nine {
    left: 0;
  }

  .incredible_profit .pie_chart .chart-bgnine {
    margin-left: -44px;
  }

  .app_testimonial3 .client_say_area .client-img2 {
    left: 0;
  }

  .app_testimonial3 .client_say_area .client-img {
    left: 0;
  }

  .app_testimonial3 .client_say_area .client-img3 {
    right: 0;
  }

  .app_testimonial3 .client_say_area .client-img4 {
    right: 0;
  }

  .app_testimonial .indicators-img li .testimonial_text .designation {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .main_header_area .navbar .navbar_supported {
    padding-right: 0;
  }

  .main_header_area .navbar .navbar_supported ul li a {
    margin: 0 10px;
  }

  .banner_area {
    padding: 284px 0 221px 0;
  }

  .banner_area .banner_content h1 {
    font-size: 48px;
    line-height: 68px;
  }

  .banner_area .banner_content h6 {
    margin-top: 40px;
  }

  .inner_title {
    font: 600 20px/32px "Jost", sans-serif;
  }

  .app_feature .feature_box {
    padding: 57px 50px 40px 50px;
  }

  .startup_business .secure_box .left_mockup {
    padding-left: 0;
  }

  .startup_business .secure_box:last-child {
    padding-bottom: 135px;
  }

  .price_plan .plan {
    margin-left: 120px;
  }

  .banner_area {
    padding: 150px 0 200px 0;
  }

  .why_chose_us {
    padding: 60px 0 45px 0;
  }

  .our_feature .feature_box2 {
    padding-right: 0;
  }

  .our_feature .author_desc .ilust-three {
    margin-left: 0;
    max-width: 100%;
  }

  .app_support_devices .monitor-one {
    margin-left: 0;
    max-width: 100%;
  }

  .app_support_devices .support_text_wrapper {
    padding: 0 30px 0 36px;
  }

  .banner_area {
    padding: 150px 0 65px 0;
  }

  .baneer_2::before {
    display: none;
  }

  .banner_desk {
    max-width: 100%;
  }

  .feature_2 {
    margin-top: 0;
    padding-top: 50px;
  }

  .incredible_profit .pie_chart .chart-bgnine {
    margin-left: 0;
    max-width: 100%;
  }

  .incredible_profit .pie_chart .chart-nine {
    left: 37px;
    max-width: 75%;
    top: 104px;
  }

  .app_testimonial {
    padding: 40px 0 70px 0;
  }

  .indicators-img li:nth-child(2) {
    display: none;
  }

  .indicators-img li:nth-child(4) {
    display: none;
  }
}
@media (max-width: 991px) {
  .header_area.navbar_fixed {
    padding: 30px 0 0 0;
  }

  .right_nav {
    position: absolute;
    right: 80px;
    top: 0;
  }

  .navbar_supported {
    background: #2652b8;
    border: 1px solid white;
    padding-right: 0;
    z-index: 3;
    margin-top: 15px;
  }

  .main_header_area .navbar-nav li {
    border-bottom: 1px solid #fff;
    padding: 5px 0;
  }
  .main_header_area .navbar-nav li:last-child {
    border-bottom: 0;
  }
  .main_header_area .navbar-nav li a {
    width: 100%;
  }
  .main_header_area .navbar-nav li .dropdown-menu li {
    border-top: 1px solid #fff;
  }
  .main_header_area .navbar-nav li .dropdown-menu li:first-child, .main_header_area .navbar-nav li .dropdown-menu li:last-child {
    border-bottom: 0;
  }
  .main_header_area .navbar-nav li .dropdown-menu li:nth-child(2) {
    border-bottom: 0;
  }

  .main_header_area .navbar .navbar_supported ul li a.nav-link {
    padding: 5px 0;
  }

  .banner_area {
    padding: 180px 0 180px 0;
  }

  .app_feature {
    padding: 0 0 20px 0;
  }

  .title h2 {
    font-size: 29px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .banner_area {
    padding: 160px 0 140px 0;
  }

  .chose_text_wrapper .title p {
    text-align: left;
    margin: 0;
  }

  .plan.plan2 {
    margin: 0 auto;
  }

  .app_subscribe {
    padding: 20px 0 20px 0;
  }

  .banner_area {
    padding: 160px 0 65px 0;
  }

  .app_dashbord {
    padding: 40px 0 40px 0;
  }

  .app_dashbord .dashbord_img2 {
    margin-left: 0;
    position: relative;
    width: 100%;
    right: 0;
  }

  .app_dashbord .dashbord_text .title p {
    margin-bottom: 20px;
    margin: 0;
  }

  .dashbord-two {
    max-width: 100%;
  }

  .our_feature .ft_box2 {
    padding: 0 90px 0 0px;
  }

  .feature_2 {
    padding-bottom: 30px;
  }

  .app_dashbord {
    padding: 40px 0 0px 0;
  }

  .incredible_profit {
    padding: 30px 0 30px 0;
  }

  .incredible_profit .pie_chart .chart-bgnine {
    margin-left: 54px;
    max-width: 80%;
    margin-top: 48px;
  }

  .incredible_profit .pie_chart .chart-nine {
    left: 75px;
    max-width: 65%;
    top: 138px;
  }

  .testimonial2 {
    padding: 0px 0 30px 0;
  }

  .app_support_devices {
    padding-bottom: 30px;
  }

  .price_plan {
    padding: 30px 0 30px 0;
  }

  .app_testimonial3 {
    padding: 40px 0 40px 0;
  }

  .app_testimonial3 .client_say_area {
    margin-bottom: 40px;
  }

  .app_testimonial3 .detail_text {
    padding: 10px 0px;
  }

  .app_client {
    padding: 40px 0 60px 0;
  }
}
@media (max-width: 767px) {
  .banner_area {
    padding: 130px 0 260px 0;
  }

  .banner_area .banner_content h6 {
    margin-top: 40px;
  }

  .price_plan .plan {
    margin-left: 0;
  }

  .title h2 {
    font-size: 29px;
    line-height: 50px;
    padding-bottom: 0;
  }

  .right_nav {
    display: none;
  }

  .banner_area.baneer_2 {
    padding: 130px 0 0px 0;
  }

  .baneer_2 .banner_chart {
    display: none;
  }

  .why_chose_us {
    padding: 20px 0 45px 0;
  }

  .our_feature .feature_row {
    padding-bottom: 0;
  }

  .baner_3 {
    padding: 160px 0 0px 0;
  }

  .incredible_profit .pie_chart .chart-nine {
    left: 7%;
    max-width: 75%;
    top: 19%;
  }

  .client-img {
    display: none;
  }

  .client-img2 {
    display: none;
  }

  .client-img3 {
    display: none;
  }

  .client-img4 {
    display: none;
  }

  .fa_3 .footer_widget p {
    padding-right: 0;
  }

  .app_screenshot {
    padding: 30px 0  0px 0;
  }

  .app_testimonial {
    padding: 40px 0 250px 0;
  }

  .testimonial2 {
    padding: 30px 0 30px 0;
  }

  .app_testimonial .indicators-img li:nth-child(3) {
    margin-top: 0;
  }

  .app_testimonial .indicators-img li:hover .testimonial_text, .app_testimonial .indicators-img li.active .testimonial_text {
    opacity: 1;
    visibility: visible;
    top: 0;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
  }

  .our_feature {
    padding-top: 0;
  }

  .fa_3::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .banner_area .banner_content h1 {
    font-size: 33px;
    line-height: 44px;
    margin-bottom: 10px;
  }

  .banner_area {
    padding: 130px 0 87px 0;
  }

  .our_feature {
    padding-top: 0;
  }

  .our_feature .bar2 .chart-eight {
    top: 25%;
  }

  .app_testimonial .indicators-img li:nth-child(3) {
    margin-top: 0;
  }

  .app_dashbord .dashbord_img2 {
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }

  .app_screenshot .video_tutorial::before {
    height: 524px;
  }

  .app_testimonial {
    padding: 30px 0 70px 0;
  }

  .title h2 {
    font-size: 21px;
    line-height: 35px;
    padding-bottom: 0;
  }

  .download_our_app {
    padding: 0 0 30px 0;
  }

  .banner_area.baneer_2 {
    padding: 130px 0 0 0;
  }

  .right_link.f-right {
    display: none;
  }

  .download_our_app .doownload_bg .btn_list li {
    margin: 10px 7px;
  }

  .fa_3 .footer_widget .social_list li {
    margin: 0 0px;
  }
}
@media (max-width: 420px) {
  .banner_area .banner_content h1 {
    font-size: 25px;
    line-height: 40px;
    margin-bottom: 18px;
  }

  .banner_area {
    padding: 130px 0 170px 0;
  }

  .title h2 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 3px;
  }

  .app_testimonial .indicators-img li:nth-child(3) {
    margin-top: 0;
  }

  .secure_business {
    padding: 75px 0 60px 0;
  }

  .secure_business .secure_list {
    padding-top: 30px;
  }

  .app_dashbord .dashbord_img2 {
    margin-left: 0;
    margin-right: 0;
    right: 0;
  }

  .app_screenshot .video_tutorial {
    margin-top: 140px;
  }

  .app_screenshot .video_tutorial::before {
    height: 464px;
    top: -67px;
  }

  .download_our_app .doownload_bg .btn_list li {
    margin: 6px 7px;
  }

  .our_feature .feature_box2 h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .app_support_devices .support_text_wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 360px) {
  .banner_area {
    padding: 130px 0 88px 0;
  }

  .right_nav.rightn_2 {
    display: none;
  }

  .banner_area .banner_content h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .our_feature .ft_box2 {
    padding: 0;
    margin-bottom: 0;
  }

  .mockup {
    max-width: 100%;
  }

  .mobile-bg1 {
    max-width: 100%;
  }

  .mobile-bg2 {
    max-width: 100%;
  }

  .mockup2 {
    max-width: 100%;
  }

  .mobile-bg3 {
    max-width: 100%;
  }

  .mobile-bg4 {
    max-width: 100%;
  }

  .chart-one {
    max-width: 100%;
  }

  .app_dashbord .dashbord_img2 {
    display: none;
  }

  .our_feature .bar_item .chart-two {
    max-width: 100%;
  }

  .startup_business {
    padding: 20px 0 0 0;
  }

  .testimonial2 .testimonial-wrapbox .img-active {
    width: 310px;
    overflow: hidden;
  }

  .testimonial2 .testimonial-wrapbox .item-active {
    padding: 43px 0 70px 0;
  }

  .testimonial2 .testimonial-wrapbox .item-active .testimonial-inner p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .price_plan .plan {
    margin-left: 0;
  }

  .price_plan .plan .pr_body .plan_list li {
    text-align: left;
    padding-left: 125px;
  }

  .app_subscribe .subscribe_bg .input-group .input-group-text {
    font-size: 17px;
    line-height: 28px;
    padding: 21px 20px;
  }

  .banner_area.banner_2 {
    padding: 130px 0 0 0;
  }

  .baner_3 .banner_content3 p {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .feature_2 .feat_box2 {
    padding: 50px 19px 50px 20px;
  }

  .our_feature .feature_box2 h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .app_support_devices .support_text_wrapper h3 {
    font-size: 20px;
    line-height: 30px;
  }

  .app_testimonial3 .item {
    padding: 126px 20px 20px;
  }

  .app_testimonial3 .item .inner_title {
    margin-bottom: 60px;
    font-size: 18px;
    line-height: 28px;
  }

  .app_testimonial3 .detail_text {
    font-size: 18px;
    line-height: 28px;
  }

  .right_link.f-right {
    display: none;
  }

  .app_support_devices {
    padding-top: 100px;
  }

  .download_our_app .doownload_bg .btn_list li a {
    font-size: 18px;
  }

  .fa_3 .subscribe_area2 {
    padding: 0 15px 0 15px;
  }

  .fa_3::before {
    display: none;
  }
}
/*---------------------------------------------------- */
/*All CSS call*/
/* Bootstrap CSS */
/* Icon CSS */
/* Extra Plugins CSS */
/* Font family link */

/*# sourceMappingURL=style.css.map */
