body {
  background: #000;
  font-family: 'Poppins', sans-serif;
}

body.signup {
  background: url(../images/bg-contact.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
}
.navbg{}

#mainNav {
  border-color: transparent;
  background-color: transparent;
}
.small, small {
    font-size: 73%;
    font-weight: 400;
}

 .faform{
   position: relative;
       top: -29px;
       float: right;
       right: 8px;
       color:#838383;

 }

.error {
    color: #ff0000;
}




.signup #mainNav {
  /* background: url(../images/bg-contact.jpg) center no-repeat !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */ */
 }

.no-gutter {
  padding: 0;
}

.text-primary {
  color: #ea8a00 !important;
}

.text-black {
  color: #000;
}

.text-yellow {
  color: #0080ed;
}

.text-green {
  color: #0080ed;
}

.text-gray {
  color: #a0a0a0;
  font-size:14px !important;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  color: #FFFFFF;
}

h1 {
  font-weight: 400;
}

h2 {
  font-size: 50px;
  font-weight: 500;
}

h3 {
  font-size: 25px;
  font-weight: 300;
}

h4 {
  font-size: 33px;
  font-weight: 400;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:focus {
  color: #FFF;
  background-color: transparent;
  text-decoration: none;
  border: 0;
}

.btn-primary2,
.btn-primary2:hover,
.btn-primary2:not(:disabled):not(.disabled):active,
.btn-primary2:focus {
  color: #000;
  background-color: #ea8a00;
  border-color: #ea8a00;
  border:0px solid #ea8a00;

}
.btnBig{ font-size: 35px; line-height: 29px;}
h2.welcome {
  font-size: 26px;
  font-weight: 300;
  margin: 0;
  padding: 0;
}
.ibox{
  background: #ea6300;
}

.radius {
  border-radius: 0px !important;
  -webkit-border-radius:0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
}

.btn-head {
  text-align: left;
}

a {
  color: #FFF;
  text-decoration: none;
}

a:hover {
  color: #FFF;
  text-decoration: underline;
}

a.terms {
  color: #FFF;
  text-decoration: underline;
}

a.terms:hover {
  color: #FFF;
  text-decoration: none;
}

a.policy {
  color: #FFF;
  text-decoration: underline;
}

a.policy:hover {
  color: #FFF;
  text-decoration: none;
}

a.seeall {
  color: #ea6300;
  text-decoration: none;

}

a.seeall:hover {
  color: #ea6300;
  text-decoration: none;
}

.titlebar {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
}

.limited {
  /* text-transform: uppercase; */

}
.leadx{

  font-size: 14px;
}

header.masthead {
  position: relative;
  background: url(../images/bg-masterhead.jpg) center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: .3
}

@media (max-width:992px) {
  header.masthead h1 {
    /* font-size: 3rem; */
    font-size: 60px;
    margin-top: 30px;
    text-align: center !important;
  }

  header.masthead h2 {
    text-align: center !important;
  }

  header.masthead h3 {
    font-size: 18px;
    /* margin-bottom: 30px; */
    text-align: center !important;
  }

  .btn-head {
    text-align: center;
  }

  .coalist {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .coa .border-right {
    border-right: 0 !important;
  }


  .bbox {
    border-top-left-radius: 24px;
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}

@media (max-width:767px) {
  header.masthead h1 {
    /* font-size: 2.5rem; */
    font-size: 51px;
    margin-top: 30px;
    text-align: center !important;
  }

  header.masthead h3 {
    font-size: 22px;
    /* margin-bottom: 30px; */
    text-align: center !important;
  }

  .movielist {
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
  }

  .col3div {
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
  }

  .listitem2 {
    width: 250px;
    margin: 20px auto;
  }
}

.col3div {
  /* background: #000; */
}

@media (max-width: 450px) {
  .logo {
    width: 100%;
  }

  .navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 160px;
  }

  .nav-item i.fa {
    display: none;
  }
}

header.masthead h1 {
  /* font-size: 2.5rem; */
  font-size: 60px;
  margin-top: 30px;
}



@media (min-width:768px) {
  header.masthead {}

  header.masthead h1 {
    /* font-size: 3rem; */
    font-size: 60px;
    margin-top: 30px;
    line-height: 60px;
  }

  header.masthead h3 {
    font-size: 22px;
    /* margin-bottom: 30px; */
  }
}

@media (min-width:992px) {
  header.masthead {}

  header.masthead h1 {
    font-size: 60px;
  }

  header.masthead h3 {
    font-size: 23px;
  }
}

.txtwatch2{
  font-size: 32px;
}

@media (min-width:1200px) {
  /* .txtwatch,
  .txtstream{ text-align: left;}

  .txtstream{
    border-left:3px solid #3a81f7;
    padding-left: 20px;
  } */

  header.masthead {
    /* padding-top: 4rem; */
  }

  header.masthead h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
  }
  h2.welcome{
    font-size: 37px;
    font-weight: 600;
  }
}

@media (max-width:550px) {

  .btnBig{ font-size: 20px; line-height: 29px;}
}

/* #mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-transform: uppercase;
}
#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
}
#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #FFFFFF
}
#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;


    color: rgba(255, 255, 255, .7);
}
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #00c82f
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #00c82f!important;
    background-color: #000000;
}
#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: #000000;
} */
@media (min-width:992px) {
  #mainNav {
    border-color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  #mainNav.navbar-scrolled {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15);
    background-color: #000000;
  }

  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, .7)
  }

  #mainNav .navbar-brand:focus,
  #mainNav .navbar-brand:hover {
    color: #fff
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link {
    padding: .5rem 1rem
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, .7)
  }

  #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
  #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #fff
  }

  #mainNav.navbar-shrink {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #000000;
  }

  #mainNav.navbar-shrink .navbar-brand {
    color: #FFFFFF
  }

  #mainNav.navbar-shrink .navbar-brand:focus,
  #mainNav.navbar-shrink .navbar-brand:hover {
    color: #FFFFFF
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
    color: rgba(255, 255, 255, .7)
  }

  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
  #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #FFFFFF
  }
}

/*
 ul.navbar-nav {
     color: #FFF;
     font-size: 13px;
     font-weight: 400;
     font-family: 'Poppins', sans-serif;
 }
 ul.navbar-nav li {
     padding: 0 10px;
 }
 .navbar-light .navbar-nav .nav-link {
     color: #FFF;
 }
 ul.navbar-nav li:last-child {
     padding-right: 0px;
 }
 ul.navbar-nav li:last-child:hover {

 }
 ul.navbar-nav li {
      color: #FFF;
 }
 ul.navbar-nav li:hover,
 ul.navbar-nav li.active {

     text-decoration: none;
     color: #5fcbbf;
 }
.navbar-light .navbar-nav .nav-link:hover{   text-decoration: none; color: #5fcbbf;}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active{   text-decoration: none; color: #5fcbbf;}
*/
@media only screen and (min-width: 992px) {}

.company ul {
  margin: 0;
}

@media only screen and (max-width: 510px) {
  .navbar-brand {
    width: 50%;
  }

  .coalist {
    flex-wrap: unset;
    height: auto;
  }

  .footerdetails {
    display: inline-block !important;
    text-align: center;
  }
}

.copyright, .terms {
  padding-top: 20px;
}

.platform {
  width: 150px;
  height: 150px;
  border: 1px solid #cacaca;
  padding: 20px;
  border-radius: 8px;
}

.font-bold {
  font-weight: 600;
}

.item {
  background: #000000;
}

.mtitle {
  font-size: 12px;
  padding: 0px 0px;
  text-align: center;
  background: #000000;
}

.mtitlebar {
  background: #000;
  border: 2px solid #646464;
  padding: 0px 5px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin-bottom: 10px;
}

.coa {
  background: url(../images/parallax.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 30px !important;
}

.coa h2 {
  font-size: 50px;
  font-weight: 600;
}

.coa h3 {
  font-size: 20px;
}

.coa h4 {
  font-size: 32px;
  font-weight: 600;
}

.coalist {}

.platform .fa {
  font-size: 54px;
}

.platform p {
  font-weight: 300;
  font-size: 12px;
}

.platTitle {
  font-weight: 500;
  font-size: 26px;
  color: #ca2b44;
}

#footer {
  background: #000000;
  font-size: 12px;
}

#footer a {
  color: #FFF;
  text-decoration: none;
}

#footer a:hover {
  color: #FFF;
  text-decoration: underline;
}

/* signup page */
.bbox {
  background: #000;
  min-height: 531px;
  color: #fff;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
}

.bboxleft {
  background: transparent;
  min-height: 531px;
  color: #fff;

}

.bboxwhite {
  background: transparent;
  min-height: 531px;
  color: #FFF;
  border-left: 1px solid #2d2d2d;
}

.bbox2 {
  background: #fff;
  min-height: 531px;
  color: #fff;
}

.icon {
  width: 15px;
  font-size: 14px;
  margin-right: 10px;
}

.icon2 {
  width: 50px;
  font-size: 20px;
  margin-right: 10px;
}

.border {
  border: 1px solid #646464 !important;
}

.fa-circle {
  color: #bdbdbd;
}

.listitem {
  margin: 20px auto;
}

.listitem2 {
  margin: 20px auto;
}

.desc {
  padding-left: 10px;
}

.desc p {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
}

.desc p span {
  font-size: 18px;
}

.selectdiv {
  background: #000;
  border:1px solid #ea8a00;
}
.form-group{
    background: #000;
   border:1px solid #ea8a00;
}

.form-control-mdcustom-select {
  background: transparent #474747;
  border: none !important;
  padding: 4px !important;
}

.form-control {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  background: #000;
  border: #ea8a00;
  font-family: 'Poppins', sans-serif;

}

.form-control:focus {
  font-size: 18px;
  font-weight: 400;
  color: #FFF;
  background: #474747;
  border: #474747;
  font-family: 'Poppins', sans-serif;
}

.ftitle {
  font-size: 23px !important;
}

::-webkit-input-placeholder {
  color: #FFF !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

::-ms-input-placeholder {
  /* Edge */
  color: #FFF !important;
  font-size: 18px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

:placeholder-shown {
  /* Standard one last! */
  color: #FFF !important;
  /* font-size: 18px; */
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
