/*********************************************************************************************
Project:      Hinata | App Landing Page
Version:      1.0
Last change:  25/10/2017

[ CSS Structure ]

1. Color Codes
2. General Style
3. NavBar
4. Header
    4.1 Home Page Header
    4.2 Sub Pages Header
5. Main Content
6. Mini Feature
    6.1 Mini Feature Style1
    6.2 Mini Feature Style2
7 Screen Shots
    7.1 Screen Shots Style1
    7.2 Screen Shots Style2
    7.3 mobile mockup
    7.4 slider arrows
8. Features
    8.1 Feature Style1
    8.2 Feature Style2
9 Download
10 Pricing
11 Testimonials
12 Team
    12.1 Team Style2
    12.1 Team Style1
13 Video
    13.1 Video Section
    13.2 Video PopUp
14 FAQ
15 Statistics
16 Blog
    16.1 Normal Post
    16.2 List Post
    16.3 Single Post
    16.4 Aside
17 Contact
    17.1 Contact Style1
    17.2 Contact Style2
18 Clients Logo
19 Subscribe
20 Footer
21 Loading
22 SUB PAGES ( 404 & Coming Soon )
23 Responsive

/*------------------------------------------------------------------------------------------*/
/* 1. Color Codes */
/*-----------------

$mainColor: #3483ff;
$secColor: #cd0fd8;

------------------------------------------------------------------*/
/* 2. General Style
*********************************************/
@import url(https://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
.section-title h2, .scrollToTop:hover, .about-me .bio h1 span, .podcast-video .podcast-video-title h2, .podcast-video .podcast-video-title.title-inverse .icon-box, .podcast-video-box .img-box a i, .podcast-video-box.normal-podcast-video-post a:hover, .karo_post .post-header .title-tags h4 a:hover, .karo_post .post-header .title-tags .tags li:first-child, .karo_post .post-header .title-tags .tags li a:hover, .karo_post .post-header .date, .karo_post .post-entry a, .event .event-header .title-box h4 a:hover, .event .event-header .date, .event .event-entry a, .success-stories .story .user-info h4 a:hover, .success-stories .story .story-content span i, .contact .contact-title .icon-box i, .contact-list li .icon-box i, .kayo-list li .icon-box i, .custom-footer .footer-social-links a {
  color: #6671e4; }

.main-color-text, .custom-navbar.active-navbar .navbar-nav > li:hover, .custom-navbar.active-navbar .navbar-nav > li.active {
  color: #6671e4; }

.main-gradient-bg, .main-btn, .red-btn, .green-btn {
  color: #FFF;
  background-image: linear-gradient(to right, #ec3c32 0%, #6671e4 50%, #ec3c32 100%);
  background-size: 200% auto; }

.green-blue-gradient-bg, .green-btn {
  color: #FFF;
  background-image: linear-gradient(to right, #42E695 0%, #3BB2B8 50%, #42E695 100%);
  background-size: 200% auto; }

.red-gradient-bg, .red-btn {
  color: #FFF;
  background-image: linear-gradient(to right, #F54EA2 0%, #FF7676 50%, #F54EA2 100%);
  background-size: 200% auto; }

.dark-color {
  color: #59687c; }

.gray-color {
  color: #708198; }

.gradient-bg, .appsLand-btn.appsLand-btn-gradient:before {
  color: #FFF;
  background-image: linear-gradient(to right, #ec77ab 0%, #7873f5 100%); }

body {
  font-family: 'Roboto', 'Droid Arabic Kufi', sans-serif;
  position: relative; }
  body.without_footer {
    padding-bottom: 0 !important; }

p {
  font-size: 14px;
  line-height: 24px; }

.col-0 > * {
  padding: 0; }

.mb_50 {
  margin-bottom: 50px !important; }

.border-main-color {
  border-color: #6671e4; }

.main-color-bg, .appsLand-btn.appsLand-btn-blue, .appsLand-btn.appsLand-btn-blue.btn-rgba:hover, .custom-navbar.active-navbar .menu-toggle .chart {
  background: #6671e4; }

.sec-color-bg, .appsLand-btn.appsLand-btn-pink, .appsLand-btn.appsLand-btn-pink.btn-rgba:hover {
  background: #ec3c32; }

.sec-color-text {
  color: #ec3c32; }

.gradient-text, .appsLand-btn.appsLand-btn-default, .appsLand-btn.appsLand-btn-gradient:hover span, .appsLand-btn.appsLand-btn-gradient:hover i, .appsLand-btn.appsLand-btn-gradient.btn-inverse span, .appsLand-btn.appsLand-btn-gradient.btn-inverse i {
  background: #3483ff;
  background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  -webkit-background-clip: text;
  color: transparent; }

.gradient-text-rgba {
  background: rgba(52, 131, 255, 0.2);
  background: -webkit-linear-gradient(-45deg, rgba(205, 15, 216, 0.2) 0%, rgba(52, 131, 255, 0.2) 100%);
  background: -o-linear-gradient(-45deg, rgba(205, 15, 216, 0.2) 0%, rgba(52, 131, 255, 0.2) 100%);
  background: -moz-linear-gradient(-45deg, rgba(205, 15, 216, 0.2) 0%, rgba(52, 131, 255, 0.2) 100%);
  background: linear-gradient(-45deg, rgba(205, 15, 216, 0.2) 0%, rgba(52, 131, 255, 0.2) 100%);
  -webkit-background-clip: text;
  color: transparent; }

.gradient-bg-rgba {
  background: rgba(52, 131, 255, 0.75);
  background: -webkit-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: -o-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: -moz-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  color: #FFF; }

.app-overlay {
  background: rgba(52, 131, 255, 0.75);
  background: -webkit-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: -o-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: -moz-linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%);
  background: linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%); }

.block {
  display: block; }

.pointer {
  cursor: pointer; }

.noselect, .karo-main-btn, .main-btn, .red-btn, .green-btn, .appsLand-btn {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
               supported by Chrome and Opera */ }

.white-color {
  color: #FFFFFF !important; }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background: transparent; }

.section-title {
  text-align: center;
  margin-bottom: 90px; }
  .section-title h2 {
    margin: 0;
    font-weight: bold;
    font-size: 36px;
    padding-bottom: 20px;
    text-transform: uppercase;
    line-height: 1; }
  .section-title p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: normal;
    color: #797b90; }
  .section-title.white-title h2 {
    color: #FFF; }
  .section-title.white-title p {
    color: #eaebfb; }

.table-row {
  display: table-row;
  width: 100%;
  height: 100%; }
  .table-row > [class*="col-"]:first-child {
    padding-left: 0 !important; }
  .table-row > [class*="col-"]:last-child {
    padding-right: 0 !important; }

.table-cel {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  float: none; }

.bold {
  font-weight: bold; }

.overflow-hidden {
  overflow: hidden; }

.karo-main-btn {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  min-width: 200px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #333;
  background: #FFF;
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  letter-spacing: 0.7px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline: 0;
  text-align: center; }
  .karo-main-btn:hover {
    background: #f6f6f6;
    text-decoration: none; }
  .karo-main-btn.btn-1 {
    color: #FFF;
    background: #6671e4; }
    .karo-main-btn.btn-1:hover {
      background: #515bca;
      text-decoration: none; }
  .karo-main-btn.btn-2 {
    color: #FFF;
    background: #ec3c32; }
    .karo-main-btn.btn-2:hover {
      background: #ff4d43;
      text-decoration: none; }

.main-btn, .red-btn, .green-btn {
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #FFF;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
  letter-spacing: 0.7px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .main-btn:hover, .red-btn:hover, .green-btn:hover, .main-btn:focus, .red-btn:focus, .green-btn:focus, .main-btn:active, .red-btn:active, .green-btn:active {
    color: #FFF;
    text-decoration: none;
    outline: none;
    background-position: right center; }

.appsLand-btn {
  background: #FFF;
  display: inline-block;
  padding: 14px 28px;
  text-decoration: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
  box-shadow: 0 1px 5px rgba(2, 3, 3, 0.15);
  letter-spacing: 0.7px;
  border: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer; }
  .appsLand-btn i {
    margin-right: 5px; }
  .appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none; }
  .appsLand-btn.appsLand-btn-blue {
    color: #FFF; }
    .appsLand-btn.appsLand-btn-blue.btn-rgba {
      background: rgba(52, 131, 255, 0.5); }
  .appsLand-btn.appsLand-btn-pink {
    color: #FFF; }
    .appsLand-btn.appsLand-btn-pink.btn-rgba {
      background: rgba(205, 15, 216, 0.5); }
  .appsLand-btn.appsLand-btn-gradient {
    color: #FFF;
    background: transparent; }
    .appsLand-btn.appsLand-btn-gradient:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
    .appsLand-btn.appsLand-btn-gradient span {
      position: relative;
      z-index: 2; }
    .appsLand-btn.appsLand-btn-gradient:hover {
      background: #FFF; }
      .appsLand-btn.appsLand-btn-gradient:hover:before {
        opacity: 0; }
    .appsLand-btn.appsLand-btn-gradient.btn-inverse {
      background: #FFF; }
      .appsLand-btn.appsLand-btn-gradient.btn-inverse:before {
        opacity: 0; }
      .appsLand-btn.appsLand-btn-gradient.btn-inverse:hover {
        background: transparent; }
        .appsLand-btn.appsLand-btn-gradient.btn-inverse:hover span, .appsLand-btn.appsLand-btn-gradient.btn-inverse:hover i {
          color: #FFF;
          background: transparent; }
        .appsLand-btn.appsLand-btn-gradient.btn-inverse:hover:before {
          opacity: 1; }
  .appsLand-btn:hover {
    box-shadow: 0 3px 25px rgba(2, 3, 3, 0.25); }
  .appsLand-btn.appsLand-btn-larg {
    padding: 20px 40px; }
    .appsLand-btn.appsLand-btn-larg i {
      margin-right: 9px;
      font-size: 24px;
      vertical-align: sub; }

.hover-gradient {
  position: relative;
  overflow: hidden; }
  .hover-gradient:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #3483ff;
    background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    background: linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    z-index: 1; }
  .hover-gradient * {
    position: relative;
    z-index: 2; }
  .hover-gradient:hover * {
    color: #FFF; }
  .hover-gradient:hover:before {
    opacity: 1; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: inherit;
  background-color: inherit; }

.scrollToTop {
  position: fixed;
  bottom: 30px;
  right: -70px;
  font-size: 21px;
  z-index: 3;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  -webkit-transform: rotate(-80deg);
  -moz-transform: rotate(-80deg);
  -o-transform: rotate(-80deg);
  -ms-transform: rotate(-80deg);
  transform: rotate(-80deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -moz-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  color: #FFF;
  background: #6671e4;
  -webkit-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  cursor: pointer; }
  .scrollToTop i {
    margin: 0; }
  .scrollToTop.active {
    right: 30px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  .scrollToTop:hover {
    background: #FFF; }

.without_bg_images header.appsLand-header,
.without_bg_images main > section {
  background-image: none; }
.without_bg_images .app-overlay {
  background: #3483ff;
  background: -webkit-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: -o-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: -moz-linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%);
  background: linear-gradient(-45deg, #cd0fd8 0%, #3483ff 100%); }

.option-template-menu {
  width: 250px;
  position: fixed;
  right: -250px;
  top: 0px;
  height: 100%;
  box-shadow: -2px 1px 4px rgba(2, 3, 3, 0.15);
  background: #FFF;
  z-index: 9999;
  padding: 35px 25px;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .option-template-menu.active {
    right: 0px; }
  .option-template-menu .option-template-menu-open {
    position: absolute;
    top: 180px;
    left: -40px;
    height: 40px;
    background: #ffffff;
    width: 40px;
    line-height: 40px;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    box-shadow: -2px 1px 4px rgba(2, 3, 3, 0.15);
    cursor: pointer;
    font-size: 17px; }
  .option-template-menu .buy-now {
    margin-bottom: 30px; }
  .option-template-menu .apps-option-group {
    margin-bottom: 30px; }
    .option-template-menu .apps-option-group h5 {
      color: #000;
      text-transform: uppercase; }
    .option-template-menu .apps-option-group p {
      font-size: 11px;
      color: #777;
      margin-bottom: 25px; }
  .option-template-menu ul {
    overflow: hidden; }
    .option-template-menu ul li a {
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      margin: auto;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s;
      background: #000; }
      .option-template-menu ul li a:hover {
        box-shadow: 0px 0px 10px rgba(2, 3, 3, 0.25); }
    .option-template-menu ul li {
      width: 25%;
      float: left;
      margin-bottom: 15px; }
      .option-template-menu ul li.active a:after {
        content: "\f00c";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #fff; }
      .option-template-menu ul li:nth-child(1) a {
        background: linear-gradient(-45deg, rgba(205, 15, 216, 0.75) 0%, rgba(52, 131, 255, 0.75) 100%); }
      .option-template-menu ul li:nth-child(2) a {
        background: #70e1f5;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(-45deg, #ff5f6d 0%, #ffc371 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(-45deg, #ff5f6d 0%, #ffc371 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(3) a {
        background: #000000;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #4B1248 0%, #F0C27B 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #4B1248 0%, #F0C27B 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(4) a {
        background: #ADD100;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #F9D423 0%, #FF4E50 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #F9D423 0%, #FF4E50 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(5) a {
        background: #FF4E50;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #DC2424 0%, #4A569D 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #DC2424 0%, #4A569D 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(6) a {
        background: #F0C27B;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #000000 0%, #53346D 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #000000 0%, #53346D 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(7) a {
        background: #AAFFA9;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #108dc7 0%, #ef8e38 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #108dc7 0%, #ef8e38 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
      .option-template-menu ul li:nth-child(8) a {
        background: #9D50BB;
        /* fallback for old browsers */
        background: -webkit-linear-gradient(to right, #5f2c82 0%, #49a09d 100%);
        /* Chrome 10-25, Safari 5.1-6 */
        background: linear-gradient(to right, #5f2c82 0%, #49a09d 100%);
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }

.demos-section .container {
  margin-bottom: -50px; }
.demos-section .demo-box {
  text-align: center;
  margin-bottom: 50px; }
  .demos-section .demo-box a:first-child {
    display: block;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden; }
    .demos-section .demo-box a:first-child:after {
      content: "";
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-size: 35px;
      color: #FFF;
      opacity: 0;
      background: rgba(0, 0, 0, 0.2);
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
    .demos-section .demo-box a:first-child:hover:after {
      opacity: 1; }
    .demos-section .demo-box a:first-child:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .demos-section .demo-box img {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    width: 100%;
    max-width: 450px;
    margin: auto;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
  .demos-section .demo-box h4 {
    margin-top: 30px;
    margin-bottom: 10px; }
  .demos-section .demo-box .appsLand-btn {
    margin-top: 10px; }
.demos-section:nth-child(even) {
  background: #f9f9f9; }
.demos-section .demos-sub-box .section-title {
  text-align: left;
  margin-bottom: 30px; }
  .demos-section .demos-sub-box .section-title h2 {
    font-size: 25px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900; }
  .demos-section .demos-sub-box .section-title.title__style-2 > span:before, .demos-section .demos-sub-box .section-title.title__style-2 h2 > span:before {
    content: none; }
  .demos-section .demos-sub-box .section-title span > span {
    margin-left: 0;
    border-radius: 0; }

/* 3. NavBar
*********************************************/
.custom-navbar {
  background: none;
  border-bottom: 0;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 99; }
  .custom-navbar .navbar-brand {
    padding: 15px 0;
    margin: 0;
    height: auto; }
    .custom-navbar .navbar-brand .brand-box {
      position: relative;
      height: 42px; }
    .custom-navbar .navbar-brand img {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
    .custom-navbar .navbar-brand .white-logo {
      opacity: 1; }
    .custom-navbar .navbar-brand .color-logo {
      opacity: 0; }
  .custom-navbar .navbar-nav > li {
    padding: 0 13px;
    color: #FFF; }
    .custom-navbar .navbar-nav > li > a, .custom-navbar .navbar-nav > li > span {
      padding: 26px 0;
      color: inherit;
      font-weight: 600;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
      .custom-navbar .navbar-nav > li > a:focus, .custom-navbar .navbar-nav > li > span:focus {
        color: inherit; }
      .custom-navbar .navbar-nav > li > a:hover, .custom-navbar .navbar-nav > li > span:hover {
        color: inherit; }
    .custom-navbar .navbar-nav > li.active > a, .custom-navbar .navbar-nav > li.active > span {
      background: none;
      color: inherit; }
      .custom-navbar .navbar-nav > li.active > a:focus, .custom-navbar .navbar-nav > li.active > a:hover, .custom-navbar .navbar-nav > li.active > span:focus, .custom-navbar .navbar-nav > li.active > span:hover {
        color: inherit; }
    .custom-navbar .navbar-nav > li .dropdown-menu {
      -webkit-box-shadow: 0px 1px 25px 0px rgba(102, 113, 228, 0.2);
      -moz-box-shadow: 0px 1px 25px 0px rgba(102, 113, 228, 0.2);
      -o-box-shadow: 0px 1px 25px 0px rgba(102, 113, 228, 0.2);
      box-shadow: 0px 1px 25px 0px rgba(102, 113, 228, 0.2);
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      border: none;
      top: 64px;
      overflow: hidden; }
      .custom-navbar .navbar-nav > li .dropdown-menu li {
        border-bottom: 1px solid #f0f2fd; }
        .custom-navbar .navbar-nav > li .dropdown-menu li a {
          padding: 6px 25px; }
        .custom-navbar .navbar-nav > li .dropdown-menu li:last-child {
          border: 0; }
    .custom-navbar .navbar-nav > li .dropdown-menu > li > a:focus, .custom-navbar .navbar-nav > li .dropdown-menu > li > a:hover {
      background-color: #edeefb; }
  .custom-navbar.active-navbar {
    width: 100%;
    z-index: 999;
    background: #FFF;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: 0px 10px 35px 0px rgba(102, 113, 228, 0.2);
    -moz-box-shadow: 0px 10px 35px 0px rgba(102, 113, 228, 0.2);
    -o-box-shadow: 0px 10px 35px 0px rgba(102, 113, 228, 0.2);
    box-shadow: 0px 10px 35px 0px rgba(102, 113, 228, 0.2); }
    .custom-navbar.active-navbar .navbar-brand .white-logo {
      opacity: 0; }
    .custom-navbar.active-navbar .navbar-brand .color-logo {
      opacity: 1; }
    .custom-navbar.active-navbar .navbar-nav > li {
      color: #333; }
  .custom-navbar .menu-toggle {
    cursor: pointer;
    padding: 8px;
    display: none;
    margin: 16px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    float: right;
    z-index: 2;
    position: relative; }
    .custom-navbar .menu-toggle .chart {
      display: block;
      width: 35px;
      height: 4px;
      background-color: #fff;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .custom-navbar .menu-toggle .chart:nth-child(2) {
      margin: 6px 0; }
  .custom-navbar.mobile-menu-active .menu-toggle .chart {
    background: #FFF; }
    .custom-navbar.mobile-menu-active .menu-toggle .chart:nth-child(2) {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }
    .custom-navbar.mobile-menu-active .menu-toggle .chart:first-child {
      -webkit-transform: translateY(10px) rotate(45deg);
      -moz-transform: translateY(10px) rotate(45deg);
      -ms-transform: translateY(10px) rotate(45deg);
      -o-transform: translateY(10px) rotate(45deg);
      transform: translateY(10px) rotate(45deg); }
    .custom-navbar.mobile-menu-active .menu-toggle .chart:last-child {
      -webkit-transform: translateY(-10px) rotate(-45deg);
      -moz-transform: translateY(-10px) rotate(-45deg);
      -ms-transform: translateY(-10px) rotate(-45deg);
      -o-transform: translateY(-10px) rotate(-45deg);
      transform: translateY(-10px) rotate(-45deg); }
  .custom-navbar .mobile-dropdown-menu > span {
    position: relative; }
    .custom-navbar .mobile-dropdown-menu > span:after {
      content: "\f107";
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      z-index: 3;
      top: 20px;
      right: 20px;
      color: inherit; }
  .custom-navbar .mobile-dropdown-menu span[aria-expanded="true"]:after {
    content: "\f106";
    color: inherit; }
  .custom-navbar .mobile-dropdown-menu span[aria-expanded="true"] {
    background: #f9f9f9; }
  .custom-navbar .mobile-dropdown-menu .collapse.in,
  .custom-navbar .mobile-dropdown-menu .collapsing {
    background: #f9f9f9; }
  .custom-navbar .mobile-dropdown-menu a {
    font-weight: 600;
    letter-spacing: 0.7px;
    display: block;
    padding: 15px 45px;
    text-decoration: none;
    color: #777;
    border-top: 1px solid #EEE;
    font-size: 13px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -moz-transition: all 0.25s ease-in-out 0s;
    -o-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s; }
    .custom-navbar .mobile-dropdown-menu a:hover {
      color: #333; }

/* 4. Header
*********************************************/
/* 4.1 Home Page Header */
header.custom-header {
  background: url("../images/bg/header-bg.png") center bottom no-repeat;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  margin-bottom: 150px; }
  header.custom-header .header-content {
    padding-top: 90px;
    padding-bottom: 100px;
    position: relative;
    z-index: 2;
    background: none; }
    header.custom-header .header-content .site-intro-content {
      padding-top: 100px; }
      header.custom-header .header-content .site-intro-content h1 {
        font-weight: 100;
        font-size: 50px;
        text-shadow: 1px 1px 4px rgba(2, 3, 3, 0.25);
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.2; }
      header.custom-header .header-content .site-intro-content .header-links {
        margin-left: -10px;
        margin-bottom: 0; }
        header.custom-header .header-content .site-intro-content .header-links > li {
          padding-right: 10px;
          padding-left: 10px; }
  header.custom-header .mini-feature {
    color: #333;
    position: absolute;
    width: 100%;
    z-index: 4;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0 !important; }
    header.custom-header .mini-feature .container {
      margin-bottom: -30px; }
    header.custom-header .mini-feature .mini-feature-content {
      -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
      -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
      -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
      box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
      background: #FFF;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      padding: 100px; }
    header.custom-header .mini-feature .mini-feature-box {
      text-align: center;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      header.custom-header .mini-feature .mini-feature-box .icon-box img {
        height: 60px; }
      header.custom-header .mini-feature .mini-feature-box h4 {
        margin-bottom: 10px;
        margin-top: 20px;
        color: #384368; }
      header.custom-header .mini-feature .mini-feature-box p {
        margin-bottom: 0;
        margin-top: 0;
        color: #777777;
        font-size: 14px;
        padding: 0 15px; }

/* 4.2 Sub Pages Header */
.inner-header {
  background: url(../images/bg/inner-header-bg.png) bottom center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  position: relative;
  z-index: 3;
  overflow: hidden; }
  .inner-header .overlay {
    padding-top: 185px;
    padding-bottom: 110px; }
  .inner-header .header-content {
    text-align: center; }
    .inner-header .header-content h1 {
      font-weight: 900;
      text-transform: uppercase;
      text-shadow: 1px 1px 4px rgba(2, 3, 3, 0.25);
      margin-top: 0;
      margin-bottom: 30px; }
    .inner-header .header-content .header-links {
      margin-bottom: 0; }
      .inner-header .header-content .header-links li {
        font-size: 17px;
        position: relative;
        padding-left: 15px;
        margin-left: 15px;
        padding-right: 0;
        text-transform: uppercase;
        font-weight: 900; }
        .inner-header .header-content .header-links li:before {
          content: '/';
          position: absolute;
          left: -4px; }
        .inner-header .header-content .header-links li:first-child {
          padding-left: 0;
          margin-left: 0; }
          .inner-header .header-content .header-links li:first-child:before {
            content: none; }
      .inner-header .header-content .header-links a {
        color: #FFF;
        text-decoration: none; }
      .inner-header .header-content .header-links span {
        color: #BBB; }

/* 5. Main Content
*********************************************/
.entry-main {
  position: relative;
  z-index: 99;
  background: #fff; }
  .entry-main > section, .entry-main > div {
    padding: 130px 0;
    overflow: hidden; }
    .entry-main > section.section-bg-img, .entry-main > div.section-bg-img {
      padding: 0; }
      .entry-main > section.section-bg-img .app-overlay, .entry-main > div.section-bg-img .app-overlay {
        padding: 130px 0; }
      .entry-main > section.section-bg-img.section-without-title, .entry-main > div.section-bg-img.section-without-title {
        padding: 0; }
        .entry-main > section.section-bg-img.section-without-title .app-overlay, .entry-main > div.section-bg-img.section-without-title .app-overlay {
          padding: 90px 0; }
    .entry-main > section.section-without-title, .entry-main > div.section-without-title {
      padding: 90px 0; }

/* 16 Blog
*********************************************/
.blog {
  overflow: visible !important; }
  .blog .container {
    margin-bottom: -30px; }

/* 16.3 Single Post */
.single-post {
  position: relative;
  bottom: 330px;
  margin-bottom: -330px;
  padding: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px; }
  .single-post .entry-header {
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .single-post .post-image img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .single-post .entry-post-info {
    text-align: center;
    color: #FFF;
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    padding: 40px 0; }
    .single-post .entry-post-info h2 {
      font-weight: 300;
      margin-top: 0;
      font-size: 36px; }
  .single-post .entry-Categories {
    color: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
    padding: 30px;
    margin: 0;
    line-height: 1; }
    .single-post .entry-Categories li {
      font-size: 17px;
      position: relative;
      padding-left: 15px;
      margin-left: 15px;
      padding-right: 0;
      text-transform: uppercase;
      line-height: 1; }
      .single-post .entry-Categories li:before {
        content: '/';
        position: absolute;
        left: -4px; }
      .single-post .entry-Categories li:first-child {
        padding-left: 0;
        margin-left: 0; }
        .single-post .entry-Categories li:first-child:before {
          content: none; }
    .single-post .entry-Categories a {
      color: #FFF;
      text-decoration: none; }
  .single-post .entry-content {
    padding-top: 30px; }
    .single-post .entry-content p {
      font-size: 17px;
      line-height: 24px;
      color: #000;
      font-weight: 400; }
    .single-post .entry-content blockquote {
      font-style: italic;
      padding: 30px;
      font-size: 14px;
      background: #FBFBFB; }
  .single-post .entry-footer .post-footer-data {
    border-top: 1px solid #BBB;
    border-bottom: 1px solid #BBB;
    padding: 15px 15px 5px;
    overflow: hidden;
    margin: 20px 0 40px; }
    .single-post .entry-footer .post-footer-data .comment-share li {
      padding: 0; }
    .single-post .entry-footer .post-footer-data .comment-share > li:first-child {
      border-right: 1px solid #BBB;
      font-weight: 600;
      text-transform: uppercase;
      color: #333;
      padding-right: 15px;
      margin-right: 5px; }
    .single-post .entry-footer .post-footer-data .share-links li:last-child a {
      padding-right: 0; }
    .single-post .entry-footer .post-footer-data .share-links a {
      color: #777;
      text-decoration: none;
      padding: 0 10px; }
      .single-post .entry-footer .post-footer-data .share-links a:hover {
        color: #000; }
  .single-post .entry-footer .post-comments, .single-post .entry-footer .post-comments ul {
    margin-top: 15px;
    margin-bottom: 0; }
    .single-post .entry-footer .post-comments li, .single-post .entry-footer .post-comments ul li {
      overflow: hidden;
      margin-bottom: 15px; }
    .single-post .entry-footer .post-comments .user-photo, .single-post .entry-footer .post-comments ul .user-photo {
      width: 70px;
      height: 70px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      float: left; }
    .single-post .entry-footer .post-comments .the-comment, .single-post .entry-footer .post-comments ul .the-comment {
      width: calc(100% - 95px);
      float: left;
      margin-left: 25px; }
      .single-post .entry-footer .post-comments .the-comment .comment-header, .single-post .entry-footer .post-comments ul .the-comment .comment-header {
        position: relative;
        margin-bottom: 12px; }
        .single-post .entry-footer .post-comments .the-comment .comment-header h4, .single-post .entry-footer .post-comments ul .the-comment .comment-header h4 {
          margin-bottom: 5px;
          margin-top: 0; }
        .single-post .entry-footer .post-comments .the-comment .comment-header p, .single-post .entry-footer .post-comments ul .the-comment .comment-header p {
          font-size: 12px;
          color: #777;
          margin: 0; }
        .single-post .entry-footer .post-comments .the-comment .comment-header .comment-reply-link, .single-post .entry-footer .post-comments ul .the-comment .comment-header .comment-reply-link {
          position: absolute;
          top: 0;
          right: 0;
          color: #777;
          font-size: 12px;
          text-decoration: none; }
      .single-post .entry-footer .post-comments .the-comment .comment-box, .single-post .entry-footer .post-comments ul .the-comment .comment-box {
        background: #eeeffc;
        padding: 25px;
        position: relative;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px; }
        .single-post .entry-footer .post-comments .the-comment .comment-box p, .single-post .entry-footer .post-comments ul .the-comment .comment-box p {
          margin: 0; }
  .single-post .entry-footer .replay-form h3 {
    margin-bottom: 30px;
    margin-top: 0; }
  .single-post .entry-footer .replay-form .form-control {
    background: #eeeffc;
    border-radius: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    outline: 0;
    padding: 15px 20px;
    height: 50px;
    color: #000; }
    .single-post .entry-footer .replay-form .form-control:focus {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      outline: 0; }
  .single-post .entry-footer .replay-form textarea.form-control {
    height: 210px;
    resize: none; }

/* 16.4 Aside */
.aside-box {
  margin-top: 30px; }
  .aside-box:last-child {
    margin-bottom: 30px; }
  .aside-box h4 {
    margin-top: 0;
    margin-bottom: 25px;
    font-weight: 600; }
  .aside-box ul {
    margin-bottom: 0; }

.search-form .form-group {
  margin-bottom: 30px; }
.search-form .search-input-group {
  position: relative; }
  .search-form .search-input-group .form-control {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 50px 6px 25px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
.search-form .search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  line-height: 35px;
  text-align: center;
  float: right;
  margin: 7px 7px 7px 0;
  position: relative;
  z-index: 2; }
  .search-form .search-btn i {
    margin: 0; }

.entry-tags {
  margin-bottom: 0; }
  .entry-tags li {
    padding-bottom: 10px; }
  .entry-tags a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    color: #777;
    letter-spacing: 0.4px;
    font-weight: 600;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
    .entry-tags a:hover {
      color: #000; }

.categories li:last-child a {
  margin-bottom: 0; }
.categories a {
  color: #000;
  text-decoration: none;
  padding-bottom: 15px;
  margin-bottom: 15px;
  display: block;
  border-bottom: 1px solid #DDD; }
  .categories a span {
    float: right; }

.popular-posts li {
  overflow: hidden;
  margin-bottom: 10px; }
.popular-posts .post-image {
  width: 80px;
  float: left; }
.popular-posts .post-data {
  width: calc(100% - 80px);
  float: left;
  padding-left: 15px; }
  .popular-posts .post-data p {
    margin: 0;
    color: #BBB;
    font-weight: 600; }
  .popular-posts .post-data h5 {
    margin-top: 5px;
    margin-bottom: 5px; }
    .popular-posts .post-data h5 a {
      color: #000;
      text-decoration: none; }

/* 21 Loading
*********************************************/
.loading {
  background: #6671e4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  justify-items: center;
  align-content: center;
  align-items: center; }
  .loading .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto; }
  .loading .double-bounce1, .loading .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out; }
  .loading .double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s; }
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0); }
  50% {
    -webkit-transform: scale(1); } }
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }
/* NEW EDIT
**************************************************/
.about-me .bio {
  padding: 150px 110px;
  position: relative; }
  .about-me .bio h1 {
    font-size: 36px;
    font-weight: 300;
    margin: 0 0 30px; }
    .about-me .bio h1 span {
      font-weight: 500;
      font-style: italic; }
  .about-me .bio p {
    font-weight: 300;
    color: #59606a;
    margin-bottom: 15px; }
    .about-me .bio p span {
      font-weight: bold; }
  .about-me .bio .bio-content {
    position: relative;
    z-index: 2; }
  .about-me .bio .bio-bg {
    background: url("../images/SVG/about-bg.svg") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 755px;
    height: 588px; }
.about-me .v-img {
  position: relative; }
  .about-me .v-img img {
    position: relative;
    z-index: 2; }
  .about-me .v-img .shape {
    position: absolute;
    left: 100px;
    bottom: -120px;
    width: 4000px;
    height: 200px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #6671e4; }
    .about-me .v-img .shape:after {
      content: '';
      display: block;
      width: calc(100% - 50px);
      height: calc(100% - 50px);
      margin: 25px;
      -webkit-border-radius: 150px;
      -moz-border-radius: 150px;
      border-radius: 150px;
      background: linear-gradient(to right, #7b86ff 0%, rgba(123, 134, 255, 0) 10%); }

.podcast-video {
  padding-top: 60px !important; }
  .podcast-video .container {
    position: relative; }
  .podcast-video .podcast-video-content {
    position: relative;
    z-index: 2; }
  .podcast-video .podcast-video-bg {
    background: url("../images/SVG/podcast-video-bg.svg") left center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: -100px;
    left: 50%;
    width: 1079px;
    height: 936px; }
  .podcast-video .podcast-video-title {
    margin-bottom: 40px; }
    .podcast-video .podcast-video-title .icon-box {
      width: 75px;
      height: 75px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      background: #6671e4;
      color: #FFFFFF;
      float: left;
      font-size: 36px;
      text-align: center; }
      .podcast-video .podcast-video-title .icon-box i {
        line-height: 75px; }
    .podcast-video .podcast-video-title h2 {
      font-size: 36px;
      width: calc(100% - 75px);
      float: left;
      padding-left: 30px;
      font-weight: bold;
      text-transform: uppercase;
      margin: 0;
      line-height: 75px; }
    .podcast-video .podcast-video-title.title-inverse .icon-box {
      background: transparent;
      width: auto; }

.podcast-video-box {
  -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  background: #FFF;
  padding: 20px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 30px; }
  .podcast-video-box .img-box {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 100%;
    position: relative; }
    .podcast-video-box .img-box img {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .podcast-video-box .img-box:hover a {
      opacity: 1;
      visibility: visible; }
    .podcast-video-box .img-box a {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #FFF;
      top: 0;
      left: 0;
      background: rgba(102, 113, 228, 0.8);
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .podcast-video-box .img-box a h4 {
        font-size: 16px;
        font-weight: 300;
        margin: 0;
        padding: 18px;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis; }
      .podcast-video-box .img-box a i {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 20px;
        height: 50px;
        width: 50px;
        background: #FFF;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        text-align: center;
        line-height: 50px; }
        .podcast-video-box .img-box a i:before {
          position: relative;
          z-index: 3; }
        .podcast-video-box .img-box a i:after {
          content: '';
          display: block;
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          background: rgba(255, 255, 255, 0.8);
          -webkit-animation: playIcon 2s ease-in-out infinite;
          -o-animation: playIcon 2s ease-in-out infinite;
          animation: playIcon 2s ease-in-out infinite; }
  .podcast-video-box.normal-podcast-video-post {
    height: auto;
    padding-bottom: 0; }
    .podcast-video-box.normal-podcast-video-post img {
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px;
      width: 100%; }
    .podcast-video-box.normal-podcast-video-post h4 {
      display: block;
      color: #333333;
      text-align: center;
      font-weight: bold;
      font-size: 14px;
      margin: 0; }
    .podcast-video-box.normal-podcast-video-post a {
      display: block;
      padding: 14px 0;
      color: #333;
      text-decoration: none;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }

@keyframes playIcon {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0; } }
.karo_blog {
  padding-bottom: 0 !important; }
  .karo_blog .container {
    position: relative; }
  .karo_blog .blog-bg {
    background: url("../images/SVG/blog-bg.svg") right center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    right: 50%;
    bottom: 120px;
    width: 1016px;
    height: 937px; }
  .karo_blog .blog-content {
    position: relative;
    z-index: 2; }
  .karo_blog .view_all {
    padding-bottom: 30px; }

.karo_post {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  padding: 25px;
  margin-bottom: 30px;
  background: #FFF;
  border: 1px solid #F9F9F9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .karo_post .post-img img {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .karo_post.main-post .post-detail {
    padding: 25px 10px 7px; }
  .karo_post.main-post p {
    height: 50px !important;
    overflow: hidden; }
  .karo_post .post-detail {
    padding: 20px 10px 5px; }
  .karo_post .post-header {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative; }
    .karo_post .post-header .title-tags {
      width: calc(100% - 70px);
      float: left;
      border-right: 1px solid #EEE; }
      .karo_post .post-header .title-tags h4 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 15px; }
        .karo_post .post-header .title-tags h4 a {
          color: #333;
          text-decoration: none;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s; }
      .karo_post .post-header .title-tags .tags {
        margin-bottom: 0; }
        .karo_post .post-header .title-tags .tags li:after {
          content: "\\";
          color: #777;
          display: inline-block;
          margin-left: 10px; }
        .karo_post .post-header .title-tags .tags li:first-child:after, .karo_post .post-header .title-tags .tags li:last-child:after {
          content: none; }
        .karo_post .post-header .title-tags .tags li span, .karo_post .post-header .title-tags .tags li a {
          vertical-align: middle; }
        .karo_post .post-header .title-tags .tags li a {
          text-decoration: none;
          color: #777;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s; }
    .karo_post .post-header .date {
      width: 55px;
      text-align: center;
      font-weight: bold;
      display: block;
      position: absolute;
      top: -1px;
      right: 0; }
      .karo_post .post-header .date span {
        display: block; }
      .karo_post .post-header .date .d_day {
        font-size: 31px;
        line-height: 1;
        margin-bottom: 7px; }
      .karo_post .post-header .date .d_month {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1; }
  .karo_post.home-post .post-entry p {
    height: 100px;
    overflow: hidden; }
  .karo_post .post-entry p {
    margin-bottom: 20px;
    color: #777; }
  .karo_post .post-entry a {
    font-weight: bold;
    text-decoration: none; }
    .karo_post .post-entry a:after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 14px;
      vertical-align: middle;
      background: url("../images/small-arrow-right.png") center center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      margin-left: 5px;
      position: relative;
      bottom: 1px;
      left: 0;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
    .karo_post .post-entry a:hover:after {
      left: 5px; }

.events {
  position: relative;
  overflow: visible !important;
  padding-top: 90px !important;
  padding-bottom: 50px !important; }
  .events:before, .events:after {
    content: '';
    display: block;
    height: 55%;
    width: 100%;
    background: #eeeffc;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -o-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-border-radius: 50% 0 0;
    -moz-border-radius: 50% 0 0;
    border-radius: 50% 0 0; }
  .events:after {
    bottom: 0;
    top: auto;
    -webkit-border-radius: 0 0 50% 0;
    -moz-border-radius: 0 0 50% 0;
    border-radius: 0 0 50% 0; }
  .events .container {
    position: relative;
    z-index: 2; }

.event {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
  padding: 25px;
  margin-bottom: 30px;
  background: #FFF;
  border: 1px solid #F9F9F9;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s; }
  .event .event-img img {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }
  .event .event-detail {
    padding: 25px; }
  .event .event-header {
    overflow: hidden;
    margin-bottom: 25px;
    position: relative; }
    .event .event-header .title-box {
      width: calc(100% - 65px);
      float: right;
      border-left: 1px solid #EEE;
      padding-left: 20px; }
      .event .event-header .title-box h4 {
        margin-top: 0;
        font-size: 16px;
        margin-bottom: 15px; }
        .event .event-header .title-box h4 a {
          color: #333;
          text-decoration: none;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s; }
      .event .event-header .title-box .date-location {
        margin-bottom: 0; }
        .event .event-header .title-box .date-location li {
          color: #777; }
          .event .event-header .title-box .date-location li span {
            margin-right: 3px;
            font-size: 13px; }
            .event .event-header .title-box .date-location li span:last-child {
              margin-right: 0; }
    .event .event-header .date {
      width: 55px;
      text-align: center;
      font-weight: bold;
      display: block;
      position: absolute;
      top: -1px;
      left: 0; }
      .event .event-header .date span {
        display: block; }
      .event .event-header .date .d_day {
        font-size: 31px;
        line-height: 1;
        margin-bottom: 7px; }
      .event .event-header .date .d_month {
        font-size: 12px;
        text-transform: uppercase;
        line-height: 1; }
  .event .event-entry p {
    margin-top: 0;
    margin-bottom: 20px;
    color: #777; }
  .event .event-entry a {
    font-weight: bold;
    text-decoration: none; }
    .event .event-entry a:after {
      content: '';
      display: inline-block;
      width: 28px;
      height: 14px;
      vertical-align: middle;
      background: url("../images/small-arrow-right.png") center center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      margin-left: 5px;
      position: relative;
      bottom: 1px;
      left: 0;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
    .event .event-entry a:hover:after {
      left: 5px; }

.mini-event .event-detail {
  position: relative; }
.mini-event .event-header {
  margin-bottom: 0; }
.mini-event .event-entry {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.success-stories {
  overflow: visible !important;
  position: relative; }
  .success-stories .container {
    position: relative; }
  .success-stories .stories-content {
    position: relative;
    z-index: 2; }
  .success-stories .stories-bg {
    background: url("../images/SVG/stories-bg.svg") right center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: -20%;
    width: 1329px;
    height: 978px; }
  .success-stories .slider-arrows li:after {
    content: '';
    display: block;
    width: 48px;
    height: 26px;
    background: url("../images/next.png") center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer; }
  .success-stories .slider-arrows li.swiper-button-disabled:after {
    background-image: url("../images/next-disapple.png");
    cursor: default; }
  .success-stories .slider-arrows li.success-stories__btn-prev:after {
    background-image: url("../images/prev.png"); }
  .success-stories .slider-arrows li.success-stories__btn-prev.swiper-button-disabled:after {
    background-image: url("../images/prev-disappled.png");
    cursor: default; }
  .success-stories .story {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
    -moz-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
    -o-box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
    box-shadow: 0px 19px 35px 0px rgba(102, 113, 228, 0.2);
    padding: 40px 30px;
    margin-bottom: 30px;
    background: #FFF;
    border: 1px solid #F9F9F9;
    text-align: center; }
    .success-stories .story .user-info {
      margin-bottom: 20px; }
      .success-stories .story .user-info .img-box {
        width: 65px;
        height: 65px;
        margin: auto;
        position: relative;
        margin-bottom: 20px; }
        .success-stories .story .user-info .img-box img {
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          position: relative;
          z-index: 2; }
        .success-stories .story .user-info .img-box:after {
          content: '';
          display: block;
          -webkit-border-radius: 13px;
          -moz-border-radius: 13px;
          border-radius: 13px;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: #6671e4;
          -webkit-transform: rotate(30deg);
          -moz-transform: rotate(30deg);
          -o-transform: rotate(30deg);
          -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
      .success-stories .story .user-info h4 {
        font-size: 17px;
        color: #333;
        margin: 0 0 6px; }
        .success-stories .story .user-info h4 a {
          text-decoration: none;
          color: inherit;
          -webkit-transition: all 0.25s ease-in-out 0s;
          -moz-transition: all 0.25s ease-in-out 0s;
          -o-transition: all 0.25s ease-in-out 0s;
          transition: all 0.25s ease-in-out 0s; }
      .success-stories .story .user-info span {
        display: block;
        margin: 0;
        color: #777777;
        font-size: 13px; }
    .success-stories .story .story-content p {
      color: #666666;
      margin-top: 0;
      margin-bottom: 20px;
      height: 100px;
      overflow: hidden; }
    .success-stories .story .story-content span {
      width: 45px;
      height: 45px;
      position: relative;
      display: block;
      margin: auto; }
      .success-stories .story .story-content span i {
        font-size: 20px;
        position: relative;
        z-index: 2;
        line-height: 45px; }
      .success-stories .story .story-content span:after {
        content: '';
        display: block;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: #e2e4fa;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }

.contact .contact-title {
  margin-bottom: 15px; }
  .contact .contact-title .icon-box {
    width: 70px;
    height: 70px;
    position: relative;
    text-align: center;
    float: left; }
    .contact .contact-title .icon-box i {
      font-size: 30px;
      position: relative;
      z-index: 2;
      line-height: 70px; }
    .contact .contact-title .icon-box:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #e2e4fa;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      border-radius: 15px;
      -webkit-transform: rotate(30deg);
      -moz-transform: rotate(30deg);
      -o-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
  .contact .contact-title h1 {
    float: left;
    margin: 0;
    font-weight: 300;
    font-size: 30px;
    line-height: 45px;
    width: calc(100% - 70px);
    padding-left: 35px;
    position: relative;
    bottom: 7px; }
.contact .contact-text {
  margin-top: 0;
  color: #777;
  font-size: 17px;
  margin-bottom: 30px; }
.contact .contact-from .form-control {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 13px;
  height: 53px;
  padding: 20px 40px;
  -webkit-box-shadow: 0px 8px 20px 0px rgba(102, 113, 228, 0.2);
  -moz-box-shadow: 0px 8px 20px 0px rgba(102, 113, 228, 0.2);
  -o-box-shadow: 0px 8px 20px 0px rgba(102, 113, 228, 0.2);
  box-shadow: 0px 8px 20px 0px rgba(102, 113, 228, 0.2);
  color: #808296;
  font-weight: bold;
  border-color: rgba(102, 113, 228, 0.2); }
.contact .contact-from textarea.form-control {
  height: 200px;
  resize: none; }

.contact-list li, .kayo-list li {
  overflow: hidden;
  margin-bottom: 20px; }
  .contact-list li .icon-box, .kayo-list li .icon-box {
    width: 50px;
    height: 50px;
    text-align: center;
    float: left;
    background: #e2e4fa;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px; }
    .contact-list li .icon-box i, .kayo-list li .icon-box i {
      line-height: 50px;
      font-size: 17px; }
  .contact-list li h5, .kayo-list li h5 {
    float: left;
    width: calc(100% - 50px);
    font-size: 16px;
    color: #808296;
    line-height: 50px;
    padding-left: 25px;
    margin: 0; }

.custom-footer {
  background: url("../images/bg/footer-bg.png") top right;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  padding: 150px 0 50px; }
  .custom-footer .footer-logo {
    margin-bottom: 25px; }
    .custom-footer .footer-logo img {
      width: 130px; }
  .custom-footer .footer-social-links {
    margin-bottom: 22px; }
    .custom-footer .footer-social-links a {
      background: #b1b7f9;
      width: 50px;
      height: 50px;
      display: inline-block;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: all 0.25s ease-in-out 0s;
      -moz-transition: all 0.25s ease-in-out 0s;
      -o-transition: all 0.25s ease-in-out 0s;
      transition: all 0.25s ease-in-out 0s; }
      .custom-footer .footer-social-links a:hover {
        color: #FFF; }
      .custom-footer .footer-social-links a i {
        font-size: 17px;
        line-height: 50px; }
  .custom-footer p {
    color: #b1b7f9;
    font-size: 13px;
    margin: 0; }
    .custom-footer p a {
      color: #FFF;
      text-decoration: none;
      font-weight: bold; }
  .custom-footer .container {
    position: relative;
    z-index: 2; }
  .custom-footer:before {
    content: '';
    display: block;
    position: absolute; }

.statistics {
  padding-top: 0 !important; }
  .statistics .download-buttons {
    text-align: center; }
  .statistics .app-overlay .container {
    margin-bottom: -30px; }
  .statistics .stats {
    position: relative;
    color: #fff;
    padding-left: 95px;
    margin-bottom: 30px; }
    .statistics .stats .stats-icon {
      background: url(../images/bg/icon-bg.png) center center no-repeat;
      -webkit-background-size: contain;
      background-size: contain;
      position: absolute;
      width: 70px;
      height: 76px;
      left: 0;
      top: -10px;
      line-height: 76px;
      text-align: center;
      -moz-border-radius: 5px;
      font-size: 20px; }
    .statistics .stats p {
      font-size: 27px;
      margin-top: 0;
      margin-bottom: 14px;
      line-height: 1;
      color: #111651; }
    .statistics .stats h5 {
      margin-top: 0;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777; }

/* 23 Responsive
*********************************************/
@media (max-width: 1199px) {
  .title-inverse {
    margin-top: 50px; }

  .mb > div {
    margin-top: 17px !important; } }
@media (min-width: 992px) and (max-width: 1199px) {
  .success-stories .stories-bg {
    width: 1000px; }

  .about-me .bio {
    padding: 96px 110px; }
    .about-me .bio .bio-bg {
      width: 700px;
      height: 546px; } }
@media (min-width: 768px) {
  /* popUp Video */
  .apps-video .modal-dialog {
    width: 750px;
    margin: 100px auto; } }
@media (min-width: 768px) and (max-width: 991px) {
  /* Contact Info */
  .contact .contact-info {
    margin-bottom: 15px; }
    .contact .contact-info .info-box {
      width: 50%;
      float: left;
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 0; }
      .contact .contact-info .info-box:first-child {
        border-right: 1px solid #CACACA; } }
@media (max-width: 991px) {
  .blog-parent .sidebar-parent {
    position: static !important; }

  .blog-parent .widget_search {
    position: absolute;
    top: 0;
    width: 100%; }

  .blog-parent {
    position: relative;
    padding-top: 110px; }

  header.custom-header .mini-feature .mini-feature-content {
    padding: 30px 30px 0; }
    header.custom-header .mini-feature .mini-feature-content .mini-feature-box {
      margin-bottom: 30px; }

  header.custom-header .header-content .site-intro-content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center; }

  header.custom-header .mini-feature {
    position: relative;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

  header.custom-header .header-content {
    padding-bottom: 0; }

  header.custom-header {
    margin-bottom: 0; }

  .about-me .bio {
    padding: 119px 145px; }

  .about-me .bio .bio-bg {
    width: 700px;
    height: 545px; }

  .success-stories .stories-bg {
    width: 100%; }

  .about-me .v-img .shape {
    left: calc(50% - 50px);
    bottom: calc(0% - 100px); }

  .appsLand-btn.appsLand-btn-larg {
    padding: 20px 27px; }

  .features__style-2 .feat-tabs {
    text-align: center; }
    .features__style-2 .feat-tabs li {
      width: auto;
      display: inline-block;
      float: none;
      border-bottom: 0; }
      .features__style-2 .feat-tabs li.active {
        border-bottom: 0; }

  .clients-logo .clientLogos-slider-container .swiper-slide a {
    padding: 30px 20px; } }
@media (max-width: 767px) {
  .about-me .bio .bio-bg {
    display: none; }

  .about-me .bio {
    background: #eeeffc;
    padding: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px; }

  header.custom-header .header-content .site-intro-content h1 {
    font-size: 36px; }

  header.custom-header .header-content img {
    max-width: 200px;
    margin: auto; }

  .events {
    background: #eeeffc; }
    .events:after, .events:before {
      content: none; }

  .section-title {
    margin-bottom: 50px; }
    .section-title h2 {
      font-size: 27px;
      padding-bottom: 15px; }
    .section-title p {
      font-size: 16px; }

  .event .event-header {
    overflow: hidden; }

  .event .event-detail {
    padding: 0;
    padding-bottom: 15px; }

  .event .event-header .date {
    position: relative;
    margin: auto;
    height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }

  .event .event-header .title-box {
    width: 100%;
    float: none;
    padding: 0;
    border: 0; }

  .mini-event .event-detail {
    padding-bottom: 0; }

  .mini-event .event-entry {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 10px; }

  .story-image img {
    padding: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; }

  .story-image:after {
    content: none; }

  .single-post {
    padding: 40px 20px; }

  .acf-map {
    margin-bottom: 0 !important; }

  .single-post .entry-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: visible; }

  /* General Style */
  body {
    padding-bottom: 0 !important; }

  header.appsLand-header .app-overlay {
    padding-top: 172px;
    padding-bottom: 100px; }

  header.appsLand-header .header-content .site-intro-content h1 {
    font-size: 30px; }

  .entry-main > section, .entry-main > div {
    padding: 90px 0; }
    .entry-main > section.section-bg-img, .entry-main > div.section-bg-img {
      padding: 0; }
      .entry-main > section.section-bg-img .app-overlay, .entry-main > div.section-bg-img .app-overlay {
        padding: 90px 0; }
      .entry-main > section.section-bg-img.section-without-title, .entry-main > div.section-bg-img.section-without-title {
        padding: 0; }
        .entry-main > section.section-bg-img.section-without-title .app-overlay, .entry-main > div.section-bg-img.section-without-title .app-overlay {
          padding: 60px 0; }
    .entry-main > section.section-without-title, .entry-main > div.section-without-title {
      padding: 60px 0; }

  .section-title {
    margin-bottom: 60px; }
    .section-title h1 {
      margin: 0;
      font-size: 36px; }

  /* navbar */
  .custom-navbar .navbar-header {
    margin: 0; }
  .custom-navbar .menu-toggle {
    display: block; }
  .custom-navbar .app-links {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.25);
    background: rgba(0, 0, 0, 0.25); }
    .custom-navbar .app-links .navbar-nav {
      background: #FFF;
      margin: 0;
      position: absolute;
      top: 0;
      left: -300px;
      height: 100%;
      width: 270px;
      overflow: auto;
      -webkit-transition: all 0.5s ease-in-out 0s;
      -moz-transition: all 0.5s ease-in-out 0s;
      -o-transition: all 0.5s ease-in-out 0s;
      transition: all 0.5s ease-in-out 0s; }
      .custom-navbar .app-links .navbar-nav > li {
        padding: 0;
        border-bottom: 1px solid #F1F1F1; }
        .custom-navbar .app-links .navbar-nav > li.mobile-size-logo {
          box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
          z-index: 2;
          padding: 25px 0; }
          .custom-navbar .app-links .navbar-nav > li.mobile-size-logo a {
            padding: 0;
            display: inline-block; }
            .custom-navbar .app-links .navbar-nav > li.mobile-size-logo a:hover {
              background: none; }
          .custom-navbar .app-links .navbar-nav > li.mobile-size-logo img {
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25); }
        .custom-navbar .app-links .navbar-nav > li > a, .custom-navbar .app-links .navbar-nav > li > span {
          color: #333 !important;
          padding: 15px 30px; }
          .custom-navbar .app-links .navbar-nav > li > a:hover, .custom-navbar .app-links .navbar-nav > li > span:hover {
            background: #f9f9f9;
            color: #6671e4; }
          .custom-navbar .app-links .navbar-nav > li > a:before, .custom-navbar .app-links .navbar-nav > li > span:before {
            content: none; }
        .custom-navbar .app-links .navbar-nav > li.active > a, .custom-navbar .app-links .navbar-nav > li.active > span {
          color: #6671e4;
          background: #f9f9f9; }
        .custom-navbar .app-links .navbar-nav > li .dropdown-menu {
          opacity: 1;
          visibility: visible;
          border: 0;
          width: 100%;
          min-width: 0;
          position: static;
          box-shadow: none; }
  .custom-navbar .navbar-brand img {
    margin: 0;
    height: 100%; }
  .custom-navbar.mobile-menu-active .app-links {
    visibility: visible; }
    .custom-navbar.mobile-menu-active .app-links .navbar-nav {
      left: 0; }

  /* statistics */
  .statistics .stats {
    text-align: center;
    padding: 0; }
    .statistics .stats .stats-icon {
      position: static;
      margin: 0 auto 5px; }
    .statistics .stats p {
      margin-bottom: 10px; }

  /* Contact */
  .contact .contact-form {
    padding: 40px; }
    .contact .contact-form:before {
      content: none; }

  .single-post .entry-post-info {
    position: static;
    background: none;
    color: inherit;
    padding: 0 0 15px 0; }
    .single-post .entry-post-info h2 {
      font-size: 24px; }
  .single-post .entry-Categories {
    position: static;
    background: none;
    padding: 0;
    color: inherit;
    margin-top: 20px; }
    .single-post .entry-Categories a {
      color: inherit; }
    .single-post .entry-Categories li {
      font-size: 14px; }
  .single-post .entry-content {
    padding-top: 20px; }
    .single-post .entry-content p {
      font-size: 14px; }
  .single-post .entry-footer .post-comments .user-photo {
    width: 40px;
    height: 40px; }
  .single-post .entry-footer .post-comments .the-comment {
    width: calc(100% - 50px);
    margin-left: 10px; }
  .single-post .entry-footer .post-comments .the-comment .comment-box:before {
    border-width: 4px;
    left: -8px; } }

/*# sourceMappingURL=style.css.map */
