@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
	font-family: "Poppins", sans-serif;
	background: #fff;
	font-weight: 400;
	font-style: normal;
}

* {
	transition: all 0.3s ease-in-out;
	outline: 0;
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
}

a {
	text-decoration: none !important;
}

textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active {
	outline: 0px !important;
	box-shadow: none !important;
}

.bg-theme {
	background: #000;
}

.bg-theme-alt {
	background: #F1F5F9;
}

.text-theme {
	color: #026597;
}

.text-theme-alt {
	color: #61D229;
}

.fa, .fab {
	color: #61D229;
}

.fa.fa-phone {
    transform: rotate(90deg);
}

.btn-theme a {
	border: 2px solid #61D229;
	background: #61D229;
	border-radius: 40px;
	color: #fff;
}

.btn-theme a:hover {
	background: transparent;
	color: #61D229;
}

.font-400 {
	font-weight: 400;
}

.font-600 {
	font-weight: 600;
}

.font-700 {
	font-weight: 700;
}

.box-shadow {
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
	border-color: rgba(0, 0, 0, 0.07);
}

.header-top {
    border-bottom: 1px solid #333;
}

.header-top a {
	color: #fff;
}

.header-top a:hover {
	color: #61D229;
}

.sticky-nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	padding-top: 15px !important; 
	padding-bottom: 15px !important; 
	box-shadow: 0 0 15px -5px #62d129;
}

.navbar-brand img {
    max-width: 220px;
}

.navbar-toggler {
    border-color: #026597;
    padding: 6px 10px;
    color: #026597;
}

.navbar-toggler:active,
.navbar-toggler:focus,
.navbar-toggler:hover {
    border-color: #61D229;
    color: #61D229;
}

li.nav-item {
    padding-right: 131px;
    font-weight: 400;
    text-transform: uppercase;
}

li.nav-item:last-child {
    padding-right: 0;
}

li.nav-item a {
	color: #fff;
}

li.nav-item.active a {
	font-weight: 600;
}

li.nav-item.active a,
li.nav-item a:active,
li.nav-item a:focus,
li.nav-item a:hover {
	color: #61D229;
}

#home .hero {
	background: url(images/hero-1.png);
}

#about .hero {
	background: url(images/hero-2.png);
}

#services .hero {
	background: url(images/hero-3.png);
}

#pca .hero {
	background: url(images/hero-4.png);
}

#homemaker .hero {
	background: url(images/hero-5.png);
}

#intensive-support .hero {
	background: url(images/hero-6.png);
}

#referrals .hero {
	background: url(images/hero-7.png);
}

#contact .hero {
	background: url(images/hero-8.png);
}

#resources .hero {
	background: url(images/hero-2.png);
}

#covid-news .hero {
	background: url(images/hero-9.png);
}

.hero {
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.hero-inner {
	background: rgba(34, 34, 34, 0.5);
}

.w-fit-content {
	width: fit-content;
}

.read-more a {
    color: #1540b5;
    font-size: 18px;
}

.read-more img {
    margin-top: -5px;
    width: 18px;
}

#home .icon img {
	height: 50px;
}

.testimonial {
	background: url(images/testimonial.png);
	background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% 100% !important;
}

.owl-carousel.owl-theme {
    background: url(images/quotation.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 50px;
}

.quote-thumb {
    background: url(images/client-thumb-outline.png);
    background-repeat: no-repeat;
    padding: 8px 10px 20px 16px;
    width: 220px !important;
    background-size: cover;
    margin-right: 30px;
    max-width: 100%;
    float: left;
}
.quote-thumb img {
	border: 5px solid #61d229;
	border-radius: 500px;
	width: 100%;
}

.quote-text {
    width: calc(100% - 250px) !important;
    float: left;
}

.quote-right,
.quote-left {
	width: 15px !important;
	float: left;
}

.owl-theme .owl-dots .owl-dot span {
    border: 2px solid #61d229;
    background: transparent;
    height: 15px;
    width: 15px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span{
    background: #61d229;
}

.aligned {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.aligned .col-md-6 {
  -webkit-transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  transform: scaleX(-1);
}

.services li {
    position: relative;
    line-height: 2.5;
    padding-left: 20px;
}

.services li:before {
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 15px;
    background: #61d229;
}

.services .read-more {
    position: relative;
    padding-left: 90px;
    margin-top: 15px;
}

.services .read-more:before {
    position: absolute;
    height: 3px;
    width: 80px;
    content: '';
    background: #61d229;
    left: 0;
    top: 16px;
    border-radius: 20px;
}

.services .read-more a{
    color: #61d229;
}

.services .card img {
	max-width: 200px;
	margin: 0 auto;
}

.contact-inner {
	background: #026597;
}

.form-control {
    min-height: 55px;
    background: #ECECEC;
    border: none;
    border-radius: 0;
}

.covid-news li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.covid-news li:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: '';
    height: 12px;
    width: 12px;
    border-radius: 15px;
    background: #61d229;
}

.covid-news .read-more {
    position: relative;
    padding-left: 90px;
    margin-top: 15px;
}

.covid-news .read-more:before {
    position: absolute;
    height: 3px;
    width: 80px;
    content: '';
    background: #61d229;
    left: 0;
    top: 16px;
    border-radius: 20px;
}

.covid-news .read-more a{
    color: #61d229;
}

input[type="submit"] {
	padding-right: 45px;
	padding-left: 45px;
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
    background: #61d229;
    border: 2px solid #61d229;
    border-radius: 25px;
    color: #fff;
}

input[type="submit"]:hover {
    background: transparent;
    color: #61d229;
}

footer a {
	color: #fff;
}

footer a:active,
footer a:hover,
footer a:focus {
	color: #61d229;
}

.footer p {
	display: block;
	overflow: hidden;
	clear: both;
}

.opening-hours {
    padding: 25px;
    background: #026597;
    box-shadow: 15px 15px 0 0 #02659778;
}

.opening-hours p {
    border-bottom: 1px solid #61d229;
    padding-bottom: 5px;
    font-size: 17px;
}

.opening-hours p:last-child {
    padding-bottom: 0;
    border: 0;
}

.footer-bottom {
	border-top: 2px solid rgba(170, 170, 170, 0.22);
}

.footer-social i {
    padding: 8px;
    border-radius: 50px;
    background: rgba(170, 170, 170, 0.22);
    height: 32px;
    width: 32px;
    text-align: center;
}

.footer-social i:active,
.footer-social i:hover,
.footer-social i:focus {
    background: rgba(170, 170, 170, 1);
}

@media screen and (max-width: 1199px){
	li.nav-item {
    	padding-right: 95px;
    }
}

@media screen and (max-width: 991px){
	li.nav-item {
	    padding-right: 47px;
	}
}

@media screen and (max-width: 767px){
	.sticky-nav {
		padding-top: 0 !important; 
		padding-bottom: 0 !important; 
	}

	.sticky-nav .navbar {
		padding: 0;
	}

	.navbar-brand img {
	    max-width: 200px;
	}

	#header-nav {
	    padding-bottom: 80px;
	    padding-top: 20px;
	    border-top: 1px solid #333;
	    margin-top: 10px;
	}

	#header-nav li {
	    line-height: 3;
	    padding: 0;
	    text-align: center;
	}

	#header-nav li.active a,
	#header-nav li a:active,
	#header-nav li a:focus,
	#header-nav li a:hover {
	    text-decoration: line-through !important;
	}

	.quote-thumb {
	    display: block;
	    clear: both;
	    margin: 0 auto;
	    float: none;
	}

	.quote-text {
	    width: 100% !important;
	    padding-right: 5px;
	    padding-top: 25px;
	}
}

@media screen and (max-width: 575px){}

@media screen and (max-width: 575px) and (min-width: 425px) {}

@media screen and (max-width: 424px) {}