#navbarDropdown::after{
	display: none;
}
.bg-default{
	background-image: url(../img/bg1.jpg);
}
.bottom-btn{
	transition: all .3s ease-in-out;
	cursor: pointer;
}
	.bottom-btn:hover{
		background-color: rgba(0,0,0,0.7);
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
	}
#drawer{
	opacity: 0;
	transform: translateX(-100%);
	transition: all .2s ease-in-out;
}
	#drawer .drawer-container{
		position: relative;
		transform: translateX(-100%);
		transition: all .5s ease-in-out;
		overflow: auto;
		cursor: default!important;
	}
	#drawer .drawer-menu{
	}
		#drawer .drawer-menu .drawer-menu-item{
			padding: 0.72rem 1.5rem;
			text-decoration: none;
			background: none;
			background-color: transparent;
			display: block;
			color: #000;
			transition: all .3s ease-in-out;
		}
		#drawer .drawer-menu .drawer-menu-item:hover{
			background-color: rgba(0,0,0,0.7);
			box-shadow: 0 0 5px rgba(0,0,0,0.7);
			color: #FFF;
		}
		#drawer .drawer-menu .drawer-menu-divider{
			content: "";
			background:#DDD;
			height: 2px;
			width: 100%;
			display: block;
			margin: 0.55rem 0;
		}

.gallery .images{
	cursor: default;
	position: relative;
}

.gallery .images:hover > .portfolio_container .portfolio_border .portfolio_info span,.gallery .images:hover > .portfolio_container .portfolio_border .portfolio_info em, .gallery .images:hover > .portfolio_container .portfolio_border .portfolio_info .btn{
	opacity: 1;
	transform: translateY(0);
}
.gallery .images:hover > .portfolio_container{
	transform: translateY(0);
	opacity: 1;
}
.gallery .images:hover > .portfolio_container .portfolio_border{
	opacity: 1;
}
.gallery .portfolio_container{
	position: absolute;
	top: 10px;
	left: 10px;
	height: calc(100% - 20px);
	width: calc(100% - 20px);
	transform: translateY(100%);
	opacity: 0;
	transition: all .3s ease-in-out;
}
	.gallery .portfolio_container .portfolio_border{
		border: 1px solid var(--syrd-init-tertiary-dark);
		height: calc(100% - 10px);
		width: calc(100% - 10px);
		top: 5px;
		left: 5px;
		position: absolute;
		opacity: 0;
	}
	.gallery .portfolio_container .portfolio_border .portfolio_info{
		text-align: center;
		width: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 10px;
	}
	.gallery .portfolio_container .portfolio_border .portfolio_info span{
		display: block;
		color: #fff;
		opacity: 0;
		transition: all .5s ease-in-out .3s;
		font-size: 20px;
		transform: translateY(20px);
	}
	.gallery .portfolio_container .portfolio_border .portfolio_info em{
		display: inline-block;
		color: #fff;
		opacity: 0;
		transition: all .4s ease-in-out .4s;
		padding: 0 10px;
		font-size: 12px;
		letter-spacing: 2px;
		transform: translateY(25px);
	}
	.gallery .portfolio_container .portfolio_border .portfolio_info .btn{
		opacity: 0;
		transition: all .4s ease-in-out .4s;
		transform: translateY(25px);
	}


.avatar {
    display: inline-block;
    position: relative;
    width: 3rem;
    height: 3rem;
    text-align: center;
    border: #dee2e6;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    line-height: 3rem;
}
.avatar.avatar-lg {
    width: 5rem;
    height: 5rem;
    line-height: 5rem;
}
.avatar.avatar-xs{
	width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
	padding: 0.1rem;
}
.card.contact{
	cursor: pointer;
	transition: all .3s;
}
.card.contact:hover{
	box-shadow: 0 0.5rem 2rem rgba(0,0,0,0.5) !important;
}
.card.contact.active{
	box-shadow: 0 0.5rem 2rem rgba(0,0,150,0.3);
	border: 1px solid rgba(0,0,150,0.3);
}

.card{
	border: none;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	border-radius: 1rem;
}

.card-header{
	background-color: #fff;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
	border-bottom: none;
	padding: 2rem;
}
.card-profile .card-header {
    height: 9rem;
    background-position: center center;
    background-size: cover;
}
.card-profile-img {
    position: relative;
    max-width: 8rem;
    margin-top: -6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    z-index: 2;
}
.card-header:first-child{
	border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0;
}

.card-heading{
	margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: .2em;
}

.card-widget{
	display: flex;
	align-items: center;
	padding: 1.5rem;
	border-radius: 50rem;
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
	justify-content: space-between;
}
.blue-gradient{
	background: linear-gradient(70deg,#10b8d4,#017bab,#018a9a);
}

.card-widget-body{
	display: flex;
	align-items: center;
	flex-grow: 1;
}

.card-footer {
    padding: 1rem 2rem;
    background-color: rgba(0,0,0,0.03);
    border-top: 1px solid rgba(0,0,0,0);
}
.card-footer:last-child {
    border-radius: 0 0 calc(1rem - 1px) calc(1rem - 1px);
}
.icon.icon-xl {
    width: 5rem;
	height: 5rem;
}

.icon {
    display: flex;
    width: 2.2rem;
    height: 2.2rem;
    flex-shrink: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.team-div {
    position: relative;
    overflow: hidden;
}
	.team-div .team-overlay {
		position: absolute;
		bottom: 10px;
		left: 10px;
		width: calc(100% - 20px);
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
		opacity: 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		padding: 20px;
	}
	.team-div .img-responsive {
		width: 100%;
	}
		.team-div .team-overlay h3 {
			font-size: 21px;
			margin-bottom: 0;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			-webkit-transition: all .2s ease-in-out .2s;
			transition: all .2s ease-in-out .2s;
			opacity: 0;
		}
		.team-div .team-overlay .subtitle{
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			-webkit-transition: all .3s ease-in-out .3s;
			transition: all .3s ease-in-out .3s;
			opacity: 0;
			display: block;
		}
		.team-div .team-overlay ul {
			padding-left: 0;
			list-style: none;
			margin-top: 10px;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
			-webkit-transition: all .4s ease-in-out .4s;
			transition: all .4s ease-in-out .4s;
			opacity: 0;
		}
			.team-div .team-overlay ul li {
				float: left;
				margin-right: 5px;
			}
				.team-div .team-overlay ul li a {
					display: inline-block;
					width: 30px;
					height: 30px;
					border: 1px solid #555;
					text-align: center;
					line-height: 30px;
					color: #555;
					transition: all .2s ease-in-out;
					text-decoration: none;
				}
	.team-div:hover .team-overlay, .team-overlay.show {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.team-overlay.show .subtitle{
		transition: all .3s ease-in-out .3s;
		height: 0px;
	}
	.team-div:hover .team-overlay h3, .team-div:hover .team-overlay .subtitle, .team-div:hover .team-overlay ul, .team-overlay.show h3, .team-overlay.show ul{
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	.team-div:hover .team-overlay.show .subtitle{
		height: auto;
	}
	.team-div img{
		transition: all .7s ease-in-out;
	}
	.team-div:hover .img-gray-100{
		filter: grayscale(25%);
	}
	.team-div:hover .img-gray-75{
		filter: grayscale(0%);
	}
.mentor{
	text-align: center;
}

.city-selector-hide{
	display:none;
}

.fa-heartbeat{
	animation: heartbeat 2s infinite;
	color: #f65656;
}
.flex-center{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.white-text{
	color:#fff !important;
}
.darken-3{
	background-color: #004d40 !important;
	margin: 15px 0;
	box-shadow: 0 0 5px #004d40;
}
.bg-gradient-dark{
	background-image: radial-gradient( circle farthest-corner at 10% 20%,  #3c1053 0%, #ad5389 90% );
}

footer.page-footer{
	bottom:0;
	color: #fff;
}
.stroking text{
    fill: transparent;
    stroke-width: 2px;
    stroke: #fff;
    stroke-dasharray: 850;
    stroke-dashoffset: 0;
    cursor: pointer;
	animation: stroking 5s linear infinite;
}
.flip{
	animation-name: flip;
	animation-delay: 0;
	animation-duration: 1s;
	animation-direction: normal;
    animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
@keyframes heartbeat{
	0%{transform: scale( 1 );}
	40%{transform: scale( 1 );}
	45%{transform: scale( 1.2 );}
	50%{transform: scale( 1 );}
	55%{transform: scale( 1.2 );}
	60%{transform: scale( 1 );}
	100%{transform: scale( 1 );}
}
@keyframes stroking {
    0% {
        stroke-dashoffset: 0;
    }
    40% {
        stroke-dashoffset: 850;
		fill: transparent;
    }
    80% {
        stroke-dashoffset: 1700;
    }
    100% {
        stroke-dashoffset: 1700;
    }
}

@keyframes flip{
	50%{
		-webkit-transform:rotate3d(0,1,0,-180deg);
		transform:rotate3d(0,1,0,-180deg);
	}
}

