@font-face {
    font-family: 'poppins';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/Poppins-Bold.ttf');
    font-weight: bold;
}

@font-face {
    font-family: "icomoon";
    src: url("../fonts/icomoon/Font/IcoMoon-Free.ttf");
    font-weight: normal;
    font-style: normal;
  }

html, body, p, a{
    font-family: 'poppins-light'!important;
    font-size: 16px;
    font-weight: 300;
}

html,body{
    background-color:#fff;
}

.carousel.carousel-slider{
    margin-top:72px!important;
}

.fr-element img {
    cursor: default!important;
}

@media only screen and (min-width: 0px) and (max-width: 320px){
    .carousel.carousel-slider > a > img{
        height:100%;
        width:auto;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title{
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0;
        color: #fff;
        padding: 20px 20px 20px 5%;
        z-index: 10000;
        text-align: left;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title > h4{
        font-size: 1.6rem;
    }

    nav .sidenav-trigger {
        float: left;
        position: relative;
        z-index: 1;
        height: 56px;
        margin: 40px 28px!important;
    }

    .icon{
        font-size:32px!important;
    }

    #social > .container > .row > .col > ul > li {
        display: inline-block;
        margin-right: 12px!important;
        margin-left: 12px!important;
    }

    .overlay-content {
        opacity: 0;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        height: 98%;
        text-align: left;
        position: absolute;
        padding: 15px!important;
    }

    .overlay-content > h5 {
        font-size: 1rem!important;
        line-height: 1.4rem!important;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content > p {
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        color: #ececec;
    }

    .overlay-content > p > strong{
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        font-weight: bold;
        color: #ececec;
    }

    .overlay-content > a{
        font-size: 0.8rem!important;
    }

    #auto-top-link {
        background-color: #006af6;
        border: 2px solid #ffffff;
        border-radius: 25px!important;
        bottom: 28px!important;
        color: #000000;
        display: none;
        float: left;
        font-weight: normal;
        height: 35px!important;
        padding: 0;
        position: fixed;
        left: 25px;
        text-decoration: none;
        width: 35px!important;
        z-index: 9;
    }

    #auto-top-link::after {
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-radius: 2px;
        bottom: 0;
        content: "";
        height: 15px!important;
        margin: auto;
        position: absolute;
        right: 8px!important;
        top: 5px!important;
        transform: rotate(135deg);
        width: 15px!important;
    }

    .carousel-community > .carousel-item > img{
        width: 100%!important;
        height:auto!important;
        position: relative;
        float: left;
        margin:0!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information{
        width: 100%!important;
        bottom:0px!important;
        right: 0%!important;
        position: fixed!important;
        padding: 15px!important;
        background: rgba(0,109,245,0.65)!important;
        height:72%!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information > h5{
        color: #fff;
        font-weight: bold;
        font-size: 0.75rem!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    
    
    .carousel-community > .carousel-item > .carousel-item-information > p{
        color:#fff;
        font-size: 0.55rem;
        line-height: 0.8rem;
    }
}

@media only screen and (min-width: 321px) and (max-width: 600px){
    .carousel.carousel-slider > a > img{
        height:100%;
        width:auto;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title{
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0;
        color: #fff;
        padding: 20px 20px 20px 5%;
        z-index: 10000;
        text-align: left;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title > h4{
        font-size: 1.6rem;
    }

    nav .sidenav-trigger {
        float: left;
        position: relative;
        z-index: 1;
        height: 56px;
        margin: 40px 28px!important;
    }

    .icon{
        font-size:32px!important;
    }

    #social > .container > .row > .col > ul > li {
        display: inline-block;
        margin-right: 12px!important;
        margin-left: 12px!important;
    }

    .overlay-content {
        opacity: 0;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        height: 98%;
        text-align: left;
        position: absolute;
        padding: 15px!important;
    }

    .overlay-content > h5 {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content > p {
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        color: #ececec;
    }

    .overlay-content > p > strong{
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        font-weight: bold;
        color: #ececec;
    }

    #auto-top-link {
        background-color: #006af6;
        border: 2px solid #ffffff;
        border-radius: 25px!important;
        bottom: 28px!important;
        color: #000000;
        display: none;
        float: left;
        font-weight: normal;
        height: 35px!important;
        padding: 0;
        position: fixed;
        left: 25px;
        text-decoration: none;
        width: 35px!important;
        z-index: 9;
    }

    #auto-top-link::after {
        border-bottom: 2px solid #ffffff;
        border-left: 2px solid #ffffff;
        border-radius: 2px;
        bottom: 0;
        content: "";
        height: 15px!important;
        margin: auto;
        position: absolute;
        right: 8px!important;
        top: 5px!important;
        transform: rotate(135deg);
        width: 15px!important;
    }

    .carousel-community > .carousel-item > img{
        width: 100%!important;
        height:auto!important;
        position: relative;
        float: left;
        margin:0!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information{
        width: 100%!important;
        bottom:0px!important;
        right: 0%!important;
        position: fixed!important;
        padding: 15px!important;
        background: rgba(0,109,245,0.65)!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information > h5{
        color: #fff;
        font-weight: bold;
        font-size: 0.75rem!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    
    
    .carousel-community > .carousel-item > .carousel-item-information > p{
        color:#fff;
        font-size: 0.55rem;
        line-height: 0.8rem;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px){
    nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
        margin-top:0px;
    }

    .nav-transparent > .nav-wrapper > .container > a.sidenav-trigger{
        padding-top: 35px;
        padding-bottom:35px;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title{
        position: absolute;
        top: 25%;
        width: 100%;
        left: 0;
        color: #fff;
        padding: 20px 20px 20px 5%;
        z-index: 10000;
        text-align: left;
    }
    
    .overlay-content {
        opacity: 0;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        height: 98%;
        text-align: left;
        position: absolute;
        padding: 15px!important;
    }

    .overlay-content > h5 {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content > p {
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        color: #ececec;
    }

    .overlay-content > p > strong{
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        font-weight: bold;
        color: #ececec;
    }

    .carousel-community > .carousel-item > img{
        width: 100%!important;
        height:auto!important;
        position: relative;
        float: left;
        margin:0!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information{
        width: 100%!important;
        bottom:0px!important;
        right: 0%!important;
        position: fixed!important;
        padding: 15px!important;
        background: rgba(0,109,245,0.65)!important;
        height:35%!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information > h5{
        color: #fff;
        font-weight: bold;
        font-size: 1rem!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    
    
    .carousel-community > .carousel-item > .carousel-item-information > p{
        color:#fff;
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
}

@media only screen and (min-width: 993px) and (max-width: 1024px){
    .container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title{
        position: absolute;
        top: 35%;
        width: 60%;
        left: 0;
        color: #fff;
        padding: 20px 20px 20px 5%;
        z-index: 10000;
        text-align: left;
    }

    .carousel.carousel-slider > .carousel-item > .carousel-title > h4{
        font-size: 1.6rem;
    }

    nav .sidenav-trigger {
        float: left;
        position: relative;
        z-index: 1;
        height: 56px;
        margin: 40px 28px!important;
    }

    .icon{
        font-size:32px!important;
    }

    #social > .container > .row > .col > ul > li {
        display: inline-block;
        margin-right: 12px!important;
        margin-left: 12px!important;
    }

    .overlay-content {
        opacity: 0;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        height: 98%;
        text-align: left;
        position: absolute;
        padding: 15px!important;
    }

    .overlay-content > h5 {
        font-size: 1.2rem!important;
        line-height: 1.6rem!important;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content > p {
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        color: #ececec;
    }

    .overlay-content > p > strong{
        font-size: 0.8rem!important;
        line-height: 1.2rem!important;
        font-weight: bold;
        color: #ececec;
    }

    .carousel-community > .carousel-item > img{
        width: 100%!important;
        height:auto!important;
        position: relative;
        float: left;
        margin:0!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information{
        width: 100%!important;
        bottom:0px!important;
        right: 0%!important;
        position: fixed!important;
        padding: 15px!important;
        background: rgba(0,109,245,0.65)!important;
        height:35%!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information > h5{
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    
    
    .carousel-community > .carousel-item > .carousel-item-information > p{
        color:#fff;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}


@media only screen and (min-width: 1025px) and (max-width: 1366px){
    .overlay-content {
        opacity: 0;
        z-index: 1;
        color: #fff;
        left: 0;
        top: 0;
        height: 98%;
        text-align: left;
        position: absolute;
        padding: 15px!important;
        width:100%;
    }

    .overlay-content > h5 {
        font-size: 0.9rem!important;
        line-height: 1.2rem!important;
        font-weight: bold;
        color: #fff;
    }

    .overlay-content > p {
        font-size: 0.75rem!important;
        line-height: 1rem!important;
        margin-top:3px;
        margin-bottom:3px;
        color: #ececec;
    }

    .overlay-content > p > strong{
        font-size: 0.75rem!important;
        line-height: 1rem!important;
        font-weight: bold;
        color: #ececec;
    }
    
    .overlay-content > a {
        font-size: 0.75rem;
        font-weight: bold;
        font-style: italic;
        color: #ccc;
    }

    .carousel-community > .carousel-item > img{
        width: 100%!important;
        height:auto!important;
        position: relative;
        float: left;
        margin:0!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information{
        width: 100%!important;
        bottom:0px!important;
        right: 0%!important;
        position: fixed!important;
        padding: 15px!important;
        background: rgba(0,109,245,0.65)!important;
        height:35%!important;
    }
    
    .carousel-community > .carousel-item > .carousel-item-information > h5{
        color: #fff;
        font-weight: bold;
        font-size: 1.2rem!important;
        margin-top: 5px!important;
        margin-bottom: 5px!important;
    }
    
    
    .carousel-community > .carousel-item > .carousel-item-information > p{
        color:#fff;
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

/*navigation*/
.navbar-fixed-top{
    position: fixed;
    top:0;
    right: 0;
    left: 0;
    z-index: 10000;
}

.sidenav{
    z-index: 10000;
}

.sidenav > li{
    border-bottom: 1px solid #ccc;
}

.sidenav > li > a.active{
    color:#006af6;
}


.sidenav > li > ul.collapsible > li > div.collapsible-header{
    padding: 0 32px!important;
    color: #333;
    display:block;
    width:100%;
}

.sidenav > li > ul.collapsible > li.active > div.collapsible-header{
    background-color: #006af6!important;
    -webkit-tap-highlight-color: rgba(255,255,255,1)!important;
    color: #fff;
}

.sidenav .collapsible-header:hover, .sidenav.fixed .collapsible-header:hover {
    background-color: rgba(255,255,255,1)!important;
    color: #006af6;
}

.sidenav .collapsible-header, .sidenav.fixed .collapsible-header {
    background-color: rgba(255,255,255,1)!important;
    font-weight: bold!important;
}

.sidenav li>a:hover {
    background-color: rgba(255,255,255,1)!important;
    color: #006af6;
}

.sidenav > li > ul.collapsible > li > div.collapsible-body{
    padding: 0 16px!important;
}

.sidenav > li > ul.collapsible > li > div.collapsible-body > ul > li{
    color: #333;
}

.sidenav > li > ul.collapsible > li.active > div.collapsible-body > ul > li > a.active{
    color: #006af6;
}

.sidenav > li > ul.collapsible > li.active > div.collapsible-body > ul > li > a:hover{
    color: #006af6;
}

.sidenav > li > ul.collapsible > li > div.collapsible-body > ul > li{
    border-top: 1px solid #ccc;
}

.sidenav > li > ul.collapsible > li > div.collapsible-body > ul > li > a{
    color: #333;
    font-weight: bold;
}

.sidenav > li > a{
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.nav-white{
    background-color:rgba(255,255,255,0.95);
    webkit-box-shadow: none;
    box-shadow: none;
    color:#006af6;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    height: 72px;
    line-height: 72px;
}


.nav-white > .nav-wrapper > .container >.brand-logo > .logo{
    height: 56px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.nav-white > .nav-wrapper > .container > ul{
    line-height: 56px;
    margin-top:8px;
    margin-bottom: 8px;
}

.nav-white > .nav-wrapper > .container > ul > li{
    margin-right: 5px;
}

.nav-white > .nav-wrapper > .container > ul > li > a{
    color:#006af6;
    font-weight: bold;
}

.nav-white > .nav-wrapper > .container > ul > li > a:hover{
    border:2px solid #006af6;
    padding: 0 13px;
    line-height: 52px;
    background-color:transparent;
}

.nav-white > .nav-wrapper > .container > ul > li > a.active{
    border:2px solid #006af6;
    padding: 0 13px;
    line-height: 52px;
    background-color:transparent;
}

.nav-white > .nav-wrapper > .container > ul > li > ul.dropdown-content.active{
    top:62px!important;
    background-color: #ececec;
    width: 90%!important;
    margin-left:5%;
    margin-right:5%;
    position: absolute!important;
    opacity: 1!important;
    display: block!important;
    list-style: none outside none;
    left:0!important;
    overflow:hidden;
    margin-top:10px;
    height: 382px;
}

.nav-white > .nav-wrapper > .container > .sidenav-trigger{
    margin:0px!important;
}

.nav-white > .nav-wrapper > .container > .sidenav-trigger > i{
    color: #006af6;
    height:72px;
    line-height:72px;
}

.nav-white > .nav-wrapper > .container > .brand-logo{
    line-height: 0px;
}

.nav-transparent{
    background-color:rgba(255,255,255,0);
    webkit-box-shadow: none;
    box-shadow: none;
    color:#000;
    height:124px;
    position: absolute;
    z-index: 10000;
}

.nav-transparent > .nav-wrapper > .container > .brand-logo{
    padding-top:30px;
    padding-bottom:30px;
    line-height: 0px;
}

.nav-transparent > .nav-wrapper > .container > ul.right{
    padding-top:30px;
    padding-bottom:30px;
}

.nav-transparent > .nav-wrapper > .container > .brand-logo > .logo{
    height:78px;
    width:auto;
}

.nav-transparent > .nav-wrapper > .container > ul > li{
    margin-right:5px;
}

.nav-transparent > .nav-wrapper > .container > ul > li > a:hover{
    border: 2px solid #fff;
    background-color:none;
    height: 60px;
    line-height: 60px;
    padding-left: 13px;
    padding-right:13px;
    margin-bottom: 20px;
}

.nav-transparent > .nav-wrapper > .container > ul > li > a{
    background-color:rgba(255,255,255,0)!important;
    -webkit-tap-highlight-color:rgba(255,255,255,0)!important;
    color:#fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.nav-transparent > .nav-wrapper > .container > ul > li > a.active{
    border: 2px solid #fff;
    background-color:none;
    height: 60px;
    line-height: 60px;
    padding-left: 13px;
    padding-right: 13px;
}

.nav-transparent > .nav-wrapper > .container > ul > li > ul.dropdown-content.active{
    top: 85px!important;
    background-color: #ececec;
    width: 90%!important;
    margin-left:5%;
    margin-right:5%;
    position: absolute!important;
    opacity: 1!important;
    display: block!important;
    list-style: none outside none;
    left:0!important;
    overflow:hidden;
    margin-top:10px;
}

li.dropdown-summary{
    display: inline-block!important;
    width: 35%!important;
    clear: none!important;
    text-align: left!important;
    float: none!important;
    background: url('../img/JOZ_9870-313.jpg') center center no-repeat;
    background-size: cover;
    color:#fff;
    text-align: left;
    height:380px;
    vertical-align: top;
    cursor: default;
}

li.dropdown-summary > .smokescreen{
    width:35%;
    height:380px;
    background-color:rgba(0,119,249,0.90);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    padding: 15px 25px 15px 25px!important;
}

li.dropdown-summary > .smokescreen > p {
    font-size: 1.2rem;
    line-height: 150%;
    margin: 1.0933333333rem 0 .656rem 0;
    color:#fff;
    font-weight: 200;
    margin-top: 25px;
}

li.dropdown-list{
    display: inline-block!important;
    width: 24%!important;
    clear: none!important;
    text-align: center!important;
    float: none!important;
    border-right: 1px solid #cecece;
    height:380px;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
}

li.dropdown-list > ul > li{
    min-height: 42px;
}

li.dropdown-list > ul > li > a{
    color:#000;
    padding: 10px 15px 10px 15px;
    background: linear-gradient(to right, #006af6 50%,rgba(255,255,255,0) 50%);
    background-size: 201% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
}

li.dropdown-list > ul > li > a > i{
    margin:0;
}

li.dropdown-list > ul > li > a:hover{
    color:#fff;
    background-position: left bottom;
}

li.dropdown-list > ul > li > a.active{
    color:#fff;
    background-color:#006af6;
}

li.dropdown-detail{
    display: inline-block!important;
    width: 39%!important;
    clear: none!important;
    text-align: left!important;
    float: none!important;
    height:380px;
    vertical-align: top;
    right:0;
    padding:15px;
}

li.dropdown-detail > div > h5{
    color:#444;
    margin-top: 10px;
    margin-bottom: 5px;
    cursor: default;
    font-weight:bold;
}

li.dropdown-detail > div > ul{
    margin-top:15px;
    margin-bottom:15px;
    margin-right:20px;
    display:inline-block;
    width:100%;
    cursor: default;
}

li.dropdown-detail > div > ul > li{
    position:relative;
    float:left;
    font-weight: bold;
    font-size: 1rem;
    color:#666;
    cursor: default;
    min-height: 25px;
}

li.dropdown-detail > div > ul > li > a{
    padding:5px 0px 5px 0px;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: bold;
    color:#006af6;
    background-color:rgba(255,255,255,0);
}

li.dropdown-detail > div > ul > li > ul > li{
    min-height: 32px;
    line-height: 0.95rem;
    cursor: default;
}

li.dropdown-detail > div > ul > li > ul > li > a{
    padding:5px;
    font-size: 0.8rem;
    line-height: 0.95rem;
    font-weight: bold;
    color:#006af6;
}

li.dropdown-detail > div > ul > li > ul > li > a:hover{
    background-color:rgba(255,255,255,0);
}

/*carousel*/
.carousel.carousel-slider{
    min-width: 100%;
    min-height: 100%!important;
}

.smokescreen{
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.carousel-title {
    position: absolute;
    top: 25%;
    width: 50%;
    left: 0;
    color: #fff;
    font-size: 2rem;
    padding: 20px 20px 20px 5%;
    line-height: 3.2rem;
    z-index: 10000;
    text-align: left;
}

.carousel-title > h4{
    line-height:140%;
}

span.highlight{
    background-color:#006af6;
    color:#fff;
    margin-right: 0px;
    padding-left: 10px;
    padding-right:10px;
}

/*content*/
#business_unit, #project{
    padding-top:30px;
    padding-bottom:30px;
}


#about{
    padding-top:60px;
    padding-bottom:60px;
    width:100%;
    background: url('../img/JOZ_0119-310.jpg') top center no-repeat;
    background-size:cover;
    /*background:rgba(0,0,0,0.5);*/
}

#quick-response{
    padding-top:60px;
    padding-bottom:60px;
    width:100%;
    background: url('../img/response.jpg') top left no-repeat;
    background-size:cover;
}

#contact{
    padding-top:30px;
    padding-bottom:20px;
    width:100%;
    background: url('../img/head_office.jpg') top center no-repeat;
    background-size:cover;
}

#social{
    padding-top:0px;
    padding-bottom:0px;
    width:100%;
    background-color: rgba(0,119,249,1);
    text-align: center;
    color:#fff;
}

#project{
    margin-top:30px;
    margin-bottom:30px;
}

#working-environment, #career{
    margin-top:30px;
    margin-bottom:30px;
}

.alert-warning{
    color:orange;
}

#partner{
    min-height: 1390px;
    padding-top:60px;
    padding-bottom:60px;
    width:100%;
    background: url('../img/shakehand.jpg') top center no-repeat;
    background-size:cover;
    /*background:rgba(0,0,0,0.5);*/
}

ul.points{
    padding-left: 10px;
}

ul.points > li{
    list-style-type: none!important;
}
ul.points > li:before{
    content: "\2022"; 
    color: #006af6!important;
    display: inline-block; width: 1em;
    margin-left: -1em
}

.no-margin-bottom{
    margin-bottom:0px!important;
}

.business-lineup{
    min-height: 265px!important;
}

h2.content-title{
    font-size: 2.28rem;
    font-weight: bold;
    color:#333;
    border-left: 5px solid #006af6;
    padding-left: 15px;
    margin-top:10px;
}

p.content-subtitle{
    font-size: 1.2rem;
    font-weight:400;
}

p.content-subtitle > a{
    text-decoration: none!important;
    color:#006af6!important;
    font-weight: normal!important;
    padding:5px;
    display:block;
}

.unit-icon{
    width:100%;
    height:auto;
    margin-top:20px;
    margin-bottom:20px;
}

.unit-title{
    font-weight:bold;
    color:#006af6;;
}

.landmarks{
    width:100%;
    height:100%;
    background:url('../img/JOZ_9905-315.jpg') center center no-repeat;
    background-size: cover;
    text-align: center;
}

.black-smokescreen{
    display:block;
    padding:30px 5% 30px 5%;
    width:100%;
    background-color:rgba(0,0,0,0.75);
    margin-bottom: 0px!important;
}

.white-smokescreen{
    display:block;
    padding-bottom: 30px!important;
    padding-top: 30px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    width:100%;
    background-color:rgba(255,255,255,0.9);
    margin-bottom: 0px!important;
}

.unit-landmark > h3{
    color:#039be5;
}

.unit-landmark > p{
    color:#fff;
}

.content-subtitle-link{
    display:block;
    line-height: 1.5rem;
    font-size: 1rem;
    color:#006af6;
    font-weight: bold;
    margin-top:5px;
    margin-bottom:5px;
}

.content-subtitle-link::after{
    content: " >";
}

.content-subtitle-link:hover{
    color:#051cc2;
}

.content-subtitle-link:hover:after{
    content: "  >";
}

.project-item{
    margin-top:8px;
    margin-bottom:8px;
}

.overlay-project{
    position: relative;
    overflow: hidden;
}

.overlay-project-image-wrap{
    position: relative;
    overflow: hidden;
}

.overlay-project-image-wrap:before {
    background: rgba(0,0,0,0.8);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    bottom: 0;
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
}

.overlay-project-image-wrap > img{
    width:100%;
    height:100%;
}

.overlay-content{
    opacity: 0;
    z-index: 1;
    color: #fff;
    left: 0;
    top: 0;
    height: 97.5%;
    text-align: left;
    position: absolute;
    padding: 25px;
    width:100%;
}

.overlay-content > h5{
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: bold;
    color: #fff;
}

.overlay-content > p{
    font-size:0.8rem;
    line-height: 1.2rem;
    color: #ececec;
}

.overlay-content > p > strong{
    font-size:0.8rem;
    line-height: 1.2rem;
    color: #ececec;
    font-weight: bold;
}

.overlay-content > a{
    font-size:0.8rem;
    font-weight: bold;
    font-style: italic;
    color: #ccc;
}

.overlay-content:hover{
    opacity: 1;
    z-index: 1;
    transition: all .3s ease-in-out 0s;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    background:rgba(0,119,249,0.9);
    cursor:default;
}

.overlay-content:hover > h5{
    transition: all .5s ease-in-out 0s;
    -webkit-transition: all .5s ease-in-out 0s;
    -moz-transition: all .5s ease-in-out 0s;
    -ms-transition: all .5s ease-in-out 0s;
    -o-transition: all .5s ease-in-out 0s;
}

.overlay-content:hover > p{
    transition: all .7s ease-in-out 0s;
    -webkit-transition: all .7s ease-in-out 0s;
    -moz-transition: all .7s ease-in-out 0s;
    -ms-transition: all .7s ease-in-out 0s;
    -o-transition: all .7s ease-in-out 0s;
}

#contact > .container > .row{
    margin-bottom:0;
}

.contact-item > li > h5{
    font-weight:bold;
    font-size: 1rem;
    color:#777;
    padding-left:22px;
}

.contact-item > li > span{
    display:inline-block;
    color:#777;
    font-weight: 300;
    line-height: 1.4rem;
}

.contact-item > li > span > p{
    margin:0!important;
}

.contact-item > li > i{
    vertical-align: top;
    color:#006af6;
    margin-top: 3px;
}

.tabs .tab a {
    color: #777;
    font-weight:bold;
    background-color: #fff!important;
}

.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #fff!important;
    color: #006af6;
    font-weight: bold;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #006af6;
    will-change: left, right;
}

#social-icons{
    margin-top:8px;
    margin-bottom:8px;
}

.icon{
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
} 

.nav-white > .nav-wrapper > .container > ul > li.no-border > a:hover {
    border:0px!important;
    padding: 0 15px;
    line-height: 52px;
    background-color:transparent;
    display: block;
    cursor: pointer;
}

span.badges{
    border: 1px solid red;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding-left: 7px;
    padding-right: 7px;
    background-color: red;
    color: white;
    font-weight: bold;
    position: relative;
    float: right;
    right: 15px;
    top: 8px;
    z-index: 999;
}

.icon-notification{
    position: relative!important;
    display: inline-block!important;
    line-height: 55px!important;
    color:#006af6!important;
}

.toast{
    font-size: 0.8rem!important;
    font-weight: normal!important;
}

.notification-content p {
    font-size: 0.85rem;
    line-height:1.2rem;
    margin:0 0 10px 0;
}

table.notification-table tbody tr{
    padding:0;
    border-bottom:0;
}

table.notification-table tbody tr td{
    padding:0;
    border-bottom:0;
    font-size: 0.85rem;
    line-height: 1.2rem;
}


.icon-linkedin:before {
    content: "\eac9";
    font-family: 'icomoon' !important;
    speak: none;
}

.icon-youtube:before {
    content: "\ea9d";
    font-family: 'icomoon' !important;
    speak: none;
}

.icon-facebook:before {
    content: "\ea91";
    font-family: 'icomoon' !important;
    speak: none;
}

.icon-instagram:before {
    content: "\ea92";
    font-family: 'icomoon' !important;
    speak: none;
}

.icon-mail:before {
    content: "\e945";
    font-family: 'icomoon' !important;
    speak: none;
}

.icon-whatsapp:before {
    content: "\ea93";
    font-family: 'icomoon' !important;
    speak: none;
}

#social > .container > .row{
    margin-bottom:0;
}

#social > .container > .row > .col > ul > li{
    display:inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

#social > .container > .row > .col > ul > li > a{
    color:#fff;
}

footer{
    background-color:#000;
    color:#fff;
    padding-top:10px;
    padding-bottom:10px;
    font-size: 0.85rem;
    text-align: center;
}

footer > .container > .row{
    margin-bottom:0px;
}

#auto-top-link {
    background-color: #006af6;
    border: 2px solid #ffffff;
    border-radius: 22px;
    bottom: 28px;
    color: #000000;
    display: none;
    float: left;
    font-weight: normal;
    height: 42px;
    padding: 0;
    position: fixed;
    left: 25px;
    text-decoration: none;
    width: 42px;
    z-index: 9;
}

#auto-top-link::after {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 18px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 7px;
    transform: rotate(135deg);
    width: 18px;
}

#engineering-header{
    background-size: cover;
    min-height: 400px;
}

#engineering-header > img{
    width:100%;
    height:auto;
    min-height: 400px;
}

#innovation-header{
    background: url('../img/innovation_d.jpg') top center no-repeat;
    background-size: cover;
    min-height: 400px;
}

#innovation-header > img{
     width:100%;
    height:auto;
    min-height: 400px;
}

#insight-header{
    background: url('../img/insight.jpg') top center no-repeat;
    background-size: cover;
    min-height: 400px;
}

#insight-header > img{
    width:100%;
    height:auto;
    min-height: 400px;
}

#about-header{
    background: url('../img/about2.jpg') top center no-repeat;
    background-size: cover;
    min-height: 400px;
}

#about-header > img{
    width:100%;
    height:auto;
    min-height: 400px;
}

#contact-header{
    background: url('../img/office.jpg') top center no-repeat;
    background-size: cover;
    min-height: 400px;
}

#contact-header > img{
    width:100%;
    height:auto;
    min-height: 400px;
}

.breadcrumb{
    color:#444;
    font-size: 0.8rem;
    font-weight: bold;
}

.breadcrumb> li{
    color:#444;
    display:inline-block;
    font-size: 0.8rem;
    padding:5px 3px 5px 0px;
    font-weight: bold;
}

.breadcrumb> li:before{
    content: " > ";
    font-size: 0.8rem;
    font-weight: bold;
}

.breadcrumb> li.home:before{
    content: "";
    font-size: 0.8rem;
}

.breadcrumb> li > a{
    color:#006af6;
    font-size: 0.8rem;
    font-weight: bold;
}

#contact-list.collapsible{
    margin-top:0!important;
    margin-bottom:10px;
}

#contact-list.collapsible > li.active > .collapsible-header{
    color:#006af6;
    font-weight: bold;
}

#contact-list.collapsible > li > .collapsible-header{
    color:#444;
    font-weight: bold;
    line-height: 1.2rem;
    padding: 0.8rem;
}

#contact-list.collapsible > li > .collapsible-body{
    padding:0.8rem!important;
}

#contact-list.collapsible > li > .collapsible-body > ul.contact-item > li{
    font-size: 0.85rem;
    line-height: 1.2rem;
}

#contact-list.collapsible > li > .collapsible-body > ul.contact-item > li > h5{
    font-size: 0.95rem;
    line-height: 1.2rem;
    margin-top:8px;
    margin-bottom:8px;
}

#contact-list.collapsible > li > .collapsible-body > ul.contact-item > li > span{
    font-size: 0.85rem;
    line-height: 1.4rem;
}

#contact-list.collapsible > li > .collapsible-body > ul.contact-item > li > a{
    font-size: 0.85rem;
    line-height: 1.4rem;
}

#contact-list.collapsible > li > .collapsible-body > ul.contact-item > li > span > a{
    font-size: 0.85rem;
    line-height: 1.4rem;
}

.carousel-community > .carousel-item > img{
    width: 60%;
    position: relative;
    float: left;
    margin-left: 10%;
}

.carousel-community > .carousel-item > .carousel-item-information{
    width: 32%;
    bottom: 3%;
    right: 10%;
    position: fixed;
    height: 65%;
    padding: 25px;
    background: rgba(0,109,245,1);
}

.carousel-community > .carousel-item > .carousel-item-information > h5{
    color:#fff;
    font-weight: bold;
    font-size: 1.4rem;
}


.carousel-community > .carousel-item > .carousel-item-information > p{
    color:#fff;
}

.collapsible.partnership > li > .collapsible-header{
    background: #82c9ed;
    color:#fff;
}

.collapsible-header > p{
    display: block;
    width: 100%;
    margin: 0;
    font-weight: bold;
}

.career-item > h5{
    font-size: 1.2rem;
    font-weight: bold;
}

.center{
    text-align: center;
}

.blue{
    color:#006af6!important;
    background-color:#fff!important;
}

strong{
    font-weight:bold!important;
}

.innovation-box{
    border:0;
    box-shadow: none;
}

.innovation-box > .collapsible-header{
    border-bottom:0;
}

.border-bottom{
    padding-top: 20px!important;
    border-bottom:1px solid #bebebe;
}

.hidden{
    display: none;
}

button.flatbutton{
    border:0;
    background-color: #fff;
    box-shadow:none;
    margin-bottom:10px;
}

.pagination li.active {
    background-color: #006af6;
}

.insight-margin{
    margin: 1.09rem 0 0.54rem;
}

.padding-top-bottom{
    padding-top:30px;
    padding-bottom:30px;
}

@media only screen and (max-device-width: 1023px){
    .icon-notification{
        padding-top:8px;
    }
    
    span.badges{
        margin-top:8px;
    }
}