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

@font-face {
    font-family: roboto;
    font-style: italic;
    src: url('fonts/Roboto-Italic.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 100;
    src: url('fonts/Roboto-Thin.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 100;
    font-style: italic;
    src: url('fonts/Roboto-ThinItalic.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 200;
    src: url('fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 200;
    font-style: italic;
    src: url('fonts/Roboto-LightItalic.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 500;
    src: url('fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 500;
    font-style: italic;
    src: url('fonts/Roboto-MediumItalic.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 600;
    src: url('fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 600;
    font-style: italic;
    src: url('fonts/Roboto-BoldItalic.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 800;
    src: url('fonts/Roboto-Black.ttf');
}

@font-face {
    font-family: roboto;
    font-weight: 800;
    font-style: italic;
    src: url('fonts/Roboto-BlackItalic.ttf');
}

@font-face {
    font-family: isocteur;
    src: url('fonts/ISOCTEUR.ttf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family: "roboto";
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

section:focus {
    outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li,
a {
    text-decoration: none;
    color: unset;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navbar {
    height: 85px;
    width: 100vw;
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: all ease 1s;
    color: white;
    font-weight: 200px;
    z-index: 999;
}

.fixed:not(.block-scroll) .navbar {
    background: white;
    color: #2a2a2a;
    height: 75px;
}

.static .navbar {
    background: white;
    color: #2a2a2a;
    height: 75px;
}

.navbar ul {
    height: 100%;
    display: flex;
    align-items: center;
}

.navbar ul li {
    position: relative;
}

.logo-white {
    height: 55px;
    margin-left: 30px;
    margin-right: 30px;
    display: block;
}

.logo-color {
    height: 55px;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
}

.fixed:not(.block-scroll) .logo-white {
    display: none;
}

.static .logo-white {
    display: none;
}

.fixed:not(.block-scroll) .logo-color {
    display: block;
}

.static .logo-color {
    display: block;
}

.navbar ul:nth-of-type(2) li {
    margin-left: 25px;
    margin-right: 25px;
}

.navbar ul:nth-of-type(3) {
    display: none;
}

.nav-link {
    letter-spacing: 0;
    padding-bottom: 5px;
    padding-top: 8px;
}

.nav-link:hover,
.nav-link:active {
    letter-spacing: 3px;
    transition: all 280ms ease-in-out;
}

.nav-link:after {
    backface-visibility: hidden;
    height: 1px;
    background: white;
    box-sizing: border-box;
    bottom: -3px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.fixed:not(.block-scroll) .nav-link:after {
    background: #2a2a2a;
}

.static .nav-link:after {
    background: #2a2a2a;
}

.nav-link:hover:after {
    transition: width 350ms ease-in-out;
    width: 100%;
}

.nav-link:active:after {
    transition: width 350ms ease-in-out;
    width: 100%;
}

.activex {
    letter-spacing: 3px;
}

.nav-link.activex:after {
    width: 100%;
    height: 1px;
}

.langbar {
    font-weight: 100;
}

.langbar .active {
    font-weight: 700;
}

.langi {
    margin-top: 100px;
}

.hexabox {
    height: 30px;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hexalang {
    height: 30px;
    width: 30px;
    background-image: url('../resources/img/hex.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2a2a2a;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    position: absolute;
    z-index: 9;
    top: 0;
}

.hexalang-hide {
    height: 30px;
    width: 30px;
    background-image: url('../resources/img/hex2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 12px;
    font-weight: 600;
    top: 0;
    cursor: pointer;
    position: absolute;
    z-index: 0;
}

.fixed:not(.block-scroll) .hexalang {
    background-image: url('../resources/img/hexb.svg');
    color: white;
}

.static .hexalang {
    background-image: url('../resources/img/hexb.svg');
    color: white;
}

.fixed:not(.block-scroll) .hexalang-hide {
    background-image: url('../resources/img/hexb2.svg');
    color: #2a2a2a;
}

.static .hexalang-hide {
    background-image: url('../resources/img/hexb2.svg');
    color: #2a2a2a;
}

.dropit {
    transform: translateY(33px);
    transition: all 0.2s ease-out;
    display: flex;
}

.hide {
    display: none;
}

.hexa-en {}

.hexa-pt {
    display: none;
}


/* THis is switch language*/

.switch-lang {
    min-width: 50px;
    position: relative;
    margin-right: 20px;
}

.middle {
    margin-right: 55px;
}


/*  Toggle Switch  */

.toggleSwitch span span {
    display: none;
}

.toggleSwitch {
    display: inline-block;
    position: relative;
    overflow: visible;
    padding: 0;
    cursor: pointer;
    width: 0px;
    height: 20px;
}

.toggleSwitch {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.toggleSwitch label,
.toggleSwitch>span {
    vertical-align: middle;
    height: 22px;
    line-height: 24px;
}

.toggleSwitch input:focus~a,
.toggleSwitch input:focus+label {
    outline: none;
}

.toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
}

.toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
}

.toggleSwitch>span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
}

.toggleSwitch>span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    font-size: 11px;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
}

.toggleSwitch a {
    width: 20px;
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.toggleSwitch>span span:first-of-type {
    color: #fff;
    opacity: 1;
    left: 55%;
}

.toggleSwitch>span:before {
    content: '';
    display: block;
    width: 96%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -2px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.toggleSwitch input:checked~a {
    border-color: #fff;
    margin-left: -13px;
    left: 41px;
}

.toggleSwitch input:checked~span:before {
    border-color: #fff;
    box-shadow: inset 0 0 0 30px transparent;
}

.toggleSwitch input:checked~span span:first-of-type {
    opacity: 0;
}

.toggleSwitch input:checked~span span:last-of-type {
    opacity: 1;
    color: #fff;
}

.fixed:not(.block-scroll) .toggleSwitch a {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.static .toggleSwitch a {
    background-color: #2a2a2a;
    border: 1px solid #2a2a2a;
}

.fixed:not(.block-scroll) .toggleSwitch>span span:first-of-type {
    color: #2a2a2a;
}

.static .toggleSwitch>span span:first-of-type {
    color: #2a2a2a;
}

.fixed:not(.block-scroll) .toggleSwitch>span:before {
    border: 1px solid #2a2a2a;
}

.static .toggleSwitch>span:before {
    border: 1px solid #2a2a2a;
}

.fixed:not(.block-scroll) .toggleSwitch input:checked~a {
    border-color: #2a2a2a;
}

.static .toggleSwitch input:checked~a {
    border-color: #2a2a2a;
}

.fixed:not(.block-scroll) .toggleSwitch input:checked~span:before {
    border-color: #2a2a2a;
    box-shadow: inset 0 0 0 30px transparent;
}

.static .toggleSwitch input:checked~span:before {
    border-color: #2a2a2a;
    box-shadow: inset 0 0 0 30px transparent;
}

.fixed:not(.block-scroll) .toggleSwitch input:checked~span:before {
    border-color: #2a2a2a;
    box-shadow: inset 0 0 0 30px transparent;
}

.static .toggleSwitch input:checked~span:before {
    border-color: #2a2a2a;
    box-shadow: inset 0 0 0 30px transparent;
}

.fixed:not(.block-scroll) .toggleSwitch input:checked~span span:last-of-type {
    color: #2a2a2a;
}

.static .toggleSwitch input:checked~span span:last-of-type {
    color: #2a2a2a;
}

.nav-wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.navburger {
    box-sizing: border-box;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    align-content: center;
    overflow: hidden;
    margin-left: 40px;
    margin-right: 40px;
    z-index: 999999999;
}

.hamburger .line {
    width: 28px;
    height: 3px;
    background-color: white;
    display: block;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    border-radius: 20px;
}

.fixed:not(.block-scroll) .hamburger .line {
    background-color: #2a2a2a;
}

.static .hamburger .line {
    background-color: #2a2a2a;
}

.hamburger:hover {
    cursor: pointer;
}

.hamburger.is-active {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hamburger.is-active .line:nth-child(2) {
    width: 0px;
}

.hamburger.is-active .line:nth-child(1),
.hamburger.is-active .line:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(3px);
    -ms-transform: translateY(3px);
    -o-transform: translateY(3px);
    transform: translateY(3px);
}

.hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-13px) rotate(90deg);
    -ms-transform: translateY(-13px) rotate(90deg);
    -o-transform: translateY(-13px) rotate(90deg);
    transform: translateY(-13px) rotate(90deg);
}

.dropdown {
    position: fixed;
    background: rgba(0, 0, 0, .85);
    width: 100vw;
    height: 100vh;
    z-index: 99;
    transform: translateY(-100%);
    transition: transform 1s;
    overflow-y: auto;
    display: table;
    vertical-align: middle;
    margin: 0;
    padding: 0;
}

.dropdown::-webkit-scrollbar {
    display: none;
}

.dropdown.drop-it {
    transform: translateY(0%);
}

.droplist {
    text-align: center;
    padding: 0;
    width: 100%;
    padding-top: 25px;
    color: white;
    display: table-cell;
    vertical-align: middle;
}

.dropitem {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

.dropitem a {
    font-size: 40px;
    font-family: "isocteur";
    text-align: center;
    position: relative;
}

.block-scroll {
    overflow: hidden;
}

.lang {
    padding-top: 50px;
    padding-bottom: 50px;
}

canvas {
    display: block;
    vertical-align: bottom;
    z-index: 9;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 9;
}

#particles-js-black {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 9;
}

.frontcover {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100vh;
    min-height: 500px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    overflow: hidden;
}

.frontcover header {
    position: absolute;
    bottom: 20%;
    margin-left: 35px;
    margin-right: 35px;
    transition: all 1s;
}

.frontcover h1 {
    color: white;
    font-weight: 200;
    font-size: 65px;
    margin: 0;
}

.frontcover h2 {
    color: white;
    font-weight: 100;
    font-size: 50px;
    margin: 0;
}

.frontcover-in {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.wrapper {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.frontcover img {
    height: 50px;
    width: 50px;
    bottom: 30px;
    left: calc(50% - 25px);
    position: absolute;
    animation: bounce 0.45s ease-in-out infinite alternate;
    z-index: 9;
}

@keyframes bounce {
    0% {
        margin-bottom: 8px
    }
    100% {
        margin-bottom: 0px
    }
}

.section-body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 700px;
    color: #2a2a2a;
    overflow: hidden;
}

.section-body main {
    padding-top: 150px;
}

.section-body h3 {
    color: #238acc;
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    position: relative;
    margin-left: 25px;
    margin-right: 25px;
}

.section-body h3::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    width: 120px;
    height: 3px;
    background: #238acc;
}

.section-body p {
    max-width: 800px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 150px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 40px;
}

.section-body h4 {
    color: #238acc;
    font-size: 33px;
    font-weight: 200;
    text-align: center;
    position: relative;
}

.section-body h4::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    width: 75px;
    height: 2px;
    background: #238acc;
}

.partners-row {
    margin-top: 70px;
    margin-bottom: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.partners-column {
    float: left;
}

.partners-column:nth-of-type(1) {
    padding-right: 75px;
}

.partners-column span {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 40px;
    font-family: "isocteur";
    font-size: 25px;
    width: 100%;
    float: left;
}

.partners-cell {
    float: left;
    width: 250px;
    margin-right: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.partners-cell img {
    width: 100%;
}

.partners-cell img:hover {
    opacity: 0.7;
    transition: 0.6s all ease;
    cursor: pointer;
}

.partners-cell:nth-of-type(4) {
    margin-right: 0;
}

.partners-cell:nth-of-type(4) img {
    width: 70%;
    margin: 0;
}

.footer {
    width: 100%;
    background: #2a2a2a;
    color: white;
    z-index: 999;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    padding: 40px 30px 10px 30px;
}

.footer-left {
    min-width: 275px;
}

.footer-left img {
    height: 70px;
    margin-bottom: 20px;
}

.footer-left div:nth-of-type(2) {
    font-weight: 200;
    font-size: 15px;
}

.footer-left div:nth-of-type(3) {
    margin-top: 50px;
    font-size: 12px;
}

.footer-left div:nth-of-type(4) {
    margin-top: 0px;
    font-style: italic;
    font-size: 12px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 300px;
    float: left;
}

.footer-right div {
    display: flex;
    justify-content: flex-end;
}

.footer-right div:nth-of-type(1) img {
    margin-left: 20px;
    height: 50px;
}

.footer-right div:nth-of-type(2) img {
    height: 50px;
    margin-left: 30px;
}

.footer-container:nth-of-type(2) span {
    font-weight: 400;
    bottom: 0;
    left: 0;
    font-size: 10px;
    color: #238acc;
}

.logo-title {
    text-align: right;
    margin-top: 35px;
    font-size: 15px;
    font-weight: 100;
}

.frontcover .bigtitle {
    margin: 0 auto;
    top: calc(50% - 50px);
    left: calc(50% - 300px);
    bottom: unset;
    width: 600px;
    height: 100px;
    text-align: center;
    display: inline-block;
}

.bigtitle h1 {
    font-size: 120px;
    font-weight: 100;
}

.section-body .project-text {
    padding-top: 250px;
    padding-bottom: 100px;
    margin: 0;
}

.section-body .project-text h2 {
    color: #238acc;
    font-size: 38px;
    font-weight: 200;
}

.section-body .project-text span {
    font-size: 26px;
    font-weight: 200;
    line-height: 35px;
}

.section-body .project-text p {
    font-size: 18px;
    font-weight: 100;
    padding: 0;
    margin: 10px 0 10px 0;
    line-height: 40px;
    max-width: unset;
    text-align: justify;
    text-justify: inter-word;
}

.project-text .col {
    box-sizing: border-box;
    display: table-cell;
}

.project-text .col-1 {
    width: 20%;
    padding-left: 25px;
}

.project-text .col-2 {
    width: 50%;
    min-width: 600px;
    padding-left: 70px;
    padding-right: 30px;
    margin: 0;
    align-items: center;
    align-content: center
}

.project-text .col-3 {
    width: 20%;
    padding-right: 25px;
}

.row-title {
    height: 100px;
    margin-bottom: 100px;
    padding-top: 10px;
}

.min {
    display: none;
}

.col-2 .row-title {
    padding-top: 10px;
}

.section-body .project-text .img-logo {
    width: 100%;
    padding: 50px 20px 50px 20px;
    margin: 0 auto;
    justify-content: center;
    display: inline-flex;
    align-items: flex-start;
}

.section-body .project-text .il1 img {
    width: 80px;
    height: auto;
}

.section-body .project-text .il2 img {
    width: 300px;
}

.section-body .project-text .img-frame {
    width: 100%;
    margin: 40px 0 40px 0;
}

.section-body .project-text .img-frame img {
    width: 100%;
}

.paralax {
    width: 100%;
    height: 300px;
    position: relative;
    background-attachment: fixed;
    background-size: cover !important;
    background-position: center;
    background-blend-mode: screen;
}

.paralax h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-family: "roboto";
    font-weight: 100;
    color: #fff;
    width: 100%;
    text-align: center;
}

.paralax img {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
}

.paralax .paralax-1 {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.paralax .paralax-1 .new-paralax {
    z-index: -100000;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-blend-mode: screen;
    height: 100%;
    width: 100%;
    position: relative;
}

.paralax-1 .areas {
    background-image: url('../resources/img/ocu-paralax.jpg');
}

.paralax-1 .co-pro {
    background-image: url('../resources/img/copromotion.jpg');
}

.section-body .project-areas {
    position: relative;
    display: flex;
    justify-content: center;
    padding-top: 100px;
    padding-bottom: 150px;
    flex-wrap: wrap;
}

.area-frame {
    width: 468px;
    height: 395px;
    margin: 10px;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    color: #238acc;
    transition: all ease 0.3s;
}

.area-frame-img {
    height: 170px;
}

.area-frame-img img {
    width: 200px;
}

.area-frame-img img:nth-of-type(2) {
    display: none;
}

.area-frame-title {
    font-family: "isocteur";
    margin: 0px 0 25px 0;
}

.area-frame-title h5 {
    font-family: "isocteur";
    font-size: 25px;
}

.area-frame-text {
    line-height: 25px;
    font-size: 13px;
}

.area-frame:hover {
    background: #2a2a2a;
    color: white;
}

.area-frame:hover .area-frame-img img {
    -webkit-filter: brightness(7);
    filter: brightness(7);
}

.section-body .project-co-pro {
    position: relative;
    padding-top: 80px;
    padding-bottom: 150px;
}

.project-co-pro h3 {
    font-size: 40px;
    color: #238acc;
}

.project-co-pro p {
    font-size: 18px;
    color: #2a2a2a;
    text-align: center;
}

.holders {
    width: 100%;
    display: flex;
    justify-content: center;
}

.h-col {
    width: 450px;
    margin: 30px;
    text-align: center;
    color: #238acc;
    transition: all ease 0.3s;
}

.h-title {
    width: 450px;
    height: 450px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 25px;
}

.h-title h5 {
    font-family: "isocteur";
    font-size: 27px;
    padding-left: 100px;
    padding-right: 100px;
}

.h-title img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-20deg);
    transition: all ease 0.3s;
}

.h-title:hover img {
    transform: rotate(20deg);
    transition: all ease 0.3s;
}

.h-text {
    text-align: justify;
}

.h-text h6 {
    text-align: justify;
    font-size: 20px;
    color: #2a2a2a;
    padding-top: 40px;
    padding-bottom: 20px;
    font-weight: 200;
}

.h-text p {
    text-align: justify;
    padding: 0 0 50px 0;
    font-size: 15px;
}

.team-body h2 {
    font-size: 60px;
    font-weight: 100;
    position: relative;
    letter-spacing: -2px;
}

.team-body h2::after {
    position: absolute;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    width: 75px;
    height: 2px;
    background: #2a2a2a;
}

.team-body {
    text-align: center;
}

.team-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 150px;
}

.team-frame {
    width: 350px;
    overflow: hidden;
    margin: 30px 60px 120px 60px;
}

.member-f {
    margin: 0;
}

.member-portrait {
    width: 350px;
    height: 410px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.member-p {
    width: 300px;
    height: 351px;
    filter: none;
}

.team-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

.team-title h3 {
    font-weight: 200;
    letter-spacing: -2px;
    font-size: 45px;
    color: #2a2a2a;
    transition: all ease 0.6s;
}

.team-title h3::after {
    width: 0;
}

.team-subtitle span {
    font-family: "isocteur";
    font-size: 20px;
}

.team-frame img {
    width: 100%;
    transition: all ease 0.6s;
}

.team-frame:hover {
    cursor: pointer;
}

.team-frame:hover .team-portrait {
    -webkit-filter: unset;
    filter: unset;
    transition: all ease 0.6s;
}

.team-frame:hover .team-title h3 {
    color: #238acc;
    transition: all ease 0.6s;
}

.backbutton {
    height: 50px;
    position: absolute;
    top: 150px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all ease 0.4s;
}

.backbutton span {
    font-family: 'isocteur';
    color: #2a2a2a;
    display: inline-block;
    margin-left: 15px;
    width: 0;
    overflow: hidden;
    font-size: 18px;
    white-space: nowrap;
}

#backbutton {
    text-decoration: none;
    color: unset;
    background-color: unset;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    text-rendering: 0;
    color: unset;
    display: flex;
    outline: none;
    cursor: pointer;
}

.backbutton img {
    height: 40px;
}

.backbutton:hover span {
    width: 100%;
    transition: all ease 0.6s;
}

.backbutton:active {
    transform: scale(1.2);
    opacity: 1;
}

.colm-1 {
    margin-top: 70px;
    padding-bottom: 200px;
    margin-left: 30px;
    width: 350px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.colm-2 {
    width: calc(100% - 350px);
    margin-top: 70px;
    padding-bottom: 200px;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 50px;
    margin-right: 30px;
    height: 100%;
    text-align: left;
}

.tm {
    display: flex;
}

.team-portrait {
    width: 350px;
    height: 410px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    position: relative;
}

.member-title h3 {
    font-weight: 200;
    letter-spacing: -2px;
    font-size: 50px;
    color: #238acc;
    transition: all ease 0.6s;
    text-align: left;
    margin: 0;
}

.member-title h3::after {
    width: 0;
}

.member-subtitle {
    padding-bottom: 20px;
}

.member-subtitle span {
    font-weight: 100;
    font-size: 30px;
}

.member-text p {
    text-align: left;
    max-width: 800px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: 200;
    line-height: 36px;
    color: #2a2a2a;
}

.member-portrait {
    width: 300px;
    height: 351px;
    margin-bottom: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.member-portrait:hover {
    cursor: pointer;
}

.me-frame {
    background-image: url('../resources/img/me-frame-hexa.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: none;
    width: 100%;
    height: 100%;
}

@supports not (clip-path: polygon(50% 0%,
100% 25%,
100% 75%,
50% 100%,
0% 75%,
0% 25%)) {
    .me-frame {
        display: flex;
    }
}

.bullets {
    width: 30px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cacaca;
}

.linkblog {
    width: 100%;
    height: 40px;
    display: flex;
    cursor: pointer;
}

.linkblog .row-1 {
    width: calc((100% - 40px)/2);
    height: 40px;
    color: #cacaca;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 5px;
    font-weight: 100;
    font-size: 18px;
}

.linkblog .row-2 {
    width: 40px;
    height: 40px;
    background-image: url('../resources/img/hexagray.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

.linkblog .row-3 {
    width: calc((100% - 40px)/2);
    height: 40px;
}

.linkblog:hover .row-1 {
    color: #2a2a2a;
    font-weight: 400;
}

.linkblog:hover .row-2 {
    background-image: url('../resources/img/hexadark.png');
}

.linkblog:active .row-1 {
    font-weight: 600;
}

.linkblog:active .row-2 {
    transform: scale(1.2);
}

.blog-display {
    display: flex;
    flex-wrap: wrap;
    padding-left: 40px;
    padding-right: 40px;
    justify-content: center;
}

.blog-frame {
    width: 356px;
    height: 500px;
    background: #fafafa;
    position: relative;
    margin: 10px 35px 45px 35px;
    overflow: hidden;
    z-index: 77;
}

.blog-portrait {
    width: 356px;
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    cursor: pointer;
}

.blog-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 356px;
    height: 250px;
    background: #238acc;
    opacity: 0.5;
    display: none;
    transition: 0.3s all ease;
    cursor: pointer;
}

.portrait-wrapper:hover .blog-overlay {
    display: initial;
    cursor: pointer;
}

.blog-title {
    margin-top: 10px;
    margin: 10px 10px 10px 10px;
}

.blog-title h5 {
    font-size: 23px;
    color: #238acc;
    font-weight: 400;
}

.blog-date {
    margin: 0px 10px 3px 10px;
    font-size: 15px;
}

.blog-author {
    margin: 0px 10px 10px 10px;
    font-size: 13px;
}

.blog-text {
    margin: 20px 10px 10px 10px;
    font-size: 14px;
    text-align: justify;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 75px;
}

.blog-more {
    margin: 5px 10px 10px 10px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    font-size: 18px;
}

.blog-more u {
    font-family: "isocteur";
}

.blog-more:hover {
    color: #238acc;
    transition: 0.3s all ease;
}

.blog-main {
    position: relative;
}

.blog-but {
    top: 100px;
}

.blog-portrait-cover {
    width: 100%;
    height: 225px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: absolute;
    top: 200px;
}

.article-text-wrapper {
    margin-top: 350px;
    width: 100%;
    position: relative;
    display: flex;
    transition: 0.8s all ease;
}

.article-col1 {
    width: 500px;
    padding-left: 30px;
}

.article-col2 {
    width: calc(100% - 500px);
    padding-top: 18px;
}

.article-col2 h3 {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 30px;
    font-weight: 400;
    margin: 0;
    max-width: 1200px;
}

.article-col2 h3::after {
    width: 0;
}

.article-col2 p {
    text-align: justify;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 40px;
    color: #2a2a2a;
    display: block;
    max-width: 1200px;
}

.article-col2 img {
    max-width: 100%;
    height: auto;
}

.article-author {
    width: 100%;
    display: flex;
}

.author-portrait {
    width: 125px;
    height: 146px;
    margin-bottom: 15px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.author-info {
    padding-left: 15px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
}

.author-info h6 {
    font-weight: 200;
    font-size: 30px;
    color: #238acc;
}

.author-info span:nth-of-type(1) {
    font-weight: 100;
    color: #238acc;
    padding-bottom: 5px;
}

.author-info span:nth-of-type(2) {
    font-weight: 200;
    color: #2a2a2a;
    padding-bottom: 5px;
    padding-bottom: 5px;
    font-size: 15px;
}

.article-author-hidden {
    width: 100%;
    padding-bottom: 20px;
    display: none;
    flex-direction: column;
    align-items: center;
}

.author-portrait-hidden {
    width: 65px;
    height: 76px;
    margin-bottom: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

.author-info-hidden {
    padding-left: 15px;
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    padding-top: 0;
}

.author-info-hidden h6 {
    font-weight: 200;
    font-size: 18px;
    color: #238acc;
}

.author-info-hidden span:nth-of-type(1) {
    font-weight: 100;
    color: #238acc;
    padding-bottom: 12px;
    font-size: 11px;
    padding-top: 0;
    line-height: 21px;
}

.author-info-hidden span:nth-of-type(2) {
    font-weight: 400;
    color: #2a2a2a;
    padding-top: 10px;
    padding-bottom: 5px;
    font-size: 17px;
    line-height: 13px;
}

.share {
    display: inline-block;
    margin-top: 45px;
    position: relative;
}

.share-title {
    margin-bottom: 5px;
    position: relative;
}

.share-title h6 {
    font-size: 14px;
    color: #828282;
    font-weight: 100;
    font-family: 'isocteur';
    position: relative;
    display: inline-block;
}

.share-title h6::before {
    position: absolute;
    left: 0;
    bottom: -5px;
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background: #cacaca;
}

.share-body {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.share-body a {
    margin-right: 5px;
}

.mediabox {
    margin: 4px;
    border: 1px solid #cacaca;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.fb img {
    height: 17px;
}

.fb img:nth-of-type(2) {
    display: none;
}

.fb:hover {
    background: #3b5998;
    border: 0;
    transition: all 1s ease;
}

.fb:hover img:nth-of-type(1) {
    display: none;
}

.fb:hover img:nth-of-type(2) {
    display: initial;
}

.tw img {
    height: 13px;
}

.tw img:nth-of-type(2) {
    display: none;
}

.tw:hover {
    background: #00aced;
    border: 0;
    transition: all 1s ease;
}

.tw:hover img:nth-of-type(1) {
    display: none;
}

.tw:hover img:nth-of-type(2) {
    display: initial;
}

.gplus img {
    height: 13px;
}

.gplus img:nth-of-type(2) {
    display: none;
}

.gplus:hover {
    background: #D84B37;
    border: 0;
    transition: all 1s ease;
}

.gplus:hover img:nth-of-type(1) {
    display: none;
}

.gplus:hover img:nth-of-type(2) {
    display: initial;
}

.in img {
    height: 13px;
}

.in img:nth-of-type(2) {
    display: none;
}

.in:hover {
    background: #007bb6;
    border: 0;
    transition: all 1s ease;
}

.in:hover img:nth-of-type(1) {
    display: none;
}

.in:hover img:nth-of-type(2) {
    display: initial;
}

.pin img {
    height: 15px;
}

.pin img:nth-of-type(2) {
    display: none;
}

.pin:hover {
    background: #cb2027;
    border: 0;
    transition: all 1s ease;
}

.pin:hover img:nth-of-type(1) {
    display: none;
}

.pin:hover img:nth-of-type(2) {
    display: initial;
}

.mediabox:nth-of-type(1) {
    margin-left: 0;
}

.mediabox:nth-of-type(5) {
    margin-right: 0;
}

.share ul {
    padding-top: 100px;
}

.share-hidden {
    display: none;
}

.wrapperbacktop {
    margin-top: 20px;
    margin-bottom: 50px;
    padding-top: 80px;
    padding-bottom: 20px;
    width: 100%;
    max-width: 1200px;
    flex-direction: column;
    align-items: center;
    display: flex;
    font-family: 'isocteur';
}

.wraptop {
    flex-direction: column;
    align-items: center;
    display: flex;
    font-family: 'isocteur';
}

.backtext {
    margin-top: 20px;
    font-family: 'isocteur';
    width: 0px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    transition: all ease 0.2s;
    white-space: nowrap;
}

.backtop {
    width: 80px;
    height: 80px;
    border: 4px solid #dadada;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 45px;
    color: #dadada;
    transition: all ease 0.2s;
    cursor: pointer;
    font-family: 'isocteur';
}

#setahover {
    width: 17px;
}

#seta1 {
    width: 17px;
    display: none;
}

.wraptop:hover .backtop {
    color: #2a2a2a;
    border: 4px solid #2a2a2a;
}

.wraptop:hover .backtext {
    width: 100%;
}

.wraptop:hover #seta1 {
    display: initial;
}

.wraptop:hover #setahover {
    display: none;
}

.body-title {
    width: 100%;
    margin-top: 15px;
}

.body-content {
    width: 100%;
    padding-bottom: 180px;
    margin-top: 130px;
    display: flex;
}

.body-content-hidden {
    width: 100%;
    margin-top: 45px;
    display: none;
}

.body-title h2 {
    font-size: 60px;
    color: #238acc;
    font-weight: 100;
    text-align: center;
    position: relative;
}

.body-title h2::after {
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    width: 90px;
    height: 2px;
    background: #238acc;
}

.content-adress {
    width: 260px;
    min-width: 260px;
    padding-top: 10px;
    padding-left: 60px;
}

.content-adress h6 {
    padding-bottom: 8px;
    font-size: 22px;
    color: #238acc;
    font-weight: 400;
}

.content-adress p {
    padding: 0px;
    font-size: 13px;
    font-weight: 200;
    line-height: 16px;
    max-width: unset;
    margin: 0;
}

.content-adress i {
    padding-top: 3px;
}

.address {
    padding: 8px 0 40px 0;
}

.content-adress-hidden {
    margin-left: 15px;
    margin-right: 20px;
    min-width: 150px;
}

.content-adress-hidden h6 {
    padding-bottom: 8px;
    font-size: 22px;
    color: #238acc;
    font-weight: 400;
}

.content-adress-hidden p {
    padding: 0px;
    font-size: 13px;
    font-weight: 200;
    line-height: 16px;
    max-width: unset;
    margin: 0;
}

.content-adress-hidden i {
    padding-top: 3px;
}

.content-text {
    width: calc(50% - 260px);
    padding-left: 90px;
    padding-right: 90px;
}

.content-text-hidden {
    width: 100%;
    display: none;
    margin-top: 50px;
}

.content-text-hidden-small {
    width: 100%;
}

.content-text-hidden-small-bottom {
    width: 100%;
}

.section-body .content-text-hidden-small p {
    margin: 0;
    padding: 0 50px 15px 50px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
}

.section-body .content-text-hidden-small-bottom p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 20px;
    margin-right: 30px;
    padding-bottom: 10px;
    padding-top: 9px;
}

.content-text p {
    padding: 10px;
    font-size: 15px;
    line-height: 30px;
}

.content-text-hidden p {
    padding: 0px;
    font-size: 12px;
    line-height: 20px;
}

.content-form {
    padding: 0 50px 0 50px;
    max-width: 600px;
    min-width: 250px;
    width: 100%;
}

.form-input {
    margin-top: 5px;
    margin-bottom: 15px;
    position: relative;
}

.form-input input {
    height: 30px;
    width: calc(100% - 20px);
    border: 1px solid #2a2a2a;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    margin-top: 5px;
    margin-left: 1px;
}

.form-textarea {
    margin-top: 5px;
}

.form-textarea textarea {
    width: calc(100% - 20px);
    min-height: 250px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
    border: 1px solid #2a2a2a;
    font-family: "roboto";
    outline: none;
    margin-left: 1px;
}

.form-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cacaca;
    font-style: italic;
}

.form-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #cacaca;
    font-style: italic;
}

.form-input input:-ms-input-placeholder {
    /* IE 10+ */
    color: #cacaca;
    font-style: italic;
}

.form-input input:-moz-placeholder {
    /* Firefox 18- */
    color: #cacaca;
    font-style: italic;
}

.form-textarea textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #cacaca;
    font-style: italic;
}

.form-textarea textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #cacaca;
    font-style: italic;
}

.form-textarea textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #cacaca;
    font-style: italic;
}

.form-textarea textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #cacaca;
    font-style: italic;
}

.contact-form label {
    color: #238acc;
    font-size: 18px;
    font-weight: 200;
}

.error input,
.error textarea {
    border: 1px solid rgb(250, 75, 30);
    color: rgb(250, 75, 30);
}

.error {
    color: rgb(250, 75, 30);
    font-size: 12px;
    margin-top: 10px;
}

.error label {
    color: rgb(250, 75, 30);
    font-weight: 400;
}

.alert.success {
    border: 1px solid #58d445;
    background-color: #d2ffcc;
    padding: 10px;
    color: #555;
    line-height: 1.4em;
    font-size: 14px;
}

.send {
    margin-top: 18px;
}

.send button {
    text-decoration: none;
    background-color: #2a2a2a;
    box-sizing: border-box;
    padding: 0;
    border: 0;
    text-rendering: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    outline: none;
    cursor: pointer;
    width: 160px;
    height: 38px;
    font-family: "roboto";
    font-weight: 100;
    font-size: 15px;
    margin-left: 1px;
}

.send button:hover {
    background-color: #238acc;
    color: white;
}


/* --------------------------------------------------------------------------------- */


/* SLIDER SWIPE */

.slideshow-container {
    height: 100%;
}

.slideshow-container .swiper-container {
    height: 100%;
    width: 100%;
}

.slideshow-container .swiper-container .swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fullslider {
    width: 100%;
    object-fit: cover;
    height: 100%;
    background-color: #fff;
}


/* SLIDER SWIPE  */


/* --------------------------------------------------------------------------------- */


/* MEDIA QUERIES */


/* MEDIA QUERIES */


/* MEDIA QUERIES */


/* MEDIA QUERIES */


/* MEDIA QUERIES */


/* MEDIA QUERIES */


/* MEDIA QUERIES */

@media screen and (max-width: 1380px) {
    .frontcover h1 {
        font-size: 55px;
    }
    .frontcover h2 {
        font-size: 35px;
    }
    .section-body h3 {
        font-size: 27px;
    }
    .section-body h4 {
        font-size: 24px;
    }
    .section-body p {
        font-size: 15px;
    }
    .partners-column span {
        font-size: 20px;
    }
    .partners-cell {
        width: 200px;
    }
    .col-1 .row-title {
        padding-left: 50px;
    }
    .section-body .project-text h2 {
        font-size: 30px;
    }
    .section-body .project-text span {
        font-size: 23px;
    }
    .section-body .project-text p {
        font-size: 15px;
    }
    .section-body .project-text .il1 img {
        width: 70px;
    }
    .section-body .project-text .il2 img {
        width: 270px;
    }
    .bigtitle h1 {
        font-size: 80px;
    }
    .paralax h2 {
        font-size: 35px;
    }
    .paralax img {
        width: 23px;
    }
    .area-frame {
        width: 350px;
        min-width: 350px;
        height: 420px;
    }
    .area-frame-img {
        height: 125px;
    }
    .area-frame-img img {
        width: 150px;
    }
    .area-frame-title h5 {
        font-size: 23px;
    }
    .area-frame-text {
        font-size: 12px;
    }
    .project-co-pro h3 {
        font-size: 33px;
    }
    .h-col {
        width: 300px;
    }
    .h-title {
        width: 300px;
        height: 300px;
    }
    .h-title h5 {
        font-size: 20px;
    }
    .h-text h6 {
        font-size: 18px;
    }
    .h-text p {
        font-size: 12px;
    }
    .team-frame {
        width: 300px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .team-portrait {
        width: 300px;
        height: 351px;
    }
    .team-title h3 {
        font-size: 40px;
    }
    .member-title h3 {
        font-size: 35px;
    }
    .member-subtitle span {
        font-size: 25px;
    }
    .member-portrait {
        width: 250px;
        height: 293px;
    }
    .colm-1 {
        width: 300px;
    }
    .colm-2 {
        width: calc(100% - 300px);
    }
    .blog-frame {
        width: 300px;
        margin: 10px 20px 25px 20px;
    }
    .blog-portrait {
        width: 300px;
    }
    .blog-overlay {
        width: 300px;
    }
    .blog-title h5 {
        font-size: 20px;
    }
    .article-col1 {
        width: 350px;
    }
    .article-col2 {
        width: calc(100% - 350px);
        padding-top: 20px;
    }
    .article-col2 h3 {
        font-size: 32px;
    }
    .author-portrait {
        width: 110px;
        height: 120px;
    }
    .author-info {
        padding-top: 33px;
    }
    .author-info h6 {
        font-size: 26px;
    }
    .author-info span:nth-of-type(1) {
        font-size: 13px;
    }
    .author-info span:nth-of-type(2) {
        font-size: 13px;
    }
    .body-title h2 {
        font-size: 50px;
    }
    .body-title h2::after {
        width: 60px;
    }
    .content-text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .content-text-hidden p {
        font-size: 13px;
    }
}

@media screen and (max-width: 980px) {
    .frontcover h1 {
        font-size: 40px;
    }
    .frontcover h2 {
        font-size: 27px;
    }
    .footer-left {
        width: 100%;
        margin: 0 0 10px 0;
    }
    .footer-right {
        width: 100%;
        margin: 50px 0 0 0;
    }
    .footer-right div {
        justify-content: center;
    }
    .footer-right div:nth-of-type(2) {
        margin: 50px 0 20px 0;
    }
    .footer-right div:nth-of-type(2) img {
        margin: 0 10px 0 10px;
    }
    .footer-container {
        display: block;
    }
    .footer-end {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .bigtitle h1 {
        font-size: 80px;
    }
    .section-body .project-text h2 {
        font-size: 25px;
    }
    .section-body .project-text span {
        font-size: 20px;
    }
    .section-body .project-text p {
        font-size: 15px;
        line-height: 35px;
    }
    .section-body .project-text .il1 img {
        width: 70px;
    }
    .section-body .project-text .il2 img {
        width: 270px;
    }
    .project-text .col-2 {
        min-width: 500px;
        padding-left: 40px;
    }
    .paralax {
        height: 200px;
    }
    .paralax h2 {
        font-size: 35px;
    }
    .paralax img {
        width: 23px;
    }
    .area-frame {
        width: 274px;
        min-width: 274px;
        height: 300px;
    }
    .area-frame-img {
        height: 110px;
    }
    .area-frame-img img {
        width: 127px;
    }
    .area-frame-title h5 {
        font-size: 16px;
    }
    .area-frame-text {
        font-size: 12px;
    }
    .project-co-pro h3 {
        font-size: 30px;
    }
    .project-co-pro p {
        padding-bottom: 40px;
    }
    .h-col {
        width: 220px;
    }
    .h-title {
        width: 220px;
        height: 220px;
    }
    .h-title h5 {
        font-size: 15px;
    }
    .h-text h6 {
        font-size: 15px;
    }
    .h-text p {
        font-size: 12px;
        line-height: 25px;
        padding-bottom: 0
    }
    .blog-frame {
        width: 325px;
        margin: 10px 20px 25px 20px;
    }
    .blog-portrait {
        width: 325px;
    }
    .blog-overlay {
        width: 325px;
    }
    .blog-title h5 {
        font-size: 22px;
    }
    .article-text-wrapper {
        margin-top: 310px;
    }
    .article-col1 {
        display: none;
    }
    .article-col2 {
        width: calc(100%);
        padding-top: 20px;
    }
    .article-col2 h3 {
        font-size: 35px;
        text-align: center;
    }
    .article-author-hidden {
        display: flex;
    }
    .article-col2 p {
        max-width: unset;
        padding-left: 50px;
        padding-right: 50px;
    }
    .share-hidden {
        display: inline-block;
        margin-top: 50px;
        text-align: center;
        width: 100%;
    }
    .share-hidden h6 {
        font-size: 12px;
    }
    .share-body-hidden {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
    .share-body-hidden .mediabox {
        margin: 5px;
        width: 30px;
        height: 30px;
    }
    .fb {
        background: #3b5998;
        border: 0;
    }
    .fb img:nth-of-type(1) {
        display: none;
    }
    .fb img:nth-of-type(2) {
        display: initial;
    }
    .tw {
        background: #00aced;
        border: 0;
    }
    .tw img:nth-of-type(1) {
        display: none;
    }
    .tw img:nth-of-type(2) {
        display: initial;
    }
    .gplus {
        background: #D84B37;
        border: 0;
    }
    .gplus img:nth-of-type(1) {
        display: none;
    }
    .gplus img:nth-of-type(2) {
        display: initial;
    }
    .in {
        background: #007bb6;
        border: 0;
    }
    .in img:nth-of-type(1) {
        display: none;
    }
    .in img:nth-of-type(2) {
        display: initial;
    }
    .pin {
        background: #cb2027;
        border: 0;
    }
    .pin img:nth-of-type(1) {
        display: none;
    }
    .pin img:nth-of-type(2) {
        display: initial;
    }
    .content-text-hidden {
        display: block;
        margin-top: 15px;
    }
    .content-text {
        display: none;
    }
    .content-form {
        padding: 10px 50px 0 50px;
    }
    .logo-title {
        text-align: center;
        margin-top: 50px;
        margin-bottom: -35px;
    }
}

@media screen and (max-width: 800px) {
    .section-body .tm {
        flex-direction: column;
        padding-top: 70px;
    }
    .backbutton {
        top: 100px;
        right: 10px;
    }
    .colm-1 {
        width: 100%;
        padding-bottom: 0;
        margin-left: 0;
    }
    .colm-2 {
        width: 100%;
        padding-top: 0;
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
    }
    .colm-1 .bullets:nth-of-type(2) {
        display: none;
    }
    .member-title h3 {
        text-align: center;
        font-size: 55px;
    }
    .member-subtitle {
        text-align: center;
    }
    .member-text p {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .linkblog .row-1 {
        width: calc((100% - 30px)/2);
        height: 30px;
        font-size: 15px;
    }
    .linkblog .row-2 {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .linkblog .row-3 {
        width: calc((100% - 40px)/2);
        height: 30px;
    }
}

@media screen and (max-width: 680px) {
    .frontcover {
        min-height: 500px;
    }
    .frontcover h1 {
        font-size: 30px;
    }
    .frontcover h2 {
        font-size: 20px;
    }
    .frontcover img {
        height: 40px;
        width: 40px;
    }
    .navbar ul:nth-of-type(2) {
        display: none;
    }
    .navbar ul:nth-of-type(3) {
        display: inherit;
    }
    .dropitem a {
        font-size: 35px;
    }
    .section-body p {
        padding-bottom: 100px;
    }
    .partners-row {
        display: inline-block;
        margin-top: 80px;
    }
    .partners-column {
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-content: center;
        align-items: center;
        padding: 0;
    }
    .partners-column:nth-of-type(1) {
        padding-right: 0px;
        margin-bottom: 70px;
    }
    .partners-column span {
        margin: 0;
        font-size: 20px;
    }
    .partners-cell {
        width: 180px;
        margin: 20px;
        margin-top: 0;
    }
    .partners-cell:nth-of-type(4) {
        margin-right: 20px;
    }
    .bigtitle h1 {
        font-size: 60px;
    }
    .section-body .project-text h2 {
        font-size: 25px;
    }
    .section-body .project-text span {
        font-size: 18px;
    }
    .section-body .project-text p {
        font-size: 15px;
        line-height: 35px;
    }
    .section-body .project-text .il1 img {
        width: 70px;
    }
    .section-body .project-text .il2 img {
        width: 270px;
    }
    .project-text .col-1 {
        display: none;
    }
    .row-title {
        margin-bottom: 50px;
    }
    .min {
        display: initial;
    }
    .project-text .col-2 {
        min-width: unset;
        padding: 0 20px 0 20px;
    }
    .project-text .col-3 {
        display: none;
    }
    .paralax {
        height: 170px;
    }
    .paralax h2 {
        font-size: 25px;
    }
    .paralax img {
        width: 18px;
    }
    .section-body .project-areas {
        flex-direction: column;
        align-items: center;
    }
    .area-frame {
        width: 335px;
        min-width: 335px;
        height: 415px;
    }
    .area-frame-img {
        height: 130px;
    }
    .area-frame-img img {
        width: 135px;
    }
    .area-frame-title h5 {
        font-size: 20px;
    }
    .area-frame-text {
        font-size: 12px;
    }
    .project-co-pro h3 {
        font-size: 27px;
    }
    .project-co-pro h3::after {
        position: absolute;
        left: 50%;
        bottom: -20px;
        transform: translateX(-50%);
        content: ' ';
        display: block;
        width: 80px;
        height: 2px;
        background: #238acc;
    }
    .project-co-pro p {
        padding-bottom: 30px;
        padding-top: 80px;
        font-size: 13px;
        line-height: 30px;
    }
    .holders {
        flex-direction: column;
        align-items: center;
    }
    .h-col {
        width: 90%;
    }
    .h-title {
        width: 220px;
        height: 220px;
        margin-left: calc(50% - 110px);
    }
    .h-title h5 {
        font-size: 15px;
    }
    .h-text h6 {
        font-size: 15px;
        text-align: center;
    }
    .h-text p {
        font-size: 12px;
        line-height: 25px;
        padding: 0;
        text-align: justify;
    }
    .team-frame {
        width: 250px;
        margin-left: 40px;
        margin-right: 40px;
    }
    .team-portrait {
        width: 250px;
        height: 293px;
        -webkit-filter: none;
        filter: none;
    }
    .team-title h3 {
        font-size: 35px;
        color: #238acc;
    }
    .team-body h2 {
        font-size: 50px;
    }
    .team-gallery {
        margin-top: 80px;
    }
    .member-text p {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
        padding-bottom: 50px;
    }
    .blog-frame {
        width: 325px;
        margin: 10px 5px 45px 5px;
    }
    .blog-portrait {
        width: 325px;
    }
    .blog-overlay {
        width: 325px;
    }
    .blog-title h5 {
        font-size: 22px;
    }
    .article-col2 p {
        max-width: unset;
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom: unset;
    }
    .content-adress {
        display: none;
    }
    .content-text-hidden {
        display: none;
    }
    .content-form {
        padding: 0px 30px 0 30px;
    }
    .section-body .contact-body {
        padding-top: 100px;
    }
    .body-content-hidden {
        display: flex;
    }
    .body-content {
        margin-top: 35px;
        padding-bottom: 10px;
    }
    .form-textarea textarea {
        min-height: 180px;
    }
    .content-adress-hidden {
        margin-left: 30px;
        padding-top: 3px;
    }
    .content-adress-hidden p {
        padding: 0;
        font-size: 12px;
    }
    .backtop {
        color: #2a2a2a;
        border: 4px solid #2a2a2a;
    }
    #setahover {
        display: none;
    }
    #seta1 {
        display: initial;
    }
    .backtext {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .section-body h3 {
        font-size: 23px;
    }
    .section-body h3::after {
        width: 90px;
        height: 2px;
    }
    .section-body p {
        font-size: 14px;
        line-height: 32px;
        text-align: justify;
    }
    .footer-container {
        display: block;
        justify-content: space-between;
        padding: 30px 15px 10px 15px;
    }
    .footer-left div:nth-of-type(2) {
        font-size: 12px;
    }
    .footer-left div:nth-of-type(3) {
        font-size: 10px;
    }
    .footer-left div:nth-of-type(4) {
        font-size: 10px;
    }
    .footer-right div:nth-of-type(1) img {
        margin-left: 12px;
        margin-right: 12px;
        height: 45px;
    }
    .footer-right div:nth-of-type(2) img {
        height: 30px;
        margin: 10px 10px 10px 10px;
    }
    .team-title h3 {
        font-size: 35px;
        color: #238acc;
    }
    .team-title h3::after {
        width: 0px;
    }
    .member-title h3 {
        font-size: 35px;
        color: #238acc;
    }
    .member-title h3::after {
        width: 0px;
    }
    .article-col2 h3 {
        font-size: 28px;
        text-align: center;
    }
    .article-col2 h3::after {
        width: 0px;
    }
}