.single-services {
  margin-top: 0px;
}

.single-services .tabs-content ul li {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
  display: list-item !important;
  list-style-type: circle;
  margin-left: 50px;
}

h1 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 2.5px;
  color: #fff;
  overflow: hidden;
}

.fun-fact .tabs-content ul li {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 0px;
  display: list-item !important;
  list-style-type: circle;
  margin-left: 50px;
}

.sub-footer {
  padding: 0px;
}

.sub-footer p {
  font-size: 8px;
  color: #807979;
}

.sub-footer p a {
  font-size: 8px;
  color: #807979;
}

.sub-header {
  background-color: transparent;
}

.background-header .sub-header {
  display: none;
  background-color: transparent;
}

.navbar .navbar-brand h2 {
  font-size: 35px;
}

.navbar-expand-lg em {
  color: #c2bdbd;
  font-size: 35px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.background-header .navbar .navbar-nav a.nav-link {
  font-size: 15px;
}

.background-header .navbar .navbar-brand h2 {
  color: black !important;
}

.Modern-Slider .item .img-fill {
  height: 100vh;
}

.Modern-Slider .item-3 .img-fill {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg_04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.Modern-Slider .item-2 .img-fill {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.Modern-Slider .item-1 .img-fill {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(../images/bg_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.navbar .navbar-nav a.nav-link {
  font-size: 18px;
}

#map iframe {
  margin: auto;
  border: 0;
  position: relative;
  width: 100%;
}

#btn-back-to-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
  display: none;
  z-index: 1;
}

.team .team-columns {
  margin: auto;
  display: block;
}

.team .team-member {
  margin: auto auto 30px auto;
}

/*---------------------
  Cookie
-----------------------*/
.wrapper {
	position: fixed;
	bottom: 50px;
	max-width: 345px;
	right: 10px;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	padding: 15px 25px 22px;
	transition: right 0.3s ease;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	z-index: 2;
	bottom: 10px;
  }
  .wrapper.show {
	right: 20px;
  }
  .wrapper header {
	display: flex;
	align-items: center;
	column-gap: 15px;
  position: relative;
  }
  .wrapper header i {
	color: #dbc613;
	font-size: 32px;
  }
  .wrapper header h2 {
	color: #dbc613;
	font-weight: 500;
  }
 
  .wrapper .data p {
	color: #333;
	font-size: 16px;
  }
  .data p a {
	color: #dbc613;
	text-decoration: none;
  }
  .data p a:hover {
	text-decoration: underline;
  }
  .wrapper .buttons {
	margin-top: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .buttons .button-cookie {
	border: none;
	color: #fff;
	padding: 8px 0;
	border-radius: 4px;
	background: #dbc613;
	cursor: pointer;
	width: calc(100% / 2 - 10px);
	transition: all 0.2s ease;
  }
  .buttons #acceptBtn:hover {
	background-color: #dbc613;
  }
  #declineBtn {
	border: 2px solid #dbc613;
	background-color: #fff;
	color: #dbc613;
  }
  #declineBtn:hover {
	background-color: #dbc613;
	color: #fff;
  }

  .data-text ul{
    padding: 20px;
  }

  .data-text h2,.data-text h3{
    margin-top:20px;
  }
  
  .data-text h4, .data-text h5, .data-text table{
    margin:10px 0;
  
  }
  
  .data-text p{
    margin:10px;
  }
  
  .data-section{
    padding: 20px;
  }
  
  .data-text table{
  width: 100%;
  }