.bg-athens-gray {
  background: #F8F9FA !important;
}

.pb30 {
	padding-bottom: 30px;
}

.bg-white-04 {
  background: rgba(255, 255, 255, 0.4) !important;
}

.line {
  padding: 4em 0;
  border-top: 1px solid #d8dbe2;
}

:root {
  --color-gradient-start-tertiary: #0C253B;
  --color-gradient-stop-tertiary: #83B0C9;
}

html {
            scroll-behavior: smooth;
        }
		
.text-hover-red:hover {
  color: #C40000 !important;
}

:root {
  --color-gradient-start-secondary: #0bccee;
  --color-gradient-stop-secondary: #0744ad;
  --color-gradient-start-tertiary: #ffba83;
  --color-gradient-stop-tertiary: #ffa5cd;
}

.lqd-sticky-menu { width: 100%; padding: 1em; position: absolute; bottom: 0; left: 0; z-index: 10; background-color: #edf1f5; }

  [data-mobile-nav-style=modern]:before { content: ''; display: inline-block; width: 100vw; height: 100vh; position: fixed; top: 0; left: 0; z-index: -1; opacity: 0; -webkit-transform: scale(1.75); transform: scale(1.75); background-image: -webkit-gradient(linear, right bottom, left top, from(#2F2F2F), to(#A9A9A9)); background-image: linear-gradient(to top left, #2F2F2F 0%, #A9A9A9 100%); -webkit-transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, -webkit-transform 0.3s; transition: opacity 0.3s, transform 0.3s; transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; -webkit-transition-delay: 0.05s; transition-delay: 0.05s; }
