﻿/* 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;
}

.advisors.home-concept-one .advisors-item > .holder > .data h5 a{
	color:#d5c79a;
}

.advisors.home-concept-one .advisors-item > .holder > .data p{
	margin:0px 0px 3px 0px;
	color:#fff;
}

.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:#a68f65;
	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:#e8dcb4;
}

/* 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(45,36,27,0.9);
	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;
}

.advisors.home-concept-two .advisors-item > .holder > .pic > .overlay .btn{
	margin:5px 0px 15px 0px;
	padding:4px 12px 7px 15px;
	background:#a68f65;
	border-radius:0;
	font-size:15px;
	color:#fff;
	line-height:25px;
	text-shadow:0px 2px 2px rgba(0,0,0,0.1);
	cursor:pointer;
	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{
}

.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:#ede5ca;
	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:#2f2f39;
	line-height:25px;
}

.advisors.home-concept-two .advisors-item > .holder > .data h4 a{
	color:#2f2f39;
}

.advisors.home-concept-two .advisors-item > .holder > .data h5{
	margin:0px 0px 10px 0px;
	font-weight:400;
	font-size:15px;
	color:#585858;
	line-height:23px;
}

.advisors.home-concept-two .owl-dots{
	width:100%;
	height:auto;
	margin:30px 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:#a68f65;
	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:#e8dcb4;
}