@font-face {
    font-family: 'GlacialIndifference-Bold';
    src: url('fonts/GlacialIndifference-Bold.otf');
}

@font-face {
    font-family: 'GlacialIndifference-Regular';
    src: url('fonts/GlacialIndifference-Regular.otf');
}

@font-face {
    font-family: 'GlacialIndifference-Italic';
    src: url('fonts/GlacialIndifference-Italic.otf');
}

@font-face {
    font-family: 'GoldenPlains';
    src: url('fonts/Golden Plains - Demo.ttf');
}

@font-face {
    font-family: 'Antonio';
    src: url('fonts/Antonio-VariableFont_wght.ttf');
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('fonts/PlayfairDisplay-Italic.ttf');
}

body {
    font-family: 'GlacialIndifference-Bold';
}

p {
    font-family: 'GlacialIndifference-Regular';
}

h1 {
    font-family: 'GlacialIndifference-Bold';
    font-size: 2em;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h3 {
    font-family: 'GlacialIndifference-Bold';
    font-size: 18pt;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h4 {
    font-family: 'GlacialIndifference-Bold';
    font-size: 16pt;
    letter-spacing: 2px;
    text-transform: uppercase;
}

h6 {
    font-family: 'GlacialIndifference-Bold';
    font-size: 18px;
    letter-spacing: 2px;
}

.btn-primary {
    background-color: transparent;
    color: black;
    border-radius: 0;
    border-color: black;
    font-family: 'GlacialIndifference-Regular';
}

.btn-primary:hover {
    background-color: #000;
    color: #fff;
    border-color: black;
}
.news-page-container{
    font-family: 'GlacialIndifference-Regular';
    font-size: 16px;
}
.news-page-container h1{
    text-transform: none;
}
.news-page-container h2{
    text-transform: none;
}
.news-page-container h3{
    text-transform: none;
}
.news-page-container h4{
    text-transform: none;
}
.news-page-container h5{
    text-transform: none;
}
.news-page-container h6{
    text-transform: none;
}
#header-navbar {
    background-color: black;
    padding: 40px 0;
}

#header-navbar .navbar-nav {
    text-transform: uppercase;
    letter-spacing: 2px;
}

#header-navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    color: white;
}

#header-navbar .navbar-nav .nav-link.active {
    text-decoration: underline;
}

#footer-bottom {
    font-family: 'GlacialIndifference-Regular';
    background-color: black;
    padding: 40px 0;
    color: white;
}

#footer-bottom a {
    color: white;
    text-decoration: none;
}

#footer-bottom a:hover {
    color: white;
    text-decoration: underline;
}

#footer-bottom .fa {
    font-size: 24px;
    margin-right: 15px;
}

#footer-bottom .block-content {
    margin-bottom: 20px;
}

.footer-bold {
    font-family: 'GlacialIndifference-Bold';
}

.home-slider .owl-nav {
    position: absolute;
    top: calc(50% - 25px);
    width: 100%;
    margin: 0;
}

.home-slider .owl-prev {
    float: left;
}

.home-slider .owl-next {
    float: right;
}

.home-slider.owl-carousel .owl-nav button.owl-next,
.home-slider.owl-carousel .owl-nav button.owl-prev {
    padding: 10px !important;
    height: 50px;
    margin: 0 10px;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: -40px;
    width: 100%;
}

.home-slider {
    margin-bottom: 15px;
}

.home-slider.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}

.home-h3 {
    /* letter-spacing: 3px; */
    font-size: 2em;
    /* font-weight: bold; */
    text-align: center;
}

.home-section-white,
.home-section-grey {
    padding: 50px 0;
}

.home-section-grey {
    background-color: #EFEFEF;
}

.how-it-work-title h3 {
    font-size: 1.2em;
    /* font-weight: bold; */
    margin-bottom: 15px;
    font-family: 'GlacialIndifference-Regular';
}

.how-it-work-p {
    font-size: 15pt;
    text-align: justify;
}
.hiw-title{
    font-family: 'PlayfairDisplay';
    text-transform: lowercase;
    font-size: 55px;
}

.hiw-icon {
    max-height: 80px;
}

.btn-dark-kaya {
    background-color: black;
    letter-spacing: 2px;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 5px 20px;
    font-weight: bold;
}

.btn-outline-dark-kaya {
    background-color: transparent;
    border: 1px solid black;
    color: black;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.services-slider .item {
    color: white;
    font-family: 'GlacialIndifference-Regular';
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
}

.services-slider .owl-item {
    display: flex;
    justify-content: center;
}

.services-slider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    margin: 0;
}

.services-slider .owl-prev {
    float: left;
    left: -50px;
    position: relative;
}

.services-slider .owl-next {
    float: right;
    right: -50px;
    position: relative;
}

.services-slider.owl-carousel .owl-nav button.owl-next,
.services-slider.owl-carousel .owl-nav button.owl-prev {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    background-color: black;
    color: white;
}

.testi-slider .item {
    color: white;
    font-family: 'GlacialIndifference-Regular';
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
}

.testi-slider .owl-item {
    /* display: flex; */
    justify-content: center;
}

.testi-slider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    margin: 0;
}

.testi-slider .owl-prev {
    float: left;
    left: -50px;
    position: relative;
}

.testi-slider .owl-next {
    float: right;
    right: -50px;
    position: relative;
}

.testi-slider.owl-carousel .owl-nav button.owl-next,
.testi-slider.owl-carousel .owl-nav button.owl-prev {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    background-color: black;
    color: white;
}

.home-services-slider-container .owl-nav.disabled {
    display: inline;
}

.home-services-slider-container .services-slider .item {
    height: 250px;
}

.link {
    text-decoration: none;
    color: inherit;
}

.services-slider-container {
    margin: 0 50px;
}

.article-slider .item {
    color: white;
    font-family: 'GlacialIndifference-Regular';
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
}

.article-slider .owl-nav {
    position: absolute;
    top: calc(50% - 15px);
    width: 100%;
    margin: 0;
}

.article-slider .owl-prev {
    float: left;
    left: -50px;
    position: relative;
}

.article-slider .owl-next {
    float: right;
    right: -50px;
    position: relative;
}

.article-slider.owl-carousel .owl-nav button.owl-next,
.article-slider.owl-carousel .owl-nav button.owl-prev {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    height: 30px;
    width: 30px;
    margin: 0 10px;
    background-color: black;
    color: white;
}

.article-slider-container {
    margin: 0 50px;
}

@media (min-width: 576px) {
    .home-services-slider-container .services-slider .item {
        height: 300px;
    }
}

@media (min-width: 992px) {
    #header-navbar .navbar-nav {
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {
    #header-navbar .navbar-nav {
        font-size: 1em;
    }
}

#about {
    background-image: url('../images/KL-assets/about-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-count {
    font-family: 'Antonio';
    font-size: 40px;
    font-weight: bold;
}

.about-vision {
    background-color: #efefef;
}

.about-quote {
    font-family: 'GlacialIndifference-Italic';
}

.about-value {
    font-family: 'Antonio';
    font-size: 80px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.contact a {
    color: black;
    text-decoration: none;
}

.contact a:hover {
    color: black;
    text-decoration: underline;
}

.service-p {
    text-align: justify;
}

.service-title {
    height: 30px;
}
.article-title {
    height: 60px;
    font-size: 15pt !important;
}
.article-title h3{
    font-size: 15pt !important;
    text-transform: none;
}
#case-studies {
    background-color: #efefef;
}

.case-study {
    background-color: #fff;
}

.testimonials-container {
    background-color: white;
    padding: 20px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.testimonial-hr {
    width: 50px;
    border: 1px solid black;
    margin-bottom: 15px;
}

.star-yellow {
    color: #F2AE31;
}

.star-grey {
    color: lightgrey;
}

.testimonial-quote {
    font-size: 2em;
    margin-bottom: 15px;
}

.how-it-works {
    position: relative;
}

.how-it-works h3 {
    position: absolute;
    bottom: 0;
    color: white;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    padding: 10px;
    margin: 0;
}

.articles-p {
    padding: 15px;
    background-color: white;
}

.featured-articles-title {
    position: relative;
}

.featured-articles-title h3 {
    position: absolute;
    bottom: 0;
    color: white;
    width: 100%;
    padding: 10px;
    margin: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    /* IE6-9 */
}

.text-right {
    text-align: right;
}

.article-subtitle {
    font-style: italic;
    text-align: center;
    font-family: 'GlacialIndifference-Regular';
}

.p-font {
    font-family: 'GlacialIndifference-Regular';
}

.pagination {
    justify-content: flex-end;
}

.pagination div {
    margin: 0 10px;
}

.pagination a {
    color: black;
    text-decoration: none;
}

.pagination .black-circle a {
    color: white;
    background-color: black;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .active {
    font-family: 'GlacialIndifference-Regular';
}

.accordion-body {
    font-family: 'GlacialIndifference-Regular';
    padding: 1rem 2rem;
}

.no-decoration {
    text-decoration: none;
    color: inherit;
}

.no-decoration:hover {
    /* text-decoration: none; */
    color: #201f1f60;
}

.article-date {
    font-family: 'GlacialIndifference-Regular';
    font-size: 14px;
}

.loader {
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid black;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}


/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.faq-bottom {
    margin: auto;
    font-family: 'GlacialIndifference-Regular';
    font-style: italic;
}

.zoom {
    /* padding: 50px; */
    /* background-color: green; */
    transition: transform .2s;
    /* Animation */
    /* width: 200px; */
    /* height: 200px; */
    /* margin: 0 auto; */
}

.zoom:hover {
    transform: scale(1.5);
    /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.navbar-brand {
    padding-bottom: 13px;
}

.service-content {
    margin: auto 40px;
}

.fixed-contact{
    position: fixed;
    bottom: 30px;
    right: 30px;
}

blockquote.blockquote{
    padding: 25px 25px 25px 85px;
    background: #eee url('../images/quote.png');
    background-repeat: no-repeat;
    background-position: 25px 15px;
}
@media (min-width:1200px){
    .article-content{
        padding: 0 100px;
    }
}
.noslink{
    text-decoration: none;
    color:inherit;
}