@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins:i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

html {
    font-size: 16px;
}

*, *::after, *::before {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #828282;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    word-break: break-word
}

body, html {
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
    color: #828282;
}

a, a.nav-link, a:active, a:focus {
    color: #828282;
}

a, a.nav-link, .btn, input, textarea {
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 25px;
}

b {
    font-weight: 600;
}

.last-paragraph-no-margin p:last-of-type {
    margin-bottom: 0;
}

ul {
    list-style-position: outside;
    margin-bottom: 25px;
}

ul {
    margin: 0;
    padding: 0;
}

input, textarea {
    border: 1px solid #dfdfdf;
    padding: 10px 15px;
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 100%;
    resize: none;
    outline: none;
    color: #828282;
    line-height: initial;
    word-break: initial;
}

input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type="text"], input[type="email"], textarea, input[type="tel"] {
    -webkit-appearance: none;
}

input:focus, textarea:focus {
    border: 1px solid #b9b9b9;
    outline: none;
}

input::-ms-clear {
    display: none;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    transition: background-color 5000s;
    transition: all 0s 50000s;
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

iframe {
    border: 0;
}

button, button:focus, button:hover {
    outline: none;
}

::selection {
    color: #000;
    background: #dbdbdb;
}

::-moz-selection {
    color: #a6a6a6;
    background: #dbdbdb;
}

::-webkit-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
}

::-moz-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a6a6a6;
    text-overflow: ellipsis;
    opacity: 1;
}

.container, .container-fluid, .container-lg {
    padding-right: 15px;
    padding-left: 15px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row > * {
    padding-right: 15px;
    padding-left: 15px;
}

header [class^="container-"] [class^="col-"], header [class^="container-"] [class*=" col-"] {
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: auto
    }
}

.alt-font {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h4 {
    margin: 0 0 25px 0;
    padding: 0;
    letter-spacing: -0.5px;
    font-weight: inherit;
}

h1 {
    font-size: 5rem;
    line-height: 5rem;
}

h2 {
    font-size: 3.2rem;
    line-height: 3.7rem;
}

h3 {
    font-size: 2.5rem;
    line-height: 3rem;
}

h4 {
    font-size: 1.8rem;
    line-height: 2.7rem;
}

.text-small {
    font-size: 0.9rem;
    line-height: 24px;
}

.text-extra-medium {
    font-size: 1rem;
    line-height: 28px;
}

.text-large {
    font-size: 1.6rem;
    line-height: 28px;
}

.title-extra-small {
    font-size: 1.5rem;
    line-height: 2rem;

}

.title-large {
    font-size: 100px;
    line-height: 95px;
}

.title-large-2 {
    font-size: 70px;
    line-height: 80px;
}

.title-extra-large {
    font-size: 125px;
    line-height: 110px;
}

.text-black {
    color: #000;
}

.text-extra-dark-gray {
    color: #232323;
}

.text-border {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.text-border-width-2px {
    -webkit-text-stroke-width: 2px;
}

.text-border-color-black {
    -webkit-text-stroke-color: #000000;
}

.letter-spacing-minus-1-half {
    letter-spacing: -0.50px;
}

.letter-spacing-minus-2px {
    letter-spacing: -2px;
}

.letter-spacing-minus-3px {
    letter-spacing: -3px;
}

.letter-spacing-minus-5px {
    letter-spacing: -5px;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.text-decoration-underline {
    text-decoration: underline;
}

.line-height-100px {
    line-height: 100px;
}

.bg-white {
    background-color: #FFF;
}

.bg-black {
    background-color: #000;
}

.bg-transparent {
    background-color: transparent;
}

section {
    padding: 130px 0;
    overflow: hidden;
}

section.big-section {
    padding: 90px 0;
}

section.half-section {
    padding: 80px 0;
}

.medium-input, .medium-textarea {
    padding: 15px 20px;
    font-size: 14px;
}

.opacity-1 {
    opacity: 0.1;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4-half {
    opacity: 0.45;
}

.box-shadow-extra-large-hover:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, .08);
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.box-shadow-extra-large-hover:hover {
    -moz-transform: translate3d(0, -3px, 0);
    -o-transform: translate3d(0, -3px, 0);
    -ms-transform: translate3d(0, -3px, 0);
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.z-index-6 {
    z-index: 6;
}

input[type="checkbox"] {
    width: auto;
}

input[type="checkbox"] + label {
    color: #939393;
    font-weight: normal;
    margin-bottom: 0;
}

input[type="checkbox"]:checked + label {
    color: inherit;
}

.btn {
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    width: auto;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    background: #777;
    color: #fff
}

.btn:active:focus, .btn:focus {
    outline: medium none;
    outline-offset: 0;
}

.btn:active, .btn:focus {
    box-shadow: none;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 10px 26px;
}

.border-color-extra-dark-gray {
    border-color: #232323 !important;
}

.border-dotted {
    border-style: dotted !important;
}

.border-radius-6px {
    border-radius: 6px;
}

.margin-5px-top {
    margin-top: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}

.margin-5px-bottom {
    margin-bottom: 5px;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}

.margin-15px-bottom {
    margin-bottom: 15px;
}

.margin-25px-bottom {
    margin-bottom: 25px;
}

.margin-4-rem-bottom {
    margin-bottom: 4rem;
}

.margin-4-half-rem-bottom {
    margin-bottom: 4.5rem;
}

.margin-6-rem-bottom {
    margin-bottom: 6rem;
}

.margin-10px-right {
    margin-right: 10px;
}

.margin-1-rem-right {
    margin-right: 1rem;
}

.padding-8-rem-all {
    padding: 8rem;
}

.padding-5-rem-tb {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.padding-4-half-rem-lr {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
}

.no-padding-tb {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}
.w-5 {
    width: 5%;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.w-30 {
    width: 30%;
}

.w-85 {
    width: 85%;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto;
}

.h-1px {
    height: 1px;
}

.h-200px {
    height: 200px;
}

.h-400px {
    height: 400px;
}

.h-500px {
    height: 500px;
}

.h-100 {
    height: 100% !important;
}

.full-screen {
    height: 100%;
    min-height: 100vh;
}

.icon-extra-large {
    font-size: 60px;
}

.medium-icon {
    list-style: none;
    padding: 0;
}

.medium-icon li {
    display: inline-block;
}

.medium-icon li:first-child {
    margin-left: 0;
}

.medium-icon li:last-child {
    margin-right: 0;
}

.medium-icon li {
    margin: 0 8px;
}

.medium-icon a {
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

[class^="social-icon-"] ul {
    list-style: none;
}

.social-icon-style-12 li a {
    color: #232323;
    display: inline-block;
}

.social-icon-style-12 li a:hover {
    opacity: .5;
}

.navbar {
    padding: 0;
    background: #fbfbfb;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    box-shadow: 0 0 15px rgba(23, 23, 23, .15);
}

.navbar a {

}

.navbar.header-hidden {
    opacity: 0
}

.navbar.header-visible {
    opacity: 1
}

.navbar-brand {
    margin-right: 0;
    font-size: 0;
    display: inline-block;
}

header .menu-logo-center .menu-logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.navbar-left, .navbar-right {
    width: 40%;
}

.menu-logo-center .navbar-brand {
    position: relative;
    z-index: 1;
    padding: 22px 0;
}

.navbar-toggler {
    font-size: 24px;
    width: 22px;
    height: 14px;
    display: inline-block;
    position: relative;
    padding: 0;
    border: none;
    vertical-align: middle;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-line {
    background: #232323;
    height: 2px;
    width: 22px;
    content: "";
    display: block;
    border-radius: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-dark .navbar-toggler-line {
    background: #fff;
}

.navbar-toggler-line:nth-child(1) {
    top: 0px;
    width: 14px;
}

.navbar-toggler-line:nth-child(2), .navbar-toggler-line:nth-child(3) {
    top: 6px;
}

.navbar-toggler-line:nth-child(4) {
    top: 12px;
    width: 14px;
}

.navbar.navbar-dark .navbar-nav .nav-link {
    color: #232323;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(35, 35, 35, 0.62) !important;
    cursor: pointer;
}

header .navbar .navbar-brand img {
    max-height: 36px;
}

header .navbar .navbar-brand .default-logo {
    visibility: visible;
    opacity: 1;
    width: auto;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header .navbar-brand .alt-logo, header .navbar .navbar-brand .mobile-logo {
    visibility: hidden;
    opacity: 0;
    width: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}

header .header-always-fixed-scroll .navbar-brand .default-logo, header .header-always-fixed-scroll .navbar-brand .alt-logo, header .header-always-fixed-scroll .navbar-brand .mobile-logo {
    transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.navbar .navbar-nav .nav-link {
    padding: 25px 0;
    font-weight: 500;
    font-size: 14px;
    margin: 0 18px;
    word-break: normal;
}

.feature-box-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
}

footer ul {
    padding-left: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 7px;
}

footer ul li:last-child {
    margin-bottom: 0;
}

.scroll-top-arrow, .scroll-top-arrow:focus {
    background: #fff;
    font-size: 17px;
    line-height: 34px;
    box-shadow: 0 0 25px rgba(23, 23, 23, .25);
    display: none;
    height: 34px;
    width: 34px;
    padding: 0;
    position: fixed;
    right: 45px;
    text-align: center;
    text-decoration: none;
    bottom: 45px;
    z-index: 1029;
    border-radius: 100%;
}

.scroll-top-arrow:hover {
    background: #fff;
    color: #828282;
    box-shadow: 0 0 30px rgba(23, 23, 23, .4);
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.form-results {
    padding: 13px 20px;
    clear: both;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
    z-index: 2;
    max-width: 100%;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
}
