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

p,
a {
  font-size: 16px !important;
}

.service {
  margin-top: -50px;
}
.service .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.service .container .first {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service .container .first h1 {
  font-size: 50px;
}
.service .container .first hr {
  max-width: 200px;
  color: #ffbe3f;
  background-color: #ffbe3f;
  height: 3px;
}
.service .container .second {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
}
.service .container .second p {
  display: none;
}
.service .container .second .card {
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.service .container .second .card i {
  font-size: 50px;
}
.service .container .second .card img {
  height: 65px;
  width: 70px;
}
.service .container .second .card h4 {
  font-size: 22px;
}
.service .container .third {
  background-color: #161f41;
  padding: 76px 70px 75px 70px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  align-items: center;
  color: #ffffff;
}
.service .container .third h1 {
  font-size: 32px;
  max-width: 600px;
}
.service .container .third p {
  font-size: 18px;
  max-width: 600px;
}
.service .container .third a {
  text-decoration: none;
  padding: 15px 35px;
  color: #161f41;
  background-color: #ffbe3f;
}
.service .container .fourth {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service .container .fourth .grid-services {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 24px;
}
.service .container .fourth .grid-services p {
  border-left: 4px solid #161f41;
  padding-left: 10px;
}
.service .container .last {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  align-items: stretch;
}
.service .container .last .card {
  flex: 1 1 250px;
  max-width: 360;
  padding: 40px 30px;
  background-color: #f4f4f4;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.service .container .last .card a {
  padding: 12px 26px;
  background-color: #ffbe3f;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  color: #161f41;
}
.service .container .last .card .button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.service .container .last .card h3 {
  font-size: 28px;
}
.service .container .last .card:first-child {
  background-color: #161f41;
  color: #ffffff;
  text-align: center;
}
.service .container .last .text {
  justify-content: start;
}

.about .container {
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  gap: 100px;
  align-items: center;
}
.about .container .top {
  max-width: 600px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about .container .top h1 {
  font-size: 40px;
}
.about .container .bottom {
  display: flex;
  align-items: center;
  gap: 150px;
  width: 100%;
}
.about .container .bottom .img-container2 {
  max-width: 600px;
  width: 50%;
  height: 50%;
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
}
.about .container .bottom .img-container2 img {
  width: 100%;
  height: 100%;
}
.about .container .bottom .img-container2:nth-child(2) {
  justify-content: flex-end;
}
.about .container .bottom .img-container2 .img-overlay {
  background-color: rgba(22, 31, 65, 0.9);
  padding: 30px;
  position: absolute;
  max-width: 600px;
}
.about .container .bottom .img-container2 .img-overlay h2 {
  font-size: 32px;
  color: #ffbe3f;
}
.about .container .bottom .img-container2 .img-overlay p {
  color: #ffffff;
  font-size: 16px;
}
.about .container .bottom .img-container2 .img-overlay ul {
  margin-left: 40px;
}
.about .container .bottom .img-container2 .img-overlay ul li {
  color: white;
}
.about .container .bottom .img-container2 .first {
  right: -60px;
}
.about .container .bottom .img-container2 .second {
  left: -60px;
}

.vision {
  padding: 0;
}
.vision .first {
  width: 100%;
  min-height: 400px;
  background: linear-gradient(0deg, rgba(22, 31, 65, 0.68) 0%, rgba(22, 31, 65, 0.68) 100%), url("/static/img/pages/home/Pawhuska-Entrance-700.07693551ee5d.jpg"), lightgray 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  z-index: -2;
  position: relative;
}
.vision .first h3 {
  font-size: 48px;
  color: #ffbe3f;
  max-width: 730px;
}
.vision .first p {
  color: #ffffff;
  max-width: 730px;
  font-size: 18px;
  text-align: center;
}
.vision .cards-overlay {
  padding-inline: 100px;
  display: flex;
  justify-content: center;
  gap: 50px;
  text-align: center;
  position: relative;
  top: -160px;
}
.vision .cards-overlay .card {
  padding: 38px 32px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  background-color: #ffffff;
  position: relative;
  align-items: center;
}
.vision .cards-overlay .card img {
  height: 65px;
  width: 65px;
}
.vision .cards-overlay .card::before {
  content: "";
  width: 50%;
  height: 150px;
  background-color: #ffbe3f;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.vision .cards-overlay .card::after {
  content: "";
  width: 50%;
  height: 150px;
  background-color: #161f41;
  position: absolute;
  left: -10px;
  bottom: -10px;
  z-index: -1;
}

.contact-info {
  min-height: 660px;
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  align-items: center;
}
.contact-info::before {
  content: "";
  display: block;
  height: 100%;
  width: 400px;
  background-color: #161f41;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info .main-contact {
  z-index: 2;
  position: relative;
  display: flex;
  width: 90%;
  margin: auto;
}
.contact-info .main-contact .first {
  background-color: #ffffff;
  padding: 65px 35px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact-info .main-contact .first h1 {
  color: #161f41;
  font-size: 32px;
}
.contact-info .main-contact .first h1 span {
  color: #ffbe3f;
}
.contact-info .main-contact .first .phone {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-info .main-contact .map {
  width: 70%;
  height: 486px;
}
.contact-info .main-contact .map iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1200px) {
  .vision .cards-overlay .card {
    padding: 30px;
    gap: 5px;
  }
}
@media screen and (max-width: 1050px) {
  section {
    padding-inline: 30px;
  }
  .vision {
    padding-bottom: 100px;
  }
  .vision .first {
    justify-content: center;
    padding-inline: 30px;
  }
  .vision .cards-overlay {
    padding-inline: 30px;
    padding-top: 100px;
    flex-wrap: wrap;
    position: static;
  }
  .vision .cards-overlay .card {
    max-width: 300px;
    gap: 20px;
    box-shadow: 5.80329px 5.63065px 27.15728px 0px rgba(22, 31, 65, 0.27);
  }
  .service {
    padding-inline: 30px;
    margin-top: -100px;
  }
  .about .container .bottom .img-container img {
    max-width: 400px;
    width: 100%;
    height: 100%;
  }
  .about .container .bottom .img-container:nth-child(2) {
    justify-content: flex-end;
  }
  .about .container .bottom .img-container .img-overlay {
    background-color: rgba(22, 31, 65, 0.9);
    padding: 30px;
    position: absolute;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .about .container .bottom .img-container .img-overlay h2 {
    font-size: 32px;
    color: #ffbe3f;
  }
  .about .container .bottom .img-container .img-overlay p {
    color: #ffffff;
  }
  .about .container .bottom .img-container .first {
    left: 30px;
    right: -30px;
    top: 50px;
  }
  .about .container .bottom .img-container .second {
    right: -30px;
    left: 30px;
    top: 50px;
  }
}
@media screen and (max-width: 960px) {
  .service .container .last .card {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .service .container .second {
    flex-wrap: wrap;
  }
  .service .container .fourth .grid-services {
    display: flex;
    flex-wrap: wrap;
  }
  .service .container .last .card {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  .about .container .bottom {
    flex-direction: column;
    gap: 100px;
  }
  .about .container .bottom .img-container2 {
    width: 100%;
    max-width: 100%;
    height: 400px;
  }
  .about .container .bottom .img-container2:nth-child(2) {
    justify-content: flex-end;
  }
  .about .container .bottom .img-container2 .img-overlay {
    background-color: rgba(22, 31, 65, 0.9);
    padding: 30px;
    position: absolute;
    max-width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
  }
  .about .container .bottom .img-container2 .img-overlay h2 {
    font-size: 32px;
    color: #ffbe3f;
  }
  .about .container .bottom .img-container2 .img-overlay p {
    color: #ffffff;
  }
  .about .container .bottom .img-container2 .first {
    left: 0px;
    right: -1px;
    top: 0px;
  }
  .about .container .bottom .img-container2 .second {
    right: 0px;
    left: -1px;
    top: 0px;
  }
  .contact-info::before {
    content: "";
    display: block;
    height: 600px;
    width: 300px;
    background-color: #161f41;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contact-info .main-contact {
    padding-top: 100px;
    flex-direction: column;
    width: 100%;
    margin-inline: 0;
    gap: 250px;
  }
  .contact-info .main-contact .first {
    background-color: #ffffff;
    padding: 65px 35px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-self: center;
    box-shadow: 5.80329px 5.63065px 27.15728px 0px rgba(22, 31, 65, 0.27);
  }
  .contact-info .main-contact .first h1 {
    color: #161f41;
    font-size: 32px;
  }
  .contact-info .main-contact .first h1 span {
    color: #ffbe3f;
  }
  .contact-info .main-contact .first p {
    font-size: 14px;
  }
  .contact-info .main-contact .map {
    height: 486px;
    width: 100%;
    margin: 0;
  }
  .contact-info .main-contact .map iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 740px) {
  .service .container {
    margin-top: 150px;
  }
}
@media screen and (max-width: 505px) {
  section {
    padding-inline: 30px;
  }
  .service .container .third {
    background-color: #161f41;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    text-align: center;
    align-items: center;
    color: #ffffff;
  }
  .service .container .third h1 {
    font-size: 32px;
    max-width: 600px;
  }
  .service .container .third p {
    font-size: 18px;
    max-width: 600px;
  }
  .service .container .third a {
    text-decoration: none;
    padding: 15px 35px;
    color: #161f41;
    background-color: #ffbe3f;
  }
  .service .container .last {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }
  .service .container .last .card {
    padding: 40px 30px;
    max-width: 360px;
    min-width: 300px;
    background-color: #f4f4f4;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    justify-content: center;
  }
  .service .container .last .card a {
    padding: 12px 26px;
    background-color: #ffbe3f;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    color: #161f41;
  }
  .service .container .last .card .button-container {
    display: flex;
    gap: 50px;
  }
  .service .container .last .card h3 {
    font-size: 28px;
  }
  .service .container .last .card:first-child {
    background-color: #161f41;
    color: #ffffff;
    text-align: center;
  }
  .about .container .bottom {
    flex-direction: column;
  }
  .about .container .bottom .img-container2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 150px;
  }
  .about .container .bottom .img-container2 img {
    display: none;
  }
  .about .container .bottom .img-container2:nth-child(2) {
    justify-content: flex-end;
  }
  .about .container .bottom .img-container2 .img-overlay .first {
    left: 0px;
    right: -1px;
    top: 0px;
  }
  .about .container .bottom .img-container2 .img-overlay .second {
    right: 0px;
    left: -1px;
    top: 0px;
  }
  .vision .cards-overlay {
    margin-inline: 30px;
  }
  .vision .cards-overlay .card {
    min-width: 300px;
    max-width: 300px;
  }
  .awards .container .award-card-container {
    justify-content: center;
  }
  .awards .container .award-card-container .award-card {
    padding: 30px 36px 39px 41px;
    position: relative;
    background-color: #ffffff;
  }
  .awards .container .award-card-container .award-card::before {
    content: "";
    width: 50px;
    height: 53px;
    background-color: #ffbe3f;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
  }
  .awards .container .award-card-container .award-card::after {
    content: "";
    width: 50px;
    height: 53px;
    background-color: #161f41;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: -1;
  }
}/*# sourceMappingURL=home.css.map */