/*
Theme Name: Eidan Child
Theme URI: https://eidan.qodeinteractive.com
Description: A child theme of Eidan
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0
Text Domain: eidan
Template: eidan
*/

body {
  background-color: #fff!important;
}

.rounded img{
	border-radius: 30px!important;
}

.qodef-header-sticky-inner  .qodef-header-logo{
	padding: 0 40px;
}

.curved-top::before {
  content: "";
  background-color: #fff;
  display: block;
width: 110vw;
height: 16vw;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: -15px;
  right: -15px;
  transform: skewY(-8deg);
  transform-origin: left;
}

.curved-bottom.curved-bottom--dark::after, .curved-top.curved-top--dark::before {
  background-color: #1a1a1a;
}
.curved-bottom::after {
  content: "";
  background-color: #fff;
  display: block;
	width: 110vw;
	height: 16vw;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: -15px;
  right: -15px;
  transform: skewY(-8deg);
  transform-origin: right;
}

.replacement-column-spot--dark {
  color: #fff;
  background-color: #1a1a1a;
}

.img-float.qodef-single-image.qodef-move-appear-animation--yes.qodef--appeared img{
  transform: translateX(-50%) !important;
}

.img-float.qodef-single-image.qodef-move-appear-animation--yes.qodef--appeared img,
.img-float img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%) translateY(-70%)!important;
}

.d-none{
	display: none!important;
}

.m-auto{
	margin: auto!important;
}

.float-img-top img{
	transform: translateY(-60%) translateX(-50%);
	position: absolute;
	left: 50%;
}

.overlay-text{
	position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
text-align: center;
width: 100%;
pointer-events: none;
	z-index:10;
}

@media(min-width: 681px){
	.qodef-team-list .qodef-e-media-image img {
	  height: 400px;
	  object-fit: cover;
	}
}
@media(min-width: 769px){
	.qodef-team-list .qodef-e-media-image img {
	  height: 300px;
	  object-fit: cover;
	}
}