@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap");
/* MAIN COLOR */
/* SECONDARY COLOR */
html, body { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: "Lato", sans-serif; font-weight: lighter; }
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.81rem; }
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; }
.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; -webkit-transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s; }
nav.navbar { z-index: 1000; border: none; }
nav.navbar .navbar-nav .nav-link { text-align: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #000; border-radius: 5px; font-size: 0.8rem; }
@media (max-width: 767px) { nav.navbar .navbar-nav .nav-link { margin-top: 0; padding: 6px 0px; display: inline-block; text-align: center; } }
nav.navbar .navbar-nav .nav-link:hover { background: #ff5e00; color: #fff; }
@media (max-width: 1024px) { nav.navbar .navbar-nav .nav-link:hover { background: transparent; outline: 0; color: #000; } }
nav.navbar .navbar-nav .nav-link:focus, nav.navbar .navbar-nav .nav-link:active { background: transparent; color: #000; outline: 0; }
.btn-default { border: none; background: #ff5e00; color: #fff; padding: 0.5em 2em; font-size: 1em; text-align: center; text-transform: uppercase; letter-spacing: 1px; display: inline-block; margin: 0.5em 0em; -webkit-transition: 0.7s ease all; transition: 0.7s ease all; border-radius: 50px; }
.btn-default:hover { background: #99b1bf; color: white; text-decoration: none; }
@media (max-width: 1024px) { .btn-default:hover { background: #99b1bf; color: #fff; -webkit-box-shadow: 0px 0px 5px #000; box-shadow: 0px 0px 5px #000; } }
.banner-pad, .section-f, .section-h { padding: 350px 0; }
@media (max-width: 991px) { .banner-pad, .section-f, .section-h { padding: 250px 0; } }
@media (max-width: 767px) { .banner-pad, .section-f, .section-h { padding: 200px 0; } }
@media (max-width: 560px) { .banner-pad, .section-f, .section-h { padding: 100px 0; } }
.bg, .section-f, .section-h { background-repeat: no-repeat; background-position: center top; background-size: cover; background-attachment: fixed; }
@media (max-width: 1024px) { .bg, .section-f, .section-h { background-attachment: scroll; } }
.pd, .section-b, .section-c, .section-e, .section-d, .section-h { padding: 100px 0; }
@media (max-width: 767px) { .pd, .section-b, .section-c, .section-e, .section-d, .section-h { padding: 50px 0; } }
.section { position: relative; }
.section-b { background: rgba(153, 177, 191, 0.22); }
.section-b h3 { color: #ff5e00; text-transform: uppercase; font-weight: 700; }
.section-c { background: rgba(153, 177, 191, 0.11); }
.section-c h3 { color: #ff5e00; text-transform: uppercase; font-weight: 700; }
.section-e { background: rgba(153, 177, 191, 0.33); }
.section-e h3 { color: #ff5e00; text-transform: uppercase; font-weight: 700; }
.section-e .img { padding: 0 2.5vw; }
.section-e .img img { width: 100%; max-width: 200px; margin: 0 auto; }
.section-d { background: #99b1bf; color: #fff; }
@media screen and (max-width: 767px) { .section-d { text-align: center; } }
.section-d i { padding-right: 10px; width: 40px; color: #fff; }
@media screen and (max-width: 767px) { .section-d i { display: block; text-align: center; width: 100%; margin-bottom: 10px; font-size: 1em; } }
.section-d a { color: #fff; margin-bottom: 10px; }
.section-d a, .section-d p { font-size: 0.7em; }
@media screen and (max-width: 767px) { .section-d a, .section-d p { display: block; text-align: center; font-size: 1em; } }
.section-d p { display: inline; }
@media screen and (max-width: 767px) { .section-d p { display: inline-block; font-size: 1em; } }
@media screen and (max-width: 767px) { .section-d a, .section-d i { display: block; text-align: center; font-size: 1em; } }
.section-d h3 { text-transform: uppercase; font-weight: 700; }
.section-e h2 { text-transform: uppercase; font-size: 1.2em; font-weight: 700; color: #ff5e00; }
.section-e h3 { font-size: 0.9em; text-transform: uppercase; font-weight: 700; }
.section-e i { background-color: #99b1bf; padding: 25px; border-radius: 50%; color: #fff; margin-bottom: 20px; }
.section-e .serv-desc { margin-top: 2.5vw; }
.section-h { background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 94, 0, 0.8)), to(rgba(153, 177, 191, 0.5))), url("img/bg3.jpg"); background-image: linear-gradient(to bottom right, rgba(255, 94, 0, 0.8), rgba(153, 177, 191, 0.5)), url("img/bg3.jpg"); color: white; }
footer { padding: 50px 0px 20px; background: #ff5e00; color: #fff; font-size: 15px; }
footer a { color: #fff; 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: #fff; outline: 0 !important; text-decoration: none; }
footer p { font-size: 15px; }
@media (max-width: 990px) { footer p { font-size: 13px; } }
.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; }
a { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
