.navbar {
  margin: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ff9300;
}

.nav-item.home-link {
  padding-left: 30px;
}

.dropdown-menu {
  font-size: 11px;
  padding: 6px;
  background-color: #FF9300;
  border-color: #FF9300;
}

.dropdown-item {
  font-family: 'Amiko';
  color: white;
}

.dropdown-menu {
  margin: 0px;
}

.carousel-control-prev-icon {
  color: #FF9300;
}

.video-play {
  display: flex;
  align-items: center;
  justify-content: center;
}

.video {
  padding-bottom: 56.25%;
  position: relative;
}

.video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 44px;
  box-shadow: 0px 10px 35px;
}

.contain-video {
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10px;
}

#footer {
  position: fixed;
}

.pic-collage {
  border-radius: 44px;
}

.line {
  margin-left: 30px;
  margin-right: 30px;
  height: 25px;
}

.navbar-toggler {
  border: 0;
}

.text-container {
  margin: 4%;
}

.main-heading {
  font-size: 8vw;
}

.subheading {
  font-size: 3vw;
  font-family: 'Montserrat';
  font-style: italic;
}

.sideways-line {
  vertical-align: middle;
  width: 100%;
}

.line-container {
  width: 50%;
}

.content-div {
  padding-right: 5%;
  padding-left: 5%;
  background: linear-gradient(51deg, rgba(171,98,0,1) 0%, rgba(255,147,0,1) 100%);
  color: white;
  border-radius: 20px;
  margin-bottom: 40px;
  background-size: 300% 300%;
  animation: change 10s ease-in-out infinite;
}

.dropdown-item.active-dropdown {
  background-color: white;
  color: black;
}

.dropdown-item:hover {
  transform: scale(1.1);
}

.dropdown-item {
  transition: .3s ease;
}

.nav-item:hover {
  transform: scale(1.1);
}

.nav-item {
  transition: .3s ease;
}

.enquiry-head {
  width: 100%;
}

.form-group {
  text-align: center;
}

.form-labels {
  font-family: 'Montserrat';
  font-weight: bold;
}

.address-block {
  width: 100%;
  padding-top: 15px;
}

.address-details {
  width: 30%;
  font-family: 'Montserrat';
  font-size: 2vw;
}

.address-details2 {
  width: 30%;
  font-family: 'Montserrat';
}

.contact-head {
  font-size: 5vw;
  font-family: 'Montserrat';
  color: #ff9300;
}

.contact-info-details {
  font-family: 'Montserrat';
  font-size: 2vw;
}

.contact-div {
  text-align: center;
}

.contact-div-main {
  background: linear-gradient(51deg, rgba(171,98,0,1) 0%, rgba(255,147,0,1) 100%);
  color: white;
  padding-top: 40px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  border-radius: 44px;
  box-shadow: 0px 10px 30px;
}

.home-page-button {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
}

.home-page-button {
  border-color: transparent;
  border-radius: 30px;
  font-family: 'Montserrat';
  font-size: 16px;
}

.home-page-button {
  background-color: #ff9300;
  color: white;
}

.home-page-button:hover {
  border-color: #ff9300;
  background-color: #ffffff;
  color: #ff9300;
}

.btn.btn-primary.home-page-button:focus {
  background: #ff9300;
}

.nav-item.dropdown {
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.main {
  min-height: 70vh;
}

.footer {
  position: relative;
  height: 35px;
  margin-top: -35px;
  clear: both;
}

.carosel {
  margin-top: 74px;
}

.imgCard:hover {
  transform: scale(1.05);
}

.imgCard {
  transition: .3s ease;
}

.btn .btn-primary .team-button:focus {
  background-color: #ff9300;
}

