
.addl_wrapper{
	padding:100px 0;
}
.addl_container{
	max-width: 1400px;
	margin:0 auto;
	display:block;
}
.padd_100{
	padding:100px 0;
}
.padd_t30{
	padding-top:30px;
}
.padd_t50{
	padding-top:50px;
}
.padd_t80{
	padding-top:80px;
}
.padd_80{
	padding:100px 0;
}
.addl_cont h2{
	font-size:28px;
	font-weight: 700;
	margin-bottom:20px;
	color: var(--font-color);
}
.addl_cont p{
	font-size:16px;
	margin-bottom:10px;
}
.gap30{
	grid-gap:30px;
}
.gap50{
	grid-gap:50px;
}

.mtt_contianer {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap:60px 40px;
    flex-wrap:wrap;
}
.mtt_sec h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 35px;
    line-height: 38px;
    letter-spacing: 2px;
    color: var(--font-color);
    text-align:center;
}
.mtt_card {
    text-align:center;
    min-height:310px;
    max-width:200px;	
    position:relative;
    overflow:hidden;
}
.mtt_card h2 {
    color: var(--secondary-color);
    font-size: 22px;
}
.mtt_card p {
    color: var(--font-color);
    text-align: center;
    font-size: 15px;
    line-height: 180%;
    margin-bottom: 0;
}

.mtt_card img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 15px;
}
.mtt_card a.social_icon_link {
	position:absolute;
    width: 30px;
    height: 30px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    transition: all 280ms ease;
    border-radius: 3px;
    top: 10px;
    right: -30px;
}
.mtt_card a.social_icon_link:hover {
    background-color: var(--secondary-color);
}
.mtt_card:hover a.social_icon_link {
    right: 10px;
}

.team_grid{
	display:grid;
	grid-template-columns:repeat(3,1fr);
}
.team_item {
    border: 1px solid #f0f0f7;
    border-radius: 10px;
    position: relative;
    margin-bottom: 50px;
}
.member_img {
    min-height: 400px;
    background-size: cover;
    background-position: top;
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow:hidden;
    cursor:pointer;
}

.social_icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    display: flex;
    align-items: center;
    flex-direction: column;
    transition:0.5s;
    
}
.member_img:hover .social_icon{
	transform: translateY(-50%) translateX(-10px);
}
.social_icon a {
    width: 50px;
    height: 50px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    transition:0.5s;
}
.social_icon a:not(:last-child){
	border-bottom:1px solid #fff;
}
.social_icon a:last-child{
	border-radius: 0 0 5px 5px;
}
.social_icon a:first-child{
	border-radius:5px 5px 0 0;
}
.social_icon a:hover{
	background-color:var(--secondary-color);
}
.member_cont {
    position: absolute;
    max-width: calc(100% - 20px);
    margin: 0 auto;
    transform: translate(40px,28px);
    bottom: 0;
    background: #fff;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    transition:0.5s;
    box-shadow: 0 5px 10px #16161654;
}
.team_item:hover .member_cont {
	transform: translate(10px,-12px);
}
.member_cont h3{
	font-size:26px;
	color:var(--secondary-color);
	margin:0 0 10px;
}
.position{
	font-size:15px;
	color:#333;
}

.faq_section{
	background: var(--sec_bg);
}
/*Accordion Start*/
.panel-default>.panel-heading {
	color: #fff;
	background-color: #3facbe;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 12px;
	text-decoration:none;
	position:relative;
	width:100%;
	font-weight: 600;
	line-height: 150%;
	font-size: 18px
}

.panel-body {
    padding: 10px 20px;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: absolute;
	top: 19%;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 30px;
	color: #fff;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
	right: 20px;
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "-";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "+";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-body{
	color: var(--darkgrey-clr);
	border: 0 !important;
}
.panel-body h4 {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 600;
    font-family: 'butler';
    letter-spacing: 0.6px;
    margin: 25px 0 15px;
}
.addl_container ul li {
    list-style: none;
    line-height: 1.6;
    font-size: 16px;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #555;
    position: relative;
}
.addl_container ul li:before{
    position: absolute;
    content: '\f111';
    font-family: 'FontAwesome';
    font-size: 8px;
    color: var(--light-gray);
    left: 15px;
    top: 7px; 
}
.panel-heading{
	position: relative;
}
.panel.panel-default {
    border: 0;
    border: 1px solid #722d7e17;
    border-radius: 0px;
    margin-bottom:15px;
    /*padding: 20px 15px 20px 40px;*/
    background: #fff;
}
.panel.panel-default:nth-child(1){
	border-top:0;
}
.panel-group .panel+.panel {
     margin-top: 0px; 
}
.panel-group {
    margin:0 0;
}
/*Accordion End*/

@media (max-width: 1440px) {
	.addl_container{
		padding:0 50px;
	}
}
@media (max-width: 1200px) {
	.gap50{
		grid-gap:30px;
	}
	.member_cont h3 {
    	font-size: 22px;
	}
	.addl_wrapper {
	    padding: 80px 0;
	}
}


@media (max-width: 992px) {
	.team_grid {
	    grid-template-columns: repeat(2,1fr);
	}
	.addl_wrapper {
	    padding: 60px 0;
	}
	.addl_container {
	   padding: 0 30px;
	}
	
	.addl_cont h2 {
	    font-size: 22px;
	}
	.addl_cont p,
	.panel-default>.panel-heading a{
    	font-size: 15px;
	}
	
}

@media(max-width:768px){
	.member_img{
		min-height: 330px;
	}
	.member_cont {
		transform: translate(10px,38px);
	    padding: 10px;
	}
	.member_cont h3 {
	    font-size: 20px;
	}
	.position {
	    font-size: 14px;
	}
	.addl_wrapper {
	    padding: 40px 0;
	}
}
@media(max-width:575px){
	.sub_head{
		font-size:20px;
	}
	.panel-default>.panel-heading a{
		width:95%;
		font-size:16px;
	}
	.panel-body{
		padding: 5px 10px 20px 15px;
	}
	.panel-default>.panel-heading a:after{
		right:-10px;
	}
	
	.panel-default>.panel-heading a:after { 
	    font-size: 26px; 
	}
    .team_grid {
	    grid-template-columns: auto;
	}
    
}
@media(max-width:480px){
	.addl_container{ 
		padding: 0 15px;
	}
	
} 
@media(max-width:380px){ 
	
} 
