/*!
 * Start Bootstrap - Agency Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    overflow-x: hidden;
    font-family: 'Titillium Web', sans-serif;
    font-size: 22px;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.img-centered {
    margin: 0 auto;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.bg-darkest-gray {
    background-color: #222;
}

.btn-primary {
    border-color: #fed136;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #fed136;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-primary .badge {
    color: #fed136;
    background-color: #fff;
}

.btn-xl {
    padding: 18px 25px;
    border-color: #ffc045;
    border-radius: 3px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px;
    font-weight: 700;
    color: #006781;
    background-color: #ffc045;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #f6bf01;
    color: #fff;
    background-color: #fec503;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #fed136;
    background-color: #fed136;
}

.btn-xl .badge {
    color: #fed136;
    background-color: #fff;
}

.navbar-default {
    border-color: transparent;
    background-color: #ffc045;
}

.navbar-default .navbar-collapse {
    border-color: #ffc045;
}

.navbar-default .navbar-nav>li>a {
    color: #fff !important;
}

.navbar-default .nav li a {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    color: #fff;
    padding: 5px 10px;
    margin-left: 15px;
    font-size: 21px;
    padding-bottom: 10px;
}

.navbar-default .nav li a:hover{
    outline: 0;
    /*border: 1px solid #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;*/
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
     color: #fff;
     background-color: transparent;
 }

.btn-meet, .btn-meet-team{
    color: #006881;
    font-size: 17px;
    background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 25px;
    font-weight: bold;
    margin-top: 40px;
}
    
.clear{
    clear: both;
}

.t-m-100{
    margin-top: 100px;
}

.logo{
    max-width: 100%;
}


@media(min-width:768px) {
    
    .navbar.sticky {
        padding: 10px 0px;
    }
    
    .navbar.sticky .logo {
        margin-top: -10px;
    }

    .navbar-header{
        max-width: 37%;
    }

    .navbar-default {
        padding: 25px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

    .navbar-right {
        margin-top: 10px;
    }

    .navbar-default .navbar-brand {
        font-size: 2em;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }

    .navbar-default .navbar-nav>.active>a {
        border-radius: 3px;
    }

    .navbar-default.navbar-shrink {
        padding: 10px 0;
        background-color: #ffc045;
    }

    .navbar-default.navbar-shrink .navbar-brand {
        font-size: 1.5em;
    }
}

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    /*background-image: url(../img/bg-baloon.jpg);*/
    background-position: center bottom;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#swiper-container-header{
    margin-top: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    height: 100%;
}

#swiper-container-header .swiper-slide{
			/*background-attachment: fixed;
			background-position: 50% 0;
			background-repeat: no-repeat;
			height: 450px;
			position: relative;*/
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.map-container p{
    font-weight: bold;
    line-height: 18px;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 58px;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    font-size: 90px;
    font-weight: 900;
    line-height: 50px;
}

header .heading-outro{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 40px;

}

.yellow{
    color: #ffc145;
}

.bold{
    font-weight: 600;
}

.focused-heading{
    font-size: 34px;
    margin-bottom: 40px;
    color: #fff;
}

#focused{
    background: #006881 top left;
}

#aboutLong{
    display: none;
}

a#aboutMore{
    color: #006881;
}

#team{
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-city.jpg);
    background-position: top left;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

    -webkit-border-top-left-radius: 300px;
    -moz-border-radius-topleft: 300px;
    border-top-left-radius: 300px;

    -webkit-border-bottom-right-radius: 300px;
    -moz-border-radius-bottomright: 300px;
    border-bottom-right-radius: 300px;
}

#contact{
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/bg-taxi.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    font-size: 31px;
}

#contact p{
    font-size: 31px;
}

#team h4{
    font-size: 25px;
    font-weight: 600;
    color: #006881;
    text-transform: none;
    margin-bottom: 0px;
}

#team .position{
    font-style: italic;
    font-weight: 300;
    font-size: 25px;
    color: #006881;
    margin-bottom: 15px;
}

#team .description{
    font-size: 17px;
    font-weight: 300;
    color: #626262;
}

.margin-bottom{
    margin-bottom: 50px;
}

.fader { 
    width: 146px;
    height: 145px;
    display: inline-block; 
    position: relative;
}

.fader img{
    position: absolute;
    top: 0; 
    left: 0;
}
.fader img:last-child {
    top: -1px; 
    left: -1px;
    display: none;
}

.row.under-map{
    margin-top: -60px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 200px;
        padding-bottom: 100px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 20px;
        font-family: 'Titillium Web', sans-serif;
        font-size: 48px;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-family: 'Titillium Web', sans-serif;
        font-size: 75px;
        font-weight: 900;
        line-height: 60px;
    }
}

section {
    padding: 80px 0;
}

.row{
    text-align: center;
}

.row::after{
    clear: both;
}

#about {
    color: #006881;
    text-align: center;
    line-height: 29px;
}

p.paragraph-header{
    margin-top: 70px;
    font-weight: 600;
    font-size: 29px;
    line-height: 35px;
}

p.paragraph-content{
    font-weight: 300;
    line-height: 35px;
    font-size: 22px;
    margin-bottom: 10px;
}

#about .under-map p{
    color: #8b8b8b;
    font-size: 17px;
    padding: 0px 100px;
    text-align: left;
}

section .section-heading {
    width: auto;
    margin: 0px auto;
    font-size: 28px;
    color: #006881;
    border: 1px solid #006881;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 15px 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
    padding-right: 10px;
}

section h3.section-subheading {
    margin-bottom: 75px;
    text-transform: none;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
}

@media(min-width:768px) {
    section {
        padding: 100px 0;
    }
}

.service-heading {
    margin: 15px 0;
    text-transform: none;
}


aside.clients img {
    margin: 50px auto;
}

section#contact .section-heading {
    color: #fff;
    border-color: #fff;
}

footer {
    padding: 25px 0;
    text-align: center;
}

footer span.copyright {
    font-family: 'Titillium Web', sans-serif;
    line-height: 40px;
    font-size: 20px;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

p.biggerfont{
    font-size: 18px;
    margin-top: 10px;
}

.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin-bottom: 15px;
    font-size: 3em;
}

.portfolio-modal .modal-content p {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
    margin: 20px 0 30px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-style: italic;
}

.portfolio-modal .modal-content ul.list-inline {
    margin-top: 0;
    margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fed136;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #fed136;
}


.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}

#swiper-container-team.swiper-container{
    margin-top: 0px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet {
    width: 40px;
    height: 16px;
    display: inline-block;
    border-radius: 0;
    background: #fff;
    border: 1px solid #006480;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #006480;
}

.swiper-wrapper{
    margin-bottom: 100px;
}

#swiper-container-team.swiper-container .swiper-wrapper{
    margin-bottom: 0px;
}

.case-head{
    font-weight: 100;
    font-size: 67px;
    color: #006480;
    margin-bottom: 20px;
}

.case-head .number{
    color: #ffc044;
}

.portfolio-case{
    clear: both;
}

.case-content .case-image{
    float: left;
    text-align: right;
    width: 50%;
}


.case-content .case-description{
    text-align: left;
    float: left;
    width: 30%;
    padding-left: 40px;
    color: #333;
}

.swiper-button-next, .swiper-button-prev{
    background-image: none;
    background: #e4e4e4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    top: 200px;
}

.swiper-button-next{
    right: -100px;
}

.swiper-button-prev{
    left: -100px;
}

.swiper-button-next-arrow, .swiper-button-prev-arrow{
    width: 30px;
    height: 30px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    top: 80px;
}

.swiper-button-next-arrow{
    border-top: 1px solid #006480;
    border-right: 1px solid #006480;
    left: 40px;
}

.swiper-button-prev-arrow{
    border-left: 1px solid #006480;
    border-bottom: 1px solid #006480;
    right: 40px;
}

.link-button-submit:hover{
    color: #006780;
}

.link-button-submit{
    background: #ffc045;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    padding: 20px 35px;
    color: #006780;
    margin-top: 0px;
    line-height: 10px;
}

#contact p{
    line-height: 40px;
}

.p-b-30{
    padding-bottom: 30px;
}

.p-t-100{
    padding-top: 100px;
}


.p-t-30{
    padding-top: 30px;
}

#focused p{
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
}

/* ANIMATIONS */

.element-animation{
    animation: animationFrames ease 2s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode:forwards; /*when the spec is finished*/
    -webkit-animation: animationFrames ease 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/
    -moz-animation: animationFrames ease 2s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode:forwards; /*FF 5+*/
    -o-animation: animationFrames ease 2s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode:forwards; /*Not implemented yet*/
    -ms-animation: animationFrames ease 2s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes animationFrames{
    0% {
        opacity:0;
        transform:  translate(0px,-25px)  ;
    }
    100% {
        opacity:1;
        transform:  translate(0px,0px)  ;
    }
}

@-moz-keyframes animationFrames{
    0% {
        opacity:0;
        -moz-transform:  translate(0px,-25px)  ;
    }
    100% {
        opacity:1;
        -moz-transform:  translate(0px,0px)  ;
    }
}

@-webkit-keyframes animationFrames {
    0% {
        opacity:0;
        -webkit-transform:  translate(0px,-25px)  ;
    }
    100% {
        opacity:1;
        -webkit-transform:  translate(0px,0px)  ;
    }
}

@-o-keyframes animationFrames {
    0% {
        opacity:0;
        -o-transform:  translate(0px,-25px)  ;
    }
    100% {
        opacity:1;
        -o-transform:  translate(0px,0px)  ;
    }
}

@-ms-keyframes animationFrames {
    0% {
        opacity:0;
        -ms-transform:  translate(0px,-25px)  ;
    }
    100% {
        opacity:1;
        -ms-transform:  translate(0px,0px)  ;
    }
}

.navbar.sticky {
    font-size: 24px;
    line-height: 48px;
    background: #006881;
}

.navbar{
    transition: all 0.4s ease;
}

.map-container{
    background: url("../img/map.png") center center no-repeat;
    height: 444px;
    position: relative;
    max-width: 100%;
    padding-top: 80px;
}

.map-container .map-arrow{
    position: absolute;
    top: 15%;
    left: 25%;
    display: none;
    max-width: 30%;
}

.map-container .map-text{
    position: absolute;
    top: 40%;
    left: 24%;
    display: none;
    max-width: 30%;
}

.map-container .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    display: block;
}

.nav .hvr-underline-from-center:before{
    height: 2px;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

#team .animated { 
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
    display: block;
} 

@-webkit-keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        -webkit-transform: translateY(0); 
    } 
} 

@keyframes fadeInDown { 
    0% { 
        opacity: 0; 
        transform: translateY(-20px); 
    } 
    100% { 
        opacity: 1; 
        transform: translateY(0); 
    } 
} 

.fadeInDown { 
    -webkit-animation-name: fadeInDown; 
    animation-name: fadeInDown; 
}

.singlepartner{
    display: none;
}

@media(max-width:768px) {
    .container{
        max-width: 100%;
    }

    header .intro-text .intro-lead-in {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .navbar-default .nav li a{
        margin-bottom: 15px;
    }
    
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{
        background-color: none;
    }
    
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    
    .navbar-default .navbar-toggle{
        border: none
    }

    header .intro-text .intro-heading {
        font-size: 45px;
        line-height: 30px;
    }
    
    header .intro-text .intro-heading {
        margin-bottom: 10px;
    }
    
    header .heading-outro {
        line-height: 22px;
    }
    
    header .btn-xl {
        font-size: 20px;
        padding: 12px 20px;        
    }
    
    #about .under-map p{
        padding: 0px;
    }
    
    .advisor {
        width: 100%;
        float: none; 
    }
    
    .map-container{
        padding-top: 0px;
    }
    
    .row.under-map{
        margin-top: 160px;
    }

    .case-head {
        font-size: 30px;
    }

    .swiper-button-next, .swiper-button-prev{
        display: none;
    }

    .case-content .case-description, .case-content .case-image{
        width: 100%;
        padding: 0px 10px;
    }

    .link-button-submit {
        max-width: 90%;
        font-size: 21px;
    }

    .logo{
        max-width: 75%;
        margin-top: 10px;
    }
    
    .nav>li {
        text-align: center;
    }
    
    .portfolio-case img{
        max-width: 100%;
    }
    
    .case-content .case-description img{
        margin-top: 20px;   
    }
    
    .case-content .case-description {
        text-align: center;
    }
    
    #team {
          -webkit-border-top-left-radius: 150px;
          -moz-border-radius-topleft: 150px;
          border-top-left-radius: 150px;
          -webkit-border-bottom-right-radius: 150px;
          -moz-border-radius-bottomright: 150px;
          border-bottom-right-radius: 150px;
    }
    
    .navbar.sticky {
      font-size: 22px;
      line-height: 22px;
      background: #006881;
    }
}

@media(min-width:400px) and (max-width: 760px) {

    .logo{
        max-width: 60%;
        margin-top: 0px;
    }
}



.navbar-default .nav li a.lang-switcher.active{
    border: 1px solid #fff;
    opacity: 1;
}

.navbar-default .nav li a.lang-switcher{
    padding: 5px 5px;
    float: left;
    font-size: 20px;
    margin-top: 1px;
    margin-left: 5px;
    opacity: 0.5;
}

.navbar-default .nav li a.lang-switcher:first-of-type{
    margin-left: 40px;
}

.advisor{
    width: 33.333%;
    float: left;
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    position: relative;
    height: 300px;
    -webkit-transition: background 200ms ease-in 0ms; /* property duration timing-function delay */
    -moz-transition: background 200ms ease-in 0ms;
    -o-transition: background 200ms ease-in 0ms;
    transition: background 200ms ease-in 0ms;
}

.advisor.active{
    background: #0d6887;
}

.advisor .name{
    color: #0d6887;
    font-weight: 600;
}

.advisor.active .name{
    color: #ffc145;
}

#team .advisor .position{
    font-style: italic;
    margin-bottom: 5px;
    font-size: 22px;
}

#team .advisor.active .position{
    color: #ffc145;
}

.advisor .company{
    margin-bottom: 5px;
    color: black;
    font-size: 18px;
}

.advisor .advisor-more{
    color: #0d6887;
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0px;
}

#team .advisor.active .portfolio-link.advisor-more{
    color: #ffc145;
}

.advisor.active .portfolio-link.advisor-more{
    color: #ffc145;
}

#team .advisor.active .description, #team .advisor.active .company{
    color: #fff;
}

#team .swiper-slide{
    background: none;
}

#team .margin-top{
    margin-top: 20px;
}

#team .portfolio-link{
    color: #0d6887;
    font-weight: 600;
}

@media(max-width: 786px){
    .advisor {
        width: 100%;
        float: none; 
    }
    
    .singlepartner {
      display: none;
      margin-bottom: 20px;
    }
}