body {
  font-family: 'Raleway', sans-serif;
  padding-top: 51px;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: #111 !important;
}

.navbar {
  padding: 0px;
  background-color: #E5F2D8 !important;
}

.navbar .navbar-brand img {
  height: 70px;
  width: 350px;
}

@media (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 250px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar .navbar-brand img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}

.navbar .navbar-collapse {
  width: auto !important;
}

@media (max-width: 767px) {
  .navbar .navbar-collapse {
    width: 100% !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .navbar .navbar-collapse {
    width: 100% !important;
  }
}

.navbar .nav-item {
  font-size: 16px;
  font-weight: 500;
}

.navbar .nav-item .nav-link {
  padding: 15px;
  border-top: 2px solid transparent;
  color: #111 !important;
}

.intro {
  position: relative;
  height: 95vh;
  background-color: #111;
}

@media (max-width: 767px) {
  .intro {
    height: 85vh;
  }
}

.intro .video-wrapper {
  position: absolute;
  bottom: 0%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #111;
  overflow: hidden;
}

.intro .video-wrapper video,
.intro .video-wrapper iframe {
  position: absolute;
  z-index: 0;
  bottom: 0;
  width: 100%;
}

@media (max-width: 767px) {
  .intro .video-wrapper video,
  .intro .video-wrapper iframe {
    width: auto;
  }
}

.intro .video-wrapper .video-poster {
  display: none;
}

.intro .video-wrapper .video-poster img {
  position: absolute;
  bottom: 0;
}

.intro .video-wrapper .video-txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
}

.intro .video-wrapper .video-txt img {
  margin-bottom: 30px;
  width: auto;
}

@media (max-width: 767px) {
  .intro .video-wrapper .video-txt img {
    width: 100%;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro .video-wrapper .video-txt img {
    width: 100%;
  }
}

.intro .video-wrapper .video-txt h1 {
  font-family: 'Ubuntu', sans-serif;
  color: #111;
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 20px;
}

.intro .video-wrapper .video-txt h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 60px;
}

.intro .video-wrapper .video-txt .video-btns a {
  border-radius: 100px;
  padding: 20px 35px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}

@media (max-width: 767px) {
  .intro .video-wrapper .video-txt .video-btns a {
    display: block;
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro .video-wrapper .video-txt .video-btns a {
    display: block;
    margin-bottom: 10px;
  }
}

.intro .video-wrapper .video-txt .video-btns a:first-child {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .intro .video-wrapper .video-txt .video-btns a:first-child {
    margin-right: 0px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro .video-wrapper .video-txt .video-btns a:first-child {
    margin-right: 0px;
  }
}

.intro .video-wrapper .video-txt .video-btns .baaff-btn {
  color: #fff;
  background-color: #5dc311;
}

.intro .video-wrapper .video-txt .video-btns .baad-btn {
  color: #fff;
  background-color: #5dc311;
}

.intro .video-wrapper .scroll-down {
  position: absolute;
  bottom: 100px;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation: bounce 3s infinite;
          animation: bounce 3s infinite;
}

@media (max-width: 767px) {
  .intro .video-wrapper .scroll-down {
    bottom: 50px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .intro .video-wrapper .scroll-down {
    bottom: 50px;
  }
}

.intro .video-wrapper .scroll-down a {
  border: 2px solid #ddd;
  border-radius: 100%;
  /* padding: 10px 15px; */
  color: #ddd;
  font-size: 30px;
  height: 60px;
  width: 60px;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}

.intro .video-wrapper .scroll-down a:hover {
  color: #fff;
  border-color: #fff;
}

@-webkit-keyframes bounce {
  5%,
  15% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  0%,
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.7;
  }
}

@keyframes bounce {
  5%,
  15% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    opacity: 1;
  }
  0%,
  10%,
  20%,
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 0.7;
  }
}

/** Typed Text **/
.typed::after {
  content: '|';
  display: inline;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

.typed-cursor {
  opacity: 0;
  display: none;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.bg-advertiser {
  background: #f8f8f8;
}

/** Box  **/
.b-section {
  padding: 100px 0;
}

@media (max-width: 767px) {
  .b-section {
    padding: 50px 0;
  }
}

.b-section h2 {
  color: #232323;
  font-size: 28px;
  margin: 0em 0 15px 0;
  text-align: center;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .b-section h2 {
    font-size: 26px;
  }
}

.b-section p {
  color: #232323;
  font-size: 16px;
  line-height: 23px;
  margin: 20px auto 50px auto;
  width: 80%;
  text-align: center;
}

@media (max-width: 767px) {
  .b-section p {
    width: 100%;
  }
}

.b-section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .b-section .box {
    gap: 20px;
  }
}

.b-section .box-img img {
  width: 100%;
  min-width: 50px;
}

.b-section .box-content h3 {
  font-size: 22px;
  color: #232323;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}

@media (max-width: 767px) {
  .b-section .box-content h3 {
    font-size: 20px;
  }
}

.b-section .box-content p {
  margin: 0 0 40px 0;
  width: 100%;
  text-align: left;
  width: 93%;
}

/** Footer **/
.footer-top {
  background-color: #000;
  padding: 2em 0;
  color: #fff;
}

.footer-top .fitem h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.footer-top .fitem p {
  color: #ababab;
  font-size: 15px;
  line-height: 23px;
  margin-top: 20px;
}

.footer-top .social-links {
  margin-top: 20px;
}

.footer-top .social-links ul.social-network {
  list-style: none;
  display: inline;
  margin: 0;
  padding: 0;
}

.footer-top .social-links ul.social-network li {
  display: inline;
  margin: 0 5px;
}

.footer-top .social-links ul.social-network li a {
  border-radius: 50%;
  text-align: center;
  font-size: 20px;
}

.footer-top .social-links ul.social-network li i {
  margin: 0;
  line-height: 50px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

.footer-b {
  background: #111;
  padding: 10px;
  color: #fff;
}

.footer-b p {
  margin: 0;
  padding: 0;
}

.footer-b a {
  text-decoration: none;
  color: #16df16;
}

.contact-us {
  padding: 4em 0;
}

.contact-form {
  margin-top: 2em;
}

.form-group {
  margin-bottom: 15px;
}

.form-group .form-control {
  height: 50px;
}

.form-group textarea {
  height: auto !important;
}
/*# sourceMappingURL=style.css.map */