@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: #ff3333;
        --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: #ff3333;
        --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,
.btn {
  cursor: pointer !important; }

.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 --*/
.btn-style {
  padding: 14px 35px 12px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: 0.3s ease-in;
  letter-spacing: -.5px;
  border-radius: var(--border-radius); }

.btn-style span.fa {
  font-size: 12px;
  vertical-align: 1px;
  margin-left: 5px; }

.transparent-btn {
  background: rgba(255, 255, 255, 0.25); }

.btn-white {
  padding: 14px 35px 12px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  transition: 0.3s ease-in;
  border-radius: var(--border-radius);
  background-color: #fff;
  color: var(--primary-color); }

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; } }

@media (max-width: 375px) {
  .btn-white,
  .btn-style {
    padding: 12px 30px; }
  .title-big {
    font-size: 26px !important;
    line-height: 36px; }
  .title-small {
    font-size: 16px !important;
    letter-spacing: .5px; } }

/*-- 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; } }



    
    .header-right a.signin {
      font-size: 17px;
      font-weight: 600;
      letter-spacing: 1px;
      color: #2C5FEC;
      text-transform: capitalize;
    font-family: 'Niramit', sans-serif;
  }
  .header-right a.signin:hover {
      color: #01E1C7;
  }
  .header-right a.contact {
      background: #01E1C7;
      padding: 11px 30px;
      font-size: 17px;
      letter-spacing: 1px;
      color: #fff;
      border-radius: 5px;
      display: inline-block;
  }


/*--------------------------------------------------------------
# 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:#181818;border:thin solid#181818}
   
    /*-- //transition none --*/


    .arrow-downhny {
      text-align: center;
      position: absolute;
      bottom: -3%;
      left: 0;
      right: 0;
      z-index: 6;
    }
    
    .arrow-downhny .arrow-down-icon {
      background: #fff;
      display: inline-block;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      transition: 0.3s ease-in-out;
      -webkit-animation: ripple 1s linear infinite;
      animation: ripple 1s linear infinite;
    }
    
    .arrow-downhny .arrow-down-icon span.fa {
      color: #1b1a1a;
      line-height: 40px;
    }



    


.w3l-index1 .calltoaction-20-content {
  align-items: center; }

.w3l-index1 .calltoaction-20 h5 {
  font-size: 32px;
  line-height: 38px;
  color: var(--title-color);
  margin-bottom: 20px;
  font-weight: 600; }

.w3l-index1 li {
  display: block;
  color: var(--text-color);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px; }

.w3l-index1 span.fa {
  color: var(--opposite-color);
  padding-right: 5px; }

.w3l-index1 .column.ccont-left img {
  border-radius: 4px; }

.w3l-index1 .calltoaction-20-content p {
  font-size: 16px;
  line-height: 24px;
  color: var(--text-color);
  opacity: 0.8;
  margin-bottom: 20px; }

.w3l-index1 a.theme-button.btn {
  font-weight: normal;
  display: inline-block;
  font-size: 16px;
  background: var(--theme-color);
  color: var(--white-color);
  text-align: center;
  border: 2px solid var(--white-color);
  padding: 8px 22px;
  border-radius: 4px; }

.w3l-index1 a.theme-button.btn:hover {
  background: var(--opposite-color);
  border: 2px solid var(--opposite-color); }

@media (max-width: 1080px) {
  .w3l-index1 .calltoaction-20 h5 {
    margin-bottom: 10px; } }

@media (max-width: 991px) {
  .w3l-index1 .column.ccont-left img {
    width: 100%; }
  .w3l-index1 .column.ccont-left {
    padding: 0;
    margin-top: 20px; }
  .w3l-index1 .column.center-align-self {
    border-radius: 4px; }
  .w3l-index1 .column.ccont-left img {
    border-radius: 4px; } }

@media (max-width: 768px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr; }
  .w3l-index1 .calltoaction-20 {
    padding: 3rem 0; } }

@media (max-width: 568px) {
  .w3l-index1 .calltoaction-20-content {
    grid-column-gap: 20px; }
  .w3l-index1 .calltoaction-20-content {
    padding: 0 16px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 30px; } }

@media (max-width: 480px) {
  .w3l-index1 .text-11-content p {
    margin-top: 15px; }
  .w3l-index1 p.more-gap {
    margin-bottom: 25px; }
  .w3l-index1 .text-11 {
    padding: 40px 0px; }
  .w3l-index1 .calltoaction-20-content {
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 30px; }
  .w3l-index1 .calltoaction-20 h5 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: 20px; } }


    .w3l-index6 {
      background: #f9f9f9; }
    
    .w3l-index6 h3.my-title {
      max-width: 724px;
      margin-left: auto;
      margin-right: auto; }
    
    .w3l-index6 .features-with-17_sur h6 {
      font-size: 22px;
      font-weight: 400; }
    
    .w3l-index6 .features-with-17_sur h6 a {
      color: var(--title-color);
      text-decoration: none;
      font-weight: 400; }
    
    .w3l-index6 bold {
      font-weight: 700; }
    
    .w3l-index6 .features-with-17_sur h6 a:hover {
      color: var(--opposite-color); }
    
    .w3l-index6 a.actionbg {
      font-size: 16px;
      color: var(--opposite-color);
      margin-top: 25px;
      display: inline-block;
      font-weight: 600; }
    
    .w3l-index6 a.actionbg:hover {
      color: var(--opposite-color); }
    
    .w3l-index6 .features-with-17-right-tp_sur {
      padding: 30px;
      height:400px;
      position: relative;
      overflow: hidden;
      background: #ffffff;
      box-shadow: 2px 2px 20px 0 rgba(0, 0, 0, 0.07);
      border-radius: 4px; }
    
    .w3l-index6 .features-with-17-left1 span {
      font-size: 2.5rem;
      color: var(--opposite-color); }
    
    .w3l-index6 .features-with-17_sur p {
      margin: 12px 0 0;
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 26px;
      color: var(--text-color); }
    
    .w3l-index6 .features-with-17-top_sur {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      text-align: center; }
    
    @media (max-width: 992px) {
      .w3l-index6 .features-with-17-top_sur {
        display: grid;
        grid-template-columns: 1fr; }
      .w3l-index6 .features-with-17-left1 {
        margin-right: 20px; }
      .w3l-index6 .features-with-17_sur h6 {
        margin-top: 0px; } }
    
    @media (max-width: 480px) {
      .w3l-index6 .features-with-17_sur h2 {
        font-size: 48px;
        line-height: 53px; } }
    
    @media (max-width: 440px) {
      .w3l-index6 .features-with-17_sur h2 {
        font-size: 40px;
        line-height: 46px; } }
    
    @media (max-width: 320px) {
      .w3l-index6 .features-with-17_sur h2 {
        font-size: 32px;
        line-height: 38px; }
      .w3l-index6 .features-with-17_sur h5 {
        font-size: 23px;
        line-height: 28px; } }


    .features1,.capabilities,.gallery{
      padding:20px 0px;
    }

     .features,.capabilities,.gallery{
      padding:20px 0px;
    }


    .w3l-blogluxe-hny .grids5-info {
      transition: 0.3s ease-in;
      display: block;
    }
    
   
    
    .w3l-blogluxe-hny a.zoom {
      overflow: hidden;
      position: relative;
    }
    
    .w3l-blogluxe-hny a.zoom img {
      -webkit-filter: grayscale(0);
      filter: grayscale(0);
      transition: 0.3s ease-in-out;
    }
    
    .w3l-blogluxe-hny .grids5-info:hover a.zoom img {
      overflow: hidden;
      transition: 0.3s ease-in-out;
      -webkit-filter: grayscale(1);
      filter: grayscale(1);
    }
    
    .w3l-blogluxe-hny .grid-view .grids5-info a h4 {
      font-size: 20px;
      line-height: 28px;
      display: block;
      font-weight: 700;
      color: var(--heading-color);
      margin-bottom: 12px;
    }
    
    .w3l-blogluxe-hny .grids5-info:hover div.blog-info a h4 {
      color: var(--primary-color);
    }
    
    .w3l-blogluxe-hny .grid-view .grids5-info a h4:hover {
      color: var(--primary-color);
    }
    
    .w3l-blogluxe-hny .grid-view .grids5-info p {
      margin-top: 6px;
    }
    
    .w3l-blogluxe-hny .blog-info {
      padding-top: 26px;
    }
    
    .w3l-blogluxe-hny .grid-view p.date {
      font-size: 15px;
      color: var(--para-color);
      font-weight: 600;
      border-bottom: none;
      padding-bottom: 0px;
      margin-bottom: 6px;
      margin-top: 0;
    }
    
    .w3l-blogluxe-hny .grid-view .grids5-info img {
      width: 100%;
      display: block;
    }
    
    
    @media all and (max-width: 768px) {
      .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 20px;
        line-height: 25px;
      }
    }
    
    @media all and (max-width: 568px) {
      .w3l-blogluxe-hny .grids5-info p {
        margin-top: 12px;
      }
    }
    
    @media all and (max-width: 414px) {
      .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 23px;
      }
    }
    
    @media all and (max-width: 384px) {
      .w3l-blogluxe-hny .grids5-info h4 a {
        font-size: 22px;
      }
    }

    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;
    }
    
    .sub-titlehny {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--primary-color);
      text-transform: uppercase;
    }
    
    @media (max-width: 1080px) {
    
      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;
      }
    }
    
    


     
  /*-- footer --*/

  
  #fim{margin-top:100px;text-align:center}
  #fim img{width:180px;display:block;margin-left:auto;margin-right:auto}
  #fim i{font-size:1.5em;color:#000000;text-align:center;margin:40px 17px}
  #fim i:hover{color:#ee3232}
  

   /*--/footer--*/
.w3l-footer-66 .footer-inner-main {
  background: #ffffff;
}

.w3l-footer-66 .sub-one-left h2 {
  margin-bottom: 14px;
}

.w3l-footer-66 h2 a.navbar-brand {
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  position: relative;
}

.w3l-footer-66 h2 a.navbar-brand span {
  color: #181818;
}

.w3l-footer-66 h6 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin-bottom: 34px;
  font-weight: 700;
}

.w3l-footer-66 .sub-two-right ul li {
  list-style: none;
}

.w3l-footer-66 .sub-two-right ul li span {
  margin-right: 10px;
  color: #fff;
}

.w3l-footer-66 .sub-one-left p,
.w3l-footer-66 .sub-two-right p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #cecece;
}

.w3l-footer-66 .mid-footer-gd {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.w3l-footer-66 ul.social li,
.w3l-footer-66 ul.jst-link li {
  display: inline-block;
  margin-right: 5px;
}

.w3l-footer-66 ul.social li a {
  color: #181818;
  width: 36px;
  height: 36px;
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
}

.w3l-footer-66 ul.social li a span.fa {
  line-height: 36px;

}

.w3l-footer-66 ul.social li a:hover {
  color: #181818;
  transition: 0.3s ease;
}

.w3l-footer-66 ul.social li a:hover {
  color: #181818;
}

.w3l-footer-66 .columns-2 {
  margin-top: 1.2em;
}

.w3l-footer-66 .columns p,
.w3l-footer-66 .columns p a {
  font-size: 15px;
  line-height: 26px;
  color: #181818;
}

.w3l-footer-66 .sub-two-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer-66 .columns p a {
  color: #fff;
}

.w3l-footer-66 .columns p a:hover {
  color: #fff;
  text-decoration: underline;
}

.w3l-footer-66 .copyright-footer ul li {
  display: inline-block;
}

.w3l-footer-66 .right-side h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 100;
}

.w3l-footer-66 .copyright-footer {
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: center;
  grid-gap: 20px;
}

.w3l-footer-66 .below-section {
  background: #fff;
  padding: 16px 0;
  justify-content: space-between;
}

.w3l-footer-66 .instagram-feeds {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

.w3l-footer-66 .column2 a {
  text-decoration: none;
  color: #fff;
  line-height: 25px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
}

.w3l-footer-66 p.para-sep {
  text-align: center;
  margin-top: 10px;
  color: #181818;
  font-size: 16px;
}

.w3l-footer-66 p.para-sep a {
  color: #eee;
}

.w3l-footer-66 .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.w3l-footer-66 .contact-para {
  color: #181818;
  line-height: 25px;
  font-size: 17px;
  margin-top: 10px;
}

.w3l-footer-66 ul.columns li a {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #181818;
  margin: 0 16px;
}

.w3l-footer-66 #movetop {
  display: none;
  position: fixed;
  bottom: 7px;
  right:26px;
  z-index: 99;
  font-size: 12px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 42px;
  height: 42px;
  background: #fc5656;
  padding: 0;
  line-height: 42px;
  transition: 0.5s ease-out;
  border-radius: 4px;
}

.w3l-footer-66 #movetop:hover {
  background: #181818;
  color: #fff;
  opacity: 0.9;
}

.w3l-footer-66 .columns p {
  margin: 0;
}

.w3l-footer-66 a:hover,
.w3l-footer-66 ul.columns li a:hover,
.w3l-footer-66 .sub-two-right ul li a:hover {
  color: #181818;
  transition: 0.3s ease;
}

.w3l-footer-66 .footer-newsletter input {
  padding: 15px 15px;
  width: 100%;
  width: 100%;
  border: none;
  background: #fff;
  color: #181818;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 10px;
  text-align: center;
}

.w3l-footer-66 .footer-newsletter button.btn {
  padding: 12px 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: #181818;
  border: 1px solid transparent;
  width: 100%;
  text-transform: capitalize;
}

.w3l-footer-66 .footer-newsletter button.btn:hover {
  background-color: #181818;
  border-color: #181818;
  color: #fff;
}

@media (max-width: 1280px) {
  .w3l-footer-66 h6 {
    font-size: 16px;
  }

  .w3l-footer-66 .mid-footer-gd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .w3l-footer-66 ul.columns li a {
    margin: 0 10px;
  }
}

@media (max-width: 1080px) {
  .w3l-footer-66 h6 {
    font-size: 14px;
  }

  .w3l-footer-66 ul.columns li a {
    margin: 0 6px;
  }
}

@media (max-width: 991px) {
  .w3l-footer-66 h6 {
    font-size: 18px;
  }
  .w3l-footer-66 .copyright-footer {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .w3l-footer-66 .sub-one-left {
      margin-bottom:40px;
  }
  .w3l-footer-66 #movetop {
    display: none;
    position: fixed;
    bottom: 7px;
    right: 30px;
  }
}

/*--//footer--*/






.img-fluid {
  max-width: 100%;
  height: auto;
}

.radius-image {
  border-radius: var(--border-radius); }


  /*--  Infraestrutura --*/

.abouthyn-inn {
  margin: 0 auto;
  max-width: 687px;
}

.inner-banner {
  background: url(../img/wall.jpg) no-repeat top;
  background-size: cover;
  min-height: 180px;
  position: relative;
  z-index: 0;
}

.inner-banner1 {
  background: url(../img/wall1.jpg) no-repeat top;
  background-size: cover;
  min-height: 180px;
  position: relative;
  z-index: 0;
}


.inner-banner1:before {
  content: "";
  background: rgba(105, 0, 0, 0.363);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.inner-banner:before {
  content: "";
  background: rgba(105, 0, 0, 0.349);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}


.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);
}

@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);
}


.w3l-services {
  background-color: var(--bg-grey); }

.w3l-servicesblock1 .feature-gd {
  padding: 30px 20px;
  text-align: left;
  border-radius: var(--border-radius);
  padding-left: 40px;
  position: relative;
  margin-left: 5%;
  margin-right: 5%;
  border: 1px solid var(--border-color);
  transition: all .4s ease-out 0s; }

.w3l-servicesblock1 a {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  color: var(--heading-color);
  letter-spacing: -1px; }

.w3l-servicesblock1 .icon {
  padding: 20px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: -45px;
  background: var(--bg-color);
  bottom: 20px;
  box-shadow: 0 0 14px -5px rgba(0, 0, 0, 0.2);
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease; }

.w3l-servicesblock1 .icon img {
  width: 35px; }

.w3l-servicesblock1 .feature-gd:hover .icon {
  background: #f8f8f8;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease; }

.w3l-servicesblock1 .icon-orange:hover {
  border: 1px solid #ff0000; }

.w3l-servicesblock1 .icon-green:hover {
  border: 1px solid #89ba16; }

.w3l-servicesblock1 .icon-blue:hover {
  border: 1px solid #0077c8; }

.w3l-servicesblock1 .icon-pink:hover {
  border: 1px solid #ff4f81; }

.w3l-servicesblock1 .icon-vilot:hover {
  border: 1px solid #7d3f98; }

.w3l-servicesblock1 .icon-yellow:hover {
  border: 1px solid #fbb034; }

.w3l-servicesblock1 .icon-light-green:hover {
  border: 1px solid #30c39e; }

.w3l-servicesblock1 .icon-dark-green:hover {
  border: 1px solid #537b35; }

.w3l-servicesblock1 .icon-light-blue:hover {
  border: 1px solid #0dd3ff; }

.w3l-servicesblock1 .icon-red:hover {
  border: 1px solid #CE181E; }

.w3l-services1 .cwp4-text ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 28px;
  color: var(--heading-color);
  font-weight: 500;
  margin-top: 10px; }

.w3l-services1 ul.cont-4 li span.fa {
  color: var(--primary-color);
  margin-right: 12px;
  font-size: 13px;
  display: inline-block; }

.icon span.fa {
  font-size: 34px;
  color: var(--primary-color); }

@media only screen and (max-width: 1080px) {
  .w3l-servicesblock1 .feature-gd {
    padding: 30px 15px;
    margin-left: 3%;
    margin-right: 3%;
    padding-left: 40px; }
  .w3l-servicesblock1 a {
    font-size: 17px; } }

@media only screen and (max-width: 992px) {
  .w3l-servicesblock1 a {
    font-size: 19px; }
  .w3l-servicesblock1 .feature-gd {
    margin-left: 5%;
    margin-right: 5%; } }

@media only screen and (max-width: 568px) {
  .w3l-servicesblock1 .feature-gd {
    margin-left: 15%;
    margin-right: 5%; } }

@media only screen and (max-width: 480px) {
  .w3l-services1 .cwp4-text ul li {
    font-size: 16px;
    line-height: 26px;
    display: grid;
    grid-template-columns: 30px 1fr; }
  .w3l-services1 ul.cont-4 li span.fa {
    margin-top: 5px; }
  .icon span.fa {
    font-size: 24px; } }



    
    .w3l-contacts-12 .map iframe {
      width: 100%;
      height: 400px;
      display: block; }
    
    @media screen and (max-width: 768px) {
      .w3l-contacts-12 .cont-main-top {
        grid-template-columns: 1fr; }
      .w3l-contacts-12 .social-icons-con {
        margin-top: 1.5em; } }
    
    @media screen and (max-width: 600px) {
      .w3l-contacts-12 h3.title-main-cont {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 6px; }
      .w3l-contacts-12 p.sub-title-cont {
        font-size: 16px;
        line-height: 23px;
        margin-bottom: 30px; }
      .w3l-contacts-12 .map iframe {
        height: 350px; } }
    
    @media screen and (max-width: 414px) {
      .w3l-contacts-12 .top-inputs {
        grid-template-columns: 1fr;
        grid-gap: 15px;
        margin-bottom: 1rem; }
      .w3l-contacts-12 textarea {
        margin: 1rem 0 1.5rem; } }
    
    @media screen and (max-width: 384px) {
      .w3l-contacts-12 .line {
        margin: 3em 0; } }



          .w3l-contacts-2 .d-grid {
            display: grid; }
        
          .w3l-contacts-2 .top-inputs {
            grid-template-columns: 1fr 1fr;
            grid-gap: 20px; }
          .w3l-contacts-2 .contact-info h4 {
            font-size:18px;
            color: var(--title-color);
            margin: 10px 0 5px 0;
            font-weight: 600;
            text-transform: uppercase; }
          .w3l-contacts-2 .contact-info-left {
            grid-template-columns: 1fr 1fr 1fr;
            grid-gap: 50px; }
          .w3l-contacts-2 .contact-info {
            background-color:#f5f5f6;box-shadow:0 30px 20px -15px rgba(103,103,103,.2);border-radius:16px;padding:32px 20px 0;margin:30px;height:200px}

          .w3l-contacts-2 .contact-info:hover {
            transform: translateY(-5px);
            transition: .3s ease-in-out;
            box-shadow: 4px 8px 16px rgba(0, 0, 0, 0.1); }
          .w3l-contacts-2 .contact p {
            font-size: 16px;
            color: var(--text-color);
            line-height: 24px; }
          .w3l-contacts-2 .contact a {
            display: block;
            color: var(--text-color); }
          .w3l-contacts-2 .contact {
            grid-template-columns: 1fr; }
          .w3l-contacts-2 .contact a:hover {
            display: block;
            color: var(--secondary); }
          .w3l-contacts-2 .contact span.fa {
            font-size: 40px;
            color: var(--secondary);
            margin-bottom: 10px; }
          .w3l-contacts-2 .map iframe {
            width: 100%;
            height: 400px;
            display: block; }
          @media (max-width: 1024px) {
            .w3l-contacts-2 .contact-info-left {
              grid-gap: 40px; } }
          @media (max-width: 991px) {
            .w3l-contacts-2 .contact-info-left {
              grid-template-columns: 1fr; } }
          @media (max-width: 900px) {
            .w3l-contacts-2 .contact p {
              font-size: 17px; } }
          @media (max-width: 800px) {
            .w3l-contacts-2 .contact a {
              font-size: 16px; }
            .w3l-contacts-2 .contact {
              grid-template-columns: 1fr; } }
          @media (max-width: 767px) {
            .w3l-contacts-2 .map {
              float: none;
              width: 100%;
              text-align: left; } }
          @media (max-width: 375px) {
            .w3l-contacts-2 .contact p {
              font-size: 15px; }
            .w3l-contacts-2 .map iframe {
              height: 350px; } }
          .w3l-contacts-2 .align-form-map {
            grid-template-columns: 1fr 1fr;
            grid-gap: 80px; }
          .w3l-contacts-2 .contact-right img {
            border-radius: 4px; }
          .w3l-contacts-2 h3.cont-head {
            font-size: 30px;
            line-height: 36px;
            color: var(--title-color);
            margin-bottom: 30px;
            font-weight: 600; }
          .w3l-contacts-2 form.signin-form {
            text-align: left; }
          .w3l-contacts-2 .form-input {
            margin-bottom: 15px; }
          .w3l-contacts-2 .form-inner-cont label {
            font-size: 16px;
            line-height: 20px;
            margin-bottom: 10px;
            color: #636363;
            display: block; }
          .w3l-contacts-2 .form-inner-cont input,
          .w3l-contacts-2 .form-inner-cont textarea {
            outline: none;
            width: 100%;
            font-size: 15px;
            padding: 0px 15px;
            margin-bottom: 25px;
            color: #304659;
            height: 45px;
            text-align: left;
            -webkit-appearance: none;
            background: #f5f5f5;
            display: grid;
            grid-template-columns: .1fr 1fr;
            align-items: center;
            padding-left: 15px;
            border: 1px solid #f5f5f5;
            border-radius: 4px; }
          .w3l-contacts-2 .form-inner-cont input:focus,
          .w3l-contacts-2 .form-inner-cont textarea:focus {
            border: 1px solid var(--secondary); }
          .w3l-contacts-2 .form-inner-cont textarea {
            height: 125px;
            resize: none;
            padding: 15px 15px; }
          @media all and (max-width: 1280px) {
            .w3l-contacts-2 .form-41-mian {
              padding: 4em 0; } }
          @media all and (max-width: 1024px) {
            .w3l-contacts-2 .align-form-map {
              grid-gap: 60px; } }
          @media all and (max-width: 991px) {
            .w3l-contacts-2 .align-form-map {
              grid-gap: 60px;
              grid-template-columns: 1fr; } }
          @media all and (max-width: 590px) {
            .w3l-contacts-2 h3.cont-head {
              font-size: 30px;
              margin-bottom: 30px; } }

              

               /*-- //Contato --*/

/*--/slider--*/
.zs-enabled {
  position: relative
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
  position: absolute;
  z-index: 4;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  display: inline-block;
  cursor: pointer;
  border: 2px solid #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 10px;
  background-color: #fff;
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  background-color: #ff6666;
  border: 2px solid #ff6666;
}

.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}

.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png);
}

.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png);
}

.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
}

.zs-enabled.overlay-dots .zs-slideshow:after {
  background: url(../img/dots.png);
}

#demo-1 {
  position: relative;
  /* can either be relative, absolute or fixed. If position is not set (i.e. static), it would be set to "relative" by script */
  overflow: hidden;
  /* to bound the empty top space created by inner element's top margin */
  width: 100%;
  background-color: #999;
  min-height: 640px;
  display: grid;
  align-items: center;
}

.demo-inner-content {
  position: relative;
  z-index: 2;
  text-align: left;
}

.banner-infhny {
  text-align: left;
  max-width: 700px;
}

.demo-inner-content h3 {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  text-transform: capitalize;
}

.demo-inner-content span {
  color: #ff6666;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.demo-inner-content p {
  color: #fff;
  font-size: 16px;
  margin-top: 14px;
  font-weight: 300;
}
.w3l-main-slider .banner-info-bg h6 {
  font-size: 18px;
  margin-bottom: 14px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  opacity: 0.9;
}
@media (max-width:800px) {
  .demo-inner-content h3 {
    font-size: 54px;
  }
  .demo-inner-content span {
    font-size: 16px;
  }
  #demo-1 {
    min-height: 600px;
  }
}
@media (max-width:767px) {
  .demo-inner-content h3 {
    font-size: 50px;
  }
  .demo-inner-content span {
    font-size: 16px;
  }
}
@media (max-width:736px) {
  .demo-inner-content h3 {
    font-size: 50px;
  }
  #demo-1 {
    min-height:560px;
  }

}
@media (max-width:640px) {
  .demo-inner-content h3 {
    font-size: 46px;
  }
  #demo-1 {
    min-height:500px;
  }
  .demo-inner-content p {
      font-size: 15px;
      margin-top: 14px;
  }
}
@media (max-width:600px) {
  .demo-inner-content h3 {
    font-size: 40px;
  }
  #demo-1 {
    min-height: 440px;
  }
  .demo-inner-content span {
      font-size: 14px;
  }
  .demo-inner-content p {
      font-size: 14px;
      margin-top: 14px;
  }
}
@media (max-width:440px) {
  .demo-inner-content h3 {
    font-size:38px;
  }
  #demo-1 {
    min-height: 440px;
  }
}
@media (max-width:380px) {
  .demo-inner-content h3 {
    font-size: 30px;
  }
}
/*--//slider--*/
