/*
Theme Name: Centrik
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-family: "Genericons";
    font-size: 16px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-align: center;
    text-decoration: inherit;
    text-transform: none;
    vertical-align: top;
}

.fn {
    margin-top: -20px;
}

/**
 * 4.0 - Elements
 */

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    color: #000000;
    line-height: 22px;
    text-align: justify;
}

a {
    color: #000;
    text-decoration: none !important;
}

a:hover, a:focus {
    color: #f55e45;
}

img {
    max-width: 100%;
}

* {
    outline: 0 none !important;
}

#wptime-plugin-preloader {
    background-size: 40px 40px !important;
}

.modal-dialog {
    margin-top: 120px;
}

.modal-dialog .close {
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    z-index: 1;
    right: 12px;
    top: 6px;
    font-size: 28px;
    font-weight: normal;
}

.modal-body {
    padding: 40px 40px;
}

.modal-title {
    text-align: center;
    font-size: 22px;
}

body > .ui-datepicker {
    display: none;
}

/**
 * 6.2 - Menus
 */

.logged-in.admin-bar .site-header {
    top: 32px !important;

}

.skip-link, .pageheader .breadcrumbs .trail-browse {
    display: none;
}

.site-header {
    padding: 0;
    background: #fff;

    -moz-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.1);
}

.custom-logo {
    max-height: 38px;
    width: 110px;
    margin: 10px 0px 0px 10px;
}

.site-branding {
    margin: 0 auto 0 0;
    float: left;
}

@media only screen and (min-width: 1200px) and (max-width: 4000px) {
    .menu-toggle,
    .dropdown-toggle {
        display: none;
    }

    .site-header-menu {
        float: right;
        margin: 1px 0 0;
    }

    .site-header-menu .main-navigation {
        display: inline-block;
    }

    .site-header-menu .primary-menu {
        margin: 0;
        padding: 0;
        text-align: left;
    }

    .primary-menu > li {
        display: inline-block;
        margin: 0;
        position: relative;
        padding: 12px 0px 15px;
    }

    .primary-menu > li > a {
        color: #000;
        position: relative;
        padding: 5px 15px 5px 15px;
        display: block;
        font-size: 13px;
    }

    .primary-menu > li.menu-item-has-children > a {
        padding: 5px 25px 5px 15px;
    }

    .primary-menu > li:hover > a {
        background: #f55e45;
        color: #fff;
    }

    .main-navigation ul ul {
        border: 1px solid #eee;
        display: block;
        left: -9999em;
        margin: 0;
        position: absolute;
        z-index: 99999;
        min-width: 180px;
        background: #fff;
        list-style: none;
        padding: 0;
        top: 59px;
    }

    .main-navigation .menu-item-has-children > a:after {
        content: "\f431";
        position: absolute;
        right: 6px;
        top: 10px;
        font-size: 14px;
    }

    .main-navigation li:hover > ul {
        left: 0;
    }

    .main-navigation ul ul li a {
        padding: 5px 10px;
        display: block;
        font-size: 13px;
        white-space: nowrap;

        -webkit-transition: padding 200ms ease-in-out;
        -moz-transition: padding 200ms ease-in-out;
        -o-transition: padding 200ms ease-in-out;
        transition: padding 200ms ease-in-out;
    }

    a:focus {
        color: #000;
    }

    .main-navigation ul ul li:hover a {
        background: #f55e45;
        color: #fff;
        padding-left: 15px;
        padding-right: 5px;
    }
}

.submit_query {
    background: #f55e45 none repeat scroll 0 0;
    color: #fff;
    padding: 5px 15px;
    font-size: 13px;
    border: none;
}

.delete_query {
    padding-left: 45px;
    padding-right: 45px;
}

span.query_close {
    background: #46c37b !important;
    display: inline;
    padding: .3em .4em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    font-size: 12px;
}

td.more_days_row {
    background: rgba(255, 0, 0, 0.20) !important;

}

.user_pic {
    /*font-size: 22px;*/
    margin-top: -22px;
    /*padding-right: 10px;*/
    /*padding-top: 5px;*/
}

.user_pic > img {
    border-radius: 53px;
    height: 62px;
    width: 62px;
}

.user_pic:hover {
    cursor: pointer;
}

.user_detail {
    /*background: #ececec none repeat scroll 0 0;*/
    margin-top: -20px;
    padding: 10px;
}

.user_name {
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}

.user_name:hover {
    color: #000000 !important;
    cursor: pointer !important;
}

.user_email:hover {
    color: #000000 !important;
    cursor: pointer !important;
}

/*.submit_query {*/
/*fore*/
/*}*/

.submit_query:hover {
    color: #fff;
    background-color: #f23415;
    border-color: #f02d0d;
}

.submit_query:focus {
    color: #fff;
}

.title.comment-form {
    background: #f55e45;
    color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 10px;
    font-size: 20px;
    display: block;
}

img.avatar.avatar-wordpress-social-login.avatar-75.photo {
    float: left;
    margin-right: 6px;
}

.comment-form-url {
    display: none;
}

/*======= header_top start =======*/
.header_top {
    background: #f1f1f1;
}

.headtop_left {
    float: left;
    /*width: 20%;*/
}

.headtop_left .tsl-default {
    background: none !important;
    margin: 0px 10px 0 0px;
}

.headtop_left a.tsl-default i {
    color: #333333 !important;
    font-size: 16px;
}

.headtop_right {
    float: right;
    /*width: 80%;*/
    text-align: right;
}

.headtop_right ul {
    display: inline-block;
    margin: 0;
}

.headtop_right ul li {
    display: inline-block;
    margin: -3px 15px 0 0;
    vertical-align: middle;
    font-size: 13px;
}

.headtop_right ul li i {
    padding: 0px 4px;
    color: #F55E45;
    font-size: 14px;
    vertical-align: initial;
}

.head_loginreg {
    background-color: #f55e45;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    margin: 2px;
    padding: 2px 9px;
}

.head_loginreg:hover {
    color: #fff;
    background-color: #f23415;
}

.register_head {
    margin-top: 1px;
    text-transform: none !important;
    font-family: inherit;
    font-size: 25px !important;
}

.head_loginreg:focus {
    color: #fff;
}

/*======= header_top end =======*/

.home .pageheader {
    display: none;
}

.pageheader {
    background-image: url('images/page_header_bg.jpg');
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.pageheader::before {
    background: rgba(17, 17, 17, 0.85);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.pageheader h1 {
    font-size: 32px;
    color: #F55E45;
    font-weight: 600;
    margin: 0 0 25px;
}

.pageheader .breadcrumbs a span {
    color: #808080;
}

.pageheader .breadcrumbs a span p {
    display: inline;
    margin: 0;
}

.pageheader .breadcrumbs span {
    color: #fff;
    padding-right: 5px;
}

.pageheader .breadcrumbs a::after {
    content: "\f10c";
    font-family: fontawesome;
    font-size: 9px;
    padding: 0 5px;
    color: #ccc;
    position: relative;
    top: -1px;
    left: 0px;
}

.custom_page {
    padding: 0 0 30px;
}

.custom_page .entry-header .entry-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.42857143;
    margin: 0 0 0px;
    font-weight: 700;
}

.custom_page .entry-content {
    font-size: 16px;
    line-height: 26px;
}

.custom_page .entry-content > p {
    margin-bottom: 20px;
}

.custom_page .category_main_image {
    height: 250px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    margin: 0 0 20px;
}

#secondary .widget {
    margin: 0 0 30px;
}

#secondary .widget-title {
    margin-top: 0;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 22px;
}

#secondary .widget-title:after {
    border: 1px solid #F55E45;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

form.search-form {
    position: relative;
}

form.search-form label {
    width: 100%;
}

.search-form .screen-reader-text {
    display: none;
}

.search-form input[type=search] {
    font-size: 14px;
    color: #333;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    border-radius: initial;
    box-shadow: none;
    height: 45px;
    padding: 10px;
    position: relative;
    z-index: 2;
    width: 100%;
    font-weight: 400;
}

.search-form .search-submit {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: 0 none;
    height: 45px;
    border-left: 1px solid #c0c0c0;
    padding: 5px 20px 0;
    z-index: 100;
    color: lightgray;
}

.search-form .search-submit:before {
    content: "\f002";
    font-family: fontawesome;
}

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

.widget_categories ul li {
    border-bottom: 1px dashed #d3d3d3;
    padding: 10px 10px;
}

.widget_categories ul li:before {
    content: "\f101";
    font-family: fontawesome;
    font-size: 12px;
    font-size: 9px;
    margin-right: 10px;
    padding: 0;
    position: relative;
    top: -3px;
}

.widget_categories ul li a {
    font-size: 16px;
}

.site-content {
    padding: 60px 0;
}

#primary {
    float: left;
    width: 75%;
    padding-right: 40px;
}

#secondary {
    float: left;
    width: 25%;
}

body.blog .entry-footer .avatar, body.blog .entry-footer .updated,
body.blog .entry-footer .cat-links, body.blog .entry-footer .comments-link, body.blog .entry-footer .edit-link,
body.blog .entry-footer .posted-on .screen-reader-text,
body.archive .entry-footer .avatar, body.archive .entry-footer .updated,
body.archive .entry-footer .cat-links, body.archive .entry-footer .comments-link,
body.archive .entry-footer .edit-link, body.archive .entry-footer .posted-on .screen-reader-text,
body.search .entry-footer .avatar, body.search .entry-footer .updated,
body.search .entry-footer .cat-links, body.search .entry-footer .comments-link,
body.search .entry-footer .edit-link, body.search .entry-footer .posted-on .screen-reader-text,
.blog_slider .owl-item .blog_list .avatar, .blog_list .updated,
.blog_list .cat-links, .blog_list .comments-link,
.blog_list .edit-link, .blog_list .posted-on .screen-reader-text {
    display: none;
}

time.entry-date.published.updated {
    display: inherit;
}

footer.entry-footer {
    text-align: left;
}

body.blog article, body.archive article {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.blog_page .entry-content, body.archive .entry-content, body.search .entry-summary {
    margin: 16px 0 8px;
    font-size: 16px;
    line-height: 26px;
}

.blog_page .entry-footer span, .blog_page .entry-footer span a,
.dwkb-article-meta span, .dwkb-article-meta span a,
.blog_list span {
    color: #666;
    font-size: 13px;
}

body.search .post-thumbnail {
    display: none;
}

article .entry-title {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1.42857143;
    margin: 0 0 0px;
    font-weight: 700;
}

article .entry-title a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.entry-footer .author .url,
.dwkb-article-meta span.byline a,
.blog_list .author .url {
    color: #F55E45;
    border-right: 1px solid #666;
    font-size: 13px;
    padding-right: 10px;
    margin-right: 10px;
}

.dwkb-article-meta span.byline a {
    margin-right: 5px;
}

.comment_count .screen-reader-text {
    display: none;
}

article .readmore i {
    color: #F55E45;
}

article .readmore a, .comment_count a {
    color: #666;
    font-size: 13px;
}

.page-header {
    margin: 0 0 10px;
    padding: 0;
}

.page-header .page-title {
    font-size: 18px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.single-post .post .entry-content {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 26px;
}

.single-post .post .entry-footer .avatar, .single-post .post .updated,
.single-post .post .edit-link, .single-post .post .posted-on .screen-reader-text,
.single-post .post .cat-links, .single-post .post .comments-link .screen-reader-text {
    display: none;
}

.single-post .post .entry-footer > span + span {
    margin-left: 10px;
    border-left: 1px solid #666;
    padding-left: 10px;
}

.single-post .post .entry-footer span,
.single-post .post .entry-footer a {
    font-size: 13px;
    color: #666666;
}

.single-post .post .entry-footer .author .url {
    border-right: 0 none;
    padding: 0;
    margin: 0;
    color: #f55e45;
}

.single-post .post .entry-content > p {
    margin-bottom: 20px;
}

.single-dwkb .dwkb .dwkb-article-header {
    margin: 0px 0;
}

.single-dwkb .dwkb .dwkb-article-content {
    margin: 40px 0 0;
    font-size: 16px;
    line-height: 26px;
}

.single-dwkb article.dwkb {
    margin: 0 0 30px;
}

.author-info {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    margin: 20px 0;
    padding: 20px 0;
}

.author-info .author-avatar {
    float: left;
    margin: 0 10px 10px 0;
}

.author-avatar {
    padding-left: -10px;
}

.author-info img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.author-avatar {
    margin-top: -20px;
    position: absolute;
}

.author-info .author-title {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 5px;
    line-height: 24px;
    margin-left: 50px;

}

.author-info .author-bio {
    overflow: hidden;
    font-size: 14px;
}

.comments-title {
    font-weight: 500;
    font-size: 22px;
    margin: 15px 0 25px;
}

.comment-list {
    list-style: none;
    padding: 0;
}

.comment-list ol {
    list-style: none;
}

.comment-list li article {
    margin-bottom: 30px;
}

.comment-list ol li .comment-content {
    background: #f7f7f7;
    padding: 20px;
}

.comment-list .comment-author {
    /*float: left;*/
    /*margin: -24px 10px 10px 0;*/
}

.comment-list .comment-author img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.comment-list .commenter_name {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.comment-list .commenter_name .fn {
    text-transform: capitalize;
    font-weight: 500;

}

.comment-list .comment-content {
    overflow: hidden;
    background: #f7f7f7;
    padding: 20px;
}

.reply {
    text-align: right;
}

.attachmntImg {
    height: 100px;
}

.attachLabel {
    background: #f55e45 none repeat scroll 0 0;
    color: #fff !important;
    padding: 4px 11px;
}

.filename {
    margin-left: 22px;
}

.reply a {
    color: #F55E45;
}

.reply a:before {
    content: "\f27b";
    font-family: fontawesome;
    margin-right: 4px;
}

.comment-reply-title {
    font-weight: 500;
    font-size: 22px;
    margin: 15px 0 5px;
}

.comment-respond input[type="text"], .comment-respond input[type="email"],
.comment-respond input[type="url"] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #d1d1d1;
}

.comment-respond textarea {
    width: 100%;
    padding: 10px;
}

.comment-respond .form-submit {
    text-align: right;
}

.comment-respond .form-submit .submit {
    color: #fff;
    background-color: #f55e45;
    border: medium none;
    font-size: 13px;
    padding: 5px 21px;
    text-transform: uppercase;
}

.comment-respond .form-submit .submit:hover {
    color: #fff;
    background-color: #f23415;
    border-color: #f02d0d;
}

.pagination {
    text-align: center;
    width: 100%;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 17px;
    margin: 0 6px;
}

.footer {
    background: #000;
    color: #ccc;
    line-height: 21px;
}

.footertop {
    padding: 50px 0;
}

.footertop_list {
    float: left;
    width: 25%;
    padding-right: 30px;
}

.footertop_list.foot_info .ow-button-hover {
    border: 1px solid #333 !important;
    color: #808080 !important;
    font-size: 11px;
    padding: 6px 13px;
    text-transform: uppercase;
}

.footertop_list.foot_info .ow-button-hover:hover {
    background-color: #eeeeee;
    color: #f55e45;
}

.footertop_list h2 {
    color: #fff;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    font-size: 15px;
    line-height: 1.42857143;
    margin: 0 0 30px;
}

.footertop_list h2:after {
    border: 1px solid #F55E45;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.footertop .menu {
    text-align: left;
    float: none;
    padding: 0;
}

.footertop .menu li {
    border-bottom: 1px dashed #333333;
    display: block;
}

.footertop .menu li a {
    padding: 8px 0 8px 13px;
    margin: 4px 0 4px;
    color: #ccc;
    display: block;
}

.footertop .menu li a:hover {
    background: none;
    color: #f55e45;
}

.footertop .menu li a:before {
    font-family: 'FontAwesome';
    content: '\f046';
    position: relative;
    left: -12px;
}

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

.footertop .latest_blog ul li {
    margin: 0px 0 8px;
    border-bottom: 1px dashed #333333;
    padding: 0 0 8px;
}

.footertop .latest_blog ul li span {
    display: block;
    font-style: italic;
    color: #888;
}

.footertop .latest_blog ul li a {
    color: #ccc;
}

.footertop .latest_blog ul li a:hover {
    color: #F55E45;
}

.footerbottom {
    padding: 0 0 50px;
}

.footerbottom_list {
    float: left;
    width: 33%;
    text-align: center;
    position: relative;
    padding: 35px 0 0;
}

.footerbottom_list h2 {
    color: #F55E45;
    font-weight: 500;
    line-height: 1.42857143;
    font-size: 15px;
}

.footerbottom_list .textwidget, .footerbottom_list .textwidget a {
    color: #fff
}

.footerbottom_list .textwidget a:hover {
    color: #F55E45
}

.footerbottom_list:first-child .so-widget-sow-icon {
    padding-top: 15px;
}

.footerbottom_list .so-widget-sow-icon {
    padding-top: 15px;
    height: 50px;
}

.footerbottom_list .so-widget-sow-icon .sow-icon span.sow-icon-fontawesome {
    color: #fff !important;
}

.footerbottom > .container {
    border-top: 1px dashed #333333;
}

.footerbottom_list:after {
    content: "\f111";
    font-family: FontAwesome;
    color: #F55E45;
    left: 0;
    position: absolute;
    right: 0;
    top: -11px;
}

.footer_social {
    text-align: center;
    padding: 0 0 40px;
}

.footer_social .tsl-default {
    background-color: #eeeeee;
    height: 36px;
    width: 36px;
    margin: 0 10px 0;
}

.footer_social .tsl-default i {
    color: #555555 !important;
    vertical-align: middle;

}

.footer_social .tsl-default:hover {
    background-color: #F55E45;
}

.footer_social .tsl-default:hover i {
    color: #fff !important;
}

.copyright {
    background: #222222;
    text-align: center;
    padding: 20px 0 10px;
}

.copyright p {
    font-size: 11px;
}

.sticky-wrapper {
    height: auto !important;
}

.service_domain {
    margin-bottom: -60px;
    margin-top: -90px;
}

.home .site-content {
    padding-top: 0;
}

.ui-widget {
    font-family: inherit !important;
}

.home .frs-slideshow-container#home-sliderpjc {
    margin-top: 0px;
    margin-bottom: 0px;
}

.page-id-120 #primary {
    width: 100%;
}

.page-id-120 #secondary, .page-id-120 .entry-header {
    display: none;
}

.dwkb-index .dw-grid .dw-one-half-col .dwkb-category-box {
    background: #f7f7f7;
    padding: 26px 26px 10px;
    margin-bottom: 30px;
}

.dwkb-index .layout-default .dwkb-category-box .box-header {
    border: 0 none;
    padding: 0px 0 10px;
    margin: 0 0 20px;
}

.dwkb-index .box-header .category-title a {
    margin-top: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 22px;
}

.dwkb-index .box-header .category-title a:after {
    border: 1px solid #F55E45;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
}

.dwkb-index .layout-default .dwkb-category-box .box-content .dwkb-list li {
    border: 0 none;
    padding: 10px 0 9px;
}

.layout-default .dwkb-category-box .box-content .dwkb-list li a {
    font-size: 16px;
    line-height: 20px;
}

.dwkb-index .layout-default .dwkb-category-box .box-footer a i {
    color: #F55E45;
    padding-right: 2px;
}

.dwkb-index .layout-default .dwkb-category-box .box-content .dwkb-list li p {
    margin: -2px 0 0;
    color: #666;
    font-size: 13px;
}

.layout-default .dwkb-category-box .box-footer {
    padding: 0px 0px 10px 10px;
    font-size: 13px;
}

.layout-default .dwkb-category-box .box-footer a {
    color: #666;
}

.dwkb-search {
    margin: 10px 0 30px;
    width: 300px;
    float: right;
}

.dwkb-search:after {
    content: " ";
    border-left: 1px solid #d1d1d1;
    position: absolute;
    right: 55px;
    top: 0;
    height: 40px;
}

.dwkb-list-inner {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 30px;
    margin-bottom: 10px;
    margin-top: 30px;
}

.dwkb-list .dwkb-list-inner .kb-article .kb-article-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
    display: inline-block;
}

.dwkb-list .dwkb-list-inner .kb-article .article-content {
    margin: 27px 0 20px;
}

.dwkb-list .dwkb-list-inner .readmore {
    float: right;
}

.dwkb-list .dwkb-list-inner .readmore i {
    color: #F55E45;
}

.site-header .main-navigation + .social-navigation {
    margin-top: 1.75em;
}

.site-footer .social-navigation {
    margin-bottom: 1.75em;
}

.social-navigation ul {
    list-style: none;
    margin: 0 0 -0.4375em;
}

.social-navigation li {
    float: left;
    margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
    border: 1px solid #d1d1d1;
    border-radius: 50%;
    color: #1a1a1a;
    display: block;
    height: 35px;
    position: relative;
    width: 35px;
}

.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
    width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
    color: #007acc;
}

.social-navigation a[href*="codepen.io"]:before {
    content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
    content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
    content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
    content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
    content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
    content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
    content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
    content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
    content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
    content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
    content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
    content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
    content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
    content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
    content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
    content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
    content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
    content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
    content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
    content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
    content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
    content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
    content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
    content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
    content: "\f413";
}

/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
    content: "";
    display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
.site-content:after,
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
    clear: both;
}

.section-title {
    margin-bottom: 40px;
    position: relative;
}

.section-title h2 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 0px;
}

.section-title h2 a {
    position: relative;
    z-index: 2;
}

.section-title i {
    font-size: 38px;
    line-height: 1.3;
    position: absolute;
    opacity: 0.15;
    margin: 0 auto;
    z-index: 0;
}

.section-title.title-right {
    text-align: right;
    border-right: 4px solid #F55E45;
    padding-right: 28px;
}

.section-title h6 {
    text-transform: uppercase;
    margin: 0;
    font-size: 15px;
}

.section-title p {
    font-size: 15px;
    font-style: italic;
    margin-bottom: 0;
}

.section-title.title-right i {
    left: 0;
    right: 15px;
}

.section-title.title-left {
    text-align: left;
    border-left: 4px solid #F55E45;
    padding-left: 28px;
}

.section-title.title-left i {
    right: 0;
    left: 15px;
}

.section-title.title-center {
    text-align: center;
}

.section-title.title-center i {
    left: 0;
    right: 0;
}

/*====== owl carousel   start  =======*/
.owl-nav {
    position: absolute;
    top: -112px;
    left: -5px;
}

.owl-carousel.owl-theme .owl-controls .owl-nav > div {
    background: #666;
    border-radius: 0px;
    font-size: 22px;
    padding: 3px 11px 5px;
}

.owl-carousel.owl-theme .owl-controls .owl-nav > div:hover {
    background: #f55e45;
}

.owl-nav i {
}

/*====== owl carousel   end  =======*/

/*====== testimonial   start  =======*/
.testimo_homefaq {
    padding: 50px 0;
    position: relative;
    background-image: url('images/testimo_homefaq.jpg');
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;

}

.testimo_homefaq::before {
    background-color: rgba(255, 255, 255, 0.9);
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    bottom: 0;
}

.testimonial {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.testimonial h1 {
    position: relative;
    font-size: 22px;
    margin: 0 0 20px;
}

.testimonial h1:before {
    content: "\f10e";
    font-family: fontawesome;
    color: #f55e45;
    font-size: 30px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.testimonial h1:after {
    background: #F55E45;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 32px;
    position: absolute;
    width: 45px;
}

.testimonial .owl-item img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.testimonial .authorname {
    text-transform: uppercase;
    color: #F55E45
}

.testimonial .author_designa {
    color: #808080;
    margin-bottom: 10px;
}

.owl-theme .owl-controls {
    text-align: left;
}

.testimonial .owl-theme .owl-dots .owl-dot span {
    width: 28px;
    height: 6px;
    margin: 5px 15px 0 0;
    background: #666;
}

.testimonial .owl-theme .owl-dots .owl-dot.active span, .testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #f55e45;
}

/*======  testimonial end  =======*/

/*====== ourclient   start  =======*/
.ourclient {
    background: #f1f1f1;
    padding: 10px 0;
    text-align: center;
}

.item.client_img img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    object-fit: contain;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
}

/*====== ourclient   end  =======*/

/*==== home_blog start =====*/
.home_blog {
    background: #fff;
    padding-top: 80px;
}

.category_latestblog {
    background: #f7f7f7;
    padding-bottom: 80px;
}

.posted-on {
    border-right: 1px solid #666 !important;
    /*font-size: 13px;*/
    padding-right: 10px !important;
    margin-right: 10px !important;
}

.blog_list {
    border: 1px solid #eeeeee;
}

.blog_details {
    border-top: 1px solid #eeeeee;
    padding: 15px;
}

.category_latestblog .blog_details {
    background: #fff;
}

.blog_img {
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
}

.new_img {
    background-size: contain !important;
}

.blog_list .desc {
    margin: 10px 0 0;
    height: 66px;
    overflow: hidden;
}

.blog_details h5 {
    margin-bottom: 0;
}

.blog_details h5 a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    height: 44px;
    text-align: left;
    font-weight: 600;
}

.blog_list .readmore {
    font-size: 12px
}

.blog_list .readmore i {
    color: #F55E45;
    padding-right: 2px;
}

/*==== home_blog end =====*/

/*==== latest news start =====*/
.latest_news {
    background: #fff;
    padding: 60px 0;
}

.news_list {
    border: 1px solid #eeeeee;
    padding: 15px;
}

.news_list h5 a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    height: 44px;
    font-weight: 600;
}

.news_list .readmore {
    font-size: 12px
}

.news_list .readmore i {
    color: #F55E45;
    padding-right: 2px;
}

/*==== latest news end =====*/

/*==== faq start =====*/
.home_faq .title, .faq .title {
    position: relative;
    font-size: 22px;
    margin: 0 0 20px;
}

.home_faq .title:before {
    content: "\f059";
    font-family: fontawesome;
    color: #f55e45;
    font-size: 30px;
    position: relative;
    top: 4px;
    margin-right: 5px;
}

.home_faq .title:after, .faq .title:after {
    background: #F55E45;
    bottom: -6px;
    content: "";
    height: 1px;
    left: 32px;
    position: absolute;
    width: 45px;
}

.faq .title:after {
    left: 0;
    bottom: -10px;
}

.home_faq {
    float: left;
    width: 50%;
    z-index: 0;
    position: relative;
}

.faq .accordions .accordions-head {
    background: #f5f5f5 !important;
    color: #000 !important;
    display: block;
    padding: 10px 15px 10px 0 !important;
    white-space: normal;
    position: relative;
    border: 0 none;
    border-bottom: 1px solid #d8d8d8;
}

.faq .accordions .accordions-head.ui-accordion-header-active {
    background: #f1f1f1 !important;
}

.faq .accordions .accordion-icons:before {
    background: #e3e3e3;
    color: #777;
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 14px;
    left: 0;
    padding: 13px 14px;
    /*position: absolute;*/
    top: 0px;
    bottom: 0;
}

.faq .accordions .ui-accordion-header-active .accordion-icons:before {
    color: #777;
    background: #bbb !important;
    content: "\f068";
}

.faq .accordions .accordion-content {
    background: #f1f1f1 !important;
    padding: 15px 20px 15px;
    border: 0 none;
    line-height: 1.7;
    border-top: 1px solid #d3d3d3;
}

.faq .accordions .accordion-content p {
    margin: 0;
}

/*==== faq end =====*/

/*===== slider start  ======*/
.frs-slideshow-container .frs-wrapper .frs-slideshow-content {
    background: none;
}

.frs-slideshow-container .frs-wrapper.frs-skin-default .frs-caption {
    width: 90%;
    padding: 0px 15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#home-sliderpjc-slideshow .frs-caption-content {
    padding: 0px !important;
}

#home-sliderpjc-slideshow .frs-caption-inner h4 {
    font-size: 32px !important;
    margin: 0px !important;
    font-weight: normal;
    padding: 10px;
    background: #fff;
    display: inline-block;
}

#home-sliderpjc-slideshow .frs-caption-content > div h1 {
    background: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 600;
    padding: 10px 10px;
    margin: 15px 0;
    color: #F55E45 !important;
}

#home-sliderpjc-slideshow .frs-caption-content > div p strong {
    background: #fff;
    display: inline-block;
    padding: 6px 10px;
    font-weight: normal;
    font-size: 15px;
}

#home-sliderpjc-slideshow .frs-caption-content .frs-caption-button a span {
    background: #f55e45;
    color: #fff;
    border-color: #f55e45;
    border-radius: 0px;
    text-transform: uppercase;
}

#home-sliderpjc-slideshow .frs-caption-content .frs-caption-button a span:hover {
    background: #f02d0d;
    border-color: #f02d0d;
}

.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-left,
.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-right {
    background: none;
    z-index: 999;
}

.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-left:before,
.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-right:before {
    font-family: fontawesome;
    font-size: 26px;
    background: rgba(0, 0, 0, 0.5);
    height: 38px;
    width: 38px;
    display: block;
    padding: 0 0;
    line-height: 38px;
    font-weight: normal;
}

.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-left:before {
    content: "\f104";
}

.frs-slideshow-container .frs-wrapper.frs-skin-default div.frs-slider-nav span.frs-arrow-right:before {
    content: "\f105";
}

/*===== slider end  ======*/

/*===== home_abtus start  ======*/
.home_abtus {
    background: #f7f7f7;
    padding: 60px 0;
}

.home_abtus h1 {
    font-size: 22px;
    font-weight: 700;
    color: #1e0735;
    position: relative;
    margin: 0 0 20px;
}

.home_abtus h1:before {
    background: #F55E45;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 45px;
}

.home_abtus .desc {
    margin-bottom: 25px;
    font-size: 15px;
}

.about_division {
    padding-left: 30px;
}

.about_division ul li {
    border: 1px solid #eeeeee;
    background: #eeeeee;
    text-align: center;
    padding: 25px 10px;
    margin: 0 0 15px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_division ul li:hover {
    background: #f55e45;
}

.about_division ul li i {
    font-size: 36px;
    color: #f55e45;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about_division ul li h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}

.about_division ul li:hover i, .about_division ul li:hover h2 {
    color: #fff;
}

/*===== home_abtus end  ======*/

/*===== get started start  ======*/
.get_started {
    background: #f55e45;
    padding: 65px 0;
    text-align: center;
}

.get_started h1 {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin: 0 0 20px;
}

.get_started a {
    color: #000;
    padding: 8px 25px;
    background: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/*===== get started end  ======*/

/*===== get started form start  ======*/

body.page-template-CategoryTemplate .site-content,
body.page-template-SubCategoryTemplate .site-content {
    padding-bottom: 0px;
}

.section-title h2 {
    font-size: 26px;
    line-height: 35px;
}

.section-title i {
    font-size: 32px;
}

.section-title {
    margin-bottom: 12px;
}

.getstarted_form h1 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 600;
    margin: 0 0 0px;
    text-align: center;
}

.getstarted_form #create_ticket_container > h3,
.getstarted_form #wpspLoginAndSignUpDiv, .getstarted_form #loginContainer h3,
.getstarted_form .nav-tabs {
    display: none;
}

.getstarted_form .tab-content {
    padding: 0;
    border: 0 none;
}

/*===== get started form end  ======*/

/*===== Expert Attorneys start  ======*/
.expert_attorneys {
    padding: 70px 0;
}

.team-list .list, .team-list .grid {
    background: #f7f7f7;
    font-size: 15px;
}

.team-list .team-member-info {
    float: left;
    width: 50%;
}

.team-list .team-member-info img {
    height: 235px;
}

.team-list .team-member-des {
    float: left;
    width: 50%;
    padding: 20px;
}

.team-list .team-title {
    margin: 0;
}

.team-list .team-title a {
    font-size: 20px;
    color: #f55e45;
    font-weight: 500;
    line-height: 1;
    display: block;
}

.team-list .team-position {
    font-size: 15px;
    font-weight: 600;
    margin: 0px 0 0px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 24px;
}

.team-list .expertise {
    margin: 12px 0 15px;
    height: 66px;
    overflow: hidden;
    text-align: left;
}

.team-list .team-member-other-info {
    list-style: none;
    padding: 0;
    margin: 0;
}

.team-list .team-member-other-info li {
    margin: 10px 0 0px;
}

.team-member-other-info i {
    color: #f55e45;
    width: 18px;
    text-align: center;
}

.btnn:focus {
    color: #fff;
}

/*===== Expert Attorneys end  ======*/

/*==== maincategory_expertarea start =====*/
.maincategory_expertarea {
    padding: 30px 0 0px;
}

.maincategory_expertarea.expertarea_noslider .expertisearea_list {
    margin: 0 0 30px;
    text-align: left;
}

.maincategory_expertarea.expertarea_noslider .expertisearea_list .thumb {
    background: #f1f1f1;
    padding: 0 0 15px;
}

.maincategory_expertarea .expertisearea_list img {
    width: 90px;
    margin-left: -18px;
    float: left;
    background: #f1f1f1;
}

.maincategory_expertarea .expertisearea_list .list_title {
    position: relative;
    padding: 0;
    float: left;
    width: 79%;
    margin-left: -18px;
    background: none;
}

.maincategory_expertarea .expertisearea_list .details_inner p {
    display: none;
}

.maincategory_expertarea .expertisearea_list .list_title h3 {
    font-size: 15px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 17px 0 9px;
}

.maincategory_expertarea .expertisearea_list .list_title p {
    font-size: 13px;
}

.maincategory_expertarea .expertisearea_list .details_inner {
    text-align: center;
}

.maincategory_expertarea .expertisearea_list .display-table h3 {
    margin: 0px 0 12px;
}

.maincategory_expertarea .expertisearea_list:hover .details {
    background: #f5f5f5;
}

.maincategory_expertarea .expertisearea_list:hover img {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/*.maincategory_expertarea .expertisearea_list:hover .details
{
	background: none;
}
.maincategory_expertarea .expertisearea_list .details
{
	position: relative;
    padding: 0;
    float: left;
    width: 79%;
    margin-left: -18px;
}
.maincategory_expertarea .expertisearea_list .display-table
{
	display: block;
}
.maincategory_expertarea .expertisearea_list .display-table-cell
{
	display: block;
}
.maincategory_expertarea .expertisearea_list .details_inner
{
	opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.maincategory_expertarea .expertisearea_list .details_inner .readmore
{
	display: none;
}
.maincategory_expertarea .expertisearea_list .list_title
{
	display: none;
}
*/
/*==== maincategory_expertarea end =====*/

/*==== expertise area start =====*/
.expert_area {
    padding: 60px 0 10px;
    background: #f7f7f7;
}

.service_domain_getstarted {
    margin-bottom: -60px;
    margin-top: 40px;
}

.expertisearea_list img {
    background: #E2E2E2;
    position: relative;
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    opacity: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expertisearea_list .list_title {
    font-size: 15px;
    color: #070707;
    background-color: #fff;
    padding: 1px 0px 10px 0px;
}

.expert_area .expertisearea_list .list_title p {
    display: none;
}

.expertisearea_list {
    text-align: center;
    position: relative;
    margin: 0 0 50px;
}

.expertarea_noslider .expertisearea_list {

    width: 25%;
    float: left;
    padding: 0 15px;
}

.expertisearea_list .thumb {
    overflow: hidden;
    position: relative;
}

.expertisearea_list .display-table {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 1;
}

.expertisearea_list .display-table-cell {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.expertisearea_list .details {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0 15px;

    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.expertisearea_list .details_inner {
    opacity: 0;
    -webkit-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertisearea_list .details_inner h1 {
    color: #f55e45;
    font-size: 18px;
}

.expertisearea_list .details_inner p {

}

.expertisearea_list .details_inner .readmore {
    color: #fff;
    background-color: #f23415;
    border-color: #f02d0d;
    font-size: 11px;
    padding: 4px 14px;
    text-transform: uppercase;
}

.expertisearea_list:hover img {
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertisearea_list:hover .list_title {
    opacity: 0;
}

.expertisearea_list:hover .details {
    background: #ececec;
}

.expertisearea_list:hover .details_inner {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.display-table h3 {
    font-size: 17px;
    color: #f55e45;
    margin-top: 0;
}

.display-table .desc p {

}

.display-table a.readmore {
    background: #f55e45;
    color: #fff;
    font-size: 13px;
    padding: 3px 7px;
    display: inline-block;
}

.list_title h3 {
    font-size: 16px;
}

/*==== expertise area end =====*/

/*==== sidebar start =====*/
.custom_sidebar {
    float: left;
    width: 25%;
}

.custom_sidebar > div {
    margin: 0 0 20px;
}

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

.related_service ul li a {
    background: #f5f5f5;
    display: block;
    margin: 0 0 2px;
    padding: 10px;
}

.related_service ul li a:hover, .related_service ul li.current_page_item a {
    background: #d3d3d3;
    color: #000;
}

.custom_sidebar h1 {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0 0 20px;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0;
}

.custom_sidebar h1 i {
    color: #f55e45;
    width: 25px;
}

.pt-cv-view .pt-cv-title {
    margin-bottom: 0px;
}

.pt-cv-wrapper .pt-cv-content-item {
    padding-bottom: 0px;
    padding-top: 0px;
}

.pt-cv-ifield a {
    background: #f5f5f5;
    padding: 10px;
    display: block;
    margin: 0 0 2px;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
}

.pt-cv-ifield a:hover {
    background: #d3d3d3;
    color: #000;
}

.sidebar_officedetails ul li {
    margin: 0 0 20px;
}

.contact-us-list li {
    margin-bottom: 12px !important;
}

.sidebar_officedetails ul li i {
    color: #f55e45;
    width: 20px;
    font-size: 18px;
    vertical-align: middle;
}

ul.list-unstyled p {
    display: inline;
}

/*==== sidebar end =====*/

.subcategory_desc {
    float: right;
    width: 75%;
    padding-left: 30px;
}

/*==== our experts start =====*/
.our_experts .team-list > div {
    float: left;
    width: 47.4%;
    margin: 0px 15px 20px;
}

.our_experts .team-list > div:nth-child(odd) {
    clear: left;
}

/*==== our experts end =====*/

.search-results article {
    border-bottom: 1px dashed #d3d3d3;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

/*==== Single user Start =====*/
.single-team_manager #primary {
    width: 100%;
    padding: 0;
}

.single-team_manager .user_left {
    float: left;
    width: 35%;
}

.single-team_manager .user_right {
    float: right;
    width: 65%;
    padding-left: 30px;
}

.user_left li {
    border-left: 1px solid #F55E45;
    background: #f8f8f8;
    padding: 20px 20px 15px;
    margin: 0 0 15px;
}

.user_left h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.user_left h1 i {
    width: 26px;
    color: #F55E45;
}

.user_left .user_detail {
    padding: 17px 0 0 32px;
}

.user_right .user_image {
    float: left;
    width: 16%;
}

.user_right .user_image img {
    width: 100px;
    height: 100px;
}

.user_right .entry-header {
    float: left;
    width: 60%;
}

.user_right .entry-header span {
    font-size: 14px;
}

.user_right .entry-header span.qualification {
    display: block;
    margin: 1px 0;
}

.user_right .entry-content {
    margin: 10px 0 20px;
}

.tab-content {
    padding: 15px;
    border: 1px solid #eeeeee;
    margin-bottom: 15px;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus,
.nav-tabs > li.active a, .nav-tabs > li.active a:hover, .nav-tabs > li.active a:focus {
    color: #F55E45;
    background-color: #f8f8f8;
}

.nav-tabs > li > a {
    border-radius: 0;
    padding: 12px 20px;
    margin-right: 0;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs > li.active > a {
    color: #F55E45;
}

.nav {
    cursor: pointer !important;
}

.user_right .ssba-wrap {
    display: none !important;
}

/*==== Single user end =====*/

/*==== ContactUs start =====*/

.form-control {
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    height: 48px;
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background: #fff;
}

.logged-in .wppb-default-nickname, .logged-in .wppb-default-last-name, .logged-in .wppb-default-first-name {
    display: block;
}

.wppb-default-nickname, .wppb-default-last-name, .wppb-default-first-name {
    display: none;
}

.contact_left {
    float: left;
    width: 30%;
}

.contact_left ul li {
    margin-bottom: 20px;
    padding: 30px;
    background-color: #f1f1f1;
}

.contactinfo_icon {
    display: inline-block;
    width: 16%;
    vertical-align: top;
}

.contactinfo_icon i {
    color: #F55E45;
    font-size: 26px;
    margin: 10px 0 0;
}

.contactinfo_text {
    display: inline-block;
    width: 82%;
}

.contact_right {
    float: left;
    width: 70%;
    padding-left: 30px;
}

.contact_form h3 {
    font-size: 22px;
    margin: 0 0 15px;
    font-weight: 600;
}

.contact_form form {
    margin-left: -15px;
    margin-right: -15px;
}

.contact_form .form-group {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.contact_form .form-group1 {
    /*width: 50%;*/
    float: left;
}

.contact_form .form-group:nth-child(even) {
    clear: left;
}

.contact_form .form-group .submit_btn {
    color: #fff;
    background-color: #f55e45;
    border: 1px solid #f55e45;
    color: #fff;
    font-size: 12px;
    padding: 5px 17px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.contact_form .form-group .submit_btn:hover {
    background-color: #f23415;
    border-color: #f02d0d;
}

/*==== ContactUs end =====*/

/*==== About us start =====*/
.page-template-AboutusPageTemplate .site-content {
    padding-bottom: 0;
}

.about_left {
    float: left;
    width: 70%;
    padding: 0px 30px 0 0%;
}

.about_right {
    float: left;
    width: 30%;
    background: #f1f1f1;
    padding: 30px 40px;
}

.about_right .abt_title {
    color: #F55E45;
    position: relative;
    font-size: 22px;
    margin: 0 0 22px;
    font-weight: bold;
    text-transform: uppercase;
}

.about_right .abt_title:after {
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 50px;
    border-bottom: 2px solid #F55E45;
}

.abtpage_content {
    padding: 50px 0;
}

/*.about_right .readmore {
    color: #fff;
    background-color: #222222;
    display: inline-block;
    padding: 6px 18px;
    margin: 20px 0 0;
    text-transform: uppercase;
}
.about_right .readmore:hover {
	background-color: #000000;
}*/
/*==== About us end =====*/

/*======= skills start ======*/
.skills_slider {
    background: #f7f7f7;
    padding: 60px 0 45px;
}

.skills .single-skills {
    border: 1px solid #eeeeee;
    background: #eeeeee;
    text-align: center;
    padding: 25px 10px;
    margin: 0 0 15px;

    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skills .single-skills:hover {
    background: #f55e45;
}

.skills .single-skills i {
    font-size: 36px;
    color: #f55e45;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.skills .single-skills .skill_name {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 0;
}

.skills .single-skills:hover i, .skills .single-skills:hover .skill_name {
    color: #fff;
}

/*======  skills end ======*/

/*======  newsletter start ======*/
.newsletter h1 {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
}

.newsletter .es_button {
    text-align: center;
}

.newsletter .es_textbox_button {
    background: #f55e45;
    color: #fff;
    border: 0 none !important;
    padding: 4px 20px;
    text-transform: uppercase;
}

.newsletter .es_textbox_button:hover {
    background: #f23415;
}

/*======  newsletter end ======*/

/*======  become an expert start ======*/

.empanel_title {
    border-bottom: 1px solid #ccc;
    margin-left: 63px;
    margin-top: -39px;
    padding-bottom: 20px;
}

.alert.alert-info.expert_alert {
    margin: -4px 0px 14px 0px !important;
    text-align: left !important;
}

div#category-lists span {
    display: inline-block;
    width: 290px;
}

.expertise_select {
    margin-left: -15px;
}

.subcat {
    margin-right: 15px !important;
}

.empanel_address {
    border: 1px solid #ccc;
    /*padding-top: 0px;*/
    padding: 0px 10px 10px;
    margin-bottom: 10px;
}

legend {
    border: none !important;
    margin-top: -12px !important;
}

.clearfix {
    /*padding-bottom: 10px;*/
}

.address_section {
    background: #fff none repeat scroll 0 0;
    padding-left: 6px;
    padding-right: 6px;
}

.empanel_fa {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: inline-block;
    font: 30px/1 FontAwesome;
    padding: 10px;
}

.empanel_fa:hover {
    cursor: pointer;
    background: #ccc;
}

.empanel_dec {
    color: #818181;
    font-size: 12px;
}

.empanel_alert {
    color: #818181;
}

.group_control {
    float: left;
    margin: 0 -5px;
}

.group_control .form-group {
    float: left;
    width: 25%;
    padding: 0 5px;
}

.select2-container-multi .select2-choices {
    min-height: 48px;
    border-color: #ccc;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background-image: none;
}

.select2-container-multi .select2-choices .select2-search-choice {
    font-size: 14px;
}

.select2-container-multi .select2-choices .select2-search-field input {
    font-size: 14px;
    padding: 5px 12px;
    margin: 5px 0;
}

.fileupload .hide_this {
    position: relative;
    float: left;
    padding-right: 10px;
    margin: 10px 0 0;
}

.image-upload > input {
    display: none;
}

.image-upload img {
    cursor: pointer;
    width: 150px;
    border: 2px solid #e1e1e1;
    margin-bottom: 15px;
}

.image-upload img:hover {
    cursor: pointer;
    width: 150px;
    border: 2px solid #f55e45;
    margin-bottom: 15px;
}

.submit_button.submit_query {
    /*margin-left: 16px;*/
}

.fileupload .inputfile1, .fileupload .inputfile2 {
    position: relative;
    z-index: 2;
    width: 150px;
    height: 150px;
    opacity: 0;
}

.fileupload img {
    width: 150px;
    height: 150px;
    border: 2px solid #000;
    border-radius: 4px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background-image: url('images/demo.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.add_file {
    background: #f55e45;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 8px;
    margin: 10px 0 0;
}

.add_file:hover, .add_file:focus {
    background: #f23415;
    color: #fff;
}

.del_file {
    position: absolute;
    top: 0;
    right: 17px;
    color: #f55e45;
    z-index: 10;
}

.file-info {
    font-size: 12px;
    margin: 0 0 0px;
    line-height: 20px;
}

.wpcf7-submit {
    background: #f55e45;
    border: 0 none !important;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 20px;
    display: inline-block;
}

.wpcf7-submit:hover, .wpcf7-submit:focus {
    background: #f23415;
    color: #fff;
}

div.wpcf7-response-output {
    font-size: 14px;
}

div.wpcf7-validation-errors {
    border: 1px solid #ffe946;
    border-radius: 4px;
}

div.wpcf7-validation-errors:before {
    content: "\f071";
    font-family: fontawesome;
    margin-right: 7px;
    color: #f1d716;
}

div.wpcf7-mail-sent-ok {
    border: 1px solid #CDDC39;
}

div.wpcf7-mail-sent-ok:before {
    content: "\f00c";
    font-family: fontawesome;
    margin-right: 7px;
    color: #c6d62b;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

.col-img-upld {
    padding-left: 0px !important;
}

label#ebcaptchatext {
    padding-right: 15px;
}

input#ebcaptchainput {
    border-radius: 0px;
    border: 1px solid lightgray;
    height: 40px;
    width: 100px;
    /*display: block;*/
    padding: 10px;

}

/*======  become an expert end ======*/

/*======  plan table start ======*/
.plan_list {
    float: left;
    width: 31.33%;
    border: 1px solid #eee;
    margin: 0 1%;
    text-align: center;

    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.plan_list h1 {
    margin: 0;
    position: relative;
}

.plan_list h1 input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: 35px;
    right: 0;
    top: -2px;
    bottom: 0;
    height: 100%;
}

.plan_list h1 label {
    font-size: 20px;
    background: #f7f7f7;
    padding: 15px 10px;
    float: none;
    width: 100%;
    cursor: pointer;
    position: relative;
    z-index: 2;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.plan_list h1 input[type="radio"]:checked + label {
    background: #f55e45;
    color: #fff;
}

.plan_list h1 input[type="radio"]:checked + label:before {
    content: "\f00c";
    font-family: fontawesome;
    color: #cddc39;
    margin-right: 4px;
}

.plan_list:hover h1 label {
    background: #f55e45;
    color: #fff;
}

.plan_list h2 {
    background: #f55e45;
    border-radius: 50%;
    color: #FFF;
    width: 100px;
    height: 100px;
    padding: 36px 0 0;
    font-size: 26px;
    font-weight: bold;
    margin: 40px auto;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.plan_list:hover h2 {
    -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

.plan_list h2 span {
    font-size: 16px;
}

.plan_list .desc {
    font-size: 15px;
    padding: 0 15px 40px;
}

.payment_submit {
    background: #f55e45;
    color: #fff;
    border: 0 none !important;
    padding: 6px 30px;
    text-transform: uppercase;
    margin: 30px 0 0;
    font-size: 16px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.amount {
    color: #F55E45 !important;
    margin-top: 27px !important;
}

.pay_opt {
    padding: 30px 10px 30px 10px !important;
}

.lll {
    /*list-style: none;*/
    /*padding-left: 0;*/
    /*list-style: outside none none;*/
    /*padding: 10px 0 10px 20px;*/
    white-space: pre-wrap;
    padding-bottom: 30px;
    line-height: 30px;
    margin-top: -50px;
}

.price_head {
    font-weight: bold;
}

.in-mount {
    text-align: center;
}

h5 {
    font-size: 15px;
    font-weight: 500;
}

.in-mount {
    border: 10px solid rgb(235, 235, 235);
    padding: 20px;
    background: #f7f7f7;
}

h1 {
    font-weight: 600;
    line-height: 1.42857143;
    color: #333333;
}

.w3-container.clearfix {
    width: 990px;
    margin: auto;
}

.lll li {
    border-bottom: 0;
    font-size: 12px;
    padding: 10px 0;
}

button {
    background: #f55e45;
    color: #fff;
    border: 0 none;
    padding: 4px 20px;
    text-transform: uppercase;
    border-radius: 0px;
}

.payment_submit:hover {
    background: #f23415;
}

.location_hide, .plan_hide {
    display: none;
}

/*======  plan table end ======*/

/*==== myqueries start =====*/

#wpsp_user_welcome {
    display: none;
}

.query_col {
    text-align: center !important;

}

.sel_pay {
    margin-bottom: 25px !important;
}

code, kbd, pre, samp {
    font-family: inherit !important;
    font-size: inherit !important;
}

pre {
    background-color: inherit !important;
    border: none !important;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: inherit;
    line-height: 1.42857;
    margin: 0 0 10px;
    overflow-wrap: break-word;
    padding: 0px !important;
    word-break: break-all;
    white-space: pre-wrap;
}

.replyDesc {
    font-size: 14px !important;
    margin: 0 -11px 10px !important;
}

.page-id-4 #primary {
    width: 100%;
    padding: 0;
}

.page-id-4 #secondary, .page-id-4 .entry-header,
.page-id-4 #loginContainer h3, .page-id-4 #loginContainer .nav-tabs,
.page-id-4 #loginContainer .tab-content {
    display: none;
}

.page-id-4 .query_left {
    width: 40%;
    float: left;
}

.query_left {
    width: 40%;
    float: left;
}

.query_right {
    width: 60%;
    float: left;
    padding-left: 30px;
}

.alert-query {
    text-align: center !important;
    border: 1px solid rgba(0, 0, 0, 0.25) !important;
    background: rgba(245, 94, 69, 0.08) !important;
}

.no-comments {
    background: none !important;
    color: rgba(0, 0, 0, 0.29) !important;
    border: 1px solid rgba(0, 0, 0, 0.29) !important;
}

td.notify::after {
    content: " New ";
    font-size: 9px;
    background: #f55e45;
    padding: 1px 6px;
    margin-left: 6px;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
}

.badge-primary {
    background-color: #f55e45;
    position: absolute !important;
    right: 0 !important;
}

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

.page-id-4 .query_right {
    width: 60%;
    float: left;
    padding-left: 30px;
}

.page-id-4.logged-in .query_left {
    display: none;
}

.page-id-4.logged-in .query_right {
    display: none;
}

.support_bs .nav-tabs {
    border-bottom: 2px solid #f55e45;
}

.support_bs .nav-tabs > li {
    margin-bottom: 0;
}

.support_bs .nav-tabs > li > a {
    border: 0 none !important;
    font-size: 16px;
    font-weight: bold;
    background: #f1f1f1;
}

.support_bs .nav-tabs > li.active a {
    background: #bbb;
    color: #000000;
}

#wpspBodyFrontTicketFilter {
    margin: 0 -10px;
}

#wpspBtnApplyFrontTicketFilter, #wpspBtnResetFrontTicketFilter {
    background: none;
    border: 1px solid #ddd;
    color: #000;
}

.filter_center .btn-success:first-child {
    background: #bbb;
    border: 1px solid #bbb;
}

.filter_center .btn-success {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    color: #000;
    border: 0 none !important;
}

.filter_center .btn-success:hover, .filter_center .btn-success:focus {
    background: #f55e45;
    color: #fff;
}

.filter_item {
    float: left;
    width: 25%;
    margin: 0;
    padding: 0 10px;
}

.filter_item .label-control {
    display: block;
}

.filter_item table {
    width: 100%;
}

.filter_item select, .filter_item input {
    width: 100% !important;
    border: 1px solid #ccc;
    color: #555;
    background: #fff;
    font-weight: normal;
    height: 30px;
    padding: 4px 5px;
}

.filter_item.filter_by input {
    width: 50% !important;
    position: relative;
    top: -1px;
}

.filter_item.filter_by select {
    margin-right: 2%;
    width: 48% !important;
}

.ticket_list .table > tbody > tr > th {
    font-size: 16px;
    text-transform: uppercase;
}

.ticket_list .table > tbody > tr > td {
    font-size: 15px;
}

#theadReplyContainer {
    background-color: #f7f7f7;
}

.ticket_indivisual .btn-primary {
    background: #bbb !important;
    border: 1px solid #bbb !important;
    color: #000 !important;
}

.wpSupportPlus .ui-state-default {
    background: #f1f1f1;
    color: #000;
    border: 0 none !important;
    border-radius: 0 !important;
    margin: 15px 0 0;
    border-bottom: 1px solid #d8d8d8 !important;
}

.wpSupportPlus .ui-state-default.ui-state-active {
    background: #bbb;
    border-bottom: 1px solid #d8d8d8 !important;
}

.ui-accordion .ui-accordion-content {
    background: #f1f1f1;
    padding: 0;
    border: 1px solid #eaeaea;
    border-radius: 0 !important;
    border-top: 1px solid #989898 !important;
}

.threadBody {
    margin-top: 0;
    padding: 10px;
}

.ticket_list {
    float: left;
}

h1.query_subject {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #f55e45;
}

.query_details {
    background: #eeeeee none repeat scroll 0 0;
    padding: 10px;
    margin: 15px 0 0;
    border-radius: 5px;
    border-color: #bce8f1;
    color: #000;
}

.btn.btn-success.replyFloatRight.submit_reply.inner_submit_query {
    border-radius: 3px;
}

.query_details .query_field {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.mdl-button.mdl-button--raised.mdl-button--colored {
    background: #f55e45 none repeat scroll 0 0;
}

.mdl-button.mdl-button--raised.mdl-button--colored:hover {
    background-color: #f23415;
}

.query_details label {
    font-weight: normal;
    float: left;
    width: 35%;
}

.query_details b {
    float: left;
    width: 65%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span[data-toggle=tooltip] {
    cursor: pointer;
}

.threadHeader {
    border-left: 5px solid #898888;
}

.make_payment a {
    background: #f55e45;
    color: #fff;
    text-transform: capitalize;
    padding: 2px 6px;
    display: inline-block;
    border-radius: 4px;
}

/*.amount {*/
/*border: 1px solid #c0c0c0;*/
/*padding: 4px 6px;*/
/*border-radius: 4px;*/
/*}*/
fieldset {
    display: inline-block;
    float: left;
}

.text-t {
    border: 1px solid #c0c0c0;
    word-break: break-word;
    margin-top: 10px;
    padding: 4px 6px;
    white-space: pre-line;
    display: block;
    border-radius: 4px;
}

.price_title {
    padding-left: 4px;
    padding-right: 4px;
}

.make_payment a:hover {
    background: #f23415;
}

.body_desc {
    padding: 10px 10px;
}

.wpSupportPlus .ui-state-default .ui-icon {
    display: none !important;
}

.ui-accordion .ui-accordion-icons {
    padding-left: 20px;
}

#wpsp_custom_12, #wpsp_custom_23, #wpsp_custom_24, #wpsp_custom_25,
#wpsp_custom_26, #wpsp_custom_27, #wpsp_custom_22 {
    display: none !important;
}

.col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.contact_form {
    display: inline-block;
    /*padding-left: 40px;*/
}

.address-list {
    width: 45%;
    padding: 25px 25px 25px 25px;
    float: left;
    background-color: #f1f1f1;
    margin: 5px 14px 14px 24px;
    height: 250px;
}

.address-list h3 {
    margin-top: 0px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.address-list h3 i {
    color: #f55e45;
    width: 25px;
}

.ccm_sidebar {
    border: 2px solid #eeeeee !important;
    text-align: center;
    padding: 15px;
    padding-bottom: 30px;
    /*margin-left: -30px;*/
}

.ccm_form {
    text-align: left;
    /*padding-left: 30px;*/
}

.ccm_form h4 {
    text-transform: uppercase;
}

.ccm_submit {
    background: #f55e45 none repeat scroll 0 0 !important;
    color: #fff !important;
    font-size: 18px;
    text-transform: capitalize;
}

.ccm_submit:hover {
    background: #f23415 none repeat scroll 0 0 !important;
    color: #fff !important;
}

.sub-cat-select-label {
    /*width: 50%;*/
    cursor: pointer;
}

.sub-cat-select-row {
    /*margin-left: 15px;*/
    /*margin-right: 15px;*/
    float: left;
}

.sub-cat-select {
    cursor: pointer;
}

.w-auto {
    width: auto !important;
}

.h-34 {
    height: 34px !important;
}

select.form-control {
    cursor: pointer !important;
}

/*==== myqueries end =====*/

/*==== submit free query/create query start =====*/
.page-id-604 #wpspLoginAndSignUpDiv, .page-id-604 .support_bs h3,
.page-id-604 .entry-header, .page-id-604 .support_bs .nav-tabs,
.page-id-604 #secondary {
    display: none;
}

.page-id-604 #primary {
    width: 100%;
    padding: 0;
}

.page-id-604 .tab-content {
    padding: 0px;
    border: 0 none;
}

.form-group.guest_name {
    float: left;
    width: 50%;
}

.alert-info {
    color: #000 !important;
    background-color: #fff !important;
    border-color: rgb(204, 204, 204) !important;
    margin-left: 13px;
    margin-right: 15px;
    text-align: center !important;
}

.form-group.main_category {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-group.guest_email {
    float: left;
    width: 50%;
    padding-left: 0px;
}

.form-group.main_category {
    float: left;
    width: 50%;
}

.form-group.wpsp_conditional_fields {
    float: left;
    width: 50%;
    padding-left: 15px;
    margin-bottom: 0;
}

.wpsp_conditional_fields label {
    margin-top: 10px;
}

#wpsp_submit, .submit_reply, #edit_profile {
    background: #f55e45;
    color: #fff;
    border: 0 none;
    padding: 4px 20px;
    text-transform: uppercase;
    border-radius: 0px;
}

#wpsp_submit:hover, .submit_reply:hover, #edit_profile:hover {
    background-color: #f23415;
}

#wpsp_reset {
    background: #ddd;
    color: #000;
    border: 0 none;
    padding: 4px 20px;
    text-transform: uppercase;
    border-radius: 0px;
}

#wpsp_custom_29, #wpsp_custom_30, #wpsp_custom_31 {
    display: none;
}

/*==== submit free query/create query end =====*/

/*==== login register start =====*/
#wpspLoginErrorDiv {
    background: rgb(242, 96, 81);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 0px;
    font-size: 13px;
    border-bottom: 2px solid #c12a1b;
}

p#wppb_general_top_error_message {
    background-color: rgba(245, 94, 69, 0.38);
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #f23415;
    border-radius: 4px;
    display: none !important;
}

p.wppb-success {
    background-color: white;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid black;
    border-radius: 4px;
    width: 50%;
}

p.wppb-warning {
    background-color: rgba(245, 94, 69, 0.38);
    padding: 10px;
    /*margin-top: 10px;*/
    border: 1px solid #f23415;
    border-radius: 4px;
    width: 50%;
}

.wppb-form-error {
    background-color: rgba(245, 94, 69, 0.38);
    padding: 9px;
    margin-top: 10px !important;
    border: 1px solid #f23415;
    border-radius: 4px;
    display: block;
    width: 60%;
}

.wppb-error {
    background-color: rgba(245, 94, 69, 0.38);
    padding: 9px;
    margin-top: 10px !important;
    border: 1px solid #f23415;
    border-radius: 4px;
    display: block;
    /*width: 60%;*/
}

#wpspLoginAndSignUpDiv {
    border: 0 none;
    border-radius: 0;
    padding: 0;
}

#wpspLoginAndSignUpDiv h1, .query_right h1, .query_left h1 {
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#wpsp_registration_link, .email_credential {
    display: none;
}

#wppb-register-user ul:nth-child(2) {
    display: none;
}

#wppb-recover-password ul {
    list-style: none;
    padding-left: 0;
}

#wppb-edit-user ul {
    list-style: none;
    padding-left: 0;
}

#wppb-register-user ul {
    list-style: none;
    padding-left: 0;
}

#wpspLoginAndSignUpDiv .login_submit, .query_right .submit, .query_left .submit {
    background: #f55e45;
    color: #fff;
    border: 0 none;
    padding: 4px 20px;
    text-transform: uppercase;
}

#wpspLoginAndSignUpDiv .login_submit:hover, .query_right .submit:hover, .query_left .submit:hover {
    background-color: #f23415;
}

.wppb-required, .span-required, .form-required {
    color: #f44336;
    margin-left: 3px;
}

.forget_password {
    background: #f8f8f8;
    border-left: 3px solid #F55E45;
    padding: 12px 12px;
    margin: 0 0 15px;
}

.face-book {
    margin-top: -23px !important;
}

.face-book-custom {
    margin-top: -21px;
    float: right;
}

.face-book-comnt {
    float: left;
    padding-right: 15px;
}

.comment-notes {
    margin-top: 30px;
}

.custom-social {
    margin-top: -8px;
}

.wp-social-login-provider-list {
    float: left;
    padding: 0;
}

.reset-field {
    width: 50% !important;
}

.reset-submit {
    margin-left: 40px !important;
}

.reset-form {
    list-style: none !important;
}

.forget_password a {
    color: #F55E45;
    font-weight: 600;
}

.reset-page {
    padding: 60px;
}

.pac-container {
    z-index: 100000;
}

/*------ cb --------*/
@media only screen and (max-width: 1024px) {
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 16px;
        margin-right: 0;
        font-size: 18px;
        font-weight: bold;
    }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .query_details .query_field {
        width: 400px !important;
    }

    button#make_payment {
        float: left !important;
    }

    /*.query-nav-pills li a {*/
    /*padding: 6px 7px !important;*/
    /*font-size: 9px;*/
    /*}*/
}

@media only screen and (min-width: 410px) and (max-width: 740px) {
    .query-nav-pills li a {
        padding: 10px 12px;
    }

    .sub-cat-select-label {
        text-align: left;
    }

    #queries_table_filter label:nth-child(2) {
        text-align: left;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0em !important;
    }
}

@media only screen and (min-width: 410px) and (max-width: 740px) and (orientation: landscape) {
    .query-nav-pills li a {
        padding: 10px 12px;
        font-size: 10px;
        margin-bottom: 5px;
    }
}

@media only screen and (min-width: 412px) and (max-width: 568px) {
    .query_details .query_field {
        width: 450px;
    }

    /* --- cb ---*/
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 6px;
        margin-right: 0;
        font-size: 12px;
        font-weight: bold;
    }

    .pagination .page-numbers {
        display: inline-block;
        padding: 2px 8px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 90px;
        margin: 0px 0px;
    }

    .new_img {
        background-size: cover !important;
        margin-bottom: 10px;
    }

    span.author.vcard img {
        display: none;
    }

    .user_right .user_image {
        float: left;
        width: 35%;
    }

    .single-team_manager .user_right {
        float: right;
        width: 100%;
        padding-left: 0px;
    }

    .single-team_manager .user_left {
        float: left;
        width: 100%;
    }

    .mdl-grid.dt-table .mdl-cell.mdl-cell--12-col {
        overflow-x: auto;
    }

    .container ul.nav.nav-pills {
        display: inline-block;
    }

    .submit_query {
        margin-bottom: 0;
        float: none !important;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 568px) and (max-width: 667px) {
    .query_details .query_field {
        width: 500px;
    }

    /* ---- cb ---*/
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 14px;
        margin-right: 0;
        font-size: 14px;
        font-weight: bold;
    }

    span.author.vcard img {
        display: none;
    }

    .mdl-cell.mdl-cell--12-col {
        overflow-x: scroll;
    }

    ul.nav.nav-pills {
        display: inline-block;
    }

    .mdl-cell.mdl-cell--6-col label {
        width: 100%;
        text-align: left;
    }

    .mdl-cell.mdl-cell--6-col input {
        margin-left: 0 !important;
    }

    .submit_query {

        float: none !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 400px) {
    .plan_list {
        width: 100%;
    }

    .plan_list h1 input[type="radio"] {
        height: 20px;
        width: 20px;
        left: 8px;
        top: 13px;

    }

    /* -- cb -- */
    ul.nav.nav-tabs li {
        width: 100%;
    }

    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 20px;
        margin-right: 0;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
    }

    span.author.vcard img {
        display: none;
    }

    .primary-menu {
        height: 240px;
        overflow-y: scroll;
    }

    .single-team_manager .user_right {
        float: right;
        width: 100%;
        padding-left: 0px;
    }

    .single-team_manager .user_left {
        float: left;
        width: 100%;
    }

    .user_right .user_image {
        float: left;
        width: 36%;
    }

    .tab-content {
        padding: 15px;
        border: 1px solid #eeeeee;
        margin-bottom: 15px;
    }

    #wpsp_reset {
        background: #ddd;
        color: #000;
        border: 0 none;
        padding: 4px 29px;
        text-transform: uppercase;
        border-radius: 0px;
        margin-top: 0px;
    }

    .pagination .page-numbers {
        display: inline-block;
        padding: 2px 8px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 90px;
        margin: 0px 0px;
    }

    .mdl-grid.dt-table .mdl-cell.mdl-cell--12-col {
        overflow-x: auto;
    }

    .nav.nav-pills {
        display: inline-block;
    }

    .user_detail.pull-right {
        float: none !important;
        display: block;
        text-align: center;
    }

    .user_pic.pull-right {
        display: none;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 6px 6px;
    }

    .dataTables_length label {
        width: 100%;
    }

    .mdl-button {

        padding: 0 10px !important;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0 !important;
    }

    .dataTables_filter {
        text-align: left !important;
    }

    .user_detail.pull-right {
        float: none !important;
        display: block;
        text-align: center;
    }

    .submit_query {
        float: none !important;
    }

    .threadContainer.query_details {
        font-size: 12px !important;
    }

    .threadContainer.query_details label {
        width: 26%;
    }

}

@media only screen and (min-width: 568px) and (max-width: 650px) {
    .plan_list h1 input[type="radio"] {
        height: 20px;
        width: 20px;
        left: 5px;
        top: 13px;

    }

    /*-- cb --*/
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 14px;
        margin-right: 0;
        font-size: 14px;
        font-weight: bold;
    }

    span.author.vcard img {
        display: none;
    }

    .user_right .user_image {
        float: left;
        width: 30%;
    }

    .user_detail.pull-right {
        float: none !important;
        display: inline-block;
    }

    a.user_pic.pull-right {
        float: left !important;
        display: inline-block;
    }

    .mdl-cell.mdl-cell--6-col label {
        width: 100%;
        text-align: left !important;
    }

    .mdl-cell.mdl-cell--6-col input {
        margin-left: 0 !important;
    }
}

@media only screen and (min-width: 667px) and (max-width: 750px) {
    .plan_list h1 input[type="radio"] {
        height: 15px;
        width: 15px;
        left: 2px;
        top: 12px;

    }

    /* --- cb ---*/
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 18px;
        margin-right: 0;
        font-size: 16px;
        font-weight: bold;
    }

    span.author.vcard img {
        display: none;
    }

    .user_right .user_image {
        float: left;
        width: 30%;
    }
}

@media only screen and (min-width: 414px) and (max-width: 505px) {
    .plan_list {
        width: 100%;
    }

    .plan_list h1 input[type="radio"] {
        height: 20px;
        width: 20px;
        left: 8px;
        top: 13px;

    }

    /* cb-code */
    span.author.vcard img {
        display: none;
    }

    .primary-menu {
        height: 240px;
        overflow-y: scroll;
    }

    .user_right .user_image {
        float: left;
        width: 35%;
    }

    .pagination .page-numbers {
        display: inline-block;
        padding: 2px 8px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 90px;
        margin: 0px 0px;
    }

    .new_img {
        background-size: cover !important;
        margin-bottom: 10px;
    }

    .mdl-grid.dt-table .mdl-cell.mdl-cell--12-col {
        overflow-x: auto;
    }

    ul.nav.nav-pills {
        display: inline-block;
    }

    .mdl-cell.mdl-cell--6-col label {
        width: 100%;
        text-align: left;
    }

    .mdl-cell.mdl-cell--6-col input {
        margin-left: 0 !important;
    }

}

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

    .plan_list h1 input[type="radio"] {
        height: 10px;
        width: 10px;
        left: 2px;
        top: 16px;

    }

    /* --- cb ---*/
    .nav-tabs > li > a {
        border-radius: 0;
        padding: 12px 6px;
        margin-right: 0;
        font-size: 16px;
        font-weight: bold;
    }

    span.author.vcard img {
        display: none;
    }

    .dataTables_wrapper.form-inline.dt-material.no-footer .mdl-cell.mdl-cell--6-col {
        width: 100%;
    }

    .submit_query {
        margin-bottom: 10px;
        float: none !important;
    }
}

@media only screen and (min-width: 736px) and (max-width: 800px) {
    .plan_list h1 input[type="radio"] {
        height: 20px;
        width: 20px;
        left: 5px;
        top: 10px;

    }

    .blog_img {
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 760px) and (min-width: 320px) {
    .query_left {
        width: 100%;
    }

    .query_right {
        width: 100%;
        padding-left: 15px;
        margin-top: 10px
    }

    .address-list {
        width: 100%;
        margin: 5px 14px 14px 14px;
    }

    .address-list-row {
        width: 100%;
    }

    .query-nav-pills li {
        font-size: 11px;
    }

    .query-nav-pills {
        margin-bottom: -5px;
    }

    .custom-filter-col1 {
        width: auto !important;
    }

    .custom-filter-col2 {
        width: auto !important;
    }

    .sub-cat-select-label {
        width: 100%;
    }

    .sub-cat-select-row {
        width: 100%;
    }

    #queries_table_filter label:nth-child(2) {
        width: 100%;
    }

    #queries_table_filter label:nth-child(2) input {
        width: 100%;
    }

    h3 {
        font-size: 29px !important;
        font-size: 29px !important;
    }

    .cust-input {
        width: 100% !important;
    }

    .search-filter-custom {
        display: block !important;
    }

    div.dataTables_wrapper div.dataTables_paginate {
        white-space: normal !important;
    }

}

/ /*==== login register end =====*/

table {
    border-color: #ffffff !important;
}

td {
    padding: 10px !important;
    /*border-color: lightgray !important;*/
}

/*Contact Form start*/

textarea.form-control {
    height: 130px;
}

.sub-contact-form {
    border: 2px solid #eeeeee;
    padding: 15px 15px 0px 15px;
}

/*Contact Form start*/

/*Custom menu*/

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    padding-left: 15px !important;
    -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    -o-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    -o-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    top: 58px;
    width: 128% !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.mega-menu-item {
    padding-bottom: 14px;
    padding-top: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 30px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
    top: 58px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    padding-bottom: 14px;
    padding-top: 14px;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    -o-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;

}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
    padding-left: 15px !important;
    -webkit-transition: padding 200ms ease-in-out;
    -moz-transition: padding 200ms ease-in-out;
    -o-transition: padding 200ms ease-in-out;
    transition: padding 200ms ease-in-out;

}

.gst-rate-table-head {
    background-color: #f55e45 !important;
    color: white;
}

.search-div {
    padding: 15px;
}

.select2-choice.select2-default {
    height: 40px;
}

.select2-chosen {
    margin-top: 5px;
}

.select2-choice {
    height: 40px !important;
}

.select2-arrow {
    border-left: none !important;
    background: none !important;
}

@media only screen and (max-width: 760px) and (min-width: 320px) and (orientation: landscape) {
    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu {
        top: 29px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        top: 29px;
    }

    #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
        height: 200px;
        overflow: auto;
    }

    #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
        height: auto !important;
        display: table;
    }

    .main-navigation {
        display: table;
    }

    .query-nav-pills li {
        font-size: 13px;
    }

    .query-nav-pills {
        margin-bottom: -10px;
    }

}

/*Invoice Modal CSS*/
.create-invoice-btn {
    margin-right: 15px;
}

.invoice-modal {
    margin-top: 65px !important;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.invoice-form {
    margin-top: -30px;
}

.modal-invoice {
    top: 0 !important;
}

.invoice-form textarea {
    height: 75px;
}

.invoice-head-right > h3 {
    font-size: 27px;
}

.invoice-head-right > p {
    margin-top: -20px;
    color: #a5a0a0;
}

.invoice-head-right > b > h6 {
    margin-top: 1px;
}

.invoice-head-left > img {
    margin-bottom: 5px;
}

.modal-invoice .modal-body {
    /*padding: 15px 40px;*/
}

.modal-lg-custom {
    width: 90%;
}

.invoice-add-table tbody tr td input.form-control {
    padding-right: 0;
    height: 40px;
}

.invoice-add-table tbody tr td textarea.form-control {
    height: 60px;
}

.invoice-add-more {
    margin-top: -20px;
    margin-right: 10px;
    cursor: pointer;
}

.invoice-remove-btn {
    margin-top: 5px;
    cursor: pointer;
}

.m-t-15 {
    margin-top: 15px;
}

.invoice-form label.error {
    color: red;
    font-size: 12px;
}

.invoice-form .alert-danger {
    margin-bottom: -22px !important;
}

.invoice-form .alert .close {
    filter: alpha(opacity=100);
    opacity: 1;
    position: relative !important;
    z-index: 1;
    right: -20px !important;
    top: -4px !important;
    font-size: 28px;
    font-weight: normal;
}

.invoices-generated span {
    margin: 10px;
    color: #fff !important;
}

.invoices-genrated span a.invoice-link {
    color: #fff !important;
}

.invoices-genrated span a.invoice-link:hover {
    color: #fff !important;
}

.m-b-10 {
    margin-bottom: 10px;
}

/**
 * Centrik Normal Table
 */
.centrik-table > thead > tr {
    background: #f05d3e;
    color: white;
}

.centrik-table > thead > tr th {
    padding: 15px;
}

table.centrik-table {
    cursor: pointer;
}