@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lobster&display=swap");

h1,
h2,
h3,
h4.h5,
p,
span,
a {
  margin: 0;
  padding: 0;
}

html,
body {
  font-family: "Roboto", sans-serif;
}

.container {
  max-width: 1170px !important;
}

.font-sans {
  font-family: "Source Sans Pro", sans-serif;
}

/* .cursor-pointer {
  cursor: pointer;
} */

h1 {
  font-size: 20px;
  font-weight: bold;
  color: inherit !important;
  line-height: initial !important;
}

p {
  font-size: 14px;
}

.def-btn {
  font-size: 16px;
  width: 100%;
  max-width: 150px;
  background: #23b428;
  padding: 0.5rem 0;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
}

.def-btn:focus {
  outline: none;
}

.agree-msg {
  color: #919191;
  font-size: 10px !important;
  margin-top: 16px;
  line-height: 1;
}

.agree-msg a {
  color: inherit;
  text-decoration: underline;
}

.social-auth-btn {
  font-weight: 600;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 230px;
  outline: none;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 0 6px;
  transition: background-color 0.1s linear;
  border-radius: 4px;
}

.social-auth-btn.google-auth {
  background: #4877f0;
}

.social-auth-btn.google-auth svg {
  background: #fff;
  border-radius: 50px;
  flex: none;
}

.social-auth-btn span {
  color: #fff;
  padding: 7px 8px;
  width: 100%;
  display: inline-block;
  font-size: 16px;
}
.social-auth-btn.fb-auth {
  background: #465dae;
  color: #fff;
}
.social-auth-btn.fb-auth svg {
  flex: none;
}

.header-nav {
  height: 60px;
  padding: 0;
}

/* ELEMENT STYING */
.emp-zone-b1 img {
  width: 30%;
  margin: 0 auto;
}

.emp-zone-b6 {
  padding-top: 90px;
}

.emp-zone-b6 img{
max-width: 290px;
width: 100%;
}

@media (max-width: 767px){
.emp-zone-b6 img{
max-width: 140px;
} 
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.connect-hero {
  background: linear-gradient( 
    32deg
     , rgb(255 255 255) 0%, rgb(255 255 255) 44% );
}

.hero-content h1{
  color: #2a2a2a !important;
  font-size: 40px !important;
  padding-bottom: 11px;
}
.connect-hero.position-relative .hero-content .points {
  color: #000 !important;
}

.connect-hero .hero-image {
  width: 100%;
  height: calc(100vh - 300px);
}

.connect-hero .hero-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
  max-width: 90%;
}

.connect-hero .hero-content {
  background: #fff;
  padding: 25px 15px;
  width: 100%;
  z-index: 1;
}

.connect-hero .hero-content h1 br {
  display: none;
}

.connect-hero .hero-content .points {
  margin: 20px 0;
  /* font-size: 14px; */
  color: inherit !important;
}

/* FREE COURSE*/

.connect-free-course {
  max-width: 700px;
  display: grid;
}

.connect-free-course .free-course-img {
  z-index: -1;
}

.connect-free-course h1 {
  color: #2a2a2a !important;
}

.connect-free-course img {
  width: 100%;
  height: auto;
}

.connect-free-course .content {
  max-width: 500px;
}

.connect-free-course .content {
  padding: 25px 15px;
}

.connect-free-course .content .desc {
  margin: 20px 0;
}

/* SLIDER SECTION */

.slider-sec {
  margin-top: 15px;
}

.slider-sec .content {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 15px;
}
.slider-sec .content .social-auth-btn {
  max-width: 100%;
}

.or-devider {
  margin: 20px 0;
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(14, 19, 24, 0.2);
}
.flex-grow {
  flex-grow: 1;
  line-height: 1;
}
.other-sign-opts {
  font-size: 12px;
  color: #017b99;
  text-decoration: underline;
  cursor: pointer;
  display: flex;
}
.other-sign-opts.hidden {
  display: none;
}
.other-sign-opts a {
  cursor: pointer;
  line-height: 1;
}
.valid-status div {
  width: 0%;
  height: 100%;
  background: #333;
  transition: width 0.2s ease, background 0.2s ease;
}
.pass-medium .password-validador .valid-status div {
  background: #a16b00;
}
.pass-valid .password-validador {
  color: #448519;
}
.pass-valid .password-validador .valid-status div {
  background: #448519;
}
.pass-error .password-validador {
  color: #cc2836;
}
.pass-error input {
  border-color: #cc2836 !important;
}
.or-devider::after {
  content: "OR";
  font-size: 12px !important;
  color: rgba(14, 19, 24, 0.5);
  font-weight: 600;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  padding: 0 5px;
}

.slider-sec .content .desc {
  margin: 20px 0;
}

.swiper-container {
  padding: 10px 15px;
  font-weight: 600;
}

/*FAQ SECTION*/

#faq {
  padding: 40px 0;
  background: linear-gradient(
    135deg,
    rgba(14, 21, 42, 1) 0%,
    rgba(0, 136, 170, 1) 100%,
    rgba(42, 176, 237, 1) 100%
  );
}

#faq .accordions-holder {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 40px;
}

#faq .issue-card {
  margin-top: 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  transition: border-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
  position: relative;
}

#faq .issue-card .issue-title {
  font-weight: 500;
  cursor: pointer;
  color: #fff;
  padding: 20px 40px 20px 20px;
}

#faq .issue-card .issue-title span {
  font-size: 16px;
  color: inherit;
}

#faq .issue-card .issue-title svg {
  color: inherit;
  font-size: 24px;
  position: absolute;
  top: 20px;
  right: 15px;
  transition: transform 0.4s ease-in-out;
}

#faq .issue-card .issue-content {
  font-size: 16px !important;
  padding: 0 20px 20px 20px;
  color: #fff;
  line-height: 1.6 !important;
}

#faq .issue-card.opened .issue-title svg {
  transform: rotate(180deg);
}

/* DEVIDER */

.devider {
  position: static;
  height: 10px;
  background: #bfbfbf;
  width: 100%;
  transform: none;
}

/* SWIPER SLIDER*/

.swiper-slide {
  box-shadow: 0 0 5px 0 #ccc;
  background: #fff;
  border-radius: 10px;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 10px 10px 0 0;
}

.swiper-slide p {
  padding: 20px 10px;
  font-weight: 700;
}

.swiper-pagination {
  position: static;
}

.slider-sec.inactive .swiper-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.slider-sec.inactive .swiper-pagination {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

/* SCHOLARSHIP SECTION */

.scholarship-section {
  cursor: pointer;
  /* min-height:100vh; */
  background: linear-gradient(
    135deg,
    rgba(20, 140, 223, 1) 0%,
    rgba(4, 17, 25, 1) 100%
  );
}
.scholarship-section .sc-inner {
  text-align: center;
}
.scholarship-section .sc-inner .lt {
  text-align: left;
}
.scholarship-section .sc-inner .lt img {
  width: 100%;
  max-width: 80%;
}
.scholarship-section .sc-inner .rt {
  background: #fff;
  padding: 25px 15px;
  color: #2a2a2a;
}
.scholarship-section .sc-inner .rt p {
  margin: 20px 0;
  color: inherit;
}
@media (min-width: 768px) {
  .scholarship-section {
    position: relative;
  }
  .scholarship-section .sc-inner {
    margin: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .scholarship-section .sc-inner .rt {
    max-width: 300px;
    padding: 0;
    background: transparent;
    color: #fff;
    justify-self: center;
    align-self: center;
  }
  .scholarship-section .sc-inner .lt img {
    max-width: 100%;
  }
}
@media (min-width: 1170px) {
  .scholarship-section .sc-inner {
    max-width: 1170px;
    padding: 0 15px;
  }
}
@media (min-width: 1150px) {
  .scholarship-section .sc-inner {
    min-height: 100vh;
  }
  .scholarship-section .sc-inner .lt img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    height: 100vh;
  }
}
/* END OF SCHOLARSHIP SECTION */

/* AUTH FORMS */

.auth-section {
  display: none;
}
.auth-section.shown {
  display: block;
}
.auth-section h1 {
  margin-bottom: 20px;
}
.social-sign-btns {
  font-size: 16px;
  outline: none;
  display: block;
  width: 100%;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 0 6px;
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
  outline: none;
  margin-top: 17px;
}
.social-sign-btns span {
  font-size: inherit;
}
.social-sign-btns:focus {
  outline: none;
}

#base-section.hide-footer .other-sign-opts {
  display: none !important;
}

/* #base-section.hide-footer .other-sign-opts{
  display: none !important;
} */

.social-sign-btns.email-btn {
  border-color: #0088aa;
  background-color: transparent;
}
.social-sign-btns.email-btn:hover {
  background: #0088aa;
}
.social-sign-btns.email-btn:hover span {
  color: #fff !important;
}
.auth-footer {
  margin-top: 17px;
}
.fgt-pass {
  text-decoration: underline !important;
  color: rgba(14, 19, 24, 0.7) !important;
  display: inline-block;
  cursor: pointer;
  font-size: 12px !important;
  line-height: 1;
}
.login-navigator {
  font-size: 12px !important;
  color: rgba(14, 19, 24, 0.7);
  line-height: 1;
}
.login-navigator a {
  color: #017b99 !important;
  cursor: pointer;
  text-decoration: underline !important;
}
.password-validador {
  margin-top: 12px;
  color: rgba(14, 19, 24, 0.7);
  font-size: 12px !important;
}
.auth-section .sub-title {
  font-size: 14px !important;
}
.valid-status {
  width: 100%;
  height: 4px;
  overflow: hidden;
  margin-bottom: 8px;
  background-color: #edf0f2;
  border-radius: 8px;
}
.valid-message {
  line-height: 1;
}
.return-login {
  font-size: 14px !important;
  color: #017b99 !important;
  cursor: pointer;
  text-decoration: underline !important;
}

.social-sign-btns.email-btn span {
  color: #0088aa;
}
.social-sign-btns span {
  font-weight: 600;
  color: #031318;
  display: inline-block;
  width: 100%;
  padding: 8px;
}

.input-holder {
  text-align: left !important;
  margin-top: 17px;
}
.input-holder label {
  font-size: 12px !important;
  font-weight: 700;
  line-height: 1;
  color: #333;
  display: block;
  margin-bottom: 5px;
}
.input-holder input {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  padding: 9px 12px 10px;
  border: 1px solid rgba(53, 71, 90, 0.2);
  border-radius: 4px;
  color: #0e1318;
  outline: none;
  -webkit-transition: border-color 0.1s linear;
  transition: border-color 0.1s linear;
}

.disabled-full {
  background: rgba(64, 87, 109, 0.07) !important;
  border-color: transparent !important;
  cursor: not-allowed !important;
}
.disabled-full span {
  color: rgba(43, 59, 74, 0.3) !important;
}

.down-arrow {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  display: none;
}

.down-arrow div {
  width: 2em;
  height: 2em;
  background-color: transparent;
  z-index: 80;
  bottom: 40px;
  border-width: 0 0.3em 0.3em 0;
  border-style: solid;
  border-color: #fff;
  margin-left: auto;
  margin-right: auto;
  animation: scrolldown 1.2s ease-in-out infinite;
  transform: rotate(45deg);
}
.down-arrow div:first-child {
  width: 1.5em;
  height: 1.5em;
  animation: scrolldown 1.2s ease-in-out infinite 0.15s;
}

.employee-banner{
  display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: inherit !important;
}

.employee-banner .hero-content{
  width: 45% !important;
}

.employee-banner .hero-image{
  position: static !important;
  width: auto !important;
}



@keyframes scrolldown {
  0% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
  50% {
    transform: translateY(0%) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(20%) rotate(45deg);
    opacity: 0.7;
  }
}

@media (max-width: 1023px) {
  .employee-banner {
    flex-wrap: wrap;
}
.employee-banner .hero-content {
  width: 100% !important;
}
.employee-banner .hero-image {
  order: -1;
}
.employee-banner .hero-image {
  width: 100% !important;
  order: -1;
  height: auto !important;
  justify-content: center !important;
}
}

@media (min-width: 350px) {
  .connect-hero .hero-image {
    height: calc(100vh - 400px);
  }
}

@media (min-width: 700px) {
  .connect-free-course {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  .dv-h {
    display: none;
  }

  .slider-sec {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .connect-free-course .content {
    background: #fff;
    box-shadow: 0 0 5px 0 #0000003b;
    border-radius: 10px;
    margin-top: -90px;
  }

  .connect-free-course img {
    border-radius: 10px;
  }

  #faq .accordions-holder {
    padding-top: 60px;
  }

  .agree-msg {
    font-size: 12px !important;
  }
}

@media (min-width: 1000px) {
  .connect-hero .hero-image {
    height: calc(100vh - 200px);
  }
}

@media (min-width: 1025px) {
  .down-arrow {
    display: block;
  }
  .hero-content h1 {
    line-height: 1.4 !important;
  }
  .hero-content .agree-msg {
    color: #06173d !important;
  }
  /* .connect-hero .hero-image img {
    max-width: 100%;
  } */
  h1 {
    font-size: 24px;
    font-weight: bold;
  }

  p {
    font-size: 16px;
  }

  .connect-hero .hero-content {
    background: transparent;
    text-align: left !important;
    color: #fff;
  }

  .connect-hero .hero-content .social-auth-btn {
    margin: 0;
  }

  .connect-hero .hero-image img {
    width: initial;
    height: initial;
  }

  .connect-hero .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 65%;
    height: 90%;
  }

  .connect-hero .hero-content h1 br {
    display: block;
  }

  /* .connect-hero > div {
    max-width: 1170px;
    min-height: 100vh;
    justify-content: center !important;
  } */

  .connect-hero{
    max-width: 1170px;
    min-height: 100vh;
    justify-content: center !important;
    margin: 0 auto;
  }

  .slider-sec {
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1280px) {
  .connect-hero .hero-image {
    height: 100%;
    width: 75%;
    /* max-width: 800px; */
  }
}

@media (min-width: 1800px) {
  .connect-hero .hero-image {
    width: 65%;
  }
}

/* SCROLL BAR */

@media (hover: hover) {
  *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  *::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
  }

  *::-webkit-scrollbar-thumb {
    background: #0088aa;
    border-radius: 10px;
  }

  *::-webkit-scrollbar-thumb:hover {
    background: #0088aa;
  }

  * {
    scrollbar-color: var(--primary_color) rgba(0, 0, 0, 0.2);
    scrollbar-width: thin;
  }
}

header .social-auth-btn{
  margin-right:0;
}

@media(max-width:500px){
  header .social-auth-btn{
    margin-right:auto;
  }
}
.language-dd.deskonly{
  margin-top:.5rem;
}


/* new css added 2.20.2024 */

.hero-contentemp{
  /* max-width: 500px; */
  margin: auto;
}
form#enterForm{
  max-width: 400px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 30px 40px 30px;
  border-radius: 4px;
}
@media screen and (max-width:767px) {
  form#enterForm{
    width: 98%;
  }
}
form#enterForm h1.font-sans{
  color: #fff !important;
}
.social-auth-btn.google-auth{
  max-width: 100%;
}