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

body {
    font-family: 'Roboto', sans-serif;
    background: #f2f4f5;
    font-size: 16px;
    font-weight: 300;
}

p {
    font-size: 16px;
    color: #414349;
    line-height: 28px;
}
.fixed-header .navbar {
    position: fixed;
    width: 100%;
    z-index: 99;
}

.categories {
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

li.cat-item a {
    color: #8cc3c0;
    font-weight: 400;
    font-size: 16px;
}

.categories ul {
    list-style: none;
    padding: 0;
}


.fixed-header .hw-bg-dark {
    margin-top: -63px;
}
h3, .h3 {
    font-size: 18px;
}

h4, .h4 {
    font-size: 16px;
}

button:focus {
    outline: none;
}

h2 {
    color: #414349;
}

.hw-bg-dark {
    background: #414349;
}


.hw-bg-light {
    background: #8CC3C0;
}

a:hover {
    text-decoration: none;
}

.color1 {
    color: #8cc3c0;
}

.color3 {
    color: #414349;
}


.color2 {
    color: #7e6e8d;
}

.hw-bg-purpul{
    background: #7E6E8D;
}

.lineheiight-none {
    line-height: 1.5;
}

.btn {
    margin-top: 0px;
    width: 150px;
    background-color: #8cc3c0;
    color: #ffffff !important;
    box-shadow: none;
    text-align: center;
    border: none;
    border-radius: 0;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:hover {
    background-color: #5b9491;
}

.btn-warning {
    background-color: #7e6e8d;
}

.btn-warning:hover {
    background-color: #514160;
}

.title {
    position: relative;
}

.title:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: #97c2c0;
    right: -40px;
    top: calc(45% - 1.5px);
}

.title:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    background: #562c80;
    right: -60px;
    bottom: calc(25% - 1.5px);
}

div#wrapper-footer {
    padding-top: 80px !important;
}

footer.hw-bg-dark {
    margin-top: 60px;
}


.navbar-brand img {
    width: 250px;
}

.navbar {
    transition:all ease 0.5s;
    border-bottom: 3px solid #8cc3c0;
}

.nav-book a {
    background: #7e6e8d !important;
    color: #fff !important;
    /* border-radius: 0 !important; */
}

.nav-quote a {
    background: #8cc3c0 !important;
    color: #fff !important;
}

.mega-menu-link {
    transition: all ease 0.4s !important;
}

.home-s-1 .nav-pills .nav-link.active {
    background-color: #7e6e8d;
}

.home-s-1 .nav-pills .nav-link.active h3 {
    color: #fff;
}

.home-s-1 .nav-pills .nav-link {
    position: relative;
    transition: all cubic-bezier(0.4, 0, 1, 1) 0.5s;
    background: #FFFFFF;
}

.home-s-1 .nav-pills .nav-link:after {
    content: '';
    position: absolute;
    width: 3px;
    height: 0;
    background: #8cc3c0;
    right: 0;
    bottom: 0;
    transition: all ease 0.5s;
}

.home-s-1 .nav-pills .nav-link:hover:after {
    height: 100%;
    top: 0;
}

.home-s-1 .nav-pills .nav-link p {
    color: #414349;
}

#v-pills-tab .nav-link p {
    font-size: 14px;
}

.home-s-1 .nav-pills .nav-link.active p {
    color: #fff;
}

.home-s-1 .nav-pills .nav-link.active:after {
    opacity: 0;
}

.home-s-1 .tab-pane {
    position: relative;
}

.home-s-1 .tm-overlay-content {
    position: absolute;
    left: 50px;
    top: 50px;
    width: 30%;
}

h2.hs-2-title2 {
    font-size: 44px;
    font-weight: 600;
}

h2.hs-2-title {
    font-weight: 400;
}


.hw-card-inner {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}

.hw-card-content {
    position: relative;
}

.hw-card-content:after {
    content: '';
    position: absolute;
    width: 0%;
    height: 3px;
    background: #97c2c0;
    bottom: 0;
    right: 0;
    transition: all ease 0.5s;
}

.hw-card-wrapper:hover .hw-card-content:after {
    width: 100%;
    right: inherit;
    left: 0;
}

.testimonial .owl-nav button i {
    background: #ececec !important;
    padding: 10px 15px !important;
    margin: 0 5px;
}

.services-box-wrapper p {
    font-size: 14px;
}

.testimonial {
    background: #fff;
}

.testimonial .owl-nav {
    margin-top: 30px;
}


.newsletter-form-wrapper .form-element-html {
    padding-bottom: 0 !important;
}

.newsletter-form-wrapper {
    position: relative;
    z-index: 1;
}

.newsletter-form-col:after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: red;
    bottom: 0;
    left: 0px;
    background: url(http://dev.helpontheway.com/wp-content/uploads/2019/10/paper-plane.svg);
    background-size: 100%;
    opacity: 0.1;
    z-index: 0;
}

.member-item-wrapper {
    position: relative;
}

.member-item-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all ease 0.5s;
}

.member-item-wrapper:hover img {
    filter: blur(5px);
}

.member-item-wrapper img {
    transition: all ease 0.5s;
}

.member-item-wrapper:hover .member-item-overlay {
    opacity: 1;
}

.member-item-overlay i {
    color: #414349;
}

.looking-for-form-wrapper {
    max-width: 500px;
    margin: 0 auto;
}

#footer-menu a.nav-link {
    color: #adadae;
}


ul#footer-menu .menu-item {
    padding: 0 6px;
}

.services-subtitle {
    font-weight: 300;
}

.services-box-wrapper img {
    width: 80px;
}

.services-box-wrapper {
    min-height: 259px;
    border-bottom: 5px solid #80708f;
}

.whychoose-inner {
    box-shadow: 0px 0px 19px rgba(0, 0, 0, 0.05);
}

.siggle-blog-content {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
    border-left: 5px solid #8cc3c0;
}

.post-navigation {
    display: none;
}

.thumbnail .image {
    height: 150px;
    background-size: cover;
    background-position: center;
}

.booknow-item-inner {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(http://dev.helpontheway.com/wp-content/uploads/2019/09/nanny-care-001.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.booknow-item-inner:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    z-index: 0;
}

.booknow-item-inner > h2 {
    position: relative;
    z-index: 1;
}

.book-form-wrapper {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
}

.contact-item h2 {
    font-size: 24px;
}

.contact-item a {
    color: #414349;
}

.ontact-box-item-inner {
    padding: 13px;
    background: #8cc3c0;
}

.ontact-box-item-inner-dark {
    background: #796A87;
}

.mobile-hero-item {
    position: relative;
}

.mobile-hero-item-content {
    padding-left: 30px;
    position: absolute;
    width: 100%;
    height: 20%;
    background: #ffffffad;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ontact-box-item-inner h2 {
    font-size: 24px;
    font-weight: 400;
    margin: 0;
}

#footer-menu a.nav-link:hover {
    color: #fff;
}
article {
    background: #fff;
    padding: 30px;
}

article a {
    color: #7e6e8d;
}

.entry-meta {
    display: none;
}

footer.entry-footer {
    display: none;
}

aside#categories-2 {
    margin-top: 55px;
    list-style: none;
    font-size: 20px;
    font-weight: 500;
    padding: 25px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    background: #fff;
}

aside#categories-2 ul {
    list-style: none;
    padding: 0;
}cffh
/*------------Responsive------------*/


@media screen and (max-width: 1920px) and (min-width: 1560px) {


}


@media only screen and (max-width: 1400px) {


}


@media only screen and (max-width: 1366px) {


}


@media only screen and (max-width: 1200px) {


}


@media only screen and (max-width: 1024px) {
    .nav-quote a, .nav-book a {
        display: none !important;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
        font-size: 14px;
        padding: 0 10px;
    }

    .navbar-brand img {
        width: 200px;
    }

}


@media only screen and (max-width: 990px) {


}


@media only screen and (max-width: 768px) {


}


@media only screen and (max-width: 767px) {

    .top-nav p, .top-nav a {
        font-size: 12px;
    }

    .navbar-brand img {
        width: 200px;
    }

    #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
        position: absolute;
        width: 200px;
        right: 0;
        z-index: 99;
    }

    #mega-menu-wrap-primary #mega-menu-primary {
        transition: all ease 0.5s;
    }

    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
        padding-left: 15px;
    }

    .title:before {
        right: inherit;
        left: 0;
        bottom: -25px;
        width: 80%;
    }

    .title:after {
        right: inherit;
        left: 0;
        bottom: -12px;
        top: inherit;
        width: 50%;
    }

    .title {
        bottom: 20px;
    }

}


@media only screen and (max-width: 500px) {


}


@media only screen and (max-width: 350px) {


}
