/* !
  * Item: CodeX
  * Description:  Personal Portfolio / Resume / CV / vCard Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v1.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses */
/* ----------- Table of Contents ----------- */
/* *
 * Bootstrap template
 * Globals
 * Sidebar
 * Home
 * About
 * Services
 * Hire
 * Portfolio
 * Testimonials
 * Blog
 * Contact
 * Footer */
/* ----------- Bootstrap Template ----------- */
:root {
    --custom: #17a2b8;
}

.table-custom,
.table-custom>th,
.table-custom>td {
    background-color: #bee5eb;
}

.table-hover .table-custom:hover {
    background-color: #abdde5;
}

.table-hover .table-custom:hover>td,
.table-hover .table-custom:hover>th {
    background-color: #abdde5;
}

.btn-custom {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-custom:hover {
    background-color: #138496;
    border-color: #117a8b;
    color: #fff;
}

.btn-custom:focus,
.btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-custom.disabled,
.btn-custom:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-custom:not(:disabled):not(.disabled):active,
.btn-custom:not(:disabled):not(.disabled).active,
.show>.btn-custom.dropdown-toggle {
    background-color: #117a8b;
    border-color: #10707f;
    color: #fff;
}

.btn-custom:not(:disabled):not(.disabled):active:focus,
.btn-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-custom {
    border-color: #17a2b8;
    color: #17a2b8;
}

.btn-outline-custom:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-outline-custom:focus,
.btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-custom.disabled,
.btn-outline-custom:disabled {
    background-color: transparent;
    color: #17a2b8;
}

.btn-outline-custom:not(:disabled):not(.disabled):active,
.btn-outline-custom:not(:disabled):not(.disabled).active,
.show>.btn-outline-custom.dropdown-toggle {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: #fff;
}

.btn-outline-custom:not(:disabled):not(.disabled):active:focus,
.btn-outline-custom:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-custom.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-custom {
    background-color: #17a2b8;
    color: #fff;
}

a.badge-custom:hover,
a.badge-custom:focus {
    background-color: #117a8b;
    color: #fff;
}

a.badge-custom:focus,
a.badge-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    outline: 0;
}

.alert-custom {
    background-color: #d1ecf1;
    border-color: #bee5eb;
    color: #0c5460;
}

.alert-custom hr {
    border-top-color: #abdde5;
}

.alert-custom .alert-link {
    color: #062c33;
}

.list-group-item-custom {
    background-color: #bee5eb;
    color: #0c5460;
}

.list-group-item-custom.list-group-item-action:hover,
.list-group-item-custom.list-group-item-action:focus {
    background-color: #abdde5;
    color: #0c5460;
}

.list-group-item-custom.list-group-item-action.active {
    background-color: #0c5460;
    border-color: #0c5460;
    color: #fff;
}

.bg-custom {
    background-color: #17a2b8 !important;
}

a.bg-custom:hover,
a.bg-custom:focus,
button.bg-custom:hover,
button.bg-custom:focus {
    background-color: #117a8b !important;
}

.border-custom {
    border-color: #17a2b8 !important;
}

.text-custom {
    color: #17a2b8 !important;
}

a.text-custom:hover,
a.text-custom:focus {
    color: #0f6674 !important;
}

/* ----------- Globals ----------- */
::-moz-selection {
    background-color: #17a2b8;
    color: #fff;
}

::selection {
    background-color: #17a2b8;
    color: #fff;
}

a:not(.btn) {
    color: #17a2b8;
}

a:not(.btn):hover,
a:not(.btn):focus {
    color: #0f6674;
}

.color-scheme {
    color: #17a2b8;
}

.background-scheme {
    background-color: #17a2b8;
}

.btn.button-scheme {
    background-color: #1084bf !important;
    border: 1px solid #1084bf !important;
}

.btn.button-scheme:focus {
    background-color: #0f6674 !important;
    border-color: #0f6674 !important;
    box-shadow: none !important;
}

.btn.button-outline {
    background-color: transparent !important;
    border: 1px solid #17a2b8 !important;
    color: #222 !important;
}

.btn.button-outline:focus {
    background-color: rgba(34, 34, 34, 0.05) !important;
    border-color: #0f6674 !important;
    box-shadow: none !important;
}

/* ----------- Sidebar ----------- */
.sidebar .sidebar-menu .list-menu .nav-link.active {
    color: #1084bf;
}

/* ----------- Home ----------- */
.home-area .home-name span {
    color: #1084bf;
}

/* ----------- About ----------- */
.about-area .about-content .content-subtitle {
    color: #17a2b8;
}

/* ----------- Services ----------- */
.services-area .single-service .service-icon {
    color: #1084bf;
}

/* ----------- Portfolio ----------- */
.portfolio-area .filter-control>li:hover,
.portfolio-area .filter-control>li.tab-active {
    color: #1abad3;
}

.portfolio-area .filter-control>li:hover:before,
.portfolio-area .filter-control>li.tab-active:before {
    background-color: #1abad3;
}

.portfolio-area .portfolio-grid .portfolio-wrapper .item-content .content-more {
    color: #17a2b8;
}

/* ----------- Testimonials ----------- */
.testimonials-area .single-review .review-icon {
    color: #17a2b8;
}

/* ----------- Blog ----------- */
.blog-area .single-post .post-img .content-date {
    background-color: #17a2b8;
}

/* ----------- Contact ----------- */
.contact-area .contact-form .form-group .form-control:focus {
    border-bottom: 1px solid #1fc8e3;
}

/* ----------- Footer ----------- */
.footer-area .contact-info .info-icon {
    color: #1084bf;
}