body {
  line-height: 1.6;
  font-family: "Muli", sans-serif;
  font-size: 16px;
}

h1, h2, h3 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 1280px;
}

header {
  padding: 30px 15px;
  background: url("../images/map.png") 83% -130% no-repeat #0B46BC;
}
@media screen and (max-width: 1024px) {
  header {
    padding: 30px 0px;
  }
}
header .button {
  background: #F3C302;
  color: black !important;
}
header .button:hover {
  background: #fdd32b;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  z-index: 33;
}

.navigation {
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.navigation li {
  display: inline-block;
  list-style-type: none;
  color: white;
  margin: 0 30px;
}
.navigation li a {
  text-transform: uppercase;
}
@media screen and (max-width: 1024px) {
  .navigation li {
    margin: 25px 10px;
  }
}
.navigation li a {
  color: white;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .navigation li a {
    font-size: 15px;
  }
}
.navigation li a:hover {
  text-decoration: none;
  color: #F3C302;
}

@media screen and (max-width: 1024px) {
  .navigation {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: sticky;
    top: 10px;
  }
}
.button {
  padding: 10px 25px;
  border-radius: 30px;
  border: none;
}

.button.yellow {
  font-size: 20px;
  background: #F3C302;
  color: black !important;
}
.button.yellow:hover {
  background: #08348c;
  color: white !important;
}

.button.outline {
  background: none !important;
  border: 1px solid white;
  color: white !important;
}
.button.outline:hover {
  background: #0a41ae !important;
  border: 1px solid #0a41ae !important;
}

span.label {
  background: #F3C302;
  padding: 2px 6px;
  border-radius: 3px;
  color: black;
  display: inline-block;
  margin-bottom: 6px;
}

h4 span {
  font-size: 20px;
}

.slider {
  height: 80vh;
  padding-top: 80px;
}
@media screen and (max-width: 1024px) {
  .slider {
    height: auto;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .slider {
    height: 100vh;
  }
}
.slider h1 {
  color: white;
  font-weight: bolder;
  font-size: 45px;
}
@media screen and (max-width: 1024px) {
  .slider h1 {
    font-size: 30px;
  }
}

.yellow {
  color: #F3C302 !important;
}

.blue {
  color: #0B46BC !important;
}

.clients {
  padding: 10px 0;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
}
.clients ul {
  position: relative;
  width: 100%;
  padding: 0 !important;
  margin: 0 auto !important;
  list-style-type: none;
}
.clients ul img {
  transition: 0.3s all;
  filter: grayscale(100%);
}
@media screen and (max-width: 1024px) {
  .clients ul img {
    filter: none;
  }
}
.clients ul img:hover {
  filter: none;
}
.clients ul .owl-prev, .clients ul .owl-next {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.clients ul .owl-prev i, .clients ul .owl-next i {
  font-size: 24px;
  color: #1b1e21;
}
.clients ul .owl-prev {
  left: -5px;
}
.clients ul .owl-next {
  right: -15px;
}

.about {
  padding: 120px 0;
  max-width: 800px;
  text-align: center;
}
.about h1 {
  font-weight: bold;
}
.about .line {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}

.section-title {
  text-align: center;
  font-weight: bold;
  background: none;
  margin-bottom: 20px;
  font-size: 40px;
}

.what-we-do {
  background: #242424;
  padding: 120px 0;
  position: relative;
}
.what-we-do .codes {
  position: absolute;
  color: #141414;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.what-we-do .service-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5em;
  grid-auto-rows: 1fr;
}
.what-we-do .service {
  position: relative;
  padding: 10px;
  height: 100%;
}
.what-we-do .service-content {
  background: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  box-shadow: 10px 10px 0 #F3C302;
}
.what-we-do .service-content h2 {
  color: #0B46BC;
  font-size: 30px;
}
.what-we-do .service-content {
  transition: 0.3s all ease;
}
.what-we-do .service:hover .service-content {
  background-size: 100px !important;
}
.what-we-do .service:nth-child(1) .service-content {
  background: url(../images/web-design.png) 90% 90% no-repeat white;
  background-size: 80px;
}
.what-we-do .service:nth-child(2) .service-content {
  background: url(../images/ecommerce.png) 90% 90% no-repeat white;
  background-size: 80px;
}
.what-we-do .service:nth-child(3) .service-content {
  background: url(../images/wordpress.png) 90% 90% no-repeat white;
  background-size: 80px;
}
.what-we-do .service:nth-child(4) .service-content {
  background: url(../images/analytic.png) 90% 90% no-repeat white;
  background-size: 80px;
}
.what-we-do .service:nth-child(5) .service-content {
  background: url(../images/digital-marketing.png) 90% 90% no-repeat white;
  background-size: 80px;
}

.portfolio {
  background: #0B46BC;
  padding: 120px 0;
  position: relative;
}
.portfolio .ideas {
  position: absolute;
  color: #141414;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio .service {
  position: relative;
  padding: 10px;
}
.portfolio .service-content a {
  position: relative;
}
.portfolio .service-content a:hover img {
  transform: scale(1.1);
  box-shadow: none;
  opacity: 1;
  padding: 0;
}
.portfolio .service-content a:hover .zoom {
  opacity: 1;
}
.portfolio .service-content .zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #F3C302;
  font-size: 30px;
  z-index: 50;
  transform: translate(-50%, -50%);
  transition: 0.3s all ease;
  opacity: 0;
}
.portfolio .service-content img {
  transition: 0.3s all ease;
  background: white;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
  padding: 0px;
}
.portfolio .service-content h2 {
  color: #0B46BC;
}

footer {
  background: #242424;
  padding: 120px 0;
}
footer a {
  color: white;
}
footer .button {
  background: #0B46BC;
  color: white;
}
footer .button:hover {
  background: #F3C302;
}

#button {
  display: inline-block;
  background-color: #F3C302;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 35px;
  right: 35px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: white;
  line-height: 2;
}

#button:hover {
  cursor: pointer;
  background-color: #0B46BC;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

#floating-contact {
  background-color: white;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50%;
  position: fixed;
  bottom: 85px;
  right: 35px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  color: #0B46BC;
  line-height: 2;
  border: 2px solid #0B46BC;
}
#floating-contact:hover {
  background: #0B46BC;
  color: white;
}

#floating-contact:hover {
  cursor: pointer;
  background-color: #0B46BC;
}

#floating-contact:active {
  background-color: #555;
}

#floating-contact.show {
  opacity: 1;
  visibility: visible;
}

.light-header {
  background: #0B46BC;
}

@media screen and (max-width: 800px) {
  .top-nav {
    position: relative;
  }

  .slider {
    padding-top: 0;
  }

  .light-header .navigation {
    background: #0B46BC;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 10px 0 !important;
    top: 0;
  }
  .light-header .navigation a {
    font-size: 14px;
  }
  .light-header .navigation li {
    margin: 10px;
  }

  .what-we-do .service-row {
    display: block;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5em;
    grid-auto-rows: 1fr;
  }
  .what-we-do .service-row .service {
    margin-bottom: 20px;
  }
  .what-we-do .service-row .service .service-content {
    padding: 25px !important;
  }

  .highlights h1 {
    font-size: 30px;
  }
  .highlights h4 {
    font-size: 20px;
  }

  .slider span.label {
    background: none;
    font-size: 16px;
    display: block;
    color: white;
  }

  .xs-hidden {
    font-size: 13px;
  }
}
label.error {
  color: red;
}

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