@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Exo:wght@400;500;800&display=swap");
/* MAIN COLOR */
/* SECONDARY COLOR */
html, body { height: 100%; box-sizing: border-box; font-family: "Exo", sans-serif; font-weight: 400; }
html { font-size: 15px; }
@media screen and (min-width: 320px) { html { font-size: calc(15px + 7 * ((100vw - 320px) / 1600)); } }
@media screen and (min-width: 1920px) { html { font-size: 22px; } }
p { font-size: 0.75rem; }
h1 { font-size: 2.0736rem; }
h1 { font-size: 25.92px; }
@media screen and (min-width: 320px) { h1 { font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600)); } }
@media screen and (min-width: 1920px) { h1 { font-size: 50.625px; } }
h2 { font-size: 1.728rem; }
h2 { font-size: 25.92px; }
@media screen and (min-width: 320px) { h2 { font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600)); } }
@media screen and (min-width: 1920px) { h2 { font-size: 50.625px; } }
h3 { font-size: 1.1664rem; }
h3 { font-size: 21.6px; }
@media screen and (min-width: 320px) { h3 { font-size: calc(21.6px + 12.15 * ((100vw - 320px) / 1600)); } }
@media screen and (min-width: 1920px) { h3 { font-size: 33.75px; } }
body { overflow-y: scroll; -webkit-overflow-scrolling: touch; }
q, blockquote { quotes: "“" "”"; }
a, a:hover, a:focus, a:active { outline: 0 !important; text-decoration: none; transition: all 0.3s ease; }
.navbarFixed { position: fixed; width: 100%; top: 0; z-index: 999; }
.logo { max-height: 80px; }
@media (max-width: 767px) { .logo { max-height: 70px; } }
/* Change autocomplete styles in WebKit */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { border: 1px solid #0065dd; -webkit-text-fill-color: #0065dd; -webkit-box-shadow: 0 0 0px 1000px #000 inset; transition: background-color 5000s ease-in-out 0s; }
nav.navbar { z-index: 1000; border: none; }
nav.navbar .navbar-nav .nav-link { text-align: center; align-items: center; color: #2c82c6; border-radius: 5px; font-size: 0.7rem; font-weight: 500; text-transform: uppercase; }
@media (max-width: 767px) { nav.navbar .navbar-nav .nav-link { margin-top: 0; padding: 10px 0px; display: block; text-align: center; font-size: 1rem; } }
nav.navbar .navbar-nav .nav-link:hover { background: #2c82c6; color: #ffffff; }
@media (max-width: 1024px) { nav.navbar .navbar-nav .nav-link:hover { background: transparent; outline: 0; color: #212529; } }
nav.navbar .navbar-nav .nav-link:focus, nav.navbar .navbar-nav .nav-link:active { background: transparent; color: #212529; outline: 0; }
.btn-default { border: none; background: #2c82c6; color: #ffffff; padding: 0.5em 2em; font-size: 1em; text-align: center; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin: 0.5em 0em; transition: all 0.3s ease; border-radius: 5px; }
.btn-default:hover { background: #646873; color: white; text-decoration: none; }
@media (max-width: 1024px) { .btn-default:hover { background: #646873; color: #ffffff; box-shadow: 0px 0px 5px #212529; } }
.pd, .section-b, .section-c, .section-d .container, .section-e { padding: 100px 0; }
@media (max-width: 767px) { .pd, .section-b, .section-c, .section-d .container, .section-e { padding: 50px 0; } }
.section { position: relative; }
.section-b, .section-c { background-color: #ffffff; }
.section-b .row, .section-c .row { justify-content: center; align-items: center; }
.section-b h3, .section-c h3 { font-size: 1.5em; text-transform: uppercase; font-weight: 800; margin: 0; color: #2c82c6; }
.section-b p, .section-c p { font-size: 0.85rem; }
.section-b p:last-child, .section-c p:last-child { margin-bottom: 0; }
.section-b p strong, .section-c p strong { color: #2c82c6; }
@media screen and (max-width: 767px) { .section-c .row { flex-direction: column-reverse; } }
.section-d { background-color: #2c82c6; background-image: url(../img/bg.png); background-size: cover; background-position: center center; border-top: 1px solid rgba(33, 37, 41, 0.05); border-bottom: 1px solid rgba(33, 37, 41, 0.05); }
.section-d .container { padding-left: 2rem; padding-right: 2rem; }
.section-d h3 { text-transform: uppercase; font-size: 1em; font-weight: 800; padding: 0; margin: 0; }
.section-d h2 { font-size: 1.5em; text-transform: uppercase; font-weight: 800; margin: 0; }
.section-d p { font-size: 0.75rem; text-align: center; }
.section-d [class*="col-"] { padding-left: 20px; padding-right: 20px; }
.section-d [class*="col-"] p { text-align: justify; }
.section-d [class*="col-"] p:last-child { margin-bottom: 0; }
.section-d .serv-desc { margin-bottom: 20px; }
.section-e { background-color: #2c82c6; background-image: url(../img/bg.png); background-size: cover; background-position: center center; box-shadow: inset 0 -20px 50px -25px rgba(33, 37, 41, 0.5); color: #212529; }
.section-e [class*="col-"] { padding-left: 20px; padding-right: 20px; }
.section-e h3 { font-size: 0.9em; text-transform: uppercase; font-weight: 800; }
@media screen and (max-width: 767px) { .section-e { text-align: center; } }
.section-e i { padding-right: 10px; width: 40px; color: #212529; }
@media screen and (max-width: 767px) { .section-e i { display: block; text-align: center; width: 100%; margin-bottom: 10px; font-size: 2rem !important; } }
.section-e a { color: #212529 !important; margin-bottom: 10px; }
.section-e a:hover { text-decoration: underline; }
.section-e a, .section-e p { font-size: 0.7em; }
@media screen and (max-width: 767px) { .section-e a, .section-e p { display: block; text-align: center; font-size: 1em; } }
.section-e p { display: inline; }
@media screen and (max-width: 767px) { .section-e p { display: inline-block; font-size: 1em; } }
@media screen and (max-width: 767px) { .section-e a, .section-e i { display: block; text-align: center; } }
@media screen and (max-width: 767px) { .section-e [class*="col-"] + [class*="col-"] { margin-top: 20px; } }
footer { padding: 50px 0px 20px; background: #1b1d21; color: #ffffff; }
footer p { font-size: 15px; }
@media (max-width: 990px) { footer p { font-size: 13px; } }
footer a { color: #ffffff; white-space: nowrap; font-size: 15px; }
@media (max-width: 990px) { footer a { font-size: 13px; } }
footer a:hover { color: white; outline: 0 !important; text-decoration: none; }
footer a:focus { color: #ffffff; outline: 0 !important; text-decoration: none; }
.top-pad { padding: 3em; background: white; }
@media (max-width: 990px) { .top-pad { padding: 1em; } }
.terms p, .privacy p { font-size: 1rem; }
.terms ol li, .privacy ol li { font-size: 1rem; }
.terms ol ol li, .privacy ol ol li { font-size: 0.85rem; }
