﻿
body {
    max-width: 1920px;
    font-family: maison_neuelight,sans-serif;
    font-style: normal;
    margin: auto;
    margin-top: 180px;
    color: #2C244D;
    overflow-x: hidden;
}


@font-face {
    font-family: 'maison_neuelight';
    src: url('../fonts/maisonneue-light-webfont.woff2') format('woff2'), url('../fonts/maisonneue-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display:swap;
}

@font-face {
    font-family: 'maison_neuebold';
    src: url('../fonts/maisonneue-bold-webfont.woff2') format('woff2'), url('../fonts/maisonneue-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'museo_sans500';
    src: url('../fonts/museosans-500-webfont.woff2') format('woff2'), url('museosans-500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

#tabstrip.k-tabstrip > .k-content {
    color: #2C244D;
    background-color: transparent;
    border: none;
    margin-top: 2%;
}

.k-tabstrip-prev .k-icon, .k-tabstrip-next .k-icon {
    color: #2C244D !important;
}

/*.not-scrolled .k-tabstrip-items.k-reset {
    margin-left: 0px !important;
}*/

/*.k-tabstrip.k-tabstrip-scrollable > .k-tabstrip-prev {
    left: -47px;
}*/

#tabstrip .k-tabstrip-items {
    border-color: rgba(33,37,41,.125);
    /* color: #212529; */
    border: none;
}

    #tabstrip .k-tabstrip-items .k-item {
        border: none;
        padding: 0.3rem;
    }

        #tabstrip .k-tabstrip-items .k-item.k-state-active, .k-tabstrip-items .k-item.k-state-selected {
            background-color: transparent;
        }

            #tabstrip .k-tabstrip-items .k-item.k-state-active .k-link {
                background-color: #2C244D;
                color: white;
            }




    #tabstrip .k-tabstrip-items .k-link {
        background-color: transparent;
        border: 2px solid #2C244D;
        border-radius: 30px;
        text-align: center;
        color: #2C244D;
        vertical-align: middle;
        font-weight: bold;
        padding: 0rem 2rem;
        transition: 0.3s;
    }

        #tabstrip .k-tabstrip-items .k-link:hover {
            background-color: #2C244D;
            color: white;
            transform: scale(1.05);
        }

.short-text-overview {
    height: 6rem;
    line-height: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.slick-slide img {
    width: 100%;
    max-height: 100px;
}

.slick-slide:focus{
    outline:none;
    border:none;
}

.sticky-menu-section .menu-item .active-link {
    font-weight: bold;
    transform: scale(1.02);
    color: #2265A9;
}

.bold-text {
    font-family: maison_neuebold, sans-serif;
}

.navbar-white .white-nav-menu, .navbar-dark .dark-nav-menu {
    display: block;
}

.fixed-mobile-nav {
    background-color: white;
    opacity: 0.96;
    position: fixed;
    z-index: 10;
}

.navbar-white .dark-nav-menu, .navbar-dark .white-nav-menu {
    display: none;
}

.logo-dark .dark-logo, .logo-white .white-logo {
    display: block;
}

.logo-white .dark-logo, .logo-dark .white-logo {
    display: none;
}

body li a {
    color: black;
}

body a {
    text-decoration: none;
    color: #2C244D;
}

a:not([href]):not([tabindex]) {
    cursor: pointer;
}

body a:hover {
    text-decoration: none;
}

h1 {
    color: #2C244D;
    font-size: 3.125rem;
}

#scrollTopBtn {
    display: none;
    position: fixed;
    bottom: 6%;
    left: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background: linear-gradient(135deg, rgb(41, 50, 60), rgb(72, 85, 99));
    color: white;
    cursor: pointer;
    padding: 17px;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: rgba(41, 50, 60, 0.5) 0px 4px 24px;
}

    #scrollTopBtn:hover {
        transform: scale(1.1);
    }
/* navbar styling*/

.navbar-fixed-top {
    top: 0;
    position: fixed;
}

.nav-right {
    float: right;
}

.navbar-default {
    height: 150px;
    max-width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: white;
    opacity: 0.96;
    z-index: 10000;
}

    .navbar-default img {
        width: 45%;
    }

    .navbar-default li a, .overlay-content .menu-links-smaller {
        text-decoration: none;
        font-family: museo_sans500;
    }

.upper-nav li a {
    font-size: 0.8rem;
}

    .upper-nav li a:hover {
        color: #2265A9;
    }

.lower-nav li a, .overlay-content a:not(.menu-links-smaller) {
    text-transform: uppercase;
    color: #2265A9;
    font-family: maison_neuebold;
    font-size: 1rem;
    letter-spacing: 1px;
}

    .lower-nav li a:hover, .overlay-content a:hover {
        color: #2C244D
    }

.navbar-default li {
    display: block;
}

.nav-item-left {
    float: left;
    padding: 25px 10px;
}

.logo-small {
    display: none;
}

.mobile-logo {
    width: 100%;
    padding-bottom: 2rem;
    padding-left: 2rem;
    padding-top: 2rem;
}


.icon-left, .icon-right {
    display: none;
}

.slick-current .icon-right {
    position: absolute;
    right: 3%;
    top: 40%;
    font-size: 40px;
    color: white;
    display: block;
}

.slick-current .icon-left {
    position: absolute;
    left: 3%;
    top: 40%;
    font-size: 40px;
    color: white;
    display: block;
}
/* Navbar mobile styling*/
.navbar-mobile {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-image: url('../images/homepage-img.jpg');
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
}

.navbar-mobile-default {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    /*background-image: url('../images/it-audit.jpg');*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    overflow-x: hidden;
}

    .navbar-mobile-default .mobile-title {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 50%;
        width: 75%;
    }

        .navbar-mobile-default .mobile-title h1 {
            color: white;
        }



.contact-us-mobile {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 15%;
    width: 75%;
}

/*.contact-us-mobile .light-btn {
        padding: 10px 70px;
    }*/


/*Menu overlay styles*/

/* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 0;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 11; /* Sit on top */
    left: 0;
    top: 0;
    background-color: white; /* Black fallback color */
    background-color: rgba(250,250,250, 0.96);
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
    height: 100%;
}

/* The navigation links inside the overlay */
.overlay a:not(.logo-home-button) {
    padding: 8px;
    text-decoration: none;
    display: block;
    transition: 0.3s;
    font-size: 1.3rem !important;
    margin-bottom: 2rem;
}

.menu-nav-button-close:hover, .menu-nav-button-open {
    cursor: pointer;
}
/* When you mouse over the navigation links, change their color */
.overlay .menu-links-smaller:hover, .overlay .menu-links-smaller:focus {
    color: #2265A9;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.blog-card-info {
    margin: 5% 10% 5% 10%;
    height: 300px;
}

.blog-card{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.blog-card-img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.blog-shortdescription {    
    margin: auto;
    margin-top: 5%;
}

.blog-extra-info{
    position:absolute;
    left:0;
    right:0;
    bottom:5%;
}

table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
}

.payment-table{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
}

.payment-table th{
    padding: 3px 5px;
}

.payment-table td{
    padding: 3px 5px;
}

.invoicepayments-list li{
    margin-bottom:15px;
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer-logo {
    width: 75%;
    margin-left: -15px;
}

.temp-margin {
    margin-right: -15px;
}


.footer {
    position: relative;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: #F7F7F7;
}

    .footer a {
        display: block;
    }


/* all styling below*/

.container {
    max-width: 75%;
}

.homepage-video {
    width: 100%;
    border-radius: 5px;
}

.container-content {
    max-width: 75%;
    left: 0;
    right: 0;
    margin: 0 auto;
    min-height: calc(100vh - 365px);
}

.video-container {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
}

.home-text {
    /*position: absolute;
    top: 1rem;
    left: 5rem;
    width: 10%;*/
}

.home-text-3 {
    position: relative;
    top: 1rem;
    /* left: 5rem; */
    width: 55%;
}

.home-text-2 {
    position: relative;
    top: 1rem;
    /* left: 5rem; */
    width: 55%;
}

.home-text .wrap {
    font-size: 3.5rem;
    color: #2265A9;
}

.home-text-2 .wrap {
    font-size: 3.5rem;
    color: #2265A9;
}

.video-logo {
    position: absolute;
    /* width: 10%; */
    top: 7rem;
    left: 5rem;
}

    .video-logo img {
        width: 25%;
    }

.section:not(.section-banner) {
    margin-bottom: 5%;
}

.section-banner {
    margin-bottom: 2%;
}

.why-Key-IT h1 {
    margin-bottom: 2rem;
}

.why-Key-IT .why-Key_IT-text {
    line-height: 2.2rem;
}

.why-Key-IT-text {
    margin-bottom: 10%;
}

/*.why-logo-section .row:not(.last-row) {
    border-bottom: 1px solid rgba(49,103,168,0.2);
}*/

.why-logo-section img {
    width: 19%;
}




.why-logo-section p {
    margin-top: 1rem;
    font-size: 1.2rem;
}

.why-logo-section img {
    margin-left: 30%;
}


.dark-btn {
    background-color: #2C244D;
    color: white !important;
    border-radius: 30px;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    transition: 0.3s;
    font-family: maison_neuebold, sans-serif;
    width: 230px;
    display: inline-block;
    text-align: center;
}

    .dark-btn:hover {
        background-color: #3167A8;
        color: white !important;
    }

button.dark-btn {
    padding: 7px 35px;
    border: none;
    outline: none;
    box-shadow: none;
}

.expert-contact-img .light-btn {
    padding: 10px 5px;
}

.light-btn {
    background-color: white;
    color: #2C244D !important;
    border-radius: 30px;
    padding: 10px 35px;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    transition: 0.3s;
    font-family: maison_neuebold, sans-serif;
    display: inline-block;
    width: 230px;
    text-align: center;
}

    .light-btn:hover {
        background-color: #3167A8;
        color: white !important;
    }

.home img {
    width: 100%
}

.default-card {
    background-color: #F7F7F7;
    border-radius: 5px;
    min-height: 100%;
    justify-content: space-between;
    flex-direction: column;
    /* height: 100vh; */
    display: flex;
}

/*.success-story-text:before, .success-story-text:after {
    content: "\201C";
    position: absolute;
    font-size: 80px;
    padding: 10px;
    line-height: 1;
    color: white;
}*/

.success-story-text {
    font-size: 1.2rem;
}

    .success-story-text blockquote {
        padding: 6rem 6rem 1rem;
    }

        .success-story-text blockquote:before {
            top: 3rem;
            left: 3rem;
        }

        .success-story-text blockquote:after {
            right: 3rem;
        }

        .success-story-text blockquote:before {
            content: "\201C";
            position: absolute;
            font-size: 4.5rem;
            padding: 10px;
            line-height: 1;
            color: #2C244D;
        }

        .success-story-text blockquote:after {
            content: "\201D";
            position: absolute;
            font-size: 4.5rem;
            padding: 10px;
            line-height: 1;
            color: #2C244D;
        }

.blog-detail-image img {
    width:100%;
}


.step-card-img-1 {
    background: url(../images/it-audit.png) center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    position: relative;
    transition: 0.5s;
    background-size: cover;
}

.helpdesk-card-img-1 {
    background: url(../images/teamviewer.png) center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    position: relative;
    transition: 0.5s;
    background-size: cover;
}

.helpdesk-card-img-2 {
    background: url(../images/install-teamviewer.png) center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    position: relative;
    transition: 0.5s;
    background-size: cover;
}

.helpdesk-card-img-3 {
    background: url(../images/Contact-us-helpdesk.png) center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    position: relative;
    background-size: cover;
    transition: 0.5s;
}

.blog-img-index {
    background: url('../images/blogs-img.jpg') center no-repeat;
}

.step-card-img-2 {
    background: url('../images/solution-architecture.jpg') center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    transition: 0.5s;
    background-size: cover;
}

.step-card-img-3 {
    background: url('../images/homepage-step3.png') center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    transition: 0.5s;
    background-size: cover;
}

.step-card-img-4 {
    background: url('../images/customer-care.jpg') center no-repeat;
    /*background-size: 100%;*/
    height: 15rem;
    transition: 0.5s;
    background-size: cover;
}

.card-text p {
    padding: 3rem 3rem 2rem 3rem;
}

.card-text-btn {
    padding: 0px 0px 35px 45px;
}

.slick-slide .card-text-btn {
    padding: 0;
    text-align: center;
}

/*.slick-slide .card-text-btn .dark-btn {
        width: unset;
    }*/

.helpdesk-card .card-text-btn .dark-btn {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding: 10px 0px;
}

    .helpdesk-card .card-text-btn .dark-btn:first-child {
        margin-right: 5%;
    }

.blog-published-text {
    position: absolute;
    top: 0;
    right: 0;
    color: #2C244D;
    padding: 2% 5% 0%;
}

.text-title-img {
    position: absolute;
    bottom: 0;
    color: #2C244D;
    background-color: #F7F7F7;
    padding: 1% 8% 0%;
    width: auto;
    text-align: center;
    border-top-right-radius: 5px;
}

    .text-title-img h2 {
        font-size: 1.5rem;
    }

.text-title-infractructure {
    background-color: transparent;
    color: white;
}

.card-image {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.step-card-img-1:hover,
.step-card-img-2:hover,
.step-card-img-3:hover,
.step-card-img-4:hover,
.helpdesk-card-img-1:hover,
.helpdesk-card-img-2:hover,
.helpdesk-card-img-3:hover {
    transform: scale(1.1);
}


.expertise-table p {
    font-size: 1.25rem;
    margin-top: 1rem;
}

.expertise-table h1 {
    margin-bottom: 2rem;
}

.expert-contact-img {
    position: relative;
}

.expert-text {
    position: absolute;
    bottom: 0;
    background-color: #2C244D;
    color: white;
    width: 100%;
}


.expert-contact-img img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.expert-text {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
}

.company-logo {
    padding: 5% 10%;
    max-width: 200px;
}

.slick-prev:before, .slick-next:before {
    font-size: 1.5rem !important;
    line-height: 1.5rem !important;
    color: #2C244D;
    opacity: 1;
}

.company-slider .slick-track {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    filter: grayscale(1);
}


.blog-post-img {
    position: relative;
    height: 100%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.success-story-img {
    position: relative;
    height: 100%;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .success-story-img.vayamundo {
        background: url('../images/vayamundo.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.youctrl {
        background: url('../images/youctrl-2.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.akti {
        background: url('../images/akti.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.shipex {
        background: url('../images/shipex.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.BCO {
        background: url('../images/BCO.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.blinc {
        background: url('../images/blinc.jpg') center no-repeat;
        background-size: cover;
    }

    .success-story-img.traicie {
        background: url('../images/traicie.png') center no-repeat;
        background-size: cover;
    }

.success-story-card {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.success-story-left .success-story-img {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
}

.success-story-right .success-story-img {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.blog-post-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28%;
    padding: 1rem;
    background-color: #F7F7F7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.success-story-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28%;
    padding: 1rem;
    background-color: #F7F7F7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.success-story-title-reverse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28%;
    padding: 1rem;
    background-color: #2C244D;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    color: white;
}

.mobile-card-slider-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 50%;
    padding: 1rem;
    background-color: white;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    font-family: maison_neuebold;
}

.succes-story-text-area {
    background-color: #F7F7F7;
}

.success-story-left .success-story-text-area {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

.success-story-right .success-story-text-area {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}




.success-story-text p {
    padding: 4rem 6rem 1rem;
    font-size: 1.25rem
}

.name-company p {
    /*padding-left: 6rem;*/
}

.success-story-btn {
    /*padding-left: 6rem;*/
    margin-top: auto;
    margin-bottom: 10%;
}

.success-company-name {
    font-size: 4rem;
    color: white;
    position: absolute;
    margin: auto 0;
    top: 40%;
    left: 0;
    right: 0;
    /* width: 100%; */
    text-align: center;
}

.geniki-card-img {
    background: url('../images/geniki-banner.png') center no-repeat;
    background-size: 100%;
    height: 15rem;
    transition: 0.5s;
    background-size: cover;
    background-position-y: inherit;
}

.pillar-img {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pillar-imt img{
    height:100%;
}

.spotlight-card-img {
    background: url('../images/API-integration.jpg') center no-repeat;
    background-size: 100%;
    height: 15rem;
    transition: 0.5s;
    background-size: cover;
    background-position-y:inherit;
}

    .spotlight-card-img:hover {
        transform: scale(1.1);
    }

.spotlight-img {
    position: relative;
}

.spotlight-title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 28%;
    padding: 1rem;
    background-color: #F7F7F7;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.card-text h3 {
    padding: 3rem 3rem 0rem 3rem;
}

.infrastructure-card-img {
    background: url(../images/infrastructure.png) center no-repeat;
    height: 15rem;
    background-color: #2C244D;
    background-size: 35%;
    background-position-x: 85%;
    position: relative;
}

.infrastructure-card img {
    width: 100%
}

.infrastructure-card {
    background-color: #2C244D;
    border-radius: 5px;
    min-height: 100%;
}

.infractructure-icon img {
    width: auto;
}

.infractructure-icon {
    position: absolute;
    left: 8%;
    /*bottom: 5%;*/
    top: 10%;
}

.default-banner-img {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.solutionArchitecture-img {
    background: url(../images/solution-architecture.jpg) center no-repeat;
}

.itAudit-img {
    background: url(../images/it-audit.png) center no-repeat;
}

.home-img {
    background: url(../images/homepage-img.jpg) center no-repeat;
}

.itInfrastructure-img {
    background: url(../images/audit.png) center no-repeat;
}

.softwareDevelopment-img {
    background: url(../images/software-development.jpg) center no-repeat;
}

.customerCare-img {
    background: url(../images/customer-care.jpg) center no-repeat;
}

.aboutKey-img {
    background: url(../images/over-key.jpg) center no-repeat;
}

.successStory-img {
    background: url(../images/success-stories.jpg) center no-repeat;
}

.contact-img {
    background: url(../images/contact.jpg) center no-repeat;
}

.successVayamundo-img {
    background: url(../images/vayamundo.jpg) center no-repeat;
}

.successYouCTRL-img {
    background: url(../images/youctrl-2.jpg) center no-repeat;
}

.successAkti-img {
    background: url(../images/akti.jpg) center no-repeat;
}

.successShipex-img {
    background: url(../images/shipex.jpg) center no-repeat;
}

.successTraicie-img {
    background: url(../images/traicie.png) center no-repeat;
}

.successBCO-img {
    background: url(../images/BCO.jpg) center no-repeat;
}

.successBlinc-img {
    background: url(../images/blinc.jpg) center no-repeat;
}


.chapter-img {
    height: 25rem;
    position: relative;
    background-size: cover;
}

/*.chapter-title{
    position:absolute;
    bottom:5%;
    left:5%;
}*/

.chapter-title {
    position: absolute;
    bottom: 0;
    /* left: 5%; */
    background-color: white;
    padding: 1rem 2rem 0rem 0rem;
    border-top-right-radius: 10px;
    /* border-top-left-radius: 10px; */
    opacity: 1;
}


.chapter-title2 h1 {
    margin-bottom: 0;
}

.sticky-menu {
    top: 20%;
    z-index: unset !important;
}

/*.sticky-menu-section .row:not(.last-row) {
    border-bottom: 1px solid rgba(49,103,168,0.2);
}*/

:not(.limiter) > div.detail-content-right {
    /*flex-basis: 0px;*/
    flex-grow: 1;
    overflow-y: auto;
}

.detail-content-right {
    overflow: hidden;
    outline: none;
    padding-right: 1%;
}

.row-bordered:after {
    content: "";
    display: block;
    border-bottom: 1px solid rgba(49,103,168,0.2);
    width: 100%;
    margin: 0 15px;
}

.sticky-menu-section {
    min-height: 15rem;
}

.sticky-menu-section, .chapter-text {
    display: flex;
    flex-direction: column;
}


    .sticky-menu-section .menu-item {
        margin-top: 1rem;
        font-size: 1.2rem;
        transition: 0.3s;
    }

        .sticky-menu-section .menu-item:hover {
            transform: scale(1.02);
        }

        .sticky-menu-section .menu-item span:hover {
            transform: scale(1.02);
            color: #2265A9;
            cursor: pointer;
        }

.geniki-title{
    font-size:20px;
    padding:0 40px;
}

.contact-card-small {
    background-color: #2C244D;
    color: white;
    border-radius: 10px;
    position: relative;
    padding-top: 9%;
    height: 15rem;
}

    .contact-card-small.shadow {
        box-shadow: 0 6px 18px rgba(0,0,0,0.18);
        /* Animation */
        transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

        .contact-card-small.shadow:hover {
            transform: translateY(-6px);
            box-shadow: 0 12px 28px rgba(0,0,0,0.28);
        }

.contact-card-big .contact-card-small {
    height: unset;
}

.about-contact .contact-card-small {
    height: unset;
}

.contact-card-small-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    border-radius: 50%;
}

.contact-card-function {
    margin-bottom: 0;
    margin-top: 1rem;
}

.contact-card-name {
    padding-bottom: 2rem;
}

.contact-card-function, .contact-card-name {
    font-family: museo_sans500, sans-serif;
    font-weight: bold;
}

.contact-lock {
    position: absolute;
    bottom: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact-card-big .contact-lock {
    bottom: -8%;
}

.circle-icon {
    background: white;
    color: #2C244D;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 3rem;
    vertical-align: middle;
    /*padding: 1rem;*/
    border: 2px solid #2C244D;
}

    .circle-icon:hover .logo-locked {
        display: none;
    }

.contact-card-small span:after {
    transition: 0.3s;
}

/*.circle-icon:hover:after {
    content: "\f3c1 Mail mij";
    font-family: FontAwesome;
    padding:1rem;

}*/
.lock-button {
    transition: 0.3s;
    overflow: hidden;
}

    .lock-button:hover.circle-icon {
        background: white;
        color: #2C244D;
        width: 50%;
        height: 15%;
        border-radius: 20px;
        text-align: center;
        line-height: 185%;
        vertical-align: middle;
        border: 2px solid #2C244D;
        bottom: -6%;
    }


.unlock-icon:before {
    content: '\f023';
    font-family: FontAwesome;
}

.mail-icon:before {
    content: '\f0e0';
    font-family: FontAwesome;
}

.lock-button:hover .unlock-icon:before {
    content: '\f3c1';
    font-family: FontAwesome;
}

.mail-btn {
    transition: 0.1s;
}

    .mail-btn:hover {
        transform: scale(1.1);
        color: #2265A9;
        border-color: #2265A9;
    }

.lock-mail-text {
    display: none;
    padding-left: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
}

.lock-button:hover .lock-mail-text {
    display: inline-block;
}

/*.chapter-text p:not(.testimonial-card-text) {
    margin-bottom: 4rem;
}*/

.chapter-text .text-block:not(.testimonial-card-text) {
    margin-bottom: 2rem;
}

.chapter-text .job-title{
    font-size:1.5rem;
}

.chapter-text h5 {
    /*font-family: maison_neuebold, sans-serif;  old font according to design*/
    font-family: museo_sans500;
    font-size: 1.2rem;
    margin-top: 1rem;
    font-weight: bold;
}

.chapter-text h5 {
}

.success-stories-title {
    margin-top: 15%;
}

.testimonial-card {
    background-color: #2C244D;
    color: white;
    margin-top: 10%;
    border-radius: 10px;
    position: relative;
    width: 100%;
    margin: auto;
    height: 18rem;
}

.testimonial-card-text {
    font-family: museo_sans500, sans-serif;
    font-weight: bold;
}

.testimonial-card-name {
    font-size: 0.8rem;
}

.testimonial-card-text {
    padding: 3rem 3rem 0rem;
    font-size: 1.1rem;
}

.testimonial-card-name {
    padding-bottom: 1rem;
    padding-left: 0.5rem;
}

.more-story-btn {
    background: white;
    color: #2C244D;
    width: 30%;
    height: 15%;
    border-radius: 20px;
    text-align: center;
    line-height: 2rem;
    vertical-align: middle;
    border: 2px solid #2C244D;
    bottom: -6%;
    font-size: 0.875rem;
}

.more-story-cta {
    position: absolute;
    left: 0;
}

.dark-btn.next-story-cta {
    width: auto;
}

#contact-frm {
    background-color: #F7F7F7;
    padding-top: 2%;
    padding-bottom: 5%;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
}

.form-group {
    margin-bottom: 0.7rem;
}

#contact-frm input, #contact-frm textarea {
    background-color: transparent;
    border: none;
    border-bottom: solid 1px rgba(49,103,168,0.2);
    border-radius: 0;
}

    #contact-frm input:active, #contact-frm textarea:active, #contact-frm input:focus, #contact-frm textarea:focus {
        box-shadow: none;
    }

    #contact-frm input::placeholder, #contact-frm textarea::placeholder {
        color: #2C244D;
    }

    #contact-frm input::-webkit-input-placeholder, #contact-frm textarea::-webkit-input-placeholder {
        color: #2C244D;
    }

    #contact-frm input:-ms-input-placeholder, #contact-frm textarea:-ms-input-placeholder {
        color: #2C244D;
    }


/*.anchor a:not(.dark-btn):not(.more-story-btn){
    position: absolute;
    left: 0px;
    top: -170px;
}*/

.anchor {
    position: relative;
}

.big-contact-card h3, .big-contact-card h2 {
    font-family: museo_sans500;
}

.big-contact-card h3 {
    font-size: 1.125rem;
    margin-bottom: 0;
}

.big-contact-card h2 {
    font-size: 1.3rem;
}

.big-card-text, .big-card-img {
    padding: 3rem;
}

.mail-btn-big {
    margin-top: 10%;
}

    .mail-btn-big .light-btn {
        font-size: 0.8125rem;
    }

.big-card-img-section {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.big-card-text-section {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.mail-btn-big i {
    margin-right: 5%;
}

.back-btn-story {
    position: absolute;
    left: 5%;
    top: 5%;
    letter-spacing: 1px;
}

.extra-padding-left-right {
    padding-left: 3rem;
    padding-right: 3rem;
}

.helpdesk-card .card-text p {
    margin-bottom: 1rem;
}
.blog-card-text{
    margin:5% 5%;
}
/*Media Queries below this line only*/
@media (max-width:1500px) {
    .navbar-default {
        max-width: 85%;
    }

    .contact-card-function{
        font-size:0.55rem;
    }
    /*.chapter-title h1 {
        font-size: 2.6rem;
    }*/
    .detail-content-right {
        padding-right: 2%;
    }

    .testimonial-card-text {
        padding: 2rem 2rem 0rem;
        font-size: 1rem;
    }

    .same-size-btn .light-btn {
        width: 25%;
        padding: 5px 0px;
    }

    .contact-card-small, .testimonial-card {
        height: 15rem;
    }

    .footer-logo {
        width: 100%;
    }

    .container-content {
        max-width: 85%;
    }

    .lower-nav li a {
        font-size: 0.875rem;
    }

    .contact-card-name {
        font-size: 0.8rem;
    }

    .expertise-table h1 {
        font-size: 2.5rem;
    }

    .helpdesk-card .card-text-btn.ticket-button .dark-btn {
        width: 60%;
    }
}

@media (max-width:1200px) {
    .navbar-default {
        max-width: 90%;
    }

    .geniki-title{
        font-size:1rem;
    }

    .card-text-btn {
        padding-left: 0;
        text-align: center;
    }

    .testimonial-card-text {
        padding: 2rem 1rem 0rem;
        font-size: 0.9rem;
    }

    .contact-card-small-img {
        width: 45%;
    }

    .extra-padding-left-right {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .expertise-table h1 {
        font-size: 2rem;
    }

    .lock-button:hover.circle-icon {
        line-height: 150%;
    }

    .lock-mail-text {
        font-size: 0.7rem;
    }

    .lock-button:hover .unlock-icon:before {
        font-size: 0.7rem;
    }

    .text-title-img h2 {
        font-size: 1.3rem;
    }

    .container-content {
        max-width: 90%;
    }

    .lower-nav li a {
        letter-spacing: 0px;
    }

    .home-text-2 .wrap, .home-text .wrap {
        font-size: 2rem;
    }

    .home-text-2 {
        top: 4rem;
    }

    .home-text {
        top: 10rem;
    }
}

@media (max-width:991px) {
    .logo-wide {
        display: none;
    }

    .blog-post-img{
        height:18rem;
    }
    .text-block ul {
        padding-inline-start: 20px;
    }

    .contact-lock {
        bottom: -7%;
    }

    .same-size-btn .light-btn {
        width: 35%;
    }

    .contact-card-function {
        margin-top: 2rem;
    }

    .contact-card-small, .testimonial-card {
        height: 18rem;
    }

    .logo-small {
        display: block;
    }

    .nav-item-left {
        float: left;
        padding: 15px 10px;
    }

    .contact-card-small p {
        font-size: 0.65rem;
    }

    .lock-button:hover .unlock-icon:before {
        font-size: 12px;
    }

    .lock-mail-text {
        font-size: 12px;
    }

    .lock-button:hover.circle-icon {
        line-height: 150%;
    }

    .sticky-menu-section .menu-item {
        font-size: 1.1rem;
    }

    .chapter-text h5 {
        font-size: 1.1rem;
    }

    .success-story-img {
        height: 18rem;
    }

    .circle-icon:not(.more-story-btn) {
        width: 45px;
        height: 45px;
        line-height: 2.8rem;
    }

    .testimonial-card {
        width: 100%;
    }
}

@media (max-width:768px) {
    body {
        margin-top: 0;
        font-size: 0.875rem;
    }

    .blog-card-info h4{
        font-size:18px;
    }

    .blog-shortdescription {
        font-size: 13px;
    }

    .blog-card-info .publication-date{
        font-size:14px;
    }

    .footer-logo {
        margin-left: 0px;
    }

    body h1 {
        font-size: 2rem;
    }

    .company-logo {
        max-width: 100px;
    }

    .sticky-menu-section {
        min-height: unset;
    }

    .testimonial-card {
        height: unset;
    }

        .testimonial-card .same-size-btn a {
            width: 40%;
        }

    .mobile-logo {
        width: 100%;
    }

    .sticky-menu-section .menu-item .active-link {
        font-weight: bold;
        transform: scale(1.02);
        color: #2265A9;
    }

    .hide-mobile {
        display: none;
    }

    .display-mobile {
        display: block;
    }

    .spotlight-title {
        width: 50%;
    }

    .expertise-table p {
        font-size: 1.1rem;
    }

    .success-story-title-reverse {
        width: 50%;
    }

    .chapter-img {
        height: 20rem;
    }

    .why-Key-IT h1, .expertise-table h1 {
        font-size: 2.5rem;
    }

    .slick-slide .default-card {
        background-color: transparent;
    }



    .light-btn.back-btn-story {
        right: 4%;
        left: unset;
        top: 6%;
        width: auto;
    }

    .slick-slide:not(.slick-current) .card-text {
        opacity: 0;
    }


    .slick-slide .card-text p {
        padding: 3rem 2rem 2rem 2rem;
        line-height: 1.6rem;
    }

    .slick-slide .card-image .card-img-height {
        height: 17rem;
    }

    .slick-current .card-image .card-img-height {
        height: 19rem;
    }

    .slick-slide .card-image {
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

    .step-card-img-1:hover, .step-card-img-2:hover, .step-card-img-3:hover, .step-card-img-4:hover, .helpdesk-card-img-1:hover, .helpdesk-card-img-2:hover, .helpdesk-card-img-3:hover {
        transform: unset;
    }

    .why-Key-IT a {
        display: inline-block;
    }

    body a + a {
        margin-left: 0rem;
    }

    .success-story-img {
        height: 15rem;
    }

    .success-story-title {
        width: 50%;
    }

    .success-story-text blockquote {
        padding: 5rem 2rem 2rem;
    }

        .success-story-text blockquote:before {
            top: 2rem;
            left: 1rem;
            font-size: 4rem;
        }

        .success-story-text blockquote:after {
            right: 2rem;
            font-size: 4rem;
            padding-top: 1rem;
        }

    .success-story-btn a {
        display: inline-block;
    }

    .why-logo-section p {
        margin-top: 1rem;
        font-size: 0.875rem;
    }

    .contact-card-small-img {
        width: 25%;
    }

    .contact-card-small {
        padding-top: 5%;
        height: unset;
    }

    .chapter-text p:not(.testimonial-card-text) {
        margin-bottom: 1rem;
    }

    .lock-button:hover.circle-icon {
        line-height: 230%;
    }

    .lock-button:hover.circle-icon {
        height: 13%;
        width: 30%;
    }

    .contact-card-small {
        width: 100%;
        margin-left: 0;
    }

    .success-story-title-reverse, .success-story-title {
        padding: 0.7rem;
    }

    /*.anchor a:not(.dark-btn):not(.more-story-btn):not(.testimonial-button) {
        position: absolute;
        left: 0px;
        top: -20px;
    }*/

    :not(.sticky-menu-section) > div.detail-content-right {
        flex-basis: unset;
        flex-grow: unset;
        overflow-y: unset;
    }

    .navbar-mobile {
        background-image: url(../images/homepage-img-mobile.png);
        background-position: 20%;
    }
}

@media (max-width:576px) {

    .blog-post-title{
        width:32%;
    }

    .blog-card-text {
        margin-top: 15%;
    }

    .blog-published-text{
        font-size:12px;
        margin-right: 2%;
    }

    .line-clamp {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #scrollTopBtn {
        bottom: 4%;
        padding: 10px;
    }

    .more-story-btn {
        width: 65%;
    }

    .contact-card-small-img {
        width: 30%;
    }

    .contact-card-small {
        padding-top: 10%;
    }

    .more-story-btn {
        height: 8%;
        line-height: 2rem;
        bottom: -4%;
    }

    .more-story-btn {
        line-height: 2.5rem;
    }

    .slick-slide .card-image .card-img-height {
        height: 15rem;
    }

    .slick-current .card-image .card-img-height {
        height: 17rem;
    }

    .success-story-text blockquote:before {
        font-size: 3rem;
    }

    .success-story-text blockquote:after {
        font-size: 3rem;
    }

    .mobile-card-slider-title {
        width: 60%;
    }

    .footer {
        font-size: 12px;
    }

    .overlay a:not(.logo-home-button) {
        font-size: 1rem !important;
        margin-bottom: 0.8rem;
    }

    .success-story-text {
        font-size: 1rem;
    }

    .dark-btn, .light-btn {
        text-align: center;
        display: inline-block;
    }

    .same-size-btn .dark-btn {
        width: 80%;
    }

    .lock-button:hover.circle-icon {
        height: 15%;
        width: 35%;
    }

    .contact-card-small {
        width: 100%;
        margin-left: 0;
    }

    body h1 {
        font-size: 1.5rem;
    }

    .expertise-table p {
        font-size: 1rem;
    }

    /*.card-text-btn .dark-btn, .card-text-btn .light-btn {
        width: unset;
    }*/

    .card-text p {
        padding: 1rem 2rem 1rem 2rem;
    }

    .why-Key-IT h1, .expertise-table h1 {
        font-size: 2rem;
    }

    .success-story-img.vayamundo p {
        font-size: 14px;
    }

    .success-story-img.vayamundo .success-company-name p {
        font-size: 2rem;
    }

    .step-card-img-1 {
        background: url(../images/it-audit-mobile.png) center no-repeat;
    }

    .spotlight-card-img {
        background: url(../images/API-integration-mobile.png) center no-repeat;
        height:12rem;
    }
}

@media screen and (min-width:576px) and (max-width:767px) {
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:1200px) and (max-width:1499px) {
}

@media screen and (min-width:1500px) and (max-width:1920px) {
}
