/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  background-color: #121212 !important;
  overflow-x: hidden;
}

body {
  background-color: #121212 !important;
  font-family: "Roboto", sans-serif;
  color: #9FA1A4;
  line-height: 1.5;
}

a {
  color: #777;
  transition: 0.3s all ease;
  text-decoration: none;
}

a:hover {
  color: #FFFFFF;
}

h1,
h2,
h3,
h4,
h5,
h6,
.font-heading {
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}

.container {
  z-index: 2;
  position: relative;
}


.grey_section{
  background-color:#222222 !important;
}


.text-black {
  color: #000 !important;
}

.text-white {
  color: #FFF !important;
}

.text-primary {
  color: #2D71A1 !important;
}

.reviews{
  background-color: #000;
}

.border-top {
  border-top: 1px solid #000 !important;
}

.border-bottom {
  border-bottom: 1px solid #000 !important;
}

figure figcaption {
  margin-top: 0.5rem;
  font-style: italic;
  font-size: 0.8rem;
}

.site-section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #FFF, #FFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Back to top button */
.back-to-top {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  background: #FBA600;
  color: #000;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  color: #000;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #FFF;
  background: none;
  color: #FFF;
}

.btn.btn-outline-white:hover {
  background: #FF9F00;
  border: 2px solid #FF9F00;
  color: #000000;
}

.btn.btn-primary {
  background: #2D71A1;
  background: linear-gradient(-45deg, #1391A5, #274685);
  color: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.download-btn img{
  border-radius: 18px;
  border: 4px solid transparent;
  transition: border .3s;
}

.download-btn img:hover{
  border: 4px solid #FF9F00 !important;
  transition: border .3s;
}

#section3{
  padding-bottom: 300px;
}

.box-design{

  position: relative;
  background: url(../img/full-bg.png) no-repeat center;
  opacity: 0.5;

}

.countdown{

  text-align: center;
  margin-top: -20px;
  margin-left: -14px;

}


.countdown-yellow, .countdown-white{
  max-width: 300px;
  position: relative;
  top: -20px;
}

.countdown-yellow{
  z-index: 980;
  background-color: #FF9F00;
  border-radius: 12px;
  max-width: 400px;
  height: 80px;
  overflow: auto;
}

.countdown-yellow h3{
  padding-top: 10px;
  font-size: 1em;
  font-weight: bold;
  color: #000;
}

.countdown-white{
  z-index: 990;
  /* font-family: -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Oxygen-Sans,
    Ubuntu,
    Cantarell,
    "Helvetica Neue",
    sans-serif; */
  background-color: #FFF;
  border-radius: 12px;
  max-width: 400px;
  height: 100px;
  overflow: hidden;
  position: relative;
  top: -60px;
}

.countdown-white ul{
  list-style-type: none !important;
  margin-left: -40px;
}

.countdown-white li{

  display: inline-block;
  font-size: .8em;
  list-style-type: none !important;
  padding-left: 1em;
  padding-right: 1em;
  text-transform: uppercase;

  color: #000 !important;

}

.countdown-white li span {

  display: block;
  font-size: 4em;
  font-weight:600;
  color: #FF9F00 !important;
  opacity: 1;
  margin-top: -5px;
}

/* .box-design::after {

} */


.clip-right{

  -webkit-clip-path: polygon(100% 11%, 100% 65%, 4% 65%, 5% 12%);
  clip-path: polygon(100% 11%, 100% 65%, 4% 66.5%, 5% 12%);

}

.tv_container {

    max-width: 350px;
    /* background: url('../img/phone_1.png') no-repeat top left transparent; */
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;


}
.tv_container video {
    box-sizing: border-box;
    background: url('../img/phone_1.png') center center no-repeat;
    background-size: contain;
    padding: 9px;
    position: absolute;
    top: 0;
    left: -50%;
    width: 190%;
    height: 190%;
}



/* Feature 1 */
.feature-1 .wrap-icon {
  transition: transform .2s;
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-1 .wrap-icon:hover{
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.feature-1 .wrap-icon.icon-1 {
  background: #FF9F00;
}

.feature-1 .wrap-icon.icon-2 {
  background: #333;
}

.feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 2.5rem;
}

.feature-1 .wrap-icon .custom-icon{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}

.custom-icon-beta{
  opacity: .5;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #999999;
}

/* .step-img {

  top:-20px;
  clip-path: circle(60px at center);
  max-width: 90%;
} */

/* Step */


/* margin: 0 auto;
height: 100px;
width: 100px;
border-radius: 50%;
position: relative;
margin-bottom: 30px;
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-1 .wrap-icon:hover{
box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 1);
-webkit-transform: scale(1.2);
transform: scale(1.2); */


.privacy_box{
  transition: transform .2s;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  border-radius:20px;
  background: #000;
  padding: 40px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
}

.privacy_box:hover{
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.privacy_box p{
  font-size: 14pt;
  color: #ffffff;
  font-weight: 400;
}


.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  border-radius:20px;
  background: #000;
  padding: 40px;
  margin-bottom: 40px;
}

.step img{
  position: absolute;
  -webkit-transform: translate(-10%, -10%);
  transform: translate(-10%, -10%);
  clip-path: circle(50px at center);
  max-width: 100%;
}

.step H3{
  color: #FF9F00;
}

.step .number {
  background: linear-gradient(-45deg, #1391A5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}


.mr-auto h2{

font-size: 36px;
font-weight: 700;

}

.ml-auto h2{
  ont-size: 36px;
  font-weight: 700;
}
.img-fluid{
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.8);
  border-radius: 36px;
  margin: 100px;;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #777777;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #CCC;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

.testimonial-carousel .owl-dots .owl-dot {
  display: inline-block;
}

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #CBD3DA;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background-color: #FF9F00;
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391A5, #274685);
  color: #FFF;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2D71A1;
}

.pricing .price-cta {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #FFF;
  border: 2px solid #F1F1F1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2D71A1;
}

.pricing.popular {
  background: #FFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391A5, #274685);
  color: #FFF;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #B3B3B3;
}

.pricing.popular h3 {
  color: #FFF;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2D71A1;
}

/* CTA Section */
.cta-section {
  /* background: linear-gradient(to right, #274685 0%, #3DB3C5 100%); */
  background-color: #FFF;
  color: #000;
}

.cta-section h2 {
  color: #000;
  font-size: 3rem;
  font-weight: 700;
}

.cta-section .btn {
  background: #000000;
  color: #FFF;
}

/* Sticky Wrapper */
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: 0.3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #FF9300;
}



.sticky-wrapper .site-navbar .site-logo a {
  color: #FF9300;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.800) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #FF9300 !important;
}

.sticky-wrapper.is-sticky .burger:before,
.sticky-wrapper.is-sticky .burger span,
.sticky-wrapper.is-sticky .burger:after {
  background: #FFF;
  transition: 0.0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #000000;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #FF9300 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #FFFFFF !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #FF9300 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #FF9300 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Contact Form */
.form-control {
  height: 53px;
  border-radius: 0;
  border: 1px solid #DAE0E5;
}

.form-control:active,
.form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2D71A1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #FFF;
  background: #ED3C0D;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #FFF;
  background: #18D26E;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #FFF;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18D26E;
  border-top-color: #EEE;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  color: #CCC;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2D71A1;
}

.post-entry .post-text .readmore {
  color: #2D71A1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #FFF;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a,
.sidelink li a {
  display: block;
}

.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #CCC;
}

.categories li.active a,
.sidelink li.active a {
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #CCC;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #E6E6E6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #E3E3E3;
}

.search-form {
  background: #F7F7F7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Header Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.7) 100%) 0px 12px, url(../img/hero-bg.jpg);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section,
.hero-section > .container > .row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  margin-top: -120px;
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #FFF;
  font-weight: 700;
  margin-bottom: 30px;
}

.hero-section p {
  font-size: 18px;
  color: #FFF;
}

.hero-section .iphone-wrap {
  position: relative;
}

.hero-section .iphone-wrap .phone-3,
.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1,
.hero-section .iphone-wrap .icon {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.hero-section .iphone-wrap .phone-3,
.hero-section .iphone-wrap .phone-2,
.hero-section .iphone-wrap .phone-1,
.hero-section .iphone-wrap .icon {
  width: 250px;
}

.hero-section .iphone-wrap .phone-1 {
  margin-top: 0px;
  margin-left: 0px;
  width: 250px;
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 20px;
  margin-left: 110px;
  width: 250px;
}

.hero-section .iphone-wrap .phone-3 {
  margin-top: 40px;
  margin-left: 220px;
  width: 250px;
}

.hero-section .iphone-wrap .icon {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
  margin-top: 440px;
  margin-left: 0px;
  width: 120px;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}


.icon-logo {
  /* width: 60px; */
  margin-top: -100px;
  margin-bottom: 50px;

}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
  font-weight: 600;
}

.site-navbar .site-logo a {
  color: #FFFFFF;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #2D71A1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #FFF !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #FFF;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #FFF;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2D71A1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #F2F4F6;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #F2F4F6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a,
.site-navbar .site-navigation .site-menu .has-children:focus > a,
.site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #06385B;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #000000;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: 0.3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: 0.3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #FF9F00;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #FF9F00;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icofont";
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: 0.3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before,
.burger span,
.burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #FFF;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before,
.burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before,
.burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}


/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.heading{
  color: #111;
  text-align: center;
}

.modal-body{
  text-align: left !important;
  color: #111;
}

.image img{
  overflow-y: hidden;
  max-width: 466px;
  border-radius: 6px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;

}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background-color: #FF9F00;
  padding: 5rem 0 2.5rem 0;
  color: #222;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}

.footer a:hover{
  color: #FFF;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright,
.footer .credits {
  font-size: 14px;
}


/*--------------------------------------------------------------
# Social
--------------------------------------------------------------*/

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #F8F9FA;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #0D1E2D;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #FFF;
  background: #000;
}

.social_invert{
  float: left;
  display: inline-block;
  width: 400px;
}

.social_invert_circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  position: relative;
  text-align: center;
  transition: 0.3s background ease;
  color: #fff;
}

.social_invert_circle span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social_invert a{
  position: absolute;
  text-decoration: none;
  margin-left: 10px;
  line-height: 30px;
  color: #000;
  cursor: pointer;
}

.social_invert a:hover{
  color: #FBA600;
}

.btn-black{
  background-color: #000;
  color: #fff;
}

.btn-black:hover{
  background-color: #FBA600;
  color: #000;
}


.bottom{
  display: inline-block;
}

.messaggio{
  color: #333;
}

.like_img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  width: 50%;
  max-width: 50px;
}

.non_tag {
  color: #FF9F00 !important;
  font-weight: bold !important;
  font-size: 14pt !important;
  text-transform:uppercase;
}

/*--------------------------------------------------------------
# Promo
--------------------------------------------------------------*/

.promo a{
  background-image: url(../img/promo.png);
  transition: 0.3s opacity ease;
}

.promo a span{
  background-image: url(../img/promo_w.png);
  display: inline-block;
  position: absolute;
}

.promo a:hover{
  opacity: 1;
}

.promo_fb{
  cursor: pointer;
}

/* .btn{
  background-color: #transparent !important;
} */

.promo_badge {
  cursor: pointer;
}

@media screen and (max-width: 992px) {

  .hero-section .wave {
    bottom: -180px;
  }

  .hero-section.inner-page .hero-text {
    margin-top: -180px;
  }

  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
  }

  .hero-section .hero-text-image {
    margin-top: -100px;
  }



  .row .iphone-wrap{
    display: inline-block;
    margin: 0 auto;
    width: 380px;
  }

  .hero-section .iphone-wrap .phone-3,
  .hero-section .iphone-wrap .phone-2,
  .hero-section .iphone-wrap .phone-1,
  .hero-section .iphone-wrap .icon
   {
    position: absolute;
    top: 0;
    left: 20px;
    max-width: 100%;

  }

  .hero-section .iphone-wrap .phone-1 {
    width: 180px;
    margin-top: 0px;
    margin-left: 0px;
  }

  .hero-section .iphone-wrap .phone-2 {
    width: 180px;
    margin-top: 0px;
    margin-left: 80px;
  }

  .hero-section .iphone-wrap .phone-3 {
    width: 180px;
    margin-top: 0px;
    margin-left: 160px;
  }
  .hero-section .iphone-wrap .icon {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    width: 90px;
    margin-top: 320px;
    margin-left: 120px;
  }

  .countdown{
    display: inline-block;

  }

  .countdown-white li{
    margin: 0 auto;
    font-size: .8em;
  }

  .countdown-white li span {
    font-size: 3em;
    margin: 0 auto;
  }

  .tv_container{
    max-width: 250px;
    margin: 0 auto;
  }


}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }



}


@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }

}
