﻿*, * * {
    font-family: 'Karla', arial;
}

.subheading h4 {
    text-align: center;
    font-size: 48px;
}

p.responsive {
    font-size: 22px;
}
h3.responsive {
    font-size: 32px;
}
    ul.responsive li {
        font-size: 22px;
    }

        .service-banner-text {
            margin: auto auto; 
            width: 400px; 
            height: 100px; 
            color: #ffffff; 
            font-size: 62px; 
            font-weight: bold;
            text-align: center;
            background: rgba(0, 0, 0, 0.5); 
        }





.subheading p {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
}

.menucontainer {
    padding: 20px;
}

.topicoption {
    background-color: #ffffff;
    margin: 10px auto;
    width: 100%;
    vertical-align: middle;
    text-align: left;
    border: 2px solid silver;
    padding: 20px 20px 20px 20px;
}

    .topicoption img {
        width: 250px;
        vertical-align: middle;
        margin-bottom: 10px;
    }

.clients {
    text-align: center;
    background-color: #ffffff;
}

.service-green {
    background-color: #5bb071;
    background: rgba(91,176,113,.8);
}
.service-banner {
    margin-top: 110px;
}
.service-blue {
    background: rgba(0,155,215,.8);
}

.service-orange {
    background: rgba(243,109,54,.8);
}

.list-title {
    font-weight: bold;
    font-size: 18px;

}
.list-text {
    vertical-align: top;
    font-size: 16px;
}
.list-text h2 {
    font-weight: bold;
    font-size: 36px;
}
.list-icon {
    text-align: right;
    padding-top: 25px;
    vertical-align: top;
}

.menuoption {
    background-color: #ffffff;
    margin: 20px auto;
    vertical-align: middle;
    text-align: left;
    border: 2px solid silver;
    padding: 10px 30px 20px 30px;
    font-size: 22px;
}
    .menuoption table td {
        vertical-align: top;
        padding: 10px;
    }


.divmenu {
    width: 100%;

    height: 100%;
    background: none;
    z-index: 999999;
}

    .divmenu table {
        width: 100%;
        height: 100%;
    }

.tdmenu {
    height: 100%;
    width: 100%;
    padding: 20px;
    font-size: 18px;
    text-align: center;
}

.divgreen .tdmenu {
    background-color: #5bb071;
}

.divblue .tdmenu {
    background-color: #009bd7;
}

.divorange .tdmenu {
    background-color: #f36d36;
}

.divgreen .tdpointer {
    background-image: url(../images/green-triangle.png);
}

.divblue .tdpointer {
    background-image: url(../images/blue-triangle.png);
}

.divorange .tdpointer {
    background-image: url(../images/orange-triangle.png);
}

.tdpointer {
    height: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}



.divmenu a:link, .divmenu a:hover, .divmenu a:visited {
    color: #fff;
}

#example-wrapper {
    margin-top: 80px;
    padding: 30px;
    /* this is the spacing outside the border*/
}

.mainwrapper {
    margin-top: 30px!important;
}

.divdemo {
    background-image: url(../images/mobile-demo.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 660px;
    height: 800px;
    padding: 80px 105px 190px 254px;
    margin: 0px auto;
}

    .divdemo iframe {
        display: nonex;
        width: 100%;
        height: 100%;
    }

.tab-right-contact {
    position: fixed;
    top: 300px;
    right: 0px;
    width: 80px;
    height: 75px;
    background-color: #009bd7;
    color: white;
    float: right;
    padding: 20px;
    z-index: 999999;
    cursor: pointer;
    font-size: 12px;
    background-image: url(../images/contactus-icon.png);
    background-position: 14px 0px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-top: 1px solid #005272;
    border-left: 1px solid #005272;
    border-bottom: 1px solid #005272;
}

.tab-right-demo {
    position: fixed;
    top: 380px;
    right: 0px;
    width: 80px;
    height: 75px;
    background-color: #f36d36;
    color: white;
    float: right;
    padding: 20px;
    z-index: 999999;
    cursor: pointer;
    background-image: url(../images/demo-icon.png);
    background-position: 14px 0px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-top: 1px solid #c85120;
    border-left: 1px solid #c85120;
    border-bottom: 1px solid #c85120;
   
}
    .tab-right-demo p {
        position: absolute;
        bottom: 0px;
        left: 4px;
        font-weight: bold;
        font-size: 14px;
    }
    .tab-right-demo div {
        position: absolute;
        top: 0px;
        left: 80px;
        font-weight: bold;
        font-size: 16px;
        padding: 2px 15px 5px 15px;
        width: 180px;
        color: #ffffff;
        background-color: #f19873;
         height: 100%;
        font-family: 'Karla';
       
    }
        .tab-right-demo div:hover {
            colorx:#f36d36;
        }

    .tab-right-contact div {
        position: absolute;
        top: 0px;
        left: 80px;
        font-weight: bold;
        font-size: 18px;
        padding: 2px 15px 5px 15px;
        width: 180px;
        color: #ffffff;
        background-color: #89cbe5;
        /*margin: 5px;*/
        height: 100%;
        font-family: 'Karla';
    }
    .tab-right-contact p {
        position: absolute;
        bottom: 0px;
        left: 4px;
        font-weight: bold;
        font-size: 14px;
    }
html {
-ms-overflow-style: scrollbar; 
}

        
       
.service-banner-floater {
    position: absolute; 
    left: 0;
    top: 0; 
    width: 100%;
}
.fullwhiterow {
    background-color: #ffffff; 
    border-bottom: 1px solid silver;
    padding-top: 20px;
    padding-bottom: 20px;
}
.service-row {
    background-color: #ffffff;
    padding-bottom: 30px;
    padding-top: 10px;
}
.serviceoption {
    margin: 0px auto;
    max-width: 700px;
    vertical-align: middle;
    text-align: center;
    color: #000000;
    padding: 20px 0px 30px 0px;
}

.tdcompany {
    padding-top: 40px;
    padding-bottom: 40px;
   background: rgba(91,176,113,.8);
}
.tdcompany-pointer {
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    background-image: url(../images/green-triangle.png);
    height: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}
.tdservice {
    background: rgba(0, 155, 215, 1); 
}
.tdservice-pointer {
    background-image: url(../images/blue-triangle.png);
    height: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}

.tdproduct {
    background: rgba(243, 109, 54, 1); 
}
.tdproduct-pointer {
    background-image: url(../images/orange-triangle.png);
    height: 20px;
    background-position: center top;
    background-repeat: no-repeat;
}

.ts-blue li {
    color: #009bd7; 
}
.ts-green li {
    color: #5bb071; 
}
.ts-orange li {
    color: #f36d36; 
}
.service-table {
     width: 100%;
}
    .service-table td {
        text-align: center;
        font-weight: bold;
        color: #009bd7; 

    }
.product-table {
     width: 100%;
}
    .product-table td {
        text-align: center;
        font-weight: bold;
        color: #f36d36; 

        vertical-align: top;
    }

    .service-table td:first-child {
        text-align: center;
        width: 26%;
    }
    .service-table td:last-child {
        text-align: center;
        width: 26%;
    }
    .service-table2 td {
        text-align: center;
        font-weight: bold;
        color: #5bb071; 

    }
    .service-table2 td:first-child {
        text-align: center;
        width: 29%;
    }
    .service-table2 td:last-child {
        text-align: center;
        width: 29%;
    }

.service-row-green {
    padding-bottom: 100px;
}

#contact-section a:link, #contact a:hover {
    color: #fff;
}
	    #contact-section {
	        background: rgba(0,0,0,.7);
	        width: 100%;
            padding: 50px;

	    }
            #contact-section p {
                font-size: 16px;
                text-align: center;
                color: #fff;
            }

#divdemo {
    background-color: #ffffff;
    width: 90%;
    max-width: 550px;

    z-index: 999;
    /*background-image: url(../images/demo-banner.png);*/
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    margin-top: 120px;
    margin-bottom: 70px;

}
    #divdemo .form {
        margin: 20px;
    }
    #divdemo .form .row {
        margin-bottom: 10px;
    }
.demo-request-heading {
    color: #f36d36;
    font-size: 24px;
    text-align: center;
    padding: 10px 20px 10px 20px;
}
.demo-request-title {
    font-size: 18px;
    text-align: center;
    padding: 0px 20px 10px 20px;
}
.overlay {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.55);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9; /* ie fallback png background image */
    z-index:99;
    color:white;
}
        .caption {
            padding-left: 15px;
            padding-bottom: 0px;
            background-image: url(../images/required.png);
            background-position: left center;
            background-repeat: no-repeat;
        }

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}



.demo-out {
    width: 100%;
    max-width: 1034px;
    max-height: 543px;
    margin: 0 auto;
}
.demo-out .demo-in {
    position: relative;
    padding-top: 25px;
    padding-bottom: 67.5%;
    height: 0;
}

.fullidemo {
    box-sizing: border-box;
    background: url(../images/laptop-demo.png) center center no-repeat;
    background-size: contain;
    padding: 5% 17.5% 28% 18%;

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media (max-width: 480px) {
    .tab-right-contact {
        position: fixed;
        top: 300px;
        right: 0px;
        width: 45px;
        height: 38px;
        text-align: center;
        background-color: #009bd7;
        color: white;
        float: right;
        padding: 20px;
        padding-top: 25px;
        z-index: 999999;
        cursor: pointer;
        font-size: 6px;
        background-image: none;
        background-position: 14px 0px;
        background-repeat: no-repeat;
        vertical-align: bottom;
        border-top: 1px solid #005272;
        border-left: 1px solid #005272;
        border-bottom: 1px solid #005272;
    }
        .tab-right-contact p {
            font-size: 10px;
        }

    .tab-right-demo {


 position: fixed;
        top: 350px;
        right: 0px;
        width: 45px;
        height: 38px;
        text-align: center;
        font-size: 6px;
    background-color: #f36d36;
    color: white;
    float: right;
        padding: 20px;
        padding-top: 25px;
    z-index: 999999;
    cursor: pointer;
    background-image: none;
    background-position: 14px 0px;
    background-repeat: no-repeat;
    vertical-align: bottom;
    border-top: 1px solid #c85120;
    border-left: 1px solid #c85120;
    border-bottom: 1px solid #c85120;
    }
        .tab-right-demo p {
            font-size: 10px;
        }
    p.responsive {
        font-size: 18px !Important;
    }
    h3.responsive {
        font-size: 22px;
    }
    .subheading h4 {
        text-align: center;
        font-size: 38px;
    }
    ul.responsive li {
        font-size: 12px;
    }
        .service-banner-text {
            margin: auto auto; 
            width: 200px; 
            height: 50px; 
            color: #ffffff; 
            font-size: 22px; 
            font-weight: bold;
            text-align: center;
            background: rgba(0, 0, 0, 0.5); 
            padding-top: 7px;
        }
            .product-table td div {
            margin-top: 20px;
            font-size: 10px;
    }
}

	    .darkbg {
	        background: rgba(0,0,0,.7);
	        width: 100%;
            padding: 50px;

	    }
.footer {
    color: #ffffff;
}

    .footer a:link, .footer a:hover, .footer a:visited, .footer a:active {
        color: #ffffff !Important;
    }
.client-list {
    padding-bottom: 50px;
}
.client-list .row div {
    text-align: center;
    vertical-align: middle;

}

.contact-rightpanel {
  background-image: url(../images/hand-phone.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.connect {
            margin: 50px auto; 
            width: 70%; 
            color: #ffffff; 
            font-size: 32px; 
            font-weight: bold;
            text-align: left !Important;
            background: rgba(0, 0, 0, 0.2); 
            padding: 50px;
}
    #contactpage .btn {
        background-color: #5bb071;
        font-size: 16px;
        font-family: 'Karla', arial;
        text-align: left;
    }
.contact-caption {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: -20px;
}


.grey-callout {
  background-image: url(../images/grey-border.jpg);
    background-position: center 60px;
    background-repeat: no-repeat;
    background-size: 80% 84%;
    padding: 40px 110px 40px 110px !Important; 

}
    .grey-callout .row {
        padding-bottom: 20px;
    }
    .grey-callout span {
        display: block;
        min-width: 200px;
        text-align: left;
        padding-right: 10px;
        color: #5bb071;
    }
.callout-right{
    background-image: url(../images/callout-right.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px 40px 0px 40px;
    padding: 40px 30px 60px 30px;
    font-size: 16px;
    font-weight: normal;

}
.callout-left{
    background-image: url(../images/callout-left.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 40px 40px 0px 40px;
    padding: 40px 30px 60px 30px;
    font-size: 16px;
    font-weight: normal;
}
.callout-text {
    color: #ffffff;
    text-align: left;
    margin-left: 50%;
}
.callout-text h3 {
    font-size: 18px;
    font-weight: bold;
}
.callout-text p {
    font-size: 16px;
       font-weight: normal;
}

.tblchecklist td {
    padding: 0px;
    margin: 0px;
}
.tblchecklist td:first-child {
    width: 10%;
}
.tblchecklist td:last-child {
    text-align: left;
    padding-left: 10px;
            color: #5bb071;
}
.roundedOne {
margin-top: 8px !Important;
margin-bottom: 8px !Important;
}
