

/*** 

====================================================================
			Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 130px 0 25px;
}

.team-section .row{
	margin:0 -18px;
}

.team-section .team-block{
	position: relative;
	margin-bottom: 50px;
	padding: 0 18px;
}

.team-block .inner-box{
	position: relative;
}

.team-block .image-box .image{
	position: relative;
	overflow: hidden;
}

.team-block .image-box img{
	width: 100%;
	height: auto;
	display: block;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.team-block .image-box:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.team-block .image-box .social-links{
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 15px 0 5px;
	background-color: #ffffff;
}

.team-block .image-box .social-links li{
	position: relative;
	display: block;
	height: 25px;
	width: 50px;
	margin-bottom: 10px;
	text-align: center;
}

.team-block .image-box .social-links li a{
	display: block;
	font-size: 12px;
	line-height: 25px;
	color: #111111;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .image-box .social-links li:hover a{
	color: #f44438;
}

.team-block .info-box{
	position: relative;
	background-color: #ffffff;
	text-align: center;
	padding: 35px 0 25px; 
	-webkit-box-shadow: 0 14px 24px rgba(239,239,239,.75);
	-moz-box-shadow: 0 14px 24px rgba(239,239,239,.75);
	-ms-box-shadow: 0 14px 24px rgba(239,239,239,.75);
	-o-box-shadow: 0 14px 24px rgba(239,239,239,.75);
	box-shadow: 0 14px 24px rgba(239,239,239,.75);
}

.team-block .info-box .name{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 30px;
	color: #3c4858;
	font-weight: 600;
	margin-bottom: 5px;
}

.team-block .info-box .name a{
	color: #3c4858;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-block .info-box .name a:hover{
	color: #f44438;
}

.team-block .info-box .designation{
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #f44437;
	font-weight: 400;
}


/** team-ex-section **/

.team-ex-section{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.team-ex-block .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 15px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
  padding: 30px;
}

.team-ex-block .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 15px;
  background-color: #6b3ba9;
}

.team-ex-block .inner-box .image-box img{
  width: 100%;
  border-radius: 15px;
  transition: all 500ms ease;
}

.team-ex-block .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.team-ex-block .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 30px;
}

.team-ex-block .inner-box .lower-content .share-option{
  position: absolute;
  top: -23px;
  right: 35px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  z-index: 1;
}

.team-ex-block .inner-box .lower-content .share-option .share-icons{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  background-color: #f44438;
  z-index: 1;
}

.team-ex-block .inner-box .lower-content .share-option .social-links{
  position: absolute;
  right: 0px;
  bottom: 0px;
  transform: scaleY(0);
  transform-origin: bottom center;
  transition: all 500ms ease;
}

.team-ex-block .inner-box:hover .lower-content .share-option .social-links{
  transform: scaleY(1);
  bottom: 80px;
}

.team-ex-block .inner-box .lower-content .share-option .social-links li{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.team-ex-block .inner-box .lower-content .share-option .social-links li:last-child{
  margin-bottom: 0px;
}

.team-ex-block .inner-box .lower-content .share-option .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #222;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  transition: all 500ms ease;
}

.team-ex-block .inner-box .lower-content .share-option .social-links li a:hover{
  color: #ffffff;
  background-color: #f44438;
}

.team-ex-block .inner-box .lower-content h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 3px;
}

.team-ex-block .inner-box .lower-content h4 a{
  display: inline-block;
  color: #3c4858;
  transition: all 500ms ease;
}

.team-ex-block .inner-box .lower-content h4 a:hover{
  color: #f44438;
}

.team-ex-block .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 15px;
  color: #808080;
}

.team-ex-section .new-sec-title{
  margin-bottom: 50px;
}


/** team-ex-section-two **/

.team-ex-section-two{
  position: relative;
  padding: 145px 0px 150px 0px;
}

.team-ex-block-two .inner-box{
  position: relative;
  display: block;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 10px 40px rgb(0 0 0 / 10%);
  padding: 50px 50px 43px 50px;
}

.team-ex-block-two .inner-box .image-box{
  position: relative;
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
}

.team-ex-block-two .inner-box .image-box .image{
  position: relative;
  display: block;
  width: 270px;
  height: 270px;
  border-radius: 50%;
}

.team-ex-block-two .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background-color: #0c1529;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  transform: scale(0,0);
  border-radius: 50%;
  opacity: 0.5;
  z-index: 1;
  transition: all 500ms ease;
}

.team-ex-block-two .inner-box:hover .image-box .image:before{
  transform: scale(1,1);
}

.team-ex-block-two .inner-box .image-box .image img{
  width: 100%;
}

.team-ex-block-two .inner-box .image-box .social-links{
  position: absolute;
  left: 112px;
  bottom: 25px;
  transition: all 500ms ease;
}

.team-ex-block-two .inner-box .image-box .social-links li{
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
}

.team-ex-block-two .inner-box .image-box .social-links li:nth-child(2){
  left: -66px;
  top: -19px;
}

.team-ex-block-two .inner-box .image-box .social-links li:last-child{
  left: 66px;
  top: -19px;
}

.team-ex-block-two .inner-box .image-box .social-links li a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  font-size: 15px;
  color: #0c1529;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 10px 30px rgb(0 0 0 / 15%);
  z-index: 1;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.team-ex-block-two .inner-box:hover .image-box .social-links li a{
  transform: scale(1,1);
}

.team-ex-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 49px;
}

.team-ex-block-two .inner-box .image-box .social-links li a:hover{
  color: #ffffff;
  background-color: #f44438;
}

.team-ex-block-two .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #3c4858;
  font-weight: 700;
  margin-bottom: 2px;
}

.team-ex-block-two .inner-box .lower-content h4 a{
  display: inline-block;
  color: #3c4858;
  transition: all 500ms ease;
}

.team-ex-block-two .inner-box .lower-content h4 a:hover{
  color: #f44438;
}

.team-ex-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
}

.team-ex-block-two .inner-box .lower-content .share-btn{
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.team-ex-block-two .inner-box .lower-content .share-btn a{
  position: relative;
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  background-color: #ffffff;
  font-size: 15px;
  color: #3c4858;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 0px 30px rgb(0 0 0 / 20%);
  transition: all 500ms ease;
}

.team-ex-block-two .inner-box:hover .lower-content .share-btn a{
  color: #ffffff;
  background-color: #f44438;
}

.team-ex-section-two .new-sec-title{
  margin-bottom: 50px;
}