/*----------------------------------------- [MASTER STYLE SHEET] * Project: Directory Pro - Local Listing & Directory Template * Version: v1.1.1 * Copyright 2017-2020 rn53themes * Last Changes: 05/06/2017 * Author: RN53 Themes * Email: rn53themes@gmail.com * Website: http://www.rn53themes.net -----------------------------------------------*/
/*------------------------------------------------- = Table of Css 1.ALL PAGES COMMON CSS STYLES 2.HOME PAGE BANNER AND SEARCH BOX 3.TOP FIXED MENU 4.LISTING 5.RESPONSIVE SIDE MENU POPUP 6.HOME PAGE: SEARCH BOX 7.RIBBEN 8.MOBILE APP 9.FOOTER 10.PRE LOADING ANIMATION 11.SPECIAL TITLE STYLES 12.INNER PAGE LISTING 13.LISTING SOCIAL SHARE 14.POPUP 15.PREMIUM LISTING 16.STAR RATINGS 17.PRICING TABLE 18.ADD LISTING 19.HOME PAGE: PROJECT COUNT 20.HOME PAGE: POPULAR LISTINGS 21.HOME PAGE: DISCOUNT 22.HOME PAGE: CREATE A ACCOUNT 23.SOCIAL MEDIA LOGIN 24.LISTING LEAD FORM 25.ISTING DETAILS PAGE 26.HOW IT WORK 27.ABOUT US 28.CONTACT US 29.BLOG 30.CUSTOMER REVIEWS 31.ELEMENTS -------------------------------------------------*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
/* = RESPONSIVE SIDE MENU POPUP
/*-------------------------------------------------*/
.mob-right-nav {
    position: fixed;
    right: -270px;
    background: #b6995d;
    width: 250px;
    padding: 5px 15px 5px 15px;
    height: 100%;
    overflow-y: scroll;
    z-index: 11;
    top: 0;
    transition: all 0.5s ease;
    box-shadow: -6px 5px 13px rgba(0, 0, 0, 0.24);
}

.mob-right-nav:hover {
    overflow-y: scroll;
}

.mob-right-nav h5 {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
    /* border-bottom: 1px solid #303b40; */
    padding: 12px 0px;
}

.mob-right-nav ul {
    padding-left: 0px;
}

.mob-right-nav ul li {
}

.mob-right-nav ul li a {
    /* display: block;
     */
    /* border-bottom: 1px solid #e3e3e3;
     */
    /* padding: 7px 0px;
     */
    color: white;
    transition: all 0.5s ease;
    /* background: url('../images/res-menu-air.png') no-repeat left center;
     */
    /* background-size: 10px;
     */
    /* padding-left: 20px;
     */
    display: block;
    font-size: 13.5px;
    padding: 10px 0px;

    padding: 12px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background-color: #662c8c;
}
.mob-right-nav ul li:not(:last-child) a {
    border-bottom: 1px solid #fff;
}

.mob-right-nav ul li a:hover {
    transition: all 0.5s ease;
    color: #ffffff;
    padding-left: 25px;
}

.mob-right-nav ul li a i {
    padding-right: 5px;
}

.mob-right-nav-close {
    font-size: 10px;
}

.mob-right-nav-close i {
    cursor: pointer;
    border: 1px solid #b69b5e;
    padding: 5px;
    color: #b69a5d;
    border-radius: 25px;
    width: 23px;
    height: 23px;
    text-align: center;
    background: #ffffff;
}

.mob-menu-icon {
}

.mob-right-nav:hover {
    overflow-y: scroll;
}

.t-bb {
}

.dir-home-nav-bot {
    position: relative;
    overflow: hidden;
    width: 100%;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 15px;
    font-family: "Quicksand", sans-serif;
    font-weight: 600;
}

.dir-home-nav-bot ul {
    margin-bottom: 0px;
}

.dir-home-nav-bot ul li span {
    display: block;
    font-size: 32px;
    color: #694e45;
    padding-top: 10px;
}

.dir-home-nav-bot ul li {
    border-right: 0px solid #dedede;
    background: none;
}

.dir-home-nav-bot ul li:nth-child(1) {
    width: 60%;
}

.dir-home-nav-bot ul li:nth-child(2) {
    width: 20%;
}

.dir-home-nav-bot ul li:nth-child(3) {
    width: 20%;
}

.dir-home-nav-bot ul li a {
    padding-left: 2px;
    font-size: 15px;
    font-weight: 600;
    margin-right: 10px;
    height: inherit;
    padding: 10px;
    color: #fff;
    background: #01a0d8;
    background: linear-gradient(to bottom, #01a0d8, #0485b3);
}

.dir-home-nav-bot ul li a i {
    color: #fff;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}

.dir-ani-btn {
    position: relative;
    background-color: #15b0f6;
    border: none;
    font-size: 28px;
    color: #ffffff;
    padding: 2px;
    width: 200px;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    /* Safari */
    transition-duration: 0.4s;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(14, 14, 13, 0.42);
    border-bottom: 1px solid #0793d2;
    color: #fff;
    background-color: #1ebef0;
    border: 1px solid #1ebef0;
    font-weight: 600;
    border-radius: 2px;
    text-shadow: 0px 1px 0 rgba(255, 255, 255, 0.44);
}

.dir-ani-btn:after {
    content: "";
    background: #90ee90;
    display: block;
    position: absolute;
    padding-top: 300%;
    padding-left: 350%;
    margin-left: -20px !important;
    margin-top: -120%;
    opacity: 0;
    transition: all 0.8s;
}

.dir-ani-btn:active:after {
    padding: 0;
    margin: 0;
    opacity: 1;
    transition: 0s;
}

/*-------------------------------------------------*/
/* = DROPDOWN MENU
/*-------------------------------------------------*/
.v3-top-menu {
    /* position: fixed;
    top: 0;
    width: 100%;
    height: 100px;

    /* background: #00123a; */
    z-index: 99; */
    /* transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 3px solid #6f6161; */
}

.v3-menu {
    padding: 10px 0px;
    position: relative;
}

.v3-m-1 {
    float: left;
    width: 20%;
}

.v3-m-1 img {
    width: 85%;
}

.v3-m-2 {
    float: left;
    width: 60%;
    padding: 5px 20px;
}

.v3-m-2 ul {
    margin-bottom: 0px;
}

.v3-m-2 ul li {
    float: left;
}

.v3-m-2 ul li a {
    color: #40439e;
    padding: 10px 20px;
}

.v3-m-2 ul li a:hover {
    color: #f26c09;
    padding: 10px 20px;
}

.v3-m-3 {
    float: left;
    width: 20%;
}

.dropdown-content {
    overflow: visible;
}

#dropdown2 {
    left: 162px !important;
}

#dropdown3 {
    left: 184px !important;
}

.ed-sub-menu:after {
    content: "\f107";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: 0px;
    font-size: 14px;
    font-weight: 900;
}

.ed-sub-drop-menu:after {
    content: "\f105";
    font-family: FontAwesome;
    padding: 5px 5px;
    position: relative;
    top: -5px;
    font-size: 14px;
    font-weight: 900;
    float: right;
}

.v3-top-ri {
    padding: 1.2em 0px;
}

.v3-top-ri ul {
    /* margin-bottom: 0px;
    float: right; */
}

.v3-top-ri ul li {
    float: left;
}

.v3-top-ri ul li a {
    font-size: 25px;
    color: #652C8B;
    border: 6px solid #652C8B;
    font-weight: 400;
    border-radius: 50%;
    padding: 7px 12px;
    padding-left: 16px;
    /* margin-left: 7px; */
}

.v3-top-ri.v32-top-ri ul li a {
    color: white;
    border: 1px solid #ee6c30;
}

.v3-top-ri.v32-top-ri ul li a:hover {
    color: #f26c09;
}

.v3-top-ri ul li a i {
    margin-right: 5px;
}

.v3-add-bus {
}

.v3-menu-sign {
    /* background-color: #01a0d8; */
}

.v3-mob-top-menu {
    display: block;
    /* position: fixed; */
    /* top: 0; */
    /* width: 100%;
    height: 100px; */
    padding-left: 10px;
    padding-right: 10px;
    /* border-top: 1px solid #ececec; */
    background: #ffffff;
    /* z-index: 9; */
    transition: all 1s;
    /* -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    border-bottom: 1px solid #ececec; */
}

.v3-mob-menu {
    width: 100%;
}

.v3-mob-m-1 {
    float: left;
}
.v3-mob-m-1 img {
    width: 260px;
    padding-top: 20px;
    padding-bottom: 20px;
    /* margin-left: 8px; */
}



.v3-mob-m-2 {
    float: right;
    /* padding: 0px 30px; */
}

.v3-mob-m-2 ul {
}

.v3-mob-m-2 ul li {
}

.v3-mob-m-2 ul li a {
}

#v3-mob-menu-btn {
    width: auto;
    float: initial;
}

.v3-list-ql {
    position: fixed;
    top: 60px;
    width: 100%;
    height: 50px;
    background: #151f31;
    z-index: 9;
    transition: all 1s;
    -webkit-box-shadow: 0 1px 3px #960;
    -moz-box-shadow: 0 1px 3px #960;
    box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.47);
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.v3-list-ql-inn {
}

.v3-list-ql-inn ul {
    margin-bottom: 0px;
    display: table;
    margin: 0 auto;
}

.v3-list-ql-inn ul li {
    float: left;
}

.v3-list-ql-inn ul li a {
    color: #151f31;
    border-right: 1px solid #e0e0e0;
    line-height: 50px;
    display: block;
    padding: 0px 15px;
    font-size: 14px;
    font-weight: 600;
}

.v3-list-ql-inn ul li a i {
    margin-right: 5px;
}

.v3-list-ql-inn ul li a:hover {
    background: #01a0d8;
    color: #fff;
}

.v3-list-ql-inn .active-list a {
    background: #01a0d8;
    color: #fff;
}

/*-------------------------------------------------*/
/* = FOOTER
/*-------------------------------------------------*/
footer {
    /* background: #0f101c; */
    background: rgb(101,44,139);
    background: linear-gradient(90deg, rgba(101,44,139,1) 0%, rgba(182,152,93,1) 100%);
}

footer {
    color: #fff;
    font-weight: 300;
    padding: 30px;
}

footer h4,
footer .strong {
    color: #ffffff;
    font-weight: 400;
    font-size: 21px;
}

footer h4 {
    margin-bottom: 15px;
}

footer .highlighted {
    color: #ffffff;
    font-size: 15px;
    /* font-weight: 600;
     */
    vertical-align: -1px;
}

footer ul.two-columns li {
    width: 50%;
    float: left;
    padding: 5px;
}

.icons {
    color: #ffffff;
    font-weight: 400;
    font-size: 16px;
    padding: 5px;
}

footer ul.two-columns::after {
    content: "";
    display: table;
    clear: both;
}

footer ul.social-columns li {
    width: 30%;
    padding: 5px;
}

footer ul {
    padding: 0px;
}

footer ul li {
    list-style-type: none;
    padding-left: 24px;
    background-size: 9px;
}

footer ul li a {
    color: #ffffff;
    font-size: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

footer ul li a:hover {
    color: white;
    padding-left: 2px;
}

.foot-sec2 {
}

.foot-sec2 p {
    font-size: 15px;
}

.foot-logo {
}

.foot-logo img {
    width: 100%;
    padding-bottom: 20px;
}

.foot-sec2 {
    padding-top: 50px;
}

.foot-social {
}

.foot-social ul {
    padding: 0px;
}

.foot-social ul li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
    background: none;
    padding-left: 0px;
}

.foot-social ul li i {
    font-size: 16px;
    width: 32px;
    height: 32px;
    border: 0px solid #828284;
    border-radius: 50px;
    padding: 7px;
    text-align: center;
    color: #fff;
}

.foot-social ul li:nth-child(1) i {
    background: #3b5998;
}

.foot-social ul li:nth-child(2) i {
    background: #dd4b39;
}

.foot-social ul li:nth-child(3) i {
    background: #1da1f2;
}

.foot-social ul li:nth-child(4) i {
    background: #0077b5;
}

.foot-social ul li:nth-child(5) i {
    background: #bb0000;
}

.foot-social ul li:nth-child(6) i {
    background: #34af23;
}

.foot-social ul li a:hover {
    padding-left: 0px;
}

.copy {
    background: #ffffff !important;
}

.copy p {
    margin-bottom: 0px;
    text-align: center;
    padding: 8px;
    color: #b6995d;
}

.copy p a {
    color: #652c8b;
}

.footer-logo {
    width: 90%;
    height: auto;
    margin-bottom: 30px;
}

.inn-page-bg {
    /* margin-top: 100px; */
    background: #f9f9f9;
    padding: 20px;
}
.breadcrumb {
    background-image: url('../static/bg1.png');
    background-size: cover;  /* Ensures the image covers the container */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
    background-position: center;
    padding: 70px;
    margin-bottom: 0!important;
}
.breadcrumb h2 {
    color: #652c8b;
    font-weight: 800;
    margin-bottom: 15px;
}
.breadcrumb .fa {
    color: #b6995d;
}

.com-padd {
    padding-top: 50px;
    padding-bottom: 50px;
}

.contact-btn {
    color: white;
    background-color: #02173a;
    padding: 10px 13px;
}

.mob-right-nav h5 {
    font-size: 14px;
}
.client-info {
    background: #e1e1e1;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #000;
}
.profile-name {
    border-bottom: 2px solid #fff;
}
.form-design {
    padding: 20px;
    /* background: rgb(101, 44, 139);
    background: linear-gradient(90deg, rgba(101, 44, 139, 1) 0%, rgba(182, 152, 93, 1) 100%); */
    /* border-radius: 10px; */
}
.form-design label {
    color: #ffffff;
    font-size: .8em;
}
.btn-custom, .btn-custom:hover {
    border: 2px solid #fff;
    color: #fff!important;
    text-transform: uppercase;
    -webkit-box-shadow: 2px 2px 7px 0px rgb(190 190 190);
    -moz-box-shadow: 2px 2px 7px 0px rgb(190 190 190);
    box-shadow: 2px 2px 7px 0px rgb(190 190 190);
    transition: all 0.5s ease;
}
.bg-white-purple-gradient {
    background: rgb(255,255,255);
    -webkit-background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(101,44,139,1) 50%);
    -moz-background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(101,44,139,1) 50%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(101,44,139,1) 50%);
}
.bg-white-golden-gradient {
    background: rgb(255,255,255);
    -webkit-background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(182, 154, 93,1) 50%);
    -moz-background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(182, 154, 93,1) 50%);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(182, 154, 93,1) 50%);
}
.primary-bg {
    background-color: #652c8b !important;
    color: #ffffff !important;
}
.secondary-bg {
    background-color: #b6995d !important;
    color: #ffffff !important;
}
.how-it-works {
    background: #f9f9f9;
}
.how-it-works h2{
    color: #652c8b;
    font-size: 1.3em;
}
.work-item {
    padding: 20px;
}
.tradie-content {
    background-color: #652C8B!important;
    color: #ffffff!important;
    padding: 50px;
}
.tradie-content h2 {
    color: #ffffff;
    font-weight: 800;
    margin-bottom: 20px;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .v3-mob-m-1 img {
        width: 150px;
        padding-top: 16px;
        /* margin-left: 8px; */
    }

    .v3-top-ri ul li a {
        font-size: 20px;
        color: #652C8B;
        border: 4px solid #652C8B;
        font-weight: 400;
        border-radius: 50%;
        padding: 7px;
        padding-left: 10px;
        /* margin-left: 7px; */
    }
}

.service-section {
    background-image: url("/static/bg1.png");
    background-color: rgba(255, 255, 255, 0.6); /* white overlay */
    background-blend-mode: lighten; /* or multiply, overlay, etc. */
    padding-top: 50px;
    padding-bottom: 50px;
}
.service-item h2 {
    font-size: 1em;
    color: #652c8b;
    text-decoration: underline;
}

@media (max-width: 768px) {
    /* .container {
        width: 750px;
    } */
    .service-section {
        margin-top: -30px;
    }
}
::placeholder {
    color: #d1d1d1 !important;
}
