*{
	/*font-family: montserrant;*/
	font-family: "Source Sans Pro", sans-serif;
}

body{
	font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    /*color: #777;*/
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #e7c4f5;
    overflow-x: hidden;
    transition: all 200ms linear;
}
:root {
    --prm-color: #0381ff;
    --prm-gray: #b1b1b1;
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}
.container-content{
    margin: 0px 0px 0 0px;

}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.dt-center{
    justify-content: center !important;
    text-align: center !important;
    vertical-align : middle !important;
}
.centered-mitra{
    padding-left: 10%;
    padding-right: 10%;
}

.catgimg2_container{
    width:100%; 
    height:240px; 
    float:left; 
    display:block; 
    overflow:hidden;
}
.breadcrumb{
    margin-bottom: 0px !important;
}
.baracums{
    text-decoration: none;
}
.contact-us {
    padding: 100px 0 50px 0;
}

.contact-form {
    margin-bottom: 40px;
}
.contact-form .form-control {
    background-color: transparent;
    border: 1px solid #dedede;
    box-shadow: none;
    height: 45px !important;
    color: #0c0c0c;
    height: 38px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    border-radius: 0;
}
.contact-form input:hover,
.contact-form textarea:hover,
.contact-form #contact-submit:hover {
    border-color: #28ABE3;
}
.contact-form #contact-submit {
    border: none;
    padding: 15px 0;
    width: 100%;
    margin: 0;
    background: #28ABE3;
    color: #fff;
    border-radius: 0;
}
.contact-form textarea.form-control {
    padding: 10px;
    height: 120px !important;
    outline: none;
}

.contact-details .contact-short-info {
    margin-top: 15px;
}
.contact-details .contact-short-info li {
    margin-bottom: 6px;
    list-style-type: none;
}
.wrap {
    max-width: 1024px;
    margin: 5rem auto;
    padding: 2rem;
    background: #fff;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 0.5rem;
    position: relative;
}
.social-icon {
    margin-top: 20px;
}
.social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}
.social-icon ul li a {
    display: block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-align: center;
}
.social-icon ul li a:hover {
    background: #28ABE3;
    color: #fff;
    border: 1px solid #28ABE3;
}
.social-icon ul li a:hover i {
    color: #fff;
}
.social-icon ul li a i {
    color: #55606a;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
}

.google-map {
    position: relative;
}
.google-map .map_canvas {
    height: 400px;
    color: white;
}
.nav-pager{
    margin-top: 30px;
    text-align: center !important;
    justify-content: center;
}
/* 8.2.5 Widget Style */
.widget {
  margin-bottom: 30px;
}
.widget h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.widget-search {
  position: relative;
/*  max-width: 300px;*/
}
.widget-search .form-control {
  border: 1px solid #dedede;
  border-radius: 0;
  height: 35px;
}
.widget-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50px;
  background: #28ABE3;
  border: 0;
}
.widget-search-btn i {
  color: #fff;
}
.widget-categories-list {
  padding-left: 0px;
}
.widget-categories-list li {
  border-bottom: 1px solid #ddd;
  list-style-type: none;
}
.widget-categories-list li:last-child {
  border: 0;
}
.widget-categories-list li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 15px;
  transition: 0.3s ease;
  text-decoration: none;
}
.widget-categories-list li a i {
  font-size: 10px;
  margin-right: 10px;
}
.widget-categories-list li a:hover {
  background: #28ABE3;
  color: #fff;
  padding-left: 20px;
}
.widget-post-list {
  padding-left: 0;
}
.widget-post-list-item {
  padding: 15px 0;
  display: flex;
}
.colorsx{
    color: #aaa;
}
.widget-post-image {
  margin-right: 10px;
  height: 90px;
  width: 130px;
/*  overflow: hidden;*/
}
.widget-post-image img {
  height: 90px;
  width: auto;
}
.widget-post-content h5 {
  font-size: 15px;
  margin-bottom: 10px;
  transition: 0.3s ease;
  color: #000;
}
.widget-post-content h5:hover {
  color: #28ABE3;
}
.widget-post-content a{
    text-decoration: none;
}
.widget-post-content h6{
    font-size: 10px;
}

/*Post Singe*/
.post-meta {
  font-size: 13px;
  margin: 20px 0 0;
  padding: 0 20px 10px;
}
.post-meta a {
  color: #28ABE3;
}
.post-meta > span {
  color: #666;
  border-right: 1px solid #dedede;
  display: inline-block;
  font-size: 13px;
  margin: 10px 10px 0 0;
  padding-right: 10px;
}
.post-meta > span:last-child {
  border-right: 0;
}
.post-meta > span i {
  margin-right: 5px;
}

.post-excerpt {
  padding: 0 20px;
  margin-bottom: 60px;
}
.post-excerpt h3 a {
  color: #000;
}
.post-excerpt blockquote {
  line-height: 22px;
  margin: 20px 0;
  font-size: 16px;
}
.post-content ul {
  margin-bottom: 20px;
}
.post-content ul li {
  color: #aaa;
}
.post-content ul li a {
  color: #aaa;
}
.post-content p {
  margin-bottom: 30px;
}
.post-content blockquote {
  border-left: 2px solid #28ABE3;
  padding: 40px 35px;
  margin-bottom: 30px;
  background: rgb(238, 238, 238);
}
.post-content-share {
  margin-top: 50px;
  margin-bottom: 100px;
}
.post-content-share li a {
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #ddd;
  text-align: center;
  background: #fff;
  transition: 0.3s ease;
  margin-right: 10px;
  color: #000;
  display: inline-block;
}
.post-content-share li a:hover {
  background: #28ABE3;
  border-color: #28ABE3;
  color: #fff;
}
/**/
.catgimg2_container img{
    width:100%; 
    height:100%; 
    -webkit-transition:all 0.5s; 
    -moz-transition:all 0.5s; 
    -ms-transition:all 0.5s; 
    -o-transition:all 0.5s; 
    transition:all 0.5s;
}
.catgimg2_container a:hover img{
    -webkit-transform:scale(1.1); 
    -moz-transform:scale(1.1); 
    -ms-transform:scale(1.1); 
    -o-transform:scale(1.1); 
    transform:scale(1.1);
}

.catg_titile{
    margin-bottom:18px; 
/*    float:left;*/
}
.catg_titile a{
    color:#383838; 
    font-size:24px;
    text-decoration: none !important;
}

span.meta_date, span.meta_comment, span.meta_more{
    display:inline-block; 
    margin-right:8px; 
    color:#aaa; font-size:12px;
}
span.meta_date:before{
    content:" "; 
    font-family:FontAwesome; 
    font-style:normal; 
    font-weight:normal; 
    padding-right:4px; 
    text-decoration:inherit;
}
span.meta_comment:before{
    content:" ";
    font-family:FontAwesome; 
    font-style:normal; 
    font-weight:normal; 
    padding-right:4px; 
    text-decoration:inherit;
}
span.meta_more:before{
    content:" "; 
    font-family:FontAwesome; 
    font-style:normal; 
    font-weight:normal; 
    padding-right:4px; 
    text-decoration:inherit;
}


.header-container {
  padding: 10px;
  text-align: left;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  background: rgb(69,30,185);
  background: linear-gradient(90deg, rgba(69,30,185,1) 20%, rgba(250,21,0,1) 100%, rgba(252,176,69,1) 100%);
  height: 80px;
}
/*Page Header*/
.single-page-header {

  background-image: url("../images/bg.jpg");
  background-size: cover;
  padding: 60px 0 70px;
  text-align: center;
  color: #ffffff !important;
  position: relative;
}
.single-page-header::before {
  background: rgba(0, 0, 0, 0);
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  color: white;
}
/*Navigation Menu*/
.nav-container{
    padding-left: 20px;
    padding-right: 20px;
}
.start-header {
    /*margin-top: 13vh;*/
    opacity: 1;
    transform: translateY(0);
    /*padding: 15px 0;*/
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    margin-top: 0px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    /*padding: 10px 0;*/
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.bg-nav {
 background: rgb(69,30,185);
 background: linear-gradient(90deg, rgba(69,30,185,1) 20%, rgba(250,21,0,1) 100%, rgba(252,176,69,1) 100%);
 color: white !important;
}
.logos {
    padding: 0px 0px 0px 0px !important;
    height: 10px;
    text-align: left !important;
}

.logos-icon {
    padding: 0px 0px 0px 0px !important;
    height: 10px;
    text-align: left !important;
}
.logos-icon-2 {
    padding: 15px 0px 0px 0px !important;
    height: 10px;
    text-align: left !important;
}

.logo_app{
    height: 10px !important;
    display: flex;
    text-align: center;
}
.logo-show{
    display: flex;
    text-align: center;
    visibility: visible;
    opacity: 1;
    transition: visibility 1s, opacity 0.5s linear;
}

.card-news{
    margin-top: 20px !important;
}
.card-chart{
    margin-top: 30px !important;
}
.logo-hide{
    display: flex;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 1s, opacity 0.5s linear;
}


.start-header.scroll-on .navbar-brand img {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/*.navigation-wrap {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 50px;
    width: 100%;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 20px;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none !important;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid white;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: white !important;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: all 200ms linear;
}
.nav-item:hover .nav-link {
    color: #28ABE3 !important;
}

.nav-item.active .nav-link {
    color: #28ABE3 !important;
}

.nav-link {
    position: relative;
    padding: 5px 10px 5px 10px !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #BBE1FA;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}
.navbar-collapse{
    justify-content: right !important;
}

.tengah-nav {
    padding: auto;
    color: #ffffff;
    padding-left: 0px;
    /*margin-bottom: 5px;*/
    margin-top: 10px;
    text-decoration: none;
}
.tengah-nav-logo {
    padding: auto;
    color: #ffffff;
    padding-left: 0px;
    /*margin-bottom: 5px;*/
    margin-top: 5px;
    text-decoration: none;
}
.logo_app:hover a {
    color: #BBE1FA !important;
}
.navbar-brand{
	/*padding-left: 15px !important;*/
    /*margin-bottom: 5px !important;*/
    margin-top: 5px !important;
    margin-right: 5px !important;

}

/*DropDown*/
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px !important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.btn-link-nav{
    padding: 0 !important;
    margin: 0 !important;
    color: white !important;
}
.dropdown-item {
    padding: 3px 15px;
    color: #212121;
    border-radius: 2px;
    transition: all 200ms linear;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: black;
    #fff;
    background-color: #ffffcc;
    /*rgba(129,103,169,.6);*/
}
.dropdown-menu li {
    position: relative;
}
.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
    left: 100%;
    top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
}

body .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body .dropdown-item {
    color: #fff;
}


/*responsive*/
/*@media (min-width: 316px) {
    .navbar-brand img {
        height: 30px;
        width: 100%;
        display: block;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .logos-icon-3{
        font-size:7px !important;
        margin-bottom: 10px !important;
    }
    .logos {
        padding: 0px 0px 0px 0px !important;
        height: 7px;
        text-align: left !important;
    }
}*/
@media (min-width: 576px) {
    .tengah-nav {
        text-align: left !important;
        padding: auto;
        color: #ffffff;
        padding-left: 0px;
        /*margin-bottom: 20px;*/

    }

    .tengah-nav:hover {
        text-decoration: none;
    }

    .navbar-brand {
        margin: 0px;
        padding: auto;
        align-content: left !important;
        text-align: left !important;
    }
}
@media (max-width: 767px) {
    .tengah-nav {
        text-align: left !important;
        padding: auto;
        color: #ffffff;
        padding-left: 0px;
        /*margin-bottom: 20px;*/
    }

    .tengah-nav:hover {
        text-decoration: none;
    }
    .navbar-brand {
        margin: 0px;
        padding: auto;
        align-content: left !important;
        text-align: left !important;
    }

    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: -6px;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }

    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -5px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
/*        transition: all 200ms linear;*/
}
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
}
.dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
}

.dropdown-toggle[aria-expanded="false"]+.dropdown-menu {
    border: none;
    border-radius: 0px;
    transition: all 200ms linear;
}
.dropdown-menu {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
    max-height: 999px;

}

.dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 20px !important;
    border: none;
    border-radius: 0px;
    visibility: visible;
    opacity: 1;
    max-height: 999px;
}

}


@media(max-width: 760px){
    .img-page{
        display: none !important;
    }
}


/*Courosel*/
.carousel-inner .carousel-item {
  transition: transform 1s ease-in;

}
.content-pages{
    padding: 20px 0 20px 0;
}
.bg-putih{
    background-color: white;
/*padding-top: 30px;*/
padding: 30px;
/*margin-bottom: 30px;*/
}
.head-contact{
    margin-top: 10px;
    color: white;
}
.slide-border{
/*    border-style: outset;*/

/*border-bottom: 1rem solid rgb(69,30,185) ;*/
/*border-color: linear-gradient(90deg, rgba(69,30,185,1) 20%, rgba(250,21,0,1) 100%, rgba(252,176,69,1) 100%);*/

/*    #fbb833;*/
}

.img-slide::after{
  content: "";
  background: rgba(0, 0, 0, 0.63);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

}
.anm1{
    animation-delay: 1s;
}
.anm2{
    animation-delay: 2s;
}
.anm3{
    animation-delay: 3s;
}

.carousel-item {
    height: 85vh;
    min-height: 300px;
}
.carousel-caption {
    bottom: 20px;
}
.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}
.carousel-caption p {
    width: 60%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-caption a {
    text-transform: uppercase;
    text-decoration: none;
    background: darkorange;
    padding: 10px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
}

.w-100 {
    height: 100vh;
}

@media only screen and (max-width: 767px) {
    .logos-icon-3{
        font-size:8px !important;
    }
    .carousel-item {
        height: 44vh;
        min-height: 150px;
    }
    .w-100 {
        height: 50vh;
    }
    .carousel-caption {
        bottom: 50px;
    }
    .carousel-caption h5 {
        font-size: 17px;
    }
    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }
    .skippy{
        display: none;
    }

    .logo-hide{
        display: flex;
        text-align: center;
        visibility: visible;
        opacity: 1;
    }
}

.layanan-item{
    margin-top: 20px;
}

.section-1{
    /*background-color: #F5F5F5;*/
    background-image: url('../img/78786.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    height: 90vh;
    padding-top: 50px;
    padding-bottom: 10px;
    
}

.section-1{
    /*background-color: #F5F5F5;*/
    background-image: url('../img/78786.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: black;
    height: 90vh;
    padding-top: 50px;
    padding-bottom: 10px;
    
}
.section-2{
    background-color: #F5F5F5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-3{
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*=================================================================
  Footer section
==================================================================*/
.top-footer {
  background-color: #222222;
  border-top: 1px solid #404040;
  padding: 100px 0 80px;
}
.top-footer h3 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.top-footer p {
  font-size: 13px;
  line-height: 25px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  padding-right: 20px;
}
.top-footer ul {
  list-style-type: none;
}
.top-footer li a {
  font-size: 13px;
  line-height: 30px;
  color: #bdbdbd;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  transition: color 0.3s;
  font-family: "Source Sans Pro", sans-serif;
  display: block;
  text-decoration: none;
}
.top-footer li a:hover {
  color: #28ABE3;
}

.footer-bottom {
  text-align: center;
  background-color: #1b1b1b;
  border-top: 1px solid #2c2c2c;
  padding: 30px 0;
}

.footer-bottom h5 {
  font-size: 12px;
  line-height: 1;
  color: #888888;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 7px;
  margin-bottom: 3px;
}
.footer-bottom h6 {
  font-size: 11px;
  line-height: 15px;
  color: #888888;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 2px;
  margin-bottom: 0;
}
.footer-bottom a {
  color: #28ABE3;
}

/*Cheklist*/
.layanan {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.list-layanan{
    margin-top: 50px;
}
.list-layanan-2{
    padding-top: 10%;
    padding-left: 30px;
}
.layanan .checklist {
  padding-left: 30px;
}

.layanan .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  list-style-type: none;
}
.layanan .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
  padding-right: 0px;
}

.list1 .checklist {
  padding-left: 50px;
}

.list1 .checklist li {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  color: #777;
  font-family: "Source Sans Pro", sans-serif;
  list-style-type: none;
}
.list1 .checklist li:before {
  position: absolute;
  margin-right: 12px;
  margin-left: -45px;
  content: "\f375";
  font-family: "themefisher-font";
  opacity: 1;
  border-radius: 50%;
  padding: 2px 8px;
  font-size: 20px;
  padding-right: 0px;
}

.border{
    margin-bottom: 20px;
}

/*
===================================
Singge Page Header Css
===================================
*/

.single-page-layout {
    background-image: url("../img/bg.jpg");
    background-size: cover;
    padding: 40px 0 70px;
    text-align: center;
    position: relative;
    color: #fff;
}

.header-bradcrumb {
  background: transparent;
}
.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: "Source Sans Pro", sans-serif;
}
.header-bradcrumb a:hover {
  color: #28ABE3;
}
.header-bradcrumb a{
    text-decoration: none !important;
}
.actives{
  color: #28ABE3 !important;
}

/**/




/*
===================================
End Singge Page Header Css
===================================
*/

/*
===================================
Card styust
===================================
*/

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.58);
    -webkit-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.58);
    -moz-box-shadow: 7px 7px 9px 0px rgba(0,0,0,0.58);
}

.card > hr {
    margin-right: 0;
    margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 1.25rem;
}

.card-subtitle {
    margin-top: -0.625rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 1.25rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 0px) calc(0.25rem - 0px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}

.card-footer {
    padding: 1.25rem 1.25rem;
    background-color: rgba(0, 0, 0, 0);
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 0px) calc(0.25rem - 0px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -1.25rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 0px);
    border-top-right-radius: calc(0.25rem - 0px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 0px);
    border-bottom-left-radius: calc(0.25rem - 0px);
}

.card-deck .card {
    margin-bottom: 15px;
}

/*Chart ORG Styles*/
/*===========================*/
#chart-org-container {
  position: relative;
  height: 420px;
  margin: 0.5rem;
  overflow: auto;
  text-align: center;
}

.orgchart .node .content {
    box-sizing: border-box;
    width: auto !important; 
    height: 20px;
    padding: 0px 5px 0px 5px !important;
    line-height: 20px;
    font-size: 10px;
    border: 1px solid rgba(217, 83, 79, 0.8);
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 0.25rem 0.25rem;
    text-align: center;
    background-color: #fff;
    color: #333;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.orgchart .node .title {
    box-sizing: border-box;
    width: auto !important; 
    text-align: center;
    padding: 0px 5px 0px 5px !important;
    font-size: 12px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgba(217, 83, 79, 0.8);
    color: #fff;
    border-radius: 4px 4px 0 0;
}

/*=====================*/