body {
  font-family: "Poppins", sans-serif;
  line-height: 28px;
  letter-spacing: 0px;
  font-weight: 400;
  color: #696969;
  font-size: 15px;
}

a {
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 7px;
  color: #161149;
  font-weight: 600;
}

h2 {
  line-height: 50px;
  letter-spacing: 1px;
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 36px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0;
    margin-top: 40px;
  }
}

h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 25px;
    line-height: 35px;
    letter-spacing: 0;
    margin-top: 0;
  }
}

h6 {
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  color: #104cba;
  font-size: 18px;
}

h5 {
  line-height: 32px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  font-size: 18px;
}

.inner-Header {
  text-align: center;
  padding: 200px 0 68px 0;
  background: blue;
  color: white;
  background-image: url(images/banner.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .inner-Header {
    padding: 140px 0 20px 0;
  }
}
.inner-Header h2 {
  color: #fff;
  font-size: 50px;
}
@media (max-width: 768px) {
  .inner-Header h2 {
    font-size: 32px;
  }
}
.inner-Header p {
  margin: 0 10px;
}

.intro-Section {
  margin-top: 40px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .intro-Section {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.intro-Section .intro-imagebg {
  background-image: url(images/shape01-2.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro-Section .intro-Image {
  position: relative;
}
.intro-Section .intro-Image .page-Img {
  transition: transform 0.3s ease;
}
.intro-Section .intro-Image .page-Img:hover {
  transform: translateX(10px);
}
.intro-Section .intro-Image img {
  padding: 20px;
}
.intro-Section .intro-Image .hover-Arrow {
  position: absolute;
  right: 0;
  bottom: -58px;
  max-width: 248px;
  opacity: 0.9;
  transition: 1s;
}
@media (max-width: 768px) {
  .intro-Section .intro-Image .hover-Arrow {
    max-width: 200px;
  }
}
.intro-Section .intro-Image .hover-Arrow:hover {
  scale: 110%;
}
.intro-Section .content {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .intro-Section .content {
    padding: 0 15px;
  }
}

.Offerings-Container {
  padding-top: 100px;
  position: relative;
}
@media (max-width: 768px) {
  .Offerings-Container {
    padding-top: 30px;
  }
}
.Offerings-Container .redbg {
  position: absolute;
  background-image: url(images/offerbgred.png);
  background-position: top right;
  background-repeat: no-repeat;
  height: 390px;
  width: 300px;
  right: 0;
  top: 240px;
}
@media (max-width: 768px) {
  .Offerings-Container .redbg {
    display: none;
  }
}
.Offerings-Container .offering-List {
  padding: 40px;
  margin: 0 14px 46px 14px;
}
.Offerings-Container .offering-List img {
  max-width: 80px;
  margin-bottom: 20px;
  transition: 0.3s;
}
.Offerings-Container .offering-List img:hover {
  transform: translateY(-10px);
}
.Offerings-Container .offering-List p {
  margin: 0;
}

.Use-Cases {
  padding: 30px 0;
  position: relative;
}
@media (max-width: 768px) {
  .Use-Cases {
    padding: 0;
  }
}
.Use-Cases h2 {
  color: #0098d7;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
}
@media (max-width: 768px) {
  .Use-Cases h2 {
    font-size: 52px;
    line-height: 50px;
  }
}
.Use-Cases h6 {
  color: #0a004b;
}
.Use-Cases hr {
  display: block;
  border-top: 6px solid #0a004b;
  padding: 10px 0;
  opacity: 1;
}
.Use-Cases .case-Studies {
  margin: 34px;
  position: relative;
}
.Use-Cases .case-Studies img {
  transition: 1s;
  border-radius: 8px;
}
.Use-Cases .case-Studies img:hover {
  scale: 110%;
}
.Use-Cases .case-Studies h5 {
  color: #0098d7;
  margin: 20px 0;
}
.Use-Cases .case-Studies .arrow {
  position: absolute;
  right: -50px;
  top: 26%;
  max-width: 120px;
  opacity: 0.9;
  transition: 1s;
}
.Use-Cases .case-Studies .arrow:hover {
  scale: 110%;
}

footer {
  background-image: url(images/footerBg.jpeg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0 20px 0;
  margin: 60px 0 0 0;
}
@media (max-width: 768px) {
  footer {
    margin: 0;
  }
}
footer h6 {
  color: white;
}
footer .desc {
  max-width: 300px;
}
footer a {
  color: white;
  display: block;
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 14px;
}
footer p {
  color: white;
  font-size: 14px;
}
footer hr {
  display: block;
  border-top: 1px solid #fff;
  margin: 30px 0;
  opacity: 0.1;
}
footer .social-icon a {
  font-weight: 400;
  padding: 1px 8px;
  background-color: white;
  margin: 10px;
  color: #2545bd;
  transition: 0.3s;
}
footer .social-icon:hover {
  opacity: 0.9;
  transition: 0.3s;
}

.container-Maxwidth {
  max-width: 1200px;
}

.three-items {
  margin-top: -100px;
  z-index: 30;
  position: relative;
}
.three-items .card {
  box-shadow: 1px 2px 12px 2px #f2f2f2;
  padding: 14px;
  border: 0;
  margin: 10px;
  border-bottom: 5px solid #0a58ca;
}
@media (max-width: 768px) {
  .three-items .card {
    padding: 10px;
  }
}
.three-items .card img {
  width: 46px;
  margin-right: 14px;
}
.three-items .card p {
  margin: 0;
}
@media (max-width: 768px) {
  .three-items .card .card-body {
    padding: 10px;
  }
}

.blue-subheadings {
  letter-spacing: 0px;
  font-weight: 400;
  font-style: normal;
  color: #104cba;
  font-size: 20px;
}

.orange-buttons {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  text-transform: none;
  line-height: 30px;
  letter-spacing: 0px;
  color: #FFFFFF;
  padding: 11px 33px;
  background: linear-gradient(to right, #FF3834 0%, #FF7133 100%);
  border-radius: 4px;
  margin: 0px 0px 0px 0px;
}

.tech-Cards {
  margin: 40px 0;
}
.tech-Cards .card {
  border: 0;
  margin: 8px;
  padding: 8px;
  transition: all 0.2s ease-out;
}
.tech-Cards .card:hover, .tech-Cards .card.selected {
  box-shadow: 0px 0 12px 12px #f2f2f2;
}

.offerings-Section {
  background-image: url(images/hm8-21.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.offerings-Section .consulting-section, .offerings-Section .it-section {
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid #104ab9;
  padding: 20px;
  margin: 40px;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .offerings-Section .consulting-section, .offerings-Section .it-section {
    padding: 10px;
    margin: 20px;
  }
}
.offerings-Section .consulting-section h4, .offerings-Section .it-section h4 {
  color: #2baae2;
}
.offerings-Section .consulting-section li, .offerings-Section .it-section li {
  font-weight: 400;
}
@media (max-width: 768px) {
  .offerings-Section {
    padding: 50px 0;
  }
}
.offerings-Section h3, .offerings-Section h2 {
  color: white;
}
.offerings-Section ul {
  padding: 0;
}
.offerings-Section ul img {
  width: 64px;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .offerings-Section ul img {
    width: 45px;
  }
}
.offerings-Section li {
  color: white;
  font-size: 21px;
  font-weight: 600;
  padding: 12px;
  list-style: none;
}
@media (max-width: 768px) {
  .offerings-Section li {
    font-size: 15px;
    padding: 10px;
  }
}

.workflow-section .row {
  overflow: hidden;
}
.workflow-section .count {
  background-color: #104cba;
  position: relative;
  border: 1px solid #dfdfdf;
  padding: 20px;
  line-height: initial;
  font-size: 32px;
  color: white;
  box-shadow: 4px 0 8px 6px #f2f2f2;
  display: inline-block;
  border-radius: 100px;
  margin: 40px 0;
  width: 84px;
  height: 84px;
}
.workflow-section .count::after {
  content: " ";
  position: absolute;
  border-top: 1px dashed #afa7a7;
  color: white;
  font-weight: bold;
  width: 300px;
  height: 10px;
  top: 50%;
  z-index: -1;
}
.workflow-section .card-title {
  color: black;
  border-radius: 100px;
  padding-bottom: 10px;
}
.workflow-section p {
  padding-right: 10px;
}

.blogs-Section {
  padding: 40px 0;
}
.blogs-Section .date {
  margin-top: 14px;
}
.blogs-Section .date, .blogs-Section h4 {
  margin-bottom: 14px;
}
.blogs-Section .underline-link {
  color: #000000;
  border-bottom: 1px solid;
  display: inline-block;
  margin-bottom: 10px;
}

.item {
  height: 90vh;
  overflow: hidden;
  position: relative;
}
.item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.item .container {
  z-index: 2;
}
.item .container h4 {
  font-weight: 300;
  border-bottom: 5px solid #0a58ca;
  display: inline;
  padding-bottom: 5px;
}
.item .container h2 {
  margin-top: 15px;
}
.item .container h4, .item .container h2 {
  color: white;
  max-width: 500px;
}

.owl-theme .item {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .owl-theme .item {
    background-position: right;
  }
}

.owl-dots {
  position: absolute;
  bottom: 97px;
  left: 0;
  right: 0;
}

.navbar-scroll {
  background-color: var(--black-color);
}

/* Media Queries
--------------------------------------------- */
/*=============== VARIABLES CSS ===============*/
:root {
  --header-height: 3.5rem;
  /*========== Colors ==========*/
  /*Color mode HSL(hue, saturation, lightness)*/
  --black-color: hsl(220, 24%, 12%);
  --black-color-light: hsl(220, 24%, 15%);
  --black-color-lighten: hsl(220, 20%, 18%);
  --white-color: #fff;
  --body-color: hsl(220, 100%, 97%);
  /*========== Font weight ==========*/
  --font-regular: 400;
  --font-semi-bold: 600;
  /*========== z index ==========*/
  --z-tooltip: 10;
  --z-fixed: 100;
}

ul {
  list-style: none;
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

a {
  text-decoration: none;
}

/*=============== HEADER ===============*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: var(--z-fixed);
}
@media (max-width: 768px) {
  .header {
    background-color: var(--black-color);
  }
}

/*=============== NAV ===============*/
.nav {
  height: var(--header-height);
}

.nav__logo,
.nav__burger,
.nav__close {
  color: var(--white-color);
}

.nav__data {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 200px;
}

.nav__logo {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
  font-weight: var(--font-semi-bold);
  /* Color highlighting when pressed on mobile devices */
  /*-webkit-tap-highlight-color: transparent;*/
}

.nav__logo i {
  font-weight: initial;
  font-size: 1.25rem;
}

.nav__toggle {
  position: relative;
  width: 32px;
  height: 32px;
}

.nav__burger,
.nav__close {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  inset: 0;
  margin: auto;
  font-size: 1.25rem;
  cursor: pointer;
  transition: opacity 0.1s, transform 0.4s;
}

.nav__close {
  opacity: 0;
}

/* Navigation for mobile devices */
@media screen and (max-width: 1118px) {
  .logo {
    width: 140px;
    padding: 0 15px;
  }
  .nav__menu {
    position: absolute;
    left: 0;
    top: 2.5rem;
    width: 100%;
    height: calc(100vh - 3.5rem);
    overflow: auto;
    pointer-events: none;
    opacity: 0;
    transition: top 0.4s, opacity 0.3s;
  }
  .nav__menu::-webkit-scrollbar {
    width: 0;
  }
  .nav__list {
    background-color: var(--black-color);
    padding-top: 1rem;
  }
}
.nav__link {
  color: var(--white-color);
  font-weight: var(--font-semi-bold);
  padding: 1.25rem 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s;
  text-transform: uppercase;
}

.nav__link:hover {
  background-color: var(--black-color-light);
}

/* Show menu */
.show-menu {
  opacity: 1;
  top: 3.5rem;
  pointer-events: initial;
}

/* Show icon */
.show-icon .nav__burger {
  opacity: 0;
  transform: rotate(90deg);
}

.show-icon .nav__close {
  opacity: 1;
  transform: rotate(90deg);
}

/*=============== DROPDOWN ===============*/
.dropdown__item {
  cursor: pointer;
}

.dropdown__arrow {
  font-size: 1.25rem;
  font-weight: initial;
  transition: transform 0.4s;
}

.dropdown__link,
.dropdown__sublink {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
  color: var(--white-color);
  background-color: var(--black-color-light);
  display: flex;
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
  font-weight: var(--font-semi-bold);
  transition: background-color 0.3s;
  white-space: nowrap;
}

.dropdown__link i,
.dropdown__sublink i {
  font-size: 1.25rem;
  font-weight: initial;
}

.dropdown__link:hover,
.dropdown__sublink:hover {
  background-color: #0a58ca;
}

.dropdown__menu,
.dropdown__submenu {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

/* Show dropdown menu & submenu */
.dropdown__item:hover .dropdown__menu,
.dropdown__subitem:hover > .dropdown__submenu {
  max-height: 1000px;
  transition: max-height 0.4s ease-in;
}

/* Rotate dropdown icon */
.dropdown__item:hover .dropdown__arrow {
  transform: rotate(180deg);
}

/*=============== DROPDOWN SUBMENU ===============*/
.dropdown__add {
  margin-left: auto;
}

.dropdown__sublink {
  background-color: var(--black-color-lighten);
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 340px) {
  .nav__link {
    padding-inline: 1rem;
  }
}
/* For large devices */
@media screen and (min-width: 1118px) {
  .container {
    margin-inline: auto;
  }
  .nav {
    height: calc(var(--header-height) + 2rem);
    display: flex;
    justify-content: space-between;
  }
  .nav__toggle {
    display: none;
  }
  .nav__list {
    height: 100%;
    display: flex;
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .nav__link {
    height: 100%;
    padding: 0;
    justify-content: initial;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
  }
  .nav__link:hover {
    background-color: transparent;
  }
  .dropdown__item,
  .dropdown__subitem {
    position: relative;
  }
  .dropdown__menu,
  .dropdown__submenu {
    max-height: initial;
    overflow: initial;
    position: absolute;
    left: 0;
    top: 6rem;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s, top 0.3s;
  }
  .dropdown__link,
  .dropdown__sublink {
    padding-inline: 1rem 3.5rem;
  }
  .dropdown__subitem .dropdown__link {
    padding-inline: 1rem;
  }
  .dropdown__submenu {
    position: absolute;
    left: 100%;
    top: 0.5rem;
  }
  /* Show dropdown menu */
  .dropdown__item:hover .dropdown__menu {
    opacity: 1;
    top: 5.5rem;
    pointer-events: initial;
    transition: top 0.3s;
  }
  /* Show dropdown submenu */
  .dropdown__subitem:hover > .dropdown__submenu {
    padding-top: 20px;
    opacity: 1;
    top: 0;
    pointer-events: initial;
    transition: top 0.3s;
  }
}/*# sourceMappingURL=blancoStyles.css.map */