.navbar.navbar-light.navbar-expand-md.navigation-clean {
  width: 100%;
}

#service-button {
  color: #000000;
  border-radius: 23px;
  margin-bottom: 10px;
  background: rgba(255,255,255,.5);
  border-width: 1px;
  border-style: none;
  border-radius: 23px;
  width: 100%;
}

#service-button:hover {
  color: var(--blue);
  background-color: rgba(255,255,255,0.5);
  border-style: none;
}

#service-button:focus {
  color: var(--blue);
  background-color: rgba(255,255,255,0.5);
  border: 1px none transparent ;
  box-shadow: 0px 0px transparent;
}

.navbar-brand {
  font-family: 'Alex Brush', cursive;
  font-size: 33px;
  text-shadow: 5px 5px 10px;
  margin-left: 3%;
}

@media (min-width: 1200px) {
  .col-12.col-sm-6.col-md-5.col-lg-4.col-xl-2.offset-xl-0 {
    margin-left: auto;
  }
}

@media (min-width:1920px) {
  .offset-xl-1 {
    margin-left: -200px;
  }
}

@media (min-width:1920px) {
  .offset-xl-1 {
    margin-left: 0;
  }
}

.col-auto.col-sm-6.col-md-5.col-lg-4.col-xl-3.offset-xl-0 {
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  border-style: none;
  font-weight: 900;
}

#service-button:hover {
}

@media (min-width: 576px) {
  .carousel {
    position: relative;
    margin-bottom: -138px;
    height: 192px;
  }
}

@media (min-width: 768px) {
  .carousel {
    position: relative;
    margin-bottom: -151px;
    height: 256px;
  }
}

@media (min-width: 992px) {
  .carousel {
    position: relative;
    margin-bottom: -155px;
    height: 307px;
  }
}

@media (min-width: 1200px) {
  .carousel {
    position: relative;
    margin-bottom: -182px;
    height: 400px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
  width: 100%;
  padding: 50px;
  background: transparent;
  border-color: transparent;
  margin-bottom: -45px;
}

@media (min-width: 768px) {
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.0rem;
    border-color: transparent;
  }
}

@media (min-width: 992px) {
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.03rem;
    border-color: transparent;
  }
}

@media (min-width: 1200px) {
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    border-color: transparent;
  }
}

@media (min-width: 576px) {
  .card-title {
    margin-bottom: .62rem;
    background: transparent;
    color: rgba(0,0,0,0.5);
    border-style: none;
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .card-title {
    margin-bottom: .62rem;
    background: transparent;
    color: rgba(0,0,0,0.5);
    border-style: none;
    font-size: 43px;
  }
}

@media (min-width: 992px) {
  .card-title {
    margin-bottom: .62rem;
    background: transparent;
    color: rgba(0,0,0,0.5);
    border-style: none;
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .card-title {
    margin-bottom: .75rem;
    background: transparent;
    color: rgba(0,0,0,0.5);
    border-style: none;
    font-size: 60px;
  }
}

@media (min-width: 576px) {
  .w-100 {
    width: 100%!important;
    height: 192px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .w-100 {
    width: 100%!important;
    height: 256px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .w-100 {
    width: 100%!important;
    height: 307px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .w-100 {
    width: 100%!important;
    height: 400px;
    width: 100%;
  }
}

.main_div {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

.navbar.navbar-light.navbar-expand-md {
  border-bottom: 1px solid var(--blue);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,.5);
  text-shadow: 5px 5px 5px rgb(0,0,0);
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  max-width: 100%;
}

@media (min-width: 360px) {
  .float-right {
    float: right!important;
    margin-right: 270px;
  }
}

@media (min-width: 576px) {
  .float-right {
    float: right!important;
    margin-right: 140px;
  }
}

@media (min-width: 768px) {
  .float-right {
    float: right!important;
    margin-right: 48px;
  }
}

@media (min-width: 992px) {
  .float-right {
    float: right!important;
    margin-right: 60px;
  }
}

@media (min-width: 1200px) {
  .float-right {
    float: right!important;
    margin-right: 30px;
  }
}

.service-heading {
  text-align: center;
  font-family: 'Alex Brush', cursive;
  color: var(--red);
  font-size: 30px;
  margin-top: 20px;
  text-shadow: 5px 5px 10px;
  margin-left: -30px;
}

.service-div {
  margin-left: -17px;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
  background: rgb(255,255,255);
  margin-left: 150px;
  text-align: center;
  margin-top: -25px;
  border-style: solid;
  border-color: rgb(204,204,204);
  border-radius: 23px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin-top: 10px;
  text-align: left;
}

.fas.fa-blog {
  font-size: 25px;
}

svg {
  font-size: 25px;
}

.icon-support {
  font-size: 25px;
}

.icon-event {
  font-size: 25px;
}

.fa.fa-hotel {
  font-size: 25px;
}

.fa.fa-automobile {
  font-size: 25px;
}

.fas.fa-search-dollar {
  font-size: 25px;
}

.copyright {
  text-align: center;
  font-size: 15px;
}

@media (min-width: 576px) {
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }
}

@media (min-width:768px) {
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

@media (max-width: 576px) {
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 100%;
  }
}

@media (min-width: 768px) {
  .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    /*min-width: 100%;*/
  }
}

@media (max-width:576px) {
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 100%;
    min-width: 100%;
  }
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  width: 400px;
  margin: auto;
  text-align: right;
  color: #313437;
  background: transparent;
  border-color: transparent;
}

