body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    word-spacing: 0.1rem;
}

.btn-orng {
    border: 2px solid #F36A10;
    color: #F36A10
}

.btn-orng:hover {
    background: #F36A10;
    color: #fff;
    border: 2px solid #F36A10;
}

.btn-orng-fill {
    border: 0px solid #F36A10;
    color: #fff;
    background: #F36A10;
    text-transform: uppercase;
}

.btn-orng-fill:hover {
    color: #fff !important;
    background: #BA530E;
    border: 0px solid #F36A10;
}

.btn-orng-fill:active {
    color: #fff !important;
    background: #F36A10 !important;
    border: 0px solid #F36A10;
}

.btn-orng-fill:focus {
    color: #fff;
    background: #F36A10;
    border: 0px solid #F36A10;
    box-shadow: none;
}

p {
    line-height: 29px;
}


/*navbar*/


/* #Navigation
    ================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    /* box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15); */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fff;
}

.start-header.scroll-on a {
    color: #333 !important;
}

.start-header.scroll-on .headertop {
    margin-top: -40px;
    font-size: 10px;
}

.start-header.scroll-on .headertop a {
    color: #F36A10 !important;
}

.start-header.scroll-on .navbar-brand img {
    height: 60px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 100px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #F36A10;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #333 !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #F36A10 !important;
}

.nav-item.active .nav-link {
    color: #F36A10 !important;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F36A10;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-item {
    padding: 3px 15px;
    color: #333;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    background-color: rgba(41, 41, 41, .6);
}

.call-us {
    position: absolute;
    right: 0px;
    margin-top: -36px;
    color: #000;
}

.headertop {
    position: absolute;
    right: 0px;
    font-size: 12px;
    margin-top: -70px;
    color: #333
}

.headertop a {
    color: #F36A10
}


/* #Media
    ================================================== */


/*navbar*/

.content-slider h2 {
    color: #F58941;
    font-size: 1.9em;
    text-transform: uppercase;
    line-height: 44px;
}

.content-slider p {
    color: #40352E;
    font-size: 1em;
}

.headingh3 {
    color: #F36A10
}

.headingh3:before {
    content: url('../img/slider/heading.svg');
    position: absolute;
    /* left: 30px; */
    width: 100px;
    top: -20px;
    margin-left: -40px;
    text-align: center;
}

.headingh3 span {
    color: #313133;
}


/* .block img {
            width: 33%;
        } */

.block h4 {
    color: #604939;
    font-size: 1.2rem;
}

a:hover {
    text-decoration: none;
}

.nmore {
    text-transform: uppercase;
    color: #F36A10 !important;
    font-size: 12px;
}

.block:hover {
    background: #efefef;
    text-decoration: none;
}

.block:hover .nmore {
    border-bottom: 1px solid #F36A10;
}

.about-block {
    background: url('../img/background.jpg') no-repeat;
    margin-top: -4%;
    padding: 6% 0px 11% 0;
    background-size: cover;
}

.about-block h3 {
    color: #fff
}

.about-block h3:before {
    content: url('../img/heading2.svg');
    position: absolute;
    /* left: 30px; */
    width: 100px;
    top: 30px;
    margin-left: -40px;
}

.about-block h3 span {
    color: #F36A10;
}

.cfff {
    color: #fff;
    line-height: 34px;
}

.liststyle {
    list-style: none;
    line-height: 44px;
    margin-top: 14px;
    color: #5D4F22;
}

.testimonials blockquote {
    line-height: 40px;
    font-style: italic;
    background: #efefef;
    border-radius: 1%;
    padding: 50px;
    text-align: center;
    font-size: 17px;
}

.testimonials blockquote::before {
    content: '“';
    font-family: Arial;
    position: absolute;
    font-size: 95px;
    color: #ccc;
    left: 50px;
}

.testimonials blockquote::after {
    content: '”';
    font-family: Arial;
    position: absolute;
    font-size: 95px;
    color: #ccc;
    right: 70px;
    bottom: 71px;
}

.testimonials strong {
    display: block;
    font-style: italic;
    color: #F36A10;
    text-align: center;
}

.og-button {
    color: #efefef !important
}

.tblock {
    /* background: #efefef; */
    margin-top: 100px;
}

footer {
    background: #000;
    color: #D8D4D4;
    font-size: 14px;
}

footer ul {
    text-align: center;
    list-style: inside;
    padding-left: 0px;
}

footer li {
    list-style: none;
    display: inline;
}

footer li a {
    color: #D8D4D4
}

footer li a:hover {
    color: #F36A10;
    text-decoration: none;
}


/*---innerpage---*/

.headerin {
    background: url('../img/head-bg.jpg');
    margin-top: 130px;
    color: #fff;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 120px;
}

.housemaid-bg {
    background: url('../img/house-maid.jpg');
}

.babycare-bg {
    background: url('../img/baby-care.jpg');
}

.japa-bg {
    background: url('../img/japa-maid.jpg');
}

.japamaid-box {
    background: url('../img/japa-maid.jpg');
}

.patient-care {
    background: url('../img/patient-care.jpg');
}

.governess {
    background: url('../img/governess.jpg');
}

.bin-box {
    background: url('../img/box-baby-care.jpg') !important;
    text-align: left;
    font-weight: 500;
    font-size: 16px;
    background-size: 75% !important;
    background-repeat: no-repeat !important;
    background-position: 90px 30px !important;
    /* padding-left: 178px !important; */
    color: #6d4931;
}

.baby-care-box {
    background: url('../img/box-baby-care.jpg') !important;
}

.housemaid-box {
    background: url('../img/box-house-maid.jpg') !important;
}

.patient-box {
    background: url('../img/box-patient-care.jpg') !important;
}

.japa-maid {
    background-position: -70px 10px !important;
}

.headerin h1 {
    font-size: 2.0em;
    text-transform: uppercase;
}

.headerin strong {
    font-weight: 200;
}


/* social button */

.wrapper {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    z-index: 5;
}

.share {
    width: 34px;
    height: 34px;
    position: relative;
    cursor: pointer;
    /* transition: all 0.2s linear; */
}

.share [class*="fa-"] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 25px;
}

.share.facebook {
    background: #3b5998;
}

.share.twitter {
    background: #55acee;
}

.share.reddit {
    background: #ff4500;
}

.share.google {
    background: #dd4b39;
}

.share.whatsapp {
    background: #4dc247;
    text-align: center;
    padding: 7px;
}

.share:hover {
    opacity: 0.7;
}

.contact {
    background: #efefef;
}

.corange {
    color: #F36A10;
}

.bacl {
    text-transform: uppercase;
    background: #fffaf6
}

.bacl:hover {
    background: #efefef;
}


/*innerpage*/

.cta {
    background: url('../img/bg-background.jpg');
    background-size: cover;
    line-height: 39px;
}


/*----form---*/

.contact-form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

.contact-form input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #bbb5af;
}

.contact-form input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

.contact-form input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #bbb5af;
}

.contact-form input::placeholder,
textarea::placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

.contact-form input:focus::placeholder,
textarea::focus:placeholder {
    color: #bbb5af;
}

.contact-form input::-ms-placeholder,
textarea::-ms-placeholder {
    color: #aca49c;
    font-size: 0.875em;
}

.contact-form input:focus::-ms-placeholder,
textarea:focus::-ms-placeholder {
    color: #bbb5af;
}


/* on hover placeholder */

.contact-form input:hover::-webkit-input-placeholder,
textarea:hover::-webkit-input-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

.contact-form input:hover:focus::-webkit-input-placeholder,
textarea:hover:focus::-webkit-input-placeholder {
    color: #cbc6c1;
}

.contact-form input:hover::-moz-placeholder,
textarea:hover::-moz-placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

.contact-form input:hover:focus::-moz-placeholder,
textarea:hover:focus::-moz-placeholder {
    color: #cbc6c1;
}

.contact-form input:hover::placeholder,
textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

.contact-form input:hover:focus::placeholder,
textarea:hover:focus::placeholder {
    color: #cbc6c1;
}

.contact-form input:hover::placeholder,
textarea:hover::placeholder {
    color: #e2dedb;
    font-size: 0.875em;
}

.contact-form input:hover:focus::-ms-placeholder,
textarea:hover::focus:-ms-placeholder {
    color: #cbc6c1;
}

.contact-form input {
    width: 100%;
    height: 56px;
    font-size: 0.875em;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #333;
    border: solid 1px #F36A10;
    /* border-bottom: none; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contact-form input:hover {
    background: #efefef;
    color: #333;
}

.contact-form select {
    width: 100%;
    height: 56px;
    font-size: 0.875em;
    padding: 0px 15px 0px 15px;
    background: transparent;
    outline: none;
    color: #333;
    border: solid 1px #F36A10;
    /* border-bottom: none; */
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    border-radius: 0px;
}

.contact-form select:hover {
    background: #efefef;
    color: #333;
    border-radius: 0px;
}

.contact-form textarea {
    width: 100%;
    height: 110px;
    max-height: 110px;
    padding: 15px;
    background: transparent;
    outline: none;
    color: #333;
    font-size: 0.875em;
    border: solid 1px #F36A10;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.contact-form textarea:hover {
    background: #efefef;
    color: #333;
}

.contact-form #submit {
    padding: 0;
    margin: -5px 0px 0px 0px;
    font-size: 0.875em;
    color: #333;
    outline: none;
    cursor: pointer;
    border: solid 1px #F36A10;
    /* border-top: none; */
}

.contact-form #submit:hover {
    color: #e2dedb;
}

.moblogo {
    display: none;
}

@media (max-width: 480px) {
    .slider {
        margin-top: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        text-align: center;
    }
    .mobslider {
        margin-top: 50px;
    }
    .moblogo {
        display: block;
    }
    .desklogo {
        display: none;
    }
    .navbar-brand img {
        width: auto;
        height: auto;
    }
    .start-header.scroll-on .navbar-brand img {
        width: auto;
        height: auto;
    }
    .content-slider {
        text-align: center;
    }
    .about-block {
        display: none;
    }
    .headingh3 {
        text-align: center;
    }
    .mobhide {
        display: none;
    }
    .tblock {
        display: none;
    }
    .mob-text-center {
        text-align: center !important;
    }
    .headertop {
        display: none;
    }
    .navbar-toggler {
        padding-right: 9px;
    }
    .navigation-wrap {
        background: #fff;
    }
    /* .start-header.scroll-on {
        margin-top: 25px;
    } */
    .headerin {
        margin-top: 60px;
        padding-top: 20px;
    }
}

@media (max-width:640px) and (min-width:640px) {
    .slider {
        margin-top: 95px !important;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: CENTER !important;
    }
    .content-slider {
        text-align: center;
    }
    .mobhide {
        display: none;
    }
    .tblock {
        display: none;
    }
    .about-block {
        display: none;
    }
    footer {
        text-align: center;
    }
    .mob-text-center {
        text-align: center !important;
    }
    .headertop {
        top: 40px;
    }
    .start-header.scroll-on .headertop {
        margin-top: -30px;
        font-size: 10px;
        top: 30px;
    }
    .navigation-wrap {
        background: #fff;
    }
    .headerin {
        padding-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .content-slider {
        text-align: left;
        margin-top: 70px;
    }
    .slider {
        margin-top: 90px !important;
        margin-left: 0px !important;
    }
    .mobhide {
        display: none;
    }
    .navigation-wrap {
        background: #fff;
    }
}

@media (max-width: 767px) {
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
}


/*---contact */

#contact .form .form-group {
    margin-bottom: 15px;
}

#sendmessage2 {
    color: #fff;
    background: #1bb1dc;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage2 {
    color: #fff;
    display: none;
    background: red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#sendmessage2.show,
#errormessage2.show,
.show {
    display: block !important;
}

.validation {
    color: #c19d31;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form label {
    color: #413e66;
    font-weight: 500;
}

#contact form input,
#contact form textarea,
#contact form select {
    border: 0;
    outline: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    border-bottom: 1px solid #BD0F39 !important;
    font-size: 14px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

#contact form select option:first-child {
    color: #efefef;
}

#contact .form input::-webkit-input-placeholder,
#contact .form textarea::-webkit-input-placeholder {
    color: #BD0F39;
}

#contact .form input::-moz-placeholder,
#contact .form textarea::-moz-placeholder {
    color: #BD0F39;
}

#contact .form input:-ms-input-placeholder,
#contact .form textarea:-ms-input-placeholder {
    color: #BD0F39;
}

#contact .form input::placeholder,
#contact .form textarea::placeholder,
#contact .form select::placeholder {
    color: #333;
}

select:required:invalid {
    color: #9e9e9e;
}

#contact .form button[type="submit"] {
    background: #004E89;
    border: 0;
    border-radius: 25px;
    padding: 8px 30px;
    color: #fff;
    transition: 0.3s;
    float: right;
    margin-bottom: 15px;
}

#contact .form button[type="submit"]:hover {
    background: #0a98c0;
    cursor: pointer;
}

.loader {
    display: none;
    width: 100px;
    height: 100px;
    position: relative;
    top: 50%;
    left: 50%;
    text-align: center;
    margin-left: -50px;
    /* margin-top: -100px; */
    z-index: 2;
    overflow: auto;
}