/* General Blueprint Style */

@font-face {
    font-family: 'bpicons';
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/bpicons/bpicons.eot');
    src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'), url('../fonts/bpicons/bpicons.woff') format('woff'), url('../fonts/bpicons/bpicons.ttf') format('truetype'), url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
}

@font-face {
    font-family: 'allura';
    src: url("../fonts/allura/Allura-Regular.otf");
}

@font-face {
    font-family: "CormorantUpright Regular";
    src: url("../fonts/Cormorant Upright/CormorantUpright-Regular.ttf");
}

@font-face {
    font-family: 'Righteous Regular';
    src: url("../fonts/Righteous/Righteous-Regular.ttf");
}

@font-face {
    font-family: 'OpenSans';
    src: url("../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf");
}


/* Made with http://icomoon.io/ */


/* Resets */

*,
*:after,
*:before {
    box-sizing: border-box;
}


/* Helper classes */

.cf:before,
.cf:after {
    content: ' ';
    display: table;
}

.cf:after {
    clear: both;
}


/* Main styles */

.body_dark {
    color: #bdbdbd;
    background: #1d1e21 !important;
}

body {
    font-family: 'OpenSans';
    font-weight: 500;
    margin: 0;
    color: #696969;
    background: #e7e7e7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-y: auto;
}

#light_mode {
    display: none;
}

a {
    text-decoration: none;
    color: #148dee;
    outline: none;
}

a:hover {
    color: #6ecee6;
}


/* Blueprint header */

.header {
    min-height: 100%;
    padding: 6em 10vw 2em;
    position: relative;
}

.header__title {
    font-size: 2.125em;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    color: #148dee;
    text-align: center;
}

#engineering-rotator {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.9s ease-in-out;
    color: var(--green);
}

#page-home .header__title {
    text-align: left;
}

@media screen and (max-width: 40em) {
    #page-home .header__title {
        text-align: center;
    }
}

.header__desc {
    font-size: 1.2em;
    margin: 0.5em 0 0em;
    padding: 0;
    color: #7d7d7d;
    font-family: 'OpenSans';
    font-weight: 500;
    letter-spacing: 0px !important;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 2px;
}

::-webkit-scrollbar-thumb {
    background: #148dee;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6ecee6;
}

.header__desc {
    color: #24b94c;
}

.header__present_dark {
    color: #bdbdbd !important;
}

.header__present {
    font-size: 1.2vw;
    font-weight: 600;
    position: relative;
    z-index: 100;
    display: block;
    padding: 0 0 0.6em 0.1em;
    color: #7d7d7d;
    width: 80%;
}

.bp-tooltip:after {
    font-size: 50%;
    font-size: 75%;
    position: relative;
    top: -8px;
    left: -12px;
    width: 30px;
    height: 30px;
}

.bp-tooltip:hover:before {
    content: attr(data-content);
    font-size: 110%;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
    left: auto;
    margin-left: 4px;
    padding: 0.8em 1em;
    text-align: left;
    text-indent: 0;
    letter-spacing: 0;
    text-transform: none;
    color: #fff;
    background: #5c5edc;
}

.bp-nav {
    margin: 0 0 0 -0.75em;
}

.bp-nav__item {
    position: relative;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.1em;
    text-align: left;
    border-radius: 50%;
}

.bp-nav__item>span {
    display: none;
}

.bp-nav__item:hover:before {
    content: attr(data-info);
    font-size: 0.85em;
    font-weight: bold;
    position: absolute;
    top: 120%;
    left: 0;
    width: 600%;
    text-align: left;
    pointer-events: none;
    color: #595a5f;
}

.bp-nav__item:hover {
    background: #5c5edc;
}

.bp-icon:after {
    font-family: 'bpicons';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    text-align: center;
    text-transform: none;
    color: #6ecee6;
    -webkit-font-smoothing: antialiased;
    speak: none;
}

.bp-nav .bp-icon:after {
    line-height: 2.4;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: 0;
}

.bp-nav a:hover:after {
    color: #fff;
}

.bp-icon--next:after {
    content: '\e000';
}

.bp-icon--drop:after {
    content: '\e001';
}

.bp-icon--archive:after {
    content: '\e002';
}

.bp-icon--about:after {
    content: '';
}

.bp-icon--prev:after {
    content: '\e004';
}

#overlay {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    transition: 1s 0.4s;
}

#progress {
    height: 1px;
    background: #fff;
    position: absolute;
    width: 0;
    top: 50%;
}

#progstat {
    font-size: 0.7em;
    letter-spacing: 3px;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    width: 100%;
    text-align: center;
    color: #fff;
    text-align: center;
}

.ld_theme {
    font-size: 1.5em;
    font-family: 'OpenSans';
    cursor: pointer;
}

.services {
    width: 100%;
    display: inline;
}

.header__label {
    color: #24b94c;
    margin: 0.5em;
    font-size: 1.0em;
    padding: 0;
    font-family: 'OpenSans';
    font-weight: bold;
}

.Services_main {
    display: inline-flex;
}

.img_content {
    width: 25vw;
    margin: 1%;
}

.content_services {
    width: 100%;
    display: inline-flex;
}

.text_content {
    margin: auto;
    text-align: left;
    width: 60%;
}

#KansyamLogo {
    width: 70% !important;
}