/*----------------------------------------------------
@File: Default Styles
@Author: 
@URL: 

This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author:


=====================================================================*/

/*General*/
.theme_feature_area .read_btn, .compare_content_item .compare_btn {
  height: 45px;
  width: 145px;
  font-size: 15px;
  margin-top: 35px;
  line-height: 45px;
  font-weight: 600;
  border-radius: 25px;
  background-color: #161616;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  font-family: "Poppins";
  overflow: hidden;
  z-index: 1;
  position: relative;
  transition: .3s all ease-in-out; }
  .theme_feature_area .read_btn a, .compare_content_item .compare_btn a {
    width: 100%;
    display: block;
    color: #fff; }

.theme_feature_area .read_btn:before, .compare_content_item .compare_btn:before {
  top: 0;
  left: 0;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background-image: -webkit-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
  background-image: -o-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%); }

.theme_feature_area .read_btn:hover, .compare_content_item .compare_btn:hover {
  -webkit-box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25); }
  .theme_feature_area .read_btn:hover:before, .compare_content_item .compare_btn:hover:before {
    opacity: 1; }

@-webkit-keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeFromRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.fadeFromRight {
  -webkit-animation-name: fadeFromRight;
  animation-name: fadeFromRight; }

.fadeFromLeft {
  -webkit-animation-name: fadeFromLeft;
  animation-name: fadeFromLeft; }

/*global area*/
/*----------------------------------------------------*/
.appilo-saas {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.4;
  font-family: "Roboto";
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

.appilo-saas ::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf; }

.appilo-saas ::selection {
  color: #ffffff;
  background-color: #6e3ebf; }

.appilo-saas ::-moz-selection {
  color: #ffffff;
  background-color: #6e3ebf; }

.appilo-saas .container {
  max-width: 1200px; }

.ul-li ul {
  margin: 0;
  padding: 0; }
  .ul-li ul li {
    list-style: none;
    display: inline-block; }
.footer_widget .menu {
  margin: 0;
  padding: 0; }
.footer_widget .menu  li {
    list-style: none;
    display: inline-block; }

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

div#saas-preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background-color: #fff;
  background: #fff url("../img/saas/pre.svg") no-repeat center center; }

.appilo-saas [data-background] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.decoration-wrapper {
  overflow: hidden;
  position: relative; }

.appilo-saas a {
  color: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.appilo-saas img {
  max-width: 100%;
  height: auto; }

.appilo-saas section {
  overflow: hidden; }

.appilo-saas button {
  cursor: pointer; }

.appilo-saas .form-control:focus,
.appilo-saas button:visited,
.appilo-saas button.active,
.appilo-saas button:hover,
.appilo-saas button:focus,
.appilo-saas input:visited,
.appilo-saas input.active,
.appilo-saas input:hover,
.appilo-saas input:focus,
.appilo-saas textarea:hover,
.appilo-saas textarea:focus,
.appilo-saas a:hover,
.appilo-saas a:focus,
.appilo-saas a:visited,
.appilo-saas a.active,
.appilo-saas select,
.appilo-saas select:hover,
.appilo-saas select:focus,
.appilo-saas select:visited {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  color: inherit; }

.appilo-saas .form-control {
  -webkit-box-shadow: none;
  box-shadow: none; }

.relative-position {
  position: relative; }

.pera-content p {
  margin-bottom: 0; }

@-moz-keyframes zooming {
  0% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -moz-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  100% {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes zooming {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes zooming {
  0% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05); }
  100% {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

.zooming {
  -moz-animation: zooming 18s infinite both;
  -webkit-animation: zooming 18s infinite both;
  animation: zooming 18s infinite both; }

.headline h1,
.headline h2,
.headline h3,
.headline h4,
.headline h5,
.headline h6 {
  margin: 0;
  font-family: "Poppins"; }

.section_title {
  margin: 0 auto;
  max-width: 530px; }
  .section_title .title_tag {
    font-size: 14px;
    font-family: "Poppins";
    display: inline-block;
    border-radius: 20px;
    margin-bottom: 20px;
    line-height: 35px;
    background-color: #fff;
    padding-right: 20px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.15); }
    .section_title .title_tag .tag_icon {
      height: 35px;
      width: 35px;
      line-height: 35px;
      margin-right: 13px;
      border-radius: 100%;
      background-image: -webkit-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
      background-image: -o-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
      background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%);
      display: flex;
      justify-content: center;
    }
    .section_title .title_tag .tag_icon svg {
      fill: white;
      width: 22px;
      height: 34px;
    }
      .section_title .title_tag .tag_icon i {
        color: #fff;
        font-size: 18px;
      padding-top: 10px;
      }
  .section_title .section_title_text h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.306;
    padding-bottom: 20px; }
    .section_title .section_title_text h2 span {
      font-weight: 400; }
  .section_title .section_title_text p {
    font-size: 18px;
    line-height: 1.667; }

@-webkit-keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 1; } }

@keyframes line_animation {
  0% {
    top: 0px;
    opacity: 1; }
  50% {
    top: 50%; }
  100% {
    top: 100%;
    opacity: 1; } }

@-webkit-keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 1; } }

@keyframes scroll2 {
  0% {
    opacity: 1;
    bottom: 0px; }
  50% {
    bottom: 50%; }
  100% {
    bottom: 100%;
    opacity: 1; } }

@keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 1920px 0; } }

@-webkit-keyframes slide {
  from {
    background-position: 0 0; }
  to {
    background-position: 1920px 0; } }

.line_animation {
  top: 0px;
  left: 50%;
  width: 80%;
  bottom: 0px;
  z-index: -1;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .line_animation:before {
    width: 10px;
    left: -2px;
    content: '';
    height: 10px;
    border-radius: 100%;
    position: absolute;
    -webkit-animation: line_animation 15s ease-out infinite;
    animation: line_animation 15s ease-out infinite;
    background-color: #59adfe; }
  .line_animation .line_area {
    width: 20%;
    float: left;
    height: 100%;
    position: relative;
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .line_animation .line_area:before {
      width: 10px;
      right: -2px;
      content: '';
      height: 10px;
      border-radius: 100%;
      position: absolute;
      background-color: #59adfe; }

.line_animation .line_area:nth-child(even):before {
  -webkit-animation: line_animation 15s ease-out infinite;
  animation: line_animation 15s ease-out infinite; }

.line_animation .line_area:nth-child(odd):before {
  -webkit-animation: scroll2 15s ease-out infinite;
  animation: scroll2 15s ease-out infinite; }

.scrollup {
  width: 55px;
  right: 30px;
  z-index: 5;
  height: 55px;
  bottom: 100px;
  display: none;
  position: fixed;
  border-radius: 100%;
  line-height: 55px;
  background-image: -webkit-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
  background-image: -o-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
  background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%); }
  .scrollup:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    left: 20px;
    top: 15px;
    right: 0px;
    -webkit-box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.75);
    box-shadow: 0 0 15px 10px rgba(255, 255, 255, 0.75);
    border-radius: 50%; }
  .scrollup i {
    color: #fff;
    font-size: 20px; }

/*---------------------------------------------------- */
/*header area*/
/*----------------------------------------------------*/
.main_header {
  z-index: 1;
  padding-top: 80px;
  width: 100%;
  position: absolute; }

.saas-main-navigation {
  display: inline-block; }
  .saas-main-navigation .navbar-nav {
    display: inherit; }
    .saas-main-navigation .navbar-nav li {
      position: relative; }
      .saas-main-navigation .navbar-nav li a {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 35px 10px;
        font-family: "Poppins";
        position: relative; }
        .saas-main-navigation .navbar-nav li a:after {
          left: 0;
          width: 0%;
          height: 2px;
          content: '';
          bottom: 25px;
          position: absolute;
          background-color: #31f9ef;
          -webkit-transition: .3s all ease-in-out;
          -o-transition: .3s all ease-in-out;
          transition: .3s all ease-in-out; }
        .saas-main-navigation .navbar-nav li a:hover:after {
          width: 100%; }

.sign_up_btn {
  height: 38px;
  width: 90px;
  color: #000000;
  font-weight: 600;
  line-height: 38px;
  margin-left: 38px;
  border-radius: 25px;
  font-family: "Poppins";
  display: inline-block;
  background-color: #30f8ef;
  -webkit-box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
  box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25); }

.menu-bg-overlay {
  background-color: #000;
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  position: fixed;
  top: -90px;
  padding: 25px 0px;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }

.main_header.menu-bg-overlay {
  z-index: 9;
  top: 0px;
  -webkit-box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.8); }
  .main_header.menu-bg-overlay .saas-main-navigation .navbar-nav li a:after {
    display: none; }

.saas-main-navigation .dropdown {
  position: relative; }

.saas-main-navigation .dropdown > .dropdown-menu {
  top: 65px;
  left: 0;
  opacity: 0;
  z-index: 2;
  margin: 0px;
  padding: 0px;
  height: auto;
  width: 150px;
  display: block;
  padding: 10px 15px 10px;
  visibility: hidden;
  position: absolute;
  border-radius: 0;
  background-color: #fff;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: none;
  -webkit-box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1);
  box-shadow: 0 5px 10px 0 rgba(83, 82, 82, 0.1); }
  .saas-main-navigation .dropdown > .dropdown-menu li {
    padding-bottom: 5px; }
    .saas-main-navigation .dropdown > .dropdown-menu li a {
      color: #000;
      font-size: 14px; }
      .saas-main-navigation .dropdown > .dropdown-menu li a:after {
        display: none; }

.saas-main-navigation .dropdown:hover .dropdown-menu {
  top: 55px;
  opacity: 1;
  visibility: visible; }

.mobile_menu_content {
  top: 0px;
  bottom: 0;
  right: -350px;
  height: 100vh;
  z-index: 101;
  position: fixed;
  width: 280px;
  overflow-y: scroll;
  background-color: #fff;
  padding: 40px 0px;
  -webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.19);
  -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
  transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s; }
  .mobile_menu_content .saas-main-navigation {
    width: 100%; }
    .mobile_menu_content .saas-main-navigation .navbar-nav {
      width: 100%; }
  .mobile_menu_content .navbar-nav .dropdown-menu {
    position: static !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }
  .mobile_menu_content .saas-main-navigation .navbar-nav li {
    width: 100%;
    display: block;
    padding: 5px 30px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    border-bottom: 1px solid #dcdcdc; }
    .mobile_menu_content .saas-main-navigation .navbar-nav li:first-child {
      border-top: 1px solid #dcdcdc; }
    .mobile_menu_content .saas-main-navigation .navbar-nav li a {
      color: #000;
      padding: 0;
      width: 100%;
      display: block;
      font-size: 14px;
      font-weight: 400; }
  .mobile_menu_content .m-brand-logo {
    margin-bottom: 30px; }

.mobile_menu_wrap.mobile_menu_on .mobile_menu_content {
  right: -15px;
  -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
  transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s; }

.mobile_menu_overlay {
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  right: -100%;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all .8s ease-in .8s;
  -o-transition: all .8s ease-in .8s;
  transition: all .8s ease-in .8s; }

.mobile_menu_overlay_on {
  overflow: hidden; }

.mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay {
  right: 0;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s;
  transition: all .8s ease-out 0s; }

.mobile_menu_button {
  position: absolute;
  display: none;
  right: 0;
  cursor: pointer;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  top: -38px; }

.mobile_menu .saas-main-navigation .navbar-nav li a:after {
  display: none; }

.mobile_menu .saas-main-navigation .dropdown > .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu {
  border: none;
  display: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0; }
  .mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu li {
    border: none;
    padding: 3px 20px;
    line-height: 1; }
    .mobile_menu .mobile_menu_content .saas-main-navigation .navbar-nav .dropdown-menu li a {
      color: #000; }

.mobile_menu .dropdown {
  position: relative; }
  .mobile_menu .dropdown:before {
    top: 7px;
    right: 30px;
    font-size: 12px;
    font-weight: 700;
    content: '\f078';
    position: absolute;
    font-family: 'Font Awesome 5 Free'; }

.mobile_menu .mobile_menu_close {
  color: #d60606;
  cursor: pointer;
  top: 15px;
  left: 15px;
  font-size: 20px;
  position: absolute; }

/*---------------------------------------------------- */
/*banner area*/
/*----------------------------------------------------*/
.banner_section {
  overflow: visible !important;
  margin-bottom: 200px;
  z-index: 0;
  padding: 215px 0 325px 0; }
.saas-default .banner_section {
  overflow: visible;
  margin-bottom: 0px;
  z-index: 0;
  padding: 215px 0 25px 0; }

.banner_text {
  margin: 0 auto;
  max-width: 520px; }
  .banner_text h1 {
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    padding-bottom: 20px; }
  .banner_text p {
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    max-width: 500px;
    line-height: 1.35;
    padding-bottom: 40px; }
.saas-default .banner_text .page-breadcrumb li,
.saas-default .banner_text .page-breadcrumb a{
    color: #fff;
    margin: 0 auto;
    font-size: 20px;
    max-width: 500px;
    line-height: 1.35;
    padding-bottom: 40px; }
  .banner_text .download_btn {
    color: #fff;
    width: 175px;
    height: 55px;
    font-size: 15px;
    margin: 0 auto;
    font-weight: 700;
    line-height: 50px;
    border-radius: 30px;
    background-color: #000;
    font-family: "Poppins"; }
    .banner_text .download_btn a {
      display: block;
      width: 100%; }

.banner_screen {
  left: 0;
  right: 0;
  bottom: -155px;
  margin: 0 auto;
  max-width: 765px;
  position: absolute; }
  .banner_screen .screen_img .middle_screen {
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14); }
  .banner_screen .screen_img .side_screen1 {
    top: -30px;
    left: -102px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14); }
  .banner_screen .screen_img .side_screen2 {
    top: 65px;
    right: -150px;
    position: absolute;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.14); }

.banner_shape1,
.banner_shape2,
.banner_shape3 {
  position: absolute; }

.banner_shape1 {
  top: 80px;
  left: 30%; }

.banner_shape2 {
  top: 220px;
  left: 12%; }

.banner_shape3 {
  top: 40%;
  right: 15%; }

/*---------------------------------------------------- */
/*Feature area*/
/*----------------------------------------------------*/
  .featured_service_section .section_title {
    padding-bottom: 55px; }
    .featured_service_section .section_title h2 {
      margin: 0 auto;
      max-width: 380px; }

.featured_content li {
  float: left;
  list-style: none;
  padding-bottom: 40px; }

.featured_content .featured_icon_text {
  z-index: 1;
  width: 285px;
  height: 425px;
  padding: 0 10px;
  margin: 0px auto;
  overflow: hidden;
  padding-top: 60px;
  border-radius: 15px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .featured_content .featured_icon_text:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    background-image: -webkit-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
    background-image: -o-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
    background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%); }
  .featured_content .featured_icon_text .featured_icon {
    width: 110px;
    height: 110px;
    margin: 0 auto;
    line-height: 110px;
    margin-bottom: 25px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
    box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
    background-image: -webkit-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
    background-image: -o-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
    background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%); }
    .featured_content .featured_icon_text .featured_icon i {
      color: #fff;
      font-size: 50px;
      padding-top: 30px;
    }
.featured_content .featured_icon_text .featured_icon svg {
  fill: white;
  width: 50px;
  height: 85px;
  padding-top: 30px;
    }
    .featured_content .featured_icon_text .featured_icon:before {
      position: absolute;
      content: '';
      width: 0px;
      height: 0px;
      left: 40px;
      top: 25px;
      right: 0px;
      -webkit-box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.75);
      box-shadow: 0 0 25px 25px rgba(255, 255, 255, 0.75);
      border-radius: 50%; }
  .featured_content .featured_icon_text .featured_text {
    padding: 0 20px;
    margin-bottom: 30px; }
    .featured_content .featured_icon_text .featured_text h3 {
      color: #161616;
      font-size: 20px;
      font-weight: 600;
      padding-bottom: 20px;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .featured_content .featured_icon_text .featured_text p {
      line-height: 1.625;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .featured_content .featured_icon_text .feature_btn {
    opacity: 0;
    visibility: hidden;
    margin-right: 25px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .featured_content .featured_icon_text .feature_btn a {
      color: #30f7ee;
      font-size: 15px;
      font-weight: 700;
      font-family: "Poppins";
      position: relative; }
      .featured_content .featured_icon_text .feature_btn a:after {
        font-weight: 900;
        content: "\f061";
        position: absolute;
        right: -20px;
        font-family: 'Font Awesome 5 Free'; }
  .featured_content .featured_icon_text:hover {
    -webkit-box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
    box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25); }
    .featured_content .featured_icon_text:hover:before {
      opacity: 1;
      visibility: visible; }
    .featured_content .featured_icon_text:hover .featured_text p, .featured_content .featured_icon_text:hover .featured_text h3 {
      color: #fff; }
    .featured_content .featured_icon_text:hover .feature_btn {
      opacity: 1;
      visibility: visible; }

  #featured_scroll .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    margin: 0 auto;
    height: 30px;
    max-width: 570px; }
  #featured_scroll .mCSB_scrollTools .mCSB_draggerRail {
    height: 20px;
    background-color: #ececec; }
  #featured_scroll .mCSB_scrollTools {
    opacity: 1; }
  #featured_scroll .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 20px;
    -webkit-box-shadow: 0px 6px 18px -5px rgba(2, 8, 38, 0.35);
    box-shadow: 0px 6px 18px -5px rgba(2, 8, 38, 0.35);
    background-color: #22b0e7; }

.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  -ms-touch-action: pan-x pinch-zoom;
  touch-action: pan-x pinch-zoom; }

.mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y pinch-zoom;
  touch-action: pan-y pinch-zoom; }

  .theme_feature_area .theme_feature_content {
    padding: 58px 35px; }
    .theme_feature_area .theme_feature_content h3 {
      color: #fff;
      font-size: 24px;
      font-weight: 600;
      padding-bottom: 30px; }
    .theme_feature_area .theme_feature_content p {
      color: #fff;
      font-size: 18px;
      line-height: 1.444;
      padding-bottom: 25px; }
    .theme_feature_area .theme_feature_content .theme_feature_list li {
      width: 100%;
      color: #fff;
      font-size: 17px;
      margin-bottom: 22px; }
      .theme_feature_area .theme_feature_content .theme_feature_list li:before {
        float: left;
        color: #18ff00;
        font-size: 16px;
        margin-right: 8px;
        content: "\f00c";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
      }
      .theme_feature_area .theme_feature_content .theme_feature_list li span {
        overflow: hidden; }
  .theme_feature_area .features_one {
    margin-left: 100px;
    background-color: #138afd; }
  .theme_feature_area .features_two {
    margin-right: 100px;
    background-color: #000000; }
    .theme_feature_area .features_two .theme_feature_list li:before {
      color: #20fcee; }
    .theme_feature_area .features_two .read_btn {
      background-color: #20fcee; }
      .theme_feature_area .features_two .read_btn a {
        color: #000000;
        font-weight: 600;
        -webkit-transition: .3s all ease-in-out;
        -o-transition: .3s all ease-in-out;
        transition: .3s all ease-in-out; }
      .theme_feature_area .features_two .read_btn:hover a {
        color: #fff; }

/*---------------------------------------------------- */
/*compare area*/
/*----------------------------------------------------*/
.compare_section{
  overflow: visible !important;
}
.compare_section .compare_title h2 {
    color: #161616;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.324;
    padding-bottom: 18px; }
  .compare_section .compare_title p {
    color: #383838;
    font-size: 18px;
    padding-bottom: 28px; }

  .compare_content_item .compare_list {
    padding-left: 30px; }
    .compare_content_item .compare_list li {
      margin-bottom: 20px; }
  .compare_section_two .compare_content_item .compare_list li {
      padding-left: 25px; }
.compare_section_two .compare_content_item .compare_list li:before {
  left: 45px;
}
      .compare_content_item .compare_list li:before {
        float: left;
        color: #27c317;
        content: "\f064";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        left: 20px;
      }
      .compare_content_item .compare_list li span {
        overflow: hidden; }
  .compare_content_item .compare_content {
    padding-top: 30px; }

.compare_img {
  z-index: 4;
  max-width: 525px; }
  .compare_img .compare_shape1,
  .compare_img .compare_shape2 {
    z-index: -1;
    position: absolute; }
  .compare_img .compare_shape1 {
    top: 35px;
    left: 0; }
  .compare_img .compare_shape2 {
    top: 15px;
    right: 0; }

.compare_section_two .compare_shape1 {
  top: 20px;
  left: -65px; }

.compare_section_two .compare_shape2 {
  top: 0;
  right: 65px; }

.compare_section_two .compare_content {
  padding-left: 30px; }
  .compare_section_two .compare_content .compare_title {
    padding-bottom: 15px; }

.compare_section_two .compare_content_item .compare_list {
  padding-left: 0; }

/*---------------------------------------------------- */
/*user area*/
/*----------------------------------------------------*/
.trusted_user_section {
  overflow: visible !important; }

.trusted_content_img {
  padding-left: 45px; }
  .trusted_content_img li {
    width: 95px;
    height: 95px;
    line-height: 102px;
    border-radius: 100%;
    margin: 0 20px 20px 0px;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    -webkit-box-shadow: 0px 4px 15px 0px rgba(23, 23, 23, 0.13);
    box-shadow: 0px 4px 15px 0px rgba(23, 23, 23, 0.13); }
    .trusted_content_img li:nth-child(1) {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .trusted_content_img li:nth-child(2) {
      -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
      transform: translateY(30px); }
      .trusted_content_img li:nth-child(2):hover {
        -webkit-transform: translateY(30px) scale(1.1);
        -ms-transform: translateY(30px) scale(1.1);
        transform: translateY(30px) scale(1.1); }
    .trusted_content_img li:nth-child(3) {
      -webkit-transform: translateY(60px);
      -ms-transform: translateY(60px);
      transform: translateY(60px); }
      .trusted_content_img li:nth-child(3):hover {
        -webkit-transform: translateY(60px) scale(1.1);
        -ms-transform: translateY(60px) scale(1.1);
        transform: translateY(60px) scale(1.1); }
    .trusted_content_img li:nth-child(4) {
      -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
      transform: translateY(-35px); }
      .trusted_content_img li:nth-child(4):hover {
        -webkit-transform: translateY(-35px) scale(1.1);
        -ms-transform: translateY(-35px) scale(1.1);
        transform: translateY(-35px) scale(1.1); }
    .trusted_content_img li:nth-child(5) {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
      .trusted_content_img li:nth-child(5):hover {
        -webkit-transform: translateY(0px) scale(1.1);
        -ms-transform: translateY(0px) scale(1.1);
        transform: translateY(0px) scale(1.1); }
    .trusted_content_img li:nth-child(6) {
      -webkit-transform: translateY(25px);
      -ms-transform: translateY(25px);
      transform: translateY(25px); }
      .trusted_content_img li:nth-child(6):hover {
        -webkit-transform: translateY(25px) scale(1.1);
        -ms-transform: translateY(25px) scale(1.1);
        transform: translateY(25px) scale(1.1); }
    .trusted_content_img li:nth-child(7) {
      -webkit-transform: translateY(55px);
      -ms-transform: translateY(55px);
      transform: translateY(55px); }
      .trusted_content_img li:nth-child(7):hover {
        -webkit-transform: translateY(55px) scale(1.1);
        -ms-transform: translateY(55px) scale(1.1);
        transform: translateY(55px) scale(1.1); }
    .trusted_content_img li:nth-child(8) {
      -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
      transform: translateY(-35px); }
      .trusted_content_img li:nth-child(8):hover {
        -webkit-transform: translateY(-35px) scale(1.1);
        -ms-transform: translateY(-35px) scale(1.1);
        transform: translateY(-35px) scale(1.1); }
    .trusted_content_img li:nth-child(9) {
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
      .trusted_content_img li:nth-child(9):hover {
        -webkit-transform: translateY(0px) scale(1.1);
        -ms-transform: translateY(0px) scale(1.1);
        transform: translateY(0px) scale(1.1); }
    .trusted_content_img li:nth-child(10) {
      -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
      transform: translateY(20px); }
      .trusted_content_img li:nth-child(10):hover {
        -webkit-transform: translateY(20px) scale(1.1);
        -ms-transform: translateY(20px) scale(1.1);
        transform: translateY(20px) scale(1.1); }
    .trusted_content_img li:nth-child(11) {
      -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
      transform: translateY(50px); }
      .trusted_content_img li:nth-child(11):hover {
        -webkit-transform: translateY(50px) scale(1.1);
        -ms-transform: translateY(50px) scale(1.1);
        transform: translateY(50px) scale(1.1); }
    .trusted_content_img li:nth-child(12) {
      -webkit-transform: translateY(-35px);
      -ms-transform: translateY(-35px);
      transform: translateY(-35px); }
      .trusted_content_img li:nth-child(12):hover {
        -webkit-transform: translateY(-35px) scale(1.1);
        -ms-transform: translateY(-35px) scale(1.1);
        transform: translateY(-35px) scale(1.1); }
    .trusted_content_img li:hover {
      -webkit-box-shadow: 0px 4px 35px 0px rgba(23, 23, 23, 0.13);
      box-shadow: 0px 4px 35px 0px rgba(23, 23, 23, 0.13); }

.user_content {
  padding-top: 10px; }
  .user_content .section_title {
    margin-left: 0; }
  .user_content .user_text {
    color: #383838;
    font-size: 18px;
    padding-top: 25px; }

/*---------------------------------------------------- */
/*partner area*/
/*----------------------------------------------------*/
.partner_section {
  z-index: 1;
  overflow: visible !important;
}
  .partner_section .section_title {
    margin: 0;
    max-width: 100%;
    padding: 0px 0px 25px 85px; }
  .partner_section .mem_img_text .mem_pic {
    width: 230px;
    height: 230px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%; }
    .partner_section .mem_img_text .mem_pic:before {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.3); }
    .partner_section .mem_img_text .mem_pic:after {
      content: '';
      height: 100%;
      width: 100%;
      bottom: -95px;
      opacity: 0;
      visibility: hidden;
      left: -18px;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      background-image: url(../img/saas/partner/pbg.png);
      background-repeat: no-repeat;
      position: absolute; }
  .partner_section .mem_img_text .member_social {
    bottom: 20px;
    z-index: 3;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    position: absolute;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
    .partner_section .mem_img_text .member_social li {
      color: #fff;
      font-size: 18px;
      margin: 0px 7px; }
  .partner_section .mem_img_text .mem_img_line {
    z-index: 1; }
    .partner_section .mem_img_text .mem_img_line .line_shape1,
    .partner_section .mem_img_text .mem_img_line .line_shape2 {
      height: 325px;
      position: absolute;
      width: 5px;
      top: -40px;
      left: 120px;
      z-index: -1;
      -webkit-transform: rotate(50deg);
      -ms-transform: rotate(50deg);
      transform: rotate(50deg);
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      -webkit-box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
      box-shadow: 0px 14px 18px 0px rgba(1, 105, 228, 0.25);
      background-image: -webkit-linear-gradient(334deg, #0478e9 0%, #20fdee 100%);
      background-image: -o-linear-gradient(334deg, #0478e9 0%, #20fdee 100%);
      background-image: linear-gradient(116deg, #0478e9 0%, #20fdee 100%); }
    .partner_section .mem_img_text .mem_img_line .line_shape2 {
      top: -35px;
      height: 285px;
      left: 140px; }
  .partner_section .mem_img_text .mem_name_designation {
    margin-top: 45px; }
    .partner_section .mem_img_text .mem_name_designation h4 {
      color: #0e0e0e;
      font-size: 20px;
      font-weight: 700;
      padding-bottom: 10px; }
    .partner_section .mem_img_text .mem_name_designation p {
      font-size: 15px;
      color: #383838; }
  .partner_section .mem_img_text:hover .member_social {
    opacity: 1;
    bottom: 35px;
    visibility: visible; }
  .partner_section .mem_img_text:hover .mem_pic:after {
    opacity: 1;
    visibility: visible; }
  .partner_section .mem_img_text:hover .line_shape1,
  .partner_section .mem_img_text:hover .line_shape2 {
    height: 285px;
    opacity: 1;
    visibility: visible; }
  .partner_section .mem_img_text:hover .line_shape2 {
    height: 325px; }

.partner_text {
  font-size: 18px;
  max-width: 480px;
  padding-top: 20px;
  padding-left: 35px;
  line-height: 1.667; }

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.testimonial_section {
  overflow: visible !important; }
  .testimonial_section .section_title {
    padding-bottom: 50px; }

.testimonial_content {
  padding: 20px;
  display: inline-block; }
  .testimonial_content .testimonial_rating {
    margin-top: 10px; }
    .testimonial_content .testimonial_rating li {
      font-size: 14px;
      color: #f6b91c; }
  .testimonial_content .testimonial_text {
    z-index: 1;
    padding: 50px 40px;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    background-color: white;
    -webkit-box-shadow: 0px 7px 24px 0px rgba(2, 55, 156, 0.2);
    box-shadow: 0px 7px 24px 0px rgba(2, 55, 156, 0.2); }
    .testimonial_content .testimonial_text p {
      line-height: 1.875; }
    .testimonial_content .testimonial_text:before {
      content: '';
      height: 100%;
      width: 40%;
      position: absolute;
      right: -45px;
      z-index: -1;
      bottom: -95px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      background-image: url(../img/saas/testimonial/tshape1.png);
      background-repeat: no-repeat; }
    .testimonial_content .testimonial_text:hover:before {
      bottom: -85px;
      opacity: 1;
      visibility: visible; }

.appilo-saas .qoute_mark:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: -45px;
  z-index: 1;
  border-left: 0px solid transparent;
  border-right: 50px solid transparent;
  border-top: 45px solid #fff;
  -webkit-filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2));
  filter: drop-shadow(0px 20px 13px rgba(2, 55, 156, 0.2)); }

.testimonial_name_designation {
  margin-top: 30px;
  padding-left: 30px; }
  .testimonial_name_designation .testimonial_img {
    height: 65px;
    width: 65px;
    border-radius: 100%;
    margin-right: 18px;
    overflow: hidden;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29); }
  .testimonial_name_designation .testimonial_meta {
    margin-top: 10px;
    display: inline-block; }
    .testimonial_name_designation .testimonial_meta h4 {
      font-size: 22px;
      font-weight: 700;
      color: #161616; }
    .testimonial_name_designation .testimonial_meta p {
      font-size: 14px;
      color: #444444; }

.testimonial_slider .carousel-control-prev,
.testimonial_slider .carousel-control-next {
  top: auto;
  left: 190px;
  bottom: 40px;
  font-size: 18px;
  color: #373a5b;
  width: 50px;
  height: 50px;
  opacity: 1;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-weight: 700;
  display: inline-block;
  margin: 0px 15px 0px 0px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18);
  box-shadow: 0px 7px 7px 0px rgba(0, 15, 44, 0.18); }
  .testimonial_slider .carousel-control-prev:before,
  .testimonial_slider .carousel-control-next:before {
    position: absolute;
    content: "\f061";
    left: 0px;
    top: 0px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }
  .testimonial_slider .carousel-control-prev:hover,
  .testimonial_slider .carousel-control-next:hover {
    background-color: #000;
    color: #fff; }

.testimonial_slider .carousel-control-prev {
  left: 120px; }
  .testimonial_slider .carousel-control-prev:before {
    content: "\f060"; }

.carousel-indicators {
  position: static; }

.testimonial_indicator {
  margin: 20px 20px 0 0;
  display: block;
  height: 510px;
  max-width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-image: url(../img/saas/testimonial/in-bg.png); }
  .testimonial_indicator .carousel-indicators li {
    position: absolute;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #202020;
    border-radius: 50%;
    border: 5px solid #fff;
    overflow: hidden;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 7px 6px 0px rgba(0, 15, 44, 0.19), inset -1px 0px 27px 0px rgba(0, 0, 0, 0.29); }
    .testimonial_indicator .carousel-indicators li img {
      display: block; }
    .testimonial_indicator .carousel-indicators li:nth-child(1) {
      bottom: 105px;
      right: 100px; }
    .testimonial_indicator .carousel-indicators li:nth-child(2) {
      left: 90px;
      bottom: 45px; }
    .testimonial_indicator .carousel-indicators li:nth-child(3) {
      top: 40%;
      left: 0px; }
    .testimonial_indicator .carousel-indicators li:nth-child(4) {
      top: 90px;
      left: 100px; }
    .testimonial_indicator .carousel-indicators li:nth-child(5) {
      top: 35%;
      left: 0;
      right: 0;
      margin: 0 auto; }
    .testimonial_indicator .carousel-indicators li:nth-child(6) {
      right: 120px;
      top: -30px; }
  .testimonial_indicator .active {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5); }

/*---------------------------------------------------- */
/*testimonial area*/
/*----------------------------------------------------*/
.newslatter_content {
  left: 0;
  left: 0;
  right: 0;
  top: -165px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  max-width: 1170px;
  border-radius: 20px;
  padding: 65px 0px 70px;
  overflow: hidden;
  z-index: 2;
  -webkit-box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  box-shadow: inset 0px 2px 8px 0px rgba(0, 0, 0, 0.29);
  background-image: -webkit-linear-gradient(205deg, #0478e9 0%, #20fdee 100%);
  background-image: -o-linear-gradient(205deg, #0478e9 0%, #20fdee 100%);
  background-image: linear-gradient(-115deg, #0478e9 0%, #20fdee 100%); }
  .newslatter_content:after {
    content: '';
    position: absolute;
    height: 300px;
    width: 300px;
    border-radius: 100%;
    top: -40px;
    right: -160px;
    border: 30px solid #3f91e0; }
  .newslatter_content .newslatter_title {
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 45px; }
    .newslatter_content .newslatter_title h2 {
      color: #fff;
      font-size: 36px;
      font-weight: 700;
      padding-bottom: 20px; }
    .newslatter_content .newslatter_title p {
      color: #fff;
      line-height: 1.75; }
  .newslatter_content .newslatter-form {
    margin: 0 auto;
    max-width: 650px;
    padding-left: 30px; }
    .newslatter_content .newslatter-form input {
      width: 100%;
      height: 65px;
      border: none;
      padding: 0px 25px;
      border-radius: 5px;
      -webkit-box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25);
      box-shadow: 0px 6px 40px 0px rgba(5, 41, 140, 0.25); }
    .newslatter_content .newslatter-form .nws-button {
      position: absolute;
      top: 8px;
      right: 8px; }
      .newslatter_content .newslatter-form .nws-button button {
        height: 50px;
        width: 130px;
        border: none;
        color: #fff;
        font-size: 15px;
        font-weight: 700;
        border-radius: 5px;
        font-family: "Poppins";
        background-image: -webkit-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
        background-image: -o-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
        background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%); }
        .newslatter_content .newslatter-form .nws-button button:hover {
          background-image: -webkit-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
          background-image: -o-linear-gradient(128deg, #20fdee 0%, #0478e9 100%);
          background-image: linear-gradient(-38deg, #20fdee 0%, #0478e9 100%); }
  .newslatter_content .img_bg {
    top: 15px;
    position: absolute;
    left: 15px; }
  .newslatter_content .subs_icon {
    position: absolute;
    left: 0px;
    top: 50px;
    right: 0px;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin: 0 auto; }
  .newslatter_content .subs_icon .subs_iconitem-1 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0px;
    top: 150px;
    animation: slide 60s linear infinite;
    -webkit-animation: slide 60s linear infinite; }
  .newslatter_content .subs_icon .subs_iconitem-2 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0px;
    top: 70px;
    animation: slide 50s linear infinite;
    -webkit-animation: slide 50s linear infinite; }
  .newslatter_content .subs_icon .subs_iconitem-3 {
    width: 100%;
    height: 46px;
    background-repeat: no-repeat;
    left: 0px;
    top: 310px;
    animation: slide 90s linear infinite;
    -webkit-animation: slide 90s linear infinite; }

/*---------------------------------------------------- */
/*Footer area*/
/*----------------------------------------------------*/
.footer_section {
  background-color: #edf2f6;
  padding-top: 285px;
  margin-top: 165px; }
  .footer_section .footer_widget_content {
    padding-bottom: 75px;
    border-bottom: 2px solid #d2d1d2; }

.footer_widget .footer_logo {
  margin-bottom: 30px; }

.footer_widget .footer_text {
  font-size: 14px;
  line-height: 1.714;
  padding-bottom: 35px; }

.footer_widget .footer_social li {
  color: #8c8c8c;
  font-size: 17px;
  margin-right: 18px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .footer_widget .footer_social li:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px); }
    .footer_widget .footer_social li:hover i {
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      background-image: -webkit-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
      background-image: -o-linear-gradient(128deg, #0478e9 0%, #20fdee 100%);
      background-image: linear-gradient(-38deg, #0478e9 0%, #20fdee 100%);
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent; }

.footer_widget .menu {
  max-width: 205px; }
  .footer_widget .menu li {
    font-size: 14px;
    color: #383838;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative; }
    .footer_widget .menu li:before {
      height: 1px;
      content: '';
      position: absolute;
      width: 0%;
      right: 0;
      left: auto;
      bottom: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out;
      background-image: -webkit-linear-gradient(334deg, #20fdee 0%, #0478e9 100%);
      background-image: -o-linear-gradient(334deg, #20fdee 0%, #0478e9 100%);
      background-image: linear-gradient(116deg, #20fdee 0%, #0478e9 100%); }
    .footer_widget .menu li:hover:before {
      width: 100%;
      right: auto;
      left: 0; }

.widget_title {
  color: #1a0a38;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 48px;
  font-family: "Poppins"; }
  .widget_title:after {
    left: 0;
    width: 35px;
    content: '';
    height: 3px;
    bottom: -9px;
    position: absolute;
    background-image: -webkit-linear-gradient(334deg, #20fdee 0%, #0478e9 100%);
    background-image: -o-linear-gradient(334deg, #20fdee 0%, #0478e9 100%);
    background-image: linear-gradient(116deg, #20fdee 0%, #0478e9 100%); }

.footer_address li {
  font-size: 14px;
  margin-bottom: 8px;
  line-height: 1.875;
  font-family: "Poppins"; }

.footer_address span {
  color: #180b36;
  font-weight: 600;
  margin-right: 5px; }

.footer_widget figure.gallery-item {
  float: left;
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 7px;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
.footer_widget figure.gallery-item:before {
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
  .insta_feed li i {
    left: 0;
    right: 0;
    top: 50%;
    position: absolute;
    text-align: center;
    color: #fff;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }
.footer_widget figure.gallery-item:hover:before {
    opacity: .7; }
  .insta_feed li:hover i {
    opacity: 1; }

.copyright_text {
  padding: 30px 0px; }
  .copyright_text p,
  .copyright_text span {
    color: #666666;
    font-size: 14px;
    font-family: "Poppins"; }
  .copyright_text span {
    float: right; }

/*---------------------------------------------------- */
/*responsive area*/
/*----------------------------------------------------*/
/* ==================================================
*	01 - media screen and (max-width: 1440px)
*	02 - media screen and (max-width: 1280px)
*	03 - media screen and (max-width: 1199px)
*	04 - media screen and (max-width: 991px)
*	05 - media screen and (max-width: 767px)
*	06 - media screen and (max-width: 680px)
*	07 - media screen and (max-width: 580px)
*	08 - media screen and (max-width: 480px)
*	09 - media screen and (max-width: 380px)
*	10 - media screen and (max-width: 320px)
================================================== */
@media screen and (max-width: 1140px) {
  .compare_section {
    overflow: hidden;
    padding-bottom: 30px; }
  .theme_feature_area .theme_feature_content h3 {
    font-size: 22px; } }

@media screen and (max-width: 991px) {
  .banner_shape3,
  .banner_shape2 {
    width: 100px; }
  .banner_screen .screen_img .side_screen2 {
    right: -70px; }
  .main_header {
    padding-top: 50px; }
  .main_header.menu-bg-overlay {
    padding-top: 30px; }
  .theme_feature_area .features_one {
    margin-left: 0; }
  .theme_feature_area .features_two {
    margin-right: 0; }
  .trusted_content_img {
    max-width: 500px;
    padding-left: 0; }
  .user_content {
    padding-top: 60px; }
  .banner_screen {
    max-width: 510px; }
  .main_menu_list .saas-main-navigation {
    display: none; }
  .mobile_menu_button {
    display: block; }
  .sign_up_btn {
    top: -5px;
    right: 80px;
    position: absolute; }
  .banner_shape1,
  .banner_shape2,
  .banner_shape3 {
    z-index: -1; }
  .main_header {
    padding-top: 35px; }
  .compare_img {
    margin: 0 auto; }
  .partner_section .section_title {
    padding: 0; }
  .partner_text {
    padding-left: 0;
    margin-bottom: 50px; }
  .testimonial_indicator {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 550px; }
  .testimonial_slider .carousel-control-prev,
  .testimonial_slider .carousel-control-next {
    bottom: -50px; }
  .testimonial_section {
    padding-bottom: 110px; }
  .mem_img_text {
    max-width: 270px;
    margin: 0 auto;
    margin-bottom: 30px; }
  .newslatter_content .img_bg {
    display: none; }
  .newslatter_content:after {
    display: none; }
  .widget_title {
    margin-bottom: 30px; }
  .footer_widget .footer_logo {
    margin-bottom: 18px; }
  .footer_widget .footer_text {
    padding-bottom: 20px; }
  .footer_widget {
    margin-bottom: 30px; } }

@media screen and (max-width: 767px) {
  .sign_up_btn {
    top: -38px; }
  .banner_screen {
    max-width: 450px; }
  .banner_screen .screen_img .side_screen2 {
    width: 200px; }
  .banner_screen .screen_img .side_screen1 {
    width: 150px; }
  .banner_text h1 {
    font-size: 36px; }
  .banner_section {
    margin-bottom: 200px;
    padding: 185px 0 150px 0; }
  .banner_shape2 {
    top: 180px;
    left: 3%;
    width: 70px; }
  .banner_shape3 {
    top: 45%;
    right: 8%;
    width: 70px; }
  .banner_shape1 {
    width: 40px; }
  .main_header.menu-bg-overlay {
    padding: 20px 0px 15px 0px; }
  .banner_section {
    margin-bottom: 135px; }
  .theme_feature_area .features_one {
    margin-bottom: 30px; }
  .trusted_user_section {
    padding: 70px 0px 60px; }
  .partner_section {
    padding: 70px 0px 40px; }
  .copyright_text span {
    float: none; }
  .copyright_text {
    text-align: center; } }

@media screen and (max-width: 580px) {
  .banner_screen {
    max-width: 385px; }
  .banner_screen .screen_img .side_screen1 {
    width: 125px;
    left: -75px; } }

@media screen and (max-width: 480px) {
  .banner_screen {
    display: none; }
  .banner_section {
    margin-bottom: 0;
    padding: 150px 0 130px 0; }
  .banner_shape1,
  .banner_shape2,
  .banner_shape3 {
    z-index: -1;
    opacity: .5; }
  .banner_text {
    position: relative;
    z-index: 2; }
  .section_title .section_title_text h2 {
    font-size: 30px; }
  .section_title .section_title_text p {
    font-size: 16px; }
  .compare_img .compare_shape1,
  .compare_img .compare_shape2 {
    max-width: 70%; }
  .trusted_content_img li:nth-child(2) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(3) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(4) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(5) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(6) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(7) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(8) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(9) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(10) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(11) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .trusted_content_img li:nth-child(12) {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  .testimonial_indicator {
    background-size: 395px 465px; }
  .newslatter_content .newslatter-form {
    padding-left: 0;
    margin: 0 15px; }
  .footer_section .footer_widget_content {
    padding-bottom: 20px; } }

@media screen and (max-width: 420px) {
  .banner_text p {
    font-size: 18px; }
  .featured_content .featured_icon_text {
    width: 300px; }
  .compare_content_item .compare_content {
    padding-top: 0;
    margin-bottom: 30px; }
  .compare_section .compare_title h2 {
    font-size: 26px; }
  .theme_feature_section {
    padding-top: 20px; }
  .theme_feature_area .theme_feature_content .theme_feature_list li {
    margin-bottom: 15px; }
  .banner_text .download_btn {
    width: 160px;
    height: 50px; }
  .sign_up_btn {
    height: 35px;
    line-height: 35px;
    width: 85px;
    font-size: 14px; }
  .sign_up_btn {
    right: 60px; }
  .trusted_content_img li {
    margin: 0 10px 10px 0; }
  .featured_service_section .section_title {
    padding-bottom: 20px; }
  .compare_section_two .compare_content,
  .compare_content_item .compare_list {
    padding-left: 0; }
  .testimonial_content {
    padding: 10px; }
  .testimonial_content .testimonial_text {
    padding: 25px 20px; }
  .newslatter_content .newslatter_title {
    padding: 0px 15px 25px; }
  .newslatter_content .newslatter_title h2 {
    font-size: 25px;
    padding-bottom: 15px; }
  .newslatter_content .newslatter-form .nws-button button {
    width: 90px;
    font-size: 14px; }
  .newslatter_content .newslatter-form input {
    padding: 0 15px; }
  .newslatter_content .newslatter_title p {
    font-size: 14px; }
  .newslatter_content {
    position: static;
    padding: 55px 0px 55px;
    margin-bottom: 50px; }
  .footer_section {
    padding-top: 0; }
  .footer_section {
    margin-top: 0; }
  .testimonial_section {
    padding-top: 70px; }
  .testimonial_name_designation .testimonial_meta h4 {
    font-size: 22px; }
  .scrollup {
    width: 45px;
    right: 15px;
    height: 45px;
    bottom: 20px;
    line-height: 45px; }
  .theme_feature_area .theme_feature_content .theme_feature_list li {
    font-size: 16px; }
  .theme_feature_area .theme_feature_content p {
    font-size: 16px; }
  .compare_content_item .compare_list li:before{
    left: 5px;
  }
  .compare_section_two .compare_content_item .compare_list li:before {
    left: 15px;
  }
  .compare_content_item .compare_list li {
    padding-left: 12px;
  }
}

@media screen and (max-width: 380px) {
  .banner_text h1 {
    font-size: 32px; }
  .banner_text p {
    font-size: 16px; }
  .compare_section .compare_title h2 {
    font-size: 24px; }
  .trusted_user_section {
    padding: 20px 0px 60px; }
  .section_title .section_title_text h2 {
    font-size: 24px; }
  .testimonial_indicator .carousel-indicators li:nth-child(4) {
    top: 60px;
    left: 55px; }
  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 85px;
    right: 50px; }
  .testimonial_indicator {
    background-size: 325px 460px; }
  .testimonial_indicator .carousel-indicators li:nth-child(1) {
    bottom: 135px;
    right: 25px; }



}

/*---------------------------------------------------- */
