@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
:root {
  --b: #1081e8;
  --bb: #0f2851;
  --c: #677790;
  --g: #e4e4e4;
  --y: #fdb912;
}

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

body {
  font-family: "Poppins";
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
  font-size: 14px;
}

hr {
  margin: 0;
  color: inherit;
  background-color: var(--bb);
  border: 0px;
  opacity: 0.5;
}

h3 {
  font-size: 36px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: -2;
}

h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: -2;
}

p {
  font-size: 16px;
  line-height: 23px;
  color: var(--bb);
}

.bttn {
  border: 0;
  background-color: transparent;
  color: var(--bb);
}
.bttn:hover {
  color: var(--b);
}

.btn {
  background-color: var(--b);
  color: #ffffff;
  border: 0;
  border-radius: 25px;
  font-size: 14px;
  overflow: hidden;
  box-shadow: none;
  padding: 8px 20px;
  transition: transform 3s;
}
.btn i {
  background-color: var(--b);
  font-size: 18px;
}
.btn:hover {
  padding: 8px 20px;
  color: #ffffff;
  border: 1px solid #fff;
  border-radius: 25px;
}

a {
  text-decoration: none;
  color: #677790;
}
a:hover {
  color: var(--y);
}

.container {
  max-width: 1148px;
}

.navbar {
  height: 104px;
}
.navbar .navbar-nav .nav-item .nav-link {
  padding: 8px 20px;
  font-size: 14px;
  line-height: 27px;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
  color: var(--b);
}
.navbar .navbar-nav .nav-item .active {
  color: var(--b);
}
.navbar .navbar-nav .dropdown-menu {
  background-color: #0f2851;
  border-radius: 0;
  padding: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  color: #ffffff;
  font-size: 14px;
  padding: 15px 30px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: var(--b);
}

.banner {
  width: 100%;
  background-color: transparent;
  background-image: url("../img/hero-background.jpg");
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% + 0px) 0;
}
.banner .bann-tittle {
  padding-top: 138px;
}
.banner .bann-tittle .up-left h2 {
  font-size: 64px;
  line-height: 96px;
  font-weight: 800;
  color: var(--bb);
}
.banner .bann-tittle .up-left .bann-des {
  font-size: 18px;
  line-height: 32px;
}
.banner .bann-tittle .up-right {
  align-self: center;
  padding-left: 0;
}
.banner .bann-tittle .up-right h6 {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: var(--bb);
  border-bottom: 1px solid var(--bb);
  padding-bottom: 20px;
}
.banner .owl-carousel {
  display: block;
  width: auto;
  z-index: 1;
}
.banner .owl-carousel .owl-nav {
  display: none;
}
.banner .banners-img img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  margin: auto;
}

.inner-content {
  position: relative;
  margin-top: 120px;
}
.inner-content .sideImg {
  position: absolute;
  right: 0;
}
.inner-content .sideImg2 {
  position: absolute;
  left: 0;
  top: 300px;
}
.inner-content .heading {
  margin-bottom: 70px;
}
.inner-content .heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
}
.inner-content .card {
  align-items: center;
}
.inner-content .card img {
  width: 80px;
}
.inner-content .card .card-body {
  padding-top: 30px;
  font-size: 14px;
  line-height: 21px;
}
.inner-content .card .card-body .card-title h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 38px;
}

.product {
  margin-top: 120px;
}
.product .heading {
  margin-bottom: 70px;
}
.product .heading h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
}
.product .card {
  border: none;
  border-radius: 0;
}
.product .card img {
  filter: none !important;
}
.product .card .card-body {
  color: #efefef;
}
.product .card .card-body i {
  font-size: 14px;
}

.news .latest h3 {
  font-size: 36px;
  font-weight: 800;
  line-height: 52px;
}
.news .card img {
  border-radius: 4px;
  height: 200px;
}
.news .card .card-body .card-title h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.testomonials .client {
  position: relative;
}
.testomonials .client .client-bg {
  position: absolute;
  right: 0px;
  top: 15px;
}
.testomonials .client .card {
  border: 1px solid #8ed7f0;
  border-radius: 50px 50px 0 50px;
}
.testomonials .client .card .card-footer {
  border: 0;
}

.touch .inquiry {
  width: 100%;
  height: 400px;
  background-image: url("../img/network.svg");
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(10% + 0px) 0;
}
.touch .information .form-control {
  border: 1px solid #8ed7f0;
}

footer,
.last-footer {
  border-top: 1px solid #eeeeee;
}
footer p,
.last-footer p {
  font-size: 14px;
}

.about-banner {
  background-image: url("../img/hero-background.jpg");
  background-attachment: scroll;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(50% + 0px) 0;
}
.about-banner .about-tittle h2 {
  font-weight: bold;
  font-size: 36px;
}
.about-banner .about-tittle .des p {
  font-size: 18px;
}

.about-content .mission img {
  width: 60px;
}

.our-team h2 {
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
}
.our-team .card .card-img-top {
  border-radius: 50px;
}
.our-team .card .card-img-top img {
  width: 100%;
}
.our-team .card .card-body h4 {
  line-height: 20px;
  font-size: 18px;
  margin-bottom: 6px;
}
.our-team .card .card-body p {
  font-size: 12px;
}

.product .card img {
  filter: grayscale(100%);
}
.product .card img:hover {
  filter: grayscale(60%);
}
.product .card .card-body .card-title {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  color: var(--bb);
}
.product .card .card-body .card-text {
  font-size: 14px;
  color: var(--c);
  line-height: 21px;
}
.product .card .card-body h6 {
  font-size: 16px;
  color: var(--bb);
}
.product .card i {
  font-size: 26px;
}

.blog-banner {
  width: 100%;
  height: 88vh;
  background-image: url("../img/hero-background-banner.jpg");
  background-size: cover;
  background-position: right;
}
.blog-banner .content {
  padding: 80px 0;
}
.blog-banner .content .card {
  background-color: transparent;
}

.banner .news .card {
  background-color: none !important;
}

.web-app-content h2 {
  font-weight: bold;
  font-size: 36px;
}
.web-app-content p {
  font-size: 18px;
}
.web-app-content .web-dev {
  font-size: 24px;
}
.web-app-content .web-app-des {
  margin-bottom: 32px;
}
.web-app-content .web-app-des p {
  font-size: 14px;
  line-height: 21px;
  color: var(--c);
}
.web-app-content .web-app-img {
  width: 370px;
  background: #3c3c3c;
}
.web-app-content .web-app-img img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in;
}
.web-app-content .web-app-img img:hover {
  background: #3c3c3c;
  opacity: 0.4;
}

.laligurans-content p {
  font-size: 14px;
  color: var(--c);
}
.laligurans-content ul li {
  list-style: number;
  line-height: 30px;
  font-size: 18px;
  color: var(--c);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #1081e8;
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}/*# sourceMappingURL=style.css.map */