body * {
    box-sizing: border-box;
}

body {
    min-height: 600px;
    overflow-x: hidden;
}

#header {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}

#content-area {
    margin-top: 80px !important;
}

#btn-menu {
    position: absolute;
    top: 10px;
    left: 10px;
}

p, td, th, li, a, blockquote {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

strong {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
}

h2 {
    font-size: 20px;
    text-transform:uppercase;
}

#menu {
    margin-bottom: 30px;
    z-index: 1000;
    position: absolute;
    width: 100%;
}

#menu nav ul {
    margin: 0px; padding: 0px;
    list-style-type: none;
    text-align: center;
    display: block;
    overflow: hidden;
}

#menu nav li {
    width: 150px;
    display: inline-block;
    margin-left: 15px; margin-right: 15px;
    height: 50px;
    vertical-align: top;
}

#menu nav li a {
    display: block;
    border-top: 4px solid #000;
    font-size: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #000;
    line-height: 58px;
    text-decoration: none;
}

#menu nav li.active a, #menu nav li a:hover {
    color: #4ec4d1;
    border-top: 8px solid #4ec4d1;   
    line-height: 50px;
}

#home-slider {
    background-image: url(../img/background-image.jpg);
    background-position: center center;
    background-size: cover;
    margin-top: 80px;
}

#footer-area {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    margin: 0px; padding: 20px;
    margin-top: 100px;
}

#footer-area p {
}

.container-fluid {
}

#home-slider, .slider-container {
    padding-left: 0px; 
    padding-right: 0px; 
}

.highlight {
    color: #4ec4d1;
}

blockquote {
    border: none;
    margin-bottom: 0px;
}

.navigation {
    list-style: none;
    background: #3bb9e8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    margin: 0px; padding: 0px;
    padding-top: 30px;
}

.navigation li:first-child {
    border-top: 1px solid #2692ba;
}

.navigation li {
    margin: 0px; padding: 0px;
    border-bottom: 1px solid #2692ba;
}

.navigation li a {
    font-size: 14px;
    color: #fff;
    padding: 15px;
    display: block;
}

.navigation li a:hover {
    text-decoration: none;
    background-color: #2692ba;
}
.site-wrap {
    min-width: 100%;
    min-height: 100%;
    background-image:url(../img/hexbodybg.png);
    background-color: #fff;
    background-position: center top;
    background-repeat: no-repeat;
    background-size:contain;
    position: relative;
    top: 0;
    bottom: 100%;
    left: 0;
    z-index: 1;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.7);
}

.site-wrap {
    transition: left 0.2s;
}

label[for="nav-trigger"] {
    /* ... previous styles here... */
    width: 30px;
    height: 30px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
    background-size: contain;
    
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000;
}


.nav-trigger { visibility: hidden; 
    position: absolute;
    top: 10px;
    left: 10px;
    width: 30px;
    height: 30px;
    z-index: 900;

}

p.addr {
    padding-left: 40px;
    position: relative;
    padding-top: 10px;
    min-height: 20px;
}

p i.fa {
    position: absolute;
    top: 5px; left: 5px;
}

p img.contact {
    position: absolute;
    top: 5px; left: 5px;
}

.serv-btn {
}

#serv-btn-container img { max-width: 232px; height: auto; margin-bottom: 30px; display: inline-block;}

#serv-btn-container a {    
    display: inline-block;
}

#header img { width: 250px; height: auto }

@media (max-width: 767px) {
    #header img { width: 180px; height: auto }
}

#service-icon {
    background-position: bottom center;
    background-repeat: no-repeat;
}

.id-icon { 
    background-image: url(../img/icon-identity-management.gif);
}

.card-icon {
    background-image: url(../img/icon-smart-card.gif);
}

.epayment-icon {
    background-image: url(../img/icon-electronic-payment.gif);
}

.border-icon {
    background-image: url(../img/icon-border-control.gif);
}

.surveillance-icon {
    background-image: url(../img/icon-surveillance.gif);
}

.anti-fraud-icon {
    background-image: url(../img/icon-anti-fraud.gif);
}

.cyber-security-icon {
    background-image: url(../img/icon-cyber-security.gif);
}



#hexweb {
    position: absolute;
    top: 250px;
    left: 0px;
    z-index:900;
}

/* text alignment device targeting */

.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
    text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
    text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
    text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
    text-align: justify;
}

#serv-title-2 h2 {
    line-height: 90px;
}

@media (max-width: 767px) {
    .text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
    
    #serv-title-2 h2 {
        line-height: 30px;
    }
    
    #serv-btn-container img { max-width: 140px; height: auto; margin-bottom: 30px; display: inline-block;}
    
    #content-area {
        margin-top: 0px !important;
    }

    #home-slider {
        margin-top: 0px !important;
    }
    



}
@media (min-width: 768px) and (max-width: 1019px) {
    .text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
    
    #serv-btn-container img { max-width: 170px; height: auto; margin-bottom: 30px; display: inline-block;}
    
    #content-area {
        margin-top: 0px !important;
    }

    #home-slider {
        margin-top: 0px !important;
    }
    


    
}
@media (min-width: 1020px) and (max-width: 1099px) {
    .text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
    #service-icon { height: 315px; }
    
    #serv-btn-container img { max-width: 232px; height: auto; margin-bottom: 30px; display: inline-block;}
}

@media (min-width: 1100px) {
    .text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
    
    #service-icon { height: 315px; }
    
    #serv-btn-container img { max-width: 232px; height: auto; margin-bottom: 30px; display: inline-block;}
    
}