@media screen and (max-width: 460px) {
  #about-us .about-us-content .our-mission-out {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #about-us .about-us-content .our-mission-out .our-mission {
    display: block;
    flex-direction: column;
    justify-items: center;
  }
  #about-us .about-us-content .our-mission-out .our-mission p {
    text-align: center;
  }
  #about-us .about-us-content .our-mission-out .our-mission ul {
    text-align: center;
  }
  #contact .gradiant .formSpeacial {
    margin-top: 150px;
    padding: 15px;
    background: #fff;
    position: absolute;
    z-index: 999;
    left: auto;
    right: auto;
  }
    .navbar {
        padding: 0 10px;
}
    html body{
        scrollbar-width: 0
    }
}
#home-page {
  min-height: 100vh;
}
#home-page #make-your-business {
  padding-top: 200px;
}

@media screen and (max-width: 992px) {
  #home-page {
    min-height: 100vh;
  }
  #home-page #make-your-business {
    padding-top: 100px;
  }
  .home-img {
    display: flex;
    justify-content: center;
  }
  #home-title {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
.feauter-col {
  padding: 30px;
  background: #f1f1f1;
  border-radius: 5px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  position: relative;
  top: 0;
  margin-bottom: 4em;
  text-align: center;
  padding-top: 50px;
}

#imagine-features {
  position: relative;
}

.unit-4-icon {
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: -45px;
}

#market-cards:hover .feauter-col {
  background: #4285f4;
  -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  top: -7px;
  color: #fff;
}
#market-cards:hover .feauter-col .market-link {
  color: #fff;
}
#market-cards:hover .icon-wrap {
  background: #fff;
  color: #4285f4;
}

.icon-wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #4285f4;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
  width: 80px;
  height: 80px;
}
:root{
    scroll-behavior: smooth
}
html:focus-within {
  scroll-behavior: smooth
}
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  line-height: 1.7;
  color: gray;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Nunito";
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-family: "Nunito";
}

a {
  text-decoration: none;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
}

.navbar {
  background-color: #fff;
}

.navbar ul {
  list-style-type: none;
}
.navbar li a {
  padding: 15px 20px;
  color: #000;
  display: inline-block;
  text-decoration: none;
}
.navbar li a:hover {
  color: #4285f4;
}

.nav-shadow {
  box-shadow: 0 0 0.5rem 0 rgba(0, 0, 0, 0.15);
}

#testimonials img {
  border-radius: 50%;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#testimonials .owl-dot.active span {
  background: #007bff;
}
#testimonials .owl-dot span {
  display: inline-flex;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
  margin: 4px;
}

h2 {
  color: #000;
  font-size: 40px;
  font-weight: 900;
}

#blog-posts .meta {
  color: #b3b3b3;
  font-size: 14px;
}
#blog-posts .card {
  border: none;
}
#blog-posts .card-body {
  padding: 0;
}
#blog-posts .card-body p {
  color: gray;
}
#blog-posts .card-title {
  font-size: 2rem;
}

.contact-us {
  position: relative !important;
  background: url(https://preview.colorlib.com/theme/imagine/images/hero_1.jpg.webp);
  height: 900px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  z-index: -2;
}
.contact-us .gradiant {
  background: linear-gradient(to right, rgba(66, 134, 244, 0.3411764706) 0%, rgba(66, 226, 244, 0.3803921569) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
}
.contact-us .gradiant .container {
  display: flex;
  justify-content: center;
  position: relative;
}
.contact-us .gradiant .container form {
  margin-top: 200px;
  padding: 40px;
  background: #fff;
  position: absolute;
  z-index: 999;
  left: auto;
  right: auto;
}

.about-us-content {
  margin: 50px 0;
  padding: 30px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-us-content .our-mission-out {
  display: flex;
  flex-direction: row;
}

#team-card-body {
  padding: 10px 0 !important;
}

.our-team-cards {
  display: flex;
  justify-content: center;
  gap: 2rem;
  flex-wrap: wrap;
}

/*# sourceMappingURL=style.css.map */
