html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'open-sans';
    src: url('../font/open-sans.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../font/open-sans.woff') format('woff'), url('../font/open-sans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Normal';
    src: url('../font/Century-Normal.eot');
    src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('../font/Century-Normal.woff') format('woff'), url('../font/Century-Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.boxed {
    background: url("../img/boxed-pattern.png");
}

.boxed #all {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

a {
    display: inline-block;
}

button {
    cursor: pointer;
}

strong {
    font-weight: 700;
}

p.lead {
    margin-bottom: 40px;
}

.accent {
    color: #005fae;
}

.tooltip {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.bs-select .dropdown-menu .dropdown-menu {
    min-height: 20px;
    display: block;
}

.bs-select .dropdown-menu .dropdown-menu a {
    padding: 6px 10px;
    color: #666;
    font-weight: 700;
    text-decoration: none !important;
    display: block;
    font-size: .8rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    outline: none;
}

.heading-light {
    font-weight: 300 !important;
}

.text-bold {
    font-weight: 700;
}

.text-small {
    font-size: 0.9rem;
}

.text-uppercase {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.no-letter-spacing {
    letter-spacing: 0 !important;
}

.bar {
    padding: 30px 0;
}

.bar.padding-big {
    padding: 50px 0;
}

.pagination {
    margin-top: 20px;
}

#pagination .pagination {
    margin-bottom: 40px;
}

.text-sm,
.form-group label,
#blog-listing-big .date-comments a,
#blog-listing-medium .date-comments a,
#blog-listing-big p.intro,
#blog-listing-medium p.intro {
    font-size: 0.9rem;
}

.text-xs {
    font-size: 0.9rem;
}

.text-xs * {
    font-size: 0.9rem;
}

.head_search_sec {
    margin-top: 20%;
}

.second_logo_set {
    height: 100px;
}

.banner_txt {
    background: rgba(0, 0, 0, 0.7);
    font-size: 18px;
    font-weight: bold !important;
    margin: 0 auto;
    padding: 8px;
}

.carousel-caption {
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    bottom: -60px;
    text-align: left;
}

.carousel-indicators {
    bottom: 32px;
}

.bbLogo {
    width: 200px;
    padding-right : 0 !important;
    /*right: -260px;*/    
    height: 100px !important;
}

.announce_cls_masterdiv {
	background-color:#005FAE;
	min-height:45px;
	margin-top:35px;
}
.annunce_tab marquee{
    height:auto !important;
	line-height: 40px;
    color:#fff;
}
.annoucement_cls {
	background-color:#073c6d;
	min-height:45px;
	font-weight:bold;
	font-size:26px;
	color:yellow;
}						 
@media (max-width:1920px) {
    .bbLogo {
        right: -583px;
    }
}

@media (max-width:1600px) {
    .bbLogo {
        right: -250px;
    }
}

@media (max-width:1440px) {
    .bbLogo {
        right: -105px;
    }
}

@media (max-width:1366px) {
    .bbLogo {
        right: -30px;
    }
}

@media (max-width:1024px) {
    .bbLogo {
        right: 37px;
    }
}

@media (max-width:767px) {
    .bbLogo {
        display: none;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .second_logo_set {
        height: 60px;
    }
    .head_search_sec {
        margin-top: 5%;
    }
}

@media (max-width:991px) {
    .text-md-center {
        text-align: center !important;
    }
}

@media (max-width:1199px) {
    .text-lg-center {
        text-align: center !important;
    }
}

@media (max-width:767px) {
    .text-center-sm {
        text-align: center !important;
    }
}

@media (max-width:991px) {
    .text-center-md {
        text-align: center !important;
    }
}

@media (max-width:1199px) {
    .text-center-sm,
    .text-center-xs {
        text-align: center !important;
    }
}

.bg-gray {
    background: #e9ecef !important;
}

.bg-gray-dark {
    background: #555 !important;
}

.bg-primary {
    background: #005fae !important;
}

.color-white {
    color: #fff !important;
}

.color-white * {
    color: #fff !important;
}

.bg-white {
    background: #fff !important;
}

.bg-fixed {
    background-attachment: fixed !important;
}

.light-gray {
    background: #eee;
}

.no-mb {
    margin-bottom: 0 !important;
}

.no-mt {
    margin-top: 0 !important;
}

.no-horizontal-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mb-small {
    margin-bottom: 20px !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.padding-horizontal {
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.relative-positioned {
    position: relative;
    z-index: 1;
}

.jumbotron {
    margin: 0;
}

.owl-carousel.equal-height .owl-stage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.background-pentagon,
#heading-breadcrumbs {
    background: url("../img/texture-bw.png") center center repeat;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.heading,
.panel-heading {
    margin-bottom: 1rem;
}

.heading h1,
.panel-heading h1,
.heading h2,
.panel-heading h2,
.heading h3,
.panel-heading h3,
.heading h4,
.panel-heading h4,
.heading h5,
.panel-heading h5,
.heading h6,
.panel-heading h6 {
    line-height: 1.1;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px;
    letter-spacing: 0.05em;
    font-family: "Century-Normal";
}

.heading h1:after,
.panel-heading h1:after,
.heading h2:after,
.panel-heading h2:after,
.heading h3:after,
.panel-heading h3:after,
.heading h4:after,
.panel-heading h4:after,
.heading h5:after,
.panel-heading h5:after,
.heading h6:after,
.panel-heading h6:after {
    content: " ";
    display: block;
    width: 100px;
    height: 2px;
    margin-top: .6rem;
    background: #005fae;
    font-family: "Century-Normal";
}

.heading.text-center h1:after,
.text-center.panel-heading h1:after,
.heading.text-center h2:after,
.text-center.panel-heading h2:after,
.heading.text-center h3:after,
.text-center.panel-heading h3:after,
.heading.text-center h4:after,
.text-center.panel-heading h4:after,
.heading.text-center h5:after,
.text-center.panel-heading h5:after,
.heading.text-center h6:after,
.text-center.panel-heading h6:after {
    margin-left: auto;
    margin-right: auto;
}

.buttons a {
    margin: 0 3px;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #9adacd;
}

.card {
    border-radius: 0;
    margin: 5px !important;
}

.card-header {
    border-radius: 0;
    padding: 20px;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.935rem;
    margin: 0 !important;
}

.card-header a {
    color: #333;
}

.card-body p {
    font-size: 0.9rem;
    color: #333;
}

.alert {
    border-radius: 0;
}

#heading-breadcrumbs {
    padding: 2rem 0;
    border-top: none !important;
    border-bottom: none !important;
}

#heading-breadcrumbs .breadcrumb {
    margin-bottom: 0;
    background: none;
    font-size: 0.9rem;
}

#heading-breadcrumbs h1 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 0;
}

#heading-breadcrumbs li {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.row.no-space {
    margin-left: 0;
    margin-right: 0;
}

.row.no-space div[class*="col-"] {
    padding: 0;
}

.row.no-space .box-image {
    margin: 0;
}

.owl-carousel .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background: #fff;
}

.owl-carousel .owl-dots .owl-dot span {
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #aaa;
}

.dark-mask {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.dark-mask.mask-primary {
    background: rgba(79, 191, 168, 0.9);
}

.icon-outlined {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    font-size: 1.4rem;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

.icon-outlined.icon-lg {
    font-size: 2rem;
}

.icon-outlined.icon-sm {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 1.15rem;
}

.icon-outlined.icon-thin {
    border-width: 1px;
}

.icon-filled {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #005fae;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 0.75rem;
}

.ul-icons .icon-filled {
    display: inline-block;
    margin-right: 10px;
}

.ul-icons li {
    margin-bottom: 20px;
    color: #555;
    font-size: 0.9rem;
}

.ul-icons a {
    display: inline;
}

ul.social {
    margin: 15px 0;
}

ul.social a {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #555;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    margin: 0 2px;
    font-size: 0.8rem;
}

ul.social a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

ul.social a.facebook {
    background: #4561ae;
}

ul.social a.gplus {
    background: #c22026;
}

ul.social a.twitter {
    background: #34ccff;
}

ul.social a.email {
    background: #4b8046;
}

.showcase {
    color: #555;
}

.showcase .icon-outlined {
    border-color: #555;
}

.showcase .counter {
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
}

.showcase h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.935rem;
    margin-top: 0;
}

.form-control {
    border-radius: 0;
}

.form-control:focus {
    border-color: #005fae;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.form-group label {
    color: #555;
}

.card-primary {
    border-radius: 0;
    border-color: #005fae;
}

.card-primary .card-header {
    background: #005fae;
    color: #fff;
    border: none;
    border-radius: 0;
}

.card-primary .card-header a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 0.05em;
}

.card-primary .card-body {
    border-color: #005fae;
}

.card-body li {
    font-size: 0.9rem;
}

table {
    font-size: 0.9rem;
}

table img {}

table input[type="number"] {
    max-width: 50px;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs a.nav-link {
    border-radius: 0 !important;
    font-size: 0.9rem;
}

.tab-content {
    padding: 20px;
    border: 1px solid #ddd;
    font-size: 0.9rem;
    min-height: 150px;
}

.top-bar {
    background: #082640;
    color: #fff;
    font-size: 0.9rem;
    padding: 5px 0;
}

.top-bar.top-bar-light {
    background: #fff;
    color: #555;
    border-bottom: 1px solid #ddd;
}

.top-bar.top-bar-light a.login-btn,
.top-bar.top-bar-light a.signup-btn {
    color: #555 !important;
}

.top-bar.top-bar-light a.login-btn span,
.top-bar.top-bar-light a.signup-btn span {
    display: inline-block;
}

.top-bar p {
    margin-bottom: 0;
    font-size: 0.75rem;
}

.top-bar ul {
    margin-bottom: 0;
}

.top-bar a.login-btn,
.top-bar a.signup-btn {
    color: #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-decoration: none !important;
    font-size: 0.75rem;
    font-weight: 700;
    margin-right: 10px;
}

.top-bar a.login-btn i,
.top-bar a.signup-btn i {
    margin-right: 10px;
}

.top-bar ul.social-custom {
    margin-left: 20px;
}

.top-bar ul.social-custom li {
    padding: 0;
    margin: 0;
}

.top-bar ul.social-custom a {
    text-decoration: none !important;
    font-size: 0.7rem;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #999;
    text-align: center;
    border-radius: 50%;
    margin: 0;
}

.top-bar ul.social-custom a:hover {
    background: #009bff;
    color: #fff;
}

.top-bar .contact-info {
    margin-right: 20px;
}

.top-bar .contact-info a {
    font-size: 0.8rem;
}

.modal .modal-header h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.modal input::-moz-placeholder {
    font-size: 0.85rem;
}

.modal input::-webkit-input-placeholder {
    font-size: 0.85rem;
}

.modal input:-ms-input-placeholder {
    font-size: 0.85rem;
}

.modal p {
    font-size: 0.85rem;
}

header.nav-holder.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

#navbar {
    background: #fff;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: #009bff solid 5px;
    overflow-x:hidden;
}

#navbar .navbar-toggler {
    font-size: 0.9rem;
    padding: 10px 15px;
    border-color: #ddd;
}

#navbar ul ul a {
    padding-left: 0 !important;
}

#navbar .dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#navbar .dropdown-menu .dropdown-item {
    padding: 0;
}

#navbar .dropdown-menu h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    margin-top: .7rem;
    margin-bottom: .5rem;
}

#navbar .dropdown-menu a.nav-link {
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    text-transform: uppercase !important;
    border-bottom: 1px solid #eee;
    padding: 8px 15px !important;
}

#navbar .dropdown-menu a.nav-link:hover {
    color: #fff;
}

#navbar .dropdown-submenu {
    position: relative;
}

#navbar .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -2px;
    font-size: 1em;
}

#navbar .menu-large {
    position: static !important;
}

#navbar .menu-large .megamenu {
    padding: 20px;
    width: 100%;
    max-width: 1140px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -1px;
}

#navbar .menu-large a.nav-link {
    padding: 7px !important;
    padding-left: 0 !important;
}

#navbar .navbar-nav>li.active>a {
    background: #009bff !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #1384cc !important;
    width: 100%;
}

#navbar .navbar-nav>li>a {
    margin: 0;
    padding: .8rem 1rem .8rem;
    color: #555;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    border-top: .3rem solid transparent;
}

#navbar .navbar-nav>li>a:hover {
    background: #009bff;
    border-color: #1384cc;
    color: #fff;
}

#navbar .navbar-nav>li>a:focus {
    background: #009bff !important;
    color: #fff !important;
    text-decoration: none !important;
    border-color: #1384cc !important;
}

#navbar.nav-light .navbar-nav>li.active a.dropdown-toggle,
#navbar.nav-light .navbar-nav>li.active a.dropdown-toggle:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: underline !important;
    border-color: #009bff !important;
}

#navbar.nav-light .navbar-nav>li>a:hover {
    background: none !important;
    border-color: #87d3c4 !important;
}

#navbar.nav-light .navbar-nav>li>a:focus {
    background: none !important;
    color: #555 !important;
    text-decoration: underline !important;
    border-color: #009bff !important;
}

@media (max-width:991px) {
    #navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    #navbar .menu-large .megamenu {
        width: 100%;
        left: 0 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }
    #navbar .navbar-collapse {
        max-height: 600px;
        overflow-y: auto;
        margin-top: 0rem;
    }
    #navbar .navbar-nav>li>a {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        border-top: 0;
        font-size: 0.85rem;
        width: 100%;
    }
    #navbar .navbar-nav>li>a:hover {
        background: rgba(79, 191, 168, 0.5);
        border-color: rgba(79, 191, 168, 0.8);
    }
    #navbar .dropdown-menu {
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.btn {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.btn-template-main {
    background: #005fae;
    border: 1px solid #005fae !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-decoration: none;
}

.btn-template-main:hover,
.btn-template-main:focus {
    background: #41b39c;
    color: #fff !important;
    border-color: #41b39c !important;
}

.btn-template-white {
    background: #fff;
    color: #005fae !important;
    border: 1px solid #005fae !important;
    border-radius: 0 !important;
    text-decoration: none;
}

.btn-template-white:hover,
.btn-template-white:focus {
    background: #005fae !important;
    color: #fff !important;
}

.btn-template-outlined {
    background: none;
    border: 1px solid #005fae !important;
    color: #005fae;
    border-radius: 0 !important;
    text-decoration: none;
}

.btn-template-outlined:hover,
.btn-template-outlined:focus {
    background: #005fae;
    color: #fff !important;
}

.btn-template-outlined-white {
    background: none;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 0 !important;
    text-decoration: none;
}

.btn-template-outlined-white:hover,
.btn-template-outlined-white:focus {
    background: #fff;
    color: #005fae !important;
}

.btn-template-outlined-black {
    background: none;
    border: 1px solid #333 !important;
    color: #333;
    border-radius: 0 !important;
    text-decoration: none;
}

.btn-template-outlined-black:hover,
.btn-template-outlined-black:focus {
    background: #333 !important;
    color: #fff !important;
}

.features-buttons button {
    margin-bottom: 20px;
}

.customers {
    margin-bottom: 40px;
}

.customers .item {
    margin: 0 20px;
}

.customers .item img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.customers .item img:hover {
    filter: grayscale(0%);
}

.testimonials .item {
    margin: 0 5px;
    height: 100%;
}

.testimonials .testimonial {
    padding: 20px;
    background: #fff;
    height: 100%;
}

.testimonials .text {
    font-size: 0.85rem;
}

.testimonials .text p {
    color: #999;
}

.testimonials .avatar {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 10px;
}

.testimonials .bottom {
    width: 100%;
}

.testimonials .bottom .testimonial-info {
    text-align: right;
}

.testimonials .bottom h5 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.testimonials .bottom p {
    font-size: 0.75rem;
    color: #999;
    margin-bottom: 0;
}

.testimonials .icon {
    color: #005fae;
    font-size: 2rem;
    margin-right: 20px;
}

.testimonials .owl-carousel .owl-stage {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.testimonials .owl-dot.active span {
    background: #005fae !important;
}

.home-carousel {
    color: #fff;
}

.home-carousel .owl-carousel {
    padding-top: 60px;
    padding-bottom: 20px;
}

.home-carousel h1,
.home-carousel h2 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-carousel li,
.home-carousel p {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 10px;
}

.home-carousel p img {
    max-width: 200px;
}

.project .owl-dot.active span {
    background: #005fae !important;
}

.project .owl-nav {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
    width: 100%;
    padding: 20px;
    text-align: right;
}

.project .owl-nav .owl-prev,
.project .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #005fae;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.project .owl-nav .owl-prev:hover,
.project .owl-nav .owl-next:hover {
    background: #005fae;
    color: #fff;
}

@media (max-width:767px) {
    .home-carousel {
        text-align: center !important;
    }
    .home-carousel p,
    .home-carousel h1,
    .home-carousel ul {
        text-align: center !important;
    }
    .home-carousel img {
        margin: 10px auto;
    }
}

.owl-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.owl-thumbs button {
    background: none;
    border: none;
    margin: 5px;
    outline: none;
}

.home-blog-post {
    margin: 15px 0;
}

.home-blog-post .image {
    position: relative;
    margin-bottom: 15px;
}

.home-blog-post .overlay {
    width: 100%;
    height: 100%;
    background: rgba(79, 191, 168, 0.6);
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.home-blog-post .overlay a {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.home-blog-post .overlay i {
    margin-right: 5px;
}

.home-blog-post .text {
    text-align: center;
}

.home-blog-post .text .intro {
    text-align: left;
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9rem;
}

.home-blog-post h4 {
    margin: 10px 0;
    text-transform: none;
    letter-spacing: 0.05em;
}

.home-blog-post .author-category {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.home-blog-post .author-category a {
    font-weight: 500;
}

.home-blog-post:hover .overlay {
    opacity: 1;
}

.home-blog-post:hover .overlay a {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

#blog-listing-big .post,
#blog-listing-medium .post {
    margin-bottom: 60px;
}

#blog-listing-big .image,
#blog-listing-medium .image {
    margin-bottom: 15px;
}

#blog-listing-big h2 a,
#blog-listing-medium h2 a {
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

#blog-listing-big .author-category,
#blog-listing-medium .author-category {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: .9rem;
}

#blog-listing-big .author-category a,
#blog-listing-medium .author-category a {
    font-weight: 500;
    margin-bottom: 0;
}

#blog-listing-big .date-comments,
#blog-listing-medium .date-comments {
    margin-bottom: 0;
}

#blog-listing-big .date-comments a,
#blog-listing-medium .date-comments a {
    color: #999;
    margin-left: 25px;
}

#blog-listing-big .date-comments i,
#blog-listing-medium .date-comments i {
    margin-right: 5px;
}

#blog-listing-big p.intro,
#blog-listing-medium p.intro {
    margin-top: 10px;
    color: #777;
}

.pager {
    padding: 20px 0;
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
}

.disabled a,
.disabled a:hover {
    border-color: #999 !important;
    color: #999 !important;
    background: none !important;
    cursor: not-allowed;
}

#blog-post #post-content {
    margin-bottom: 20px;
}

#blog-post .comment {
    margin-bottom: 25px;
}

#blog-post .comment .posted {
    color: #999;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

#blog-post .comment.last {
    margin-bottom: 0;
}

#blog-post .comment p {
    font-size: 0.9rem;
}

#blog-post #comments,
#blog-post #comment-form {
    padding: 20px 0;
    margin-top: 20px;
    border-top: solid 1px #eee;
}

#blog-post #comments h4,
#blog-post #comment-form h4 {
    margin-bottom: 1.5rem;
}

#blog-post #comment-form {
    margin-bottom: 20px;
}

#blog-post .reply i {
    margin-right: 5px;
}

.box-simple {
    margin-bottom: 40px;
    text-align: center;
}

.box-simple:hover .icon-outlined {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box-simple .icon-outlined {
    color: #005fae;
    border: 1px solid #005fae;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.box-simple h3 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.box-simple p {
    color: #999;
    margin: 20px 0;
    font-size: 0.9rem;
}

.box-simple.box-white {
    border: dotted 1px #999;
    padding: 15px 20px;
    margin-bottom: 0;
}

.box-simple.box-white .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.box-simple.box-white p {
    color: #999;
    margin-bottom: 5px;
}

.box-simple.box-dark {
    border: dotted 1px #999;
    padding: 15px 20px;
    margin-bottom: 0;
    color: #fff;
    background: #555;
}

.box-simple.box-dark .icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.box-simple.box-dark p {
    margin-bottom: 5px;
    color: #fff;
}

.same-height div[class*="col-"] {
    margin-bottom: 30px;
}

.same-height .box-white,
.same-height.box-dark {
    height: 100%;
}

.box-image {
    position: relative;
    margin: 20px 0;
}

.box-image:hover .overlay {
    opacity: 1;
}

.box-image:hover h3,
.box-image:hover p,
.box-image:hover .buttons {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.box-image:hover p {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.box-image:hover .buttons {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box-image .name {
    margin-bottom: 20px;
}

.box-image a {
    text-decoration: none !important;
}

.box-image h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.box-image .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(79, 191, 168, 0.6);
    padding: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}

.box-image .buttons {
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.box-image .buttons a {
    margin: 0 3px;
}

.box-image p {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.box-image-text .content {
    text-align: center;
}

.box-image-text p {
    color: #777;
    font-size: 0.9rem;
}

.see-more {
    margin-top: 40px;
}

.see-more p {
    font-size: 1.8rem;
    font-weight: 100;
}

.box {
    margin: 0px;
    border-top: 5px solid #3aa18c !important;
    border-bottom: 1px solid #ddd;
    padding: 20px;
}

.box a.btn {
    margin-top: 25px;
}

.box .box-header {
    background: #f7f7f7;
    margin: 20px 0 20px;
    padding: 20px;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.box .box-footer {
    background: #f7f7f7;
    margin-top: 30px;
    padding: 20px;
    border-top: 1px solid #eee;
}

.box.shipping-method,
.box.payment-method {
    margin: 0;
    margin-bottom: 20px;
}

.box.shipping-method h4,
.box.payment-method h4 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.box.shipping-method p,
.box.payment-method p {
    font-size: 0.9rem;
    color: #555;
}

.box-image-text {
    margin: 15px 0;
}

.box-image-text .image {
    position: relative;
    margin-bottom: 15px;
}

.box-image-text .overlay {
    width: 100%;
    height: 100%;
    background: rgba(79, 191, 168, 0.6);
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.box-image-text .overlay a {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
}

.box-image-text .overlay i {
    margin-right: 5px;
}

.box-image-text .text {
    text-align: center;
}

.box-image-text .text .intro {
    text-align: left;
    margin-bottom: 20px;
    color: #888;
    font-size: 0.9rem;
}

.box-image-text h4 {
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.box-image-text .author-category {
    font-size: 0.75rem;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.box-image-text .author-category a {
    font-weight: 500;
}

.box-image-text:hover .overlay {
    opacity: 1;
}

.box-image-text:hover .overlay a {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
}

.box-footer a {
    margin: 0 !important;
}

.box-footer .right-col i {
    margin-left: 5px;
}

.box-footer .left-col i {
    margin-right: 5px;
}

@media (max-width:767px) {
    .box-footer {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .box-footer a {
        margin-bottom: 10px !important;
    }
}

.jumbotron h1,
.jumbotron h2 {
    letter-spacing: 0.1em;
}

.jumbotron p {
    letter-spacing: 0.1em;
    font-size: 1.3rem;
}

.package {
    text-align: center;
    border: 1px solid #005fae;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    overflow: hidden;
}

.package .package-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 55px;
}

.package .package-header h5 {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    display: inline-block;
    color: #555;
}

.package .package-header .meta-text {
    font-size: 0.8rem;
}

.package h4 {
    margin-top: 1rem;
    margin-bottom: 0;
    color: #333;
}

.package .price-container {
    margin-bottom: 20px;
}

.package .price-container span.period {
    color: #777;
    font-size: 0.9rem;
    margin-left: 10px;
}

.package ul {
    padding: 0 30px;
}

.package ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
    color: #555;
    font-size: 0.9rem;
}

.package ul i {
    margin-right: 10px;
}

.best-value .package {
    margin-top: 0;
    padding-bottom: 40px;
    border: 1px solid #005fae;
}

.best-value .package .package-header {
    height: 85px;
}

.best-value .package .package-header h5 {
    color: #fff;
}

.team-member {
    margin-bottom: 40px;
}

.team-member .image {
    margin-bottom: 1rem;
}

.team-member a {
    color: #333;
}

.team-member a:hover {
    color: #333;
}

.team-member h3 {
    font-size: 1.125rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}

.team-member p.role {
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 0;
}

.team-member p {
    color: #999;
    font-size: 0.8rem;
}

.team-member-detail p:not(.lead) {
    color: #555;
    font-size: 0.9rem;
}

.portfolio p {
    color: #fff;
}

.portfolio-project p {
    font-size: 0.9rem;
    color: #888;
}

.portfolio-project .project-more p {
    padding: 5px 0;
    font-size: 0.85rem;
}

.portfolio-project .project-more h4 {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.88rem;
    color: #555;
}

.portfolio-showcase {
    margin-bottom: 60px;
}

.portfolio-showcase h3 {
    text-transform: uppercase;
    -webkit-transition-property: 0.1rem;
    transition-property: 0.1rem;
}

.portfolio-showcase .buttons {
    margin-top: 40px;
}

.portfolio-showcase p:not(.lead) {
    color: #999;
    font-size: 0.9rem;
}

.portfolio-showcase p.lead {
    color: #666;
}

.product {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.product .image {
    overflow: hidden;
    max-height: 190px;
}

.product .image a {
    margin: 0;
}

.product .text {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.product .text h3 {
    min-height: 63px;
}

.product .price {
    font-size: 1.1rem;
}

.product .price del {
    color: #999;
    display: inline-block;
    margin-right: 5px;
}

.product img {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product:hover .text {
    border-color: #555;
}

.product a {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #333;
    text-decoration: none !important;
    margin-top: 15px;
}

.products-big .image {
    min-height: 250px;
    max-height: 250px;
}

.goToDescription {
    text-align: center;
    font-size: 0.8rem;
    margin-bottom: 40px;
}

.goToDescription a {
    color: #999;
    text-decoration: underline;
}

table tr td {
    vertical-align: middle !important;
}

#customer-orders a.btn {
    margin-top: 0;
}

#customer-orders table {
    font-size: 0.9rem;
}

#customer-orders th {
    border-top: 0;
}

#customer-order img {
    width: 50px;
}

#customer-order tfoot th {
    font-size: 1.2rem;
    font-weight: 300;
}

#customer-order p {
    font-size: 1.2rem;
    font-weight: 300;
}

#productMain #thumbs {
    margin-top: 30px;
}

#productMain input {
    display: none;
}

#productMain .sizes {
    text-align: center;
}

#productMain .sizes a {
    text-decoration: none !important;
}

#productMain .sizes a:hover {
    background: #005fae;
    color: #fff;
}

#productMain .price {
    text-align: center;
    font-size: 2.5rem;
    margin: 30px 0;
    color: #555;
}

#basket thead th {
    border-top: none;
}

#basket tfoot th {
    font-size: 1.25rem;
    color: #555;
}

#order-summary tr td {
    color: #999;
}

#order-summary tr.total {
    font-size: 1.25rem;
    color: #555;
    font-weight: 700;
}

#order-summary tr.total td {
    color: #555;
}

#checkout .nav-pills {
    margin-bottom: 30px;
    border-bottom: 1px solid #005fae;
}

#checkout .nav-pills a {
    font-size: 0.9rem;
    border-bottom: none !important;
}

#checkout .nav-pills a.disabled {
    cursor: not-allowed;
}

#checkout form label {
    margin-bottom: 5px;
}

#checkout .payment-method:hover,
#checkout .shipping-method:hover {
    cursor: pointer;
}

@media (max-width:767px) {
    .nav-pills {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.sidebar-menu .badge {
    font-weight: 700;
    margin: 0;
}

.sidebar-menu.with-icons a.nav-link {
    position: relative;
}

.sidebar-menu.with-icons a.nav-link::before {
    content: '\f105';
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: 'FontAwesome';
}

.panel-heading {
    margin-bottom: 10px;
}

.panel-heading h3 {
    margin-top: 5px;
}

.panel-heading .btn {
    color: #fff;
    text-decoration: none !important;
}

.panel-heading .btn i {
    margin-right: 7px;
}

.panel-body p {
    font-size: .9rem;
    color: #555;
}

.panel-body label {
    font-size: 0.8rem;
    font-weight: 400 !important;
    color: #777;
    opacity: 0.9;
    display: inline-block;
    cursor: pointer;
}

.panel-body label input {
    margin-right: 5px;
}

.panel-body label:hover {
    opacity: 1;
}

.panel-body span.colour {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-top: 10px;
    margin-left: 5px;
    border: 1px solid #555;
}

.panel-body span.colour.white {
    background: #fff;
}

.panel-body span.colour.blue {
    background: #007bff;
}

.panel-body span.colour.green {
    background: #28a745;
}

.panel-body span.colour.red {
    background: #dc3545;
}

.panel-body span.colour.yellow {
    background: #ffc107;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link:hover {
    background: #eee;
}

.nav-pills .nav-link.active {
    background: #005fae;
}

.panel {
    margin-bottom: 20px;
}

.category-menu a.nav-link {
    text-transform: none !important;
    font-weight: 700;
}

ul ul a.nav-link {
    padding-left: 30px !important;
    font-size: 0.85rem;
    text-transform: none !important;
    font-weight: 600 !important;
    color: #3c3e40;
}

.tag-cloud a {
    font-size: 0.8rem;
    border: 1px solid #eee;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    padding: 5px 10px;
    text-transform: uppercase;
    margin: 3px 0;
    text-decoration: none !important;
}

.tag-cloud a:hover {
    border-color: #005fae;
}

.tag-cloud i {
    margin-right: 5px;
}

.ribbon {
    width: 80px;
    height: 32px;
    line-height: 32px;
    background: #005fae;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
    left: -15px;
    text-align: center;
}

.ribbon.sale {
    background: #005fae;
}

.ribbon.new {
    background: #5bc0de;
}

.ribbon.new::after {
    content: '';
    border-top: 15px solid #1f7e9a;
}

.ribbon.sold {
    background: #f0ad4e;
}

.ribbon.sold::after {
    content: '';
    border-top: 15px solid #b06d0f;
}

.ribbon.gift {
    background: #5cb85c;
}

.ribbon.gift::after {
    content: '';
    border-top: 15px solid #2d672d;
}

.ribbon:nth-of-type(2) {
    top: 82px;
}

.ribbon::after {
    content: '';
    border-top: 15px solid #308372;
    border-left: 15px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
}

.badge {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 3px 5px;
}

#map {
    border-top: 1px solid #005fae;
    border-bottom: 1px solid #005fae;
    height: 300px;
}

.get-it {
    background: #005fae;
    color: #fff;
    padding: 50px 0;
}

.get-it h3 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 0;
}

footer.main-footer {
    padding: 0px 0;
    padding-bottom: 0;
    background: #555;
    color: #fff;
}

footer.main-footer a {
    color: inherit;
    color: #eee;
}

footer.main-footer h4 {
    color: #eee;
    margin: 10px 0;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer.main-footer p {
    font-size: 0.9rem;
    color: #dedede;
}

footer.main-footer hr {
    border: none;
    border-top: 1px solid #ddd;
    background: none;
}

footer.main-footer .footer-blog-list li {
    margin-bottom: 20px;
}

footer.main-footer .image {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

footer.main-footer .text {
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

footer.main-footer .text a {
    font-size: 0.8rem;
}

footer.main-footer .photo-stream li {
    margin: 0;
}

footer.main-footer .photo-stream a {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: block;
}

footer.main-footer .copyrights {
    padding: 20px 0;
    background: #333;
    color: #ccc;
    margin-top: 0px;
}

footer.main-footer .copyrights a {
    color: #005fae;
}

footer.main-footer .copyrights p {
    color: inherit;
    font-size: 0.8rem;
    margin-bottom: 0;
}

@media (max-width:991px) {
    footer.main-footer .photo-stream a {
        width: 120px;
        height: 120px;
    }
}

@media (max-width:767px) {
    footer.main-footer .photo-stream li {
        width: 32%;
        margin-bottom: 10px;
    }
    footer.main-footer .photo-stream a {
        width: 100%;
        height: auto;
    }
    .link a {
        color: #fff !important;
        font-size: .9em !important;
        margin-left: 15px;
    }
    .eServiceBox {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
        margin-left: 10px !important;
    }
    .eServiceBox:hover {
        width: 100%;
        background-position: left bottom;
    }
    .eServiceBox:hover h4 {
        color: #fff !important;
    }
    .eServiceBox h4 {
        color: #fff !important;
        margin-top: 0px !important;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 0px !important;
        font-size: 1em !important;
        margin-bottom: 5px;
    }
    .eServiceBox img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox2 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox2:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox2:hover h4 {
        color: #fff;
    }
    .eServiceBox2 h4 {
        color: #fff !important;
        margin-top: 5px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        font-size: 1em !important;
        margin-bottom: 5px;
        margin-left: 10px !important;
    }
    .eServiceBox2 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox3 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox3:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox3:hover h4 {
        color: #fff;
    }
    .eServiceBox3 h4 {
        color: #fff !important;
        margin-top: 20px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        font-size: 1em !important;
        margin-bottom: 5px;
        margin-left: 10px !important;
    }
    .eServiceBox3 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox4 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox4:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox4:hover h4 {
        color: #fff;
    }
    .eServiceBox4 h4 {
        color: #fff !important;
        margin-top: 15px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 5px;
        font-size: 1em !important;
        margin-bottom: 5px !important;
        margin-left: 10px !important;
    }
    .eServiceBox4 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox5 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox5:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox5:hover h4 {
        color: #fff;
    }
    .eServiceBox5 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
    }
    .eServiceBox5 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox6 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox6:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox6:hover h4 {
        color: #fff;
    }
    .eServiceBox6 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
        margin-left: 10px !important;
    }
    .eServiceBox6 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox7 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox7:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox7:hover h4 {
        color: #fff;
    }
    .eServiceBox7 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
        margin-left: 10px !important;
    }
    .eServiceBox7 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox8 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox8:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox8:hover h4 {
        color: #fff;
    }
    .eServiceBox8 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
        margin-left: 10px !important;
    }
    .eServiceBox8 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox9 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox9:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox9:hover h4 {
        color: #fff;
    }
    .eServiceBox9 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
        margin-left: 10px !important;
    }
    .eServiceBox9 img {
        margin-top: 12px;
        margin-left: 12px;
    }
    .eServiceBox10 {
        width: 100%;
        text-align: center !important;
        height: auto !important;
        overflow: auto !important;
        background: #273238 !important;
        background-size: auto !important;
        background-position: right bottom;
        margin-left: 0px !important;
        transition: none !important;
        border-left: none;
        padding-bottom: 10px;
    }
    .eServiceBox10:hover {
        width: 100%;
        height: 100px;
        background-position: left bottom;
    }
    .eServiceBox10:hover h4 {
        color: #fff;
    }
    .eServiceBox10 h4 {
        color: #fff !important;
        margin-top: 10px;
        border-bottom: dashed #cecdcd 1px;
        padding-bottom: 15px;
        margin-bottom: 0px !important;
        font-size: 1em !important;
        margin-left: 10px !important;
    }
    .eServiceBox10 img {
        margin-top: 12px;
        margin-left: 12px;
    }
}

#style-switch-button {
    position: fixed;
    top: 120px;
    left: 0px;
    border-radius: 0;
    z-index: 2;
}

#style-switch {
    width: 300px;
    padding: 20px;
    position: fixed;
    top: 160px;
    left: 0;
    background: #fff;
    border: solid 1px #ced4da;
    z-index: 2000;
}

#style-switch h4 {
    color: #495057;
}

.navbar {
    padding: 0.5rem 1rem;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    margin-top: 2px;
    margin-bottom: 5px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}

/*.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
*/
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

.btn {
    font-weight: 700;
    border: 1px solid transparent;
    padding: 0.5rem 0.75rem;
    font-size: 0.8rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.btn:focus,
.btn.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.25);
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
}

.btn:not([disabled]):not(.disabled):active,
.btn:not([disabled]):not(.disabled).active {
    background-image: none;
}

.btn-primary {
    color: color-yiq(#005fae);
    background-color: #005fae;
    border-color: #005fae;
}

.btn-primary:hover {
    color: color-yiq(#3eaa94);
    background-color: #3aa18c;
    border-color: #3aa18c;
}

.btn-primary:focus,
.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: color-yiq(#005fae);
    background-color: #005fae;
    border-color: #005fae;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: color-yiq(#009bff);
    background-color: #009bff;
    border-color: #009bff;
    color: #555 !important;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-secondary {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: color-yiq(#727b84);
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: color-yiq(#6c757d);
    background-color: #6c757d;
    border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-success {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:hover {
    color: color-yiq(#218838);
    background-color: #1e7e34;
    border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: color-yiq(#1e7e34);
    background-color: #1e7e34;
    border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:hover {
    color: color-yiq(#138496);
    background-color: #117a8b;
    border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: color-yiq(#117a8b);
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: color-yiq(#e0a800);
    background-color: #d39e00;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: color-yiq(#1384cc);
    background-color: #1384cc;
    border-color: #1384cc;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:hover {
    color: color-yiq(#c82333);
    background-color: #bd2130;
    border-color: #bd2130;
}

.btn-danger:focus,
.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: color-yiq(#bd2130);
    background-color: #bd2130;
    border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:hover {
    color: color-yiq(#e2e6ea);
    background-color: #dae0e5;
    border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: color-yiq(#dae0e5);
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: color-yiq(#23272b);
    background-color: #1d2124;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: color-yiq(#1d2124);
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-default {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:hover {
    color: color-yiq(#b8c1ca);
    background-color: #b1bbc4;
    border-color: #b1bbc4;
}

.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-default.disabled,
.btn-default:disabled {
    color: color-yiq(#ced4da);
    background-color: #ced4da;
    border-color: #ced4da;
}

.btn-default:not(:disabled):not(.disabled):active,
.btn-default:not(:disabled):not(.disabled).active,
.show>.btn-default.dropdown-toggle {
    color: color-yiq(#b1bbc4);
    background-color: #b1bbc4;
    border-color: #aab4bf;
}

.btn-default:not(:disabled):not(.disabled):active:focus,
.btn-default:not(:disabled):not(.disabled).active:focus,
.show>.btn-default.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(206, 212, 218, 0.5);
}

.btn-outline-primary {
    color: #005fae;
    background-color: transparent;
    background-image: none;
    border-color: #005fae;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005fae;
    border-color: #005fae;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #005fae;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: color-yiq(#005fae);
    background-color: #005fae;
    border-color: #005fae;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(79, 191, 168, 0.5);
}

.btn-outline-secondary {
    color: #868e96;
    background-color: transparent;
    background-image: none;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: color-yiq(#868e96);
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: color-yiq(#28a745);
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: color-yiq(#17a2b8);
    background-color: #17a2b8;
    border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: color-yiq(#ffc107);
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: color-yiq(#dc3545);
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: color-yiq(#f8f9fa);
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: color-yiq(#343a40);
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
    border-radius: 0;
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

a {
    color: #005fae;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #666666;
    text-decoration: underline;
}

h1,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 1rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}

h1,
.h1 {
    font-size: 2.2rem;
}

h2,
.h2 {
    font-size: 2rem;
}

h3,
.h3 {
    font-size: 1.2rem;
}

h4,
.h4 {
    font-size: 1.1rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.8rem;
}

.lead {
    font-size: .95rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.1;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}

hr {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 2rem;
    font-size: 1rem;
    border-left: 5px solid #005fae;
}

.blockquote-footer {
    color: #868e96;
}

.blockquote-footer::before {
    content: "\2014 \00A0";
}

.text-primary {
    color: #005fae !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #3aa18c !important;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #005fae;
    border-color: #005fae;
}

.page-item.disabled .page-link {
    color: #868e96;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.5rem 0.75rem;
    line-height: 1.25;
    color: #005fae;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link:focus,
.page-link:hover {
    color: #348e7b;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
    outline: 0;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.7rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.dropdown-menu {
    z-index: 1000;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
}

.dropdown-item {
    padding: 0.25rem 1.5rem;
    color: #212529;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #005fae;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
}

.dropdown-header {
    padding: 0.5rem 1.5rem;
    font-size: 0.7rem;
    color: #868e96;
}

.bg-primary {
    background-color: #005fae !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #3aa18c !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.border-primary {
    border-color: #005fae !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.text-primary {
    color: #005fae !important;
}

a.text-primary:focus,
a.text-primary:hover {
    color: #3aa18c !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}

.badge-primary {
    color: #111;
    background-color: #005fae;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #3aa18c;
}

.badge-secondary {
    color: #fff;
    background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d;
}

.badge-success {
    color: #fff;
    background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}

.badge-warning {
    color: #111;
    background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00;
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}

.badge-light {
    color: #111;
    background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5;
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    border-radius: 0;
}

a>code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

.nav-link {
    padding: 0.5rem 1rem;
}

.nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
    color: #868e96;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #0d3e67;
}

.card {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.card-body {
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
}

.card-link+.card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}

.card-header-transparent {
    background-color: rgba(0, 0, 0, 0.3);
    border-bottom: none;
}

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f8f9fa;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-img-overlay {
    padding: 1.25rem;
}

.card-img-overlay-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.card-img {
    border-radius: calc(0 - 1px);
}

.card-img-top {
    border-top-left-radius: calc(0 - 1px);
    border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0 - 1px);
    border-bottom-left-radius: calc(0 - 1px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width:576px) {
    .card-deck {
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.carousel-item {
    height: 50vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel {}

.marqueeBand {
    background-color: #276bc6;
    font-size: .8em;
    color: #fff;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
}

.whatsNewBox {
    height: 30;
    line-height: 30px;
    background-color: #0d3e67;
    padding: 0px 10px 0px 10px;
    color: #fff;
    font-size: 1em;
    position: absolute;
    width: auto;
    margin-left: -2px !important;
    left: 0 -webkit-animation: color-change 1s infinite;
    -moz-animation: color-change 1s infinite;
    -o-animation: color-change 1s infinite;
    -ms-animation: color-change 1s infinite;
    animation: color-change 1s infinite;
    z-index: 9;
}

@-webkit-keyframes color-change {
    0% {
        color: #fff000;
    }
    50% {
        color: #34d8a0;
    }
    100% {
        color: #fff000;
    }
}

@-moz-keyframes color-change {
    0% {
        color: #fff000;
    }
    50% {
        color: #61ffc9;
    }
    100% {
        color: #fff000;
    }
}

@-ms-keyframes color-change {
    0% {
        color: #fff000;
    }
    50% {
        color: #61ffc9;
    }
    100% {
        color: #fff000;
    }
}

@-o-keyframes color-change {
    0% {
        color: #fff000;
    }
    50% {
        color: #61ffc9;
    }
    100% {
        color: #fff000;
    }
}

@keyframes color-change {
    0% {
        color: #fff000;
    }
    50% {
        color: #61ffc9;
    }
    100% {
        color: #fff000;
    }
}

.box {
    border: #999 solid 1px;
    padding: 5px !important;
    background-color: #e6e6e5;
}

.boxHeading {
    width: 100%;
    padding: 5px;
    background-color: #005fae;
    color: #fff;
    margin-bottom: 5px !important;
}

.boxHeight {
    height: 212px !important;
    margin-bottom: 10px
}

.boxHeight p {
    margin: 10px !important;
}

marquee {
    height: 105px !important;
}


/*marquee ul{list-style:none;}
marquee ul{list-style:none;margin-left:-35px !important;}
marquee ul li{color:#212529;padding-bottom:5px;border-bottom:dotted 1px #CCC;margin-bottom:10px;}*/

.intro_notices {
    max-height: 160px;
    overflow-y: auto;
}

.intro ul {
    list-style: none;
}

.intro ul {
    list-style: none;
    margin-left: -35px !important;
}

.setdate_new{
	color:#073c6d;
	font-size:0.75rem;
	font-weight: bold;
}

.intro ul li {
    color: #212529;
    padding-bottom: 5px;
    border-bottom: dotted 1px #CCC;
    margin-bottom: 10px;
}

.intro ul li>a {
    color: #212529;
}

.blueBox {
    text-align: center;
    width: 100%;
    float: left;
    height: auto;
    font-size: .8em;
    color: #fff;
    background-color: #0d3e67;
    min-height: 145px !important;
    font-size: 1em !important;
    line-height: 1em;
    font-weight: 600;
    border: #fff solid 1px;
}

.blueBox p {
    bottom: -20px !important;
    padding: 5px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 0px !important;
}

.blueBox img {
    margin-top: 20px;
    margin-bottom: 10px;
    height: 60px !important;
}

.lightgreenBox {
    background-color: #1ab05d !important;
    border-radius: 7px;
}

.skyBox {
    background-color:#0e9fb5 !important;
    border-radius: 7px;
}

.iconBox {
    margin-left: 6px;
}

.nav-justified .nav-item {
    background-color: #eee !important;
}

.greenBox {
    background-color: #005fae;
    text-align: center;
    padding: 10px;
    width: 100%;
    max-height: 190px;
}

.greenBox p {
    font-size: .9em;
}

.site_map_links li {
    list-style: none;
    font-size: .8em;
    color: #d5d5d5 !important;
}

.homeBox2 {
    width: 100%;
    padding: 20px;
    background-color: #e6e6e5;
    text-align: center;
    padding: 15px 20px 10px 20px;
    height: auto;
    overflow: auto;
    margin-bottom: 30px;
}

.card {
    border-radius: 7px !important;
}

.homeBox {
    width: 100%;
    padding: 20px;
    background-color: #e6e6e5;
    min-width: 100px;
    border-radius: 7px !important;
    text-align: center;
    padding: 15px 5px 25px 5px;
}

.homeBox h4 {
    color: #0d3e67;
    font-size: 1em !important;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    height: 50px;
}

.homeBox h4::after {
    content: " ";
    display: block;
    width: 130px;
    height: 2px;
    margin-top: .6rem;
    background: #009bff;
    font-family: "Century-Normal";
    margin: 10px auto;
}

.homeBox select {
    font-size: .8em;
}

.padding_right_off {
    padding-right: 0;
}

.tableHead {
    background-color: #3aa18c;
    color: #fff !important;
    font-weight: 600;
}

.tab {
    width: 100%;
    float: left;
    padding: 3px 5px;
    border-radius: 3px;
    background-color: #0e9fb5;
    color: #fff;
    font-size: 1.05em;
    margin-bottom: 6px;
    text-align: left;
}

.widgetBox {
    margin-bottom: 30px;
}

.boxHead {
    background-color: #02a085;
    color: #fff;
    padding: 10px;
    border: #02a085 solid 1px;
    height: 130px;
}

.boxHead h4 {
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 0px;
}

.boxHead h5 {
    font-size: .8em;
    font-weight: normal !important;
}

.boxbottom {
    background-color: #fff;
    color: #666;
    padding: 10px;
    border: #CCC solid 1px;
    height: 110px;
}

.boxbottom h4 {
    font-size: .9em;
    margin-top: 30px;
}

.boxbottom h5 {
    font-size: .7em;
}

.boxImg {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    left: 41%;
    top: 60px;
}

.boxImg img {
    border-radius: 50%;
    border: #fff 2px solid;
}

.table td,
.table th {
    padding: .1rem .3rem;
}

.modal-header {
    padding: .2rem 1rem !important;
}

.tab span {
    font-size: .8em;
}

.footerBox {
    width: 100%;
    color: #fff;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
}

.footerBox div {
    background-color: #fff;
    color: #ea4b35;
    font-size: .9em;
    font-weight: 600;
    text-align: center;
    padding: 0px 10px;
    width: 100%;
    border: #999 solid 1px;
}

.footerBox img {
    width: 60px;
}

.footerBox i {
    font-size: 2em;
}

.project-tab {
    padding: 10%;
    margin-top: -8%;
}

.project-tab #tabs {
    background: #007b5e;
    color: #eee;
}

.project-tab #tabs h6.section-title {
    color: #eee;
}

.project-tab #tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #0062cc;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}

.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}

.project-tab .nav-link:hover {
    border: none;
}

.project-tab thead {
    background: #f3f3f3;
    color: #333;
}

.project-tab a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.search_input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .85em;
    background-color: rgba(255, 255, 255, 0.0);
    background-image: url(../img/searchicon.png);
    background-position: 10px 8px;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #fff !important;
}

input[type=text]:focus {
    width: 100%;
}

.lefticon {
    position: fixed;
    bottom: 15%;
    z-index: 11;
    right: -20px !important;
    width: 80px;
    cursor: pointer;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

.btn-facebook {
    background-color: #405D9D;
    color: #fff;
}

.btn-twitter {
    background-color: #42AEEC;
    color: #fff;
}

.input-group>.form-control:not(:first-child) {
    font-size: .85em !important;
    color: #737980 !important;
}

.col_half {
    width: 49%;
}

.col_third {
    width: 32%;
}

.col_fourth {
    width: 23.5%;
}

.col_fifth {
    width: 18.4%;
}

.col_sixth {
    width: 15%;
}

.col_three_fourth {
    width: 74.5%;
}

.col_twothird {
    width: 66%;
}

.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth {
    position: relative;
    display: inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}

.end {
    margin-right: 0 !important;
}

.wrapper {
    width: 980px;
    margin: 30px auto;
    position: relative;
}

.counter {
    padding: 20px 20px;
    border-radius: 0px;
    color: #fff !important;
    height: 160px;
    border-radius: 7px !important;
}

.count-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 0.9em;
    margin-top: 2px;
    margin-bottom: 0;
    text-align: center;
}

.count-text-subtitle {
    font-size: 0.85em;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #fff;
}

.bgimg-3 {
    background: url(../img/texture-bw.png) repeat center center fixed;
    background-size: auto auto;
    color: #fff;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.7), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.7);
}

.bgimg-4 {
    background: url(../img/texture-2.png) repeat center center fixed;
    background-size: auto auto;
    color: #fff;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: inset 0px 11px 8px -10px rgba(0, 0, 0, 0.7), inset 0px -11px 8px -10px rgba(0, 0, 0, 0.7);
}

.scrollImg img {
    width: 200px;
    margin: 0px 20px !important;
}

.site_map_links li {
    border-bottom: #d0cece dashed 1px;
    padding-bottom: 8px;
}

.eServiceBox {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #f14357 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox:hover h4 {
    color: #fff;
}

.eServiceBox h4 {
    color: #fff;
    margin-top: 20px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    font-size: 1em !important;
    margin-bottom: 5px;
}

.eServiceBox img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox2 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #02a085 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox2:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox2:hover h4 {
    color: #fff;
}

.eServiceBox2 h4 {
    color: #fff;
    margin-top: 5px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    font-size: 1em !important;
    margin-bottom: 5px;
}

.eServiceBox2 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox3 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #2b97de 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox3:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox3:hover h4 {
    color: #fff;
}

.eServiceBox3 h4 {
    color: #fff;
    margin-top: 20px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    font-size: 1em !important;
    margin-bottom: 5px;
}

.eServiceBox3 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox4 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #bf8909 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox4:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox4:hover h4 {
    color: #fff;
}

.eServiceBox4 h4 {
    color: #fff;
    margin-top: 15px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 5px;
    font-size: 1em !important;
    margin-bottom: 5px !important;
}

.eServiceBox4 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox5 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #1ab05d 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox5:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox5:hover h4 {
    color: #fff;
}

.eServiceBox5 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox5 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox6 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #ea4b35 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox6:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox6:hover h4 {
    color: #fff;
}

.eServiceBox6 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox6 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox7 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #29abe2 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox7:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox7:hover h4 {
    color: #fff;
}

.eServiceBox7 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox7 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox8 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #a83177 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox8:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox8:hover h4 {
    color: #fff;
}

.eServiceBox8 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox8 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox9 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #df8213 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox9:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox9:hover h4 {
    color: #fff;
}

.eServiceBox9 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox9 img {
    margin-top: 12px;
    margin-left: 12px;
}

.eServiceBox10 {
    width: 100%;
    height: 100px;
    background: #ff3232;
    background: linear-gradient(to right, #273238 50%, #5b994e 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    margin-left: 10px;
    transition: all 1s ease;
    border-left: #273238 solid 10px;
    padding-right: 10px;
    margin-bottom: 30px;
}

.eServiceBox10:hover {
    width: 100%;
    height: 100px;
    background-position: left bottom;
}

.eServiceBox10:hover h4 {
    color: #fff;
}

.eServiceBox10 h4 {
    color: #fff;
    margin-top: 10px;
    border-bottom: dashed #cecdcd 1px;
    padding-bottom: 15px;
    margin-bottom: 0px !important;
    font-size: 1em !important;
}

.eServiceBox10 img {
    margin-top: 12px;
    margin-left: 12px;
}

.link a {
    color: #1a0501 !important;
    font-size: .9em !important;
}

.iconBorder {
    border-right: #d3d3d3 dashed 1px;
    height: 100px;
}

.ministerBox {
    width: 100%;
    padding: 20px;
    border-bottom: #005fae 5px solid;
    background-color: #efebeb;
    box-shadow: 6px 7px 5px rgba(0, 0, 0, 0.7);
}

.ministerBox h3 {
    color: #186c5b;
}

.ministerBox p {
    color: #273238;
    font-size: .9em
}

.history p {
    font-size: .9em;
    text-align: justify;
}

.feedModal.fade:not(.in).left .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
}

.navBarColor {
    background-color: #005fae !important;
    border-bottom: none !important;
}

.dropBtn {
    background-color: #fff !important;
    font-size: .7em;
    color: #555;
    border: #999 solid 1px;
    text-transform: none !important;
    letter-spacing: normal !important;
    padding-left: .1em !important;
    padding-right: .1em !important;
}

.dropBtn:hover {
    color: #555 !important;
}

.dropBtn:active {
    color: #555 !important;
}

.dropItem {
    font-size: .8em !important;
}

.dropMenu {
    z-index: 9999!important;
    position: absolute !important;
}

.counterHead {
    font-size: 1.3em;
    font-weight: bold;
    background-image: none !important;
    border: none !important;
    text-align: left !important;
    line-height: 1.1em !important;
    color: #144697 !important;
    padding-left: 35px !important;
}

.counterHead:hover {
    background-image: none !important;
    border: none !important;
    color: #144697 !important;
    padding-left: 35px !important;
}

.newPanel {
    width: 14.28%;
    float: left
}

.eodbBox {
    background-color: #e6e6e5;
    height: auto;
    overflow: auto;
}

.newRow {
    width: 100%;
    float: left;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.serviceBox {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: auto;
    background-image: linear-gradient(#efcf6e, #e4a057);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: #51391f solid 5px;
    padding: 20px 0px;
    min-height: 255px;
    margin-bottom: 25px;
}

.serviceBox:hover {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.9);
}

.serviceBox:hover::after {
    opacity: 1;
}

.serviceBox link a {
    color: #1a0501 !important;
}

.serviceBox h4 {
    font-size: .9em !important;
    margin-bottom: 5px!important;
}

.serviceBox p {
    font-size: .85em !important;
    height: 50px;
}

.link btn-default {
    background-color: #fff !important;
    border-radius: 3px !important;
}

.customBtn {
    background-color: #440f06 !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: #440f06 solid 1px;
    letter-spacing: normal !important;
}

.my-card {
    position: absolute;
    left: 40%;
    top: -20px;
    border-radius: 50%;
}

.dropMenu {
    max-height: 200px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
}

.cardBg {
    background-color: #f0eded !important;
    margin-bottom: 35px !important;
    min-height: 230px !important;
}

.cardBg:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3) !important;
}

.border1 {
    border: #17a2b8 3px solid !important;
}

.text1 {
    color: #17a2b8 !important;
}

.text1 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border2a {
    border: #28a745 3px solid !important;
}

.text2 {
    color: #28a745 !important;
}

.text2 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border3 {
    border: #dc3545 3px solid !important;
}

.text3 {
    color: #dc3545 !important;
}

.text3 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border4 {
    border: #be7517 3px solid !important;
}

.text4 {
    color: #be7517 !important;
}

.text4 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border5 {
    border: #a83177 3px solid !important;
}

.text5 {
    color: #a83177 !important;
}

.text5 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border6 {
    border: #005fae 3px solid !important;
}

.text6 {
    color: #005fae !important;
}

.text6 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border7 {
    border: #00ae5a 3px solid !important;
}

.text7 {
    color: #00ae5a !important;
}

.text7 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border8 {
    border: #592828 3px solid !important;
}

.text8 {
    color: #592828 !important;
}

.text8 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border9 {
    border: #ff611c 3px solid !important;
}

.text9 {
    color: #ff611c !important;
}

.text9 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border10 {
    border: #c32e7b 3px solid !important;
}

.text10 {
    color: #c32e7b !important;
}

.text10 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border11 {
    border: #0e9fb5 3px solid !important;
}

.text11 {
    color: #0e9fb5 !important;
}

.text11 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border12 {
    border: #1ab05d 3px solid !important;
}

.text12 {
    color: #1ab05d !important;
}

.text12 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border13 {
    border: #601dd0 3px solid !important;
}

.text13 {
    color: #601dd0 !important;
}

.text13 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border14 {
    border: #e87f03 3px solid !important;
}

.text14 {
    color: #e87f03 !important;
}

.text14 h5 {
    font-size: .95em !important;
    line-height: 1.2em !important;
}

.border15 {
    border: #0c906f 3px solid !important;
}

.text15 {
    color: #0c906f !important;
}

.text15 h5 {
    font-size: 17px !important;
    line-height: 1.2em !important;
}

.cardBg a:hover {
    text-decoration: none !important;
}

.dropdown-menu>li a:hover,
.dropdown-menu>li.show {
    background: #009bff !important;
    color: white;
}

.userBox {
    background-color: #f0ffda !important;
    border-top: #005fae 5px solid !important;
    overflow: hidden !important;
}

.mb18 {
    margin-bottom: 14px !important;
}

.formTxt {
    width: 100% !important;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .85em;
    background-color: rgba(255, 255, 255, 0.0);
    background-image: none !important;
    background-repeat: no-repeat;
    padding: 5px 10px 5px 5px !important;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    color: #212529 !important;
}

.galleryBox {
    width: 100%;
    height: auto !important;
    overflow: auto !important;
    box-shadow: 0 11px 5px -5px rgba(0, 0, 0, 0.8);
}

.galleryBox img {
    border: #cecdcd solid 5px;
}

.notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.defaultColor {
    background-color: #fff;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px;
    border: #000 solid 1px;
}

.pinkColor {
    background-color: #d148d1;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px;
    border: #000 solid 1px;
}

.blueColor {
    background-color: #000084;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px;
    border: #000 solid 1px;
}

.yellowColor {
    background-color: #fefe87;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0px;
    border: #000 solid 1px;
}

.tab1 {
    color: #fff !important;
    text-decoration: none !important
}

.tab1 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab2 {
    background-color: #fac000 !important;
}

.tab2 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab3 {
    background-color: #fe5177 !important;
}

.tab3 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab4 {
    background-color: #a83177 !important;
}

.tab4 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab5 {
    background-color: #1ab05d !important;
}

.tab5 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab6 {
    background-color: #8d293b !important;
}

.tab6 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab7 {
    background-color: #ea4b35 !important;
}

.tab7 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab8 {
    background-color: #e87f03 !important;
}

.tab8 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab9 {
    background-color: #005fae !important;
}

.tab9 a {
    color: #fff !important;
    text-decoration: none !important
}

.tab12 {
    background-color: #3B3394 !important;
}

.tab12 a {
    color: #fff !important;
    text-decoration: none !important
}

.seaGreenBox {
    background-color: #6bd6d6 !important;
    border-radius: 7px;
}

.yellowBox {
    background-color: #ffc621 !important;
    border-radius: 7px;
}

.pinkBox {
    background-color: #ef4a94 !important;
    border-radius: 7px;
}

.redBox {
    background-color: #aa88ff !important;
    border-radius: 7px;
}

.counterBg1 {
    background-color: #0e9fb5 !important;
}

.counterBg2 {
    background-color: #1ab05d !important;
}

.counterBg3 {
    background-color: #674590 !important;
}

.counterBg4 {
    background-color: #005fae !important;
}

.counterBg5 {
    background-color: #E87F03 !important;
}

.personHead {
    color: #ea4b35 !important;
}

.btmBorderF {
    border-bottom: #cecdcd solid 1px !important;
    font-size: .8em !important;
}

.tableHead {
    background-color: #02a085;
    color: #fff;
}

.tabBg {
    text-align: left;
    background-color: #e6e6e6;
    border-right: #f6f6f6 solid 3px;
    font-weight: 600;
}

.personHeadP {
    font-size: .8em !important;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.header_area {
    background: #005fae !important;
}

.heading_txt {
    color: #fe5177;
}

.btn_txt {
    text-transform: none;
    text-align: left;
}

.card-headerborder {
    margin-bottom: 0 !important;
}

.inputTop {
    margin-top: 20% !important;
}

@media (max-width:767px) {
    .inputTop {
        margin-top: 0% !important;
    }
    input[type="text"] {
        width: 100%;
    }
    .bbLogo {
        height: 50px !important;
    }
    #navbar {
        padding-top: 0rem !important;
        padding-bottom: 0.2rem !important;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-right: 0 !important;
        font-size: 1.25rem;
        margin-top: 0px !important;
    }
    .lefticon {
        top: 50% !important;
        z-index: 11;
        right: -20px !important;
        width: 80px;
        cursor: pointer;
    }
    header.nav-holder.sticky {
        position: static !important;
    }
    .card {
        margin: 5px 45px !important;
    }
    .homeBox h4::after {
        width: 100% !important;
        margin-left: 0% !important;
    }
    .marginB {
        margin-bottom: 30px !important;
    }
    .navbar-nav {
        min-width: 235px !important;
    }
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: #d5f1ff !important;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #b0b3ce !important;
}

.table td,
.table th,
.table-bordered td,
.table-bordered th {
    min-height: 40px !important;
    vertical-align: middle !important;
}

.table-bordered th {
    background-color: #0a6796;
    color: #fff;
}

.homeBox_pri {
    border-style: outset;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 22px;
    color: #a556d6d1;
    width: 550px;
    background-color: #e6e6e5;
    min-width: 100px;
    border-radius: 7px !important;
    text-align: center;
    padding: 15px 5px 25px 5px;
}

.bs-example {
    margin: 20px;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.header_area {
    background: #005fae !important;
}

.heading_txt {
    color: #fe5177;
}

.btn_txt {
    text-transform: none;
    text-align: left;
}

.card-headerborder {
    margin-bottom: 0 !important;
}

.bbLogo {
    height: 100px;
}

.inputTop {
    margin-top: 20% !important;
}

@media (max-width:767px) {
    .inputTop {
        margin-top: 0% !important;
    }
    input[type="text"] {
        width: 100%;
    }
    .bbLogo {
        height: 50px !important;
    }
    #navbar {
        padding-top: 0rem !important;
        padding-bottom: 0.2rem !important;
    }
    .navbar-brand {
        display: inline-block;
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
        margin-right: 0 !important;
        font-size: 1.25rem;
        margin-top: 0px !important;
    }
    .lefticon {
        top: 50% !important;
        z-index: 11;
        right: -20px !important;
        width: 80px;
        cursor: pointer;
    }
    header.nav-holder.sticky {
        position: static !important;
    }
    .card {
        margin: 5px 45px !important;
    }
    .homeBox h4::after {
        width: 100% !important;
        margin-left: 0% !important;
    }
    .marginB {
        margin-bottom: 30px !important;
    }
    .navbar-nav {
        min-width: 235px !important;
    }
}

.loginBox {
    border: #457fd0 1px solid;
    padding: 20px 10px 10px 10px !important;
    height: auto;
    overflow: auto;
    border-radius: 5px;
    box-shadow: -1px 2px 18px 0px rgba(0, 0, 0, 0.75);
    margin-top: 30px;
    background: #eee;
}

.input-group-addon {
    color: #fff !important;
    background-color: #507cc7 !important;
    border: 1px solid #507cc7 !important;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input2[type=text] {
    width: 40px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: .85em;
    background-image: none;
    color: #fff !important;
}

.sidenav {
    height: 100%;
    width: 224px;
    left: 0;
    overflow-x: hidden;
    background: #f4f4f4;
}

.sidenav a,
.dropdown-btn {
    border-bottom: 1px solid #0d172e;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 16px 10px;
    text-decoration: none;
}

.sidenav a:hover,
.dropdown-btn:hover {
    color: #009bff;
}

.bg-darkblue {
    background: #d8d8d8;
}

.drodown_button {
    width: 100%;
    border: 0;
    text-align: left;
}

.jj {
    width: 20px;
    padding-left: 40px;
}

.jj2 {
    width: 20px;
    padding-left: 0px;
}

.user_area {
    margin: 5px 0 0 0px;
}

.right_side {
    background: #f4f4f4;
}

.log_btn {
    margin-left: 69px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 5px !important;
    color: #fff !important;
    border: none!important;
    width: 40%;
}

.log_btn2 {
    margin-right: 85px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 5px;
    color: #fff;
}

.table_area {
    padding: 5px 0 5px 0 !important;
}

.table_area2 {
    padding: 5px 0 5px 0 !important;
    height: 40px;
}

.input_area {
    border-radius: 4px;
    padding: 5px;
    height: 35px;
}

.dataTables_wrapper {
    font-size: 14px;
}

.date {
    font-size: 14px;
    color: #666;
}

.date2 {
    font-size: 14px;
    color: #666;
    text-align: right !important;
}

.ash_box {
    background: #c4c5c6;
    border-radius: 5px;
    color: #000;
    padding: 8px;
    font-size: 13px;
}

.btn {
    border-radius: 4px;
}

.nav_area {
    display: block;
}

.responsive_nav {
    display: none;
}

@media screen and (max-width:768px) {
    .nav_area {
        display: none !important;
    }
    .responsive_nav {
        display: block;
    }
}

.pri_style_box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: auto;
    background-image: linear-gradient(#00fff3, #71770a);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: #51391f solid 5px;
    padding: 20px 0px;
    min-height: 180px;
    margin-bottom: 25px;
}

.pri_style_box1 {
    position: relative;
    display: inline-block;
    width: 100%;
    height: auto;
    overflow: auto;
    background-image: linear-gradient(#10b4ef, #f8f9fa);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border-top: #51391f solid 5px;
    padding: 20px 0px;
    min-height: 180px;
    margin-bottom: 25px;
}

.pri_style_box1 .customBtn {
    background-color: #366dbf !important;
    color: #fff !important;
    border-radius: 5px !important;
    border: #440f06 solid 1px;
    letter-spacing: normal !important;
}

.pri_style_box, .pri_style_box1, .ludcp_title {
    min-height: 100px;
}

.pri_style_box p, .pri_style_box1 p {
    font-weight: bold;
}

.eodb_img {
    width: 80px;
    margin: 0 auto;
}

.para {
    font-size: .8em;
}

.allotment_style {
    margin: 10px;
    border-style: groove;
    border-radius: 13px;
    font-weight: bold;
    padding: 2px;
    background-color: ghostwhite;
}

.allotment_style:hover {
    background-color: #CCCCCC;
    border: solid green;
    color: white;
}

.allotment_style a {
    color: linear-gradient(#a78d6700, #52770ab8);
}

.pri_pagination {
    display: inline-block;
}

.pri_pagination a {
    color: black;
    float: left;
    padding: 4px 13px;
    text-decoration: none;
    border: 1px solid #ddd;
}

.pri_pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pri_pagination a:hover:not(.active) {
    background-color: #ddd;
}

.pri_pagination a:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pri_pagination a:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}