@import "https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700";
body {
    color: #4c5462;
    font-family: "Raleway", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
}
@media (min-width:1200px) {
    .container {
        width: 1200px
    }
}
.img {
    max-width: 100%;
}
a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}
a:focus, a:hover, a:active {
    color: #4c5462;
    text-decoration: none;
}
a, button {
    outline: medium none;
    color: #4c5462;
    text-decoration: none;
    display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
    color: #4c5462;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
    color: #2b323f;
}
h4 {
    font-size: 20px;
    color: #2b323f;
    font-weight: 600;
}
h5 {
    font-size: 18px;
    color: #2b323f;
    font-weight: 600;
}
h6 {
    font-size: 16px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
p {
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #4c5462;
    margin-bottom: 15px;
}
hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
label {
    color: #626262;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}
blockquote {
    background-color: #f6f6f6;
    border: 0 none;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    margin: 60px 0 30px 30px;
    padding: 30px;
}
*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none;
}
*::-moz-placeholder {
    color: #4c5462;
    font-size: 14px;
}
*::-webkit-input-placeholder {
    color: #4c5462;
    font-size: 14px;
}
*:-ms-input-placeholder {
    color: #4c5462;
    font-size: 14px;
}
.fix {
    overflow: hidden;
}
.media-left {
    padding-right: 30px;
}
.dsp-tc {
    display: table-cell;
    vertical-align: top;
}
.btn {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border: 0 none;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    outline: 0 none;
    padding: 13px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
}
.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
    outline: 0 none;
    border: 0 none;
    text-decoration: none;
}
.btn:active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
}
.btn.btn-bordered-white {
    background: transparent none repeat scroll 0 0;
    border: 2px solid #fff;
    padding: 11px 30px;
}

.btn.btn-bordered-white:hover,
.btn.btn-bordered-white:focus {
    border-color: transparent;
    outline: 0 none;
}

.btn.btn-bordered-white:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% + 4px);
    z-index: -1;
}
.btn.btn-bordered-white:hover:after,
.btn.btn-bordered-white:focus:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btn.btn-bordered-grad {
    background: transparent none repeat scroll 0 0;
    color: #2b323f;
}

.btn.btn-bordered-grad:hover,
.btn.btn-bordered-grad:focus {
    color: #fff;
}
.btn.btn-bordered-grad:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: calc(100% + 4px);
    left: -2px;
    position: absolute;
    top: -2px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% + 4px);
    z-index: -2;
}
.btn.btn-bordered-grad:after {
    background: #fff none repeat scroll 0 0;
    border-radius: 100px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}
.btn.btn-bordered-grad:hover:after,
.btn.btn-bordered-grad:focus:after {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.button-group a {
    margin-right: 30px;
}
.button-group a:last-child {
    margin-right: 0;
}

.header-space {
    margin-top: 120px;
}

.transition-3s {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
a, .btn, img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.mt-0 {
    margin-top: 0;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-100 {
    margin-top: 100px;
}
.mt-110 {
    margin-top: 110px;
}
.mt-120 {
    margin-top: 120px;
}
.mt-130 {
    margin-top: 130px;
}
.mt-140 {
    margin-top: 140px;
}
.mt-150 {
    margin-top: 150px;
}


.mb-0 {
    margin-bottom: 0;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-110 {
    margin-bottom: 110px;
}
.mb-120 {
    margin-bottom: 120px;
}
.mb-130 {
    margin-bottom: 130px;
}
.mb-140 {
    margin-bottom: 140px;
}
.mb-150 {
    margin-bottom: 150px;
}


.pt-0 {
    padding-top: 0;
}
.pt-10 {
    padding-top: 10px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-100 {
    padding-top: 100px;
}
.pt-110 {
    padding-top: 110px;
}
.pt-120 {
    padding-top: 120px;
}
.pt-130 {
    padding-top: 130px;
}
.pt-140 {
    padding-top: 140px;
}
.pt-150 {
    padding-top: 150px;
}

.pr-0 {
    padding-right: 0;
}
.pr-10 {
    padding-right: 10px;
}
.pr-15 {
    padding-right: 15px;
}
.pr-20 {
    padding-right: 20px;
}
.pr-30 {
    padding-right: 30px;
}
.pr-40 {
    padding-right: 40px;
}
.pr-50 {
    padding-right: 50px;
}
.pr-60 {
    padding-right: 60px;
}
.pr-70 {
    padding-right: 70px;
}
.pr-80 {
    padding-right: 80px;
}
.pr-90 {
    padding-right: 90px;
}
.pr-100 {
    padding-right: 100px;
}
.pr-110 {
    padding-right: 110px;
}
.pr-120 {
    padding-right: 120px;
}
.pr-130 {
    padding-right: 130px;
}
.pr-140 {
    padding-right: 140px;
}

.pb-0 {
    padding-bottom: 0;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-100 {
    padding-bottom: 100px;
}
.pb-110 {
    padding-bottom: 110px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pb-130 {
    padding-bottom: 130px;
}
.pb-140 {
    padding-bottom: 140px;
}
.pb-150 {
    padding-bottom: 150px;
}

.pl-0 {
    padding-left: 0;
}
.pl-10 {
    padding-left: 10px;
}
.pl-15 {
    padding-left: 15px;
}
.pl-20 {
    padding-left: 20px;
}
.pl-30 {
    padding-left: 30px;
}
.pl-40 {
    padding-left: 40px;
}
.pl-50 {
    padding-left: 50px;
}
.pl-60 {
    padding-left: 60px;
}
.pl-70 {
    padding-left: 70px;
}
.pl-80 {
    padding-left: 80px;
}
.pl-90 {
    padding-left: 90px;
}
.pl-100 {
    padding-left: 100px;
}
.pl-110 {
    padding-left: 110px;
}
.pl-120 {
    padding-left: 120px;
}
.pl-130 {
    padding-left: 130px;
}
.pl-140 {
    padding-left: 140px;
}
.pl-150 {
    padding-left: 150px;
}

.ptb-0 {
    padding: 0;
}
.ptb-10 {
    padding: 10px 0;
}
.ptb-20 {
    padding: 20px 0;
}
.ptb-30 {
    padding: 30px 0;
}
.ptb-40 {
    padding: 40px 0;
}
.ptb-50 {
    padding: 50px 0;
}
.ptb-60 {
    padding: 60px 0;
}
.ptb-70 {
    padding: 70px 0;
}
.ptb-80 {
    padding: 80px 0;
}
.ptb-90 {
    padding: 90px 0;
}
.ptb-100 {
    padding: 100px 0;
}
.ptb-110 {
    padding: 110px 0;
}
.ptb-120 {
    padding: 120px 0;
}
.ptb-130 {
    padding: 130px 0;
}
.ptb-140 {
    padding: 140px 0;
}
.ptb-150 {
    padding: 150px 0;
}
.p-100 {
    padding: 100px;
}


.mtb-0 {
    margin: 0;
}
.mtb-10 {
    margin: 10px 0;
}
.mtb-15 {
    margin: 15px 0;
}
.mtb-20 {
    margin: 20px 0;
}
.mtb-30 {
    margin: 30px 0;
}
.mtb-40 {
    margin: 40px 0;
}
.mtb-50 {
    margin: 50px 0;
}
.mtb-60 {
    margin: 60px 0;
}
.mtb-70 {
    margin: 70px 0;
}
.mtb-80 {
    margin: 80px 0;
}
.mtb-90 {
    margin: 90px 0;
}
.mtb-100 {
    margin: 100px 0;
}
.mtb-110 {
    margin: 110px 0;
}
.mtb-120 {
    margin: 120px 0;
}
.mtb-130 {
    margin: 130px 0;
}
.mtb-140 {
    margin: 140px 0;
}
.mtb-150 {
    margin: 150px 0;
}


.gray-bg {
    background-color: #f5f7fb;
}
.blue-grad-bg {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
}
.blue-grad-bg-2 {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #dfd417 0%, #f4ea45 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #dfd417 0%, #f4ea45 100%) repeat scroll 0 0;
}

.overlay-white,
.overlay-dark,
.overlay-grad-one, 
.overlay-grad-two  {
    position: relative;
    z-index: 0;
}
.overlay-white:after {
    background-color: rgba(245, 247, 251, 1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.overlay-dark:after {
    background-color: rgba(39, 45, 58, 1);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.overlay-grad-one:after, .overlay-grad-two:after {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.overlay-grad-one:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
}
.overlay-grad-three {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.section-heading {
    margin: 0 auto 80px;
}
.section-heading h2 {
    margin-bottom: 25px;
    padding-bottom: 25px;
    position: relative;
    text-transform: uppercase;
}
.section-heading h2:after {
    background: rgba(0, 0, 0, 0) url("img/others/line-shape.png") no-repeat scroll 0 0;
    content: "";
    height: 28px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: -10px;
    width: 73px;
}
.section-heading.white-shape h2:after {
    background: rgba(0, 0, 0, 0) url("img/others/line-shape-white.png") no-repeat scroll 0 0;
}
.section-heading p {
    margin-bottom: 10px;
}

.section-heading.shape-2 h2:after {
    background: rgba(0, 0, 0, 0) url("img/others/line-shape-2.png") no-repeat scroll 0 0;
}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

header {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
#navigation {
    padding: 0 15px;
}
.navbar {
    border-radius: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}
.navbar.affix-top {
    padding: 30px 0;
}
.navbar.affix {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    box-shadow: 0 0 20px -10px rgba(0,0,0,0.8);
}
.navbar-brand > img {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.navbar.affix .navbar-brand > img {
    width: 85%;
}
.navbar-nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>.active>a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2b323f;
}

#slider-area.home-style-2 {
    background: rgba(0, 0, 0, 0) url("img/bg/7.jpg") no-repeat scroll center center / cover;
    padding-top: 90px;
}
.home-style-2 .navbar.affix {
    background: #272d3a none repeat scroll 0 0;
}
.home-style-2 .nav > li > a:focus, .home-style-2 .nav > li > a:hover, .home-style-2 .nav > .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #dfd417;
}

.navbar.navbar-white, .navbar-white.navbar-fixed-top {
    background: #fff none repeat scroll 0 0;
}
.navbar-white .navbar-nav li a {
    color: #2b323f;
}
.navbar-white .nav > li > a:focus, .navbar-white .nav > li > a:hover, .navbar-white .nav > .active > a {
    color: #00c9fd
}
.navbar-white .navbar-toggle .icon-bar {
    background-color: #00c9fd;
}

#slider-area {
  overflow: hidden;
}

#slider-area.home-style-1 {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    padding-top: 90px;
    position: relative;
}
#slider-area.home-style-1:after {
    border-left: 50vw solid #fff;
    border-top: 160px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 0;
    z-index: 1;
}
#slider-area.home-style-1:before {
    border-right: 50vw solid #fff;
    border-top: 160px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 0;
}
.slide .container {
    position: relative;
}
.slider-text {
    padding-bottom: 25em;
    padding-top: 15em;
    width: 71%;
}
.slider-text h1 {
    color: #fff;
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.slider-text p {
    color: #fff;
    font-size: 16px;
    width: 86%;
}
.button-group .btn-white {
    font-size: 16px;
}
.button-group .download-btn {
    margin-right: 30px;
}
.button-group {
    margin-top: 45px;
}
#slider-area .slider-image {
    position: absolute;
    right: -130px;
    top: 70px;
    z-index: 1;
}
.slider-image img {
    width: 100%;
}
.scroll-icon {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
}
.scroll-icon a {
    display: inline-block;
    margin-bottom: 30px;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
.scroll-icon a i {
    color: #fff;
    font-size: 48px;
}

.promo-header-area {
    margin: 150px auto 100px !important;
    width: 100%;
}
.promo-header-area h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    letter-spacing: 8px;
    text-transform: uppercase;
}
.promo-header-area h1 {
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
}
.promo-header-area p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}

.promo-header-area .btn.btn-style-2:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.swiper-container.one {
    padding-top: 40px;
    display: none;
}
.promo-header-area .swiper-slide {
    padding: 0 43px;
}

#slider-area.home-style-3 {
    padding-top: 90px;
}
.home-style-3 .slider-text > h1 {
    font-size: 60px;
}
.slider-text span {
    font-weight: 300;
}

.single-feature {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single-feature:hover {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.single-feature:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.single-feature:hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.feature-icon img {
    margin-top: 10px;
}
.feature-details p {
    margin-bottom: 0;
}

#app-features-area.home-style-2 {
    padding-top: 40px;
}
.single-feature.feature-style-2 {
    padding: 50px 30px;
    text-align: center;
}
.feature-style-2 .feature-icon {
    margin-bottom: 30px;
    min-height: 50px;
}
.feature-style-2 .feature-icon img {
    margin-top: 0;
}

#come-funziona .section-heading {
    margin-bottom: 0;
}
.about-app h3 {
    margin-bottom: 30px;
}
.about-app p {
    margin-bottom: 35px;
}
.store-buttons {
    margin-top: 50px;
}
.store-buttons a {
    text-align: left;
}
.store-buttons a i, .store-buttons a p {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.about-app .store-buttons a:hover i, .about-app .store-buttons a:hover p {
    color: #fff;
}
.store-buttons a p {
    line-height: 1.2;
}
.store-buttons i {
    color: #fff;
    font-size: 24px;
    padding-right: 10px;
    vertical-align: middle;
}
.about-app .store-buttons i {
    color: #2b323f;
}
.store-buttons span {
    font-size: 18px;
    font-weight: 700;
}
.about-app-mockup img {
    margin-left: auto;
}
.gray-bg .btn.btn-bordered-grad:after {
    background: #f5f7fb none repeat scroll 0 0;
}


#how-it-works-area .section-heading {
    margin-bottom: 50px;
}
.hiw-feature {
    padding: 30px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.hiw-feature:hover {
    background-color: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
.hiw-feature-content {
    position: relative;
}
.hiw-mockup {
    left: 0;
    position: absolute;
    right: 0;
    top: 45px;
}
.hiw-feature-icon img {
    margin-top: 15px;
}
.hiw-feature-details h5 {
    text-transform: uppercase;
}
.hiw-feature-details p {
    margin-bottom: 0;
}


.hiw-feature-content.style-2 {
    margin-top: 50px;
}
.hiw-mockup.style-2 {
    top: -20px;
}

#come-funziona {
    background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
}
#come-funziona .section-heading {
    margin-bottom: 0;
}
#come-funziona .awesome-feature {
    margin-top: 80px;
}
#come-funziona .media-left {
    padding-right: 20px;
}
.awesome-feature-icon span {
    display: block;
    height: 60px;
    margin-left: 10px;
    position: relative;
    width: 60px;
}
.awesome-feature-icon span:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border-radius: 50px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.awesome-feature-icon i {
    background-color: #f5f7fa;
    border-radius: 60px;
    color: #4c5462;
    display: inline-block;
    font-size: 24px;
    height: calc(100% - 2px);
    left: 1px;
    line-height: 58px;
    position: relative;
    text-align: center;
    top: 1px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: calc(100% - 2px);
    z-index: 1;
}
.awesome-feature:hover .awesome-feature-icon i {
    background: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.asesome-feature-details h5 {
    font-weight: 700;
    text-transform: uppercase;
}

#promo-video-area {
    position: relative;
    top: 120px;
    z-index: 2;
}
.video-demo-image {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
    display: inline-block;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
#promo-video-area .overlay-grad-one:after {
    z-index: 1;
}
#promo-video-area .overlay-grad-two:after {
    z-index: 1;
}
.video-play-icon {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.video-play-icon i {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 80px;
    color: #fff;
    display: inline-block;
    font-size: 36px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    width: 80px;
}

#scopri-di-piu {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover;
    padding: 220px 0 100px;
}
.single-fact i {
    color: #272d3a;
    display: inline-block;
    font-size: 48px;
    margin-bottom: 28px;
}
.single-fact h5 {
    color: #272d3a;
    font-weight: 700;
    margin-bottom: 20px;
}
.single-fact h2 {
    color: #272d3a !important;
    font-size: 30px;
}

.single-fact h6 {
    color: #272d3a;
}

.single-fact p{
    color: #272d3a !important;
}

.slider-wrapper-2 .slide {
    margin: 0 15px;
}
.slider-wrapper-2 .slider-image {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin: 5px 0 10px;
    position: relative;
}
.slider-wrapper-2 .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.preview-icon {
    background-color: rgba(0, 0, 0, 0.85);
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    margin: 0 auto;
}
.preview-icon i {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 70px;
    color: #fff;
    font-size: 30px;
    height: 70px;
    left: 0;
    line-height: 70px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 70px;
}
.slider-wrapper-2.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.slick-dots li {
    border: 1px solid #3AD7DF;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    width: 12px;
}
.slick-dots li.slick-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border: medium none;
}
.slick-dots li button {
    display: none;
}
.slick-dots {
    bottom: 70px;
}
#scopri-di-piu .slick-dots {
    bottom: -70px;
}
.swiper-container {
    width: 100%;
    padding-bottom: 60px;
}
.swiper-slide {
    width: 850px;
    height: auto;
    padding: 0 15px;
}
.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}
.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
}
.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #dfd417;
    border-radius: 100%;
    display: inline-block;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #dfd417 0%, #f4ea45 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #dfd417 0%, #f4ea45 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.faq-content-wrapper {
    position: relative;
}
.faq-content-wrapper:before {
    background-color: #70798f;
    content: "";
    height: calc(100% - 60px);
    left: -40px;
    position: absolute;
    top: 30px;
    width: 1px;
}
.panel-heading:before {
    background-color: #fff;
    border: 1px solid;
    border-radius: 50px;
    content: "";
    height: 15px;
    left: -48px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 15px;
}
.faq-right-img-mockup {
    left: -200px;
    position: absolute;
}
.panel-group {
    margin: 0;
}
#accordion.panel-group .panel {
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    margin-top: 30px;
    position: relative;
}
.panel:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -2px;
    position: absolute;
    top: 0;
    width: 2px;
}
#accordion .panel:first-child {
    margin-top: 0;
}
.panel-group .panel-body {
    border: 0 none;
    padding: 0 30px 10px;
}
#accordion .panel-body {
    border: 0 none;
}
.panel-heading {
    border: 0 none;
    border-radius: 0;
    margin: 0;
    padding: 20px 30px;
    position: relative;
}
.panel-title {
    color: #4c5462;
    font-size: 18px;
}
.panel-title a {
    color: inherit;
    display: block;
    position: relative;
}
.panel-title a.collapsed:after {
    content: "\f0a5";
}
.panel-title a:after {
    border: 1px solid #00c9fd;
    border-radius: 50px;
    color: #00c9fd;
    content: "";
    font-family: Icofont;
    font-size: 12px;
    font-weight: normal;
    height: 22px;
    line-height: 20px;
    position: absolute;
    right: -22px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 22px;
}

.faq-home-2 .faq-right-img-mockup {
    left: auto;
    right: -70px;
}

.download-app h1 {
    margin-bottom: 15px;
}
#app-download-area {
    position: relative;
}
#app-download-area:after {
    background: rgba(0, 0, 0, 0) url("img/mockups/download-app-mockup.png") no-repeat scroll right bottom;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}
.download-app {
    position: relative;
    z-index: 1;
}
.download-app h1, .download-app p {
    color: #fff;
}
.download-app h1 {
    margin-bottom: 15px;
}


#app-download-area.home-style-2:after {
    background: rgba(0, 0, 0, 0) url("img/mockups/download-app-mockup-2.png") no-repeat scroll right bottom;
}


.post-content {
    margin-top: 10px;
}
.meta-info {
    margin-bottom: 15px;
}
.post-title {
    color: #2b323f;
    font-weight: 700;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.post-title a:hover {
    color: #00c9fd;
}
.read-more-wrapper {
    margin-top: 30px;
}
.post-content .read-more-btn {
    color: #2b323f;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
}
.post-content .read-more-btn:hover {
    color: #00c9fd;
}
.meta-info li, .meta-info li a {
    color: #757575;
}
.meta-info a:hover {
    color: #00c9fd;
}
.read-more-btn i {
    color: inherit;
    font-size: 24px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.read-more-btn:hover i {
    color: #00c9fd;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: -25px;
}


.subscribe-wrapper {
    background-color: #2b323f;
    padding: 40px 100px;
}
.subscribe-text h2 {
    color: #fff;
    margin-right: 20px;
    padding-top: 17px;
    text-align: right;
    text-transform: uppercase;
}
.subscribe-box {
    position: relative;
}
.subscribe-box .form-control {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 50px;
    box-shadow: none;
    color: #4c5462;
    font-size: 18px;
    height: 65px;
    padding: 0 158px 0 50px;
}
.subscribe-box .form-control::-moz-placeholder {
    color: #4c5462;
    font-size: 18px;
}
.subscribe-box button {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 100px;
    color: #fff;
    font-size: 36px;
    height: 65px;
    padding: 0 60px;
    position: absolute;
    right: 0;
    top: 0;
}

#contatti {
    position: relative;
}
#map {
    width: 100%;
    height: 660px;
}
.contact-box {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 6%;
}
.contact-box-inner {
    background-color: #00c9fd;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.contact-box-inner .address-box {
    background-color: #00c9fd;
    padding-left: calc(100px - 30px);
}
.get-in-touch {
    background-color: #fff;
}
.get-in-touch h2 {
    text-transform: capitalize;
}
.get-in-touch form {
    margin-top: 30px;
    position: relative;
}
.form-group {
    position: relative;
}
.form-grad-border {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.get-in-touch .form-control:focus + .form-grad-border {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.get-in-touch .form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
    -o-border-image: none;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: 0 0 1px;
    box-shadow: none;
    color: #2b323f;
    height: auto;
    margin-bottom: 30px;
    padding: 10px 0;
    position: relative;
}
.get-in-touch .form-control::-moz-placeholder {
    color: #757575;
}
.get-in-touch .form-control:focus::-moz-placeholder {
    color: #2b323f;
}
.get-in-touch textarea {
    resize: vertical;
}
.get-in-touch .btn {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 15px 30px;
}
.get-in-touch .btn:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.get-in-touch .btn-grad:before {
    display: none;
}
.address-box h2 {
    color: #fff;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.address-box p {
    color: #fff;
}
.address-info {
    margin-top: 40px;
}
.info-icon i {
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    width: 30px;
}
.info-icon {
    padding-right: 10px;
}
.info-details p {
    font-size: 18px;
}
.address-info li {
    margin-bottom: 10px;
}
.form-contatti {
    bottom: -25px;
    left: 0;
    line-height: 1;
    margin: 0;
    position: absolute;
}
.form-contatti.success {
    color: #3c763d;
}
.form-contatti.error {
    color: #a94442;
}


#footer-area {
    background-color: #2b323f;
    padding-bottom: 45px;
    padding-top: 23em;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
}
.copyright a {
    color: #00c9fd;
}

.home-style-2 .copyright a {
    color: #dfd417;
}

.breadcrumb-area {
    background: rgba(0, 0, 0, 0) url("img/bg/5.jpg") no-repeat scroll center center / cover;
    position: relative;
}
.breadcrumb-area:before {
    background: rgba(39, 45, 58, 0.75) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
.breadcrumb-area h2 {
    color: #fff;
    padding: 110px 0 70px;
    text-align: center;
}
.breadcrumb-nav {
    margin-bottom: 10px;
}
.breadcrumb-nav li a {
    color: #fff;
}
.breadcrumb-nav .active {
    color: #00c9fd;
}
.breadcrumb-nav li {
    font-weight: 500;
    position: relative;
}
.breadcrumb-nav li:after {
    color: #fff;
    content: "-";
    position: absolute;
    right: -5px;
}
.breadcrumb-nav li:last-child:after {
    display: none;
}


.home-style-2 .blog-post a:hover, .home-style-2 .post-content .read-more-btn:hover, .home-style-2 .read-more-btn:hover i {
    color: #f4ea45;
}
.blog-post {
    margin-bottom: 50px;
}
.home-style-1 .blog-post, .home-style-2 .blog-post {
    margin-bottom: 0;
}

.pagination-nav {
    text-align: center;
}
.pagination-nav li {
    padding: 0 3px;
}
.pagination-nav li a {
    border: 1px solid #858585;
    color: #858585;
    font-family: poppins;
    font-size: 12px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.pagination-nav li a:hover, .pagination-nav li a:focus, .pagination-nav li a:focus, .pagination-nav .active a {
    background-color: #00c9fd;
    border-color: #00c9fd;
    color: #fff;
}
.pagination-nav i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
}

.single-widget {
    margin-bottom: 30px;
}
.widget-content {
    position: relative;
}
.widget-title {
    border-bottom: 1px solid #e5e5e5;
    color: #2b323f;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.widget-content.search-widget {
    padding: 0;
}
.search-widget input {
    background-color: #f7f7f7;
    border: medium none;
    color: #2b323f;
    height: 45px;
    padding: 10px 45px 10px 15px;
    width: 100%;
}
.search-widget input::-moz-placeholder {
    color: #858585;
    font-size: 12px;
}
.search-widget button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #00c9fd;
    font-size: 18px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.widget-content a {
    color: #2b323f;
    font-weight: 500;
    text-transform: capitalize;
}
.widget-content a:hover, .widget-content a:focus, .widget-content a:active, .widget-content .dropdown li a:hover, .widget-content .dropdown li a:focus, .widget-content .dropdown li a:active {
    border-color: #00c9fd;
    color: #00c9fd;
}
.categories-widget li {
    margin-bottom: 15px;
}
.categories-widget .dropdown ul {
    margin-top: 10px;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
}
.categories-widget .dropdown li {
    margin-bottom: 0;
}
.categories-widget .dropdown li a {
    color: #4c5462;
    font-size: 12px;
    padding: 5px 10px;
}
.tags-widget a {
    border: 1px solid #e5e5e5;
    color: #4c5462;
    display: inline-block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    margin-right: 2px;
    padding: 0 15px;
}
.widget-single-post {
    border-bottom: 1px solid #f7f7f7;
    padding: 20px 0;
}
.widget-single-post:first-child {
    padding-top: 0;
}
.widget-single-post:last-child {
    border-bottom: 0 none;
}
.widget-post-thumb {
    padding-right: 20px;
}
.popular-post-widget p {
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
}
.widget-post-content h6 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}
#instafeed > a {
    float: left;
    padding: 5px;
    width: 33.3333%;
}
#instafeed img {
    max-width: 100%;
}

.blog-single-post .meta-info {
    margin-bottom: 25px;
}
.blog-single-post p {
    margin-bottom: 25px;
}

.share-post-wrapper {
    background-color: #f6f6f6;
    margin-top: 30px;
    padding: 15px 30px;
}
.social-share {
    float: left;
}
.social-share li {
    padding: 0;
}
.social-share a {
    color: #c4c4c4;
    font-size: 16px;
    padding: 0 7px;
}
.social-share a:hover {
    color: #00c9fd;
}
.post-tags {
    float: right;
    padding-left: 20px;
    position: relative;
    text-align: right;
}
.post-tags:before {
    color: #c4c4c4;
    content: "\f0eb";
    font-family: Icofont;
    font-size: 12px;
}
.post-tags > a {
    font-size: 12px;
    margin-right: 2px;
    position: relative;
}
.post-tags > a:hover {
    color: #00c9fd;
}
.post-tags > a:after {
    content: ",";
    position: absolute;
}
.post-tags > a:last-child:after {
    content: "";
}

.post-comments-area {
    margin-top: 80px;
}
.post-comments-area > h5 {
    margin-bottom: 15px;
}
.comment-author {
    font-size: 14px;
    text-transform: uppercase;
}
.comment-time-left {
    font-size: 12px;
    line-height: 1;
}
.post-comments-area .comment-time-left {
    margin-bottom: 15px;
}
.post-comments-area .media-left {
    padding-right: 15px;
}
.post-comments-area .media-body {
    position: relative;
}
.comment-reply {
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 22px;
}
.post-comments-area a:hover {
    color: #00c9fd;
}
.post-comments-area .media {
    border-bottom: 1px solid #f7f7f7;
    margin: 0;
    padding: 25px 0;
}
.post-comments-area p {
    margin-bottom: 0;
}
.media-list > .media:last-child {
    border-bottom: 0 none;
}
.media-replay .media {
    padding-left: 30px;
}


.post-new-comment {
    margin-top: 20px;
}
.post-new-comment > h5 {
    margin-bottom: 30px;
}
.post-new-comment .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    box-shadow: none;
}
.post-new-comment input {
    height: 40px;
}
.post-new-comment .form-group {
    margin-bottom: 25px;
}
.post-new-comment textarea {
    height: 120px;
    resize: vertical;
}
.post-new-comment .btn-grad:before {
    display: none;
}
.post-new-comment .btn {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 15px 30px;
    text-transform: uppercase;
}


.related-posts-area {
    padding-top: 120px;
}
.related-posts-area .blog-post {
    margin-bottom: 0;
}


.comming-soon-wrapper {
    background: rgba(0, 0, 0, 0) url("img/bg/8.jpg") no-repeat scroll center center / cover;
    position: relative;
    z-index: 1;
}
.ovarlay {
    background-color: #272d3a;
    height: 100%;
    left: 0;
    opacity: 0.95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}
.count-down-area {
    margin: 0 auto;
    width: 70%;
}
.header-text > h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 70px;
}
.header-text span {
    font-weight: 600;
}
.cdown {
    float: left;
    width: 25%;
}
.cdown span {
    border: 1px solid #00c9fd;
    display: block;
    margin: 0 40px;
}
.cdown strong {
    color: #fff;
    display: block;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}
.cdown p {
    background-color: #00c9fd;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 10px 0;
    text-transform: uppercase;
}
.comming-soon-wrapper #footer-area {
    background-color: transparent;
    padding-bottom: 50px;
    padding-top: 120px;
}
.comming-soon-wrapper #footer-area .social {
    margin-bottom: 25px;
    margin-top: 0;
    padding-bottom: 0;
}
.comming-soon-wrapper header {
    position: static;
}
.comming-soon-wrapper .logo {
    margin-top: 100px;
}
.counter-area {
    padding: 170px 0 150px;
    text-align: center;
}

#slider-area.home-style-3 .slider-image {
    top: 120px;
}
#slider-area.home-style-3 .slider-text {
    padding-bottom: 19em;
    padding-top: 15em;
}
.single-usage {
    float: left;
    margin: 0;
    padding: 0 70px;
    position: relative;
    width: 33.3333%;
}
.single-usage:after {
    background-color: #cdcdcd;
    content: "";
    height: 30px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
}
.single-usage:last-child:after {
    display: none;
}
.single-usage:first-child {
    margin-left: 70px;
}
.single-usage:last-child {
    margin-left: -70px;
    padding-left: 140px;
    padding-right: 0;
}
.usage-icon.media-left {
    padding-right: 20px;
    vertical-align: middle;
}
.usage-icon i {
    color: #00c9fd;
    font-size: 30px;
}
.useges-quantity h2 {
    color: #00c9fd;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}
.useges-quantity p {
    color: #4c5462;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}
#app-features-area.home-style-3.ptb-150 {
    padding-top: 110px;
}
.home-style-3 .about-app-mockup img {
    margin-left: -100px;
}
#scopri-di-piu.home-style-3 {
    padding: 220px 0 150px;
}
.home-style-3 .download-app {
    margin-top: 100px;
    position: relative;
    z-index: 1;
}
.home-style-3 {
    position: relative;
    z-index: 1;
}
.home-style-3:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: skewY(170deg);
    transform: skewY(170deg);
    width: 100%;
    z-index: -1;
}
.home-style-3.gray-bg {
    background: transparent none repeat scroll 0 0;
}
.home-style-3:after {
    -webkit-transform: skewY(170deg);
    transform: skewY(170deg);
}
#slider-area.home-style-3:before {
    background: #fff none repeat scroll 0 0;
    height: 50%;
    top: 70%;
}
#app-features-area.home-style-3:before {
    background: #fff none repeat scroll 0 0;
    height: 50%;
    top: 50%;
}
#come-funziona.home-style-3:before {
    background: #f5f7fb none repeat scroll 0 0;
}
#how-it-works-area.home-style-3:before {
    background: #fff none repeat scroll 0 0;
}
#come-funziona.home-style-3:before {
    background: rgba(0, 0, 0, 0) url("img/bg/1.jpg") no-repeat scroll center center / cover;
}
#come-funziona.home-style-3 {
    background: transparent none repeat scroll 0 0;
}
#scopri-di-piu.home-style-3 {
    background: transparent none repeat scroll 0 0;
}
#scopri-di-piu.home-style-3:before {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover;
}
#team-area.home-style-3 {
    background: transparent none repeat scroll 0 0;
}
#team-area.home-style-3:before {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover;
}
#pricing-table-area.home-style-3 {
    background: transparent none repeat scroll 0 0;
}
#pricing-table-area.home-style-3:before {
    background: rgba(0, 0, 0, 0) url("img/bg/2.jpg") no-repeat scroll center center / cover;
}
#app-download-area.home-style-3 {
    background: transparent none repeat scroll 0 0;
}
#app-download-area.home-style-3:before {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
}


#slider-area.home-style-1.home-style-4 {
    background: rgba(0, 0, 0, 0) url("img/bg/6.jpg") repeat scroll center center / cover ;
    overflow: hidden;
    padding-top: 0;
}
#slider-area.home-style-1.home-style-4:before {
    z-index: 1;
}


#slider-area.home-style-5 {
    background: rgba(0, 0, 0, 0) url("img/bg/9.jpg") no-repeat scroll center center / cover ;
    padding-top: 90px;
}
#slider-area.home-style-5:before {
    background: rgba(0, 0, 0, 0) url("img/bg/10.png") no-repeat scroll center bottom / 100% auto;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 0;
}


#slider-area.home-style-6 {
    background: rgba(0, 0, 0, 0) url("img/bg/6.jpg") repeat scroll center center / cover ;
    overflow: hidden;
    padding-top: 0;
}
.home-style-6 .overlay-grad-three {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #00c9fd 0%, #81ee8e 100%) repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.85;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -2;
}


.video-background-area {
    position: relative;
    overflow: hidden;
}
#video-background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}


.video-background-area.home-style-8 #video-background {
    z-index: -1;
}


.video-background-area.home-style-9 #video-background {
    z-index: -2;
}


#slider-area.home-style-1.home-style-10:before {
    border-right: 100vw solid #fff;
    border-top: 120px solid #fff;
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    z-index: 0;
}
#slider-area.home-style-1.home-style-10:after {
    display: none;
}
#slider-area.home-style-10 .slider-image {
    top: 120px;
}
#slider-area.home-style-10 .slider-text {
    padding-bottom: 28em;
}
.home-style-10 .scroll-icon {
    bottom: 100px;
}
#app-features-area.home-style-10 {
    margin-top: -40px;
}

#slider-area.home-style-11 {
    background: rgba(0, 0, 0, 0) url("img/bg/6.jpg") no-repeat scroll center center / cover ;
}
#slider-area.home-style-1.home-style-11:before {
    z-index: 1;
}

.particle-bg {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.shape {
    -webkit-animation: 15s ease-in 0s normal forwards infinite running shape;
    animation: 15s ease-in 0s normal forwards infinite running shape;
    border: 2px solid #fff;
    box-shadow: 0 0 20px #00c9fd;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-transform-origin: left top 0;
    transform-origin: left top 0;
    width: 10px;
}
.shape:nth-child(2n) {
    border-style: solid;
    border-width: 0 3px 5.196px 3px;
    border-color: transparent transparent #fff transparent;
    box-shadow: 0 0 20px #81ee8e;
    height: 0;
    left: 75vw;
    top: 50vh;
    width: 0;
}
.shape:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 75vw;
    top: 50vh;
}
.shape:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    left: 25vw;
    top: 40vh;
}
.shape:nth-child(4) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    left: 90vw;
    top: 10vh;
}
.shape:nth-child(5) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    background-color: #fff;
    border: 0;
    left: 10vw;
    top: 85vh;
}
.shape:nth-child(6) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 50vw;
    top: 100vh;
}
.shape:nth-child(7) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 87vw;
    top: 80vh;
}
@-webkit-keyframes shape {
    0% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
    }
}
@keyframes shape {
    0% {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: scale(0) rotate(0deg) translate(-50%, -50%);
        transform: scale(0) rotate(0deg) translate(-50%, -50%);
    }
    100% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: scale(20) rotate(960deg) translate(-50%, -50%);
        transform: scale(20) rotate(960deg) translate(-50%, -50%);
    }
}
#particles-js {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

#particles-js.home-style-16 {
    opacity: 0.;
}


ol.decimal_index li{
    list-style-type: decimal;
}

/* ###########################
            tablet
#############################*/
@media only screen and (min-width: 768px){
    .promo-header-area {
        margin: 150px auto 0;
    }

    .swiper-container.one {
        display: block;
    }
}