﻿/* home-concept-one */

.advisors.home-concept-one{
}

.advisors.home-concept-one .advisors-item{
	width:100%;
	height:auto;
	float:left;
	padding:0px 1px 0px 1px;
}

.advisors.home-concept-one .advisors-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.advisors.home-concept-one .advisors-item > .holder > .pic{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.advisors.home-concept-one .advisors-item > .holder > .pic img{
	width:100%;
	border-radius:3px;
}

.advisors.home-concept-one .advisors-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.advisors.home-concept-one .advisors-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.advisors.home-concept-one .advisors-item > .holder > .data h5{
	margin:0px 0px 3px 0px;
	color:#d5c79a;
	font-size:16px;
	line-height:23px; 
}

.advisors.home-concept-one .advisors-item > .holder > .data h5 a{
	color:#f8d065;
}

.advisors.home-concept-one .advisors-item > .holder > .data p{
	margin:0px 0px 3px 0px;
	color:#fff;
	font-size:13px;
	line-height: 23px;
}

.advisors.home-concept-one .advisors-item > .holder > .data ul{
	margin:0px 0px 15px 0px;
}

.advisors.home-concept-one .advisors-item > .holder > .data ul li{
	margin:0px 0px 3px 0px;
	color:#fff;
}

.advisors.home-concept-one .advisors-item > .holder > .data ul li a{
	color:#fff;
}

.advisors.home-concept-one .owl-dots{
	width:100%;
	height:auto;
	margin:15px 0px 0px 0px;
	font-size:0;
}

.advisors.home-concept-one.dot-left .owl-dots{
	text-align:left;
}

.advisors.home-concept-one.dot-center .owl-dots{
	text-align:center;
}

.advisors.home-concept-one.dot-right .owl-dots{
	text-align:right;
}

.advisors.home-concept-one .owl-dots > .owl-dot{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	margin:0px 4px 0px 4px;
}

.advisors.home-concept-one .owl-dots > .owl-dot:first-child{
	margin:0px 4px 0px 0px;
}

.advisors.home-concept-one .owl-dots > .owl-dot:last-child{
	margin:0px 0px 0px 4px;
}

.advisors.home-concept-one .owl-dots > .owl-dot > span{
	display:block;
	width:12px;
	height:12px;
	background:#f8d065;
	border-radius:50%;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-one .owl-dots > .owl-dot.active > span{
	background:#ffffff;
}

/* home-concept-two */

.advisors.home-concept-two{
}

.advisors.home-concept-two .advisors-item{
	width:100%;
	height:auto;
	float:left;
}

.advisors.home-concept-two .advisors-item > .holder{
	width:100%;
	height:auto;
	float:left;
}

.advisors.home-concept-two .advisors-item > .holder > .pic{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	overflow:hidden;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .holder{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .holder img{
	width:100%;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1;
	width:auto;
	height:auto;
	padding:30px 30px 30px 30px;
	background:rgba(26,32,45,0.8);
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-two .advisors-item:hover > .holder > .pic > .overlay{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay > .table > .table-cell > *:last-child{
	margin-bottom:0 !important;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay h5{
	margin:0px 0px 7px 0px;
	color:#fff;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay h5 a{
	color:#fff;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay p{
	margin:0px 0px 17px 0px;
	color:#fff;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay ul{
	margin:0px 0px 25px 0px;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay ul li{
	margin:0px 0px 7px 0px;
	color:#fff;
	word-break:break-all;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay ul li a{
	color:#fff;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay ul li i{
	margin-right:10px;
	font-size:16px;
	color: #f8d065;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay .btn{
	margin:5px 0px 15px 0px;
	padding:4px 12px 7px 15px;
	background:#f8d065;
	font-size:15px;
	color:#131822;
	line-height:25px;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	border-radius:3px; 
	font-weight:600; 
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay .btn:hover{
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay .btn i{
	margin-left:5px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay .btn:hover i{
	margin-left:10px;
}
.advisors.home-concept-two .advisors-item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
	padding:14px 15px 16px 15px;
	background:#1a202d;
	text-align:center;
}

.advisors.home-concept-two .advisors-item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.advisors.home-concept-two .advisors-item > .holder > .data h4{
	margin:0px 0px 6px 0px;
	font-size:18px;
	color:#ffffff;
	line-height:25px;
	font-weight:500; 
}

.advisors.home-concept-two .advisors-item > .holder > .data h4 a{
	color:#ffffff;
}

.advisors.home-concept-two .advisors-item > .holder > .data h5{
	margin:0px 0px 10px 0px;
	font-weight:300;
	font-size:14px;
	color:#ffffff;
	line-height:23px;
	font-family: Montserrat;
}

.advisors.home-concept-two .owl-dots{
	width:100%;
	height:auto;
	margin:43px 0px 0px 0px;
	font-size:0;
}

.advisors.home-concept-two.dot-left .owl-dots{
	text-align:left;
}

.advisors.home-concept-two.dot-center .owl-dots{
	text-align:center;
}

.advisors.home-concept-two.dot-right .owl-dots{
	text-align:right;
}

.advisors.home-concept-two .owl-dots > .owl-dot{
	display:inline-block;
	vertical-align:top;
	width:auto;
	height:auto;
	margin:0px 4px 0px 4px;
}

.advisors.home-concept-two .owl-dots > .owl-dot:first-child{
	margin:0px 4px 0px 0px;
}

.advisors.home-concept-two .owl-dots > .owl-dot:last-child{
	margin:0px 0px 0px 4px;
}

.advisors.home-concept-two .owl-dots > .owl-dot > span{
	display:block;
	width:12px;
	height:12px;
	background:#f8d065;
	border-radius:50%;
	cursor:pointer;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-two .owl-dots > .owl-dot.active > span{
	background:#1a202d;
}


/*advisors.home-concept-three*/

.team.element-three{
	width:auto;
	margin-left:-15px;
	margin-right:-15px;
}

.advisors.home-concept-three .advisors-item{
	padding:0px 0px 0px 0px;
}

.advisors.home-concept-three:not(.owl-carousel) .advisors-item{
	float:left;
	margin-bottom:40px;
}

.advisors.home-concept-three .advisors-item > .holder{
	text-align:center;
}

.advisors.home-concept-three .advisors-item > .holder > .pic{
	position:relative;
	overflow:hidden;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > img{
	width:100%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .holder{
position: absolute;
    top: 0;
    left: -10%;
    z-index: 1;
    width: 120%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .holder img{
	width:100%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	padding:20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#081223+60,081223+100&0+60,1+100 */

background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data > .table{
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	margin:0;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data > .table > .table-cell{
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:bottom;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data h5{
	margin-bottom:5px;
	font-weight:500;
	font-size:16px;
	color:#fff;
	line-height:27px;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data h5 a{
	color:inherit;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data p{
	margin-bottom:20px;
	font-size:11px;
	color:#fff;
	line-height:22px;
	letter-spacing:1px;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social{
	margin-bottom:-60px;
	font-size:0;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.advisors.home-concept-three .advisors-item > .holder:hover > .pic > .data ul.social{
	margin-bottom:0;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li{
	display:inline-block;
	vertical-align:top;
	margin:0px 6px 7px 6px;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li a{
	display:block;
	width:30px;
	height:30px;
	background:none;
	border:1px #fff solid;
	border-radius:50%;
}

.advisors.home-concept-three .advisors-item > .holder > .pic > .data ul.social li a i{
	font-size:13px;
	color:#fff;
	line-height:28px;
}
