:root {
  --base_white: #ffffff;
  --base_black: #000000;
  --secondary_white: #fafafa;
  --secondary_black: #0a0a0b;
  --link_hover: #f5f5f5;
  --border: rgba(255, 255, 255, 0.1);
  --shadow: rgba(0, 0, 0, 0.5);
  --seo-bg: #0c0c0c;
}
html[data-theme="light"] {
  --base_white: #000000;
  --base_black: #ffffff;
  --secondary_white: #0a0a0b;
  --secondary_black: #fafafa;
  --link_hover: #050505;
  --border: rgba(0, 0, 0, 0.1);
  --shadow: rgba(255, 255, 255, 0.5);
  --seo-bg: #e9e9e9;
}
body {
  background: var(--base_black);
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--base_white);
}
a,
a:hover {
  text-decoration: none;
}
ol,
ul {
  padding-left: 2rem !important;
}
.nav-link {
  color: var(--secondary_white);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 185.714% */
  text-transform: uppercase;
}
.nav-link:hover {
  color: var(--link_hover);
}
.navbar-toggler-icon {
  background-image: url("../img/menu-bars.svg");
}
.slider {
  height: 928px;
  flex-shrink: 0;
  background-image: url("../img/slider.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.container {
  max-width: 1440px;
}
.slider-main {
  height: 600px;
}
.slider-main-text {
  width: 962px;
  height: 143px;
}
.slider-main-text h2 {
  color: var(--secondary_white);
  text-align: center;
  text-shadow: 0px 4px 18.7px var(--shadow);
  font-family: Barlow;
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  line-height: 71px; /* 118.241% */
  text-transform: uppercase;
}
.slider-footer {
  height: auto;
  flex-shrink: 0;
  margin-top: auto;
  width: 100%;
}
.slider-footer-bg-blur {
  background: var(--base_black);
  filter: blur(31px);
  height: 180px;
  width: 100%;
  flex-shrink: 0;
  z-index: 0;
  position: absolute;
}
.slider-footer-text {
  color: var(--secondary_white);
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 137.143% */
  z-index: 1;
  margin-bottom: 24px;
}
.slider-footer-link {
  display: flex;
  width: 180px;
  height: 50px;
  padding: 0px 55px 0px 55px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: var(--secondary_white);
  z-index: 1;
}
.slider-footer-link span {
  color: var(--base_black);
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
}
.home-about {
  padding: 80px 0px;
}
.home-about-img img {
  width: 100%;
}
.home-about-text {
  padding-left: 50px;
  padding-right: 100px;
}
.home-about-text h2 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 147.23% */
  text-transform: uppercase;
}
.home-about-text p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
}
.home-about-text a {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}
.lang {
  width: 120px;
  border: 1px solid var(--border);
  text-align: center;
}
#mobile-menu {
  display: none !important;
}
.home-isleyis div.row {
  display: flex;
  justify-content: space-between;
}
.home-isleyis-div {
  width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.home-isleyis-div-img {
  border: 1px solid var(--secondary_white);
  border-radius: 10px;
  padding: 85px 40px;
}
.home-isleyis-div img {
  width: 100px;
}
.home-isleyis-header {
  height: 100px;
  display: flex;
  align-items: center;
  text-align: center;
  gap: 16px;
  margin-bottom: 36px;
}
.home-isleyis-header h3 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-transform: uppercase;
}
.home-isleyis-footer p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 135.593% */
}
.home-seo-text {
  background: var(--seo-bg);
  padding: 80px 0;
}
.home-seo-text p {
  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 135.593% */
}
.home-tanitim {
  padding: 80px 0px;
}
.home-tanitim-img img {
  width: 100%;
  padding: 0 100px;
}
.home-tanitim-text {
  padding-right: 50px;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-tanitim-text h2 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 147.23% */
  text-transform: uppercase;
}
.home-tanitim-text p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
}
.home-tanitim-text a {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 369.231% */
  text-transform: uppercase;
}
.home-parallax {
  position: relative;
  height: 100vh;
  padding: 80px 0;
}
.home-parallax .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/home-3.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-parallax .bg2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/guvenlik.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-parallax h3 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 148.626% */
  text-transform: uppercase;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
.home-parallax p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

.home-parallax a.home-parallax-button {
  border-radius: 4px;
  border: 1px solid var(--secondary_white);
  display: flex;
  width: 100px;
  height: 36px;
  padding: 12px 16px 12px 16px;
  justify-content: center;
  align-items: center;

  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 9.75px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 348.718% */
  text-transform: uppercase;
}
.kurulum {
  padding: 80px 0;
}
.kurulum-top-header {
  text-align: center;
}
.kurulum-top-header span {
  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 204.167% */
  text-transform: uppercase;
}
.kurulum-top-header h3 {
  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 147.23% */
  text-transform: uppercase;
}
.kurulum-top-header p {
  width: 80%;
  margin: 0 auto;
  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
}
.kurulum-bottom {
  margin-top: 40px;
  height: 720px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-shrink: 0;
}
.kurulum-bottom .kurulum-div {
  height: 720px;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding: 20px;
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  position: relative;
}
.kurulum-div:hover {
  background-size: 115%;
  transition: background-size 0.3s ease-out;
  filter: brightness(110%);
}
.kurulum-div h3,
.kurulum-div p,
.kurulum-div span {
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
.kurulum-header span {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 188.462% */
  text-transform: uppercase;
}
.kurulum-footer {
  display: flex;
  flex-direction: column;
}
.kurulum-footer h3 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 33.281px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 147.23% */
  text-transform: uppercase;
}
.kurulum-footer p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
}
.kurulum-1 {
  background-image: url(../img/kurulum-1.png);
}
.kurulum-2 {
  background-image: url(../img/kurulum-2.png);
}
.kurulum-3 {
  background-image: url(../img/kurulum-3.png);
}
.home-destek {
  padding: 80px 0px;
}
.home-destek-img img {
  width: 100%;
  padding: 0 100px;
}
.home-destek-text {
  padding-right: 50px;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-destek-text h2 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 147.23% */
  text-transform: uppercase;
}
.home-destek-text p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
}
.home-destek-text a {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 369.231% */
  text-transform: uppercase;
}
footer h5 {
  color: var(--base_white);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 133.333% */
  text-transform: uppercase;
}
footer .nav-link {
  color: var(--base_white);
  font-family: Barlow;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px; /* 133.333% */
  padding: 4px 0;
  gap: 15px;
  display: flex;
  text-transform: none;
}
footer .nav-link img {
  width: 32px;
}
.footer-bottom p {
  color: var(--base_white);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.footer-contact i {
  font-size: 24px;
}
.footer-social {
  gap: 15px;
}
.footer-social a {
  font-size: 20px;
}
.footer-social .nav-link img {
  max-height: 32px;
  width: inherit;
}
.about-header {
  height: 250px;
  position: relative;
  background-position: center;
}
.page-title {
  color: var(--base_white);
  text-align: center;
  font-family: Barlow;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
}
.about-breadcrumb {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7.5px);
}
.about-breadcrumb .col {
  display: flex;
  gap: 8px;
}
.h200 {
  height: 200px;
}
.about-breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.996%; /* 16.099px */
}
.about-breadcrumb a.active {
  color: var(--base_white);
}
.about-map {
  margin-top: 104px;
  margin-bottom: 54px;
}
.about-map-header {
  position: relative;
}
.about-map-header p {
  color: var(--secondary_white);
  text-align: center;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}
.about-map-footer {
  height: 586px;
  flex-shrink: 0;
  background-position: center center;
  background-repeat: no-repeat;
  object-fit: cover;
  background-size: contain;
}
.about-map-footer-text {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
.about-map-footer-text-header {
  color: var(--base_white);
  text-align: center;
  font-family: Barlow;
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 55.682% */
}
.about-map-footer-text-footer {
  color: var(--base_white);
  text-align: center;
  font-family: Barlow;
  font-size: 33.281px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 93.146% */
}
.about-content {
  font-size: 18px;
}
.about-content .container {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
.about-content img {
  width: 100%;
}
.about-content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-content h2 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 33.281px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 147.23% */
  text-transform: uppercase;
}
.about-content p {
  color: var(--secondary_white);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 111.111% */
}
.about-tanitim {
  padding: 80px 0px;
}
.about-tanitim-img img {
  width: 100%;
  padding: 0 100px;
}
.about-tanitim-text {
  padding-right: 50px;
  padding-left: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-tanitim-text h2 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px; /* 147.23% */
  text-transform: uppercase;
  margin-bottom: 0px;
}
.about-tanitim-text span {
  color: var(--secondary_white);
  font-family: Barlow;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 10px;
}
.about-tanitim-text p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 134.454% */
}
.about-tanitim-text a {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px; /* 369.231% */
  text-transform: uppercase;
}
.text-right {
  text-align: right;
}
.about-deger {
  padding: 80px 0px;
}
.about-deger-title {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 33.281px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 147.23% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.post {
  margin-bottom: 0.75rem;
}
.post-image-link {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}
.post-image-link:hover img {
  transform: scale(1.1);
  transition: transform 0.3s ease-in-out;
  filter: brightness(110%);
}

.about-deger-row {
  display: flex;
  gap: 30px;
}
.deger-box {
  display: flex;
  gap: 30px;
}
.deger-box-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 25px;
  padding: 30px;
  border: 1px solid var(--border);
}
.deger-box-text-img {
  border: 1px solid var(--secondary_white);
  border-radius: 10px;
  padding: 85px 40px;
  display: flex;
  justify-content: center;
}
.deger-box-text i {
  color: var(--secondary_white);
  font-size: 65px;
}
.deger-box-text h3 {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 62.5% */
}
.deger-box-text p {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}

.about-partner {
  padding: 80px 0px;
}
.about-partner-title {
  color: var(--secondary_white);
  font-family: Barlow;
  font-size: 33.281px;
  font-style: normal;
  font-weight: 700;
  line-height: 49px; /* 147.23% */
  text-transform: uppercase;
  margin-bottom: 30px;
}
.about-partner-row {
  display: flex;
  gap: 30px;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  -webkit-touch-callout: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  height: 127px;
  width: auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.products-breadcrumb {
  width: 100%;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7.5px);
}
.products-breadcrumb .col {
  display: flex;
  gap: 8px;
}
.h200 {
  height: 200px;
}
.products-breadcrumb a {
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 114.996%; /* 16.099px */
}
.products-breadcrumb a.active {
  color: var(--base_white);
}
.post {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border: 1px solid var(--border);
}
.post-content {
  color: #f5f5f5;
}
.post-content h2 a {
  color: #f5f5f5;
}
.post-image {
  position: relative;
}
.post-title {
  padding: 0 30px;
  text-align: center;
}
.post-title a {
  color: #fff;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
.about-area {
  padding: 80px 0px;
}
.page-content-detail {
  display: block;
  padding: 80px 0px;
  color: #fafafa;
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 155.556% */
}
.page-image {
  max-width: 600px;
  float: right;
  margin-left: 120px;
  margin-bottom: 80px;
  border-radius: 25px;
  padding: 0;
  box-shadow: 0px 0px 10px var(--secondary_white);
}
.blog-image {
  border-radius: 25px;
  padding: 0;
  box-shadow: 0px 0px 10px var(--secondary_white);
}
.page-content-detail img {
  max-width: 600px;
  float: right;
  margin-left: 120px;
  margin-bottom: 80px;
  border-radius: 25px;
  padding: 0;
  box-shadow: 0px 0px 10px var(--secondary_white);
}
.clearfix:after {
  clear: both;
}
.diger-servis-title {
  color: #fff;
  font-family: Barlow;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px; /* 171.429% */
  text-align: center;
  margin-bottom: 30px;
}
.contact h2 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 104.762% */
}
.contact p {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.contact-form {
  position: relative;
}
.contact-form label {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-form input,
.contact-form textarea {
  stroke-width: 1px;
  stroke: #fff !important;
  background-color: transparent !important;
  color: #fafafa !important;
  border: none !important;
  border-bottom: 1px solid var(--secondary_white) !important;
  border-radius: 0;
  margin-bottom: 30px;
}
.form-control:focus {
  box-shadow: none !important;
}
.btn-send {
  display: flex;
  width: 180px;
  height: 50px;
  padding: 0px 55.809px 0px 55.801px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  background: #fafafa;
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 150% */
  text-transform: uppercase;
}
.address {
  display: flex;
  flex-direction: column;
  padding: 80px 0px;
  gap: 20px;
}
.address h2 {
  color: #fff;
  font-size: 20.217px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.address-detail {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.address-div {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  gap: 10px;
}
.address-div i {
  font-size: 25px;
}
.address-div a {
  color: #fafafa;
}
hr {
  border: 1px solid var(--secondary_white);
}
.navbar-nav .dropdown-menu {
  background-color: var(--secondary_black);
  border: 1px solid var(--base_white);
  border-radius: 0;
}
.navbar-nav .dropdown-menu a {
  color: var(--base_white);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--base_black) !important;
}

.container-wrapper-faq {
  max-width: 850px;
  margin: auto;
}
.container-wrapper-faq .accordion .accordion-item {
  margin-bottom: 10px;
  border: 1px solid rgba(97, 94, 252, 0.2);
  border-radius: 10px;
  padding: 16px 30px;
}
@media only screen and (max-width: 575px) {
  .container-wrapper-faq .accordion .accordion-item {
    padding-left: 5px;
  }
}
.container-wrapper-faq .accordion .accordion-item .accordion-header {
  background: transparent;
  box-shadow: none;
  border: none;
}
.container-wrapper-faq .accordion .accordion-item .accordion-header button {
  background: transparent;
  box-shadow: none;
  border: none;
  font-size: 20px;
  font-family: Barlow;
  font-weight: 600;
  color: #111032;
}
.container-wrapper-faq
  .accordion
  .accordion-item
  .accordion-header
  button::after {
  background-image: none;
  content: "\f055";
  font-family: "fontawesome";
  font-weight: 100;
  transform: none;
  margin-left: auto;
  top: 23%;
  position: absolute;
  right: 0;
}
.container-wrapper-faq
  .accordion
  .accordion-item
  .accordion-header
  button[aria-expanded="true"]::after {
  content: "\f056";
}
.container-wrapper-faq .accordion .accordion-item .accordion-body {
  color: #111032;
}
footer li a:hover {
  text-decoration: underline;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
ul.dropdown-menu,
ul.nav {
  padding-left: 0 !important;
}
.fixed-bottom {
  display: none;
}
