body {
    font: 15px/1.5 Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

/*Global */
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

header img {
    width: 160px;
}

ul {
    margin: 0;
    padding: 0;
}

.button_1 {
    height: 38px;
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.dark {
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 15px;
    margin-bottom: 10px;
}


.darkL {
    padding: 15px;
    background: #5c656b;
    color: #ffffff;
    margin-top: 30px;
    margin-bottom: 30px;
}


.main {
    padding: 15px;
    background: rgba(1,1,1,0.5);
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Header */
header {
    background: #acaaaa;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 3px;
    border-bottom: #dc0106ff 15px solid;
}

    header a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 16px;
        padding: 11px 14px;
        display: inline-block;
        font-weight: 600;
    }

    header li {
        float: left;
        display: inline;
        padding: 0 10px 0 10px;
    }

    header #branding {
        float: left;
    }

        header #branding h1 {
            margin: 0;
        }

        header #branding a {
            padding: 0px;
        }

    header nav {
        float: right;
        margin-top: 8px;
    }

    header .highlight, header .current a {
        /*color: #e8491d;*/
        background: #dc0106ff;
        color: white;
    }

    header a:hover {
        color: #444;
        /*font-weight: bold;*/
    }

    header .highlight, header .current a:hover
    {
        color:white !important
    }

/* Showcase Big background picture */

#showcase {
    min-height: -800px;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url("../img/showcase.jpg") no-repeat -500px -610px;
    text-align: center;
    color: #ffffff;
}

    #showcase h1 {
        margin-top: 20px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #showcase p {
        font-size: 20px;
    }

    #showcase h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
    }

#cctv {
    min-height: -800px;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url("../img/hik_camera.jpg") no-repeat -500px -610px;
    background-position: center;
    text-align: center;
    color: #ffffff;
}

    #cctv h1 {
        margin-top: 20px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #cctv p {
        font-size: 20px;
    }

    #cctv h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
    }

#access {
        min-height: -800px;
        margin-top: -10px;
        margin-bottom: -10px;
        background: url("../img/showcase.jpg") no-repeat -500px -610px;
        background-position: center;
        text-align: center;
        color: #ffffff;
}

    #access h1 {
            margin-top: 20px;
            font-size: 55px;
            margin-bottom: 10px;
    }

    #access p {
        font-size: 20px;
    }

    #access h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
              }

#intercom {
    min-height: -800px;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url("../img/videx_intercom.jpg") no-repeat -500px -610px;
    background-position: center;
    text-align: center;
    color: #ffffff;
}

    #intercom h1 {
        margin-top: 20px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #intercom p {
        font-size: 20px;
    }

    #intercom h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
    }

#network {
    min-height: -800px;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url("../img/Ubi_switch.jpg") no-repeat -500px -610px;
    background-position: center;
    text-align: center;
    color: #ffffff;
}

    #network h1 {
        margin-top: 20px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #network p {
        font-size: 20px;
    }

    #network h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
    }




#alarm {
    min-height: -800px;
    margin-top: -10px;
    margin-bottom: -10px;
    background: url("../img/alarm.jpg") no-repeat -500px -610px;
    background-position: center;
    text-align: center;
    color: #ffffff;
}

    #alarm h1 {
        margin-top: 20px;
        font-size: 55px;
        margin-bottom: 10px;
    }

    #alarm p {
        font-size: 20px;
    }

    #alarm h2 {
        margin-top: 15px;
        margin-bottom: 10px;
        padding: 4px 20px;
        display: inline-block;
        background: #acaaaa21;
        font-size: 40px;
    }

/* Boxes */
#boxes {
    margin-top: 20px;
    margin-bottom: 30px;
}

    #boxes .box {
        margin-top: 30px;
        float: left;
        text-align: center;
        width: 30%;
        height: 300px;
        padding: 10px;
    }

    #boxes a {
        text-decoration: none;
        color: #000000;
    }


    #boxes .box img {
        width: 40%;
    }
/*  height: 115px; */

#main .page-title {
    text-align: center;
}

#boxes h2 {
    color: #000000;
    border-bottom-style: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}

#boxes p {
    color: #000000;
    text-decoration: none;
    font-size: 16px;
}

/* Sidebar */
aside#sidebar {
    float: right;
    width: 30%;
    margin-top: 10px;
}

    aside#sidebar .quote input, aside#sidebar .quote textarea {
        width: 90%;
        padding: 5px;
    }

/* Main-col */

article#main-col {
    text-align: center;
    width: 65%;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

#para li p {
    font-size: 22px;
}

#para li a {
    color: white ;
    text-decoration: none;
}

/* Information para */



#para li {
    list-style:none;
    padding-top: 2px;
    padding-bottom: 16px;
    padding-left: 20px;
    padding-right: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
    margin: 20px;
    border: 0;
    font-size: 18px;
}


footer {
    padding: 20px;
    margin-top: 20px;
    color: #ffffff;
    background-color: #5f5f5f;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
    padding-left:0px
}

    footer p {
        text-align: center;
    }

    footer a {
        text-align: center;
        color: #ffffff;
    }

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
}

.btn-style {
    background: #dc0106ff;
    color: white;
    text-decoration: none;
    display: inline-block;
    padding: 13px 25px !important;
    font-size: 16px;
    border-radius: 25px;
    margin-bottom: 70px;
}

    .btn-style:hover {
        opacity: 0.9;
    }

/**/
.section-title {
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top:40px
}

    .section-title h2 {
        font-size: 32px !important;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
        color: #222222;
        text-transform: uppercase;
    }

        .section-title h2::before, .section-title h2::after {
            content: '';
            width: 50px;
            height: 2px;
            background: #dc0106ff;
            display: inline-block;
        }

        .section-title h2::before {
            margin: 0 15px 10px 0;
        }

        .section-title h2::after {
            margin: 0 0 10px 15px;
        }

/**/

.box-item {
    width: 25%;
    float: left;
    margin-bottom: 40px;
}

    .box-item img {
        width: 100%;
    }

.box-details {
    margin: 20px;
    background: white;
    text-align: center;
    box-shadow: 0px 0px 8px 1px #9a9999;
}

    .box-details h2 {
        padding: 0px 15px;
    }

    .box-details p {
        padding: 0px 20px;
        padding-bottom: 30px;
    }



/*Contact */
.button_2 {
    /*height: 38px;*/
    background: #e8491d;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

/* Media Queries */
@media(max-width: 768px) {
    header #branding,
    header nav,
    header nav li,
    #enquire h1,
    #enquire form,
    #boxes .box,
    article#main-col,
    aside#sidebar {
        float: none;
        text-align: center;
        width: 100%;
    }

    header {
        padding-bottom: 20px;
    }

        header li {
            padding: 0 5px 0 5px;
        }

    .container {
        width: 95%;
    }

    header a {
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 13px;
        padding: 6px;
        display: inline-block;
        margin: 2px 0px;
        /* font-weight: 500; */
    }

    #boxes {
        margin-bottom: 0px;
        margin-top: 40px;
    }

    #contact_us {
        max-width: 300px !important;
    }

    header .container {
        width: 100% !important;
    }

    footer {
        position: inherit;
    }

    #showcase h2 {
        font-size: 21px;
    }

    #showcase h1 {
        margin-top: 20px;
        line-height: 45px;
        font-size: 33px;
    }

    #cctv h2 {
        font-size: 21px;
    }

    #cctv h1 {
        margin-top: 20px;
        line-height: 45px;
        font-size: 33px;
    }

    #access h2 {
        font-size: 21px;
    }

    #access h1 {
        margin-top: 20px;
        line-height: 45px;
        font-size: 33px;
    }

    #intercom h2 {
        font-size: 21px;
    }

    #intercom h1 {
        margin-top: 20px;
        line-height: 45px;
        font-size: 33px;
    }

    #enquire button {
        display: block;
        width: 100%;
    }

    #enquire form input[type="email"] {
        width: 100%;
        margin-bottom: 5px;
    }

    #status.success {
        background-color: #e6e6e6;
    }

    .box-item {
        width: 100%;
        margin-bottom: 10px;
    }

   .section-title
   {
       display:none
   }

   footer{
       padding-bottom:40px !important
   }
}


@media(min-width:768px){
    footer p{
        display:inline-block;
        text-align:right;
        float:right;
        padding-right:60px
    }
    footer a{
        display:inline-block;
        float:left;
        padding-left:60px;
        margin-top:15px
    }

    footer{
        padding-top:15px
    }
}

@media(min-width:768px) and (max-width:1100px) {
    .box-details
    {
        margin:11px
    }

    .container{
        width:94%
    }

    #boxes h2 {
    font-size:17px
    }

}
