<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
}

a {
    text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

button {
    text-decoration: none;
    transition: background 300ms, color 300ms, border-color 300ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms;
}

#top-header {
    background-color: #1c3f95;
    color: #fff;
    padding: 10px 30px;
}

#top-header .social {
    float: right;
}

#top-header .social a {
    color: #fff;
    margin-left: 25px;
}

#top-header .social a:first-child {
    margin-left: 0;
}

#top-header .social a:hover {
    color: #e44444;
}

#logo {
    transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
}

#logo img {
    height: 110px;
    display: inline-block;
}
#logo .text {
    display:inline-block;
    width: 55%;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    vertical-align: middle;
}
#logo .text span {
    display: inline-flex;
}
#logo a:hover {
    text-decoration: none;
}
#menu .ace-responsive-menu {
    line-height: 1.7;
    text-align: left;
    margin-bottom: 0;
    background: transparent;
}

#menu .ace-responsive-menu &gt; li &gt; a {
    transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -moz-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -o-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    -webkit-transition: background 300ms, color 300ms, border-color 300ms, padding 200ms;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 24px;
    letter-spacing: .5px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 9;
}

#menu .ace-responsive-menu &gt; li &gt; a &gt; .arrow:before {
    font-size: inherit;
    margin-left: 10px;
}

#menu .ace-responsive-menu li ul.sub-menu li.menu-active a {
    background: #dee2e6;
    color: #1c3f95;
}

#mainMenu &gt; li:after {
    content: '';
    display: block;
    border-bottom: 3px solid transparent;
}

#mainMenu &gt; li:before {
    content: '';
    display: block;
    border-bottom: 3px solid transparent;
}

section {
    margin-top: 40px;
    margin-bottom: 40px;
}

section .title {
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}

section .readmore {
    color: #333;
    font-size: 18px;
    font-style: italic;
    letter-spacing: .5px;
}

#home-about {
    text-align: center;
}

#home-about .title {
    margin-bottom: 22px;
}

#home-about p {
    font-size: 18px;
}

#home-product .title-container {
    position: relative;
    margin-bottom: 60px;
}

#home-product .title-container .flag {
    margin-bottom: 5px;
    font-size: 16px;
    font-style: italic;
    letter-spacing: .8px;
}

#home-product .title-inner {
    position: relative;
}

#home-product .title-inner .title-name {
    margin-bottom: 0;
    display: inline-block;
}

#home-product .title-inner .title-separator {
    display: inline-block;
    height: 32px;
    margin: 0 40px 0 25px;
    border-right-width: 1px;
    border-right-style: solid;
    transform: rotate(36deg);
    -moz-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -webkit-transform-origin: 0% 100%;
}

#home-product .card {
    overflow: hidden;
    margin-bottom: 20px;
}

#home-product .card .card-title {
    color: #191919;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 7px;
    position: relative;
    font-weight: 700;
    text-align: center;
}

#home-product .card .card-image {
    position: relative;
}

#home-product .card .card-image img {
    transition: opacity 300ms ease-out, transform 300ms ease-out, filter 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, -moz-transform 300ms ease-out, -moz-filter 300ms ease-out;
    -o-transition: opacity 300ms ease-out, -o-transform 300ms ease-out, -o-filter 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, -webkit-transform 300ms ease-out, -webkit-filter 300ms ease-out;
}

#home-product .card .card-image:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#home-product .card .image-overlay {
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
    transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    -o-transition: opacity 500ms ease-out;
    -webkit-transition: opacity 500ms ease-out;
}

#home-product .card .image-overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#home-product .card .image-overlay-content {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 50%;
    line-height: 1.55;
    display: block;
}

#home-product .card .image-overlay-content .card-title {
    color: #fff;
}

#home-certificates {
    background-color: #e5e5e5;
    padding: 40px 0;
}

#home-certificates .certificates-caption {
    margin-bottom: 13px;
    font-size: 12px;
    font-style: italic;
    letter-spacing: .5px;
}

#copyrights {
    padding: 40px 0;
    background-color: #181818;
    color: #838383;
    text-transform: uppercase;
    text-align: center;
}

#copyrights a {
    color: #bbbbbb;
}

#copyrights span {
    color: #bbbbbb;
}

#home-cor {
    text-align: center;
    position: relative;
    margin-top: -40px;
    margin-bottom: 0;
}

#home-cor h3 {
    color: #fff;
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}

#home-cor .inside-text span {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}

#home-cor .background-fixed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#home-cor .text-cor {
    padding: 80px 0;
}

#home-cor .soical-footer {
    padding: 20px 0;
}

#home-cor .soical-footer a {
    color: #fff;
    margin-left: 20px;
    font-size: 20px;
    margin-bottom: 20px;
}

#home-cor .soical-footer a:hover {
    text-decoration: none;
    color: #1c3f95;
}

#home-cor .soical-footer a:first-child {
    margin-left: 0;
}

#page-head {
    position: relative;
    margin-top: 0;
}

#page-head h3 {
    color: #fff;
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}

#page-head .inside-text span {
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
    font-style: italic;
    display: block;
    margin-bottom: 20px;
}

#page-head .background-fixed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

#page-head .text-cor {
    padding: 80px 0;
}

#left-side .list-group .list-group-item:before {
    content: "\f105";
    font-family: FontAwesome;
    text-align: center;
    position: absolute;
    left: 0px;
    display: block;
    height: 20px;
    width: 20px;
    margin-top: -1px;
}

#left-side .list-group-item.active {
    background-color: #1c3f95;
    border-color: #1c3f95;
}

#right-side {
    font-size: 18px;
}

#right-side h3 {
    color: #1c3f95;
    font-size: 41px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
}

#right-side img {
    margin-bottom: 20px;
}

#right-side p {
    margin-bottom: 20px;
    line-height: 1.7;
}

.grid .grid-item {
    width: 30%;
}

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

.grid .grid-item {
    margin-bottom: 10px;
}

.grid .grid-item span.roll {
    background: center center no-repeat #fff;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

/* add the font awesome icon */
.grid .grid-item .roll:before {
    content: "\f00e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    /*--adjust as necessary--*/
    color: #784669;
    font-size: 40px;
    position: absolute;
    top: 35%;
    left: 45%;
}

#contacts .marks, #contact-form .marks {
    text-align: center;
    font-size: 40px;
    min-width: 40px;
    min-height: 40px;
    padding-bottom: 55px;
    color: #1c3f95
}

#contacts .contact-details h3, #contact-form h3 {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0px;
    transition: color 200ms;
    -moz-transition: color 200ms;
    -o-transition: color 200ms;
    -webkit-transition: color 200ms;
    text-align: center;
    padding-bottom: 30px;
}

#contact-form {
    background-color: #f3f3f3;
}

.contact-form {
    margin-top: 10%;
    margin-bottom: 5%;
}

.contact-form .form-control {
    border-radius: 1rem;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

.contact-form form {
    padding: 0 14% 5%;
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}
#right-side.products h1 {
    font-weight: 700;
    color: #1c3f95;
}
#right-side.products hr {
    margin-bottom: 60px;
    margin-top: 60px;
}
#right-side.products img{
    width: 100%;
}
#right-side.products p {
    margin: 0;
    line-height: 1;
}
#right-side.products .table td, #right-side.products .table th {
    padding: 0.5rem;
    vertical-align: middle;
}
.certificate-con img {
    width: 100%;
}
.logo-inside {
    height: 80px;
}</pre></body></html>