/*
// Theme Name : Orbibyte's Custom Theme Built In JoeCms
// Created On : 5/14/2026
// Author : Joe Kustek
// Version : 4.3.9
// Description : The Orbibyte Custom Website Theme Built In House...
*/
/* custom styles */

.btn {
  color: #FFFFFF!Important;
  background: #03264c !Important;
  border: 1px solid #ffffff!Important;
  padding: 8px!Important;
  font-size: 20px!Important;
}

.btn:hover {
  color: #FFFFFF!Important;
  background: #000 !Important;
  border: 1px solid #ffffff!Important;
  padding: 8px!Important;
  font-size: 20px!Important;
}

.site-footer a {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}
.site-footer a:hover {
  color: #dfd8d8;
}

.jstyle-16 {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}


/* end of custom styles */
.site-top-header .container {
  max-width: 1375px!Important
}
.site-header .container {
  max-width: 1375px!Important
}
.navbar  {
  max-width: 1375px!Important
}
html {
  scroll-behavior: smooth;
}

/* .growth-header-wrapper {
background-image: linear-gradient(#000, #fff);
} */

/* Desktop Styles */
@media only screen and (min-width: 991px) {

}

/* Mobile Styles */
@media only screen and (max-width: 991px) {

  .jvideotron-wrapper {
    height: auto!Important;
    overflow: visible!Important;
  }


  .navbar-toggler {
    margin-top: 5px!Important;
  }
  .jstyle-12 {
      margin-top: 10px ! Important;
      text-align: center;
  }

  .nav-item a {
  color: #fff;
  }
  .nav-item a:hover {
  color: #fff;
  }
  .dropdown-menu a {
    color: #000;
  }
  .dropdown-menu a:hover {
    color: #000;
  }
  .mainnavigation {
    background: #000;
  }
}




#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #c7bebe;
}

@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%!Important;
    flex: none;
  }
  #myBtn {
    display: none!Important;
  }
  #ml-ul {
    text-align: center;
  }

}
