.entry-title h3 {
	text-transform: none !important;
}

.fbox-content h3 {
	font-size: .9em;
}

#footer .footer-widgets-wrap, .content-wrap {
	padding: 0 0 !important;
}

.button {
	background-color: #976aa0 !important;
}
.menu-item:hover > .menu-link, .menu-item.current > .menu-link {
	color: #976aa0 !important;
}

.page-title-center {
	margin-top: -160px !important; 
	padding-top: 140px !important; 
	padding-bottom: 2em !important;
}

.testimonials-carousel .owl-item {
    opacity: 1 !important;
}

.testimonials-carousel .owl-stage {
     padding-top: 10px !important; 
}

a {
    text-decoration: none !important;
    color: #000 !important;
}
a:hover {
    color: #976aa0 !important;
}

.action_button {
	color: #fff !important;
}
.action_button:hover {
	color: #f2f2f2 !important;
}

#top-social li .ts-icon {
	font-size: 1.2rem !important;
}

/*@media (min-width: 992px) {
	.transparent-header.floating-header .container {
		padding: 0 10px; 
	}
}*/

.header-size-md #header-wrap #logo img {
	height: 64px !important;
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.slider-text {
	font-size: 48px !important; 
	letter-spacing: -1px; 
	font-family: 'Montserrat', sans-serif
}

.footer-logos img {
	width: 180px;
}

#top-bar {
	background: #fff;
}

.page-title-light {
	background: #f8f9fa !important; 
}
.breadcrumb {
	position: relative !important;
	justify-content: center;
	right: 0 !important;
}

@media (max-width: 992px) {
	.header-size-md #header-wrap #logo img {
		height: 50px !important;
		margin-top: 10px; 
		margin-bottom: 10px; 
	}
	#copyrights {
		background-size: auto !important;
	}
}
@media (max-height: 768px) {
	.slider-text {
		font-size: 28px !important; 
	}
	.slider_image_ar {
		height: 65vh !important;
	}
}
@media (max-width: 1210px) {
	.action_button_ar {
		display: none !important;
	}
	.slider_image_ar {
		width: 100% !important;
		height: auto !important;
	}
}
@media (max-width: 768px) {
	.slider_text_ar {
		text-align: center;
	}
	.slider-text {
		font-size: 28px !important; 
	}
}
.accordion-content ul, .modal-body ul {
    padding-left: 20px !important;
}

.slider_image_ar {
	height: 70vh;
}


.team-grid {
	color:#313437;
	background-color:#fff;
  }
  
  .team-grid p {
	color:#000;
  }
  
  .team-grid h2 {
	font-weight:bold;
	margin-bottom:40px;
	padding-top:40px;
	color:inherit;
  }
  
  @media (max-width:767px) {
	.team-grid h2 {
	  margin-bottom:25px;
	  padding-top:25px;
	  font-size:24px;
	}
  }
  
  .team-grid .item {
	margin-bottom:20px;
  }
  
  .team-grid .item .box {
	text-align:center;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:220px;
	position:relative;
	overflow:hidden;
  }
  
  .team-grid .item .cover {
	  align-items: center;
	  cursor: pointer;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(31,148,255,0.75);
	transition:opacity 0.15s ease-in;
	opacity:0;
	padding-top:90px;
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,0.15);
  }
  
  .team-grid .item:hover .cover {
	opacity:1;
  }
  
  .team-grid .item .name {
	font-weight:bold;
	color: #fff;
  }
  
  .team-grid .item .title {
	text-transform:uppercase;
	font-weight:bold;
	color:#bbd8fb;
	letter-spacing:2px;
	font-size:13px;
	margin-bottom:20px;
  }
  
  .team-grid .social {
	font-size:18px;
  }
  
  .team-grid .social a {
	color:inherit;
	margin:0 10px;
	display:inline-block;
	opacity:0.7;
  }
  
  .team-grid .social a:hover {
	opacity:1;
  }
  
  #kvkkModal p {
	margin-bottom: 0;
  }