/* FONT IMPORT */

/* Google Font */

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #00858f;
  --secondary: #13015a;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
  font-family: "Roboto", sans-serif;
}

section {
  position: relative;
  /* background: #13015a; */
  padding: 6rem 0;
}

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #828282;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  margin: 0;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.preLoader.black {
  background-color: var(--white);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  display: inline-block;
  padding: 1rem 35px;
  border-radius: 5px;
  line-height: normal;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

.navbar-nav .nav-item .nav-link::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  background-color: var(--white);
  bottom: -4px;
}

.navbar-nav .nav-item .nav-link:hover::before {
  width: 100%;
  transition: 0.5s ease;
}

/* NAV HEADER CSS */

header {
  margin: 0 auto;
  padding: 23px 0 30px;
  transition: 0.3s ease-in-out;
  border-bottom: 1px solid #e7e7e7;
  width: 100%;
}

.navbar-brand {
  padding: 0;
  margin: 0;
}

.navbar-nav {
  align-items: center;
  gap: 3.75rem;
  padding: 1rem 2.5rem;
  border-radius: 5px;
  background: linear-gradient(45deg, #13015ab5, var(--primary));
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: uppercase;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  position: relative;
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 500px;
}

.fixed-temp {
  position: fixed;
  top: 27%;
  bottom: 42%;
  left: 2%;
  height: 100px;
  /* or whatever height you need */
  z-index: 999;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  bottom: unset;
  width: fit-content;
  right: 2rem;
  left: unset;
  writing-mode: sideways-lr;
  gap: 16px;
  display: flex;
  top: 12.5625rem;
  margin: auto;
  z-index: 11;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
  height: 6px;
  width: 6px;
  display: inline-block;
  margin: 0 0.5rem !important;
  opacity: 1;
  background: #b8b8b7;
}

.homeSlider .swiper-pagination-bullet-active {
  background: var(--white);
  position: relative;
  background-color: transparent;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.main-slider h1 {
  margin: 0.625rem 0;
  color: var(--white);
  font-size: 3.75rem;
  line-height: 1.1;
  font-weight: 600;
  text-transform: uppercase;
}

.main-slider p {
  color: var(--white);
  font-weight: 400;
  line-height: 1.4;
  margin: 0.01rem 0 2rem;
  font-size: 1.375rem;
  width: 57%;
}

.homeSlider .swiper-pagination-bullet-active::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  display: flex;
  flex-direction: column;
  background: var(--primary);
  border-radius: 50px;
  right: -3px;
  top: -3px;
}

.homeSlider .swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  border: 1px solid #ffff;
  display: flex;
  left: -9px;
  top: -10px;
  border-radius: 50px;
}

/* !MAIN HERO SLIDER CSS */

/* New-Css Start  */
ul.top-icon {
  display: flex;
  align-items: cg;
  align-items: center;
  gap: 1rem;
}

ul.top-icon li a i {
  font-size: 1.2rem;
  color: #13015a;
}

ul.top-icon li+li {
  border-left: 2px solid #13015a;
  padding-left: 10px;
}

.main-wrapp a {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  padding: 1rem;
  border-radius: 5px;
  background: linear-gradient(45deg, #13015ab5, var(--primary));
}

.main-wrapp {
  text-align: center;
}

figure.main-imag {
  margin: 1rem 0;
}

.main-wrapp a {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}

.slideOne h3 {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  line-height: 1.7;
}

.main-slider h1 span {
  font-weight: 200;
}

.homeSlider .slide-inner::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(45deg, rgb(0 0 0 / 74%), transparent);
  z-index: -1;
}

.main-Btn {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.secondBtn {
  background-color: transparent;
  border: 1px solid;
}

.homeSlider .slide-inner::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(290deg, rgb(0 0 0 / 59%), transparent);
  z-index: -1;
}

nav.navbar.navbar-expand-lg {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 1.5rem;
}

/* New-Css End   */

/* About-Sec Css Start */

section.about-sec {
  background-color: #f9f9f9;
  padding: 4rem 0 4.5rem;
  z-index: 1;
}

section.about-sec figure img {
  height: 460px;
  width: 300px;
  object-fit: cover;
}

img.img-fluid.about1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

img.img-fluid.about2 {
  position: absolute;
  right: 0;
  top: 0;
}

.mainHead {
  font-size: 3.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--secondary);
}

.mainHead span {
  font-weight: 200;
}

.abut-content p {
  color: #525252;
  line-height: 1.4;
  font-size: 1.375rem;
  width: 95%;
  margin: auto;
}

.abut-content p+p {
  margin: 1.7rem auto 1.2rem;
}

.abut-content .mainHead {
  margin-bottom: 0.15rem;
}

/* About-Sec Css End  */

/* Brand-Sec Css Start */
section.brand-sec {
  background-color: #f9f9f9;
  z-index: 1;
  padding: 4.6875rem 0 5.625rem;
}

img.img-fluid.brand-sub1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  bottom: 0;
  margin: auto;
}

img.img-fluid.brand-sub2 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

figure.brand-img {
  background-color: var(--white);
  height: 172px;
  width: 460px;
  display: grid;
  place-items: center;
  border: 1px solid rgb(106 185 179 / 80%);
  overflow: hidden;
  border-radius: 5px;
}

section.brand-sec .mainHead {
  text-align: center;
  margin-bottom: 1.5rem;
}

/* Brand-Sec Css End  */

/* Family-Sec Css Start */
.family-content span {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 2px;
  background-color: var(--primary);
  padding: 0.5625rem 1.125rem;
  border-radius: 50px;
}

.family-content h2 {
  font-size: 3.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.2;
  margin: 0.625rem 0;
}

.family-content p {
  color: var(--white);
  line-height: 1.4;
  font-size: 1.375rem;
}

.family-wrapp {
  position: relative;
}

.family-content {
  position: absolute;
  left: 35px;
  right: 35px;
  margin: auto;
  top: 76px;
}

figure.family-img {
  position: relative;
}

figure.family-img::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #00000091;
  border-radius: 25px;
}

.family-wrapp a i {
  height: 3.75rem;
  background-color: var(--primary);
  width: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  border: 1px solid var(--primary);
  position: absolute;
  bottom: -2rem;
  left: 2.2rem;
  transition: 0.5s ease;
}

.family-wrapp a i:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.family-wrapp+.family-wrapp {
  margin: 3.7rem 0 0;
}

figure.famliy-imag {
  position: relative;
}

figure.famliy-imag::before {
  position: absolute;
  content: "";
  inset: 0;
  background: #00000091;
  border-radius: 25px;
}

.famil-main {
  position: relative;
}

.family-overlay span {
  font-size: 0.6875rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 2px;
  background-color: var(--primary);
  padding: 0.5625rem 1.125rem;
  border-radius: 50px;
}

.family-overlay h2 {
  font-size: 3.125rem;
  font-weight: 600;
  text-transform: capitalize;
  color: var(--white);
  line-height: 1.2;
  margin: 0.625rem 0;
}

.family-overlay {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  inset: 0;
  justify-content: center;
  text-align: center;
}

.famil-main a i {
  height: 3.75rem;
  background-color: var(--primary);
  width: 3.75rem;
  display: grid;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  border: 1px solid var(--primary);
  position: absolute;
  bottom: -2rem;
  left: 2.2rem;

}

.famil-main a i:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

/* Family-Sec Css End */

/* Calender-Sec Css Start */
section.calendar-sec {
  background: linear-gradient(45deg, #13015ab5, var(--primary));
  padding: 3rem 0;
}

.calender-wrap h5 {
  width: 6.25rem;
  padding: 0.5625rem 1.5625rem;
  text-align: center;
  background-color: var(--white);
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--secondary);
  border: 1px solid #b8b8b8;
  border-radius: 5px;
}

.calender-wrap h5 span {
  display: block;
  font-size: 1.375rem;
}

.calender-content p {
  font-size: 1.875rem;
  color: var(--white);
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
}

.calender-wrap {
  display: flex;
  align-items: center;
  gap: 1.37rem;
}

.calender-wrap h5:hover {
  background-color: var(--secondary);
  color: var(--white);
  transition: 0.5s ease;
}

.calender-wrap+.calender-wrap {
  margin: 1.5625rem 0 0;
}

/* Calender-Sec Css End */

/* Footer-Sec Css Start   */
footer {
  background-color: var(--secondary);
  padding-top: 7rem;
}

footer p {
  color: var(--white);
  line-height: 1.6;
  margin-top: 1.5rem;
  font-weight: 200;
  text-transform: capitalize;
  width: 95%;
}

footer h2 {
  font-size: 1.5625rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 2.4rem;
  position: relative;
}

footer h2::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 6.0625rem;
  background-color: #00858f;
  bottom: -16px;
}

ul.qucik-link li a {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
  color: rgb(255 255 255 / 69%);
}

ul.qucik-link li+li {
  margin: 0.625rem 0;
}

ul.info-list li a {
  font-size: 1.125rem;
  font-weight: 300;
  text-transform: capitalize;
  color: rgb(255 255 255 / 69%);
  white-space: nowrap;
}

ul.info-list li+li {
  margin: 1rem 0;
}

footer figure {
  text-align: end;
  margin-right: -52px;
}

figure.footer-logo {
  text-align: start;
}

.footer-bottom {
  border-top: 1px solid rgb(255 255 255 / 20%);
  padding: 1.875rem 0;
  margin-top: 4.375rem;
}

ul.footer-social {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: end;
}

ul.footer-social li a i {
  height: 3.125rem;
  width: 3.125rem;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background-color: #f5f5f5;
  color: var(--secondary);
}

.footer-bottom p {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  margin: 0;
}

.footer-bottom p a {
  font-weight: bold;
  color: var(--primary);
}

.themeBtn:hover {
  background-color: var(--secondary);
  color: var(--white);
  transform: scale(0.9);
  transition: 0.5s ease;
}

ul.qucik-link li:hover {
  transform: translate(10px);
  transition: 0.5s ease;
}

ul.footer-social li a i:hover {
  background-color: var(--black);
  color: var(--white);
  transition: 0.6s ease;
}

figure.brand-img:hover img {
  transform: scale(1.2);
  transition: 0.5s ease;
}

/* Footer-Sec Css End    */


.evo-calendar {

  border: 0;
  padding-bottom: 0;
}

section.calendar-sec .evo-calendar {
  background: #ffffffe8;
}

section.calendar-sec .calendar-events {
  background: unset;
}

section.calendar-sec .calendar-inner {
  background: #ffffff00;
}

section.calendar-sec .calendar-sidebar {
  background: #ffffff00;
}

tr.calendar-body .calendar-day .day.calendar-today {
  color: var(--primary);
  border-color: var(--primary);
}

/* innerpages Start */

.innerBan .overlay {
  position: absolute;
  text-align: left;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
}

.innerBan h2 {
  font-size: 60px;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 400;
}

.innerBan {
  position: relative;
}

.abut-content.about-page h5 {
  font-size: 22px;
  font-weight: 500;
  color: #525252;
  margin: 1.5rem auto;
  width: 98%;
}

.abut-content.about-page p {
  font-size: 1rem;
  color: #525252;
  line-height: 1.7;
}

.mainHead.bdrline {
  border-top: 1px solid rgb(0 0 0 / 30%);
  margin-top: 3rem;
  padding-top: 2rem;
}

.who-wecntnt ul li {
  color: #525252;
  line-height: 1.7;
  list-style: disc;
}

.who-wecntnt ul li+li {
  margin-top: 10px;
}

.who-wecntnt ul {
  margin-top: 1rem;
}

.who-wecntnt h4 {
  font-size: 22px;
  font-weight: 500;
  color: #525252;
  margin-top: 10px;
}

.who-we-sec.whowe2nd {
  background: #F9F9F9;
}


.mini-banner .minibnrsecond {
  background: url(../images/mini-banner22.png) no-repeat center / cover;
  height: 339px;
}

.mini-banner {
  background: url(../images/mini-banner.png) no-repeat center / cover;
  height: 339px;
}

.mini-banner .content {
  padding-left: 25px;
}

.mini-banner .content h3 {
  color: #13015A;
  font-size: 60px;
  font-weight: 500;
  margin-bottom: 30px;
  padding-left: 20px;
}

.mini-banner .content p {
  font-size: 22px;
  font-weight: 500;
  color: #525252;
  text-transform: capitalize;
}

.mini-banner .content p a {
  color: #000080;
}

.mental-section {
  background: url(../images/mentalbg.png) center/cover no-repeat;
  padding: 5rem 0 7rem 0;
}

.mentalcntnt mainHead {
  text-transform: capitalize;
}

.mentalcntnt .mainHead {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 1rem;
}

.mentalcntnt p {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
  width: 91%;
  text-align: center;
  margin: auto;
}

.mentalcntnt p+p {
  margin-top: 1rem;
}

.mentalcntnt strong {
  color: #000080;
  font-weight: 500;
}

.mentalcntnt a {
  color: #000080;
  font-weight: 500;
}


.understangsec {
  background: unset;
  padding-bottom: 9rem;
}

.under1 {
  position: absolute;
  top: 0;
}

.under2 {
  position: absolute;
  right: 0;
  top: 0;
}

.understangsec .mentalcntnt p {
  width: 100%;
}

.get-help figure {
  position: relative;
}

.get-help figure::before {
  position: absolute;
  content: "";
  inset: 0;
  background-color: rgb(0 0 0 / 57%);
  border-radius: 22px;
}

.help-content {
  position: absolute;
  top: 95px;
  padding: 0 22px;
  text-align: left;
}

.help-content h4 {
  font-size: 35px;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
}

.help-content h1 {
  font-size: 55px;
  padding: 0px 13px;
  background: #6ab9b3;
  width: fit-content;
  color: var(--white);
  border-radius: 5px;
  margin: 30px 0px;
}

.get-help ul li+li {
  margin-top: 12px;
}

.get-help ul li {
  color: var(--white);
  font-size: 22px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  list-style: disc;
}

ul.navigating {
  padding-left: 60px;
}

ul.navigating h4 {
  margin-bottom: 19px;
}

.get-help {
  margin-top: 1.5rem;
}

.help-content p {
  text-align: center;
  color: var(--white);
  line-height: 1.5;
  width: 73%;
  margin: 22px auto;
  font-size: 22px;
}

.help-content a {
  color: var(--white);
  font-size: 22px;
  display: block;
  margin-top: 80px;
  text-align: center;
}


/* get information */
.info-card {
  margin-top: 1.5rem;
}

.info-card figure {
  position: relative;
}

.info-card .info-content {
  position: absolute;
  top: 87px;
  padding: 0 35px;
}

.info-content h4 {
  color: #1342c9;
  font-size: 35px;
  font-weight: 600;
}

.info-content h4 {
  line-height: 1.1;
  margin-bottom: 30px;
}

.info-content p {
  color: #000080;
  font-size: 22px;
  line-height: 1.5;
}

.info-content h4 {
  line-height: 1.1;
  margin-bottom: 30px;
}

.info-content p {
  color: #000080;
  font-size: 22px;
  line-height: 1.5;
}

ul.projects {
  text-align: left;
  padding-left: 35px;
}

ul.projects li {
  color: #000080;
  list-style: disc;
  font-size: 22px;
}

ul.projects li+li {
  margin-top: 8px;
}

/* get involved */
.involved .info-card .info-content {
  text-align: left;
}

.involved .info-card .info-content a {
  color: #000080;
  margin-top: 35px;
  font-size: 22px;
}

/* support section */

.support .info-card {
  text-align: center;
}

.support .info-card .info-content {
  margin-top: 25px;
}

/* contact section  */
.contact-link {
  display: grid;
  place-items: center;
}

.contact .mainHead {
  font-weight: 600;
}

.contact-link figure {
  background-color: #e9e9e9;
  width: 126px;
  height: 126px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-bottom: 21px;
}

.contact-link figure i {
  color: #000080;
  font-size: 50px;
}

.contact-link a {
  color: #000;
  font-size: 12px;
  font-weight: 400;
}

.contact-head {
  text-align: center;
  padding: 120px 0 60px;
}

.contact-head h2 {
  color: #00858F;
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 39px;
}

.contact-head p {
  line-height: 1.5;
  font-size: 1rem;
  color: #2D2D2D;
}

.contact-form .form-group {
  border-bottom: 1px solid #727272;
  margin-bottom: 2.5rem;
}

.contact-form .form-group .form-control {
  border: unset;
  padding: 25px 12px;
  color: #00858F;
}

.contact-form .form-group .form-control::placeholder {
  color: #00858F;
}

.submit {
  text-align: center;
  margin-top: 5rem;
}

.submit .themeBtn {
  border: unset;
  outline: unset;
  padding: 10px 35px;
  border-radius: unset;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 800;
}


/* the mental health system */
.system-content {
  margin-bottom: 40px;
}

.system p {
  font-size: 20px;
  color: #525252;
}

.system p a {
  color: #00858F;
}

.collabtcntnt p {
  font-size: 20px;
  color: #525252;
}

ul.collablist li {
  font-size: 20px;
  font-weight: 500;
  color: #00858F;
  list-style: disc;
}

ul.collablist {
  margin: 1rem 0;
}

.collabtcntnt {
  margin: 6rem 0;
}

section.navigation-section p {
  font-size: 20px;
  color: #525252;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  margin: 0;
}

section.navigation-section .mainHead {
  text-transform: capitalize;
  font-size: 60px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 2rem;
}

ul.navigationlsit li {
  color: #00858F;
  font-size: 22px;
  border-bottom: 1px solid #B8B8B8;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-weight: 500;
}

ul.navigationlsit {
  border-top: 1px solid #B8B8B8;
  padding-top: 30px;
  margin-top: 60px;
}

section.navigation-section.projectacmh p {
  text-align: start;
}

section.navigation-section.projectacmh p+p {
  margin-top: 1rem;
}

.children-cntnt h4 {
  font-size: 20px;
  font-weight: 500;
  color: #00858F;
  margin-bottom: 2rem;
}

.children-cntnt p {
  font-size: 20px;
  font-weight: 400;
  color: #525252;
  line-height: 1.6;
  border-bottom: 1px solid #062DB9;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.children-cntnt .mainHead {
  margin-bottom: 2rem;
  text-align: center;
}

.childrenpara {
  border-bottom: unset;
}


/* Youth Page */
.youth {
  padding: 80px 280px;
}

.cool,
.peer {
  background-color: #f5f5f5;
  padding: 23px 15px 13px;
  border-radius: 5px;
}

.peer .peer-content {
  background-color: #00858f;
}

.survey-content h3,
.peer-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  padding: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.survey-content .inner-content,
.peer-content .inner-content {
  padding: 12px 20px 31px;
}

.peer-content p {
  color: #94e2dc;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.peer-content h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 10px 0 6px;
  padding-right: 10px;
}

.peer-content h5 {
  color: #000080;
  font-size: 18px;
  font-weight: 800;
}

.survey {
  background-color: #f5f5f5;
  padding: 23px 15px 13px;
  border-radius: 5px;
  margin: 30px 0;
}

.survey .survey-content {
  background-color: #13015a;
}

.survey .survey-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.survey-content ul {
  margin: 15px 0;
  margin-left: 20px;
}

.survey-content ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--white);
}

.survey-content h5 {
  font-size: 18px;
  color: var(--white);
  line-height: 20px;
  font-weight: 400;
  margin: 15px 0;
}

.survey-content .blank-div {
  width: 247px;
  height: 107px;
  background: rgb(255 255 255 / 7%);
  margin-bottom: 20px;
}

.survey-content .themeBtn {
  outline: unset;
  border: unset;
  padding: 12px 33px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: unset;
  letter-spacing: 0.2px;
}

.cool .cool-content {
  padding: 11px 22px;
}

.cool-content h2 {
  color: #13015a;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

/* youthpage */

section.mental-section.navigatingjustice .mentalcntnt p {
  text-align: start;
  width: 100%;
}

section.mental-section.navigatingjustice .collabtcntnt {
  margin: 2rem 0;
}

.mentalcntnt h5 {
  font-size: 22px;
  font-weight: 500;
  color: #00858F;
  margin: 2rem 0;
}


/* Porblem-Page Css Start */
.problem-left {
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
}

.problem-right {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.problem-top {
  text-align: center;
  margin-bottom: 3rem;
}

section.problem-sec p {
  line-height: 1.6;
  color: #525252;
  font-size: 1.25rem;
}

section.problem-sec p+p {
  margin: 1.2rem 0;
}

.problem-content ul li {
  list-style: disc;
  color: #00858f;
}

.problem-content ul li a {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #00858f;
}

.problem-content ul li+li {
  margin: 0.125rem 0;
}

.problem-content h2 {
  font-size: 1.35rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #00858f;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

figure.problem-img {
  margin-bottom: 2rem;
}

section.problem-sec.pro-sec ul li a {
  font-size: 1.25rem;
  font-weight: 500;
  color: #00858f;
}

section.problem-sec.pro-sec ul {
  margin-bottom: 0.825rem;
}

section.problem-sec.pro-sec {
  background-color: #f9f9f9;
  z-index: 1;
}

.pro-left {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

img.img-fluid.pro-right {
  position: absolute;
  right: 0;
  left: unset;
  top: 0;
  z-index: -1;
}

section.problem-sec.pro-sec p span {
  color: var(--primary);
}

section.problem-sec.pro-third {
  background-color: #f9f9f9;
  z-index: 1;
}

section.problem-sec.pro-four ul {
  margin-top: 3rem;
}

.navigation-content p {
  color: #525252;
  line-height: 1.6;
}

.navigation-content p+P {
  margin: 1.2rem 0;
}

.navigation-content span {
  font-size: 1.25rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #00858f;
  margin: 0.625rem 0 0.925rem;
  display: inline-block;
}

ul.nvaigate-list li {
  list-style: auto;
  color: #00858f;
}

ul.nvaigate-list li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #00858f;
}

ul.nvaigate-list li+li {
  margin: 0.125rem 0;
}

ul.nvaigate-list {
  margin: 0.725rem 0;
}

ul.navigation-list li {
  list-style: disc;
  color: #00858f;
}

ul.navigation-list li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #00858f;
}

ul.navigation-list li+li {
  margin: 0.125rem 0;
}

ul.navigation-list {
  margin: 0.625rem 0;
}

.navigation-content .mainHead span {
  font-size: 60px;
  color: #000080;
}

.navigation-content .mainHead {
  text-align: center;
}

.navigate1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.navigate2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.navigate3 {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/* Porblem-Page Css End  */


/* navigating child one */
.navigate-head {
  margin-bottom: 40px;
  text-align: center;
}

.navigate-content p {
  color: #525252;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.navigate-content ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.navigate-content ul li,
.navigate-content h6 {
  color: #00858F;
  font-size: 20px;
  line-height: 1.6;
}

.navigate-content .disc li {
  list-style: disc;
}

.navigate-content .numeric {
  list-style: decimal;
}


/* Youth Page */
.cool,
.peer {
  background-color: #f5f5f5;
  padding: 23px 15px 13px;
  border-radius: 5px;
}

.peer-content {
  background-color: #00858f;
}

.survey-content h3,
.peer-content h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  padding: 20px;
  border-bottom: 1px solid rgb(255 255 255 / 30%);
}

.survey-content .inner-content,
.peer-content .inner-content {
  padding: 12px 20px 31px;
}

.peer-content p {
  color: #94e2dc;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.peer-content h4 {
  color: var(--white);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 10px 0 6px;
  padding-right: 10px;
}

.peer-content h5 {
  color: #000080;
  font-size: 18px;
  font-weight: 800;
}

.survey {
  background-color: #f5f5f5;
  padding: 23px 15px 13px;
  border-radius: 5px;
  margin: 30px 0;
}

.survey .survey-content {
  background-color: #13015a;
}

.survey .survey-content p {
  color: var(--white);
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  line-height: 1.3;
}

.survey-content ul {
  margin: 15px 0;
  margin-left: 20px;
}

.survey-content ul li {
  list-style: disc;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--white);
}

.survey-content h5 {
  font-size: 18px;
  color: var(--white);
  line-height: 20px;
  font-weight: 400;
  margin: 15px 0;
}

.survey-content .blank-div {
  width: 247px;
  height: 107px;
  background: rgb(255 255 255 / 7%);
  margin-bottom: 20px;
}

.survey-content .themeBtn {
  outline: unset;
  border: unset;
  padding: 12px 33px;
  text-transform: uppercase;
  font-size: 1rem;
  border-radius: unset;
  letter-spacing: 0.2px;
}

.cool .cool-content {
  padding: 11px 22px;
}

.cool-content h2 {
  color: #13015a;
  font-size: 30px;
  font-weight: 800;
  line-height: 35px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.cool {
  position: relative;
}

.custom-button-next,
.custom-button-prev {
  width: 31px;
  height: 31px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background-color: var(--white);
  cursor: pointer;
}

.custom-button-next::after,
.custom-button-prev::after {
  font-size: 24px;
  color: #828282;
}

.custom-button-next {
  position: absolute;
  bottom: 30%;
  left: 13%;
  z-index: 11;
}

.custom-button-prev {
  position: absolute;
  bottom: 30%;
  right: 13%;
  z-index: 11;
}

.mySwiper {
  height: 500px;
}

.mySwiper img {
  height: 500px;
}

img {
  max-width: 100%;
  height: auto;
}

.youtube-video iframe {
  border-radius: 22px;
}

.youtube-video p {
  text-align: center;
}

.youtube-video p a span {
  color: var(--primary);
}

.youtube-video p a {
  color: #828282;
}

.primary-para {
  font-size: 20px;
  line-height: 1.5;
}

.primary-para span,
.primary-para a {
  color: var(--primary);
}

.seperator {
  margin: 2rem 0;
  border-top: 1px solid #B9B9B9;
}

.subHead {
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--secondary);
  margin-bottom: 1rem;
}

.thirdHead {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary);
  margin-bottom: 1rem;
}

.youth-box a {
  font-size: 20px;
  color: var(--primary);
  font-weight: 500;
  display: inline-block;
  margin-bottom: 1rem;
}

.youth-box span {
  font-size: 20px;
  color: var(--primary);
}

.border-box {
  padding: 20px 30px;
  background-color: #F5F5F5;
  border: 1px solid #B9B9B9;
  border-radius: 3px;
}

.social-icons-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.social-icons-list li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  color: var(--secondary);
}

.secondary-color {
  color: var(--secondary) !important;
}

.icon-and-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.icon-and-content figure {
  flex-shrink: 0;
}

.icon-and-content h3 {
  font-size: 18px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.icon-and-content p {
  font-size: 18px;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.5;
}

.box-grey {
  padding: 20px;
  background-color: #F5F5F5;
  border-radius: 5px;
}

.box-grey h4 {
  font-size: 14px;
  font-weight: 700;
  color: #13015A;
  margin-bottom: 1rem;
}

.box-grey .seperator {
  margin: 1rem 0;
}

.survey h6 {
  font-size: 12px;
  color: #555555;
  margin-bottom: 0.5rem;
}


/* youthpage */
.ask-expert-content p {
  border: none;
  padding-bottom: 0;
}
.bg-clr-list {
  margin-top: 1rem;
}
.bg-clr-list li {
  border-left: 7px solid var(--primary);
  padding: 1rem 1rem 1rem 3rem;
  background-color: rgba(0, 134, 143, 0.05);
  margin: 1rem 0;
}
.bg-clr-list li a {
  color: #525252;
}
.child-and-family-list li {
  margin: 0;
  border: none;
  margin-bottom: 1rem;
  padding: 1rem;
}
.child-and-family-list h4 {
  margin-bottom: 1rem;
}
.get-help p span {
  color: var(--primary);
}.military-family-support-content h4 a {
  color: var(--secondary);
}