@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap&family=Open+Sans:wght@300;400;600;700;800&display=swap&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
@import 'lib/bootstrap-grid.min.css';
@import 'icons.css';
html {
  font-size: 10px;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  height: 100%;
}
html.is-active {
  overflow: hidden;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
}

.full-box-link {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

main {
  flex: 1 0 auto;
}

.d-flex {
  display: flex;
}

body {
  background-color: #121321;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  min-height: 100vh;
  position: relative;
}
body.is-active {
  position: relative;
}
body.is-active::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  z-index: 9;
}
body::after {
  content: "";
  position: absolute;
  background: url(../images/home/hero-banner-bg.png) 0 0 no-repeat;
  background-size: 100%;
  top: 0;
  left: 0;
  height: 1130px;
  width: 100%;
}

ul {
  list-style: none;
  padding: 0;
}

.mt-08 {
  margin-top: 0.8rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mb-08 {
  margin-bottom: 0.8rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}

.row {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.row [class^=col-] {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.row1 {
  margin-left: -2.8rem;
  margin-right: -2.8rem;
}
.row1 [class^=col-] {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

.container {
  position: relative;
  z-index: 5;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 1400px;
  }
}
@media (min-width: 1600px) {
  .container1 {
    width: 1630px;
  }
}
@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
}
.section {
  position: relative;
}
.section-first {
  padding-top: 15rem;
}
.section-hero {
  padding-bottom: 10rem;
}
.section-hero .text .h {
  font-family: "filson_softbold";
  margin-bottom: 2rem;
}
.section-hero .text p {
  color: #f4f4f4;
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
.section-hero .text p span {
  color: #fff;
  font-weight: 600;
}
.section-hero .text .btn2-group {
  margin-top: 5rem;
}
.section-hero .img-box {
  position: relative;
}
.section-hero .img-box img {
  max-width: 90%;
}
.section-hero .img-box::before {
  content: "";
  position: absolute;
  opacity: 0;
  background: url(../images/home/img-shadow.svg) 0 0 no-repeat;
  height: 100%;
  width: 100%;
}
.section-projects {
  padding: 18rem 0 0;
}
.section-projects .title {
  margin-bottom: 4.5rem;
}
.section-projects .box .card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  min-height: 35rem;
  margin: 1rem 0;
  width: 100%;
}
.section-projects .view-all {
  margin-top: 3rem;
}
.section-projects .view-all a {
  color: #53A2FE;
  font-size: 2.2rem;
  text-decoration: none;
}
.section-projects .view-all a span {
  display: inline-block;
  transition: 0.1s ease-in;
}
.section-projects .view-all a:hover span {
  transform: translateX(50%);
}
.section-contact-form {
  background-color: #171B4F;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 15rem 0;
}
.section-contact-form .title .h {
  margin-bottom: 2rem;
}
.section-contact-form .title p {
  color: #ECECEC;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-contact-form .box {
  margin-top: 4rem;
  background-color: rgba(217, 217, 217, 0.1);
  border-radius: 10px;
  max-width: 33rem;
  padding: 4rem;
}
.section-contact-form .box h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  line-height: 1.3;
}
.section-contact-form .box p {
  font-size: 2.5rem;
}
.section-cta {
  padding: 0 0 10rem;
}
.section-cta .box {
  background-color: #3038A7;
  border-radius: 20px;
  padding: 9rem 0;
  position: relative;
  width: 100%;
}
.section-cta .box-inner {
  max-width: 100rem;
  margin: auto;
  position: relative;
  padding: 0 20px;
  z-index: 4;
}
.section-cta .box-inner .h {
  margin-bottom: 2.4rem;
}
.section-cta .box-inner p {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 300;
  margin: auto;
  max-width: 75rem;
}
.section-cta .box .btn2 {
  font-weight: 600;
}
.section-cta .box .btn2-group {
  margin-top: 2.4rem;
}
.section-cta .box::after {
  content: "";
  position: absolute;
  background-color: #3841BC;
  border-radius: 20px;
  height: 100%;
  inset: 0;
  margin: auto;
  width: calc(100% - 60px);
}
.section-tech {
  padding: 10rem 0 12rem;
}
.section-tech .title {
  margin-bottom: 8rem;
}
.section-tech .title .h {
  margin-bottom: 1rem;
}
.section-tech .title p {
  color: #ECECEC;
  font-size: 1.8rem;
  line-height: 1.6;
}
.section-tech .tabs {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding: 0 0 1rem;
  width: 100%;
}
.section-tech .tabs::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  height: 1px;
  left: 0;
  width: 100%;
}
.section-tech .tabs li {
  cursor: pointer;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  padding: 0 1.4rem;
  position: relative;
}
.section-tech .tabs li::after, .section-tech .tabs li::before {
  content: "";
  position: absolute;
  opacity: 0;
  background-color: #3841BC;
  left: 0;
}
.section-tech .tabs li::after {
  border-radius: 15px;
  height: 5px;
  bottom: -12px;
  width: 100%;
  z-index: 5;
}
.section-tech .tabs li::before {
  border-radius: 10px;
  bottom: -15px;
  height: 12px;
  left: 0;
  right: 0;
  margin: auto;
  width: 50px;
}
.section-tech .tabs li.active, .section-tech .tabs li:hover {
  color: #3841BC;
}
.section-tech .tabs li.active::after, .section-tech .tabs li.active::before, .section-tech .tabs li:hover::after, .section-tech .tabs li:hover::before {
  opacity: 1;
}
.section-tech .tab-content {
  padding: 12rem 0 5rem;
  display: none;
  max-width: 90rem;
  margin: auto;
}
.section-tech .tab-content-icon-two {
  max-width: 45rem;
}
.section-tech .tab-content-icon-three {
  max-width: 55rem;
}
.section-tech .tab-content .icon {
  justify-content: center;
  display: flex;
  align-items: center;
  height: 10rem;
  margin: auto;
  width: 10rem;
}
.section-tech .tab-content .icon img {
  max-width: 100%;
  max-height: 100%;
}
.section-tech .tab-content .name {
  text-align: center;
}
.section-tech .tab-content .name p {
  color: rgba(236, 236, 236, 0.8);
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
}
.section-tech .tab-drawer-heading {
  display: none;
}

@media (max-width: 1199px) {
  .section-cta {
    padding: 0 0 5rem;
  }
  .section-tech {
    padding: 5rem 0;
  }
  .section-tech .title {
    margin-bottom: 3rem;
    text-align: center;
  }
  .section-projects {
    padding-top: 5rem;
  }
  .section-projects .title {
    margin-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .section-hero {
    padding-bottom: 2rem;
  }
  .section-hero .text {
    margin-bottom: 5rem;
    text-align: center;
  }
  .section-cta .box {
    padding: 4rem 0;
  }
  .section-cta .box-inner {
    padding: 0 60px;
  }
  .section-tech .tabs {
    overflow-y: hidden;
    overflow-x: auto;
  }
  .section-tech .tabs li {
    white-space: nowrap;
  }
  .section-contact-form {
    padding: 7rem 0;
  }
  .section-contact-form .title {
    text-align: center;
  }
  .section-contact-form .title .h br {
    display: none;
  }
  .section-contact-form .box {
    margin-bottom: 3rem;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .section-contact-form .box {
    padding: 2rem;
  }
  .section-contact-form .box h3 {
    font-size: 5rem;
  }
  .section-contact-form .box p {
    font-size: 2rem;
  }
  .section-tech .tab-content {
    padding: 6rem 0;
  }
  .section-tech .tab-content > .d-flex {
    flex-wrap: wrap;
  }
  .section-tech .tab-content > .d-flex > div {
    width: 33.3333333333%;
  }
  .section-cta .box {
    padding: 3rem 1.5rem;
  }
  .section-cta .box-inner {
    padding: 0;
  }
  .section-cta .box::after {
    opacity: 0;
  }
  .section-cta .box .btn2 {
    line-height: 4.5rem;
    padding: 0 1rem;
    font-size: 1.4rem;
  }
  .section-cta .box .btn2 span {
    display: none;
  }
  .section-projects .box .card {
    min-height: 18rem;
  }
}
.footer {
  background: rgb(23, 27, 79);
  background: linear-gradient(180deg, rgb(23, 27, 79) 0%, rgb(5, 6, 20) 100%);
  padding: 10rem 0 0;
}
.footer-top {
  padding-bottom: 8rem;
}
.footer-top .title .h2 {
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
  font-size: 6rem;
  font-weight: 700;
}
.footer-top .title p {
  font-size: 1.6rem;
}
.footer-top ul {
  margin-top: 3.2rem;
  padding-top: 3.2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.footer-top ul::after {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  max-width: 60rem;
}
.footer-top ul li {
  padding: 0 1rem;
}
.footer-top ul li a {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0 1rem;
  text-decoration: none;
}
.footer-top ul li a:hover {
  text-decoration: underline;
}
.footer-top .social {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2.4rem;
}
.footer-top .social a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.footer-top .social a + a {
  margin-left: 1.6rem;
}
.footer-top .social a span, .footer-top .social a svg {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.footer-bootom {
  background-color: rgba(217, 217, 217, 0.04);
  padding: 1.6rem 0;
}
.footer-bootom p {
  color: rgba(211, 211, 211, 0.8);
  font-size: 1.4rem;
  font-weight: 300;
}
.footer-bootom p a {
  color: rgba(211, 211, 211, 0.8);
  text-decoration: none;
}
.footer-bootom p a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .footer-top {
    padding-bottom: 5rem;
  }
  .footer-top ul li {
    padding: 1rem;
  }
}
.form {
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem;
}
.form-group {
  margin-bottom: 3.2rem;
}
.form-lable {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  color: #444;
  display: block;
}
.form-control {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  font-family: "Poppins", sans-serif;
  line-height: 3.5rem;
  padding: 1rem 2rem;
  width: 100%;
}
.form-control-textarea {
  resize: none;
  min-height: 15rem;
}
.form-control::-moz-placeholder {
  color: #777;
}
.form-control::placeholder {
  color: #777;
}
.form-control:focus {
  outline: none;
}
.form .btn2 {
  padding: 0 4.5rem;
}

@media (max-width: 991px) {
  .form {
    border-radius: 10px;
    padding: 3rem 2rem;
  }
}
.header {
  background-color: #3841BC;
  left: 0;
  position: absolute;
  padding: 2.4rem 0;
  right: 0;
  top: 0;
  transition: all 0.15s;
  z-index: 9;
}
.header-row > a {
  text-decoration: none;
}
.header-row > a img {
  max-width: 14rem;
}
.header-row > a b {
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
}
.header-row > a b span {
  color: #3841BC;
}
.header.fixed {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
}
.header.fixed a img {
  max-width: 12rem;
}
.header ul {
  display: flex;
}
.header ul li + li {
  margin-left: 5rem;
}
.header ul li .nav-link {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.header ul li .nav-link.active {
  font-weight: bold;
  text-decoration: underline;
}
.header ul li .nav-link:hover {
  color: #121321;
}
.header ul li .btn2 {
  font-size: 2.2rem;
  font-weight: 600;
}
.header ul li.active a {
  color: #3841BC;
}
.header ul li.active a::before {
  opacity: 1;
}

.menu-icon {
  display: none;
  z-index: 100;
}
.menu-icon label {
  display: flex;
  flex-direction: column;
  width: 70px;
  cursor: pointer;
}
.menu-icon label span {
  background-color: #fff;
  border-radius: 10px;
  height: 7px;
  margin: 7px 0;
  transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.menu-icon label span:nth-of-type(1) {
  width: 50%;
}
.menu-icon label span:nth-of-type(2) {
  width: 100%;
}
.menu-icon label span:nth-of-type(3) {
  width: 75%;
}
.menu-icon input[type=checkbox] {
  display: none;
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(1) {
  transform-origin: bottom;
  transform: rotatez(45deg) translate(8px, 0px);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(2) {
  transform-origin: top;
  transform: rotatez(-45deg);
}
.menu-icon input[type=checkbox]:checked ~ span:nth-of-type(3) {
  transform-origin: bottom;
  width: 50%;
  transform: translate(30px, -11px) rotatez(45deg);
}

@media (max-width: 1199px) and (min-width: 992px) {
  .header-row > a img {
    max-width: 12rem;
  }
}
@media (max-width: 991px) {
  .header {
    background-color: transparent;
  }
  .header.fixed {
    background-color: rgba(56, 65, 188, 0.95);
  }
  .header.fixed ul {
    min-height: 100vh;
    top: 0;
  }
  .header-row {
    border-radius: 0;
    padding: 0;
    position: relative;
  }
  .header-row > a img {
    max-width: 7rem;
  }
  .header-row .text-end .btn2 {
    margin-right: 8rem;
  }
  .header ul {
    background: #121321 url(../images/home/hero-banner-bg.png) 0 0 no-repeat;
    box-shadow: -11px -7px 20px 11px rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: block;
    position: fixed;
    padding: 5rem;
    left: auto;
    height: 100vh;
    right: -30px;
    transform: translateX(100%);
    transition: transform 0.9s;
    top: 0;
    width: 98%;
    z-index: 99;
  }
  .header ul li .nav-link:hover {
    color: #3841BC;
  }
  .header ul li a {
    font-size: 3rem;
  }
  .header ul li a::before {
    display: none;
  }
  .header ul li + li {
    margin-left: 0;
    margin-top: 1.5rem;
  }
  .header.is-active ul {
    transform: translateX(0);
  }
  .inner-pages .header ul li .nav-link {
    color: #fff;
  }
  .menu-icon {
    display: block;
    position: absolute;
    left: auto;
    right: -2rem;
    transform: scale(0.6);
  }
}
@media (max-width: 767px) {
  .header ul {
    padding: 3rem;
  }
  .menu-icon {
    transform: scale(0.5);
  }
}
h,
.h {
  font-family: "Montserrat", sans-serif;
}
h1,
.h1 {
  font-size: 5rem;
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 3.5rem;
  }
}
h2,
.h2 {
  font-size: 4.5rem;
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 3rem;
  }
}
h3,
.h3 {
  font-size: 3.5rem;
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 2.6rem;
  }
}
h4,
.h4 {
  font-size: 2.5rem;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}

.btn2 {
  border-radius: 5px;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 3rem;
  cursor: pointer;
  text-decoration: none;
}
.btn2-primary {
  background-color: #3841BC;
  border: 1px solid #3841BC;
  color: #fff;
}
.btn2-primary:hover {
  color: #3841BC;
  background-color: transparent;
}
.btn2-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #3841BC;
}
.btn2-white:hover {
  color: #fff;
  border-color: #3038A7;
  background-color: #3038A7;
}
.btn2-white:hover svg path {
  fill: #fff;
}
.btn2-large {
  line-height: 6.8rem;
}

@font-face {
  font-family: "filson_softbold";
  src: url("../fonts/web-fonts/filson_soft1.woff2") format("woff2"), url("../fonts/web-fonts/filson_soft1.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}/*# sourceMappingURL=common.css.map */