@import url(https://fonts.googleapis.com/css?family=Montserrat);

@import url(https://fonts.googleapis.com/css?family=Lato:700,300);

.btn-orange {
    color: #fff;
    background-color: #007b83;
    padding: 6px 12px !important;
}

    .btn-orange:hover {
        background-color: #4c4c4c;
    }

.alertify-notifier {
    color: #fff;
    border-radius: 6px;
}

.alertify .ajs-modal {
    z-index: 9999;
    background: rgba(0,0,0,0.1);
}

.grayBtn {
    background-color: #999;
    color: #FFFFFF;
}

.spinnerDiv {
    float: left;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    z-index: 100010;
    text-align: center;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    /*font-weight: 700;*/
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 3em;
}

h3 {
    font-size: 1.6em;
    line-height: 1.4em;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

a {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    color: #444;
    transition: all .3s linear;
}

    a:hover, a:focus {
        color: #e75d2e;
        outline: none;
        text-decoration: none;
    }

img {
    max-width: 100%;
}

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
        margin: 0;
    }

ol {
    list-style: none;
}
.center {
    text-align: center;
}
::selection {
    background: #007b83;
    color: #fff;
    padding: 10px 0px;
}

::-moz-selection {
    background: #007b83;
    color: #fff;
}

.block-title {
    margin: 0px 0px 20px;
}

h3.block-title {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 5px;
    text-transform: uppercase;
}
/*.btn {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    color: #fff;
    padding: 16px 22px;
    position: relative;
    text-transform: uppercase;
    transition: all .3s linear;
}*/

    
    .btn:focus, .btn:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

.panel-table .panel-heading {
    border: transparent !important;
    border-radius: 5px 5px 0px 0px !important;
    margin: 0px !important;
    padding: 10px 30px 5px !important;
}

a.btn.btn-default.my-btn {
    background: #2a363f;
    padding: 5px 10px;
}

a.btn.btn-danger.my-btn {
    padding: 5px 10px;
}

.btn-common {
    background: #007b83;
}

    .btn-common:hover {
        background: #4c4c4c;
    }

.btn.btn-common.btn-submit {
    background: #2a363f;
    padding: 10px 20px;
}

    .btn.btn-common.btn-submit:hover {
        background: #007b83;
    }

.col-sm-12.right {
    text-align: right;
}

.form-group.no-margin {
    margin-bottom: 0px;
}

.btn-danger:hover {
    background: #ed6763;
}

.btn-border {
    background: #4285F4;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 36px !important;
    text-transform: uppercase;
}

    .btn-border:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        color: #fff;
        opacity: 0.8;
    }

.btn-search {
    padding: 11px;
}

.btn-sm {
    border: none;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 4px 8px;
}

.btn-xs {
    border-radius: 0px;
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
}

.btn-rm {
    margin-top: 30px;
    padding: 10px 21px;
    text-transform: capitalize;
}

.btn-post {
    padding: 10px 16px;
}

.wrapper {
    padding: 60px 0;
}

.section {
    padding: 60px 0;
}

.sep {
    background-color: #fff;
    display: inline-block;
    width: 30px;
}

.sub-title {
    font-size: 15px;
}

.section-title {
    color: #2a363f;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 10px 0px;
    text-align: center;
    text-transform: uppercase;
}

.heading {
    margin: 0 auto;
    margin-bottom: 25px;
    margin-top: 20px;
    text-align: center;
    width: 70%;
}

.title-2 {
    border-bottom: 1px solid #E6E6E6;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 10px 0;
    text-transform: uppercase;
}

#content {
    padding: 80px 0;
}

.main-container {
    padding: 80px 0;
}

.page-header {
    border-top: 1px solid #eee;
    margin: 0;
    padding: 40px 0;
}

    .page-header .page-title {
        color: #fff;
        font-size: 30px;
        font-weight: 700;
        line-height: 38px;
        text-align: center;
        text-transform: uppercase;
    }

.breadcrumb-wrapper {
    text-align: center;
}

.breadcrumb {
    background: #f7f7f7;
    border-radius: 0px;
    color: #3498db;
    font-size: 14px;
    margin-top: 64px;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
}

    .breadcrumb a {
        color: #444;
    }

        .breadcrumb a:hover {
            color: #3498db;
        }

.no-padding {
    padding: 0px !important;
}

select.form-control {
    border: 0;
    border: 1px solid #ddd;
    border-radius: 3px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
}

    select.form-control:focus {
        background-color: #fff;
        border: 0;
        border: 2px solid #007b83;
        border-radius: 3px !important;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075);
    }

img#uploded-img {
    margin: 0 auto;
    margin-top: 10px;
    max-height: 150px;
    max-width: 150px;
}

#loader {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999999;
}

.sk-folding-cube {
    -webkit-transform: rotateZ(45deg);
    height: 50px;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: rotateZ(45deg);
    width: 50px;
}

    .sk-folding-cube .sk-cube {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        float: left;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        width: 50%;
    }

        .sk-folding-cube .sk-cube:before {
            -ms-transform-origin: 100% 100%;
            -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
            -webkit-transform-origin: 100% 100%;
            animation: sk-foldCubeAngle 2.4s infinite linear both;
            background-color: #3498db;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transform-origin: 100% 100%;
            width: 100%;
        }

    .sk-folding-cube .sk-cube2 {
        -webkit-transform: scale(1.1) rotateZ(90deg);
        transform: scale(1.1) rotateZ(90deg);
    }

    .sk-folding-cube .sk-cube3 {
        -webkit-transform: scale(1.1) rotateZ(180deg);
        transform: scale(1.1) rotateZ(180deg);
    }

    .sk-folding-cube .sk-cube4 {
        -webkit-transform: scale(1.1) rotateZ(270deg);
        transform: scale(1.1) rotateZ(270deg);
    }

    .sk-folding-cube .sk-cube2:before {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-folding-cube .sk-cube3:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s;
    }

    .sk-folding-cube .sk-cube4:before {
        -webkit-animation-delay: 0.9s;
        animation-delay: 0.9s;
    }

@-webkit-keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
        transform: perspective(140px) rotateX(-180deg);
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        opacity: 1;
        transform: perspective(140px) rotateX(0deg);
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        opacity: 0;
        transform: perspective(140px) rotateY(180deg);
    }
}

@keyframes sk-foldCubeAngle {
    0%, 10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
        transform: perspective(140px) rotateX(-180deg);
    }

    25%, 75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        opacity: 1;
        transform: perspective(140px) rotateX(0deg);
    }

    90%, 100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        opacity: 0;
        transform: perspective(140px) rotateY(180deg);
    }
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    padding: 5px 0 0 0px;
    width: 120px;
}

.tbtn {
    background: #E74C3C;
    color: #FFF !important;
    cursor: pointer;
    font-size: 30px;
    height: 42px;
    left: 0px;
    padding: 10px;
    position: fixed;
    top: 124px;
    width: 105px;
    z-index: 999;
}

    .tbtn p {
        font-size: 12px;
    }

        .tbtn p i {
            font-size: 12px;
            margin-right: 4px;
        }

.title-menu {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    padding: 12px 15px;
    text-transform: uppercase;
}

.navmenu, .navbar-offcanvas {
    width: 180px;
    z-index: 99999;
}

.navmenu-default, .navbar-default .navbar-offcanvas {
    background-color: #fff;
    border-left: 1px solid #eee;
}

    .navmenu-default .navmenu-nav > li > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:hover, .navmenu-default .navmenu-nav > li > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > li > a:focus {
        background-color: transparent;
        color: #3498db;
    }

.nav > li {
    display: block;
    position: relative;
}

.navmenu-default .navmenu-nav > li > a, .navbar-default .navbar-offcanvas .navmenu-nav > li > a {
    border-bottom: 1px solid #eee;
    color: #444;
    font-size: 12px;
    padding: 0px 15px;
}

nav#menu span.fa.fa-bars:hover {
    color: #3498db;
}

.navmenu-default .navmenu-nav > .active > a, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a, .navmenu-default .navmenu-nav > .active > a:hover, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:hover, .navmenu-default .navmenu-nav > .active > a:focus, .navbar-default .navbar-offcanvas .navmenu-nav > .active > a:focus {
    color: #3498db;
}

.close {
    background: transparent;
    opacity: 1;
    padding: 8px 12px;
}

    .close i {
        background: #E74C3C;
        color: #fff;
        font-size: 16px;
        padding: 6px;
    }

.navbar-default {
    background: rgba(255, 255, 255, 0.8);
    border: none;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-header {
    margin: 0 !important;
    padding: 15px 0;
    position: relative;
}

.main-navigation .navbar-nav {
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    margin-top: 20px;
    position: relative;
    transition: all 0.2s linear;
}

    .main-navigation .navbar-nav > li a {
        -moz-transition: color .3s linear;
        -o-transition: color .3s linear;
        -webkit-transition: color .3s linear;
        border-radius: 4px;
        color: #444;
        font-size: 13px;
        letter-spacing: 0.3px;
        line-height: normal;
        outline: 0;
        padding: 12px 15px;
        transition: color .3s linear;
    }

        .main-navigation .navbar-nav > li a:hover, .main-navigation .navbar-nav > li a.active, .main-navigation .navbar-nav > li a:focus {
            color: #007b83;
        }

        .main-navigation .navbar-nav > li a i {
            margin-right: 3px;
        }

    .main-navigation .navbar-nav > li.postadd {
        border-left: 1px solid #ddd;
        margin-left: 5px;
        padding-left: 25px;
    }

        .main-navigation .navbar-nav > li.postadd a {
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            background-color: #007b83;
            box-sizing: border-box;
            color: #FFF;
            font-size: 12px;
            height: 40px;
            line-height: normal;
            text-transform: uppercase;
            transition: all .3s linear;
            width: 200px;
        }

            .main-navigation .navbar-nav > li.postadd a:hover {
                background: #4c4c4c;
                color: #fff;
            }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: transparent;
    color: #007b83;
}

.navbar-nav > li > .dropdown-menu {
    min-width: 190px;
}

    .navbar-nav > li > .dropdown-menu li {
        border-bottom: 1px solid #eaeaea;
    }

.arrow-up:after {
    border-bottom: 6px solid #ffffff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    right: 20px;
    top: -6px;
}

.arrow-up-border:before, .arrow-up:after {
    content: '';
    display: inline-block;
    position: absolute;
}

.navbar-default li > ul.user-menu {
    border-radius: 0;
    min-width: 170px;
    padding: 0;
}

    .navbar-default li > ul.user-menu li a {
        border-bottom: 1px solid #eee;
        display: block;
        font-size: 11px;
        font-weight: 400;
        padding: 6px 10px;
    }

        .navbar-default li > ul.user-menu li a i {
            margin-right: 8px;
        }

.li .dropdown-menu.user-menu > .active > a, .dropdown-menu.user-menu > .active > a:focus {
    background: #ddd;
    color: #444;
    font-weight: 700;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #007b83; /*#eee;*/
}

.navbar-default .navbar-toggle {
    border-color: #eee;
    border-radius: 0;
}

.section-intro {
    position: relative;
}

    .section-intro .overlay {
        bottom: 40px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 90%;
    }

    .section-intro .main-text .intro-title {
        color: #fff;
        font-size: 50px;
        font-weight: 300;
        line-height: 58px;
        white-space: nowrap;
    }

    .section-intro .main-text .sub-title {
        color: #fff;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 15px 0;
        text-transform: capitalize;
    }

#search-row-wrapper {
    background: url("../img/bg/counter-bg.jpg") center center no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
}

    #search-row-wrapper .overlay {
        background: rgba(0, 0, 0, 0.49);
        height: 100%;
        width: 100%;
    }

    #search-row-wrapper .search-inner {
        padding: 40px 0;
    }

.search-bar {
    background: #25355c;
    padding: 20px;
}

    .search-bar i {
        background-color: transparent;
        color: #444;
        font-size: 15px;
        padding: 15px;
        position: absolute;
        right: 15px;
        top: 0px;
    }

    .search-bar .form-group {
        margin: 0 0 0 12px;
    }

    .search-bar .btn-group, .search-bar .btn-group-vertical {
        margin: 0;
    }

    .search-bar .btn-select,
    .search-bar .btn-default {
        background: #fff;
        border-radius: 0;
        color: #555;
        padding: 12px;
        text-transform: none;
    }

.search-form .input-group-addon {
    background: transparent;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

/*.btn-group.bootstrap-select.dropdown-product { width: 280px !important; }*/

.search-form .form-control {
    height: 46px;
    width: 100%;
}

.search-bar .dropdown-menu li a:hover, .search-bar .dropdown-menu li a:focus, .search-bar .dropdown-menu li a:active {
    background-color: #4c4c4c;
    border-radius: 0;
    color: #FFFFFF;
}

.tg-footernav ul li a:hover {
    color: #e75d2e;
}

.tg-addressinfo li a:hover,
.tg-inputwithicon .tg-icon.fa-crosshairs,
.tg-sectiontitle:after,
.tg-serviceprovidercontent .tg-title h3:hover a,
.tg-postmatadata li a:hover,
.tg-postmatadata li a:hover i,
.tg-postmatadata li a:hover span,
.tg-widgetcontent ul li a:hover,
.tg-widgetcontent ul li a:hover:before,
.tg-listinglistvone .tg-serviceprovider:hover .tg-title h3 a,
.tg-jobdetail .tg-title .tg-jobpostedby a:hover,
.tg-themeliststylecircletick li:before, .tg-tabnav li.active a > span,
.tg-tabnav li:hover a > span, .tg-tablejoblidting tr:hover .tg-contentbox .tg-title h3 a,
.tg-dashboardnav ul li:hover a i,
.tg-dashboardnav ul li.tg-active a i,
.tg-alertmessages .alert-success strong,
.tg-dashboardservice:hover .tg-servicetitle h2 a,
blockquote:after, blockquote:before,
.tg-iosstylcheckbox input[type=checkbox]:checked + label:before,
.locate-me-wrap .geolocate {
    color: #4c4c4c;
}

.tg-serviceproviders .tg-formsearch .tg-select2 button {
    padding: 10px 22px;
}

.tg-serviceproviders .tg-formsearch .tg-select2 .dropdown-menu li a:hover {
    background: #4c4c4c;
    color: #fff;
}

.tg-serviceproviders .tg-formsearch .tg-select2 button:focus {
    outline: none !important;
    border: none;
}

.tg-serviceproviders .tg-formsearch .form-group {
    padding-left: 0 !important;
}

    .tg-serviceproviders .tg-formsearch .form-group button.tg-btn {
        margin-right: 8px;
    }

.search-bar .btn-group.bootstrap-select.dropdown-product ul.dropdown-menu.inner {
    display: none;
}

.search-bar .btn-group.bootstrap-select.dropdown-product.open ul.dropdown-menu.inner {
    display: block;
    z-index: 9999;
}

.search-bar .open .dropdown-menu {
    margin-top: 0;
}

.search-bar .btn-group .dropdown-menu, .search-bar .btn-group-vertical .dropdown-menu {
    border-radius: 0;
    text-transform: none;
}

.input-group-addon {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
}

.search-category .search-category-container {
    background: #fff;
    border: none;
    border: none !important;
    border-radius: 0;
    padding: 0;
    position: relative;
}

.styled-select select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background: transparent;
    border-radius: 0;
    font-size: 14px;
    height: 44px;
    line-height: 18px;
}

.styled-select {
    margin-bottom: 0;
    position: relative;
}

    .styled-select:before {
        color: #555;
        content: "\f0c9";
        cursor: pointer;
        font-family: FontAwesome;
        padding: 15px;
        position: absolute;
        right: 0;
        z-index: 99;
    }

    .styled-select .bs-caret {
        display: none;
    }

.location-select:before {
    content: "\f278";
}

.search-category select {
    background: transparent;
    border: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 12px;
}

select > opation:focus {
    border: none;
    box-shadow: none;
}

.category-box {
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    height: initial;
    margin: 30px 0;
    position: relative;
    transition: all .2s linear;
}

.category-content {
    padding: 10px;
}

.category-box:hover {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.category-box .icon {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: -25px;
    width: 100%;
}

    .category-box .icon i {
        box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
        color: #fff;
        display: inline-block;
        font-size: 22px;
        height: 52px;
        line-height: 48px;
        width: 52px;
    }

.category-box .category-header {
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    background-color: #f8f8f8;
    border-bottom: 1px solid #EEE;
    border-radius: 10px 10px 0 0;
    display: inline-block;
    padding: 40px 15px 20px;
    text-align: center;
    transition: all .2s linear;
    width: 100%;
}

    .category-box .category-header h4 {
        color: #444;
        font-size: 18px;
        text-transform: uppercase;
    }

    .category-box .category-header:hover {
        background: #007b83;
    }

        .category-box .category-header:hover h4 {
            color: #fff;
        }

.category-box .category-content li {
    float: left;
    font-size: 13px;
    line-height: 16px;
    margin-top: 10px;
    width: 100%;
}

    .category-box .category-content li a {
        color: #888;
        float: left;
        margin-left: 15px;
    }

        .category-box .category-content li a:hover {
            color: #3498db;
        }

.category-box .category-counter {
    margin-right: 15px;
}

.category-counter {
    color: #888;
    float: right;
    font-size: 12px;
}

.border-1 {
    border-bottom: 2px solid #3498db;
}

.border-2 {
    border-bottom: 2px solid #FF5353;
}

.border-3 {
    border-bottom: 2px solid #1DD2AF;
}

.border-4 {
    border-bottom: 2px solid #FE4080;
}

.border-5 {
    border-bottom: 2px solid #24A69A;
}

.border-6 {
    border-bottom: 2px solid #8E4162;
}

.border-7 {
    border-bottom: 2px solid #9A63C1;
}

.border-8 {
    border-bottom: 2px solid #007b83;
}

.border-9 {
    border-bottom: 2px solid #2a363f;
}

.color-1 {
    background-color: #3498db !important;
}

.color-2 {
    background-color: #FF5353 !important;
}

.color-3 {
    background-color: #1DD2AF !important;
}

.color-4 {
    background-color: #FE4080 !important;
}

.color-5 {
    background-color: #24A69A !important;
}

.color-6 {
    background-color: #8E4162 !important;
}

.color-7 {
    background-color: #9A63C1 !important;
}

.color-8 {
    background-color: #007b83 !important;
}

.color-9 {
    background-color: #2a363f !important;
}

/*img.fec {
    width: 100px;
    border-radius: 50%;
    margin-right: 10px;
    padding: 10px;
    background-color: #f6f6f6;
}*/

img.fec {
    background-color: #f6f6f6;
    border-radius: 5px;
    margin-right: 10px;
    padding: 5px;
    width: 100px;
}

.features {
    background: url("../img/bg/bg.jpg") center center no-repeat;
    margin: 30px 0;
    padding: 60px 0;
}

.features-box {
    margin-bottom: 15px;
    margin-top: 15px;
}

    .features-box .features-icon {
        float: left;
        padding: 2px;
    }

        .features-box .features-icon i {
            color: #3498db;
            font-size: 30px;
        }

    .features-box .features-content {
        padding-left: 50px;
    }

        .features-box .features-content h4 {
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            -webkit-transition: all 0.4s ease-in-out;
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 5px;
            transition: all 0.4s ease-in-out;
        }

        .features-box .features-content p {
            color: #888;
        }

.featured-lis {
    margin-top: 30px;
}

#new-products .product-item {
    padding: 0px 5px;
    text-align: center;
}

    #new-products .product-item .carousel-thumb {
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        border: 1px solid #ddd;
        display: block;
        margin-bottom: 10px;
        overflow: hidden;
        padding: 10px;
        position: relative;
        transition: all .4s ease;
        z-index: 99;
    }

        #new-products .product-item .carousel-thumb img {
            -moz-transition: all 0.9s ease;
            -ms-transition: all 0.9s ease;
            -o-transition: all 0.9s ease;
            -webkit-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

        #new-products .product-item .carousel-thumb .overlay {
            -moz-transform: scale(1);
            -moz-transition: all .4s ease;
            -ms-transform: scale(1);
            -ms-transition: all .4s ease;
            -o-transform: scale(1);
            -o-transition: all .4s ease;
            -webkit-transform: scale(1);
            -webkit-transition: all .4s ease;
            background-color: rgba(255, 255, 255, 0.8);
            bottom: -1px;
            left: 0;
            opacity: 0;
            position: absolute;
            right: 0;
            text-align: center;
            top: 0;
            transform: scale(1);
            transition: all .4s ease;
            z-index: 999;
        }

            #new-products .product-item .carousel-thumb .overlay i {
                -moz-transform: scale(0.2);
                -moz-transition: all .4s ease;
                -ms-transform: scale(0.2);
                -ms-transition: all .4s ease;
                -o-transform: scale(0.2);
                -o-transition: all .4s ease;
                -webkit-transform: scale(0.2);
                -webkit-transition: all .4s ease;
                background: #3498db;
                box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.25);
                color: #fff;
                cursor: pointer;
                font-size: 18px;
                height: 40px;
                left: 0;
                line-height: 40px;
                margin: -20px auto;
                opacity: 0;
                position: absolute;
                right: 0;
                top: 50%;
                transform: scale(0.2);
                transition: all .4s ease;
                visibility: visible;
                width: 40px;
                z-index: 99;
            }

        #new-products .product-item .carousel-thumb:hover img {
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
        }

        #new-products .product-item .carousel-thumb:hover {
            border-color: #3498db;
        }

            #new-products .product-item .carousel-thumb:hover .overlay {
                opacity: 1;
                visibility: visible;
            }

            #new-products .product-item .carousel-thumb:hover i {
                -moz-transform: scale(1);
                -ms-transform: scale(1);
                -o-transition: scale(1);
                -webkit-transform: scale(1);
                opacity: 1;
                transform: scale(1);
                visibility: visible;
            }

    #new-products .product-item .item-name {
        font-size: 14px;
        line-height: 16px;
    }

    #new-products .product-item .price {
        color: #444;
        display: block;
        font-size: 16px;
        font-weight: 700;
        padding-top: 7px;
    }

#new-products .owl-controls .owl-buttons {
    left: 0;
    position: relative;
    top: -215px;
}

    #new-products .owl-controls .owl-buttons div.owl-prev {
        float: left;
        margin-left: -45px;
    }

    #new-products .owl-controls .owl-buttons div.owl-next {
        float: right !important;
        margin-right: -45px;
    }

.owl-theme .owl-controls .owl-buttons div {
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    background: #3498db !important;
    border-radius: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.18), 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    display: block !important;
    display: inline-block;
    height: 40px;
    opacity: 1 !important;
    text-align: center;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

    .owl-theme .owl-controls .owl-buttons div:hover {
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        opacity: 0.8 !important;
    }

    .owl-theme .owl-controls .owl-buttons div i {
        color: #fff;
        font-size: 16px;
        line-height: 32px;
    }

.location {
    margin-top: 50px;
}

.localtion-list {
    border: 1px solid #EEE;
    box-shadow: 1px 1px 3px 0px #F1F1F1;
    padding: 15px;
}

    .localtion-list .cat-list {
        margin: 0;
        padding: 0;
    }

        .localtion-list .cat-list li {
            line-height: 24px;
        }

            .localtion-list .cat-list li a {
                color: #888;
                font-size: 13px;
            }

                .localtion-list .cat-list li a:hover {
                    color: #3498db;
                    margin-left: 5px;
                }

#counter {
    color: #fff;
    /*margin-bottom: 100px;*/
    text-align: center;
}

.empty-space {
    margin-bottom: 30px;
}

.counting .icon {
    margin-bottom: 10px;
}

    .counting .icon span {
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        background: #f2f2f2;
        border: 2px solid #4c4c4c;
        border-radius: 50%;
        display: inline-block;
        height: 100px;
        overflow: hidden;
        position: relative;
        text-align: center;
        transition: all .3s linear;
        width: 100px;
    }

.work-title {
    background: rgba(0, 0, 0, 0) url(../images/line.png) repeat-x scroll left center;
    margin-bottom: 5px;
}

.counting .icon span i {
    color: #4c4c4c;
    display: inline-block;
    font-size: 45px;
    line-height: 96px;
    z-index: 99;
}

.counting .desc h3 {
    color: #2a363f;
    font-size: 16px;
    margin-bottom: 10px;
}

.counting:hover span i {
    color: #fff;
}

.counting .desc p {
    color: #2a363f;
    font-size: 14px;
}

.counting:hover span {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    background: #4c4c4c;
    transform: scale(1.1, 1.1);
}

#who {
    background-size: cover;
    padding-bottom: 50px;
}

.who-sign {
    margin-top: 30px;
    text-align: center;
}

.para {
    text-align: center;
}

    .para p {
        font-size: 17px;
        line-height: 30px;
        text-align: center;
    }

.newletter {
    background: #fff;
}

.main-heading h4 {
    color: #444;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.subscribe {
    margin-top: 40px;
    width: 100%;
}

    .subscribe .form-control {
        float: left;
        height: 52px;
        margin-right: 5px;
        width: 75%;
    }

.imageupload .panel-heading {
    padding: 10px !important;
}

.imageupload button.btn.btn-default.active {
    background: #007b83;
    border: 1px solid #ccc;
    padding: 10px;
}

.imageupload button.btn.btn-default {
    background: #2a363f;
    border: 1px solid #ccc;
    color: #fff;
    padding: 10px;
}

.imageupload .btn-file {
    background: #007b83;
    overflow: hidden;
    padding: 10px 25px;
    position: relative;
}

#imageupload-disable,
#imageupload-enable,
#imageupload-reset {
    padding: 10px 20px;
}

.imageupload .file-tab .thumbnail {
    margin: 0 auto;
    margin-bottom: 10px;
    margin-bottom: 20px;
}

footer .footer-Content {
    background-color: #222;
    color: #fff;
    padding: 60px 0;
}

.textwidget {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
}

footer .menu {
    padding-left: 0;
}

    footer .menu li {
        float: left;
        padding-bottom: 10px;
        width: 100%;
    }

        footer .menu li a {
            color: #fff;
        }

            footer .menu li a:hover {
                color: #3498db;
            }

.twitter-content ul li {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.twitter-content span {
    float: left;
    width: 224px;
}

    .twitter-content span a {
        color: #3498db;
    }

.featured-list {
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .featured-list li {
        border: 4px solid #fff;
        float: left;
        height: 80px;
        margin-bottom: 6px;
        margin-right: 6px;
        overflow: hidden;
        position: relative;
        width: 80px;
    }

        .featured-list li .hover a {
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            background: rgba(52, 152, 219, 0.8);
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 0;
            transition: all .3s linear;
            width: 100%;
            z-index: 1;
        }

            .featured-list li .hover a span {
                color: #FFF;
                margin: 0px -15px;
                position: absolute;
                top: 32%;
            }

            .featured-list li .hover a:hover {
                opacity: 1;
            }

.bottom-social-icons a {
    background: #444;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 32px;
}

#copyright {
    background-color: #393939;
    color: #fff;
    padding: 20px 0 10px;
}

    #copyright p {
        line-height: 34px;
    }

        #copyright p a {
            color: #fff;
        }

            #copyright p a:hover {
                color: #3498db;
            }

.social-icon .facebook:hover {
    background-color: #3b5998;
}

.social-icon .twitter:hover {
    background-color: #55acee;
}

.social-icon .dribble:hover {
    background-color: #D34836;
}

.social-icon .flickr:hover {
    background-color: #ff0084;
}

.social-icon .youtube:hover {
    background-color: #CC181E;
}

.social-icon .google-plus:hover {
    background-color: #dd4b39;
}

.social-icon .linkedin:hover {
    background-color: #007bb5;
}

.widget-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
}

    .widget-title:before {
        border-bottom: 3px solid #3498db;
        bottom: -1px;
        content: "";
        left: 0px;
        position: absolute;
        width: 50px;
    }

    .widget-title i {
        color: #3498db;
        display: inline-block;
        font-size: 16px;
        margin-right: 15px;
    }

    .widget-title h4 {
        display: inline-block;
        font-size: 16px;
        text-transform: uppercase;
    }

.inner-box {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding: 30px;
}

.categories-list ul {
    margin: 0;
}

    .categories-list ul li a {
        border-bottom: 1px solid #eee;
        color: #444;
        display: block;
        font-size: 13px;
        margin-bottom: 5px;
        padding: 10px;
    }

        .categories-list ul li a:hover {
            color: #3498db;
        }

        .categories-list ul li a i {
            margin-right: 5px;
        }

    .categories-list ul li:last-child a {
        border: none;
    }

.advimg .featured-list li {
    height: 62px;
    margin-right: 0;
    width: 62px;
}

.product-filter {
    height: 40px;
}

    .product-filter .grid-list-count {
        float: left;
        margin-right: 25px;
    }

        .product-filter .grid-list-count a {
            margin-right: 10px;
        }

    .product-filter .short-name {
        color: #999;
        display: inline-block;
        margin: 0px;
    }

        .product-filter .short-name span {
            float: left;
            margin-right: 5px;
        }

        .product-filter .short-name .name-ordering {
            float: left;
        }

    .product-filter .Show-item {
        float: right;
    }

        .product-filter .Show-item span {
            color: #888;
            display: inline-block;
            line-height: 20px;
            margin-right: 5px;
        }

        .product-filter .Show-item .woocommerce-ordering {
            float: right;
        }

    .product-filter .button, .product-filter select {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

.adds-wrapper {
    background: #FFF none repeat scroll 0% 0%;
    clear: both;
    display: block;
    height: auto;
    overflow: auto;
    width: 100%;
}

    .adds-wrapper .item-list {
        -moz-transition: background 0.25s ease-in 0s;
        -ms-transition: background 0.25s ease-in 0s;
        -o-transition: background 0.25s ease-in 0s;
        -webkit-transition: background 0.25s ease-in 0s;
        border: 1px solid #eee;
        box-shadow: 1px 1px 3px 0px #F1F1F1;
        clear: both;
        display: block;
        height: auto;
        margin-bottom: 15px;
        overflow: hidden;
        padding: 15px;
        position: relative;
        transition: background 0.25s ease-in 0s;
        width: 100%;
    }

        .adds-wrapper .item-list:hover {
            background: #F6F6F5;
        }

    .adds-wrapper .add-title {
        padding-bottom: 10px;
    }

    .adds-wrapper .info {
        clear: both;
        color: #888;
        display: block;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .adds-wrapper .add-type {
        background: #eee;
        border: 1px solid #ddd;
        color: #3498db;
        display: inline-block;
        height: 25px;
        line-height: 18px;
        padding: 3px;
        text-align: center;
        width: 25px;
    }

    .adds-wrapper .price-box {
        padding: 0px;
    }

        .adds-wrapper .price-box .item-price {
            font-size: 24px;
            font-weight: 400;
            line-height: 28px;
            padding-bottom: 15px;
        }

.pagination-bar {
    margin-top: 35px;
    padding-bottom: 35px;
}

.pagination {
    margin: 0;
}

    .pagination > li > a, .pagination .pagination > li > span {
        border: 1px solid #eee;
        border-radius: 0;
    }

    .pagination .active > a, .pagination .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        background-color: #e65100;
        border-color: #e65100;
    }

    .pagination > li:first-child > a, .pagination .pagination > li:first-child > span {
        border-radius: 0px;
    }

    .pagination > li:last-child > a, .pagination .pagination > li:last-child > span {
        border-radius: 0px;
    }

    .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
        background: #3498db;
        border-color: #3498db;
        color: #fff;
    }

.post-promo {
    background: #e5e5e5;
    border: 1px solid #ddd;
    padding: 30px;
}

    .post-promo h2 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .post-promo h5 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }

.ad-detail-content {
    margin-top: 30px;
}

    .ad-detail-content p {
        color: #888;
        margin-bottom: 20px;
    }

    .ad-detail-content blockquote {
        background: #eee;
        border-left: 3px solid #3498db;
        padding: 15px;
    }

.Ads-Details {
    background: #F7F7F7;
    border: 1px solid #E3E3E3;
    padding: 30px;
}

    .Ads-Details .list-circle li {
        margin-left: 20px;
    }

.posting .alert {
    margin-bottom: 0;
}

.posting .postin-title {
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.posting .alert-success {
    background-color: #3498db;
    border-color: #eee;
    border-radius: 0;
    color: #fff;
    padding: 20px;
}

.posting p {
    margin-left: 25px;
}

.box-notification-content {
    background: #FFFBCC;
    border: 1px solid #F2EEC0;
    color: #8F8838;
    font-size: 13px;
    margin-bottom: 40px;
    margin-top: 20px;
    padding: 15px 15px 15px 20px;
    width: auto;
}

.box-error-content {
    background: #FFCECE;
    border: 1px solid #EFBFBF;
    color: #833;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 15px 15px 20px;
    width: auto;
}

.box-download-content {
    background: #E3F4DE;
    border: 1px solid #CDDCC9;
    color: #98C58A;
    font-size: 13px;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 15px 15px 20px;
    width: auto;
}

.box-information-content {
    background: #D5EAF5;
    border: 1px solid #C5D9E3;
    color: #2F81B0;
    font-size: 13;
    margin-bottom: 30px;
    margin-top: 10px;
    padding: 15px 15px 15px 20px;
    width: auto;
}

.mainHeading {
    margin-bottom: 20px;
    text-align: center;
}

    .mainHeading .section-title {
        font-size: 24px;
        font-weight: 400;
        letter-spacing: 0.1em;
        padding: 20px 0px;
        text-transform: uppercase;
    }

#pricing-table {
    background: #ffffff;
    text-align: center;
}

    #pricing-table .title {
        padding-bottom: 20px;
        padding-top: 25px;
    }

        #pricing-table .title h1 {
            color: #888;
            font-size: 48px;
            font-weight: normal;
            line-height: 40px;
        }

        #pricing-table .title h3 {
            color: #444;
            font-size: 24px;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

    #pricing-table .table {
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        border: 1px solid #eee;
        padding-bottom: 50px;
        transition: all .3s linear;
    }

        #pricing-table .table .pricing-header {
            -moz-transition: all .3s linear;
            -ms-transition: all .3s linear;
            -o-transition: all .3s linear;
            -webkit-transition: all .3s linear;
            background: #FAFAFA none repeat scroll 0% 0%;
            border-bottom: 1px solid #eee;
            border-top: 1px solid #eee;
            margin-bottom: 50px;
            padding: 30px 0px;
            position: relative;
            text-align: center;
            transition: all .3s linear;
        }

            #pricing-table .table .pricing-header .price-value {
                color: #3498db;
                font-size: 64px;
                font-weight: 700;
                line-height: 62px;
                position: relative;
                text-align: center;
            }

                #pricing-table .table .pricing-header .price-value sup {
                    font-size: 24px;
                    font-weight: 400;
                    position: relative;
                    top: -24px;
                }

            #pricing-table .table .pricing-header .price-quality {
                color: #888;
                font-size: 14px;
            }

        #pricing-table .table .description {
            margin-bottom: 50px;
            padding: 0px 50px;
            text-align: center;
        }

            #pricing-table .table .description li {
                border-bottom: 1px solid #eee;
                color: #888;
                font-size: 14px;
                margin-bottom: 10px;
                padding-bottom: 10px;
            }

            #pricing-table .table .description i {
                color: #3498db;
                margin-right: 5px;
            }

        #pricing-table .table:hover {
            border: 1px solid #3498db;
            box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
        }

            #pricing-table .table:hover .pricing-header {
                background: #3498db;
            }

                #pricing-table .table:hover .pricing-header .price-value {
                    color: #ffffff;
                }

                #pricing-table .table:hover .pricing-header .price-quality {
                    color: #ffffff;
                }

    #pricing-table #active-tb {
        border: 1px solid #3498db;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    }

        #pricing-table #active-tb .pricing-header {
            background: #3498db;
        }

            #pricing-table #active-tb .pricing-header .price-value {
                color: #ffffff;
            }

            #pricing-table #active-tb .pricing-header .price-quality {
                color: #ffffff;
            }

.collapse-box {
    margin-bottom: 15px;
}

.collapset-title {
    border-top: 1px solid #eee;
    color: #444;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-bottom: 10px;
    padding-top: 15px;
    text-transform: uppercase;
}

.no-border {
    border: none;
}

.user-panel-sidebar ul {
    padding: 0;
}

    .user-panel-sidebar ul li a {
        background: #FFF;
        border-bottom: 1px solid #eee;
        color: #444;
        display: block;
        font-size: 12px;
        letter-spacing: 0.5px;
        line-height: 26px;
        padding: 5px 10px;
        text-align: left;
    }

.page-content .panel-default .panel-heading {
    background: #007b83;
    padding: 0px 10px 0px 30px;
}

    .page-content .panel-default .panel-heading a {
        color: #fff;
        font-size: 17px;
        font-weight: bold;
    }

.user-panel-sidebar ul li a:hover, .user-panel-sidebar ul li a:active, .user-panel-sidebar ul li.active a {
    background-color: #3498db;
    color: #fff;
}

    .user-panel-sidebar ul li a:hover .badge, .user-panel-sidebar ul li a:focus .badge, .user-panel-sidebar ul li.active a .badge {
        color: #fff;
    }

.user-panel-sidebar ul li:last-child a {
    border-bottom: none;
}

.collapse-box .badge {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    background-color: transparent;
    color: #888;
    float: right;
    font-size: 11px;
    line-height: 20px;
    transition: all .3s linear;
}

.table-search .control-label {
    line-height: 16px;
    padding-right: 0;
}

.searchpan input#filter {
    font-size: 12px;
    height: 30px;
}

.clear-filter {
    font-size: 11px;
}

.add-img-td img {
    width: 100%;
}

.table-action {
    display: block;
    margin-bottom: 15px;
}

table.add-manage-table > tbody > tr > td, table.add-manage-table > tbody > tr > th {
    vertical-align: middle;
}

.table > thead > tr > th {
    border-bottom: none;
    color: #2a363f;
}

    .table > thead > tr > th:nth-of-type(3n + 1) {
        text-align: center;
    }

.table-striped > tbody > tr:nth-of-type(2n + 1) {
    background: #f1f1f1 !important;
}

.ads-details-td h4 {
    font-size: 15px;
    margin-bottom: 6px;
}

.ads-details-td strong {
    color: #444;
    font-size: 13px;
}

.ads-details-td sapn {
    color: #888;
}

.price-td {
    color: #888;
    text-align: center;
}

.add-img-selector {
    width: 2%;
}

.add-img-td {
    width: 20%;
}

.ads-details-td {
    width: 60%;
}

.price-td {
    width: 16%;
}

.action-td {
    width: 10%;
}

.photo-count {
    background: #007b83;
    border: 0 none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    opacity: 0.9;
    padding: 2px 10px;
    position: absolute;
    right: 4px;
    top: 5px;
}

.userimg {
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 5px;
    padding: 3px;
    width: 75px;
}

.usearadmin h3 {
    font-size: 18px;
    text-transform: uppercase;
}

.welcome-msg {
    margin-bottom: 30px;
}

.pt {
    margin-top: 15px;
}

.box-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    margin: 15px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.sell-your-item {
    color: #9A9A9A;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.54px;
    padding: 20px 15px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    top: 5px;
}

.f-category {
    background: #FFF;
    border: 1px solid #eee;
    display: block;
    height: 190px;
    margin-right: -1px;
    margin-top: -1px;
    overflow: hidden;
    padding: 15px;
    text-align: center;
}

    .f-category .icon-img {
        height: 132px;
        width: 100%;
    }

    .f-category h6 {
        color: #444;
        font-size: 12px;
        letter-spacing: 0;
        margin: 10px 0;
    }

    .f-category img {
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        display: inline-block;
        transition: all 0.2s linear;
    }

    .f-category:hover img {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

.item-list.make-grid {
    clear: none;
    float: left;
    height: 536px;
    margin-right: 16px;
    width: 23%;
}

    .item-list.make-grid .photobox, .item-list.make-grid .add-desc-box, .item-list.make-grid .price-box {
        clear: both;
        width: 100%;
    }

    .item-list.make-grid .add-desc-box {
        padding: 10px 0;
    }

    .item-list.make-grid .price-box {
        padding-left: 0px;
        padding-right: 0px;
        text-align: left;
    }

.ads-details-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
}

.ads-details-wrapper .item-intro {
    margin-bottom: 15px;
}

    .ads-details-wrapper .item-intro .poster {
        color: #999;
        font-size: 12px;
    }

.ads-details-info h4 {
    font-size: 15px;
    padding: 10px 0;
}

.fallback-inner {
    background: #ddd;
    padding: 50px;
    text-align: center;
}

    .fallback-inner .query-input {
        margin-bottom: 30px;
    }

    .fallback-inner .buttons {
        margin-bottom: 30px;
    }

.fallback-content h2 {
    font-size: 26px;
    line-height: 38px;
}

.app {
    background: url("../img/bg/app-bg.jpg") fixed;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    position: relative;
}

    .app::before {
        background-color: rgba(55, 66, 73, 0.6);
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 99;
    }

    .app .app-inner h2 {
        color: #fff;
        font-size: 45px;
        font-weight: 100;
        line-height: 55px;
        margin-bottom: 15px;
    }

    .app .app-inner .description {
        margin-bottom: 30px;
    }

        .app .app-inner .description h4 {
            color: #fff;
            font-size: 15px;
            font-weight: 400;
        }

        .app .app-inner .description p {
            color: #fff;
        }

    .app .app-inner .btn {
        margin-right: 20px;
    }

.back-to-top {
    bottom: 18px;
    display: none;
    position: fixed;
    right: 15px;
}

    .back-to-top i {
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        -webkit-transition: all 0.2s linear;
        background-color: #007b83;
        color: #fff;
        display: block;
        font-size: 22px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        transition: all 0.2s linear;
        width: 36px;
    }

#content {
    padding: 30px;
}

.post-title {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 10px;
}

    .post-title a {
        color: #444;
    }

        .post-title a:hover {
            color: #3498db;
        }

.blog-post {
    margin-bottom: 40px;
}

    .blog-post .post-thumb {
        position: relative;
    }

        .blog-post .post-thumb .hover-wrap {
            -moz-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            background: rgba(246, 246, 246, 0.5);
            display: block;
            height: 100%;
            left: 0;
            opacity: 0;
            position: absolute;
            text-align: center;
            top: 0;
            transition: all 0.4s ease;
            width: 100%;
        }

        .blog-post .post-thumb:hover .hover-wrap {
            opacity: 1;
        }

    .blog-post .post-content {
        border: 1px solid #eee;
        padding: 50px 30px;
        width: 100%;
    }

        .blog-post .post-content .meta {
            font-size: 13px;
            margin-bottom: 10px;
        }

            .blog-post .post-content .meta i {
                margin-right: 4px;
            }

            .blog-post .post-content .meta .meta-part {
                border-right: 1px solid #e2e2e2;
                display: inline-block;
                margin-right: 10px;
                padding-right: 10px;
            }

                .blog-post .post-content .meta .meta-part a {
                    color: #888;
                }

                .blog-post .post-content .meta .meta-part:last-child {
                    border-right: none;
                }

        .blog-post .post-content p {
            color: #888;
        }

.quote-post .quote-wrap {
    background: #F7F7F7;
    font-size: 25px;
    font-style: italic;
    font-weight: 400;
    padding: 50px 0;
    text-align: center;
}

    .quote-post .quote-wrap blockquote {
        border-left: none;
        font-size: 25px;
        line-height: 30px;
    }

.video-post .video-wrapper {
    padding: 0px;
    position: relative;
    width: 100%;
}

    .video-post .video-wrapper iframe {
        border: none;
        height: 100%;
        left: 0px;
        position: absolute;
        top: 0px;
        width: 100%;
    }

.right-sidebar {
    padding-left: 20px;
}

.search {
    margin-bottom: 0px !important;
    position: relative;
    width: 100%;
}

.search-btn {
    background: transparent;
    border: none;
    position: absolute;
    right: 30px;
    top: 12px;
}

    .search-btn i {
        color: #888;
    }

#sidebar {
    margin-bottom: 30px;
}

    #sidebar .widget {
        border: 1px solid #eee;
        margin-bottom: 30px;
        padding: 20px 28px;
    }

    #sidebar .posts-list li {
        border-bottom: 1px solid #CCC;
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

        #sidebar .posts-list li:last-child {
            border: none;
            margin: 0;
            padding: 0;
        }

    #sidebar .posts-list .widget-thumb {
        float: left;
    }

        #sidebar .posts-list .widget-thumb a {
            display: block;
        }

            #sidebar .posts-list .widget-thumb a img {
                -moz-transition: all 0.2s ease-in-out;
                -o-transition: all 0.2s ease-in-out;
                -webkit-transition: all 0.2s ease-in-out;
                border: 1px solid #CCC;
                margin: 5px 15px 0 0;
                padding: 3px;
                transition: all 0.2s ease-in-out;
            }

        #sidebar .posts-list .widget-thumb:hover img {
            border-color: #3498db;
        }

    #sidebar .posts-list .widget-content a {
        color: #333;
        font-size: 14px;
        font-weight: 400;
    }

    #sidebar .posts-list .widget-content span {
        color: #666;
        display: block;
        font-size: 12px;
        margin: 3px 0;
    }

        #sidebar .posts-list .widget-content span i {
            padding-right: 5px;
        }

    #sidebar .tag a {
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        border: 1px solid #CCC;
        border-radius: 0x;
        color: #333;
        display: inline-block;
        font-size: 12px;
        margin: 4px 1px;
        padding: 7px 12px;
        transition: all 0.4s ease-in-out;
    }

        #sidebar .tag a i {
            padding-right: 5px;
        }

        #sidebar .tag a:hover {
            background: #3498db;
            border-color: #3498db;
            color: #fff;
        }

.single-post p {
    margin-bottom: 20px !important;
}

.single-post blockquote {
    background: #3498db;
    border-left: none;
    padding: 30px;
    text-align: center;
}

    .single-post blockquote .quote-text {
        color: #FFF;
        font-size: 20px;
        font-weight: 400;
        line-height: 34px;
    }

    .single-post blockquote p {
        margin-bottom: 0px !important;
        margin-top: 10px;
    }

        .single-post blockquote p a {
            color: #fff;
        }

            .single-post blockquote p a:hover {
                color: #fff;
            }

.author .author-img {
    float: left;
    margin-right: 30px;
}

.author .author-text .author-title {
    height: 34px;
    width: 100%;
}

.author .author-text h3 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 26px;
}

.author .author-text p {
    color: #888;
    line-height: 26px;
}

#comments h3 {
    font-size: 20px;
    font-weight: 400;
}

#comments .comments-list {
    margin: 0 0 35px 0;
    padding: 0;
}

    #comments .comments-list .media {
        border-bottom: 1px solid #ddd;
        padding: 30px 0;
    }

        #comments .comments-list .media .thumb-left {
            float: left;
        }

            #comments .comments-list .media .thumb-left img {
                border-radius: 4px;
            }

        #comments .comments-list .media .info-body {
            margin-left: 90px;
        }

            #comments .comments-list .media .info-body .name {
                float: left;
                font-size: 16px;
                font-weight: 700;
                line-height: 25px;
                margin-right: 10px;
            }

            #comments .comments-list .media .info-body .comment-date {
                color: #888;
                font-size: 12px;
                font-weight: 600;
                margin-left: 5px;
            }

    #comments .comments-list li ul {
        padding-left: 85px;
    }

.reply-link {
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    border-radius: 0px;
    color: #888;
    float: right;
    font-size: 14px;
    transition: all 0.4s ease;
}

.respond-title {
    font-size: 20px;
    font-weight: 400;
    padding: 0px 0px 30px;
}

.main-desc {
    margin-bottom: 30px;
}

    .main-desc p {
        font-size: 26px;
        font-weight: 400;
        line-height: 36px;
    }

.projects-carousel .owl-controls .owl-buttons {
    right: 9px;
}

.social-link a {
    border: 1px solid #CACACA;
    border-radius: 0px;
    color: #CACACA;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 32px;
}

.social-link .facebook:hover {
    border-color: #3b5998;
    color: #3b5998;
}

.social-link .twitter:hover {
    border-color: #55acee;
    color: #55acee;
}

.social-link .google:hover {
    border-color: #dd4b39;
    color: #dd4b39;
}

.social-link .linkedin:hover {
    border-color: #007bb5;
    color: #007bb5;
}

.head-faq {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 24px;
}

.panel-default {
    border: none;
    border-radius: 0px;
}

    .panel-default .panel-heading {
        background: #E6E6E6;
        border: 1px solid transparent;
        border-radius: 5px;
        box-shadow: none;
        margin-bottom: 5px;
        outline: medium none;
        padding: 0px 30px;
        width: 100%;
    }

    .panel-default .panel-body {
        border-radius: 5px;
    }

    .panel-default .panel-heading .panel-title {
        color: inherit;
        font-size: 16px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .panel-default .panel-heading a {
        color: #444;
        display: inline-block;
        font-size: 15px;
        font-weight: 400;
        padding: 15px 35px 15px 0px;
        position: relative;
        text-decoration: none;
        width: 100%;
    }

        .panel-default .panel-heading a:after {
            color: #fff;
            content: "";
            font-family: "FontAwesome";
            font-size: 20px;
            font-weight: 300;
            line-height: 1;
            margin-top: -9px;
            position: absolute;
            right: 0px;
            top: 50%;
        }

.panel-table .panel-body {
    border: 1px solid #eee;
    border-radius: 0px;
    margin: 0px !important;
}

.bfh-selectbox .bfh-selectbox-toggle {
    display: inline-block;
    padding: 10px 25px 5px 10px !important;
    text-decoration: none;
}

.panel-default .panel-heading .collapsed:after {
    content: "";
}

.panel-default .panel-collapse .panel-body {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 15px 30px;
}

.contact-form, .information {
    margin-top: 40px;
}

.contact-datails {
    margin-bottom: 12px;
    min-height: 75px;
    position: relative;
}

    .contact-datails .icon {
        position: absolute;
    }

        .contact-datails .icon i {
            font-size: 18px;
        }

    .contact-datails .info {
        padding-left: 30px;
    }

        .contact-datails .info h3 {
            display: block;
            font-size: 15px;
            text-transform: uppercase;
        }

        .contact-datails .info .datail {
            color: #888;
            display: block;
        }

.form-control {
    background-color: #FFF;
    border-radius: 0;
    border-radius: 3px;
    color: #444;
    display: block;
    height: 44px;
    padding: 10px 12px;
    width: 100%;
}

.input-icon input {
    padding-left: 40px;
}

.input-icon {
    position: relative;
}

.login-form .input-icon i {
    border-right: 1px solid #ccc;
    color: #444;
    opacity: 0.6;
    padding-right: 10px;
}

.input-icon i {
    font-size: 15px;
    left: 12px;
    line-height: 22px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
}

.form-control:focus, textarea:focus {
    border: 2px solid #007b83;
    box-shadow: none;
    outline: none;
}

.has-error .form-control:focus {
    box-shadow: none;
}

.addon {
    border-radius: 0px;
    color: #888;
    font-size: 20px;
    width: 32px !important;
}

.box {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.075);
    padding: 15px;
}

.page-login-form h3 {
    color: #444;
    font-size: 18px;
    line-height: 18px;
    padding: 15px 0 30px;
    text-align: center;
    text-transform: uppercase;
}

.page-login-form .login-form .form-control {
    background: #ffffff !important;
}

.page-login-form .log-btn {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px 0px 20px;
    padding: 12px 22px;
    text-transform: capitalize;
}

.page-login-form .form-links {
    height: 25px;
    width: 100%;
}

    .page-login-form .form-links li {
        display: inline-block;
    }

        .page-login-form .form-links li a {
            color: #999;
        }

            .page-login-form .form-links li a:hover {
                color: #3498db;
            }

.page-login-form .checkbox {
    margin-bottom: 10px;
}

.page-login-form input[type="checkbox"] {
    display: none;
}

.page-login-form .checkbox label {
    color: #797979;
    cursor: pointer;
    margin-bottom: 5px;
    padding-left: 25px;
    position: relative;
}

    .page-login-form .checkbox label:before {
        border: 1px solid #e6e6e6;
        border-radius: 8px;
        color: #cbcbcb;
        content: "\2022";
        display: inline-block;
        font-size: 35px;
        height: 16px;
        left: 0;
        line-height: 14px;
        margin-right: 10px;
        position: absolute;
        text-align: center;
        top: 5px;
        width: 16px;
    }

.page-login-form .checkbox input[type=checkbox]:checked + label:before {
    color: #3498DB;
    content: "\2022";
    font-size: 35px;
    line-height: 11px;
    text-align: center;
}

.page-login-form .checkbox-inline + .checkbox-inline {
    margin-left: 0;
}

.table-action .checkbox {
    float: left;
    margin-top: 0;
}

.registration .form-group {
    margin: 0;
}

    .registration .form-group .lable {
        margin-bottom: 10px;
    }

    .registration .form-group .form-control {
        background: #ffffff !important;
    }

.registration .btn {
    border: none;
    padding: 7px 20px;
}

.form-ad .checkbox label {
    margin-bottom: 0px;
}

.control-label {
    color: #888;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.btn-file input[type="file"] {
    background: transparent none repeat scroll 0px 0px;
    cursor: inherit;
    display: block;
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0px;
}

.file-caption {
    height: 54px;
}

.mb15 {
    margin-bottom: 15px;
}

.form-static {
    display: inline-block;
    margin-bottom: 0px;
    vertical-align: middle;
}


/* orange button */

.orangeBtn {
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    background-color: #007b83;
    box-sizing: border-box;
    color: #FFF;
    font-size: 14px;
    height: 40px;
    line-height: normal;
    text-transform: uppercase;
    transition: all .3s linear;
    webkit-transition: all .3s linear;
    width: 100px;
}

    .orangeBtn:hover {
        background: #4c4c4c;
        color: #fff;
    }

.section-full {
    /*padding: 80px 0;*/
    padding-top: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}

.bg-white {
    background-color: #FFF;
}

.text-center {
    text-align: center;
}

.section-head {
    margin-bottom: 0;
}

    .section-head h1, .section-head h2, .section-head h3 {
        margin-top: 0;
    }

.after-titile-line {
    background-image: url(../../uploads/2018/03/Hex-handshake-separator.png);
    background-position: center;
    background-size: cover;
    width: 26px;
    height: 26px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

.how-sf-work p {
    margin-bottom: 10px;
    line-height: 20px;
}

.section-head p {
    font-size: 14px;
    color: #939393;
    max-width: 700px;
    margin: auto;
}

/*p {
    line-height: 24px;
    margin-bottom: 24px;
}

p, address, pre, hr, ul, ol, dl, dd, table {
    margin-bottom: 24px;
}*/

.section-content {
    margin-top: 50px;
}

.sf-element-bx {
    margin-bottom: 30px;
}

.rounded-bx, .sf-element-bx, .icon-bx, .icon-bx-small, .sf-thum-bx, .post-thum-bx {
    position: relative;
}

.padding-lr-30 {
    padding-left: 30px;
    padding-right: 30px;
}

.icon-bx-lg {
    width: 130px;
    height: 130px;
    line-height: 130px;
}

.icon-bx-xl, .icon-bx-lg, .icon-bx-md, .icon-bx-sm, .icon-bx-xs {
    background-color: #f2f2f2;
    color: #4c4c4c;
    display: inline-block;
    margin: auto;
    text-align: center;
}

.rounded-bx {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.rounded-bx, .sf-element-bx, .icon-bx, .icon-bx-small, .sf-thum-bx, .post-thum-bx {
    position: relative;
}

.icon-bx-lg img {
    height: 85px;
}

.icon-bx-xl img, .icon-bx-lg img, .icon-bx-md img, .icon-bx-sm img, .icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
}

.how-sf-work .sf-element-bx .shadow-bx {
    width: 100px;
    margin: auto;
}

h4 {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #666666;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.how-sf-work p {
    margin-bottom: 10px;
    line-height: 20px;
}

.how-sf-work .sf-element-bx .step-no-bx {
    font-size: 72px;
    color: #eaeaea;
    font-weight: 700;
    font-family: Arial;
}

.how-sf-work .sf-element-bx:hover .icon-bx-lg {
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.how-sf-work .sf-element-bx:hover .shadow-bx {
    width: 50px;
}

.how-sf-work .sf-element-bx:hover .step-no-bx {
    color: #999999;
}

.title-line-left {
    left: -55px;
}

.title-line-right {
    right: -55px;
}

.title-line-left, .title-line-right {
    width: 50px;
    height: 2px;
    background: #a7a7a7;
    position: absolute;
    top: 10px;
}

.after-titile-line {
    background-image: url(http://servicefinder.pro/wp-content/uploads/2018/03/Hex-handshake-separator.png);
    background-position: center;
    background-size: cover;
    width: 26px;
    height: 26px;
    margin: 0 auto 10px;
    display: block;
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 24px;
    text-transform: uppercase;
}

#categories-homepage #ServiceList .category-content {
    padding: 0px;
}

#categories-homepage #ServiceList .category-box {
    border: none;
    margin: 15px 0;
}

#categories-homepage #ServiceList .category-content h4.text-block {
    background: rgba(0,0,0,0.5);
    width: 100%;
    left: 0;
    bottom: 0px;
    margin: 0;
    text-shadow: none;
    padding: 10px 20px;
    text-align: center;
    font-size: 14px;
}

#categories-homepage .heading h3.section-title,
#counter .heading h3.section-title,
#who .heading h3.section-title {
    font-weight: 100;
}

/*Category details page*/
p.banner-breadcrumb {
    margin-bottom: 20px;
}

.geolocate i {
    color: #5dc560;
    background: #fff;
    float: right;
}

.btn-assembly {
    border-color: rgb(234, 94, 46);
    color: rgb(234, 94, 46);
    background-color: transparent;
    padding: 9px 19px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 14px;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

    .active, .accordion:hover {
        background-color: transparent;
    }
.city-zip {
    position: relative;
}

    .city-zip a.geolocate {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translate(0%, -50%);
    }

    .city-zip input {
        padding-right: 35px;
        width: 100%;
        height: 45px;
    }

.wpb_wrapper ul li {
    list-style: disc;
    width: 50%;
    float: left;
}

button.accordion {
    position: relative;
    background: none;
    padding: 0;
}

    button.accordion:before {
        content: "\f067";
        margin-right: 8px;
        font-family: 'FontAwesome';
        color: #acacac;
    }

    button.accordion.active:before {
        content: "\f068";
    }

.submitrequest-category {
    margin: 20px 0
}

    .submitrequest-category a {
        -moz-transition: all .3s linear;
        -ms-transition: all .3s linear;
        -o-transition: all .3s linear;
        -webkit-transition: all .3s linear;
        background-color: #007b83;
        box-sizing: border-box;
        color: #FFF;
        font-size: 12px;
        height: 40px;
        line-height: normal;
        text-transform: uppercase;
        transition: all .3s linear;
    }

        .submitrequest-category a:hover {
            background: #4c4c4c;
            color: #fff;
        }

.category-overview-block {
    margin: 30px 0;
}
