@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;900&family=Work+Sans:wght@400;500;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=PT+Serif:wght@700&display=swap");
.inner-page-banner {
  position: relative;
}
.inner-page-banner video, .inner-page-banner .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inner-page-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 84, 254, 0.6509803922) 100%);
}
.inner-page-banner .banner-content {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
@media (max-width: 767px) {
  .inner-page-banner .banner-content {
    height: 100vh;
  }
}
.inner-page-banner .banner-content h1 {
  font-weight: 800;
  font-size: 60px;
  margin-top: 6rem;
}
@media (max-width: 768px) {
  .inner-page-banner .banner-content h1 {
    font-size: 38px;
  }
}
@media (max-width: 365px) {
  .inner-page-banner .banner-content h1 {
    font-size: 32px;
  }
}
.inner-page-banner .banner-content h1 span {
  color: #1f227f;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

h3 {
  font-size: 45px;
  color: #1f227f;
}
@media (max-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

p {
  font-size: 18px;
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
}

.p-top {
  padding-top: 6rem;
}
@media (max-width: 768px) {
  .p-top {
    padding-top: 4rem;
  }
}

.p-bot {
  padding-bottom: 6rem;
}
@media (max-width: 768px) {
  .p-bot {
    padding-bottom: 4rem;
  }
}

.highlight {
  color: #DD3333;
}

.primary-btn {
  background: #DD3333;
  color: #fff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 2rem;
  margin-top: 1.5rem;
  transition: 0.5s;
  display: inline-block;
  border: 1px solid #DD3333;
}
.primary-btn:hover {
  background-color: #1f227f;
  border: 1px solid #fff;
}
@media (max-width: 768px) {
  .primary-btn {
    padding: 0.5rem 1.5rem;
    font-weight: normal;
    margin-top: 1rem;
  }
}

.secondary-btn {
  background: transparent;
  color: #1f227f;
  border: none;
  font-weight: 500;
  padding: 1rem 2rem;
  border-radius: 2rem;
  display: inline-block;
  margin-top: 1.5rem;
  transition: 0.5s;
  border: 1px solid #1f227f;
}
.secondary-btn:hover {
  background-color: #1f227f;
  border: 1px solid #fff;
  color: #fff;
}
@media (max-width: 768px) {
  .secondary-btn {
    padding: 0.5rem 1.5rem;
    font-weight: normal;
  }
}

.bold-font {
  font-weight: bold;
}

.top-navbar {
  background-color: #1f227f;
  color: #fff;
  padding: 0.5rem 0;
}
.top-navbar .top-navbar-wrapper {
  display: flex;
  justify-content: space-between;
}
.top-navbar .top-navbar-wrapper .right-navbar-content {
  display: flex;
}
.top-navbar .top-navbar-wrapper .right-navbar-content .info-wrapper {
  margin-right: 30px;
}
.top-navbar .icon-wrapper {
  display: flex;
}
.top-navbar .icon-wrapper a {
  color: #fff;
  border-radius: 4px;
  display: flex;
  width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  font-size: 14px;
}
.top-navbar .icon-wrapper a:hover {
  color: #DD3333;
}
.top-navbar .info-wrapper a {
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.top-navbar .info-wrapper a i {
  margin-right: 8px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .nav-btn a {
    padding: 0.5rem 1rem;
  }
}

.scrolled {
  position: fixed !important;
  top: 20px;
  z-index: 999;
  padding-top: 0 !important;
}
.scrolled .site-navbar {
  box-shadow: 0 0 15px rgba(31, 34, 127, 0.1215686275);
}

.navbar-area {
  width: 100%;
  padding-top: 1.5rem;
  background-color: transparent;
  position: fixed;
  z-index: 999;
}
.navbar-area .site-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 991px) {
  .navbar-area .site-navbar {
    display: none;
  }
}
.navbar-area .site-navbar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.navbar-area .site-navbar ul li a {
  color: #1b1b1b;
  padding: 20px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-area .site-navbar ul li a {
    padding: 15px;
  }
}
.navbar-area .site-navbar ul li a:hover {
  color: #DD3333;
}
.navbar-area .site-navbar ul .nav-active {
  color: #DD3333;
}
.navbar-area .site-navbar .solution-sub-menu {
  position: absolute;
  top: 110%;
  display: none;
}
.navbar-area .site-navbar .solution-sub-menu .solution-wrapper {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  width: 100%;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 20px 10px;
  border-radius: 10px;
}
.navbar-area .site-navbar .solution-sub-menu .solution-wrapper .solution-grid .custom-text-wrapper {
  border-bottom: 1px solid #ccc;
  margin: 0 0 22px;
  padding: 0 0 16px;
}
.navbar-area .site-navbar .solution-sub-menu .solution-wrapper .solution-grid .custom-text-wrapper .custom-heading {
  font-size: 16px;
}
.navbar-area .site-navbar .solution-sub-menu .solution-wrapper .solution-grid .link-list ul {
  display: flex;
  flex-direction: column;
}
.navbar-area .site-navbar .solution-sub-menu .solution-wrapper .solution-grid .link-list ul li a {
  padding: 18px 0;
}
.navbar-area .down-arrow {
  transform: rotate(-180deg);
  transition: 0.2s;
}
.navbar-area .mob-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 1rem;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 15px rgba(31, 34, 127, 0.1215686275);
}
.navbar-area .mob-navbar .nav-toggler {
  background: none;
  border: none;
  margin-left: 0.5rem;
}
.navbar-area .mob-menu {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
@media (min-width: 991px) {
  .navbar-area .mob-menu {
    display: none;
  }
}
.navbar-area .mob-menu .mobile-solution-sub-menu {
  display: none;
}
.navbar-area .mob-menu .top-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background-color: #f9f9f9;
}
@media (max-width: 575px) {
  .navbar-area .mob-menu .top-nav {
    padding: 1rem;
  }
}
.navbar-area .mob-menu .top-nav button.closebtn {
  background: none;
  border: none;
}
.navbar-area .mob-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 1rem 2rem;
}
@media (max-width: 575px) {
  .navbar-area .mob-menu ul {
    padding: 1rem;
  }
}
.navbar-area .mob-menu ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
.navbar-area .mob-menu ul li a {
  color: #1b1b1b;
  font-weight: 500;
  display: block;
  padding: 0.5rem 0;
}

.header-area {
  position: relative;
}
.header-area video, .header-area .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.header-area .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 84, 254, 0.6509803922) 100%);
}
.header-area .hero-section {
  height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #ffffff;
  position: relative;
}
.header-area .hero-section h1 {
  font-weight: 800;
  font-size: 60px;
  margin-top: 10rem;
}
@media (max-width: 768px) {
  .header-area .hero-section h1 {
    font-size: 38px;
  }
}
@media (max-width: 365px) {
  .header-area .hero-section h1 {
    font-size: 32px;
  }
}
.header-area .hero-section h1 span {
  color: #1f227f;
}

.service-wrapper {
  position: relative;
  top: 110px;
}
@media (max-width: 992px) {
  .service-wrapper {
    top: 95px;
  }
}
.service-wrapper .service-box {
  background-color: #1f227f;
  color: #fff;
  border-radius: 30px;
  padding: 2rem;
  font-size: 20px;
}
@media (max-width: 992px) {
  .service-wrapper .service-box {
    padding: 1.5rem;
  }
}
@media (max-width: 375px) {
  .service-wrapper .service-box img {
    width: 45px;
  }
}

.text-wrapper {
  padding-top: 12rem;
  text-align: center;
}

.text-with-image {
  background-color: #1f227f;
  color: #fff;
}
.text-with-image .secondary-btn, .text-with-image h3 {
  color: #fff;
}
.text-with-image .color-box {
  color: #fff;
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  transition: 0.5s;
}
.text-with-image .color-box:hover {
  background-color: #DD3333;
}
.text-with-image .color-box .col-num {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 768px) {
  .text-with-image .color-box .col-num {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .text-with-image .color-box {
    padding: 20px 15px;
  }
}
.text-with-image .color-box-1 {
  background-color: #7B54FE;
}
.text-with-image .color-box-2 {
  background-color: #3ED0F5;
}
.text-with-image img {
  border-radius: 30px;
  transition: 0.2s;
  border: 2px solid #1f227f;
}
.text-with-image img:hover {
  border: 2px solid #DD3333;
}

.tab-wrapper .tab-container {
  background-color: #f4f4ff;
  border-radius: 30px;
  padding: 2rem;
}
@media (max-width: 768px) {
  .tab-wrapper .tab-container {
    padding: 1rem;
  }
}
.tab-wrapper .tab-container #nav-tab {
  border: none;
  justify-content: center;
}
.tab-wrapper .tab-container .nav-link {
  background: none;
  border: 2px solid #1f227f;
  border-radius: 30px;
  color: #1f227f;
  margin-right: 1rem;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .tab-wrapper .tab-container .nav-link {
    margin-bottom: 5px;
  }
}
@media (max-width: 768px) {
  .tab-wrapper .tab-container .nav-link {
    font-weight: normal;
    font-size: 18px;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }
}
.tab-wrapper .tab-container .nav-link.active {
  background-color: #1f227f;
  color: #fff;
}
.tab-wrapper .tab-container .bold-text {
  font-size: 32px;
  color: #1f227f;
}
@media (max-width: 992px) {
  .tab-wrapper .tab-container .bold-text {
    font-size: 22px;
  }
}
.tab-wrapper .tab-container button.accordion-button {
  background: #eeeeff !important;
  color: #1f227f;
  font-size: 18px;
  border-bottom: 1px solid #1f227f;
}
.tab-wrapper .tab-container .accordion-body {
  background: #f4f4ff;
}
.tab-wrapper .tab-container .accordion-body p {
  font-size: 16px;
}

.pricing-section {
  background-color: #f4f4ff;
}

.cards-wrapper {
  background-color: #fff;
}
.cards-wrapper .office-card {
  background-color: #f4f4ff;
  border-radius: 30px;
  padding: 2rem;
  transition: 0.5s;
  height: 100%;
}
.cards-wrapper .office-card:hover {
  box-shadow: 0px 15px 15px 0px rgba(47, 47, 47, 0.15);
}
.cards-wrapper .learn-more-link {
  color: #1b1b1b;
  font-weight: bold;
}
.cards-wrapper .learn-more-link:hover {
  color: #DD3333;
}
.cards-wrapper img {
  width: 100%;
  border-radius: 15px;
}

.demo-section {
  padding: 2rem 0;
  background-color: #DD3333;
}
.demo-section h3, .demo-section p {
  color: #fff;
}
.demo-section .secondary-btn {
  background-color: #1f227f;
  color: #fff;
}

footer {
  background-color: #1f227f;
  color: #f4f4ff;
  font-size: 18px;
}
footer ul {
  list-style-type: none;
}
@media (max-width: 992px) {
  footer ul {
    padding: 0;
  }
}
footer ul a {
  color: #fff;
  padding: 0.5rem 0;
  display: inline-block;
  color: #f4f4ff;
}
footer ul a:hover {
  color: #DD3333;
}
footer .foot-link-title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 1rem;
}
footer .icon-wrapper {
  display: flex;
}
footer .icon-wrapper a {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #1f227f;
  border-radius: 100%;
  margin-right: 10px;
}
footer .icon-wrapper a:hover {
  background-color: #DD3333;
  color: #fff;
}
footer .copyright {
  margin-top: 4rem;
  padding: 1rem;
  background-color: #0e0f43;
  font-size: 14px;
}
@media (max-width: 768px) {
  footer .copyright {
    margin-top: 2rem;
  }
}
footer .copyright a {
  color: #fff;
  text-decoration: underline;
}
footer .copyright a:hover {
  color: #DD3333;
}

.inner-page-banner {
  position: relative;
  /* .banner-content{
      height: 50vh;
      display: flex;
      flex-direction: column;
      justify-content: center;
      color: #ffffff;
      position: relative;
      h1{
          font-weight: 800;
          font-size: 60px;
          margin-top: 6rem;
          @media (max-width: 768px) {
            font-size: 38px;
          }
          @media (max-width: 365px) {
            font-size: 32px;
          }
          span{
              color: $primray_color;
          }
      }
  } */
}
.inner-page-banner video, .inner-page-banner .hero-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.inner-page-banner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: transparent;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(124, 84, 254, 0.6509803922) 100%);
}/*# sourceMappingURL=style.css.map */