/*!
  * Item: Kitzu
  * Description: Personal Portfolio Template
  * Author/Developer: Exill
  * Author/Developer URL: https://themeforest.net/user/exill
  * Version: v2.0.0
  * License: Themeforest Standard Licenses: https://themeforest.net/licenses
  */

/*----------- Table of Contents -----------*/
/**
 * Bootstrap template
 * Globals
 * About
 * Resume
 * Portfolio
 * Blog
 * Contact
 */
/*----------- Bootstrap Template -----------*/
:root {
    --custom: #00d2fc;
  }

  .section-title
  {
      color:#00d2fc;
  }
  .table-custom,
  .table-custom>th,
  .table-custom>td {
    background-color: #b8e4d4;
  }
  
  .table-hover .table-custom:hover {
    background-color: #a6ddc9;
  }
  
  .table-hover .table-custom:hover>td,
  .table-hover .table-custom:hover>th {
    background-color: #a6ddc9;
  }
  
  .btn-custom {
    background-color: #00d2fc;
    border-color: #00d2fc;
    color: #fff;
  }
  
  .btn-custom:hover {
    background-color: #00784d;
    border-color: #006b45;
    color: #fff;
  }
  
  .btn-custom:focus,
  .btn-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 173, 125, 0.5);
  }
  
  .btn-custom.disabled,
  .btn-custom:disabled {
    background-color: #00d2fc;
    border-color: #00d2fc;
    color: #fff;
  }
  
  .btn-custom:not(:disabled):not(.disabled):active,
  .btn-custom:not(:disabled):not(.disabled).active,
  .show>.btn-custom.dropdown-toggle {
    background-color: #006b45;
    border-color: #005e3d;
    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(38, 173, 125, 0.5);
  }
  
  .btn-outline-custom {
    border-color: #00d2fc;
    color: #00d2fc;
  }
  
  .btn-outline-custom:hover {
    background-color: #00d2fc;
    border-color: #00d2fc;
    color: #fff;
  }
  
  .btn-outline-custom:focus,
  .btn-outline-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
  }
  
  .btn-outline-custom.disabled,
  .btn-outline-custom:disabled {
    background-color: transparent;
    color: #00d2fc;
  }
  
  .btn-outline-custom:not(:disabled):not(.disabled):active,
  .btn-outline-custom:not(:disabled):not(.disabled).active,
  .show>.btn-outline-custom.dropdown-toggle {
    background-color: #00d2fc;
    border-color: #00d2fc;
    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(0, 158, 102, 0.5);
  }
  
  .badge-custom {
    background-color: #00d2fc;
    color: #fff;
  }
  
  a.badge-custom:hover,
  a.badge-custom:focus {
    background-color: #006b45;
    color: #fff;
  }
  
  a.badge-custom:focus,
  a.badge-custom.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 102, 0.5);
    outline: 0;
  }
  
  .alert-custom {
    background-color: #ccece0;
    border-color: #b8e4d4;
    color: #005235;
  }
  
  .alert-custom hr {
    border-top-color: #a6ddc9;
  }
  
  .alert-custom .alert-link {
    color: #001f14;
  }
  
  .list-group-item-custom {
    background-color: #b8e4d4;
    color: #005235;
  }
  
  .list-group-item-custom.list-group-item-action:hover,
  .list-group-item-custom.list-group-item-action:focus {
    background-color: #a6ddc9;
    color: #005235;
  }
  
  .list-group-item-custom.list-group-item-action.active {
    background-color: #005235;
    border-color: #005235;
    color: #fff;
  }
  
  .bg-custom {
    background-color: #00d2fc !important;
  }
  
  a.bg-custom:hover,
  a.bg-custom:focus,
  button.bg-custom:hover,
  button.bg-custom:focus {
    background-color: #006b45 !important;
  }
  
  .border-custom {
    border-color: #00d2fc !important;
  }
  
  .text-custom {
    color: #00d2fc !important;
  }
  
  a.text-custom:hover,
  a.text-custom:focus {
    color: #005235 !important;
  }
  
  /*----------- Globals -----------*/
  ::-moz-selection {
    background-color: #00d2fc;
    color: #fff;
  }
  
  ::selection {
    background-color: #00d2fc;
    color: #fff;
  }
  
  a:not(.btn) {
    color: #00d2fc;
  }
  
  a:not(.btn):hover,
  a:not(.btn):focus {
    color: #005235;
  }
  
  .color-scheme {
    color: #00d2fc;
  }
  
  .background-scheme {
    background-color: #00d2fc;
  }
  
  .btn.button-scheme {
    background-color: #c0f654 !important;
    border: 1px solid #c0f654 !important;
    color:black;
  }
  
  .btn.button-scheme:focus {
    background-color: #c0f654 !important;
    border-color: #c0f654 !important;
    box-shadow: none !important;
  }
  
  .btn.button-outline {
    background-color: transparent !important;
    border: 1px solid #00d2fc !important;
    color: #222 !important;
  }
  
  .btn.button-outline:focus {
    background-color: rgba(34, 34, 34, 0.05) !important;
    border-color: #005235 !important;
    box-shadow: none !important;
  }
  
  .animated-bar {
    background-color: #00d2fc;
  }
  
  /*----------  About ligthbox  ----------*/
  /* About: Info */
  .info-section .info-content .content-subtitle {
    color: #00d2fc;
  }
  
  .info-section .info-content .content-follow li a:hover,
  .info-section .info-content .content-follow li a:focus {
    color: #00d2fc;
  }
  
  /* About: Services */
  .services-section .single-service:hover {
    border-bottom-color: #00d2fc;
  }
  
  .services-section .single-service .service-icon {
    color: #00d2fc;
  }
  
  /* About: Testimonials */
  .testimonials-section .single-review .review-icon {
    color: #00d2fc;
  }
  
  /* About: Pricing */
  .pricing-section .single-plan .plan-icon {
    color: #00d2fc;
  }
  
  /*----------- Resume lightbox -----------*/
  /* Resume: Resume */
  .resume-section .resume-item {
    border-left-color: #00d2fc;
  }
  
  .resume-section .resume-item .item-arrow:before {
    background-color: #00d2fc;
  }
  
  .resume-section .resume-item .item-arrow:after {
    border-left-color: #00d2fc;
  }
  
  /* Resume: Skills */
  .skills-section .single-skill .skill-progress .progress-bar {
    background-color: #00d2fc;
  }
  
  /*----------- Portfolio lightbox -----------*/
  /* Portfolio: Portfolio */
  .portfolio-section .filter-control>li:hover,
  .portfolio-section .filter-control>li.tab-active {
    color: #00bd7a;
  }
  
  .portfolio-section .filter-control>li:hover:before,
  .portfolio-section .filter-control>li.tab-active:before {
    background-color: #00bd7a;
  }
  
  .portfolio-section .portfolio-grid .portfolio-wrapper .item-content .content-more {
    color: #00d2fc;
  }
  
  /*----------  Blog lightbox  ----------*/
  /* Blog: Blog */
  .blog-section .single-post .post-img .content-date {
    background-color: #0022d1;
  }
  
  /*----------  Contact Lightbox  ----------*/
  /* Contact: Contact */
  .contact-section .contact-form .form-group .form-control:focus {
    border-bottom: 1px solid #00d2fc;
  }
  
  .contact-section .contact-info .list-info .info-icon i {
    color: #00d2fc;
  }