/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
@font-face {
	font-family: 'Mayeka Bold';
	src: url('../assets/MayekaBoldDemo.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
  }

:root,.not-dark {
	--cnvs-primary-font: 'Mayeka Bold', sans-serif;
	--cnvs-themecolor: #23637F;
}

.logo-dr {
	background-size: cover;	
	width: 300px;
	height: 356px;
	border-radius: 15%;	
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	margin-bottom: 20px;
}

.logo-menu-drr {
	background-size: cover;
	/* width: 170px; */
	height: 70px;
	padding: 2px;
}
.slider-caption-center {
	align-items: center;
}
#page-menu {
  --cnvs-page-submenu-sticky-offset: 0px;
}

.team-title h4{
	color: var(--cnvs-themecolor);
}

#header-wrap #logo img {
  max-height: 70px;
  max-width: auto !important;
}