/* # General */
/* @import url('font-awesome.min.css');
@import url('simpletextrotator.css');
@import url('overwrite.css');
@import url('animate.css'); */

@charset "utf-8";

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #ee4200;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #ee4200;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
/*  margin: 0 0 30px 0;
*/}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  /*margin: 0 0 20px 0;*/
  padding: 0;
  /*color: #0e1b4d;*/
  color: #696969;
}

img {
   max-width:100%;
}

.main-page {
  margin-top: 70px;
}

#mainTerms, #how_it_work {
  width: 100%;
  padding: 140px 0;
}


.wow {
  visibility: hidden;
}


/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  z-index: 9999;
  background: black;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 20px;
  bottom: 80px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
  color: white;
}

/* Sections Header */
.section-header {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

/*.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ee4200;
  bottom: 0;
  left: calc(50% - 25px);
}*/

.section-header h2 {
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  /*font-weight: 700;*/
  margin-bottom: 10px;
}

/*.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}*/

.section-with-bg {
  /*background-color: #f6f7fd;*/
  background-color: #f5f6f7;
}

/* # Header */
#header {
  /*background: rgba(6, 12, 34, 0.8);*/
  height: 70px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-fixed {

  height: 70px;
  padding: 15px 0!important;
  transition: all 0.5s;
}

/*#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}*/

/*#header #logo h1 span {
  color: #ee4200;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}*/

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

#header #logo .dealer_logo, #header #logo .logo_a {
  max-height: 50px;
}

/* # Navigation Menu */
/* Nav Menu Essentials */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Menu Container */
#nav-menu-container {
  float: left;
  margin: 0;
  padding-top: 10px;
}

/*Nav bar text color on scroll*/
.nav-menu.nav-menu-scrolled.nav-menu a{
  color: white;
}

/* Nav Menu Styling */
.nav-menu a {
  padding: 8px;
  color: white;
  text-decoration: none;
  display: inline-block;
  /*color: rgba(202, 206, 221, 0.8);*/
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ee4200;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #ee4200;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

#nav-menu-btn {
  /*visibility: hidden;*/
  display: none;
}

.trial-scrolled{
  /*visibility: visible!important;  */
  display: block!important;
}

#nav-menu-btn .freeTrialBtn {
  float: right;
  color: #fff;
  background: black;
  height: 46px;
  min-width: 136px;
  /*padding: 7px 22px;*/
  padding: 0 32px;
  /*border: 2px solid #ee4200;*/
  border: none;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}

#nav-menu-btn .freeTrialBtn:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

#nav-menu-btnLogin .logInBtn {
  float: right;
  color: #fff;
  background: none;
  height: 46px;
  min-width: 136px;
  padding: 0 32px;
  border: none;
  transition: all ease-in-out 0.3s;
  font-weight: 600;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}

#nav-menu-btnLogin .logInBtn:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

.login-scrolled{
  /*visibility: visible!important;  */
  padding-right: 40px;
  color: white;
}

.nav-menu li.plans a:hover {
  background: none;
}

.nav-menu li.plans:hover a:before,
.nav-menu li.plans.menu-active a:before {
  visibility: hidden;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ee4200;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ee4200;
}

#mobile-nav ul .menu-item-active {
  color: #ee4200;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* # Intro Section */
#intro {
  width: 100%;
  height: 100vh;
  background: url(background.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: rgba(238, 66, 34, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h3 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

/*#intro h1 span {
  color: #ee4200;
}*/

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

/*.intro-list{
  padding:0 0 0 0;
  font-size:14px;
  margin-bottom:10px;
}
.intro-list-col1{
  float:left;
  width:25px;
}
.intro-list-col1 i{
  font-style:normal;
  font-size:20px;
  display:block;
  color:#222;
  font-family: 'FontAwesome';
  line-height:38px;
}
.intro-list-col2{
  overflow:hidden;  
}*/

#intro .about-btn {
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  min-width: 136px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  border: none;
  color: black;
  background-color: white;
  transition: all ease-in-out 0.3s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  /*border: 2px solid #ee4200;*/
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}

#intro .about-btn:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

#text-verification .verification{
  padding: 50px 0;
}
#intro .phone_2 {
  display: none;
}
#intro .verified-btn {
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  min-width: 136px;
  display: inline-block;
  padding: 17px 32px;
/*  transition: 0.5s;*/
  line-height: 1;
  margin: 10px;
  border: none;
  color: black;
  background-color: white;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}
#intro .resend-btn, #intro .verify-btn {
  height: 42px;
  font-weight: 600;
  font-size: 14px;
  min-width: 120px;
  display: inline-block;
  padding: 15px 32px;
  /* transition: 0.5s; */
  line-height: 1;
  margin: 10px;
  border: none;
  color: black;
  background-color: white;
  cursor: pointer;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}
/*#text-verification .verification .verified-btn:hover {
   box-shadow: 0 3px 6px rgba(0,0,0,0.2);
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}*/

/*@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}*/

/* Channels Section */
#channels {
  padding: 60px 0;
}

#channels .channels-wrap {
  margin-bottom: 30px;
}

#channels .channels-logo {
  background: transparent;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  /*background: rgba(255, 255, 255, 0.5);*/
  height: 30px;
}
/*
#channels .channels-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#channels img {
  transition: all 0.4s ease-in-out;
}*/

/* Premium Networks */
#pnetworks {
  padding: 60px 0;
}

#pnetworks .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#pnetworks .card hr {
  margin: 25px 0;
}

#pnetworks .card .pnetworks-img {
  height: 3.25rem;
  margin: 1.625rem auto;
  pointer-events: none;
  vertical-align: middle;
}

/* Cinema */
#cinema {
  padding: 60px 0;
}

#cinema .container-fluid {
  margin-bottom: 3px;
}

#cinema .cinema-gallery-container {
  padding-right: 12px;
}

#cinema .cinema-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#cinema .cinema-gallery img {
  transition: all ease-in-out 0.4s;
}

#cinema .cinema-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* DVR */
#dvr {
  padding: 60px 0 30px 0;
}

.dvr-list{
  padding:0 0 0 0;
  font-size:14px;
  margin-bottom:10px;
}
.dvr-list-col1{
  float:left;
  width:40px;
}
.dvr-list-col1 i{
  font-style:normal;
  font-size:35px;
  display:block;
  color:#222;
  font-family: 'FontAwesome';
  line-height:38px;
}
.dvr-list-col2{
  overflow:hidden;  
}

#dvr .dvr-carousel .center {
  border: 6px solid white;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  z-index: 1;
}


/* Red Stripe */
#redstripe {
  background: url("../images/redback.jpg");
  background-size: cover;
  padding: 60px 0;
}

#redstripe .redstripe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.section-redstripe h2 {
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Internation Channels */
#intchannels {
  padding: 60px 0;
  overflow: hidden;
}

#intchannels .intchannels-item {
  box-sizing: content-box;
  margin: 30px 15px;
  text-align: center;
  min-height: 350px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.15);
}

#intchannels .intchannels-item .card {
  border: none;
}

#intchannels .intchannels-item .card-country-img {
  background-color: white;
  border-radius: 50%;
  /*border: 1px solid rgba(206,210,214,.3);*/
  width: 5.25rem;
  height: 5.25rem;
  margin: 1.625rem auto;
  pointer-events: none;
  vertical-align: middle;
}

#intchannels .intchannels-item .intchannels-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

#intchannels .intchannels-item h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#intchannels .intchannels-item h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 5px 0;
  color: #999;
}


#intchannels .intchannels-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#intchannels .intchannels-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#intchannels .intchannels-item p {
  margin: 0 auto 5px auto;
}

#intchannels .intchannels-item .card-btn button{
  font-size: 20px;
  padding: 10px 20px;
  transition: all 0.2s;
  background-color: #ee4200;
  border: 0;
  color: #fff;
}

#intchannels .intchannels-carousel .owl-stage-outer {
  overflow: visible;
}

#intchannels .intbtn {
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  min-width: 136px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  border: none;
  color: white;
  background-color: black;
  transition: all ease-in-out 0.3s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}

/*
#intchannels .owl-nav,
#intchannels .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#intchannels .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#intchannels .owl-dot.active {
  background-color: #ee4200;
}*/

/* Devices Section */
#devices {
  background: linear-gradient(rgba(238, 66, 0, 1), rgba(238, 66, 0, 0.6)), url(../images/devices.jpg) fixed center center;
  background-size: cover;
  padding: 60px 0;
}

#devices .devices-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#devices .devices-text {
  color: #fff;
}

#devices .devices-btn-container {
  text-align: center;
  padding-top: 20px;
}

#devices .devices-btn-container .deviceslogo{
    width: 72px;
    height: 72px;
    border-radius: 100px;
    border: 3px solid #fff;
    line-height: 62px;
    text-align: center;
    float: left;
}

#devices .devices-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#devices .devices-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

.section-devices h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-devices p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

#devices img {
  opacity: 0.7;
}

#devices img:hover {
  opacity: 1;
}

/* Plans */
#plans {
  padding: 60px 0;
}

#plans .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
/*  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
*/
}

#plans .card:hover {
  /*background-color: #f6f7fd;*/
  background-color: #f5f6f7;
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#plans .card hr {
  margin: 25px 0;
}

#plans .card .card-title {
  margin: 10px 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-weight: bold;
  color: black;
}

#plans .card .card-price {
  font-size: 38px;
  margin: 0;
}

#plans .card ul li {
  margin-bottom: 20px;
}

#plans .card .text-muted {
  opacity: 0.7;
}

#plans .card .btn {
  font-size: 15px;
  font-weight: 600;
  /*border-radius: 50px;*/
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: black;
  border: 0;
  color: #fff;
  letter-spacing: 1px;
  width: 100%;
  margin: 10px 0;
  height: 46px;
}

/*#plans .card .btn:hover {
  background-color: white;
  color: black;
}*/

#plans .card .btn.active {
  background-color: #ee4200;
} 

/* #plans .card p.nocredit {
  color: #bb0106; 
  margin: 0.5em; 
  font-size: 0.85em;
} */
#plans .card p {
  font-size: 13px;
  font-weight: 700;
}


#plans #plans-modal input,
#plans #plans-modal select {
  border-radius: 0;
}

#plans #plans-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  /*background-color: #ee4200;*/
  background-color: black;
  border: 0;
  color: #fff;
}

/*#plans #plans-modal .btn:hover {
  background-color: #ee4200;
}*/

#plans .card-body > div {
  padding: 10px 44px;
}

/* AddOns Section */
#addOns {
  padding: 60px 0 60px 0;
}

#addOns .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#addOns .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#addOns .nav-tabs a {
  border: none;
  color: black;
  border-bottom: 1px solid black;
  /*border-radius: 50px;*/
  font-weight: 600;
  background-color: unset;
  /*background-color: #0e1b4d;*/
  /*background-color: rgba(6, 12, 34, 0.98);*/
  /*color: #fff;*/
  padding: 10px 40px;
}

#addOns .nav-tabs a.active {
  color: white;
  background-color: black;
}

#addOns .nav-tabs > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ee4200;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ee4200;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

#addOns .tab-pane {
  transition: ease-in-out .2s;
}




.addons-btn {
  height: 46px;
  font-weight: 600;
  font-size: 14px;
  min-width: 136px;
  display: inline-block;
  padding: 12px 32px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  border: none;
  color: white;
  background-color: black;
  transition: all ease-in-out 0.3s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  letter-spacing: 1px;
  -webkit-letter-spacing: 1px;
  -moz-letter-spacing: 1px;
  -ms-letter-spacing: 1px;
}

/* F.A.Qs Section */
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

#faq #faq-list a.collapse {
  color: #ee4200;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/* Box Stripe */
#box-stripe{
  background: url("../images/redback.jpg");
  background-size: cover;
}

#box-stripe .boximg {
 overflow: hidden;
}

#box-stripe .boximg img{
  height: 250px; 
  margin: -20% 0; 
  object-fit: cover;
}

#box-stripe .box-stripe-title {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

#box-stripe .box-stripe-subtitle {
  color: #fff;
  font-size: 19px;
  font-weight: 500;
}

.box-stripe-text{
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
  margin: auto;
}

/* Footer */
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #ee4200;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #ee4200;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #ee4200;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ee4200;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ee4200;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #ee4200;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/* Responsive Media Queries */
@media (min-width: 1200px){
  .channels-wrap .col-xl-1 {
      -ms-flex: 0 0 8.4%;
      flex: 0 0 8.4%;
      max-width: 8.4%;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  #intchannels .intchannels-carousel .owl-stage-outer {
    overflow: hidden;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  #devices {
    background-attachment: fixed;
  }
}

@media (min-width: 992px){
  .channels-wrap .col-lg-1 {
      -ms-flex: 0 0 8.4%;
      flex: 0 0 8.4%;
      max-width: 8.4%;
  }
}

@media (max-width: 991px) {
  #header {
    padding: 15px 0!important;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #addOns .nav-tabs a {
    padding: 8px 60px;
  }

  #nav-menu-btn .freeTrialBtn, #nav-menu-btnLogin .logInBtn{
    display: none;
  }

  #mobile-nav .mobile-nav-logInBtn, #mobile-nav .mobile-nav-freeTrial{
    display: block!important;
  }

  #channels .channels-logo{
    padding: 15px;
  }

  #addOns .sub-heading {
    width: 75%;
  }

  #box-stripe .boximg{
    display: none;
  }
}


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

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #devices input {
    min-width: 400px;
  }

  #addOns .nav-tabs a {
    padding: 8px 50px;
  }

  #testimonials .testimonial-item {
    margin: 30px 10px;
  }
}

@media (max-width: 574px) {

}

@media (max-width: 480px) {
  #addOns .nav-tabs a {
    padding: 8px 20px;
  }
}

@media (max-width: 460px) {
  #devices button {
    margin-top: 10px;
  }
}


.image-laoding {
  background: #fff;
  border-radius: 5px;
  height: auto;
  left: 50%;
  opacity: 1;
  padding: 10px 15px;
  position: fixed;
  top: 50%;
  width: auto;
  z-index: 10000001;
  margin: -20px 0 0 -75px;
  line-height: 24px;
}

.background-loader {
  background: rgba(0, 0, 0, .7);
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
 .page {padding:12px; max-width:1200px;}







