@font-face {
  font-family: vision-black;
  src: url(../assets/fonts/vision-black-webfont.woff2);
}

@font-face {
  font-family: vision-regular;
  src: url(../assets/fonts/vision-webfont.woff2);
}

@font-face {
  font-family: vision-heavy;
  src: url(../assets/fonts/vision-heavy-webfont.woff2);
}

@font-face {
  font-family: vision-heavy-italic;
  src: url(../assets/fonts/vision-heavyitalic-webfont.woff2);
}

/* line 18, C:/EMFLU/Design/home/scss/_base.scss */
body {
  overflow-x: hidden;
  font-family: vision-regular,sans-serif;
  background-image: url(../assets/images/Rectangle-3.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* line 26, C:/EMFLU/Design/home/scss/_base.scss */
.relative {
  position: relative;
}

/* line 1, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero {
  min-height: 40em;
  background-image: url(../assets/images/doctor.jpg);
  background-size: cover;
  background-position: top 0px right -130px;
  position: relative;
  max-height: 100vh;
  width: 100vw;
}

/* line 9, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .triangle {
  position: absolute;
  left: -100px;
  top: -100px;
}

/* line 14, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .logo {
  position: absolute;
  width: 8em;
  left: 5%;
  top: 1em;
}

/* line 20, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .mexico-header {
  margin-bottom: 70px;
}

/* line 22, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .mexico-header h2 {
  font-size: 6em;
  line-height: 1em;
  font-family: vision-black,sans-serif;
  color: #fbc645;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 29, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .mexico-header p {
  text-align: center;
  font-family: 'vision-heavy-italic',sans-serif;
  letter-spacing: 1px;
  word-spacing: 2px;
  color: #018ccf;
  font-size: 1.1em;
}

/* line 38, C:/EMFLU/Design/home/scss/_hero.scss */
.home-hero .overlay {
  background-image: linear-gradient(-250deg, white 40%, rgba(255, 255, 255, 0));
  width: 100%;
  min-height: 40em;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: flex-start;
  padding-left: 5em;
}

@media only screen and (max-width: 900px) {
  /* line 38, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .overlay {
    align-items: center;
  }
}

/* line 50, C:/EMFLU/Design/home/scss/_hero.scss */
.btn-home {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: vision-regular,sans-serif;
  background-color: #fbc645;
  width: 100px;
  color: #fff;
  text-decoration: none !important;
  border-radius: 3px;
  position: absolute;
  right: 2em;
  top: 2em;
  padding: 0.3em 0;
  transition: all 0.4s ease;
}

/* line 64, C:/EMFLU/Design/home/scss/_hero.scss */
.sign-up-home {
    width: 150px;
  right: 150px;
  top: 2em;
}

/* line 68, C:/EMFLU/Design/home/scss/_hero.scss */
.btn-home:hover {
  color: #fff;
  transform: scale(1.1);
  background-color: #018ccf;
}

@media only screen and (max-width: 768px) {
  /* line 75, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .logo {
    position: absolute;
    width: 7em;
    left: 1.7em;
    top: 1.5em;
  }
  /* line 81, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .btn-home {
    position: absolute;
    right: 2em;
    top: 2em;
    padding: 0.3em 0;
  }
  /* line 87, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .triangle {
    display: none;
  }
  /* line 90, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .mexico-header {
    margin-bottom: 70px;
  }
  /* line 92, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .mexico-header h2 {
    font-size: 1.5em;
    line-height: 1em;
    font-family: vision-black,sans-serif;
    color: #fbc645;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  /* line 100, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .mexico-header p {
    text-align: center;
    font-family: 'vision-heavy-italic',sans-serif;
    letter-spacing: 1px;
    word-spacing: 2px;
    color: #018ccf;
    font-size: 0.7em;
    padding: 0 0.9em;
  }
  /* line 111, C:/EMFLU/Design/home/scss/_hero.scss */
  .home-hero .overlay {
    padding-left: 0em;
  }
}

/* line 1, C:/EMFLU/Design/home/scss/_map-box.scss */
.map {
  width: 80%;
  margin: 0 auto;
  background-image: url(../assets/images/map.png);
  background-size: cover;
  background-position: center;
  height: 20em;
  -webkit-box-shadow: 2px 2px 22px 4px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 2px 2px 22px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 2px 2px 22px 4px rgba(0, 0, 0, 0.13);
  position: relative;
  bottom: 10em;
  border-radius: 10px;
  z-index: 99999;
}

/* line 15, C:/EMFLU/Design/home/scss/_map-box.scss */
.map .overlay {
  background-color: rgba(255, 255, 255, 0.66);
  width: 100%;
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
}

/* line 22, C:/EMFLU/Design/home/scss/_map-box.scss */
.map img {
  width: 20%;
  margin-bottom: 2em;
}

/* line 26, C:/EMFLU/Design/home/scss/_map-box.scss */
.map p {
  font-family: vision-black,sans-serif;
  font-size: 1.5em;
  position: absolute;
  bottom: -0.5em;
  text-align: center;
  padding: 0 0.7em;
  color: #018ccf;
}

@media only screen and (max-width: 1280px) {
  /* line 38, C:/EMFLU/Design/home/scss/_map-box.scss */
  .map p {
    font-size: 1em;
  }
}

@media only screen and (max-width: 1280px) {
  /* line 45, C:/EMFLU/Design/home/scss/_map-box.scss */
  .map img {
    width: 40%;
  }
}

/* line 1, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani {
  height: 35em;
}

/* line 3, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani .text {
  padding-left: 2em;
  padding-top: 5%;
  padding-right: 4em;
}

/* line 8, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani .row {
  height: 100%;
}

/* line 11, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani img {
  height: 100%;
  float: right;
}

/* line 15, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani h2 {
  font-family: vision-black,sans-serif;
  font-size: 3em;
}

/* line 19, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani h3 {
  font-family: vision-heavy,sans-serif;
  font-size: 3em;
  padding-bottom: 0.2em;
}

/* line 24, C:/EMFLU/Design/home/scss/_afgani.scss */
.afgani p {
  line-height: 2em;
  font-family: vision-heavy,sans-serif;
}

@media only screen and (max-width: 1060px) {
  /* line 31, C:/EMFLU/Design/home/scss/_afgani.scss */
  .afgani h2, .afgani h3 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 850px) {
  /* line 38, C:/EMFLU/Design/home/scss/_afgani.scss */
  .afgani h2, .afgani h3 {
    font-size: 1.5em;
  }
  /* line 41, C:/EMFLU/Design/home/scss/_afgani.scss */
  .afgani .text {
    padding-right: 0em;
  }
  /* line 45, C:/EMFLU/Design/home/scss/_afgani.scss */
  p {
    font-size: 12px;
  }
}

/* line 1, C:/EMFLU/Design/home/scss/_department.scss */
.department {
  margin-top: 3em;
  height: 35em;
}

/* line 4, C:/EMFLU/Design/home/scss/_department.scss */
.department .row {
  height: 100%;
}

/* line 7, C:/EMFLU/Design/home/scss/_department.scss */
.department img {
  height: 100%;
  max-width: 100%;
}

/* line 11, C:/EMFLU/Design/home/scss/_department.scss */
.department h2 {
  font-family: vision-black,sans-serif;
  font-size: 3em;
}

/* line 15, C:/EMFLU/Design/home/scss/_department.scss */
.department h5 {
  line-height: 2em;
  font-family: vision-heavy,sans-serif;
  width: 70%;
  margin-left: auto;
}

/* line 21, C:/EMFLU/Design/home/scss/_department.scss */
.department .texti {
  padding-right: 3em;
  padding-top: 8em;
}

/* line 26, C:/EMFLU/Design/home/scss/_department.scss */
.section-half {
  width: 50%;
  height: 100%;
}

/* line 30, C:/EMFLU/Design/home/scss/_department.scss */
.flex-row {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: row;
  height: 100%;
}

@media only screen and (max-width: 1100px) {
  /* line 36, C:/EMFLU/Design/home/scss/_department.scss */
  .department {
    margin-top: 1em;
  }
  /* line 39, C:/EMFLU/Design/home/scss/_department.scss */
  .image-container {
    display: none;
  }
  /* line 42, C:/EMFLU/Design/home/scss/_department.scss */
  .text-container {
    text-align: center !important;
  }
  /* line 44, C:/EMFLU/Design/home/scss/_department.scss */
  .text-container p {
    padding: 0 !important;
    font-size: 15px;
  }
  /* line 48, C:/EMFLU/Design/home/scss/_department.scss */
  .text-container h5 {
    padding: 0 !important;
    width: 100%;
    font-size: 15px;
  }
  /* line 54, C:/EMFLU/Design/home/scss/_department.scss */
  .text-container1 {
    background-image: url(../assets/images/afghani1.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 0 !important;
  }
  /* line 61, C:/EMFLU/Design/home/scss/_department.scss */
  .text-container2 {
    background-image: url(../assets/images/chatting.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 0 !important;
  }
  /* line 68, C:/EMFLU/Design/home/scss/_department.scss */
  .overlay-sm {
    background-color: rgba(255, 255, 255, 0.687);
    width: 100%;
    height: 100%;
    padding: 2em !important;
  }
  /* line 74, C:/EMFLU/Design/home/scss/_department.scss */
  .afgani {
    height: auto;
  }
}

/* line 1, C:/EMFLU/Design/home/scss/_footer.scss */
footer {
  background-color: #36c6d3;
}

@media only screen and (max-width: 900px) {
  /* line 5, C:/EMFLU/Design/home/scss/_footer.scss */
  footer {
    margin-left: 0px;
  }
}

/* line 9, C:/EMFLU/Design/home/scss/_footer.scss */
.footer {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 1em;
  padding-top: 3em;
}

/* line 15, C:/EMFLU/Design/home/scss/_footer.scss */
.footer h4 {
  font-family: Hurme-semi,sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  padding-bottom: 1em;
}

/* line 22, C:/EMFLU/Design/home/scss/_footer.scss */
.footer div {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

/* line 26, C:/EMFLU/Design/home/scss/_footer.scss */
.footer .logos {
  flex-direction: row;
  padding-bottom: 1em;
}

/* line 29, C:/EMFLU/Design/home/scss/_footer.scss */
.footer .logos img {
  height: 70px;
  padding: 0 0.5em;
}

/* line 34, C:/EMFLU/Design/home/scss/_footer.scss */
.footer a {
  font-family: Hurme-regular,sans-serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  padding: 1em 0;
  transition: all 0.4s ease;
}

/* line 42, C:/EMFLU/Design/home/scss/_footer.scss */
.footer a:hover {
  color: #36c6d3/1.5;
}

/* line 46, C:/EMFLU/Design/home/scss/_footer.scss */
.footer .social {
  flex-direction: row;
}

/* line 48, C:/EMFLU/Design/home/scss/_footer.scss */
.footer .social a.icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  border: solid 1px #ffffff;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0 0.6em;
  transition: all 0.4s ease;
}

/* line 57, C:/EMFLU/Design/home/scss/_footer.scss */
.footer .social a.icon:hover {
  background-color: white;
}

@media only screen and (max-width: 800px) {
  /* line 64, C:/EMFLU/Design/home/scss/_footer.scss */
  .footer {
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
}

@media only screen and (max-width: 460px) {
  /* line 71, C:/EMFLU/Design/home/scss/_footer.scss */
  .footer .logos {
    flex-direction: column;
  }
  /* line 73, C:/EMFLU/Design/home/scss/_footer.scss */
  .footer .logos img {
    padding: 0.5em;
  }
}

/*# sourceMappingURL=../css/styles.map */