/**
* Template Name: Kelly
* Updated: Mar 10 2023 with Bootstrap v5.2.3
* Template URL: https://bootstrapmade.com/kelly-free-bootstrap-cv-resume-html-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}
.container { margin: 0 auto; width: 90%; }
.row { margin: 0 -1.5625%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


a {
  color: #34b7a7;
  text-decoration: none;
}

a:hover {
  color: #51cdbe;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

h5, .h5 {
  font-size: 1.25rem;
}

#main {
  margin-top: 50px;
}

@media (max-width: 992px) {
  #main {
    margin-top: 30px;
  }
}


*,
*::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 #FFF5EE; }
  .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: #FFF5EE #FFF5EE #FFF5EE; }
    .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: #FFF5EE #FFF5EE #FFF5EE; }
  .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: #FFF5EE;
  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: #FFF5EE; }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }





      :root {
        --primary-color: #1e1e1e;
        --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; }
      

.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 !important;
  }
  
.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; }

  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  h2, .h2 {
    font-size: calc(1.45rem + 2.4vw);
  }
  @media (min-width: 1200px) {
    h2, .h2 {
      font-size: 3.25rem;
    }
  }

  .p-large {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  
  .p-small {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

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); }




/*-- 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; } }



      
   

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/spacejoy-RqO6kwm4tZY-unsplash.jpg") top right;
  background-size: cover;
}

#hero .container {
  padding-top: 70px;
  position: relative;
}

@media (max-width: 992px) {
  #hero .container {
    padding-top: 58px;
  }
}

#hero h1 {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #155c32;
}

#hero h2 {
  color: #155c32;
  margin: 10px 0 0 0;
  font-size: 22px;
}


#hero p{
  color: #ffffff;
}

.p {
  color: #181818;
  font-size: 20px;
  font-weight: 20;
  letter-spacing: px;
  font-family: Georgia, serif;
}


@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero:before {
    content: "";
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}




      
/* Footer */
.footer { width: 100%; /*height: 322px;*/ padding-bottom: 40px; background: #1e1e1e; font-size: 12px; line-height: 16px; color: #fff; padding: 0px 0; }
.footer .col-2 { text-align: right; }
.footer .newsletter { max-width: 540px; padding-left: 27px; border-left: 4px solid #fff; color: #fff; position: relative; z-index: 0; padding-bottom: 20px; }
.footer .newsletter label { font-size: 30px; line-height: 40px; padding-top: 90px; display: block; margin-bottom: -2px; }
.footer .newsletter input[type*=email] { width: 100%; background: none; outline: none; border: none; border-bottom: 1px solid #fff; font-size: 12px; font-weight: 400; height: auto; padding: 20px 100px 20px 10px; color: #fff; }
.footer .newsletter input[type*=submit] { font-family: 'Raleway', sans serif; width: 100px; background: none; border: none; padding: 0; font-size: 12px; font-weight: 400; color: #fff; position: absolute; bottom: 30px; right: 0; }
.footer .copyright { font-size: 12px; margin-top: 31px; }
.footer .social { margin-top: 98px; margin-bottom: 39px; }
.footer .social img { opacity: 1; -moz-transition: opacity 0.5s ease; -o-transition: opacity 0.5s ease; -webkit-transition: opacity 0.5s ease; transition: opacity 0.5s ease; }
.footer .social img:hover { opacity: 0.5; }
.footer .linkService { margin-bottom: 39px; }
.footer .linkService ul li { margin-bottom: 5px; }
.footer .col-2 ul.inline li { margin-left: 40px; }
.footer .credits img { display: inline-block; vertical-align: middle; width: 14px; margin: 0 10px; }

/* LG */
@media (max-width:1140px) {
}
/* MD */
@media (min-width:992px) and (max-width:1199px) {
}
/* SM */
@media (min-width:768px) and (max-width:991px) {
	.footer {/* height: 550px;*/ }
}
/* XS */
@media (max-width:767px) {
	.footer { height: auto; padding-bottom: 100px; }
	.footer .newsletter { padding-left: 0; border-left: 0; text-align: center; }
	.footer .newsletter label { line-height: 35px; text-align: center; padding-top: 60px; padding-bottom: 20px; }
	.footer .newsletter input[type*=email] { text-align: center; padding: 20px 40px 15px 40px; width: auto; margin: 0 20px; }
	.footer .newsletter input[type*=submit] { width: auto; background: none; border: none; font-size: 22px; padding: 0; font-weight: 300; position: relative; border-bottom: 1px solid #fff; padding-bottom: 0px; margin-top: 30px; bottom: auto; right: auto; }
	.footer .left .copyright { display: none; }
	.footer .social { margin-top: 70px; margin-bottom: 70px; text-align: center; }
	.footer .social a { margin: 0 5px; display: inline-block; }
	.footer .social a img { width: 20px; }
	.footer .linkService { text-align: center; font-size: 16px; }
	.footer .right .copyright { text-align: center; }
	.footer .credits { text-align: center; margin-top: 20px; font-size: 10px; }
	.footer .copyright { text-align: center; display: none; }
}

.social-ico { font-size: 16px; margin-bottom: 35px; display: inline-block; }
.social-ico img { margin-right: 8px; display: inline-block; bottom: -2px; position: relative; }
.social-ico { margin-bottom: 20px; }
.footer .social img { max-width: 32px; max-height: 18px; }

ul.inline li { display: inline-block; vertical-align: middle; margin-left: 14px; }
ul.inline li:first-child { margin-left: 0; }
ul.inline li img { width: auto; display: inline-block; fill: #1e1e1e; bottom: -3px; position: relative; margin-right: 5px; }

/*share*/
ul.inline li.share { position: relative; }
ul.inline li.share .contenuto { position: absolute; border: 4px solid #1e1e1e; /*left: 10px;*/ top: 40px; background-color: #fff; display: inline-block; width: 140px; text-align: center; display: none; }
ul.inline li.share .contenuto:before { content: ""; position: absolute; width: 1px; height: 18px; left: 50%; margin-left: -1px; top: -18px; background-color: #1e1e1e; }
ul.inline li.share .contenuto ul { padding: 10px; white-space: nowrap; }
ul.inline li.share .contenuto ul li { margin-left: 8px; margin-right: 8px; display: inline-block !important; }
ul.inline li.share .contenuto ul li a { display: inline-block; float: left; }

/* XS */
@media (max-width:767px) {
	ul.inline li.share .contenuto { left: 50%; margin-left: -37px; /*top: 80px;*/ }
	ul.inline li.share .contenuto:before { left: 25%; }
}

.categorie { margin-bottom: 75px; margin-top: 15px; }
.categorie.tar { text-align: right; }
.sectionCategories { padding: 150px 0 80px; }
.sectionCategories .categorie { display: flex; align-items: center; justify-content: center; }
@media(max-width:991px){
	.sectionCategories._be-social .categorie, .sectionCategories._be-inspired .categorie {justify-content: unset; overflow-x:auto;}
}

.sectionCategories .categorie li a { display: flex; align-items: center; }
.sectionCategories .categorie li a .icon-besocial { max-height: 20px; }
.text-hover { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 2; text-align: center; color: #fff; }
.text-hover .text-cta { color: #fff; }

h2 { font-size: 60px; line-height: 70px; letter-spacing: 0; font-weight: 300; margin-bottom: 12px; }
h2.light { font-weight: 300; line-height: 1; }
h2.xl { font-size: 70px; font-weight: 300; line-height: 1; margin-bottom: 20px; }
h3 { font-size: 60px; font-weight: 300; letter-spacing: 0.03em; line-height: 60px; margin-bottom: 10px; }
h4 { font-family: 'Raleway', sans serif; font-size: 30px; line-height: 40px; letter-spacing: 0; font-weight: 400; margin-bottom: 10px; }
.desc { padding: 0 15px; }
.desc.medium { font-size: 20px; padding: 0 10%; line-height: 1.6; }
.social-ico { font-size: 16px; margin-bottom: 35px; display: inline-block; }
.social-ico img { margin-right: 8px; display: inline-block; bottom: -2px; position: relative; }
.collection .desc { max-width: 600px; margin-left: auto; margin-right: auto; }
.text.text-center p:last-child { margin-bottom: 0; }
.text-cta { font-size: 12px; text-transform: uppercase; letter-spacing: 0.1em; font-weight: 500; color: #1e1e1e; }
.fancy-yt-video .text-cta { text-transform: none; font-size: 14px; }
.text-cta:before { content: ""; width: 25px; height: 1px; background: #1e1e1e; display: inline-block; margin-right: 20px; vertical-align: middle; }
ul li:first-child .text-cta:before { display: none; }
ul.firstbefore-visible li:first-child .text-cta:before { display: inline-block; }
.text-center > .categorie > ul.firstbefore-visible li:first-child .text-cta:before { display: none; }
.section .text .text-cta:before { background: #fff; }
.text-hover .text-cta:before { display: none; }
.text .text-cta { position: relative; top: -18px; }
.backTop { position: fixed; bottom: 30px; color: #fff !important; background: #989898; padding: 0 20px; height: 48px; font-size: 12px; right: 30px; opacity: 1; z-index: 9999; display: inline-block; line-height: 48px; font-weight: 400; text-transform: uppercase; -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); opacity: 0; -moz-transition: opacity 0.5s; -o-transition: opacity 0.5s; -webkit-transition: opacity 0.5s; transition: opacity 0.5s; }
.backTop.on { opacity: 0.6; }
.no-touch .backTop:hover { opacity: 1; }




.m-b-100 { margin-bottom: 100px; }
.m-b-100 { margin-bottom: 50px; }
.text-center { text-align: center; }
.col-md-offset-2 { margin-left: 16.66666667%; }
.col-md-8 { width: 66.66666667%; }
.col-md-12 { float: left; }
	.col-md-12 { width: 100%; }


    /*--  Infraestrutura --*/

.abouthyn-inn {
  margin: 0 auto;
  max-width: 687px;
}

.inner-banner {
  background: url(../img/francesca-tosolini-3LjBfGTbTJY-unsplash.jpg) no-repeat top;
  background-size: cover;
  min-height: 180px;
  position: relative;
  z-index: 0;
}

.inner-banner2 {
  background: url(../img/austin-distel-_S7-KX8geL0-unsplash.jpg) no-repeat top;
  background-size: cover;
  min-height: 180px;
  position: relative;
  z-index: 0;
}


.inner-banner:before {
  content: "";
 
  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);
}

.prod-news { }
.prod-news h2 { font-size: 40px; margin-bottom: 0; line-height: 1.2; }
.prod-news h2.m-b-20 { margin-bottom: 20px !important; }
.prod-news h3 { margin-bottom: 60px; }
.prod-news.exihbit .item { margin-bottom: 100px; }
.prod-news .item a { color: #1e1e1e; }
.prod-news .item a span { font-size: 14px; text-transform: uppercase; font-weight: 400; }
.prod-news .item a img { margin-bottom: 55px; width: 100%; -moz-transition: opacity 0.7s; -o-transition: opacity 0.7s; -webkit-transition: opacity 0.7s; transition: opacity 0.7s; opacity: 1; }
.prod-news .item a:hover img { opacity: 0.85; }


/* LG */
@media (max-width:1140px) {
}
/* MD */
@media (max-width:1199px) {
	.center-cta { text-align: center; }
	.cta.dropdown { display: none; }
	.cta.dropdown.hide { display: inline-block; text-align: center; margin-top: 40px; }
	.cta.dropdown.hide .btn { margin: 0 auto; }
}
/* SM */
@media (max-width:991px) {
	.compositions .item, .compositions.related .item { margin-bottom: 100px; }
	.specifiche .wrap-mason .col-md-4 { width: 100% !important; }
	.compositions .item img, .compositions.related .item img { margin-bottom: 20px; }
	.prod-news .item { margin-bottom: 60px; }
	.prod-news .item a img { margin-bottom: 30px; }
	.prod-news.exihbit .item { margin-bottom: 50px; }
}
/* XS */
@media (max-width:767px) {
	.compositions h2 { font-size: 30px; }
	.compositions .item, .compositions.related .item { font-size: 13px; margin-bottom: 80px; }
	.prod-news h2 { font-size: 30px; line-height: 34px; margin-bottom: 10px; }
	.prod-news .item { margin-bottom: 40px; }
	.compositions.listing .item.adapter { margin-bottom: 40px; height: auto; padding-bottom: 0%; }
	.prod-news .item a img { margin-bottom: 30px; }
	.compositions.listing .row { margin-bottom: 40px; display: block; }
	.compositions.listing .item .vert-align { width: 100%; left: 0%; top: auto; -moz-transform: none; -ms-transform: none; -o-transform: none; -webkit-transform: none; transform: none; position: static; }
	.compositions.listing #divani .item { margin-bottom: 40px; height: auto; padding-bottom: 0; }
	/*.cta.dropdown .contenuto ul li:nth-child(2) { display: none; }*/
}

.col-md-12 { float: left; }
	.col-md-12 { width: 100%; }

/* generiche */

i, em { font-style: italic; font-weight: 400; }
ul { margin: 0; padding: 0; }
ul.inline li { display: inline-block; vertical-align: middle; margin-left: 14px; }
ul.inline li:first-child { margin-left: 0; }
ul.inline li img { width: auto; display: inline-block; fill: #1e1e1e; bottom: -3px; position: relative; margin-right: 5px; }
a { color: #fff; text-decoration: none; -moz-transition: color 0.5s; -o-transition: color 0.5s; -webkit-transition: color 0.5s; transition: color 0.5s; }
a:hover { color: #989898; }
a.black { color: #1e1e1e; }
img { display: block; max-width: 100%; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.hide { display: none; }
.visible-xs { display: none; }
.text-center { text-align: center; }
:focus { outline: 0; }
.cta { margin-bottom: 40px; clear: both; }
.btn { min-width: 235px; text-align: center; display: inline-block; padding: 10px 10px; text-transform: uppercase; font-size: 14px; border: 4px solid #1e1e1e; color: #1e1e1e; font-weight: 400; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.btn:hover { background-color: #1e1e1e; color: #fff; cursor: pointer; }
.btn.white { border: 4px solid #fff; color: #fff; }
.btn.white:hover { background-color: #fff; color: #1e1e1e; }
strong { font-weight: 600; }
.centrale { text-align: center; }
.w100 { width: 100%; }
.fw-500 { font-weight: 500; }
.reverse-topmargin { height: 0; padding-bottom: 5%; margin-top: -140px; }
.m-l-negative { margin-left: -4.5%; }
.m-l-neg-60 { margin-left: -60px; }
.p-b-100 { padding-bottom: 100px; }
.p-b-50 { padding-bottom: 50px; }
.p-t-100 { padding-top: 100px; }
.p-t-50 { padding-top: 50px; }
.m-b-0 { margin-bottom: 0 !important; }
.m-b-20 { margin-bottom: 20px; }
.m-b-100 { margin-bottom: 100px; }
.m-b-150 { margin-bottom: 150px; }
.m-t-50 { margin-top: 50px; }
.m-t--150 { margin-top: -150px; }



.page-section {
  padding: 6rem 0;
}
.page-section h2.section-heading, .page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
.page-section h3.section-subheading, .page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  font-family: "Roboto Slab", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  margin-bottom: 4rem;
}




.timeline {
  position: relative;
  padding: 0;
  list-style: none;
}
.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: "";
  background-color: #e9ecef;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}
.timeline > li:after, .timeline > li:before {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li .timeline-image {
  position: absolute;
 
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 7px solid #e9ecef;
  border-radius: 100%;
  background-color: #a5a5a5;
}
.timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4, .timeline .timeline-heading .h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading, .timeline .timeline-heading .subheading.h4 {
  text-transform: none;
}
.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 100px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4, .timeline > li .timeline-image .h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}


.our-service {
  padding: 150px 0;
  background-color: #ffffff;
}
.our-service::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0px;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-image: url(../../assets/img/our-service-background.svg);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.our-service small, .our-service .small {
  color: #7A8496;
  padding-bottom: 30px;
  font-weight: 600;
}
.our-service h2, .our-service .h2 {
  font-weight: 600;
}
.our-service p {
  color: #7A8496;
  line-height: 30px;
  padding: 25px 0 35px;
}
.our-service ul li {
  padding-bottom: 25px;
  line-height: 30px;
}
.our-service ul li i {
  color: #37A05B;
  position: relative;
  top: 3px;
}
.our-service ul li span {
  width: 90%;
  font-weight: 600;
}


.our-service img {
  margin-bottom: 20px;
}
.our-service small, .our-service .small {
  padding-bottom: 20px;
}
.our-service p {
  padding: 20px 0 25px;
}
.our-service ul li i {
  top: 5px;
}

.fs-2 {
  font-size: calc(30px) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}


.fs-4 {
  font-size: calc(18px) !important;
}
.fs-4 {
  font-size: 18px !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important}

.col-lg-4{flex:0 0 auto;width:33.33333%}

.col-md-6{flex:0 0 auto;width:50%}
.d-flex{display:flex!important}
.col-md-3{flex:0 0 auto;width:25%}
.flex-fill{flex:1 1 auto!important}
.pt-3{padding-top:1rem!important}
.pe-3{padding-right:1rem!important}
.pe-md-0{padding-right:0!important}
.overflow-hidden{overflow:hidden!important}
.w-100{width:100%!important}.vw-100{width:100vw!important}
.py-vh-3{padding-top:6vh;padding-bottom:6vh}
.col-md-9{flex:0 0 auto;width:75%}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.asmall,asmall{font-size:.875em}

.acontainer,.acontainer-fluid{--bs-gutter-x:3vw;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.acontainer{max-width:540px}}@media (min-width:768px){.acontainer{max-width:720px}}
@media (min-width:992px){.acontainer{max-width:960px}}@media (min-width:1200px){.acontainer{max-width:1140px}}@media (min-width:1680px){.acontainer{max-width:1600px}}

