.home-slider {
    position: relative;
}

.home-slider .carousel-item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 86vh;
    display: flex;
    align-items: center;
}

.home-slider .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 11;
    text-align: left;
}

.home-slider .carousel-item.active .carousel-caption .home-main-caption,
.home-slider .carousel-item.active .carousel-caption h1,
.home-slider .carousel-item.active .carousel-caption h2,
.home-slider .carousel-item.active .carousel-caption p {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.home-slider .carousel-item.active .carousel-caption .banner-btn {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.home-slider .carousel-item.active .carousel-caption .company-logo a {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.home-slider .carousel-item.active .carousel-caption .banner-btn-2 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.home-slider-pattern {
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    pointer-events: none
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.animated.delay-1-5s {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.animated.delay-1-8s {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.animated.delay-2-5s {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.animated.delay-2-8s {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.bg-grey {
    background-color: #f1f1f1;
}

.home-slider .carousel-caption {
    opacity: 0
}

.home-slider .carousel-item.active .carousel-caption {
    opacity: 1
}

.home-slider .carousel-caption h1 {
    color: #141f56;
    font-weight: 700;
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 15px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.home-slider .home-main-caption {
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0
}

.home-slider .carousel-caption p {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 20px;
    font-weight: 400;
}

.home-slider .carousel-caption h2 {
    font-size: 32px;
    line-height: 34px;
    font-weight: 200;
    color: #fff;
    letter-spacing: 1px;
    margin: 0 0 30px;
    border: 1px solid #fff;
    padding: 10px;
}

.home-slider .carousel-caption h3 {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 30px
}

.home-slider .btn-main {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 26px;
    transition: 0.3s all ease-in-out;
}

.no-search-results-form.section-inner.thin,
.search-no-results .entry-header {
    width: 100%;
    padding: 0 15px
}

.mob-banner {
    background-size: 0;
    width: 100%
}

.home-slider-rev .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin: 0 !important
}

.home-slider-rev .carousel {
    display: flex;
    align-items: center
}

.home-slider-rev .carousel-control-next,
.home-slider-rev .carousel-control-prev {
    width: 30px;
    height: 50px;
    top: auto;
    bottom: auto;
    background-color: rgba(0, 0, 0, .4)
}

.home-slider-rev .carousel-control-prev:after {
    content: "";
    position: absolute;
    right: -20px;
    width: 0;
    height: 43px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 20px solid rgba(0, 0, 0, .4)
}

.home-slider-rev .carousel-control-next:after {
    content: "";
    position: absolute;
    left: -20px;
    width: 0;
    height: 43px;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-right: 20px solid rgba(0, 0, 0, .4)
}

.home-slider {
    position: relative;
}

.home-banner-pattern {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1
}

.home-banner-pattern img {
    width: 100%
}

.carousel-control-next,
.carousel-control-prev {
    display: none !important;
}

.home-slider:hover .carousel-control-next,
.home-slider:hover .carousel-control-prev {
    display: flex !important;
}

.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background: rgb(0 0 0 / 12%);
    position: absolute;
    border-radius: 25px;
    top: 50%;
    display: flex;
    overflow: hidden;
    transition: 0.3s ease-in;
}

.carousel-control-prev {
    justify-content: flex-start;
    padding-left: 13px;
}

.carousel-control-next {
    justify-content: flex-end;
    padding-right: 13px;
}


/*common css*/
.section-space {
    padding: 90px 0;
}

.main-heading {
    text-align: center;
    position: relative;
    padding-bottom: 6px;
    margin-bottom: 25px;
}

.main-heading h2 {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #3c3c3c;
}

.heading-wt {
    text-align: center;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.heading-wt h2 {
    color: #fff;
}

.heading-wt:after {
    content: '';
    position: absolute;
    background: #fff;
    bottom: 0;
    height: 1px;
    width: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.heading-wt h2:after {
    background: #fff;
}

.inner-spaceing {
    padding: 100px 0;
}

.home-inner-img {
    border-radius: 20px;
    overflow: hidden;
}

.home-about-img-left {
    border-radius: 20px;
    overflow: hidden;
}

.check-list {
    list-style: none;
}

.check-list li {
    position: relative;
    padding: 0 0 10px;
}

.check-list li:before {
    content: "\f324";
    position: absolute;
    top: 0;
    left: -25px;
    font-family: "Font Awesome 5 pro";
    color: #f68036;
    font-weight: 900;
}

.facility-info-wrapper .check-list li a {
    color: #fff;
}

.facility-info-wrapper .check-list li a:hover {
    color: #f68036;
}
@media(max-width:1366px){
    .home-slider .carousel-item {        
        background-position: 78%;
    }
}
@media(max-width:1200px) {
    .home-slider .carousel-caption h1 {
        font-size: 32px;
        line-height: 42px;
    }
}

@media(max-width:1024px) {
    .home-slider .carousel-item {
        background-position: 70%;
    }
}

@media(max-width:990px) {
    .home-slider .carousel-item {
        background-position: 26%;
    }

    .home-slider .carousel-item {
        background-position: 95%;
    }

    .inner-spaceing {
        padding: 50px 0;
    }

    .home-slider .carousel-caption {
        padding: 15px;
        background-color: rgb(255 255 255 / 80%);
        margin: 0 40px;
        text-align: center;
        border-radius: 10px;
    }
}

@media(max-width:767px) {

    .home-slider .carousel-item {
        background-position: 78%;
    }

    .home-slider .carousel-caption {        
        margin: 0;        
    }

    .home-slider .carousel-caption h1 {
        font-size: 25px;
        font-weight: 700;
        line-height: 35px;
    }

    .home-slider .carousel-caption h2 {
        font-size: 24px;
        line-height: 34px;
    }

    .about-left-img {
        display: none;
    }

    .blog-content {
        min-height: auto;
    }

    .cta-text h3 {
        text-align: center;
        margin-bottom: 15px;
    }

    .home-slider .carousel-caption p {
        font-size: 16px;
        line-height: 26px;
    }

    .main-heading h2 {
        font-size: 24px;
        line-height: 34px;
    }

}

/*----- Banner Tikker -----*/
.banner-ticker-main {
    background-color: #f68036;
    padding: 50px 0;
}

.banner-tikker-block-each {
    text-align: center;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: -135px;
    position: relative;
    z-index: 9;
    box-shadow: 0 2px 10px rgb(0 0 0 / 26%);
    display: block;
}

.banner-tikker-icon img {
    width: 65px;
}

span.banner-tikker-icon {
    display: block;
}

.banner-tikker-desc h2 {
    font-size: 18px;
    line-height: 28px;
    color: #545454;
}

.banner-tikker-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 135px;
}

.banner-tikker-desc p {
    color: #afafaf;
}

.banner-tikker-desc {
    padding: 15px 0 0;
}

.banner-tikker-block-each:hover {
    transform: translateY(-10px);
}

@media(max-width:1024px) {
    .banner-tikker-desc h2 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media(max-width:990px) {
    .banner-tikker-block-each {
        padding: 10px 6px;
        margin-top: -110px;
    }

    .banner-tikker-desc {
        min-height: 153px;
    }
}

@media(max-width:767px) {
    .banner-tikker-block-each {
        transform: translateY(0px);
        margin: 0 0 15px;
        padding: 10px;
    }

    .banner-tikker-desc {
        min-height: 10px;
    }

    .banner-ticker-main {
        padding: 20px 0;
    }
}

/*----- End Banner Tikker -----*/
/*----- Home About US -----*/
.home-about-left-img,
.home-about-right-img {
    border-radius: 10px;
    overflow: hidden;
}

.counter-single {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: solid 1px #efefef;
    justify-content: center;
    box-shadow: 0px 4px 10px #9d9d9d63;
    margin: 0 20px;
    padding: 10px;
    border-radius: 10px;
    transform: translateY(-20px);
}

.counter-single p {
    margin-bottom: 0;
    font-size: 13px;
}

.counter-single-desc h4 {
    color: #152056;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
}

.counter-single i {
    margin-right: 15px;
    font-size: 40px;
    color: #f6476a;
}

.after-value:after {
    content: "+";
    padding-left: 10px;
    color: #f6476a;
}

.home-about-desc .check-list {
    column-count: 2;
    width: 99%;
}

@media(max-width:990px) {
    .home-about-desc {
        padding: 25px 0;
    }
}

@media(max-width:767px) {
    .home-about-desc .check-list {
        column-count: 1;
    }
}

/*----- End Home About US -----*/
/*----- Leveraging Technology -----*/
.leveraging-technology-main {
    background-color: #f1f1f1;
}

.technology-award-each {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

.technology-award-desc {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 10px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    background: rgb(0 0 0 / 80%);
    width: 100%;
}

.technology-award-desc .technology-award-desc-caption {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 400;
}

.technology-award-desc {
    padding: 10px;
    display: block;
}

.technology-award-each:hover {
    transform: translateY(-10px);
}

@media(max-width:990px) {
    .technology-award-desc {
        font-size: 16px;
        line-height: 26px;
    }

    .technology-award-desc .technology-award-desc-caption {
        font-size: 12px;
        line-height: 22px;
    }
}

@media(max-width:767px) {
    .technology-award-each {
        margin: 0 0 15px;
    }
}

/*----- End Leveraging Technology -----*/
/*----- Services -----*/
.servive-box-desc {
    text-align: center;
}

.services-block {
    padding: 70px 0 0;
}

.servive-box-img {
    border-radius: 10px;
    overflow: hidden;
    margin-top: -80px;
    transition: 0.2s ease-in-out;
}

.servive-box-each {
    background-color: #efefef;
    padding: 25px;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 3%);
    border-radius: 10px;
    text-align: center;
    margin: 0 0 90px;
    transition: 0.2s ease-in-out;
}

.service-box-icon {
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
}

.servive-box-each h2 {
    font-size: 22px;
    color: #152056;
    padding: 15px 0 0;
}

.servive-box-desc p {
    padding-bottom: 15px;
}

.servive-box-each:hover {
    background-color: #f68036;
}

.servive-box-each:hover .servive-box-img {
    transform: translateY(-10px);
}

.servive-box-each:hover h2 {
    color: #fff;
}

.servive-box-each:hover .btn-main:hover {
    background: #ffffff;
    color: #152056 !important;
}

.servive-box-each a {
    color: #f68036;
    font-weight: bold;
}

.servive-box-each:hover a {
    color: #fff;
}

@media(max-width:767px) {
    .services-block .col-md-4:last-child .servive-box-each {
        margin: 0;
    }
}

/*----- End Services -----*/
/*----- Testimoial -----*/
.news-main .heading {
    position: relative;
}

.news-main {
    background: url("/images/map-dotted.png");
    padding: 90px 0 100px;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.news-main:before {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.96);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-block-wrapper {
    position: relative;
}

.news-block-each {
    background-color: #fff;
    border: solid 1px #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 9%);
    min-height: 403px;
    margin: 0 0 15px;
}

.news-block-each .news-desk-block {
    padding: 10px;
}

.news-block-each .news-desk-block a {
    color: #464646;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

.news-block-each .news-desk-block a:hover {
    color: #f68036;
}

@media(max-width:767px) {
    .news-main {
        padding: 35px 0 35px;
    }
    .news-block-each {       
        min-height: 10px;      
    }
}

/*----- Testimoial -----*/
/*----- Blogs -----*/
.Blog-main .heading {
    text-align: center;
    display: block;
}

.blog-image {
    position: relative;
}


.blog-content {
    padding: 50px 20px 20px 20px;
}

.each-blog-section {
    margin-top: 30px;
    box-shadow: 0 5px 6px 0px #eaeaea;
}

.author-detail {
    display: block;
    color: #353333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.author-detail i {
    font-size: 11px;
    line-height: 22px;
    padding-right: 5px;
}

.blog-title {
    color: #3c3c3c;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    text-transform: capitalize;
    transition: 0.3s all ease-in-out;
}

.blog-title:hover {
    color: #f6476a;
}

.date-info {
    position: absolute;
    left: 20px;
    bottom: -29px;
}

.date-info p {
    margin: 0;
    background: #f6476a;
    color: #fff;
    padding: 6px;
    text-transform: uppercase;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 0px 3px 9px #b9b9b9;
}

.date-info span {
    display: block;
    font-size: 15px;
    line-height: 25px;
}

/*----- End Blogs -----*/
/*----- Home Tikker -----*/

.home-tikker {
    background-image: url("/images/volunteer-helps-seniors-living-in-a-care-home-for-elderly.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0px 32%;
    position: relative;

}

.home-tikker:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(0deg 0% 0% / 80%);
}

.home-tikker-block {
    position: relative;
    z-index: 1;
}

.home-tikker-block .heading {
    color: #fff;
}

.home-tikker-block p {
    color: #fff;
}

.home-tikker-img {
    border-radius: 20px;
    overflow: hidden;
    transform: scale(1.08);
}

.action-video-wave.ripple {
    position: absolute;
    background-color: #fff;
    color: #f68036;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 50%;
    left: 0;
    margin: 0 auto;

}

.action-video-wave:before {
    background-color: #fff;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    animation-delay: 1s;
    border-radius: 50%;
    content: '';
    animation-timing-function: linear;
}

.action-video-wave:after {
    background-color: #fff;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    animation-name: ripple;
    animation-iteration-count: infinite;
    animation-duration: 3s;
    border-radius: 50%;
    content: '';
    animation-timing-function: linear;
}

.action-video-wave i {
    position: relative;
    z-index: 9
}

@keyframes ripple {
    0% {
        opacity: .25
    }

    100% {
        border-radius: 2em;
        opacity: 0;
        transform: scale(2)
    }
}

.facility-info-wrapper .check-list {
    column-count: 2;
}

@media(max-width:990px) {
    .home-tikker {
        padding: 50px 0;
    }

    .home-tikker-img {
        transform: scale(1);
    }
}

@media(max-width:767px) {
    .home-tikker-img {
        margin: 46px 0 0;
    }

    .home-tikker-block {
        text-align: center;
    }

    .facility-info-wrapper {
        text-align: left;
    }
}

/*----- End Home Tikker -----*/
/*----- Consultation Form -----*/
.consultation-form-main.inner-spaceing {
    padding: 50px 0 0;
}

.contact-form-img-block {
    position: relative;
    margin: -83px 0 0;
}

.form-main-wrapper {
    border: solid 1px #d9d9d9;
    padding: 20px;
    border-radius: 10px;
    background-color: #f7f7f7;
    margin: 50px 0;
}

.contact-form-img-block img {
    width: 493px;
}

.form-main-wrapper .btn-main {
    border: none;
}

.captcha-area img {
    width: 300px;
}

@media(max-width:1024px) {
    .contact-form-img-block {
        margin: -9px 0 0;
    }
}

/*----- End Consultation Form -----*/

.fancybox__toolbar {
    position: absolute;
    top: 74px;
}

/*----- Gallery -----*/
.gallery-wrapper {
    padding: 0 0 20px;
}

/*----- End Gallery -----*/