/*---------------------------------------
   SECTION: SERVICES    
-----------------------------------------*/

.services-wrap {
	position: relative;
	padding-bottom: 50px;
	text-align: center;
}

.services {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
}

.single-service {
	padding: 40px 20px 40px 20px;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.services-wrap .service-box {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.single-service > h3 > a:hover,
.service-icon > a:hover {
	text-decoration: none;
}

.services-wrap > .service-box {
	width: 31.5%;
	margin: 0 1%;
	margin-bottom: 30px;
	vertical-align: top;
}

.services-wrap > .service-box:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.services-wrap > .service-box:nth-child(3n) {
	clear: right;
	margin-right: 0;
}

.service-icon {
	margin-bottom: 35px;
	font-size: 60px;
}

.single-service h3 {
	margin-bottom: 15px;
	padding-top: 5px;
	color: #1395ba;
}

.galcolumn .single-service {
	width: 100%;
}

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


/*---------------------------------------
 SECTION: TESTIMONIALS
-----------------------------------------*/

.testimonials {
	border-bottom: 1px solid #eaebec;
	background-color: #fff;
	text-align: center;
}

.testimonials .section-overlay-layer {
	padding-bottom: 20px;
}

.feedback {
	margin-bottom: 45px;
	padding: 0 30px;
}

.feedback .pic-container {
	position: absolute;
	top: -40px;
	width: 100%;
}

.feedback .pic-container-inner {
	display: inline-block;
	overflow: hidden;
	width: 170px;
	height: 170px;
	border: 5px solid #e5e5e5;
	border-radius: 50%;
	background-color: #f5f5f5;
	background-clip: padding-box;
	box-shadow: 0 0 0 5px #f5f5f5;
}

.feedback .pic-container img {
	width: 100%;
}

.feedback p {
	margin-top: 20px;
	margin-bottom: 0;
	font-style: italic;
}

.feedback h5 {
	margin-bottom: 0;
}

.feedback-text-wrap {
	padding: 0 20px;
}

.testimonials-box {
	width: 100%;
	text-align: center;
}

.testimonials-wrap {
	position: relative;
}

.testimonials-wrap .testimonials-box {
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.testimonials-box .feedback {
	position: relative;
	margin: 40px 0 30px 0;
	padding: 145px 0 40px 0;
	border-radius: 3px;
	background: #fff;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.testimonials-box .feedback:hover {
	border-bottom-color: #f16c20;
}

.galcolumn .testimonials-box {
	width: 100%;
}

.testimonials-wrap > .testimonials-box {
	width: 31.5%;
	margin: 0 1.15% 0 1.15%;
	margin-bottom: 30px;
	vertical-align: top;
}

.testimonials-wrap > .testimonials-box:nth-child(3n+1) {
	clear: left;
	margin-left: 0;
}

.testimonials-wrap > .testimonials-box:nth-child(3n) {
	clear: right;
	margin-right: 0;
}


/*---------------------------------------
  SECTION: TEAM
-----------------------------------------*/

.team {
	border-bottom: 1px solid #eaebec;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 50%;
	background-size: cover;
}

.team .section-overlay-layer {
	padding-bottom: 50px;
	background: rgba(13, 60, 85, 0.8);
}

.team .sub-heading {
	color: #fff;
}

.team .dark-text {
	color: #fff;
}

.team-member {
	overflow: hidden;
	position: relative;
	min-height: 100px;
	margin-bottom: 25px;
	border-radius: 50%;
}

.team-member .social-icons {
	position: relative;
	margin-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	opacity: 1;
	-webkit-transition: all ease 0.55s;
	transition: all ease 0.55s;
}

.team-member .social-icons li {
	display: inline-block;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
}

.team-member .social-icons li a {
	opacity: 0.9;
}

.team-member .social-icons li a:hover {
	opacity: 1;
	text-decoration: none;
}

.team-member:hover .social-icons {
	opacity: 1;
}

.member-pic {
	width: 183px;
	height: 183px;
	border: none;
	border-radius: 0;
}

.member-pic img {
	width: 183px;
	height: 183px;
}

.member-details {
	display: table;
	overflow: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 183px;
	height: 183px;
	color: #fff;
	background: rgba(0,0,0,0);
	text-align: center;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.member-details h5 {
	margin: 0;
	margin-bottom: 5px;
	color: #fff;
}

.team-member-wrap {
	text-align: center;
}

.team-member-wrap .team-member-box {
	display: inline-block;
	float: none;
	margin-right: -4px;
	padding-right: 55px;
	padding-bottom: 30px;
	padding-left: 55px;
	vertical-align: top;
}

.member-details-inner {
	display: table-cell;
	vertical-align: middle;
}

.team-member:hover .member-details {
	bottom: 0;
	background: rgba(241,108,32,0.7);
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.team-member-wrap .team-member-box {
		padding-right: 30px;
		padding-left: 30px;
	}
}
