/*
Theme Name: Broins v1
Theme URI: http://www.broins.com
Author: Onur Yurdusever / @onuryurdusever
Author URI: https://www.broins.com
Version: 1.0

Created by Onur Yurdusever 6.10.2017 - 20:16:00
*/

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&subset=latin-ext');
@import "../fonts/icons/icons.css";



body {
    font-family: 'Avenir', 'Open Sans', Arial, sans-serif;
    background-color: #fff;
}

/* liner */
.liner-row {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.liner-row .liner-col {
    position: absolute;
    top: 0;
    left: 15px;
    opacity: 1;
    width: 1px;
    height: 100%;
    max-width: 1132px;
    width: 1px;
    height: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.liner-row.gray .liner-col {
    border-left: 1px solid rgba(145, 145, 145, 0.05);
}
.liner-row .liner-col+.liner-col {
    left: calc(16.666667% + 15px);
}
.liner-row .liner-col+.liner-col+.liner-col {
    left: calc(33.333333% + 15px);
}
.liner-row .liner-col+.liner-col+.liner-col+.liner-col {
    left: calc(50% + 15px);
}
.liner-row .liner-col+.liner-col+.liner-col+.liner-col+.liner-col {
    left: calc(66.666667% + 15px);
}
.liner-row .liner-col+.liner-col+.liner-col+.liner-col+.liner-col+.liner-col {
    left: calc(83.333333% + 15px);
}
.liner-row .liner-col+.liner-col+.liner-col+.liner-col+.liner-col+.liner-col+.liner-col {
    left: calc(100% - 15px);
}

@media (max-width: 767px) {
    .liner-row {
        display: none;
        visibility: hidden;
    }
}

/* header */

header.index {
    background-color: #ffffff;
    width: 100%;
    height: 100vh;
}

/*header.index canvas {*/
    /*position: absolute;*/
/*}*/

/* header:page header */
header.page-header {
    min-height:500px;
    background-color: #ffffff;
}
header.page-header div.title {
    padding: 125px 0 175px 0;
}
header.page-header h1.title {
    margin-bottom: 1rem;
}
header.page-header .title .lead {
    font-size:16px;
    font-family:"Avenir Book", sans-serif;
}
header.page-header .title .head-seperator::before {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 20px;
    right: 15px;
}


/* header:page header bg's */

header.page-header.bg-diagonal-gray {
    background: #e9eaec; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #e9eaec 0%, #f2f3f4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #e9eaec 0%,#f2f3f4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #e9eaec 0%,#f2f3f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaec', endColorstr='#f2f3f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    overflow: hidden;
}

/* header:content */

/* navigation */

nav {
    width: 100%;
    min-height: 80px
}
nav:after {
    content: '';
    position: absolute;
    width: calc(100% - 30px);
    height:1px;
    left:15px;
    right:15px;
    bottom:0;
    background-color: #4b5055;
}
nav .logo img {
    width: 130px;
}
nav .nav-link {
    font-size: 13px;
    color: #000 !important;
}
nav .nav-item.active .nav-link,
nav .nav-item .nav-link:hover {
    color: #000;
}

header.page-header nav .nav-link {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
}
header.page-header nav .nav-item.active .nav-link,
header.page-header nav .nav-item .nav-link:hover {
    color: rgb(0, 0, 0);
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 10px;
        padding-left: 10px;
    }
}

header .vision {
    height: calc(100vh - 80px);
    margin-top:-50px;
    color: #000;
}
header .vision p {
    margin: 0;
}
header .vision p.headline {
    font-style: italic;
    color: #707070;
    font-size: 20px;
    font-weight: lighter;
}
header .vision p.lead {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: 400;
    text-shadow: 1px 5px 10px rgba(25, 25, 25, 0.44);
}
header .vision p.desc {
    font-family: 'Avenir', sans-serif;
    line-height: 26px;
    font-weight: lighter;
    letter-spacing: 0.02em;
}
header .vision .eye {
    max-width: 106px;
    vertical-align: initial;
}

@media (min-width: 992px) {
    header .vision p.lead {
        font-size:140px;
    }
    header .vision p.desc {
        font-size: 20px;
    }
}
@media (max-width: 991px) {
    header .vision p.lead {
        font-size:110px;
    }
    header .vision .eye {
        max-width: 80px;
    }
}
@media (max-width: 768px) {
    header .vision p.lead {
        font-size:70px;
    }
    header .vision .eye {
        max-width: 50px;
    }
}

/***
 SECTIONS
 ***/

/* default classes */
section.default {
    position: relative;
    padding:100px 0;
    background-color: #ffffff;
}
section.default.bg-gray {
    background-color: #f6f6f6;
}

/*head-title default version*/
section.default .head-title h1 {
    font-family:'Montserrat','Avenir Book', sans-serif;
    font-weight:300;
    letter-spacing: 0.05em;
}
section.default .head-lead p {
    font-family: 'Avenir Book';
    font-weight: normal;
    font-style: normal;
    color: #212529;
    line-height:32px;
    font-size:20px;
}
section.default .head-seperator::before {
    content: '';
    width: 70px;
    height: 1px;
    background-color: #707070;
    position: absolute;
    top: 20px;
    left: 15px;
}

/*head-title second version*/
section.default .head-title.style-2 h1 {
    font-weight: 600;
    color:#000000;
}

section.default .head-title.style-2 h1::after {
    content: '';
    background-color: rgb(112, 112, 112);
    width: 30px;
    height: 2px;
    display: block;
    margin-top: 30px;
}

section.content-centered {
    text-align: center;
}
section.content-centered h6.title {
    text-transform: uppercase;
    font-weight: bold;
    color: #616161;
    letter-spacing: 2px;
    font-family: 'Montserrat', 'Avenir', sans-serif;
}
section.content-centered p {
    font-family: 'Avenir Book';
    font-size: 22px;
    margin-top: 25px;
}

@media (min-width: 768px) {
    section.default.ordered .head-title h1 {
        text-align: right;
    }
    section.default.ordered .head-seperator::before {
        left: inherit;
        right: -15px;
    }
}
@media (max-width: 767px) {
    section.default {
        padding: 100px 0;
    }
    section.default .head-seperator {
        margin-bottom: 3rem;
    }
}


/* what we do? */
section.whatwedo {
    padding:140px 0;
}
section.whatwedo .numbers {
    font-family: 'Avenir', 'Open Sans', sans-serif;
    font-weight: 300;
}
section.whatwedo .numbers {
    margin-top: 50px;
}
section.whatwedo .numbers li:not(:first-child) {
    margin-left: 50px;
}
section.whatwedo .numbers li > span.number {
    font-size: 54px;
}
section.whatwedo .numbers li > span.desc {
    display: block;
    font-size: 16px;
    margin-top: -15px;
}


section.whatwedo .services .service-item {
    padding: 150px 0;
}
section.whatwedo .services .service-item p.lead {

}
section.whatwedo .services .service-item p.desc {
    font-size: 0.95rem;
    font-weight: 300;
}
section.whatwedo .services .service-item.ordered img {
    max-width: 60%;
}
section.whatwedo .services .service-item a span {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    section.whatwedo .services .service-item .content-img {
        margin-bottom: 50px;
    }
    section.whatwedo .services .service-item .content-img img:not(.img-vertical) {
        max-width: 60%;
    }
    section.whatwedo .services .service-item .content-img img.img-vertical {
        max-height: 400px;
    }
}

section.boxes .item.has-anim {
    padding: 25px;
}
section.boxes .item .content {
    background-color: #202020;
    padding: 125px 50px;
}
section.boxes .item .content p {
    color: #f5f5f5;
    font-size:20px;
}

section.boxes .item:nth-child(even) {
    background-color: #f5f5f5;
}
section.boxes .item:nth-child(odd) ::selection {
    background: #ffffff; color: #202020;
}
section.boxes .item:nth-child(odd) ::-moz-selection {
    background: #ffffff; color: #202020;
}

section.boxes .item .image {
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
}

@media (max-width: 480px) {
/*    section.boxes > .container { 
        padding-right:0 !important;
        padding-left:0 !important;
    } */
    section.boxes .item .content {
        padding: 100px 50px;
    }
    section.boxes .item .image {
        min-height: 350px;
        max-height: 400px;
    }
}

/*custom style by section*/
section.boxes .blood .item .image {
    background-image: url("../../images/starwars/it-s-in-our-blood.png");
}
section.boxes .tailored .item .image {
    background-image: url("../../images/starwars/tailored-development.png");
}
section.boxes .user-experience .item .image {
    background-image: url("../../images/starwars/user-experience-design.png");
}

@media (min-width: 768px) {
    /*section.boxes .blood .item:last-child {*/
        /*-webkit-transform: translateY(-200px); -moz-transform: translateY(-200px); -ms-transform: translateY(-200px); -o-transform: translateY(-200px); transform: translateY(-200px);*/
    /*}*/
}

section.boxes .anim {
    position: relative;
}
section.boxes .anim.anim-unique {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.boxes .anim.anim-unique .bb08 {
    max-height: 325px;
    width: 100%;
    margin-top: 15px;
    opacity: 0;
}
section.boxes .anim.anim-tailored pre {
    /* width: 100%; */
    max-height: 325px;
    position: relative;
    /* top: -50px; */
    font-family: monospace;
    overflow: hidden;
}



/*section what did we do?*/
section.whatdidwedo {
    padding-top:0;
}
section.whatdidwedo .head-title h1 {
    font-weight: 400;
    font-size: 30px;
}
section.whatdidwedo .swiper-portfolio {
    padding-top: 100px;
}

section.whatdidwedo .portfolio .portfolio-item {
    position: relative;
}
section.whatdidwedo .portfolio .portfolio-item .img {
    width: 470px;
    height: 470px;
}
section.whatdidwedo .portfolio .portfolio-item .description {
    position: absolute;
    right: 0;
    top: 80px;
    background-color: #fff;
    width: 55%;
    height: 250px;
    padding: 50px;
}
section.whatdidwedo .portfolio .portfolio-item .description .title {
    font-size: 17px;
    font-weight: 600;
}
section.whatdidwedo .portfolio .portfolio-item .description .title small {
    display: block;
    margin-top: 10px;
}
section.whatdidwedo .portfolio .portfolio-item .description p {
    margin-top: 20px;
    font-size: 13px;
}

section.whatdidwedo .portfolio-thumbs .swiper-slide {
    width: 200px;
    height: 200px;
    background-size: cover;
}

section.whatdidwedo .portfolio-thumbs .navigation {
    position: absolute;
    left: -70px;
    bottom: 0;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}
section.whatdidwedo .portfolio-thumbs .navigation div {
    width: 70px;
    height: 60px;
    background-color: #fff;
    float: left;
    padding: 14.5px 0;
}
section.whatdidwedo .portfolio-thumbs .navigation div::before {
    font-size: 32px;
    transition: all 0.3s ease;
}
section.whatdidwedo .portfolio-thumbs .navigation .icon-arrow-prev {
    background-color: #f5f5f5;
}
section.whatdidwedo .portfolio-thumbs .navigation .icon-arrow-next::before {
    color: #696a6a;
}
section.whatdidwedo .portfolio-thumbs .navigation .swiper-button-disabled::before {
    color: #c5c5c5;
    cursor: not-allowed;
}


section.whatdidwedo .swiper-container {
    position: initial !important;
}
/*digital*/
header.page-header.digital .magnified-corn {
    position: absolute;
    top: -125px;
    right: 25%;
}

/* buttons */
.btn-more {
    position: relative;
    display: inline-block;
    font-family:'Montserrat', 'Avenir', sans-serif;
    font-size:13px;
    font-weight: bold;
    padding-left: 80px;
    margin-top: 25px;
    color: #010101;
    -webkit-transition: color ease 2s;
    -moz-transition: color ease 2s;
    -ms-transition: color ease 2s;
    -o-transition: color ease 2s;
    transition: color ease 2s;
}
.btn-more:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 60px;
    height: 1px;
    background-color: #707070;
}
.btn-more span:before {
    content: '';
    position: absolute;
    width: 0%;
    height: 1px;
    top: 50%;
    background: #707070;
}
.btn-more span:before {
    left: 0px;
}
.btn-more span:after {
    right: 2.5px;
    background: #707070;
    transition: width 1s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-more span:hover:before {
    background: #707070;
    width: 100%;
    transition: width 1.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.btn-more span:hover:after {
    background: transparent;
    width: 100%;
    transition: 0s;
}

.btn-text {
    font-size: 18px;
    color: #0070c9;
    font-weight: 500;
    background-color: transparent;
}
.btn-text:after {
    content: "\e900";
    margin-left: 7px;
    vertical-align: middle;
    font-weight: bolder;
    font-size: 13px;
}


.btn-primary {
    background-color: #222;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 3px;
    box-shadow: 0px 1px 6px 0px rgba(143, 142, 142, 0.35);
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.btn-primary:not([disabled]):not(.disabled):hover,
.btn-primary:not([disabled]):not(.disabled):focus,
.show>.btn-primary.dropdown-toggle {
    outline: none;
    background-color: #616161;
    box-shadow: 0px 1px 6px 0px rgba(143, 142, 142, 0.65);
    cursor: pointer;
}

/* common classes */
a {
    color: #202020;
    -webkit-transition: all ease 0.3s; -moz-transition: all ease 0.3s; -ms-transition: all ease 0.3s; -o-transition: all ease 0.3s; transition: all ease 0.3s;
}
a:hover,a:focus,a:active {
    color: #707070;
    text-decoration: none;
}
.fill-white {
    fill: #fff;
}
.fill-black {
    fill: #000;
}
strong {
    font-weight: 600;
    font-family: 'Avenir';
}

*[data-fixed-after='true'] {
    margin-top: 100vh;
}

::selection {
    background: #202020; color: #ffffff;
}
::-moz-selection {
    background: #202020; color: #ffffff;
}


/*todo-onur delete after publish*/
.debug-bordered div[class*='col'] {
    border: 1px solid red;
}

/* pro bono */

header .pro-bono,
header .digital {
    height: calc(80vh - 80px);
    position: relative;
}

header .digital {
    height: calc(100vh - 80px);
}

header .pro-bono p,
header .digital p {
    margin: 0;
}
header .pro-bono p.headline,
header .digital p.headline {
    font-style: italic;
    color: #707070;
    font-size: 20px;
    font-weight: lighter;
}
header .pro-bono p.lead,
header .digital p.lead {
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
    font-weight: 600;
}
header .pro-bono p.desc,
header .digital p.desc {
    font-family: 'Avenir', sans-serif;
    margin-top:30px;
    letter-spacing: 0.02em;
    color: #6f6f6f;
    font-weight: 400;
}
header .pro-bono p.desc strong,
header .digital p.desc strong {
    font-weight: 500;
}

header .pro-bono .objects svg,
header .digital .objects svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    max-width: 100%;
}
header .pro-bono .objects .circle-1,
header .digital .objects .circle-1 {
    bottom: -114px;
}
header .pro-bono .objects .circle-2,
header .digital .objects .circle-2 {
    bottom: -227px;
}
header .pro-bono .objects .circle-3,
header .digital .objects .circle-3 {
    bottom: -340px;
}



header .pro-bono .mini-circle,
header .digital .mini-circle {
    margin: 114px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
header .pro-bono .mini-circle:before,
header .digital .mini-circle:before {
    background-color: rgb(34, 34, 34);
    box-shadow: 0px 7px 9px 0px rgba(97, 97, 97, 0.23);
    content: '';
    position: absolute;
    padding: 10px;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .pro-bono .mini-circle:hover,
header .digital .mini-circle:hover,
header .pro-bono .mini-circle:focus,
header .digital .mini-circle:focus {
    color: #0070c9;
}
header .pro-bono .mini-circle svg,
header .digital .mini-circle svg {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .pro-bono .mini-circle:hover:before,
header .digital .mini-circle:hover:before,
header .pro-bono .mini-circle:focus:before,
header .digital .mini-circle:focus:before {
    padding: 20px;
}
header .pro-bono .mini-circle.action:hover svg,
header .digital .mini-circle.action:hover svg,
header .pro-bono .mini-circle.action:focus svg,
header .digital .mini-circle.action:focus svg {
    opacity: 1;
}



@media (max-width: 992px) {
    header .pro-bono .mini-circle,
    header .digital .mini-circle {
        margin: initial;
        width: 150px;
        height: 150px;
    }
    header .pro-bono .objects .circle-1,
    header .digital .objects .circle-1 {
        bottom: -150px;
    }
}

@media (max-width: 992px) {
    header .pro-bono,
    header .digital {
        padding: 100px;
        height: auto;
        margin-top: inherit;
    }
}
@media (max-width: 768px) {
    header .pro-bono,
    header .digital {
        padding: 100px 0;
    }
    header .pro-bono .objects svg:last-child,
    header .digital .objects svg:last-child {
        display: none;
        visibility: hidden;
    }
}

section.infographic {
    font-family: 'Montserrat', 'Avenir', sans-serif;
}

section.infographic .info-rw1 {
    margin-bottom:75px;
}
section.infographic .mini-circle {
    width: 46px;
    height: 46px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    vertical-align: middle;
}
section.infographic .mini-circle:before {
    box-shadow: 0px 7px 9px 0px rgba(97, 97, 97, 0.23);
    content: '';
    background-color: rgb(255, 255, 255);
    position: absolute;
    padding: 25px;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.infographic .mini-circle:hover,
section.infographic .mini-circle:focus {
    color: #0070c9;
}
section.infographic .circle-stage-2 .title {
    top: -35px;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-weight: 500;
}
section.infographic .circle-stages {
    width: 160px;
    height: 160px;
    background-color: #222222;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    box-shadow: 0px 13px 15px 0px rgba(97, 97, 97, 0.23);
    display: inline-block;
    margin: 0 75px;
    vertical-align: middle;
}
section.infographic .circle-stages h1{
    font-size: 40px;
    margin-top: 40px;
}
section.infographic .circle-stages span {
    display: block;
    font-weight: 300;
}
section.infographic .stage .title {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
}
section.infographic .mini-circle * {
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
section.infographic .mini-circle svg {
    transition-delay: 0.3s;
}
section.infographic .stage.stage-3 .title {
    right: 35px;
}
section.infographic .stage.stage-1 .title {
    left: 35px;
}
section.infographic .info-rw3 {
    margin-top: 75px;
}
section.infographic .info-rw3 .mini-circle.action:before {
    background-color: rgb(34, 34, 34);
    box-shadow: 0px 7px 9px 0px rgba(97, 97, 97, 0.23);
}

section.infographic .mini-circle:hover:before,
section.infographic .mini-circle:focus:before {
    padding: 30px;
}
section.infographic .mini-circle.action:hover svg,
section.infographic .mini-circle.action:focus svg {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

section.infographic .objects .path-1 {
    border-width: 1px;
    border-color: rgb(34, 34, 34);
    border-style: solid;
    border-radius: 50%;
    opacity: 0.2;
    width: 360px;
    height: 360px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
section.infographic .objects .path-2 {
    border-width: 1px;
    border-color: rgb(34, 34, 34);
    border-style: solid;
    border-radius: 50%;
    opacity: 0.149;
    width: 557px;
    height: 557px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section.stages {
    background-color: #fafafa;
}

section.stages .stages-card-content {
}
section.stages .stages-content .lead {
    margin-top: 30px;
    font-style: italic;
    font-size: 18px;
    letter-spacing: -0.7px;
}
section.stages .stages-content ul > li {
    font-size: 15px;
    line-height: 30px;
}

section.stages .stages-card-content .stages-card {
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(182, 182, 182, 0.50);
    width: 200px;
    height: 265px;
    margin: 30px 0;
}
section.stages .stages-card-content .stages-card.swiper-slide-active {
    background-color: rgb(34, 34, 34);
}
section.stages .stages-card-content .stages-card svg {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%,-55%);
    fill: #222;
}
section.stages .stages-card-content .stages-card.swiper-slide-active > svg {
    fill: #fff;
}
section.stages .stages-card-content .stages-card.swiper-slide-active > svg feFlood {
    flood-color: #fff;
}
section.stages .stages-card-content .stages-card .title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
    color: #222;
    font-family: 'Montserrat', 'Avenir', sans-serif;
    font-weight: 500;
    font-size: 14px;
}
section.stages .stages-card-content .stages-card.swiper-slide-active .title {
    color:#FFF
}

section.stages .nav .navigation > div {
    display: inline-block;
}
section.stages .nav .navigation > svg {
    fill: #222222;
}
section.stages .nav .navigation > .swiper-button-disabled > svg {
    fill: #b7b7b7;
    cursor: not-allowed;
}

@media(min-width: 992px) {
    section.stages .nav {
        margin-top: -75px;
    }
}

@media (min-width: 768px) {
    section.stages .nav .navigation {
        position: absolute;
        top: -12px;
        left: 15px;
        cursor: pointer;
        z-index: 5;
    }
    section.stages .nav .line {
        background-color: rgba(147, 147, 147, 0.2);
        width: 100%;
        height: 1px;
        z-index: 2;
    }
}
@media (max-width: 767px) {
    section.stages .nav .line {
        width: 100%;
        text-align: center;
    }
    section.stages .nav svg {
        transform: scale(2);
        margin: 30px;
    }

    section.stages .stages-content {
        text-align: center;
    }
    section.stages .stages-content .lead {
        font-size: 23px;
    }
    section.stages .stages-content ul {
        padding: 10px 20px;
    }
    section.stages .stages-content ul > li {
        font-size: 19px;
        margin: 10px 0;
    }



}
@media (min-width: 992px) {
    header .pro-bono p.lead {
        font-size:50px;
    }
    header .pro-bono p.desc {
        font-size: 20px;
    }
    header .digital p.lead {
        font-size: 60px;
    }
    header .digital p.lead span {
        font-weight: bolder;
    }
    header .digital p.desc {
        font-size: 16px;
        font-style: italic;
        font-weight:300;
        margin-top:15px;
    }
    header .digital p.desc strong {
        font-style:normal;
        color:#000;
        font-weight:500;
    }
}
@media (max-width: 991px) {
    header .pro-bono p.lead,
    header .digital p.lead {
        font-size:45px;
    }
    section.infographic .stage.stage-3 .title {
        right: 20px;
    }
    section.infographic .stage.stage-1 .title {
        left: 20px;
    }
}
@media (max-width: 768px) {
    header .pro-bono p.lead,
    header .digital p.lead {
        font-size:40px;
    }
}


/* lab start */
header .lab {
    height: 475px;
    position: relative;
    font-family: 'Montserrat', 'Avenir', sans-serif;
}


header.lab .lead {
    font-size: 70px;
    font-weight: 600;
    line-height: 1.071;
    letter-spacing: -2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #373737), color-stop(100%, #000000));
    background-image: -moz-linear-gradient(top,#373737 0%,#000000 100%);
    background-image: -webkit-linear-gradient(top,#373737 0%,#000000 100%);
    background-image: -o-linear-gradient(top,#373737 0%,#000000 100%);
    background-image: -ms-linear-gradient(top,#373737 0%,#000000 100%);
    background-image: linear-gradient(top,#373737 0%,#000000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
header.lab .lead span {
    font-size: 76px;
    font-weight:800;
}
header.lab .desc strong{
    font-family: inherit;
}
header.lab .desc em {
    font-weight: 400;
}

header .lab .objects svg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
}
header .lab .objects .circle-1 {
    bottom: -65px;
}
header .lab .objects .circle-2 {
    bottom: -132px;
}
header .lab .objects .circle-3 {
    bottom: -200px;
}

header .lab .mini-circle {
    margin: 65px auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
}
header .lab .mini-circle:before {
    background: rgb(34, 34, 34);
    background: -moz-linear-gradient(top, #000000 0%, #373737 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%,#373737 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#373737 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#373737',GradientType=0 ); /* IE6-9 */
    box-shadow: 0px 7px 9px 0px rgba(97, 97, 97, 0.23);
    content: '';
    position: absolute;
    padding: 10px;
    z-index: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .lab .mini-circle:hover,
header .lab .mini-circle:focus {
    color: #0070c9;
}
header .lab .mini-circle svg {
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header .lab .mini-circle:hover:before,
header .lab .mini-circle:focus:before {
    padding: 20px;
}
header .lab .mini-circle.action:hover svg,
header .lab .mini-circle.action:focus svg {
    opacity: 1;
}

header.lab .floating-objects {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
}
header.lab .floating-objects svg {
    position: absolute;
}
header.lab .f_circle {
    /*left: 873px;*/
    top: 63px;
    right: 64px;
}
header.lab .f_triangle {
    /* left: 825px; */
    top: 205px;
    right: 206px;
}
header.lab .f_small_circle_1 {
    /*left: 925px;*/
    top: 199px;
    right:120px;
}
header.lab .f_small_circle_2 {
    /*left: 1022px;*/
    top: 218px;
    right: 9px;
}
header.lab .f_small_circle_3 {
    /*left: 995px;*/
    top: 305px;
    right: 59px;
}

header.lab .f_small_circle_4 {
    /*left: 929px;*/
    top: 324px;
    right:128px;
}
header.lab .f_small_circle_5 {
    /*left: 1060px;*/
    top: 358px;
    right:-15px;
}
header.lab .f_triangle_2 {
    left: 253px;
    top: 273px;
}

header.lab .f_small_circle_6 {
    left: 156px;
    top: 272px;
}
header.lab .f_small_circle_7 {
    left: 77px;
    top: 166px;
}
header.lab .f_small_circle_8 {
    left: 143px;
    top: 108px;
}
header.lab .f_small_circle_9 {
    left: 238px;
    top: 85px;
}
header.lab .f_small_circle_10 {
    left: 41px;
    top: 42px;
}
header.lab .f_small_circle_11 {
    left: 203px;
    top: 6px;
}

@media (max-width: 992px) {
    header .lab .mini-circle {
        margin: initial;
        width: 130px;
        height: 130px;
    }
    header .lab .objects .circle-1 {
        bottom: -65px;
    }
}
@media (max-width: 992px) {
    header .lab {
        padding: 100px;
        height: auto;
        margin-top: inherit;
    }
}
@media (max-width: 767px) {
    header .lab {
        padding: 100px 0;
    }
    header.lab .floating-objects {
        display:none;
        visibility: hidden;
    }
    .approach-lab .col-12 {
        z-index: 5;
    }
    section.quote.quote-lab .floating-objects {
        visibility: hidden;
        display: none;
    }
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    header.lab .floating-objects {
        display:none;
        visibility: hidden;
    }
}
@media only screen and (min-device-width: 1441px) {
    section.quote.quote-lab .floating-objects {
        max-width: 1140px;
        left: 50%;
        transform: translate(-50%, -50%);
        top:200px;
    }
}
@media only screen and (max-width: 540px) {
    header.lab .objects {
        display:none;
        visibility: hidden;    }
}

/*section:create*/
section.create .col {
    margin: 30px 0;
}
section.create h5 {
    margin: 0 0 30px;
    font-weight:900;
    color: #000;
}
section.create h5:after {
    display: block;
    content: '';
    background-color: rgb(24, 24, 24);
    box-shadow: -13.435px 13.435px 20px 0px rgba(92, 92, 92, 0.2);
    position: absolute;
    width: 70px;
    height: 2px;
    margin-top: 7px;
}

@media (max-width: 767px) {
    section.create {
        padding-top: 0;
    }
}

/* microscope */
section.microscope {
    background-color: #ebebeb;
}

section.microscope .headline {
    font-family: 'Montserrat', 'Avenir', sans-serif;
    padding:0;
}
section.microscope .headline .title {
    font-weight:bolder;
    padding: 90px 0 130px;
}
section.microscope .headline.black .title {
    color: #fff;
}
section.microscope .headline.black {
    background: #373737; /* Old browsers */
    background: -moz-linear-gradient(top, #373737 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #373737 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #373737 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/*cards*/

section.microscope .microscope-cards {
    font-family: 'Montserrat', 'Avenir', sans-serif;
}
section.microscope .microscope-cards .column-1,
section.microscope .microscope-cards .column-2,
section.microscope .microscope-cards .column-3 {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
}


section.microscope .microscope-item {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    /*box-shadow: 0 0 11.16px 0.84px rgba(198, 193, 193, 0.4);*/
    padding:30px;
    margin-bottom: 1.25rem;
    box-shadow: 1px 2px 2px rgba(198,193,193,0.4);
}
section.microscope .microscope-item img {
    max-height: 100px;
}
section.microscope .card-body {
    padding:0;
}
section.microscope .microscope-item .title {
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0 15px;
    color: #000;
}
section.microscope .microscope-item .desc {
    font-family: 'Avenir', 'Montserrat', sans-serif;
    font-size: 14px;
    color: #9e9fa0;
    font-weight: 500;
}
section.microscope .microscope-item .btn-text {
    font-size:14px
}
section.microscope .microscope-item .btn-text:after {
    font-size:12px;
    margin-left:5px;
}

@media (min-width: 768px) {
    section.microscope {
        padding: 0 0 100px;
    }
    section.microscope .microscope-cards {
        margin-top: -60px;
        margin-bottom: -185px;
    }
}
@media (max-width: 767px)  {
    section.microscope .microscope-item img {
        height: auto;
        max-width: 150px;
        margin: 0 auto;
    }
    section.microscope .microscope-cards {
        margin-top: 125px;
    }
    section.microscope {
        padding-top: 0;
    }
}
@media (max-width: 767px) and (orientation : landscape) {

    section.microscope .microscope-cards {
        margin: inherit;
        padding: 125px 15px 0;
        position: relative;
        max-width: 100%;
        display: block !important;
    }
    section.microscope {
        padding: 0;
    }
}

section.hello {
    background-color: #f5f5f5;
    padding: 100px 0;
}
section.hello .card {
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 11.16px 0.84px rgba(198, 193, 193, 0.4);
    padding:25px;
}
section.hello .card p {
    color: #9e9fa0;
}

section.hello .form {
    margin-top: 100px;
    margin-left: 25px;
}

section.hello .form label {
    font-size: 20px;
    color: #1a1a1a;
    padding-right: 3px;
}
section.hello .form .form-control {
    background: transparent;
    border: none;
    border-bottom: 2px solid #9e9fa0;
    border-radius: 0;
    font-size: 20px;
    padding-left: 0;
    color: #1a1a1a;
}
section.hello .form .form-control:focus,
section.hello .form .form-control:valid {
    box-shadow: none;
    border-color: #000;
}

@media (min-width: 768px) {
    section.hello .card h1 {
        text-align: right;
        margin: 0px -110px 25px 0;
    }
}
@media (max-width: 767px) {
    section.hello .card {
        padding: 50px 25px;
    }
    section.hello .form {
        margin: 50px auto;
    }
}

/* lab end */

/* section:cta */
section.cta {
    font-family: 'Montserrat', 'Avenir Book', Arial, sans-serif;
}
section.cta .title {
    font-weight: 600;
    margin-bottom:30px;
}
section.cta .lead {
    font-family: 'Avenir', 'Montserrat', Arial, sans-serif;
}


/* section:quotes */
section.quote {
    position: relative;
}
section.quote p:first-child:before {
    content: '';
    background-color: rgba(37, 37, 37, 1);
    box-shadow: -13.435px 13.435px 20px 0 rgba(92, 92, 92, 0.2);
    position: absolute;
    width: 30px;
    height: 2px;
    top: -30px;
}
section.quote p {
    font-weight: 500;
}
section.quote h2 {
    font-weight: bolder;
    color: #000;
    margin: 30px 0;
}
section.quote .floating-objects {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.quote .floating-objects svg {
    position: absolute;
    right: -258px;
    top: -258px;
}

/* section:headline */
section.headline {
    font-family: 'Montserrat', 'Avenir', sans-serif;
    padding:0;
}
section.headline .title {
    font-weight:bolder;
    padding: 90px 0 130px;
}
section.headline.black .title {
    color: #fff;
}
section.headline.black {
    background: #373737; /* Old browsers */
    background: -moz-linear-gradient(top, #373737 0%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #373737 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #373737 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#373737', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* section:interaction */
section.interaction {
    background-image: -moz-linear-gradient( -27deg, rgb(50,10,101) 0%, rgb(47,9,96) 27%, rgb(82,33,99) 100%);
    background-image: -webkit-linear-gradient( -27deg, rgb(50,10,101) 0%, rgb(47,9,96) 27%, rgb(82,33,99) 100%);
    background-image: -ms-linear-gradient( -27deg, rgb(50,10,101) 0%, rgb(47,9,96) 27%, rgb(82,33,99) 100%);
    color: #fff;
}
section.interaction .image {
    position: relative;
}
section.interaction svg:first-child {
    max-width: 100%;
}
section.interaction svg:last-child {
    position: absolute;
    left: 50%;
    transform: translate(-65%, 0);
    bottom: -40px;
}
section.interaction .text > p {
    font-weight: 300;
}

@media (max-width: 767px) {
    section.interaction .image {
        visibility: hidden;
        display: none;
    }
}

section.digital-services {}
section.digital-services .transition-objects svg {
    position: absolute;
    z-index: 2;
}
section.digital-services .transition-objects svg.object-1 {
    left: 55%;
    top: -126px;
}
section.digital-services .transition-objects svg.object-2 {
    left: 47%;
    top: -80px;
}
section.digital-services .transition-objects svg.object-3 {
    left: 37%;
    top: 7px;
}
section.digital-services h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

section.digital-services .main-services {
    margin-top: 115px;
}

section.digital-services dt {
    font-size: 28px;
    margin-bottom: 30px;
}
section.digital-services dd {
}

section.digital-services .item:not(:first-child) {
    margin-top:115px;
}

section.digital-services .sub-services{}
section.digital-services .sub-services .sub-item {
    margin-top: 75px;
}
section.digital-services .sub-services .sub-item dt {
    font-size: 22px;
    font-weight: 500;
}
/*section.digital-services .sub-services .sub-title {*/
    /*font-size: 18px;*/
    /*font-weight: 400;*/
    /*text-transform: uppercase;*/
    /*letter-spacing: 2px;*/
/*}*/

@media only screen and (min-width: 768px) {
    section.digital-services p {
        margin-left: 30px;
    }
    section.digital-services .main-services > div:first-child:before,
    section.digital-services .main-services > div:last-child:before {
        content: "1";
        position: absolute;
        font-size: 150px;
        font-weight: 600;
        color: #f3f3f3;
        top: -68px;
        left: -83px;
    }
    section.digital-services .main-services > div:last-child:before {
        content: "2";
    }
}
@media only screen and (min-width: 992px) {
    section.digital-services .main-services > div:first-child:before,
    section.digital-services .main-services > div:last-child:before {
        font-size: 200px;
        left: -110px;
        top: -68px;
    }
}
@media only screen and (max-width: 768px) {
    section.digital-services h2 {
        color:#000;
        margin: 30px 0px;
    }
    section.digital-services dt {
        font-size: 22px;
    }
    section.digital-services dd {
        margin-bottom: 30px;
    }
    section.digital-services .transition-objects svg.object-1 {
        left: 65%;
        top: -100px;
    }
    section.digital-services .transition-objects svg.object-2 {
        left: 43%;
        top: -57px;
    }
    section.digital-services .transition-objects svg.object-3 {
        left: 14%;
        top: 33px;
    }
    section.digital-services .main-services {
        margin-top: 60px;
    }
    section.digital-services .sub-services .sub-item {
        margin-top: 15px;
    }
    section.digital-services .item:not(:first-child) {
        margin-top: 60px;
    }
}

footer {
    padding:15px;
}
footer.dark {
    background-color: #f5f5f5;
}
footer img {
    max-width: 50px;
}
footer ul {
    line-height: 50px;
}
footer ul > li > a {
    font-size: 15px;
    color: #000;
}
