.hero_section {
  height: 100vh;
  width: 100%;
  background: #ffffff url(../images/contact-bg.png) center center/cover no-repeat;
  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: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 5%;
}
.hero_section .title_container {
  padding-bottom: 2%;
}
.hero_section .title_container h2 {
  color: #FFFFFF;
  font-size: 2.8rem;
  padding-bottom: 1%;
}
.hero_section .title_container p {
  color: #D9D9D9;
  font-size: 1.4rem;
  -webkit-padding-end: 60%;
          padding-inline-end: 60%;
  line-height: 1.6;
}
.hero_section .contact_info .contact {
  padding-bottom: 2%;
}
.hero_section .contact_info .contact:last-child {
  padding-bottom: 0%;
}
.hero_section .contact_info .contact .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1%;
}
.hero_section .contact_info .contact .title .img_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 5%;
}
.hero_section .contact_info .contact .title h3 {
  color: #FFFFFF;
  font-size: 2rem;
}
.hero_section .contact_info .contact .text {
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
}
.hero_section .contact_info .contact .text a {
  text-decoration: none;
}
.hero_section .contact_info .contact .text a {
  color: #FFFFFF;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.hero_section .contact_info .contact .text p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2rem;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hero_section .contact_info .contact .text p:hover {
  color: #C95F11;
}

.map_section {
  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;
  width: 100%;
  height: 100vh;
  margin-top: 3vh;
}

.learn_more_section {
  padding-bottom: 5%;
}
.learn_more_section .logo_container {
  padding-block: 8%;
  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;
}
.learn_more_section .logo_container .logo {
  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;
  width: 20%;
}
.learn_more_section .logo_container .logo img {
  width: 75%;
}
.learn_more_section .logo_container .line {
  width: 30%;
  height: 2px;
  background-color: #555555;
}
.learn_more_section .learn_more {
  -webkit-padding-start: 5%;
          padding-inline-start: 5%;
  background: linear-gradient(135deg, #57368C 50%, #FFFFFF 100%);
  overflow: hidden;
}
.learn_more_section .learn_more .container-fluid .row .text_col {
  padding-block: 5%;
  position: relative;
}
.learn_more_section .learn_more .container-fluid .row .text_col::after {
  content: url(../images/stroke.svg);
  position: absolute;
  bottom: 5%;
  left: 0%;
  width: 100%;
  z-index: 1;
}
.learn_more_section .learn_more .container-fluid .row .text_col h2 {
  padding-bottom: 5%;
  z-index: 5;
  position: relative;
  font-size: 5rem;
  color: #FFFFFF;
  font-weight: bold;
}
.learn_more_section .learn_more .container-fluid .row .text_col h2 span {
  color: #101010;
  font-size: 1rem;
  font-weight: normal;
}
.learn_more_section .learn_more .container-fluid .row .text_col p {
  padding-bottom: 5%;
  color: #FFFFFF;
  font-size: 1.8rem;
  -webkit-padding-end: 10%;
          padding-inline-end: 10%;
  z-index: 5;
  position: relative;
}
.learn_more_section .learn_more .container-fluid .row .text_col button {
  background-color: #C95F11;
  border: 0;
  padding: 2% 6%;
  text-align: center;
  border-radius: 50px;
  z-index: 5;
  position: relative;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.learn_more_section .learn_more .container-fluid .row .text_col button a {
  color: white;
}
.learn_more_section .learn_more .container-fluid .row .text_col button:hover {
  background-color: #FFFFFF;
}
.learn_more_section .learn_more .container-fluid .row .text_col button:hover a {
  color: #C95F11;
}
.learn_more_section .learn_more .container-fluid .row .man_img_col {
  position: relative;
}
.learn_more_section .learn_more .container-fluid .row .man_img_col::after {
  content: url(../images/man.png);
  position: absolute;
  bottom: 0;
  right: -25%;
  width: 100%;
  z-index: 5;
}
.learn_more_section .learn_more .container-fluid .row .man_img_col::before {
  content: url(../images/stroke.svg);
  position: absolute;
  top: 5%;
  left: 0%;
  width: 100%;
}

@media (max-width: 768px) {
  .hero_section .title_container {
    padding-bottom: 5%;
  }
  .hero_section .title_container h2 {
    font-size: 2.8rem;
  }
  .hero_section .title_container p {
    font-size: 1.4rem;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .hero_section .contact_info .contact {
    padding-bottom: 5%;
  }
  .hero_section .contact_info .contact .title .img_container {
    width: 10%;
  }
  .hero_section .contact_info .contact .title h3 {
    font-size: 2rem;
  }
  .hero_section .contact_info .contact .text {
    -webkit-padding-start: 10%;
            padding-inline-start: 10%;
  }
  .hero_section .contact_info .contact .text p {
    font-size: 1.2rem;
  }
  .map_section {
    height: 50vh;
  }
  .learn_more_section {
    padding-bottom: 5%;
  }
  .learn_more_section .learn_more {
    padding-inline: 5%;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col {
    padding-block: 5%;
    position: relative;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col::after {
    display: none;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col h2 {
    padding-bottom: 5%;
    font-size: 2.8rem;
    color: #FFFFFF;
    font-weight: bold;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col h2 span {
    color: #101010;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col p {
    padding-bottom: 5%;
    color: #FFFFFF;
    font-size: 1.4rem;
    -webkit-padding-end: 10%;
            padding-inline-end: 10%;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col {
    position: relative;
    height: 50vh;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col::after {
    content: url(../images/man.png);
    bottom: -5%;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col::before {
    display: none;
  }
}
@media (max-width: 500px) {
  .hero_section {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hero_section .title_container {
    padding-bottom: 10%;
  }
  .hero_section .title_container h2 {
    font-size: 2.2rem;
  }
  .hero_section .title_container p {
    font-size: 1rem;
    -webkit-padding-end: 5%;
            padding-inline-end: 5%;
  }
  .hero_section .contact_info .contact {
    padding-bottom: 5%;
  }
  .hero_section .contact_info .contact .title .img_container {
    width: 15%;
  }
  .hero_section .contact_info .contact .title h3 {
    font-size: 1.4rem;
  }
  .hero_section .contact_info .contact .text {
    -webkit-padding-start: 15%;
            padding-inline-start: 15%;
  }
  .hero_section .contact_info .contact .text p {
    font-size: 1rem;
  }
  .map_section {
    height: 50vh;
  }
  .learn_more_section {
    padding-bottom: 5%;
  }
  .learn_more_section .learn_more {
    padding-inline: 5%;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col {
    padding-block: 5%;
    position: relative;
    z-index: 55;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col::after {
    display: none;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col h2 {
    padding-bottom: 5%;
    font-size: 2.4rem;
    color: #FFFFFF;
    font-weight: bold;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col h2 span {
    color: #101010;
    font-size: 1.2rem;
    font-weight: normal;
  }
  .learn_more_section .learn_more .container-fluid .row .text_col p {
    padding-bottom: 5%;
    color: #FFFFFF;
    font-size: 1.2rem;
    -webkit-padding-end: 10%;
            padding-inline-end: 10%;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col {
    position: relative;
    height: 50vh;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col::after {
    content: url(../images/man.png);
    bottom: -15%;
    right: 12%;
  }
  .learn_more_section .learn_more .container-fluid .row .man_img_col::before {
    display: none;
  }
}