@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/* Fonts */
:root {
  --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --heading-font: "Lato", sans-serif;
  --nav-font: "Lato", sans-serif;
}

:root {
  --primary-color: #1e2129;;
  --primary-color-accent: #0e2033;
  --dark-bg: #26282c;
  --lighter-text: #808080;
  --pantone: #283642;
  --secondary-color: #cc2647;
  --secondary-color-alt: #A12339;
  --secondary-light: #3D646B;
  --primary-light: #DFE0E2;
  --primary-accent: #5C6D70;
  --border-color: rgba(223, 224, 226, 0.1);
  --primary-opacity: #121212CC;
  --secondary-opacity: #cc26471a;
  --ca-primary: #71A73E;
}

.secondary-color {
  color: var(--secondary-color);
}

.ca-primary {
  color: var(--ca-primary);
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/
body {
  font-family: var(--default-font);
  background-color: black;
}

.content-section {
  position: relative;
  background-image: url(../img/vector/design_bg_1.png) !important;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: black;
  background-position: left 50%;
  z-index: 0;
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 120px;
}

.content-section > * {
  position: relative;
  z-index: 2;
}

.bg-overlay {
  position: absolute;
  inset: 0;
  background-color: black;
  opacity: 0.9;
  z-index: 2;
  pointer-events: none;
}

.alex-brush-regular {
  font-family: "Alex Brush", cursive;
  font-weight: 500;
  font-style: normal;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.circled {
  background: url(../img/svg/hand_drawn_circle.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.min-text {
  font-size: 1rem;
  line-height: -2;
}

.dark-background {
  color: var(--primary-light);
}

.light-background {
  color: var(--primary-color);
}

.footer-font-color {
  color: #9ea0a9;
}

a {
  color: var(--primary-accent);
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

a.anchor {
  display: block;
  position: relative;
  top: -210px;
  visibility: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 4rem;
}

h4 {
  font-size: 1.3rem;
}

ol, ul {
  margin: 0;
  padding: 0;
}

ol, ul, .list-custom, .list-links {
  list-style: none;
}

/* Custom Titles */

.icon-before {
  position: relative;
  padding-left: 1.4rem;
}

.icon-before::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  background: url(../img/svg/red_diamond-19651-A12339.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.title-fancy h4 {
  font-family: 'Roboto';
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 8px;
  text-align: center;
  color: #fff;
  top: 0px;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
}

.line-under {
  position: relative;
  text-transform: uppercase;
}

.line-under::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -12px;
  height: 1px;
  width: 100px;
  background: var(--pantone);
}

/* Misc */

b {
  padding-bottom: 0;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  z-index: 1;
}

.bg-transparent {
  background: transparent;
}

.bg-dark {
  background-color: var(--dark-bg);
}

.bg-1 {
  background-color: var(--primary-color);
}

.bg-2 {
  background-color: var(--secondary-color);
}

.bg-3 {
  background-color: var(--secondary-opacity);
}

.bg-4 {
  background-color: var(--primary-light);
}

.bg-5 {
  background-color: var(--primary-color-accent);
}

.uppercase {
  text-transform: uppercase;
}

.section-title span.fancy {
  font-size: 32px;
  position: relative;
}

.quotes {
  font-size: 100px;
  font-weight: 100;
  align-items: center;;
}

.z-index {
  z-index: 10;
}

.z-index-top {
  z-index: 9999;
}

.divider-one {
  margin-top: 30px;
  margin-bottom: 30px;
}

.divider-one img {
  position: absolute;
  top: -100px;
  left: 200px;
  width: 300px;
}

.custom-divider {
  border-bottom: 1px solid rgba(200, 200, 200, 0.2);
  margin: 1.5rem 0;
}

.text-justify {
  text-align: justify;
}

.title-text {
  font-family: 'Roboto';
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  position: relative;
  pointer-events: none;
  text-transform: uppercase;
}

.title-img {
  width: 400px;
}

.pt-x {
  padding-top: 60px;
}

.pb-x {
  padding-bottom: 60px;
}

.mt-x {
  margin-top: 60px;
}

.mb-x {
  margin-bottom: 60px;
}

/* accordion */
.accordion {
  border-radius: 5px !important;
  overflow: hidden;
  margin-bottom: 32px;
  margin-top: 16px;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  /* width: calc(100% - 100px); */
}

.accordion-collapse {
  overflow: hidden;
}

.accordion-item {
  background-color: Black;
  color: white;
  border: 1px solid var(--primary-opacity);
}

.accordion-button {
  text-transform: uppercase;
  background-color: var(--pantone);
  color: #fff;
}

.accordion-button:focus {
  box-shadow: unset;
  outline: unset;
  background-color: var(--pantone);
  border-color: transparent !important;
  border: unset;
  color: white;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}

.accordion-button:not(.collapsed) {
  background-color: var(--secondary-color);
  color: white;
  box-shadow: unset;
}

.accordion-button svg {
  width: 30px;
  color: var(--primary-light);
}

/* animations */

.icon-wrapper svg {
  max-width: 250px;
  height: 250px;
  display: block;
  overflow: visible;
}

/* hr svg */
#outer_layer {
  transform-origin: center;
  transform-box: view-box;
  animation: spin 20s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* END hr svg */

.rotate-slow {
  animation: slowRotate 20s linear infinite;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.pulse {
  animation: pulse-animation 2s infinite
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0
}

70% {
    box-shadow: 0 0 20px 1px rgba(255,255,255,0)
}

100% {
    box-shadow: 0 0 0 0 rgba(255,255,255,0)
}
}

/* Containers */

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

/* Images */

.img-auto {
  width: auto;
}

.img-sm {
  max-width: 150px;
}

.img-md {
  width: 250px;
}
.img-lg {
  width: 100%;
}

.img-icon {
  width: 200px;
}

.tab-custom-one .tab-content .img-primary .tab-img img {
  height: unset;
}

/* Lists */

.list-links {
  margin-top: 1.5rem;
}

.list-custom,
.list-custom-alt,
.list-links {
  margin-left: 44px;
}

.list-custom li,
.list-links li,
.list-custom-alt li {
  position: relative;
  padding-bottom: 8px;
}

.list-custom li::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 13px;
  background: url(../img/svg/pantone_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 5px;
  margin: auto;
  left: -20px;
}

.list-custom-alt li::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../img/svg/circle-711425-283642.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -3px;
  margin: auto;
  left: -30px;
}

.list-links li::before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 13px;
  background: url(../img/svg/down-arrow-download-button-svgrepo-com.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 4px;
  bottom: 0;
  margin: 0 auto;
  left: -24px;
}

.list-links li a {
  color: var(--secondary-color);
}

/* Tables */

.custom-table-wrapper {
  max-width: 400px;
}

.custom-table-two-wrapper {
  max-width: 100%;
  border-radius: 15px;
}

.custom-bordered-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #1f1f1f;
  color: #e0e0e0;
}

.custom-bordered-table th,
.custom-bordered-table td {
  border: 1px solid #444;
  padding: 10px;
  text-align: left;
}

.custom-bordered-table thead th {
  background-color: #000;
  color: #fff;
}

.custom-bordered-table tbody tr:nth-child(odd) {
  background-color: #2b2b2b;
}

.custom-bordered-table tbody tr:nth-child(even) {
  background-color: #1a1a1a;
}




/* Nav */

.navbar {
  background: var(--primary-opacity);
  /* position: absolute; */
  z-index: 9999;
  width: 100%;
  transition: transform 0.3s ease, opacity 0.3s ease-in-out;
  opacity: 1;
}

@keyframes slideInNavbar {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}

.dropdown-menu {
  left: 8px !important;
  top: 44px !important;
}

.dropdown-menu li a {
  text-transform: uppercase;
}

.dropdown-menu li a:hover {
  background: var(--secondary-color) !important;
  color: white;
}

.dropdown-item.active {
  background-color: var(--primary-opacity);
}


@media (max-width: 992px) {
  .navbar.fixed-top {
    display: none;
  }
}

.navbar .container-fluid,
.navbar.fixed-top .container-fluid {
  width: auto;
}

.navbar .fixed-nav-logo {
  display: none;
}

.navbar.fixed-top .fixed-nav-logo {
  display: block;
  width: 40px;
}

.navbar.fixed-top .nav-logo {
  display: none;

}

.navbar .nav-logo {
  width: 40px;
}

.nav-item.nav-item-btn span {
  border-top: 1px solid var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color);
  padding: 7.5px;
  transition: color 0s !important;
}

.nav-item.nav-item-btn:hover span {
  border-color: #ffffff; 
  color: var(--secondary-color);
}

.navbar-brand, .navbar-nav .nav-link {
  color: #FFFFFF; /* White text */
}

.navbar-nav .nav-link {
  transition: color 0.3s ease;
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.navbar-nav .nav-link.active {
  color: var(--primary-light);
}

.navbar-nav .nav-link.showing {
  position: relative;
}

.navbar-nav .nav-link.showing::before {
  content: "";
  position: absolute;
  background-color: var(--secondary-color);
  display: block;
  width: 40px;
  height: 1px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 25px;
}

.navbar-nav .nav-link.showing-sm::before {
  content: "";
  position: absolute;
  background-color: var(--secondary-color);
  display: block;
  width: 20px;
  height: 1px;
  left: 0px;
  right: 0px;
  margin: auto;
  bottom: 25px;
}

.navbar-nav .nav-link:hover {
  color: var(--secondary-color);
}

.navmenu {
  padding: 0;
  z-index: 9997;
}

.navmenu ul {
  list-style: none;
  padding: 0 0 20px 0;
  margin: 0;
  width: 140px;
}

.navmenu a,
.navmenu a:focus {
  color: var(--default-color);
  font-family: var(--nav-font);
  display: flex;
  align-items: center;
  padding: 10px 18px;
  margin-bottom: 8px;
  font-size: 15px;
  border-radius: 50px;
  background: var(--accent-color);
  height: 56px;
  width: 100%;
  overflow: hidden;
  transition: 0.3s;
}

.navmenu a i,
.navmenu a:focus i {
  font-size: 20px;
}

.navmenu a span,
.navmenu a:focus span {
  padding: 0 5px 0 7px;
}

@media (min-width: 992px) {

  .navmenu a,
  .navmenu a:focus {
    max-width: 56px;
  }

  .navmenu a span,
  .navmenu a:focus span {
    display: none;
  }
}

.navmenu a:hover,
.navmenu .active,
.navmenu .active:focus,
.navmenu li:hover>a {
  color: var(--contrast-color);
  background: var(--nav-hover-color);
}

.navmenu a:hover,
.navmenu li:hover>a {
  max-width: 100%;
  color: var(--contrast-color);
}

.navmenu a:hover span,
.navmenu li:hover>a span {
  display: block;
}

/* Main Content Boxes */

.main-content-row {
  padding-bottom: 60px;
  padding-top: 30px;
  /* border-bottom: 1px solid rgba(200, 200, 200, 0.2);
  border-top: 1px solid rgba(200, 200, 200, 0.2); */
}

.main-content-text {
  position: relative;
  background: rgba(20, 20, 20, 0.7);
  border-radius: 15px;
}

.main-content-text::after {
  position: absolute;
  content: "";
  top: 30px;
  right: -30px;
  width: 140px;
  height: 100%;
  background-color: var(--secondary-opacity);
  border-radius: 15px;
}

.main-content-text-two {
  background: var(--secondary-opacity);
  border-radius: 15px;
}

/* Footer */

.main-footer{
  position: relative;
  background: var(--dark-bg);
}

.footer-content{
  position: relative;
  padding: 85px 0px 80px 0px;
}

.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}

.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 12px;
}

.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}

.footer-content .logo-widget .footer-social li a{
  position: relative;
  display: inline-block;
  width: 42px;
  height: 42px;
  line-height: 42px;
  background: #2e3138;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: var(--secondary-color);
}

.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}

.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
}

.footer-content .footer-title{
  position: relative;
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 27px;
}

.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}

.footer-content .service-widget .list li a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}

.footer-content .service-widget .list li a:hover{
  color: var(--secondary-color);
}

.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
}

.footer-content .contact-widget p a {
  color: #9ea0a9;
}

.footer-content .contact-widget p a:hover {
  color: var(--secondary-color);
}

.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}

.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
}

.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: var(--secondary-color);
}

.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}

.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}

.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}

.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}

.footer-bottom .footer-nav li:first-child:before{
  display: none;
}

.logo-box img {
    max-width: 220px;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

#preloader-logo img {
  width: 100px;
  animation: pulse 1.5s infinite ease-in-out;
}

@keyframes pulse {
  0% { transform: scale(1); opacity: 1; }
  50% { transform: scale(1.1); opacity: 0.75; }
  100% { transform: scale(1); opacity: 1; }
}

#preloader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background-color: var(--secondary-color);
  width: 35px;
  height: 35px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background-color: #000;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/
.page-title {
  --background-color: color-mix(in srgb, var(--default-color), transparent 96%);
  color: var(--default-color);
  background-color: var(--background-color);
  padding: 20px 0;
  position: relative;
}

.page-title h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.page-title .breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.page-title .breadcrumbs ol li+li {
  padding-left: 10px;
}

.page-title .breadcrumbs ol li+li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: color-mix(in srgb, var(--default-color), transparent 70%);
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  padding-top: 164px;
  padding-bottom: 164px;
  z-index: 3 !important;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: left;
  /* padding-bottom: 60px; */
  position: relative;
}

.section-title span.fancy {
  position: relative;
  padding: 0 12px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}

.offset-top {
  margin-top: -25px;
  height: calc(100% + 25px) !important;
}

/* Buttons */

.btn:focus,.btn:active {
  outline: none !important;
  box-shadow: none;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}
button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button:hover .button-text {
  color: #fff;
}

button.submit {
  width: 12rem;
  height: auto;
}

button.submit .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 3rem;
  background: #282936;
  border-radius: 1.625rem;
}
button.submit .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}
button.submit .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}
button.submit .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}
button.submit .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button.submit:hover .circle {
  background: var(--primary-color-accent);
}

button.submit:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}
button.submit:hover .button-text {
  color: #fff;
  margin: 0 0 0 1.85rem;
}

/* */

.default-btn {
  margin-top: 40px;
  padding-bottom: 12px;
}

.btn {
  position: relative;
  display: inline-block;
  width: auto; height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin: 0;
  min-width: 150px;
  padding: 0;
}
  .btn span {         
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 0; left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: 0.3s;
  }

  .btn-1::before {
    position: absolute;
    content: "";
    background-color: #fff;
    transition: 0.3s ease-out;
  }

  .btn-1::after {
    content: "";
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    inset: 0;
    transition: all 0.2s linear;
    z-index: 1;
  }

  .btn-1 span {
    color: rgb(255,255,255);
    transition: 0.3s;
    z-index: 2;
  }  

  .btn-1 span::before {
  content: "";
  position: absolute;
  background: var(--secondary-color);
  opacity: 1;
  bottom: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 30px;
  display: block;
  height: 1px;
  transition: 0.4s ease;
  opacity: 0;
  z-index: 1;
}

  .btn-1 span:hover {
    color: rgb(28, 31, 30);
    transition: 0.2s 0.1s;
  }

  .btn-1 span:hover::before {
    transform: translateY(9px);
    opacity: 1;
  }

  .btn.hover-slide-up::before {
    bottom: 0; left: 0; right: 0; 
    height: 0%; width: 100%;
  }
  .btn.hover-slide-up:hover::before {
    height: 100%;
  }

.btn-1:hover::after {
  transform: scaleX(0);
}

/* btn 2 */

.btn-2 {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  cursor: pointer;
  text-decoration: none;
  flex: 0 0 auto;
  width: max-content;
  min-width: 240px;
  z-index: 0;
  transition: background-color 0.1s ease;
}

.btn-2:hover span {
  background-color: var(--secondary-color);
}

.btn-2 span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 100%;
  padding: 15px 20px;
  color: white;
  z-index: 2;
  transition: color 0.3s ease;
  text-align: center;
  background: var(--pantone);
  border-radius: 5px;
}

/* Pseudo-elements for lines */
.btn-2::before,
.btn-2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 1px;
  /* background: linear-gradient(to right, transparent, var(--secondary-color), transparent); */
  background: var(--primary-accent);
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s ease;
  z-index: 1; /* Below text */
}

.btn-2::before {
  bottom: 5px;
}

.btn-2::after {
  top: 5px;
}

.btn-2:hover::before {
  bottom: -5px;
  transform: scaleX(0.4);
}

.btn-2:hover::after {
  top: -5px;
  transform: scaleX(0.4);
}


/* scroll down arrow */

.scroll-down {
  position: relative;
  margin-top: 40px;
}

.arrow,
.arrow:before {
  position: absolute;
  left: 0;
}

.arrow {
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  border-left: none;
  border-top: none;
  border-right: 1.5px #fff solid;
  border-bottom: 1.5px #fff solid;
}

.arrow:before {
  content: "";
  width: 10px;
  height: 10px;
  top: 0;
  margin: 0px 0 0 0px;
  border-left: none;
  border-top: none;
  border-right: 1px #fff solid;
  border-bottom: 1px #fff solid;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: arrow;
}

@keyframes arrow {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(-10px, -10px);
  }
}

/* ANCHOR START CUSTOM*/

/*--------------------------------------------------------------
# Home Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100svh;
  position: relative;
  background-image: url('../img/heros/path_woods_2_1920x1080.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top top;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: end;
}

.hero .container {
  padding-top: 180px;
  padding-bottom: 180px;
}

/* min-hero */
.min-hero {
  min-height: 40svh;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.min-hero.foundations-hero {
  background-image: url('../img/heros/path_mountains_1920x1080.jpg');
  background-position: top;
}

.min-hero.entity-hero {
  background-image: url('../img/heros/entity_hero.jpg');
  background-position: center center;
}

.min-hero.hr-hero {
  background-image: url('../img/heros/path_woods_1920x1080.jpg');
  background-position: center;
}

.hero.hero-content-container,
.min-hero.hero-content-container {
  position: relative;
  display: flex;
  align-items:end;
}

.hero .hero-content-container .row,
.min-hero .hero-content-container .row  {
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.hero .hero-img-col,
.min-hero .hero-img-col {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}

.hero .hero-img-col img,
.min-hero .hero-img-col img {
  width: 100px;
}

.hero .hero-title-col,
.min-hero .hero-title-col {
  display: flex;
  position: relative;
  justify-content: center;
}

.hero .hero-text-col,
.min-hero .hero-text-col  {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
}

.hero .hero-text,
.min-hero .hero-text {
  font-size: 2rem;
  position: relative;
  text-align: center;
}

.hero .hero-sub-title,
.min-hero .hero-sub-title {
  position: absolute;
  top: 310px;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero .hero-sub-title::after,
.min-hero .hero-sub-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 3px;
  background: linear-gradient(to right, transparent, var(--secondary-color), transparent);
  left: 0;
  right: 0;
  bottom: -5px;
  margin: auto;
}

.hero .hero-slogan,
.min-hero .hero-slogan  {
  /* position: absolute; */
  top: 260px;
  left: 0;
  right: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  border-radius: 15px;
  line-height: 1.2;
}

.swiper {
  height: 300px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .hero h2 {
    font-size: 32px;
  }

  .hero p {
    font-size: 20px;
  }
}


/* About */

.about .content {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}

.about img {
  max-width: 1000px;
  margin-bottom: 50px;
  border-bottom: 3px solid black;
}

.about p {
  text-align: justify;
}

.about .section-title span.fancy {
  border-right: 1px solid var(--secondary-color);
  border-left: 1px solid var(--secondary-color);
}

/* fixed quote section */

.fixed-bg,
.fixed-bg-sm {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: top center;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}

.fixed-bg {
  min-height: 500px;
  color: #fff;
}

.fixed-bg-sm {
  min-height: 100px;
  color: white;
}

#fixed-home {
  background-image: url(../img/puzzle_path.jpg);
}

#fixed-hr {
  background-image: url(../img/Highroad_BG_1920x1080_Trees_Road.jpg);
}

.fixed-bg .content-col,
.fixed-bg-sm .content-col {
  text-align: center;
  z-index: 2;
}

.fixed-bg .content-col span.min-text {
  position: relative;
}

.fixed-bg .content-col span.min-text::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% + 64px);
  height: 1px;
  background: var(--secondary-color);
  left: -32px;
  bottom: -25px;
}

.fixed-bg .content-col span.phonetic {
  font-size: 24px;
  font-weight: 100;
}

/* services section */

.services .nav-tabs {
  position: relative;
}

.services .nav-tabs .nav-link {
  color: gray;
  border-radius: 0;
  text-transform: uppercase;
}

.services .nav-link.active {
  position: relative;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  /* background: var(--secondary-color); */
}

.services .nav-link.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  background: url(../img/svg/red_triangle_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.services .nav-link.active span {
  animation: unset;
}

.services .tab-subject-col,
.services .tab-icon {
  display: flex;
  align-items: center;
}

.services .tab-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.services .tab-content .row {
  padding: 2rem 0;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}

.services .tab-content .row:first-child {
  padding-top: 0;
}

.services .tab-content .subject-title {
  margin-bottom: 0;
}

.services .tab-content .container {
  padding-bottom: 16px;
}


.services .tab-content p {
  margin-bottom: 0;
}

#tab-2 .tab-text-col h6 {
  position: relative;
}

#tab-2 .tab-text-col h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  background: var(--secondary-color);
  left: 0;
  bottom: -6px;
}

/* contact */ 

.form-control {
  border-radius: unset;
}

input {
  border: 1px solid #dee2e6 !important;
}

input:focus, input:active,
textarea:focus, textarea:active {
  border: 1px solid #dee2e6 !important;
  outline: none !important;
  box-shadow: none !important;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  border: none;
  /* border-bottom: 2px solid #807e7e; */
  background: transparent;
  outline: none;
  width: 100%;
  text-transform: capitalize;
  padding: 1rem 0.4rem;
}

.input-group-text {
  border-radius: 0;
}

.info-wrap h3,
.info-wrap span {
  color: #000;
}

.info-wrap .dbox {
  padding-bottom: 2rem;
}

.info-wrap .icon {
  min-width: 20px;
  margin-right: .8rem;
}

.info-wrap p {
  color: var(--lighter-text);
  margin: 0;
  padding: 0;
}

/* Entity */

.entity .col-card {
  display: flex;
  flex-direction: column;
  position: relative;
}

.entity .col-card:first-child {
  align-items: flex-end;
}

.entity .col-card:nth-child(2) {
  align-items: flex-start;
}

/* tab-custom Tabs */

.tab-custom-one .nav-tabs, 
.tab-custom-two .nav-tabs {
  position: relative;
  gap: 5px;
}

.tab-custom-one .nav-link.active span,
.tab-custom-two .nav-link.active span,
.tab-custom-three .nav-link.active span {
  animation: unset;
}

.tab-custom-one .tab-subject-col,
.tab-custom-one .tab-icon {
  display: flex;
  align-items: center;
}

.tab-custom-one .nav-tabs .nav-link {
  color: gray;
  border-radius: 0;
  text-transform: uppercase;
}

.tab-custom-one .nav-link.active {
  position: relative;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  /* background: var(--secondary-color); */
}

.tab-custom-one .nav-link.active::before,
.tab-custom-two .nav-link.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 10px;
  background: url(../img/svg/red_triangle_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
}

.tab-custom-one .tab-text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tab-custom-one .tab-content .row {
  padding: 2rem 0;
  border-bottom: 1px solid hsla(0, 0%, 0%, 0.1);
}

.tab-custom-one .tab-content .row:first-child {
  padding-top: 0;
}

.tab-custom-one .tab-content .subject-title {
  margin-bottom: 0;
}

.tab-custom-one .tab-content .container {
  padding-bottom: 16px;
}


.tab-custom-one .tab-content p {
  margin-bottom: 0;
}

.tab-custom-one .tab-content .tab-text-box {
  flex-direction: column;
  text-align: left;
}

.tab-custom-one .tab-content .tab-img-box {
  position: relative;
  align-items: center;
  border: white;
  overflow: hidden;
}

.tab-custom-one .tab-content .tab-img-box .tab-img {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.tab-custom-one .tab-content .tab-img-box .tab-img img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 350px;
  position: relative;
}

.tab-custom-one .tab-content .tab-img-box h2.values-title {
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}

.tab-custom-two .tab-content .tab-text-box {
  color: white !important;
}

.tab-custom-two .tab-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  /* background: var(--primary-opacity); */
  border-radius: 15px;
}

.tab-custom-two .tab-img #single-entity {
  width: 400px;
}

#tab-2 .tab-text-col h6 {
  position: relative;
}

#tab-2 .tab-text-col h6::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 1px;
  background: var(--secondary-color);
  left: 0;
  bottom: -6px;
}

/* CUSTOM TAB 2 */
.tab-custom-two .nav-tabs {
  border-bottom: unset;
}

.tab-custom-two .nav-tabs .nav-link,
.tab-custom-three .nav-tabs .nav-link {
  color: var(--primary-light);
  background: var(--pantone);
  border-radius: 5px;
  border: 1px solid var(--secondary-opacity);
  padding-top: 10px;
  padding-bottom: 10px;
}

.tab-custom-two .nav-tabs .nav-link:hover {
  background: var(--secondary-color);
}

.tab-custom-two .nav-link.active {
  position: relative;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--secondary-color);
}

/* CUSTOM TAB 3 */
.tab-custom-three {
  overflow: visible !important;
  align-items: flex-start !important;
}

.tab-custom-three .nav-tabs {
  border-bottom: unset;
}

.tab-custom-three .nav-tabs .nav-link:hover {
  background: var(--secondary-color);
}


.tab-custom-three .nav-link.active::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/svg/white_triangle_down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: -15px;
  transform: translateY(-50%);
}


.tab-custom-three .nav-tabs .nav-link:hover {
  background: var(--secondary-color);
}

.tab-custom-three .nav-link.active {
  position: relative;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  background: var(--secondary-color);
}

.tab-custom-three .nav-tabs {
  position: relative;
  gap: 7.5px;
}



@media only screen and (max-width: 990px) {
}

@media (max-width: 1400px) {
.hero-title {
    /* font-size: 7rem; */
    text-align: center;
  }

  .hero .hero-sub-title {
    top: 240px;
    font-size: 20px;
  }
}


@media (max-width: 1200px) {

  .hero .hero-sub-title {
    top: 190px;
    font-size: 20px;
  }

  .hero .hero-slogan {
    font-size: 2rem;
  }
  .team .col-card:nth-child(3) {
    align-items: center;
    margin-top: 32px;
  }
}

@media (max-width: 992px) {

  .navbar {
    position: fixed;
    transition: background-color 1s ease, opacity 0.3s ease;
    background: var(--dark-bg);
  }

  .navbar.bg-dark {
    opacity: 1;
  }

  .navbar-nav {
    text-align: right;
  }

  .navbar-nav .nav-link {
    padding-bottom: 0 !important;
    padding-right: 12px !important;
  }

  .navbar-nav .nav-item:last-child {
    padding-bottom: 24px !important;
  }

  .navbar-nav .nav-link.showing::after {
    content: "";
    position: absolute;
    background-color: var(--secondary-color);
    display: block;
    width: 40px;
    height: 1px;
    right: 12px;
    left: unset;
    bottom: -3px;
    margin: unset;
  }

  .section-title span.fancy::after{
    width: 150px;
  }
  
  .section-title span.fancy::before {
    left: -150px;
    width: 150px;
  }

  .navbar-toggler {
    border: none;
  }

  .hero-wrap {
    min-height: 100svh;
  }

 .hero-title {
    top: 20px;
    /* font-size: 4rem; */
  }

  .hero .hero-sub-title {
    top: 140px;
    font-size: 16px;
  }

  .hero .hero-slogan {
    font-size: 2rem;
  }

  .hero .hero-sub-title::after {
    width: 75px;
  }

  /*services @992 */

  .services .nav-tab-wrapper {
    position: relative;
    top: 0;
    left: 0;
  }

  .services .nav-tab-wrapper.sticky {
    position: fixed;
    top: 86.52px;
    left: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 1000;
  }

  .services .tab-icon img {
    max-width: 50px;
  }

  .services .tab-subject-col, .services .tab-icon img {
    padding-bottom: 1rem;
  }

  .services .fixed-bg {
    height: auto !important;
  }

  /* Team @992 */

  .team .col-card:first-child {
    align-items: center;
  }
  
  .team .col-card:nth-child(2),
  .team .col-card:nth-child(3) {
    align-items: center;
    margin-top: 32px;
  }

  /* Footer @992 */

  .footer-content .logo-widget .footer-social {
    margin-bottom: 32px;
  }

  .footer-content .contact-widget .footer-title,
  .footer-content .footer-title {
    margin-bottom: 12px;
  }

  .footer-content .footer-column:not(:first-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 776px) {

  .section-title span.fancy {
    font-size: 28px;
  }

  .section-title span.fancy::after{
    width: 130px;
    top: 18.25px;
  }
  
  .section-title span.fancy::before {
    left: -130px;
    width: 130px;
    top: 18.25px;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-text-col {
    padding-bottom: 20px;
  }

  .hero-text-col .hero-text {
    font-size: 1.6rem;
  }

  /* Team */
  .tab-custom-one .tab-content .tab-img-box h2.values-title::after,
  .tab-custom-one .tab-content .tab-img-box h2.values-title::before {
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
  }

  .tab-custom-one .tab-content .tab-img-box h2.values-title::before {
    top: -80%;
  }

  .tab-custom-one .tab-content .tab-img-box h2.values-title::after {
    bottom: -80%;
  }

  .fixed-bg {
    background-attachment:unset;
    background-position: bottom left;
  }

  .footer-bottom .row {
    flex-direction: column;
  }

  .footer-bottom .footer-nav {
    text-align: left;
  }
  
}

@media (max-width: 576px) {
  section, .section {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-title span.fancy {
    font-size: 24px;
  }
  .section-title span.fancy::after{
    width: 100px;
    top: 15.25px;
  }
  .section-title span.fancy::before {
    left: -100px;
    width: 100px;
    top: 15.25px;
  }

.hero-title,
  h1.title {
    font-size: 3rem;
  }

 .hero-title::before,
.min-hero .hero-title::before  {
  width: 117.46px;
  left: 12px;
}

.hero-title span.min-text {
  display: block;
  text-align: left;
  margin-bottom: 16px;
  margin-top: -10px;
}

.hero-text-col .hero-text {
  font-size: 1.2rem;
}

.about p {
  text-align: left;
}

.services .nav-link {
  font-size: 14px;
}

.services h5 {
  font-size: 18px;
}
}

@media (max-width: 476px) {

  .navbar .navbar-brand .nav-logo {
    width: 120px;
  }

  .nav-tabs {
    flex-direction: column;
    border: none;
  }

  /* .services .nav-tabs .nav-link,
  .tab-custom-one .nav-tabs .nav-link {
    border: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }

  .services .nav-tabs .nav-link#ex3-tab-1,
  .tab-custom-one .nav-tabs .nav-link#ex3-tab-1 {
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
  }

  .services.nav-link.active,
  .tab-custom-one .nav-link.active {
    background: rgb(240, 240, 240)
  }
  
  .services .nav-link.active::before,
  .nav-link.active::before {
    display: none;
  } */

  .nav-link.active span {
    position: relative;
  }

  .nav-link.active span::before {
    content: "";
    position: absolute;
    display: block;
    width: 15px;
    height: 10px;
    background: url(../img/svg/red_triangle_down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 3px;
    left: -13px;
    margin: 0;
    transform: rotate(270deg)
  }

  /* team */

  .tab-custom-one .nav-link.active::before {
    display: none;
  }

}

@media (max-width: 459px) {
  .section-title span.fancy::after{
    width: 50px;
    top: 15.25px;
  }
  .section-title span.fancy::before {
    left: -50px;
    width: 50px;
    top: 15.25px;
  }
}

@media (max-width: 392px) {

}