.heroBanner{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

body p{
  font-size:20px;
}

body ul li{
  font-size:20px;
}

.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: white;
}

.navbar-scroll {
  background-color: #111720;
}

.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: white;
}

.navbar-scrolled {
  background-color: #fff;
}

.navbar.navbar-scroll.navbar-scrolled {
  padding-top: auto;
  padding-bottom: auto;
}
.navbar-brand {
  font-size: unset;
  height: 3.5rem;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-toggler {
  border: none;
}

.homeRow-1{
background-image: url('../img/home-bg-1.jpg');
background-repeat: no-repeat;
background-size: cover;
margin-top: 25px;
margin-bottom: 25px;
background-color: #111720;
color:white;
}

.homeRowContent-1{
padding: 25px;
padding-top: 100px;
padding-bottom: 100px;
background-color: RGBA(17,23,32,0.6);
color:white;
text-shadow: 2px 2px 2px black;
text-shadow: 5px 5px 10px black;
}

.homeServiceBox{
border: 2px solid #111720;
border-radius: 10px;
padding: 10px;
width:auto;
height:575px;
}

@media only screen and (max-width: 1200px) {
.homeServiceBox{
  height:650px;
}
}

@media only screen and (max-width: 765) {
.homeServiceBox{
  height:800px;
}
}

.video-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -10vh;
  margin-bottom: -20vh;
}

.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(20% 0 30% 0);
}  

.video-container-alt {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.video-container-alt video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: inset(0 0 0 0);
} 

.footsml, .footsml a{
  font-size: 12px;
}

.homeBxLnk{
  color:black !important;
  text-decoration: none !important;
}

.homeBxLnk .homeBxLnk img{
  transition: transform .4s !important;
}

.homeBxLnk:hover .homeBxLnk:hover img:hover{
  transform: scale(1.25);
}




.bg-video {
  position: relative;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: left;
}

.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-video .content {
  position: relative;
  z-index: 2;
}
