/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    background: #fff;
    color: #444;
    /* font-family: "Open Sans", sans-serif; */
    font-family: 'Philosopher', sans-serif;
    overflow-x: hidden;
}

a {
    color: #ff8809;
    transition: 0.5s;
}

    a:hover, a:active, a:focus {
        color: #ff8809;
        outline: none;
        text-decoration: none;
    }

p {
    padding: 0;
    margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Philosopher', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    display: none;
    background: #ff8809;
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
@media (max-width: 768px) {
    .back-to-top

{
    bottom: 15px;
}

}

.back-to-top:focus {
    background: #ff8809;
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #0c2e8a;
    color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #f5f5f5;
    padding: 0px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    vertical-align: middle;
    /* align-self: center; */
    line-height: 35px;
}

    #topbar .contact-info a {
        line-height: 1;
        color: #555;
    }

        #topbar .contact-info a:hover {
            color: #ff8809;
        }

    #topbar .contact-info i {
        color: #ff8809;
        padding: 4px;
    }

    #topbar .contact-info .fa-phone {
        padding-left: 20px;
        margin-left: 20px;
        border-left: 1px solid #e9e9e9;
    }

    #topbar .social-links a {
        color: #555;
        padding: 4px 12px;
        display: inline-block;
        line-height: 1px;
        border-left: 1px solid #e9e9e9;
    }

        #topbar .social-links a:hover {
            color: #ff8809;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    padding: 0px 0;
    height: 84px;
    transition: all 0.5s;
    z-index: 997;
    background: #fff;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
    position: relative;
}

    #header #logo h1 {
        font-size: 42px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
    }

#nav_menu {
    background: #ff8809;
    /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); */
}

#header #logo h1 a {
    color: #0c2e8a;
    line-height: 1;
    display: inline-block;
}

    #header #logo h1 a span {
        color: #ff8809;
    }

#header #logo img {
    padding: 0;
    margin: 5px 0px 0px;
    height: 75px;
}

/******************/
.header_right {
    float: right;
    background: transparent;
    padding: 17px 0px 0px;
}

.hs_header_add_wrapper {
    float: left;
    width: 255px;
    margin-left: 20px;
}

.hs_header_add_icon {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ededed;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #ff7e00;
}

    .hs_header_add_icon .fa {
        display: inline-block;
        font: normal normal normal 20px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
    }

.hs_header_add_icon_cont {
    float: left;
    width: calc(100% - 50px);
    padding-top: 7px;
    padding-left: 15px;
}

    .hs_header_add_icon_cont h5 {
        font-size: 16px;
    }

    .hs_header_add_icon_cont p {
        font-size: 14px;
    }

    .hs_header_add_icon_cont h5, .hs_header_add_icon_cont p {
        margin-bottom: 0px;
    }

.hs_header_member {
    float: left;
    width: 160px;
    margin-right: 15px;
    padding: 8px 0px 0px;
}

.mini_logo {
    float: right;
    margin-top: -13px;
}

    .mini_logo img {
        height: 75px;
    }
/******************/

@media (max-width: 768px) {
    #header {
        padding: 8px 0;
        height: 74px;
    }

        #header #logo h1 {
            font-size: 34px;
        }

        #header #logo img {
            max-height: 45px;
        }

    .signin_btn {
        margin-top: 0px !important;
        margin-right: 15px;
    }

    #nav_menu-sticky-wrapper {
        display: none;
    }

    .header_right {
        float: right;
        background: transparent;
        padding: 12px 0px 0px;
    }

    .hs_header_member {
        float: left;
        width: 160px;
        margin-right: 15px;
        padding: 0px 0px 0px;
    }

    .zodiac_bg img {
        height: 40px !important;
        float: left;
        padding: 0px 15px;
    }

    .hs_header_add_wrapper {
        float: left;
        width: 200px !important;
        margin-left: 20px;
    }
}

.login .login_form {
    margin-top: 10px;
    margin-bottom: 0px;
}

.login .login_form {
    font-size: 12px;
}

.form-control {
    /* font-size:14px; */
    display: block;
    width: 100%;
    padding: 0.8rem .75rem;
    font-size: 12px;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.login .login_form .form-group {
    margin-bottom: 5px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 10px) !important;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
    width: 100%;
    height: 75vh;
    position: relative;
    background: url("../img/intro-carousel/1.jpg") no-repeat;
    background-size: cover;
}

    #intro .intro-content {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

        #intro .intro-content h2 {
            color: #ffffff;
            margin-bottom: 20px;
            font-size: 35px;
            font-weight: 400;
            /* font-family: 'Dancing Script', cursive; */
            margin-top: 65px;
        }

            #intro .intro-content h2 span {
                color: #ff8809;
                font-size: 45px;
                /* text-decoration: underline; */
            }

@media (max-width: 767px) {
    #intro .intro-content h2 {
        font-size: 34px;
    }

    .intro-content span:nth-child(2) {
        color: #fff;
        font-weight: 300;
        font-size: 16px !important;
    }

    #intro .intro-content h2 span {
        color: #ff8809;
        font-size: 25px !important;
        /* text-decoration: underline; */
    }
}

#intro .intro-content .btn-get-started, #intro .intro-content .btn-projects {
    /* font-family: 'Philosopher', sans-serif; */
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: inline-block;
    padding: 10px 32px;
    border-radius: 30px;
    transition: 0.5s;
    margin: 20px 0px;
    color: #fff;
    text-transform: uppercase;
}

#intro .intro-content .btn-get-started {
    background: rgba(255, 136, 9, 0.5);
    border: 2px solid rgba(255, 136, 9, 0.5);
}

    #intro .intro-content .btn-get-started:hover {
        background: none;
        color: #ff8809;
    }

#intro .intro-content .btn-projects {
    background: #ff8809;
    border: 2px solid #ff8809;
}

    #intro .intro-content .btn-projects:hover {
        background: none;
        color: #ff8809;
    }

#intro #intro-carousel {
    z-index: 8;
}

    #intro #intro-carousel::before {
        content: '';
        background-color: rgba(0, 0, 0, 0.6);
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        z-index: 7;
    }

    #intro #intro-carousel .item {
        width: 100%;
        height: 75vh;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        -webkit-transition-property: opacity;
        transition-property: opacity;
    }

.serv_all {
    height: 90px;
    padding: 0px 20px;
}

.serv_icon {
    float: left;
    display: inline-block;
}

    .serv_icon img {
        height: 85px;
        border: 7px solid rgba(255, 145, 9, 0.5);
        border-radius: 50%;
    }

.serv_head {
    /*float: right; */
    padding: 30px 0px;
    display: inline-block;
    width: 200px;
    background: rgba(255, 145, 9, 0.5);
    border: 3px solid rgba(255, 145, 9, 0.2);
    border-radius: 30px;
    padding: 8px 50px;
    width: 70% !important;
    text-shadow: 0px 1px 1px #333;
    margin: 15px 0px;
}

    .serv_head .serv_name {
        font-size: 22px;
        color: #fff;
        /* background:rgba(255, 145, 9, 0.5);
	    border: 3px solid rgba(255, 145, 9, 0.2);
	border-radius:30px;
	padding:10px 80px;
		width:200px; */
        text-shadow: 0px 1px 1px #333;
    }

    .serv_head:hover {
        background: #ff8809;
        transition: 0.5s;
        border-radius: 30px;
        /* padding:10px 80px; */
    }

.intro-content span:nth-child(2) {
    color: #fff;
    font-weight: 300;
    font-size: 25px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navigation_menu {
    position: relative;
    width: 100%;
    height: 45px;
}
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        left: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        left: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 22px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 8px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
    /* float: right; */
    /* margin: 10px 0px; */
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 10px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    /* font-family: 'Philosopher', sans-serif; */
    font-weight: 400;
    font-size: 16px;
    outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
    color: #000;
}

.nav-menu .menu-active > a:before {
    background: #2d2d2d;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    top: 0px;
    left: 0px;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 1px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
    }

        .nav-menu ul li a {
            padding: 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 13px;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #ff8809;
        }

    .nav-menu ul ul {
        margin: 0;
    }

/* Mobile Nav Toggle */
#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

    #mobile-nav-toggle i {
        color: #555;
    }

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }

    #nav_menu {
        background: #ff8809;
        display: none;
        /* box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06); */
    }

    .head_breadcrumbs {
        display: none;
    }

    #main_header .page_header {
        width: 100% !important;
    }

    .kundali {
        padding: 20px 10px;
        background: #fff;
        box-shadow: 0px 0px 5px #ccc;
        height: auto !important;
    }
}

/* Mobile Nav Styling */
#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

    #mobile-nav ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        #mobile-nav ul li {
            position: relative;
        }

            #mobile-nav ul li a {
                color: #fff;
                font-size: 16px;
                overflow: hidden;
                padding: 10px 22px 10px 15px;
                position: relative;
                text-decoration: none;
                width: 100%;
                display: block;
                outline: none;
            }

                #mobile-nav ul li a:hover {
                    color: #fff;
                }

            #mobile-nav ul li li {
                padding-left: 30px;
            }

        #mobile-nav ul .menu-has-children i {
            position: absolute;
            right: 0;
            z-index: 99;
            padding: 15px;
            cursor: pointer;
            color: #fff;
        }

            #mobile-nav ul .menu-has-children i.fa-chevron-up {
                color: #ff8809;
            }

        #mobile-nav ul .menu-item-active {
            color: #ff8809;
        }

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
    overflow: hidden;
}

    body.mobile-nav-active #mobile-nav {
        left: 0;
    }

    body.mobile-nav-active #mobile-nav-toggle {
        color: #fff;
    }

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header {
    margin-bottom: 30px;
}

    .section-header h2 {
        font-size: 32px;
        color: #2d2d2d;
        text-transform: uppercase;
        font-weight: 700;
        position: relative;
        padding-bottom: 20px;
    }

        .section-header h2::before {
            content: '';
            position: absolute;
            display: block;
            width: 50px;
            height: 3px;
            background: #ff8809;
            bottom: 0;
            left: 0;
        }

    .section-header p {
        padding: 0;
        margin: 0;
    }

/* About Section
--------------------------------*/
#about {
    padding: 60px 0 30px 0;
}

    #about .about-img {
        overflow: hidden;
    }

        #about .about-img img {
            margin-left: 0px;
            max-width: 100%;
        }

@media (max-width: 768px) {
    #about .about-img {
        height: auto;
    }

        #about .about-img img {
            margin-left: 0;
            padding-bottom: 30px;
        }
}

#about .content h2 {
    color: #2d2d2d;
    font-weight: 700;
    font-size: 36px;
    font-family: 'Philosopher', sans-serif;
}

#about .content h3 {
    color: #555;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
    font-style: italic;
}

#about .content p {
    line-height: 26px;
}

    #about .content p:last-child {
        margin-bottom: 0;
    }

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #ff8809;
}

#about .content ul {
    list-style: none;
    padding: 0;
}

    #about .content ul li {
        padding-bottom: 10px;
    }

/* Services Section
--------------------------------*/
#services {
    padding: 30px 0 0 0;
}

    #services .box {
        text-align: center;
        padding: 10px 0px;
        margin-bottom: 15px;
        box-shadow: 4px 4px 10px rgba(73, 78, 92, 0.1);
        background: #fff;
        transition: 0.4s;
    }

        #services .box:hover {
            box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
            transform: translateY(-10px);
            -webkit-transform: translateY(-10px);
            -moz-transform: translateY(-10px);
        }

        #services .box .icon {
            float: left;
        }

            #services .box .icon i {
                color: #444;
                font-size: 64px;
                transition: 0.5s;
                line-height: 0;
                margin-top: 34px;
            }

                #services .box .icon i:before {
                    background: #0c2e8a;
                    background: linear-gradient(45deg, #ff8809 0%, #a3ebd5 100%);
                    background-clip: border-box;
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }

        #services .box h4 {
            /* margin-left: 100px; */
            font-weight: 700;
            margin-bottom: 0px;
            font-size: 22px;
        }

    #services .horoscope img {
        width: 70px;
        padding: 0px;
    }

    #services .box h4 a {
        color: #444;
    }

    #services .box p {
        font-size: 14px;
        margin-left: 100px;
        margin-bottom: 0;
        line-height: 24px;
    }

@media (max-width: 767px) {
    #services .box .box {
        margin-bottom: 20px;
    }

    #services .box .icon {
        float: none;
        text-align: center;
        padding-bottom: 15px;
    }

    #services .box h4, #services .box p {
        margin-left: 0;
        text-align: center;
    }
}

/* Clients Section
--------------------------------*/
#clients {
    padding: 30px 0;
}

    #clients img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }

        #clients img:hover {
            opacity: 1;
        }

    #clients .owl-nav, #clients .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #clients .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #clients .owl-dot.active {
            background-color: #ff8809;
        }

/* Clients Section
--------------------------------*/
.logo_bg {
    margin-right: 20px;
}

.service_bg {
    width: 100%;
    /* margin-left:20px; */
}

#services {
    padding: 30px 0;
}

    #services img {
        max-width: 100%;
        opacity: 0.5;
        transition: 0.3s;
        padding: 15px 0;
    }
        /* .owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    margin: 6px 5px;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none;
} */

        #services img:hover {
            opacity: 1;
        }

    #services .owl-nav, #services .owl-dots {
        margin-top: 5px;
        text-align: center;
    }

    #services .owl-dot {
        display: inline-block;
        margin: 0 5px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: #ddd;
    }

        #services .owl-dot.active {
            background-color: #ff8809;
        }

.snip1577 {
    font-family: 'Montserrat', Arial, sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    min-width: 160px;
    max-width: 180px;
    width: 100%;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
}

    .snip1577 *,
    .snip1577:before,
    .snip1577:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .snip1577 img {
        max-width: 100%;
        backface-visibility: hidden;
        vertical-align: top;
    }

    .snip1577:before,
    .snip1577:after {
        position: absolute;
        top: 10px;
        right: 10px;
        content: '';
        background-color: #fff;
        z-index: 1;
        opacity: 0;
    }

    .snip1577:before {
        width: 0;
        height: 1px;
    }

    .snip1577:after {
        height: 0;
        width: 1px;
    }

    .snip1577 figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px 20px;
    }

    .snip1577 h3,
    .snip1577 h4 {
        margin: 0;
        font-size: 1.1em;
        font-weight: normal;
        opacity: 0;
    }

    .snip1577 h4 {
        font-size: .8em;
        text-transform: uppercase;
    }

    .snip1577 a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
    }

    .snip1577:hover img,
    .snip1577.hover img {
        zoom: 1;
        filter: alpha(opacity=20);
        -webkit-opacity: 0.2;
        opacity: 0.2;
    }

    .snip1577:hover:before,
    .snip1577.hover:before,
    .snip1577:hover:after,
    .snip1577.hover:after {
        opacity: 1;
        -webkit-transition-delay: 0.25s;
        transition-delay: 0.25s;
    }

    .snip1577:hover:before,
    .snip1577.hover:before {
        width: 40px;
    }

    .snip1577:hover:after,
    .snip1577.hover:after {
        height: 40px;
    }

    .snip1577:hover h3,
    .snip1577.hover h3,
    .snip1577:hover h4,
    .snip1577.hover h4 {
        opacity: 1;
    }

    .snip1577:hover h3,
    .snip1577.hover h3 {
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

    .snip1577:hover h4,
    .snip1577.hover h4 {
        -webkit-transition-delay: 0.35s;
        transition-delay: 0.35s;
    }

/* Our Portfolio Section
--------------------------------*/
#portfolio {
    background: #fff;
    padding: 30px 0;
}

    #portfolio .portfolio-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        -webkit-transition: all ease-in-out 0.4s;
        transition: all ease-in-out 0.4s;
    }

    #portfolio .portfolio-item {
        overflow: hidden;
        position: relative;
        padding: 0;
        vertical-align: middle;
        text-align: center;
    }

        #portfolio .portfolio-item h2 {
            color: #ffffff;
            font-size: 24px;
            margin: 0;
            text-transform: capitalize;
            font-weight: 700;
        }

        #portfolio .portfolio-item img {
            -webkit-transition: all ease-in-out 0.4s;
            transition: all ease-in-out 0.4s;
            width: 100%;
        }

        #portfolio .portfolio-item:hover img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
        }

        #portfolio .portfolio-item:hover .portfolio-overlay {
            opacity: 1;
            background: rgba(0, 0, 0, 0.7);
        }

    #portfolio .portfolio-info {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

/* Testimonials Section
--------------------------------*/
#testimonials {
    padding: 30px 0;
}

    #testimonials .testimonial-item {
        box-sizing: content-box;
        padding: 30px 30px 0 30px;
        margin: 30px 15px;
        text-align: center;
        min-height: 350px;
        box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    }

@media (max-width: 767px) {
    #testimonials .testimonial-item {
        margin: 30px 10px;
    }
}

#testimonials .testimonial-item .testimonial-img {
    width: 90px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

#testimonials .testimonial-item h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

#testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0;
}

#testimonials .testimonial-item .quote-sign-left {
    margin-top: -15px;
    padding-right: 10px;
    display: inline-block;
    width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
    margin-bottom: -15px;
    padding-left: 10px;
    display: inline-block;
    max-width: 100%;
    width: 37px;
}

#testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

#testimonials .owl-nav, #testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

#testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd;
}

    #testimonials .owl-dot.active {
        background-color: #ff8809;
    }

/* Call To Action Section
--------------------------------*/
#call-to-action {
    background: #081e5b;
    background-size: cover;
    padding: 40px 0;
}

    #call-to-action .cta-title {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    #call-to-action .cta-text {
        color: #fff;
    }

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 10px;
    border: 3px solid #fff;
    color: #fff;
}

    #call-to-action .cta-btn:hover {
        background: #ff8809;
        border: 3px solid #ff8809;
    }

/* Our Team Section
--------------------------------*/
#team {
    background: #fff;
    padding: 30px 0 0 0;
}

    #team .member {
        text-align: center;
        margin-bottom: 20px;
    }

        #team .member .pic {
            overflow: hidden;
            text-align: center;
        }

            #team .member .pic img {
                max-width: 100%;
            }

        #team .member .details {
            background: #ff8809;
            color: #fff;
            padding: 15px;
            border-radius: 0 0 3px 3px;
        }

        #team .member h4 {
            font-weight: 700;
            margin-bottom: 2px;
            font-size: 18px;
        }

        #team .member span {
            font-style: italic;
            display: block;
            font-size: 13px;
        }

        #team .member .social {
            margin-top: 5px;
        }

            #team .member .social a {
                color: #fff;
            }

            #team .member .social i {
                font-size: 16px;
                margin: 0 2px;
            }

/* Contact Section
--------------------------------*/
#contact {
    padding: 30px 0;
    background: #2d2d2d;
}

    #contact .contact-info {
        margin-bottom: 20px;
    }

        #contact .contact-info i {
          font-size: 48px;
    display: inline-block;
    /* margin-bottom: 10px; */
    color: #ff8809;
    margin-right: 8px;
    /* align-items: center; */
    vertical-align: middle;
        }

        #contact .contact-info .contact-email i {
            font-size: 25px;
            display: inline-block;
            margin-bottom: 10px;
            color: #ff8809;
            text-align: left;
        }

    #contact h2, #contact p {
        color: #fff;
    }

    #contact .contact-info address, #contact .contact-info p {
        margin-bottom: 0;
        color: #ccc;
    }

    #contact .contact-info h3 {
        font-size: 18px;
        margin-bottom: 15px;
        font-weight: bold;
        text-transform: uppercase;
        color: #999;
    }

    #contact .contact-info a {
        color: #ccc;
    }

        #contact .contact-info a:hover {
            color: #ff8809;
        }

    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        margin-bottom: 20px;
    }

@media (min-width: 768px) {
    #contact .contact-address, #contact .contact-phone, #contact .contact-email {
        padding: 20px 0;
    }
}

@media (min-width: 768px) {
    /* #contact .contact-address,
  #contact .other_pages_terms {
    border-right: 1px solid #ddd;
  } */
    .b_right {
        border-right: 1px solid #ddd;
    }
}

#contact #google-map {
    height: 290px;
    margin-bottom: 20px;
}

@media (max-width: 576px) {
    #contact #google-map {
        margin-top: 20px;
    }
}

#contact .form #sendmessage {
    color: #ff8809;
    border: 1px solid #ff8809;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
        display: block;
    }

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

#contact .form input, #contact .form textarea {
    padding: 10px 14px;
    border-radius: 0;
    box-shadow: none;
    font-size: 15px;
}

#contact .form button[type="submit"] {
    background: #ff8809;
    border: 0;
    border-radius: 3px;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    cursor: pointer;
}

    #contact .form button[type="submit"]:hover {
        background: #2dc899;
    }

#contact .other_pages ul, .other_pages_terms ul {
    padding-left: 0px;
}

    #contact .other_pages ul li, #contact .other_pages_terms ul li {
        float: none;
        list-style: none;
        margin-right: 10px;
        line-height: 30px;
        color: #bbb;
        margin-bottom: 5px;
    }

        #contact .other_pages ul li i, #contact .other_pages_terms ul li i {
            font-size: 20px;
        }
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #353535;
    padding: 0 0 30px 0;
    font-size: 14px;
}

    #footer .copyright {
        text-align: center;
        padding-top: 30px;
        color: #ccc;
    }

    #footer .credits {
        text-align: center;
        font-size: 13px;
        color: #ccc;
    }

        #footer .credits a {
            color: #ff8809;
        }

/********************/
.logo_small {
    position: absolute;
    text-align: center;
    width: 1140px;
    z-index: 0;
    height: 1px;
}

    .logo_small img {
        height: 100px;
        margin-top: -40px;
    }

.signin_btn {
    border: none;
    outline: none;
    display: block;
    padding: 7px 20px;
    /* width:100%; */
    color: #fff;
    background: #ff8809;
    border-radius: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    box-shadow: none;
    float: right;
    /* margin-top:23px; */
}

    .signin_btn:hover {
        border: none;
        box-shadow: none;
        background: #2d2d2d;
        transition: all 0.5s linear;
        color: #fff;
    }

    .signin_btn.focus, .signin_btn:focus, .signin_btn:hover {
        color: #fff;
    }

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.forgot_password {
    font-size: 12px;
    text-align: left;
    /* line-height:30px; */
}

/************************/

/* 
main {
  min-width: 320px;
  max-width: 800px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
} */

.chart section {
    display: none;
    padding: 20px 20px 20px;
    /* border-top: 1px solid #ddd; */
    border: 1px solid #ddd;
    /* box-shadow:0px 0px 2px #ccc; */
}

.chart input {
    display: none;
}

.chart .chart_fields input {
    display: block;
    background: transparent;
    height: 50px;
}

.chart .chart_fields select {
    display: block;
    background: transparent;
    height: 50px !important;
}

.chart_fields h5 {
    font-size: 18px;
    /* padding-left:15px; */
    font-weight: bold;
}

.chart_fields p {
    margin-bottom: 5px;
}

.chart label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 10px 30px;
    font-weight: 600;
    text-align: center;
    /* color: #bbb; */
    color: #2d2d2d;
    /* background: #e8e8e8; */
    font-size: 20px;
    border: 1px solid transparent;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

    .chart label:before {
        font-family: fontawesome;
        font-weight: normal;
        margin-right: 10px;
    }

    .chart label[for*='1']:before {
        content: '\f1cb';
    }

    .chart label[for*='2']:before {
        content: '\f17d';
    }

    .chart label[for*='3']:before {
        content: '\f16b';
    }

    .chart label[for*='4']:before {
        content: '\f1a9';
    }

    .chart label:hover {
        color: #2d2d2d;
        cursor: pointer;
        transition: 0.5s;
    }

.chart input:checked + label {
    color: #ff8809;
    border-left: 1px solid #ddd;
    border-top: 2px solid #ff8809;
    /* border-bottom: 1px solid #fff; */
    background: #f8f8f8;
    border-right: 1px solid #ddd;
}

.chart #tab1:checked ~ #content1,
.chart #tab2:checked ~ #content2,
.chart #tab3:checked ~ #content3,
.chart #tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    .chart label {
        font-size: 0;
    }

        .chart label:before {
            margin: 0;
            font-size: 18px;
        }
}

@media screen and (max-width: 400px) {
    .chart label {
        padding: 15px;
    }
}

/***************/

#regForm {
    background-color: transparent;
    /* margin: 100px auto; */
    /* padding: 40px; */
    width: 100%;
    /* min-width: 300px; */
}

/* Style the input fields */
input {
    padding: 10px;
    width: 100%;
    font-size: 17px;
    font-family: Raleway;
    border: 1px solid #aaaaaa;
    background: transparent;
}

    /* Mark input boxes that gets an error on validation: */
    input.invalid {
        background-color: #ffdddd;
    }

/* Hide all steps by default: */
.tab {
    display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #ff8809;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}

    /* Mark the active step: */
    .step.active {
        opacity: 1;
    }

    /* Mark the steps that are finished and valid: */
    .step.finish {
        background-color: #4CAF50;
    }

.default_btn {
    border-radius: 30px;
    padding: 5px 25px;
    background: #ff8809;
    color: #fff !important;
}

    .default_btn:hover {
        background: #2d2d2d;
        color: #fff;
        transform: 0.5s;
        /*box-shadow:0px 0px 8px #777;*/
    }

.reg_btn {
    border-radius: 30px;
    padding: 5px 20px;
    background: #ff8809;
    color: #fff;
}

    .reg_btn:hover {
        background: #ff8400;
        color: #fff;
        transform: 0.5s;
    }


/*********************/

.zodiachoroscope {
    /* background:#fff; */
    background: #0a0e1c url(../img/bg1.jpg);
    /* padding:20px 0px; */
}

.zodiac_bg {
    /* border:1px solid #ccc; */
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

    .zodiac_bg img {
        height: 50px;
        float: left;
        padding: 0px 15px;
    }

    .zodiac_bg span {
        float: left;
        font-size: 18px;
        padding: 10px 5px 0px;
        font-weight: bold;
    }

    .zodiac_bg:hover {
        background: #f5f5f5;
        display: block;
    }

.grey_bg {
    background: #f8f8f8;
}

.main_services .zodiac_bg {
    background: #964e00;
}

.main_services .selected:after {
    position: absolute;
    content: "";
    /* border-left: 40px solid #333; */
    /* border-left: 25px solid #333; */
    border: 20px solid transparent;
    border-top: 20px solid #964e00;
    left: 145px;
    top: 70px;
}

.main_services .zodiac_bg a {
    color: #fff;
}

#question {
    background: #f8f8f8;
    padding: 50px 0px;
}

.mt-30 {
    margin-top: 30px;
}

/********************/


.astro_service .box {
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
    position: relative;
    margin-bottom: 15px;
}

    .astro_service .box:before,
    .astro_service .box:after {
        content: "";
        width: 0;
        height: 0;
        background: rgba(0,0,0,0.4);
        position: absolute;
        top: 5%;
        left: 5%;
        transition: all 0.3s ease-in-out;
    }

    .astro_service .box:after {
        top: auto;
        left: auto;
        bottom: 5%;
        right: 5%;
    }

    .astro_service .box:hover:before,
    .astro_service .box:hover:after {
        width: 90%;
        height: 90%;
    }

    .astro_service .box img {
        width: 100%;
        height: auto;
    }

    .astro_service .box .box-content {
        width: 100%;
        height: 100%;
        padding-top: 25%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        z-index: 2;
        transition: all 0.2s ease 0.3s;
    }

    .astro_service .box:hover .box-content {
        opacity: 1;
    }

    .astro_service .box .box-content:before,
    .astro_service .box .box-content:after {
        content: "";
        width: 85%;
        height: 85%;
        border: 2px solid transparent;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: -1;
        transform: translateY(-50%) translateX(-50%);
        transition: all 0.3s ease 0s;
    }

    .astro_service .box .box-content:before {
        width: 0;
    }

    .astro_service .box .box-content:after {
        height: 0;
    }

    .astro_service .box:hover .box-content:before {
        width: 85%;
        border-top: 2px solid #ff8809;
        border-bottom: 2px solid #ff8809;
        transition-delay: 0.4s;
    }

    .astro_service .box:hover .box-content:after {
        height: 85%;
        border-left: 2px solid #ff8809;
        border-right: 2px solid #ff8809;
        transition-delay: 0.4s;
    }

    .astro_service .box .title {
        font-size: 20px;
        font-weight: 700;
        color: #ff8809;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 10px;
    }

    .astro_service .box .post {
        display: block;
        font-size: 15px;
        font-style: italic;
        color: #fff;
        margin-bottom: 10px;
    }

    .astro_service .box .icon {
        list-style: none;
        padding: 0;
        margin: 0;
        z-index: 999;
    }

        .astro_service .box .icon li {
            display: inline-block;
        }

        .astro_service .box .icon a {
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border-radius: 15%;
            background: #fff;
            font-size: 15px;
            color: #2d2c2c;
            text-align: center;
            margin-right: 5px;
            transition: all 0.3s ease 0s;
        }

            .astro_service .box .icon a:hover {
                background: transparent;
                color: #ff8809;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #ff8809, -1px -1px 3px #ff8809;
            }

@media only screen and (max-width:990px) {
    .astro_service .box {
        margin-bottom: 30px;
    }
}

/*****************************/

/*.horoscope_daily a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.horoscope_daily #accordion .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 0px;
    overflow: hidden;
    position: relative;
}

.horoscope_daily #accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
}

    .horoscope_daily #accordion .panel-heading:before,
    .horoscope_daily #accordion .panel-heading:after {
        content: "";
        width: 50%;
        height: 20%;
        box-shadow: 0 15px 5px rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 15px;
        left: 10px;
        transform: rotate(-3deg);
        z-index: -1;
    }

    .horoscope_daily #accordion .panel-heading:after {
        left: auto;
        right: 10px;
        transform: rotate(3deg);
    }

.horoscope_daily #accordion .panel-title a {
    display: block;
    padding: 0px 54px 0px 0px;
    margin: 0;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ff8809;
    border-radius: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    position: relative;
}

    .horoscope_daily #accordion .panel-title a:before,
    .horoscope_daily #accordion .panel-title a.collapsed:before {
        content: "\f106";
        font-family: "FontAwesome";
        font-weight: 900;
        width: 55px;
        height: 100%;
        text-align: center;
        line-height: 50px;
        border-left: 2px solid #ff8809;
        position: absolute;
        top: 0;
        right: 0;
    }

    .horoscope_daily #accordion .panel-title a.collapsed:before {
        content: "\f107";
    }

    .horoscope_daily #accordion .panel-title a .icon {
        display: inline-block;
        width: 55px;
        height: 100%;
        border-right: 2px solid #ff8809;
        font-size: 20px;
        color: rgba(0,0,0,0.7);
        line-height: 50px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
    }

    .horoscope_daily #accordion .panel-title a .img_icon {
        display: inline-block;        
        border-right: 2px solid #ff8809;
        color: rgba(0,0,0,0.7);
        line-height: 50px;
        text-align: center;
        position: relative;
        padding: 0px 15px;
        margin-right: 10px;
    }

.horoscope_daily #accordion img {
    height: 20px;
}

.horoscope_daily #accordion .panel-body {
    padding: 0px 0px;
    margin: 0 0 20px;
    border-bottom: 3px solid #ff8809;
    border-top: none;
    background: #fff;
    font-size: 15px;
    color: #333;
    line-height: 27px;
}*/

.Horo_detail .horo_lists 
{
     border-left: 1px dashed #ced4da;
     border-top: 1px dashed #ced4da;
     border-bottom: 1px dashed #ced4da;
     border-right: none;
       outline:none;
        font-size:16px;
       height:40px;
       box-shadow:none;
       padding: 0.3em;
       cursor:pointer;
}
.Horo_detail ul li 
{
    list-style:none;
    float:left;
    width:50%;
    border-right:none;
    color:#000;
 }
 .dashed_border 
 {
    border-right: 1px dashed #ced4da !important;
 }
 .Horo_detail ul 
 {
  padding-left:10px;   
 }
.Horo_detail ul li .horo_lists:hover
{
    background:#f5f5f5;
    transition:0.5;
    color:#000 ;
    font-size:16px;
}

.aries_icon img 
{
    width:70px;   
}
.sign_detail 
{
    padding:20px 15px;
    align-items: center;
    
}
.sign_detail .sign_icon 
{
    float:left;
    margin-right:10px;
    border-radius:50%;
    border:5px solid #ccc;
    background:#f5f5f5;
    width:80px;
    height:80px;
    text-align: center;
    /* vertical-align: middle; */
    padding: 7px;
   
}
.sign_detail .sign_icon img 
{
    width:55px;    
}
.pt-30 
{
    padding-top:30px;
}
.sign_detail h5 
{
       font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    padding-top: 15px;
    color: #ff8809;
}
.sign_content 
{
    font-size:14px;
    text-align:justify;
}


/***********/
.face-button {
    height: 40px;
    display: inline-block;
    border: 3px solid #ff8809;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ff8809;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 10px;
    display: block;
}

    .face-button .icon {
        margin-right: 6px;
    }

    .face-button .face-primary,
    .face-button .face-secondary {
        display: block;
        padding: 0 32px;
        line-height: 35px;
        transition: margin .4s;
    }

    .face-button .face-primary {
        background-color: #ff8809;
        color: #fff;
        text-transform: uppercase;
    }

    .face-button:hover .face-primary {
        margin-top: -35px;
    }

/*************/
.face-button_black {
    height: 40px;
    display: inline-block;
    border: 3px solid #2d2d2d;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #2d2d2d !important;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 10px;
    display: block;
}

.face-button .face-primary_black,
.face-button .face-secondary_black {
    display: block;
    padding: 0 32px;
    line-height: 35px;
    transition: margin .4s;
}

.face-button .face-primary_black {
    background-color: #2d2d2d;
    color: #fff;
    text-transform: uppercase;
}

.face-button:hover .face-primary_black {
    margin-top: -35px;
}
/*************/

/*
 *  STYLE 15
 */
.scrollbar {
    margin-left: 0px;
    float: left;
    height: 100%;
    width: 100%;
    background: #F5F5F5;
    overflow-y: scroll;
    margin-bottom: 5px;
}

/* .force-overflow {
    min-height: 450px;
} */

/* #wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
} */

/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb {
    background-color: #000000;
}

/******** Login Form**********/

.registration_form .login-page {
    width: 360px;
    padding: 0% 0 0;
    margin: auto;
}

.registration_form .form {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 20px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

    .registration_form .form input {
        /* font-family: "Roboto", sans-serif; */
        outline: 0;
        background: #f2f2f2;
        width: 100%;
        border: 0;
        margin: 0 0 10px;
        padding: 10px 15px;
        box-sizing: border-box;
        font-size: 14px;
    }

    .registration_form .form button {
        /* font-family: "Roboto", sans-serif; */
        text-transform: uppercase;
        outline: 0;
        background: #ff8809;
        width: 100%;
        border: 0;
        padding: 15px;
        color: #FFFFFF;
        font-size: 14px;
        -webkit-transition: all 0.3 ease;
        transition: all 0.3 ease;
        cursor: pointer;
    }

        .registration_form .form button:hover, .registration_form .form button:active, .registration_form .form button:focus {
            background: #f58105;
        }

    .registration_form .form .message {
        margin: 10px 0 0;
        color: #464646;
        font-size: 12px;
    }

        .registration_form .form .message a {
            color: #ff8809;
            text-decoration: none;
        }

    .registration_form .form .register-form {
        display: none;
    }

.registration_form .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    padding-bottom: 10px;
}

    .registration_form .label-cbx input:checked + .checkbox {
        border-color: #20C2E0;
    }

        .registration_form .label-cbx input:checked + .checkbox svg path {
            fill: #ff8809;
        }

.label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.registration_form .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.registration_form .label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

    .registration_form .label-cbx .checkbox svg {
        position: absolute;
        top: -2px;
        left: -2px;
    }

        .registration_form .label-cbx .checkbox svg path {
            fill: none;
            stroke: #ff8809;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 71px;
            stroke-dashoffset: 71px;
            transition: all 0.6s ease;
        }

        .registration_form .label-cbx .checkbox svg polyline {
            fill: none;
            stroke: #FFF;
            stroke-width: 2;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-dasharray: 18px;
            stroke-dashoffset: 18px;
            transition: all 0.3s ease;
        }

.registration_form .label-cbx > span {
    pointer-events: none;
    vertical-align: middle;
}

.registration_form .cntr {
    position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
}

.registration_form .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
}

#main_header {
    background: #f5f5f5;
    padding: 0px 0px;
}

    #main_header .page_header {
        width: 50%;
        float: left;
        background: #ff8809;
        /* border: 5px solid #2d2d2d; */
        padding: 7px 30px;
        box-shadow: 0px 0px 5px #2d2d2d;
        margin: 15px 0px;
    }
        /* #main_header .page_header:before {
	content: '';
    position: absolute;
    top: 180px;
    right: 674px;
    border-top: 58px solid #2d2d2d;
    border-left: 58px solid #fe8709;
    width: 0;
    z-index: 1;
} */
       /* #main_header .page_header h2 {
            margin-bottom: 0px;
            color: #fff;
            text-shadow: 0px 2px 2px #6b3700;
            text-transform: uppercase;
        }

    #main_header .head_breadcrumbs {
        width: 50%;
        float: right;
        background: #2d2d2d;
        padding: 30px 30px;
    }

        #main_header .head_breadcrumbs:before {
            content: '';
            position: absolute;
            top: 165px;
            right: 674px;
            border-top: 84px solid #2d2d2d;
            border-left: 70px solid rgba(254, 135, 9, 0);
            width: 0;
            z-index: 1;
        }

        #main_header .head_breadcrumbs span {
            color: #fff;
            float: right;
        }*/
        #main_header .page_heading {
			   background: transparent;
    /* padding: 0px 27px 0px 0px; */
    /* border-radius: 111px; */
    position: relative;
    z-index: 1;
    overflow: hidden;
	width:100%;
		}
		#main_header .page_heading h2 {
			    background: #ff8809;
    padding: 10px 25px;
    z-index: 0;
    box-shadow: 0px 0px 5px #2d2d2d;
    margin: 15px 0px;
    color: #fff;
    color: #fff;
    text-shadow: 0px 2px 2px #6b3700;
    text-transform: uppercase;
		}
		#main_header .page_heading:after {
			position: absolute;
    right: -250px;
    top: -375px;
    width: 750px;
    height: 750px;
    background: #2d2d2d;
    content: '';
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
		}
		
		#main_header .page_breadcrumbs {
    color: #fff;
    float: right;
    position: relative;
    margin-top: -55px;
    z-index: 1;
    right: 25px;
}		

.question_form select {
    height: 50px !important;
}

.form-control:focus {
    color: #495057;
    background-color: transparent;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,);
}

.question_form p.note {
    color: #f00;
}


/**********************/
.pt-10 {
	padding-top:10px;
}
/* .vastu_articles .btn-bs-file{
    position:relative;
}
.vastu_articles .btn-bs-file input[type="file"]{
    position: absolute;
    top: -9999999;
    filter: alpha(opacity=0);
    opacity: 0;
    width:0;
    height:0;
    outline: none;
    cursor: inherit;
} */
.file_upload {
	
}

/* .vastu_articles .vertical-tab{
    font-family: 'Roboto', sans-serif;
    display: table;
} */
.vastu_articles .vertical-tab{ display: table; }
.vastu_articles .vertical-tab .nav-tabs{
   display: table-cell;
   width: 28%;
   min-width: 28%;
   border: none;
   position: relative;
}
.vastu_articles .vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
   margin-right: 0;
}
.vastu_articles .vertical-tab .nav-tabs li a{
   display: block;
   padding: 10px 20px;
   margin: 10px 10px 20px 0;
   background: #2d2d2d;
   font-size: 17px;
   font-weight: 600;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   border: none;
   border-radius: 0;
   position: relative;
   transition: all 0.3s ease 0s;
}
.vastu_articles .vertical-tab .nav-tabs li:last-child a{ margin-bottom: 10px; }
.vastu_articles .vertical-tab .nav-tabs li a:hover,
.vastu_articles .vertical-tab .nav-tabs li.active a{
    background: #ff8809;
    border:none;
    color: #fff;
}
.vastu_articles .vertical-tab .nav-tabs li a:before,
.vastu_articles .vertical-tab .nav-tabs li a:after{
   content: "";
   width: 20%;
   height: 3px;
   background: #2d2d2d;
   position: absolute;
   top: -5px;
   left: 0;
   transition: all 0.3s ease 0s;
}

.vastu_articles .vertical-tab .nav-tabs li a:after{
   top: auto;
   left: auto;
   bottom: -5px;
   right: 0;
}
.vastu_articles .vertical-tab .nav-tabs li a:hover:before,
.vastu_articles .vertical-tab .nav-tabs li.active a:before,
.vastu_articles .vertical-tab .nav-tabs li a:hover:after,
.vastu_articles .vertical-tab .nav-tabs li.active a:after{
   width: 100%;
   background: #ff8809;
}
.vastu_articles .vertical-tab .tab-content{
   display: table-cell;
   padding: 20px 25px;
   background: #fff;
   font-size: 15px;
   /* color: #fff; */
  /*  line-height: 27px;
   letter-spacing: 1px; */
   outline: 3px dotted #2d2d2d;
   outline-offset: -8px;
   vertical-align: top;
}
.vastu_articles .vertical-tab .tab-content h3{
    font-size: 24px;
    color: #2d2d2d;
    margin: 0 0 5px 0;
}
.contact_form {
	background:#f9f9f9;
	padding:15px 10px;
}

@media only screen and (max-width: 479px){
   .vastu_articles .vertical-tab .nav-tabs{
       display: block;
       width: 100%;
       border-right: none;
   }
   .vastu_articles .vertical-tab .nav-tabs li{ margin: 0 0 10px 0; }
   .vastu_articles .vertical-tab .nav-tabs li:last-child{ margin-bottom: 0; }
    .vastu_articles .vertical-tab .nav-tabs li a,
    .vastu_articles .vertical-tab .nav-tabs li.active a{
        padding: 10px;
        margin-right: 0;
    }
   .vastu_articles .vertical-tab .tab-content{ display: block; }
   .vastu_articles .vertical-tab .tab-content h3{ font-size: 18px; }
}

/*.vastu_articles #accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 15px;
}

.vastu_articles #accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

.vastu_articles #accordion .panel-title a {
    display: block;
    padding: 14px 60px;
    font-size: 16px;
    font-weight: bold;
    color: #232323;
    background: #fff;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease 0s;
}

    .vastu_articles #accordion .panel-title a.collapsed {
        background: #eee;
        box-shadow: none;
    }

        .vastu_articles #accordion .panel-title a:before,
        .vastu_articles #accordion .panel-title a.collapsed:before {
            content: "";
            width: 20px;
            height: 1px;
            background: #ff8809;
            position: absolute;
            top: 23px;
            left: 0;
        }

        .vastu_articles #accordion .panel-title a.collapsed:before {
            background: #2d2d2d;
        }

        .vastu_articles #accordion .panel-title a:after,
        .vastu_articles #accordion .panel-title a.collapsed:after {
            content: "\f068";
            font-family: "FontAwesome";
            font-weight: 900;
            width: 27px;
            height: 27px;
            line-height: 27px;
            border-radius: 50%;
            background: #ff8809;
            position: absolute;
            top: 10px;
            left: 25px;
            font-size: 14px;
            color: #fff;
            text-align: center;
            z-index: 1;
        }

        .vastu_articles #accordion .panel-title a.collapsed:after {
            content: "\f067";
            color: #fff;
            background: #2d2d2d;
        }

.vastu_articles #accordion .panel-body {
    font-size: 13px;
    color: #000;
    line-height: 25px;
    padding: 0 15px;
    margin-left: 35px;
    border: none;
    border-left: 2px dashed #eee;
}*/

.vastu_img img {
    width: 300px;
    float: left;
    margin-right: 25px;
}

.zodiachoroscope .default_open {
    background: #f5f5f5;
}

#about .box_bg {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
}

hr.solid {
    background: #f0f0f0;
    width: 100%;
    height: 1px;
}

#about .space {
    padding: 10px;
}

.pt-none {
    padding-top: 0px;
}

.kundali {
    padding: 20px 25px;
    background: #fff;
    box-shadow: 0px 0px 5px #ccc;
    height: 560px;
}

    .kundali p {
        margin-bottom: 5px;
    }

.serv_heading {
    background: #ff8809;
    display: block;
    padding: 40px 0px;
    text-align: center;
    box-shadow: 0px 0px 5px #ccc;
    border-bottom: 3px solid #2d2d2d;
}


    .serv_heading h3 {
       margin-bottom: 0px;
    color: #fff;
    text-shadow: 1px 2px 1px #8a4700;
    background: rgba(255, 136, 9, 0.3);
    display: inline-block;
    padding: 5px 30px;
    border-radius: 80px;
    border: 2px solid rgba(255, 136, 9, 0.6);
    }


.box_bg table {
    margin-bottom: 0px;
}

    .box_bg table tr td {
        font-size: 14px;
        padding: 5px;
    }

.match_result {
    background: #f5f5f5;
    padding: 0px 0px;
    text-align: center;
    box-shadow: 0px 2px 0px 0px #afafaf;
}

    .match_result ul {
        margin-left: 20px;
    }

        .match_result ul li {
            font-size: 13px;
            text-align: left;
        }

    .match_result h5 {
        background: #ff8809;
        display: block;
        padding: 10px;
        text-align: center;
        color: #fff;
    }

    .match_result span {
        font-size: 35px;
    }
/************ DailyHoroscope************



/* ============================= menu_ic ====================== */
.ic_wrapper {
    background: url(../images/px1.png);
    padding-top: 25px;
    padding-bottom: 0px;
    border-top: 1px solid #292834;
    border-bottom: 1px solid #292834;
}

.ic {
}

.menu_ic {
    padding: 20px 0px;
}

#menu_ic {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    line-height: 1px;
}

    #menu_ic > li {
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        width: 60px;
        height: 90px;
        margin: 0 15px;
        padding-bottom: 0px;
    }

        #menu_ic > li > a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            position: relative;
        }

            #menu_ic > li > a .cube {
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
            }

            #menu_ic > li > a .front {
                text-align: center;
                width: 100%;
                height: 100%;
            }

            #menu_ic > li > a .img_front {
                position: relative;
                left: 0;
                top: 0;
                z-index: 1;
                width: 100%;
            }

            #menu_ic > li > a .txt1 {
                position: relative;
                left: 0;
                top: 10px;
                z-index: 3;
                font-size: 15px;
                line-height: 20px;
                color: #9b9bb9;
                text-align: center;
                width: 100%;
            }

            #menu_ic > li > a .back .txt1 {
                color: #fff;
            }

            #menu_ic > li > a .img_back {
                position: relative;
                z-index: 1;
                width: 100%;
            }



.front {
    z-index: 2;
    position: absolute;
}

.back {
    z-index: 1;
    position: absolute;
}

.rollover.hoverItem .front,
.rollover:hover .front,
.rollover.activeLink .front,
.rollover:focus .front {
    z-index: 1;
    opacity: 0;
}

.rollover.hoverItem .back,
.rollover:hover .back,
.rollover.activeLink .back,
.rollover:focus .back {
    z-index: 2;
    opacity: 1;
}

.rollover .front {
    opacity: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.rollover .back {
    opacity: 0;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.cube {
    height: 165px;
    width: 165px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0) rotateY(0) rotateZ(0);
    -moz-transform: rotateX(0) rotateY(0) rotateZ(0);
    -ms-transform: rotateX(0) rotateY(0) rotateZ(0);
    -o-transform: rotateX(0) rotateY(0) rotateZ(0);
    transform: rotateX(0) rotateY(0) rotateZ(0);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.rollover.hoverItem .cube,
.rollover:hover .cube,
.rollover.activeLink .cube,
.rollover:focus .cube {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.front {
    -webkit-transform: translate3d(0,0,0px);
    -moz-transform: translate3d(0,0,0px);
    -ms-transform: translate3d(0,0,0px);
    -o-transform: translate3d(0,0,0px);
    transform: translate3d(0,0,0px);
}

.back {
    -webkit-transform: rotateY(180deg) translate3d(0,0,0px);
    -moz-transform: rotateY(180deg) translate3d(0,0,0px);
    -ms-transform: rotateY(180deg) translate3d(0,0,0px);
    -o-transform: rotateY(180deg) translate3d(0,0,0px);
    transform: rotateY(180deg) translate3d(0,0,0px);
}

/*******PopUp**************/

.kundli h2 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
}

.kundli h6, .kundli h5 {
   margin-bottom: 5px;
    color: #ff8809;
    font-size: 20px;
    text-transform: uppercase;
}

.kundli span {
    display: block;
    font-size: 14px;
}

.astro_chart {
    background: url(../img/horoscope/birth.jpg);
    height: 320px;
    width: 450px;
}

    .astro_chart span.house7 {
        position: absolute;
        top: 175px;
        margin-left: 220px;
    }

    .astro_chart span.house7_t1 {
        position: absolute;
        top: 220px;
        margin-left: 170px;
        font-size: 14px;
        color: #46b7e4;
        font-weight: bold;
    }

    .astro_chart span.house7_t2 {
        position: absolute;
        top: 220px;
        margin-left: 215px;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .astro_chart span.house7_t3 {
        position: absolute;
        top: 220px;
        margin-left: 265px;
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }

    .astro_chart span.house8 {
        position: absolute;
        top: 245px;
        margin-left: 330px;
    }

    .astro_chart span.house8_t1 {
        position: absolute;
        top: 270px;
        margin-left: 300px;
    }

    .astro_chart span.house8_t2 {
        position: absolute;
        top: 270px;
        margin-left: 330px;
    }

    .astro_chart span.house8_t3 {
        position: absolute;
        top: 270px;
        margin-left: 360px;
    }

    .astro_chart span.house9 {
        position: absolute;
        top: 225px;
        margin-left: 360px;
    }

    .astro_chart span.house9_t1 {
        position: absolute;
        top: 195px;
        margin-left: 400px;
        color: #000;
        font-weight: bold;
    }

    .astro_chart span.house9_t2 {
        position: absolute;
        top: 225px;
        margin-left: 400px;
        color: #000;
        font-weight: bold;
    }

    .astro_chart span.house9_t3 {
        position: absolute;
        top: 255px;
        margin-left: 400px;
        color: #000;
        font-weight: bold;
    }

    .astro_chart span.house10 {
        position: absolute;
        top: 150px;
        margin-left: 250px;
    }

    .astro_chart span.house10_t1 {
        position: relative;
        top: 150px;
        margin-left: 330px;
        font-weight: bold;
    }

    .astro_chart span.house10_t2 {
        position: relative;
        top: 100px;
        margin-left: 330px;
        font-weight: bold;
    }

    .astro_chart span.house10_t3 {
        position: relative;
        top: 140px;
        margin-left: 330px;
        font-weight: bold;
    }

    .astro_chart span.house11 {
        position: absolute;
        top: 70px;
        margin-left: 370px;
    }

    .astro_chart span.house11_t1 {
        position: absolute;
        top: 45px;
        margin-left: 400px;
        font-weight: bold;
    }

    .astro_chart span.house11_t2 {
        position: absolute;
        top: 70px;
        margin-left: 400px;
        font-weight: bold;
    }

    .astro_chart span.house11_t3 {
        position: absolute;
        top: 100px;
        margin-left: 415px;
        font-weight: bold;
    }

    .astro_chart span.house12 {
        position: absolute;
        top: 55px;
        margin-left: 330px;
    }

    .astro_chart span.house12_t1 {
        position: absolute;
        top: 30px;
        margin-left: 300px;
        font-weight: bold;
    }

    .astro_chart span.house12_t2 {
        position: absolute;
        /* top: 70px; */
        top: 30px;
        margin-left: 330px;
        font-weight: bold;
    }

    .astro_chart span.house12_t3 {
        position: absolute;
        top: 30px;
        margin-left: 360px;
        font-weight: bold;
    }

    .astro_chart span.house1 {
        position: absolute;
        top: 125px;
        margin-left: 225px;
    }

    .astro_chart span.house1_t1 {
        position: absolute;
        top: 75px;
        margin-left: 170px;
    }

    .astro_chart span.house1_t2 {
        position: absolute;
        top: 75px;
        margin-left: 225px;
    }

    .astro_chart span.house1_t3 {
        position: absolute;
        top: 75px;
        margin-left: 270px;
    }

    .astro_chart span.house2 {
        position: absolute;
        top: 50px;
        margin-left: 110px;
    }

    .astro_chart span.house2_t1 {
        position: absolute;
        top: 30px;
        margin-left: 70px;
    }

    .astro_chart span.house2_t2 {
        position: absolute;
        top: 30px;
        margin-left: 108px;
    }

    .astro_chart span.house2_t3 {
        position: absolute;
        top: 30px;
        margin-left: 135px;
    }

    .astro_chart span.house3 {
        position: absolute;
        top: 70px;
        margin-left: 80px;
    }

    .astro_chart span.house3_t1 {
        position: absolute;
        top: 50px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house3_t2 {
        position: absolute;
        top: 70px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house3_t3 {
        position: absolute;
        top: 90px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house4 {
        position: absolute;
        top: 150px;
        margin-left: 190px;
    }

    .astro_chart span.house4_t1 {
        position: absolute;
        top: 120px;
        margin-left: 100px;
        font-weight: bold;
    }

    .astro_chart span.house4_t2 {
        position: absolute;
        top: 150px;
        margin-left: 100px;
        font-weight: bold;
    }

    .astro_chart span.house4_t3 {
        position: absolute;
        top: 185px;
        margin-left: 100px;
        font-weight: bold;
    }

    .astro_chart span.house5 {
        position: absolute;
        top: 230px;
        margin-left: 75px;
    }

    .astro_chart span.house5_t1 {
        position: absolute;
        top: 200px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house5_t2 {
        position: absolute;
        top: 230px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house5_t3 {
        position: absolute;
        top: 255px;
        margin-left: 35px;
        font-weight: bold;
    }

    .astro_chart span.house6 {
        position: absolute;
        top: 245px;
        margin-left: 115px;
    }

    .astro_chart span.house6_t1 {
        position: absolute;
        top: 270px;
        margin-left: 75px;
        font-weight: bold;
    }

    .astro_chart span.house6_t2 {
        position: absolute;
        top: 270px;
        margin-left: 110px;
        font-weight: bold;
    }

    .astro_chart span.house6_t3 {
        position: absolute;
        top: 270px;
        margin-left: 140px;
        font-weight: bold;
    }

/******************/
	
	 .astro_chart span.rashi_house7 {
        position: absolute;
        top: 200px;
    margin-left: 205px;
    }

    .astro_chart span.rashi_house8 {
        position: absolute;
            top: 260px;
    margin-left: 315px;
    }

    .astro_chart span.rashi_house9 {
        position: absolute;
           top: 230px;
    margin-left: 370px;
    }

    .astro_chart span.rashi_house10 {
        position: absolute;
        top: 150px;
    margin-left: 290px;
    }

    .astro_chart span.rashi_house11 {
        position: absolute;
         top: 70px;
    margin-left: 385px;
    }


    .astro_chart span.rashi_house12 {
        position: absolute;
       top: 39px;
    margin-left: 320px;
    }

  .astro_chart span.rashi_house1 {
        position: absolute;
       top: 95px;
    margin-left: 205px;
    }
	
    .astro_chart span.rashi_house2 {
        position: absolute;
      top: 35px;
    margin-left: 90px;
    }

    .astro_chart span.rashi_house3 {
        position: absolute;
          top: 65px;
    margin-left: 25px;
    }

    .astro_chart span.rashi_house4 {
        position: absolute;
           top: 150px;
    margin-left: 105px;
    }


    .astro_chart span.rashi_house5 {
        position: absolute;
        top: 225px;
    margin-left: 35px;
    }

    .astro_chart span.rashi_house6 {
        position: absolute;
       top: 260px;
    margin-left: 100px;
    }


.planet_pos {
    background: #fff;
	    padding: 30px 25px;
}

.panel-title {
	background:#f5f5f5;
	padding:10px;
}