@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
@import url("https://fonts.googleapis.com/css?family=Sora&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

@media only screen and (max-width: 62.5em) {
  html {
    font-size: 56.25%;
  }
}

@media only screen and (max-width: 56.25em) {
  html {
    font-size: 54%;
  }
}

@media only screen and (max-width: 37.5em) {
  html {
    font-size: 51%;
  }
}

@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  overflow-x: hidden;
}

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

li {
  list-style: none;
}

.mt-md {
  margin-top: 35px;
}

@media only screen and (max-width: 992px) {
  .col-sm {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .col-sm-r {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .col-item {
    width: 100% !important;
  }
  .col-item-alt {
    width: 90% !important;
  }
  .hide-sm {
    display: none !important;
  }
  .show-sm {
    display: inline !important;
  }
  .text-sm {
    font-size: 1.5rem !important;
  }
  .text-md {
    font-size: 2.2rem !important;
  }
  .text-center {
    text-align: center;
  }
  .w-sm {
    width: 35px !important;
  }
  .mt-0 {
    margin-top: 0px !important;
  }
  .ajust-crop {
    left: 18% !important;
  }
  .m-0 {
    margin: 0px !important;
  }
  .mb-sm {
    margin-bottom: 20px !important;
  }
  .header-sm {
    padding: 20px 10px 20px 10px !important;
  }
  .banner-sm {
    height: 55vh !important;
    background-size: contain;
    text-align: center;
  }
  .mb-md {
    margin-bottom: 15rem !important;
  }
  .mb-md:last-child {
    margin-bottom: 1rem !important;
  }
}

@media only screen and (min-width: 992px) {
  .hide-lg {
    display: none !important;
  }
  .mt-negative {
    margin-top: -20%;
  }
}

.none {
  display: none !important;
}

.loader-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #0863a3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  z-index: 1000;
}

.loader-wrap .loader {
  width: 100px;
  height: 100px;
  -webkit-animation: bounce 1.25s infinite ease-in-out;
          animation: bounce 1.25s infinite ease-in-out;
}

.loader-wrap .loader img {
  width: 100%;
  height: auto;
}

@-webkit-keyframes bounce {
  0% {
    scale: 1.5;
  }
  50% {
    scale: 1.65;
  }
  100% {
    scale: 1.5;
  }
}

@keyframes bounce {
  0% {
    scale: 1.5;
  }
  50% {
    scale: 1.65;
  }
  100% {
    scale: 1.5;
  }
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px;
  color: white;
  background-color: #0863a3;
}

header .brand {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .brand i {
  display: block;
  font-size: 1rem;
  color: white;
}

header .brand b {
  color: #777b7c;
  font-size: 2rem;
}

header .brand img {
  width: 35px;
  height: auto;
  margin-right: 10px;
}

header nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header nav a {
  margin-left: 25px;
  position: relative;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

header nav a:hover::before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff88;
  position: absolute;
  bottom: -5px;
  right: 0%;
}

header nav .active::before {
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 5px;
  background-color: #ffffff88;
  position: absolute;
  bottom: -10px;
  right: 0%;
}

.banner {
  height: 90vh;
  width: 100%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-pixabay-273209.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746943479);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5rem;
  color: white;
}

.why-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.why-us__img {
  width: 50%;
}

.why-us__img img {
  width: 100%;
  height: auto;
}

.why-us__text {
  width: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.6rem;
}

.why-us__text h2 {
  margin-bottom: 15px;
}

.why-us__text h2:first-child {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.why-us__text h2:first-child::before {
  content: "";
  width: 68%;
  height: 5px;
  background-color: #5BC0DB;
  position: absolute;
  bottom: 0px;
  right: 0%;
}

.why-us__text .smaller_heading {
  font-size: 1.6rem;
  margin-right: .5rem;
}

.why-us__text b {
  font-size: 1.85rem;
  letter-spacing: 0.01em;
  margin-right: .5rem;
}

.why-us__text p {
  padding-left: 0px;
}

.why-us__text .home-list li {
  margin-bottom: 15px;
}

.why-us__text .home-list li i {
  margin-right: 15px;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 70px;
}

.section__head {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
}

.section__head::before {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #0863a3;
  position: absolute;
  top: 50%;
  right: -90%;
}

.section__head-alt {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 35px;
}

.section__head-alt::before {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #0863a3;
  position: absolute;
  top: 50%;
  left: -90%;
}

.section .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section .card-group .card {
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 8px;
  font-size: 1.4rem;
  padding-bottom: 10px;
  cursor: pointer;
}

.section .card-group .card a {
  color: #0863a3;
}

.section .card-group .card .card-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  margin-bottom: 25px;
}

.section .card-group .card .card-img img {
  width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.section .card-group .card__text {
  padding: 15px;
  color: rgba(0, 0, 0, 0.671);
  margin-top: -10px;
}

.section .card-group .card__text a {
  color: #0863a3;
}

.section .card-group .card__header {
  padding: 15px;
}

.section .card-group .second-child {
  margin-top: 50px;
}

.section .card-group .third-child {
  margin-top: 125px;
}

.footer-banner {
  background-color: #0863a3;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.footer-banner h1 {
  font-size: 2.5rem;
}

.footer-banner a {
  padding: 15px;
  font-size: 1.75rem;
  border-radius: 8px;
  background-color: #1077c0;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #16161d;
  color: white;
  padding: 15px;
  padding-bottom: 25px;
}

footer .col-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 45px;
}

footer .col-group .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 35px;
}

footer .col-group .col li {
  list-style: none;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.692);
}

footer .col-group .col li:first-child {
  font-weight: bold;
  color: white;
}

footer .contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 15px;
}

footer .contact .links {
  color: rgba(255, 255, 255, 0.699);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

footer .contact .links i {
  padding: 10px;
  margin-top: 10px;
  font-size: 20px;
}

/* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */
  height: 100%;
  width: 0;
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  background-color: #0863a3;
  /* Black w/opacity */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  -webkit-transition: 0.5s;
  transition: 0.5s;
  /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
  text-align: left;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  /* Display block instead of inline */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  /* Transition effects on hover (color) */
}

.overlay a i {
  margin-left: 10px;
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 30px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 15px;
  }
  .overlay .closebtn {
    font-size: 30px;
    top: 15px;
    right: 35px;
  }
}

.slideshow-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.slideshow-container .mySlides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.slideshow-container .mySlides img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  width: 100%;
  height: 100%;
}

.slideshow-container .text {
  font-size: 4rem;
  color: white;
}

.slideshow-container .wrapper {
  position: absolute;
  top: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.slideshow-container .float {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}

.active-x {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: .4;
  }
  to {
    opacity: 1;
  }
}

.banner-services {
  height: 90vh;
  width: 100%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-rodnae-productions-7821676.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746943332);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 25px;
}

.services {
  position: relative;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-sora-shimazaki-5669619.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746945645);
  background-size: cover;
  padding-bottom: 50px;
}

.service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 140px;
  position: relative;
  z-index: 100;
}

.service .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  font-size: 2.5rem;
  position: absolute;
  height: 40px;
  width: 40px;
  top: -85px;
  left: 46.6%;
  z-index: 100;
  color: white;
  background-color: #0863a3;
}

.service__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.service__img img {
  width: 100%;
  height: auto;
}

.service__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 70%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-sora-shimazaki-5669619.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746945645);
  background-size: cover;
  position: relative;
}

.service__text .overlay {
  width: 100%;
  height: 100%;
  background-color: #aeb1b4b9;
  z-index: 1;
  position: absolute;
}

.service__text h2 {
  padding: 25px;
  z-index: 10;
}

.service__text p {
  padding: 25px;
  margin-top: -25px;
  z-index: 10;
  line-height: 2.5rem;
}

.service__text .list {
  margin-top: -15px;
  padding: 25px;
  z-index: 1;
}

.service__text .list li {
  color: black;
  font-size: 1.5rem;
}

.service__text .list li i {
  margin-right: 5px;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 10vh;
  margin-bottom: 50px;
  margin-top: -40px;
}

.chevron {
  position: absolute;
  width: 2.1rem;
  height: 0.48rem;
  opacity: 0;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  -webkit-animation: move-chevron 3s ease-out infinite;
          animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  -webkit-animation: move-chevron 3s ease-out 1s infinite;
          animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move-chevron 3s ease-out 2s infinite;
          animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #2c3e50;
}

.chevron:before {
  left: 0;
  -webkit-transform: skewY(30deg);
          transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  -webkit-transform: skewY(-30deg);
          transform: skewY(-30deg);
}

@-webkit-keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    -webkit-transform: translateY(2.28rem);
            transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    -webkit-transform: translateY(3.12rem);
            transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(4.8rem) scale(0.5);
            transform: translateY(4.8rem) scale(0.5);
  }
}

.banner-team {
  height: 90vh;
  width: 100%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/scott-graham-5fNmWej4tAA-unsplash.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746945974);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 25px;
}

.team-heading {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin-bottom: 14rem;
}

.team-heading::after {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #0863a3;
  position: absolute;
  top: 50%;
  right: -90%;
}

.team-heading::before {
  content: "";
  width: 80%;
  height: 3px;
  background-color: #0863a3;
  position: absolute;
  top: 50%;
  left: -90%;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 15rem;
}

.team .team-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  position: relative;
  text-align: center;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
          box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 8px;
  border-bottom: 6px solid #0863a3;
}

.team .team-profile .img-crop {
  position: absolute;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  margin-top: -100px;
  left: 22%;
}

.team .team-profile h2 {
  margin-top: 120px;
}

.team .team-profile p {
  color: rgba(0, 0, 0, 0.658);
}

.team .team-profile .credits {
  color: black;
  margin-bottom: 20px;
}

.banner-article {
  height: 90vh;
  width: 100%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-pixabay-207662.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746943263);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 25px;
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10rem;
  margin-top: -5rem;
}

.articles .article-card {
  width: 45%;
  background-color: #f5f5f5;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-top: 45px;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}

.articles .article-card .icon {
  border-radius: 50%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  background-color: #0863a3;
  bottom: -20px;
  right: -20px;
  color: white;
}

.articles .article-card a {
  padding: 25px;
  border-radius: 5px;
  color: #0863a3;
}

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -50px;
  margin-bottom: 30px;
}

.gallery .img-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 25px;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
  cursor: pointer;
}

.gallery .img-card img {
  width: 100%;
  height: auto;
}

.gallery .img-card:nth-child(5) {
  margin-top: -100px;
}

.gallery .img-card:last-child {
  margin-right: auto;
  margin-left: 5%;
}

.gallery .img-card:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.banner-contact {
  height: 90vh;
  width: 100%;
  background-image: url(https://ik.imagekit.io/shadowbytee/assets/pexels-tyler-lastovich-699122.jpg?ik-sdk-version=javascript-1.4.3&updatedAt=1674746946024);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  margin-bottom: 25px;
}

.contact {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 5rem;
  margin-top: -85px;
}

.contact h2 {
  font-weight: lighter;
  font-size: 2rem;
}

.contact input {
  width: 100%;
  height: 35px;
  margin-bottom: 2rem;
  outline: none;
  font-size: 1.6rem;
  padding-left: 10px;
}

.contact textarea {
  padding: 10px;
  font-family: inherit;
  font-size: 1.8rem;
  width: 100%;
}

.contact .submit-btn {
  margin-top: 20px;
  cursor: pointer;
  width: 50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  font-weight: 3rem;
  background-color: #0863a3;
  color: white;
  font-weight: bold;
  font-family: inherit;
  border: none;
  outline: none;
  border-radius: 10px;
}

.menu-sm {
  font-size: 20px;
  padding-right: 10px;
}

.dev-credits {
  background-color: #1a1a22 !important;
  color: #dde2e9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dev-credits a {
  text-decoration: none;
  color: #0863a3;
}

.dev-credits .fa-heart {
  color: #0863a3;
}
/*# sourceMappingURL=style.css.map */