/*!
 * Start Bootstrap - Small Business (https://startbootstrap.com/template-overviews/small-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-small-business/blob/master/LICENSE)
 */

body {
  /*padding-top: 54px;*/
}
a {
    color: #23d736;
}
/*breadcrumb*/
.pathway{
    font-weight: 800;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}
a{
    cursor: pointer;
}
h6, .h6 {
    font-size: 1.1rem;
}
/* captcha */
.grecaptcha-badge{
    left: 999999999999999999999999999999999999999px!important;
    display: none!important;
}
/*contact*/
.contact{
    width: 100%;
}
#contact-form legend, #contact-form .field-spacer{
    display: none;
}
/* logo mini */
.logo-mini{
    display: none;
}
.logo-mini img {
    height: 25px;
    top: -3px;
    position: relative;
}
/* menu mais */
.infomais-container{
    margin: 30px 0;
    border:solid #ddd 1px;
    padding: 10px 20px;
}
.infomais-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}
.infomais li.has-children{
    width: 200px;
    float: left;
}
.infomais-container ul li.has-children{
    width: calc(100%/5);
    padding: 5px 30px 5px 0px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 18px;
}
.infomais-container ul li.has-children:before{
    content: "\f105";
    font-family: "FontAwesome";
    width: 10px;
    height: 10px;
    margin-right: 5px;
    font-weight: bold;
    color: #4279e4;
    color: #4279e4;
    font-size: 20px;
    float: left;
}
.infomais-container ul li.mais-info{
    display: none;
}
/* breadcrumb */
.breadcrumb{
    background-color: #f3f3f3;
}

/*bg position*/
.bg-icon {
    background-position: -60px -170px!important;
    background-size: 220%!important;
}
.bg-icon:hover{
    background-position: -30px -125px!important;
    background-size: 220%!important;
}

/* bg color*/

.bg-indigo{
    background: #035e1e!important;
    background: #035e1e!important;
}
.bg-blue{
    background: #4279e4!important;
    background: #4279e4!important;
}
.bg-green{
    background: #28a745!important;
}
.bg-orange{
    background: #fd7e14!important;
}
.bg-red{
    background: #dc3545!important;
}
.bg-purple{
    background: #744dfd!important;
}
.bg-yellow{
    background: #f4b501!important;
}
.bg-brown{
    background: #a34200!important;
}
.bg-gray-light{
    background: #f3f3f3!important;
}
.bg-pink{
    background: #ff80ab!important;
}

/* color */
.color-white{
    color: #fff!important;
}
.color-indigo{
    color: #1f2f83!important;
    color: #1f2f83!important;
}
.color-blue{
    color: #4279e4!important;
    color: #4279e4!important;
}
.color-blue:hover{
    color: white!important;
    text-decoration: none!important;
    border:none;
}
.color-green{
    color: #28a745!important;
}
.color-orange{
    color: #fd7e14!important;
}
.color-orange:hover{
    color: white!important;
    text-decoration: none!important;
    border:none;
}
.color-purple{
    color: #744dfd!important;
}
.color-yellow{
    color: #f4b501!important;
}
.color-yellow:hover{
    color: white!important;
    text-decoration: none!important;
    border:none;
}
.color-gray{
    color: #6c757d!important;
}
.color-red{
    color: #dc3545!important;
}

/* border */
.border-indigo{
    border: solid 1px #1f2f83;
    border: solid 1px #1f2f83;
}
.border-blue{
    border: solid 1px #4279e4;
    border: solid 1px #4279e4;
}
.border-red{
    border: solid 1px #dc3545;
}
.border-green{
    border: solid 1px #28a745;
}
.border-orange{
    border: solid 1px #fd7e14;
}
.border-purple{
    border: solid 1px #744dfd;
}
.border-yellow{
    border: solid 1px #f4b501;
}

/* banner full */
.banner-fechar {
    width: 100%;
    background: #1f2e83;
    text-align: center;
    line-height: 29px;
    text-transform: uppercase;
    font-size: 13px;
    cursor: pointer;
}
.banner-fechar p i {
    padding: 0 10px;
}
.banner {
    margin-right: 0;
    margin-bottom: 20px;
}
.banner img {
    width: 100%!important;
    max-height: 250px!important;
}

/* botao */
.btn-full{
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 0.8rem;
}

/* topo */
.navbar-top{
    padding: 0.5rem 1rem;
    margin-top: -5px;
}
.navbar-middle .container{
    top: -5px;
    position: relative;
}
.navbar-nav-middle{
    width: 100%;
}
.navbar-nav-middle-item{
    text-align: center;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: bold;
    padding-top: 5px;;
}
.navbar-nav-middle-item a{
    color: black;
}

.tooltip-inner {
    background-color: #1f2f83!important; 
  background-color: #1f2f83 !important;
  /*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
  color: #fff;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #1f2f83!important;
  border-top-color: #1f2f83!important;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-top-color: #1f2f83!important;
  border-top-color: #1f2f83!important;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before { 
    border-bottom-color: #1f2f83!important;
    border-bottom-color: #1f2f83!important; 
} 
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before { 
        border-top-color: #1f2f83!important;
        border-top-color: #1f2f83!important;
} 
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before {
     border-left-color: #1f2f83!important;
     border-left-color: #1f2f83!important;

} 
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before { 
    border-right-color: #1f2f83!important;
    border-right-color: #1f2f83!important;
} 

/*login*/
.login {
    float: left;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    margin-top: 2px;
    text-align: left;
}
.login i {
    font-size: 14px;
    font-weight: normal;
    padding-left: 5px;
}
.icon-login {
    width: 50px;
    float: left;
}
.icon-login i {
    font-size: 50px;
    color: #1f2f83;
    color: #1f2f83;
    padding-right: 40px;
    position: relative;
}
.container-login{
    float: right;
    margin-top: 10px;
}
@media only screen and (min-width: 1170px){

    .cd-secondary-nav{
        -webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
        -moz-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.25);
    }
    .navbar-middle-border-indigo .cd-secondary-nav ul li a{
        background: #1f2f83;
        background: #1f2f83;
    }
    .navbar-middle-border-indigo .cd-secondary-nav.heading {
        background: #1f2f83;
        background: #1f2f83;
    }

    .navbar-middle-border-green .cd-secondary-nav ul li a{
        background: #28a745;
    }
    .navbar-middle-border-green .cd-secondary-nav.heading {
        background: #28a745;
    }

    .navbar-middle-border-red .cd-secondary-nav ul li a{
        background: #dc3545;
    }
    .navbar-middle-border-red .cd-secondary-nav.heading {
        background: #dc3545;
    }

    .navbar-middle-border-blue .cd-secondary-nav ul li a{
        background: #4279e4;
        background: #4279e4;
    }
    .navbar-middle-border-blue .cd-secondary-nav.heading {
        background: #4279e4;
        background: #4279e4;
    }

    .navbar-middle-border-yellow .cd-secondary-nav ul li a{
        background: #f4b501;    
    }
    .navbar-middle-border-yellow .cd-secondary-nav.heading {
        background: #f4b501;
    }

    .navbar-middle-border-orange .cd-secondary-nav ul li a{
        background: #fd7e14;    
    }
    .navbar-middle-border-orange .cd-secondary-nav.heading {
        background: #fd7e14;
    }

    .navbar-middle-border-purple .cd-secondary-nav ul li a{
        background:#744dfd;    
    }
    .navbar-middle-border-purple .cd-secondary-nav.heading {
        background: #744dfd;
    }
    
    .navbar-middle-border-pink .cd-secondary-nav ul li a{
        background: #ff80ab;
    }
    .navbar-middle-border-pink .cd-secondary-nav.heading {
        background: #ff80ab;
    }
    
    .navbar-middle-border-brown .cd-secondary-nav ul li a{
        background: #a34200; 
    }
    .navbar-middle-border-brown .cd-secondary-nav.heading {
        background: #a34200;
    }

    .navbar-middle-border-indigo>a.selected{
        background: #1f2f83;
        background: #1f2f83;
    }
    .navbar-middle-border-green>a.selected{
        background: #28a745;
    }
    .navbar-middle-border-blue>a.selected{
        background: #4279e4;
        background: #4279e4;
    }
    .navbar-middle-border-yellow>a.selected{
        background: #f4b501;    
    }
    .navbar-middle-border-orange>a.selected{
        background: #fd7e14;    
    }
    .navbar-middle-border-purple>a.selected{
        background:#744dfd;    
    }
    .navbar-middle-border-red>a.selected{
        background:#dc3545;    
    }
    .navbar-middle-border-pink>a.selected{
        background: #ff80ab;  
    }
    .navbar-middle-border-brown>a.selected{
        background: #a34200; 
    }

    .navbar-middle-border-indigo{
        border-top: solid 5px #1f2f83;
    }
    .navbar-middle-border-green{
        border-top: solid 5px #28a745;
    }
    .navbar-middle-border-blue{
        border-top: solid 5px #4279e4;
        border-top: solid 5px #4279e4;
    }
    .navbar-middle-border-yellow{
        border-top: solid 5px #f4b501;    
    }
    .navbar-middle-border-orange{
        border-top: solid 5px #fd7e14;    
    }
    .navbar-middle-border-red{
        border-top: solid 5px #dc3545;    
    }
    .navbar-middle-border-purple{
        border-top: solid 5px #744dfd;    
    }
    .navbar-middle-border-pink{
        border-top: solid 5px #ff80ab;  
    }
    .navbar-middle-border-brown{
        border-top: solid 5px #a34200; 
    }


    .navbar-middle-border-indigo .img-li img{
        border: solid 5px #1f2f83;
    }
    .navbar-middle-border-green .img-li img{
        border: solid 5px #0d581e;
    }
    .navbar-middle-border-blue .img-li img{
        border: solid 5px #14429c;
    }
    .navbar-middle-border-yellow .img-li img{
        border: solid 5px #b58600;    
    }
    .navbar-middle-border-orange .img-li img{
        border: solid 5px #c7610b;    
    }
    .navbar-middle-border-purple .img-li img{
        border: solid 5px #322073;    
    }
    .navbar-middle-border-red .img-li img{
        border: solid 5px #dc3545;    
    }
    .navbar-middle-border-pink .img-li img{
        border: solid 5px #c633ce;  
    }
    .navbar-middle-border-brown .img-li img{
        border: solid 5px #522100; 
    }


}
.nav-link-top{
    line-height: 0;
    font-size: 0.7rem;
    text-transform: uppercase;
}
.nav-item-top{
    border-right: solid 1px white;
    width: auto !important
}
.nav-item-top:last-child{
    border-right: none;
}
.header-nav-top{
    padding-top: 20px;
    padding-bottom: 20px;
}

/* menu tab */
.nav-link-tab{
    color: white;
    text-transform: uppercase;
    padding: 0.8rem 1.2rem;
    font-size: 0.8rem;
}
.nav-link-tab:hover{
    color: white;
}
.nav-link-tab i{
    margin-right: 5px;
    font-size: 1.2rem;
    top: 1px;
    position: relative;
}
.tab-content{
    /*top: 1px;*/
    position: relative;
}
.menu-tab-container{
    display: flex;
}
.tab-pane-row{
    margin-left: 0;
}
/* tab content */
.tab-content .container {
    padding: 0;
    height: 245px;
}
.tab-container-legend{
    color: white;
    padding-bottom: 20px;
    text-transform: none;
}
.tab-container-form{
    padding: 0 15px;
}
.tab-container-form input{
    border-radius: 0;
}
.container-tab{
    padding: 20px 10px;
    height: 177px;
}
/* form tab content */
.infoForm{
    display: none;
}
.error{
  display: none;
color: white;
    font-size: 14px;
    font-weight: bold;
}
.errorForm{
  display: block;
color: red;
    font-size: 14px;
    font-weight: bold;
}
.successForm{
  display: block;
color: green;
    font-size: 14px;
    font-weight: bold;
}
.tab-container-form .form-group {
    margin-bottom: 0.7rem;
}
.col-tab-content-icons{
    padding: 0 0 0 23px;
}
.text-protocolo{
    text-transform: none;
    color: white;
    padding-top: 20px;
}
.tab-pane-row-protocolo{
    margin-right: 0;
}

/* tab but */

.nav-but{
    top: 1px;
    position: relative;
}
.nav-but-item{
    transition: all .2s ease-in-out;
}
.nav-but-item:hover{
    transform: scale(1.1);
}
.col-lg-7 .nav-but-item{
    //width: calc(33.33% - 14px)!important;
    width: calc(19% - 10px)!important;
    text-align: center;
    height: 80px;
    margin: 0 20px 15px 0;
}
.col-lg-7 .nav-but-item, .col-lg-12 .nav-but-item{
    text-align: center;
    height: 80px;
    margin: 0 20px 15px 0;
}
.col-lg-7 .nav-but-item .tooltipopcontainer, .col-lg-12 .nav-but-item .tooltipopcontainer {
    display: block;
    height: 100%;
    font-size: 0.6rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 10px;
    padding: 5px;
    overflow: hidden;
    border-radius: 8px;
}
.col-lg-7 .nav-but-item .tooltipopcontainer i, .col-lg-12 .nav-but-item .tooltipopcontainer i {
    font-size: 1.8rem;
    padding: 5px 0 5px;
}
.col-lg-7>.nav>.nav-but-item:nth-child(5){
    margin-right: 0!important;
}
.col-lg-7>.nav>.nav-but-item:nth-child(10){
    margin-right: 0!important;
}

/* tab but list */
.col-lg-12 .nav-but-item-sub{
    width: calc(11% - 20px);
}
.col-lg-12 .nav-but-item-sub:nth-child(5){
    margin-right: 20px!important;
}
.col-lg-12 .nav-but-item-sub:nth-child(10){
    margin-right: 20px!important;
}
.col-lg-12 .nav-but-item-sub:nth-child(9){
    margin-right: 0!important;
}
.col-lg-12 .nav-but-item-sub:nth-child(18){
    margin-right: 0!important;
}
.col-lg-12 .nav-but-itemsub:nth-child(27){
    margin-right: 0!important;
}
#maisServicos{
    cursor: pointer;
}
.listMaisServicos{
    display: none;
    padding-top: 30px;
}

main#content {
    padding: 5px 0;
}

/* mega menu */
.img-li{
    padding-right: 0px;
    border-right: none!important;
}

.img-li img{
    border:;
}
.has-children ul {
    overflow-y: scroll;
}
.has-children ul::-webkit-scrollbar-button{ display: none; height: 13px; border-radius: 0px; background-color: #AAA; }
.has-children ul::-webkit-scrollbar-button:hover{ background-color: #AAA; }
.has-children ul::-webkit-scrollbar-thumb{ background-color: #CCC; }
.has-children ul::-webkit-scrollbar-thumb:hover{ background-color: #CCC; }
.has-children ul::-webkit-scrollbar-track{ background-color: #efefef; }
.has-children ul::-webkit-scrollbar-track:hover{ background-color: #CCC; }
.has-children ul::-webkit-scrollbar{ width: 5px; }

/* search */
.search input{
    border-radius: 0;
    width: calc(100% - 43px)!important;
    background: #f3f3f3;
    border: solid 1px #ced4da;
}
.search button{
    border-radius: 0 3px 3px 0;
}
/* search result */
.number-search {
    float: left;
    width: 70px;
    height: 110px;
    line-height: 90px;
    text-align: center;
    background: #1f2f83;
    color: white;
    font-size: 40px;
    margin-right: 20px;
    padding-left: 10px;
}
.number-search span {
    top: -68px;
    position: relative;
    font-size: 20px;
    margin-left: -7px;
}
.dl-container {
    display: block;
    position: relative;
    min-height: 110px;
    margin-bottom: 15px;
    background: #f3f3f3;
    border-radius: 0 6px 6px 0;
}
.dl-text-container {
    padding: 8px 0 3px 20px;
    border-left: solid 10px #1f2f83;
}
.highlight {
    font-weight: bold;
    color: #4279e4;
    color: #4279e4;
}
.form-limit-container p {
    height: 30px;
}
dt.result-title a {
    font-size: 20px;
}
dd.result-text {
    font-size: .8rem;
}
dd.result-category {
    margin-bottom: 0;
}
dd.result-category .small {
    color: #4279e4;
    color: #4279e4;
    font-style: italic;
}
dt.result-title {
    height: 25px;
}
.item-page h2 span {
    color: #4279e4;
    color: #4279e4;
}
.pagination{
    margin: 30px auto 0!important;
}

/* search filter */
fieldset.phrases {
    background: #e9ecef;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
}
fieldset.phrases legend {
    width: 95px;
    font-size: 12px;
    font-weight: bold;
    float: left;
}
.phrases-box {
    float: left;
}
label.radio {
    width: 140px;
}
.radio input {
    width: 20px!important;
    margin-right: 5px;
}
.ordering-box {
    float: right;
}
div#ordering_chzn {
    margin-left: 5px;
}
form#searchForm {
    display: block;
    position: relative;
    height: 300px;
    margin-bottom: 10px;
}
.form-limit-container {
    height: 30px;
    line-height: 30px;
    background: #d8dee4;
    padding: 0 20px;
    font-size: 12px;
}
.form-limit {
    float: right;
}
div#limit_chzn {
    top: -1px;
}
.searchintro {
    color: #afb4b9;
    font-weight: 100;
    top: -10px;
    position: relative;
}
.searchintro .badge-info {
    color: #fff;
    background-color: #4279e4;
    background-color: #4279e4;
    top: -2px;
    position: relative;
}

/* search input result */
.search-container-result {
    background: #d8dee4;
}
.btn-group.pull-left {
    height: 40px;
    width: 420px;
}
input#search-searchword {
    height: 25px;
    margin: 7px 0 20px 20px;
    font-size: 12px;
    padding-left: 7px;
}
.btn-group.pull-left {
    height: 40px;
    width: 420px;
}
button.btn.hasTooltip {
    color: white;
    background: #28a745;
    height: 25px;
    line-height: 10px;
    margin-top: 7px;
    width: 100px;
    font-size: 12px;
}

/* noticias list */
.noticias-list {
    float: left;
    width: 180px;
    height: 110px;
    line-height: 90px;
    text-align: center;
    background: #000a3f;
    color: white;
    font-size: 40px;
    margin-right: 20px;
    overflow: hidden;
    border-left: solid 10px #000a3f;
}
.noticias-list img {
    position: relative;
    display: block;
    min-width: 220px;
}
/* card tab */
.card-tab{
    margin: 15px 15px 0;
    border: none;
    width: 100%;
}
.card-body{
    text-transform: uppercase;
    padding: 10px;
}
.card-body i{
    padding: 0 15px;
    font-size: 1.2rem;
}

/* news */
.news{
    margin-right: 0;
    margin-bottom: 20px;
}
.news-col{
    margin-right: 0;
    padding-right: 0;
}
.news-col img{
    width: 100%;
    height: 100%;
}
.news-col:last-child{
    margin-right: 0;
}
.news-col a{
    border-radius:10px;
}

.news-col a:first-child{
    height: 274px;
    display: block;
}
.degr{
    background: black;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: -moz-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8));
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: calc(100% - 15px);
    border-radius:10px;
}
.tit-news{
    position: absolute;
    bottom: 0;
    z-index: 99;
    padding: 5px 20px;
}
.tit-cat-news{
    position: absolute;
    bottom: 65px;
    z-index: 99;
    margin-left: 20px;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 0.7rem;
}
.tit-cat-mais{
    position: absolute;
    top: 0;
    z-index: 99;
    right: 0;
    padding: 5px 10px;
    color: white;
    text-transform: uppercase;
    font-size: 0.7rem;
    border-radius: 0 9px 0 9px;
}
/* banner full */
.banner-full {
    width: 100%;
    height: 100%;
    position: fixed;
    background: #1f2f83c2!important;
    z-index: 9;
    top: 0;
    text-align: center;
    display: none;
    cursor: pointer;
}

.bannergroup, .banneritem{
    width: 100%;
    height: 100%;
}
.banneritem a{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banneritem {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.banner-full img{

}
.close-banner {
    top: 10px;
    right: 20px;
    font-size: 30px;
    position: fixed;
    z-index: 99;
    color: white;
    cursor: pointer;
}
/* banner */
.banner{
    margin: 0 0 20px 0;
    width: 100%;
    display: block;
}
.banner-col{
    padding: 0;
}
.banner-col img{
    width: 100%;
    height: 100%;
}
.banner-col:first-child{
    margin-right: 0;
    float: left;
}
.banner-col:last-child{
    margin-right: 0;
    float: right;
}
.map{
    width: 100%;
}
a.descriMap{
    text-decoration: none;
}
/* internas */
.article-info-term, .category-name{
    display: none;
}
dd span.fa-calendar{
    display: none;
}
.item-page .icons{
    display: none;
}
.hits{
    display: none;
}
.createdby{
    display: none;
}
.articleBody{
    text-align: justify;
}
.item-page h2{
    color: #000a3f!important;
    font-size: 2.4rem;
    border-left: 10px solid #000a3f;
    padding: 5px 15px;
    margin: 30px 0;
}
.osmap-items ul{
    margin: 0 0 9px 0!important;
}
.osmap-items h2{
color: #1f2f83!important;
    font-size: 40px;
    border-left: 10px solid #1f2f83;
    padding: 5px 15px;
    margin: 30px 0;
}
.article-info dd{
    color: #4279e4;
    color: #4279e4;
    font-size: 14px;
    font-style: italic;
}
.create{
    display: none;
}
.pager.pagenav{
    display: none;
}

/* form servicos */
#placa, #habilitacao, #protocolo{
    text-transform: uppercase;
}
#placa::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  text-transform: none;
}
#placa::-moz-placeholder { /* Firefox 19+ */
  text-transform: none;
}
#placa:-ms-input-placeholder { /* IE 10+ */
  text-transform: none;
}
#placa:-moz-placeholder { /* Firefox 18- */
  text-transform: none;
}
/* tab interna */
.bhoechie-tab{
    float: left;
}
div.bhoechie-tab-container{
  z-index: 10;
    margin: 0 15px;
    border: 1px solid #ddd;
    width: 100%;
    min-height: 500px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  float: left;
 height: 100%;
    border-right: 1px solid #ddd;
    background: #e9ecef;
}
div.bhoechie-tab-menu a{
    background: none;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
    border-radius: 0;
    color: #1f2f83;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu .list-group-item.active{
    border-color: transparent;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #1f2f83!important;
  background-image: #1f2f83!important;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #1f2f83!important;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  padding: 15px 20px 0 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

/* Slider */
.customer-logos{
    width: 100%;
    padding: 20px 0;
}
.customer-logos .slick-track, .customer-logos .slick-list{
    height: auto!important;
}
.customer-logos .image-title{
    display: none;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider theme */

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 40px;
    line-height: 1;

    opacity: .75;
	
	color: #f5f5f5; 
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,.5));

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: 35px;
    z-index: 999;
}
[dir='rtl'] .slick-prev
{
    left: 35px;
    left: auto;
    z-index: 999;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: 50px;
    z-index: 999;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: 50px;
    z-index: 999;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    
}

.slick-dots
{
    position: absolute;
    bottom: 2px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #1f2e83;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #1f2e83;
}

/* footer */
.footer{
    border-top: solid 5px #4279e4;
    /*border-top: solid 15px #4279e4;*/
    padding-top: 30px;
}
.widget-container{
    width: 100%;
}
.title-widget {
    color: white;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 25px;
    margin-left: 0;
    padding-left: 28px;
    font-weight: bold;
}
.title-widget::before {
    background-color: #4279e4;
    background-color: #4279e4;
    content: "";
    height: 22px;
    left: 0px;
    position: absolute;
    top: -2px;
    width: 5px;
}
.widget_nav_menu ul {
    list-style: outside none none;
    padding-left: 0;
}
.widget_nav_menu a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid rgba(249, 249, 249, 0.15);
    margin-bottom: 7px;
    padding-bottom: 7px;
    width: 95%;
    color: white;
    display: block;
}
.widget_nav_menu ul li a {
    color: white;
}
ul.nomargin a i {
    color: white;
}
.widget_nav_menu .nav-header{
    display: none;
}
.footerp h2, .footerp p{
    font-size: 16px;
    color: white;
}
.footerp a{
    font-size: 15px;
    color: white;   
}
.social-icons{
    font-size: 12px;
}
.social-icons ul{
    padding-left: 0;
    margin-left: 0;
}
.social-icons ul li{
    list-style: none;
	display: inline-block;
}
.social-icons ul a{
    padding-right: 5px;
}

/* map */
.map-responsive{
    overflow:hidden;
    position:relative;
    height:400px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
	border: 0;
}

/* face */
.face{
    margin: 30px 0;
    float: left;
    width: 100%;
}
.face a{
    margin: 0 auto;
    text-decoration: none;
}
.face-col{
    text-align: center;
    color: #1f2f83;
    font-size: 2rem;
    font-weight: bold;
}
.face-col i{
    font-size: 3rem;
}
.face-col span{
    color: #6c757d;
    text-transform: uppercase;
    font-size: 0.7rem;
    display: block;
}

@media (min-width: 992px) {
  body {
    /*padding-top: 56px;*/
  }
}

@media (max-width: 480px) {
  .slick-prev:before,
  .slick-next:before
	{
		opacity: .38;
	}
}
