﻿html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #053e56;
    padding-top:90px;
}
a:hover{
    text-decoration:none;
}
img{
    max-width:100%;
}
.ratio{
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
}

.ratio43 {
    padding: 75% 0 0 0;
}

.ratio169 {
    padding: 56.25% 0 0 0;
}

.ratioS {
    padding: 100% 0 0 0;
}

.ratioL {
    padding: 48% 0 0 0;
}

.ratio img, .ratio div {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.btns {
    margin-left:-10px;
    margin-right:-10px;
}

.btns .btn {
    margin: 0 10px 10px 10px;
}

.btn-plain {
    padding: 0;
    color: #053e56;
    font-weight:bold;
    font-size:24px;
}

.btn-standard {
    border-radius:0;
    font-weight:bold;
    font-size:24px;
    min-width:240px;
}

.btn-rounded {
    font-size:18px;
    font-weight:bold;
    border-radius:25px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
    min-width: 180px;
    padding: 10px 20px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

    .btn-rounded i {
        font-size: 12px;
        margin-left: 20px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-transition-duration: 0.1s;
        -o-transition-duration: 0.1s;
        transition-duration: 0.1s;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        -o-transition-property: transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn-rounded:hover i {
        -webkit-transform: translateX(4px);
        -ms-transform: translateX(4px);
        transform: translateX(4px);
    }

.btn-bg-grey {
    background-color: #6c7a82;
    color:#fff;
}

.btn-bg-ghost {
    border: 5px solid #6c7a82;
    color: #053e56;
}

.btn-bg-ghost.white {
    border: 5px solid #fff;
    color: #fff;
}

    .btn-bg-ghost.cream {
        border: 5px solid #f3e9ca;
        color: #fff;
    }

.sectionTitle {
    font-size:36px;
    font-weight:bold;
    margin-bottom:50px;
}

#header {
    background-color: #242424;
    padding: 20px 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

    #header ul.navbar-nav {
        margin-left:-20px;
        margin-right:-20px;
    }
        #header ul.navbar-nav > li > a {
            color: #faf9f6;
            font-size: 18px;
            font-weight: 600;
            padding: 10px 20px;
        }

    #header.shrink {
        border-bottom: 1px solid #fff;
        padding: 10px 0;
    }

    #header.shrink .nav-brand{
        display:block;
    }

.heroPanel {
    padding: 30px 0;
}

/*.themePanel {
    background-image: url('/media/oc0omuxq/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    padding: 30px 0;
}*/

    .heroPanel h1 {
        font-weight: bold;
        color: #053e56;
        margin: 40px 0 30px 0;
    }

.themePanel {
    /*background-position:left top;
    background-size: auto;*/
    padding:0;
}
    .themePanel .container .themeText {
        padding: 30px 0;
    }

.themePanel h1 {
    font-weight:bold;
    margin-bottom:0;
}
.welcomePanel {
    padding: 50px 0;
    font-size: 18px;
}

.welcomePanel .row{
    margin-left:-25px;
    margin-right:-25px;
}

.welcomePanel .column {
    padding-left:25px;
    padding-right:25px;
    padding-bottom:30px;
}

    .welcomePanel h2 {
        font-weight:600;
        margin-bottom:40px;
    }

.servicePanel {
    background-color: #83b5cd;
    color:#fff;
    padding: 50px 0;
}
    .servicePanel .row {
        margin-left: -25px;
        margin-right: -25px;
    }

    .servicePanel .column {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px;
    }
    .servicePanel .column .box {
        background-color: #f3f8fb;
        color: #053e56;
        font-weight: bold;
        font-size: 18px;
        line-height:30px;
        text-align: center;
        padding: 30px;
        height: 100%;
    }

    .clientPanel{
        padding: 50px 0;
        font-size:24px;
    }

    .clientPanel .item{
        padding-top: 30px;
        padding-bottom:30px;
    }

        .clientPanel .item h2 {
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 20px;
            color: #0086ac;
            cursor:pointer;
        }

        .clientPanel .item .ratio {
            border: 2px solid #959aa4;
            cursor: pointer;
        }

        .clientPanel .item .itemIntroduction{
            font-size:20px;
            margin: 10px 0 30px 0;
        }
        .clientPanel .clientModal .modal-body .close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 30px;
            color: #85b9d1;
        }
        .clientPanel .clientModal .modal-body .modal-title {
            font-weight: bold;
            margin-bottom:15px
        }

        .clientPanel .clientModal .modal-body img {
            margin: 20px 0;
        }

        .clientPanel .clientModal .modal-body {
            color: #008cb4;
            padding: 30px 40px;
            font-size:18px;
        }

.expertisePanel {
    padding: 50px 0;
    font-size: 24px;
}

.expertisePanel .column {
    padding-bottom: 30px;
}

    .expertisePanel h1,
    .expertisePanel h2,
    .expertisePanel h3,
    .expertisePanel h4,
    .expertisePanel h5,
    .expertisePanel h6 {
        color: #0086ac;
        font-weight:bold;
        margin-bottom:30px;
    }

.expertisePanel.blue {
    background-color: #0085ab;
    color:#fff;
}

    .expertisePanel.blue h3 {
        color: #f9f4e4;
    }

    .expertisePanel.blue h3 + p {
        font-size:18px;
    }

    .expertisePanel .row{
        margin-left:-50px;
        margin-right:-50px;
    }

    .expertisePanel .column {
        padding-left:50px;
        padding-right:50px;
    }

    .expertisePanel .timelineColumn .item {
        padding-bottom: 40px;
        font-size: 16px;
        border-left: 1px solid #0086ac;
    }

    .expertisePanel.blue .timelineColumn .item {
        border-left: 1px solid #fdf9ec;
    }

    .expertisePanel .timelineColumn .item .itemInner {
        padding-left: 50px;
        position:relative;
    }

        .expertisePanel .timelineColumn .item p {
            margin-bottom:0;
        }

    .expertisePanel .timelineColumn .item .date {
        color: #0086ac;
        font-size: 24px;
        font-weight: bold;
    }

        .expertisePanel.blue .timelineColumn .item .date {
            color: #f9f4e4;
        }

    .expertisePanel .timelineColumn .item .date:before {
        content: "";
        position: absolute;
        top: 12px;
        left: -6px;
        font-size: 20px;
        width: 12px;
        height: 12px;
        background-color: #0086ac;
        border-radius: 50%;
        z-index: 1;
    }

        .expertisePanel.blue .timelineColumn .item .date:before {
            background-color: #f9f4e4;
        }

    .expertisePanel .column .panel {
        background-color: #e8f2f7;
        padding: 30px;
    }

    .expertisePanel .column ul {
        padding-left:20px;
    }

    .expertisePanel .column ul li {
        margin-bottom: 20px;
    }
        .expertisePanel .column ul li ul {
            margin-top: 20px;
            list-style:none;
            padding-left:0;
        }
            .expertisePanel .column ul li ul li {
                position:relative;
                padding-left: 20px;
                margin-bottom:0;
            }
                .expertisePanel .column ul li ul li:before {
                    content: ">";
                    position: absolute;
                    left: 0;
                    color: #0086ac;
                }
    .imagePanel {
        min-height: 340px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

.contactPanel {
    background-color: #f3f8fb;
    padding:50px 0;
    font-size:18px;
}
.contactPanel h3 {
    font-weight:bold;
    font-size:36px;
    margin-bottom: 30px;
}
    .contactPanel .d-flex {
        margin-left:-25px;
        margin-right:-25px;
    }
    .contactPanel .d-flex .column {
        padding: 25px;
    }
    .contactPanel .info {
        font-size: 16px;
        font-weight: bold;
        color: #053e56;
        background-repeat: no-repeat;
        min-height: 51px;
        padding-top: 10px;
        padding-left: 70px;
    }

    .contactPanel.white{
        background-color: #fff;
        font-size:24px;
    }
    .contactPanel.white .container > p {
        margin-bottom:100px;
    }
    .contactPanel.white .info {
        font-size: 24px;
    }
    .contactPanel .address {
        background-image: url('/media/auyndpps/icon-address.png');
    }
    .contactPanel .telephone {
        background-image: url('/media/qakbnkdk/icon-telephone.png');
    }
    .contactPanel .email {
        background-image: url('/media/nntbpf2f/icon-email.png');
    }
    .contactPanel.white .form-row{
        padding-top:40px;
    }
    .contactPanel .form-group .form-control {
        height: 60px;
        border: 2px solid #c4c9cf;
        border-radius: 0;
        font-size: 18px;
        color: #053e56;
    }
    .contactPanel.white .form-group .form-control {
        border: 0;
        background-color: #e8f2f7;
    }
        .contactPanel .form-group textarea.form-control{
            height:212px;
            resize: vertical;
        }


#footer {
    background-color: #242424;
    color: #fff;
    font-size: 15px;
    padding: 40px 0;
}

@media(max-width: 767px) {
    #header .nav-scroller {
        position: absolute;
        overflow-y: scroll;
        overflow-x: hidden;
        width: 100%;
        height: 100%;
    }

    #header ul.navbar-nav > li {
        margin: 5px 0;
    }

        #header ul.navbar-nav > li > a {
            padding: 5px 10px;
            text-align: left;
        }

        #header ul.navbar-nav > li a:after {
            content: ' \f078';
            font-family: 'Font Awesome 5 Free';
            font-weight: 900;
            font-size: 14px;
            padding-left: 5px;
        }

        #header ul.navbar-nav > li a:only-child:after {
            content: "";
        }

        #header ul.navbar-nav > li ul {
            list-style: none;
            margin: 0;
            padding-left: 20px;
            background-color: none;
        }

            #header ul.navbar-nav > li ul li a {
                color: #fff;
                text-align: left;
                display: block;
                padding: 5px;
                font-size: 16px;
            }

    #header ul.navbar-nav li {
        border: none;
    }

    #header .navbar-toggler {
        border-width: 0;
        outline: 0;
    }

    #header .animated-icon {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }

        #header .animated-icon span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            border-radius: 9px;
            opacity: 1;
            left: 0;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
        }

        #header .animated-icon span {
            background: #fff;
        }

            #header .animated-icon span:nth-child(1) {
                top: 0px;
            }

            #header .animated-icon span:nth-child(2),
            #header .animated-icon span:nth-child(3) {
                top: 10px;
            }

            #header .animated-icon span:nth-child(4) {
                top: 20px;
            }

        #header .animated-icon.open span:nth-child(1) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

        #header .animated-icon.open span:nth-child(2) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        #header .animated-icon.open span:nth-child(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

        #header .animated-icon.open span:nth-child(4) {
            top: 11px;
            width: 0%;
            left: 50%;
        }

    #header .nav-wrapper {
        position: fixed;
        top: 0;
        left: 100%;
        padding: 0;
        width: 100%;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        display: block;
        height: 100%;
        z-index: 999;
    }

    #header .btn-close {
        position: absolute;
        left: 0;
        background: #242424;
        padding: 20px;
        border: 0;
        top: 0;
        border-radius: 0;
    }

        #header .btn-close .animated-icon span {
            background: #fff;
        }


    #header .navbar-collapse.collapsing .nav-wrapper {
        height: 100% !important;
        margin-left: 50%;
        left: 50%;
        -webkit-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    #header .navbar-collapse.show .nav-wrapper {
        left: 0;
    }

    #header .nav-group {
        margin-left: 70px;
        background: #242424;
        padding: 15px;
    }

        #header .nav-group::after {
            content: "";
            display: block;
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 70px;
            right: 0;
            bottom: 0;
            background: #242424;
            z-index: -1;
        }
        #header .nav-group .callus {
            padding-left:10px;
            margin-top:10px;
        }
        #header .nav-group .callus i {
            color: #0086ac;
            margin-right: 5px;
        }
        #header .nav-group .callus a {
            color:#fff;
            font-weight:bold;
        }
}

@media(min-width:768px) {
    body{
        padding-top:87px;
    }

    #header .nav-brand {
        display: none;
    }

    .themePanel .container .themeText {
        height: 500px;
    }
    .servicePanel .column .box {
        font-size: 26px;
        padding: 30px 50px;
    }

}

@media(min-width: 992px){
    body{
        padding-top:117px;
    }
    #header {
        padding: 35px 0;
    }

        #header ul.navbar-nav {
            margin-left: -30px;
            margin-right: -30px;
        }

            #header ul.navbar-nav > li > a {
                padding: 10px 30px;
            }

    .heroPanel {
        padding: 0;
    }

        .heroPanel .heroText {
            padding-bottom: 30px;
        }
        .heroPanel h1, .themePanel h1, .welcomePanel h2, .sectionTitle, .clientPanel .modal-title {
            font-size: 48px;
        }
    .welcomePanel {
        padding: 100px 0;
        background: #ffffff;
        background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 40%, #fdf9ec 40%, #fdf9ec 100%);
        background: -webkit-linear-gradient(left, #ffffff 0%,#ffffff 40%,#fdf9ec 40%,#fdf9ec 100%);
        background: linear-gradient(to right, #ffffff 0%,#ffffff 40%,#fdf9ec 40%,#fdf9ec 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fdf9ec',GradientType=1 );
    }

    .servicePanel, .clientPanel, .expertisePanel, .contactPanel {
        padding:100px 0;
    }

        .clientPanel .clientModal .modal-body {
            padding: 30px 70px;
            font-size: 24px;
        }

            .clientPanel .clientModal .modal-body .close {
                top: 30px;
                right: 30px;
                font-size: 50px;
            }
}

@media(min-width: 1920px){
    .container{
        max-width: 1600px;
    }

    .heroPanel .heroText {
        padding-bottom: 80px;
    }
    .welcomePanel {
        font-size:24px;
    }
    .welcomePanel .row {
        margin-left: -50px;
        margin-right: -50px;
    }

    .welcomePanel .column {
        padding-left: 50px;
        padding-right: 50px;
        padding-bottom:0;
    }

    .servicePanel .row {
        margin-left: -75px;
        margin-right: -75px;
    }

    .servicePanel .column {
        padding-left: 75px;
        padding-right: 75px;
    }

    .clientPanel .row {
        margin-left:-50px;
        margin-right:-50px;
    }

    .clientPanel .item {
        padding-left:50px;
        padding-right:50px;
    }

    .expertisePanel .row {
        margin-left: -80px;
        margin-right: -80px;
    }

    .expertisePanel .column {
        padding-left: 80px;
        padding-right:80px;
    }
}
/*Cookie Policy*/
.cookieLaw {
    color: #fff;
    font-size: 12px;
    background-color: rgba(0, 0, 0, .8);
    padding: 5px;
    text-align: center;
    border-top: 3px white solid;
    display: none;
}

    .cookieLaw .btn {
        background-color: #000;
        color: #fff;
    }