/*----------------------------
--------- General ------------
-----------------------------*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700');


body {
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 !important;
    height:100%;
    background-color: #ffffff;
    overflow-x:hidden;
}


@media screen and (max-width: 768px) {
    html {
        font-size: 13px;
    }
}
/*
@media screen and (max-width: 768px) {
  html {
    font-size: 12px !important;
  }
}*/

@media screen and (min-width: 768px) and (max-width: 1200px) {
    html {
        font-size: 14px;
    }
}
.wrapper {
    z-index: 1;
}

p {
    font-family: 'Roboto Condensed', sans-serif;
    color: #08090a;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.5px;
}

span {
    display: inline-block;
    letter-spacing: 0.5px;
}

a {
    color: #333743;
    font-family: 'Roboto Condensed', sans-serif;
}

a:focus,
a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

ul {
    font-weight: 400;
    list-style: none;
    margin-bottom: auto;
    padding-left: 15px;
    padding-right: 15px;
}

pre {
    border-radius: 0px;
    border-color: #ececec;
}

.font-primary {
    font-family: 'Roboto Condensed', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #08090a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}

section .title{
    font-size: 2em;
    font-weight: bold;
    text-transform: uppercase;
}

section{
    padding: 8vh 250px 1vw 7vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.no-min-height{
    min-height: auto;
}

@media screen and (max-width: 768px){
    section{
        padding: 8vh 110px 1vw 7vw;
    }
}

.show-450{
    display: none;
}

.show-400{
    display: none;
}

@media screen and (max-width: 450px){
    .show-450{
        display: block;
    }



    .hide-450{
        display: none;
    }
}

@media screen and (max-width: 400px){
    .show-400{
        display: block;
    }
}
.btn-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 2rem;
    padding-top: 2rem;
    font-size: 1.2em;
    font-weight: bold;
    float: none;
}

.btn-wrapper img{
    width: 90px;
}

.btn-text{
    -ms-flex-item-align: center;
    align-self: center;
    text-transform: uppercase;
    border-bottom: 1px solid;
    color:#249a8a;
    border-color: #249a8a;
    font-size:1em;
}

a.link:hover span{
    color:#201814;
    border-color:#201814;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.no-padding{
    padding: 0 !important;
}
.no-margin{
    margin: 0 !important;
}
/*----------------------------
---------- COLORS ------------
------------------------------*/
.text-black{
    color:#08090a !important;
}

.text-white{
    color:#ffffff !important;
}

.text-green{
    color:#249a8a !important;
}

.bold {
    font-weight:700;
}

.bg-beige{
    background-color:#c4bab3 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-green{
    background-color: #249a8a !important;
}

/*----------------------------
-----------HEADER------------
------------------------------*/

.alert-cookies{
    position:absolute;
    width:100%;
    background-color:#249a8a;
    color:#fff;
    margin:0;
    border-radius:0px;
    z-index:2000;
}


.alert-cookies span{
    color:#ffffff;
}

/*--------------------------------
------------- NAVBAR --------------
---------------------------------*/
#nav-bar-wrapper{
    display: none;
}
#nav-bar{
    position: fixed;
    width: 80px;
    right: 85px;
    z-index: 1000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

#nav-bar.sideheader-active-right.active{
    right: 365px;
}



@media screen and (max-width: 768px){
    .side-header-toggle span.menu-text {
        font-size: 1em;
    }

    #nav-bar{
        width: 60px;
        right: 25px;
    }
}

#nav-bar .st0{display:none;}
#nav-bar .st1{display:inline;}
#nav-bar .st2{fill:#FFFFFF;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
#nav-bar .st3{display:inline;fill:#FFFFFF;stroke:#FFFFFF;stroke-width:2;stroke-miterlimit:10;}
#nav-bar .st4{fill:#249a8a;}
#nav-bar .st5{fill:#249a8a;}
#nav-bar .st6{fill:#249a8a;}
#nav-bar .st7{fill:#249a8a;}
#nav-bar .st8{fill:#249a8a;}
#nav-bar .st9{fill:#249a8a;}
#nav-bar .st10{fill:#249a8a;}
#nav-bar .st11{fill:#249a8a;}
#nav-bar .st12{fill:#249a8a;}
#nav-bar .st13{fill:#249a8a;}
#nav-bar .st14{fill:none;stroke:#ffffff;stroke-width:25;stroke-miterlimit:10;}
#nav-bar .st15{fill:#ffffff;}
#nav-bar .st16{display:inline;fill:#FFFFFF;}

/* ---------LOGO flex-end----------------*/


/*-----------------------------------
-----------SIDE HEADER -------------
------------------------------------*/
.side-header {
    width: 280px;
    background-color: #201814;
    z-index: 1090;
    top: 0px;
    bottom: 0px;
    position: fixed;
    overflow: hidden;
    position: fixed;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}

.menu-break{
    border-color: #249a8a;
    width: calc(100% - 30px);
}
.side-header.side-header-right {
    right: -280px;
    left: auto;
}

.side-header.side-header-right.active {
    right: 0px;
}

.side-header .side-header-inner {
    position: relative;
    height: 100%;
    overflow-y: auto;
}

.side-header ul.side-header-menu {
    padding-top:10%;
    /*  overflow-y: auto;*/
}

.side-header ul.side-header-menu li.menu-item a{
    color: #ffffff;
    display: block;
    padding: 10px 15px;
    font-size: 1.4em;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    text-transform:uppercase;
}

.side-header ul.side-header-menu li.sub-menu-item a{
    color: #249a8a;
    display: block;
    padding: 0px 15px 15px 50px;
    font-size: 1.3em;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}


.side-header ul.side-header-menu li a:hover,
.side-header ul.side-header-menu li a:focus {
    color: #fff;
    background-color: transparent;
}

.side-header-toggle {
    margin-top:20px;
    -webkit-transition: all 0.3s ease-in-out;
    background-color: transparent;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
    text-transform:uppercase;
    padding: 0;
}

.side-header-toggle span.menu-text {
    -webkit-transition: all 0.4s ease-in-out;
    font-weight: 400;
    color: #000000;
    font-size:1.5em;
}

#close-side-menu{
    margin: 20px 40px;
    opacity: 1;
    text-shadow: none;
    font-size: 4rem;
    font-weight: normal;
    color: #249a8a;
}

#x-side-menu {
    display: block;
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    -o-transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out;
    cursor: pointer;
}
/*
#x-side-menu:hover {
    transform: rotate(90deg);
}
*/
#x-side-menu:before {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 1px solid #249a8a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
#x-side-menu:after {
    content: "";
    position: absolute;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    height: 0;
    border-top: 1px solid #249a8a;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@media screen and (max-width: 768px){
    .sideheader-active-right.active {
        right: 100vw;
    }

    .side-header.side-header-right {
        right: -100vw;
        z-index: 20000;
    }
    .side-header {
        width: 100vw;
    }
}
/*----------------------------
--------INITIAL SCREEN--------
------------------------------*/

#hero{
    padding: 0 !important;
}

.fs-hero-img {
    min-height:100vh;
    background-size: cover !important;
    background-position-x: 72% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fs-hero-caption{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.hero-arrow >img{
    height: 68px;
    margin-bottom: 2rem;

    /*Align arrow with the other one*/
    margin-right: 220px;
    margin-left: calc(7vw - 1.5rem);
}

.hero-language{
    color:#ffffff;
    margin-top: 4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: 4rem;
}

.hero-language a:hover{
    text-decoration: underline;
}

.hero-logo{
    max-width: 200px;
    margin-left: 7vw;
    margin-top:auto;
}

.hero-text{
    -ms-flex-item-align: flex-end;
    align-self: flex-end;
    margin-top: 5rem;
    font-size: 1.3rem;
    line-height: 1.4;
    color: white;
    margin-right: 16vw;
    max-width: 240px;
    height: 175px;
}

.hero-arrow{
    -ms-flex-item-align: center;
    align-self: center;
}

@media only screen and (max-width: 992px) {
    .hero-text {
        margin-right: 7vw;
    }

    .hero-arrow >img{
        margin-bottom: 1rem;
    }
}


@media only screen and (max-width: 500px) {
    .hero-text {
        -ms-flex-item-align: unset;
        align-self: unset;
        margin-left: 7vw;
        margin-bottom: 2rem;
    }

}

@media screen and (max-height: 700px){
    .hero-text {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .hero-arrow >img {
        margin-right: 110px;
    }
}

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


/*------------------------------
------------- About ------------
------------------------------*/

.about{
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
}

.about .row:first-child{
    margin-top: auto;
    margin-right: 0;
    margin-left: 0;

}

.about .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#about-arrow{
    height: 80px;
    margin-top: auto;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: -1.5rem;
    margin-bottom: 2rem;
}

#right-text-container{
    margin-top: auto;
}

#left-text-container h1{
    font-size: 2.2em;
    color: #08090a;
    line-height:1.3;
    margin-top:0px;
    max-width: 400px;
}

.about .title{
    color: #249a8a;
    font-size: 1.4em;
    font-weight:700;
    margin-bottom:0;
}



#right-text-container p{
    color: #867e77;
    font-size: 1.4em;
    line-height:1.2;
    padding-left: 2rem;
    max-width: 455px;
}

.about{
    padding: 8vh 220px 1vw 7vw;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
}

@media screen and (max-width: 768px){
    .about{
        padding: 8vh 110px 1vw 7vw;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
    }
}
@media screen and (max-width: 992px){

    .about .row{
        display: block;
    }

    #left-text-container{
        text-align: left !important;
    }

    #right-text-container p {
        padding-left: 0;
    }

    #right-text-container{
        margin-top: 3rem;
    }

    #left-text-container h1{
        margin-top: 1rem;
    }

    #about-arrow {
        margin-bottom: 1rem;
    }

    #right-text-container p,
    #left-text-container h1 {
        max-width: none;
    }
}

/*----------------------------
-------- Contact Us ----------
-----------------------------*/

.contact h1{
    font-size:1.9em;
    line-height:1.2;
    padding-bottom:10%;
    font-weight:700;
}

.contact p{
    font-size:1.25em;
    line-height:1.2;
}

#p1{
    padding-bottom:2%;
    max-width: 415px;
}

#p2{
    padding-bottom:10%;
    max-width: 415px;
}

.contact .btn-wrapper{
    padding-left: 0;
}

.contact #img-wrapper{
    -ms-flex-item-align: center;
    align-self: center;
}

.contact > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media screen and (max-width: 1200px){
    .contact .btn-wrapper {
        padding-top: 0;
        padding-bottom: 2rem;
    }

    .contact #icon_div {
        padding-bottom: 2rem;
    }
}
/*----------------------------
-------- Expertise -----------
-----------------------------*/

@media screen and (max-width: 768px){
    .expertise{
        padding: 8vh 150px 1vw 7vw;
    }
}


.expertise>*{
    margin:0;
    padding:0;
}


.expertise .title-arrow{
    padding: 1rem 0 1rem 2rem;
}

.title-arrow img{
    height: 50vh;
}

#expertise-span{
    font-size: 1.2em;
}
#categories{
    margin:0;
    padding: 0;
    padding-top: 1rem;
}
.clr:after{
    content:"";
    display:block;
    clear:both;
}
#categories li{
    position:relative;
    list-style-type:none;
    width: 21.44%; /* = (100-3.5) / 4.5 */
    padding-bottom: calc(21.44%/0.866); /* =  width /0.866 */
    float:left;
    overflow:hidden;
    visibility:hidden;

    -webkit-transform: rotate(-60deg) skewY(30deg);
    -ms-transform: rotate(-60deg) skewY(30deg);
    transform: rotate(-60deg) skewY(30deg);
}


#categories li *{
    position:absolute;
    visibility:visible;
}
#categories li > div{
    width:100%;
    height:100%;
    text-align:center;
    color:#fff;
    overflow:hidden;

    -webkit-transform: skewY(-30deg) rotate(60deg);
    -ms-transform: skewY(-30deg) rotate(60deg);
    transform: skewY(-30deg) rotate(60deg);

    -webkit-backface-visibility:hidden;

}

/* HEX CONTENT */
#categories li div:hover > .overlay{
    opacity: 0;
}

#categories li div{
    background-size: cover !important;
    background-position: center !important;
}

#categories li .overlay{
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(36, 154, 138,0.6);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}


#categories  .overlay h1{
    color: white;
    font-size: 1.2em;
    margin: 0;
    text-align: left;
    float: left;
    -ms-flex-item-align: center;
    align-self: center;
}


#categories br{
    position: static !important;
}

@media screen and (min-width: 1200px){
    #categories li:nth-child(4n+2){
        margin-left: 1%;
        margin-right: 0.5%;
    }

    #categories li:nth-child(4n+3){
        margin-right: 1%;
        margin-left: 0.5%;
    }

    #categories li:nth-child(8n+5){
        margin-left:0.5%;
    }


    #categories li:nth-child(8n+5),
    #categories li:nth-child(8n+6),
    #categories li:nth-child(8n+7),
    #categories li:nth-child(8n+8){
        margin-top: calc(-21.44%/4);


        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }
    #categories li:nth-child(8n+5),
    #categories li:nth-child(8n+6),
    #categories li:nth-child(8n+7),
    #categories li:nth-child(8n+8){
        margin-bottom:0%;
    }
}

@media screen and (min-width: 600px) and (max-width: 1200px) {
    #categories li{
        width: 39.4%; /* = (100-1.5) / 2.5 */
        padding-bottom: calc(39.4%/0.866); /* =  width /0.866 */
    }

    #categories li:nth-child(n+3){
        margin-top: calc(-39.4%/4);
    }


    #categories li:nth-child(4n+1),
    #categories li:nth-child(4n+2){
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #categories li:nth-child(2n+1){
        margin-left: 2%;
        margin-right: 1%;
    }

    #categories li:nth-child(2n+2){
        margin-right: 2%;
        margin-left: 1%;
    }

    #categories li:nth-child(4n+3){
        margin-left:1%;
    }

    #expertise-span {
        margin: 2rem 0;
    }

    #categories{
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 600px) {
    #categories li{
        width: 66.333%; /* = (100-0.5) / 1.5 */
        padding-bottom: calc(66.333%/0.866); /* =  width /0.866 */
    }

    #categories li:nth-child(n+2){
        margin-top: calc(-66.333%/4);
    }


    #categories li:nth-child(2n+1){
        -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        transform: translateX(50%) rotate(-60deg) skewY(30deg);
    }

    #categories li:nth-child(2n+1){
        margin-left: 2%;
        margin-right: 1%;
    }

    #categories li:nth-child(2n+2){
        margin-right: 2%;
        margin-left: 1%;
    }

    #categories li:nth-child(4n+3){
        margin-left:1%;
    }

    #expertise-span {
        margin: 2rem 0;
    }

    #categories{
        margin-bottom: 3rem;
    }
}
/*----------------------------
-------- Services -----------
----------------------------*/
.services {
    background-color: inherit;
}

.services-header > *{
    padding-left: 7vw;
}

.services .title{
    padding-bottom: 1.5rem;
}

.services .btn-wrapper{
    color: #249a8a;
    padding-bottom: 2rem;
}

.hidden-xs.hidden-sm.services{
    min-height: auto;
}
#main-tabs{
    border-bottom: 1px dashed black;
}

.services #main-tabs > li.active > a,
.services #main-tabs > li.active > a:focus,
.services #main-tabs > li.active > a:hover {
    color: #249a8a;
    cursor: default;
    background-color: #fff !important;
    border: 1px dashed black;
    border-bottom-color: transparent;

}

.services #main-tabs > li > a:focus,
.services #main-tabs > li > a:hover{
    background-color: #807c75;
    border-color: #807c75;
}

.services #main-tabs > li > a {
    font-size: 1.1em;
    padding: 1rem 2rem;
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 4px 4px 0 0;
    color: white;
    border-radius: 0;
    text-align: left;
    border-bottom: 0px solid;
    background-color: #807c75;
}

.services #sub-tabs > li.active > a,
.services #sub-tabs > li.active > a:focus,
.services #sub-tabs > li.active > a:hover {
    background-color: white;
    color: #249a8a;
    cursor: default;
    font-size: 1.5em;
}


#sub-tabs li>a:focus,#sub-tabs li>a:hover {
    text-decoration: none;
    background-color: white;
    color: #249a8a;
    font-size: 1.5em;
}

.services #sub-tabs > li > a {
    text-align: left;
    font-size: 1.5em;
    color: #807c75;
    padding-left: 0;
}

.services #sub-tabs > li > a:first-child{
    padding-top: 0;
}

#main-tabs-content > div{
    padding-top: 4rem;
    padding-left: 2rem;
}

.sub-tabs-content > span{
    font-size: 1.2em;
}

.services .last-row{
    padding-top: 2rem;
}
/*
.services .span-col{
  padding-left: 10px;
}*/

.services svg{
    width: 90%;
}

#intelectual svg .cls-1{
    fill:#08090a;
}

#intelectual svg .cls-2{
    fill:#fff;
}

#intelectual svg .cls-3{
    font-size:44.12px;
    font-family:RobotoCondensed-Regular, Roboto Condensed;
}

.main-accordion img,
.main-accordion svg{
    padding-top: 15px;
    max-width: 250px;
}

.main-accordion .panel-text{
    font-size: 1.1em;
}

.main-accordion .panel-default{
    border: none;
    border-top: 2px dashed #249a8a;
    border-radius: 0;
    margin-top: 0;
}

.main-accordion .panel-heading{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.sub-accordion .panel-heading{
    border-bottom: 1px dashed white !important;
}

.sub-accordion .panel-default,
.sub-accordion .panel-default:last-child .panel-heading{
    border: none !important;
}

.panel-group {
    margin-bottom: 0;
}

.main-accordion .panel-heading,
.main-accordion .panel-body{
    padding: 3vh;
    padding-left: 7vw;
    padding-right: 0;
}


.sub-accordion .panel-heading,
.sub-accordion .panel-body{
    padding-left: 10vw !important;
    padding: 2vh;
}

.main-accordion .panel-body{
    padding-right: 110px;
    border-top: none !important;
}

.main-accordion .services-img{
    width: 60%;
    padding-top: 2rem;
}

.panel .panel-title > a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.main-accordion .panel-title > a:after {
    font-size: 1.5em;
    content: "\e260";
    font-family: "Glyphicons Halflings";
    margin-left: auto;
    margin-right: 110px;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sub-accordion .panel-title > a:after{
    font-size: 1em;
}
.sub-accordion .panel-title > a:after{
    margin-right: 110px !important;
}

.main-accordion .panel-title > a.collapsed:after {
    /*  transform: scaleY(-1);*/
    -ms-transform: rotate(-180deg); /* IE 9 */
    -webkit-transform: rotate(-180deg); /
transform: rotate(-180deg);
}

.sub-accordion .panel .panel-title > a {
    font-size: 1.1em !important;
}

.main-accordion .panel .panel-title > a {
    font-size: 1.2em;
}

.sub-accordion .panel-body {
    font-size: 1.3em;
}

@media screen and (max-width: 992px) {
    .main-accordion .panel-title > a:after {
        margin-right: 220px;
    }

    .main-accordion .panel-body {
        padding-right: 220px;
    }

    .sub-accordion .panel-title > a::after {
        margin-right: 220px !important;
    }

    .services{
        min-height: auto;
    }
}


@media screen and (max-width: 768px) {
    .main-accordion .panel-title > a:after {
        margin-right: 110px;
    }
    .sub-accordion .panel-title > a::after {
        margin-right: 110px !important;
    }

    .main-accordion .panel-body {
        padding-right: 110px;
    }
}


.main-accordion .panel + .panel {
    margin-top: 0;
}
/*---------------------------
-------- Methodology ----------
-------------------------------*/

.five-cols{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.step-title,
.step-number{
    color: #249a8a;
}


.methodology .step-title{
    font-size: 2.2em;
    margin-bottom: 1rem;
}

.desc-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.methodology .step-number{
    font-size:3.5em;
    padding: 0 1rem 0 0;
    margin:0;
    margin-top: -2px;
}

.methodology > img{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.methodology h2{
    font-size:2.5em;
    font-weight:700;
}
.methodology h6{
    font-size:1.25em;
    font-weight:400;
}
.methodology p{
    color:#08090a;
    font-size: 1.1em;
    font-weight:400;
}


#methodology-icon{
    width: 135px;
}


.methodology .step-desc {
    width: 190px;
}

#methodology > div{
    min-height: 180px;
    margin-bottom: 1rem;
    margin-right: 1.5rem;
    max-width: 250px;
}


@media screen and (max-width: 992px) {

    #methodology-icon{
        width: 90px;
    }
}

@media screen and (max-width: 650px) {

    #methodology > div{
        min-height: auto;
    }
}

/*
.vertical-arrows{
  width: 70px;
  float: left;
}

.vertical-arrows > img{
  height: 135px;
  margin-top: 20px;
}

.vertical-arrows > img:first-child{
  margin-top: 65px;
}

*/
/*
/*--------------------------
-------- QStamp -------------
----------------------------*/

.qstamp {
    padding-bottom: 0 !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
}

.qstamp-body{
    min-height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: unset;
    flex-direction: unset;
    /*margin-top: auto;*/
}

.qstamp .text-green{
    font-size:1.1em;
    color:#249a8a;
    font-weight:400;
}

.qstamp .text-black{
    font-size:1.8em;
    color:#08090a;
    font-weight:400;
}

.qstamp .description{
    font-size:1.125em;
    color:#08090a;
    font-weight:400;
    line-height:1.25;
}

.qstamp #description{
    padding-top:20px;
}

.qstamp h2{
    color:#08090a;
    font-size:4.25em;
    font-weight:400;
}


.qstamp .btn-wrapper{
    padding-left: 0;
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.qstamp > .row:first-child{
    margin-top: auto;
    margin-left: 0;
    margin-right: 0;
}

.qstamp img{
    width:350px;
}

.qstamp .visible-xs{
    padding-left:  7vw;
}
.schedule{
    background-color:#249a8a;
    padding-top: 3rem;
    padding-bottom: 3rem;
    margin-top: auto;
    width: 100vw;
}

.schedule a{
    text-transform: uppercase;
    font-weight:400;
    font-size:1.125em;
    color:#ffffff;
}

.schedule h2{
    font-size:2em;
    color:#ffffff;
    font-weight:400 !important;
    margin-top:10px !important;
}

.schedule > .row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left:  7vw;
    margin-right: 0;
}

.qstamp-text{
    margin-top: auto;
    padding-left: 7vw;
    padding-top: 4rem;
}


@media screen and (max-width: 768px){
    .qstamp-text{
        padding-right: 110px;
    }
}

.schedule .btn-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;;
    -webkit-box-orient: vertical;;
    -webkit-box-direction: normal;;
    -ms-flex-direction: column;;
    flex-direction: column;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    padding: 0;
    cursor: pointer;
}

#schedule_btn{
    margin-left:30px;
    padding-right:0px;
}

#schedule_btn_text{
    color:#ffffff;
    border-color:#ffffff;
}

#schedule_btn_text:hover,
#submit span:hover {
    color:#201814;
    border-color:#201814;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

.btn-wrapper button{
    position:relative;
    background-color: transparent;
    border: none;
    padding-bottom:15px;
}

.img-wrapper-md{
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width: 992px) {
    .qstamp img {
        width: 220px;
    }
}

@media screen and (max-width: 768px) {

    .qstamp img {
        width: 115px;
        margin-top: 0;
        float: right;
        height: 158px;
    }
    .schedule > .row {
        display: block;
        padding-left: 7vw;
        margin-right: 0;
    }

    .schedule .btn-wrapper {
        display: block;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: unset;
        flex-direction: unset;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        margin-top: 1rem;
        clear: both;
    }

    #schedule_btn {
        margin-left: 0;
        padding-right: 0;
        padding-left: 0;
    }
    .schedule {
        padding-bottom: 2rem;
        padding-right: 110px;
    }
}

/*--------------------------
-------- FORM ----------------
----------------------------*/
.scheduleform{
    display:none;
    width:100%;
    min-height: auto;
}

input[type="email"],
input[type="text"]{
    margin:10px 0px;
    -webkit-box-shadow:none;
    box-shadow:none;
    border-radius:0px;
    border:none;
    border-bottom: solid;
    border-color: #249a8a;
    max-width:400px;
    width: 100% !important;
}

.form-group {
    width: 100%;
    margin-left:10px;
}

input[type="email"]:focus,
input[type="text"]:focus,
textarea[class="form-control"]:focus{
    outline:none !important;
    border-bottom: solid;
    border-color:#249a8a;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type="radio"]{
    margin: 0 !important;
    position: relative !important;
    display: inline-block;
    width: auto;
    vertical-align: middle;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-inline .radio {
    margin-top: 0;
    margin-bottom: 0;
}

label.radio span {
    color: #000000;
    font-size:0.975em;
    text-transform: uppercase;
    margin-left: 10px;
}

#company_wrapper{
    margin-left: 30px;
}

#company{
    margin-left:  0.075rem !important;
}

#message{
    max-width:500px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.submit{
    display:inline-block;
}

.submit .btn-wrapper{
    margin-left: 50px;
    padding-left: 15px;
    padding-top: 0;
}

#submit{
    display:inline-block;
    color: #249a8a;
    padding-right:0px;
}

.form-group textarea{
    margin:10px 0px;
    border-radius:0px;
    border:none;
    border-bottom: solid;
    border-color: #249a8a;
    resize:none;
    overflow:auto;
}

.required{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.required::before{
    content:"*";
    color:#000000;
    font-size:1em;
    vertical-align: top;
    margin-left: -10px;
    padding-right:5px;
}

.bigform-content{
    overflow: hidden;
    position:relative;
    width:100%;
    height:100%;
}

.modal, .modal-backdrop {
    position: absolute !important;
}

.modal-dialog{
    width:350px;
}

.modal-content{
    background-color:#249a8a;
    text-transform: uppercase;
    border-radius: 0px;
    text-align: center;
    border:none;
}

.modal-footer{
    border-top:none;
}

.modal-footer button{
    background-color: transparent;
    border:none;
}

.modal-footer .btn-text{
    color:#ffffff;
    border-color:#ffffff;
}

@media screen and (max-width: 992px){
    #submit {
        padding-left: 0;
    }

    .submit .btn-wrapper {
        padding-left: 0;
        padding-top: 2rem;
    }
}

/*---------------------------
--------Awards and press ----
----------------------------*/
.press >div,
.awards >div{
    -ms-flex-item-align: center;
    align-self: center;
    padding: 1rem;
}

.press >div:not(.title-wrapper),
.awards >div:not(.title-wrapper){
    max-width: 120px;
}
.press,
.awards{
    padding: 2rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.press img,
.awards img{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    -ms-flex-item-align: center;
    align-self: center;
    /*max-height: 66px;*/
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.press > div:hover img,
.awards > div:hover img{
    -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
    /*width: 140px;*/
}

.awards-1st-row{
    margin-left: 2rem;
}

.awards-press{
    min-height: 50vh;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
}
.awards-press .title{
    padding-bottom: 1rem;
    font-size: 1.5em;
    color: #249a8a;
}

@media screen and (max-width: 498px) {
    .press >div:first-child,
    .awards >div:first-child{
        -ms-flex-preferred-size: 100vw;
        flex-basis: 100vw;
        padding: 0 1rem;
    }
}

/*----------------------------
--------- Footer ---------
----------------------------*/

.footer-default {
    background-color: #201814;
    min-height: auto;
}


/*---------------------------
--------- Widget ------------
-----------------------------*/

.footer-default .container{
    padding-left:0px;
}

.footer-icons{
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#header-row{
    padding-top:25px;
}

#map{
    height:200px;
    width:100%;
}

#quote blockquote{
    margin-top:30px;
}

#eu-comission{
    display: block;
    margin: auto;
    min-width: 140px;
}

#eu-comission img{
    max-width: 115px;
}
#quote p{
    color:#ffffff;
    font-size:1.2em;

}

.contacts p{
    font-size: 0.85em;
    font-weight: 400;
    color: #ffffff;
}

#eu-comission p{
    font-size: 0.85em;
}

.contacts h5{
    font-size:1.125em;
    font-weight:400;
    text-transform:uppercase;
    color:#249a8a;
}

.contacts, .contacts.hq{
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-end;
}

.sm_icon{
    width:30px;
    height:30px;
    margin: 0 10px;
}

.footer-bottom{
    color:#08090a;
    padding-top:15px;
    padding-bottom:15px;
}

.footer-bottom span{
    text-transform:uppercase;
    color:#249a8a;
    font-size:0.85em;
}

.facebook{
    width: 20px;
}
/*sm&md breakpoint*/
@media screen and (min-width: 768px) and (max-width: 992px) {
    .footer-icons{
        top: 25%;
    }
}

/*md breakpoint*/
@media screen and (min-width: 992px) {
    .footer-default .row{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;;
    }
}

@media screen and (max-width: 768px){
    .contacts, .contacts.hq {
        margin-bottom: 2rem;
    }
}

@media screen  and (max-width: 992px) {
    #eu-comission{
        margin-bottom: 30px;
    }
}

/*-----------------------------------
---------- grid additions -----------
------------------------------------*/
/*
@media (min-width: 768px){
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }
}

@media (min-width: 768px){
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1  {
    width: 100%;
    *width: 100%;
  }
}

@media (min-width: 992px) {
  .five-cols .col-md-1,
  .five-cols .col-sm-1,
  .five-cols .col-lg-1 {
    width: 10%;
    *width: 10%;
  }

  .four-arrows .col-md-2,
  .four-arrows .col-sm-2,
  .four-arrows .col-lg-2,
  .five-cols .col-md-2,
  .five-cols .col-sm-2,
  .five-cols .col-lg-2{
	  width:20%;
  }

  .five-cols .col-md-3,
  .five-cols .col-md-3,
  .five-cols .col-lg-3{
	  width:30%;
	  *width:30%;
  }

}
*/
/*------------------------------
------- Button extensions ------
-------------------------------*/
.tooltip.right{
    margin-left: 20px;
}

.tooltip-inner{
    width: 350px;
    max-width: none;
    padding: 5px 8px;
}

.discover-disable{
    cursor: default;
}