@charset "UTF-8";
/* ------------------------------------------------

Page	: Proland CSS
Version : 1.0
Author  : Surjith S M
URI     : http://themeforest.net/user/surjithctly

Copyright © All rights Reserved
Surjith S M / @surjithctly

-------------------------------------------------- */
/*=====================================================================


@Default Styles

Table of Content:
01/ Prefix
02/ Header
03/ The Product
04/ How it Works
05/ The Benefits
06/ Left Right Content
07/ Our Collection
08/ The Watch
09/ Splt Columns
10/ Reviews
11/ FAQs
12/ Tech Specs
13/ Our Team
14/ Timeline
15/ Mobile App
16/ Newsletter
17/ Contact
18/ Footer
19/ Page Header
20/ Blog
21/ Sidebar
22/ Comments
23/ Products
24/ Exit Popup

=====================================================================*/
/*========= @import Global & Variables ==========*/
/*Color Variables*/
/*============= Global =============*/

/* CARDS GRID */

body {
    position: relative;
    overflow-x: hidden;
}

.joinUs {
    display: flex;
}

.footerBackground {
    padding: 5%;
    background: linear-gradient(
        90deg,
        rgba(250, 250, 250, 1) 0%,
        rgba(39, 141, 195, 1) 0%,
        rgb(151, 186, 60) 87%
    );
}

.footerBackgroundRedream {
    padding: 5%;
    background: linear-gradient(
        90deg,
        rgba(250, 250, 250, 1) 0%,
        #fecb00 0%,
        #ee7100 87%
    );
}

.footerBackgroundRedream a {
    color: #f6a500;
}

.footerBackgroundRedream a:hover,
a:focus {
    color: black !important;
}

@media (max-width: 575px) {
    .footerBackground .text-xs-center {
        text-align: center;
    }
}
.text-footer h3 {
    color: white;
}
.text-footer p {
    color: white;
}
.footerBackground a {
    color: #278dc3;
}
.footerBackground a h3 {
    color: #278dc3;
}

.textFooter h2 {
    color: white;
}

/* END CARD */
.wrapper .card {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    border: 1px solid #ddd;
}
.wrapper .card img {
    width: 100%;
    height: 50%;
    object-fit: cover;
    object-position: 0 center;
}

.energyTransition {
    display: flex;
    justify-content: center;
}

.energyTransition img {
    width: 60%;
}

.device {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-left: 2%;
    width: 100%;
}

.device h2 {
    width: 110%;
}

.degradado {
    background: linear-gradient(
        to right,
        rgba(39, 141, 195, 1) 0%,
        rgb(151, 186, 60) 87%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.benefitsResponsive {
    display: none;
}

@media (max-width: 767px) {
    .benefitsResponsive {
        max-width: 90%;
    }

    .benefits {
        display: none;
    }
}

@media (max-width: 991px) {
    .numbersImage img {
        width: 200%;
        vertical-align: middle;
    }
}

@media (max-width: 991px) {
    .device {
        display: block;
    }
}

section {
    background: #fff;
}

section.row,
header.row,
footer.row {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

a,
.btn,
button {
    text-decoration: none;
    outline: none;
    transition: all 300ms linear 0s;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:hover,
button:focus {
    text-decoration: none;
    outline: none;
}

h2,
.h2 {
    font-size: 35px;
}

p {
    font: 300 17px/26px 'Poppins', sans-serif;
    color: #82898f;
}

li {
    font: 300 14px/26px 'Poppins', sans-serif;
    color: #82898f;
}

/*============= BOXED Patterns =============*/
.boxed {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ccc;
}

[class^='pattern'] {
    background-repeat: repeat;
    background-position: top center;
}

.pattern_1 {
    background-image: url('../img/images/patterns/pattern_1.png');
}

.pattern_2 {
    background-image: url('../img/images/patterns/pattern_2.png');
}

.pattern_3 {
    background-image: url('../img/images/patterns/pattern_3.png');
}

.pattern_4 {
    background-image: url('../img/images/patterns/pattern_4.png');
}

.pattern_5 {
    background-image: url('../img/images/patterns/pattern_5.png');
}

.pattern_6 {
    background-image: url('../img/images/patterns/pattern_6.png');
}

.pattern_7 {
    background-image: url('../img/images/patterns/pattern_7.png');
}

.pattern_8 {
    background-image: url('../img/images/patterns/pattern_8.png');
}

.pattern_9 {
    background-image: url('../img/images/patterns/pattern_9.png');
}

.pattern_10 {
    background-image: url('../img/images/patterns/pattern_10.png');
}

.pattern_11 {
    background-image: url('../img/images/patterns/pattern_11.png');
}

.pattern_12 {
    background-image: url('../img/images/patterns/pattern_12.png');
}

.pattern_13 {
    background-image: url('../img/images/patterns/pattern_13.png');
}

.pattern_14 {
    background-image: url('../img/images/patterns/pattern_14.png');
}

/*============= Buttons =============*/
.btn {
    border-radius: 30px;
    font: 300 12px/26px 'Poppins', sans-serif;
    padding: 2px 33px 0;
    color: #b4bcc3;
    border-color: #e1e4e7;
}

.btn:hover,
.btn:focus {
    background: #374048;
    border-color: #374048;
    color: #fff;
}

.btn-primary {
    border: none;
    background: #278dc3 !important;
    color: #fff !important;
    padding: 0 28px;
}

.btn-primary.btn-lg {
    padding: 0 85px;
    border-radius: 60px;
    font: 500 27px/72px 'Poppins', sans-serif;
    margin-bottom: 77px;
}

@media (max-width: 991px) {
    .btn-primary.btn-lg {
        padding: 0 70px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .btn-primary.btn-lg {
        padding: 0 65px;
    }
}

.btn-kickstarter {
    border: none;
    background: #14e06e;
    color: #fff;
    padding: 0 28px;
}

.btn-kickstarter.btn-lg {
    padding: 0 45px;
    border-radius: 60px;
    font: 500 22px/65px 'Poppins', sans-serif;
    margin-bottom: 77px;
}

@media (max-width: 991px) {
    .btn-kickstarter.btn-lg {
        padding: 0 70px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .btn-kickstarter.btn-lg {
        padding: 2px 40px 16px;
        line-height: 40px;
    }

    .btn-kickstarter.btn-lg img {
        display: block;
    }
}

.btn-kickstarter:hover,
.btn-kickstarter:focus {
    background-color: #10b157;
}

.btn-indegogo {
    border: none;
    background: #278dc3;
    color: #fff;
}

.btn-indegogo.btn-lg {
    padding: 0 45px;
    border-radius: 60px;
    font: 500 22px/65px 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .btn-indegogo.btn-lg {
        font-size: 18px;
        line-height: 60px;
    }
}

@media (max-width: 767px) {
    .btn-indegogo.btn-lg {
        padding: 4px 33px 4px;
        line-height: 40px;
    }

    .btn-indegogo.btn-lg img {
        display: block;
    }
}

.btn-indegogo:hover,
.btn-indegogo:focus {
    background-color: #1085bc;
}

.btn-warning {
    text-transform: uppercase;
    font: 500 16px/40px 'Poppins', sans-serif;
    padding: 0 35px;
    border-radius: 30px;
    color: #fff;
    border: none;
}

.btn-warning:hover,
.btn-warning:focus {
    background: #374048;
    color: #fff;
}

.btn-warning.btn-lg {
    padding: 0 85px;
    border-radius: 60px;
    font: 500 27px/72px 'Poppins', sans-serif;
    margin-bottom: 77px;
}

@media (max-width: 991px) {
    .btn-warning.btn-lg {
        padding: 0 70px;
        font-size: 18px;
        line-height: 60px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .btn-warning.btn-lg {
        padding: 0 65px;
    }
}

@media (max-width: 991px) {
    .btn-warning {
        margin-bottom: 35px;
    }
}

.btn-link {
    font: 300 15px/14px 'Poppins', sans-serif;
    border-bottom: 1px solid;
    text-decoration: none;
    color: #007eff;
    border-color: #a3c5ff;
}

.btn-block {
    font: 600 19px/63px 'Poppins', sans-serif;
    text-transform: uppercase;
    border: none;
    transition: all 300ms linear 0s;
    border-radius: 0;
    background: #0084ff;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-block.btn-rounded {
    border-radius: 4px;
    font: 600 26px/80px 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .btn-block.btn-rounded {
        font: 600 18px/60px 'Poppins', sans-serif;
    }
}

/*============= Form Control - Form input Styles =============*/
.form-control {
    border-radius: 0;
    box-shadow: none;
    font: 300 17px/24px 'Poppins', sans-serif;
    padding: 12px 18px;
    height: 50px;
    border-color: #e0e8ee;
    background: #f8fbfd;
}

.form-control::-moz-placeholder {
    opacity: 1;
    font: 300 17px/24px 'Poppins', sans-serif;
    color: #c0cad0;
}

.form-control:-ms-input-placeholder {
    font: 300 17px/24px 'Poppins', sans-serif;
    color: #c0cad0;
}

.form-control::-webkit-input-placeholder {
    font: 300 17px/24px 'Poppins', sans-serif;
    color: #c0cad0;
}

.form-control:focus {
    background: transparent;
    box-shadow: none;
}

.form-control.alt {
    background: #fff;
    border-color: #cccccc;
}

textarea.form-control {
    resize: none;
}

.form-group {
    margin-bottom: 20px;
}

.has-error .form-control,
.has-error .form-control:focus {
    box-shadow: none;
    border-color: #f96152;
    background: #fff;
}

/*============= Utilities =============*/
.mb-lg {
    margin-bottom: 50px !important;
}

/*=============Custom Animation=============*/
@-webkit-keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes doublePulse {
    0% {
        -webkit-transform: scale(0.6);
        transform: scale(0.6);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*============= Magnific Popup =============*/
.mfp-fade.mfp-bg {
    opacity: 0;
    background: #fff;
    transition: all 0.3s;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.9;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*===============================================
  NAV TABS
  ===============================================*/
.nav-pills > li > a {
    background-color: #eee;
    padding: 10px 20px 7px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.nav-pills > li > a:hover {
    background-color: #e7e7e7;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li:not(:first-child):not(:last-child) a {
    border-radius: 0;
}

.nav-pills > li:first-child > a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.nav-pills > li:last-child > a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav {
    display: inline-block;
}

.nav-center ul.nav li {
    display: inline;
}

.nav-center ul.nav li a {
    float: left;
}

.nav-pills > li > a {
    color: #c2c2c2;
}

/* 
   Back to Top
   ----------- */
.back_to_top {
    display: none;
    color: #fff;
    text-align: center;
    padding: 10px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.back_to_top:hover {
    opacity: 0.5;
}

/* 
   Gallery
   ----------- */
.gallery__image {
    border-radius: 3px;
    margin-bottom: 30px;
}

/*========= @import Components ==========*/
/*=========Prefix==========*/
.m0 {
    margin: 0;
}

.p0 {
    padding: 0;
}

.m-t-0 {
    margin-top: 0 !important;
}

.m-b-20 {
    margin-bottom: 20px !important;
}

.m-b-40 {
    margin-bottom: 40px !important;
}

.m-b-80 {
    margin-bottom: 80px !important;
}

.m-t-20 {
    margin-top: 20px !important;
}

.m-t-40 {
    margin-top: 40px !important;
}

.m-t-80 {
    margin-top: 80px !important;
}

.m-v-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.m-v-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
}

.m-t-100 {
    margin-top: 100px !important;
}

.m-b-100 {
    margin-bottom: 100px !important;
}

.p-t-0 {
    padding-top: 0 !important;
}

.display-block {
    display: block;
}

.no-bg-img {
    background-image: none !important;
}

.grey-bg {
    background-color: #f0f0f2 !important;
}

@media (min-width: 1600px) {
    .big-container {
        width: 1500px;
    }
}

@media (max-width: 992px) {
    .m-b-100-sm {
        margin-bottom: 100px !important;
    }
}

.h2 {
    margin: 20px 0 20px;
    font: 600 65px/1 'Poppins', sans-serif;
    letter-spacing: -3px;
    color: #374048;
}

.btn-md {
    padding: 0 33px;
    font: 500 21px/58px 'Poppins', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.btn-sm {
    padding: 0 30px;
    font: 500 18px/50px 'Poppins', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

.btn-redream {
    padding: 3%;
    font: 500 16px/40px 'Poppins', sans-serif;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}

/*-----------------------*/
/* .section-header {
  margin-bottom: 50px;
} */

.stemy-gradient-block:after {
    content: '';
    width: 82px;
    height: 6px;
    display: block;
    margin: 0 auto;
}

/* .about .stemy-gradient-block:after {
  content: "";
  width: 82px;
  height: 6px;
  display: block;
  margin: 1.5rem 0px;
}

@media (max-width: 767px) {
  .about .stemy-gradient-block:after {
    margin: 1.5rem auto;
  }
} */

.section-header h2 {
    /* text-transform: uppercase; */
    font: 600 48px/29px 'Poppins', sans-serif;
    padding-top: 5px;
    margin: 0 0 25px;
    width: 100%;
    line-height: 1.1;
}

@media (max-width: 767px) {
    .section-header h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}
.section-header p {
    max-width: 710px;
    margin: 0 auto 20px;
    font: 300 20px/32px 'Poppins', sans-serif;
}

.about .section-header p {
    max-width: 100%;
    margin: 0px;
}

.consumer .section-header p {
    margin: 0 0 20px;
}

.residential .section-header p {
    margin: 0 0 20px;
}

@media (max-width: 767px) {
    .section-header p {
        max-width: 90%;
        font-size: 16px;
        line-height: 24px;
    }

    .about .section-header p {
        max-width: 100%;
    }
}

.section-header.v3 {
    text-align: left;
    margin: 0 0 44px;
}
.download-app .section-header.v3 {
    margin: 0 0 20px;
}

@media (max-width: 992px) {
    .consumer .section-header.v3 {
        text-align: center !important;
    }
}

@media (max-width: 992px) {
    .residential .section-header.v3 {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .section-header.v3:after {
        margin-left: 0;
    }
}

/* .consumer .section-header.v3:after {
  margin-left: 0em;
} */

@media (max-width: 767px) {
    .section-header.v3 p {
        margin-left: 0;
    }
}

.mfp-iframe-scaler .mfp-close {
    color: #000;
}

/*=========Header==========*/
.navbar {
    min-height: 55px;
    background: none;
    padding: 20px 0 24px;
    margin: 0;
    border: none;
    box-shadow: none;
    transition: all 300ms linear 0s;
}

.navbar .navbar-header {
    margin: 0;
    transition: all 300ms linear 0s;
}

.navbar .navbar-header .btn-warning {
    margin-top: 6.5px;
}

@media (max-width: 499px) {
    .navbar .navbar-header .btn-warning {
        float: none !important;
        margin-top: 65px;
    }
}

.navbar .navbar-header .navbar-toggle {
    width: 42px;
    height: 42px;
    margin: 0;
    border-radius: 0;
}

.navbar .navbar-header .navbar-toggle span {
    margin-left: auto;
    margin-right: auto;
}

.navbar .navbar-header .navbar-brand {
    margin-left: 0;
    padding: 0;
    height: 550px;
    width: 203px;
    transition: all 300ms linear 0s;
}

@media (max-width: 991px) {
    .navbar .navbar-header .navbar-brand {
        width: 150px;
        height: 40px;
    }
}

.navbar .navbar-header .navbar-brand img {
    max-width: 80%;
    transition: all 300ms linear 0s;
}

.navbar.is-scrolling {
    padding: 10px 0;
}

.navbar.is-scrolling .navbar-header .navbar-brand {
    width: 150px;
    height: 55px;
}

.navbar.is-scrolling #main-navbar {
    padding-top: 0;
}

#main-navbar {
    padding-top: 8px;
    transition: all 300ms linear 0s;
}

#main-navbar .nav {
    padding-right: 8px;
    margin-right: 0;
}

#main-navbar .nav li a {
    padding: 0 17px;
    text-transform: uppercase;
    font: 500 16px/40px 'Poppins', sans-serif;
}
#main-navbar .nav li a:hover {
    color: #97ba3c;
    transition: ease-in 0.3s;
}
.navbar select {
    border-width: 0px;
}

/* @media (max-width: 767px) {
  .top-banner {
    padding-top: 130px;
  }
} */

.top-banner h2 {
    margin: 0 0 20px;
    font: 600 70px/1 'Poppins', sans-serif;
    letter-spacing: -3px;
}

@media (max-width: 1199px) {
    .top-banner h2 {
        font-size: 68px;
    }
}

@media (max-width: 991px) {
    .top-banner h2 {
        font-size: 54px;
    }
}

@media (max-width: 449px) {
    .top-banner h2 {
        font-size: 44px;
    }
}

/* @media (max-width: 991px) {
  .top-banner h2 {
    font-size: 35px;
  }
} */

.top-banner p {
    /* max-width: 780px; */
    /* margin: 0 auto 40px; */
    font: 300 27px/41px 'Poppins', sans-serif;
    letter-spacing: -0.2px;
}

@media (max-width: 1199px) {
    .top-banner p {
        font-size: 24px;
        line-height: 36px;
    }
}

/* @media (max-width: 991px) {
  .top-banner p {
    font-size: 18px;
    line-height: 26px;
  }
} */

@media (max-width: 449px) {
    .top-banner p {
        font-size: 20px;
        line-height: 28px;
    }
}

.top-banner .btn-primary img {
    margin: 0 15px;
}

@media (max-width: 991px) {
    .top-banner .btn-primary img {
        margin: 0 5px;
    }
}

.top-banner .apple-watch {
    margin: 0 auto 61px;
    visibility: hidden;
}

@media (max-width: 991px) {
    .top-banner .apple-watch {
        margin-bottom: 30px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-top: none;
}

@media (max-width: 991px) {
    .navbar-default .navbar-collapse {
        background: #fff;
        margin: 20px 0px;
        border-radius: 5px;
    }

    .alt-bg .navbar-default .navbar-collapse {
        background: rgba(0, 0, 0, 0.84);
    }

    .alt-bg .navbar-default.is-scrolling .navbar-collapse {
        background: #fff;
    }

    .alt-bg .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #a7a7a7;
    }

    .alt-bg .dropdown-menu .divider {
        background-color: #313131;
    }

    .alt-bg .is-scrolling .dropdown-menu .divider {
        background-color: #e5e5e5;
    }
}

.index-banner-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
        url(../img/images/Spain.webp) no-repeat scroll center bottom;
    background-size: cover;
}

header.residential {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
        url(../img/images/Residential.webp) no-repeat scroll center;
    background-size: cover;
}

header.commercial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
        url(../img/images/Commercial.webp) no-repeat scroll center;
    background-size: cover;
}

header.industrial {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2)),
        url(../img/images/Industrial.webp) no-repeat scroll center;
    background-size: cover;
}

header.residential .apple-watch {
    display: none;
}

.split-header p {
    font-size: 24px;
    max-width: 660px;
    margin-left: 0;
    line-height: 37px;
}

@media (max-width: 992px) {
    .split-header p {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .split-header p {
        font-size: 20px;
        line-height: 28px;
    }
}

.top-banner .text-reverse h2 {
    color: #fff;
}

.top-banner .text-reverse p {
    color: rgba(255, 255, 255, 0.7);
}

.alt-bg.top-banner {
    min-height: 750px;
}

.alt-bg .dark-logo {
    display: none;
}

.alt-bg .is-scrolling .dark-logo {
    display: block;
}

.alt-bg .is-scrolling .white-logo {
    display: none;
}

.top-banner .split-header {
    margin-top: 70px;
}

.top-banner .split-header h2 {
    color: #fff;
}

.top-banner .split-header p {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 992px) {
    .top-banner .split-header {
        margin-top: 0;
        margin-bottom: 100px;
        text-align: center;
        padding-top: 60%;
        margin: 3%;
    }
}

.dropdown-menu {
    border: 1px solid #f1f1f1;
    box-shadow: 0 2px 42px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    padding: 15px 0;
}

#main-navbar .dropdown-menu li a {
    padding: 0 25px;
}

/* ------- Play Video ------- */
.play-video-block {
    margin: 80px 0 0;
    position: relative;
}

.play-video-block .video-thumb {
    border-radius: 5px;
}

.play-video-block .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -40px;
    margin-left: -40px;
    z-index: 2;
    transition: all 0.3s ease-in-out;
}

.play-video-block a {
    display: block;
    position: relative;
    z-index: 3;
}

.play-video-block a:hover .play-btn {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}

.play-video-block a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

/* Magnific Popup */
.mfp-iframe-scaler iframe {
    box-shadow: none;
}

/************************
 * Nav Menu on Hover
 ***********************/
/*only for screens greater than 992px  */
@media (min-width: 992px) {
    .navbar .navbar-nav > li.dropdown > ul {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.1s ease;
    }

    .navbar .navbar-nav > li.dropdown:hover > ul {
        display: block;
        opacity: 1;
        visibility: visible;
    }
}

/* end nav on hover  */
/************************
 * Youtube Video Player
 ***********************/
.mb_YTPlayer:focus {
    outline: 0;
}

.mbYTP_wrapper {
    display: block;
    -webkit-transform: translateZ(0) translate3d(0, 0, 0);
    transform: translateZ(0) translate3d(0, 0, 0);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
}

.mb_YTPlayer .loading {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.51);
    text-align: center;
    padding: 2px 4px;
    border-radius: 5px;
    font-family: 'Droid Sans', sans-serif;
    -webkit-animation: fade 0.1s infinite alternate;
    /* Chrome, Safari, Opera */
    animation: fade 0.1s infinite alternate;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes fade {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 1;
    }
}

.YTPFullscreen {
    display: block !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    border: none !important;
    opacity: 1 !important;
}

.mbYTP_wrapper iframe {
    max-width: 4000px !important;
}

.inline_YTPlayer {
    margin-bottom: 20px;
    vertical-align: top;
    position: relative;
    left: 0;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    background: rgba(0, 0, 0, 0.5);
}

.inline_YTPlayer img {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

/*RASTER OVERLAY*/
.YTPOverlay.raster {
    background: url('../img/images/raster.png');
}

.YTPOverlay.raster.retina {
    background: url('../img/images/raster@2x.png');
}

.YTPOverlay.raster-dot {
    background: url('../img/images/raster_dot.png');
}

.YTPOverlay.raster-dot.retina {
    background: url('../img/images/raster_dot@2x.png');
}

/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
    position: relative;
    width: 100px;
    height: 10px;
    border: 1px solid #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-right: 10px;
    cursor: pointer !important;
    border-radius: 3px;
}

.mb_YTPBar.compact .simpleSlider {
    width: 40px;
}

.mb_YTPBar .simpleSlider.muted {
    opacity: 0.3;
}

.mb_YTPBar .level {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.mb_YTPBar .level.horizontal {
    height: 100%;
    width: 0;
}

.mb_YTPBar .level.vertical {
    height: auto;
    width: 100%;
}

/*=========The Product==========*/
/* .about {
  background: #f8fbfd;
} */

@media (max-width: 400px) {
    .about {
        min-height: 700px;
    }
}

.apple-watch-note-feature {
    padding-top: 35px;
    position: relative;
}

@media (max-width: 767px) {
    .apple-watch-note-feature {
        width: auto;
        display: inline-block;
        margin: 0 auto;
    }
}

.feature-note {
    display: inline-block;
    height: 115px;
    position: absolute;
    transition: all 300ms linear 0s;
    /*Content Show on Click*/
}

@media (max-width: 767px) {
    .feature-note {
        height: auto;
    }
}

.feature-note .indicator {
    margin-top: 67px;
    width: 192px;
    transition: all 300ms linear 0s;
}

@media (max-width: 767px) {
    .feature-note .indicator {
        width: 49px;
        margin-top: 90px;
    }
}

.feature-note .indicator .plus-icon {
    height: 49px;
    width: 49px;
    border-radius: 100%;
    padding: 8px;
    position: relative;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
}

.feature-note .indicator .plus-icon:before {
    content: '';
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid;
    border-radius: 100%;
    -webkit-animation: doublePulse 1.5s ease infinite;
    animation: doublePulse 1.5s ease infinite;
    z-index: 0;
}

.feature-note .indicator .plus-icon:after {
    content: '';
    height: 2px;
    display: block;
    margin-top: -17px;
    transition: all 300ms linear 0s;
    transition-duration: 150ms;
    width: 0;
}

@media (max-width: 767px) {
    .feature-note .indicator .plus-icon:after {
        display: none;
    }
}

.feature-note .indicator .plus-icon .plus {
    border-radius: 100px;
    width: 100%;
    display: block;
    line-height: 31px;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: all 300ms linear 0s;
}

.feature-note .feature-name {
    text-transform: uppercase;
    height: 91px;
    line-height: 20px;
    position: relative;
    letter-spacing: 0.2px;
}

.feature-note .feature-name:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 25px;
    left: calc(50% - 4px);
    transition: all 300ms linear 0s;
}

.feature-note .feature-name:after {
    content: '';
    display: block;
    width: 2px;
    height: 58px;
    position: absolute;
    top: 33px;
    left: calc(50% - 1px);
    transition: all 300ms linear 0s;
}

.feature-note.right .indicator {
    float: left;
}

.feature-note.right .indicator .plus-icon {
    float: left;
}

.feature-note.right .indicator .plus-icon:after {
    float: left;
    margin-left: 30px;
}

.feature-note.right .indicator .plus-icon .plus {
    float: left;
}

.feature-note.right.top {
    top: 10px;
    right: 220px;
}

@media (max-width: 1199px) {
    .feature-note.right.top {
        right: 130px;
    }
}

@media (max-width: 991px) {
    .feature-note.right.top {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .feature-note.right.top {
        right: -110px;
        top: -40px;
    }
}

.feature-note.right.top .feature-name {
    float: left;
    margin-left: -53px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

@media (max-width: 767px) {
    .feature-note.right.top .feature-name {
        margin-left: -50%;
    }
}

.feature-note.right.bottom {
    top: 290px;
    right: 221px;
}

@media (max-width: 1199px) {
    .feature-note.right.bottom {
        right: 121px;
    }
}

@media (max-width: 991px) {
    .feature-note.right.bottom {
        right: 88px;
    }
}

@media (max-width: 767px) {
    .feature-note.right.bottom {
        right: -62px;
        top: 175px;
    }
}

.feature-note.right.bottom .indicator {
    margin-top: 0;
}

.feature-note.right.bottom .indicator .plus-icon:after {
    width: 0;
}

.feature-note.right.bottom .feature-name {
    float: left;
    margin-left: 30px;
    padding-top: 70px;
    margin-top: 22px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

@media (max-width: 991px) {
    .feature-note.right.bottom .feature-name {
        margin-left: -45px;
    }
}

@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name {
        margin-left: -50%;
        margin-top: 47px;
        height: 140px;
        padding-top: 120px;
    }
}

.feature-note.right.bottom .feature-name:before {
    top: 58px;
}

@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name:before {
        top: 110px;
    }
}

.feature-note.right.bottom .feature-name:after {
    top: 0;
}

@media (max-width: 767px) {
    .feature-note.right.bottom .feature-name:after {
        height: 110px;
    }
}

.feature-note.left .indicator {
    float: right;
}

.feature-note.left .indicator .plus-icon {
    float: right;
}

.feature-note.left .indicator .plus-icon:after {
    float: right;
    margin-right: 30px;
}

.feature-note.left .indicator .plus-icon .plus {
    float: right;
}

.feature-note.left.top {
    top: 115px;
    left: 205px;
}

@media (max-width: 1199px) {
    .feature-note.left.top {
        left: 105px;
    }
}

@media (max-width: 991px) {
    .feature-note.left.top {
        left: 0;
    }
}

@media (max-width: 767px) {
    .feature-note.left.top {
        left: -110px;
        top: 20px;
    }
}

.feature-note.left.top .feature-name {
    margin-right: -47px;
    float: right;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

@media (max-width: 991px) {
    .feature-note.left.top .feature-name {
        margin-right: -47px;
    }
}

@media (max-width: 767px) {
    .feature-note.left.top .feature-name {
        margin-right: -50%;
    }
}

.feature-note.left.bottom {
    top: 395px;
    left: 122px;
    height: auto;
}

@media (max-width: 1199px) {
    .feature-note.left.bottom {
        left: 22px;
    }
}

@media (max-width: 991px) {
    .feature-note.left.bottom {
        left: 5px;
    }
}

@media (max-width: 767px) {
    .feature-note.left.bottom {
        left: -140px;
        top: 220px;
    }
}

.feature-note.left.bottom .indicator {
    margin-top: 0;
}

@media (max-width: 991px) {
    .feature-note.left.bottom .indicator {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .feature-note.left.bottom .indicator {
        width: 49px;
    }
}

.feature-note.left.bottom .feature-name {
    margin-right: 10px;
    float: right;
    height: auto;
    padding-top: 14px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name {
        margin-right: -50%;
        top: 49px;
        padding-top: 73px;
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        transform-origin: top;
    }
}

.feature-note.left.bottom .feature-name:before {
    position: relative;
    display: inline-block;
    top: 0;
    left: calc(100% + 5px);
}

@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name:before {
        position: absolute;
        top: 62px;
        left: calc(50% - 4px);
    }
}

.feature-note.left.bottom .feature-name:after {
    display: none;
}

@media (max-width: 767px) {
    .feature-note.left.bottom .feature-name:after {
        display: block;
        top: 0;
        height: 62px;
    }
}

.feature-note.show-cont .indicator .plus-icon:after {
    width: 155px;
}

.feature-note.show-cont .feature-name {
    transition: -webkit-transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms;
    transition: transform 150ms ease 150ms, -webkit-transform 150ms ease 150ms;
}

.feature-note.show-cont.right.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-note.show-cont.right.bottom .indicator .plus-icon:after {
    width: 237px;
}

@media (max-width: 991px) {
    .feature-note.show-cont.right.bottom .indicator .plus-icon:after {
        width: 150px;
    }
}

.feature-note.show-cont.right.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.feature-note.show-cont.left.top .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

@media (max-width: 991px) {
    .feature-note.show-cont.left.bottom .indicator .plus-icon:after {
        width: 48px;
    }
}

.feature-note.show-cont.left.bottom .feature-name {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

/*=========How it Works==========*/
.how-it-works {
    padding: 104px 0 95px;
}

/* .how-it-works p {
} */

.how-it-works .work-processes {
    padding-top: 35px;
}

.work-process {
    text-align: center;
}

.work-process + .work-process:before {
    content: '';
    width: 30px;
    height: 63px;
    float: left;
    margin-left: -30px;
    display: block;
    background: url(../img/images/right-angle.png) no-repeat scroll center 32px;
}

@media (max-width: 767px) {
    .work-process + .work-process:before {
        float: none;
        margin: 0 auto;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        background-position: center center;
    }
}

.work-process .process-icon {
    line-height: 106px;
}

.work-process h3 {
    font: 600 26px/1 'Poppins', sans-serif;
    margin: 60px 0 8px;
}

.work-process p {
    font: 300 16px/28px 'Poppins', sans-serif;
}

/*=========How it Works==========*/
.the-benefits {
    padding: 117px 0;
}

@media (max-width: 340px) {
    .the-benefits {
        overflow: hidden;
    }
}

.benefit {
    margin-top: 60px;
}

.benefit:nth-child(1),
.benefit:nth-child(2),
.benefit:nth-child(3) {
    margin-top: 35px;
}

@media (max-width: 991px) {
    .benefit:nth-child(3) {
        margin-top: 60px;
    }
}

@media (max-width: 767px) {
    .benefit:nth-child(3) {
        margin-top: 35px;
    }
}

@media (max-width: 767px) {
    .benefit {
        min-height: auto;
        margin-top: 35px;
    }
}

.benefit .media .media-left {
    padding: 0;
    text-align: center;
}

.benefit .media .media-left span {
    display: block;
    width: 70px;
    font-size: 36px;
}

.benefit .media .media-body h4 {
    margin: 0 0 6px;
    font: 600 20px/1 'Poppins', sans-serif;
}

.benefit .media .media-body p {
    margin: 0;
    font: 300 14px/22px 'Poppins', sans-serif;
}

/*=========Left Right Content==========*/
.left-right-contents {
    padding: 111px 0 145px;
}

.left-right-contents img {
    max-width: 100%;
    display: inline-block;
}

@media (max-width: 991px) {
    .left-right-contents img {
        margin-top: 50%;
    }
}

@media (max-width: 767px) {
    .left-right-contents img {
        margin: 40px 0;
    }
}

.left-right-contents .media {
    margin-top: 78px;
}

@media (max-width: 1199px) {
    .left-right-contents .media {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .left-right-contents .media {
        margin-top: 40px;
    }
}

.left-right-contents .media + .media {
    margin-top: 65px;
}

@media (max-width: 1199px) {
    .left-right-contents .media + .media {
        margin-top: 40px;
    }
}

.left-right-contents .media .media-left {
    padding: 0;
    text-align: center;
}

.left-right-contents .media .media-left span {
    display: block;
    width: 70px;
    font-size: 32px;
}

.left-right-contents .media .media-body h4 {
    margin: 0 0 6px;
    font: 600 20px/1 'Poppins', sans-serif;
}

.left-right-contents .media .media-body p {
    margin: 0;
    font: 300 14px/22px 'Poppins', sans-serif;
}

/*=========Our Collection==========*/
.our-collection {
    padding: 140px 0 88px;
}

.collections {
    padding-top: 15px;
}

.collections .item {
    padding: 15px;
    text-align: center;
}

.collections .item .featured-img {
    margin-bottom: 30px;
}

.collections .item .featured-icon {
    margin-bottom: 30px;
}

.collections .item .featured-img img {
    max-width: 100%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
    border-bottom-left-radius: 10%;
    border-bottom-right-radius: 10%;
}

.collections .item .featured-icon img {
    max-width: 100%;
    min-width: 40%;
}

.collections .item .title {
    font: 500 22px/1 'Poppins', sans-serif;
    margin: 0;
}

.collections .item p {
    margin-top: 1.5rem;
}

.collections .item .category {
    margin: 5px 0 0;
    font: 300 13px/1 'Poppins', sans-serif;
}

.collections .item .price {
    font: 600 19px/1 'Poppins', sans-serif;
    margin: 14px 0 20px;
}

/*=========The Watch==========*/
.the-watch {
    padding: 102px 0 60px;
}
.consumer.start-today {
    padding: 5% 0 5%;
}

.residential.start-today {
    padding: 5% 0 5%;
}

.the-watch .the-watch-img {
    float: right;
}

@media (max-width: 991px) {
    .the-watch .the-watch-img {
        float: left;
        width: 50%;
        margin-left: 32%;
    }
}

/* @media (max-width: 991px) {
  .communityApp img {
    padding-bottom: 20%;
    padding: 50% !important;
  }
} */

/* @media (max-width: 991px) {
  .downloads-btns {
  }
} */

/*Download APP*/

.download-app {
    padding: 30px 0 60px;
    background-color: #f8fbfd;
}

.download-app-img img {
    max-width: 230px;
    max-height: 700px;
}

/* .download-app .download-app-img {
  float: right;
}
.download-app .img-responsive {
  max-width: 140%;  
} */

@media (min-width: 1500px) {
    .download-app-img img {
        margin-top: -5%;
    }
}

@media (max-width: 1499px) {
    .download-app-img img {
        margin-top: -5%;
    }
}

@media (max-width: 1399px) {
    .download-app-img img {
        margin-top: -2%;
    }
}

@media (max-width: 1199px) {
    .download-app-img img {
        margin-top: 0%;
    }
}

@media (max-width: 991px) {
    .download-app-img img {
        margin-top: 5%;
        margin-right: -4%;
    }
}

@media (max-width: 767px) {
    .download-app-img img {
        max-width: 200px;
    }
}

@media (max-width: 333px) {
    .download-app-img img {
        max-width: 175px;
    }
}

@media (max-width: 250px) {
    .download-app-img img {
        max-width: 150px;
    }
}

.download-app-features {
    padding-top: 63px;
}
@media (max-width: 575px) {
    .download-app-features {
        padding-top: 0px;
    }
}
@media (max-width: 575px) {
    .section-header.v3.text-xs-center {
        text-align: center;
    }
    .section-header.v3:after {
        margin-left: auto;
    }
}
@media (max-width: 575px) {
    .download-app-features .section-header p {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .download-app-features {
        float: left;
    }
}

@media (max-width: 767px) {
    .download-app-features {
        padding-bottom: 50px;
        padding-left: 15px;
    }
}

.download-app-features ul li {
    font: 300 20px/32px 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .download-app-features ul li {
        font-size: 16px;
    }
}

.download-app-features ul li + li {
    margin-top: 10px;
}

.download-app-features ul li:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
    content: '';
    background: url(../img/images/check.png) no-repeat scroll 0 0;
    float: left;
}

/* .the-watch img {
  margin: 0 auto;
} */

/* @media (max-width: 767px) {
  .the-watch img {
    width: 97% !important;
    margin-left: 0% !important;
    min-width: 374px;
    float: right;
    transform: translateX(82px);
  }
} */

@media (max-width: 767px) {
    .dload-link img {
        max-width: 49%;
    }
}

.the-watch-features {
    padding-top: 20px;
}

@media (max-width: 991px) {
    .the-watch-features {
        float: left;
    }
    /* .consumer .the-watch-features {
    padding-top: 10px;
  } */
}

@media (max-width: 767px) {
    .the-watch-features {
        padding-bottom: 50px;
        padding-left: 9%;
    }
}

.the-watch-features ul li {
    font: 300 20px/32px 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .the-watch-features ul li {
        font-size: 16px;
    }
}

.the-watch-features ul li + li {
    margin-top: 22px;
}

.the-watch-features ul li:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
    content: '';
    background: url(../img/images/check.png) no-repeat scroll 0 0;
    float: left;
}

/*=========Split Columns==========*/
.split-columns {
    overflow-x: hidden;
}

.split-column {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 767px) {
    .split-column {
        display: block;
    }
}

.split-columns .texts {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.split-columns .texts h2 {
    /* margin: 42px 0 25px; */
    /* font-weight: bold; */
    color: #606569;
    /* line-height: 1.1; */
    font: 600 48px/29px 'Poppins', sans-serif;
}

@media (max-width: 1199px) {
    .split-columns .texts h2 {
        margin-top: 0;
        margin-bottom: 15px;
        font-size: 24px;
    }
}

.split-columns .texts p {
    margin: 0;
    font: 300 18px/32px 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .split-columns .texts p {
        font-size: 14px;
        line-height: 26px;
    }
}

/*=========Reviews==========*/
.reviews {
    padding: 60px 0 30px;
}

.review {
    padding: 13px 15px 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .review + .review {
        margin-top: 30px;
    }
}

.review .review-sign {
    margin-bottom: 20px;
}

.review p {
    margin-bottom: 30px;
    font: 300 17px/29px 'Poppins', sans-serif;
}

.review .reviewer {
    opacity: 0.5;
}

.featured-on {
    text-align: center;
    padding: 70px 0 90px;
}

.featured-on h3 {
    font: 500 22px/1 'Poppins', sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.featured-on ul li {
    padding-top: 20px;
    line-height: 47px;
}

@media (max-width: 991px) {
    .featured-on ul li {
        float: left;
        display: block;
        width: calc(100% / 3);
        text-align: center;
    }
}

@media (max-width: 767px) {
    .featured-on ul li {
        width: 100%;
        line-height: 1;
        padding: 15px 0;
    }
}

.featured-on ul li img {
    opacity: 0.8;
    max-width: 100%;
}
@media (max-width: 767px) {
    .featured-on ul li img {
        max-width: 50%;
    }
}

/*=========FAQ==========*/
.faqs {
    padding: 98px 0 78px;
}

.faq {
    margin-top: 68px;
}

.faq:nth-child(1),
.faq:nth-child(2) {
    margin-top: 35px;
}

.faq h4 {
    font: 500 20px/1 'Poppins', sans-serif;
    margin: 0 0 8px;
}

.faq p {
    font: 300 15px/25px 'Poppins', sans-serif;
    margin: 0;
}

.faq-one-col {
    text-align: center;
}

.faq-one-col h4 {
    font-size: 25px;
    margin-bottom: 20px;
}

/*=========Tech Specs==========*/
.tech-specs {
    padding: 78px 0 85px;
}

.tech-specs-row:first-child {
    padding-top: 13px;
}

.tech-specs-row .tech-spec {
    padding: 35px 15px;
    border-top: 1px solid;
    min-height: 250px;
}

@media (max-width: 991px) {
    .tech-specs-row .tech-spec {
        min-height: auto;
    }
}

.tech-specs-row h4 {
    font: 20px/1 'Poppins', sans-serif;
    margin: 0 0 8px;
}

.tech-specs-row ul {
    display: inline-block;
}

.tech-specs-row ul li {
    font: 300 15px/25px 'Poppins', sans-serif;
}

/*=========Team==========*/
.team {
    padding: 93px 0 80px;
}

.team .team_members {
    padding-top: 5px;
}

.member {
    padding: 15px;
    text-align: center;
}

.member .inner {
    max-width: 263px;
    margin: 0 auto;
}

.member .inner .image img {
    max-width: 48%;
}

.member .inner .texts {
    padding: 24px 0 20px;
}

.member .inner .texts h4 {
    margin: 0 0 35px;
    font: 500 20px/1 'Poppins', sans-serif;
}

.member .inner .texts h5 {
    margin: 0;
    font: 300 14px/1 'Poppins', sans-serif;
}
.member .inner .texts p {
    padding-top: 10%;
    font-weight: 400;
}

/*=========Timeline==========*/
.timeline {
    padding: 85px 0;
}

.timeline .section-header {
    margin-bottom: 58px;
}

.timeline-row {
    position: relative;
}

.timeline-row:before {
    content: '';
    width: 8px;
    height: 100%;
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    z-index: 0;
}

@media (max-width: 767px) {
    .timeline-row:before {
        left: 15px;
        border-radius: 5px;
    }
}

@media (max-width: 767px) {
    .timeline-post {
        padding: 0 15px;
    }
}

.timeline-post .bar-content {
    text-align: center;
}

@media (max-width: 767px) {
    .timeline-post .bar-content {
        text-align: left;
        padding-left: 30px;
    }
}

.timeline-post .bar-content .inner {
    padding: 0 30px;
    font: 500 15px/35px 'Poppins', sans-serif;
    min-width: 96px;
    border-radius: 4px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.timeline-post .half-side {
    text-align: right;
}

@media (max-width: 767px) {
    .timeline-post .half-side {
        text-align: left;
        width: 100%;
    }
}

.timeline-post .half-side.date {
    padding-right: 35px;
    font: 500 15px/55px 'Poppins', sans-serif;
    text-transform: uppercase;
}

.timeline-post .half-side.content {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .timeline-post .half-side.content {
        padding-left: 15px;
    }
}

.timeline-post .half-side.content .inner {
    border-radius: 5px;
    display: inline-block;
    padding: 20px 25px;
}

@media (max-width: 767px) {
    .timeline-post .half-side.content .inner {
        padding: 10px 12px;
    }
}

.timeline-post .half-side.content .inner h4 {
    margin: 0;
    font: 500 18px/15px 'Poppins', sans-serif;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .timeline-post .half-side.content .inner h4 {
        font-size: 16px;
        white-space: normal;
        line-height: 22px;
    }
}

.timeline-post .half-side.content .inner p {
    font: 300 14px/24px 'Poppins', sans-serif;
    margin: 10px 0 0;
    width: 240px;
}

@media (max-width: 767px) {
    .timeline-post .half-side.content .inner p {
        width: auto;
    }
}

.timeline-post .half-side + .half-side {
    position: relative;
    text-align: left;
}

.timeline-post .half-side + .half-side:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    border: 6px solid;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: -12px;
}

@media (max-width: 767px) {
    .timeline-post .half-side + .half-side:before {
        top: -40px;
        left: -24px;
    }
}

.timeline-post + .timeline-post {
    margin-top: 49px;
}

@media (max-width: 767px) {
    .timeline-post.has-content {
        padding-left: 30px;
    }
}

.timeline-post.has-content.odd .half-side {
    float: right;
    text-align: left;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side {
        float: left;
    }
}

.timeline-post.has-content.odd .half-side.date {
    padding-left: 35px;
    padding-right: 15px;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.date {
        padding-left: 15px;
    }
}

.timeline-post.has-content.odd .half-side.content {
    padding-left: 15px;
    padding-right: 45px;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.content {
        padding-right: 15px;
    }
}

.timeline-post.has-content.odd .half-side.content .inner {
    padding: 20px;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side.content .inner {
        padding: 10px 12px;
        text-align: left;
    }
}

.timeline-post.has-content.odd .half-side:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    border: 6px solid;
    border-radius: 100%;
    position: absolute;
    top: 15px;
    left: -12px;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side:before {
        display: none;
    }
}

.timeline-post.has-content.odd .half-side + .half-side {
    text-align: right;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side + .half-side {
        text-align: left;
    }
}

.timeline-post.has-content.odd .half-side + .half-side:before {
    display: none;
}

@media (max-width: 767px) {
    .timeline-post.has-content.odd .half-side + .half-side:before {
        display: block;
        top: -40px;
        left: -24px;
    }
}

/*=========Mobile App==========*/
.mobile-app {
    overflow-y: hidden;
    padding-top: 135px;
    position: relative;
    background-color: white !important;
}

@media (max-width: 1199px) {
    .mobile-app {
        padding-top: 80px;
    }
}

@media (max-width: 767px) {
    .mobile-app {
        text-align: center;
    }
}

.mobile-app:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;

    background-size: cover;
    opacity: 0.3;
}

.mobile-app .mobile-img {
    max-width: 135%;
}

@media (max-width: 767px) {
    .mobile-app .mobile-img {
        max-width: 320px;
        display: block;
        margin: 30px auto 0;
    }
}

.mobile-app h2 {
    margin-top: -10px;
    margin-bottom: 20px;
    font: 600 50px/1 'Poppins', sans-serif;
}

@media (max-width: 991px) {
    .mobile-app h2 {
        margin: 10px 0;
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .mobile-app h2 {
        margin-top: 88px;
    }
}

@media (max-width: 767px) {
    .mobile-app h2 {
        line-height: 1.3;
    }
}

.mobile-app p {
    font: 300 18px/32px 'Poppins', sans-serif;
    margin-bottom: 25px;
    opacity: 0.77;
}

@media (max-width: 991px) {
    .mobile-app p {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 15px;
    }
}

.mobile-app .dload-link {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .mobile-app .dload-link img {
        max-width: 150px;
    }
}

/*=========Newsletter==========*/
.newsletter {
    padding: 54px 0 0px;
}

.newsletter .section-header {
    margin-bottom: 70px;
}

.newsletter-form {
    margin: 0 auto;
    max-width: 750px;
}

@media (max-width: 479px) {
    .newsletter-form .input-group {
        display: block;
        height: 160px;
    }
}

.newsletter-form .form-control {
    font-size: 19px;
    height: 80px;
    line-height: 80px;
    padding: 0 38px;
}

@media (max-width: 479px) {
    .newsletter-form .form-control {
        display: block;
        width: 100%;
    }
}

.newsletter-form .form-control::-moz-placeholder {
    line-height: 80px;
}

.newsletter-form .form-control:-ms-input-placeholder {
    line-height: 80px;
}

.newsletter-form .form-control::-webkit-input-placeholder {
    line-height: 80px;
}

.newsletter-form .input-group-addon {
    padding: 0;
}

@media (max-width: 479px) {
    .newsletter-form .input-group-addon {
        display: block;
        width: 100%;
        white-space: normal;
        float: left;
        margin-top: -1px;
    }
}

.newsletter-form .input-group-addon button {
    width: 130px;
    line-height: 78px;
    padding: 0;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media (max-width: 479px) {
    .newsletter-form .input-group-addon button {
        width: 100%;
        border-radius: 0;
    }
}

.newsletter-form p {
    font: 300 14px/16px 'Poppins', sans-serif;
    text-align: center;
    margin: 22px 0 0;
}

.newsletter-form p img {
    margin-right: 8px;
}

/*=========Contact==========*/
#mapBox {
    height: 546px;
}

@media (max-width: 767px) {
    #mapBox {
        height: 900px;
    }
}

.contact {
    position: relative;
}

.flip-box-container {
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -ms-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 300ms linear 0s;
    z-index: 9;
    width: 555px;
    min-height: 406px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotateY(0);
    transform: translateX(-50%) translateY(-50%) rotateY(0);
}

@media (max-width: 767px) {
    .flip-box-container {
        width: 100%;
        height: 476px;
        top: auto;

        bottom: 0;
        -webkit-transform: translateX(-50%) translateY(0) rotateY(0);
        transform: translateX(-50%) translateY(0) rotateY(0);
    }
}

.flip-box-container .contact-box {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}

.flip-box-container .contact-form {
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
}

.flip-box-container .flip-box {
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 0.6s;
    -moz-transition: 0.6s;
    -moz-transform: perspective(1000px);
    transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: 0.6s;
    position: relative;
    height: 100%;
    width: 100%;
    box-shadow: 0 0 73px rgba(0, 0, 0, 0.17);
}

@media (max-width: 767px) {
    .flip-box-container .flip-box {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.17);
        margin: 0;
    }
}

.flip-box-container.show-form .contact-box {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box-container.show-form .contact-form {
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.flip-box-part {
    padding: 38px 40px 34px;
    width: 100%;
    margin: 0;
    margin-top: -9%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    -moz-transition: 0.6s;
    -moz-transform-style: preserve-3d;
    -moz-transform: rotateY(0deg);
    -o-transition: 0.6s;
    -o-transform-style: preserve-3d;
    -o-transform: rotateY(0deg);
    -ms-transition: 0.6s;
    -ms-transform-style: preserve-3d;
    -ms-transform: rotateY(0deg);
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.contact-box h2 {
    margin: 0;
    font: 600 27px/1 'Poppins', sans-serif;
    text-transform: uppercase;
}

.contact-box ul {
    margin: 25px 0 30px;
}

.contact-box ul li {
    padding-left: 30px;
    font: 300 16px/2 'Poppins', sans-serif;
}

.contact-box ul li + li {
    margin-top: 10px;
}

.contact-box ul li i {
    width: 30px;
    float: left;
    margin-left: -30px;
    line-height: 32px;
}

.contact-form textarea.form-control {
    height: 108px;
}

.contact-form .js-close-flip {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 10px;
    font-size: 23px;
    text-decoration: none;
    color: #c0cad0;
}

/*=========Footer==========*/
footer.row {
    text-align: center;
}

.menu-rights {
    padding: 35px 0;
}

.menu-rights p {
    font: 300 15px/1 'Poppins', sans-serif;
    margin: 0;
}

@media (min-width: 480px) {
    .small-divide {
        display: none;
    }
}

.footer-menu {
    display: table;
    margin: 0 auto 19px;
}

.footer-menu li {
    font: 300 15px/1 'Poppins', sans-serif;
    float: left;
}

@media (max-width: 479px) {
    .footer-menu li {
        display: table;
        float: none;
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .footer-menu li + li {
        margin-top: 5px;
    }
}

.footer-menu li + li:before {
    content: '\2022';
    float: left;
    padding: 0 13px;
    line-height: 15px;
    display: block;
}

@media (max-width: 600px) {
    .footer-menu li + li:before {
        padding: 0 5px;
    }
}

@media (max-width: 479px) {
    .footer-menu li + li:before {
        display: none;
    }
}

.footer-menu li a {
    padding: 0;
    float: left;
}

.social-links {
    padding: 0px 0 36px;
    border-bottom: 1px solid;
}

.social-links a {
    padding: 0.5rem;
    background: #99ceff;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 52px;
    border-radius: 100%;
}

.social-links a i {
    color: #fff;
    padding: 0;
}

@media (max-width: 360px) {
    .social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

/*=========Page Header==========*/
.page-header {
    text-align: center;
    padding: 150px 0 50px;
}

.page-header h2 {
    margin: 0 0 15px;
    font: 600 48px/1 'Poppins', sans-serif;
}

.page-header h4 {
    margin: 0;
    font: 300 20px/1 'Poppins', sans-serif;
}

/*=========Blog Section==========*/
.blog-section {
    padding: 75px 0 113px;
}

.blog {
    margin: 0 0 65px;
}

.blog .featured-img {
    margin-bottom: 30px;
}

.blog .featured-img a {
    text-align: center;
    display: block;
}

.blog .featured-img img {
    max-width: 100%;
}

.blog h2 {
    margin: 0 0 13px;
    font: 600 30px/1 'Poppins', sans-serif;
    letter-spacing: -0.4px;
}

@media (max-width: 767px) {
    .blog h2 {
        line-height: 1.2;
    }
}

.blog h5 {
    margin: 0 0 20px;
    font: 300 14px/1 'Poppins', sans-serif;
}

@media (max-width: 767px) {
    .blog h5 {
        line-height: 1.8;
    }
}

.blog h5 a {
    text-decoration: underline;
}

.blog p {
    font: 300 17px/28px 'Poppins', sans-serif;
    margin-bottom: 15px;
}

.blog .btn-primary {
    font: 500 14px/40px 'Poppins', sans-serif;
}

.blog .media .media-left {
    padding-right: 30px;
}

@media (max-width: 499px) {
    .blog .media .media-left {
        display: block;
        padding-bottom: 30px;
        padding-right: 0;
    }
}

.post-activity {
    border-right: 1px solid;
}

@media (max-width: 499px) {
    .post-activity {
        border-bottom: 1px solid;
        border-top: 1px solid;
        border-right: 0;
        width: 100%;
        height: 73px;
    }
}

.post-activity .activity {
    text-align: center;
    width: 68px;
    height: 73px;
}

@media (max-width: 499px) {
    .post-activity .activity {
        float: left;
        width: calc(100% / 3);
    }
}

.post-activity .activity + .activity {
    border-top: 1px solid;
}

@media (max-width: 499px) {
    .post-activity .activity + .activity {
        border-left: 1px solid;
        border-top: 0;
    }
}

.post-activity .activity a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    font: 500 16px/1.5 'Poppins', sans-serif;
}

.post-activity .activity a i {
    display: block;
}

.post-activity .activity a:hover,
.post-activity .activity a:focus {
    text-decoration: none;
}

.single-blog {
    margin-bottom: 45px;
}

.social-share {
    display: table;
    margin: 0 auto 53px;
}

.social-share a {
    float: left;
}

@media (max-width: 499px) {
    .social-share a {
        float: none;
        display: block;
    }
}

.social-share a + a {
    margin-left: 30px;
}

@media (max-width: 499px) {
    .social-share a + a {
        margin-left: 0;
        margin-top: 20px;
    }
}

.author-about {
    padding: 28px 37px 24px;
}

@media (max-width: 499px) {
    .author-about {
        padding: 20px;
        text-align: center;
    }
}

.author-about .media-left {
    padding-right: 28px;
}

@media (max-width: 499px) {
    .author-about .media-left {
        padding-right: 0;
        padding-bottom: 28px;
        display: block;
    }
}

.author-about .media-left a {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
}

.author-about .media-left a img {
    border-radius: 100%;
    width: 100%;
}

@media (max-width: 499px) {
    .author-about .media-body {
        text-align: center;
    }
}

.author-about .media-body h3 {
    margin-top: 0;
}

.author-about .media-body h3 a {
    font: 600 21px/1 'Poppins', sans-serif;
}

.author-about .media-body p {
    font: 300 15px/28px 'Poppins', sans-serif;
    margin-bottom: 15px;
}

@media (max-width: 499px) {
    .author-about .media-body ul {
        display: table;
        margin: 0 auto;
    }
}

.author-about .media-body ul li {
    float: left;
    text-align: center;
}

.author-about .media-body ul li + li {
    margin-left: 10px;
}

.author-about .media-body ul li a {
    width: 31px;
    height: 31px;
    border-radius: 100%;
    line-height: 31px;
    padding: 0;
    font-size: 15px;
}

.pagination {
    margin: 13px auto 0;
    display: table;
}

.pagination li {
    float: left;
}

.pagination li + li {
    margin-left: 15px;
}

.pagination li a {
    padding: 0;
    height: 51px;
    width: 51px;
    text-align: center;
    font: 600 22px/51px 'Poppins', sans-serif;
    border-radius: 100%;
    border: none;
}

.pagination li:first-child a,
.pagination li:last-child a {
    border-radius: 100%;
}

/*========= Sidebar ==========*/
@media (max-width: 991px) {
    .sidebar {
        margin-top: 60px;
    }
}

.widget + .widget {
    margin-top: 50px;
}

.widget-title {
    margin: 0 0 20px;
    font: 600 17px/1 'Poppins', sans-serif;
    text-transform: uppercase;
}

.widget-search form .form-control {
    border-right: 0;
    box-shadow: none;
}

.widget-search form .form-control + .input-group-addon {
    border-radius: 0;
    padding: 0;
}

.widget-search form .form-control + .input-group-addon button {
    border: none;
    padding: 0 17px;
}

.recent-post .media-left {
    padding-right: 23px;
}

.recent-post .media-left a {
    display: block;
}

.recent-post .media-body h4 {
    margin: 0 0 10px;
}

.recent-post .media-body h4 a {
    font: 300 17px/27px 'Poppins', sans-serif;
}

.recent-post .media-body h5 {
    margin: 0;
}

.recent-post .media-body h5 a {
    font: 300 14px/1 'Poppins', sans-serif;
    text-decoration: underline;
}

.recent-post + .recent-post {
    margin-top: 42px;
}

.categories li:before {
    content: '';
    width: 30px;
    height: 40px;
    background: url(../img/images/right-angle2.png) no-repeat scroll 5px center;
    float: left;
}

.categories li a {
    font: 300 17px/40px 'Poppins', sans-serif;
    padding: 0;
    display: inline-block;
}

.tag {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
    text-transform: uppercase;
    font: 600 13px/38px 'Poppins', sans-serif;
    border: 1px solid;
    padding: 0 14px;
}

/*========= Comments ==========*/
.comment-count {
    margin: 60px 0 30px;
    font: 600 35px/1 'Poppins', sans-serif;
    text-align: center;
}

.comment {
    margin-left: 30px;
    padding: 23px 23px 23px 65px;
    border-radius: 3px;
    border: 1px solid;
    position: relative;
}

@media (max-width: 499px) {
    .comment {
        padding: 60px 20px 20px 20px;
        margin-left: 0;
        margin-top: 76px;
    }
}

.comment.reply {
    margin-left: 65px;
}

@media (max-width: 499px) {
    .comment.reply {
        margin-left: 30px;
    }
}

.comment + .comment {
    margin-top: 37px;
}

@media (max-width: 499px) {
    .comment + .comment {
        margin-top: 76px;
    }
}

.comment p {
    margin-bottom: 15px;
    font: 300 15px/28px 'Poppins', sans-serif;
}

.commenter-link {
    position: absolute;
    top: 13px;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 499px) {
    .commenter-link {
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
}

.commenter-name {
    margin: 0 0 15px;
    font: 600 21px/1 'Poppins', sans-serif;
}

.commenter-name a {
    display: inline-block;
}

.commenter-name small {
    font-weight: 300;
}

@media (max-width: 499px) {
    .commenter-name small {
        float: none !important;
        display: block;
        margin-top: 5px;
    }
}

.add-comment h2 {
    margin: 50px 0 5px;
    font: 600 35px/1 'Poppins', sans-serif;
}

.add-comment p {
    margin-bottom: 30px;
    font: 300 19px/1 'Poppins', sans-serif;
}

.add-comment form textarea.form-control {
    height: 154px;
}

/*========= Product POPUP ==========*/
.product-box {
    max-width: 945px;
    margin: 0 auto;
    box-shadow: 0 0 62px rgba(0, 0, 0, 0.3);
    position: relative;
}

@media (max-width: 991px) {
    .product-box {
        max-width: 750px;
    }
}

.product-box .mfp-close {
    position: absolute;
    font: 300 30px/1 'Poppins', sans-serif;
    text-transform: uppercase;
    opacity: 0.4;
    transition: all 300ms linear 0s;
}

.product-box .mfp-close:hover {
    opacity: 1;
}

.product-img-gallery {
    float: left;
    width: 457px;
}

@media (max-width: 991px) {
    .product-img-gallery {
        width: 350px;
        height: 766px;
    }
}

@media (max-width: 767px) {
    .product-img-gallery {
        width: 100%;
        height: auto;
    }
}

#product-imgs {
    padding: 65px 0 68px;
    height: 100%;
}

@media (max-width: 767px) {
    #product-imgs {
        padding: 50px 0 60px;
        top: 0;
    }
}

#product-imgs .item {
    text-align: center;
}

#product-imgs .item img {
    display: inline-block;
    width: auto;
    max-width: 95%;
}

@media (max-width: 767px) {
    #product-imgs .item img {
        max-height: 250px;
    }
}

#product-imgs .carousel-indicators {
    bottom: 29px;
    display: table;
    margin-left: 0;
    width: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
}

#product-imgs .carousel-indicators li {
    float: left;
    width: 9px;
    height: 9px;
    margin: 0;
}

#product-imgs .carousel-indicators li + li {
    margin-left: 8px;
}

.product-desc {
    float: left;
    width: calc(100% - 457px);
    padding: 48px 37px 40px 35px;
    overflow-x: hidden;
    overflow-y: visible;
}

@media (max-width: 991px) {
    .product-desc {
        width: calc(100% - 350px);
        padding: 40px 35px;
    }
}

@media (max-width: 767px) {
    .product-desc {
        width: 100%;
    }
}

.product-desc .name {
    text-transform: uppercase;
    font: 400 20px/1 'Poppins', sans-serif;
    margin: 0 0 8px;
}

.product-desc .edition {
    text-transform: uppercase;
    font: 700 33px/1 'Poppins', sans-serif;
    margin: 0 0 10px;
}

.product-desc .model {
    text-transform: uppercase;
    font: 300 16px/1 'Poppins', sans-serif;
    margin: 0 0 20px;
}

.product-desc .price {
    font: 600 33px/34px 'Poppins', sans-serif;
    margin: 0 0 25px;
    text-transform: uppercase;
}

.product-desc .price del {
    font-size: 26px;
    font-weight: 300;
    margin-right: 14px;
}

.product-desc .price .label {
    padding: 3px 15px 0;
    font: 600 11px/15px 'Poppins', sans-serif;
    position: relative;
    vertical-align: middle;
    top: -2px;
    display: inline-block;
}

.product-desc .description {
    padding: 32px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.product-desc .description p {
    font: 300 16px/28px 'Poppins', sans-serif;
    margin-bottom: 0;
}

.product-desc .choose-form .choose-options {
    padding: 34px 0 36px;
    border-bottom: 1px solid;
}

.product-desc .choose-form .option {
    float: left;
}

@media (max-width: 991px) {
    .product-desc .choose-form .option:first-child {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-desc .choose-form .option {
        margin-right: 20px;
    }

    .product-desc .choose-form .option:first-child {
        margin-bottom: 15px;
    }
}

.product-desc .choose-form .option + .option {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .product-desc .choose-form .option + .option {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 20px;
    }
}

@media (max-width: 767px) {
    .product-desc .choose-form .option + .option {
        margin-top: 0;
    }
}

.product-desc .choose-form .option .form-label {
    text-transform: uppercase;
    margin: 0 0 12px;
    font: 500 16px/1 'Poppins', sans-serif;
}

.product-desc .choose-form .option .colors {
    padding-top: 9px;
}

.product-desc .choose-form .option input[name='color'],
.product-desc .choose-form .option input[name='os0'] {
    display: none;
}

.product-desc .choose-form .option input[name='color'] + label,
.product-desc .choose-form .option input[name='os0'] + label {
    width: 27px;
    height: 27px;
    border-radius: 100%;
    position: relative;
    margin-right: 6px;
    margin-bottom: 0;
}

.product-desc .choose-form .option input[name='color'] + label:before,
.product-desc .choose-form .option input[name='os0'] + label:before {
    content: '';
    width: 39px;
    height: 39px;
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    border: 0 solid;
    border-radius: 100%;
}

.product-desc .choose-form .option input[name='color'] + label[for='color-1'],
.product-desc .choose-form .option input[name='os0'] + label[for='color-1'] {
    margin-left: 4px;
}

.product-desc .choose-form .option input[name='color']:checked + label:before,
.product-desc .choose-form .option input[name='os0']:checked + label:before {
    border-width: 3px;
}

.product-desc .choose-form .submit-area {
    padding-top: 27px;
}

@media (max-width: 479px) {
    .product-desc .choose-form .submit-area input {
        font-size: 20px;
        line-height: 60px;
    }
}

.product-desc .bootstrap-touchspin {
    width: 86px;
}

.product-desc .bootstrap-touchspin input {
    width: 48px;
    box-shadow: none;
    height: 42px;
    padding: 0;
    text-align: center;
    border-right: 0;
}

.product-desc .bootstrap-touchspin .input-group-btn-vertical button {
    border-radius: 0;
    width: 38px;
    text-align: center;
    padding: 0;
    margin-left: 0;
}

.product-desc .bootstrap-touchspin .input-group-btn-vertical button:hover,
.product-desc .bootstrap-touchspin .input-group-btn-vertical button:focus {
    background: none;
}

.product-desc .bootstrap-touchspin .input-group-btn-vertical button i {
    display: none;
}

.product-desc .bootstrap-touchspin .input-group-btn-vertical button:before {
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: block;
    font: 500 16px/20px 'Poppins', sans-serif;
}

.product-desc
    .bootstrap-touchspin
    .input-group-btn-vertical
    button:first-child:before {
    content: '+';
}

.product-desc
    .bootstrap-touchspin
    .input-group-btn-vertical
    button:last-child:before {
    content: '-';
}

.product-desc
    .bootstrap-select:not([class*='col-']):not([class*='form-control']):not(
        .input-group-btn
    ) {
    width: 82px;
}

.product-desc .bootstrap-select .dropdown-toggle {
    border-radius: 0;
    height: 42px;
    padding: 4px 35px 0 0;
    position: relative;
}

.product-desc .bootstrap-select .dropdown-toggle .filter-option {
    text-align: center;
    font: 600 16px/1 'Poppins', sans-serif;
    text-transform: uppercase;
}

.product-desc .bootstrap-select .dropdown-toggle .bs-caret {
    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;
    height: 40px;
    top: 0;
    line-height: 40px;
    right: 0;
    width: 35px;
    border-left: 1px solid;
}

.product-desc .bootstrap-select .dropdown-toggle .bs-caret:before {
    content: '\f107';
}

.product-desc .bootstrap-select .dropdown-toggle .bs-caret .caret {
    display: none;
}

.product-desc .bootstrap-select .dropdown-toggle:hover,
.product-desc .bootstrap-select .dropdown-toggle:focus {
    background: none;
}

/* .product-box .personal-info {
    display: none;
}
 */
.choose-form {
    position: relative;
}

.submit-area-2 {
    padding-top: 17px;
}

/* 
   Transition
   ------------ */
.personal-info {
    transition: all 0.8s ease-in-out;
    opacity: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    position: absolute;
    top: 0;
}

@media (max-width: 992px) {
    .personal-info {
        width: 100%;
    }
}

.product-info {
    transition: all 0.8s ease-in-out;
    opacity: 1;
}

.slide-out-left {
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    opacity: 0;
}

.slide-in-right {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

/*  Button */
.js-preorder-btn {
    position: relative;
}

.btn.is-success {
    background: #34bf4d;
}

.btn.is-failed {
    background: #e0401a;
}

.js-preorder-btn:not(.disabled):before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border: 4px solid;
    border-left-color: transparent;
    border-radius: 50%;
    opacity: 0;
    transition-duration: 0.5s;
    transition-property: opacity;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
    animation-name: rotate;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.js-preorder-btn:not(.disabled):after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0px;
    transition-delay: 0.5s;
    transition-duration: 0.75s;
    transition-property: width;
}

.js-preorder-btn:not(.disabled) span {
    transition: opacity 1s ease-in-out;
}

.js-preorder-btn:not(.disabled).sending {
    pointer-events: none;
    cursor: not-allowed;
}

.js-preorder-btn:not(.disabled).sending span {
    opacity: 0;
}

.js-preorder-btn:not(.disabled).sending:before {
    transition-delay: 0.5s;
    transition-duration: 1s;
    opacity: 1;
}

.js-preorder-btn:not(.disabled).sending:after {
    transition-delay: 0s;
}

.checkmark {
    display: inline-block;
}

.checkmark:after {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    border: solid #fff;
    border-width: 0 5px 5px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.crossmark {
    position: relative;
    display: inline-block;
}

.crossmark:before,
.crossmark:after {
    position: absolute;
    left: 0;
    top: -20px;
    content: ' ';
    height: 25px;
    width: 4px;
    background-color: #fff;
}

.crossmark:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.crossmark:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*========= Exit Popup ==========*/
/* ================= Exit Intent Modal =================== */
#exit-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

#exit-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

#exit-modal .exit-modal {
    width: 600px;
    height: 360px;
    background-color: #f0f1f2;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 4px;
    -webkit-animation: popin 0.3s;
    animation: popin 0.3s;
}

#exit-modal .modal-title {
    font-size: 18px;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#exit-modal h3 {
    color: #2b9dd8;
    font-size: 1.4em;
    margin: 0.6em;
    text-transform: uppercase;
    font-weight: bold;
}

#exit-modal .modal-body {
    padding: 30px 40px;
}

#exit-modal p {
    color: #344a5f;
    line-height: 1.7em;
    font-size: 16px;
}

#exit-modal p strong {
    color: #ff8800;
}

#exit-modal .popup-cta {
    margin-top: 20px;
    margin-bottom: 20px;
}

#exit-modal form {
    text-align: center;
    margin-top: 35px;
}

#exit-modal form input[type='text'] {
    padding: 12px;
    font-size: 1.2em;
    width: 300px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
}

#exit-modal form input[type='submit'] {
    text-transform: uppercase;
    font-weight: bold;
    padding: 12px;
    font-size: 1.1em;
    border-radius: 4px;
    color: #fff;
    background-color: #4ab471;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
}

#exit-modal form p {
    text-align: left;
    margin-left: 35px;
    opacity: 0.8;
    margin-top: 1px;
    padding-top: 1px;
    font-size: 0.9em;
}

#exit-modal .modal-footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

#exit-modal .modal-footer p {
    text-transform: capitalize;
    cursor: pointer;
    display: inline;
    border-bottom: 1px solid #344a5f;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0;
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@media (max-width: 767px) {
    #exit-modal .exit-modal {
        width: 100%;
        height: 100%;
    }
}

/*========= Pricing ==========*/
.pricing {
    border: solid 1px;
    border-radius: 5px;
    padding: 20px 30px;
    text-align: center;
    margin-bottom: 30px;
}

.pricing__title {
    margin-bottom: 20px;
}

.pricing__price {
    margin: 30px 0 20px;
    font-size: 30px;
    font-weight: bold;
}

.pricing__content ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.pricing--featured {
    border: 0;
}

/*# sourceMappingURL=style.css.map */

.select-language .dropdown-toggle::after {
    display: none;
}

.select-language .btn,
.select-language .btn-link {
    border-color: transparent;
    color: #278dc3;
    padding: 0;
}
.select-language span {
    text-transform: uppercase;
}

.select-language .btn-link:focus,
.select-language .btn-link:hover {
    background-color: transparent;
}
.select-language .dropdown-toggle:focus {
    outline: thin dotted rgb(164, 196, 161) !important;
}

.navbar-divider {
    border-left: 1px solid #e3e6f0;
}
@media (max-width: 991px) {
    .navbar-collapse .navbar-divider {
        border-left: 0;
    }
}
.flex-comunity-font-color a {
    color: #969da3;
}
.hide-stemy-gradient:after {
    display: none;
}

@media (max-width: 991px) {
    .md-center {
        text-align: center !important;
    }
    .middle-sm-stemy-gradient:after {
        text-align: center;
        margin-left: auto !important;
    }
}

/* .the-watch .img-responsive {
  max-width: 140%;  
} */

/* .consumer.the-watch .img-responsive {
  max-width: 100%;  
}

@media (max-width: 768px){
  .consumer.the-watch .img-responsive {
    max-width: 65%;  
  }
}

@media (min-width: 1400px){
  .consumer.the-watch .img-responsive {
    max-width: 85%;  
  }
}
@media (min-width: 1500px){
  .consumer.the-watch .img-responsive {
    max-width: 65%;  
  }
}
@media (min-width: 1750px){
  .consumer.the-watch .img-responsive {
    max-width: 60%;  
  }
} */

/* .consumer.the-watch img {
  margin-left: 5%;
  margin-top: 5%;
}
@media (max-width: 1115px){
  .consumer.the-watch img {
    margin-top: 15%;
  }
}

@media (max-width: 992px){
  .consumer.the-watch img {
    margin-top: 0%;
    margin-left: 0%;
  }
}


@media (min-width: 1400px){
  .consumer.the-watch img {
    margin-left: 25%;
  }
}

@media (min-width: 1750px){
  .consumer.the-watch img {
    margin-left: 35%;
  }
}

@media (min-width: 2000px){
  .consumer.the-watch img {
    margin-left: 45%;
  }
} */

/* @media (max-width: 250px){
  .the-watch img {
      min-width: 260px;
      float: right;
      transform: translateX(80px);
  }
} */

/* @media (max-width: 333px){
  .the-watch img {
      min-width: 300px;
      float: right;
      transform: translateX(110px);
  }
} */
/* 
@media (min-width: 1500px) {
  .the-watch img {
    margin-left: -30%;
    margin-top: 0%;
  }
}

@media (max-width: 1499px) {
  .the-watch img {
    margin-left: -15%;
    margin-top: 0%;
  }
}

@media (max-width: 1199px) {
  .the-watch img {
    margin-left: -15%;
    margin-top: 5%;
  }
}

@media (max-width: 991px) {
  .the-watch img {
    margin-left: 0px;
    margin-top: 0px;
  }
} */

.select-language .dropdown-item.active,
.dropdown-item:active {
    background-color: transparent;
}
.select-language .btn:hover,
.select-language .btn:focus {
    background: transparent !important;
    border-color: transparent;
}

.download-app ul {
    list-style: none;
}

@media (max-width: 1499px) {
    .join-us.top-banner h2 {
        font-size: 60px;
        letter-spacing: normal;
    }
}

@media (max-width: 991px) {
    .join-us.top-banner h2 {
        font-size: 40px;
        letter-spacing: normal;
    }
}

@media (max-width: 399px) {
    .join-us.top-banner h2 {
        font-size: 34px;
        letter-spacing: normal;
    }
}

.join-us .center-btn-end {
    text-align: right;
}

.join-us .center-btn-start {
    text-align: left;
}

@media (max-width: 576px) {
    .join-us .center-btn-end {
        text-align: center;
    }
    .join-us .center-btn-start {
        text-align: center;
    }
}

.nav.footer-menu {
    text-align: center;
}

.consumer .btn-light {
    background-color: #ffffff;
}
.consumer .btn:hover,
.consumer .btn:focus {
    background: #374048;
}
@media (min-width: 1400px) {
    .consumer .consumer-limit-w-xxl {
        max-width: 90%;
    }
}
@media (min-width: 1827px) {
    .consumer .consumer-limit-w-xxl {
        max-width: 75%;
    }
}

@media (min-width: 2100px) {
    .consumer .consumer-limit-w-xxl {
        max-width: 70%;
    }
}

.consumer.start-today img {
    max-width: 60%;
}
@media (min-width: 992px) {
    .consumer.start-today img {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .consumer.start-today img {
        max-width: 80%;
    }
}

.residential .btn-light {
    background-color: #ffffff;
}
.residential .btn:hover,
.residential .btn:focus {
    background: #374048;
}
@media (min-width: 1400px) {
    .residential .residential-limit-w-xxl {
        max-width: 90%;
    }
}
@media (min-width: 1827px) {
    .residential .residential-limit-w-xxl {
        max-width: 75%;
    }
}

@media (min-width: 2100px) {
    .residential .residential-limit-w-xxl {
        max-width: 70%;
    }
}

.residential.start-today img {
    max-width: 60%;
}
@media (min-width: 992px) {
    .residential.start-today img {
        max-width: 100%;
    }
}
@media (min-width: 1200px) {
    .residential.start-today img {
        max-width: 80%;
    }
}

.access-flex-community {
    padding: 5% 0 5%;
}

.vh-50 {
    height: 50vh;
}

/*--------- Section Brand -------------*/

.brands-area {
    padding: 5%;
}

.brands-area .brand-wrap .owl-carousel .owl-item img {
    width: auto !important;
}

.brands-area .brand-wrap .single-brand {
    text-align: center;
    /* -webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: grayscale(100%); */
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.brands-area .brand-wrap .single-brand:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.brands-area .brand-logo-size {
    max-width: 150px;
}
.brands-area .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
    margin-right: auto !important;
    margin-left: auto !important;
}

.brands-area .section-header h2 {
    padding: 0;
    margin: 0;
}
/*--------- End Section Brand -------------*/

/*----------Investor--------*/
.investor-title {
    background-color: #f8fbfd;
    padding: 5%;
}

.energy-transition {
    padding: 5%;
}

.energy-transition .balancing-img {
    width: 85%;
}

.arrow-flow img {
    height: 32px;
}

@media (max-width: 768px) {
    .arrow-flow {
        padding-bottom: 1rem;
    }
    .arrow-flow img {
        transform: rotate(90deg);
    }
}
/*------Power plant-------------*/
.power-plant {
    background-color: #f8fbfd;
    padding: 5%;
}
.power-plant ul {
    list-style: none;
}

.power-plant-features ul li:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
    content: '';
    background: url(../img/images/check.png) no-repeat scroll 0 0;
    float: left;
}

.power-plant-features ul li {
    font: 300 20px/32px 'Poppins', sans-serif;
    color: #696f74;
}

.power-plant-features ul li strong {
    font-weight: bold;
}

.power-plant-features ul li + li {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .power-plant-features ul li {
        font-size: 16px;
    }
}

/*----------Consumption sources--------*/
.consumption-sources {
    padding: 5%;
}

.consumption-sources img {
    width: 60%;
    max-height: 374px;
}

.consumption-sources strong {
    font-weight: bold;
}
/*---- In numbers ------*/
.in-numbers {
    background-color: #f8fbfd;
    padding: 5%;
}
.in-numbers img {
    width: 50%;
}
@media (max-width: 991px) {
    .in-numbers img {
        width: 40%;
    }
}
@media (max-width: 767px) {
    .in-numbers img {
        width: 30%;
    }
}

/*---- Benefits ------*/
.investor-benefits {
    padding: 5%;
}

.investor-benefits img {
    max-width: 100%;
    border-top-left-radius: 10%;
    border-top-right-radius: 10%;
}

/*---- Investor dashboard ------*/
.investor-dashboard {
    background-color: #f8fbfd;
    padding: 5%;
}
.investor-dashboard ul {
    list-style: none;
}

.investor-dashboard-features ul li:before {
    width: 32px;
    height: 32px;
    margin-right: 17px;
    content: '';
    background: url(../img/images/check.png) no-repeat scroll 0 0;
    float: left;
}
@media (max-width: 767px) {
    .investor-dashboard-features {
        padding-bottom: 50px;
        padding-left: 9%;
    }
}
.investor-dashboard-features ul li {
    font: 300 20px/32px 'Poppins', sans-serif;
    color: #696f74;
}

.investor-dashboard-features ul li strong {
    font-weight: bold;
}

.investor-dashboard-features ul li + li {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .investor-dashboard-features ul li {
        font-size: 16px;
    }
}

/*-----------*/
.text-justify {
    text-align: justify;
}
@media (min-width: 767px) {
    .text-justify-md {
        text-align: justify !important;
    }
}
.mw-80 {
    max-width: 100% !important;
}
@media (max-width: 575px) {
    .pt-xs-5 {
        padding-top: 3rem !important;
    }
    .p-xs-0 {
        padding: 0 !important;
    }
    .p-xs-3 {
        padding: 1rem !important;
    }
    .p-xs-5 {
        padding: 3rem !important;
    }
}

/*---- Community ------*/
.crm {
    padding: 5%;
}

.community_advantages {
    background-color: #f8fbfd;
    padding: 5%;
}
.community_advantages p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.community_advantages img {
    width: 65%;
}

.community-contact img {
    max-width: 85%;
}
@media (max-width: 575px) {
    .community-contact img {
        max-width: 100%;
    }
    .text-xs-center {
        text-align: center;
    }
}

.btn-green {
    background: rgb(151, 186, 60) !important;
}

.community-contact img {
    padding: 0;
}
.ps-10 {
    padding-left: 10%;
}

@media (min-width: 992px) {
    .ms-lg-10 {
        padding-left: 10% !important;
    }
}
@media (max-width: 552px) {
    .mt-xs-2 {
        padding-left: 0.5rem !important;
    }
}

.devices-carousel .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
    border-radius: 50%;
}

@media (min-width: 1400px) {
    .mw-xxl-75 {
        max-width: 75% !important;
    }
}

.pb-45 {
    padding-bottom: 2.5rem !important;
}

header .nav-link .btn-light {
    background-color: transparent;
}
header.row .navbar .nav li a {
    color: #ffffff;
}
@media (max-width: 991px) {
    header.row .navbar .nav li a {
        color: #278dc3;
    }
}

.main-navbar-wrapper {
    --bs-bg-opacity: 0;
}
.main-navbar-wrapper.is-scrolling {
    --bs-bg-opacity: 1;
}
.main-navbar-wrapper.is-scrolling .select-language .btn,
.select-language .btn-link {
    color: #278dc3;
}

.main-navbar-wrapper .select-language .btn,
.select-language .btn-link {
    color: #ffffff;
}
@media (max-width: 991px) {
    .main-navbar-wrapper .select-language .btn,
    .select-language .btn-link {
        color: #278dc3;
    }
}

.main-navbar-wrapper .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main-navbar-wrapper.is-scrolling .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.main-navbar-wrapper .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}
.main-navbar-wrapper.is-scrolling .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .main-navbar-wrapper .navbar-collapse {
        background: rgba(255, 255, 255, 1);
        border-radius: 5px;
    }
    .main-navbar-wrapper .select-language .dropdown-menu {
        border-radius: 25px;
        box-shadow: 0px 0px 0px;
        border: 0px;
    }
}

.main-navbar-wrapper .select-language .dropdown-menu {
    border-radius: 25px;
}

.main-navbar-wrapper .select-language .dropdown-menu li a {
    color: #278dc3;
}
.main-navbar-wrapper .select-language .dropdown-menu li a:hover {
    color: #97ba3c;
}

.select-language .btn {
    font: 500 16px/40px 'Poppins', sans-serif;
}

.img-zoom {
    overflow: hidden;
}

.img-zoom {
    transition: all 0.3s;
}

.img-zoom:hover {
    transform: scale(1.1);
}

.who-are-you {
    background: #f8fbfd;
}

@media (min-width: 1500px) {
    .partner-img-column {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
}

@media (max-width: 1400px) {
    .partner-img-column {
        flex: 0 0 auto;
        width: 0%;
    }
}

@media (max-width: 1100px) {
    .devices-img-column {
        flex: 0 0 auto;
        width: 100%;
        margin-bottom: 5rem;
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

@media (max-width: 1100px) {
    .stemy-img-column {
        flex: 0 0 auto;
        width: 0%;
    }
}

@media (min-width: 1500px) {
    .partner-description-column {
        padding: 3rem !important;
        flex: 0 0 auto;
        width: 58%;
    }
}

@media (min-width: 1500px) {
    .zez-description-column {
        padding-left: 3rem;
        padding-top: 0rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        flex: 0 0 auto;
        width: 58%;
    }
}
@media (max-width: 1400px) {
    .zez-description-column {
        width: 100%;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .biodistretto-description {
        font-size: smaller !important;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .biodistretto-quote {
        font-size: smaller;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .biodistretto-character {
        font-size: smaller;
    }
}

@media (min-width: 1401px) and (max-width: 1600px) {
    .zez-description {
        font-size: smaller !important;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .zez-quote {
        font-size: smaller;
    }
}
@media (min-width: 1401px) and (max-width: 1600px) {
    .zez-character {
        font-size: smaller;
    }
}

@media (min-width: 1500px) {
    .biodistretto-description-column {
        padding-left: 3rem;
        padding-top: 0rem;
        padding-right: 3rem;
        padding-bottom: 3rem;
        flex: 0 0 auto;
        width: 58%;
    }
}
@media (max-width: 1400px) {
    .biodistretto-description-column {
        width: 100%;
    }
}

@media (min-width: 1500px) {
    .sapiens-description-column {
        padding-top: 1rem;
        padding-left: 3rem;
        padding-right: 1rem;
        padding-bottom: 1rem;
        flex: 0 0 auto;
        width: 58%;
    }
}

@media (max-width: 1400px) {
    .sapiens-description-column {
        width: 100%;
    }
}

@media (max-width: 1400px) {
    .partner-description-column {
        width: 100%;
    }
}

/* @media (max-width: 1690px) {
  .stemy-logo-row {
    margin-top: 0.5rem;
  }
}
@media (min-width: 1691px) {
  .stemy-logo-row {
    margin-top: 5rem;
  }
} */

@media (min-width: 1500px) {
    .stemy-logo-column {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
}

@media (min-width: 768px) {
    .stemy-logo-column {
        padding-left: 5rem;
    }
}

@media (min-width: 1750px) {
    .flex-community-description {
        margin-top: 3rem;
    }
}

.flex-community-description p {
    font: 300 20px/32px 'Poppins', sans-serif;
}

/* @media (min-width: 1500px){
  .stemy-logo-row p{
    font: 300 20px/32px "Poppins", sans-serif;
  }
} */

/* @media (min-width: 768px){
  .stemy-logo{
    margin-top:1rem;
  }
} */

@media (min-width: 1401px) and (max-width: 1655px) {
    .bwce-description {
        font-size: smaller !important;
    }
}

@media (min-width: 1645px) {
    .partner-logo-row {
        margin-top: 3rem;
    }
}

@media (min-width: 1645px) {
    .zez-logo-row {
        margin-top: 0 !important;
    }
}

@media (min-width: 1645px) {
    .bwce-logo-row {
        margin-top: 0 !important;
    }
}

@media (min-width: 1645px) {
    .biodistretto-logo-row {
        margin-top: 0 !important;
    }
}

@media (min-width: 1401px) {
    .bwce-logo {
        margin-top: 2rem;
    }
}

.biodistretto-opinion {
    margin-top: 1rem !important;
}

@media (min-width: 1680px) {
    .partner-opinion {
        margin-top: 3rem;
    }
}

.partner-opinion {
    border-radius: 16px;
    background: #f2f2f2;
    padding: 1rem;
}

@media (min-width: 768px) {
    .partner-opinion {
        margin-left: 1rem;
    }
}

@media (min-width: 1600px) {
    .solelec-partner-opinion {
        margin-top: 2rem !important;
    }
}

@media (min-width: 1501px) {
    .partner-logo-row p {
        font: 300 20px/32px 'Poppins', sans-serif;
    }
}

@media (max-width: 1500px) {
    .partner-logo-row p {
        font: 300 18px/32px 'Poppins', sans-serif;
    }
}

@media (max-width: 1500px) and (min-width: 768px) {
    .bwce-description-column {
        padding-bottom: 0.5rem !important;
    }
}

/* .bwce-description-column{
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
} */
@media (min-width: 1401px) and (max-width: 1750px) {
    .solelec-description {
        font-size: smaller !important;
    }
}

@media (min-width: 1401px) {
    .solelec-quote {
        font-size: 12px;
    }
}

@media (min-width: 1401px) {
    .sapiens-description {
        font-size: small !important;
    }
}

@media (min-width: 1401px) {
    .sapiens-quote {
        font-size: smaller;
    }
}
@media (min-width: 1401px) {
    .sapiens-character {
        font-size: smaller;
    }
}

@media (min-width: 1401px) {
    .energyris-description {
        font-size: small !important;
    }
}

@media (max-width: 767px) {
    .quote-icon {
        width: 0%;
        display: none;
    }
}

@media (max-width: 540px) {
    .flex-community-logo {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

/* .login-form-row{
  margin-bottom:50px
} */

@media (min-width: 1300px) {
    .login-form-row {
        padding-right: 33.3333%;
        padding-left: 33.3333%;
    }
}

@media (min-width: 768px) and (max-width: 1299px) {
    .login-form-row {
        padding-right: 25%;
        padding-left: 25%;
    }
}

@media (max-width: 767px) {
    .login-form-row {
        padding-right: 10%;
        padding-left: 10%;
    }
}

/* .form-group-login{
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
} */

.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
}

.login-button {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.login-button:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.login-button:focus {
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-block {
    display: block;
    width: 100%;
}

@media (max-width: 540px) {
    .flex-community-logo-login {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.form-group-label {
    display: inline-block;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    font: 300 17px/26px 'Poppins', sans-serif;
    color: #82898f;
    font-weight: 500;
}

.panel-title a:hover {
    color: #0a58ca;
}

.panel-title a {
    font-size: 1.5rem;
    font-weight: 500;
}

.panel-body p {
    text-align: justify;
}

.panel-body li {
    text-align: justify;
}

.column-list h4 {
    color: #606569;
}

.column-list p {
    margin-top: 1.5rem;
}

@media (max-width: 767px) {
    .involvement-bar-row {
        display: none;
    }
}

@media (min-width: 1300px) {
    .mobile-photo {
        max-width: 40%;
    }
}

@media (min-width: 1000px) and (max-width: 1299px) {
    .mobile-photo {
        max-width: 50%;
    }
}

@media (min-width: 768px) and (max-width: 999px) {
    .mobile-photo {
        max-width: 60%;
    }
}

@media (min-width: 511px) and (max-width: 767px) {
    .mobile-photo {
        max-width: 40%;
    }
}

@media (max-width: 510px) {
    .mobile-photo {
        max-width: 60%;
    }
}

@media (max-width: 767px) {
    .pre-footer {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media (min-width: 768px) {
    .pre-footer {
        padding-left: 25%;
        padding-right: 25%;
    }
}

.index-section {
    padding: 5%;
}

@media (max-width: 767px) {
    .index-section {
        padding-top: 5rem;
    }
}

.index-section p,
li {
    font: 300 20px/32px 'Poppins', sans-serif;
}

/* .panel-title a:hover {
  color: #0a58ca;
}

.panel-title a{
font-size: 1.5rem;
font-weight: 500
}

.panel-body p{
text-align: justify;
}

.panel-body li{
text-align: justify;
} */

.faq-accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
    color: #606569;
    text-align: left;
    /* background-color:#fff; */
    border-top: 1px solid #969da3;
    border-bottom: 1px solid #969da3;
    border-radius: 0;
    overflow-anchor: none;
    /* transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease */
}

@media (prefers-reduced-motion: reduce) {
    .faq-accordion-button {
        transition: none;
    }
}

.faq-accordion-button:not(.collapsed) {
    color: #606569;
    /* background-color:#e7f1ff; */
    /* box-shadow:inset 0 -1px 0 rgba(0,0,0,.125) */
}

.faq-accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969da3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.faq-accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: '';
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23969da3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .faq-accordion-button::after {
        transition: none;
    }
}

.faq-accordion-button:hover {
    z-index: 2;
    color: #606569;
}

.faq-accordion-button:focus {
    z-index: 3;
    /* border-color:#86b7fe; */
    outline: 0;
    color: #606569;
    /* box-shadow:0 0 0 .25rem rgba(13,110,253,.25) */
}

.faq-accordion-header {
    margin-bottom: 0;
}

.faq-accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.faq-accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.faq-accordion-item:first-of-type .faq-accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.faq-accordion-item:not(:first-of-type) {
    border-top: 0;
}

.faq-accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.faq-accordion-item:last-of-type .faq-accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.faq-accordion-item:last-of-type .faq-accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.faq-accordion-body {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2rem;
    text-align: justify;
    border-bottom: 1px solid #969da3;
}

.faq-accordion-body li {
    font: 300 17px/26px 'Poppins', sans-serif;
    color: #82898f;
}

.faq-accordion-flush .faq-accordion-collapse {
    border-width: 0;
}

.faq-accordion-flush .faq-accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.faq-accordion-flush .faq-accordion-item:first-child {
    border-top: 0;
}

.faq-accordion-flush .faq-accordion-item:last-child {
    border-bottom: 0;
}

.faq-accordion-flush .faq-accordion-item .faq-accordion-button {
    border-radius: 0;
}

.no-upper-border {
    border-top: 0;
}

.no-lower-border {
    border-bottom: 0;
}

.text-column {
    padding-left: 6rem;
    padding-right: 6rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.text-column p {
    font: 300 20px/32px 'Poppins', sans-serif;
    text-align: justify;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .text-column {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

.business-check-list {
    /* list-style: none; */
    list-style-position: outside;
    list-style-image: url(../img/images/check-list.svg);
}

/* .business-check-list li:before{
  padding-top: 1rem;
} */

.business-check-list li::marker {
    padding-top: 1rem;
}

.business-check-list li {
    font: 300 20px/32px 'Poppins', sans-serif;
    padding-left: 2rem;
}

@media (max-width: 575px) {
    .european-union-row {
        margin-bottom: 2rem;
    }
}

.cookie-banner {
    background-color: white;
    display: none;
    z-index: 9999999999999999999999999;
    position: sticky;
    bottom: 0;
    text-align: center;
}

.new-menu-rights {
    padding: 20px 0;
}

.new-menu-rights p {
    font: 300 15px/1 'Poppins', sans-serif;
    margin: 0;
}

.navbar-redream a:hover,
a:focus {
    color: black !important;
}

.navbar-redream .btn {
    color: #f6a500 !important;
}

.navbar-redream .dropdown-item {
    color: #f6a500 !important;
}

.navbar-redream-white a:hover,
a:focus {
    color: black !important;
}

.navbar-redream-white .btn {
    color: #ffffff !important;
}

.navbar-redream-white .dropdown-item {
    color: #ffffff !important;
}

.redream-banner-1 {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)),
        url(../img/base/redream-banner.jpg) no-repeat scroll center bottom;
    background-size: cover;
}

@media (max-width: 1350px) {
    .video-column {
        width: 100%;
        min-height: 300px;
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (min-width: 1350px) {
    .video-column {
        padding: 5%;
    }
}

@media (max-width: 767px) {
    .first-row {
        margin-top: 2rem;
    }
}

@media (max-width: 1000px) {
    .map-column {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .brand-img {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .brand-img {
        max-height: 100px;
    }
}

.brands-row {
    margin-top: 4rem;
    padding-right: 5%;
    padding-left: 5%;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.redream-social-links {
    padding: 0px 0 36px;
    border-bottom: 1px solid #ffffff;
}

.redream-social-links a {
    padding: 0.5rem;
    background: #ffffff;
    width: 48px;
    height: 48px;
    font-size: 22px;
    line-height: 52px;
    border-radius: 100%;
}

.redream-social-links a i {
    color: #f6a500;
    padding: 0;
}

@media (max-width: 360px) {
    .redream-social-links a {
        width: 40px;
        height: 40px;
        font-size: 18px;
        line-height: 40px;
    }
}

.redream-menu li + li:before {
    color: #ffffff !important;
}
