/*=======================================================================
* Template Name: Grape
* Template URI: http://codepassenger.com/html/grape
* Author: CodePassenger
* Author URI: http://codepassenger.com/
* Description: GRAPE - Multipurpose App Landing Template
* Version: 1.0
* License: GPL v2 or later
* License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
* Tags: html, template, app landing, marketing, grape, codepassenger
======================================================================= */
/*------------------------------------------------------
Table of content
--------------------------------------------------------
Preloader
General
Buttons
Navbar
Banner
Intro
Features
Video Description
Screenshot
Pricing
Support
Testimonials
Client Logo
Subscription
Footer
Blog Pages
------------------------------------------------------*/
/*------------------------
Preloader Styles
------------------------*/
body .region-content .node .landing .loader-wrap {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
  }
  
  body .region-content .node .landing .cssload-loader {
    position: relative;
    width: 12px;
    height: 12px;
    left: 46%;
    left: calc(50% - 6px);
    left: -o-calc(50% - 6px);
    left: -ms-calc(50% - 6px);
    left: -moz-calc(50% - 6px);
    top: 50%;
    border-radius: 12px;
    background-color: #c0392b;
    transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    animation: cssload-loader 0.5s ease-in-out infinite;
    -o-animation: cssload-loader 0.5s ease-in-out infinite;
    -ms-animation: cssload-loader 0.5s ease-in-out infinite;
    -webkit-animation: cssload-loader 0.5s ease-in-out infinite;
    -moz-animation: cssload-loader 0.5s ease-in-out infinite;
  }
  
  body .region-content .node .landing .cssload-loader:before {
    content: "";
    position: absolute;
    background-color: #c0392b;
    top: 0px;
    left: -25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
  }
  
  body .region-content .node .landing .cssload-loader:after {
    content: "";
    position: absolute;
    background-color: #c0392b;
    top: 0px;
    left: 25px;
    height: 12px;
    width: 12px;
    border-radius: 12px;
  }
  
  @keyframes cssload-loader {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
  }
  @-webkit-keyframes cssload-loader {
    0% {
      -webkit-transform: rotate(0deg);
    }
    50% {
      -webkit-transform: rotate(180deg);
    }
    100% {
      -webkit-transform: rotate(180deg);
    }
  }
  /*------------------------
  General Styles
  ------------------------*/
  html {
    font-size: 62.5%;
  }
  
  body {
    font-size: 1.6rem;
    font-family: "Muli", sans-serif;
    line-height: 1.75;
    color: #111111;
  }
  
  body .region-content .node .landing h1,
  body .region-content .node .landing h2,
  body .region-content .node .landing h3,
  body .region-content .node .landing h4,
  body .region-content .node .landing h5,
  body .region-content .node .landing h6,
  body .region-content .node .landing .h1,
  body .region-content .node .landing .h2,
  body .region-content .node .landing .h3,
  body .region-content .node .landing .h4,
  body .region-content .node .landing .h5,
  body .region-content .node .landing .h6 {
    font-family: "Muli", sans-serif;
    line-height: 1.3;
  }
  
  body .region-content .node .landing h1,
  body .region-content .node .landing .h1 {
    font-size: 6.4rem;
  }
  
  body .region-content .node .landing  h2,
  body .region-content .node .landing  .h2 {
    font-size: 4.8rem;
  }
  
  body .region-content .node .landing h3,
  body .region-content .node .landing .h3 {
    font-size: 3.6rem;
  }
  
  body .region-content .node .landing h4,
  body .region-content .node .landing .h4 {
    font-size: 2.4rem;
  }
  
  body .region-content .node .landing h5,
  body .region-content .node .landing .h5 {
    font-size: 1.8rem;
  }
  
  body .region-content .node .landing h6,
  body .region-content .node .landing .h6 {
    font-size: 1.4rem;
  }
  
  body .region-content .node .landing p {
    margin-bottom: 30px;
  }
  body .region-content .node .landing p:last-child {
    margin-bottom: 0;
  }
  
  body .region-content .node .landing a {
    color: #c0392b;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  /* body .region-content .node .landing a:focus, a:visited, a:active {
    outline: none;
    color: #c0392b;
  } */
  body .region-content .node .landing a:hover {
    color: #993025;
    text-decoration: none;
  }
  
  body .region-content .node .landing .section {
    position: relative;
  }
  
  body .region-content .node .landing .section-padding {
    padding: 80px 0;
  }
  body .region-content .node .landing .section-padding.bottom-0 {
    padding-bottom: 0;
  }
  
  body .region-content .node .landing .offwhite-bg {
    background-color: #f7f7fa;
  }
  
  body .region-content .node .landing .theme-bg {
    background-color: #c0392b;
    color: #ffffff;
  }
  
  body .region-content .node .landing .text-white {
    color: #ffffff;
  }
  body .region-content .node .landing .text-white .section-subtext {
    color: #ffffff;
  }
  
  body .region-content .node .landing .overlay-black {
    background-color: rgba(17, 17, 17, 0.9);
  }
  
  body .region-content .node .landing .section-header {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 60px;
  }
  body .region-content .node .landing .section-header:before {
    content: "";
    width: 370px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: rgba(192, 57, 43, 0.11);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .region-content .node .landing .section-header:after {
    content: "";
    width: 60px;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #c0392b;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  body .region-content .node .landing .section-header.style-2 {
    padding-bottom: 0;
    margin-bottom: 100px;
  }
  body .region-content .node .landing .section-header.style-2:before, .section-header.style-2:after {
    content: none;
  }
  body .region-content .node .landing .section-header.style-2 .section-subtext {
    margin-top: 22px;
  }
  
  body .region-content .node .landing .section-title {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1;
    margin: 0;
  }
  
  body .region-content .node .landing .section-subtext {
    color: #000000;
    margin-top: 15px;
	font-size: 1.6rem;
  }
  
  body .region-content .node .landing .mock {
    display: inline-block;
    float: none;
    margin: 0 auto;
    position: relative;
  }
  body .region-content .node .landing .mock img {
    position: relative;
  }
  body .region-content .node .landing .mock .back-mock {
    position: absolute;
    bottom: 0;
    left: 120px;
  }
  body .region-content .node .landing .mock .mock-oculus {
    left: 60px;
    margin-top: 50px;
  }
  body .region-content .node .landing .mock.right-style {
    text-align: right;
    margin-right: 0;
    float: right;
  }
  body .region-content .node .landing .mock.right-style .back-mock {
    left: -20px;
    width: 70%;
  }
  body .region-content .node .landing .mock.right-style .front-mock {
    width: 75%;
  }

  body .region-content .node .landing .mock.right-style .mock-oculus {
    left: 10px;
    margin-top: 100px;
  }
  
  body .region-content .node .landing .steller-parallax {
    background-repeat: no-repeat;
  }
  
  /*** Form and Inputs ***/
  body .region-content .node .landing form {
    position: relative;
  }
  body .region-content .node .landing form *:focus,
  body .region-content .node .landing form *:active {
    outline: none;
  }
  body .region-content .node .landing form p {
    margin-bottom: 15px;
  }
  
  body .region-content .node .landing input:not([type=radio]):not([type=checkbox]):not([type=range]),
  body .region-content .node .landing textarea {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    line-height: 2;
    padding: 8px 30px;
    background-color: rgba(17, 17, 17, 0.15);
    border: none;
  }
  
  body .region-content .node .landing textarea {
    resize: none;
  }
  
  [type=submit] {
    margin-top: 15px;
  }
  
  /*** Pages ***/
  body .region-content .node .landing .page-header {
    background-image: url(../images/banner/1.jpg);
    background-position: center center;
    background-size: cover;
    margin: 0;
    padding: 200px 0 100px;
    border: none;
    border-radius: 0;
    position: relative;
  }
  body .region-content .node .landing .page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 17, 17, 0.8);
    z-index: 0;
  }
  body .region-content .node .landing .page-header > .container {
    z-index: 1;
    position: relative;
  }
  
  body .region-content .node .landing .page-title {
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
  }
  
  body .region-content .node .landing .breadcrumb {
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 0;
    padding: 0;
    color: #ffffff;
  }
  body .region-content .node .landing .breadcrumb a {
    color: #ffffff;
  }
  body .region-content .node .landing .breadcrumb .active {
    color: #ffffff;
  }
  
  /*----------------------------------------
  Buttons Styles
  ----------------------------------------*/
  body .region-content .node .landing .btn {
    font-size: 1.4rem;
    font-family: "Muli", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #c0392b;
    color: #ffffff;
    border: 1px solid #c0392b;
    line-height: 39px;
    padding: 0 39px;
    letter-spacing: 1.3px;
    border-radius: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .region-content .node .landing .btn i {
    margin-right: 10px;
  }
  body .region-content .node .landing .btn:focus, .btn:visited, .btn:active {
    outline: none;
    color: #ffffff;
    background-color: #c0392b;
  }
  body .region-content .node .landing .btn:hover {
    background-color: #993025;
    color: #ffffff;
  }
  body .region-content .node .landing .btn.btn-sm {
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 30px;
    padding: 0 30px;
    text-transform: none;
    letter-spacing: 0;
  }
  body .region-content .node .landing .btn.btn-lg {
    padding: 0 45px;
    line-height: 50px;
    border-radius: 26px;
    margin: 0 15px;
  }
  body .region-content .node .landing .btn.btn-border {
    background-color: transparent;
    color: #111111;
  }
  body .region-content .node .landing .btn.btn-border:focus, .btn.btn-border:visitedm .btn.btn-border:active {
    color: #111111;
    background-color: transparent;
  }
  body .region-content .node .landing .btn.btn-border:hover {
    background-color: #c0392b;
    color: #ffffff;
  }
  body .region-content .node .landing .btn + .btn {
    margin-left: 0px;
  }
  
  /*-----------------------------------
  Navbar Styles
  -----------------------------------*/
  body .region-content .node .landing .navbar-default {
    min-height: 100px;
    border-radius: 0;
    border: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
    margin-bottom: 0;
    z-index: 995;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .region-content .node .landing .navbar-default .navbar-brand {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body .region-content .node .landing .navbar-default .navbar-nav {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  body .region-content .node .landing .navbar-default .navbar-nav > li > a {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
  }
  body .region-content .node .landing .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a a:visited {
    color: #ffffff;
  }
  body .region-content .node .landing .navbar-default .navbar-nav > li > a:hover {
    color: #c0392b;
  }
  body .region-content .node .landing .navbar-default .navbar-nav > li.active a {
    background-color: transparent;
    color: #c0392b;
  }
  body .region-content .node .landing .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:visited {
    color: #c0392b;
    background-color: transparent;
  }
  body .region-content .node .landing .navbar-default.affix {
    background-color: #111111;
    min-height: 60px;
  }
  body .region-content .node .landing .navbar-default.affix .navbar-brand {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  body .region-content .node .landing .navbar-default.affix .navbar-nav {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  
  body .region-content .node .landing .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  body .region-content .node .landing .navbar-right > .dropdown:last-child > .dropdown-menu, .navbar-right > .dropdown:nth-last-child(2) > .dropdown-menu {
    right: 0;
    left: auto;
  }
  
  body .region-content .node .landing .dropdown-menu {
    display: block;
    padding: 20px 10px;
    z-index: 996;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .region-content .node .landing .dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0;
  }
  body .region-content .node .landing .dropdown-menu > li > a {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 2;
  }
  body .region-content .node .landing .dropdown-menu > li > a:hover {
    color: #ffffff;
    background-color: #c0392b;
  }
  body .region-content .node .landing .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  
  /*----------------------------------------
  Banner Styles
  ----------------------------------------*/
  body .region-content .node .landing .banner-item {
    height: 768px;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    color: #ffffff;
    overflow: hidden;
  }
  body .region-content .node .landing .banner-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(17, 17, 17, 0.8);
    z-index: 1;
  }
  
  body .region-content .node .landing .banner-1 {
    background-image: url(../images/banner/1.jpg);
  }
  
  body .region-content .node .landing .banner-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin-top: 50px;
  }
  body .region-content .node .landing .banner-content .banner-text-content {
    margin-top: 100px;
  }
  body .region-content .node .landing .banner-content .banner-title {
    font-size: 4.8rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: white;
  }
  body .region-content .node .landing .banner-content .banner-text {
    font-size: 2.2rem;
    margin-top: 22px;
    margin-bottom: 0;
    color: grey;
  }
  body .region-content .node .landing .banner-content .button-group {
    margin-top: 34px;
  }
  body .region-content .node .landing .banner-content .btn-border {
    color: #ffffff;
  }
  body .region-content .node .landing .banner-content .banner-registration {
    background-color: rgba(17, 17, 17, 0.55);
    max-width: 400px;
    float: right;
    width: 100%;
    padding: 40px;
  }
  body .region-content .node .landing .banner-content .banner-registration input:not([type=radio]):not([type=checkbox]):not([type=range]),
  body .region-content .node .landing .banner-content .banner-registration textarea {
    line-height: 30px !important;
    background-color: rgba(192, 57, 43, 0.22);
  }
  body .region-content .node .landing .banner-content .banner-registration .btn {
    width: 100%;
  }
  
  body .region-content .node .landing .banner.style-2 .banner-content {
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  body .region-content .node .landing .banner.style-2 .banner-hero-image {
    margin-top: 50px;
  }
  body .region-content .node .landing .banner.style-3 .banner-text-content {
    margin-top: 0;
  }
  
  body .region-content .node .landing .right-part {
    text-align: right;
  }
  
  /*------------------------
  Intro Styles
  ------------------------*/
  body .region-content .node .landing .intro-item {
    text-align: center;
    padding: 30px 35px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid transparent;
  }
  body .region-content .node .landing .intro-item:hover {
    border-color: #c0392b;
  }
  
  body .region-content .node .landing .intro-icon {
    font-size: 4rem;
    line-height: 1;
    color: #c0392b;
  }
  
  body .region-content .node .landing .intro-title {
    color: #c0392b;
    font-size: 2.2rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  
  /*------------------------
  Features Styles
  ------------------------*/
  body .region-content .node .landing .feature {
    float: left;
    width: 100%;
    margin-top: 65px;
  }
  
  body .region-content .node .landing .feature-icon {
    font-size: 2.5rem;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #c0392b;
    line-height: 68px;
    text-align: center;
    color: #c0392b;
    margin-right: 30px;
    float: left;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .region-content .node .landing .feature:hover .feature-icon {
    background-color: #c0392b;
    color: #ffffff;
  }
  body .region-content .node .landing .col-sm-4:first-child .feature-icon {
    float: right;
    margin-right: 0;
    margin-left: 30px;
  }
  
  body .region-content .node .landing .feature-content {
    float: left;
    width: calc(100% - 100px);
  }
  body .region-content .node .landing .col-sm-4:first-child .feature-content {
    float: right;
    text-align: right;
  }
  
  body .region-content .node .landing .feature-title {
    font-size: 2.2rem;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #c0392b;
  }
  
  /*** More Features ***/
  /* body .region-content .node .landing .more-feature-section .mock {
    margin-left: 25px;
  } */
  body .region-content .node .landing .more-feature-section .section-header {
    margin-top: 50px;
  }
  
  body .region-content .node .landing .icon-list {
    line-height: 2.3;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  body .region-content .node .landing .icon-list li span {
    font-size: 1.7rem;
    color: #c0392b;
    margin-right: 10px;
  }
  
  /*------------------------
  Video Description Styles
  ------------------------*/
  body .region-content .node .landing .plyr .plyr__play-large {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #ffffff;
    border: none;
    text-align: center;
  }
  body .region-content .node .landing .plyr .plyr__play-large svg {
    color: #c0392b;
    left: 11px;
  }
  
  body .region-content .node .landing .plyr--video .plyr__controls {
    padding: 20px 5px 20px;
  }
  
  body .region-content .node .landing .plyr__controls button svg {
    width: 12px;
    height: 13px;
  }
  
  body .region-content .node .landing .plyr__progress--buffer,
  body .region-content .node .landing .plyr__progress--played,
  body .region-content .node .landing .plyr__volume--display {
    height: 5px;
  }
  
  body .region-content .node .landing .plyr__progress--buffer::-webkit-progress-value,
  body .region-content .node .landing .plyr__progress--played::-webkit-progress-value,
  body .region-content .node .landing .plyr__volume--display::-webkit-progress-value {
    background-color: #c0392b;
  }
  
  body .region-content .node .landing .plyr input[type=range]::-webkit-slider-thumb {
    width: 12px;
    height: 12px;
    margin-top: -2.5px;
  }
  
  body .region-content .node .landing .plyr--video .plyr__controls button.tab-focus:focus,
  body .region-content .node .landing .plyr--video .plyr__controls button:hover {
    background-color: #c0392b;
  }
  
  /*------------------------
  Screenshot Styles
  ------------------------*/
  body .region-content .node .landing .screen-mock {
    background-image: url(../images/mocks/screenshot.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 472px;
    width: 254px;
    margin-top: 2px;
    position: absolute;
    top: 0;
    left: 39%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
	  -webkit-transform: rotate(-90deg);
	  transform: rotate(-90deg);
  }
  
  body .region-content .node .landing .screenshot-wrap {
    margin: 65px -20px 0;
    overflow: hidden;
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-wrapper-outer {
    overflow: visible;
	  margin-left: 80px;
  }

  body .region-content .node .landing .screenshot-oculus .screenshot-carousel .owl-wrapper-outer {
	  margin-left: -8px;
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-item {
    /*margin-left: 82px;
      margin-right: 82px;*/
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-item img {
    /*width: calc(100% - 200px)*/
	  width: 193px;
    margin: 0 20px;
    -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
	  -webkit-transform: rotate(-90deg);
	  transform: rotate(-90deg);
  }

  body .region-content .node .landing .screenshot-oculus .screenshot-carousel .owl-item img {
    width: 360px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-pagination {
    text-align: center;
    margin-top: 0px;
  }

  body .region-content .node .landing .screenshot-oculus .screenshot-carousel .owl-pagination {
    margin-top: 50px;
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-page {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #c0392b;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  body .region-content .node .landing .screenshot-carousel .owl-page.active {
    width: 30px;
  }
  
  /*----------------------------------------
  Pricing Styles
  ----------------------------------------*/
  body .region-content .node .landing .pricing-table {
    border: 1px solid rgba(192, 57, 43, 0.22);
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  body .region-content .node .landing .pricing-table .pricing-header {
    border-top: 10px solid rgba(192, 57, 43, 0.22);
    border-bottom: 1px solid rgba(192, 57, 43, 0.22);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
  body .region-content .node .landing .pricing-table .pricing-header .pack-name {
    padding: 25px 20px 25px;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000000;
    margin: 0;
  }
  body .region-content .node .landing .pricing-table .pack-price {
    font-size: 4.2rem;
    margin: 0;
    padding: 34px 20px 28px;
    font-weight: 700;
    font-family: "Muli", sans-serif;
  }
  body .region-content .node .landing .pricing-table .pack-price .currency,
  body .region-content .node .landing .pricing-table .pack-price .pack-duration {
    font-weight: 400;
    font-size: 2.2rem;
    vertical-align: baseline;
  }
  body .region-content .node .landing .pricing-table .pack-features {
    list-style: none;
    line-height: 1.75;
    margin: 0 0 42px;
    padding: 0;
  }
  body .region-content .node .landing .pricing-table .btn {
    margin-bottom: 52px;
  }
  body .region-content .node .landing .pricing-table:hover, .pricing-table.active {
    border-color: #c0392b;
  }
  body .region-content .node .landing .pricing-table:hover .pricing-header, .pricing-table.active .pricing-header {
    border-color: #c0392b;
  }
  body .region-content .node .landing .pricing-table:hover .btn, .pricing-table.active .btn {
    background-color: #c0392b;
    color: #ffffff;
  }
  
  /*----------------------------------------
  Support Styles
  ----------------------------------------*/
  body .region-content .node .landing .support-tabs .nav-tabs {
    border: none;
    text-align: center;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li {
    margin: 0;
    width: 16.666666%;
    padding: 0 15px;
    float: none;
    display: inline-block;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li > a {
    border: 1px solid #c0392b;
    border-radius: 0;
    margin: 0;
    text-align: center;
    color: #000000;
    display: block;
    line-height: 1.75;
    padding: 37px 10px 28px;
    position: relative;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li > a span {
    font-size: 4rem;
    line-height: 1;
    display: block;
    margin-bottom: 7px;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li > a:hover {
    background-color: transparent;
    color: #c0392b;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li > a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 13px solid #c0392b;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    top: 100%;
    left: 50%;
    margin-left: -13px;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    opacity: 0;
    visibility: hidden;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li.active a {
    background-color: #c0392b;
    color: #ffffff;
  }
  body .region-content .node .landing .support-tabs .nav-tabs > li.active a:after {
    opacity: 1;
    visibility: visible;
  }
  body .region-content .node .landing .support-tabs .pane-content {
    padding: 65px 15px 0;
    width: 100%;
    float: left;
  }
  body .region-content .node .landing .support-tabs .installation-steps {
    float: left;
    width: 100%;
    margin-bottom: -45px;
  }
  body .region-content .node .landing .support-tabs .installation-step {
    width: 100%;
    display: inline-block;
    float: left;
	  padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 45px;
  }
  body .region-content .node .landing .support-tabs .installation-step:nth-child(2n) {
    padding-right: 0;
    padding-left: 15px;
  }
  body .region-content .node .landing .support-tabs .installation-step .step-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
  }
  
  body .region-content .node .landing .step-content {
    font-size: 1.6rem;
  }
  
  /*-----------------------------------
  Testimonial Boxed Styles
  -----------------------------------*/
  body .region-content .node .landing .testimonial-carousel .testimonial {
    padding: 0 280px;
    text-align: center;
  }
  body .region-content .node .landing .testimonial-carousel .testimonial .commenter-thumb {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    display: inline-block;
  }
  body .region-content .node .landing .testimonial-carousel .testimonial .commenter-name {
    font-size: 1.8rem;
  }
  body .region-content .node .landing .testimonial-carousel .testimonial .commenter-designation {
    font-size: 1.4rem;
  }
  body .region-content .node .landing .testimonial-carousel blockquote {
    font-size: 1.6rem;
    font-weight: 400;
    padding: 0;
    margin: 0;
    border: none;
  }
  body .region-content .node .landing .testimonial-carousel .owl-prev,
  body .region-content .node .landing .testimonial-carousel .owl-next {
    position: absolute;
    font-size: 3.4rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .region-content .node .landing .testimonial-carousel .owl-prev {
    left: 0;
  }
  body .region-content .node .landing .testimonial-carousel .owl-next {
    right: 0;
  }
  body .region-content .node .landing .testimonial-carousel .client-info {
    margin-top: 50px;
  }
  body .region-content .node .landing .testimonial-carousel .client-name {
    font-size: 2.2rem;
    font-family: "Muli", sans-serif;
    font-weight: 600;
    margin: 0;
  }
  body .region-content .node .landing .testimonial-carousel .client-profession {
    font-size: 1.2rem;
    margin-top: 4px;
    margin-bottom: 0;
  }
  
  /*------------------------
  Client Logo Styles
  ------------------------*/
  body .region-content .node .landing .client-logo {
    display: inline-block;
    width: 20%;
    padding: 15px;
    position: relative;
    height: 130px;
    text-align: center;
    float: left;
  }
  
      /*------------------------
  Contact Styles
  ------------------------*/
  body .region-content .node .landing .right-image {
    padding: 0;
  }
  
  body .region-content .node .landing .map-area {
    padding: 0;
  }
  
  body .region-content .node .landing .google-map {
    height: 765px;
  }
  
  body .region-content .node .landing .contact-area {
    position: relative;
  }
  body .region-content .node .landing .contact-area .right-image {
    background-image: url(../images/bg/contact.jpg);
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  body .region-content .node .landing .contact-area .right-image .overlay-black {
    height: 765px;
  }
  
  body .region-content .node .landing .form-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  body .region-content .node .landing .form-wrap .section-header.style-2 {
    margin-bottom: 80px;
  }
  body .region-content .node .landing .form-wrap .section-header.style-2 .section-subtext {
    margin-top: 5px;
  }
  
  body .region-content .node .landing .contact-form input:not([type=radio]):not([type=checkbox]),
  body .region-content .node .landing .contact-form textarea {
    background-color: rgba(255, 255, 255, 0.15);
  }
  body .region-content .node .landing .contact-form ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  body .region-content .node .landing .contact-form ::-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  body .region-content .node .landing .contact-form :-ms-input-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  body .region-content .node .landing .contact-form :-moz-placeholder {
    color: #ffffff;
    opacity: 1;
  }
  
  body .region-content .node .landing .input-success,
  body .region-content .node .landing .input-error,
  body .region-content .node .landing .newsletter-success,
  body .region-content .node .landing .newsletter-error {
    margin-top: 15px;
    margin-bottom: 0;
    display: none;
    background-color: #ffffff;
    padding: 2px 20px;
    float: left;
    width: 100%;
    clear: both;
    text-align: left;
  }
  
  body .region-content .node .landing .input-success,
  body .region-content .node .landing .newsletter-success {
    color: #16a085;
  }
  
  body .region-content .node .landing .input-error,
  body .region-content .node .landing .newsletter-error {
    color: #e74c3c;
  }
  
  body .region-content .node .landing .newsletter-success,
  body .region-content .node .landing .newsletter-error {
    clear: both;
    width: 100%;
  }
  
  /*------------------------
  Subscription Styles
  ------------------------*/
  body .region-content .node .landing .subscription-area h3 {
    font-size: 4.8rem;
    font-weight: 300;
    margin: 0;
    line-height: 1.5;
  }
  
  body .region-content .node .landing .subscription {
    width: 100%;
    text-align: right;
    float: right;
    margin-top: 44px;
  }
  body .region-content .node .landing .subscription ::-webkit-input-placeholder {
    color: #ffffff;
    opacity: 0.55;
  }
  body .region-content .node .landing .subscription ::-moz-placeholder {
    color: #ffffff;
    opacity: 0.55;
  }
  body .region-content .node .landing .subscription :-ms-input-placeholder {
    color: #ffffff;
    opacity: 0.55;
  }
  body .region-content .node .landing .subscription :-moz-placeholder {
    color: #ffffff;
    opacity: 0.55;
  }
  body .region-content .node .landing .subscription input[type=email] {
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff !important;
    float: left;
    font-size: 1.4rem !important;
    width: calc(100% - 220px) !important;
    margin-bottom: 0;
    margin-top: 7px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body .region-content .node .landing .subscription *[type=submit] {
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    color: #c0392b;
    background-color: #ffffff;
    border: none;
    line-height: 52px;
    width: 200px;
    padding: 0;
    text-align: center;
    border-radius: 26px;
    float: right;
    margin-left: 20px;
    margin-top: 0;
  }
  
  /*------------------------
  Footer Styles
  ------------------------*/
  body .region-content .node .landing .logo-footer {
    display: inline-block;
    margin: 0 auto;
  }
  
  body .region-content .node .landing .socials {
    margin-top: 30px;
  }
  body .region-content .node .landing .socials a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 38px;
    border: 1px solid #c0392b;
    font-size: 1.4rem;
    color: #c0392b;
  }
  body .region-content .node .landing .socials a + a {
    margin-left: 16px;
  }
  body .region-content .node .landing .socials a:hover {
    background-color: #c0392b;
    color: #ffffff;
  }
  
  body .region-content .node .landing .copyright-footer {
    background-color: #c0392b;
    color: #ffffff;
    padding: 21px 0;
  }
  body .region-content .node .landing .copyright-footer .copyright {
    font-size: 1.5rem;
  }
  body .region-content .node .landing .copyright-footer .copyright a {
    color: #ffffff;
  }
  body .region-content .node .landing .copyright-footer .copyright a:hover {
    color: #111111;
  }
  
  body .region-content .node .landing .footer-nav {
    text-align: right;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body .region-content .node .landing .footer-nav li {
    display: inline;
    margin-left: 36px;
  }
  body .region-content .node .landing .footer-nav li a {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 400;
    font-family: "Muli", sans-serif;
  }
  
  /*--------------------------------------------------
  Blog Page Styles
  --------------------------------------------------*/
  body .region-content .node .landing .blog-listing {
    float: left;
    width: 100%;
    clear: both;
  }
  body .region-content .node .landing .blog-listing .post:nth-child(2n + 1) {
    clear: left;
  }
  body .region-content .node .landing .blog-listing .post-inner {
    float: left;
    width: 100%;
    margin-bottom: 60px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 5px;
  }
  body .region-content .node .landing .blog-listing .post-inner .btn {
    margin-top: 25px;
  }
  body .region-content .node .landing .blog-listing .post-metas {
    margin-top: 20px;
    margin-bottom: 0;
    color: #777777;
  }
  body .region-content .node .landing .blog-listing .post-metas .post-meta + .post-meta {
    margin-left: 20px;
  }
  body .region-content .node .landing .blog-listing .post-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 2.4rem;
    color: #111111;
  }
  body .region-content .node .landing .blog-listing .post-title a {
    color: inherit;
  }
  body .region-content .node .landing .blog-listing .post-title a:hover {
    color: #c0392b;
  }
  body .region-content .node .landing .blog-listing .post-excerpt {
    margin-top: 15px;
    margin-bottom: 0;
  }
  
  body .region-content .node .landing .post-pagination {
    margin-top: 30px;
    text-align: center;
  }
  
  body .region-content .node .landing .post-pagination > a, .post-pagination .current,
  body .region-content .node .landing .nav-links > a,
  body .region-content .node .landing .nav-links .current {
    height: 32px;
    width: 32px;
    line-height: 30px;
    border: 1px solid #c0392b;
    color: #111111;
    border-radius: 50% !important;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  body .region-content .node .landing .post-pagination > a + a, .post-pagination .current + a,
  body .region-content .node .landing .nav-links > a + a,
  body .region-content .node .landing .nav-links .current + a {
    margin-left: 10px;
  }
  body .region-content .node .landing .post-pagination > a:hover, .post-pagination .current:hover,
  body .region-content .node .landing .nav-links > a:hover,
  body .region-content .node .landing .nav-links .current:hover {
    background-color: #c0392b;
    color: #ffffff;
    text-decoration: none;
  }
  body .region-content .node .landing .post-pagination > a:first-child, .post-pagination > a:last-child, .post-pagination .current:first-child, .post-pagination .current:last-child,
  body .region-content .node .landing .nav-links > a:first-child,
  body .region-content .node .landing .nav-links > a:last-child,
  body .region-content .node .landing .nav-links .current:first-child,
  body .region-content .node .landing .nav-links .current:last-child {
    border-radius: 50% !important;
  }
  body .region-content .node .landing .post-pagination .current,
  body .region-content .node .landing .nav-links .current {
    background-color: #c0392b;
    color: #ffffff;
    margin-left: 10px;
  }
  body .region-content .node .landing .post-pagination > li > a,
  body .region-content .node .landing .nav-links > li > a {
    height: 32px;
    width: 32px;
    line-height: 30px;
    border: 1px solid #c0392b;
    color: #111111;
    border-radius: 50% !important;
    display: inline-block;
    padding: 0;
    text-align: center;
  }
  body .region-content .node .landing .post-pagination > li > a:hover,
  body .region-content .node .landing .nav-links > li > a:hover {
    background-color: #c0392b;
    color: #ffffff;
  }
  body .region-content .node .landing .post-pagination > li + li > a,
  body .region-content .node .landing .nav-links > li + li > a {
    margin-left: 10px;
  }
  body .region-content .node .landing .post-pagination > li:first-child > a, .post-pagination > li:last-child > a,
  body .region-content .node .landing .nav-links > li:first-child > a,
  body .region-content .node .landing .nav-links > li:last-child > a {
    border-radius: 50% !important;
  }
  body .region-content .node .landing .post-pagination > li.current a,
  body .region-content .node .landing .nav-links > li.current a {
    background-color: #c0392b;
    color: #ffffff;
  }
  
  /*--------------------------------------------------
  Blog Single Page Styles
  --------------------------------------------------*/
  body .region-content .node .landing .blog-single {
    float: left;
    width: 100%;
    clear: both;
  }
  body .region-content .node .landing .blog-single .post {
    float: left;
    width: 100%;
    clear: both;
  }
  body .region-content .node .landing .blog-single .post-bar {
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .blog-single .post-inner {
    float: left;
    width: 100%;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 30px;
    border-radius: 5px;
  }
  body .region-content .node .landing .blog-single .post-metas {
    margin-top: 20px;
    margin-bottom: 0;
    color: #777777;
  }
  body .region-content .node .landing .blog-single .post-metas .post-meta + .post-meta {
    margin-left: 20px;
  }
  body .region-content .node .landing .blog-single .post-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 3rem;
  }
  body .region-content .node .landing .blog-single .post-entry {
    margin-top: 20px;
  }
  body .region-content .node .landing .blog-single .post-entry blockquote {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.75;
  }
  body .region-content .node .landing .blog-single .share-on {
    margin-top: 30px;
  }
  
  body .region-content .node .landing .given-comment {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -50px;
  }
  body .region-content .node .landing .given-comment .given-comment-title {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: "Muli", sans-serif;
    font-size: 1.8rem;
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .given-comment .comments {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  body .region-content .node .landing .given-comment .comments.child-comments {
    padding-left: 100px;
  }
  body .region-content .node .landing .given-comment .comment {
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .given-comment .comment-wrap {
    width: 100%;
    float: left;
    margin-bottom: 50px;
  }
  body .region-content .node .landing .given-comment .commenter-thumb {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border-radius: 50%;
    overflow: hidden;
  }
  body .region-content .node .landing .given-comment .commenter-thumb img {
    max-width: 100%;
    height: auto;
  }
  body .region-content .node .landing .given-comment .comment-body {
    float: left;
    width: calc(100% - 100px);
  }
  body .region-content .node .landing .given-comment .comment-title {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.8rem;
  }
  body .region-content .node .landing .given-comment .comment-title .comment-date {
    font-weight: 400;
    font-size: 1.4rem;
  }
  body .region-content .node .landing .given-comment .comment-content p {
    margin-bottom: 7px;
  }
  body .region-content .node .landing .given-comment .comment-reply {
    font-weight: 600;
    font-size: 1.4rem;
  }
  
  body .region-content .node .landing .commenting-wrap {
    float: left;
    width: 100%;
    margin-top: 50px;
  }
  body .region-content .node .landing .commenting-wrap .comment-form-title {
    margin-top: 0;
    margin-bottom: 34px;
    font-family: "Muli", sans-serif;
    font-size: 1.8rem;
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .commenting-wrap input {
    margin-bottom: 20px;
  }
  
  /*** Sidebar ***/
  body .region-content .node .landing .widget {
    float: left;
    width: 100%;
    border: 1px solid rgba(192, 57, 43, 0.22);
  }
  body .region-content .node .landing .widget + .widget {
    margin-top: 40px;
  }
  body .region-content .node .landing .widget .widget-title {
    position: relative;
    padding: 8px 0;
    margin: 20px 30px 15px;
  }
  body .region-content .node .landing .widget .widget-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 25px;
    background-color: rgba(192, 57, 43, 0.22);
  }
  body .region-content .node .landing .widget .widget-inner {
    padding: 0 30px 20px;
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .widget .widget-inner p:last-child {
    margin-bottom: 0;
  }
  body .region-content .node .landing .widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  body .region-content .node .landing .widget ul li {
    color: #111111;
    line-height: 1.75;
  }
  body .region-content .node .landing .widget ul li a {
    color: inherit;
  }
  body .region-content .node .landing .widget ul li a:hover {
    color: #c0392b;
    text-decoration: none;
  }
  body .region-content .node .landing .widget ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    margin-right: 7px;
    display: inline-block;
  }
  body .region-content .node .landing .widget.post-widget ul li + li {
    margin-top: 10px;
  }
  body .region-content .node .landing .widget.post-widget ul li a {
    text-decoration: underline;
  }
  body .region-content .node .landing .widget.post-widget ul li a:before {
    text-decoration: none;
  }
  body .region-content .node .landing .widget .widget-posts {
    float: left;
    width: 100%;
    margin-bottom: -15px;
  }
  body .region-content .node .landing .widget .widget-post {
    float: left;
    width: 100%;
    margin-bottom: 15px;
  }
  body .region-content .node .landing .widget .widget-post-thumb {
    float: left;
    width: 60px;
    display: inline-block;
    margin-right: 15px;
  }
  body .region-content .node .landing .widget .widget-post-thumb img {
    width: 100%;
    height: auto;
  }
  body .region-content .node .landing .widget .widget-post-body {
    width: calc(100% - 75px);
    float: left;
  }
  body .region-content .node .landing .widget .widget-post-title {
    font-font-family: "Muli", sans-serif;: "Muli", sans-serif;
    font-size: 1.4rem;
  }
  body .region-content .node .landing .widget .widget-post-date {
    font-size: 1.2rem;
    display: block;
    margin-top: 5px;
  }
  body .region-content .node .landing .widget .widget-tag {
    margin-left: -10px;
    margin-right: -10px;
    float: left;
  }
  body .region-content .node .landing .widget .widget-tag a {
    color: #111111;
    text-decoration: underline;
    margin-left: 10px;
    margin-right: 10px;
    float: left;
    line-height: 1.75;
  }
  body .region-content .node .landing .widget .widget-tag a:hover {
    color: #c0392b;
  }
  body .region-content .node .landing .widget .social-media {
    float: left;
    width: 100%;
  }
  body .region-content .node .landing .widget .social-media a {
    color: #111111;
    clear: both;
    float: left;
    font-weight: 700;
    line-height: 1.75;
  }
  body .region-content .node .landing .widget .social-media a:hover {
    color: #c0392b;
    text-decoration: none;
  }
  