video {
  object-fit: cover;
  display: block;
  position: relative;
  z-index: -1000;
}

video.responsive-video {
  width: 100vw;
  height: 43vh;
}

header {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0px;
  font-family: "Hind Vadodara";
  font-weight: 400;
  font-size: x-large;
}

#image-banner {
  display: block;
  width: 100vw;
  height: 43vh;
  object-fit: cover;
  z-index: -2000;
}

#mute {
  position: relative;
  margin-right: 40px;
  font-size: medium;
  cursor: auto;
}

#mute:hover {
  cursor:pointer;
}

.material-icons {
  background: white;
  fill: black;
}

.whiteback {
  background-size: 50px 50px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

#mobile-banner {
  width: 100vw;
  height: 28vh;
  object-fit: cover;
  z-index: -2000;
}

#message {
  position: relative;
}

.mobile-row {
  margin-bottom: 0px;
}

.main-banner {
  object-fit: cover;
  display: block;
  margin-bottom: 0px;
  height: 43vh;
}

.small-margin {
  margin-bottom: 5px;
  margin-top: 5px;
}

.button-collapse {
  margin-left: 20px;
}

.menu-circle {
  border-width: 1px;
  border: solid;
  border-radius: 5px;
  padding: 5px;
}

#main-logo {
  position: absolute;
  top: 10%;
  right: 80px;
  z-index: 5000;
  max-width: 440px;
}

#mobile-logo-margin {
  margin-bottom: 20px;
}

#main-logo.scale {
  -moz-transform:scale(0.5);
  -webkit-transform:scale(0.5);
  -o-transform:scale(0.5);
  -ms-transform:scale(0.5);
  transform:scale(0.5);
}

nav {
  background-color: white;
  color: black;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0);
}

.page-footer {
  background-color: white;
}

.footer-copyright {
  background-color: transparent !important;
  color: black;
}

#footer-text {
  color: black;
  font-size: small;
}

nav ul li a {
  color: black;
  margin-right: 12px;
  font-size: medium;
}

nav ul li a:hover {
  background-color: transparent;
}

nav a {
  color: black;
  margin-left: 20px;
  font-size: medium;
  vertical-align: bottom;
}

nav li div {
  margin-left: 52px;
  font-weight: 500;
  font-size: small;
}

nav span {
  color: black;
  margin-right: 20px;
  font-size: medium;
  display: block;
}

.side-nav li a {
  font-size: large;
}

nav .brand-logo {
  color: black;
}

.side-nav {
  z-index: 10000
}

p{
  color:black;
}

.container{
  width: 100%;
  max-width: initial;
}

.container > .row{
  margin: 0;
}

.container > .col{
  padding: 0;
}

.z-depth-0 {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0);
}

.boldfont {
  font-weight: 500;
}

.btn {
  background-color: rgba(211, 160, 99, 1);
}

.btn:hover {
  background-color: rgba(211, 160, 99, 0.9);
}

/* label focus color */
.input-field input[type=text]:focus + label {
  color: rgba(211, 160, 99, 1) !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid rgba(211, 160, 99, 0.9) !important;
  box-shadow: 0 1px 0 0 rgba(211, 160, 99, 0.9) !important;
}

/* label focus color */
.input-field input[type=password]:focus + label {
  color: rgba(211, 160, 99, 1) !important;
}
/* label underline focus color */
.input-field input[type=password]:focus {
  border-bottom: 1px solid rgba(211, 160, 99, 0.9) !important;
  box-shadow: 0 1px 0 0 rgba(211, 160, 99, 0.9) !important;
}

/* label focus color */
.input-field input[type=email]:focus + label {
  color: rgba(211, 160, 99, 1) !important;
}
/* label underline focus color */
.input-field input[type=email]:focus {
  border-bottom: 1px solid rgba(211, 160, 99, 0.9) !important;
  box-shadow: 0 1px 0 0 rgba(211, 160, 99, 0.9) !important;
}

.hide-desktop {
  margin-bottom: 0;
}

.row.hide-mobile {
  margin-bottom: 0;
}

.smalltopmargin {
  margin-top:5px;
}

.nomargintbottom {
  margin-bottom: 0px;
}

@media only screen and (max-width: 960px) {
  #main-logo {
    right: 0px;
    max-width: 340px;
  }
}
