@import url(classy-nav.css);
@import url(themify-icons.css);
@import url(owl.carousel.min.css);
@import url('https://fonts.googleapis.com/css?family=Dosis:500,800&display=swap');

::-moz-selection {
    background  : #006cff;
    text-shadow : none;
    color: #FFF;
}

::selection {
    background  : #006cff;
    text-shadow : none;
    color: #FFF;
}

::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #006cff;
}

a:hover{
  text-decoration: none;
}

body {
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  background-color: #161616;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Preloader */

.preloader {
  background-color: #006cff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}

.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 1;
}

.spinner .double-bounce1,
.spinner .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.spinner .double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/* Header Area CSS */
.logo{
  max-width: 150px;
}

.classy-nav-container{
  background-color: #161616;
}

.second-nav{
  background-color: #000000;
  height: 60px;
}

.header-area {
  position: relative;
  z-index: 1000;
  width: 100%;
}

.header-area .mag-main-menu {
  position: relative;
  width: 100%;
  /*height: 70px;*/
}

#magNav{
  max-width: 1140px;
  margin: 0 auto;
}

.breakpoint-off .classynav{
  margin-top: -10px;
}

.breakpoint-off .classynav ul li .dropdown{
  background-color: #000000;
}

.input-addon{
  cursor: pointer;
  position: inline;
  z-index: 1;
  line-height: 40px;
  background-color: #FFF;
  text-align: center;
  padding-right: 10px;
}

.input-addon a{
  color: #777 !important;
}

.input-addon a:hover{
  color: #777 !important;
}

.classynav a{
  color: #FFF !important;
}

.breakpoint-on .classy-navbar .classy-menu{
  background-color: #2f0000;
}

.classy-navbar{
  height: 90px;
}

.breakpoint-on .classynav > ul > li > a{
  background-color: #000000;
}

.classycloseIcon .cross-wrap span{
  background: #858585;
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu {
    height: 60px;
  }

  .second-nav{
    margin-top: 20px;
  }
}

.header-area .mag-main-menu .classy-navbar {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .classy-navbar {
    padding-left: 15px;
    height: 80px;
  }

  #forgot{
    display: none;
  }
}

.classynav ul li a{
  font-weight: bold;
}

.header-area .mag-main-menu .classy-navbar .classynav ul li a {
  text-transform: uppercase;
  letter-spacing: 1px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .classy-navbar .classynav ul li a {
    padding: 0 5px;
  }
}

.header-area .mag-main-menu .classy-navbar .classynav ul li a:hover,
.header-area .mag-main-menu .classy-navbar .classynav ul li a:focus {
  color: #006cff;
  font-weight: bold;
  box-shadow: inset 0 -3px #006cff;
}

.header-area .mag-main-menu .classy-navbar .classynav ul li ul li a {
  letter-spacing: 0;
  padding: 0 20px;
}

.classy-navbar .nav-brand{
  margin-right: 0px;
}

.header-area .mag-main-menu .top-search-area {
  position: relative;
  z-index: 1;
  margin-left: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .top-search-area {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .mag-main-menu .top-search-area {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .top-search-area {
    margin-left: 15px;
  }
}

.header-area .mag-main-menu .top-search-area form {
  position: relative;
  z-index: 1;
  border-left: 1px solid #ebebeb;
}

.header-area .mag-main-menu .top-search-area form input {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  width: 160px;
  height: 40px;
  border: none;
  color: #777777;
  padding: 0 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .top-search-area form input {
    padding: 0 15px;
    width: 200px;
    font-size: 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .mag-main-menu .top-search-area form input {
    width: 230px;
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .top-search-area form input {
    display: none;
    padding: 0 15px;
    width: 110px;
    font-size: 11px;
    height: 60px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-area .mag-main-menu .top-search-area form input {
    width: 180px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area .mag-main-menu .top-search-area form input {
    width: 200px;
  }
}

.header-area .mag-main-menu .top-search-area form input:focus {
  box-shadow: none;
}

.header-area .mag-main-menu .top-search-area form button {
  position: absolute;
  width: auto;
  height: 70px;
  background-color: transparent;
  top: 50%;
  right: 30px;
  font-size: 16px;
  z-index: 99;
  border: none;
  cursor: pointer;
  color: #1a1a1a;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .top-search-area form button {
    right: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .mag-main-menu .top-search-area form button {
    right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .top-search-area form button {
    right: 0;
  }
}

.header-area .mag-main-menu .top-search-area form button:focus {
  box-shadow: none;
}

.header-area .mag-main-menu .top-search-area form button:hover {
  color: #006cff;
}

.header-area .mag-main-menu .login-btn {
  position: relative;
  z-index: 1;
  padding: 0 30px;
  line-height: 40px;
  background-color: #006cff;
  text-align: center;
  color: #FFF;
  margin: 0 5px 0 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .login-btn {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .mag-main-menu .login-btn {
    padding: 0 25px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .login-btn {
    padding: 0 15px;
    height: 80px;
    line-height: 80px;
    margin: 0;
  }

  .second-nav{
    z-index: -80;
    margin-top: -800px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-area .mag-main-menu .login-btn {
    padding: 0 20px;
  }
}

.header-area .mag-main-menu .login-btn:hover,
.header-area .mag-main-menu .login-btn:focus {
  background-color: #000000;
}

.header-area .mag-main-menu .register-btn {
  position: relative;
  z-index: 1;
  padding: 0 20px;
  /*height: 70px;*/
  background-color: #3f72af;
  line-height: 40px;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  text-align: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area .mag-main-menu .register-btn {
    padding: 0 10px;
    width: 130px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area .mag-main-menu .register-btn {
    padding: 0 10px;
    width: 130px;
  }
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .register-btn {
    padding: 0 15px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-area .mag-main-menu .register-btn {
    padding: 0 20px;
    width: 50px;
  }
}

.header-area .mag-main-menu .register-btn:hover,
.header-area .mag-main-menu .register-btn:focus {
  background-color: #000000;
}

.header-area .mag-main-menu .register-btn span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .header-area .mag-main-menu .register-btn span {
    font-size: 14px;
    display: block;
  }

  #sticker-sticky-wrapper{
    margin-top: -200px;
    z-index: -100px;
  }

}

.header-area .is-sticky .mag-main-menu {
  z-index: 9999;
}


/* -------------------------------- 

Hro SLide

-------------------------------- */
.hero-blog-post {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 550px;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .hero-blog-post {
    height: 400px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-blog-post {
    height: 400px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-blog-post {
    height: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-blog-post {
    height: 350px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-blog-post {
    height: 400px;
  }
}

.hero-blog-post .post-content .post-meta {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.hero-blog-post .post-content .post-meta a {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #006cff;
}

.hero-blog-post .post-content .post-meta a:last-child {
  margin-left: 20px;
}

.hero-blog-post .post-content .post-meta a:last-child::after {
  content: '/';
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 1;
}

.hero-blog-post .post-content .post-meta a:hover,
.hero-blog-post .post-content .post-meta a:focus {
  color: #ffffff;
}

.hero-blog-post .post-content .post-title {
  font-size: 45px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-blog-post .post-content .post-title {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-blog-post .post-content .post-title {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-blog-post .post-content .post-title {
    font-size: 20px;
  }
}

.hero-blog-post .post-content .post-title:hover,
.hero-blog-post .post-content .post-title:focus {
  color: #006cff;
}

.hero-blog-post .post-content .video-play {
  width: 60px;
  height: 60px;
  background-color: rgba(26, 26, 26, 0.5);
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
}

.hero-blog-post .post-content .video-play:hover,
.hero-blog-post .post-content .video-play:focus {
  background-color: #006cff;
}

.hero-area {
  position: relative;
  z-index: 1;
}

.hero-area .owl-prev,
.hero-area .owl-next {
  position: absolute;
  background-color: rgba(235, 235, 235, 0.2);
  width: 50px;
  height: 50px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 54px;
  top: 50%;
  left: 3%;
  margin-top: -25px;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

@media only screen and (max-width: 767px) {
  .hero-area .owl-prev,
  .hero-area .owl-next {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    margin-top: -20px;
  }
}

.hero-area .owl-prev:hover,
.hero-area .owl-prev:focus,
.hero-area .owl-next:hover,
.hero-area .owl-next:focus {
  background-color: #006cff;
}

.hero-area .owl-next {
  left: auto;
  right: 3%;
}

.hero-area .owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dots{
  position: relative;
  margin-top: -40px;
  z-index: 100;
}

.hero-area .owl-dot {
  height: 5px;
  width: 40px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.hero-area .owl-dot.active {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #ffdd42;
}



.single-trending-post {
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}

.single-trending-post::after {
  content: '';
  width: 100%;
  height: 40%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-trending-post img {
  width: 100%;
  -webkit-transition-duration: 600ms;
  -o-transition-duration: 600ms;
  transition-duration: 600ms;
}

.single-trending-post .post-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  right: 20px;
}

.single-trending-post .post-content .post-cata {
  display: block;
  margin-bottom: 8px;
  color: #FFF;
  letter-spacing: 2px;
  font-weight: bolder;
  text-transform: uppercase;
  font-size: 20px;
}

.single-trending-post .post-content .post-cata:hover,
.single-trending-post .post-content .post-cata:focus {
  opacity: 0.9;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .single-trending-post .post-content .post-cata {
    font-size: 12px;
  }
}

.single-trending-post .post-content .post-title {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .single-trending-post .post-content .post-title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .single-trending-post .post-content .post-title {
    font-size: 14px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .single-trending-post .post-content .post-title {
    font-size: 18px;
  }
}

.single-trending-post .post-content .post-title:hover,
.single-trending-post .post-content .post-title:focus {
  color: #006cff;
  text-decoration: none;
}

.single-trending-post:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.trending-post-slides{
  padding-top: 20px;
}



/* -------------------------------- 

Main Content

-------------------------------- */
.main-content{
  line-height: 1.8;
  color: #FFF;
}

.news-ticker{
  padding: 30px 0 10px 0;
  background-color: #161616;  
}


.section-heading {
  z-index: 1;
  padding: 10px 15px;
  border-left: 4px solid #ffdd42;
}

.section-heading h4 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bolder;
  line-height: 1;
  color: #FFF;
}

.section-heading h5 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bolder;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .section-heading h5 {
    font-size: 16px;
  }

  .section-heading h4 {
    font-size: 16px;
  }
}

.news-section{
  color: #FFF;
  overflow: hidden;
}

.news-content{
  padding-top: 10px;
  color: #FFF;
  cursor: pointer;
}

.marquee {
  width: 100%;
  overflow: hidden;
}

.product{
  background-color: #000;
  padding-bottom: 50px;
}

/* -------------------------------- 

Footer

-------------------------------- */
.footer-sponsors{
  padding: 20px 0 20px 0;
  background-color: #ececec;
}

.logo-footer{
  max-width: 100px;
  cursor: pointer;
}

.footer-area {
  border-top: 4px solid #006cff;
  position: relative;
  z-index: 1;
  background-color: #161616;
  padding-top: 40px;
}

.footer-area .footer-widget {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 2px;
}

.footer-area .footer-widget .widget-title {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  border-left: 3px solid #ffdd42;
  padding-left: 10px;
  font-weight: bolder;
}

.footer-area .footer-widget .foo-logo {
  display: block;
  margin-bottom: 25px;
}

.footer-area .footer-widget p {
  margin-bottom: 30px;
  display: block;
}

.footer-area .footer-widget .footer-widget-nav {
  position: relative;
  z-index: 1;
}

.footer-area .footer-widget .footer-widget-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-area .footer-widget .footer-widget-nav ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.footer-area .footer-widget .footer-widget-nav ul li a {
  display: inline-block;
  color: #ffffff;
  margin-bottom: 15px;
}

.footer-area .footer-widget .footer-widget-nav ul li a i {
  color: #777777;
  margin-right: 5px;
}

.footer-area .footer-widget .footer-widget-nav ul li a:hover,
.footer-area .footer-widget .footer-widget-nav ul li a:focus {
  color: #006cff;
}

.footer-area .footer-widget .footer-tags {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
  margin-left: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .footer-tags {
    margin-top: -2px;
    margin-left: -2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-widget .footer-tags {
    margin-top: -2px;
    margin-left: -2px;
  }
}

.footer-area .footer-widget .footer-tags li a {
  height: 30px;
  border-radius: 2px;
  background-color: #000;
  color: #777777;
  text-transform: uppercase;
  padding: 0 10px;
  display: inline-block;
  line-height: 30px;
  margin: 5px;
  font-size: 12px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-widget .footer-tags li a {
    margin: 2px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-area .footer-widget .footer-tags li a {
    margin: 2px;
  }
}

.footer-area .footer-widget .footer-tags li a:hover,
.footer-area .footer-widget .footer-tags li a:focus {
  background-color: #006cff;
  color: #ffffff;
}

.footer-area .copywrite-area {
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background-color: #000;
  margin-top: 20px;
}

.footer-area .copywrite-area .copywrite-text {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  color: #777777;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .copywrite-text {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text {
    font-size: 12px;
  }
}

.footer-area .copywrite-area .copywrite-text a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .copywrite-text a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .copywrite-text a {
    font-size: 12px;
  }
}

.footer-area .copywrite-area .copywrite-text a:hover,
.footer-area .copywrite-area .copywrite-text a:focus {
  color: #006cff;
}

.footer-area .copywrite-area .footer-nav {
  position: relative;
  z-index: 1;
}

.footer-area .copywrite-area .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-nav ul {
    margin-top: 5px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-area .copywrite-area .footer-nav ul li a {
  display: inline-block;
  color: #777777;
  font-size: 14px;
  padding: 0 15px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .copywrite-area .footer-nav ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-area .copywrite-area .footer-nav ul li a {
    font-size: 12px;
    padding: 0 8px;
  }
}

.footer-area .copywrite-area .footer-nav ul li a:hover,
.footer-area .copywrite-area .footer-nav ul li a:focus {
  font-weight: 400;
  color: #006cff;
}

.footer-area .copywrite-area .footer-nav ul li:last-child a {
  padding-right: 0;
}

.logo-bank{
  max-width: 70px;
  background-color: #272727;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  cursor: pointer;
}

.logo-bank img{
  padding: 10px;
}

.logo-bank:hover{
  background-color: #006cff;
}

.card-wrapper-seo{
  border: 0;
}

.card-header:first-child{
  border-radius: 0;
}

.card-seo{
  background-color: #000000;
  border-bottom: none;

}

.accordion-seo{
  margin-top: 20px;
}

.btn-link-seo{
  font-size: 0.6em;
  color: #777777;
  font-weight: bold;
  text-align: left;
  padding: 0px;
}

.btn-link-seo:hover, .btn-link-seo:focus{
  color: #777777;
  font-weight: bold;
  text-decoration: none;
}

.collapse-seo{
  background-color: #000;
  color: #777777;
}

.collapse-seo h2{
  font-size: 1.2em;
  font-weight: bold;
}

.single-contact-info {
  position: relative;
  margin-bottom: 10px;
}

.single-contact-info:last-child {
  margin-bottom: 0;
}

.single-contact-info .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  margin-right: 10px;
}

.single-contact-info p {
  font-size: 12px;
  margin-bottom: 5px;
}

.single-contact-info a{
  color: #FFF;
}

.single-contact-info h6 {
  margin-bottom: 5;
}

.single-contact-info h7 {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 14px;
  }
}

.single-contact-info {
  position: relative;
  margin-bottom: 30px;
}

.single-contact-info:last-child {
  margin-bottom: 0;
}

.single-contact-info .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  border-radius: 50%;
  color: #FFF;
  font-size: 1.2rem;
}

.single-contact-info p {
  font-size: 14px;
  margin-bottom: 5px;
}

.single-contact-info h6 {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 12px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single-contact-info h6 {
    font-size: 14px;
  }
}

.footer-widget p{
  color: #FFF;
  margin-bottom: 10px !important;
}

.form-control {
  position: relative;
  z-index: 2;
  height: 48px;
  width: 100%;
  background-color: #1d2328;
  margin-bottom: 15px;
  border: 2px solid transparent;
  padding: 10px 30px;
  color: #FFF;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}

.form-control:focus {
  box-shadow: none;
  border-color: #ffdd42;
  background-color: #1d2328;
  color: #FFF;
}

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.form-control {
  height: 190px;
}

.mag-btn {
  background-color: #006cff;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 160px;
  height: 50px;
  color: #ffffff;
  border-radius: 0;
  padding: 0 30px;
  font-size: 16px;
  line-height: 50px;
  font-weight: bolder;
  text-transform: capitalize;
  letter-spacing: 2px;
}

.mag-btn:hover,
.mag-btn:focus {
  font-size: 16px;
  font-weight: 500;
  font-weight: bolder;
  background-color: #ffdd42;
  color: #ffffff;
}

#mobile{
  display: none;
}

#desktop{
  display: block;
}

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

  #desktop{
    display: none;
  }

  #mobile{
    display: block;
  }

}

.button-section{
  padding-top: 10px;
  display: flex;
  margin-bottom: 20px;
}

.masuk-btn {
    background-color: #006cff;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 50%;
    height: 50px;
    color: #ffffff;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.masuk-btn:hover{
  background-color: #000;
  color: #FFF;
}

.daftar-btn {
    background-color: #ffdd42;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 50%;
    height: 50px;
    color: #000;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.daftar-btn:hover{
  background-color: #000;
  color: #FFF;
}

.logo-provider{
  margin-bottom: 20px;
}

.logo-provider-img{
  max-width: 60%;
}

.owl-carousel .owl-stage, .owl-carousel.owl-drag .owl-item{
    -ms-touch-action: auto;
        touch-action: auto;
}


.footer-body a{
  color: #FFF !important;
}