:root {
  --white-color: #ffffff;
  --text-color: #494949;
  --accent-color: #fab702;
  --light-bg: #eff2f2;
}
.main-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 183, 2, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.main-header .navbar-toggler {
  border: none !important;
}
.page-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 183, 2, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.page-header .navbar-toggler {
  border: none !important;
}

button:focus {
  box-shadow: none !important;
  outline: none !important;
}
.readmore {
  display: inline-block;
  vertical-align: top;
  width: 100px;
  height: 34px;
  line-height: 36px;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--accent-color);
  letter-spacing: 0.1em;
  text-align: center;
  font-size: 0.8rem;
  margin: 10px;
  position: relative;

  border: 2px solid transparent;
}
.readmore::after {
  width: 0%;
  height: 2px;
  display: block;
  background-color: var(--accent-color);
  content: " ";
  position: absolute;
  top: 34px;
  left: 50%;
  -webkit-transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.215, 0.61, 0.355, 1),
    width 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.readmore:hover::after {
  width: 100%;
  height: 2px;
  display: block;
  background-color: var(--accent-color);
  content: " ";
  position: absolute;
  top: 34px;
  left: 0;
}

/* hero-style-start */
.main-header {
  background-image: url(../images/hero-video.webm);
  background-color: #cccccc;
  /* height: 85vh; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

  z-index: 1;
  height: 90vh;

  /* display: flex;
  align-items: center;
  padding-left: 103px;
  position: relative; */
}

.video-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.video-bg {
  position: relative;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100%;
  background: transparent url(960x360.png) no-repeat;
  background-size: cover;
}
.main-home .overlay {
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  left: 0;
  top: 0;
  position: absolute;
  transform: translate3d(0, -3.48px, 0);
  visibility: inherit;
  opacity: 1;
  z-index: 1;
}
.hero {
  z-index: 10;
  min-height: 75vh;
  display: flex;
  align-items: center;
}
.hero .hero-text {
  border: 0px solid red;
  width: 60%;
  margin-top: 80px;
  padding-left: 103px;
}
.hero .hero-text h2 {
  color: white;
  font-size: 50px;
  position: relative;
}
.hero .hero-text p {
  color: white;
}
nav.navbar.navbar-expand-lg {
  z-index: 10;
}
.nav-item a {
  color: white;
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: white;
}
p.powered {
  font-size: 25px;
  width: 60%;
}
a.btn.btn-primary {
  background-color: var(--accent-color);
  border: none;
  margin-right: 30px;
  width: 17%;
  padding: 9px;
  margin-top: 10px;
  color: black;
}
a.btn.btn-links {
  color: white;
  border: 1px solid white;
  width: 17%;
  padding: 9px;
  margin-top: 10px;
}
/* hero-style-end */

/* features-style-start */
.features {
  /* min-height: 600px; */
  display: none;
}
.features .features-text {
  margin-top: -100px;
}
.features .features-text {
  z-index: 11;
  padding: 0 25px;
}

.features .features-text h3 {
  font-size: 15px;
  /* text-align: right; */
  margin-top: 15px;
  margin-left: 3px;
}
.features .features-text p {
  font-size: 14px;
  width: 75%;
  margin-left: 3px;
}
.features .features-text a {
  text-decoration: none;
  color: var(--accent-color);
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
}

/* features-style-end */

/* blog-style-start */
.blog {
  min-height: 600px;
}
.blog .features-text {
  /* margin-top: -100px; */
}
.blog .features-text {
  z-index: 11;
  padding: 0 25px;
}
.blog .features-text img {
  width: 100%;
}

.blog .features-text h3 {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 3px;
}
.blog .features-text p {
  font-size: 14px;
  width: 75%;
  margin-left: 3px;
  margin-bottom: 0;
}
.blog .features-text a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
}
.blog .features-text a:hover {
  text-decoration: none;
  color: var(--accent-color);
}

/* features-style-end */
/* footer-style-start */

.footer .footer-text {
  background-color: #222222;
  /* margin-top: 20px; */
}
.footer .footer-text p {
  text-align: center;
  color: white;
  padding: 25px;
  margin-bottom: 0;
}

/* footer-style-end */

/* mission-style-start */

.main-header .navbar-expand-lg .navbar-nav .nav-link {
  color: var(--white-color);
}
.main-header .navbar-nav .nav-link.active {
  color: var(--white-color);
  font-weight: bold;
}
.navbar-expand-lg .navbar-nav .nav-link {
  color: var(--text-color);
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: var(--accent-color);
}
.navbar a.brand {
  width: 220px;
  display: block;
}
.navbar a.brand img {
  max-width: 100%;
}
.navbar-nav .nav-link.active {
  color: var(--text-color);
  font-weight: bold;
}
.page-heading {
  background-color: var(--light-bg);
  padding: 45px;
  margin-bottom: 40px;
}
.page-heading h2 {
  color: var(--text-color);
}
.page-heading .page-heading-right-text a {
  color: var(--text-color);
  border-color: var(--text-color);
}
.page-heading .page-heading-right-text a:hover {
  color: var(--white-color);
  border-color: var(--accent-color);
  background-color: var(--accent-color);
}
.about-item {
  /* background: url(../images/mission-img.jpg); */
  height: 600px !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.about-item-text {
  padding-top: 10%;
}
.about-item-text p {
  font-size: 14px;
  font-weight: 600;
  padding: 0px;
}
/* mission-style-end */

.form-text {
  margin-bottom: 29px;
}
textarea#exampleFormControlTextarea1 {
  height: 200px;
}
button.btn.btn-primary {
  background-color: var(--accent-color);
  border: none;
  padding: 12px;
  border-radius: 4px;
  display: block;
}
.sidebar {
}
.sidebar .widget {
}
.sidebar .widget h4 {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid;
  text-transform: uppercase;
  font-size: 20px;
}
.sidebar .widget .list-group .list-group-item {
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.sidebar .widget .list-group-item a {
  color: var(--text-color);
  text-decoration: none;
  display: block;
  position: relative;
}
.sidebar .widget .list-group-item a span.badge {
  position: absolute;
  right: 0;
  font-size: 10px;
  background: var(--accent-color);
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  color: var(--white-color);
  border-radius: 50px;
}
.sidebar .widget .list-group .list-group-item a:hover {
  color: var(--accent-color);
  text-decoration: none;
}
.iframe-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.contact-info {
  margin-bottom: 3rem;
}
.contact-info .contact-box i {
  width: 80px;
  height: 80px;
  text-align: center;
  line-height: 80px;
  border-radius: 5px;
  font-size: 34px;
  color: var(--white-color);
  background: var(--accent-color);
}

.contact-info .contact-box h3 {
  font-size: 22px;
  line-height: 2;
  text-transform: uppercase;
}
label.error {
  font-size: 13px;
  color: rgba(255, 0, 0, 0.9);
  margin: 5px 0 0 0;
}
.error-msg {
  display: block;
  color: rgba(255, 0, 0, 0.5);
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(255, 0, 0, 0.2);
  margin-bottom: 1rem;
}
.success-msg {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: rgba(0, 255, 0, 0.2);
  margin-bottom: 1rem;
}
.msgs {
  display: none;
}
.captcha_img img {
  width: 90%;
}
@media screen and (max-width: 820px) {
  .hero .hero-text {
    width: 80%;
  }

  .hero a.btn.btn-primary,
  a.btn.btn-links {
    margin-right: 10px;
    width: 25%;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }

  .main-header .navbar-collapse,
  .main-header .navbar-collapse.show {
    position: absolute;
    top: 100%;
    background: rgba(0, 0, 0, 0.9);
    width: 95%;
    padding: 10px;
  }
  .page-header .navbar-collapse,
  .page-header .navbar-collapse.show {
    position: absolute;
    top: 100%;
    background: rgba(255, 255, 255, 0.9);
    width: 95%;
    padding: 10px;
  }
  .page-heading {
    padding-inline: 20px;
  }
  .page-heading h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .page-heading .page-heading-right-text.text-end {
    text-align: center !important;
  }
  .page-heading .page-heading-right-text a {
    width: 90%;
    margin: auto;
  }
  .hero .hero-text {
    width: 95%;
    margin-top: 10px;
    padding-left: 15px;
  }
  .hero .hero-text h2 {
    color: white;
    font-size: 38px;
  }
  .hero p.powered {
    font-size: 20px;
    width: 100%;
  }
  .hero a.btn.btn-primary,
  a.btn.btn-links {
    margin-right: 10px;
    width: 45%;
  }
  .about-item-text.ps-5 {
    padding: 0 !important;
  }
}

@media screen and (max-width: 480px) {
  .hero .hero-text h2 {
    color: white;
    font-size: 28px;
  }
  .hero p.powered {
    font-size: 18px;
    width: 100%;
  }
  .hero p.human-triat {
    font-size: 15px;
    width: 100%;
  }
}
