a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar.navbar-top-head {
  background: #181e27;
  color: white;
}

.navbar.navbar-top-head a,
.navbar.navbar-top-head a:link,
.navbar.navbar-top-head a:visited {
  color: white;
  text-decoration: none;
}

.navbar {
  background: #232c3c;
}

.navbar .nav-item a:link,
.navbar .nav-item a,
.navbar .nav-item a:visited {
  color: white;
  text-decoration: none;
}

.navbar .dropdown-menu {
  background: #151c26;
}

.navbar .dropdown-menu li a:hover {
  background: #304056;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.searchForm {
  width: 400px;
}

.middleNavbar {
  height: 200px;
  background: #5782e9;
}

.afterNavbar {
  background: #4383bf;
  color: whitesmoke;
  font-size: larger;
  text-align: center;
  font-weight: bold;
  padding: 10px;
}

.fancyButton1 {
  border-radius: 0px 0px 10px 10px;
  background: #5782e9;
  color: #fff;
  width: 100%;
  outline: none;
  border: none;
  padding: 10px;
}

.fancyButton1:hover {
  border-radius: 0px 0px 10px 10px;
  background: #304b8c;
  color: #fff;
}

.cardExtra {
  width: 90%;
  margin: auto;
}

.cardExtra a:hover {
  color: tomato;
  text-decoration: none;
}

.cardExtra a:active {
  color: #246fa6;
}

.footer {
  background: #181e27;
  color: whitesmoke;
  width: 100%;
}

.footer a {
  color: wheat;
  text-decoration: none;
}

.footer a:hover {
  color: tomato;
}

.footerEnd {
  background: #202020;
  color: #fff;
}

.searchBoxWithBackground {
  background-image: url("../images/bgimg.jpg");
  /* background-image: url("/assets/images/bgimg.jpg"); */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.searchBoxWithBackground .searchBox {
  width: 300px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  text-align: center;
}

.searchBoxWithBackground .searchBox input[type="text"] {
  width: 100%;
  padding: 5px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
}

.searchBoxWithBackground .searchBox input[type="submit"] {
  margin-top: 10px;
  padding: 8px 20px;
  border: none;
  background-color: #4caf50;
  color: white;
  border-radius: 3px;
  cursor: pointer;
  font-size: 16px;
}

.cardWithBoxElement {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: box-shadow 0.3s ease-in-out;
}

.cardWithBoxElement:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.cardWithBoxElement .cardTitle {
  color: #531742;
}

.cardBody {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
}

.cardText {
  display: flex;
  justify-content: center;
}

.imageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.imageContainer img {
  max-width: 100%;
  max-height: 100%;
}

.cardFooter {
  margin-top: auto;
}

.specialSection1 {
  background: #dedede;
}

.newsletter {
  background: #246fa6;
  color: #fff;
  height: 200px;
  text-align: center;
}

.auth-form {
  width: 450px;
  margin: 0 auto;
  padding: 30px 0;
  font-size: 15px;
}
.auth-form h2 {
  color: #636363;
  margin: 0 0 15px;
  position: relative;
  text-align: center;
}
.auth-form h2:before,
.auth-form h2:after {
  content: "";
  height: 2px;
  width: 30%;
  background: #d4d4d4;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.auth-form h2:before {
  left: 0;
}
.auth-form h2:after {
  right: 0;
}
.auth-form .hint-text {
  color: #999;
  margin-bottom: 30px;
  text-align: center;
}
.auth-form form {
  color: #999;
  border-radius: 3px;
  margin-bottom: 15px;
  background: #f2f3f7;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
.auth-form .form-group {
  margin-bottom: 20px;
}
.auth-form input[type="checkbox"] {
  margin-top: 3px;
}
.auth-form .btn {
  font-size: 16px;
  font-weight: bold;
  min-width: 140px;
  outline: none !important;
}

.auth-form form a {
  color: #5cb85c;
  text-decoration: none;
}
.auth-form form a:hover {
  text-decoration: underline;
}

#loadingScreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000000000000000000;
  width: 100%;
  height: 100%;
  background-color: rgba(49, 47, 47, 0.5);
}

#loadingScreenContent {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: larger;
  font-weight: bolder;
  color: #fafafa;
}

.lds-hourglass {
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid rgb(72, 70, 70);
  border-color: rgb(49, 47, 47) transparent #99367d transparent;
  animation: lds-hourglass 1.2s infinite;
}

@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}

@media (max-width: 566px) {
  .navbar-brand {
    margin: auto !important;
  }

  .searchForm {
    width: 100%;
  }
}
