@charset "UTF-8";
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

/* makes the font 33% larger relative to the icon container */

/* Deprecated as of 4.4.0 */

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */

/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #151965;
  --secondary: #ff8556;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

footer, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

h1, h2, h3, h4, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

ul {
  margin-top: 0;
  margin-bottom: 1rem; }

strong {
  font-weight: bolder; }

a {
  color: #151965;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #080926;
    text-decoration: underline; }

img {
  vertical-align: middle;
  border-style: none; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button {
  overflow: visible; }

button {
  text-transform: none; }

button,
[type="button"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

h1, h2, h3, h4, h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

h6 {
  font-size: 1rem; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.col-sm-3, .col-sm-9, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-lg-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 576px) {
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; } }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(21, 25, 101, 0.25); }
  .btn:disabled {
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #005dad;
  border-color: #005dad; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0e1145;
    border-color: #0c0f3b; }
  .btn-primary:focus {
    color: #fff;
    background-color: #0e1145;
    border-color: #0c0f3b;
    box-shadow: 0 0 0 0.2rem rgba(56, 60, 124, 0.5); }
  .btn-primary:disabled {
    color: #fff;
    background-color: #151965;
    border-color: #151965; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #0c0f3b;
    border-color: #0a0c30; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(56, 60, 124, 0.5); }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #ff6023;
    border-color: #ff5716; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 119, 79, 0.5); }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #151965;
  border-color: #151965; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #151965;
    border-color: #151965; }
  .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(21, 25, 101, 0.5); }
  .btn-outline-primary:disabled {
    color: #151965;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #151965;
    border-color: #151965; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(21, 25, 101, 0.5); }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ff8556;
    border-color: #ff8556; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 133, 86, 0.5); }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.collapse:not(.show) {
  display: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #2b33cf; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #5258db;
    border-color: #5258db; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .active > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

.d-block {
  display: block !important; }

.d-flex {
  display: flex !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.align-items-center {
  align-items: center !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) { }

.mr-2 {
  margin-right: 0.5rem !important; }

.ml-2 {
  margin-left: 0.5rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.my-3 {
  margin-bottom: 1rem !important; }

.mt-4 {
  margin-top: 1.5rem !important; }

.mr-4 {
  margin-right: 1.5rem !important; }

.mb-4 {
  margin-bottom: 1.5rem !important; }

.mt-5 {
  margin-top: 3rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.py-3 {
  padding-top: 1rem !important; }

.py-3 {
  padding-bottom: 1rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.py-5 {
  padding-bottom: 3rem !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0 !important; } }

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0 !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .py-md-5 {
    padding-top: 3rem !important; }
  .py-md-5 {
    padding-bottom: 3rem !important; } }

@media (min-width: 992px) {
  .py-lg-3 {
    padding-top: 1rem !important; }
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .py-lg-4 {
    padding-bottom: 1.5rem !important; } }

.text-center {
  text-align: center !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; } }

:root {
  --primary-color: #151965;
  --secondary-color: #ff8556;
  --text-color: #6c757d;
  --title-color: #0F0F1A;
  --white-color: #ffffff;
  --light-bg-color: #fafafa;
  --card-box-shadow: 1px 2px 6px 1px rgba(53, 54, 102, 0.08);
  --card-hover-box-shadow: 0px 0px 8px rgba(53, 54, 102, 0.2);
  --card-curve: 6px; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif; }

.clear {
  clear: both; }

button {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Nunito', sans-serif; }

button,
.btn {
  cursor: pointer;
  font-family: 'Nunito', sans-serif; }

a,
a:hover {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h6 {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif; }

p {
  margin: 0;
  padding: 0; }

.btn-theme {
  padding: 14px 22px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s ease-in; }

.heading {
  max-width: 750px; }

.heading h3 {
  font-size: 35px;
  line-height: 40px;
  color: var(--title-color);
  font-weight: 500; }

.heading p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px; }

@media (max-width: 767px) {
  .heading h3 {
    font-size: 30px;
    line-height: 36px; } }

.btn-demo {
  padding: 12px 24px; }

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1270px; } }

@media screen and (min-width: 1600px) {
  .container {
    max-width: 1470px; } }

@media screen and (min-width: 1900px) {
  .container {
    max-width: 1770px; } }

.fixed-top {
  z-index: 9; }

.w3l-bootstrap-header nav.navbar {
  border-bottom: 1px solid #eee; }

.w3l-bootstrap-header a.navbar-brand {
  color: var(--title-color);
  font-weight: bold;
  font-size: 36px;
  padding: 0;
  margin-right: 3rem; }

.w3l-bootstrap-header a.login {
  font-size: 16px;
  color: #151965; }

.w3l-bootstrap-header a.login:hover {
  text-decoration: underline; }

.w3l-bootstrap-header .navbar {
  padding: 0;
  background: #fff; }

.w3l-bootstrap-header .navbar-light .navbar-brand:hover,
.w3l-bootstrap-header .navbar-light .navbar-brand:focus {
  color: var(--title-color); }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:hover,
.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link:focus {
  color: #151965; }

.w3l-bootstrap-header .navbar-light .navbar-nav .nav-link {
  color: rgba(25, 51, 101, 0.5); }

.w3l-bootstrap-header li.nav-item {
  margin: 0px 10px; }

.w3l-bootstrap-header .navbar-toggler {
  padding: 0.25rem 0.6rem;
  font-size: 1rem;
  background-color: #fff;
  border: none; }

@media (max-width: 992px) {
  .w3l-bootstrap-header .form-inline {
    margin-left: 10px; }
  .w3l-bootstrap-header .navbar-collapse {
    background: var(--light-bg-color);
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #eee;
    max-height: calc(100vh - 70px);
    overflow-y: auto; } }

/*--/content with photo5--*/
.w3l-index-block1 .content {
  position: relative;
  background: var(--light-bg-color);
  z-index: 1;
  overflow: hidden; }

.w3l-index-block1 .content-left h1 {
  font-size: 40px;
  line-height: 46px;
  color: var(--title-color);
  font-weight: 700; }

.w3l-index-block1 .content-left p {
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px; }

@media (max-width: 992px) {
  .w3l-index-block1 .content-photo img {
    display: block; } }

@media (max-width: 568px) {
  .w3l-index-block1 .content-left h1 {
    font-size: 40px;
    line-height: 45px; } }

@media (max-width: 375px) {
  .w3l-index-block1 .content-left h1 {
    font-size: 35px;
    line-height: 40px; } }

/*-- index-block2 --*/
.w3l-index-block2 .s-block {
  box-shadow: var(--card-box-shadow);
  border-radius: var(--card-curve);
  transition: 0.3s ease-in; }

.w3l-index-block2 .s-block:hover {
  box-shadow: var(--card-hover-box-shadow);
  transition: 0.3s ease-in; }

.w3l-index-block2 .s-block h3 {
  color: var(--title-color);
  font-size: 26px;
  line-height: 35px; }

.w3l-index-block2 .s-block p {
  color: var(--text-color);
  margin-top: 15px;
  font-size: 16px;
  line-height: 26px; }

/*-- /index-block2 --*/
/*-- content-with-photo17 --*/
.w3l-index-block3 .cwp17-text h2 {
  font-size: 35px;
  line-height: 42px;
  color: var(--title-color); }

.w3l-index-block3 .cwp17-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: var(--text-color);
  margin: 25px 0; }

.w3l-index-block3 .cwp17-text a {
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: var(--secondary-color);
  transition: 0.3s ease-out;
  display: block; }

.w3l-index-block3 .cwp17-text a:hover {
  color: var(--primary-color);
  transition: 0.3s ease-out;
  text-decoration: underline; }

@media all and (max-width: 800px) {
  .w3l-index-block3 .cwp17-image {
    order: 1; }
  .w3l-index-block3 .cwp17-text {
    order: 2; } }

@media all and (max-width: 320px) {
  .w3l-index-block3 .cwp17-text h2 {
    font-size: 33px;
    line-height: 40px; } }

/*-- features15 block --*/
.w3l-index-block4 .features-bg {
  background: var(--light-bg-color); }

.w3l-index-block4 .feature-unit {
  border-radius: var(--card-curve);
  transition: 0.3s ease-in;
  padding: 2rem 1rem;
  box-shadow: var(--card-box-shadow);
  background: #fff; }

.w3l-index-block4 .feature-unit:hover {
  box-shadow: var(--card-hover-box-shadow);
  transition: 0.3s ease-in; }

.w3l-index-block4 .features15-col-text {
  margin-top: 30px; }

.w3l-index-block4 .features15-para h4 {
  font-size: 22px;
  line-height: 25px;
  color: var(--title-color); }

.w3l-index-block4 .features15-para p {
  color: var(--text-color);
  margin-top: 10px;
  font-size: 16px;
  line-height: 22px; }

.w3l-index-block4 .features15-col-text:hover div.features15-para h4 {
  transition: 0.3s ease-in-out;
  color: var(--secondary-color); }

.w3l-index-block4 .features15-para h4:hover {
  transition: 0.3s ease-in-out;
  color: var(--secondary-color); }

.w3l-index-block4 .features15-info {
  background: #fff;
  width: 100px;
  height: 100px;
  margin: auto;
  line-height: 100px;
  border-radius: 50%;
  box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.1);
  text-align: center; }

.w3l-index-block4 .features15-col-text:hover div.features15-info {
  background: var(--primary-color);
  color: #fff;
  transition: 0.3s ease-in-out; }

@media (max-width: 576px) {
  .w3l-index-block4 .features15-info {
    background: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin-right: auto;
    margin-left: 0; } }

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*-- content-with-photo17 --*/
.w3l-index-block7 .cwp17-text h2 {
  font-size: 35px;
  line-height: 42px;
  color: var(--title-color); }

.w3l-index-block7 .cwp17-text p {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: var(--text-color);
  margin: 25px 0; }

.w3l-index-block7 .cwp17-text a {
  text-decoration: none;
  font-size: 18px;
  line-height: 26px;
  color: var(--secondary-color);
  transition: 0.3s ease-out;
  display: block; }

.w3l-index-block7 .cwp17-text a:hover {
  color: var(--primary-color);
  transition: 0.3s ease-out;
  text-decoration: underline; }

@media all and (max-width: 800px) {
  .w3l-index-block7 .cwp17-image {
    order: 1; }
  .w3l-index-block7 .cwp17-text {
    order: 2; } }

@media all and (max-width: 320px) {
  .w3l-index-block7 .cwp17-text h2 {
    font-size: 33px;
    line-height: 40px; } }

/*-- index-block8 --*/
/*-- /index-block8 --*/
/* partners */

/* //partners */

.w3l-market-footer footer.footer-28 {
  background: #F7F9FD; }

.w3l-market-footer h6.footer-title-28 {
  color: var(--primary-color);
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px; }

.w3l-market-footer .footer-list-28 ul li {
  list-style: none;
  margin-bottom: 5px; }

.w3l-market-footer .footer-list-28 ul li:last-child {
  margin-bottom: 0px; }

.w3l-market-footer .footer-list-28 ul li a,
.w3l-market-footer .footer-list-28 ul li p {
  font-weight: normal;
  font-size: 16px;
  color: var(--text-color); }

.w3l-market-footer .footer-list-28 ul li a:hover {
  text-decoration: underline; }

.w3l-market-footer .copy-footer-28 {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0; }

.w3l-market-footer .copy-footer-28 a {
  font-size: 15px;
  opacity: 0.8;}

.w3l-market-footer .copy-footer-28 a:hover {
  text-decoration: underline;
  opacity: 1; }

.w3l-market-footer #movetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 36px;
  height: 36px;
  background: var(--secondary-color);
  padding: 0;
  line-height: 36px;
  border-radius: 4px;
  transition: 0.3s ease-out; }

.w3l-market-footer #movetop:hover {
  background: #151965;
  transform: translate3d(0, -5px, 0);
  -webkit-transform: translate3d(0, -5px, 0);
  transition: 0.3s ease-out; }

.w3l-market-footer .midd-footer-28 {
  background: #F1F4F9; }

@media (max-width: 600px) {
  .w3l-market-footer .footer-top-28 {
    grid-gap: 20px; } }

@media (max-width: 480px) {
  .w3l-market-footer .footer-top-28 {
    grid-gap: 40px;
    grid-template-columns: 1fr 1fr; } }

/*-- index-block8 --*/

/*-- /index-block8 --*/
/* Magnific Popup CSS */

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Main image in popup */

/* The shadow behind the image */

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */ }

/*# sourceMappingURL=style-starter.css.map */
