/* ================= Customized start ================= */

.dark-blue {
    color: #00507E !important;
}

.light-blue {
    color: #19ABFF !important;
}

.blue {
    color: #0081CB !important;
}

.required {
    color: red !important;
}

img {
    pointer-events: none;
}

header {
    height: 65px;
}

.navbar-toggler {
    width: 65px;
    height: 65px;
}

.navbar-brand {
    width: 280px;
}

.navbar-nav {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-nav .nav-link,
.navbar-expand-xl .navbar-nav .nav-link {
    padding: 0 15px;
    line-height: 65px;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
    font-size: 13px;
    line-height: 18px;
}

.header-right {
    float: right;
    z-index: 20;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
}

.social-links-right {
    float: right;
}

.header-right a {
    float: left;
    padding: 0 10px;
    width: 60px;
    text-align: center;
    margin: 10px;
    margin-right: 0;
}

.footer-logo {
    width: 250px;
    margin-bottom: 20px;
}

.term-of-use {
    margin-top: 25px;
}

/* Tooltip text */
.dt-tooltip .dt-tooltiptext {
    /*
        Position the tooltip text - see examples below! 
        https://www.w3schools.com/css/css_tooltip.asp
    */
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -120px;
    /* Use half of the width (120/2 = 60), to center the tooltip */
    background-color: #333333;
    color: #ffffff;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 5px 2px;
    border-radius: 6px;
}

.short-tooltip {
    width: 120px;
}

.long-tooltip {
    width: calc(100% + 60px);
}

/* Show the tooltip text when you mouse over the tooltip container */
.dt-tooltip:hover .dt-tooltiptext {
    visibility: visible;
}

/* About Us */
.approach-graphic-box {
    width: 100%;
    display: block;
    margin: 8px 0 5px 0;
    position: relative;
    text-align: center;
}

.approach-graphic-box img {
    width: 80%;
}

.approach-step {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.approach-step img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.approach-step p {
    font-size: 16px;
    font-weight: 600;
}

/* Projects */

.icon20 {
    display: inline-block !important;
    max-width: 20px !important;
    margin: 0 2px !important;
}

.icons-box {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 10px;
}

.icons-separator {
    margin: 0;
    display: inline-block !important;
    width: 2px;
    height: 22px;
    background-color: #000000 !important;
    vertical-align: bottom;
}

.case-logo-agb {
    width: 100%;
    max-width: 500px;
}

/* Contact */
.contact-list p {
    font-weight: 600 !important;
}

/* Technologies */
.technologies-container {
    width: 100%;
    text-align: center;
}

.technologies-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-content: space-around
}

.technologies-list div {
    flex-basis: 18%;
    margin-bottom: 50px;
}

.technologies-list div img {
    vertical-align: middle !important;
    height: auto !important;
}

/* ============================= 
! Screen size below 1201px
 ============================= */

@media only screen and (max-width: 1200px) {
    .navbar-brand {
        margin: 5px;
        padding: 0;
    }

    .header-right {
        display: none;
    }

    .navbar-nav {
        background-color: #fff;
        color: #000;
    }

    .navbar-nav .nav-link,
    .navbar-expand-xl .navbar-nav .nav-link {
        line-height: 65px;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 65px;
        right: 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.06);
        max-height: calc(100% - 65px);
        overflow-y: auto;
    }

    .dropdown-menu {
        padding: 0;
    }

    .dropdown-menu a {
        padding-left: 30px;
    }

    .navbar-nav.sm-collapsible .sub-arrow {
        border: 0;
        margin: 0;
        line-height: 65px;
        height: 65px;
        top: 0;
    }
}

/* ============================= 
 ! Layout for mobile(portrait) version  
 ============================= */

@media only screen and (max-width: 479px) {
    .technologies-list div {
        flex-basis: 50%;
        margin-bottom: 20px;
    }

    .approach-graphic-box img {
        width: 100% !important;
    }

    .approach-step img {
        width: 28px !important;
        height: 28px !important;
    }

    .approach-step p {
        font-size: 14px !important;
    }
}

/* ================= Customized end ================= */