body {
  padding: 0%;
  margin: 0%;
  box-sizing: border-box;
}

.link {
  text-decoration: none;
  color: #0d6efd;
}

#topbar {
  position: relative;
  display: flex;
  background-color: #545454;
  color: #fff;
  justify-content: space-between;
  text-decoration: none;
  padding: 3px 100px;
  margin-top: 0px;
  width: 100%;
  font-weight: 700;
}

.breadcrumb {
  margin-left: 30px;
}

.breadcrumb a {
  text-decoration: none;
  color: inherit;
}

.page-image{
    width:50vw;
    height:auto;
    align-self:center;
    padding:20px;
}

@media (max-width: 768px) {
  #topbar {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    align-content: center;
    justify-content: center;
  }
  .page-image{
      flex: 1;
      object-fit: cover;
      align-self: center;
      padding: 10px;
      width: 90%;
      box-sizing: border-box;
  }
  #welcome .item, #welcome .item div {
      padding: 0px;
      width: 100%;
  }
  #welcome{ 
      width:100%;
      padding:0px;
  }
  #welcome .item p:first-child {
      font-size: 18px !important;
      font-weight: 600;
      line-height: 1;
      padding-top: 10px  !important;
      width: 100% !important;
  }
  #welcome .owl-next {
      padding:0px !important;
      right:0px !important;
      left: auto !important;
      margin:0px !important;
      font-size: 7rem !important;
  }
  #welcome .owl-prev {
      padding:0px !important;
      right:auto !important;
      left: 0px !important;
      margin:0px !important;
  }
}

#topbar a {
  text-decoration: none;
  color: #fff;
}

#topbar i {
  margin: 5px;
  color: #fff;
}

#logo img {
  height: 50px;
  width: auto;
  margin-right: 20px;
}

#logo a {
  color: #545454;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  #logo a {
    font-size: calc(2.6vw);
    display: inline;
    overflow: hidden;
    word-wrap: unset;
  }
}

#welcome {
  width: 100%;
  height: 70vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0px;
  position: relative;
  margin-bottom: 50px;
}

#welcome .owl-next {
  position: absolute;
  right: 20px;
  font-size: 10em;
  opacity: 0.3;
  text-shadow: #ddd 0px 0px 5px;
  top: 45%;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #0d6efd;
  background-color: transparent;
}

#welcome .owl-prev {
  position: absolute;
  left: 20px;
  font-size: 10em;
  opacity: 0.3;
  text-shadow: #ddd 0px 0px 5px;
  top: 45%;
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  color: #0d6efd;
  background-color: transparent;
}

#welcome .owl-next:hover,
#welcome .owl-prev:hover {
  opacity: 1;
}

#welcome .item {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  justify-content: center;
}

#welcome .item div {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-position: center center;
  background-size: cover;
  text-align: center;
  width: 100%;
  height: 70vh;
  top: 0px;
  background-color: #e6e6e6b5;
}

#welcome .item div p {
  padding-left: 20%;
  padding-right: 20%;
  color: #222;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}

#welcome .item p:hover {
  color: #000;
  text-shadow: 0px 1px 100px #FFFFFF, 0px 1px 40px #FFFFFF, 0px 1px 20px #FFFFFF, 1px 0px 70px #FFFFFF;
  transition: all 0.5s;
}


#welcome .item p:first-child {
  text-align: center;
  flex-wrap: nowrap;
  display: inline;
  font-size: 40px;
  font-weight: 900;
  color: #012df3;
}

#welcome .item a {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  background: #0d6efd;
  border-radius: 50px;
  border: 2px solid #0d6efd;
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  margin-top: 40px;
  opacity: 0.5;
  padding: 12px 32px;
  text-decoration: none;
  transition: 0.5s;
  width: max-content;
}

#welcome .item a:hover {
  opacity: 1;
}



.ul-p {
  list-style-type: none;
  text-align: justify;
  margin: 0px;
  padding: 0px;
}

.ul-p i {
  color: #0d6efd;
}

#footer {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  box-sizing: border-box;
}

#footer ul {
  list-style-type: none;
  margin: 0px;
  padding-left: 10px;
  color: coral;
}

#footer a {
  color: #fff;
  transition: 0.3s;
  text-decoration: none;
  display: inline-block;
  line-height: 1px;
}

#footer a:hover {
  color: coral;
  transition: 0.3s;
}

#footer-top {
  margin: 20px;
  padding-top: 20px;
}

#copyright {
  padding: 10px;
  left: 0px;
  right: 0px;
  top: auto;
  bottom: 0px;
  border-top: #545454 1px solid;
}

#copyright p {
  bottom: 0px;
  height: 15px;
  text-align: center;
}

.insurance {
  background-color: #ededed;
  padding: 20px 0px;
}

.silver {
  background-color: #dddddd;
  color: #000000;
  padding: 30px 50px;
  margin-bottom: 20px;
}

#captcha {
  justify-content: center;
  text-align: center;
  padding: 0%;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
}

#captcha input {
  margin: 20px;
  width: 100px;
  height: 30px;
  border: #999 solid 1px;
}

#captcha p {
  color: brown;
  font-weight: 500;
  margin: 0;
  padding: 0%;
}

#captcha small {
  position: absolute;
  bottom: -10px;
}

#waiting {
  position: absolute;
  width: 100vw;
  height: 100vh;
  background-color: #555ecf67;
  z-index: 999999;
  padding: 25%;
}

#waiting div {
  border: 16px solid #14066179;
  /* Light grey */
  border-bottom: 16px solid #3498db;
  /* Blue */
  box-shadow: #0d6dfd67 0px 8px 18px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 2s linear infinite;
  margin: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#modal-container .card .label-text {
  width: 100%;
  margin: 0px 10px;
}

.upper {
  text-transform: uppercase;
}

.justify {
  text-align: justify;
}

.fadein-animation {
  animation: fade-in 1s;
  -webkit-animation: fade-in 1s forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.expanding-animation {
  animation: expand 1s linear;
  -webkit-animation: expand 1s linear;
}

@keyframes expand {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

.flyin-animation {
  animation: flyin 1s forwards;
  -webkit-animation: flyin 1s forwards;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  opacity: 0;
}

.flyin-animation:nth-child(2) {
  animation-delay: 200ms;
}

.flyin-animation:nth-child(3) {
  animation-delay: 400ms;
}

.flyin-animation:nth-child(4) {
  animation-delay: 500ms;
}

.flyin-animation:nth-child(5) {
  animation-delay: 800ms;
}

@keyframes flyin {
  0% {
    filter: blur(10px);
    -webkit-filter: blur(10px);
  }

  100% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    opacity: 1;
    filter: blur(0px);
  }
}
