.nav-link {
  color:white !important;
  font-size:18px;
}
.navbar-brand {
  color:white;
  font-weight:bold;
    font-size:22px;
}
.navbar-brand:hover {
  color:white;
}
.custom-toggler.navbar-toggler {
    border-color: white;
}

.hero {

width:100vw;
height:70vh;
position:relative;
}

#myVideo {


  width: 100vw;
  height: 100dvh;
  object-fit: cover;
  position: static;
  z-index: -1;

}


#text {
	display: inline-block;
	color: white;
	border-right: 3px solid white;
	padding-right:2px;
	font-size:45px;
	font-weight:bold;
}


.aboutusbutton {
  background-color: transparent;
  background-image: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1px;
  color: white;
  border-top-width: 2px;
  border-top-color: white;
  border-top-style: solid;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  border-right-width: 2px;
  border-right-color: white;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: white;
  border-bottom-style: solid;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  border-left-width: 2px;
  border-left-color: white;
  border-left-style: solid;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: center;
}

.servicesbutton {
background-color: green;
  background-image: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 1px;
  color: white;
  border-top-width: 2px;
  border-top-color: green;
  border-top-style: solid;
  border-top-left-radius: 56px;
  border-top-right-radius: 56px;
  border-right-width: 2px;
  border-right-color: green;
  border-right-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: green;
  border-bottom-style: solid;
  border-bottom-left-radius: 56px;
  border-bottom-right-radius: 56px;
  border-left-width: 2px;
  border-left-color: green;
  border-left-style: solid;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: center;
}

   section {
    padding: 60px 0;
    overflow: hidden;
    }
    .section-title {
    text-align: center;
    padding: 30px 0 20px 0;
    position: relative;
    }
    .section-title h2 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #191919;
    position: relative;
    z-index: 2;
    }
    .section-title span {
    position: absolute;
    top: 30px;
    color: #dbdbdb;
    left: 0;
    right: 0;
    z-index: 1;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 0;
    }
    .section-title p {
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    }
    @media (max-width: 575px) {
    .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
    }
    .section-title span {
    font-size: 38px;
    }
    }
    /*--------------------------------------------------------------
    # About
    --------------------------------------------------------------*/
    .about .content h3 {
    font-weight: 600;
    font-size: 26px;
    }
    .about .content ul {
    list-style: none;
    padding: 0;
    }
    .about .content ul li {
    padding-bottom: 10px;
    }
    .about .content ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #d9a90d;
    }
    .about .content p:last-child {
    margin-bottom: 0;
    }
    
    .reference_img {
    width:100%;
    aspect-ratio: 3/2;
    object-fit:contain;

    
    
    
    
    }
    
    iframe {
width: 100vw; height: 50vh;
  transition: all ease-in-out 0.3s;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

  
      .copyright {
    border-top: 1px solid #262626;
    text-align: center;
    padding-top: 30px;
    color: #fff;
    }
    .credits {
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 13px;
    color: #fff;
    }
    .finder {
    color: #f8ef24;
    text-decoration: none;
    /* Remove underlines */
    }
    .nav-mobile-filler {
    display: none;
    }
    section {
    padding: 60px 0;
    overflow: hidden;
    }
    
        .footer {
  color: #fff;
  background: url("contact.jpg") top center/cover no-repeat fixed;
  background-size: cover;
  font-size: 14px;
  padding: 80px 0 60px 0;
  position: relative;
}

.footer:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  inset: 0;
}

.footer .footer-content .footer-info {
  margin-bottom: 30px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}

.footer .footer-content .footer-info h3 span {
  color: var(--color-primary);
}

.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-primary);
  color: #fff;
}

.footer .footer-content .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(248,239,36);
  line-height: 1;
  margin-right: 8px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .footer-content .social-links a:hover {
  background: rgba(248,239,36, 0.9);
  text-decoration: none;
  color: black;
}

.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-content .footer-links {
  margin-bottom: 30px;
}

.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-content .footer-links ul li {
  padding: 8px 0;
}

.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-content .footer-links ul a {
  color: white;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}



.footer .footer-legal .copyright {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer .footer-legal .credits {
  padding-top: 4px;
  font-size: 13px;
  color: #fff;
}

.footer .footer-legal .credits a {
  color: #f3681d;
  font-weight:bold;
}


a {
  text-decoration:none;


}
@media only screen and (max-width: 991px) {
    iframe{
    height:400px;
    }

.carousel .item {
  height: 300px;
}

.item img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 300px;
}


