@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");
/*
#FEF4DA
#FF9900
---
#0070C0
*/
* {
  font-size: 18px;
  font-family: "Fira Sans", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: #fef4da;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  background-color: #fef4da;
  box-shadow: rgba(0, 0, 0, 0.1) 0 10px 15px -3px, rgba(0, 0, 0, 0.05) 0 4px 6px -2px;
  width: 100%;
  margin: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 1;
}
nav div {
  margin: auto;
}

.nav-logo a img {
  height: 64px;
}

.nav-search-bar img {
  width: 18px;
}

.nav-list {
  display: none;
}
.nav-list li {
  margin: 0 8px;
}
.nav-list li details div {
  position: absolute;
  display: grid;
  top: 68px;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.nav-list li details div a:hover {
  color: #ff9900;
}
.nav-list li details summary {
  font-weight: 400;
  list-style-type: none;
  color: #ff9900;
  cursor: pointer;
}

.nav-div ul {
  list-style: none;
  padding: 0;
}

.nav-list a {
  padding: 16px;
  color: #FF9900;
  text-decoration: none;
  font-weight: 400;
}

.nav-div a i {
  float: right;
  font-size: 32px;
}

#nav-list-menu {
  display: none;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  overflow-y: auto;
  max-height: 100%;
}
#nav-list-menu hr {
  border: 1px solid #fef4da;
}
#nav-list-menu a {
  text-decoration: none;
  color: #666;
  padding: 16px;
  display: block;
}
#nav-list-menu a:hover {
  color: #ff9900;
}
#nav-list-menu a i {
  color: #FF9900;
}
#nav-list-menu details a {
  padding: 8px 16px;
}
#nav-list-menu details a:hover {
  color: #ff9900;
}
#nav-list-menu details summary {
  list-style-type: none;
  text-decoration: none;
  color: #666;
  padding: 16px;
  display: block;
  cursor: pointer;
}
#nav-list-menu details summary i {
  color: #FF9900;
}
#nav-list-menu details summary:hover {
  color: #ff9900;
}

a.menu-icon {
  text-decoration: none;
  color: #FF9900;
}

header {
  margin-top: 68px;
  background-repeat: no-repeat;
  background-position: 50% 64%;
  background-size: cover;
  height: 500px;
  width: 100%;
}

.header-bg {
  background-color: rgba(0, 0, 0, 0.2588235294);
  width: 100%;
  height: 500px;
}

.header-container {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 128px);
  width: 100%;
  text-align: center;
}
.header-container div p {
  color: #fff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
  font-size: 32px;
  font-weight: 500;
  font-family: "Caveat", cursive;
}
.header-container div .m220 {
  margin-bottom: 220px;
}

.btn {
  color: #fff;
  border-radius: 32px;
  padding: 6px 14px;
  text-decoration: none;
  background-color: #FF9900;
  display: inline-block;
  margin: 20px 8px;
  border: none;
}
.btn.wws {
  display: block;
  background-color: transparent;
  color: #FF9900;
  text-decoration: underline;
  font-size: 20px;
  margin: 0;
  padding: 0;
}
.btn.wws:hover {
  background-color: transparent;
  color: #e38800;
}
.btn:hover {
  background-color: #ea8c00;
}

h1 {
  font-size: 28px;
  color: #fff;
  text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
}

.padding-container {
  padding-right: 8px;
  padding-left: 8px;
  /*
  .colum-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;

    .box-card:nth-child(2) {
      margin: 16px;
    }
  }
  */
}
.padding-container h2 {
  font-size: 32px;
  font-weight: 400;
  margin: 32px 0 16px 0;
  color: #666;
}
.padding-container h3 {
  font-size: 22px;
  font-weight: 400;
  color: #666;
  margin: 32px 0 16px 0;
}
.padding-container ul {
  margin: 16px 0;
}
.padding-container ul li {
  list-style-type: circle;
  margin-left: 18px;
  font-weight: 300;
}

.box-card {
  color: #666;
  font-weight: 300;
  margin: 16px 0;
  clear: left;
}
.box-card .btn {
  margin: 0;
  padding: 2px 4px;
  border-radius: 8px;
}

.welcome-container {
  padding: 0 8px;
}
.welcome-container div {
  padding-top: 32px;
}
.welcome-container div h2 {
  font-size: 24px;
}

.small-service-container {
  padding: 32px 8px 0 8px;
}
.small-service-container h2 {
  font-size: 24px;
}

.reference-container {
  padding: 32px 8px 0 8px;
}
.reference-container h2 {
  font-size: 24px;
}

.slide-container {
  width: 100%;
  background-color: #eee;
}

.slide-content {
  overflow: hidden;
}

.card {
  background-color: #fff;
  display: grid;
}
.card:nth-child(2) .card-content, .card:nth-child(9) .card-content {
  background-color: #117FB8 !important;
  /*1BB891 47BA6E*/
}
.card:nth-child(3) .card-content {
  background-color: #10A9AE !important;
  /*1BB891 47BA6E*/
}
.card:nth-child(4) .card-content {
  background-color: #1BB891 !important;
  /*47BA6E*/
}
.card:nth-child(5) .card-content {
  background-color: #47BA6E !important;
}
.card:nth-child(6) .card-content {
  background-color: #47BA6E !important;
}
.card:nth-child(7) .card-content {
  background-color: #47BA6E !important;
}
.card:nth-child(8) .card-content, .card:nth-child(1) .card-content {
  background-color: #47BA6E !important;
}
.card:nth-child(10) .card-content {
  background-color: #47BA6E !important;
}
.card:nth-child(11) .card-content {
  background-color: #47BA5E !important;
}


.card-content {
  display: flex;
  flex-direction: column;
  /*background-color: #117FB8;*/
  align-items: center;
  padding: 8px;
  width: 100%;
}
.card-content .name {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  padding-bottom: 16px;
}
.card-content .description {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  overflow-y: auto;
  height: 100%;
  margin: 16px 0;
}
.card-content .description::-webkit-scrollbar {
  width: 6px;
}
.card-content .description::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 6px;
}
.card-content .description::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 2px;
}
.card-content .description::-webkit-scrollbar-button {
  display: none;
}
.card-content .button {
  border: none;
  font-size: 16px;
  color: #fff;
  padding: 8px 16px;
  background-color: #4070f4;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
  margin-bottom: 18px;
}
.card-content .button:hover {
  background: #265df2;
}

.image-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px;
  background-color: #eee;
  position: relative;
  row-gap: 5px;
  padding: 0;
  width: 100%;
}
.image-content .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ccc;
}
.image-content .card-image {
  position: relative;
  height: 100%;
  width: 100%;
}
.image-content .card-image .card-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: contain;
}

.swiper-navBtn {
  display: none;
  color: #117FB8;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover {
  color: #117FB8;
}
.swiper-navBtn::after, .swiper-navBtn::before {
  font-size: 35px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

.welcome {
  margin: auto;
  display: block;
}

.main-logo {
  text-align: right;
  padding-right: 24px;
  display: block;
  width: 50%;
}
.main-logo img {
  width: 300px;
}

.main-info {
  padding-left: 24px;
  width: 50%;
}

.services-cards-container a {
  text-decoration: none;
}
.services-cards-container a .service-card {
  background-image: linear-gradient(45deg, #ff9900, #fef4da);
  border-radius: 8px;
  margin: 8px 0;
}
.services-cards-container a .service-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.services-cards-container a .service-card img {
  height: 240px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.services-cards-container a .service-card h2 {
  color: white;
  margin-top: -4px;
  padding: 8px 16px;
  height: 70px;
  font-size: 22px;
}

.inquiry-container {
  background-color: #ff9900;
  border-radius: 32px;
  max-width: 900px;
  margin: 32px 0;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 2px 16px 32px 16px;
}
.inquiry-container .txt {
  color: #666;
  font-weight: 300;
  font-size: 18px;
}
.inquiry-container form div {
  width: 50%;
  padding: 10px 10px;
  float: left;
  height: 90px;
}
.inquiry-container form div label {
  font-weight: 600;
  font-size: 16px;
  color: #444;
}
.inquiry-container form div label span input,
.inquiry-container form div label span select {
  width: 100%;
  box-shadow: 0px 1px 1px rgba(47, 48, 53, 0.1), 0px 2px 4px rgba(47, 48, 53, 0.1) !important;
  border: 0;
  min-height: 45px;
  background: #fff;
  border-radius: 8px;
  font-weight: normal;
  color: #86899B !important;
  border: 2px solid #fff;
  padding: 8px;
}
.inquiry-container form div label span input:hover,
.inquiry-container form div label span select:hover {
  outline: none !important;
  border-color: #fef4da;
  box-shadow: 0 0 10px #fef4da;
}
.inquiry-container form div label span input:focus,
.inquiry-container form div label span select:focus,
.inquiry-container form div label span textarea:focus {
  outline: none !important;
  border-color: #ff9900;
  box-shadow: 0 0 10px #ff9900;
}
.inquiry-container form p {
  width: 100%;
  padding: 10px 10px;
  clear: left;
  min-height: 90px;
}
.inquiry-container form p label {
  font-weight: 600;
  font-size: 16px;
  color: #444;
}
.inquiry-container form p label span input,
.inquiry-container form p label span select {
  width: 100%;
  box-shadow: 0px 1px 1px rgba(47, 48, 53, 0.1), 0px 2px 4px rgba(47, 48, 53, 0.1) !important;
  border: 0;
  min-height: 45px;
  background: #fff;
  border-radius: 8px;
  font-weight: normal;
  color: #86899B !important;
  border: 2px solid #fff;
  padding: 8px;
}
.inquiry-container form p label span input:hover,
.inquiry-container form p label span select:hover {
  outline: none !important;
  border-color: #fef4da;
  box-shadow: 0 0 10px #fef4da;
}
.inquiry-container form p label span textarea {
  width: 100%;
  max-width: 100%;
  box-shadow: 0px 1px 1px rgba(47, 48, 53, 0.1), 0px 2px 4px rgba(47, 48, 53, 0.1) !important;
  border: 0;
  min-height: 45px;
  background: #fff;
  border-radius: 8px;
  font-weight: normal;
  color: #86899B !important;
  border: 2px solid #fff;
  padding: 8px;
}
.inquiry-container form p label span textarea:hover {
  outline: none !important;
  border-color: #fef4da;
  box-shadow: 0 0 10px #fef4da;
}
.inquiry-container form p label span input:focus,
.inquiry-container form p label span select:focus,
.inquiry-container form p label span textarea:focus {
  outline: none !important;
  border-color: #ff9900;
  box-shadow: 0 0 10px #ff9900;
}
.inquiry-container form .inquiry-section {
  font-size: 16px;
  font-weight: 600;
  min-height: 0;
}
.inquiry-container form .inquiry-section span {
  background-color: #117FB8;
  padding: 2px 8px;
  border-radius: 8px;
  color: #fff;
}
.inquiry-container form hr {
  border: 1px solid #ccc;
}
.inquiry-container form .subit-container .btn {
  display: block;
  margin: auto;
  background: linear-gradient(to bottom, #62BC4F, #36B980, #05B7A2, #117FB8);
}

footer {
  background-color: #ff9900;
  color: #fff;
  text-align: center;
  padding: 16px 8px;
  clear: left;
}
footer div {
  margin: 8px 0;
}
footer div a {
  color: #fff;
  text-decoration: none;
}
footer div a:hover {
  text-decoration: underline;
  transition: all 0.9s ease;
}
footer a img {
  width: 320px;
  margin: 8px 0;
}

.card-wrapper .padding-container {
  background-color: #fffaec;
  padding-top: 128px;
  padding-bottom: 128px;
}

.news-grid .news-card {
  max-width: 100%;
  margin-bottom: 64px;
}
.news-grid .news-card a {
  text-decoration: none;
  background-color: #fff;
  display: block;
  border-radius: 8px;
}
.news-grid .news-card a img {
  width: 100%;
  height: 240px;
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-grid .news-card a div {
  border-radius: 0 0 8px 8px;
  color: #444;
  background-color: #fff;
  padding: 8px;
}
.news-grid .news-card a div p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.job-listings-container {
  margin-top: 32px;
  background-color: #ff9900;
  padding: 8px;
}
.job-listings-container .job-search {
  display: block;
}
.job-listings-container .job-search #keywordsInput {
  height: 42px;
  width: 100%;
  margin-bottom: 16px;
  border: 2px solid #ccc;
  padding: 4px;
}
.job-listings-container .job-search #location {
  height: 42px;
  width: 100%;
  border: 2px solid #ccc;
  margin-bottom: 16px;
  padding: 4px;
}
.job-listings-container div #part-time {
  margin: 8px 4px 8px 0;
}
.job-listings-container div #minijob,
.job-listings-container div #trainer {
  margin: 8px 4px 8px 8px;
}
.job-listings-container div a {
  margin: 8px auto;
  background: linear-gradient(to bottom, #62BC4F, #36B980, #05B7A2, #117FB8);
  border-radius: 0;
  border: 2px solid #aaa;
  display: flex;
}

.results-container {
  margin-bottom: 32px;
}
.results-container a {
  text-decoration: none;
  color: #222;
}
.results-container .job-container {
  background-color: #fef4da;
  width: 100%;
  padding: 8px;
  border-top: 1px solid #ccc;
  display: flex;
}
.results-container .job-container div:nth-child(1) {
  width: 100%;
}
.results-container .job-container div:nth-child(2) {
  font-size: 12px;
  text-align: right;
  position: absolute;
  right: 16px;
}
.results-container .job-container div:nth-child(3) {
  font-weight: 300;
  text-align: right;
  font-size: 12px;
  padding-top: 14px;
}

#call-me {
  position: fixed;
  right: 0;
  top: 70px;
  /*background-color: green;*/
  background: linear-gradient(to bottom, #62BC4F, #36B980, #05B7A2, #117FB8);
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#call-me1 {
  position: fixed;
  right: 0;
  top: 170px;
  /*background-color: green;*/
  background: linear-gradient(to bottom, #62BC4F, #36B980, #05B7A2, #117FB8);
  margin: 8px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#call-me a i {
  color: white;
  padding: 14px;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .card-wrapper .padding-container {
    padding: 0;
  }
}
@media screen and (min-width: 512px) {
  .padding-container {
    padding-right: 16px;
    padding-left: 16px;
  }
  .results-container .job-container div:nth-child(2) {
    right: 24px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 32px;
  }
  .header-container div a {
    font-size: 20px;
  }
  .header-container div p {
    font-size: 42px;
  }
  .services-cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .services-cards-container a:nth-child(1) .service-card {
    margin-right: 16px;
  }
  .services-cards-container a:nth-child(2) .service-card {
    margin-left: 16px;
  }
  .services-cards-container a:nth-child(3) .service-card {
    margin-right: 16px;
  }
  .swiper-navBtn {
    display: block;
  }
  .card {
    display: flex;
  }
  .image-content .card-image {
    height: 460px;
  }
  .card-content .name {
    margin-top: 32px;
  }
  .card-content .description {
    font-size: 18px;
  }
  #carousel-reference div div .image-content {
    border-radius: 32px 0 0 32px;
  }
  #carousel-reference div div .image-content .overlay {
    border-radius: 32px 0 0 32px;
  }
  #carousel-reference div div .image-content .card-image .card-img {
    border-radius: 32px 0 0 32px;
  }
  #carousel-reference div div .card-content {
    border-radius: 0 32px 32px 0;
  }
  .welcome {
    margin: 32px 8%;
    display: flex;
  }
  .padding-container {
    padding-right: 32px;
    padding-left: 32px;
  }
  .inquiry-container {
    padding: 2px 32px 32px 32px;
  }
  .box-card.second-box-r {
    width: 49%;
    float: left;
    margin-right: 1%;
    clear: none;
  }
  .box-card.second-box-l {
    width: 49%;
    float: left;
    margin-left: 1%;
    clear: none;
  }
  .job-listings-container {
    padding: 32px;
  }
  .job-listings-container .job-search {
    display: flex;
  }
  .job-listings-container .job-search #keywordsInput {
    width: 66.66%;
    margin-right: 16px;
    border: 2px solid #ccc;
    padding: 4px;
  }
  .job-listings-container .job-search #location {
    width: 33.33%;
    border: 2px solid #ccc;
    padding: 4px;
  }
  .job-listings-container div #part-time {
    margin: 8px 8px 8px 0;
  }
  .job-listings-container div #minijob,
  .job-listings-container div #trainer {
    margin: 8px 8px 8px 32px;
  }
  .job-listings-container div a {
    margin: 0;
    position: absolute;
    right: 64px;
    display: inline-block;
  }
  .results-container {
    margin-bottom: 32px;
  }
  .results-container .job-container {
    padding: 16px;
  }
  .results-container .job-container div:nth-child(1) {
    width: 60%;
  }
  .results-container .job-container div:nth-child(2) {
    font-size: 18px;
    text-align: left;
    position: relative;
    width: 25%;
    font-weight: 300;
  }
  .results-container .job-container div:nth-child(3) {
    width: 15%;
    font-size: 18px;
    padding-top: 0;
  }
  .news-grid .news-card a {
    display: flex;
    border-radius: 0 8px 8px 0;
    height: 240px;
  }
  .news-grid .news-card a img {
    min-width: 320px;
    width: auto;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
  .news-grid .news-card a div {
    border-radius: 0 8px 8px 0;
  }
}
@media only screen and (min-width: 992px) {
  header {
    height: 600px;
  }
  .header-bg {
    height: 600px;
  }
  .padding-container {
    padding-right: 12%;
    padding-left: 12%;
  }
  .job-listings-container div a {
    right: calc(32px + 12%);
  }
}
@media only screen and (min-width: 1044px) {
  .nav-list {
    display: flex;
  }
  .nav-div a i,
  #nav-list-menu {
    display: none;
  }
  .services-cards-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .services-cards-container a:nth-child(2) .service-card {
    margin: 8px 16px 8px 0;
  }
  .services-cards-container a:nth-child(3) .service-card {
    margin: 8px 0 8px 0;
  }
  .inquiry-container {
    margin: 64px auto;
  }
}/*# sourceMappingURL=style.css.map */