::selection {
    color: #ecc647;
    background-color: #1d1d1d;
}
a {
    color: #1d1d1d;
}
a:hover, a:focus {
    color: #ecc647;
    text-decoration: none;
}
.alert {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 320px;
    z-index: 1045;
    color: #1d1d1d;
    font-size: 1rem;
    font-weight: 500;
}
.alert a {
    text-decoration: underline;
    color: #1d1d1d;
}
.alert a:hover, .alert a:focus {
    text-decoration: underline;
    color: #ecc647;
}

.kcc-logo-symbol {
    position: absolute;
    top: 35px;
    left: 35px;
    width: 90px;
    z-index: 1044;
}
.kcc-logo-footer {
    width: 80px;
    margin-bottom: 20px;
}
.cs-icon-sm {
    width: 13px;
}


h1, h2, h3, h4, h5, p, ul {
    color: #1d1d1d !important;
}
.lead {
    font-size: 1.5rem;
    font-weight: 500;
    color: #1d1d1d !important;
}
h3 {
    font-size: 1.5rem;
    margin-bottom: 0rem;
}

.welcome {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
}
.welcome h1 {
    color: #ffffff !important;
}
.intro a {
    color: #1d1d1d;
    text-decoration: underline;
}
.intro a:hover, .intro a:focus {
    color: #f18d30;
    text-decoration: underline;
}

.col-accent {
    color: #ecc647 !important;
}
.col-white {
    color: #ffffff !important;
}
.col-dark {
    color: #1d1d1d !important;
}

.col-bg-accent {
    background-color: #ecc647 !important;
}
.col-bg-white {
    background-color: #ffffff !important;
}
.col-bg-dark {
    background-color: #1d1d1d !important;
}

.col-bg-light {
    background-color: #e6e6e6 !important;
}
.col-bg-light-grey {
    background-color: #c6c6c6 !important;
}
.col-bg-grey {
    background-color: #8d8d8d !important;
}

.col-bg-light-warm {
    background-color: #f0ede8 !important;
}


.l-prof {
    background-color: #ffffff;
    padding: 10px;
    margin-bottom: 20px;
}


.link-dark {
    color: #1d1d1d;
}
.text-dark {
    color: #1d1d1d !important;
}

.footer a {
    color: #1d1d1d;
}
.footer a:hover, .footer a:focus {
    text-decoration: underline;
}

.btn-dark {
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}
.btn-dark:hover, .btn-dark:focus {
  background-color: #ecc647;
  border-color: #ecc647;
}
.btn-ghost-dark {
  color: #1d1d1d;
}
.btn-ghost-dark:hover, .btn-ghost-dark:focus {
  color: #1d1d1d;
  background-color: rgba(29, 29, 29, 0.1);
}
.btn-no-un {
    text-decoration: none !important;
}

.swiper-button-next, .swiper-button-prev {
  color: #1d1d1d;
}
.swiper-button-prev:hover:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f18d30'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.swiper-button-next:hover:after {
 background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23f18d30'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

/* --------------- Hover Effect --------------- */
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
.hvr-shrink {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}





@media (max-width: 1199px) {

.lead, h3 {
    font-size: 1.4rem;
}
	
}


@media (max-width: 991px) {

.lead, h3 {
    font-size: 1.3rem;
}
	
}


@media (max-width: 768px) {
   
.alert {
    width: 290px;
}
.lead, h3 {
    font-size: 1.2rem;
}
    
}


@media (max-width: 576px) {

.kcc-logo-symbol {
    top: 20px;
    left: 20px;
    width: 50px;
}
.alert {
    right: 25px;
    bottom: 25px;
    left: 25px;
    width: auto;
}
.lead, h3 {
    font-size: 1.1rem;
}
    
}









