/* Reset CSS
 * --------------------------------------- */
 body,
 div,
 dl,
 dt,
 dd,
 ul,
 ol,
 li,
 h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 pre,
 form,
 fieldset,
 input,
 textarea,
 p,
 blockquote,
 th,
 td {
     padding: 0;
     margin: 0;
 }
 
 a {
     text-decoration: none;
 }
 
 table {
     border-spacing: 0;
 }
 
 fieldset,
 img {
     border: 0;
 }
 
 address,
 caption,
 cite,
 code,
 dfn,
 em,
 strong,
 th,
 var {
     font-weight: normal;
     font-style: normal;
 }
 
 strong {
     font-weight: bold;
 }
 
 ol,
 ul {
     list-style: none;
     margin: 0;
     padding: 0;
 }
 
 caption,
 th {
     text-align: left;
 }
 
 h1,
 h2,
 h3,
 h4,
 h5,
 h6 {
     font-weight: normal;
     font-size: 100%;
     margin: 0;
     padding: 0;
 }
 
 q:before,
 q:after {
     content: '';
 }
 
 abbr,
 acronym {
     border: 0;
 }
 
 /* GENERAL CSS
  * --------------------------------------- */
  
  
/** animated **/
.animatedParent{
	overflow: hidden;
}

@media (max-width: 590px){
	.animated {
		/*CSS transitions*/
		-o-transition-property: none !important;
		-moz-transition-property: none !important;
		-ms-transition-property: none !important;
		-webkit-transition-property: none !important;
		transition-property: none !important;
		/*CSS transforms*/
		-o-transform: none !important;
		-moz-transform: none !important;
		-ms-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		/*CSS animations*/
		-webkit-animation: none !important;
		-moz-animation: none !important;
		-o-animation: none !important;
		-ms-animation: none !important;
		animation: none !important;
		opacity: 1;
	}
}
/** no break **/

.nobr { white-space:nowrap; }


/* site width */
.site-width {
    max-width: 1300px !important;
    margin: 0 auto;
}

/* general */
body{
	color: #03243F;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	overflow-x: hidden;
}

h1{
	font-size: 3.5rem;
	font-weight: 600;
} 

h2{
	font-size: 3rem;
	font-weight: 700;
}

h3{
	font-size: 2rem;
	font-weight: 600;
}

.btn{
	border-radius: 5px;
	padding: 10px 35px;
	font-size: 1.3rem;
}

.btn-primary{
	background: #03243F ;
	border-color: #03243F ;
	color: #FFF;
	font-weight: 600;
}
.btn-primary:hover{
	background: #4EABBF ;
	border-color: #4EABBF ;
}
.btn-outline-primary{
	border-color: #03243F;
	color: #03243F;
}
.btn-outline-primary:hover{
	background: #84D2E4 ;
	border-color: #84D2E4 ;
}
.bg-teal {
	background-color: #4EABBF;
}

.bg-pale-blue {
	background-color: #F2F6F7;
}
.bg-light-blue{
	background-color: #d3f0f7;
}
.bg-blue {
	background-color: #84D2E4;
}
.bg-slight-blue{
	background-color: #F3FAFC;
}
.text-medium-blue{
	color: #0A5689;
}
.text-navy {
color: #03243F ;
}
.text-blue {
color: #84D2E4  ;
}

.text-teal{
	color: #4EABBF;
}
/* logo */
.logo{
	max-width: 250px;
}
/* header */
header{
	position: fixed;
	z-index: 1;
	min-height: 130px;
}
header.fixed{
	background-color: white;
	min-height: 90px;
}

.menu-container .full-menu li{
    padding: 0px 10px;
}
.menu-container .full-menu a.nav-link{
	color: #0E2E32;
	font-weight: 500;
	border-radius: 0;
    padding: 10px 5px;
}
.menu-container .full-menu a.nav-link.active,
.menu-container .full-menu a.nav-link:hover{
	color: #0E2E32;
	background:transparent;
	border-bottom: 2px solid #84D2E4;
}
.mobile-menu .dropdown-toggle:after{
	border: none;
}
#mobile-navbar li{
	border-bottom: 1px solid #84D2E4;
}
/**** banner ***/

.full-banner{
	height: 90vh; 
	background-repeat: no-repeat;
    background-position: right;
	background-size:cover;
	z-index: 1;
	min-height: 750px;
}
.short-banner{
	height: 60vh; 
	z-index: 1;
	min-height: 450px;
	background-color: #aed9e3;
	padding-top: 100px;
}
.short-banner img{
	max-height: calc(60vh - 100px);
	max-height: -o-calc(60vh - 100px); /* opera */
	max-height: -webkit-calc(60vh - 100px); /* google, safari */
	max-height: -moz-calc(60vh - 100px); /* firefox */
}
.full-banner .animated{
	display:none;
}
.full-banner .animated.go{
	display:block;
}


.home-banner{
    background-image: url("../images/HomeBannerBackground.png");
}
.gold-bar{
    background-image: url("../images/GoldGradient.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	min-height: 18px;
}
.bg-point{
	background-color: #F2F6F7;
    background-image: url("../images/ExperienceTheDifference.png");
	background-repeat: no-repeat;
    background-position: top;
	background-size:contain;
	z-index: 1;
}
#our-approach{
    background-image: url("../images/ServicesBackground.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	z-index: 1;
}

#our-approach{
	background-color: #bfc4c5  ;
}

.services-box{
	border-radius: 15px;
}

.services-box.bg-blue{
	background: linear-gradient(120deg, rgba(132,210,228,1) 0%, rgba(185,216,223,1) 100%);
}

.services-box img{
	max-height: 80px;
}
.services-box h3{
	font-size: 1.5rem;
}

ul.bulleted li{
	position: relative;
	margin-left: 1rem;
}

ul.bulleted li::before {
	background-color: #4EABBF;
	width: 0.8rem;
	height: 0.8rem;
	content: '';
	position: absolute;
	left: -1.5rem;
    top: 0.6rem;
    border-radius: 50%;
}
ul.checked li{
	position: relative;
	margin-left: 2rem;
}

ul.checked li::before {
    background-image: url("../images/CheckIcon.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	width: 1.3rem;
	height: 1.3rem;
	content: '';
	position: absolute;
	left: -2rem;
    top: 0.4rem;
}
  
#rehabilitation{
    background-image: url("../images/Rehabbackground.png");
	background-repeat: no-repeat;
    background-position: right;
	background-size:contain;
	z-index: 1;
}
  
#respite-care{
    background-image: url("../images/RespiteBackground.png");
	background-repeat: no-repeat;
    background-position: left;
	background-size:contain;
	z-index: 1;
}
  
#faqs h2{
	font-size: 1.3rem;
}
-file-wrapper{
	text-align: left;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + label {
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    width: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 20px;
	border:1px solid #192848;
	font-weight: 400;
}
.inputfile + label:hover {
	background-color: #8ACEEE;
	border-color: #8ACEEE;
}

#contact-us{
	padding-top: 100px;
	min-height: 90vh;
	height: auto;
}
#contact-us h1{
	position: relative;
	display: inline-block;
}
#contact-us h1:after{
	content: '';
    background-image: url("../images/GoldGradient.png");
	background-repeat: no-repeat;
    background-position: center;
	background-size:cover;
	min-height: 1px;
	width: 100%;
	left: 0;
	position: absolute;
	bottom: 0;
}

.additional-img{
	display:none;
}

.rounded-border{
	border-radius: 20px;
}
	
/* footer */

footer .nav-link{
	font-weight: 500;
	font-size: 1.2rem;
}

.text-underline{
	text-decoration: underline;
}

#our-mission{
	background-image: url("../images/Mission.png");
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
}

.two-col{
	columns: 2;
}

@media (max-width: 1250px){
	#top-navigation-right .nav-item{
		font-size: 1.2rem;
		padding: 10px 2px;
	}
	#top-navigation-right .btn{
		font-size: 1.2rem;
	}
}

@media (max-width: 1150px){
	.menu-container .full-menu li {
		padding: 2px;
	}
	#top-navigation-right .nav-item{
		font-size: 1rem;
		padding: 10px 2px;
	}
	#top-navigation-right .btn{
		font-size: 1rem;
	}
}
@media (max-width: 992px){
	h1{
		font-size: 3rem;
	}
	h2{
		font-size: 2.5rem;
	}
	.home-banner,.short-banner, #contact-us{
		height: auto;
		padding-top: 150px;
	}
	.short-banner{
		
        display: flex;
        align-items: end;
	}
	.home-banner h1{
		font-size: 2.5rem;
	}
	#rehabilitation{
		background-position: top left;
		background-size: cover;
	}
	#respite-care {
		background-position: top right;
		background-size: cover;
	}
	.two-md-col{
		columns: 2;
	}
}
@media (max-width: 767px){
	.home-banner{
		background-position: center;
		padding-top: 150px;
	}
	h2{
		font-size: 2rem;
	}
	#contact-us{
		padding-top: 50px;
	}
	#experience-difference{
		background-image: none;
	}
	.team-member img{
		max-width: 40%;
	}
	 .logo {
		max-width: 100%;
	}
	.home-banner h1{
		font-size: 2rem;
	}
	.two-md-col{
		columns: 1;
	}
	.two-col{
		columns: 1;
	}
}