﻿
.white-popup p {
    text-indent: -67px;
    padding-left: 67px;
}

.white-popup p span {
    font-weight: 600;
}

.white-popup p a {
    padding-left: 67px;
}


.wrapper__video {
    object-fit: 100%;
    width: 100%;
    height: 100%;
}

.desk-video {
    display: block;
}


.team-detail::-webkit-scrollbar-thumb {
    background: #006cb5;
    height: 25%;
}

.team-detail::-webkit-scrollbar {
    width: 5px!important;
}

.team-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(-150%);
    transition: all ease-in-out 0.35s;
}

    .team-popup.show {
        transform: translateY(0%);
    }

.overlay_team {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 0;
    transform: scale(0);
}

.team-popup.show > .overlay_team {
    opacity: 1;
    transform: scale(1);
}

.team-img
{
    width: 100%;
    /*text-align: center;*/
}

.team-popup img {
    width: 100%;
}

.circle-img {
    position: absolute;
    z-index: 0; 
	background:url(../images/team-bg.png); 
	background-repeat:no-repeat; 
	background:cover;
	background-position: center center;
	
}

.team-detail {
    z-index: 1;
   /* max-width: 900px;*/
    max-width: 450px;
    margin: 15px auto;
    /*box-shadow: 1px 2px 10px 3px #c3c3c3;*/
   /* background: #fff;*/ 
   background:url(../images/bg/speakers-bg1.jpg); 
   background-position:center; 
   background-repeat:no-repeat; 
   background-size:cover;
    text-align: justify;
    position: relative;
    width: calc(100% - 30px);
    max-height: calc(100% - 60px);
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 15px;
	border: 10px solid #006cb5;
    padding:15px 10px; 
	transform: translate(0px, 50%);
}

.team-designation {
    background:#afd3ff;
    width: max-content;
    padding: 5px 15px;
    color:#1a0a1e;
    font-size: 20px;
    border-radius:0px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 600; 
	font-family:"Big Shoulders Display", cursive;
	letter-spacing: 1px;
}

.rounded-circle2 {
/* border-radius: 50%!important;
   box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  border: 5px solid #006cb5;*/
  margin: 10px 0px;
}
.team-brif {
    padding: 10px 0px 10px 0px;
}

.team-brif2 {
    padding: 2px 0;
}
.team-edu {
    font-weight: 600;
    color: #1a0a1e;
    font-size: 15px;
    margin: 0px auto 5px;
}

.team-name {
    font-size: 20px;
    line-height: 25px;
    /*margin: 15px auto 0;*/
    font-weight: 600;
    color: #1a0a1e;
}

.guest-heading {
    border-left: 4px solid #0c95ec;
    padding-left: 10px;
    width: fit-content;
    margin-bottom: 6px;
}

.team-name-d {
    font-size: 18px;
    line-height: 25px;
    /*margin: 15px auto 0;*/
    font-weight: 600;
    color: #1a0a1e;
}

.guest-heading-d {
    border-left: 4px solid #0c95ec;
    padding-left: 10px;
    width: fit-content;
    margin-bottom: 10px; 
	margin-top:10px;
}

.team-title-label {
    color: #6d9901;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 16px;
    width: max-content;
    position: relative;
}


    .team-title-label:after {
        position: absolute;
        content: '';
        width: 100px;
        height: 2px;
        border: 1px dashed #6d9901;
        /*background:#fff;*/
        bottom: -5px;
        left: 0;
    }

.connect-team-on:after {
    opacity: 0;
}

.connect-team-on {
    margin: 0;
    font-size: 13px;
    margin-right: 5px;
}

.team-social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .team-social .fsocial a {
        box-shadow: 0 0 5px 3px #e2e2e2;
        min-width: unset;
        min-height: unset;
        padding: 0;
        margin: 0 3px;
    }
    .team-social .fsocial a {
    width:auto;
    height:auto;
    }
        .team-social .fsocial a i {
            font-size: 14px;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

.team-intro p {
       margin-bottom: 5px;
    font-size: 16px;
    font-weight:500;
    color: #1a0a1e;
}

.team-detail-scroll {
    position: relative;
    z-index: 0;
}


.team-popup .team-detail .speaker-info-list .title {
font-size:16px; 
font-weight:500;

}


.team-detail .row {
    display: flex;
    /*align-items: center;*/
    margin: 0;
}

.close-team-btn {
    width: 45px;
    height: 45px; 
	line-height:25px;
    top:2px;
    z-index: 99;
    position: absolute;
    right: 10px;
    border-radius: 50%;
    /* box-shadow: 0 0 5px #6d9901; */
    margin-top: 0px;
    background: transparent;
    cursor: pointer; 
	text-align:center;
}

    .close-team-btn .fa-custome-close::after, .close-team-btn .fa-custome-close::before {
        /* background: #6d9901; */
    }

    .close-team-btn .fa-custome-close {
    top: 6px;
    left: 4px;
    width: 75%;
    color:#303030;
    font-size: 25px;
    }


@media (max-width:525px) {
    .team-detail .row {
       /* flex-direction: column-reverse;*/
    }

    .connect-team-on {
        margin: 0 0 10px;
    }

    .team-social {
        flex-direction: column;
    }

    .team-name {
        font-size: 18px;
    }
	
	.close-team-btn {
    width: 40px;
    height: 40px;
    top: 10px;
    z-index: 1;
    position: fixed;
    right: 10px;

}

.team-popup img {
    width:50%;
}

.team-detail {
	transform: translate(0px, 5%); 
	padding:2px;
}

.rounded-circle2 {
    margin: 0px 0px;
}


}
