@charset "utf-8";
/* CSS Document */

.griha-team .griha-team-left{
	width: 100%;
	margin-bottom: 20px;
}
.griha-team .griha-team-right{
	max-width: 890px;
	margin: 0 auto;
	width: 100%;
}
.griha-team .griha-team-right{
	position: relative;
}
.griha-team .thum-arrows{
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	background-color: #fff;
	padding: 6px 12px;
	font-size: 0;
	line-height: 0;
}
.griha-team .thum-arrows a{
	display: inline-block;
	width: 25px;
    height: 25px;
    border-radius: 2px;
    border: 1px solid #eee;
    margin: 0;
    cursor: pointer;
	padding: 0;
	font-size: 0;
	line-height: 0;
}
.griha-team .thum-arrows .thum-arrow-prev{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.822' height='16.833' viewBox='19.116 30.255 15.822 16.833' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill='%235f5f5f' d='M24.835 38.655l8.103 7.701h-3.85l-8.103-7.701 8.103-7.668h3.85l-8.103 7.668z'/%3E%3C/svg%3E") center center no-repeat #fff;
	background-size: 54% auto;
	margin-right: 7px;
}
.griha-team .thum-arrows .thum-arrow-next{
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.822' height='16.833' viewBox='19.116 30.255 15.822 16.833' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill='%235f5f5f' d='M20.985 30.987h3.85l8.103 7.668-8.103 7.701h-3.85l8.103-7.701-8.103-7.668z'/%3E%3C/svg%3E") center center no-repeat #fff;
	background-size: 54% auto;	
	margin-left: 7px;
}
.griha-team .griha-team-slider{
	border: 4px solid #fff;
    box-shadow: 0 0 5px 2px #ebebebe0;
}
.griha-team .griha-team-slide img{
	width: 100%;
	height: auto;
	display: block;
}
.griha-team .griha-team-wrap .griha-team-list{
	background-color: #cfecff;
	max-width: 300px;
	width: 100%;
	margin-bottom: 15px;
}
.griha-team .griha-team-wrap .griha-team-list ul{
	margin: 0;
	padding: 0 13px 15px 13px;
	font: normal 1.2rem / 1.6rem 'Poppins', serif;
}
.griha-team .griha-team-wrap .griha-team-list h4{
	display: block;
	color: #fff;
	background-color: #3595d4;
	padding: 8px 13px;
}
.griha-team .griha-team-wrap .griha-team-list ul li{
	margin: 0 0 5px 0;
	padding: 0 0 5px 15px;
	border-bottom: 1px dashed #87c6f0;
}
.griha-team .griha-team-wrap .griha-team-list ul li:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.griha-team  .image-thumb{
	position: relative;
}
@media only screen and (min-width: 600px){
	.griha-team  .griha-team-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
	.griha-team .griha-team-wrap .griha-team-list{
		width: 48%;
		margin: 1%;
	}
	.griha-team .griha-team-wrap .griha-team-list{
		max-width: 100%;
	}
}
@media only screen and (min-width: 768px){
	.griha-team .griha-team-wrap .griha-team-list{
		width: 31.3%;
		margin:0 1%;
	}
	.griha-team .griha-team-wrap .griha-team-list ul{
		font-size: 1.4rem;
		line-height: 1.8rem;
	}
}
@media only screen and (min-width: 921px){
	
}
@media only screen and (min-width: 1025px){
	
}
@media only screen and (min-width: 1339px){
	.griha-team .griha-team-cont{
		justify-content: space-between;
	}
	.griha-team .griha-team-left{
		width: 58%;
		margin-bottom: 0;
		margin-right: 15px;
	}
	.griha-team .griha-team-right{
		width: 38%;
		max-width: 613px;
	}
	.griha-team .griha-team-right{
		margin-left: 0;
		margin-top: 0;
		margin-right: 0;
	}
}
@media only screen and (min-width: 1500px){
	
}