body {
    font-family: 'Open Sans', sans-serif !important;
}

/*header*/
#header {
    position: absolute;
    width: 100%;
    z-index: 99;
    background: rgba(254, 254, 254, 0.9);
}

header .navbar-brand {
    position: relative;
    width: 110px;
    margin: 0 40px;
}

header .navbar-brand img {
    width: 100%;
}

header .nav-item a {
    font-size: 15px;
    padding: 17px 31px !important;
    color: #000 !important;
    font-weight: 700
}
header .nav-item a:hover{color: #EC7728 !important}
/*slider*/
.slide-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 38%;
    margin: 0 auto;
    width: 381px;
    background: rgba(254, 254, 254, 0.8);
    padding: 50px;
    text-align: center;
}

.slide-content:before {
    content: "";
    position: absolute;
    border: 3px solid #EC7728;
    width: 90%;
    height: 85%;
    left: 5%;
    top: 7%;
    opacity: .8
}

.slide-content span {
    display: block;
    font-size: 26px;
}

.slide-content h1 {
    font-size: 51px;
    font-weight: bold;
    text-transform: uppercase;
}

.slider-main .carousel-indicators li {
    height: 20px;
    width: 20px;
    background-color: #33A83F;
}

/*home-sec-sec*/
.home-second-sec {
    padding: 60px 0;
}

.home-second-sec-content h5 {
    font-weight: 700;
    position: relative;
    margin-bottom: 20px;
}

.home-second-sec-content h5 span {
    font-size: 40px;
}

.home-second-sec-content h5:after {
    border-bottom: 2px solid #EC7728;
    content: "";
    left: 0;
    bottom: -4px;
    width: 60px;
    position: absolute;
}

.home-second-sec-content p {
    line-height: 27px;
    font-size: 14px;
    padding-right: 50px;
}

.home-second-sec-content h6 {
    font-weight: 600;
}

.home-second-sec-img img {
    width: 100%;
    position: relative;
    transition: .3s all ease;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.home-second-sec-img img:hover {
    filter: grayscale(100%);
    transition: .3s all ease
}

.home-second-sec-img:after {
    content: "";
    width: 91%;
    height: 100%;
    border: 4px solid #EC7728;
    position: absolute;
    z-index: -1;
    left: -3%;
    bottom: -28px;
}

/*get-in-touch*/
.get-in-touch {
    width: 100%;
    background: url(../images/get-in-touch-bg.jpg);
    padding: 60px 40px;
    background-repeat: no-repeat;
    position: relative;
}

.get-in-touch:after {
    content: "";
    position: absolute;
    border: 4px solid #ffcfaf;
    width: 98%;
    height: 85%;
    left: 15px;
    top: 7%;
    opacity: .8;
    right: 15px;
}

.get-in-content.col-sm-8 h3 {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
    position: relative;
    letter-spacing: 1px;
    margin-bottom: 20px;
    z-index: 99
}

.get-in-content.col-sm-8 h3:after {
    border-bottom: 2px solid #fff;
    content: "";
    left: 0;
    bottom: -4px;
    width: 60px;
    position: absolute;
}

.get-in-content.col-sm-8 p {
    color: #fff;
    line-height: 27px;
    width: 80%;
    z-index: 99
}

.get-in-btn.col-sm-4 {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99
}

.get-in-btn a {
    background: #fff;
    color: #000;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}

.get-in-btn a:hover {
    text-decoration: none;
    background: #000;
    color: #fff
}

/*footer*/
.top-footer {
    background: #000;
    padding: 20px 0;
}

.fbox h5 {
    color: #C6C6C6;
    font-weight: 700;
    text-transform: uppercase;
}

.fbox p {
    color: #C6C6C6;
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 0
}

.fbox ul {
    display: flex;
    list-style: none;
    padding: 0
}

.fbox ul li {
    margin-right: 10px;
}

.fbox ul li:hover a {
    text-decoration: none
}

.fbox ul li:hover a i {
    background: #C6C6C6;
    color: #000;
    transition: .3s all ease
}

.fbox ul li a i {
    font-size: 16px;
    color: #C6C6C6;
    transition: .3s all ease;
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    padding: 14px;
    border-radius: 4px;
}

.btm-ftr {
    background: #000;
    border-top: 1px solid #2F2F2F;
    padding: 10px 0
}

.btm-ftr span {
    font-size: 14px;
    color: #C6C6C6
}

.btm-ftr a {
    font-size: 14px;
    color: #C6C6C6;
    margin-left: 10px;
}

.ftr-link {
    text-align: right;
}

.btm-ftr a:hover {
    text-decoration: none;
    color: #fff
}









/*home-fourbox*/
section.four-home-box {
    padding: 60px 0;
}

section.four-home-box .col-sm-5 {
    margin-bottom: 30px;
}

section.four-home-box .row {
    justify-content: center;
}

.four-thumb {
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #EC7728;
    padding: 70px;
    transition: .3s all ease;

}

.four-thumb h4 {
    font-weight: 700;
    margin-top: 30px;
    position: relative;
    color: #fff;
    transition: .3s all ease
}

.four-thumb::before {
    border: 4px solid #fff;
    width: 84%;
    height: 84%;
    content: "";
    position: absolute;
    left: 8%;
    top: 8%;
    transition: .3s all ease
}

.four-thumb-img {
    width: 100px;
    transition: .3s all ease;
    margin: 0 auto;
}

.four-thumb-img img {
    transition: .3s all ease
}

.four-home-box:hover a {
    text-decoration: none
}

.four-thumb:hover {
    background: #fff;
    transition: .3s all ease
}

.four-thumb:hover:before {
    border: 4px solid #EC7728;
    transition: .3s all ease
}

.four-thumb:hover img {
    filter: invert();
    transition: .3s all ease
}

.four-thumb:hover h4 {
    color: #000;
    transition: .3s all ease
}

/*page-heading*/
.page-heading {
    width: 100%;
    position: relative;
    padding: 124px 0 42px 0;
    box-sizing: border-box;
}



.page-heading h1 {


    width: 100%;
    text-align: center;

    box-sizing: border-box;
    color: #fff;
    font-weight: bold;

}

.page-heading h1:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #EC7728;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 27px;
}

.abimg {
    background: url(../images/about-bg.jpg);
    background-size: cover;

}

section.about-page-one {

    padding: 60px 0 60px 129px;

}

.ab-one-inner {
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    background: #f1f1f1;
}


.our-story-content {
    width: 58%;

    padding: 40px;
}

.storyimg {
    width: 39%;
}

.storyimg img {
    width: 100%
}

.our-story-content h2 {
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.our-story-content h2:after {
    border-bottom: 2px solid #EC7728;
    content: "";
    left: 0;
    bottom: -4px;
    width: 60px;
    position: absolute;
}

.our-story-content p {
    line-height: 27px;
    font-size: 15px;
}

.heading-two {
    margin-bottom: 30px;
}

.heading-two h2 {
    text-align: center;
    font-weight: 600;
    position: relative;
}

.heading-two h2:after {
    border-bottom: 2px solid #EC7728;
    content: "";
    left: 0;
    bottom: -10px;
    width: 60px;
    position: absolute;
    right: 0;
    margin: 0 auto
}

.our-team {
    padding: 60px 0
}

.our-team p {
    font-size: 15px;
    line-height: 27px;
}

.vsn-msn-box {
    display: flex;
    position: relative;
    margin-bottom: 30px;
}

.vsn-msn-box span {
    background: #f1f1f1;
    padding: 0;
    padding-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 50%
}
.vsn-msn-box img{width: 50%}
.vsn-msn h2 {
    margin-bottom: 16px;
    position: relative;
}
.vsn-msn h2:after {
    border-bottom: 2px solid #EC7728;
    content: "";
    left: 0;
    bottom: -10px;
    width: 60px;
    position: absolute;
    right: inherit;
    margin: inherit;
}
.bgbefore:before {
  content: "";
height: 100%;
width: 700px;
background: #f1f1f1;
position: absolute;
left: -42%;
z-index: -1;
}

.head-rev {
    text-align: right;
    width: 100%
}

.vsn-msn-rev {
    flex-direction: row-reverse;
}

.vsn-msn-rev img {
    width: 40%
}

.vsn-msn-rev span {
    padding: 80px;
       text-align: justify;
    line-height: 27px;
    width: 60%;
    padding-right: 0
}

.vsn-msn-rev:after {
       content: "";
    height: 100%;
    width: 700px;
    background: #f1f1f1;
    position: absolute;
    right: -37%;
    z-index: -1;
}
section.vsn-msn {
    overflow: hidden;
}
/*about-career*/
.text-left h2 {
    text-align: left;
}

.text-left h2:after {
    border-bottom: 2px solid #EC7728;
    content: "";
    left: 0;
    bottom: -10px;
    width: 60px;
    position: absolute;
    right: inherit;
    margin: inherit;
}

.para-career p {
    line-height: 27px;

}

.career-img {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    padding: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career-img img {
    width: 150px;
}

.career-about {
    margin-bottom: 30px;
}

/*services*/
.servsimg {
    background: url(../images/services.jpg);
    background-size: cover;
}

.overview {
    padding: 60px 0
}

.over-point ul {
    padding: 0;
    list-style: none;
    margin-top: 20px;
}

.over-point ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
}

.over-point ul li img {
    width: 25px;
    margin-right: 10px;
}

.over-point ul li span {
    font-weight: 600;
}

.over-img img {
    width: 100%;
}

.over-img {
    width: 400px;
    height: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    position: relative;
}

.over-img:after {
    content: "";
    width: 400px;
    height: 400px;
    border: 4px solid #EC7728;
    position: absolute;
    z-index: -1;
    left: -21px;
    bottom: -10px;
    border-radius: 100%;
}

.domicilliary-care {
    background: #f1f1f1;
    padding: 60px 0
}

.domicilliary-care p {
    line-height: 27px;
    font-size: 15px;
}

.domicilliary-care p span {
    color: #EC7728
}

.post-inc {
    background: #fff
}

.travel-buddy {
    background: #f1f1f1;
    padding: 60px 0
}

.travel-buddy h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

.head-new {
    color: #EC7728;
    font-weight: 700;
}

.training-and-consultation {
    padding: 60px 0
}

.training-and-consultation p {
    line-height: 27px;
    font-size: 15px;
}

.training-and-consultation ul {
    list-style: circle;
    color: #EC7728;
    font-weight: 600;
}

.training-and-consultation ul li {
    margin-bottom: 10px;
}

/*SupportedLiving*/
.SupportedLiving {
    background: url(../images/SupportedLiving.jpg);
    background-size: cover;
}

.SupportedLiving-sec1 {
    background: #f1f1f1;
    padding: 60px 0
}

.SupportedLiving-sec1 p {
    font-size: 15px;
    line-height: 27px;
}

.front-house img {
    width: 100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.front-house:after {
    height: 300px;
    width: 300px;
    content: "";
    background: #EC7728;
    position: absolute; right: -10px;
    top: 20%;
    z-index:-1;
}
.front-para{padding: 47px 40px 0 40px !important}
.front-para p{line-height: 27px; font-size: 15px;}
.para-new p{line-height: 27px; font-size: 15px; margin: 20px 0 }
.para1{background: #f1f1f1; padding: 20px 0; margin: 20px 0}
.para1 p{line-height: 27px; font-size: 15px; margin: 20px 0 }
/*contact-page*/
.contact-us{background: url(../images/contact-us.jpg); background-size: cover;}
.contact-main h4{position: relative; font-weight: 700;}
.contact-main h4:after{border-bottom: 2px solid #EC7728;
content: "";
left: 0;
bottom: -12px;
width: 60px;
position: absolute;
right: inherit;
margin: inherit;}
.contact-main {
    padding: 60px 0;
}
.contact-form{margin-top: 40px;
background: #f1f1f1;
padding: 30px;
display: flex;
flex-direction: column; box-shadow: 0 0 20px rgba(0,0,0,0.2)}
.contact-form label{font-size: 15px; font-weight: 600; margin-bottom: 10px;width: 100%}
.contact-form input{height: 45px; border: none; margin-bottom: 20px; border: 1px solid #D9D9D9;width: 100%}
.contact-form textarea{height: 100px; border: none; margin-bottom: 20px; border: 1px solid #D9D9D9;width: 100%}
.contact-form button{background: #EC7728;
border: none;
color: #fff;
padding: 12px 20px;
display: inline-block;
width: 150px;
text-align: center;transition: .3s all ease }
.contact-form button:hover{background: #000}
.con-info{padding: 0; list-style: none; margin: 40px 0}
.con-info li {
    display: flex;
    align-items: center;
margin-bottom: 10px
}
.con-info li img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
}
.con-info li span{font-weight: 600; font-size: 15px;}
.info ul{margin:20px 20px 40px 20px }
.social{display: flex;list-style: none; padding: 0}
.social li{margin-right: 10px;}
.social li a i{font-size: 16px;
color: #000;
transition: .3s all ease;
height: 20px;
width: 20px;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid #000;
padding: 14px;
border-radius: 4px;}
.social li:hover a{text-decoration: none}
.social li:hover a i{background: #000; color: #fff}
/*cookies*/
.cookies-head{background: url(../images/cookies.jpg); background-size: cover;}
.cookies-main{padding: 60px 0}

.cookies-main p{line-height: 27px; font-size: 15px;}
.cookies-main p a{color: #EC7728}

/*blog*/
.blog-main{padding: 90px 0}
.blog-box img {
    width: 100%;
    height: 195px;
    object-fit: cover;
}
.blog-h-content {
    /* padding: 10px; */
    margin-top: 10px;
}   
.blog-h-content a{
    color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    width: 100%;
    display: block;
}
.blog-h-content span{color: #ccc; font-size: 14px; }
.pos{position: relative !important;}
.single-blog{margin-top: -10px;}
.blog-h-content p{margin-top: 20px; line-height: 27px; font-size: 15px;}
.b-s-img{height: 350px !important}
.single-blog .blog-h-content h5{ color: #000;
    font-size: 18px;
    line-height: 27px;
    font-weight: 600;
    width: 100%;
    display: block;}