.nav {
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  position: fixed;
  top: 0;
  z-index: 4;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.nav > div {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  justify-content: space-between;
}
.nav > div img {
  max-width: 104px;
  margin-right: 100px;
}
.nav__items {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #4a4a4a;
  display: flex;
}
.nav__items div {
  margin-right: 30px;
}

.section-one {
  overflow: auto;
  position: relative;
  background-image: url("./images/banner-img.jpg");
  background-color: #cccccc;
  height: 700px;
  max-height: calc(100vh - 83px);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
}
@media screen and (max-width: 991px) {
  .section-one {
    padding: 0 15px;
  }
}
.section-one__logo {
  position: fixed;
  left: 0;
  top: 0;
  margin-top: 0 !important;
  max-width: 180px !important;
  height: 110px;
  background: #ffffff;
  animation: slide-left 1s forwards;
  transition: top 0.3s;
  z-index: 3;
}
.section-one__logo img {
  max-width: 180px;
}
.section-one .button {
  color: #fff;
  background-color: #ff5e14;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: box-shadow 0.2s;
  animation: drop-in 0.7s ease 500ms backwards;
  cursor: pointer;
}
.section-one .button:hover {
  -webkit-box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
  -moz-box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
  box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
}
.section-one > div {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 40px auto;
  width: 100%;
}
.section-one__left {
  width: 100%;
  z-index: 1;
}
.section-one__right {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.section-one__right img {
  width: 100%;
  object-fit: cover;
}
.section-one h1 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: rgb(0, 22, 89);
  display: flex;
  font-size: 64px;
  margin-bottom: 20px;
  animation: drop-in 0.7s ease 100ms backwards;
  text-transform: uppercase;
  position: relative;
}
.section-one h1 img {
  position: absolute;
  left: 283px;
  top: -134px;
  max-width: 282px;
}
@media screen and (max-width: 991px) {
  .section-one h1 img {
    position: absolute;
    left: -60px;
    top: -220px;
  }
}
.section-one p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: rgb(86, 89, 105);
  display: flex;
  font-size: 18px;
  padding-right: 90px;
  line-height: 26px;
  animation: drop-in 0.7s ease 300ms backwards;
}

.section-two {
  position: relative;
}
@media screen and (max-width: 991px) {
  .section-two {
    padding: 0 20px;
  }
}
.section-two .patten-wire {
  background-image: url(./images/pattern.jpg);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 300px;
  z-index: -1;
  padding: 0;
  max-width: none;
  margin: 0;
}
.section-two > div {
  display: flex;
  align-items: center;
  max-width: 1170px;
  margin: 0 auto;
  flex-direction: column;
  align-items: baseline;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section-two > div {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.section-two__left {
  margin-bottom: 100px;
  max-width: 600px;
  width: 100%;
}
.section-two__left .header--devider {
  max-width: 80px;
  height: 5px;
  background: #ff5e14;
  border-radius: 2px;
}
.section-two__left h1 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0, 22, 89);
  display: flex;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-two__left h1 {
    font-size: 26px;
  }
}
.section-two__left p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: rgb(86, 89, 105);
  font-size: 16px;
  line-height: 26px;
}
.section-two__bottom {
  width: 100%;
}
.section-two__bottom > div:first-child {
  display: flex;
  gap: 15px;
  width: 100%;
}
.section-two__bottom > div:first-child p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  display: none;
}
@media screen and (max-width: 991px) {
  .section-two__bottom > div:first-child p {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .section-two__bottom > div:first-child {
    display: block;
    text-align: center;
  }
}
.section-two__bottom > div:first-child div {
  width: 25%;
  position: relative;
  border-bottom: 4px solid transparent;
  padding-bottom: 40px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .section-two__bottom > div:first-child div {
    width: 100%;
  }
}
.section-two__bottom > div:first-child div > span {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #ff5e14;
  font-size: 12px;
}
@media screen and (max-width: 991px) {
  .section-two__bottom > div:first-child div > span {
    display: none;
  }
}
.section-two__bottom > div:first-child .active {
  border-bottom: 4px solid #ff5e14;
}
@media screen and (max-width: 991px) {
  .section-two__bottom > div:first-child .active {
    border-bottom: none;
  }
}
.section-two__bottom .hidden {
  display: none;
}
.section-two__bottom .tab-content {
  position: relative;
  padding: 25px 30px;
  background: #f5f6fa;
}
@media screen and (max-width: 991px) {
  .section-two__bottom .tab-content {
    display: none;
  }
}
.section-two__bottom .tab-content p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: rgb(86, 89, 105);
  font-size: 16px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 5px;
}
.section-two__bottom h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0, 22, 89);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.section-three {
  padding: 1px;
  background: #f2f3f5;
}
.section-three > div {
  display: flex;
  max-width: 1170px;
  margin: 80px auto;
}
@media screen and (max-width: 991px) {
  .section-three > div {
    margin-top: 0;
    display: block;
  }
}
.section-three__left {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  width: 55%;
}
@media screen and (max-width: 991px) {
  .section-three__left {
    width: 100%;
  }
}
.section-three__left div {
  width: calc(50% - 8px);
}
@media screen and (max-width: 991px) {
  .section-three__left div {
    width: 100%;
  }
}
.section-three__left div img {
  width: 100%;
  max-height: unset;
  height: 100%;
  object-fit: cover;
}
.section-three__left div:last-child {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 991px) {
  .section-three__left div:last-child {
    display: none;
  }
}
.section-three__left img {
  width: calc(50% - 20px);
  max-height: 200px;
}
.section-three__right {
  width: 45%;
  margin-left: 3%;
}
@media screen and (max-width: 991px) {
  .section-three__right {
    margin-left: 0;
    padding: 0 20px;
    margin-top: 40px;
    width: auto;
  }
}
.section-three__right h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0, 22, 89);
  display: flex;
  font-size: 38px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-three__right h4 {
    font-size: 26px;
  }
}
.section-three__right .header--devider {
  max-width: 80px;
  height: 5px;
  background: #ff5e14;
  border-radius: 2px;
}
.section-three__right p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: rgb(86, 89, 105);
  font-size: 16px;
  line-height: 26px;
}
.section-three__right p span {
  font-weight: 500;
}

.modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .close-button {
  position: absolute;
}
.modal .modal-content {
  font-family: "Inter", sans-serif;
  width: 900px;
  height: 580px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 991px) {
  .modal .modal-content {
    width: 95%;
  }
}
.modal .modal-content .close-button {
  width: 26px;
  height: 26px;
  border-radius: 99px;
  background: #e7e7e7;
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-left: 1px;
  z-index: 3;
}
.modal button {
  color: #fff;
  background-color: #ff5e14;
  border: 1px solid transparent;
  border-radius: 2px;
  width: 180px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: box-shadow 0.2s;
  margin-top: 5px;
  float: right;
  cursor: pointer;
}
.modal button:hover {
  -webkit-box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
  -moz-box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
  box-shadow: 0px 2px 11px -3px rgb(255, 94, 20);
}
.modal__right {
  width: 55%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .modal__right {
    display: none;
  }
}
.modal__right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal__right .info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 130px;
}
.modal__right .info div {
  position: relative;
  margin-bottom: 20px;
}
.modal__right .info div h4 {
  color: #fff;
  margin-bottom: 10px;
}
.modal__right .info div:first-child p {
  color: #bbbbbb;
}
.modal__right .info div p {
  color: #ff5e14;
  margin-bottom: 0;
  margin-top: 0;
}
.modal__right .info div i {
  position: absolute;
  left: -40px;
  top: 21px;
  font-size: 20px;
  color: #fff;
}
.modal__left {
  padding: 36px 35px 33px 35px;
  position: relative;
  width: 45%;
}
@media screen and (max-width: 991px) {
  .modal__left {
    width: 100%;
    padding: 20px;
  }
}
.modal__left #confirmation-message {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none !important;
}
.modal__left #confirmation-message h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: rgb(0, 22, 89);
}
.modal__left #confirmation-message p {
  text-align: center;
  padding: 0 23px;
  margin-top: 0;
  line-height: 22px;
}
.modal__left > div {
  border: 1px solid #dedcdc;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.modal__left label {
  width: 100%;
  display: block;
  padding: 12px 15px;
  color: rgb(0, 22, 89);
  font-weight: 600;
}
.modal__left input {
  padding: 12px 15px;
  border: none;
  border-top: 1px solid #dedcdc;
  outline-color: #ff5e14;
}
.modal__left ::placeholder {
  color: #cccccc;
}
.modal__left textarea {
  border: none;
  border-top: 1px solid #dedcdc;
  padding: 12px 15px;
  outline-color: #ff5e14;
}

.section-four {
  padding-top: 80px;
}
@media screen and (max-width: 991px) {
  .section-four {
    padding-top: 40px;
  }
}
.section-four > span {
  display: block;
  max-width: 1170px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  .section-four > span {
    margin-bottom: 30px;
  }
}
.section-four .header--devider {
  max-width: 80px;
  height: 5px;
  background: #ff5e14;
  border-radius: 2px;
}
@media screen and (max-width: 991px) {
  .section-four .header--devider {
    position: relative;
    left: 20px;
    margin-bottom: 20px;
  }
}
.section-four h2 {
  max-width: 1170px;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0, 22, 89);
  display: flex;
  font-size: 38px;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .section-four h2 {
    font-size: 26px;
    padding: 0 20px;
  }
}
.section-four > div {
  display: flex;
  flex-wrap: wrap;
  max-width: 1170px;
  margin: 0 auto 80px;
  align-self: center;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  .section-four > div {
    display: block;
  }
}
.section-four > div > div {
  max-width: calc(33% - 11px);
}
@media screen and (max-width: 991px) {
  .section-four > div > div {
    max-width: 100%;
  }
}
.section-four > div > div:nth-child(2n) {
  border: 1px solid #e2e2e2;
  border-bottom: 3px solid rgb(255, 94, 20);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
@media screen and (max-width: 991px) {
  .section-four > div > div:nth-child(2n) {
    margin-top: 30px;
    margin-bottom: 20px;
    border: none;
  }
}
.section-four > div > div:nth-child(2n) h4,
.section-four > div > div:nth-child(2n) p {
  padding: 0 25px;
}
.section-four > div > div:nth-child(2n) h4 {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: rgb(0, 22, 89);
  font-size: 28px;
  margin-bottom: 10px;
}
.section-four > div > div:nth-child(2n) p {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: rgb(86, 89, 105);
  line-height: 22px;
  text-align: center;
}
.section-four > div > div img {
  max-width: 100%;
}

.show-modal {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translate(0px);
  }
}
.footer {
  background: #101c40;
}
.footer__top {
  background: #101c40;
  height: 75px;
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.footer .button {
  color: #fff;
  background-color: #ff5e14;
  border: 1px solid transparent;
  width: 230px;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  transition: 0.3s;
  font-size: 22px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .footer .button {
    font-size: 18px;
  }
}
.footer .button:hover {
  background: #f76d2d;
}
.footer div:last-child {
  display: flex;
}
.footer div:last-child div {
  font-size: 22px;
  padding: 0 30px;
  border-left: 1px solid #293452;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .footer div:last-child div {
    padding: 0 20px;
  }
}
.footer div:last-child div:last-child {
  border-right: 1px solid #293452;
}

.google-map {
  padding-bottom: 20%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .google-map {
    padding-bottom: 60%;
  }
}

.google-map iframe {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

@keyframes slide-left {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-100px);
    /* Start slightly off-screen to the left */
  }
  to {
    opacity: 1;
    transform: translateX(0);
    /* Slide to the original position */
  }
}
.animated {
  opacity: 0;
  transform: translateX(-100px);
  /* Initial off-screen position */
}

.animated.visible {
  animation: slideIn 0.5s ease-out forwards;
}

#check-group {
  animation: 0.32s ease-in-out 1.03s check-group;
  transform-origin: center;
}

#check-group #check {
  animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.8s forwards check;
  stroke-dasharray: 0, 75px;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#check-group #outline {
  animation: 0.38s ease-in outline;
  transform: rotate(0deg);
  transform-origin: center;
}

#check-group #white-circle {
  animation: 0.35s ease-in 0.35s forwards circle;
  transform: none;
  transform-origin: center;
}

@keyframes outline {
  from {
    stroke-dasharray: 0, 345.576px;
  }
  to {
    stroke-dasharray: 345.576px, 345.576px;
  }
}
@keyframes circle {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
@keyframes check {
  from {
    stroke-dasharray: 0, 75px;
  }
  to {
    stroke-dasharray: 75px, 75px;
  }
}
@keyframes check-group {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.09);
  }
  to {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */
