@charset "UTF-8";
/*--
Author: W3layouts
Author URL: http://w3layouts.com
--*/
/*!
 * 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: #30c39e;
  --secondary: #6c757d;
  --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); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }


.collapse:not(.show) {
  display: none; }



.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #30c39e; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    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-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    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 .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .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 .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .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(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }





      :root {
        --primary-color: #2C5FEC;
        --secondary-color: #b1dc6f;
        --font-color: #666;
        --bg-color: #fff;
        --heading-color: #1b1b1b;
        --border-radius: 6px;
        --border-radius-full: 35px;
        --border-color: transparent;
        --border-color-light: #eee;
        --nav-color: #292922;
        --dropdown-color: #fff;
        --iframe-filter: grayscale(0%);
        --bg-light: rgba(255, 255, 255, 0.15);
        --bg-light-fixed:rgba(194, 194, 194, 0.15);
        --bg-grey: #f7f7f7;
        --bg-lightgrey: #f8f9fa; }
      
      [data-theme="dark"] {
        --primary-color:#2C5FEC;
        --secondary-color: #68d585;
        --font-color: #c2c2c2;
        --bg-color: #1d1d1d;
        --heading-color: #eee;
        --border-color: rgba(255, 255, 255, 0.2);
        --border-color-light: rgba(255, 255, 255, 0.1);
        --nav-color: #fff;
        --dropdown-color: #161616;
        --iframe-filter: grayscale(100%);
        --bg-light:rgba(194, 194, 194, 0.15);
        --bg-grey: #161616;
        --bg-lightgrey: #161616; }
      

.noscroll {
  overflow: hidden;
  height: 100vh; }

html {
  scroll-behavior: smooth; }

body,
html {
  margin: 0;
  padding: 0;
  background: var(--bg-color);
  color: var(--font-color);
  font-family: 'Spartan', sans-serif; }

body a,
button,


.clear {
  clear: both; }

.img-responsive {
  max-width: 100%;
  display: block; }

.d-grid {
  display: grid; }

.align-self {
  align-self: center; }

button,
input,
select,
label,
li, span {
  -webkit-appearance: none;
  outline: none;
  font-family: 'Spartan', sans-serif; }

a,
a:hover {
  text-decoration: none; }

iframe {
  border: none;
  display: block; }

ul {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  color: var(--heading-color);
  letter-spacing: -1px; }

p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 28px;
  color: var(--font-color);
  font-family: 'Open Sans', sans-serif; }

li {
  list-style-type: none; }

p.white {
  color: #eee; }

.align-center {
  align-self: center; }

.noscroll {
  min-height: 100vh;
  overflow: hidden; }

.radius-image {
  border-radius: var(--border-radius); }

/*-- container --*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1200px; } }

/*-- //container --*/
/*-- play icon animation --*/
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 155, 114, 0.15), 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15), 0 0 0 40px rgba(50, 100, 245, 0); } }

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 155, 114, 0.15), 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15); }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 155, 114, 0.15), 0 0 0 20px rgba(0, 155, 114, 0.15), 0 0 0 40px rgba(50, 100, 245, 0); } }

/*-- //play icon animation --*/

a.link-style {
  text-transform: capitalize;
  transition: all 0.5s ease;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  display: inline-block; }

a.link-style:before {
  position: absolute;
  content: '';
  background: var(--primary-color);
  width: 0px;
  height: 1px;
  bottom: 13px;
  transition: all 0.5s ease; }

a.link-style:hover:before {
  width: 100px;
  transition: all .5s; }

.grids-gap {
  padding-top: 20px; }

.title-big {
  font-size: 40px;
  line-height: 50px;
  font-weight: 600; }

.title-small {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 1px;
  color: #7e7d7d;
  display: block; }

.title-small span {
  color: var(--heading-color); }

@media (max-width: 1080px) {
  .title-big {
    font-size: 34px !important;
    line-height: 45px; } }

@media (max-width: 768px) {
  .title-big {
    font-size: 35px !important;
    line-height: 40px; } }

@media (max-width: 568px) {
  .title-big {
    font-size: 30px !important;
    line-height: 40px; } }

@media (max-width: 415px) {
  .title-big {
    font-size: 28px !important;
    line-height: 38px; } }

@media (max-width: 378px) {
  .title-big {
    font-size: 28px !important;
    line-height: 35px; }
  p {
    font-size: 16px; } }


/*-- toggle switch --*/
.theme-switch-wrapper {
  display: flex;
  align-items: center; }

.theme-switch-wrapper em {
  margin-left: 10px;
  font-size: 1rem; }

.theme-switch {
  display: inline-block;
  position: relative;
  margin: 0; }

.theme-switch input {
  display: none; }

/*-- //toggle switch --*/
/*-- dark and light mode styling --*/
.mode-container {
  width: 24px;
  height: 24px;
  padding: 1px 0; }

.gg-sun {
  position: relative;
  transform: scale(var(--ggs, 1));
  height: 24px;
  background: linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px -6px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 5px 14px/2px 6px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat -8px 5px/6px 2px, linear-gradient(180deg, currentColor 4px, transparent 0) no-repeat 14px 5px/6px 2px;
  border-radius: 100px;
  box-shadow: inset 0 0 0 2px;
  border: 6px solid transparent; }

.gg-moon {
  overflow: hidden;
  position: relative;
  transform: rotate(-135deg) scale(var(--ggs, 1));
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-bottom: 2px solid transparent; }

.gg-moon,
.gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  color: rgb(0, 0, 0); }

.nav-fixed .gg-moon,
.nav-fixed .gg-moon:after {
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  color: var(--heading-color); }

.gg-moon:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  border: 2px solid transparent;
  box-shadow: 0 0 0 2px;
  top: 8px;
  left: 2px; }

.gg-sun,
.gg-sun:after,
.gg-sun:before {
  box-sizing: border-box;
  display: block;
  width: 24px; }

.gg-sun:after,
.gg-sun:before {
  content: "";
  position: absolute;
  height: 2px;
  border-right: 4px solid;
  border-left: 4px solid;
  left: -6px;
  top: 5px; }

.gg-sun:before {
  transform: rotate(-45deg); }

.gg-sun:after {
  transform: rotate(45deg); }

.mode-container i.gg-sun {
  display: none; }

.mode-container i.gg-moon {
  display: block; }

input:checked + .mode-container i.gg-sun {
  display: block; }

input:checked + .mode-container i.gg-moon {
  display: none; }

/*-- //dark and light mode styling --*/
/*-- header --*/
.w3l-header-4 .navbar {
  padding: 0; }

header {
  padding: 0px;
  transition: all 0.4s ease 0s;
  height: 95px;
  padding: 20px 0;
  display: grid;
  align-items: center;
  background: var(--bg-color);
  z-index: 10 !important;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

header.nav-fixed {
  padding: 0px;
  background: var(--bg-color);
  height: 80px;
  padding: 15px 0;
  border-bottom: none;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05); }

.w3l-header-4 .navbar .navbar-brand {
  margin-right: 0px;
  padding: 0px;
  color: var(--heading-color);
  font-size: 30px;
  padding: 0;
  margin-right: 3rem;
  font-weight: 600;
  position: relative;
  vertical-align: 4px; }

.w3l-header-4 .navbar .navbar-brand span {
  font-weight: 400; }

.w3l-header-4 .navbar .navbar-brand span.fa {
  font-size: 30px;
  color: var(--primary-color);
  vertical-align: -1px; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-item:last-child {
  padding-right: 0; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0px 10px;
  color: #999;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  text-transform: capitalize;
  letter-spacing: -.5px; }

.w3l-header-4 .navbar-expand-lg .navbar-nav li.active .nav-link {
  color: var(--heading-color); }

.w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link:hover,
.w3l-header-4 .navbar-light .navbar-nav .show > .nav-link:hover {
  color: var(--heading-color); }

.w3l-header-4 header.nav-fixed {
  padding: 10px 15px;
  background-color: #262d4e;
  background-color: #272727; }

.w3l-header-4 header.nav-fixed .navbar-brand img {
  max-width: 102px; }

.w3l-header-4 .dropdown-toggle::after {
  margin-left: 0.15rem;
  vertical-align: middle;
  display: none; }

.w3l-header-4 .dropdown-menu {
  transform: translateX(-50px);
  border-radius: var(--border-radius);
  min-width: 13rem;
  padding: 1rem 0;
  margin-top: .7em;
  background: var(--bg-color);
  border: 1px solid var(--border-color); }

.w3l-header-4 .dropdown-menu:before {
  content: '';
  width: 14px;
  height: 14px;
  display: block;
  background: var(--bg-color);
  border: 1px solid var(--border-color);
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -7px;
  left: 49%;
  z-index: 1001; }

.w3l-header-4 .absolute-top {
  padding: 20px 0px;
  background: var(--bg-color);
  border-bottom: none;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.05); }

.w3l-header-4 li a.search-search {
  background: var(--bg-light);
  font-size: 16px;
  line-height: 25px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  padding: 0;
  text-align: center;
  color: var(--primary-color);
  display: inline-block;
  border: none; }

.w3l-header-4 li a.search-search:hover {
  background: var(--primary-color);
  color: #fff; }

.w3l-header-4 ul.navbar-nav.search-right {
  margin-left: auto;
  align-items: center;
  display: inline-grid;
  grid-template-columns: auto 1fr; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item {
  background: transparent;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  display: block;
  line-height: 25px;
  padding: 6px 20px;
  color: #999; }

.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item.active,
.w3l-header-4 .navbar-expand-lg .navbar-nav .dropdown-item:hover {
  color: var(--heading-color); }

.w3l-header-4 .popup form input[type="search"] {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #000;
  height: 55px;
  padding: 15px 20px 12px;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  border-right: none; }

.w3l-header-4 .popup form button {
  font-size: 17px;
  line-height: 28px;
  text-align: center;
  color: #F5F9FC;
  font-weight: 500;
  border: none;
  background: var(--primary-color);
  padding: 0 25px;
  border-left: none;
  border-radius: initial;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.w3l-header-4 .popup form button:hover {
  opacity: .8; }

.w3l-header-4 .popup form input:focus {
  outline: none; }

.w3l-header-4 .pop-overlay {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  transition: opacity 0ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  background: #000000ba;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.1);
  height: 100%;
  width: 100%; }

.w3l-header-4 .pop-overlay:target {
  visibility: visible;
  opacity: 1; }

.w3l-header-4 .popup {
  position: relative;
  margin: 0rem auto;
  padding: 15px;
  top: 50%;
  max-width: 600px; }

.w3l-header-4 .popup .close {
  position: absolute;
  right: 20px;
  top: -50px;
  transition: all 200ms;
  font-size: 30px;
  text-decoration: none;
  color: #fff;
  opacity: 0.7; }

.w3l-header-4 .popup .close:hover {
  opacity: 1; }

button.navbar-toggler .icon-close {
  display: block; }

button.navbar-toggler .icon-expand {
  display: none; }

button.navbar-toggler.collapsed .icon-close {
  display: none; }

button.navbar-toggler.collapsed .icon-expand {
  display: block; }

@media (max-width: 991px) {
  .w3l-header-4 .absolute-top {
    padding: 20px 0px 20px; }
  .w3l-header-4 div#navbarNav {
    margin-left: 0px; }
  .w3l-header-4 .navbar-toggler {
    background: var(--bg-color);
    padding: 8px 12px;
    margin-top: 0px;
    outline: none;
    margin-right: 0px;
    cursor: pointer;
    border-radius: 5px;
    color: var(--primary-color);
    border: 1px solid var(--border-color);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all; }
  .w3l-header-4 div#navbarSupportedContent {
    background: #000;
    padding: 15px; }
  .w3l-header-4 .navbar-toggler:hover {
    color: #fff;
    background: var(--primary-color); }
  .w3l-header-4 header .navbar-collapse {
    background: var(--bg-color);
    padding: 10px;
    max-height: calc(100vh - 70px);
    overflow-y: auto; } }

@media (max-width: 991px) {
  .navbar-collapse {
    background: var(--bg-color);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid var(--border-color);
    padding: 20px;
    border-radius: var(--border-radius); }
  .w3l-header-4 .navbar-expand-lg .navbar-nav .nav-link {
    padding: 6px 10px; }
  .mobile-position {
    position: absolute;
    right: 60px;
    top: 8px; }
  .w3l-header-4 .dropdown-menu {
    transform: translateX(0px); }
  .w3l-header-4 .dropdown-menu:before {
    left: 6%; }
  header {
    height: 80px;
    padding: 15px 0; }
  header.nav-fixed {
    height: 75px;
    padding: 15px 0; } }

@media (max-width: 767px) {
  .w3l-header-4 h1 a.navbar-brand {
    font-size: 30px;
    line-height: 40px; } }

@media (max-width: 568px) {
  .w3l-header-4 .popup {
    max-width: 400px; } }

@media (max-width: 480px) {
  .w3l-header-4 .navbar .navbar-brand {
    font-size: 28px; } }

@media (max-width: 384px) {
  .w3l-header-4 .popup {
    max-width: 345px; } }


  
    .theme-button {
      transition: 0.3s ease-out;
      display: inline-block;
      line-height: 52px;
      font-weight: 700;
      font-size: 14px;
      margin: 0px;
      padding: 0px 30px;
      text-transform: uppercase; }
    
    @media screen and (max-width: 384px) {
      .theme-button {
        line-height: 44px;
        padding: 0px 20px; } }
  
  
       
      
        .btn-car {
          color: #01E1C7;
          border-radius: 6px;
          border-color:  #01E1C7;
        }
        
        .btn-car:hover {
          color: #fff;
          background-color: #01E1C7;
          box-shadow: none;
        }

/*--------------------------------------------------------------
# Css Spotzero
--------------------------------------------------------------*/

   /*-- transition none --*/
   .no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
   .no-animation { animation: none !important;}
   ::-webkit-scrollbar{width: 12px}
   ::-webkit-scrollbar-track{background:#eee;border:thin solid #d3d3d3;box-shadow:inset 0 0 3px rgba(0,0,0,.1)}
   ::-webkit-scrollbar-thumb{background:#2C5FEC;border:thin solid#2C5FEC}
   
    /*-- //transition none --*/



/*-- banner --*/

.banner-info h2 {
  color: #1D2D61;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-info p{
  color: #1D2D61;
}

.banner-info h3 {
  color: #1D2D61;
  font-size: 40px;
  font-weight: 10;
  letter-spacing: px;
}

.banner-grids {
  padding: 11em 0 5em;
}
.banner-info {
  padding-top: 12em;
}
.banner-info a {
  background: #01E1C7;
  padding: 11px 35px;
  font-size: 17px;
  letter-spacing: 1px;
  color: #fff;
  border-radius: 5px;
  display: inline-block;
}

/*-- //banner --*/   


/*===================================*
04. SERVICES
*===================================*/
.service{
  background: url(../images/banner.png) ;
}


.box-wrap {
	background-color: #f5f5f6;
	box-shadow: 0px 30px 20px -15px rgba(103, 103, 103, 0.2);
	border-radius: 16px;
	padding: 32px 20px 0 20px;
	margin: 30px;
	height: 300px;
  text-align: center; }

.box-wrap:hover {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1); }

.box-wrap img {
  max-width: 80px;
  display: block;
  margin: 0 auto; }

.box-wrap h1{
	color: #1D2D61;
	margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;

  

  }

.box-wrap h4 a:hover {
  color: #9b1717; }

.box-wrap p {
  color: #1D2D61;
	margin-bottom: 14px;
	font-size: 12px; }

.search-box .icon {
  text-align: center;
  display: block;
  color: #1D2D61; }

.icon span.fa {
  
  font-size: 30px; }



  
.box-wrap1 {
	background-color: #f5f5f6;
	box-shadow: 0px 30px 20px -15px rgba(103, 103, 103, 0.2);
	border-radius: 16px;
	padding: 32px 20px 0 20px;
	margin: 30px;
	height: 450px;
  text-align: center; }

.box-wrap1:hover {
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.1); }

.box-wrap1 img {
  max-width: 80px;
  display: block;
  margin: 0 auto; }

.box-wrap1 h1{
	color: #1D2D61;
	margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;

  

  }

.box-wrap1 h4 a:hover {
  color: #9b1717; }

.box-wrap1 p {
  color: #1D2D61;
	margin-bottom: 14px;
	font-size: 12px; }


  
.section-title {
  
  position: relative;
  text-align: center;
  text-transform: capitalize; }


  .section-title h4{
    color: #ffffff;
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 100;
    margin-top: 25px;}


  
.section-title p {
  color: #ffffff;
	font-weight: 100;
	font-size: 14px; }



  
.section-text {
  
  position: relative;
  text-align: center;
 }


  .section-text h4{
    color: #1D2D61;
    margin-bottom: 12px;
    font-size: 35px;
    font-weight: 600;
    margin-top: 25px;}


  
.section-text p {
  color: #1D2D61;
	font-weight: 100;
	font-size: 12px; }



  .section-spot {
  
    position: relative;
    text-align: center;
    text-transform: capitalize; }
  
  
    .section-spot h4{
      color: #1D2D61;
      margin-bottom: 12px;
      font-size: 35px;
      font-weight: 600;
      margin-top: 25px;}
  
  
    
  .section-spot p {
    color: #1D2D61;
    font-weight: 100;
    font-size: 14px; }


     
/*-- footer --*/


.footer-grids h4 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #1D2D61;
}

.footer-grids h5 {
    color: #666;
}

.footer-grids h5 span {
    color: #feac00;
}

.footer-grids p,
.footer-grids p a,
.copyright p,
.copyright p a {
    font-size: 15px;
    color: #777;
    font-weight: normal;
    letter-spacing: .5px;
}

.footer-grids ul li a {
  color: #1D2D61;
  font-size: 14px;
  letter-spacing: .5px;
}

.footer-grids ul li {
  color: #1D2D61;
}

.footer-grids input[type="email"] {
    background: #fff;
    box-shadow: none !important;
    padding: 12px 15px;
    color: #777;
    font-size: 14px;
    border: none;
    letter-spacing: 1px;
    outline: none;
}

.footer-grids button.btn {
    background: #feac00;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 12px;
    display: inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
    /*-- //footer --*/
    
    /*-- copyright --*/
    
    .copy-right p {
        margin: 0;
        font-size: 14px;
      text-transform: capitalize;
        letter-spacing: .5px;
    }
    
    .copy-right p a{
        color: #1D2D61;
    }
    .copy-right p a:hover{
        color: #01E1C7;
    }
    .social-iconsv2 {
        justify-content: flex-end;
    }
    .social-iconsv2 li a {
        font-size: 26px;
        width: 38px;
        display: block;
        color: #1D2D61;
    }
    .social-iconsv2 li a:hover{
      color: #01E1C7;
    }
    /*-- //copyright --*/

   
  
  
  .con-gd .form-control {
      padding: 15px 15px;
      border: 0;
      border: none;
      outline: none;
      background: rgba(247, 247, 247, 0.29);
      color: #fff;
      border-radius: 0;
      font-size: 0.9em;
      letter-spacing: 2px;
      border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -moz-border-radius: 4px;
      -ms-border-radius: 4px;
      border: 1px solid #ddd;
  }
  

  .news-letter-w3pvt {
    background: url(../images/banner1.png) ;
  }

  p.news-para {
    
    font-size: 18px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

h3.news-para {
  margin: 0.5em 0 0 0;
  font-size: 29px;
  font-weight: 600;
  color: rgb(255, 255, 255);
}


.theme-button {
  transition: 0.3s ease-out;
  display: inline-block;
  line-height: 52px;
  font-weight: 700;
  font-size: 12px;
  margin: 0px;
  padding: 0px 30px;
  text-transform: uppercase; }

@media screen and (max-width: 384px) {
  .theme-button {
    line-height: 44px;
    padding: 0px 20px; } }


    .btn-primary {
      color: #fff;
      background-color:#01E1C7;
      border: none;
    }

    .btn-primary:hover {
      color: #fff;
      background-color: #01E1C7;
      box-shadow: none;
    }


        /*-- contato --*/


        .inner-banner {
          background: url(../images/banner.jpg) no-repeat top;
          background-size: cover;
          min-height: 180px;
          position: relative;
          z-index: 0;
        }
        
        
        
        @media (max-width: 568px) {
          .inner-banner {
            min-height: 150px;
          }
        }
        
        @media (max-width: 415px) {
          .inner-banner {
            min-height: 120px;
          }
        }

        .w3l-breadcrumb {
          background-color: var(--breadcrumb-bg);
        }
        
        .breadcrumbs-custom-path {
          padding: 10px 0;
        }
        
        .breadcrumbs-custom-path li {
          position: relative;
          display: inline-block;
          vertical-align: middle;
          font-size: 16px;
          line-height: 1.5;
          font-weight: 600;
          text-transform: capitalize;
        }
        
        .breadcrumbs-custom-path li span.fa {
          font-size: 12px;
          vertical-align: 2px;
        }
        
        .breadcrumbs-custom-path a,
        .breadcrumbs-custom-path a:active,
        .breadcrumbs-custom-path a:focus {
          color: var(--para-color);
        }
        
        .breadcrumbs-custom-path li.active {
          font-weight: 700;
          color: var(--heading-color);
        }

    
.contact-info h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 15px 0;
}

.contact-info p.conp {
  line-height: 20px;
}

.contact-info span.fa {
  font-size: 2em;
  color: var(--primary-color);
  margin: 0;
}

.contact-info-left {
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

.contact-info {
  padding: 2rem;
  background: #f8f9fa;
  background-color: var(--bg-white);
  border: 1px solid var(--bg-border);
  border-radius: 8px;
}

.contact-info p label {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 10px;
  color: var(--heading-color);
  display: inline-block;
  font-weight: 600;
}

.contact a {
  display: inline-block;
  color: var(--para-color);
}

.contact a:hover {
  color: var(--heading-color);

}

@media (max-width: 1024px) {
  .contact-info-left {
    grid-gap: 40px;
  }
}

@media (max-width: 991px) {
  .contact-info-left {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

@media (max-width: 900px) {
  .contact p {
    font-size: 17px;
  }
}

@media (max-width: 800px) {
  .contact a {
    font-size: 16px;
  }

  .contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width:600px) {
  .contact p {
    font-size: 15px;
  }
  .contact-info-left {
      grid-template-columns: 1fr;
      grid-gap: 20px;
  }
}

/*--//responsive--*/

form.signin-form {
  text-align: left;
}

.contact-form .form-top-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.form-inner-cont input,
.form-inner-cont textarea {
  outline: none;
  width: 100%;
  font-size: 16px;
  padding: 0px 15px;
  margin-bottom: 25px;
  color: var(--para-color);
  height: 60px;
  text-align: left;
  -webkit-appearance: none;
  display: grid;
  grid-template-columns: .1fr 1fr;
  align-items: center;
  padding-left: 15px;
  background-color: var(--bg-light);
  border: 1px solid #1D2D61;
  border-radius: 8px;

}

.form-inner-cont input:focus,
.form-inner-cont textarea:focus {
  border: 1px solid #01E1C7;
  background-color: var(--bg-white);
}

.form-inner-cont textarea {
  height: 160px;
  resize: none;
  padding: 15px 15px;
}

.map iframe {
  width: 100%;
  height: 400px;
  border: 6px solid var(--bg-light);
}

@media all and (max-width: 1024px) {
  .align-form-map {
    grid-gap: 60px;
  }
}

@media all and (max-width: 991px) {
  .align-form-map {
    grid-gap: 60px;
    grid-template-columns: 1fr;
  }

  .map iframe {
    height: 350px;
  }
}

@media all and (max-width:690px) {
  .map iframe {
    height: 300px;
  }

  .contact-form .form-top-left {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 20px;
  }
}


.sub-titlehny {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1D2D61;
  text-transform: uppercase;
}


h3.hny-title,
h3.hny-title.two {
  font-size: 34px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

h3.hny-title.two {
  color: #fff;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 30px;
  line-height: 35px;
}


@media (max-width: 768px) {

h3.hny-title,
h3.hny-title.two {
  font-size: 28px;
  line-height: 35px;
  margin-bottom: 10px;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 10px;
}

}

/*--//contact--*/

