@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,300&display=swap");
body {
  font-family: "DM Sans", sans-serif;
}

#header .navbar {
  position: absolute;
  z-index: 111;
  left: 0;
  right: 0;
}
@media (max-width: 991.98px) {
  #header .navbar .navbar-brand img {
    max-width: 200px;
  }
}
#header .navbar .offcanvas-header {
  background-color: #14358A;
}
#header .navbar .offcanvas-header .btn-close {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header .navbar-toggler-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
#header .navbar-toggler-icon:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header li a {
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 30px 20px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #header li a {
    font-size: 16px;
    padding: 15px 0;
    color: #01112D;
  }
}
#header li a:hover {
  color: #bdbdbd;
}
#header li .btn-up {
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 5px 20px;
  margin-top: 26px;
}
#header li .btn-up:hover {
  color: #14358A;
  background-color: #fff;
}
#header .dropdown .dropdown-menu {
  padding: 0;
}
#header .dropdown li a {
  color: #01112D;
  padding: 10px 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#header .dropdown li a:hover {
  background-color: #01112D;
  color: #fff;
}

.banner-location {
  padding-top: 70px;
  background-image: url("../img/BackgroundHero.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
  padding-bottom: 250px;
}
@media (max-width: 991.98px) {
  .banner-location {
    padding: 150px 0;
    background-size: cover;
  }
}
.banner-location .banner-heading h1 {
  letter-spacing: 2px;
  font-size: 65px;
  line-height: 87px;
  font-weight: 600;
  padding: 100px 0px 10px 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-location .banner-heading h1 {
    padding: 0;
    font-size: 25px;
    line-height: normal;
  }
}
.banner-location .banner-heading h2 {
  letter-spacing: 0px;
  font-size: 23px;
  line-height: inherit;
  font-weight: 500;
  padding: 10px 0px 10px 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner-location .banner-heading h2 {
    padding: 0;
    font-size: 17px;
    padding-top: 30px;
    padding-bottom: 50px;
    line-height: normal;
  }
}
.banner-location .banner-heading h2 span {
  font-weight: 700;
}

.banner-graphic {
  background-image: url("../img/BackgroundHero.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
  padding-bottom: 279px;
}
@media (max-width: 991.98px) {
  .banner-graphic {
    padding: 150px 0;
    background-size: cover;
    padding-bottom: 250px;
  }
}
.banner-graphic .graphic-heading {
  max-width: 800px;
  margin: 0 auto;
}
.banner-graphic .graphic-heading h1 {
  text-align: center;
  color: #fff;
  font-size: 53px;
  font-weight: 600;
  letter-spacing: 8px;
  padding: 20px 10px;
}
@media (max-width: 991.98px) {
  .banner-graphic .graphic-heading h1 {
    font-size: 25px;
  }
}
.banner-graphic .graphic-heading p {
  padding: 0px 10px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 991.98px) {
  .banner-graphic .graphic-heading p {
    font-size: 15px;
  }
}
.banner-graphic .graphic-btn {
  text-align: center;
  margin-top: 50px;
}
.banner-graphic .graphic-btn .btn-buy {
  padding: 10px 20px;
  color: #fff;
  background: linear-gradient(112.8deg, #6A36FF -15.76%, #AC5FE6 102.86%);
}
.banner-graphic .graphic-btn .btn-price {
  padding: 10px 20px;
  color: #fff;
}

.banner {
  background-image: url(../img/BackgroundHero.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 180px;
  padding-bottom: 229px;
}
@media (max-width: 991.98px) {
  .banner {
    padding: 150px 0;
    background-size: cover;
  }
}
.banner .banner-heading h1 {
  letter-spacing: 2px;
  font-size: 65px;
  line-height: 87px;
  font-weight: 600;
  padding: 100px 0px 10px 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner .banner-heading h1 {
    padding: 0;
    font-size: 25px;
    line-height: normal;
  }
}
.banner .banner-heading h2 {
  letter-spacing: 2px;
  font-size: 39px;
  line-height: 53px;
  font-weight: 500;
  padding: 10px 0px 10px 30px;
  color: #fff;
}
@media (max-width: 991.98px) {
  .banner .banner-heading h2 {
    padding: 0;
    font-size: 20px;
    padding-top: 30px;
    line-height: normal;
  }
}
.banner .banner-heading h2 span {
  font-weight: 700;
}

.section-features .features-heading h1 {
  letter-spacing: 2px;
  color: #14358A;
  text-align: center;
  font-size: 43px;
  font-weight: 900;
}
@media (max-width: 991.98px) {
  .section-features .features-heading h1 {
    font-size: 27px;
  }
}
.section-features .features-heading p {
  color: #68718B;
  font-size: 18px;
  font-weight: 500;
  padding: 30px 10px;
  text-align: center;
  margin-left: 250px;
  margin-right: 250px;
}
@media (max-width: 991.98px) {
  .section-features .features-heading p {
    margin: 0;
    font-size: 16px;
    padding: 10px 0;
  }
}
.section-features .feature-card {
  margin-top: 30px;
}
.section-features .service-card {
  padding: 30px 10px 30px 30px;
}
@media (max-width: 991.98px) {
  .section-features .service-card {
    padding: 10px;
  }
}
.section-features .service-card h5 {
  color: #006FBA;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 10px 10px 0px;
}
.section-features .service-card p {
  color: #68718B;
  font-size: 16px;
  font-weight: 400;
}

.section-industry {
  background-image: url(../img/Background\ Integrations.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 220px 0;
}
@media (max-width: 991.98px) {
  .section-industry {
    padding: 200px 0;
    padding-bottom: 100px;
    background-size: cover;
  }
}
.section-industry .industry-tech h1 {
  text-align: center;
  color: #fff;
  font-size: 52px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section-industry .industry-tech h1 {
    font-size: 25px;
  }
}
.section-industry .industry-tech p {
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin: 0 auto;
  padding: 15px 0;
  font-weight: 500;
  max-width: 800px;
}
.section-industry .industry-tech .img-industry {
  margin-top: 30px;
}
.section-industry .industry-tech .img-industry img {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .section-industry .industry-tech .img-industry img {
    width: -webkit-fill-available;
  }
}

.section-customer {
  padding: 90px 10px 20px 10px;
}
@media (max-width: 991.98px) {
  .section-customer {
    padding: 70px 0;
  }
}
.section-customer h1 {
  text-align: center;
  color: #14358A;
  font-size: 49px;
  font-weight: 600;
}
@media (max-width: 991.98px) {
  .section-customer h1 {
    font-size: 30px;
  }
}
.section-customer p {
  text-align: center;
  color: #68718B;
  font-size: 20px;
  font-weight: 400;
  padding: 30px 0px 40px 0px;
}
@media (max-width: 991.98px) {
  .section-customer p {
    font-size: 15px;
    padding: 10px 0;
  }
}
.section-customer .icon {
  height: 315px;
  background-color: #EBF7FF;
  padding: 10px 20px 20px 10px;
}
@media (max-width: 991.98px) {
  .section-customer .icon {
    margin-bottom: 20px;
    height: auto;
  }
}
.section-customer .icon .patner-img {
  padding: 30px;
}
.section-customer .icon .patner-img img {
  display: block;
  margin: 0 auto;
}
.section-customer .icon h5 {
  text-align: center;
  font-size: 16px;
  color: #68718B;
}
.section-customer .icon span {
  display: block;
  text-align: center;
  padding: 10px 10px 10px 10px;
  font-weight: 600;
  font-size: 15px;
  color: #777;
}
.section-customer .icon h6 {
  text-align: center;
  padding: 18px 10px 10px 10px;
  font-weight: 600;
  font-size: 16px;
  color: #01112D;
}

.section-country .country-heading h1 {
  letter-spacing: 2px;
  color: #14358A;
  text-align: center;
  font-size: 49px;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .section-country .country-heading h1 {
    font-size: 30px;
  }
}
.section-country .country-heading p {
  color: #68718B;
  font-size: 17px;
  font-weight: 500;
  padding: 30px 10px;
  text-align: center;
  margin-left: 160px;
  margin-right: 170px;
}
@media (max-width: 991.98px) {
  .section-country .country-heading p {
    margin: 0;
    padding: 20px 0;
  }
}
@media (max-width: 991.98px) {
  .section-country .country-card {
    padding: 40px;
  }
}
.section-country .country-card h5 {
  color: #006FBA;
  font-size: 18px;
  font-weight: 600;
  margin-left: -65px;
  padding: 20px 10px 10px 0px;
}
@media (max-width: 991.98px) {
  .section-country .country-card h5 {
    margin: 0;
    padding: 10px 0;
  }
}
.section-country .country-card .tag-country {
  padding: 0px 20px;
  margin-left: -30px;
}
.section-country .country-card .tag-country span {
  display: block;
}
.section-country .country-card .tag-country a {
  color: #68718B;
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

#footer-content {
  padding: 140px 0;
  background-image: url(../img/footer.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 0;
  margin-top: 100px;
}
@media (max-width: 991.98px) {
  #footer-content {
    background-size: cover;
    margin-top: 20px;
    background-position: right;
    padding: 52px 0;
    background-color: #1b3caa;
    padding-bottom: 0;
    background-image: none;
  }
}
#footer-content .footer-area .footer-logo {
  margin-top: 70px;
}
@media (max-width: 991.98px) {
  #footer-content .footer-area .footer-logo {
    margin-top: 10px;
  }
}
#footer-content .footer-area .footer-logo img {
  width: 60%;
  height: 40%;
}
#footer-content .footer-area p {
  padding: 30px 10px 10px 10px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
#footer-content .footer-area .footer-icon {
  margin-top: 30px;
}
#footer-content .footer-area .footer-icon a {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
#footer-content .footer-area .footer-icon a i {
  background: rgb(255, 255, 255);
  background: rgb(3, 19, 61);
  background: rgb(0, 151, 254);
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 8px;
}
#footer-content .footer-title {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  #footer-content .footer-title {
    margin-left: 0;
  }
}
#footer-content .footer-title .title h3 {
  color: #fff;
  font-size: 21px;
  font-weight: 800;
  padding: 40px 10px 0px 10px;
}
@media (max-width: 991.98px) {
  #footer-content .footer-title .title h3 {
    padding: 20px 0;
  }
}
#footer-content .quick-link {
  padding-top: 10px;
}
#footer-content .quick-link li {
  padding: 5px 10px;
}
#footer-content .quick-link li a {
  color: #fff;
  text-decoration: none;
  padding: 10px 0px;
  font-size: 14px;
}
#footer-content .quick-link li a:hover {
  text-decoration: underline;
}
#footer-content .footer-bottom {
  color: #fff;
  font-size: 21px;
  max-width: 1000px;
  padding: 24px 0;
  margin: 0 auto;
  font-weight: 800;
  margin-top: 30px;
  border-top: 1px solid #777;
}
#footer-content .footer-bottom p {
  text-align: center;
  margin-bottom: 0;
  padding: 0;
  color: #fff;
}