
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body{
	padding: 0;
	margin:0;
	font-family: 'Roboto', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}
p, form, ul,li, h1,h2,h3, h4, h5, h6{
	margin: 0;padding: 0;
	list-style: none;
}
input:hover,input:focus, select:focus, select:hover, .form-control:hover,.form-control:focus{
    box-shadow: none; outline: none;
}
a,a:hover,a:focus{
     -webkit-transition: .5s all;
  -moz-transition:  .5s all;
  -o-transition: .5s all;
  transition:  .5s all;
  text-decoration: none;
}
body::-webkit-scrollbar ,.modal::-webkit-scrollbar {
    width: 6px;
    background-color: var(--white);
}
 
body::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track {
	background-color: var(--white);
}
 
body::-webkit-scrollbar-thumb ,.modal::-webkit-scrollbar-thumb {
  background-color: #ccc;
}
html{scroll-behavior: smooth;}

:root {
   --purple: #531372;
   --secondary:#000;
   --white:#fff;
   --gray:#8d8888;
   --black:#000;
}


/*top-header*/
.top-header{
	color: var(--white);
	/*background-image: linear-gradient(to right top, var(--purple), #451a5d, #381d49, #2b1d35, #1f1c21);*/
	background:url(../images/residernt-bg.png) no-repeat center;
	background-size: cover;
	padding: 10px 25px;
}
/*header*/
header{
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.navbar-brand img{
	width: 50%;
}
.header .navbar-light .navbar-nav .nav-link{
	background-color: none;border:0; border-radius: 0;color: var(--black);
	position: relative; padding: 7px 0;margin-right: 25px;
}
.header .navbar-light .navbar-nav .nav-item > .nav-link:hover,
.header  .navbar-light .navbar-nav .nav-item.active > .nav-link{
	background-color: transparent;color: var(--purple);
}
.header .navbar-light .navbar-nav .nav-link:after{
	content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #33005a;
    transition: width .3s;
    left: 0; 
	margin: auto; 
	right: 0;
	position: absolute; bottom: 0;
}
.header .navbar-light .navbar-nav .nav-item > .nav-link:hover::after,
.header .navbar-light .navbar-nav .nav-item.active > .nav-link::after{
	width: 100%;
}

.navbar-light .navbar-nav .nav-link{
	padding: 7px 15px;
	margin-right: 15px;
    border: 1px solid var(--purple);
    border-radius: 5px;
	color: var(--purple);
	background-color: transparent;
}

.navbar-light .navbar-nav .nav-item > .nav-link:hover,
.navbar-light .navbar-nav .active > .nav-link{
	border-color: var(--purple);
	color: var(--white);
	background-color: var(--purple);
}

/*banner section*/
.carousel-caption{top: 50%;  bottom: auto;  transform: translateY(-50%);}
.banner-section h2{color: var(--white); margin: 0}
.banner-section h2:after{display: none}
.banner-section  p{color: var(--white); font-size: 25px;}

/*search section*/
.search-section-fancy{background-color: #f7f7f7;padding: 30px 0;position: relative; }
.search-inner-fancy{background: var(--purple);border-radius: 5px;
    padding: 20px 25px; color: #fff;
    box-shadow:  0 2px 6px -1px  var(--purple);}
.search-inner-fancy h5{font-weight: bold; margin: 0 0 15px 0; }
/*option 2*/
.search-inner{
    background: var(--white);
    color: var(--black);
    border-radius: 5px;
    padding: 20px 25px;
    box-shadow: 0 0 5px #f7f7f7;
}

.search-section .search-inner .form-control,.search-section .search-inner .btn-submit{border-color:var(--black); }
.search-section  .search-inner  h5{color: var(--black);}
/*option 1 end*/

.search-section{padding: 20px 0;
	background-image: linear-gradient(to right top, #4f0d7c, #591284, #63178b, #6e1c93, #78219a);
	position: relative; 
}
.search-section:before,.search-section-fancy:before{
	height: 50%; content: ''; position: absolute; left: 50%;
	background-color: rgba(197,158,216 ,.9); width: 1px;top: 50%; transform: translateY(-50%);
}
.search-section h5{
	font-weight: bold; margin: 0 0 15px 0; color: var(--white);
}
.btn-dshs{color: var(--white); font-size: 16px; border:1px solid #fff; padding: 10px 14px; border-radius: 0; 
	min-height: 45px; font-weight: normal;
}
.btn-submit{
    font-weight: normal; color: var(--white);min-height: 45px;
    font-size: 14px;background-color: transparent; border-radius: 0;padding: 7px 14px;
    border: 1px solid #fff;
    border-left: 0; text-transform: uppercase;
}
.btn-submit:hover{border-color: var(--purple)}
.btn-submit:hover,.btn-submit:focus{outline: none; }
.search-section .form-control,.search-inner-fancy .form-control{
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    min-height: 45px;
    padding: 7px 14px;
    color: var(--purple);
}
/*common*/
h2{font-size: 40px; line-height: 52px; font-weight: bold; position: relative; padding-bottom: 20px;
	    margin-bottom: 30px;
	    color: var(--black);
}
h2:after{content: ''; background-color:var(--purple); position: absolute; left: 0; right: 0; width: 50px;
bottom: 10px;    height: 2px; margin: auto;}
.login-main h2:after{background-color:var(--white);}
.login-main .head-registration:after{background-color:#333;}
p{font-size: 16px; line-height: 25px; color: var(--gray); }

/*about-section*/
.about-section{padding: 50px 0}
/*partner*/
.card{border:1px solid #f5f5f5; border-radius: 5px; text-align: center;    height: 100%;background: #f7f7f7;}
.card-media img{border-top-left-radius: 5px; border-top-right-radius: 5px;}
.card-media:hover img{background: rgba(60,0,110,.5);}
.card-header{background: none; border:0;}
.card-header h4{color: var(--purple); border-bottom: 1px solid #f5f5f5; padding-bottom: 10px;
margin-bottom: 10px; position: relative;}
.card-header h4:after{width: 20px; content: ''; height: 2px; position: absolute; bottom: 0; background:var(--purple);
left: 0; right: 0; margin: auto;}
.card-body{padding-top: 0;}
.card-body p{font-size: 16px; color: var(--gray); line-height: 25px;}

/*our services*/
.our-services{
	padding: 50px 0;    position: relative;
}
.video-section{    position: relative;  padding-top: 50px;}

section.our-services:before ,.video-section:before {
    content: '';
    width: 50%;
    height: 1px;
    background: #e4e4e4;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
/*out residernt*/
.owl-carousel-section{padding: 50px  0;background: #f0f0f0;
background-size: cover; background-position: center;}
.owl-carousel-section h2{color:var(--black);}
.owl-carousel-section h2:after{background-color:var(--black) }
.owl-carousel-section button.owl-prev ,.owl-carousel-section button.owl-next {
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    background: #fff!important;
    margin: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;     margin: 0!important;
}
.owl-carousel-section button.owl-prev:hover ,.owl-carousel-section button.owl-next:hover,
.owl-carousel-section button.owl-prev:focus ,.owl-carousel-section button.owl-next:focus{
	outline: none;
}
.owl-carousel-section button.owl-prev i ,.owl-carousel-section button.owl-next i{
	color: var(--purple);text-align: center;
}
.owl-carousel-section button.owl-prev {left: -10px;}
.owl-carousel-section button.owl-next {left: 97%;}
.owl-carousel-section .item .caption{color: var(--purple); margin: 10px 0 0 0;}
.owl-carousel-section .item .caption h5{font-size: 15px;}
.owl-carousel-section  .active.center {
  transform: scaleY(1.09);
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0); 
}
.owl-carousel-section  .active.center img{border:2px solid var(--purple);}
.owl-carousel-section  .active.center .caption{color: var(--black)}
.owl-carousel-section .active {
  transform: scale(.8);
  transition: .6s ease;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.owl-carousel-section  .owl-carousel .owl-stage{padding: 20px 0;}
/*footer*/
.logo-footer img{width: 15%;margin: 0 0 10px 0;}
footer p{font-size: 14px; color: var(--gray);}
footer{
	background:#e4e4e4;
	padding: 20px 0;}
footer ul li{margin: 0 0 10px 0;}
footer ul li a,footer ul li i{color: var(--black); text-transform: capitalize;}
footer ul li a:hover{color: #3c006e;}
footer ul li a i{color: #fff}
footer .address{ font-size: 15px;; color: var(--black); border-top: 1px solid rgba(93,93,93 ,.9); padding-top: 20px; margin-top: 20px;
padding-left: 25px; position: relative;}
.address:before{
    font-weight: 900;
    content: "\f3c5";
    font-family: "Font Awesome 5 Free";position: absolute; left: 0; top: 20px;
}
.copyright{font-size: 14px; text-align: center;}
.copyright p{color: var(--gray)}
footer .social-area{border-top: 1px solid rgba(93,93,93 ,.9); padding-top: 20px; margin-top: 20px;}
footer .social-area p{color: var(--black);}
footer .social-area a{font-size: 30px; color: var(--black); margin-right: 10px; }
footer .social-area a:hover{color:#3c006e; }
footer .social-area a:last-child{margin-right: 0;}
.footer-list li{position: relative; }
.footer-list li a{position: relative;padding-left: 15px;font-size: 13px;}
.footer-list li a:before{position: absolute; left:0; color: var(--purple); font-size:7px; top: 50%; transform: translateY(-50%); content: "\f111";
    font-family: "Font Awesome 5 Free"; font-weight: 900;}
.social-icon{margin: 10px 0;}
    .social-icon a{font-size: 20px; color: var(--black);}
.social-footer {
    border-top: 1px dashed #7b7b7b;
    border-bottom: 1px dashed #7b7b7b;
    padding: 20px 0;
    margin: 20px 0;
    color: #7b7b7b;
    font-size: 15px; text-align: center;
}
.social-footer--list a{
    color: #7b7b7b;
    padding: 0 20px;
    font-size: 15px;
    text-transform: capitalize;
    position: relative;

}
.social-footer--list a:after {
    right: 0;
    top: 50%;
    width: 1px;
    height: 14px;
    background: #7b7b7b;
    position: absolute;
    content: "";
    display: inline-block;
    transform: translateY(-50%);
}
.social-footer--list a:last-child:after{
    display: none;
}
 .contact-list   .form-group{background-color: #e4e4e4;padding: 10px 15px;}
.contact-list .btn-mail{border-radius: 0; background-color: transparent; border:0; padding: 0; margin-left: -30px;}
.contact-list .form-control{
	width: 100%; border-radius: 0;
	padding: 10px 15px; min-height: 45px;	
}

.login-main{
	width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	background-image: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);
	background:url(../images/banner3.jpg) no-repeat center; background-size: cover;
    background-attachment: fixed;
    
}

.login-left,.login-right{padding: 35px 40px;}
/*.login-right{background:url(../images/login-inner.png) no-repeat center center; background-size: 95% 100%;}*/
.login-right{background:url(../images/login-inner.png) no-repeat center center; background-size: 95% 100%;}
.login-right-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.login-right-inner p{letter-spacing: 2px; color: #fff; text-transform: uppercase; font-size: 15px;}
.login-right-inner h1{color: #fff; font-size:40px; line-height: 52px; margin:  10px 0; letter-spacing: 5px;}
.login-left .btn-login{	background-image: linear-gradient(to right top, #4e4d9c, #4e4d9c, #4e4d9c, #4e4d9c, #4e4d9c);
	color: #fff; padding: 10px 25px; border-radius: 0px; margin-right: 25px;
}
.login-left .btn-register{border-radius: 50px;border:4px solid;
  border-image-slice: 1; 
  border-width: 4px;border-image-source: linear-gradient(to right top, #3c006e, #4d006c, #5b0069, #670067, #720064);;}


.login-section{
    width: 100%; margin: auto;background-color: var(--white);border:0px solid var(--white);
    border-radius: 10px;
    overflow: hidden;
    max-width: 900px;
}
.login-section .logo{
    max-width: 300px;
    margin-bottom: 10px;
}
.login-section .lock-icon{
    width: 70px;
    height: 70px;
    background:#4e4d9c ;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.login-section .lock-icon img{
    width: 30px;
    height: 30px;
}
.login-section .login-icon-blk h4{
    font-weight: 400;
}
.login-section .login-icon-blk p{
    font-weight: 300;
    font-size: 14px;
}

/*regsitration page*/
.registration-area{background-color: #4e4d9c padding: 50px 100px  100px 100px; text-align: center; }
.registration-area h2{font-size: 40px; margin: 10px 0; line-height: 52px; font-weight: bold; color: #fff;  font-family: 'Avenir LT Std';}
.registration-area p{color: #fff;}
.register-area{box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.13);background-color: #fff; border-radius: 15px; padding: 40px 50px; margin: -80px 0 50px 0;}
.register-area a{color: #3c006f}
.register-area a:hover{color: #ff7800}

.register-area .btn-submit{
    font-weight: 600; color: #fff;min-height: 40px;
    border: 1px solid #4e4d9c
    font-size: 14px;background-color: #4e4d9c border-radius: 0;padding: 7px 14px;
}
.btn-danger{padding: 7px 14px;
font-weight: 600; color: #fff;min-height: 40px;font-size: 14px; }
.register-area .btn-submit:hover,.btn-danger:hover,.register-area .btn-submit:focus,.btn-danger:focus{color: #fff;}
.btn-danger{border-radius: 0;}

.dshsModal .btn-danger,.dshsModal .btn-submit{min-width: 100px;padding: 7px 14px;
font-weight: 600; color: #fff;min-height: 45px;font-size: 14px; line-height: 29px;
}
.dshsModal .btn-submit:hover{background-color: #3d4088;}
.dshsModal h5{font-weight: bold; font-size: 20px; }
.dshsModal .modal-body{    padding: 40px 25px;}
.dshsModal .close{
        position: absolute;
    top: 20px;
    right: 20px;
}
.dshsModal .close:hover,.dshsModal .close:focus{outline: none; box-shadow: none;}
.form-control::-webkit-input-placeholder,
.form-control:-ms-input-placeholder,
.form-control::placeholder{ /* Edge */
  font-size: 14px; color: #bbb; font-weight: normal;
}
.form-control::-webkit-input-placeholder { /* Edge */
  font-size: 14px; color: #bbb; font-weight: normal; 
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-size: 14px; color: #bbb; font-weight: normal;
}

.form-control::placeholder {
  font-size: 14px; color: #bbb; font-weight: normal;
}
label{font-weight: 500; font-size: 14px; margin: 0 0 5px 0;}
.form-control{font-size: 14px; font-weight: 500; border-radius: 0; min-height: 38px; padding: 7px 14px;}

.custom-radio .custom-control-label::before,
.custom-radio .custom-control-label::after,
.custom-checkbox .custom-control-label::before,
.custom-checkbox .custom-control-label::after{width: 1.5rem; height: 1.5rem}

.custom-control-input:checked~.custom-control-label::before{background-color: #4e4d9c border-color: #3c006f}
.custom-switch .custom-control-label::before{border-radius: 50px;
    height: 1.5rem;    width: 2.75rem;}

.custom-switch {
    padding-left: 3.25rem;
}
.custom-switch .custom-control-label::after{
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);left: calc(-3.25rem + 2px);    border-radius: 50px;top: 2px;
}  
.custom-control{      min-height: 2rem;
    padding-left: 2.5rem} 
    .custom-control-label::before,.custom-control-label::after{top:0;left: -2.5rem;}
    .custom-control-input{    width: 1.5rem;
    height: 1.5rem;}
  .custom-switch .custom-control-label::before{ left: -3.25rem;} 
.custom-switch .custom-control-input:checked~.custom-control-label::after{    transform: translateX(1.2rem);}
.custom-control-label{vertical-align: middle;}
.custom-control.custom-switch {
    padding-left: 3.5rem;
}
.custom-file-input{min-height: 45px}
.custom-file-label{line-height: 35px; min-height: 45px}
.custom-file-label::after{min-height: 43px;line-height: 32px;}
.custom-file-label::after{    background: #4e4d9c
    color: #fff;
    font-weight: bold;
    border-color: #4e4d9c}
.register-inner{background-color: #fff; padding: 15px 25px; text-align: left; border-radius: 15px;}
.forgot-link a{font-weight: 500; font-size: 14px; color: #4e4d9c}
.contact-main  .btn-contact{border:1px solid #33005a; padding: 10px 20px; color: #33005a;
    border-radius: 0; font-weight: 500;
}
.contact-main .btn-contact:hover{background:#fff; color: #3c006f}

.search-main{background: #f9f9f9;padding: 10px 15px; text-align: center; }
.contact-main label {
    font-size: 15px;
    text-transform: capitalize;
    color: #33005a;
}
.contact-main label span {
    color: red;
}
/*about us page*/
.inner-page-banner{
    background:url(../images/about-banner.jpg) no-repeat center; background-size: cover;
    min-height: 50vh;
    display: flex;
    align-items: center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 30px 0;
}
.contact-us-banner{background:url(../images/contactus-banner.png) no-repeat center; background-size: cover;}
.about-us-banner{background:url(../images/aboutus-banner.jpg) no-repeat center; background-size: cover;}
.adult-banner{background:url(../images/adult-banner.jpg) no-repeat center; background-size: cover;}
.partner-banner{background:url(../images/partner-banner.jpg) no-repeat center; background-size: cover;}
.caregiver-banner{background:url(../images/caregiver-banner.jpg) no-repeat center; background-size: cover;}
.inner-page-banner::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:rgb(86 79 79 / 70%);
}
.inner-page-banner h2{
color: #fff;
}

.inner-page-banner h2::after{
background: #fff;
}
.inner-page-banner p{
font-size: 18px;
color: #fff;
}
.about-page{
padding: 50px 0;
background: #f7f7f7;
}
.about-page p{
font-size: 16px;
color: #7a7a7a;
font-weight: normal;
line-height: 26px;
margin: 0 0 20px 0;
}
.about-inner{background: #fff; padding: 20px 25px; border-radius: 5px;;}
.about-inner-caption{
    border-bottom: 1px solid #ccc; margin-bottom: 30px;
}
.video-container{
  margin:0 auto;
    width:100%;
    position: relative;
}
.video-container .js-video{
    width:100%;
  position:relative;
    background-image: url(../images/laptop-video-thumb2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 14% 8% 14.5%;
    max-width: 750px;
    height: 380px;
    margin: auto;
}

.video-container .play{
    cursor:pointer;
    padding: 10px 0 8px;
}
.video-container .play i {
    position: absolute;
    left: 47%;
    top: 38%;
     color: #33005a;;
    font-size: 20px;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index:2;
    line-height: 31px;
    text-align: center;
    padding: 5px 5px 5px 10px;
}
.video-container .js-video iframe{
  z-index:5;
  position: relative;
}
.video-container iframe{
    height: 320px;
    border: 0 !important;
}

.btn-search{    margin-left: -4px;
    border: 1px solid #ddd;
    border-radius: 0;
    border-left: 0;
    background: #fff;
  }
button.btn {
    font-size: 14px;
    line-height: 25px;
}
.btn-primary{
    background-color: #33005a; border-color: #33005a;
}
.btn-primary:hover,.btn-primary:focus{
    background-color: #5b0069; border-color:#5b0069;
}
.modal-body label{
    font-weight: normal;
}
.contact-main{
    border-bottom: 2px solid #f0f0f0;
    background: #f5f5f5;
    border-top: 2px solid #f0f0f0;
}
@media only screen and (min-width:1440px){
    body, p,a, div,.top-header, .form-control, label, button, .btn,button.btn,
    .forgot-link a{font-size: 18px}
    
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 600px;
        margin: 1.75rem auto;
    }
}
@media only screen and (min-width:992px){
    .video-container .js-video{
        height: 415px;
    }
    .video-container iframe{
        height: 340px;
    }
   
}
@media(max-width:992px){
    .inner-page-banner{
        min-height: 30vh;
    }
}

@media(max-width:767px){
    .video-container .js-video{
        height: 320px;
    }
    .video-container iframe{
        height: 270px;
    }
    .video-container .play i{
        left: 45%;
    }
    .search-inner-fancy{margin: 0 0 20px 0; text-align: center;}
    .search-inner-fancy .form-group{
        display: flex; width: 80%;;
    }
    .search-section:before, .search-section-fancy:before{display: none;}
    .search-inner-fancy h5{text-align: center;}
}
@media(max-width:575px){
    .video-section .col-lg-8{
        padding-left: 0;
        padding-right: 0;
    }
    .video-container .js-video{
        height: 260px;
    }
    .video-container iframe{
        height: 210px;
    }
}
@media(max-width:359px){
    .video-container .js-video{
        height: 240px;
    }
    .video-container iframe{
        height: 195px;
    }
}
@media only screen and (max-width: 767px){
	.form-inline{justify-content: center; margin:  0 0 15px 0;}
	.navbar-light .navbar-nav .nav-link{margin: 0 0 15px 0;}
	.owl-carousel-section button.owl-next {
    left: 95%;
	}
	.card{margin-bottom: 25px; height: auto;}
	.owl-carousel-section .active{filter: grayscale(0);}
	.owl-carousel-section .item .caption{color: var(--white)}
}
span#small-text-login {
    color: white;
    font-size: 25px;
}