body {
    color: #24415e;
}

.container {
    position: relative;
}

.sections {
    padding: 60px 0;
    position: relative;
}

#hero {
    background: black;
    background-image: url("images/skyscraper-hero.jpg");
    background-position: top center;
    background-size: cover;

}

#hero:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}

#hero > div {
    position: relative;
}

.langSwitch .btn {
    color: #fff;
    font-size: 12px;
}

#logo {
    max-width: 300px; height: auto;
}

.intro-img {
    max-width: 350px;
}

h2 {
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}

h2:after {
    content: '';
    display: block;
    border-bottom: 2px solid;
    border-bottom-color: #24451e;
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}

h5 {
    padding: 0 10%;
    text-align: center;
    margin-bottom: 40px;
}

.intro-text {

}

.intro-text:before,.intro-text:after {
    content: '';
    display: block;
    height: 45px;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.intro-text:before {
    background-image: url("images/leftq.png");
}

.intro-text:after {
    background-image: url("images/rightq.png");
    transform: rotate(180deg);
}

#business {
    background-image: url("images/business-bg.jpg");
    background-size: cover;
}

#business:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255,255,255,0.4);
}

.business-tab {
    background-color: rgba(255,255,255,0.8);
    padding-top: 60px;
    padding-bottom: 60px;
    border-radius: 5px;
    background-image: url("images/logo-color.png");
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

@media (min-width: 768px){
    .business-tab .nav {
        min-width: 250px;
    }

    .business-tab .tab-pane {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media (max-width: 587px){
    .business-tab .tab-pane {
        padding-right: 20px;
    }
}

.business-tab .nav-link {
    text-align: left;
    color: #24415e;
    border-radius: 0;
    border: 3px solid transparent;
}

.business-tab .nav-pills .nav-link.active,
.business-tab .nav-pills .show > .nav-link {
    background-color: #d1d1d1;
    color: #24415e;
    border-left-color: #24415e;
}

.business-tab h4 {
    margin-bottom: 25px;
}

.business-tab .tab-pane ul li {
    font-weight: bold;
}

.business-tab .tab-pane ul li p {
    font-weight: normal;
}

#services {
    padding-bottom: 0;
}

.services-div {
    position: relative;
    background-image: url("images/waves.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 60px 0;
    background-color: #eee;
}

.services-div:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.services-div h4 {
    text-align: center;
    margin-bottom: 60px;
    color: #fff;
}

.services-tab .nav-pills {
    padding: 15px 15px;
    border-radius: 50px;
    background-color: rgba(255,255,255,0.3);
}

.services-tab .nav-pills .nav-item {
    width: 33%;
}

.services-tab .nav-link {
    width: 100%;
    border-radius: 50px;
    text-align: center;
    color: #24415e;
}

.services-tab .nav-pills .nav-link.active,
.services-tab .nav-pills .show > .nav-link {
    background: rgb(138,176,222);
    background: linear-gradient(90deg, rgba(138,176,222,1) 0%, rgba(138,176,222,1) 35%, rgba(50,91,142,1) 100%);
    color: #fff;
}

.s-items {
    background-color: #fff; border-radius: 5px;
    padding: 50px 30px;
    min-height: 500px;
    margin-bottom: 30px;
}

.s-items .s-title {
    font-weight: bold;
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 12px;
}

.s-items .s-icon {
    text-align: center;
    margin-bottom: 15px;
}

.s-items .s-icon img {
    max-width: 136px;
}

#contact {
    padding: 0;
}

#contact iframe {
    width: 100%;
    height: 100%;
}

@media ( min-width: 768px){
    #contact iframe {
        min-height: 460px;
    }
}

.contact-map {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

@media ( max-width: 587px ){
    .contact-map {
        position: relative;
        width: 100%;
    }

    .contact-map iframe {
        min-height: 400px;
    }
}


.contact-info {
    padding: 60px 0;
}

.contact-info h2 {
    text-align: left;
}

.contact-info h2:after {
    left: 0;
    margin-left: 0;
}

.c-icon {
    padding: 15px 0;
    border: 1px solid #24415e;
    width: 50px;
    text-align: center;
}
.c-icon svg {
    max-width: 20px;
}

.c-items {
    padding-right: 30%;
}

.c-items .row {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin-bottom: 15px;
}

.c-items label {
    display: block;
    font-weight: bold;
}

.c-items a {
    color: #24415e;
}