/*import font from google fonts*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@300;400&display=swap');
/* Splide */
.splide__arrow:hover svg,
.splide__arrow svg {
  fill: #00a4db;
}

.splide__pagination__page,
.splide__pagination__page:hover,
.splide__pagination__page.is-active {
  padding: .4rem;
  width: .8rem;
  border-radius: 50%;
}

.splide__pagination__page.is-active {
  background-color: #00a4db;
  padding: .5rem;
}

.list li::before {
  content: '•';
  color: #00a4db;
  margin: 0 .5rem 0 0;
  font-size: 2rem;
}

.list li {
  margin: 0 0 0 1rem;
}

body {
  background-color: #fff;
}
.monserrat {
  font-family: 'Montserrat', sans-serif;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.brand {
  color: #00a4db;
}
.top-bar {
  background: #f7f7f7;
  display: none;
}
.nav-bar {
  position: sticky;
  top: 0px;
  width: 100%;
  z-index: 20;
}
.nav-border {
  border-bottom: 1.5px solid #eaeaea;
}
.nav-item {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.nav-item:hover {
  color: #00a4db;
}
.active {
  color: #00a4db;
}
.nav-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  background: #00a4db;
  border-radius: 4px;
  color: #fff;
  border: 2px solid #00a4db;
}
.nav-btn-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  border: 2px solid #00a4db;
  border-radius: 4px;
  color: #00a4db;
}
.nav-btn:hover {
  background: #008fbf;
}
.nav-btn-2:hover {
  background: #00a4db;
  color: white;
}
input[type="radio"] + label span {
  transition: background .2s,
    transform .2s;
}

input[type="radio"] + label span:hover,
input[type="radio"] + label:hover span{
transform: scale(1.2);
} 

input[type="radio"]:checked + label span {
background-color: #00a4db; 
box-shadow: 0px 0px 0px 2px white inset;
}

input[type="radio"]:checked + label{
 color: #00a4db;
}
.mobile-nav {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
  z-index: 20;
  background: rgba(0, 0, 0, 0.2);
}
.mobile-nav-back {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
}
.mobile-nav-item {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.mobile-nav-border {
  border-bottom: 2px solid #009ACE;
}
.mobile-nav-border-2 {
  border-bottom: 1.5px solid #EAEAEA;
}
.main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-style: normal;
  color: black;
}
.line-space {
  line-height: 60px;
}
.what-in-it {
  background: url('../images/whatisinit.png');
  background-size:100% 100%;
  background-repeat: no-repeat;
}
.about-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-style: normal;
}
.about-layer-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.about-caption-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
}
.about-section-caption {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
}
p.caption {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
}
.action-btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 50px;
  border: 2px solid #00a4db;
  border-radius: 4px;
  transition-duration: 0.4s;
  background: #00a4db;
  color: white;
}
.action-btn:hover {
  opacity: .7;
}
.layer-2 {
  background: #f7f7f7;
}
.layer-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
}
.video {
  position: relative;
  display: block;
  width: 100%;
}
.card-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
p.card-caption {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 26px;
}
.layer-4 {
  background: #00a4db;
}
.grid-container {
  display: grid;
  grid-template-columns: auto auto;
}
.grid-item {
  border-top: 1.5px solid #008fbf;
  border-bottom: 1.5px solid #008fbf;
  border-right: 1.5px solid #008fbf;
  padding: 18px;
  transition-duration: 0.4s;
}
.grid-item-2 {
  overflow-x: hidden;
  border-top: 1.5px solid #008fbf;
  border-bottom: 1.5px solid #008fbf;
  padding: 18px;
  transition-duration: 0.4s;
}
.grid-item:hover,
.grid-item-2:hover {
  background: #008fbf;
}
.about-grid-container {
  display: grid;
  grid-template-columns: 65% auto;
  padding: 60px 60px 60px 0px;
  margin: 0;
}
.about-grid-item {
  border-top: 1.5px solid #eaeaea;
  border-right: 1.5px solid #eaeaea;
  border-bottom: 1.5px solid #eaeaea;
  padding: 18px 18px 18px 0px;
  font-size: 16px;
  line-height: 30px;
}
.about-grid-item-2 {
  border-top: 1.5px solid #eaeaea;
  border-bottom: 1.5px solid #eaeaea;
  padding: 18px;
  font-size: 16px;
  line-height: 30px;
}
.container-2 {
  position: relative;
  color: white;
  width: 100%;
}
.centered-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upper-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 40px;
  position: absolute;
  top: 15%;
}
.card-2-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
  width: 233px;
  padding-bottom: 10;
}
p.card-2-caption {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: white;
  width: 220px;
}
.card-2-mobile-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  color: white;
}
p.card-2-mobile-caption {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  color: white;
}
.card-border {
  border-top: 1.5px solid #008fbf;
  border-right: 1.5px solid #008fbf;
}
.layer-5-border {
  border-left: 1.5px solid #eaeaea;
  line-height: 10px;
}
.flex-container {
  display: flex;
}

.flex-container > div {
  margin: 10px;
  padding: 20px;
  font-size: 30px;
  height: 80px;
}
.layer-6 {
  background: #f7f7f7;
}
.action-btn-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 20px;
  padding: 14px 70px;
  border-radius: 4px;
  background: #00a4db;
  color: white;
  align-items: center;
}
.action-btn-3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 20px;
  background: #00a4db;
  color: white;
  align-items: center;
}
.footer {
  background: #008fbf;
}
.footer-text-2 {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: white;
  opacity: 0.6;
}
.footer-text {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: white;
}
.footer-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: white;
}
.footer-main-text-2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: white;
  opacity: 0.8;
}
.footer-time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 30px;
  color: white;
  opacity: 0.8;
}
.footer-border {
  border-bottom: 1.5px solid #0187b4;
}
.border-right {
  border-right: 1.5px solid #0187b4;
}
.flex-footer {
  display: flex;
  margin: 10px;
  padding: 20px 0 0 60px;
  height: 70px;
}
div.team-section {
  background-color: #f0fbff;
}
div.team-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div.carousel-container{
  padding-right: 0;
}
.carousel-btn{
  margin: auto 0 auto 10px;
  color: #BABABA;
  border: 1px solid#BABABA;
}
.carousel-btn:focus{
  outline: none;
}
.carousel-btn:hover{
  border: 1px solid #000000;
  color: #000000;
}
div.team-header > h2 {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  color: #00a4db;
}
@media (min-width: 320px) and (max-width: 480px) {
  div.team-section > h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #00a4db;
    margin: 40px;
  }
  div.team-header > h2 {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #00a4db;
    margin: 20px;
  }
}
div.team-card {
  background-color: #00a4db;
  border: 1px solid #00a4db;
}
div.team-card-container > h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 700;
}
div.team-card-container > h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
}
a.social {
  color: #00a4db;
  border: 1px solid #eaeaea;
}
.border-bottom {
  border-bottom: 1.5px solid #eaeaea;
}
.border-bottom-2 {
  border-bottom: 2px solid #008fbf;
}
.about-section-main-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
}
.about-section-main-text-2 {
  background: #eaeaea;
  opacity: 0.6;
  cursor: pointer;
}
.about-mobile-border {
  border-bottom: 1.5px solid #eaeaea;
}
/* Accordion style */
div.accordion-container {
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
}
div.accordion-container.lastchild {
  padding-bottom: 70px;
  border-bottom: 1.5px solid #eaeaea;
}
div.accordion {
  border: 1px solid #eaeaea;
  margin: 25px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.4 ease;
}
/*div.accordion.open{
  background-color: #eaeaea;
}*/
h3.accordion-title {
  padding-left: 45px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.accordion-content {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 38px;
  font-size: 20px;
  margin: 0 0;
  padding: 10px 16px;
  border-top: 1px solid #eaeaea;
}
.accordion-content > span {
  font-weight: 600;
  margin: 0 10px;
}
.accordion.open .accordion-content {
  display: block;
}
button.accordion-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 22px;
  left: 14px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: 0;
}
/* button.faqs-toggle.remove{
  top:50px;
  right: 40px;
} */
button.accordion-toggle:focus {
  outline: none;
}
button.accordion-toggle.remove {
  display: none;
}
.accordion.open .accordion-toggle.remove {
  display: block;
}
.copyright {
  cursor: default;
}

/* md media query */
@media (min-width: 768px) {
  .md_grid-container {
    display: grid;
    grid-template-columns: auto auto;
  }
  .md_grid-item {
    border-top: 1.5px solid #008fbf;
    border-bottom: 1.5px solid #008fbf;
    border-right: 1.5px solid #008fbf;
    padding: 18px;
    transition-duration: 0.4s;
  }
  .md_grid-item-2 {
    border-top: 1.5px solid #008fbf;
    border-bottom: 1.5px solid #008fbf;
    padding: 18px;
    transition-duration: 0.4s;
  }
}

/* our solutions */
section.our-Product {
  background-color: #ffffff;
  padding: 100px 0 100px 0;
  width: 100%;
}
.our-Product > h2 {
  font-size: 50px;
  color: #00a4db;
  margin-left: 125px;
  padding-bottom: 55px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
div.our-Product-container {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto;
  justify-content: center;
  margin: 0;
}
div.product-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: start;
  row-gap: 30px;
}
div.product-flex > h3 {
  color: #00a4db;
  text-align: start;
  width: 455px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 30px;
}
div.product-flex > p {
  width: 459px;
  font-size: 18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 36px;
}
div.contact-container {
  max-width: 100%;
  height: 500px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 40px;
  background-color: #eaeaea;
}
div.contact-container > h3 {
  color: #008fbf;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  width: 790px;
}
div.contact-container > p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 38px;
  width: 590px;
  text-align: center;
}
div.contact-container > a > button {
  font-family: 'Montserrat', sans-serif;
  background: #00a4db;
  font-size: 15px;
  line-height: 18px;
  width: 180px;
  height: 50px;
  color: #ffffff;
  border-radius: 4px;
}
div.contact-container > a > button:hover {
  background: #008fbf;
}
div.contact-container > a > button:focus {
  outline: none;
}

/* our solutions media query */
@media (min-width: 320px) and (max-width: 480px) {
  main.our-services-main {
    overflow-x: hidden;
    width: 100%;
  }
  contact-imgdiv > img {
    height: 260px;
  }
  .contact-txt-container {
    position: absolute;
    top: 75%;
    color: #ffffff;
    background-color: #000000;
    width: 85%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contact-txt-container > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 24px;
    font-size: 20px;
    width: 90%;
    text-align: center;
  }
  section.our-Product {
    background-color: #ffffff;
    padding: 150px 0 20px 0;
    width: 100%;
  }
  .our-Product > h2 {
    font-size: 30px;
    color: #00a4db;
    margin-left: 40px;
    padding-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 600;
  }
  div.our-Product-container {
    display: grid;
    width: 100%;
    grid-template-columns: auto;
    justify-content: center;
    margin: 0 auto;
  }
  div.product-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: start;
    row-gap: 15px;
  }
  div.product-flex3 {
    order: 1;
  }
  div.product-flex4 {
    order: 2;
  }
  div.product-flex > h3 {
    color: #00a4db;
    text-align: start;
    width: 298px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    padding: 6px;
    margin-top: 25px;
  }
  div.product-flex > p {
    width: 298px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 26px;
    padding: 6px;
    margin-bottom: 20px;
  }
  div.contact-container {
    width: 100%;
    height: 335px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 20px;
    background-color: #eaeaea;
  }
  div.contact-container > h3 {
    color: #008fbf;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
    width: 300px;
    text-align: center;
  }
  div.contact-container > p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    width: 300px;
    text-align: center;
    opacity: 80%;
  }
  div.contact-container > a > button {
    font-family: 'Montserrat', sans-serif;
    background: #00a4db;
    font-size: 15px;
    line-height: 18px;
    width: 280px;
    height: 55px;
    color: #ffffff;
    border-radius: 30px;
  }
}
/* contact-us style */
div.contact-form-layout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 25px;
}
form.contact-form {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 2%;
}
input.contact-form-name {
  width: 100%;
  background-color: #eaeaea;
  height: 75px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-left: 30px;
}
input.contact-form-name:focus {
  outline: none;
}
input.contact-form-text {
  background-color: #eaeaea;
  height: 75px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding-left: 30px;
  width: 49%;
}
input.contact-form-text:focus {
  outline: none;
}
.contact-form-textfield {
  background-color: #eaeaea;
  height: 250px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  padding: 30px 0 0 30px;
  width: 100%;
}
input::-webkit-input-placeholder {
  opacity: 80%;
  font-size: 18px;
}
textarea::-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 400;
  opacity: 80%;
}
.contact-form-textfield:focus {
  outline: none;
}
form.contact-form > div > button {
  background: #00a4db;
  height: 60px;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 19px;
}
form.contact-form > div > button:hover {
  background-color: #0187b4;
}
div.contact-form-layout > div > button:focus {
  outline: none;
}
form.contact-form > div > p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 38px;
  margin: 20px 0;
}
form.contact-form > div > p > span {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 10px;
  line-height: 20px;
}
/* contact us mobile style */
@media (min-width: 320px) and (max-width: 480px) {
  main.contact-us {
    overflow-x: hidden;
  }
  div.contact-us-card {
    width: 100%;
    background-color: #000000;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    row-gap: 15px;
    text-align: center;
    overflow-x: hidden;
  }
  div.contact-us-card > h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 30px;
    width: 258px;
  }
  div.contact-us-card > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 320px;
    height: 73px;
    opacity: 70%;
  }
  div.contact-form-layout {
    display: grid;
    justify-content: center;
    align-items: center;
    width: 90%;
    row-gap: 15px;
    margin: auto;
    padding: 50px 0;
  }
  form.contact-form {
    display: flex;
    row-gap: 30px;
    margin: 0 10px;
  }
  input.contact-form-name {
    width: 100%;
    background-color: #eaeaea;
    height: 60px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    padding-left: 30px;
  }
  input.contact-form-name:focus {
    outline: none;
  }
  input.contact-form-text {
    height: 60px;
    width: 100%;
  }
  input.contact-form-text:focus {
    outline: none;
  }
  .contact-form-textfield {
    height: 200px;
  }
  input::-webkit-input-placeholder {
    opacity: 50%;
  }
  textarea::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    opacity: 50%;
  }
  .contact-form-textfield:focus {
    outline: none;
  }
  div.contact-form-layout > form > div > button {
    background: #00a4db;
    height: 60px;
    margin: 10px auto;
  }
  div.contact-form-layout > form > div > p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    margin: 10px auto;
  }
  div.contact-form-layout > form > div > p > span {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
  }
}
/* faq style */
div.clients-faq > h1 {
  font-family: 'Montserrat', sans-serif;
  line-height: 50px;
  font-weight: 700;
  color: #00a4db;
}
div.faqs-container {
  margin: 0 auto;
  background-color: #ffffff;
  color: #000000;
}
div.faqs {
  border: 1px solid #eaeaea;
  margin: 25px 0px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: 0.4 ease;
}
div.faqs.open {
  background-color: #F7F7F7;
  border: 1px solid #00A4DB;;
}
h3.faqs-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
p.faqs-text {
  display: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 38px;
}
p.faqs-text > span {
  font-weight: 600;
  margin: 0 10px;
}
.faqs.open p.faqs-text {
  display: block;
}
button.faqs-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  border: 0;
}
button.faqs-toggle:focus {
  outline: none;
}
button.faqs-toggle.remove {
  display: none;
}
.faqs.open .faqs-toggle.remove {
  display: block;
}
/* faqs mobile style */
@media (min-width: 320px) and (max-width: 780px) {
  main.main-faq {
    overflow-x: hidden;
    width: 100%;
  }
  div.clients-faq > h1 {
    font-family: 'Montserrat', sans-serif;
    line-height: 50px;
    font-weight: 700;
    color: #00a4db;
  }
  div.faqs-container {
    margin: 0 auto;
    background-color: #ffffff;
    color: #000000;
  }
  div.faqs {
    border: 1px solid #eaeaea;
    margin: 25px 0px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: 0.4 ease;
  }
  div.faqs.open {
    background-color: #F7F7F7;
  }
  h3.faqs-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
  }
  p.faqs-text {
    display: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 38px;
  }
  p.faqs-text > span {
    font-weight: 600;
  }
  .faqs.open p.faqs-text {
    display: block;
  }
  button.faqs-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25px;
    right: 8px;
    width: 22px;
    height: 22px;
    padding: 0;
    cursor: pointer;
    border: 0;
  }
  button.faqs-toggle:focus {
    outline: none;
  }
  button.faqs-toggle.remove {
    display: none;
  }
  .faqs.open .faqs-toggle.remove {
    display: block;
  }
}
/* career style */
div.career-first-section {
  position: relative;
  overflow-x: hidden;
}
div.layer {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
div.layer::before {
  content: "";
  background: url('../images/careerImg1.png');
  background-size:100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 0.3;
}
@media (min-width: 320px) and (max-width: 480px) {
  div.career-first-section > img {
    height: 350px;
    width: 100%;
  }
}
div.career-second-section {
  background: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 30px 0;
}
div.career-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  row-gap: 15px;
  column-gap: 18px;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 50px;
}
div.career-card {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  text-align: start;
  gap: 25px;
  padding: 35px 20px;
  border-radius: 12px;
}
 div.career-card2 {
  margin-top: 20px;
}
 div.career-card3 {
  margin-top: 20px;
  padding: 20px 20px;
}
div.career-card > h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
}
div.career-card > p {
  width: 214px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 26px;
}
div.career-card > img {
  width: 30px;
  height: 40px;
}
div.career-summary {
  width: 100%;
}
div.career-summary > h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
}
div.career-summary > h2 > span {
  color: #00a4db;
}
div.career-summary p {
  width: 470px;
  margin-top: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 34px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  div.career-second-section {
    padding: 50px 0;
    flex-wrap: wrap;
  }
  div.career-summary {
    order: -1;
    width: 100%;
    padding-bottom: 40px;
  }
  div.career-summary > h2 {
    font-size: 20px;
    line-height: 30px;
    width: 275px;
    margin: auto;
  }
  div.career-summary p {
    width: 275px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 20px auto;
  }
  div.career-card-container {
    padding: 0;
    row-gap: 20px;
    column-gap: 0;
  }
  div.career-card {
    padding: 30px;
    margin: auto;
  }
}
/* career third section */
section.career-third-container {
  background-color: #f0fbff;
  padding-bottom: 50px;
}
section.career-third-container > h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
section.career-third-container > h2 > span {
  color: #00a4db;
}
div.career-apply {
  background-color: #ffffff;
  padding: 30px 50px;
  margin: 20px auto;
  align-items: center;
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.job-desc > h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  font-weight: 600;
}
div.job-desc > h3 > span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  opacity: 0.5;
}
button.apply {
  color: #00a4db;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 14px;
  height: 40px;
  padding: 0 20px;
  border: 1.5px solid #00a4db;
  border-radius: 4px;
}
button.apply:hover {
  background-color: #00a4db;
  color: #ffffff;
}
button.apply:focus {
  outline: none;
}
small {
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
small > span {
  color: #00a4db;
  font-weight: 500;
}
span.divider {
  border-right: 1px solid #eaeaea;
  margin: 0 7px;
}
@media (min-width: 320px) and (max-width: 480px) {
  section.career-third-container > h2 {
    font-size: 25px;
    text-align: start;
    margin: auto;
  }
  div.career-apply {
    padding: 20px 15px;
    margin: 20px auto;
    row-gap: 30px;
  }
  div.job-desc {
    margin: auto;
    width: 80%;
  }
  div.job-desc > h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 5px;
  }
  button.apply {
    height: 40px;
    padding: 0 10px;
    margin: auto;
    width: 90%;
  }
}
