@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");
@-webkit-keyframes TransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes TransitionIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes Pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes Pop {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body {
  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;
}

.navigationmenu {
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
}

.nav-link {
  font-family: Quicksand;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #62B1EA;
  text-align: center;
  font-size: 1.5rem;
}

@media (min-width: 576px) {
  .second_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px 50px 25px;
  }
  .second_container .contactinfo {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 45px;
    line-height: 47px;
    text-align: left;
    color: #2E175A;
    padding-top: 40px;
  }
  .second_container .contactinfo p {
    font-size: 23px;
    font-weight: 400;
  }
  .second_container .second_text_container {
    margin: 20px 0;
    padding: 0;
  }
  .second_container .second_text_container form {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
  }
  .second_container .second_text_container .form-control {
    font-size: 18px;
    background: #F7F7F7;
    border-radius: 5px;
    border: none;
  }
  .second_container .second_text_container .name .form-control {
    margin: 5px 0 20px 0;
  }
  .second_container .second_text_container .emailaddress .form-control {
    margin: 5px 0 0px 0;
  }
  .second_container .second_text_container .emailaddress .form-text {
    margin: 0 0 20px 0;
  }
  .second_container .second_text_container .message {
    margin-top: 20px;
  }
  .second_container .second_text_container .message .form-control {
    margin-top: 5px;
  }
  .second_container .second_text_container .btn {
    margin-top: 20px;
    padding: 1rem 1rem;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2E175A;
    font-size: 20px;
  }
  .second_container .second_text_container .btn-primary {
    color: #fff;
    background-color: #61A8E9;
    border-color: none;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
  }
  .card-header {
    padding: 0.5 rem 1 rem;
    margin-bottom: 0;
    background-color: #61A8E9;
    border-bottom: 1 px solid rgba(0, 0, 0, 0.125);
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
  .accordion-button, .accordion-item {
    background-color: #61a8e9;
    color: #ffffff;
  }
  .accordion-body {
    background-color: #86bcee;
    color: white;
  }
  .accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #61A8E9;
  }
}

@media (min-width: 768px) {
  .second_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px 50px 25px;
  }
  .second_container .contactinfo {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 45px;
    line-height: 47px;
    text-align: left;
    color: #2E175A;
    padding-top: 40px;
  }
  .second_container .contactinfo p {
    font-size: 23px;
    font-weight: 400;
  }
  .second_container .second_text_container {
    margin: 20px 0;
    padding: 0;
  }
  .second_container .second_text_container form {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
  }
  .second_container .second_text_container .form-control {
    font-size: 18px;
    background: #F7F7F7;
    border-radius: 5px;
    border: none;
  }
  .second_container .second_text_container .name .form-control {
    margin: 5px 0 20px 0;
  }
  .second_container .second_text_container .emailaddress .form-control {
    margin: 5px 0 0px 0;
  }
  .second_container .second_text_container .emailaddress .form-text {
    margin: 0 0 20px 0;
  }
  .second_container .second_text_container .message {
    margin-top: 20px;
  }
  .second_container .second_text_container .message .form-control {
    margin-top: 5px;
  }
  .second_container .second_text_container .btn {
    margin-top: 20px;
    padding: 1rem 1rem;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2E175A;
    font-size: 20px;
  }
  .second_container .second_text_container .btn-primary {
    color: #fff;
    background-color: #61A8E9;
    border-color: none;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
}

@media (min-width: 992px) {
  .logo {
    height: auto;
    width: 150px;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .show.nav-link {
    color: #61A8E9;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    display: block;
    padding: 0.5rem 0 0 4rem;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2E175A;
  }
  .navbar-expand-lg .navbar-nav .nav-link .nav-link.active {
    font-weight: 600;
  }
  .second_container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 25px 50px 25px;
  }
  .second_container .contactinfo {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 1000;
    font-size: 45px;
    line-height: 47px;
    text-align: left;
    color: #2E175A;
    padding-top: 40px;
  }
  .second_container .contactinfo p {
    font-size: 23px;
    font-weight: 400;
  }
  .second_container .second_text_container {
    margin: 20px 0;
    padding: 0;
  }
  .second_container .second_text_container form {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 31px;
  }
  .second_container .second_text_container .form-control {
    font-size: 18px;
    background: #F7F7F7;
    border-radius: 5px;
    border: none;
  }
  .second_container .second_text_container .name .form-control {
    margin: 5px 0 20px 0;
  }
  .second_container .second_text_container .emailaddress .form-control {
    margin: 5px 0 0px 0;
  }
  .second_container .second_text_container .emailaddress .form-text {
    margin: 0 0 20px 0;
  }
  .second_container .second_text_container .message {
    margin-top: 20px;
  }
  .second_container .second_text_container .message .form-control {
    margin-top: 5px;
  }
  .second_container .second_text_container .btn {
    margin-top: 20px;
    padding: 1rem 1rem;
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #2E175A;
    font-size: 20px;
  }
  .second_container .second_text_container .btn-primary {
    color: #fff;
    background-color: #61A8E9;
    border-color: none;
  }
  .footer {
    height: auto;
    background-color: #61A8E9;
  }
  .footer_container {
    justify-items: center;
    padding: 25px 0;
  }
  .Timeline {
    width: 30rem;
  }
  .footerhead {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 21.1556px;
    line-height: 26px;
    color: #ffffff;
  }
  .footerpara {
    font-family: Quicksand;
    font-style: normal;
    font-weight: 500;
    font-size: 18.1333px;
    line-height: 30px;
    margin-top: 10px;
    color: #ffffff;
  }
}
/*# sourceMappingURL=Contact.css.map */