:root{
	--brand-primary-500: #8eb6dc;
	--brand-primary-600: #1470af;
	--brand-secondary-500: #eaeaee;
}

*{
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	list-style-type: none
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	line-height: 21px;
	color: #333;
	font-weight: 400;
	overflow-x: hidden;
	transition: all .3s ease-in-out;
	background-color: #ffffff;
}
a {
	color: #191919; font-size: 16px;
}
.grid {
    display: grid; font-style: italic;
}

.grid 	h3{font-size: 25px; color: black;}
.grid p {
		width: 100%;
		float: left;
		margin-bottom: 10px;
		font-family: 'Poppins', sans-serif;
		font-size: 16px;
		font-weight: 400;
		color: #191919;
		line-height: 1.5;
}
.container{
	max-width: 1170px;
	margin: auto;
	padding: 0px 15px 5px;
}
header{
	background: var(--brand-primary-500);
}
header .container{
	display: flex; align-items: center; justify-content: space-between; padding-block-start: 24px; padding-block-end: 24px;
}
.header_top {
    width: 100%;
    height: auto;
	display: flex; align-items: center;
    justify-content: space-between;
    background: #fbf8e8;
	gap: 2%;
}
.header_logo{display: flex; align-items: center;}
.logo{width: 250px; display: flex; align-items: center;}
.logo img{width: 250px;}
.logo a{
	display: inline-flex; justify-content: center; align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
}
.navbar {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	padding: 0;
}
.navbar .header_logo, .navbar .nav-contact-list {display: none;}
.nav-list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
}

.nav-item {
	flex-grow: 1;
	text-align: center;
	height: auto;
	padding: 8px 0px;
	width: auto;
	margin: 0;
}

.nav-item:last-child {
border-right: none;
}

.nav-item a {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #191919;
    margin: 0px 13px;
	padding-bottom: 5px;
}

.nav-contact-list{
	display: flex; gap: 18px;
}
.nav-contact-list li a{display: block;}
.nav-contact-list li.email a{
	--size: 40px; width: var(--size); height: var(--size); border-radius: var(--size); background-color: var(--brand-primary-600); display: flex;
	align-items: center; justify-content: center;
}
.nav-contact-list li a img{
	max-width: 24px;
}
.nav-contact-list li.phone a{
	--size :40px; border-radius: var(--size); height: var(--size); text-align: center; width: 130px; color: white;
	background-color: var(--brand-primary-600); line-height: var(--size);
}

.content_wrapper {
	width: 100%;
	/*  */
	padding: 50px 0;
}

.section_wrapper{padding-top: 6.6vmax; padding-bottom: 6.6vmax;}

ul li {
	list-style-type: none
}
a {
	text-decoration: none;
	font-size: 14px;
}
img {
	max-width: 100%;
	height: auto;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0px;
	padding: 0;
	font-weight: normal;
	line-height: normal;
}
h2 {width: 100%; font-family: 'Poppins', sans-serif; font-size: 38px;}
h4 {
	width: 100%;
	
	font-family: 'Poppins', sans-serif;
	font-size: 30px;
	font-weight: 400;
	color: var(--brand-primary-600);
	line-height: 1.3;
}
.bg-secondary-500{
	background-color: var(--brand-secondary-500);
}
h5 {
	width: 100%;
	
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 400;
	color: #191919;
	line-height: 1.3;
}
.btn {
	/* background: #292b78 url(../images/bib.png) no-repeat right center; */
	color: #ffffff;
	background-color: var(--brand-primary-600);;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	padding: 12px 24px;
	min-width: 200px;
	text-transform: capitalize;
	border: 1px solid var(--brand-primary-600);
	border-radius: 50px;
	display: inline-block;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn:hover {
	background-color: var(--brand-primary-600); color: #fff;
	border: 1px solid var(--brand-primary-600);
	transition: all .3s ease-in-out;
}
.btn-white {
	color: #ffffff; border-color: var(--brand-primary-600);
}
.btn-white:hover {
	color: white; background-color: var(--brand-primary-600);
	border: 1px solid var(--brand-primary-600);
	transition: all .3s ease-in-out;
}
.pl-30 {
	padding-left: 30px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-bottom {
	padding-bottom: 20px;
}
.gap {
	padding-bottom: 20px;
	padding-top: 20px;
}
.gap-small-bottom {
	padding-bottom: 10px;
}
.blk-text {
	font-weight: 600;
}
.small-txt{font-size: 13px;}
.outer_conatiner{
	display: flex;
}
.content_left {
	width: 50%;
}
.content_right {
	width: 50%;
}
.content_right h2 {
	margin: 0 0 3% 0;
}
.content_right p {
	line-height: 1.3;
	margin: 0 0 3% 0;
}
.aligncenter.brdr-btm {
	background: url(../images/border-bottom.png) no-repeat 50% 85%;
	padding: 20px 0 40px;
}
.colorBlue {color: #191919;}
.colorPrimary {color: var(--brand-primary-600);}
.mr-med{margin-block-start: 24px; margin-block-end: 24px;}
.mr-bot{margin-block-end: 24px;}
.ita-txt {
	font-style: italic;
}
.img_full {
	width: 100%;
}
.slider_outer .slider-container{
	background: url(../images/home-1.jpg) no-repeat; display: block; display: flex; align-items: center;
	background-position: center center; background-size: 100%; height: 650px; justify-content: center;
}
.slider_outer .slider-container .txt {
	display: inline-flex; align-items: center; flex-direction: column; gap: 32px; color: white; max-width: 840px; margin: 0 auto; text-align: center;
}
.slider_outer .slider-container .txt .main-heading{
	font-size: 35px;
    font-weight: 600;
    color: white; 
}
.slider_outer .slider-container .txt .main-heading-text{
	font-size: 20px; font-weight: 400; color: white; max-width: 490px;
}

.services-header .slider_outer .slider-container{
	background: url(../images/services-banner.jpeg) no-repeat;  height: 420px;
	background-position: center center; background-size: 100%;
}
.services-header .slider_outer .slider-container .txt .main-heading{font-size: 48px;}

.welcome_inner .ita-txt{font-weight:600; margin-block-end: 24px; font-size: 19px;}
.pro-text{margin-block-start: 24px; margin-block-end: 24px;}
.less-space{width: 78%;}
.abs-txt{position: absolute;}

/* column style  */
.col-holder{display: flex; gap: 64px; align-items: center; justify-content: center}
.col-holder .col-2{width: calc(50% - 32px);}

/* services page style  */
.services_wrap .col-holder{align-items: flex-start;}
.services_wrap .col-holder .col:first-child{min-width: 280px;}
.services_wrap .col-holder ol{padding-inline-start: 24px;}
.services_wrap .col-holder ol li{list-style: disc;}
.bg-logo_wrapper{
	height: 650px; background-image: url(../images/harmony.jpg);
	background-repeat: no-repeat; background-size: cover; width: 100%;
}
.bg-logo_wrapper .container{position: relative;}
.bg-logo_wrapper .abs-txt{width: 380px; font-size: 28px; inset-inline-end: 0; inset-block-start: 0;}
@media (max-width: 768px){
	.col-holder{flex-direction: column; gap: 24px;}
	.col-holder .col-2{width: 100%;}
}
/* column style  */
.image-holder img{width: 100%;}

.about .about_wrap{background-color: var(--brand-secondary-500);}
.about_wrap .about_inner .image-holder img{height: 610px; object-fit: cover;}

.main-accordian .container{max-width: 1050px;}
.main-accordian .title{	
	font-size:40px; color: white; text-align: left; line-height: 40px; margin-bottom: 48px; font-weight: 600;

}
.main-accordian .description-title {
        font-size: 26px; color: #ffffff; line-height: 55px; border-radius: 8px; transition: 0.3s; margin-top: 2px;  margin-bottom: 2px; transition: max-height 0.2s ease-out;
         
}
.main-accordian .description-title:hover {color: white; color: #ffffff; cursor: pointer;}
.main-accordian .expand-collapse{float: right;}
.main-accordian .description {
	font-size: 18px; color: #fff; max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;
}

.main-accordian .description>:first-of-type {margin-top: 0;}
.main-accordian .description p {
	margin-top: 16px; margin-bottom: 16px; color: white;
}
.main-accordian .accordion-divider{height: 1px; opacity: 1; background-color: white; width: 100%;}

.footer_wrap {
	width: 100%; background: var(--brand-secondary-500); padding-block-end: 3.3vmax; padding-block-start: 3.3vmax;
}

.footer_wrap .footer_inner{
	display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 32px;
}
.footer_wrap .footer-item{
	display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center;
}
.footer_wrap .footer-item .title{font-size: 24px; line-height: 24px; font-style: normal;} 
.footer_wrap .footer-item .text{font-style: normal; font-size: 16px;} 
.colorLBlue {
	color: #b4e3fa;
}
.details h3 {
	text-shadow: 1px 1px 1px #191919;
}
.aligncenter {
	text-align: center;
}
.colorwhite {
	color: #fff;
}
.colorblack {
	color: #191919;
}
.uppercase {
	text-transform: uppercase;
}
.pro_wrap {
	background: #34367f url(../images/pro-bg.jpg) no-repeat center center;
	background-size: cover;
}
.download {
	width: 100%;
	height: auto;
	display: flex;
}
.download a{
	width: 50%;
	height: 100%;
	background-color: white;
	padding: 16px;
	margin: 0 1%;
	border-radius: 12px;
	line-height: 1.3;
	display: flex; align-items: center; gap: 16px;
}
.download img{filter: invert(58%) sepia(24%) saturate(4119%) hue-rotate(1deg) brightness(102%) contrast(105%);}
.download a span{
	width: 100%;
	height: auto;
	
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: black;
	line-height: 1.1;
	text-transform:capitalize;
}
.download a:hover, .download a.active {
	background-color: #FE8E00;
}
.download a:hover img, .download a.active img {
	filter: invert(100%) sepia(7%) saturate(466%) hue-rotate(355deg) brightness(118%) contrast(100%);
}

.download a:hover span, .download a.active span{color: white;}

.about_inner,.contact_inner, .pro_inner{
	width: 100%; display: flex; flex-wrap: wrap;
}
.contact_inner{
	display: flex;
}
.pro_content{
	flex: 0 0 auto;
    width: 50%;
}
.aligncenter.brdr-btm {
    background: url(../images/border-bottom.png) no-repeat 50% 85%;
    padding: 20px 0 40px;
}
.ita-txt {
    font-style: italic;
}
.lit-txt{
	font-weight: 300;
}
p {
	width: 100%;
    margin-bottom: 10px;
    font-family: unset;
    font-size: 18px;
    font-weight: 400;
    color: #191919;
    line-height: 1.7;
}
.cursor {
    cursor: pointer;
}
.download_wrap{background-color: #fe8e0073;}
.download_wrap .img{filter: invert(58%) sepia(24%) saturate(4119%) hue-rotate(1deg) brightness(102%) contrast(105%);}
.gallery .gallery_items{display: flex; gap: 30px; flex-wrap: wrap; justify-content: center;}
.gallery .gallery_items .gallery-item{width: calc(25% - 23px);}
.gallery .gallery_items img.hover-shadow {
    transition: 0.3s;
    width: 100%;
    height: 145px;
    margin: 15px 0;
}
.gallery .gallery_items img.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.mySlides img {
    border: 9px solid #fff;
    border-radius: 9px; margin-bottom: -4px;
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5) url(../images/overlay.png) repeat 0 0;
    opacity: 1;
}
.close {
    color: #FE8E00;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
/* Next & previous buttons */
.prev, .next {
	width: 40px;
	height: 40px;
	border-radius: 40px; display: flex; align-items: center; justify-content: center;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	user-select: none;
	-webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
	right: 0;
}
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: #FE8E00;
}

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 50%;
    max-width: 1200px; 
	border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
}
.hamburger {
    display: none; /* Hide the hamburger button by default */
    cursor: pointer;
}

.bar {
    width: 25px;
    height: 3px;
    background-color: #191919;
    margin: 5px 0;
}
.accordian_wrapper{
	background-color: var(--brand-primary-600);
}

/* contact page style  */
.my-contact-form {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
}
.my-contact-form  .title{
	width: 100%; display: block;
	padding-left: 5px;
	padding-right: 5px;
}
  
.my-contact-form-row {
	margin-bottom: 20px;
}

.my-contact-form-col {
	width: 100%;
	padding-left: 5px;
	padding-right: 5px;
}

.my-contact-form-label {
	display: block; font-weight: 500; padding: 0.5em 0px;
}

.my-contact-form-input,
.my-contact-form-textarea {
	width: 100%;
	border: 1px solid #a9a9a9;
	padding: 5px;
	box-shadow: 0 0 0 1px transparent;
	font-size: 19px; font-weight: 500;
}
.my-contact-form-input{height: 40px;}

.my-contact-form-textarea {
	height: 100px;
}
  
.my-contact-form-button {
	background-color: var(--brand-primary-600); border: none; cursor: pointer; font-weight: 700;
	color: white; min-width: 130px; height: 40px; line-height: 40px; border-radius: 40px; font-size: 16px;
}
  
.my-contact-form-button:hover {
	background-color:  var(--brand-primary-600);
}
  
.my-contact-form-row-2 {
	display: flex;
	align-items: center;
}
  
.my-contact-form-row-2 .my-contact-form-col:first-child {
	width: 50%;
}
  
.my-contact-form-row-2 .my-contact-form-col:last-child {
	width: 50%;
}
  
.my-contact-form-row-2 .my-contact-form-row:last-child {
	justify-content: space-between;
}

.index .bg-logo_wrapper{height: auto; background-size: 100%; background-color: #f8f8f8;}
.index .bg-logo_wrapper h2{height: 112px;}
.index .my-contact-form-row-2 label{font-size: 12px;}


.index .index a, .about .about a, .service .service a, .contact .contact a, .gallery .gallery a, .p_q_of_care .p_q_of_care a, .people_we_support .people_we_support a, .r_and_a_process .r_and_a_process a, .referral .referral a{
	color: #191919; border-bottom: 1px solid #191919;
}

.nav-item a:hover {
	color: #191919; border-bottom: 1px solid #191919;
}
.font-mono{
	font-family: 'Poppins', sans-serif;
}
.btn-home{
	color: #fff !important;
    border: 1px solid #fff !important;
}

.location-grid {
    display: flex;
    gap: 4px;
}

.address {
    flex: 1;
    min-width: 250px;
}

.footer-item--1 .title {
    margin-bottom: 15px;
}
  
@media (max-width: 768px){
	p{font-size: 14px;}
	h2{font-size: 22px;}
	h5 {font-size: 20px;}
	h4 {font-size: 18px; font-weight: 600;}
	.header_top {
        flex-direction: column;
    }
	.logo {padding-top: 16px;}
    .info_col, .header_logo {
        width: 100%;
    }
    
    .header_top p.location, .header_top p.phone, .header_top p.web, .header_top p.mail {
        padding: 12px 0 12px 40px	;
    }
    
    .hamburger {
        display: block; position: absolute; top: 85px; right: 18px;
    }
	/* Add animation for cross icon */
	.bar.change {
		transition: transform 0.3s ease, opacity 0.3s ease;
	}

	#bar1.change {
		transform: rotate(-45deg) translate(-5px, 6px);
	}

	#bar2.change {
		opacity: 0;
	}

	#bar3.change {
		transform: rotate(45deg) translate(-5px, -6px);
	}
	#bar4.change {
		transform: rotate(-45deg) translate(-5px, 6px);
	}

	#bar5.change {
		opacity: 0;
	}

	#bar6.change {
		transform: rotate(45deg) translate(-5px, -6px);
	}

	.nav-contact-list{display: none;}

    .navbar {
        display: none; flex-direction: column; height: 100vh; background-color: var(--brand-secondary-500); 
        position: fixed; top: 0; right: 0; left: 0; width: 100%; z-index: 2; flex-direction: column; padding: 10px 16px 40px;
    }

	.navbar .hamburger{top: 52px;}
	.navbar .header_logo{justify-content: center; display: flex;}
	.navbar .logo img {width: 190px;}
	.navbar .nav-contact-list{display: flex; flex-direction: column; align-items: center; gap: 10%; gap: 40px;}
	.navbar .nav-item{border-bottom: none; padding: 5px 20px;}
	.navbar .nav-item a{font-size: 32px; font-weight: 900; padding-bottom: 0; padding: 0;}
	.nav-list {display: flex;flex-direction: column;}

    .navbar.open {
        display: flex;
    }

    .nav-item {
        padding: 10px 20px; 
        border-bottom: 1px solid #ddd; 
    }

    .nav-item:last-child {
        border-bottom: none; /* Remove border on last item */
    }
	.nav-item a{border: 0;}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}
	.less-space {
		width: 100%;
	}
	.bg-logo_wrapper {
		background-size: cover;
		background-position: center;
	}
	.bg-logo_wrapper .abs-txt{position: relative; width: 100%;}

	.my-contact-form .title{font-size: 14px;}

	.content_wrapper{padding: 24px 16px;}
	.outer_conatiner{flex-direction: column; align-items: center;}
	.content_left{width: 100%;}
	.content_right{width: 100%; padding: 0;}
	.pro_content{width: 100%;}
	.pro_wrap {background: #34367f url(../images/pro-bg.jpg) no-repeat left;}
	.pro_content h2, .pro_content h4{font-size: 100%;}

	.download {flex-direction: column; gap: 16px;}
	.download a{width: 100%;}

	.gallery .gallery_items img.hover-shadow{margin: 0;}
	.gallery .gallery_items .gallery-item{width: 100%; max-width: 320px; margin: 0 auto;}

	.modal-content{width: 90%; max-width: 480px;}
	.modal-content .prev, .modal-content .next{display: none;}

	.slider_outer .slider-container{height: 400px; background-size: cover; padding: 16px;}
	.slider_outer .slider-container .txt .main-heading{font-size: 22px;}
	.slider_outer .slider-container .txt .main-heading-text{font-size: 14px;}

	.welcome_inner .ita-txt{font-size: 14px; line-height: 22px;}

	.main-accordian .title{font-size: 22px; line-height: 26px; font-weight: 600;}
	.main-accordian .description-title{font-size: 16px; line-height: 30px;}

	.index .bg-logo_wrapper {
		background-size: cover;
		background-position: center;
	}
	.index .bg-logo_wrapper .container{padding: 0;}
	.index .bg-logo_wrapper h2 {
		height: auto;
	}

	.services-header .slider_outer .slider-container{height: 142px;}
	.services-header .slider_outer .slider-container .txt .main-heading{font-size: 22px;}
	.service .bg-logo_wrapper {
		background-size: 100%;
		background-position: bottom;
		height: 384px;
	}
	.about .col-holder{flex-direction: column-reverse;}
	.about_wrap .about_inner .image-holder img{height: auto; width: 100%;}

	.contact h5 {
		font-size: 18px;
	}
	.content_right{margin-block-start: 24px;}

	.footer_wrap .footer_inner{grid-template-columns: 1fr; grid-gap: 18px;}
	.footer_wrap .footer-item{gap: 12px;}
	.footer_wrap .footer-item .title{font-size: 20px;}
	.footer_wrap .footer-item .text{font-size: 14px;}

	

	.index .index a, .about .about a, .service .service a, .contact .contact a, .gallery .gallery a, .p_q_of_care .p_q_of_care a, .people_we_support .people_we_support a, .r_and_a_process .r_and_a_process a, .referral .referral a{
		color: #191919; border-bottom:none;
	}
	  
}