﻿
::-webkit-scrollbar {
    background:#0c95ec;
    width:10px;
    height: 25%;
}

	.footer-2 {
    display: inline-block;
    flex: unset !important;
   /* width: auto !important;*/
    position: relative;
  /*  max-width: max-content !important;*/
}

.pr2-0{
    padding-right: 0!important;
}
.bg-l {
    /*background: #fbf2d0; */
	background:url(../images/heading-bg.jpg) no-repeat;
	background-size:cover;
    /*height: calc(100vh - 0px);*/ 
	min-height:320px;
}
.bg-p {
    background: #faffe8;
    border: 5px solid white;
   /* box-shadow: inset 0 0 0 7px #343434;*/
    border-radius: 10px;
    padding: 5px;
/*	background:url(../images/p-bg.jpg) no-repeat; 
	background-size:cover;*/
}
.lg\:order-12 {
    order: 12;
}



.button {
  display: inline-block;
  padding: 5px 1.25rem;
  border-radius:10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.button:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#0c95ec;
  border-radius: 10px;
  z-index: -2;
}
.button:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #222;
  transition: all 0.3s;
  border-radius: 10px;
  z-index: -1;
}
.button:hover {
  color: #fff;
}
.button:hover:before {
  width: 100%;
}

.meta2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    color: #767575;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.meta2 .date2 i {
    color: #11202D;
    font-size: 16px;
	font-weight: 600;
}

.meta2 .date2 {
    margin-right: 17px;
    color: #11202D;
    font-weight: 600;
}



.team-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    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-popup img {
        width:100%;
    margin: 0 auto;
    display: block;
}


.circle-img {
    position: absolute;
    z-index: 0;
}

.team-detail {
    z-index: 1;
    max-width: 945px;
    margin: 30px auto;
    /*box-shadow: 1px 2px 10px 3px #c3c3c3;*/
    background: #fff;
    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:30px solid #fff;
}

.team-designation {
    background: #6d9900;
    width: max-content;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
    border-radius: 14px 0;
}

.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 #31a848;
  margin: 10px 0px;
}
.team-brif {
    padding:5px 0px 3px 0px;
}

.team-brif2 {
    padding: 2px 0;
}
.team-edu {
    color: #b7b7b7;
    font-size: 16px;
    margin: 0px auto 15px;
}

.team-name {
    font-size:20px;
    line-height: 25px;
    /*margin: 15px auto 0;*/
    font-weight: bold;
	
}

.team-name2 {
    font-size:32px;
    line-height: 38px;
    font-weight: 500; 
	text-align:center; 
	color:#fff; 
	letter-spacing:1px;
	transform: translateY(50%);
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
               0px 8px 13px rgba(0,0,0,0.1),
               0px 18px 23px rgba(0,0,0,0.1);
}

.guest-heading {
    border-left: 4px solid #0c95ec;
    padding-left: 10px;
    width: fit-content;
    margin-bottom: 6px;
}


.one {
  text-align: center;
  padding-bottom: 5px;
}
.one:before {
  width: 28px;
  height: 5px;
  display: block;
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -14px;
  background-color:#0a4e93;
}
.one:after {
  width: 100px;
  height: 2px;
  display: block;
  content: "";
  position: relative;
  margin-top:10px;
  left: 50%;
  margin-left: -50px;
  background-color:#0a4e93;
}

.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:10px;
	    font-size: 18px; 
		line-height:28px;
}

.team-detail-scroll {
    position: relative;
    z-index: 0;
}

.team-detail .row {
/*    display: flex;
    align-items: center;
    margin: 0;*/
}

.close-team-btn {
    width: 45px;
    height: 45px; 
	line-height:45px;
    top: 15px;
    z-index: 99;
    position: absolute;
    right: 20px;
    border: 0px solid #6d9901;
    /**/
    border-radius: 50%;
    /* box-shadow: 0 0 5px #6d9901; */
    margin-top: 0px;
    background:#0c95ec;
    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: #fff;
		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: 24px;
    }
	
	.bg-l {
    min-height: 150px;
	padding: 4px;
}

.close-team-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
    top:60px;
    z-index: 9;
    position: absolute;
    right: 15px;

}
.pr2-0{
    padding-right: 15px!important;
}
.team-detail {
    width: calc(100% - 60px);
    max-height: calc(85% - 60px);
	margin-top: 80px;
	border: 10px solid #fff;

}
.team-name2 {
    font-size: 24px;
    line-height: 30px;
    transform: translateY(25%);

}
.team-intro p {
    text-align: left;
}

	.footer-2 {
    width: auto !important;
    max-width: max-content !important;
}

}
