@charset "utf-8";
/* CSS Document */

.mainlogo{
    width: fit-content;
    margin: 0 auto;
}
.headlogo{
    width: 330px;
    height: auto;
}

.srvcscont{
    width: 75%;
    margin: 0 auto;
    background: transparent;
}

h1{
    width: 100%;
    padding: 25px 45px;
    background-color: rgb(124, 124, 124);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.mantheader{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: 55%;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.mantheader h2{
    margin-bottom: 12px;
}

.securitysrvcsfree{
    padding: 25px;
    margin: 15px;
    width: max-content;
    background-color: rgb(255, 255, 255);
    color: rgb(170, 4, 4);
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.securitysrvcsinfo{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    margin: 15px;
    padding: 15px;
    background-color: rgb(255, 255, 255);
    width: fit-content;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.securitysrvc ol{
    list-style-type: disc;
    padding-left: 25px;
}

.optnsrvcstit{
    width: 90%;
    margin-top: 25px;
    padding: 8px;
    font-size: 25px;
    font-weight: bolder;
    background-color: rgba(255, 255, 255, .65);
    color: rgb(31, 31, 31);
    border-bottom: 2px solid rgb(170, 4, 4);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.pkgsrvc{
    display: inline-block;
    margin: 15px;
    width: 370px;
    vertical-align: top;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.Titpkg{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 35px;
    font-size: 1.7em;
    text-align: center;
    background-color: rgb(170, 4, 4);
    border-radius:  6px 6px 0px 0px;
    color: rgb(255, 255, 255);
    -webkit-border-radius:  6px 6px 0px 0px;
    -moz-border-radius:  6px 6px 0px 0px;
    -ms-border-radius:  6px 6px 0px 0px;
    -o-border-radius:  6px 6px 0px 0px;  
}

.pricepkg{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 18px 35px;
    font-size: 1.1em;
    font-weight: 500;
    text-align: center;
    background-color: rgb(124, 124, 124);
    color: rgb(0, 0, 0);
}

.descpkg{
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 12px 35px;
    font-size: 1em;
    background-color: rgb(255, 255, 255);
    border-radius: 6px;
    -webkit-border-radius:  6px;
    -moz-border-radius:  6px;
    -ms-border-radius:  6px;
    -o-border-radius:  6px;
}

.descpkg ol{
    list-style-type: disc;
    padding-left: 25px;
    line-height: 2;
}

.norefacc{
    font-size: .8em;
    font-style: oblique;
    width: 100%;
    text-align: right;
}

.imgsrvc{
    display: inline-block;
    margin: 15px;
    width: 50%;
    height: auto;
    vertical-align: top;
    box-shadow: 0px 4px 4px 4px rgba(0, 0, 0, 0.8);
}

.img-srvcs{
    display: block;
    width: 100%;
    height: auto;
}


@media screen and (max-width:1670px) {

}

@media screen and (max-width:1440px) {
    .srvcscont{
        width: 85%;
    }
}

@media screen and (max-width:1344px) {

}

@media screen and (max-width:1280px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:992px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:667px) {

}

@media screen and (max-width:554px) {
    .srvcscont{
        width: 100%;
        margin: 0;
    }

    h1{
        width: 90%;
        margin: 0 auto;
        font-size: 1em;
        padding: 8px 12px;
        background-color: rgba(124, 124, 124, .8);
        text-align: center;
    }

    .mantheader{
        width: 90%;
        font-size: .9em;
    }

    h2{
        font-size: 1em;
    }

    .securitysrvcsfree{
        width: 95%;
        padding: 12px;
        margin: 8px;
    }

    .srvpkgs{
        display: block;
        width: 100%;
        margin: 0;
    }

    .pkgsrvc{
        display: block;
        width: 90%;
        margin: 10px auto;
        font-size: .9em;
    }

    .descpkg ol{
        list-style-type: disc;
        padding-left: 15px;
        line-height: 1.2;
    }

    .Titpkg{
        font-size: 1.2em;
    }

    .pricepkg{
        font-size: .9em;
        padding: 10px 15px;
    }

    .optnsrvcstit{
        font-size: 1.1em;
        margin: 0 auto;
    }
}

@media screen and (max-width:375px) {

}

@media screen and (max-width:330px) {

}