

/* Header 
-------------------------------*/

.header-ip {
	background-color: #000;
}

/* Header 
-------------------------------*/



/* Call To Action Section
--------------------------------*/
#call-to-action-ip {
  background-color: #000;
  background-size: cover;
  padding: 60px 0;
  margin-top: 0px;
}

#call-to-action-ip h3 {
  color: #18d26e;
  font-size: 28px;
  font-weight: 700;
  padding-top: 55px;
}

#call-to-action-ip p {
  color: #fff;
}

#call-to-action-ip .cta-btn {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#call-to-action-ip .cta-btn:hover {
  background: #18d26e;
  border: 2px solid #18d26e;
}

/* Call To Action Section
--------------------------------*/

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  background: #000;
  position: relative;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

.social-ip p{
  text-align: center;
  padding-top: 12px;
  color: #333;
  font-size: 15px;
  text-align: left;
  margin-bottom: 1px;
}

.social-ip .desc-li-ip{
  text-align: center;
  color: #333;
  font-size: 15px;
  text-align: left;
}

.item-table-ip {
	font-size: 12px;
	color: #333;
	font-weight: 700px;
	overflow-x:auto;
}

.item-desc-ip {
	padding-top: 15px;
	margin-bottom: 20px;
}

#urunler-baslik {
	margin-top: 25px;
}

#urunler-baslik h5 {
  font-size: 22px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  position: relative;
}

#urunler-baslik h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  bottom: 1px;
}

.item-header-ip {
	margin-top: 5px;
}

.item-header-ip h5 {
  font-size: 20px;
  color: #111;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  padding-top: 15px;
}

.item-mid-ip h5::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.item-mid-ip {
	margin-top:45px;
}

.item-mid-ip h5::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #18d26e;
  bottom: 0;
  left: calc(50% - 20px);
}

.btn-get-hibe {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}

.btn-get-hibe:hover {
  background: #fff;
  color: #18d26e;
  border: 2px solid #18d26e;
}

.btn-get-property {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: #18d26e;
  background: #fff;
  border: 2px solid #18d26e;
}

.btn-get-property:hover {
  background: #18d26e;
  color: #fff;
}

.table-ip-font {
	font-size: 16px;
}

/* Scroll Section
--------------------------------*/

@media(min-width: 767px) and (max-width: 1024px) {

	.scroll-ip {
		overflow: auto;
		height: 370px;
	}

}

@media(min-width: 1025px) {

	.scroll-ip {
		overflow: auto;
		height: 470px;
	}
	
	.social-ip-small {
		height: 350px;
	}

}

@media(max-width: 500px){

	.scroll-ip {
		overflow: auto;
		height: 370px;
		padding-bottom: 12px;
	}
	
	.table-scrolling {
		overflow: auto;
		width: 80%;
	}

}

@media(max-width: 767px) {

	.table-small-screen {
		display: auto;
	}
	
	.table-large-screen {
		display: none;
	}

}

@media(min-width: 768px) {

	.table-small-screen {
		display: none;
	}
	
	.table-large-screen {
		display: auto;
	}

}

/* Scroll Section
--------------------------------*/

