/*------------------------------------------------------------------
* Project:        Autismia - Autistic Children Care HTML Templates
* Author:         HtmlDesign Templates
* URL:            https://themeforest.net/user/htmldesigntemplates/portfolio
* Created:        07/28/2026
-------------------------------------------------------------------*/
/*

1.Default CSS
2.Header CSS
3.Banner CSS
4.Recognize CSS
5.Condition CSS
6.Facts CSS
7.Support CSS
8.Faq CSS
9.Contact CSS
10.Footer CSS
11.Responsive CSS
12.Homepage 2 CSS
13.Homepage 3 CSS
14.About Page CSS
15.Support Detail page CSS
16.Recognizing Autism Page CSS
17.Service Page CSS
18.Condition Page CSS
19.Success Stories Page CSS
20.FAQ Page CSS
21.Testimonial Page CSS
22.Coming Soon Page CSS


*/
/*1. Tools & helpers*/
/*2. Base styles*/
@import url("https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
.primary {
  color: #19C1B6;
}

.secondary {
  color: #F9A825;
}

.text {
  color: #6B7280;
}

.white {
  color: #ffffff;
}

.dark {
  color: #252525;
}

.text-primary {
  color: #19C1B6 !important;
}

.primary-dark {
  color: #00313C;
}

.bg-primary {
  background-color: #19C1B6 !important;
}

.bg-secondary {
  background-color: #F9A825 !important;
}

.bg-accent {
  background-color: #0A3943 !important;
}

.bg-accent1 {
  background-color: #029E9D !important;
}

.bg-dark {
  background-color: #252525 !important;
}

.bg-primary-dark {
  background-color: #00313C !important;
}

.bg-primary-light {
  background-color: #F3FCF7 !important;
}

.bg-secondary-light {
  background-color: #FFF8EE !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-left-dashed {
  border-left-style: dashed !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-primary {
  border-color: #19C1B6 !important;
}

.border-secondary {
  border-color: #F9A825 !important;
}

.border-accent1 {
  border-color: #029E9D !important;
}

.border-secondary-light {
  border-color: #FFF8EE !important;
}

.border-primary-light {
  border-color: #F3FCF7 !important;
}

section, .section-padding {
  padding: 100px 0;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

/* Width */
.w-60 {
  width: 60% !important;
}

.w-30 {
  width: 30%;
}

.w-40 {
  width: 40%;
}

.w-80 {
  width: 80%;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 996px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}
/* Box shadow */
.shadow1 {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

/* Slick Slide */
.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

/* Sticky Header */
.navbar-sticky-in {
  position: fixed !important; /* Fixes navbar at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important; /* Keeps it above other elements */
  background: #00313C;
  box-shadow: 0px 1px 5px rgba(225, 225, 225, 0.1);
}
.navbar-sticky-in .header-nav-inner {
  border: none !important;
}

.navbar-sticky-in .header-nav-inner {
  margin-top: 0;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  #back-to-top {
    bottom: 80px;
  }
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.5s;
}

#back-to-top a:hover {
  background-color: #F9A825 !important;
}

#back-to-top a:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.accordion-button:focus {
  z-index: 1;
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) #ff0000;
    box-shadow: 0 0 0 var(--glow-size, 15px) #ff0000;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ff0000;
    box-shadow: 0 0 0 0 #ff0000;
    opacity: 0;
  }
}
.shadow {
  box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.4) !important;
}

.slick-prev, .slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 120%;
  background-color: #F3FCF7;
}
.slick-prev:hover, .slick-next:hover {
  background-color: #F9A825;
  color: #fff;
}
.slick-prev:hover::before, .slick-next:hover::before {
  color: #fff;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  color: #6B7280;
}

body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: #6B7280;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  color: #252525;
  text-transform: capitalize;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.22;
}

h1, .h1 {
  font-size: 52px;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 36px;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 28px;
  }
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 20px;
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 18px;
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 16px;
}
@media (max-width: 992px) {
  h6, .h6 {
    font-size: 15px;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #F9A825;
}

small, .small {
  font-size: 0.875rem;
}

.lato {
  font-family: "Lato", sans-serif;
}

.brico {
  font-family: "Bricolage Grotesque", Arial, sans-serif;
}

/* Remove default margins and paddings */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove text decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset images and media */
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  width: 100%;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.slick-track {
  display: flex;
  align-items: center;
}

html {
  font-size: 16px;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  padding: 12px 20px;
  outline: none;
  border-radius: 5px;
  color: #6B7280;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(119, 119, 119, 0.5647058824);
}

.btn-primary, .btn-secondary, .btn1 {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 15px;
  color: #ffffff;
  background-color: #19C1B6;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-transform: capitalize;
}
.btn-primary:hover, .btn-secondary:hover, .btn1:hover {
  color: #ffffff;
  background-color: #F9A825;
}

.btn-secondary {
  color: #ffffff;
  background-color: #F9A825;
}
.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #19C1B6 !important;
}

.percentage-wrapper {
  height: 18px;
  width: 18px;
  top: -1px;
  right: 20px;
  font-size: 14px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: width;
  }
}
.divider-pattern {
  background: repeating-linear-gradient(-60deg, #D5D4D4, #D5D4D4 1px, transparent 1px, transparent 7px);
}

.title-btn {
  padding: 12px 16px;
  border: 1px solid #6B7280;
  border-radius: 30px;
  display: inline-block;
}

.masonry {
  column-count: 4;
  column-gap: 0.5rem;
}

.masonry-item {
  break-inside: avoid; /* prevents images splitting across columns */
  margin-bottom: 0.5rem;
}

.masonry-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* Responsive column count */
@media (max-width: 1024px) {
  .masonry {
    column-count: 3;
  }
}
/* ========================================= */
/*            Homepage Page CSS             */
/* ======================================== */
/* Header Section */
header .header-nav-inner .navbar-nav .nav-link {
  color: #ffffff;
  padding: 20px 15px;
}
header .header-nav-inner .navbar-nav .nav-link:hover {
  color: #F9A825;
}
header .header-nav-inner .navbar-nav .nav-link.show, header .header-nav-inner .navbar-nav .nav-link.active {
  color: #F9A825;
}
header .header-nav-inner .navbar-nav .nav-item.no-after::after {
  display: none;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a {
  font-size: 15px;
  padding: 13px 30px;
  background-color: #f9f9f9;
  color: #6B7280;
  border-bottom: 1px solid #F1F1F1;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a:hover, header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a.active {
  background-color: #19C1B6;
  color: #ffffff;
}
@media (min-width: 1180px) {
  header .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
    border-radius: 5px;
  }
  header .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  header .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  header .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  header ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  header .dropdown-item.active {
    background-color: #F9A825;
  }
  header .dropdown-menu > li > a {
    border: none;
  }
}
@media (max-width: 1180px) {
  header div#slicknav-mobile, header .dropdown-toggle::after {
    display: block;
  }
  header .header-top, header .mt_search, header .slicknav_nav .slicknav_arrow, header .navbar-button, header .navbar-sticky-in, header #responsive-menu {
    display: none;
  }
  header .slicknav_menu {
    display: block;
  }
  header .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }
  header .slicknav_btn {
    position: absolute;
    right: 70px;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -100px;
    top: 28px;
    padding: 8px;
    position: absolute;
    color: #19C1B6;
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  header .dropdown-menu {
    border-radius: 0 !important;
  }
  header .slicknav_btn.slicknav_open:before {
    color: #F9A825;
  }
  header .slicknav_nav {
    top: 80px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    width: 91%;
    margin: auto;
  }
  header .slicknav_nav a:hover, header li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #F9A825 !important;
    color: #fff;
  }
  header .slicknav_nav a, header .dropdown-menu > li > a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }
  header .dropdown-menu > li > a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  header .slicknav_nav .active, header .fa-angle-up:before {
    background-color: #F9A825;
    color: #fff;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  header .header-nav-inner {
    border: none !important;
  }
}
@media (max-width: 1100px) {
  header .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -50px;
  }
}
@media (max-width: 996px) {
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -50px;
  }
}
@media (max-width: 767px) {
  header header .header-nav .header-logo img {
    width: 160px;
  }
  header .banner .slide-inner {
    width: 100% !important;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: 10px;
  }
}

/* Banner CSS */
.banner {
  margin-top: -100px;
}
.banner .overlay {
  background-image: url(../image/Container.png);
  opacity: 5%;
  background-attachment: fixed;
  background-size: cover;
}
.banner .overlay1 {
  background-image: url(../image/banner-icon-overlay.png);
  background-repeat: no-repeat;
  background-position: center 25%;
  opacity: 0.9;
  background-attachment: scroll;
  background-size: auto;
}
.banner .btn-banner:hover {
  background-color: #ffffff;
  color: #19C1B6;
}
.banner .banner-images {
  padding-top: 150px;
}
.banner .banner-images .banner-image-box {
  position: relative;
  z-index: 2;
}
.banner .banner-images .banner-image-box img {
  border-radius: 116px;
}
.banner .banner-images .banner-image-box::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  border-radius: 116px;
  height: 100%;
  width: 100%;
  border: 2px solid #F9A825;
  z-index: -1;
}

.about .about-image2 {
  left: 0;
  bottom: -100px;
}
.about .about-image2 img {
  border: 20px solid white;
}
.about .white-box {
  bottom: -50px;
}
.about .arrow {
  left: 60%;
  top: 90%;
}
.about .feature1 {
  left: 0;
  top: 50px;
}
.about .feature2 {
  left: 45%;
}
.about .feature3 {
  right: 0;
  top: 30px;
}

.recognize .recognize-box {
  transition: all 0.3s ease-in-out;
}
.recognize .recognize-box i, .recognize .recognize-box p, .recognize .recognize-box h3 {
  transition: all 0.3s ease-in-out;
}
.recognize .recognize-box:hover {
  background-color: #029E9D !important;
  border-color: #029E9D !important;
  transition: all 0.3s ease-in-out;
}
.recognize .recognize-box:hover i, .recognize .recognize-box:hover p, .recognize .recognize-box:hover h3 {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
}
.recognize .slick-prev, .recognize .slick-next {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 60%;
}
.recognize .slick-prev:before, .recognize .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
}

.condition .stepper {
  display: flex;
  gap: 0px;
  max-width: 100%;
  margin: 0 auto;
  align-items: stretch;
  height: 130px;
}
.condition .item {
  flex: 1;
  background: #F9FAFA;
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: flex 0.4s ease, background 0.4s ease, color 0.4s ease, box-shadow 0.3s ease;
  overflow: hidden;
  position: relative;
  padding: 12px;
}
.condition .item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.condition .item .num {
  font-size: 44px;
  font-weight: 600;
  color: var(--gray-num);
  transition: color 0.4s ease, font-size 0.3s ease;
}
.condition .item.active {
  flex: 3.2;
  background: #029E9D;
  justify-content: flex-start;
  text-align: left;
  align-items: flex-start;
  padding: 20px 24px;
}
.condition .item .content {
  display: flex;
  display: none;
  flex-direction: column;
}
.condition .item.active .content {
  display: flex;
}
.condition .item.active .num {
  color: #fff;
}
@media (max-width: 700px) {
  .condition .stepper {
    flex-direction: column;
  }
  .condition .item {
    min-height: 70px;
  }
  .condition .item.active {
    flex: none;
  }
}

.facts {
  background-image: url(../image/Image5.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.facts .facts-box {
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s ease-in-out;
}
.facts .facts-box:hover {
  border-color: #F9A825 !important;
  transition: all 0.3s ease-in-out;
}

.support .slick-next {
  right: auto;
  left: 50px;
}
.support .slick-prev {
  left: 0;
}
.support .support-box {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.support .support-box h3, .support .support-box p {
  transition: all 0.3s ease-in-out;
}
.support .support-box:hover {
  background-color: #029E9D;
  transition: all 0.3s ease-in-out;
}
.support .support-box:hover h3, .support .support-box:hover p {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.support .support-box:hover a {
  background-color: #fff;
  color: #19C1B6;
}

.support-step .step-box {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.support-step .step-box i, .support-step .step-box h3, .support-step .step-box p {
  transition: all 0.3s ease-in-out;
}
.support-step .step-box:hover {
  background-color: #029E9D !important;
  border-color: #029E9D !important;
  transition: all 0.3s ease-in-out;
}
.support-step .step-box:hover i, .support-step .step-box:hover h3, .support-step .step-box:hover p {
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.faq .accordion-button:not(.collapsed) {
  background-color: #029E9D !important;
  color: #fff;
  border-color: #029E9D !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.faq .accordion-button::after, .faq .accordion-button:not(.collapsed)::after {
  background-image: none;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  text-align: center;
  line-height: 1.6;
  content: "\f067";
  height: 25px;
  width: 25px;
  line-height: 25px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #19C1B6;
}
.faq .accordion-button:not(.collapsed)::after {
  content: "\f068";
}

.contact .contact-left .contact-icon i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 18px;
}

footer .social-links a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 15px;
  transition: all 0.3s ease-in-out;
}
footer .social-links a i:hover {
  background-color: #19C1B6 !important;
  transition: all 0.3s ease-in-out;
}
footer input::placeholder {
  color: #e3e0e0;
}
footer .footer-features .feature-icon i {
  height: 72px;
  width: 72px;
  line-height: 72px;
  font-size: 28px;
  background-color: rgba(25, 193, 182, 0.2);
}

/* Responsive */
@media (max-width: 1200px) {
  .condition .stepper {
    height: 150px;
  }
}
@media (max-width: 993px) {
  .banner .overlay1 {
    opacity: 0.3;
  }
  .about .feature, .support .slider-arrows {
    display: none;
  }
  .banner .banner-images {
    padding-top: 100px;
  }
  .condition .stepper {
    height: 230px;
  }
  footer .footer-features .feature-box {
    border: none !important;
  }
}
@media (max-width: 768px) {
  .condition .stepper {
    height: auto;
  }
  .slick-prev, .slick-next, .about .white-box {
    display: none !important;
  }
  .banner .banner-images {
    padding-top: 50px;
  }
  .condition .item {
    border: none !important;
    border-radius: 0 !important;
  }
}
/* ========================================= */
/*           Homepage 2 Page CSS            */
/* ======================================== */
.index-2 .banner {
  padding-bottom: 130px;
}
.index-2 .banner .banner-right .overlay1 {
  background-image: url(../image/banner-icon-overlay1.png);
  background-size: 65%;
  background-position: 0% 0;
}
.index-2 .banner .banner-right .banner-image img {
  border-radius: 210px 210px 0 0;
}
.index-2 .about .about-tabs .nav-pills .nav-link {
  opacity: 0.5;
}
.index-2 .about .about-tabs .nav-pills .nav-link.active, .index-2 .about .about-tabs .nav-pills .show > .nav-link, .index-2 .about .about-tabs .nav-pills .nav-link:hover {
  color: #19C1B6;
  opacity: 1;
}
.index-2 .journey .journey-box {
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-box .journey-box-top .line {
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-box .journey-num {
  height: 82px;
  width: 82px;
  line-height: 82px;
  font-size: 60px;
  position: relative;
}
.index-2 .journey .journey-box .journey-num::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px dotted #19C1B6;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  scale: 1.5;
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-box:hover {
  background-color: #029E9D;
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-box:hover p, .index-2 .journey .journey-box:hover h3 {
  color: #fff;
}
.index-2 .journey .journey-box:hover .journey-num::before {
  border-color: #fff;
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-box:hover .journey-box-top .line {
  border-color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.index-2 .journey .journey-title .slick-prev, .index-2 .journey .journey-title .slick-next {
  top: 50%;
}
.index-2 .journey .journey-title .slick-next {
  right: 16px;
  left: auto;
}
.index-2 .journey .journey-title .slick-prev {
  left: auto;
  right: 66px;
}
.index-2 .faq {
  background-image: url(../image/Image25.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.index-2 .faq .overlay {
  background: linear-gradient(181.87deg, rgba(0, 0, 0, 0.5) 82.73%, rgba(102, 102, 102, 0.5) 129.73%);
}
.index-2 .faq .accordion-button:not(.collapsed) {
  background-color: #fff !important;
  color: #252525;
  border-color: #029E9D !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.index-2 .faq .accordion-button::after, .index-2 .faq .accordion-button:not(.collapsed)::after {
  color: #252525;
}
.index-2 .testimonial .testimonial-box .overlay {
  background-image: url(../image/pins.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.index-2 .testimonial .testimonial-box::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed #DFDFDF;
  border-radius: 8px;
  rotate: -3deg;
}
.index-2 .testimonial .testimonial-box .testimonial-left .quote-left {
  top: -80px;
  left: -20px;
}
.index-2 .testimonial .testimonial-box .testimonial-left .quote-right {
  bottom: -80px;
  right: 0px;
}
.index-2 .testimonial .slick-prev, .index-2 .testimonial .slick-next {
  top: 50%;
}
@media (max-width: 768px) {
  .index-2 .testimonial .testimonial-box .testimonial-left .quote-left {
    top: 0;
    left: -40px;
  }
  .index-2 .testimonial .testimonial-box .testimonial-left .quote-right {
    bottom: -60px;
    right: -20px;
  }
}

.newsletter .newsletter-left {
  padding-left: 100px;
}
.newsletter .newsletter-image img {
  width: 35%;
  right: 5%;
}
.newsletter .news-overlay1 img {
  left: 90%;
  top: 40%;
}

@media (max-width: 993px) {
  /* Responsive */
  .newsletter .newsletter-left {
    padding-left: 0;
  }
  .newsletter .newsletter-image img {
    position: static !important;
  }
  .newsletter .news-overlay1 img {
    top: 65%;
  }
}
@media (max-width: 768px) {
  .newsletter .newsletter-image {
    position: relative;
  }
  .newsletter .newsletter-image img {
    width: 100%;
  }
  .newsletter .news-overlay1 img {
    top: 65%;
    right: 20px;
    z-index: 0;
    left: auto;
  }
}
.stages .nav-pills .nav-link.active, .stages .nav-pills .show > .nav-link {
  color: #ffffff !important;
  opacity: 1;
  background-color: #029E9D;
}
.stages .nav-pills .nav-link:hover {
  color: #19C1B6;
}

/* ========================================= */
/*           Homepage 3 Page CSS            */
/* ======================================== */
.index-3 .banner .overlay {
  background-image: url(../image/Image46.png);
}
.index-3 .banner .overlay1 {
  background-image: url(../image/elipse.png);
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: 90% 200%;
}
.index-3 .banner .banner-image img {
  border-radius: 74px;
}
.index-3 .support-step .step-icon i {
  height: 44px;
  width: 44px;
  font-size: 20px;
  line-height: 44px;
}
.index-3 .journey .overlay {
  background-image: url(../image/wave2.png);
  opacity: 0.05;
  background-color: #000;
}
.index-3 .journey .journey-box {
  position: relative;
}
.index-3 .journey .journey-box::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 2px;
  background-color: #fff;
  top: 20%;
  right: -20%;
}
.index-3 .journey .journey-box .journey-icon i {
  height: 80px;
  width: 80px;
  line-height: 80px;
  font-size: 30px;
}
.index-3 .journey .row > .col-lg-3:last-child .journey-box::after {
  display: none;
}
.index-3 .testimonial .testimonial-box {
  background: #029E9D;
  background: linear-gradient(90deg, rgb(2, 158, 157) 50%, rgb(255, 255, 255) 50%);
}
.index-3 .testimonial .testimonial-box .testimonial-left .testimonial-icon i {
  font-size: 100px;
}
.index-3 .testimonial .testimonial-box span.outer-qoute {
  position: absolute;
  top: 30px;
  right: 30px;
}
.index-3 .testimonial .testimonial-box span.outer-qoute .fa-quote-right {
  font-size: 80px;
  opacity: 0.1;
}
.index-3 .testimonial .testimonial-box .testimonial-image {
  box-shadow: -30px 34px 68px 0 rgba(0, 0, 0, 0.25);
}
.index-3 .testimonial .slick-prev, .index-3 .testimonial .slick-next {
  top: 50%;
  background-color: #FFF8EE;
  box-shadow: -30px 34px 68px 0 rgba(0, 0, 0, 0.25);
}
.index-3 .testimonial .slick-prev:hover, .index-3 .testimonial .slick-next:hover {
  background-color: #F9A825;
}
@media (max-width: 993px) {
  .index-3 .journey .row > .col-lg-3:nth-child(2) .journey-box::after {
    display: none;
  }
}
@media (max-width: 768px) {
  .index-3 .journey .journey-box::after {
    display: none;
  }
  .index-3 .testimonial .testimonial-box span.outer-qoute {
    display: none;
  }
}

/* ========================================= */
/*              About Page CSS               */
/* ======================================== */
.about-page .about .about-left img {
  border-radius: 200px 100px 200px 100px;
}
.about-page .about .nav-pills .nav-link.active, .about-page .about .nav-pills .show > .nav-link {
  background-color: #19C1B6 !important;
  color: #ffffff;
}
.about-page .about .nav-link:hover {
  color: #19C1B6;
}
.about-page .characteristics .characteristics-box .characteristics-image {
  position: relative;
}
.about-page .characteristics .characteristics-box .characteristics-image::after {
  content: "";
  height: 215px;
  width: 215px;
  position: absolute;
  top: -10px;
  left: 14%;
  background-color: #F9A825;
  border-radius: 50%;
}
.about-page .autism-around .overlay {
  background-image: url(../image/map.png);
  opacity: 0.9;
  background-size: cover;
}
.about-page .autism-around .autism-around-inner i {
  height: 68px;
  width: 68px;
  line-height: 68px;
  font-size: 40px;
}
.about-page {
  /* Responsive */
}
@media (max-width: 1200px) {
  .about-page .characteristics .characteristics-box .characteristics-image::after {
    left: 25%;
  }
  .about-page .autism-around .overlay {
    background-position: center;
    opacity: 0.2;
  }
}
@media (max-width: 993px) {
  .about-page .characteristics .characteristics-box .characteristics-image::after {
    left: 17%;
  }
}

.strength-body {
  position: relative;
}
.strength-body::before {
  content: "";
  position: absolute;
  height: 85%;
  border: 1px solid #E1E3E6;
  top: 7%;
  left: 25px;
}

.stat .stat-box {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border-width: 7px !important;
}
@media (min-width: 1400px) {
  .stat .stat-box .stat-no.h1 {
    font-size: 80px;
  }
}
.stat .stat-box:hover {
  background-color: #19C1B6 !important;
  transition: all 0.3s ease-in-out;
}
.stat .stat-box:hover p {
  color: #fff;
}

/* ========================================= */
/*         Support Detail Page CSS          */
/* ======================================== */
.support-detail-image .play-icon i {
  height: 65px;
  width: 65px;
  line-height: 65px;
  font-size: 28px;
  transition: all 0.3s ease-in-out;
}
.support-detail-image:hover .play-icon i {
  color: #F9A825;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*       Recognizing Autism Page CSS        */
/* ======================================== */
.recognizing-list .recognizing-box {
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.recognizing-list .recognizing-box h2, .recognizing-list .recognizing-box p, .recognizing-list .recognizing-box a, .recognizing-list .recognizing-box i {
  transition: all 0.3s ease-in-out;
}
.recognizing-list .recognizing-box .border-dark {
  transition: all 0.3s ease-in-out;
}
.recognizing-list .recognizing-box:hover {
  background-color: #029E9D;
  transition: all 0.3s ease-in-out;
}
.recognizing-list .recognizing-box:hover h2, .recognizing-list .recognizing-box:hover p, .recognizing-list .recognizing-box:hover a, .recognizing-list .recognizing-box:hover i {
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.recognizing-list .recognizing-box:hover .border-dark {
  border-color: rgba(255, 255, 255, 0.3137254902) !important;
  transition: all 0.3s ease-in-out;
}

.understanding .understanding-icon i {
  height: 56px;
  width: 56px;
  line-height: 56px;
  font-size: 20px;
}

/* ========================================= */
/*            Service Page CSS              */
/* ======================================== */
.service .service-right img {
  border-radius: 200px 100px 200px 100px;
}

.self-check .choice-group input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.self-check .choice-pill {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid #e3e4e8;
  font-size: 12.5px;
  color: #9a9ea5;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s ease, color 0.15s ease, background-color 0.15s ease;
  white-space: nowrap;
}
.self-check .choice-pill .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid currentColor;
  flex-shrink: 0;
  position: relative;
  transition: background-color 0.15s ease;
}
.self-check .choice-pill:hover {
  border-color: #cfd1d6;
}
.self-check {
  /* Color per choice type, active only when checked */
}
.self-check input[type=radio]:checked + .choice-pill.yes {
  color: #19C1B6;
  border-color: #bfead4;
  background: #f2fbf7;
}
.self-check input[type=radio]:checked + .choice-pill.yes .dot {
  background: #19C1B6;
  border-color: #19C1B6;
  box-shadow: inset 0 0 0 2px #fff;
}
.self-check input[type=radio]:checked + .choice-pill.maybe {
  color: #F9A825;
  border-color: #f5ddb0;
  background: #fdf8ee;
}
.self-check input[type=radio]:checked + .choice-pill.maybe .dot {
  background: #F9A825;
  border-color: #F9A825;
  box-shadow: inset 0 0 0 2px #fff;
}
.self-check input[type=radio]:checked + .choice-pill.no {
  color: #e5555a;
  border-color: #f4c3c5;
  background: #fdf1f1;
}
.self-check input[type=radio]:checked + .choice-pill.no .dot {
  background: #e5555a;
  border-color: #e5555a;
  box-shadow: inset 0 0 0 2px #fff;
}
.self-check input[type=radio]:focus-visible + .choice-pill {
  outline: 2px solid #8ab4ff;
  outline-offset: 2px;
}
.self-check .self-check-icon i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 25px;
}
.self-check .self-check-right .progress-percent {
  height: 120px;
  width: 120px;
  position: relative;
  background-image: linear-gradient(270deg, rgba(25, 193, 182, 0.5) 43.78%, rgba(195, 241, 238, 0.5) 44.17%);
}
.self-check .self-check-right .progress-percent::after {
  content: "";
  height: 80%;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  translate: -50% -50%;
}

/* ========================================= */
/*           Condition Page CSS              */
/* ======================================== */
.condition .condition-icon i {
  height: 60px;
  width: 60px;
  line-height: 60px;
  font-size: 25px;
}

/* ========================================= */
/*        Success Stories Page CSS          */
/* ======================================== */
.success .success-right .category a {
  transition: all 0.3s ease-in-out;
}
.success .success-right .category a:hover {
  background-color: #19C1B6;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.success-detail .success-detail-top .social-links li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
}
.success-detail .success-detail-top .social-links li a i:hover {
  background-color: #F9A825 !important;
  transition: all 0.3s ease-in-out;
}
.success-detail .success-detail-journey .journey-box-icon i {
  height: 72px;
  width: 72px;
  line-height: 72px;
  font-size: 24px;
}

/* ========================================= */
/*                FAQ Page CSS               */
/* ======================================== */
.faq .faq-categories .nav-pills .nav-link.active, .faq .faq-categories .nav-pills .show > .nav-link {
  background-color: #19C1B6;
  color: #fff;
  border-color: #19C1B6 !important;
}
.faq .faq-categories .nav-pills .nav-link.active i, .faq .faq-categories .nav-pills .show > .nav-link i {
  color: #fff;
}
.faq .faq-categories .nav-link:hover {
  color: #F9A825;
}

/* ========================================= */
/*          Testimonial Page CSS            */
/* ======================================== */
.testimonial .testimonial-icon i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 20px;
}

/* ========================================= */
/*            Coming Soon Page CSS          */
/* ======================================== */
.coming-soon {
  background-image: url(../image/Container.png);
  background-size: cover;
}
.coming-soon .overlay {
  opacity: 0.95;
}
.coming-soon .social-links li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.coming-soon .social-links li a i:hover {
  background-color: #F9A825 !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .coming-soon .h1 {
    font-size: 90px;
  }
}
@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh !important;
  }
}
@media (max-width: 995px) {
  .coming-soon .coming-soon-inner {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */
