/*
---------------------------------------------
font & reset css
---------------------------------------------
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
@import url('//fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');
/*
---------------------------------------------
reset
---------------------------------------------
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

small {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #232d39;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.menu-wrapper {
  max-width: 1800px;
  padding: 0 10px;
  margin: 0 auto;
}

#main-body-wrapper {
  max-width: 1800px;
  min-width: 360px;
  margin: 0 auto;
  background-color: #b6b6b6;
  border-left: 2px solid #FF0000;
  border-right: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
::selection {
  background: #b30000;
  color: #fff;
}

::-moz-selection {
  background: #b30000;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.section-heading {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800;
  color: #232d39;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #b30000;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.white {
  color: #fff;
}

.red {
  color: #F00;
}

.green {
  color: #0F0;
}

.weight-300{
  font-weight: 300 !important;
}

.weight-500{
  font-weight: 500 !important;
}

.weight-700{
  font-weight: 700 !important;
}

.weight-900{
  font-weight: 900 !important;
}

.main-button a {
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #b30000;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button a:hover {
  background-color: #f9735b;
}

.rmb-color{
  background-color: #f00;
  border-color: #000;
}

.rmb-color:hover, .rmb-color:visited, .rmb-color:active, .rmb-color:focus{
  background-color: #790000 !important;
  border-color: #000 !important;
}

button.btn[aria-expanded="false"]:before
{
    content:'[ READ MORE ]' ;
    display:block;
    font-weight: 900;
}
button.btn[aria-expanded="true"]:before
{
    content:'[ SHOW LESS ]' ;
    display:block;
    font-weight: 900;

}

.btn-min-width {
  min-width: 120px;
}
@media (max-width: 767px) {
  .g-recaptcha {
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
  }
}
.g-recaptcha > div:first-of-type {
  margin: 0 auto;
}
/*
---------------------------------------------
header
---------------------------------------------
*/

.background-header {
  background: rgba(29, 29, 29, 0.92) !important;
  border-bottom: 2px inset #000;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.096)!important;
}

.background-header .fire-status,
.background-header .main-nav .nav li a {
  color: #f2f8ff!important;
  text-shadow: 0px 0px 2px #000;
}

.background-header .main-nav .nav li:hover a {
  color: #f00!important;
  text-shadow: 0px 0px 2px #000;
}

.background-header .nav li a.active {
  color: #f00!important;
  text-shadow: 0px 0px 2px #000;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgba(250,250,250,0.1);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .fire-status {
  line-height: 80px;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  float: left;
  -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;
}

.header-area .main-nav .fire-status em {
  font-style: normal;
  color: #b30000;
  font-weight: 900;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -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;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #7a7a7a;
  text-transform: uppercase;
  -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;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #fff;
}


.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #b30000!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #b30000!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #ffffff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #ffffff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #b30000;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 800px) {
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #b30000!important;
    opacity: 1;
  }
  .header-area {
    background-color: #363636;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .fire-status {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #2c0000;
  }

  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #363636;
    border-bottom: 1px solid #2c0000;
    border-left: 1px solid #2c0000;
    border-right: 1px solid #2c0000;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #242424 !important;
    color: #ffffff !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #444 !important;
    color: #b30000!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 801px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.main-banner {
  position: relative;
  background-image: url(../images/header-background.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
}

#bg-video {
  min-width: 100%;
  min-height: 100vh;
  max-width: 100%;
  max-height: 100vh;
  object-fit: cover;
  z-index: -1;
}

#bg-video::-webkit-media-controls {
  display: none !important;
}

.video-overlay {
  position: absolute;
  background-color: rgba(35,45,57,0.8);
  top: 0;
  left: 0;
  bottom: 7px;
  width: 100%;
}

.main-banner-overlay {
    position: absolute;
    background-color: rgba(35,45,57,0.8);
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.5px;
}

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 25px;
  font-size: 84px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #b30000;
  font-weight: 900;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;
}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #b30000;
  font-weight: 500;
}

/*
---------------------------------------------
Motto
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

#call-to-action-two {
  margin-top: 100px;
  padding: 120px 0px;
  background-image: url(../../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #b30000;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our History
--------------------------------------------
*/

#our-history {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #b30000;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #b30000;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
Members
--------------------------------------------- 
*/
.members-list {
  max-width: 500px;
  text-align: left;
  padding:0 auto;
}

#members {
  padding: 0px 0px 140px 0px;
  background-image: url(../../images/mem-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #232d39;
}

#members table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#members table tbody {
  border-top: 1px solid #fff; 
}

#members table tbody tr {
  border-bottom: 1px solid #fff;
}

#members table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#members table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.members-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.members-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#members .filters {
  margin-bottom: 40px;
}
#members .filters ul {
  padding: 0;
  text-align: center;
}
#members .filters ol li {
  list-style: decimal-leading-zero !important;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#members .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#members .filters ul li:last-child {
  margin-right: 0px;
}
#members .filters ul li:last-child::after {
  display: none;
}
#members .filters ul li.active,
#members .filters ul li:hover {
  color: #b30000;
}
#members .filters-content {
  margin-top: 50px;
}
#members .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#members .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

/* 
---------------------------------------------
Vehicles
--------------------------------------------- 
*/

#vehicles .vehicles-item {
  background-color: rgba(255, 0, 0, 0.637);
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(255, 0, 0, 0.35);
  padding: 5px;
  margin: auto;
}

.carousel-item img {
  width: 400px;
  height: 285px;
}

.carousel-caption {
  background-color: #1e1e1e86;
  border: 2px solid #b30000;
  border-radius: 10px;
  bottom: .1rem;
}
#trainers .trainer-item h5 {
  font-size: 19px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.carousel-indicators {
  margin-bottom: 0.5rem;
}

 .carousel-control-prev-icon {
  /* change fill="currentColor" to %23fff to make it white  */
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23fff" class="bi bi-caret-left-fill" viewBox="0 0 16 16"><path d="m3.86 8.753 5.482 4.796c.646.566 1.658.106 1.658-.753V3.204a1 1 0 0 0-1.659-.753l-5.48 4.796a1 1 0 0 0 0 1.506z"/></svg>');
  }

  .carousel-control-next-icon {
    /* change fill="currentColor" to %23fff to make it white  */
      background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" fill="%23fff" class="bi bi-caret-right-fill" viewBox="0 0 16 16"><path d="m12.14 8.753-5.482 4.796c-.646.566-1.658.106-1.658-.753V3.204a1 1 0 0 1 1.659-.753l5.48 4.796a1 1 0 0 1 0 1.506z"/></svg>');
  }

  .carousel-control-next-icon, .carousel-control-prev-icon {
      /* Use to adjust size of icons */
      width: 40px;
      height: 40px;
  }



/* 
---------------------------------------------
contact
--------------------------------------------- 
*/


#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #b30000;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}



/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
  background-color: #232d39;
}

footer p {
  color: #fff;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #b30000;
}

footer p a:hover {
  color: #b30000;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #232d39;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #232d39;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #000;
    border-radius: 50%;
    box-shadow:
    0 0 2px 1px #fff,  /* inner white */
    0 0 10px 6px #f00, /* middle red */
    0 0 12px 8px #b10000; /* outer red */
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #000;
    border-radius: 50%;
    box-shadow:
    0 0 2px 1px #fff,  /* inner white */
    0 0 10px 6px #f00, /* middle red */
    0 0 12px 8px #b10000; /* outer red */
}


/*
---------------------------------------------
image id's / classes
---------------------------------------------
*/
#stationp {
  width: 500px;
  height: 202px;
}

#membersp {
  width: 500px;
  height: 301px;
}

#fbicon {
 color: #17f;
}

#fbicon:hover {
color: rgb(18, 79, 158);
}

/*
---------------------------------------------
responsive
---------------------------------------------
*/

@media (max-width: 992px) {

  .section-heading {
    margin-top: 80px !important;
  }

  #stationp {
    width: 350px;
    height: 141px;
  }

  #membersp {
    width: 350px;
    height: 211px;
  }

  .vehicles-item {
    max-width: 500px;
    margin: auto;
  }

  .main-banner .caption h2 {
    font-size: 48px;
  }

  .main-banner .caption h4 {
    font-size: 18px;
  }

  .main-banner .caption h6 {
    font-size: 14px;
  }

  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-history .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 767px) {
  .mem-spacer {
    padding-top: 75px;
  }

  .cta-content h2 {
    font-size: 28px;
    font-weight: 700;
  }
}

@media (max-width: 481px) {
  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }
  .vehicles-item {
    max-width: 400px;
    max-height: 320px;
    margin: auto;
  }

  .carousel-item img {
    width: 304px;
    height: 200px;
  }

  .main-banner .caption h2 {
    font-size: 32px !important;
  }

  .main-banner .caption h4 {
    font-size: 16px;
  }

  .main-banner .caption h6 {
    font-size: 12px;
  }

  .cta-content h2 {
    font-size: 24px;
    font-weight: 700;
  }
}

@media (max-width: 361px) {
  .feature-item .right-content a.text-button {
    margin-left: 75px;
  }
  .vehicles-item {
    max-width: 350px;
    max-height: 280px;
    margin: auto;
  }

  .carousel-item img {
    width: 304px;
    height: 200px;
  }

  img {
    max-width: 320px;
  }

  .section-heading img {
    margin: 10px auto;
  }

  .main-banner .caption h2 {
    font-size: 28px !important;
  }

  .main-banner .caption h4 {
    font-size: 16px;
  }

  .main-banner .caption h6 {
    font-size: 12px;
  }

  .cta-content h2 {
    font-size: 22px;
    font-weight: 600;
  }

  .cta-content p {
    font-size: 16px;
  }
}

/*
---------------------------------------------
fire warning
---------------------------------------------
*/

.blinking-status {
  width:150px;
  height:45px;
  font-weight: 700;
  margin-top:  15px;
  float: left;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  text-align: center;
  border: 2px solid #2c2c2c;
  border-radius: 10px;
  line-height:18px;
}

.low {
  color: #FFF;
  background-color:#090;
}

.mod {
  animation: mod-b 3s linear infinite;
  color: #000;
  background-color:#00aae8;
}

.high {
  animation: high-b 2s linear infinite;
  color: #FFF;
  background-color:#ff0;
}

.extreme {
  animation: extreme-b 1s linear infinite;
  color: #fff;
  background-color: #f00;
}

@keyframes mod-b {
  50% { background-color: rgba(0, 170, 232, 0.2); }
}

@keyframes high-b {
  50% { background-color: rgba(255, 255, 0, 0.2); }
}


@keyframes extreme-b {
  30% { background-color: rgba(255, 0, 0, 0.3); }
  40% { background-color: rgba(255, 0, 0, 1); }
  50% { background-color: rgba(255, 0, 0, 0.3); }
  60% { background-color: rgba(255, 0, 0, 1); }
  70% { background-color: rgba(255, 0, 0, 0.3); }
}

/*
---------------------------------------------
scroll bar
---------------------------------------------
*/

::-webkit-scrollbar {
	width: 13px;
	background-color: #111;
}

::-webkit-scrollbar-thumb {
	background:  linear-gradient(90deg, rgba(255, 0, 0, 0.438) 0%, rgba(39, 3, 3, 0.781) 35%, rgba(255, 0, 0, 0.438) 100%);
	background-color:#282828;
	background-size:8px 8px;
	border: 2px solid #F00;
}

html {
	scrollbar-color: rgba(255,0,0,.5) rgba(37, 37, 37, 0.65); /* thumb and track color */
  scrollbar-width: thin;
}

.estay {
  font-size:22px;
  font-weight: 600;
  letter-spacing: 1px;
}

.emess{
  font-size:16px;
  font-weight: 300;
  letter-spacing: 1px;
}

.buhbye {
  font-size:22px;
  font-weight: 600;
  letter-spacing: 1px;
  animation: buhbye 2s ease-in 2s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes buhbye {
  0%   {opacity: 1;}
  100% {opacity: 0; display: none;}
}

@keyframes buhbye {
  0%   {opacity: 1;}
  100% {opacity: 0; display: none;}
}

/*
---------------------------------------------
message box
---------------------------------------------
*/
.message-box a {
	position: absolute;
	right: 15px;
	top: auto;
}
.message-box a::before {
	content: '\f2f1';
	font-family: 'font awesome 5 free';
	font-weight: 600;
}

.message-box-panel {
	padding: 0;
  border: 1px solid;
}

.message-box {
	background-color: #1d1d1d;
	border: 1px solid #000;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.message-box-Bx {
    box-shadow: none;
    background: rgba(184, 184, 184, 0.75);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.45);
    border: 1px solid #000;
}

.message-box-Bx {
	height: 200px;
	overflow: auto;
	padding: 10px;
}

.message-box-date-color {
  color:#FFF;
}

.message-marker {
  font-weight: 600;
  color: rgb(253, 0, 0);
}

  .message-box-date {
    border-bottom: 1px dashed #f00;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .message-box-time {
    font-size: 70%;
    color: #8f0000;
  }
  .message-box-message {
    padding: 2px 0;
    margin-left: 5px;
    margin-bottom: 2px;
    font-size: 14px;
    white-space: break-spaces;
    border: 0px;
  }

  h3.widget-title, h3.section-date {
    text-transform: uppercase;
    padding: 8px 15px;
    margin: 0, 0, 10px, 5px;
    background-color:#fff;
    border: 4px ridge #77000088;
    font-family: 'Orbitron', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: rgb(102, 0, 0);
    letter-spacing: 1px;
  }

  @media (max-width: 1024px) {
    h3.widget-title, h3.section-date {
      font-size: 12px;
    }
  }

/*
---------------------------------------------
login/Add Admin
---------------------------------------------
*/

.header-banner {
  position: relative;
  background-image: url(../../images/admin-banner.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  min-width: 100%;
  min-height: 200px;
  max-width: 100%;
  max-height: 200px;
}

#login-card {
  border: 2px solid #a10404;
  border-radius: 1rem;
}

#removeuser {
  background-color: #fff;
  border: 3px solid #a7a7a7;
  border-radius: 8px;
  padding: 5px;
  letter-spacing: 1px;
  margin: 2px;
}

#removeuser h4 {
  font-size: 16px;
  font-weight: 600;
}

.border-top {
  border: 2px solid #F00 !important;
  margin-top: 100px;
}

.btitle {
  font-family: 'Orbitron', sans-serif !important;
  font-weight: 900 !important;
  letter-spacing: 1px !important;
}

.placeholder-heading {
  font-family: 'Orbitron', sans-serif;
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 18px;
}

.whitebgt {
  background-color: #007700;
  color: #fff;
}

.redbgwt {
  background-color: #8f0000;
  color: #fff;
}