@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);.nav-container {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  min-height: 60px;
  height: 60px;
  z-index: 10;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.nav-container .brand {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 130px;
  justify-content: space-around;
  cursor: pointer;
}
.nav-container .brand img {
  width: 40px;
}
.nav-container .brand h3 {
  color: #ffffff;
}
.nav-container .nav-list {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  width: 40%;
}
.nav-container .nav-list .nav-item {
  list-style: none;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 12px;
  padding-right: 12px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.nav-container .nav-list .nav-item:hover {
  background-color: #ffffff;
  border-radius: 12px;
}
.nav-container .nav-list .nav-item:hover a {
  color: #F76D59 !important;
}
.nav-container .nav-list .nav-item a {
  color: #ffffff;
  text-decoration: none;
  font-weight: bolder;
  font-size: 16px;
}
.nav-container .burger {
  display: none;
  cursor: pointer;
}
.nav-container .burger div {
  width: 25px;
  height: 3px;
  background-color: #ffffff;
  margin: 5px;
}

.nav-item-active {
  background-color: #ffffff;
  border-radius: 12px;
}
.nav-item-active a {
  color: #F76D59 !important;
}

@media screen and (max-width: 1024px) {
  .nav-container .nav-list {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  .nav-container {
    background-color: rgba(10, 93, 226, 0.9);
  }
  .nav-container .nav-list {
    background-color: rgba(10, 93, 226, 0.9);
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 200;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
  }
  .nav-container .nav-list li {
    margin: 20px;
  }
  .nav-container .nav-list a {
    color: #ffffff !important;
  }
  .nav-container .nav-list .nav-item-active {
    background-color: #ffffff;
    border-radius: 12px;
  }
  .nav-container .nav-list .nav-item-active a {
    color: #F76D59 !important;
  }
  .nav-container .nav-list li {
    opacity: 0;
  }
  .nav-container .burger {
    display: block;
  }
}
@-webkit-keyframes navItemsFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@keyframes navItemsFade {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
.nav-active {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-transform: translateX(0%) !important;
          transform: translateX(0%) !important;
}

.toggle .line1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.toggle .line2 {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.toggle .line3 {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(10, 93, 226, 0.8);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.sticky a {
  color: #ffffff !important;
}
.sticky .nav-item-active {
  background-color: #ffffff;
  border-radius: 12px;
}
.sticky .nav-item-active a {
  color: #F76D59 !important;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.section-home {
  height: 100vh;
  background-color: rgba(10, 93, 226, 0.8);
  fill: rgba(255, 255, 255, 0.25);
  background-size: 739px 739px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' fill-opacity='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st0{fill:rgba(255, 255, 255, 0.25)} %3C/style%3E%3Ccircle class='st0' cx='87.5' cy='46.5' r='8.5'/%3E%3Ccircle class='st0' cx='94.5' cy='124.5' r='15.5'/%3E%3Ccircle class='st0' cx='244.5' cy='91.5' r='21.5'/%3E%3Ccircle class='st0' cx='348.5' cy='80.5' r='7.5'/%3E%3Ccircle class='st0' cx='155' cy='356' r='10'/%3E%3Ccircle class='st0' cx='422' cy='139' r='14'/%3E%3Ccircle class='st0' cx='123' cy='251' r='6'/%3E%3Ccircle class='st0' cx='280' cy='204' r='11'/%3E%3Ccircle class='st0' cx='315' cy='311' r='11'/%3E%3Ccircle class='st0' cx='262' cy='411' r='6'/%3E%3Ccircle class='st0' cx='455.5' cy='395.5' r='12.5'/%3E%3Ccircle class='st0' cx='432' cy='500' r='25'/%3E%3Ccircle class='st0' cx='432' r='25'/%3E%3Ccircle class='st0' cx='-3.5' cy='240.5' r='10.5'/%3E%3Ccircle class='st0' cx='496.5' cy='240.5' r='10.5'/%3E%3Ccircle class='st0' cx='96' cy='437' r='3'/%3E%3C/svg%3E");
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.section-home .content-home {
  margin-top: 8vh;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
  height: -moz-available;
  /* WebKit-based browsers will ignore this. */
  height: -webkit-fill-available;
  /* Mozilla-based browsers will ignore this. */
  height: fill-available;
  margin: auto;
}
.section-home .content-home #caption {
  width: 30%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}
.section-home .content-home #caption h1 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}
.section-home .content-home #caption h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
}
.section-home .content-home #caption p {
  color: #3f3d56;
}
.section-home .content-home #caption .o-btn {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F76D59;
  padding: 4px 12px 4px 12px;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section-home .content-home #caption .o-btn:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.section-home .content-home #picture {
  width: 70%;
  height: 100%;
}

.section1 {
  position: relative;
  height: 100vh;
  margin-top: 20px;
}
.section1 .card {
  background-color: #F76D59;
  padding: 20px;
  width: 90%;
  height: 90%;
  margin: auto;
  display: -webkit-box;
  display: flex;
  border-top-left-radius: 30px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 8px;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section1 .card #picture2 {
  width: 60%;
}
.section1 .card #content2 {
  width: 40%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
  color: #ffffff;
}

.section2 {
  margin-top: 20px;
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section2 h1 {
  color: #0A5DE2;
  font-size: 28px !important;
  height: 10%;
  width: 100%;
  text-align: center;
}
.section2 p {
  width: 90%;
  text-align: center;
  height: 10%;
}

.card-container {
  display: -webkit-box;
  display: flex;
  height: 90%;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
}
.card-container .card-base {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 16px;
  width: 25%;
  height: 80%;
  margin: 20px;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  color: #ffffff;
}
.card-container .card-base .o-btn {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #F76D59;
  padding: 4px 12px 4px 12px;
  border-radius: 12px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.card-container .card-base .o-btn:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.card-container .card-base .icon {
  width: 100%;
  text-align: center;
  font-size: 90px;
  border-radius: 40px;
}
.card-container .card-base .icon img {
  width: 80%;
}
.card-container .card-base .icon .img-raduis {
  border-radius: 40px;
}
.card-container .card-blue {
  background-color: #0a5de2;
  fill: rgba(255, 255, 255, 0.25);
  background-size: 739px 739px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_1' fill-opacity='1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st0{fill:rgba(255, 255, 255, 0.25)} %3C/style%3E%3Ccircle class='st0' cx='87.5' cy='46.5' r='8.5'/%3E%3Ccircle class='st0' cx='94.5' cy='124.5' r='15.5'/%3E%3Ccircle class='st0' cx='244.5' cy='91.5' r='21.5'/%3E%3Ccircle class='st0' cx='348.5' cy='80.5' r='7.5'/%3E%3Ccircle class='st0' cx='155' cy='356' r='10'/%3E%3Ccircle class='st0' cx='422' cy='139' r='14'/%3E%3Ccircle class='st0' cx='123' cy='251' r='6'/%3E%3Ccircle class='st0' cx='280' cy='204' r='11'/%3E%3Ccircle class='st0' cx='315' cy='311' r='11'/%3E%3Ccircle class='st0' cx='262' cy='411' r='6'/%3E%3Ccircle class='st0' cx='455.5' cy='395.5' r='12.5'/%3E%3Ccircle class='st0' cx='432' cy='500' r='25'/%3E%3Ccircle class='st0' cx='432' r='25'/%3E%3Ccircle class='st0' cx='-3.5' cy='240.5' r='10.5'/%3E%3Ccircle class='st0' cx='496.5' cy='240.5' r='10.5'/%3E%3Ccircle class='st0' cx='96' cy='437' r='3'/%3E%3C/svg%3E");
}
.card-container .card-orange {
  background-color: #f76d59;
  fill: rgba(255, 255, 255, 0.58);
  background-size: 500px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st0{fill:rgba(255, 255, 255, 0.58)} %3C/style%3E%3Cpath class='st0' d='M136.3 119c0-5.5-4.5-10-10-10-4 0-7.4 2.3-9 5.7-1.6-3.3-5-5.7-9-5.7-5.5 0-10 4.5-10 10 0 11 19 23 19 23s19-11 19-23zM382.7 142.5l-.3-.2c-.8-.5-19.2-12.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 12.1-18.5 23-19.2 23.4l-.3.2zm-8.9-33c-5.2 0-9.5 4.3-9.5 9.5 0 9.9 16.3 20.9 18.5 22.4 2.3-1.4 18.5-11.6 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3Cg%3E%3Cpath class='st0' d='M363.8 368c0-5.5 4.5-10 10-10 4 0 7.4 2.3 9 5.7 1.6-3.3 5-5.7 9-5.7 5.5 0 10 4.5 10 10 0 11-19 23-19 23s-19-11-19-23zM117.3 391.5l-.3-.2c-.8-.5-19.2-11.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 11.1-18.4 22.9-19.2 23.4l-.3.2zm-9-33c-5.2 0-9.5 4.3-9.5 9.5 0 10.8 16.2 21 18.5 22.4 2.3-1.5 18.5-12.5 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3C/g%3E%3C/svg%3E");
}

@media screen and (max-width: 1024px) {
  .section2 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .section1 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }

  .card-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .card-container .card-base {
    width: 90%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 16px auto 16px auto;
  }
  .card-container .card-base .icon img {
    width: 70% !important;
  }

  .section-home {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section-home .content-home {
    width: 100%;
    padding: 16px;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .section-home .content-home #caption {
    width: 90%;
    margin: 0px auto 0px auto;
  }
  .section-home .content-home #picture {
    margin: 0px auto 0px auto;
    width: 90%;
  }

  .card {
    width: 100%;
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .card #content2 {
    width: 90% !important;
  }
  .card #picture2 {
    width: 90% !important;
  }

  .section3 .process h1 {
    font-size: 20px !important;
  }
  .section3 .process img {
    width: 100% !important;
  }
  .section3 .card3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .section3 .card3 .work-title {
    height: 20% !important;
    width: 100% !important;
  }
  .section3 .card3 .work-img {
    height: 80% !important;
    width: 100% !important;
  }
}
.section3 {
  margin-top: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
.section3 .work-title {
  font-size: 36px;
  color: #0A5DE2;
  margin-bottom: 20px;
}
.section3 p {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
}
.section3 .card3 {
  position: relative;
  background-color: #0a5de2;
  fill: rgba(255, 255, 255, 0.4);
  background-size: 401px 401px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st0{fill:rgba(255, 255, 255, 0.4)} %3C/style%3E%3Cpath class='st0' d='M136.3 119c0-5.5-4.5-10-10-10-4 0-7.4 2.3-9 5.7-1.6-3.3-5-5.7-9-5.7-5.5 0-10 4.5-10 10 0 11 19 23 19 23s19-11 19-23zM382.7 142.5l-.3-.2c-.8-.5-19.2-12.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 12.1-18.5 23-19.2 23.4l-.3.2zm-8.9-33c-5.2 0-9.5 4.3-9.5 9.5 0 9.9 16.3 20.9 18.5 22.4 2.3-1.4 18.5-11.6 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3Cg%3E%3Cpath class='st0' d='M363.8 368c0-5.5 4.5-10 10-10 4 0 7.4 2.3 9 5.7 1.6-3.3 5-5.7 9-5.7 5.5 0 10 4.5 10 10 0 11-19 23-19 23s-19-11-19-23zM117.3 391.5l-.3-.2c-.8-.5-19.2-11.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 11.1-18.4 22.9-19.2 23.4l-.3.2zm-9-33c-5.2 0-9.5 4.3-9.5 9.5 0 10.8 16.2 21 18.5 22.4 2.3-1.5 18.5-12.5 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3C/g%3E%3C/svg%3E");
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px;
  width: 90%;
  height: 95%;
  margin: auto;
}
.section3 .card3 .work-title {
  height: 100%;
  width: 20%;
  text-align: center;
  font-size: 36px;
  color: #ffffff;
  font-weight: bolder;
}
.section3 .card3 .work-img {
  width: 80%;
  height: 100%;
}
.section3 .process {
  width: 90%;
  margin: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section3 .process h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #0A5DE2;
  font-size: 45px;
  font-weight: bolder;
}
.section3 .process img {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 80%;
}

.section4 {
  height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section4 .title {
  height: 10%;
  color: #0A5DE2;
  font-size: 45px;
  font-weight: bolder;
}
.section4 .caption {
  height: 10%;
}
.section4 .team-card {
  height: 80%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section4 .team-card p {
  padding: 20px;
}
.section4 .team-card img {
  width: 60%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .section4 {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .section4 .team-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .section5 .form-container {
    width: 100% !important;
  }
  .section5 img {
    display: none !important;
  }
}
.section5 {
  display: -webkit-box;
  display: flex;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section5 footer {
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section5 footer .footer-address {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: start;
          align-items: flex-start;
  width: 40%;
}
.section5 footer .footer-address p {
  margin-top: 20px;
}
.section5 footer .footer-social {
  width: 60%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: end;
          align-items: flex-end;
}
.section5 footer .footer-social a {
  margin-top: 8px;
  color: #000000;
}
.section5 footer .footer-social h6 {
  margin-top: 8px;
}
.section5 footer .footer-social .social-links {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
}
.section5 footer .footer-social .social-links .icon-button {
  padding: 12px;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  background-color: #F76D59;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section5 footer .footer-social .social-links .icon-button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  background-color: #0A5DE2;
}
.section5 footer .footer-social .social-links .icon-button i {
  color: #ffffff;
}
.section5 .contact-card {
  position: relative;
  color: #ffffff;
  padding: 20px;
  width: 90%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
  margin: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  background-color: #f76d59;
  fill: rgba(255, 255, 255, 0.58);
  background-size: 500px;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='Layer_2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 500' fill-opacity='1' style='enable-background:new 0 0 500 500'%3E%3Cstyle%3E .st0{fill:rgba(255, 255, 255, 0.58)} %3C/style%3E%3Cpath class='st0' d='M136.3 119c0-5.5-4.5-10-10-10-4 0-7.4 2.3-9 5.7-1.6-3.3-5-5.7-9-5.7-5.5 0-10 4.5-10 10 0 11 19 23 19 23s19-11 19-23zM382.7 142.5l-.3-.2c-.8-.5-19.2-12.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 12.1-18.5 23-19.2 23.4l-.3.2zm-8.9-33c-5.2 0-9.5 4.3-9.5 9.5 0 9.9 16.3 20.9 18.5 22.4 2.3-1.4 18.5-11.6 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3Cg%3E%3Cpath class='st0' d='M363.8 368c0-5.5 4.5-10 10-10 4 0 7.4 2.3 9 5.7 1.6-3.3 5-5.7 9-5.7 5.5 0 10 4.5 10 10 0 11-19 23-19 23s-19-11-19-23zM117.3 391.5l-.3-.2c-.8-.5-19.2-11.3-19.2-23.4 0-5.8 4.7-10.5 10.5-10.5 3.7 0 7.1 1.9 9 5.1 1.9-3.2 5.3-5.1 9-5.1 5.8 0 10.5 4.7 10.5 10.5 0 11.1-18.4 22.9-19.2 23.4l-.3.2zm-9-33c-5.2 0-9.5 4.3-9.5 9.5 0 10.8 16.2 21 18.5 22.4 2.3-1.5 18.5-12.5 18.5-22.4 0-5.2-4.3-9.5-9.5-9.5-3.7 0-6.9 2.1-8.5 5.4l-.5.9-.5-.9c-1.6-3.4-4.9-5.4-8.5-5.4z'/%3E%3C/g%3E%3C/svg%3E");
}
.section5 .contact-card img {
  width: 300px;
  position: absolute;
  bottom: -20px;
  left: -40px;
}
.section5 .contact-card .form-container {
  width: 60%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  justify-content: space-around;
  -webkit-box-align: center;
          align-items: center;
}
.section5 .contact-card .form-container button {
  margin-top: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffffff;
  padding: 12px 36px 12px 36px;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  color: #F76D59;
  cursor: pointer;
  border: none;
  font-size: 36px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.section5 .contact-card .form-container button:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.section5 .contact-card .form-container .app-form-control {
  resize: none;
  width: 100%;
  padding: 10px 0;
  background: none;
  border: none;
  border-bottom: 1px solid #fff8f8;
  color: white;
  font-size: 14px;
  outline: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.section5 .contact-card .form-container .app-form-control::-webkit-input-placeholder {
  color: white;
}
.section5 .contact-card .form-container .app-form-control::-moz-placeholder {
  color: white;
}
.section5 .contact-card .form-container .app-form-control:-ms-input-placeholder {
  color: white;
}
.section5 .contact-card .form-container .app-form-control::-ms-input-placeholder {
  color: white;
}
.section5 .contact-card .form-container .app-form-control::placeholder {
  color: white;
}
.section5 .contact-card .form-container .app-form-control:focus {
  border-bottom-color: white;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

@keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@-webkit-keyframes autofill {
  100% {
    background: transparent;
    color: inherit;
  }
}
@media screen and (max-width: 1024px) {
  footer {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  footer .footer-address {
    width: 90% !important;
    -webkit-box-align: center !important;
            align-items: center !important;
    margin-top: 20px !important;
  }
  footer .footer-social {
    width: 90% !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
}
#back-button {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 15px;
  -webkit-transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
#back-button i {
  color: #0A5DE2;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
}
#back-button:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
#back-button:active {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.btn-show {
  opacity: 1 !important;
  visibility: visible !important;
}