@charset "UTF-8";

.block img,
img {
    max-width: 100%
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


.search-section {
    background-color: #f7f6fe;
    position: relative;
    /* border-bottom: 1px solid #e1e8ee; */
    /* border-top: 1px solid #e1e8ee; */
}

.section-title {
    color: #43484d
}

@media (min-width:1031px) {
    .section-title {
        font-size: 52px
    }
}

.section-title,

header h2 {
    line-height: 60px
}

ul {
    padding: 0
}

ul.iconList li {
    line-height: 3;
    padding-left: 30px;
    position: relative
}

ul.iconList li:before {
    color: #9268d7;
    content: "";
    display: inline-block;
    font-family: phpkbIcons
}

.card-header {
    position: relative
}

.card-header .card-handle {
    position: absolute;
    right: 20px
}

.section {
    padding: 50px 0
}

.masthead {
    /*display: table-cell;
    width: 1%;*/
    vertical-align: middle;
    padding: 100px 0 40px;
    text-align: center
}

.masthead {
    text-align: center
}

.masthead h1 {
    color: #84919b;
    font-weight: 900;
    font-size: 60px
}

@media (max-width:1031px) {
    .masthead h1 {
        font-size: 40px
    }
}

.masthead p {
    color: #333;
    font-weight: 100;
    margin: 0 auto;
    padding-bottom: 15px;
    padding-top: 30px;
    text-align: center;
    width: 70%
}

@media (min-width:1031px) {
    .masthead p {
        font-size: 22px
    }
}

.masthead form {
    position: relative;
    margin-top: 10px
}

.masthead form button {
    position: absolute;
    right: 25px;
    top: 5px;
    background: 0 0;
    border: none;
    font-size: 30px;
    color: #333
}

.section {
    margin-top: 80px;
    margin-bottom: 80px
}

.search-field {
    width: 100%;
    font-size: 18px;
    border-radius: 30px;
    border: 0px;
    padding: 0 30px;
    /* margin-top: 20px; */
    margin-bottom: 5px;
    height: 60px;
    outline: 0
}

#app {
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -ms-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out
}

.loaded {
    overflow: visible
}

.loader-fade {
    display: none
}

#nprogress {
    pointer-events: none
}

#nprogress .bar {
    background: #9268d7;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px
}

#nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px #9268d7, 0 0 5px #9268d7;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0, -4px);
    -ms-transform: rotate(3deg) translate(0, -4px);
    transform: rotate(3deg) translate(0, -4px)
}

.mainnav {
    padding: 0;
    z-index: 99;
    border-radius: 0;
    background: 0 0;
    border: none
}

@media (max-width:1031px) {
    .mainnav {
        padding: 15px
    }
}

@media (min-width:1031px) {
    .mainnav .dl-trigger {
        display: none
    }
}

.xv-menuwrapper {
    float: right
}

.xv-menuwrapper .dl-menu {
    margin: 0;
    display: flex;
    position: static;
    padding: 0;
    text-align: left;
    float: none
}

.xv-menuwrapper .dl-menu>li.parent {
    position: relative
}

.xv-menuwrapper .dl-menu>li.parent>a:after {
    content: "";
    position: absolute;
    color: #333;
    font-family: phpkbIcons;
    right: 0
}

.xv-menuwrapper .dl-menu>li.parent:hover>a:after {
    content: "";
    position: absolute;
    font-family: phpkbIcons;
    top: 43%;
    font-size: 36px;
    left: 32px;
    color: rgba(120, 130, 140, .13)
}

.xv-menuwrapper .dl-menu>li.active>a {
    color: #9268d7
}

.xv-menuwrapper .dl-menu>li>a {
    padding: 0 20px;
    display: block;
    font-size: 13px;
    ;
    color: #333;
    line-height: 90px;
    position: relative;
    margin-left: 15px
}

.xv-menuwrapper .dl-menu>li .btn {
    color: #fff !important;
    line-height: 20px !important;
    vertical-align: middle
}

.xv-menuwrapper .dl-menu li.parent {
    position: relative
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul {
    left: auto;
    right: 0
}

.xv-menuwrapper .dl-menu li.parent:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.xv-menuwrapper .dl-menu li.parent>ul {
    background: #fff;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 215px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .176);
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .176);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .176)
}

.xv-menuwrapper .dl-menu li.parent>ul>li {
    display: block;
    list-style: none;
    border-top: 1px solid rgba(120, 130, 140, .13);
    padding: 8px 10px
}

.xv-menuwrapper .dl-menu li.parent>ul>li>a {
    display: block;
    line-height: 30px
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent ul {
    position: absolute;
    left: 100%;
    top: 0
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:after {
    position: absolute;
    top: 0;
    right: 15px;
    line-height: 50px;
    font-family: phpkbIcons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "";
    color: #333
}

.xv-menuwrapper .dl-menu li.parent>ul>li.parent:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0)
}

.xv-menuwrapper .dl-menu li.parent:last-child>ul>li.parent>ul {
    left: auto;
    right: 100%
}

.xv-menuwrapper .dl-menu a {
    font-size: 12px
}

.xv-menuwrapper .dl-menu a i {
    padding-right: 15px
}

.xv-menuwrapper button:after {
    display: none
}

.xv-menuwrapper .dl-back {
    display: none !important
}

.lg-submenu:hover:active:focus::before {
    content: "";
    position: absolute;
    font-family: phpkbIcons;
    top: -11px;
    font-size: 22px;
    left: 32px;
    color: #ddd
}

.navbar-default ul.dropdown-menu li a,
.tags li a,
.widget-cart-items,
.widget-tags a,
.xv-menuwrapper .dl-menu>li.parent>ul,
.xv-menuwrapper .dl-menu>li.parent>ul>li.parent>ul {
    transition: all 0.3s ease-in-out 0
}

nav ul {
    padding: 0
}

nav strong {
    ;
    font-size: 12px
}

.navbar {
    margin-bottom: 0
}

.navbar .brand img {
    padding-top: 25px
}

}

.navbar li a:focus,
.navbar li a:hover {
    opacity: .8;
    text-decoration: none;
    outline: 0;
    color: #9268d7
}

.nav-absolute nav {
    position: absolute;
    right: 0;
    left: 0
}

.navbar .nav-btn {
    border-radius: 3px;
    padding: 8px 20px !important
}

.table>thead>tr>th {
    border: none;
    text-transform: uppercase;
    font-size: 12px;
    padding: 16px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
    border-top: 1px solid #eee
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #f5f8fa
}

.alert,
pre {
    font-size: 13px
}

pre {
    padding: 20px;
    background-color: #082c46;
    border-radius: 3px
}

code {
    background-color: #9268d7;
    font-weight: lighter
}

.alert {
    border-radius: 2px;
    font-weight: 300
}

.alert strong {
    font-weight: 500
}

.alert.alert-info {
    background-color: #f6fafd;
    border-color: #d9eff7
}

.alert.alert-warning {
    background-color: rgba(252, 248, 227, .3);
    border-color: #faebcc;
    color: #8a6d3b
}

.alert.alert-danger {
    background-color: rgba(242, 222, 222, .3);
    border-color: #ebccd1;
    color: #a94442
}

.alert.alert-success {
    background-color: rgba(223, 240, 216, .3);
    border-color: #d6e9c6;
    color: #3c763d
}

.s-14 {
    font-size: 14px !important
}

.bg-white {
    background-color: #fff !important
}

.thumbnail {
    padding: 15px;
    border: 3px solid #f5f8fa;
    margin-bottom: 15px
}

.thumbnail .caption {
    padding: 25px 4px 10px
}

.breadcrumbs {
    background: #fff;
    padding: 12px;
    margin-bottom: 50px;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0
}

.breadcrumbs ol li {
    display: inline-block;
    color: #5e6977;
    font-size: 14px
}

.breadcrumbs ol li a {
    text-decoration: none;
    color: #333333
}

.breadcrumbs ol li::after {
    content: " /";
    padding: 0 10px;
    color: #e1e8ee
}

.breadcrumbs ol li:last-child::after {
    content: ""
}

footer {
    background-color: #fff;
    padding: 35px 0 0
}

footer .copyrights {
    padding: 10px 0;
    font-weight: 300
}

.widget {
    border-radius: 3px;
    margin-bottom: 20px
}

.widget-padded {
    padding: 5px 10px 10px
}

.widget a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
}

.widget h3 {
    font-size: 14px;
    ;
    line-height: 25px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.widget h3::after {
    background: #9268d7;
    content: "";
    display: block;
    height: 3px;
    margin-top: 9px;
    width: 60px
}

.newsletter form,
.subscribe form {
    padding: 30px 0
}

.newsletter form .icon-btn,
.subscribe form .icon-btn {
    background: 0 0;
    border: none;
    color: #333;
    font-size: 30px;
    position: absolute;
    right: 25px;
    top: 44px
}

.newsletter form .subscribe,
.subscribe form .subscribe {
    margin-top: 30px
}

.newsletter {
    background: url(../images/icon-fan.png) center bottom no-repeat #f5f8fa;
    position: relative;
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee
}

.form-control:focus {
    box-shadow: none;
    border-color: #9268d7
}

.form-group {
    position: relative
}

.form-group.has-icon i {
    font-size: 14px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 20px
}

.form-group.has-icon i:after {
    content: "";
    height: 30px;
    width: 1px;
    border-right: solid 1px #e1e8ee;
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-group.has-icon input {
    padding-left: 68px
}

.has-warning .form-control {
    border-color: orange
}

form label {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 12px;
    
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    border: 2px solid #e1e8ee;
    border-radius: 5px;
    color: #43484d;
    font-size: 14px;
    height: 46px;
    padding: 10px;
    width: 100%
}

.form-control-lg:focus,
.input-group-lg>.form-control:focus,
.input-group-lg>.input-group-addon:focus,
.input-group-lg>.input-group-btn>.btn:focus {
    border-color: #9268d7 !important
}

.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
textarea.form-control-lg {
    height: 100px
}

.btn-fab,
.social li {
    height: 40px;
    text-align: center
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 10px !important
}


.social li,
.social li a,
code,
pre {
    color: #fff
}

.offcanvas,
.offcanvas-page {
    transition: transform 0.5s ease-in-out, margin 0.5s ease-in-out;
    overflow: hidden
}

.paper-nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 10px;
    padding: 6px 0 0;
    margin: 0 auto;
    display: block;
    height: 44px;
    width: 44px;
    z-index: 2001;
    border-bottom: none !important;
    text-align: center
}

.social {
    list-style: none;
    padding: 35px 0
}

.social li {
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    width: 40px;
    font-size: 18px;
    margin-right: 15px
}

.social li i {
    padding: 0
}

.icon-envelope-line {
    background: url(../images/icon-envelope.png) no-repeat;
    display: inline-block;
    width: 64px;
    height: 64px
}

.badge {
    border-radius: 0;
    padding: 6px 10px;
    font-weight: 300
}

.badge-success,
.badge-warning,
.btn-social {
    color: #fff
}

.call-to-action .btn-action {
    float: right
}

.call-to-action {
    border: 3px solid #e1e8ee;
    border-radius: 3px;
    padding: 20px;
    margin: 20px 0
}

.call-to-action h3 {
    font-size: 22px;
    ;
    color: #84919b;
    margin: 0 0 10px
}

.call-to-action p {
    font-size: 18px;
    font-weight: 300;
    color: #84919b
}

.call-to-action .btn-action {
    margin-top: 12px
}

.panel {
    border-radius: 1px
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.p-t-20 {
    padding-top: 20px !important
}

.p-b-20 {
    padding-bottom: 20px !important
}

.p-t-40 {
    padding-top: 40px !important
}

.p-b-40 {
    padding-bottom: 40px !important
}

.p-t-80 {
    padding-top: 80px !important
}

.p-b-80 {
    padding-bottom: 80px !important
}

.p-b-100 {
    padding-bottom: 100px !important
}

.p-t-100 {
    padding-top: 100px !important
}

.p-t-b-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.p-t-b-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}

.p-t-b-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}

.p-t-b-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}

.p-t-b-80 {
    padding: 80px 0 !important
}

.p-t-b-100 {
    padding: 100px 0 !important
}

.p-10 {
    padding: 10px !important
}

.p-20 {
    padding: 20px !important
}

.p-40 {
    padding: 40px !important
}

.p-t-50 {
    padding-top: 50px !important
}

.m-t-50 {
    margin-top: 50px !important
}

.m-t-150 {
    margin-top: 150px
}

.b-0,
.no-b,
.no-b .mainnav,
.no-b li {
    border: none !important
}

.no-p {
    padding: 0 !important
}

.no-r,
.r-0 {
    border-radius: 0 !important
}

.light {
    background-color: #f5f8fa
}

.white {
    background: #fff !important
}

.white {
    background-color: #fff !important
}

.indigo {
    background-color: #3f51b5 !important
}

.grey-text {
    color: #9e9e9e !important
}

.center {
    margin: 0 auto
}

.relative {
    position: relative !important
}

.fixed {
    position: fixed !important
}

.feedback {
    border-top: 1px solid #eee
}

.feedback .count {
    display: inline-block;
    padding-right: 15px;
    padding-top: 15px
}

.feedback .feedback-btn {
    display: inline-block;
    padding-left: 5px;
    padding-top: 15px;
    vertical-align: middle
}

.feedback-icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 2px solid #b5bfc7;
    border-radius: 50%;
    font-size: 24px;
    padding-left: 0;
    line-height: 30px;
    vertical-align: center;
    color: #b5bfc7
}

.section {
    position: relative
}

.paper-block {
    padding: 15px;
    border: 2px solid #edf1f5;
    border-radius: 20px;
    margin-bottom: 30px
}

.single-masthead {
    padding: 30px
}

.single .post h1 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 50px;
}

.single .post .meta {
    text-align: center;
    margin: 20px;
    border-top: 1px solid #e1e8ee;
    border-bottom: 1px solid #e1e8ee
}

.post img {
    max-width: 100%;
    height: auto
}

.post blockquote {
    background: #082c46;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-family: monospace;
    font-size: 12px;
    margin: 30px 0;
    padding: 30px 50px;
    line-height: 30px
}

.single .post-comments {
    padding: 20px 0;
    text-align: center
}

.article-meta-new {
    background-color: #f6fafd;
    border: 1px solid #d9eff7;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 300;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    display:none;
}

.article-meta-new>span {
    display: inline-block;
    margin-right: 13px;
}

.article-title h2 {
    font-size: 19px;
    ;
    line-height: 28px;
    padding-bottom: 5px;
}

.article-title h2 a {
    color: #333;
    font-weight: bold;
}

.article-title h2 a:hover {
    color: #9268d7
}

.article-title .badge {
    font-size: 11px;
    border-radius: 2px;
    float: right
}

.article-meta {
    padding: 5px;
    border-top: 1px dotted #e1e8ee;
    border-bottom: 1px dotted #e1e8ee;
    margin-bottom: 6px;
    display:none;
}

.article-meta>span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px
}

.article-meta .like-count {
    float: right
}

.user_avatar {
    width: 80px;
    height: 80px;
    border: 1px solid #eee;
    background: #fff;
    padding: 5px;
    border-radius: 50%
}

.sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    white-space: nowrap
}

.sidebar-menu>li {
    margin: 0;
    padding: 0;
    position: relative
}

.sidebar-menu>li>a {
    display: block;
    padding: 10px 5px 10px 15px;
    font-size: 14px;
    color: #333
}

.sidebar-menu:hover {
    overflow: visible
}

.sidebar-menu li>a {
    position: relative
}

.offcanvas .badge,
nav .badge {
    padding: 4px 7px;
    margin-left: 5px;
    border-radius: 2px
}

.btn-fab,
.btn-line,
.paper-nav-toggle i {
    display: inline-block
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::after,
.paper-nav-toggle.dl-active i::before {
    background: #9268d7
}

.paper-nav-toggle:active,
.paper-nav-toggle:focus,
.paper-nav-toggle:hover {
    outline: 0;
    border-bottom: none !important;
    opacity: .8
}

.paper-nav-toggle i {
    position: relative;
    width: 25px;
    height: 2px;
    color: #9268d7;
    font: 700 14px/0.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #9268d7;
    transition: all 0.2s ease-out
}

.paper-nav-toggle i::after,
.paper-nav-toggle i::before {
    content: "";
    width: 25px;
    height: 2px;
    background: #9268d7;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out
}

.paper-nav-toggle.left {
    left: 0;
    right: auto
}

.paper-nav-toggle i::before {
    top: -7px
}

.paper-nav-toggle i::after {
    bottom: -7px
}

.paper-nav-toggle:hover i::before {
    top: -10px
}

.paper-nav-toggle:hover i::after {
    bottom: -10px
}

.paper-nav-toggle.active i,
.paper-nav-toggle.dl-active i {
    background: 0 0
}

.paper-nav-toggle.active i::before,
.paper-nav-toggle.dl-active i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

.paper-nav-toggle.active i::after,
.paper-nav-toggle.dl-active i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

.paper-nav-toggle .left {
    left: 15px
}

@media (max-width:1031px) {
    .paper-nav-toggle {
        position: absolute;
        display: block
    }
}

.left-side,
.main-sidebar {
    top: 0;
    left: 0;
    min-height: 100%;
    position: absolute;
    width: 270px;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out
}

@media (max-width:1047px) {
    .left-side,
    .main-sidebar {
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        transform: translate(-330px, 0)
    }
}

@media (min-width:1048px) {
    .sidebar-collapse .left-side,
    .sidebar-collapse .main-sidebar {
        -webkit-transform: translate(-330px, 0);
        -ms-transform: translate(-330px, 0);
        -o-transform: translate(-330px, 0);
        transform: translate(-330px, 0)
    }
}

@media (max-width:1047px) {
    .sidebar-open .left-side,
    .sidebar-open .main-sidebar {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media (max-width:1031px) {
    .call-to-action {
        text-align: center
    }
}

.shadow1 {
    box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .26)
}

.no-shadow {
    box-shadow: none !important
}

.error-page .content-area {
    background: url(../images/icon-stone.png) center center no-repeat #f5f8fa
}

.error-page .content-area header {
    padding: 30px 0 120px
}

.error-page .content-area .message p {
    font-size: 180px;
    font-weight: 700;
    text-align: center
}

@media (min-width:1031px) {
    .s-128 {
        font-size: 128px !important
    }
}

.lSAction>.lSNext {
    right: 15px
}

.lSPager {
    margin-top: 30px !important
}

.icon-left-arrow,
.icon-right-arrow {
    line-height: 40px;
    font-weight: 700;
    font-size: 38px
}

.service-blocks .service-block {
    margin-bottom: 35px
}

.service-blocks .service-block .service-icon {
    float: left;
    margin: 10px
}

.service-blocks .service-block .service-icon i {
    border-radius: 100%;
    color: #201a59;
    display: block;
    height: 70px;
    line-height: 70px;
    text-align: center;
    width: 70px
}

.service-blocks .service-block:hover .service-icon i {
    opacity: .5
}

.service-blocks .service-block .service-icon i::before {
    font-size: 60px
}

.service-blocks .service-block .service-content {
    overflow: hidden
}

.service-blocks .service-block .service-content h3 {
    font-size: 18px;
    margin-bottom: 10px;
    
}

.service-blocks .service-block .service-content h3 a {
    color: #5f5f5f;
    font-weight: 600;
}

.service-blocks .service-block .service-content h3 a:hover {
    color: #5f5f5f
}

.service-blocks .service-block .btn {
    margin: 20px 0 10px
}

.service-blocks .service-block.s1 .service-icon {
    float: none
}

.service-blocks .service-block.s2 {
    padding: 20px
}

.service-blocks .service-block.s2 .service-icon i::before {
    font-size: 40px
}

.service-blocks .center {
    text-align: center;
    min-height: 280px;
}

.service-blocks .center .service-icon {
    float: none !important
}

.service-blocks .center .service-icon i {
    margin: 0 auto
}

.lightSlider {
    visibility: hidden;
    opacity: 0
}

.lightSlider .lSAction>.lSNext,
.lightSlider .lSAction>.lSPrev {
    background: 0 0 !important
}

.lightSlider .lslide {
    position: relative
}

.showSlider {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s, opacity 0.5s linear
}

.lSSlideOuter .lSPager.lSpg>li a {
    background-color: #e1e8ee;
    height: 10px;
    width: 10px
}

.lSSlideOuter .lSPager.lSpg>li.active a,
.lSSlideOuter .lSPager.lSpg>li:hover a {
    background-color: #9268d7
}

#home2carousel img,
.topics-wrapper {
    border-radius: 5px
}

.topics {
    padding: 50px 0
}

.topics h3 a {
    font-size: 18px;
    ;
    
    color: #606676;
    text-decoration: none
}

.topics h3 a:hover {
    color: #2196f3
}

.topics-wrapper {
    margin-bottom: 20px;
    position: relative;
    height: 100%
}

.topics-wrapper h3 {
    padding: 0
}

.topics-wrapper .topics-list {
    padding: 20px 0
}

.topics-wrapper .topics-list li {
    list-style: none;
    line-height: 35px
}

.topics-wrapper .topics-list li a {
    padding-left: 0;
    color: #333;
    text-decoration: none;
    outline: 0
}

.topics-wrapper .topics-list li a:hover {
    color: #9268d7
}

.topics-wrapper .topics-list li i {
    padding-right: 8px
}

.topics-wrapper .topics-meta {
    padding: 7px 0;
    margin: 0;
    border-top: 1px solid #e1e8ee;
    position: absolute;
    width: 100%;
    bottom: 0
}

.icon-not,
.icon-yes {
    width: 32px;
    height: 32px;
    display: inline-block
}

.topics-wrapper .topics-meta li {
    list-style: none;
    display: inline-block;
    color: #5e6977;
    font-size: 14px;
    font-weight: 300;
    padding-right: 10px
}

.topics-wrapper .icon {
    color: #4ea9e0;
    font-size: 24px;
    font-weight: 700;
    margin-right: 15px
}

.topics-wrapper.border-style {
    border: 3px solid #e1e8ee
}

.topics-wrapper.border-style h3 {
    padding: 20px 20px 0
}

.topics-wrapper.border-style .topics-list {
    padding: 10px 20px 20px
}

.topics-wrapper.border-style .topics-list li {
    position: relative;
    padding-left: 5px
}

.topics-wrapper.border-style .topics-meta {
    background: #f5f8fa;
    padding: 7px 10px;
    text-align: center;
    border-top: 1px solid #e1e8ee
}

.pagination li a {
    border-color: #e1e8ee
}

.paper-card,
.shadow {
    box-shadow: 0 0 6px rgba(0, 0, 0, .1)
}

.paper-card {
    background: #fff;
    padding: 40px
}

.modal-footer {
    background: #f5f8fa
}

.feedback input[type="text"] {
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #e1e8ee;
    color: #43484d;
    height: 60px;
    width: 100%;
    margin: 20px 0;
    padding: 20px
}

.feedback-icon-yes:hover {
    color: #42d79e;
    border-color: #42d79e
}

.feedback-icon-not:hover {
    color: #f16261;
    border-color: #f16261
}

.comments .comment-list li {
    position: relative;
    margin-bottom: 15px;
    overflow: visible;
    list-style: none;
    background: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 5px
}

.comments .comment-list li .avatar {
    border-radius: 50%;
    margin-left: -28px;
    margin-top: 15px;
    padding: 5px;
    position: absolute;
    border: 1px solid #eee;
    height: 58px
}

.comments .comment-list li .description {
    padding: 15px 30px 10px 48px
}

.comments .comment-list li .description li {
    background: 0 0;
    padding: 0;
    border: none;
    margin: 0
}

.comments .comment-list li .reply {
    float: right
}

.comments .comment-list li .comments-meta {
    border-top: 1px solid #eee;
    background: #f5f8fa;
    padding: 5px 10px
}

.comments .comment-list li .comments-meta li {
    background: 0 0;
    display: inline;
    border: none;
    margin-top: 0
}

.comments .comment-list li .comments-meta time::before {
    content: "|";
    display: inline-block;
    padding: 0 10px
}

.comments .comment-list li .comments-meta a {
    font-size: 13px;
    font-weight: 300
}

.comments .comment-list li ol.comment-list-child {
    padding: 0
}

.comments .comment-list li ol.comment-list-child .comment {
    margin-top: 0;
    border: none
}

.comments .comment-list li ol.comment-list-child .comment .description {
    padding: 15px 48px 10px 30px
}

.comments .comment-list li ol.comment-list-child .comment .avatar {
    right: -28px
}

.comments .comment-list.no-m li {
    margin-bottom: 0 !important
}

.home-tabs > li > a {
    color: #000000 !important;
}

.service-content p {
    max-height: 80px;
}

.footer-section {
    margin-top: 0px;
}

.contact_buffer {
    margin-bottom: 0px;
    background: #f7f6fe;
    padding: 50px 20px;
    margin-top: 80px;
}

.btn-xl
{
    font-size: 30px;
}

h1.cat-title {
    margin-top: 45px;
}

/* Live Search CSS -STARTS */
#jquery-live-search .livesearch{
    background: #fff;
    padding: 0px;
    max-height: 400px;
    margin-top: -2px;
    overflow: auto;
    position: relative;
    z-index: 99;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 5px -2px rgba(0, 0, 0, 0.3);
    border-radius:20px;
    scrollbar-color:rgba(134, 147, 158, 0.5) rgba(134, 147, 158, 0.1);
}
#jquery-live-search .livesearch::-webkit-scrollbar { width: 8px; /* for vertical scrollbars */ height: 12px; /* for horizontal scrollbars */ border-radius:5px; }
#jquery-live-search .livesearch::-webkit-scrollbar-track { background: rgba(134, 147, 158, 0.1); border-radius:5px; }
#jquery-live-search .livesearch::-webkit-scrollbar-thumb { background: rgba(134, 147, 158, 0.5); border-radius:5px; }


ul#live-search-result,
ul#live-search-result li{
    margin:0;
    padding:0;
}
#live-search-result {
    position: relative;
    background: #fff;
    list-style: none;
    top: 0;
    left: -1px;
    margin: 0;
    /*border: 1px solid #d7d7d7;*/
    z-index: 9999;
    border-top: none;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    /*width: 100%;*/
}

#live-search-result li {
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
}
#live-search-result li:last-child {
    margin: 0;
    border-bottom: none;
}

#live-search-result li.no-results {
    display: block;
    color: #646464;
    padding: 15px 15px 20px 5px;
    border: none;
}

#live-search-result a {
    display: block;
    color: #646464;
    padding: 15px 15px 15px 10px;
    font-size: 14px;
    border: none;
}
#live-search-result,
#live-search-result a{
    line-height:18px!important;
}
#live-search-result li.noimg{
    display: inline-block;
    background-image: url('../images/info-red.png');
    background-repeat: no-repeat;
    padding-left:22px;
    background-position: 0px 0px;
    line-height:19px;
    margin: 15px;
}
/*#live-search-result a i,*/
#live-search-result li span.no-results {
    margin-right: 10px;
    text-align: center;
    width: 15px;
    color: #888;
}

#live-search-result a:hover {
    text-decoration: none;
    color: #9268d7;
    border: none;
}
#live-search-result img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#live-search-result .nothing-here {
    padding: 0 5px;
}
