@import url("https://fonts.googleapis.com/css?family=Rubik&display=swap");
@import url("https://fonts.googleapis.com/css?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Cabin&display=swap");
html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
  font-family: "Cabin", sans-serif;
  background: #fff;
  color: #000;
}
a,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
nav {
  font-family: "Rubik", sans-serif;
  text-transform: uppercase;
  background: linear-gradient(to right, #000, #000, #d4e3ff);
}
nav a {
  color: white;
  font-weight: 700;
}
img {
  border-radius: 5px;
}
table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: white;
  background: #222;
}
td,
th {
  border: 1px solid #dddddd;
  text-align: center;
  padding: 2px;
  margin: auto;
}
tr:nth-child(even) {
  background-color: #555;
}
.navbar-toggler-icon {
  color: white;
  font-size: 100%;
  font-weight: 700;
}
.navbar-brand {
  font-family: "Russo One", sans-serif;
  margin-right: 75px;
  font-size: 150%;
  font-weight: 900;
  padding-left: 5px;
  padding-right: 5px;
}
.navbar-brand2:hover {
  background: white;
}
.navbar-nav {
  background: rgba(4, 4, 4, 0.4);
  text-align: center;
  z-index: 9999;
  margin: auto;
  margin-bottom: 10px;
  border-radius: 3px;
}
.nav-item {
  padding: 0 10px;
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 80%;
}
.nav-item:hover {
  background: white;
  color: #333;
}
.section {
  padding: 50px 0;
}
.row {
  max-width: 1000px;
  margin: 30px auto;
  text-align: center;
}
.col {
  margin-bottom: 10px;
}
.txtholder {
  background: rgba(3, 3, 3, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.bighd {
  width: 100%;
  height: 100%;
  color: white;
  background: black;
  background: #333 url("../imgs/bg.jpg") no-repeat 100% 100%;
  background-size: auto;
  background-position: top center;
  overflow: hidden;
  overflow-y: auto;
}
.loginbtn {
  color: #fff;
  background: #a79281;
  min-width: 150px;
  height: 50px;
  line-height: 50px;
  padding: 7px 20px;
  cursor: pointer;
  font-size: 20px;
  -webkit-border-radius: 3px;
  -webkit-appearance: none;
  border: 1px solid #70b429;
}
.loginbtn:hover {
  color: #a79281;
  background: #fff;
  border: 1px solid #70b429;
}
.hdtxt h1 {
  z-index: 100;
}
.sec2_tab {
  border-top: 1px solid black;
  border-bottom: 5px solid black;
  color: white;
  background: rgba(51, 60, 91, 0.5);
}
.footer-section {
  padding: 0;
  margin-bottom: 0;
}
.errorMsg {
  color: red;
}
.chooseusbg {
  width: 100%;
  height: 60%;
  background: #88c7d0 url("../imgs/choose.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hd1 {
  background: rgba(46, 59, 78, 0.7);
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
}
.hd2 {
  background: rgba(10, 10, 10, 0.7);
  padding: 10px;
  margin: 10px 0;
  border-radius: 1px;
}

/*
/*
/* */
.display_none {
  display: none;
}
