/*
Theme Name: UXTENSIONS
Author: UXTENSIONS
Description: A Theme for UXTENSIONS
Version: 1.2.1
Tags: UXTENSIONS
*/
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 200;
  color: #ffffff;
}

h2 {
  margin: 0;
  color: #273646;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}

p {
  margin: 0;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 23px;
  font-weight: 400;
  color: #000000;
}

p:last-child {
  margin-bottom: 0;
}

.container {
  position: relative;
  width: 100%;
  padding: 50px 0px;
}

.wrapper {
  position: relative;
  max-width: 1200px;
  padding: 0px 20px;
  margin: 0 auto;
}

.wrapper-narrow {
  position: relative;
  max-width: 500px;
  padding: 0px 20px;
  margin: 0 auto;
}

#header {
  background-color: #ffffff;
  height: 100px;
  padding: 0;
  position: fixed;
  top: 0px;
  z-index: 999;
}

#header #header-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 280px 1fr;
      grid-template-columns: 280px 1fr;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  height: 100px;
  color: #6fa6d4;
  font-size: 18px;
}

#header #header-inner #logo {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header #header-inner #header-right {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mobile-nav-container {
  display: none;
  padding: 0;
  position: fixed;
  top: 100px;
  z-index: 999;
}

@media (max-width: 1023px) {
  #header {
    height: 100px;
  }
  #header #header-inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    height: 100px;
    text-align: center;
  }
  #header #header-inner #logo {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #header #header-inner #logo img {
    margin: 0 auto;
    height: 30px;
  }
}

#top-clearer {
  position: relative;
  width: 100%;
  height: 100px;
}

@media (max-width: 1023px) {
  #top-clearer {
    height: 100px;
  }
}

.top-section {
  background-color: #6fa6d4;
}

.top-section .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 100px;
          column-gap: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-section .wrapper h1 {
  margin-bottom: 0;
}

.top-section .wrapper p {
  color: #ffffff;
}

@media (max-width: 1023px) {
  .top-section .wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    grid-row-gap: 30px;
  }
}

.button-links .background {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #dff1ff;
  width: 100%;
  height: 100%;
}

.button-links .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 70px;
          column-gap: 70px;
  text-align: center;
}

@media (max-width: 999px) {
  .button-links .wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 70px;
  }
}

.button-links .wrapper .item-block {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
}

.button-links .wrapper .item-block .icon {
  background-color: #273646;
  width: 80px;
  height: 80px;
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.button-links .wrapper .item-block .icon i {
  font-size: 35px;
}

.button-links .wrapper .button {
  position: relative;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #273646;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #ffffff;
  cursor: pointer;
}

.button-links .wrapper .button:hover {
  background-color: #6fa6d4;
}

.scrolling-strip {
  background-color: #273646;
}

.scrolling-strip .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 150px;
          column-gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.scrolling-strip .wrapper img {
  margin: 0 auto;
}

.scrolling-strip .wrapper img:nth-child(4n) {
  max-width: 100px;
}

@media (max-width: 699px) {
  .scrolling-strip .wrapper {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

@media (max-width: 499px) {
  .scrolling-strip .wrapper {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-row-gap: 30px;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
}

#footer-container {
  background-color: #0a0a0a;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.wrapper.credits {
  padding: 20px 0px;
  font-size: 12px;
  line-height: 22px;
  color: #ffffff;
}

.wrapper.credits .card-icons {
  color: #efefef;
  font-size: 24px;
  margin-bottom: 10px;
}

.form-form {
  background-color: #fafafa !important;
  border-radius: 20px;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
}

.form-form h2 {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */