body {
  background: #fff;
  color: #2f3138;
font-family: 'Poppins', sans-serif;
}

a {
  color: #0096fd;
  transition: 0.5s;
}

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

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

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}
h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 55px;
  color: #0e1b4d;
}
h5 {
  font-size: 20px;
}
.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

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

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f96202;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

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

.back-to-top:focus {
  background: #f96202;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #f96202;
  color: #fff;
}

/* Sections Header
--------------------------------*/

.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

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

.section-header h2 {
  font-size: 36px;
  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-gray {
  background-color: #f6f7fd; 
}

.section-custom {
  background-image: url("../img/cta-bg.png");
}
.section-gray label {
  font-size: 13px;
  text-transform: uppercase;
  padding-left: 10px;
}
.section-white {
  background-color: #ff9fafe;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: #f5f7fd;
}

#header.header-scrolled,
#header.header-fixed {
  background: #f5f7fd;
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

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

#header #logo h1 span {
  color: #f82249;
}

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

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

/*--------------------------------------------------------------
# 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 Meu Container */

#nav-menu-container {
  float:;
  margin: 0;
  padding-left: 320px;
}

/* Nav Meu Styling */

.dashmenu .nav-menu a {
  font-weight: 400!important;
  padding-top: 20px;
}
.dashmenu .nav-menu a:active, .dashmenu .nav-menu a:hover {
  color: #1996fb!important;
}

.nav-menu a {
  padding: 8px 18px;;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  outline: none;
}

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

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

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 20%;
  background-color: #1996fb;
  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: 60%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 10px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

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

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

.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: #f82249;
  color: #fff;
}

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

/* Mobile Nav Toggle */

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

#mobile-nav-toggle i {
  color: #000;
}

/* 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: #f82249;
}

#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: #f82249;
}

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

#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-color: #ffffff;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#intro:before {
  content: "";
  background: #ffffff;
  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: left;
  padding: 0 15px;
}

#intro h1 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 56px;
  font-weight: 600;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #494949;
  font-weight: 400;
  font-size: 16px;
}
#intro a {
  color: #1996fb;
  font-weight: 600;
}
#intro h6{
  font-size: 13px;
  color: #494949;
}

@-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;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#about {
  background: url("../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px!important;
  cursor: pointer;
}

#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #dbf1ff;
  padding: 0;
  color: #ffffff!important;
  font-size: 13px;
}

#footer .footer-top {
  background: #dbf1ff url("../img/footer_bg.png") center center;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
  color: #ffffff!important;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #ffffff!important;
}

#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: 'Poppins', sans-serif;
  color: #ffffff!important;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #ffffff!important;
  line-height: 1;
  padding: 00;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links {
  padding-bottom: 12px;
}

#footer .footer-top .social-links a:hover {
  color: #ffffff!important;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff!important;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
}

#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: #ffffff!important;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
}

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

#footer .footer-top .footer-links ul a {
  color: #ffffff!important;
}

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

#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: #f82249;
  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: #e0072f;
}

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

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

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

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

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

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

  #about {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
  .w50 {
    width: 50%;
  }
  .w70 {
    width: 70%;
  }
  .w80 {
    width: 80%;
  }
}

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

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

@media (max-width: 991px) {
  #header {
    background: #f5f7fd;
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #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;
  }

  #schedule .nav-tabs a {
    padding: 8px 60px;
  }
  .padt {
    padding-top: 0px!important;
  }
  .padb {
    padding-bottom: 0rem!important;
  }
  .padbm {
    padding-bottom: 60px!important;
  }
  .padtm {
    padding-top: 1rem!important;
  }
  .pbm-3 {
    padding-bottom: 1rem !important;
  }
}

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

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

  #faq #faq-list i {
    top: 13px;
  }
  #section-intro {
    padding: 100px 0 50px 0!important;
  }
  #section-pad {
    padding: 80px 0 80px 0!important;
  }
  #section-pad-md {
    padding: 80px 0 80px 0!important;
  }
  #section-padmini {
    padding: 60px 0 60px 0!important;
  }
  #section-padx {
    padding: 30px 0 30px 0!important;
  }
  #section-pb-0 {
    padding: 60px 0 0px 0!important;
  }
  h1 {
    font-size: 35px!important;
  }
  h2 {
    font-size: 25px!important;
    color: #0fa2fd;
  }
  h3 {
    font-size: 21px!important;
  }
  h4 {
    font-size: 18px!important;
  }
  h5 {
    font-size: 16px!important;
  }
  .section-blue h2 {
    font-size: 20px!important;
  }
  .mobilecenter {
    text-align: center !important;
  }
  .img-all {
    height: 280px!important;
  }
  .img-all2 {
    height: 220px!important;
  }
  .w50 {
    width: 50%;
  }
  .btn-big {
    font-size: 20px!important;
    padding: 10px 20px!important;
  }
  .btn-round {
    font-size: 12px!important;
    padding: 10px 10px!important;
  }
  #section-padmini h6 {
    margin-bottom: 7px!important;
  }
}

@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
  #intro .border-right {
    display: none!important;
  }
}

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

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

.login, .signup {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 13px;
  border-radius: .15rem;
}
.login {
  color: #292929;
  background-color: transparent;
  background-image: none;
}
.signup {
  color: #ffffff;
  background-color: #f96202;
  background-image: none;
}
.language a {
  color: #292929;
  font-size: 12px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
.language a:hover, .language a:active, .language a:focus {
  color: #1996fb;
}
.signup:hover {
  color: #ffffff;
  background-color: #1996fb;
}
.login:hover {
  color: #1996fb;
}
.dropdown-menu.show {
  background-color: #1996fb;
  border-radius: 0;
  border: none;
}
.dropdown-menu a {
  color: #ffffff!important;
  font-weight: 500;
}
.btn-big {
  font-size: 30px;
  font-weight: 600;
  border: none;
  padding: 10px 60px;
  background-color: #f96202;
  color: #fff;
}
#intro a {
  color: #fff;
}
.btn-big:hover, .btn-big:focus, .btn-big:active, .btn-round:hover, .btn-round:focus, .btn-round:active,
.btn-small:hover, .btn-small:focus, .btn-small:active, .readmore:hover, .readmore:focus, .readmore:active {
  color: #fff;
  opacity: .8;
}
.btn-round {
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 10px 25px;
  background-color: #f96202;
  color: #fff;
}
.btn-subscribe {
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  padding: 6px 15px;
  background-color: #1996fb;
  color: #fff;
}
.btn-subscribe:hover {
  color: #fff;
  background-color: #0275d1;
}
.readmore {
  font-size: 13px;
  font-weight: 500;
  border: none;
  border-radius: 10px;
  padding: 8px 20px;
  background-color: #f96202;
  color: #fff!important;
  text-transform: uppercase;
}
.img-80 {
  width: 80%;
  height: auto;
  margin-left: 10%;
  margin-right: : 10%;
}
#section-pad {
  padding: 150px 0 150px 0;
}
#section-intro {
  padding: 150px 0 100px 0;
}
#section-pad-md {
  padding: 110px 0 110px 0;
}
#section-padmini {
  padding: 80px 0 80px 0;
}
#section-padx {
  padding: 40px 0 40px 0;
}
#section-signup {
  padding: 0px 0 0px 0;
  height: 100%;
}
#section-pb-0 {
  padding: 80px 0 0px 0;
}
#section-pt-60 {
  padding: 60px 0 0px 0;
}
#section-dashboard {
  padding: 20px 0 20px 0!important;
  background-color: #1996fb;
}
#section-dashboard h2 {
  font-size: 35px;
  color: #ffffff;
  font-weight: 600;
}
#section-dashboard h4 {
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
  text-align:right;
}
.dashmenu {
  background-color: #ffffff!important;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  height: 60px;
  margin-bottom: -50px;
}
.section-gray2 {
  background-color: #eff2fb;
}
.section-blue {
  background-color: #1996fb;
}
.section-blue h1 {
  color: #ffffff;
}
.section-blue h2 {
  font-size: 35px;
  color: #ffffff;
}
.section-blue h3 {
  color: #c9e6fe;
  font-size: 28px;
}
.section-blue h6 {
  color: #ffffff;
}
.btn-small, .latest-news {
  font-size: 18px;
  font-weight: 400;
  border: none;
  padding: 8px 35px;
  background-color: #f96202;
  color: #fff!important;
}
.divider {
  border-top: 3px solid #69bbfc;
}
.bold {
  font-weight: 600!important;
}
#section-padmini h6 {
  margin-bottom: 15px;
}
.section-lightblue {
  /* background-color: #c1e3fe; */
  background-color: rgba(235, 245, 253, 0.6);
}
.rocket {
  background-size: auto;
  padding: 80px 0 100px 0;
  background: #f5f7fd url("../img/rocket.svg") no-repeat center bottom;
}
.blue {
  color: #0fa2fd!important;
}
.lightblue {
  color: #c9e6fe;!important;
}
.blue-bg {
  background-color: #e6f4ff!important;
}
.blue2-bg {
  background-color: #1996fb!important;
}
.form-cta {
  height: 70px;
  border-radius: 0!important;
  border: 2px solid #cacaca!important;
}
.btn-cta {
  height: 70px;
  width: 100%;
  color: #ffffff;
  font-size: 25px;
  border-radius: 0!important;
  background-color: #f96202;
  border: none;
}
.form-signup {
  height: 60px;
  border-radius: 10px!important;
  border: none;
  background-color: #dbf1ff;
  padding: .375rem 1.2rem;
}
.form-vpn {
  height: 35px;
  border-radius: 10px!important;
  border: none;
  background-color: #dbf1ff;
  padding: .375rem 1.2rem;
}
.form-vpn:focus, .form-vpn:active, .form-vpn:hover {
  background-color: #dbf1ff!important;
}
.form-btn {
  width: 100%;
}
.btn-signup {
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 100px!important;
  background-color: #f96202;
  border: none;
  padding-left: 30px;
  padding-right: 30px;
}
.btn-vpn {
  height: 50px;
  color: #ffffff;
  font-size: 14px;
  border-radius: 100px!important;
  background-color: #f96202;
  border: none;
  width: 100%
}
.white {
  border-top: 1px solid #ffffff;
}
.top-0 {
  top: 10px!important;
}
.mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
.pt-80 {
  padding-top: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.setup {
  font-size: 24px!important;
  font-weight: 600!important;
}
.btn-setup {
  color: #fff;
  background-color: #f96202;
  border-color: #f96202;
  font-size: 13px!important;
  border-radius: 50px!important;
}
.btn-news {
  color: #fff;
  background-color: #292929;
  border-color: #f96202;
  font-size: 13px!important;
  border-radius: 50px!important;
  border: 1px solid #292929;
}
.news-dd .dropdown-item {
  font-size: 13px;
}
.select-setup {
  border-radius: 50px!important;
  margin-right:8px;
}
.input-group > .custom-select:not(:last-child) {
    font-size: 13px;
}
.btn-channel {
  background-color: #f8f9fa;
  text-align: left;
  color: #495057;
}
.dropdown-menu.show {
    width: 100%;
}
.btn:focus, .btn:active, .form-control:focus {
   outline: none !important;
   box-shadow: none;
}
.channels .dropdown-item {
    padding: 0rem 1.5rem;
}
.channels .country .dropdown-menu {
  height:300px;
  overflow-y:auto;
}
/*--------------------------------------------------------------
# Hover Effect
--------------------------------------------------------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #1996fb;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 50px 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.1;
  filter: alpha(opacity=10);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.hovereffect p {
  border: 1px solid #ffffff;
  margin-top: 10px;
  }

.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.section-gray .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
.sdp-contact {
  display: block;
  width: 100%;
  padding: 1rem .75rem!important;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color:#f8f9fa;
  background-clip: padding-box;
  border: 1px solid #f8f9fa;
  border-radius: 0!important;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.red {
  color: #f93030!important;
}
.btn-contact {
  width: 100%;
  display: block;
  padding: 1rem .75rem!important;
  font-size: 1rem;
  line-height: 1.5;
  color: #ffffff;
  background-color:#f96202;
  background-clip: padding-box;
  border-radius: 0!important;
}
.policy p, .policy li {
  font-size: 14px;
}
.mobilecenter {
}
.img-all {
  height: 300px;
}
.padt {
  padding-top: 1rem;
}
.padb {
  padding-bottom: 60px;
}
.padbm {
  padding-bottom: 0px;
}
.padtm {
  padding-top: 0rem;
}
.pbm-3 {
  padding-bottom: 0rem;
}
.testimony {
  background-color: #f5f5f5;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.cat-date {
  font-size: 12px;
}
.orange, .orange a  {
  color: #f96202!important;
}
.orange a:hover {
  color: #1996fb!important;
}
.orange-bg {
  background-color: #f96202!important;
}
.news h5 {
  position: relative;
}
.news h5 span {
  background-color: white;
  padding-right: 10px;
}
.news h5:after {
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 1px solid black;
  z-index: -1;
}
.rounded-pill {
  border-radius: 100px!important;
}
.news a, .dropdown-menu a:hover {
  color: #000000;
}
.dropdown-menu a:hover {
  color: #000000!important;
}
.news a:hover, .news a:focus {
  color: #1996fb;
}
.news2 p {
  font-size: 14px;
}
.news h1 {
  font-size: 50px;
}
.news h6 {
  font-size: 1.2rem;
}
a:hover img {
  opacity: .8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
}
.list-group-item.active a {
    color: #fff !important;
}
.sub-button {
  margin-top: -12px;
  text-align: center;
}
.fa-subscribe, .fa-inactive {
  text-align: right;
  margin-bottom: -40px;
  margin-right: -15px;
}
.fa-subscribe {
  color: #1996fb;
}
.fa-inactive {
  color: #eb2e3b;
}
.active-sub, .inactive-sub {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
  width: 100%;
  text-align: center;
}
.rounded-box {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 50px;
}
.rounded-box .regional h5 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center!important;
  width: 100%;
}
.active-sub {
  background: #fff url("../img/wave-blue.svg") no-repeat left bottom;
  background-size: 100%;
}
.inactive-sub {
  background: #fff url("../img/wave-red.svg") no-repeat left bottom;
  background-size: 100%;
}
.rounded-box {
  background: #fff url("../img/wave.svg") no-repeat left bottom;
  background-size: 100%;
}
.active-sub h2, .rounded-box h2 {
  color: #1996fb;
  font-weight: bold;
}
.inactive-sub h2 {
  color: #eb2e3b;
  font-weight: bold;
}
.active-sub h6, .inactive-sub h6 {
  font-weight: bold;
  margin-bottom: 5px;
}
.active-sub p, .inactive-sub p {
  margin-bottom: 0px;
  padding-left: 25px;
  padding-right: 25px;
}
.bluebold {
  color: #1996fb;
  font-weight: bold;
}
.fa-2x {
  font-size: 1.75em!important;
}
.rounded-white, .subscription {
  background-color: #ffffff;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.subscription h3 {
  font-size: 45px;
  margin-bottom: 15px;
}
.rounded-white p {
  font-size: 12px;
  margin-bottom: 0px;
}
.rounded-white h5 {
  font-weight: 600;
  color: #1996fb;
  margin-bottom: 0px;
}
.rounded-white h6 {
  font-weight: 600;
  color: #1996fb;
  margin-bottom: 0px;
  font-size: 16px;
}
.rounded-white ul {
  font-size: 14px;
  margin-bottom: 0px;
  padding-left: 0px;
}
.black {
  color: #000!important;
}


/*--------------------------------------------------------------
# Switch
--------------------------------------------------------------*/

.btn-group-xs>.btn, .btn-xs {
    padding: .35rem .4rem .25rem .4rem;
    font-size: .875rem;
    line-height: .6;
    border-radius: 100px;
}
.toggle {
    position: relative;
    overflow: hidden;
}
.toggle input[type=checkbox] {
    display: none;
}
.toggle-group {
    position: absolute;
    width: 200%;
    top: 0;
    bottom: 0;
    left: 0;
    transition: left .35s;
    -webkit-transition: left .35s;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.toggle-group label, .toggle-group span {
    cursor: pointer;
}
.toggle.off .toggle-group {
    left: -100%}
.toggle-on {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 0;
    right: 50%;
    margin: 0;
    border: 1px;
    border-radius: 0;
}
.toggle-off {
    position: absolute;
    top: 1px;
    bottom: 0;
    left: 50%;
    right: 0;
    margin: 0;
    border: 1px;
    border-radius: 0;
    box-shadow: none;
}
.toggle-handle {
    position: relative;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 0;
    height: 100%;
    width: 40px;
    border-width: 0 1px;
    background-color: #fff;
}
.toggle[class*=btn-outline]:hover .toggle-handle {
    background-color: var(--light);
    opacity: .5;
}
.toggle.btn {
    min-width: 3.7rem;
    min-height: 2.15rem;
}
.toggle-on.btn {
    padding-right: 1.5rem;
}
.toggle-off.btn {
    padding-left: 1.5rem;
}
.toggle.btn-xs {
    min-width: 2.19rem;
    min-height: 1.375rem;
}
.btn-switch-orange {
  color: #fff;
  background-color: #ff8300;
  border-color: #ff8300;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-switch-gray {
  color: #fff;
  background-color: #bdc1c8;
  border-color: #bdc1c8;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.btn-channels, .btn-channels:active {
  color: #fff;
  background-color: #1996fb;
  border-color: #1996fb;
  font-size: 15px;
  border-radius: 100px;
}
.btn-channels:hover, .btn-channels:focus {
  color: #fff;
  background-color: #5eb5fc;
  border-color: #5eb5fc;
  font-size: 15px;
  border-radius: 100px;
}
.linetext {
  width:100%;
  text-align:left;
  border-bottom: 1px solid #cdcdce;
  line-height:0.1em;
  margin:10px 0 20px;
}
.linetext span {
  background:#eff2fb;
  padding:0 10px;
}
.linetext2 {
  width:100%;
  text-align:left;
  border-bottom: 1px solid #cdcdce;
  line-height:0.1em;
  margin:10px 0 20px;
  font-size: 18px;
  color: #000!important;
}
.linetext2 span {
  background:#ffffff;
  padding:0 10px;
}
.frequency {
  font-size: 15px;
  color: #fff;
  background-color: #1996fb;
  border-radius: 100px;
  width: 84%;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  margin-top: 20px;
}
.discount {
  font-size: 15px;
  font-weight: 600;
  color: #191919;
  margin-bottom: 15px;
}

.sub-input, .sub-input-orange {
  display: none;
}

.subscription:hover {
  cursor: pointer;
}

.sub-input:checked + .subscription {
  border: 2px solid #1996fb;
 }
.sub-input-orange:checked + .subscription {
  border: 2px solid #f96202;
}
.w-33 {
  width: 33% !important;
}
.api-code, .api-code-red {
  background-color: #e6f4ff;
  color: #292929;
  border-radius: 100px;
  padding: 10px 20px;
  font-weight: 600;
}
.api-code-red {
  background-color: #f8caca!important;
}
.white-text {
  color: #ffffff!important;
}
.light-text {
  color: #eff2fb!important;
}
.bignumber {
  font-size: 50px;
  font-weight: 600;
}
.signuplogo {
  height: 40px;
  width: auto;
}
