body {
  font-family: "Source Sans Pro", sans-serif;
  background-color: #001627;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  background-color: #c84b31;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 30px;
  bottom: 30px;
  z-index: 996;
  background: linear-gradient(180deg, #ff6c00 0%, #c84b31 100%);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transition: all 0.4s;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top i {
  color: #fff;
}

.customer-tooltip .tooltip-inner {
  background-color: #fff;
  border-color: #fff;
  color: #001627;
  opacity: 1;
  box-shadow: 0px 0px 10px #fff;
}
.customer-tooltip .tooltip-arrow::before {
  border-bottom-color: #fff;
}

.main-btn {
  background: linear-gradient(180deg, #ff6c00 0%, #c84b31 100%);
  border-color: #c84b31;
  color: #fff;
  transition: 0.3s ease;
}
.main-btn:focus {
  box-shadow: none;
}
.main-btn:hover {
  color: #fff;
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.3);
}

#header {
  height: 80px;
  z-index: 997;
  transition: all 0.5s;
  background-color: #001627;
}
#header .navbar {
  padding: 0;
}
#header .navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
#header .navbar ul li {
  position: relative;
}
#header .navbar ul li a, #header .navbar ul li:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}
#header .navbar ul li a.active, #header .navbar ul li:focus.active {
  color: #fff;
}
#header .navbar ul li:hover a {
  color: #fff;
}
#header .navbar ul li.dropdown a i {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 4px;
}
#header .navbar ul li.dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  border: 1px solid #585858;
  transition: 0.3s;
}
#header .navbar ul li.dropdown ul li {
  min-width: 200px;
}
#header .navbar ul li.dropdown ul li a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}
#header .navbar ul li.dropdown ul li a:hover {
  background-color: #c84b31;
}
#header .navbar ul li.dropdown:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
#header.header-scrolled {
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.2);
  height: 70px;
}
#header .offcanvas {
  background-color: #001627;
}
#header .offcanvas .offcanvas-header {
  flex-direction: row-reverse;
}
#header .offcanvas .offcanvas-header .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
  font-size: 20px;
}
#header .offcanvas .offcanvas-body {
  padding-top: 0;
}
#header .offcanvas .offcanvas-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#header .offcanvas .offcanvas-body ul li {
  position: relative;
}
#header .offcanvas .offcanvas-body ul li a, #header .offcanvas .offcanvas-body ul li:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  white-space: nowrap;
  transition: 0.3s;
}
#header .offcanvas .offcanvas-body ul li a.active, #header .offcanvas .offcanvas-body ul li:focus.active {
  color: #fff;
}
#header .offcanvas .offcanvas-body ul li:hover a {
  color: #fff;
}
#header .offcanvas .offcanvas-body ul li.dropdown a i {
  font-size: 12px;
  padding-left: 5px;
  padding-top: 4px;
}
#header .offcanvas .offcanvas-body ul li.dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
  border: 1px solid #585858;
  transition: 0.3s;
}
#header .offcanvas .offcanvas-body ul li.dropdown ul li {
  min-width: 200px;
}
#header .offcanvas .offcanvas-body ul li.dropdown ul li a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #fff;
  font-weight: 400;
}
#header .offcanvas .offcanvas-body ul li.dropdown ul li a:hover {
  background-color: #c84b31;
}
#header .offcanvas .offcanvas-body ul li.dropdown:hover ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.hero {
  height: 100vh;
  min-height: 880px;
}
.hero > .container > .row {
  height: 100vh;
  min-height: 880px;
}
.hero h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}
.hero p {
  font-size: 26px;
  color: #fff;
}
.hero .hero-box {
  width: 100%;
  height: 300px;
  border: 3px solid #999999;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hero .hero-box .head {
  display: flex;
  align-items: center;
}
.hero .hero-box .head img {
  width: 100px;
  margin: 0 30px 0 10px;
}
.hero .hero-box .head p {
  font-size: 18px;
  margin-bottom: 0;
}
.hero .hero-box .body p {
  font-size: 22px;
  margin-bottom: 0;
}
.hero .hero-box .foot a {
  color: #c84b31;
}
.hero .hero-box .foot a i {
  transition: 0.5s ease;
  font-size: 11px;
}
.hero .hero-box .foot a:hover i {
  transform: translateX(3px);
}

.section-one {
  padding-bottom: 50px;
  color: #fff;
}
.section-one h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.section-one h5 {
  font-weight: 700;
}
.section-one p {
  margin: 20px 0;
}
.section-one .performance-box {
  width: 100%;
  height: 300px;
  border: 3px solid #999999;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.section-one .performance-box .body h2 {
  text-align: center;
  font-size: 70px;
  color: #c84b31;
  font-weight: 800;
}
.section-one .performance-box .body p {
  text-align: center;
  color: #fff;
  font-size: 22px;
}
.section-one .performance-box.small {
  height: 200px;
}
.section-one .performance-box.small .body h2 {
  font-size: 40px;
}
.section-one .performance-box.small .body p {
  text-align: center;
  font-size: 18px;
}
.section-one .technologies {
  display: flex;
  justify-content: center;
}
.section-one .technologies img {
  height: 60px;
  padding: 0 10px;
}

.get-start {
  background-color: #001e32;
  padding: 80px 0;
  color: #fff;
}
.get-start h3 {
  font-weight: 700;
  margin-bottom: 30px;
}
.get-start h5 {
  font-weight: 700;
}
.get-start a {
  color: #c84b31;
}
.get-start a i {
  transition: 0.5s ease;
  font-size: 11px;
}
.get-start a:hover i {
  transform: translateX(3px);
}
.get-start .btn {
  margin-top: 80px;
  color: #fff;
}

.content-heading {
  background-color: #000d16;
  padding: 50px 0;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 80px;
}
.content-heading h2 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 2.5rem;
}
.content-heading.features {
  text-align: center;
  height: 350px;
}
.content-heading.features h2 {
  font-size: 2.75rem;
  margin-bottom: 10px;
}
.content-heading.features h5 {
  font-weight: 300;
  margin-bottom: 30px;
}

.content {
  margin-bottom: 50px;
}
.content .navbar .nav .nav-link {
  color: #fff;
  font-size: 18px;
}
.content .navbar .nav .nav-link.active {
  color: #c84b31;
  background-color: transparent;
}
.content #pricing-scrollspy,
.content #faq-scrollspy,
.content #getstart-scrollspy {
  position: sticky;
  top: 80px;
}
.content .scrollspy-content {
  position: relative;
  color: #fff;
}
.content .scrollspy-content .table {
  border: 0;
  border-bottom: 1px solid #999999;
  margin-bottom: 30px;
}
.content .scrollspy-content .table.table-striped tr {
  border: 0;
}
.content .scrollspy-content .table.table-striped tr td,
.content .scrollspy-content .table.table-striped tr th {
  color: #fff;
  border: 0;
}
.content .scrollspy-content .table.table-striped tr:nth-child(odd) {
  background-color: transparent;
}
.content .scrollspy-content .table.table-striped tr:nth-child(even) {
  background-color: #000;
}
.content .scrollspy-content .form-control {
  background-color: #000d16;
  border-color: #999999;
  resize: none;
  margin-bottom: 20px;
  color: #fff;
}
.content .scrollspy-content .form-control:focus {
  box-shadow: none;
  border-color: #c84b31;
}
.content .scrollspy-content ::-webkit-input-placeholder {
  color: #fff;
}
.content .scrollspy-content :-ms-input-placeholder {
  color: #fff;
}
.content .scrollspy-content ::placeholder {
  color: #fff;
}
.content .scrollspy-content .step-box {
  padding: 15px;
  padding-bottom: 50px;
  background-color: #000d16;
  height: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
.content .scrollspy-content .step-box span {
  display: block;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #999999;
}
.content .scrollspy-content .step-box h5 {
  margin: 20px 0;
}
.content .scrollspy-content .step-box a {
  color: #c84b31;
}
.content .scroll-links {
  padding-top: 80px;
  border-bottom: 1px solid #999999;
}
.content .scroll-links h5 {
  text-align: center;
  color: #fff;
  max-width: 1000px;
  line-height: 35px;
  margin: 0 auto;
}
.content .scroll-links ul {
  display: flex;
  justify-content: space-around;
  margin: 0 80px;
  padding: 50px 0 30px 0;
  list-style: none;
}
.content .scroll-links ul a {
  color: #fff;
  font-size: 24px;
}
.content .feature-heading {
  padding-top: 80px;
  padding-bottom: 20px;
  color: #fff;
}
.content .feature-box {
  position: relative;
  height: 600px;
}
.content .feature-box .feature-image {
  background-position: 0 100%;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: -1;
}
.content .feature-box .feature-image.image-1 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-1.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-2 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-3 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-3.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-4 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-4.jpeg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-5 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-5.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-6 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-6.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-7 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-7.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-8 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-8.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-9 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-9.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-10 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-10.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-image.image-11 {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0.05) 100%), url("../img/features/image-11.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.content .feature-box .feature-body {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
.content .feature-box .feature-body a {
  color: #c84b31;
}
.content .feature-box .feature-body a i {
  transition: 0.5s ease;
  font-size: 11px;
}
.content .feature-box .feature-body a:hover i {
  transform: translateX(3px);
}
.content .feature-box .feature-body p {
  max-width: 800px;
}
.content .feature-box.box-small {
  height: 500px;
}
.content.customers {
  color: #fff;
}
.content.customers blockquote {
  padding: 0 0 0 15px;
  border-left: 5px solid #f7f7f7;
}

.contact-map {
  margin-top: 80px;
  position: relative;
}
.contact-map iframe {
  filter: grayscale(1) invert(1);
}
.contact-map .overlay-map {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 70%, #001627);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.contact {
  padding: 80px 0;
  color: #fff;
}
.contact .inner h2 {
  font-size: 40px;
  margin-bottom: 30px;
}
.contact .inner .contact-box {
  background-color: #000d16;
  border-radius: 5px;
  height: 90%;
  margin-bottom: 30px;
  padding: 25px;
  border: 1px solid #999999;
}
.contact .inner .contact-box.h100 {
  height: 100%;
}
.contact .inner .form-control {
  background-color: #000d16;
  border-color: #999999;
  resize: none;
  margin-bottom: 20px;
  color: #fff;
}
.contact .inner .form-control:focus {
  box-shadow: none;
  border-color: #c84b31;
}
.contact .inner ::-webkit-input-placeholder {
  color: #fff;
}
.contact .inner :-ms-input-placeholder {
  color: #fff;
}
.contact .inner ::placeholder {
  color: #fff;
}
.contact .inner .main-btn {
  width: 150px;
}

#footer {
  padding: 50px 0 20px 0;
  color: #fff;
  background-color: #000d16;
}
#footer p {
  margin: 25px 0;
}
#footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer ul li {
  padding: 5px 0;
}
#footer ul li a {
  transition: 0.5s ease;
  color: #fff;
}
#footer ul li a i {
  padding-right: 5px;
  font-size: 11px;
}
#footer ul li a:hover {
  color: #c84b31;
}
#footer .social {
  display: flex;
  margin-top: 30px;
}
#footer .social a {
  padding: 0 8px;
}
#footer .social a i {
  transition: 0.5s ease;
  color: #fff;
  font-size: 28px;
}
#footer .social a:hover i {
  color: #c84b31;
}
#footer .copyright a {
  transition: 0.5s ease;
  color: #fff;
}
#footer .copyright a:hover {
  color: #c84b31;
}

@media (max-width: 1400px) {
  .contact .inner .contact-box.h100 {
    height: 90%;
  }
}
@media (max-width: 1200px) {
  .hero {
    margin-top: 100px;
    margin-bottom: 100px;
    height: auto;
    min-height: 100%;
  }
  .hero > .container > .row {
    height: auto;
    min-height: 100%;
  }
}
@media (max-width: 991px) {
  .content .scroll-links ul {
    margin: 0 20px;
  }
  .content .scroll-links ul a {
    font-size: 20px;
  }
  .content .feature-box {
    height: 400px;
  }
  .content .feature-box.box-small {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .section-one .technologies {
    flex-wrap: wrap;
  }

  .content .scroll-links ul {
    margin: 0 5px;
  }
  .content .scroll-links ul a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #header {
    padding: 0 15px;
  }

  .content .scroll-links ul {
    flex-wrap: wrap;
  }
  .content .scroll-links ul li {
    margin: 5px 10px;
  }
  .content .feature-box {
    height: 350px;
  }
  .content .feature-box.box-small {
    height: 350px;
  }
  .content .feature-box .feature-body p {
    font-size: 14px;
  }
}

/*# sourceMappingURL=styles.css.map */
