/**
			
			  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
			  AUTHOR  : Designcollection
			  Item Name : Team - Bootstrap 4 Showcase
			  VERSION : 1.0
			  ++++++++++++++++++++++++++++++++++++++++++++++++++++++
			  
			**/


/** #     [Table of contents]
			
			* BODY
			# 01  -  Navbar
			# 02  -  Heading
			# 03   - Owl Slider
			# 04   - Card
			# 05   - Media & Aniamtion
			
			
			# [Color codes]
			
			Navbar BG : #f8f9fa (light-Gray)
			Content   : #333 (light-Black)
			
			Header h3 :  #000 (black)
			Header h5 :  #000 (black)
		
			
			
			
			**/

#tt_m h3,
#tt_m h5 {
	font-family: 'Poppins', sans-serif;
	color: #000000;
}

.centered p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
}

#tt_m .space-100 {
	padding: 100px 0px;
}

#tt_m .space-150 {
	padding: 150px 0px;
}

.team-txt {
	position: relative;
	text-align: center;
	color: white;
}

 .centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* Navbar Begin */

.navbar {
	font-family: 'Poppins', sans-serif;
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, .9);
	font-weight: 800;
}


/* Navbar End */


/*  owl-carousel Begin */

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block !important;
}

#tt_m .owl-carousel .owl-nav .owl-prev {
	top: -4%;
	position: absolute;
	float: right;
	right: 0%;
}

#tt_m .owl-carousel .owl-nav .owl-next {
	position: absolute;
	top: -4%;
	float: right;
	right: -2%;
}

#tt_m .owl-theme .owl-nav [class*=owl-] {
	background-color: transparent;
	color: #000;
	font-size: 14px;
	padding: 0px;
	display: inline-block;
	cursor: pointer;
	border-radius: 0px;
}
/*  owl-carousel End */

/* Card Begin */

#tt_m .card-circle {
	padding: 20px 20px 20px 20px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1);
}

#tt_m .card .rounded-circle {
	border: 1px solid rgba(108, 117, 125, 0.2);
}

#tt_m .card-hide {
	border: 0px;
	box-shadow: none;
}

#tt_m .card {
	margin-bottom: 250px;
	position: relative;
}

.text-cover {
	text-transform: uppercase;
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	letter-spacing: 2px;
	text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3);
	line-height: 1.0;
	font-size: 3rem;
}


/* Card End */


/* img:hover Begin*/

#tt_m .card.card-circle:hover .media-body {
	display: block;
	cursor: pointer;
}

#tt_m .card.card-circle .media-body {
	display: none;
}

#tt_m img {
	width: 100%;
}

#tt_m .card.card-circle .media-tm img.img-second,
#tt_m .card.card-circle:hover .media-tm img.img-first {
	display: none;
}

#tt_m .card.card-circle:hover .media-tm img.img-second,
#tt_m .card.card-circle .media-tm img.img-first {
	display: block;
}


/* img:hover End*/


/* Media Begin*/

#tt_m .card:hover {
	-webkit-transition: opacity 5s ease-in-out;
	-moz-transition: opacity 5s ease-in-out;
	-ms-transition: opacity 5s ease-in-out;
	-o-transition: opacity 5s ease-in-out;
	transition: opacity 5s ease-in-out;
}

#tt_m .card:hover .show-tm .media-body {
	padding: 15px;
	margin-top: 15px;
	background: transparent;
	display: inline-block;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

#tt_m .media-tm {
	margin: 0 auto;
}


/* Media End */


/* Social Icons Begin */

#tt_m li .fa {
	font-size: 13px;
	width: 30px;
	height: 30px;
}

#tt_m i[class*="-facebook"] {
	background-color: #4766A9;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
}

#tt_m i[class*="-twitter"] {
	background-color: #0084b4;
	color: #fff;
	padding: 8px;
	border-radius: 3px;
}

#tt_m i[class*="-linkedin"] {
	background-color: #0177B5;
	color: #FFFFFF;
	padding: 8px;
	border-radius: 3px;
}

#tt_m i:hover {
	opacity: 0.8;
}


/* text line */

#tt_m .tm-default {
	font-weight: 600;
	color: #4dbdb1;
}

#tt_m .tm-center {
	display: inline-block;
	width: 80px;
	height: 2px;
	background: rgba(0, 0, 0, 0.7);
}

#tt_m h3 .tm-autoplay {
	display: inline-block;
}

#tt_m h3 .tm-autoplay {
	font-weight: 500;
	border-bottom: 3px double rgba(0, 0, 0, 0.7);
}


/* box-1 Begin */

#tt_m .box1 img,
.box1:after,
.box1:before {
	width: 100%;
	transition: all .3s ease 0s;
}

#tt_m .box1:after,
.box1:before {
	content: "";
}

#tt_m .box1 {
	overflow: hidden;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: relative;
}

#tt_m .box1 .icon,
.box1 .title {
	margin: 0;
	position: absolute;
}

#tt_m .btn-play {
	background: #0a548b;
	color: #ffffff;
	padding: 8px 15px;
	font-size: 12px;
	line-height: 1.5;
}

#tt_m .btn-play:hover {
	color: #000000;
	background: #c0ff00;
}

.btn-team {
	margin-top: 35px;
	display: block;
}

#tt_m .box1:after,
.box1:before {
	height: 50%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform-origin: 100% 0;
	transform: rotateZ(90deg);
}

#tt_m .box1:after {
	top: auto;
	bottom: 0;
	transform-origin: 0 100%;
}

#tt_m .box1:hover:after,
.box1:hover:before {
	transform: rotateZ(0);
}

#tt_m .box1 img {
	height: auto;
	transform: scale(1) rotate(0);
}

#tt_m .box1:hover img {
	filter: sepia(80%);
	transform: scale(1.3) rotate(10deg);
}

#tt_m .title {
	font-size: 19px;
	font-weight: 600;
	color: #fff !important;
	text-transform: uppercase;
	bottom: 10px;
	left: 10px;
	opacity: 0;
	z-index: 2;
	transform: scale(0);
	transition: all .5s ease .2s
}

#tt_m .box1:hover .title {
	opacity: 1;
	transform: scale(1);
}

#tt_m .box1 .icon {
	padding: 7px 5px;
	list-style: none;
	background: #262626;
	border-radius: 0 0 0 10px;
	top: -100%;
	right: 0;
	z-index: 2;
	transition: all .3s ease .2s;
}

#tt_m .box1:hover .icon {
	top: 0;
}

#tt_m .box1:hover .icon i[class*="-facebook"] {
	background-color: transparent;
}

#tt_m .box1:hover .icon i[class*="-twitter"] {
	background-color: transparent;
}

#tt_m .box1 .icon li a {
	text-align: center;
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	transition: all .3s ease 0s
}

#tt_m .box1 .icon li a:hover {
	color: #fff;
	box-shadow: 0 0 10px #000 inset, 0 0 0 3px #fff;
}

@media only screen and (max-width:990px) {
	#tt_m .box1 {
		margin-bottom: 30px
	}
}


/* box-1 End */


/* box-2 Begin */

#tt_m .title-arch {
	text-align: center;
	margin: 50px 0;
	font-size: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#tt_m .box-2-hover {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: auto;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 20px;
}

#tt_m .box-2-hover hr {
	height: 2px;
	width: 100%;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: rgba(255, 255, 255, 1);
	border: 0;
}

#tt_m .box-2:hover .box-2-hover {
	opacity: 1;
}

#tt_m .box-2 img:hover {
	opacity: 1;
}

#tt_m .box-2:hover .box-2-hover hr {
	width: 100%;
	height: 2px;
}

#tt_m .team-heading {
	color: #fff;
	font-size: 18px;
	letter-spacing: 1px;
}

#tt_m .team-title {
	color: #c1baac;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}


/* box-2 End */


/* card Begin */

#tt_m .profile-name {
	position: absolute;
	bottom: 90px;
	left: 20px;
	font-size: 30px;
	color: #FFF;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	transition: all linear 0.25s;
}
/* Smartphones (landscape) --  --  --  --  -- - */
@media only screen and (max-device-width : 736px) {
/* Styles */
#tt_m .profile-name, #tt_m .hovereffect h5, #tt_m h5, #tt_m .team-heading, #tt_m .profile-font  {
	font-size: 17px ;
}
#tt_m li .fa {
    font-size: 11px;
    width: 25px;
    height: 25px;
}
#tt_m .box-2-hover {
    padding: 10px;
}
}

#tt_m .profile-user {
	position: absolute;
	bottom: 65px;
	left: 20px;
	color: #ffebcd;
	font-size: 13px;
	transition: all linear 0.25s;
}

#tt_m .profile-list {
	margin: 0px;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#tt_m .card-profile .pf-img {
	border-radius: 8px;
	opacity: 1;
}

#tt_m .card-profile ul li {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

#tt_m .card-profile img:hover {
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	transition: all linear 0.25s;
}

#tt_m .card-profile .bor-img {
	border-radius: 0px;
	opacity: 1;
	border: 10px solid #262626;
}

#tt_m .icon-pos {
	position: absolute;
	top: 10px;
	right: 25px;
}

#tt_m .profile-font {
	color: #fff;
	bottom: 10px;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 3px;
	font-weight: 400;
	font-size: 30px;
	left: 25px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
}

#tt_m .user-font {
	bottom: 18px;
	left: 18px;
}

#tt_m .card-profile ul.icon-pos li {
	margin: 0px;
	box-shadow: none;
}

#tt_m .card-profile ul.icon-pos li .fa {
	width: 0px;
	height: 0px;
	background-color: transparent;
}


/* card End */


/* Image with overlay Begin */

#tt_m .item .team-overlay {
	position: relative;
}

#tt_m .item .team-overlay .image {
	display: block;
	width: 100%;
	height: auto;
}

#tt_m .item .team-overlay .image-tm {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 3px;
	outline: 0px solid #fff;
	outline-offset: -10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

#tt_m .tm-lyr {
	background: rgba(0, 0, 0, 0.5) !important;
	border-radius: 3px;
}

#tt_m .tm-lyr ul li .fa {
	padding: 6px 4px !important;
}

#tt_m .tm-lyr ul li i {
	border-radius: 50px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
}

#tt_m .item .team-overlay .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: #ffc911;
}

#tt_m .item .team-overlay:hover .overlay {
	opacity: 1;
}

#tt_m .item .overlay-text {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
}

#tt_m .item .overlay-pos li .fa {
	color: #FFFFFF;
	background-color: transparent;
	font-size: 20px;
	padding: 0px;
}

#tt_m .item .overlay-pos {
	margin: 0 auto;
	text-align: center;
}


/* Image with overlay End */

#tt_m .effect-bx .hovereffect {
	padding: 35px;
	padding-bottom: 0px;
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
	background: #e0625d;
}

#tt_m .effect-bx-1 .hovereffect {
	background: #569599;
}

#tt_m .effect-bx-2 .hovereffect {
	background: #ffc520;
}

#tt_m .effect-bx-3 .hovereffect {
	background: #cd7e99;
}

#tt_m .hovereffect .overlay {
	width: 100%;
	position: absolute;
	overflow: hidden;
	left: 0;
	top: auto;
	bottom: 0;
	padding: 9px;
	height: auto;
	outline: none;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

#tt_m .effect-heading {
	color: #FFFFFF;
}

#tt_m .effect-title {
	color: #c1baac;
}

#tt_m .hovereffect h5 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#tt_m .icon-list {
	margin: 0 auto;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: center;
	left: 0px;
}

#tt_m .icon-list i {
	background-color: transparent;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}

#tt_m img:hover {
	opacity: 1;
}

#tt_m .effect-title {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
}

#tt_m .hovereffect h5,
#tt_m .effect-bx .hovereffect p {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
	visibility: visible;
}

#tt_m .hovereffect:hover .overlay,
#tt_m .hovereffect:hover h5,
#tt_m .hovereffect:hover p {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#tt_m .hovereffect:hover h5,
#tt_m .hovereffect:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}


/* */

#tt_m .team-tle {
	font-style: italic;
	color: #c1baac;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 5px;
}


/* change duration  */

#tt_m .animated {
	-webkit-animation-duration: 1000 ms;
	animation-duration: 1000 ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}


/* .owl-animated in and out*/

#tt_m .owl-animated-out {
	z-index: 1
}

#tt_m .owl-animated-in {
	z-index: 0
}


/* .fadeOut is style taken from Animation.css and this is how it looks in owl.carousel.css:  */

#tt_m .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Social Icons End */

#tt_m .cnt-pos-cnt {
	padding-top: 60px;
}

#tt_m .hero-bkg-animated {
	background: #f5f8fb url('https://via.placeholder.com/1980x651/333333') repeat-x 0 0;
	width: 100%;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	-webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: -400px 0;
	}
}

@media only screen and (max-width: 414px) {
	.centered p {
		font-size: 10px;
	}
	 .text-cover {
		font-size: 1.8rem;
		margin-top: 14px;
	}
	#tt_m .card {
		width: 80%;
		margin: 0 auto;
	}
	#tt_m .owl-carousel .owl-nav .owl-prev {
		top: 45%;
		left: 2%;
	}
	#tt_m .owl-carousel .owl-nav .owl-next {
		top: 45%;
		right: 2%;
	}
	#tt_m .box-2-hover {
		padding: 10px;
	}
	#tt_m .profile-user {
		left: 15px;
		font-size: 10px;
	}
}
/* Background animation */
#tt_m .bg-animation{
	color: #fff;
	background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
