body{
	font-family: Roboto, sans-serif;
}

.widget-new .module-title{
/* 	background-color: #5C6BC0;
 */	
 	background-color:#4fb289;
	padding: 15px 20px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: 0.4px;
    font-weight: 400;
}


.widget.widget-new {
  padding: 0 !important;	
  position: relative;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
  box-shadow: 0 1px 5px rgba(0,0,0,0.25);
  will-change: box-shadow, transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.widget.widget-new:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0,0,0,0.25);
  box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.widget.widget-new a{
	font-size: 16px;
	color: rgb(117, 117, 117);
    letter-spacing: 0.4px;
}

.widget.widget-new .list-group{
	padding: 15px 20px;
}

.widget.widget-new .list-group-item-heading i{
	color: #757575 !important;
	font-size: 16px;
}

.widget.widget-new .readmore{
	color: rgba(70,178,137,1) !important;
	font-weight: 500;
	line-height: 24px;
    letter-spacing: 0.3px;
    font-size: 14px;
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.widget.widget-new .custom-module .list-group .list-group-item .list-group-item-heading:hover {
    padding-left: 0;
}

.widget.widget-new .list-group-item-heading:hover{
    text-decoration: none !important;
}

.widget.widget-new .list-group-item-heading a:hover {
    color: #5C6BC0;
}

.widget.widget-new .list-group{
    padding-bottom: 70px !important;
}

.stickyfooter{
    position: relative;
}

.banner-text-new{
    color: #fff;
    padding: 68px 0;
}

.form-control.header-search {
    display: block;
    box-shadow: inset 0 0 0 0 transparent;
    width: 75% !important;
    float: left;
    font-weight: 600;
    letter-spacing: 1px;
    color: #B5B5B5;
    display: inline-block;
    min-height: 52px;
    background-color: #fff;
    border-radius:5px;
}

select.search-expand-types {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    vertical-align: top;
    position: absolute;
    right: 90px;
    border-right: 0px;
    border-bottom: 0px;
    border-top: 0px;
    padding: 14px 0px 13px 10px;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    height: 52px;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: url("https://selfserveapp.kapturecrm.com/img/bbdaily_down.svg") no-repeat 84% center #F6F6F6;
    max-width: 140px;
    border-left:0;
}

.navbar-inverse .navbar-toggle,
.container .blog-btn,
input[type=submit] {
    border-color: rgba(70, 178, 137, 1) !important;
}

h1.custom_h1_head {
    color: #ffffff !important;
    font-size: 35px !important;
    font-weight: 600 !important;
    font-family: Open Sans !important;
    text-align: center;
    padding-bottom: 20px;
}

.button-custom {
    position: absolute !important;
    /* top: 20px; */
    right: -15px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom: 0;
    background-color: #46b289 !important;
    border: none !important;
    padding: 13px 20px 11px !important;
    font-size: 15px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius:5px;
}

#jquery-live-search {
    z-index: 99;
}

.noise-break {
/*     background: #64c5be;
    background: -moz-linear-gradient(-45deg, #64c5be 35%, #1b5d8c 100%);
    background: -webkit-linear-gradient(-45deg, #64c5be 35%, #1b5d8c 100%);
    background: linear-gradient(135deg, #64c5be 35%, #1b5d8c 100%);
 */
     background-position: center center!important;
    background-size: cover!important;
/*     background: url(http://demo.wpsmartapps.com/themes/manual/wp-content/uploads/2016/03/home2-header.jpg);
 */ 
 background:#f1f1f1 url(/static/kapture_help_center/images/km-home-page-banner.jpg);
 }

ul.manual-searchresults {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow: auto;
    background: #fff;
}

.form-control.header-search.search_loading {
    background: #fff url("img/loader.svg") no-repeat right 115px center;
}

ul.manual-searchresults {
    background: #fff;
    border: 1px solid #E0E0E0;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    border-top: none;
}

ul.manual-searchresults li a {
    background-repeat: no-repeat;
    padding: 10px 15px 10px 15px;
    display: block;
    color: #595959;
    font-weight: 600;
    font-size: 16px;
}

ul.manual-searchresults li a:before {
    font-family: 'et-line';
    content: "\e007";
    padding-right: 10px;
    font-size: 25px;
    color: #888B8A;
    font-weight: 300;
    vertical-align: middle;
}

ul.manual-searchresults li a:hover:before {
    color: #46b289;
}

ul.manual-searchresults li a:hover {
    background-color: #fafafa;
}

ul.manual-searchresults li {
    border-bottom: 1px solid #F9F9F9;
}

ul.manual-searchresults li.manual-searchresults-showall a {
    font-size: 12px !important;
}

ul.manual-searchresults li.manual-searchresults-showall a:before {
    content: "";
}

form.searchform i.livesearch {
    position: absolute;
    top: 20px;
    left: 29px;
    font-size: 20px;
    animation: bounceIn 750ms linear infinite alternate;
    -moz-animation: bounceIn 750ms linear infinite alternate;
    -webkit-animation: bounceIn 750ms linear infinite alternate;
    -o-animation: bounceIn 750ms linear infinite alternate;
    color: #A8A8A8 !important;
    padding-left: 1px;
    padding-right: 1px;
    z-index: 1;
}

.form-group input.header-search {
    padding-left: 42px;
}

/**** No Search Result ****/

ul.manual-searchresults .manual-searchresults-showall,
.manual-searchresults .manual-searchresults-noresults {
    background: #f7f7f7;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    font-size: 12px;
    list-style: none;
    letter-spacing: 0.6px;
}

ul.manual-searchresults li.manual-searchresults-noresults {
    padding: 10px 15px 10px 15px;
}

/******************
	5. HEADER NAV
*******************/

nav.navbar.after-scroll-wrap {
    position: fixed !important;
    border-color: #e7e7e7;
    background: rgba(254, 254, 254, 0.96) !important;
    display: block;
}

.navbar-inverse.after-scroll-wrap .navbar-nav>li>a {
    color: #2A2A2A !important;
    line-height: 70px !important;
}

body.home .navbar-inverse.after-scroll-wrap .navbar-nav>li>a {
    color: #2A2A2A !important;
    line-height: 70px !important;
}

body.home nav.navbar.after-scroll-wrap,
nav.navbar.after-scroll-wrap {
    background: rgba(254, 254, 254, 0.96) !important;
    width: 100%;
    border: none;
}

nav.navbar.after-scroll-wrap .custom-nav-logo {
    margin-top: -18px;
    width: auto;
    height: 27px;
}

.navbar.after-scroll-wrap .nav-fix {
    height: 70px !important;
}

#navbar ul li>ul {
    top: 100%;
}

.navbar-brand {
    margin-top: 0px;
}

.navbar-collapse {
    padding-right: 0px !important;
}

.navbar {
    background: #FFF !important;
    border-radius: 0px !important;
    margin-bottom: 0px !important;
}

.navbar-nav {
    float: right !important;
/*     margin-left: 20px !important;
 */}

.navbar .nav-fix {
    height: 75px;
}

.navbar-nav>li>a {
    letter-spacing: 0.3px;
}

.custom-nav-logo {
    margin-top: -6px;
    width: auto;
    height: 50px !important;
    margin-right: 6px;
    padding: 0px;
}

.current_page_item a,
.current-menu-item a {
    background: none !important;
    color: #FFFFFF !important;
}

.navbar-inverse .navbar-nav>.active>a {
    background: none !important;
}

.navbar-inverse .navbar-nav li a {
    font-family: inherit;
}

.navbar-inverse .navbar-nav>li>a {
    margin-top: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: #181818 !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    border-color: #46b289;
}

.navbar-nav>.active>a:focus {
    background: none !important;
}

.navbar-inverse .navbar-nav>li>a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    padding: 0px 11px 0px 11px;
    letter-spacing: 1px;
/*     line-height: 92px;
 */    line-height: 80px;
 }

#navbar ul li>ul li.active a {
    color: #FFFFFF !important;
}

#navbar ul li.has-sub:hover>a:after {
    top: 0;
    bottom: 0;
}

#navbar ul li.has-sub:hover>ul,
#navbar ul li.has-sub:hover>div {
    display: block;
}

#navbar ul li>ul {
    display: none;
    width: auto;
    position: absolute;
    padding: 0px;
    z-index: 999;
/*     left: 0px;
 */    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    background-color: #262626;
    border-color: #3d3d3d;
    right:0px;
}

#navbar ul li>ul li>ul {
    width: auto;
    position: absolute;
    padding: 0px;
    z-index: 999;
    left: 225px;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    background: #262626;
    border-color: #3d3d3d;
    top: -10px;
    padding: 10px 0px;
}

#navbar ul li>ul {
    width: 225px;
}

#navbar ul li>ul li {
    display: block;
    list-style: inside none;
    padding: 0;
/*     margin: 0;
 */    position: relative;
    width: 120px;
}

#navbar ul li>ul li a {
    outline: none;
    display: block;
    position: relative;
    text-decoration: none;
    line-height: 16px;
    padding: 8px 19px;
    font-weight: 600;
    color: #9d9d9d !important;
    height: auto;
    line-height: 16px;
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
    letter-spacing: 1px;
}

#navbar ul li>ul li a i.menu_arrow {
    display: inline-block;
    float: right;
    position: relative;
    top: 2px;
    font-size: 12px;
    left: 5px;
}

#navbar ul li>ul li a:hover {
    color: #FFFFFF !important;
}

#navbar>ul>li>ul>li a:hover {
    background: none;
}

#navbar ul ul a:hover {
    color: #ffffff;
}

#navbar>ul>li.has-sub>a:hover:before {
    border-top: 5px solid #ffffff;
}

#navbar li.menu-edge>ul {
    left: -155px;
}

#navbar li ul>li.menu-edge ul {
    left: -225px;
}

.navbar {
/*     position: absolute;
 */  
     position: relative;
   width: 100%;
   background:#fff !important;
/*      background: rgba(58, 58, 64, 0.2)!important;
 *//*  background:#4fb289!important;
 */ border-bottom: 1px solid rgba(249, 249, 249, 0.16);
    z-index:99;
    border:none;
}

.page_opacity.header_custom_height_new{
	background:none;
	padding:60px 0px!important;
}

.jumbotron_new.jumbotron-inner-fix {
    position: inherit;
}

.jumbotron_new .inner-margin-top {
    padding-top: 60px;
}

p.inner-header-color {
    color: #FFFFFF!important;
    font-weight: 400!important;
    font-family: Open Sans !important;
    text-transform: none;
    line-height: ;
    font-size: 18px!important;
    letter-spacing: 0px!important;
    margin:0 0 10px;
    line-height:22px;
    text-align:center;
}

.global-search {
    text-align: center;
    padding-top: 5px;
}

.navbar-inverse .navbar-nav>li>a {
/*     text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.9px;
    color: #f7f7f7 !important; */
    
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.9px;
    color: #616161 !important;
    font-family: Roboto;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #5e5e5e !important;
}

#navbar ul li>ul,
#navbar ul li>ul li>ul {
    background-color: #ffffff;
    border-color: #262626;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
/*     padding: 10px 0px;
 */}

#navbar ul li>ul li a {
    font-weight: 600;
    font-size: 11px;
    color: #9d9d9d !important;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    line-height: 16px;
}

#navbar ul li>ul li a:hover {
    color: #FFFFFF !important;
}

.trending-search{
	float: left;
    font-size: 13px;
    margin-top: -3px;
    margin-left: 3px;	
}

.trending-search span.popular-keyword-title {
    color: #ffffff;
}

.trending-search a {
    color: #ececec !important;
}

@media (min-width: 991px) {
    i.fa.fa-bars.navbar-toggle {
    display: none;
    }
}    

.kb-box-single {
    padding: 6px 10% 0px 59px;
    margin-bottom: 10px;
    background-color: #FFF;
    border-bottom: 1px solid #efefef;
    color: #C4C4C4;
}
.marques-cls{
	padding: 6px 0px 6px;
    background-color: #4fb289 !important;
}
.header-back-ground{
	background:#F7F7F7 url(http://demo.wpsmartapps.com/themes/manual/wp-content/themes/manual/img/noise.jpg) repeat;
}

/* header search css */

#search_header_li_div .form-group input.header-search{
	padding-left:30px;
}

#search_header_li_div form.searchform i.livesearch{
	top: 25px;
    left: 5px;
}


#search_header_li_div .form-group input.header-search::-webkit-input-placeholder { 
/* Chrome/Opera/Safari */ color: #888;
font-size: 14px;
line-height: 40px; } 
#search_header_li_div .form-group input.header-search::-moz-placeholder { 
	color: #888;
font-size: 14px;
line-height: 40px; } 
#search_header_li_div .form-group input.header-search:-ms-input-placeholder { 
	color: #888;
font-size: 14px;
line-height: 40px; } 
#search_header_li_div .form-group input.header-search:-moz-placeholder {
	color: #888;
font-size: 14px;
line-height: 40px; }





/* category side menu start */
.entry-content p{
    font-size: 14px;
    color: #424242;
}

ul#list-manual li ul {
    padding: 0px 0px 0px 15px;
    border-left: 1px dashed #ccc;
    margin-left:10px;
    display:none;
}
#list-manual li a.has-child:before {
    font-family: 'FontAwesome';
    content: "\f055";
    padding-right: 10px;
    font-size: 14px;
    color: #9C9C9C;
    position: absolute;
    left: 6px;
    top: 1px;
    font-weight: 300;
}
#list-manual li a.has-child.dataicon:before {
    font-family: 'FontAwesome';
    content: "\f056";
    padding-right: 10px;
    font-size: 14px;
    color: #9C9C9C;
    position: absolute;
    left: 6px;
    top: 1px;
    font-weight: 300;
}
#list-manual li a.no-child:before {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-right: 10px;
    font-size: 14px;
    color: #9C9C9C;
    position: absolute;
    left: 8px;
    top: 1px;
    font-weight: 300;
}
#list-manual li a.has-inner-child {
    padding:0px 0px 0px 27px!important;
}
#list-manual li a.has-inner-child:before {
    font-family: 'FontAwesome';
    content: "\f055";
    padding-right: 10px;
    font-size: 14px;
    color: #9C9C9C;
    position: absolute;
    left: 6px;
    top: 1px;
    font-weight: 300;
}
#list-manual li a.has-inner-child.dataicon:before {
    font-family: 'FontAwesome';
    content: "\f056";
    padding-right: 10px;
    font-size: 14px;
    color: #9C9C9C;
    position: absolute;
    left: 6px;
    top: 1px;
    font-weight: 300;
}
#list-manual, #list-manual-phone {
    padding:0px;
    margin:0px;
}
#list-manual ul, #list-manual-phone ul {
    margin-left:-15px;
}
#list-manual li, #list-manual-phone li {
    list-style:none;
}
#list-manual li a, #list-manual-phone li a {
    display:block;
    padding:1px 5px 3px 25px;
    text-decoration:none;
    border-radius:4px;
    position:relative;
    min-height:18px;
    letter-spacing: 0px;
    color: #383838;
    font-weight:400;
}
#list-manual li.active > a, #list-manual li a:hover, #list-manual-phone li.active > a, #list-manual-phone li a:hover {
    background-color:#eee;
}
#list-manual > li > a, #list-manual-phone > li > a {
    font-size:14px;
}
#list-manual li.divider, #list-manual-phone li.divider {
    height:0px;
    overflow:hidden;
    border-top:1px solid #ddd;
    border-bottom:1px solid #fff;
    margin-top:10px;
    margin-bottom:10px;
}
#list-manual li.divider:first-child, #list-manual-phone li.divider:first-child {
    display:none;
}
#list-manual li a i.x-show, #list-manual-phone li a i.x-show {
    position:absolute;
    top:6px;
    left:5px;
    opacity:.4;
    height:24px;
    width:24px;
}
#list-manual li a i.icon-chevron-down, #list-manual-phone li a i.icon-chevron-down {
    background-position:-307px -115px;
}
#list-manual li a i.icon-chevron-right, #list-manual-phone li a i.icon-chevron-right {
    background-position:-450px -67px;
}
#list-manual li a.doc-active {
    font-weight: bold!important;
}
#list-manual li a.expand:before {
/*     font-weight: bold!important;
 */}
#list-manual ul > li {
    margin-left: 10px;
}
#list-manual > li > ul > li a {
/*     padding: 1px 5px 1px 5px;
 */
 font-size:14px;
 }
.sidebar-header-cls{
	line-height: 40px;
    display: block;
    text-align: center;
    font-size: 20px;
    border-bottom: 1px solid #E7E7E7;
    background-color: #4fc3f7;
    color: #fff;
}
.current-active{
	background-color:#4fb289;
}

.pricing-btm{
	letter-spacing: 1px;
    letter-spacing: 1px;
    border: 1px solid #E1E1E1;
    font-weight: 600;
    text-transform: uppercase;
}

/* for pulse icon start */
.pulse {
  width: 10px;
  height: 10px;
/*   border: 5px solid #f7f14c;
 */ 
  border: 5px solid #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #716f42;
  z-index: 10;
  position: absolute;
}

.dot {
/*   border: 10px solid #fff601;
 */  
  border: 10px solid #fff;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: pulse 2s ease-out;
  -moz-animation: pulse 2s ease-out;
  animation: pulse 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -22px;
  left: -20px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes pulse {
 0% {
    -moz-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -moz-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -moz-transform: scale(1);
    opacity: 0.0;
 }
}

@-webkit-keyframes "pulse" {
 0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
 }
 25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
 }
 50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
 }
 75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
 }
 100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
 }
}

/* end pulse icon */