@import url("https://fonts.googleapis.com/css2?family=Open+Sans&family=Titillium+Web:ital,wght@0,400;0,600;0,700;1,200&display=swap");
img {
  max-width: 100%;
}

header {
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.1);
}

header .container {
  position: relative;
}

header .logo {
  background: #000728;
  padding: 20px;
  border-radius: 0px 0px 10px 0px;
  margin-bottom: -10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

header .logo::before {
  content: "";
  display: block;
  height: calc(100% + 10px);
  width: calc((100vw - 100%) / 2 + 15px);
  position: absolute;
  top: 0;
  right: calc(100% - 15px);
  background: #000728;
}

main {
  min-height: calc(100vh - 72px - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main section {
  padding: 50px 0 60px;
}

main section .row .col-lg-6:not(.mb-none) {
  padding-top: 80px;
}

@media all and (max-width: 991px) {
  main section .row .col-lg-6:not(.mb-none) {
    padding-top: 0;
  }
}

main section .call {
  background: linear-gradient(135.55deg, #F8F8F8 0.94%, #E5E5E5 100%);
  border-radius: 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-decoration: none;
  max-width: 433px;
  padding: 50px;
  -webkit-transition: .6s ease;
  transition: .6s ease;
}

@media all and (max-width: 991px) {
  main section .call {
    padding: 25px;
  }
  main section .call img {
    margin-bottom: 0;
  }
}

main section .call:hover {
  border-radius: 15px 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

main section .call img {
  width: 13px;
  height: 21px;
  margin-right: 10px;
}

main section .call p {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: .15px;
  margin: 0;
}

main section .call p strong {
  font-weight: 700;
  display: block;
}

@media all and (max-width: 991px) {
  main section .mb-none {
    display: none;
  }
}

main section .mb-active {
  display: none;
}

@media all and (max-width: 991px) {
  main section .mb-active {
    display: block;
  }
}

main section h1 {
  font-size: 54px;
  line-height: 64px;
  font-weight: 400;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: .36px;
  margin-bottom: 30px;
}

main section h1 strong {
  font-weight: 700;
}

main section p {
  font-size: 36px;
  line-height: 44px;
  font-weight: 400;
  color: #000;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: .36px;
  max-width: 390px;
  margin-bottom: 50px;
}

@media all and (max-width: 991px) {
  main section {
    padding: 40px 0 50px;
    text-align: center;
  }
  main section h1 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
  main section p {
    font-size: 15px;
    line-height: 20px;
    letter-spacing: .15px;
  }
  main section img {
    margin-bottom: 32px;
  }
}

footer {
  background-color: #F6F6F6;
  padding: 30px 0;
}

footer p {
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  color: #717070;
}
/*# sourceMappingURL=style.css.map */