/*
    Appico By WowThemez
*/

/*  ==========================================================================
    Table of Contets
    ==========================================================================

    1.0 Common Styles
    2.0 Header Section
    3.0 Hero Section
    4.0 Promo Section
    5.0 Documentation Section
    6.0 Feature Section
    7.0 Screenshot Section
    8.0 Video Section
    9.0 Pricing Section
    10.0 Download Section
    11.0 Testimonial Section
    12.0 Blog Section
    13.0 Subscribe Section
    14.0 Footer Section
    15.0 Scroll To Top

    ==========================================================================
    Appico
    ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Poppins:600,700|Roboto");

/*  ==========================================================================
    Common Styles
    ========================================================================== */
* {
  padding: 0;
  margin: 0;
}
body {
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #777;
  font-weight: 400;
  position: relative;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  -webkit-font-smoothing: antialiased;
  color: #444;
}
h1 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 10px;
  color: #fff;
  letter-spacing: -0.04em;
}
h2 {
  font-size: 28px;
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.06em;
}
h3,
h4 {
  margin: 0 0 10px;
  font-weight: 700;
  line-height: 1.2;
  color: #444;
  text-transform: uppercase;
  letter-spacing: -0.03em;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 18px;
}
h5,
h6 {
  font-size: 14px;
  margin: 0 0 10px;
}
img {
  border: none;
  outline: none;
}
ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
}
p,
li,
a,
span {
}
p {
  font-size: 16px;
  margin-bottom: 15px;
}
a,
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #888 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888 !important;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #888 !important;
}
button {
  border: none;
}
/* Helper Class */
.padding {
  padding: 80px 0;
}
.no-padding {
  padding: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-55 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-35 {
  margin-top: 35px;
}
.mt-40 {
  margin-top: 40px;
}
.fz-28 {
  font-size: 28px;
}
.fz-24 {
  font-size: 24px;
}
.fz-22 {
  font-size: 22px;
}
.fz-20 {
  font-size: 20px;
}
.fz-18 {
  font-size: 18px;
}
.fz-16 {
  font-size: 16px;
}
.text-black {
  color: #282828;
}
.text-white {
  color: #ffffff;
}
.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}
.fl-right {
  float: right;
}
.fl-left {
  float: left;
}

/* Preloader Styles */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s 0.5s ease;
  -moz-transition: all 0.5s 0.5s ease;
  transition: all 0.5s 0.2s ease;
}
.loader {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: block;
  margin: auto;
  margin-top: -30px;
}
body.loaded #preloader {
  opacity: 0;
  visibility: hidden;
}

/* Button Style */
.btn-group {
}
.btn-group a {
  margin: 5px;
}
.hero_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 30px;
}
.hero_btn:hover {
  background-color: #005bea;
  border: 1px solid #005bea;
  color: #fff;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
}
.app_btn {
  background: #005bea;
  color: #fff;
  line-height: 45px;
  display: inline-block;
  padding: 0 25px;
  border-radius: 25px;
  font-size: 12px;
  text-transform: uppercase;
}
.app_btn:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}

.bg_img_gradient,
.bg_gradient_3,
.bg_gradient_2,
.bg_gradient {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

/* Transition Effect */
a,
a:hover,
.overlay,
img,
.form-control,
.form-control:hover,
button {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* ==========================================================================
   Header Section
   ========================================================================== */
.header-section {
  background-color: transparent;
  width: 100%;
  height: 80px;
  z-index: 999;
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 0;
}
.navbar-fixed-top.header-section {
  background-color: #005bea;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.05);
  height: 70px;
  border-bottom: 0;
  padding: 0;
}

.navbar-fixed-top ul.nav > li > a {
  color: #f0f0f0;
}
.navbar-fixed-top ul.nav > li > a:hover,
.navbar-fixed-top ul.nav > li > a:focus,
.navbar-fixed-top ul.nav > li.active > a {
  color: #fff;
}
.logo-light,
.navbar-fixed-top .logo-light,
.logo-dark,
.navbar-fixed-top .logo-dark,
.navbar-fixed-top.header-section,
.header-section {
  transition: all 0.3s ease-in-out;
}
.navbar {
  border: medium none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin: 0;
  position: relative;
  padding: 0;
}
.navbar-header {
  padding: 17px 0;
}
.navbar-header .brand {
  font-size: 25px;
  color: #333;
  font-family: "Poppins", sans-serif;
  letter-spacing: -1px;
  font-weight: 600;
  margin-left: 13px;
}
.navbar-header .nav-btn {
  padding: 8px;
  border-radius: 1px;
}
.navbar-header .nav-btn .icon-bar {
  background-color: #fff;
  width: 18px;
}
.navbar-fixed-top .navbar-header .nav-btn .icon-bar {
  background-color: #777;
}
.navbar-header .nav-btn:hover,
.navbar-header .nav-btn:focus {
  opacity: 0.8;
}

/* Nav Menu */
#navbar {
  z-index: 999;
  padding: 0 15px;
}
ul.nav {
}
ul.nav > li {
}
ul.nav > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-family: "Poppins", sans-serif;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  letter-spacing: 1px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 70px;
  z-index: 1;
}
ul.nav > li > a:hover,
ul.nav > li > a:focus,
ul.nav > li > a.active {
  background: none;
  color: #fff;
  opacity: 1;
}
.menu-btn {
  margin-left: 10px;
  margin-top: 10px;
}

/*Mobile Menu */
.menu-wrap {
  position: relative;
}
.slicknav_menu {
  background: none;
  padding: 4px 0;
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 66px;
}
.slicknav_nav {
  background-color: #fff;
}
.slicknav_btn {
  background-color: transparent;
  margin: -46px 5px 19px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav .slicknav_row,
.slicknav_nav a,
.slicknav_nav a:hover {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.slicknav_nav .slicknav_row,
.slicknav_nav a {
  padding: 10px 15px;
  margin: 0;
  color: #777;
}
.slicknav_nav a .caret {
  display: none;
}
.slicknav_nav ul {
  margin: 0;
}
.slicknav_nav ul li a {
  padding-left: 30px;
  font-size: 12px;
}
.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
  background-color: transparent;
  color: #333;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  background-image: url("../img/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  height: 750px;
  z-index: 1;
}
.hero-section:before {
  background: #005bea;
  background: -moz-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: -webkit-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: linear-gradient(135deg, #005bea 0%, #2273f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#2273F3',GradientType=1 );
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.hero-content h1 {
}
.hero-content p {
  color: #fff;
}
.hero-moc {
}
.hero-moc img {
}

/* ==========================================================================
   Promo Section
   ========================================================================== */
.promo_section {
  background-color: #f7f7f7;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
.promo-box {
  text-align: center;
  padding: 40px 15px;
}
.promo-box:hover {
  background-color: #fff;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.promo-box .promo-icon {
  color: #005bea;
  background-color: #fff;
  font-size: 36px;
  line-height: 100px;
  height: 100px;
  width: 100px;
  margin: 0 auto 40px;
  border-radius: 50%;
  border: 2px solid #005bea;
  display: block;
  transition: all 0.3s;
}
.promo-box:hover .promo-icon {
  border-color: transparent;
  box-shadow: 0 0 10px #fff, 0 -10px 0 10px #005bea;
}
.promo-box .title {
  margin-bottom: 15px;
  transition: all 0.3s;
}
.promo-box:hover .title {
  color: #005bea;
}
.promo-box .description {
  text-align: center;
  margin-bottom: 0;
}

/* ==========================================================================
   Documentation Section
   ========================================================================== */
.about-section {
  border-bottom: 1px solid #eaeaea;
}
.about-mockup {
}
.about-mockup .about-mockup-1 {
  width: 100%;
  z-index: -1;
}
.about-mockup .about-mockup-2 {
  width: 40%;
  position: absolute;
  left: 140px;
  bottom: 0;
}
.list-check {
}
.list-check li {
  display: block;
  font-size: 14px;
  color: #111;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-check li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 16px;
  color: #005bea;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
}
.about-content {
}

/* ==========================================================================
   Feature Section
   ========================================================================== */
.feature-section {
  background-color: #f7f7f7;
  border-bottom: 1px solid #eaeaea;
}
.feature-box {
}
.feature-box h4 {
  margin: 0 0 15px 60px;
}
.feature-left .feature-box h4 {
  margin: 0 60px 15px 0;
}
.feature-box .feature-content {
  padding: 25px 20px 25px 50px;
  border-top: 2px solid #eee;
  border-right: 2px solid #eee;
  position: relative;
  transition: all 0.3s ease 0s;
}
.feature-left .feature-box .feature-content {
  padding: 25px 50px 25px 20px;
  border-right: 0px solid transparent;
  border-left: 2px solid #eee;
}
.feature-box:hover .feature-content {
  border-top-color: #005bea;
  border-right-color: #005bea;
}
.feature-left .feature-box:hover .feature-content {
  border-right-color: transparent;
  border-left-color: #005bea;
}
.feature-box .feature-content:before {
  content: "";
  width: 0;
  height: 2px;
  background: #eee;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: all 0.3s ease 0s;
}
.feature-left .feature-box .feature-content:before {
  right: auto;
  left: 0;
}
.feature-box:hover .feature-content:before {
  width: 50%;
  background: #005bea;
}
.feature-box p {
  margin: 0;
}
.feature-box .feature-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 25px;
  color: #a6a6a6;
  border: 1px solid #eee;
  position: absolute;
  top: -25px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.feature-left .feature-box .feature-icon {
  left: auto;
  right: 0;
}
.feature-box:hover .feature-icon {
  background-color: #005bea;
  border-color: #005bea;
  color: #fff;
}
.feature-moc {
  width: 100%;
  padding: 20px 20px 0;
  animation-name: mock-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: mock-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}
.feature-list {
  padding: 15px 0;
}

/*Mockup Animation*/
@-webkit-keyframes mock-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }
}
@keyframes mock-animation {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* ==========================================================================
   Screenshots Section
   ========================================================================== */
.screenshots-section {
  padding-bottom: 53px;
}
.swiper-container {
  padding: 3.58rem 0 7rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.swiper-container .swiper-slide {
  transform: scale(0.65);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.swiper-container .swiper-slide-next,
.swiper-container .swiper-slide-prev {
  transform: scale(0.75);
  opacity: 0.85;
}
.swiper-container .swiper-slide-active {
  opacity: 1;
  transform: scale(1);
  z-index: 100;
}
.swiper-container .screen {
  width: 212px;
  height: 376px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
}
.swiper-container .mobile-mock {
  background: #fff;
  border: 1px solid #edf4f8;
  margin: 0 auto;
  position: absolute;
  top: 0;
  max-width: 240px;
  left: 0;
  right: 0;
  width: 240px;
  border-radius: 36px;
  padding: 55px 0;
  -webkit-box-shadow: inset 0 4px 10px 1px #fff,
    inset 0 0 6px 0 rgba(66, 77, 86, 0.5), 0 2px 0 #aeb5bb,
    0 20px 50px -25px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 4px 10px 1px #fff, inset 0 0 6px 0 rgba(66, 77, 86, 0.5),
    0 2px 0 #aeb5bb, 0 20px 50px -25px rgba(0, 0, 0, 0.5);
}
.swiper-container .mobile-mock:after,
.swiper-container .mobile-mock:before {
  content: "";
  position: absolute;
}
.swiper-container .mobile-mock:before {
  width: 45px;
  height: 4px;
  background: #e3e8eb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 30px;
  left: 0;
  right: 0;
  margin: -25px auto 0;
}
.swiper-container .mobile-mock:after {
  top: 30px;
  left: 50%;
  width: 6px;
  height: 6px;
  margin-left: -45px;
  background: #e3e8eb;
  -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.03);
  display: block;
  border-radius: 50%;
}
.swiper-container .mobile-mock .screen {
  width: 90%;
  margin: 0 auto;
}
.swiper-container .mobile-mock .circle {
  position: absolute;
  left: 50%;
  -webkit-box-shadow: 0 0 1px 2px #e3e8eb inset;
  box-shadow: 0 0 1px 2px #e3e8eb inset;
  border: 1px solid #edf4f8;
  border-radius: 50%;
  bottom: 1.75%;
  height: 0;
  margin-left: -18px;
  padding-top: 36px;
  width: 36px;
}
.swiper-container .swiper-next,
.swiper-container .swiper-prev {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-image: linear-gradient(to top, #005bea 0%, #ffb199 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  opacity: 0.8;
  display: block;
  text-align: center;
  position: absolute;
  left: 0;
  top: calc(50% - 15px);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.swiper-container .swiper-next {
  left: auto;
  right: 0;
}
.swiper-container .swiper-next:hover,
.swiper-container .swiper-prev:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

/* ==========================================================================
   Video Section
   ========================================================================== */
.video-section {
  background-image: url("../img/video-bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 150px 0;
  z-index: 1;
}
.video-section:before {
  background: #005bea;
  background: -moz-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: -webkit-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: linear-gradient(135deg, #005bea 0%, #2273f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#2273F3',GradientType=1 );
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  z-index: -1;
}
.play-button {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  display: block;
  margin: 0 auto;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.play-button span {
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  z-index: 9;
  color: #444;
  font-size: 24px;
  margin-top: -50px;
  text-align: center;
  border-radius: 50%;
  line-height: 100px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.play-button:hover span {
  background-color: #005bea;
  color: #fff;
}
.play-button .ripple,
.play-button .ripple:before,
.play-button .ripple:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 98px;
  height: 98px;
  margin-left: -49px;
  margin-top: -49px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  -moz-animation: rippleOne 3s infinite;
  -ms-animation: rippleOne 3s infinite;
  -o-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.play-button .ripple:before {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.play-button .ripple:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
@-webkit-keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

@keyframes rippleOne {
  70% {
    box-shadow: 0 0 0 70px rgba(244, 68, 56, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}

/* ==========================================================================
   Pricing Section
   ========================================================================== */
.pricing-items {
}
.pricing-table {
  display: block;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.mid-table {
  background: #005bea;
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.24);
  border: 1px solid #005bea;
}
.mid-table.pricing-table .pricing-head h5,
.mid-table.pricing-table .pricing-head h3,
.mid-table.pricing-table .pricing-head p,
.mid-table .pricing-list li,
.mid-table.pricing-table .pricing-head i {
  color: #fff;
}
.mid-table .app_btn {
  background-color: #fff;
  color: #333;
}
.mid-table .app_btn:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
  color: #333;
}
.pricing-table .pricing-head {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pricing-table .pricing-head i {
  font-size: 55px;
  margin-bottom: 25px;
  color: #25d25e;
}
.pricing-table .pricing-head h5 {
  font-size: 16px;
  font-weight: 700;
}
.pricing-table .pricing-head h3 {
  font-size: 32px;
  font-weight: 700;
}
.pricing-table .pricing-head h3 span {
  font-size: 16px;
}
.pricing-table .pricing-head p {
  font-size: 13px;
}
.pricing-list {
  margin-bottom: 40px;
}
.pricing-list li {
  display: block;
  position: relative;
  color: #333;
  margin-bottom: 10px;
  padding-left: 25px;
}
.pricing-list li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #25d25e;
  position: absolute;
  left: 0;
  top: 2px;
}
.pricing-list li.red:before {
  content: "\f00d";
  color: #ff0000;
}
.pricing-table .pricing-footer {
  padding-bottom: 20px;
}

/* ==========================================================================
   Download Section
   ========================================================================== */
.download-section {
  background: #005bea;
  background: -moz-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: -webkit-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: linear-gradient(135deg, #005bea 0%, #2273f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#2273F3',GradientType=1 );
  padding: 200px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.download-section:before {
  background-image: url(../img/dl-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 5px;
  z-index: -1;
  animation-name: mock-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: mock-animation;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
}

.btn-group a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  background-color: transparent;
  border: 2px solid #fff;
  padding: 14px 30px;
  padding-left: 55px;
  border-radius: 30px;
  line-height: 15px;
}
.btn-group i {
  font-size: 30px;
  position: absolute;
  left: 20px;
  top: 15px;
}
.download-btn span {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: block;
  margin-bottom: 3px;
}
.download-btn:hover span {
  color: #777;
}
.btn-group a:hover {
  background-color: #fff;
  color: #666;
}
.download-btn:hover i {
  color: #005bea;
}
.btn-group {
  margin-left: -10px;
}
/* ==========================================================================
   Review Section
   ========================================================================== */
.review-section {
  background-image: url(../img/testi-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: relative;
  overflow: hidden;
  padding: 120px 0;
  z-index: 1;
}
.review-section:before {
  background: #005bea;
  background: -moz-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: -webkit-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: linear-gradient(135deg, #005bea 0%, #2273f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#2273F3',GradientType=1 );
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: -1;
}
.review-section .heading p,
.review-section .heading h2 {
  color: #fff;
}
.review-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.review-thumb {
}
.review-thumb img {
  width: 80px !important;
  max-width: 80px;
  height: 80px;
  border-radius: 50%;
}
.review-content {
  padding-left: 30px;
}
.review-content h3 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;
}
.review-text p {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}
.rattings {
  display: inline-block;
  padding-left: 10px;
}
.rattings li {
  display: inline-block;
}
.rattings i {
  color: #f8e71c;
}
/*Owl Carousel Dots*/
.review-carousel .owl-dots {
  display: block;
  text-align: center;
  margin-top: 50px;
}
.review-carousel .owl-dots .owl-dot {
  background-color: #ddd;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.5s ease-in-out;
}
.review-carousel .owl-dots .owl-dot.active {
  background-color: #fff;
  -webkit-transform: scale(1.9);
  transform: scale(1.9);
  transition: all 0.5s ease-in-out;
}

/* ==========================================================================
   Blog Section
   ========================================================================== */
.blog-section {
}
.blog-box {
}
.blog-thumb {
  position: relative;
}
.blog-thumb img {
  width: 100%;
}
.blog-content {
  padding: 40px 15px;
  padding-bottom: 0;
}
.blog-content a {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
.blog-content a:hover {
  color: #005bea;
}
.post-meta {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: auto;
}
.post-meta div {
  background-color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  display: inline-block;
}
.post-meta span {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #555;
  margin-right: 10px;
}
.post-meta i {
  color: #005bea;
  margin-right: 5px;
}
.blog-post {
}
.blog-content .read-more {
  background-color: #005bea;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 5px 20px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.2s ease-in-out;
  margin: 0;
}
.blog-content .read-more:hover {
  background-color: #444;
  color: #fff;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(1.1);
  transition: all 0.2s ease-in-out;
}

/* ==========================================================================
   Subscribe Section
   ========================================================================== */
.subscribe-section {
  background: #f7f7f7;
  padding: 150px 0;
}
.subscribe-wrapper {
}
.subscribe-wrap {
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.subscribe-form {
  display: block;
  text-align: center;
  width: 450px;
  margin: 0 auto;
}
.subscribe-form .form-input {
  background: none;
  display: block;
  color: #444;
  font-size: 14px;
  line-height: 50px;
  padding: 0 15px;
  float: left;
  width: 70%;
  outline: none;
  border: none;
  border-bottom: 1px solid #005bea;
}
.subscribe-form .submit {
  background-color: #005bea;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 50px;
  display: inline-block;
  padding: 0 25px;
  font-weight: 600;
  float: left;
  width: 28%;
  margin-left: 2%;
  text-transform: uppercase;
  border-radius: 25px;
}
.subscribe-form .submit:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}
#subscribe-result {
  display: none;
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #005bea;
}
#subscribe-result.subs-result {
  display: block;
}
.subscription-success,
.subscription-error {
  color: #fff;
}
.social-link {
  text-align: center;
}
.social-link li {
  display: inline-block;
  margin: 0 5px;
}
.social-link li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background-color: #005bea;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.social-link li a:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
}

/* ==========================================================================
   Footer Section
   ========================================================================== */
.footer-section {
  background-color: #fff;
  display: block;
  padding: 30px 0;
  border-top: 1px solid #eaeaea;
}
.footer-section p.copyright {
  margin: 0;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
}

/* ==========================================================================
   Scroll To Top
   ========================================================================== */
#scroll-to-top {
  background: #005bea;
  background: -moz-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: -webkit-linear-gradient(-45deg, #005bea 0%, #2273f3 100%);
  background: linear-gradient(135deg, #005bea 0%, #2273f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bea', endColorstr='#2273F3',GradientType=1 );
  content: "";
  display: none;
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  line-height: 45px;
  color: #fff;
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
}
#scroll-to-top:hover {
  box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
}
