* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 44px;
}

h2 {
  font-size: 28px;
  font-weight: 400;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  font-size: 14px;
  color: #878787;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    font-weight: 400;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 14px;
  }
  p {
    font-size: 14px;
    color: #878787;
  }
}
.primary_button {
  font-size: 16px;
  padding: 14px 20px;
  color: white;
  background-color: #0CBBC7;
  border: none;
  transition: all 0.35s;
}
.primary_button a {
  color: white;
  background-color: #0CBBC7;
  margin-left: 5px;
}
.primary_button:hover {
  color: #0CBBC7;
  background-color: white;
  border: 1px solid #0CBBC7;
  transform: scale(1.05);
}

@media screen and (max-width: 768px) {
  .primary_button {
    font-size: 14px;
    padding: 10px 15px;
  }
}
.label {
  background-color: #EFFEFF;
  color: #0CBBC7;
  border: none;
  border-radius: 10px;
  padding: 6px 10px;
  font-size: 8px;
  margin-bottom: 10px;
}

header {
  position: sticky;
  top: 0;
  z-index: 9;
  background-color: white;
}
header nav .logo_sm {
  display: none;
}
header nav .custom_navbar {
  display: flex;
  justify-content: space-between;
}
header nav .custom_navbar ul {
  width: 33.3%;
  display: flex;
  align-items: center;
  gap: 10%;
  padding: 15px 0;
  margin: 0;
}
header nav .custom_navbar ul li {
  list-style-type: none;
  transition: all 0.35s;
}
header nav .custom_navbar ul li:hover {
  color: #0CBBC7;
  text-decoration: underline;
  cursor: pointer;
}
header nav .custom_navbar ul li button {
  padding: 10px 50px;
  border: 1px solid #0CBBC7;
  background-color: white;
  color: #0CBBC7;
  transition: all 0.35s;
}
header nav .custom_navbar ul li button:hover {
  background-color: #0CBBC7;
  color: white;
}
header nav .custom_navbar .menu_bar_2 {
  justify-content: end;
}
header nav .custom_navbar .logo_md {
  width: 92px;
}
header nav .custom_navbar .logo_md img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  header nav .logo_sm {
    display: block;
  }
  header nav .logo_md {
    display: none;
  }
  header nav .toggle {
    border: none;
    box-shadow: none !important;
    outline: 0 !important;
    padding: 0 !important;
  }
  header nav .toggle::focus {
    box-shadow: none !important;
    outline: 0 !important;
  }
  header nav .custom_navbar {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  header nav .custom_navbar ul {
    align-items: start;
    padding: 0px;
    width: 100%;
  }
  header nav .custom_navbar ul li {
    line-height: 30px;
    width: 100%;
  }
  header nav .custom_navbar ul li:hover {
    text-decoration: underline;
    cursor: pointer;
  }
  header nav .custom_navbar ul li button {
    width: 100%;
  }
}
.hero_section .hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  height: 75%;
  z-index: 1;
  background-color: #EFFEFF;
}
.hero_section .hero::after {
  content: " ";
  position: absolute;
  background: url("/images/hero_section_bg.png");
  inset: 0;
  z-index: -1;
  opacity: 0.1;
}
.hero_section .hero h1 {
  max-width: 800px;
  margin: 50px 0 20px 0;
}
.hero_section .hero p {
  max-width: 450px;
  margin-bottom: 30px;
}
.hero_section .hero .banner_img {
  margin-top: 30px;
  max-width: 974px;
  bottom: 0;
}
.hero_section .hero .banner_img img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .hero_section .hero {
    height: 80%;
  }
  .hero_section .hero .banner_img {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .hero_section .hero {
    height: 82%;
  }
}
@media screen and (max-width: 576px) {
  .hero_section .hero {
    height: 90%;
  }
}

.customers {
  padding-block: 100px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.customers .label {
  margin-bottom: 11px;
}
.customers .brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 5%;
  margin-block: 30px;
  width: 100%;
}
.customers .brands img {
  width: 100px;
}
.customers .customer_data {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.customers .customer_data div {
  margin-right: 2%;
  font-size: 14px;
}
.customers .customer_data div span {
  color: #0CBBC7;
  margin-right: 3px;
}
.customers .customer_data div span i {
  color: #0CBBC7;
  margin-right: 3px;
}

@media screen and (max-width: 768px) {
  .customers {
    padding-block: 50px;
  }
}
.our_promises {
  position: relative;
}
.our_promises .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.our_promises .content h2 {
  margin-bottom: 20px;
}
.our_promises .content p {
  line-height: 20px;
  width: 70%;
}
.our_promises .content button {
  margin-block: 30px 20px;
}
.our_promises .image {
  min-height: 400px;
}
.our_promises .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.our_promises .promise {
  padding-block: 100px;
  border-top: 1px solid #7C7C7C;
  border-bottom: 1px solid #7C7C7C;
  max-width: 974px;
}
.our_promises .promise .image img {
  min-height: 480px;
}

@media screen and (max-width: 768px) {
  .our_promises .promise {
    padding-block: 50px;
  }
}
.award_section .awards {
  max-width: 974px;
  padding-block: 100px;
  border-bottom: 1px solid #7C7C7C;
  padding-inline: 0px;
}
.award_section .awards .award {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.award_section .awards .award h2 {
  margin-bottom: 60px;
}
.award_section .awards .cards {
  display: flex;
  justify-content: center;
  padding: 25px;
}
.award_section .awards .cards .card_custom {
  width: 100%;
  min-height: 259px;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  height: 100%;
}
.award_section .awards .cards .card_custom .logo {
  width: 80px;
  height: 80px;
  margin: 20px auto;
}
.award_section .awards .cards .card_custom .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.award_section .awards .cards .card_custom .title {
  font-weight: 700;
  margin: 20px auto;
  max-width: 60%;
}
@media screen and (max-width: 576px) {
  .award_section .awards .cards {
    padding-block: 10px;
  }
}
.award_section .awards .c1 {
  background-color: #FFF5F3;
}
.award_section .awards .c2 {
  background-color: #FFF0F9;
}
.award_section .awards .c3 {
  background-color: #ECFFFF;
}
.award_section .awards .c4 {
  background-color: #F6F4FF;
}
.award_section .awards .c5 {
  background-color: #FFF9E7;
}
.award_section .awards .c6 {
  background-color: #FFEDE4;
}

@media screen and (max-width: 768px) {
  .award_section .awards {
    padding-block: 50px;
  }
  .award_section .awards .award {
    text-align: center;
  }
}
.built_for_people {
  position: relative;
  padding-block: 100px;
}
.built_for_people .built_for_people_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.built_for_people .built_for_people_header h2 {
  margin-bottom: 50px;
}
.built_for_people .built_for_people_header .built_for_people_navigation {
  width: 100%;
  display: flex;
  justify-content: center;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0px;
  width: 100%;
  max-width: 974px;
  border: none;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul li {
  list-style-type: none;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul li .built_for_people_buttons {
  color: #7C7C7C !important;
  border: none;
  padding-bottom: 2px;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul li .built_for_people_buttons i {
  color: #7C7C7C !important;
  background-color: white;
  border: none;
  margin-right: 4px;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul li .built_for_people_buttons.active {
  color: #0CBBC7 !important;
  border-bottom: 3px solid #0CBBC7;
}
.built_for_people .built_for_people_header .built_for_people_navigation ul li .built_for_people_buttons.active i {
  color: #0CBBC7 !important;
}
.built_for_people .b_u_p_c {
  background-color: #EFFEFF;
}
.built_for_people .b_u_p_c .b_u_p {
  max-width: 974px;
  padding-block: 50px;
}
.built_for_people .b_u_p_c .b_u_p .content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.built_for_people .b_u_p_c .b_u_p .content h2 {
  margin-bottom: 20px;
}
.built_for_people .b_u_p_c .b_u_p .content p {
  line-height: 20px;
  width: 70%;
}
.built_for_people .b_u_p_c .b_u_p .content button {
  margin-block: 30px 20px;
}
.built_for_people .b_u_p_c .b_u_p .image {
  min-height: 400px;
}
.built_for_people .b_u_p_c .b_u_p .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.built_for_people .b_u_p_c .b_u_p .image {
  min-height: 280px;
  width: 100%;
}
.built_for_people .b_u_p_c .b_u_p .image img {
  max-height: 287px;
}

@media screen and (max-width: 768px) {
  .built_for_people {
    padding-block: 50px;
  }
  .built_for_people .built_for_people_navigation ul li a {
    font-size: 12px;
  }
  .built_for_people .b_u_p {
    padding-block: 12px;
    padding-inline: 0;
  }
}
.testimonials .testimonial {
  position: relative;
  max-width: 974px;
  padding-bottom: 100px;
  border-bottom: 1px solid #7C7C7C;
}
.testimonials .testimonial .carousel-controls-prev {
  position: absolute;
  border: none;
  background: none;
  top: 0;
  right: 50px;
}
.testimonials .testimonial .carousel-controls-prev .carousel-prev-icon {
  color: white !important;
  background-color: #0CBBC7;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonial .carousel-controls-prev .carousel-prev-icon:hover {
  opacity: 0.3;
}
.testimonials .testimonial .carousel-controls-prev .carousel-prev-icon i {
  font-size: 14px;
}
.testimonials .testimonial .carousel-controls-next {
  position: absolute;
  border: none;
  background: none;
  top: 0;
  right: 0px;
}
.testimonials .testimonial .carousel-controls-next .carousel-next-icon {
  color: white !important;
  background-color: #0CBBC7;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .testimonial .carousel-controls-next .carousel-next-icon:hover {
  opacity: 0.3;
}
.testimonials .testimonial .carousel-controls-next .carousel-next-icon i {
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .testimonials .testimonial .carousel-controls-prev {
    top: 105%;
    right: 55%;
  }
  .testimonials .testimonial .carousel-controls-next {
    top: 105%;
    right: 40%;
  }
}
.testimonials .testimonial .content {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.testimonials .testimonial .content h2 {
  max-width: 220px;
  margin-bottom: 40px;
}
.testimonials .testimonial .image {
  width: 100%;
  max-height: 400px;
}
.testimonials .testimonial .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials .testimonial .paypal_in {
  position: relative;
}
.testimonials .testimonial .paypal_in .paypal {
  position: absolute;
  width: 360px;
  background-color: #EFFEFF;
  padding: 30px 50px 30px 20px;
  bottom: 0px;
  left: -18%;
  right: 0;
}
.testimonials .testimonial .paypal_in .paypal p {
  margin-block: 20px;
  font-size: 16px;
}
.testimonials .testimonial .paypal_in .paypal .logo {
  width: 30%;
}
.testimonials .testimonial .paypal_in .paypal .logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .testimonials .testimonial {
    padding-block: 50px 100px;
  }
  .testimonials .testimonial .content .primary_button {
    margin-bottom: 20px;
  }
  .testimonials .testimonial .paypal_in .paypal {
    position: static;
    width: 100%;
    padding: 20px 30px 20px 10px;
  }
}
.why {
  max-width: 974px;
  padding-block: 100px;
  border-bottom: 1px solid #7C7C7C;
}
.why .content {
  width: 300px;
}
.why .content p {
  margin-block: 15px 35px;
}
.why .image {
  width: 100%;
  min-height: 418px;
}
.why .image img {
  width: 100%;
  min-height: 418px;
}

@media screen and (max-width: 768px) {
  .why {
    padding-block: 50px;
  }
  .why .content .primary_button {
    margin-bottom: 10px;
  }
}
.resources_section {
  padding-block: 100px;
  background: url("/images/resource_bg.png") bottom/100% 60% no-repeat;
}
.resources_section .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.resources_section .content h2 {
  margin-bottom: 50px;
}
.resources_section .card1 {
  background-color: white;
  padding: 35px;
  margin-bottom: 20px;
}
.resources_section .card1 h5 {
  margin-block: 25px;
}
.resources_section .card1 .image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

@media screen and (max-width: 768px) {
  .resources_section {
    padding-block: 50px;
    background: url("/images/resource_bg.png") bottom/100% 80% no-repeat;
    padding-bottom: 70px;
  }
}
.footer {
  background-color: #232323;
}
.footer h5 {
  color: white;
}
.footer ul {
  padding: 0;
  padding-bottom: 40px;
}
.footer ul li {
  color: #7C7C7C;
  list-style-type: none;
  font-size: 14px;
  line-height: 30px;
}
.footer ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}
.footer .Copyright_footer {
  padding-top: 50px;
  border-top: 1px solid white;
  color: #7C7C7C;
  font-size: 14px;
}
.footer .Copyright_footer .copyright_part {
  padding-block: 10px;
  text-align: center;
}
.footer .Copyright_footer .copyright_part i {
  color: white;
  font-size: 20px;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  h2 {
    margin-block: 5px 10px !important;
  }
}/*# sourceMappingURL=main.css.map */