﻿body {
    background-color: #fff;
    color: #58595b;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 24px;
    font-weight: 300;
    min-height: 100%;
    -webkit-font-smoothing: antialiased;
}

a {
    text-decoration: none;
    outline: none;
}

h1 {
    text-align:center;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    min-width: 324px;
    background-color: #2c4685;
}

.grid-container {
    display: grid;
    grid-auto-rows: 142px auto auto auto auto auto;
    grid-auto-columns: 5% 200px 2fr 5%;
    grid-template-areas: 'header header header header' 'dropdown dropdown dropdown dropdown' 'navbar navbar navbar navbar' 'm-navbar m-navbar m-navbar m-navbar' '. menu main .' 'footer footer footer footer';
    grid-gap: 7px;
    padding: 8px;
}

.grid-child {
    background-color: #ffffff;
    text-align: center;
    padding: 10px 0;
}

.header {
    grid-area: header;
    display: flex;
    background-color: #ffffff;
    text-align: center;
    font-size: 30px;
    background: linear-gradient(#d4d7d8, #ffffff);
}

    .header > a {
        flex: 1; /*grow*/
        -webkit-flex: 1;
        -ms-flex: 1;
    }


.headerlogo div a img {
    float: left;
    display: block;
    padding-bottom: 20px;
    width: 110px;
}

.headerlogo a {
    margin-top: 12px;
    color: #212378;
    font-size: 85%;
    display: block;
}

.headerlogo p {
    font-size: 50%;
    margin-top: 1px;
    display: block;
    width: 300px;
}

.headercontact {
    width: 80%;
}

    .headercontact p {
        margin: 0 15px 5px 10px;
        font-size: 18px;
        display: inline-block;
        padding-top: 15px;
    }

        .headercontact p a {
            color: #a00404;
        }

headercontact-btn1 {
    width: 10%;
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}

headercontact-btn2 {
    width: 10%;
    margin-top: 0;
    margin-bottom: 0;
}

headercontact-btn3 {
    width: 10%;
    margin-top: 0;
    margin-bottom: 0;
    float: right;
}





.dropdown {
    grid-area: dropdown;
    display: none;
    /*background-color: white;*/
    background-color: #58595b;
}

.dropdown-chat-container {
    width: 150px;
}

.chatbtn {
    /*background-color: #a00404;*/
    background-color: #58595b;
    color: white;
    padding: 10px;
    font-size: 15px;
    border: none;
    width: 150px;
    border-radius: 20px;
}


.dropdown-chat-content {
    flex: 1;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    right: 30%;
    top: 194px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    z-index: 2;
}

    .dropdown-chat-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 20px;
    }

        .dropdown-chat-content a:hover {
            background-color: #ddd;
        }

.dropdown-chat-container:hover .dropdown-chat-content {
    display: block;
}

.dropdown-chat-container:hover .chatbtn {
    background-color: #a00404;
}

.chat_form p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: medium;
    color: #000000;
}

#time, #day {
    color: red;
    display: inline-block;
    margin: 0;
    padding: 0;
}


.contact {
    width: 50%;
    height: 2.5em;
}

.chat-submit {
    width: 100px;
    height: 30px;
}


.dropbtn {
    /*background-color: #a00404;*/
    background-color: #58595b;
    color: white;
    padding: 10px;
    font-size: 15px;
    border: none;
    width: 150px;
    float: right;
    border-radius: 20px;
}


.dropdown-content {
    flex: 1;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 50%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    left: 50%;
    top: 194px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 25px;
    z-index: 2;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 20px;
    }

        .dropdown-content a:hover {
            background-color: #ddd;
        }

.dropdown-menu-container:hover .dropdown-content {
    display: block;
}

.dropdown-menu-container:hover .dropbtn {
    background-color: #a00404;
}


.navbar {
    grid-area: navbar;
}

    .navbar a {
        font-size: 24px;
        padding: 10px;
        color: #58595b;
    }

        .navbar a:hover {
            opacity: 0.7;
            filter: alpha(opacity=70); /* For IE8 and earlier */
            background-color: #9199a0;
            color: #000000;
        }

.m-navbar {
    grid-area: m-navbar;
    padding-bottom: 0;
    padding-top: 0;
}

    .m-navbar a {
        display: inline-block;
        font-size: 24px;
        padding: 10px;
        color: #58595b;
    }

        .m-navbar a:hover {
            background-color: #9199a0;
            color: #000000;
        }

        .menu {
            grid-area: menu;
            min-width: 218px;
            padding-bottom: 30px;
        }

    .menu a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70); /* For IE8 and earlier */
        background-color: #9199a0;
        color: #000000;
    }

.menu_list_container ul {
    text-align: left;
}

.menu_list_container ul {
    list-style: none;
}

    .menu_list_container ul li {
        border-bottom: none;
        padding-bottom: 20px;
        padding-top: 8px;
    }

        .menu_list_container ul li a {
            color: #58595b;
            list-style: none;
        }


.main {
    grid-area: main;
    display: block;
    text-align: center;
    background-color: #fff;
}

.main_background {
    background-color: #fff;
    /*background-color: rgba(181, 200, 220, 0.2);*/
    background-image: url(img/main_background.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    min-height: 100%;
}


.main_content {
    color: #000000;
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    max-height: 95%;
}

    .main_content p, h2 {
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 10px;
    }


/*start - contact us page*/
.my_contact_form {
    font-size: 20px;
}

.my_contact_form {
    padding-right: 20px;
    padding-left: 20px;
}

.my_contact_form, h1 {
    margin-top: 0;
}

.contact_form {
    font-size: 16px;
}

.captcha_code_container, input {
    height: 25px;
    width: 100px;
    opacity: .8;
}

.contact_form label input {
    background-color: #f2de9c;
}

.contact_textarea {
    opacity: .8;
    background-color: #f2de9c;
}

.submit {
    background-color: #a00404;
    opacity: 1;
    font-size: 20px;
    height: 40px;
    color: #fff;
}

#agreement {
    font-size: 13px;
    color: red;
    margin-bottom: 0;
}

.contact_us_footer {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*end - contact us page*/

.footer {
    grid-area: footer;
    display: block;
    text-align: center;
    background-color: #fff;
}

.footer_content p, h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.footer_background {
    background-color: #fff;
    min-height: 100%;
}

.footer_content {
    
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
}

/*Alarm Testing Start*/
.alarm_testing {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}

.btn-download {
    padding: 10px 10px 10px 10px;
    background-color: #000000;
    color: #fff;
    border-radius: 7px;
}

    .btn-download:hover {
        background-color: #a00404;
    }

    .alarm_testing h3 {
        text-align: center;
    }

.alarm_testing_footer {
    text-align: left;
    font-size: 20px;
}

.alarm_testing_footer h3 {
    text-align: center;
}

/*Alarm Testing End*/

/*Services Start*/

.services {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;

}

.ServiceHeader1 {
    text-align: center;
    font-size:50px;
    font-weight: bold;
    color: #2c4685
}

.Service_btn {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 15px 25px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.Service_btn:hover {
    background-color: green;
}

.services h1 {
    color: #212378;
    
}

.services ul {
    list-style-type: circle;
    margin-top: 50px;
    display: block;
}


    .services img {
        max-width: 500px;
        /*float: right;*/
        
        
       
    }

.services_footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
    margin-bottom: 30px;
}

.services_footer h3 {
    text-align: center;
}
    .services_footer ul {
        list-style-type: circle;
        margin-top: 50px;
    }

.services_footer img {
    max-width: 500px;
    
}
/*Services End*/

/*About Start*/

.about {
    padding-bottom: 20px;

}

.about_footer {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.footer_left {
    font-size: 18px;
    padding-left: 15px;

}

    .footer_left p {
       
        text-align: center;
        padding: 0;
    }

.footer_right p {

    padding-left: 20px;
}

/*About End*/

/*Partners start*/

#wrap_partners {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 13px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
}

.partners_content div {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 13px;
}

.partners1 img {
    width: 100%;
    height: auto;
}

.partners2 img {
    max-width: 262px;
}

.partners3 img {
    max-width: 285px;
    
}

.partners4 img {
    max-width: 150px;
}

/*Partners end*/

/*GPS tracking start*/

.gps_tracking_content {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 13px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
}

.gps_tracking {
    padding-left: 10px;
}

    .gps_tracking p {
        padding-left: 20px;
        padding-right: 30px;
        font-size: 16px;
        padding-bottom: 0;
    }


    .gps_tracking div {
        background-color: #153568;
        padding: 8px 8px 8px 8px;
        border-radius: 8px 8px 8px 8px;
    }

        .gps_tracking div a {
            font-size: 30px;
            color: #fff;
        }

.gps_overview_content {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 13px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;
}

.gps_overview {
    padding-left: 10px;
}

    .gps_overview p {
        padding-left: 20px;
        padding-right: 30px;
    }

    .gps_overview ul li {
        padding-left: 5px;
        padding-right: 20px;
    }

/*GPS tracking end*/

/*Photo gallery start*/

.photo_gallery_content div {
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 13px;
    border: 2px solid;
    border-color: #fff;
    border-radius: 8px 8px 8px 8px;
    background-color: #fff;

}



.photo_gallery p {
    padding-left: 20px;
    padding-right: 30px;
}



.photo_gallery_img img {
    width: 250px;
    height: auto;
    margin-left: 20px;
}

/*Photo gallery end*/

/*24_hour_monitoring Start*/

.monitoring {
    padding-bottom: 20px;
    margin-bottom: 20px;
}


/*24_hour_monitoring End*/

/*tc_interactive_demo Start*/

.TC_app_img_main img {
    max-width: 300px;
}

.TC_app_img img{
    max-width: 150px;
}

.wrap_appcenter {
    height: 100px;
    margin-top: 20px;
}

    .wrap_appcenter div {
        margin-top: 24px;
        
    }


    .wrap_appcenter a {
        margin-top: 24px;
        font-size: 20px;
        
    }

    .app-store {
        margin-top: 24px;
    }

#tc_body {
    height: 100%;
    width: 100%;
    padding-bottom: 20px;
}

#flashContent object {
    min-height: 500px;
    padding-bottom: 20px;
}

/*tc_interactive_demo End*/




.left-footer-container {
    display: block;
    float: left;
    height: 350px;
    background-color: antiquewhite;
    width: 45%;
}

.sticky-footer-wrapper {
    padding: 0;
    Width: 100%;
    margin: 0 auto -60px;
}

.sticky-footer,
.push {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #000000;
    color: white;
    text-align: center;
    display: none;
}

.sticky-btn1 {
    display: inline-block;
    width: 32%;
    margin-top: 0;
    margin-bottom: 0;
}

.sticky-btn2 {
    display: inline-block;
    width: 31%;
    margin-top: 0;
    margin-bottom: 0;
}

.sticky-btn3 {
    display: inline-block;
    width: 32%;
    margin-top: 0;
    margin-bottom: 0;
}

.sticky-footer p a {
    color: #fff;
}


/* For tablets: */
@media only screen and (max-width: 999px) and (min-width: 620px) {

    .grid-container {
        grid-template-rows: 142px auto auto auto auto;
        grid-template-columns: 100% 1fr;
        grid-template-areas: 'header header' 'dropdown dropdown' 'm-navbar m-navbar' 'main main' 'footer footer';
    }

    .navbar {
        display: none;
    }

    .m-navbar {
        font-size: 24px;
    }

    .dropdown {
        display: inline-block;
    }

    .menu {
        display: none;
    }

    .sticky-footer {
        display: inline-block;
    }
}

/* For desktops: */
@media screen and (min-width: 1000px) {


    .grid-container {
        display: grid;
        grid-template-rows: 142px auto auto auto auto auto;
        grid-template-columns: 5% 200px 2fr 5%;
        grid-template-areas: 'header header header header' 'dropdown dropdown dropdown dropdown' 'navbar navbar navbar navbar' 'm-navbar m-navbar m-navbar m-navbar' '. menu main .' 'footer footer footer footer';
    }

    .headercontact a {
        font-size: 24px;
    }

    .m-navbar {
        display: none;
    }
}

/* For mobile phones: */
@media only screen and (max-width: 619px) {


    .grid-container {
        grid-template-rows: 142px auto auto auto auto;
        grid-template-columns: 200px 1fr;
        grid-template-areas: 'header header' 'dropdown dropdown' 'm-navbar m-navbar' 'main main' 'footer footer';
    }

    .navbar {
        display: none;
    }

    .m-navbar {
        font-size: 24px;
    }

    .dropdown {
        display: inline-block;
    }

    .menu {
        display: none;
    }


    .sticky-footer {
        display: inline-block;
    }

    .headercontact {
        display: none;
    }

    .services img {
        width: 100%;
    }

    .services_footer img {
        width: 100%;
    }

}

/* For large screens: */
@media screen and (min-width: 1500px) {

    .footer {
        margin-bottom: 0;
    }

    .grid-container {
        grid-template-rows: 142px auto auto auto;
        grid-template-columns: 200px 1fr 1fr;
        grid-template-areas: 'header header header' 'navbar navbar navbar' 'menu main footer';
    }
}
