@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,500&display=swap");
/**
 * ----------------------------------------------
 * SIMPLE RESET
 * ----------------------------------------------
 */
html {
  font-size: 14px;
}

body {
  background: #FFF;
  color: #555;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.75rem;
}
body[data-aos-easing] {
  overflow-x: hidden;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:focus,
button:hover,
button:focus {
  outline: 0;
  text-decoration: none;
}

a {
  color: #040D10;
}
a:hover {
  color: #ffd28d;
}

ul,
li {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  margin: 0px;
  font-family: "Roboto", sans-serif;
  color: #040D10;
  font-weight: 500;
  text-transform: uppercase;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
strong small {
  font-weight: 500;
}

strong {
  text-transform: unset;
}

h1,
h2 {
  line-height: 1.25;
}

h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h6,
.h6 {
  font-size: 1.125pxrem;
}

a.text-primary:hover {
  color: #ffd28d !important;
}

pre {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul {
  padding-left: 20px;
  list-style: none;
}
ul pre {
  margin-bottom: 0.25rem;
}

.page-wrapper {
  background: #F7F7F7;
}

.mt-30,
.my-30 {
  margin-top: 30px;
}

.mb-30,
.my-30 {
  margin-bottom: 30px;
}

.ml-30,
.mx-30 {
  margin-left: 30px;
}

.mr-30,
.mx-30 {
  margin-right: 30px;
}

.mb-15,
.my-15 {
  margin-bottom: 15px;
}

.mt-15,
.my-15 {
  margin-top: 15px;
}

.ml-15,
.mx-15 {
  margin-left: 15px;
}

.mr-15,
.mx-15 {
  margin-right: 15px;
}

.pl-15,
.px-15 {
  padding-left: 15px;
}

.pr-15,
.px-15 {
  padding-right: 15px;
}

.pt-15,
.py-15 {
  padding-top: 15px;
}

.pb-15,
.py-15 {
  padding-bottom: 15px;
}

.pl-30,
.px-30 {
  padding-left: 30px;
}

.pr-30,
.px-30 {
  padding-right: 30px;
}

.pt-30,
.py-30 {
  padding-top: 30px;
}

.pb-30,
.py-30 {
  padding-bottom: 30px;
}

.p-30 {
  padding: 30px;
}

.pt-50,
.py-50 {
  padding-top: 50px;
}

.pb-50,
.py-50 {
  padding-bottom: 50px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100,
.py-100 {
  padding-bottom: 100px;
}

.pt-100,
.py-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.breadcrumb {
  padding: 0;
  background: none;
}
.breadcrumb a {
  color: #040D10;
}

.card {
  border: none;
  margin-bottom: 1rem;
}

.card-header {
  border: none;
  border-radius: 4px;
  background: #ffd28d;
  color: #FFF;
  padding: 10px 15px;
}
.card-header.collapsed {
  background: #F7F7F7;
  color: #040D10;
}
.card-header .card-body {
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .card-header .card-body {
    padding: 30px 15px;
  }
}

.bg-light {
  background: #F7F7F7 !important;
}

.bg-primary {
  background: #ffd28d !important;
}

.bg-secondary {
  background: #ffd28d !important;
}

.bg-dark {
  background: #040D10 !important;
}

.text-primary {
  color: #ffd28d !important;
}

.text-secondary {
  color: #ffd28d !important;
}

.btn {
  padding: 8px 20px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.btn:hover, .btn:focus {
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

.btn-primary {
  color: #040D10;
  background: #ffd28d;
  border-color: #ffd28d;
}
.btn-primary:hover, .btn-primary:focus {
  background: #ffd28d;
  border-color: #ffd28d;
  color: #040D10;
}

.border-radius-20 {
  border-radius: 20px;
}

.rounded {
  border-radius: 10px !important;
}

.list-arrow {
  padding-left: 0;
}
.list-arrow li {
  padding: 8px 0 8px 20px;
  position: relative;
}
.list-arrow li:before {
  content: "\e649";
  color: #ffd28d;
  font-family: "themify";
  font-size: 12px;
  position: absolute;
  left: 0;
}
.list-arrow li:last-child {
  margin-bottom: 0;
}

.doc-header {
  background: #ffd28d;
  margin-bottom: 50px;
}
.doc-header .navbar {
  padding: 15px 30px;
}
@media (max-width: 767px) {
  .doc-header .navbar {
    padding: 15px;
  }
}
@media (max-width: 991px) {
  .doc-header .navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ffd28d;
  }
}
.doc-header .navbar-brand {
  font-size: 28px;
  font-weight: 700;
  color: #040D10;
}
@media (max-width: 767px) {
  .doc-header .navbar-brand {
    font-size: 24px;
  }
}
.doc-header .dot:after {
  content: "";
  background-color: #ffd28d;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin-left: -5px;
}

.navbar-toggler {
  padding-left: 0;
}
.navbar-toggler span {
  display: block;
  width: 23px;
  height: 2px;
  margin-bottom: 6px;
  background: #040D10;
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.navbar-toggler span:last-child {
  margin-bottom: 0;
}
.navbar-toggler:not(.collapsed) span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 0);
  -webkit-transform: rotate(45deg) translate(5px, 0);
}
.navbar-toggler:not(.collapsed) span:last-child {
  opacity: 0;
}
.navbar-toggler:not(.collapsed) span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-3px, 5px);
  -webkit-transform: rotate(-45deg) translate(-3px, 5px);
}

footer {
  background: #222;
  padding: 30px 0;
  color: #fff;
  margin-top: 50px;
}

.hero-btn {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(4, 13, 16, 0.8);
  border-radius: 3px;
  transition: 0.3s linear;
  padding: 15px 30px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
@media (max-width: 767px) {
  .hero-btn {
    padding: 10px 20px;
  }
}
.hero-btn:hover {
  color: #040D10;
  background: rgba(255, 255, 255, 0.4);
}

.banner {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .banner {
    padding-top: 150px;
  }
}

.doc-left-sidebar {
  background: #FFF;
  padding: 15px;
  position: relative;
}
@media (max-width: 991px) {
  .doc-left-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 260px;
    z-index: 99;
    background: #FFF;
    bottom: 0;
    border-radius: 0;
    transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    transition: all 0.4s cubic-bezier(0.8, 0, 0.55, 0.94);
    -webkit-transition: all 0.4s cubic-bezier(0.8, 0, 0.55, 0.94);
  }
}
.doc-left-sidebar.sticky {
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .doc-left-sidebar.sticky {
    position: fixed;
  }
}
.doc-left-sidebar.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
.doc-left-sidebar .doc-nav li a {
  padding: 10px 15px;
  display: block;
  border-radius: 4px;
}
.doc-left-sidebar .doc-nav li a.active {
  background: #ffd28d;
  color: #040D10;
}
.doc-left-sidebar .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  display: none;
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .doc-left-sidebar .navbar-toggler {
    display: block;
  }
}
.doc-left-sidebar .navbar-toggler span {
  display: block;
  width: 23px;
  height: 2px;
  margin-bottom: 6px;
  background: #000;
  -webkit-transform-origin: 4px 0px;
  transform-origin: 4px 0px;
  transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}
.doc-left-sidebar .navbar-toggler span:last-child {
  margin-bottom: 0;
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span {
  opacity: 1;
  transform: rotate(45deg) translate(5px, 0);
  -webkit-transform: rotate(45deg) translate(5px, 0);
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span:last-child {
  opacity: 0;
}
.doc-left-sidebar .navbar-toggler:not(.collapsed) span:nth-last-child(2) {
  transform: rotate(-45deg) translate(-3px, 5px);
  -webkit-transform: rotate(-45deg) translate(-3px, 5px);
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem;
    line-height: 1.5;
  }
}
/*# sourceMappingURL=maps/style.css.map */
