.selfie-listing {
display: inline-block;
float: left;
width: 100%;
text-align: center;
margin: 40px 0px;
}
.selfie-listing h1 {
color: #3f3a64;
font-size: 33px;
font-weight: 600;
margin-bottom: 5px;
margin-top: 0px;
text-align: center;
}
.selfie-listing p {
font-weight: 300;
font-size: 18px;
color: #2c2c2c;
line-height: 23.61px;
margin-bottom: 25px;
}
.selfie-outer {
margin-bottom: 30px;
}
.team-member,
.team-member .team-img {
position: relative;
}
.team-member {
  overflow: hidden;
  background-color: #f9f9f9;
}
.team-member, .team-member .team-img {
    position: relative;
    display: inline-block;
    text-align: center;
  }
.team-hover {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: 0;
border: 20px solid rgba(0, 0, 0, 0.1);
background-color: rgba(255, 255, 255, 0.9);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
top: 55%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
opacity: 1;
}
.team-hover .desk {
position: absolute;
top: 0%;
width: 100%;
opacity: 0;
-webkit-transform: translateY(-55%);
-ms-transform: translateY(-55%);
transform: translateY(-55%);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
padding: 0 20px;
}
.desk,
.desk h4,
.team-hover .s-link a {
text-align: center;
color: #222;
}
.team-member:hover .team-hover .s-link {
bottom: 10%;
}
.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
opacity: 1;
}
.team-hover .s-link {
position: absolute;
bottom: 0;
width: 100%;
opacity: 0;
text-align: center;
-webkit-transform: translateY(45%);
-ms-transform: translateY(45%);
transform: translateY(45%);
-webkit-transition: all 0.3s 0.2s;
transition: all 0.3s 0.2s;
font-size: 35px;
}
.team-title {
position: static;
padding: 13px 0;
display: inline-block;
letter-spacing: 2px;
width: 100%;
background-color: #00933b;
}
.team-title h5 {
margin-bottom: 0px;
display: block;
text-transform: uppercase;
color: #fff;
margin-top: 0px;
}
.team-title span {
font-size: 12px;
text-transform: uppercase;
color: #fff;
letter-spacing: 1px;
}
.selfie-more {
font-size: 19px;
font-weight: 500;
background-color: transparent;
border-bottom: 1px solid #fb922c;
padding: 0px;
border-radius: 0px;
margin-top: 25px;
color: #00933b;
}
.selfie-more:hover {
font-size: 19px;
font-weight: 500;
background-color: transparent;
border-bottom: 1px solid #00933b;
padding: 0px;
border-radius: 0px;
margin-top: 25px;
color: #fb922c;
}
.har-ghar-tiranga-section {
display: inline-block;
float: left;
width: 100%;
margin: 40px 0px;
}
.har-ghar-tiranga-section h2 {
color: #3f3a64;
font-size: 33px;
font-weight: 600;
margin-bottom: 21px;
margin-top: 0px;
text-align: left;
}
.har-ghar-tiranga-section p {
font-weight: 400;
font-size: 18px;
color: #2c2c2c;
line-height: 25px;
margin-bottom: 25px;
text-align: justify;
}
.sailent-features-section {
display: inline-block;
float: left;
width: 100%;
margin: 40px 0px;
background-image: url("../img/bg.png");
background-size: contain;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed;
}
.sailent-features-section h2 {
color: #3f3a64;
font-size: 33px;
font-weight: 600;
margin-bottom: 21px;
margin-top: 0px;
text-align: center;
}
.sailent-features-section p {
font-weight: 400;
font-size: 18px;
color: #2c2c2c;
line-height: 25px;
margin-bottom: 25px;
text-align: justify;
}
.sailent-features-section ul{
list-style: none;
padding-left: 0px;
}
.sailent-features-section ul li {
font-weight: 400;
font-size: 17px;
color: #2c2c2c;
line-height: 23.61px;
margin-bottom: 25px;
}
.sailent-features-section h3 {
font-size: 22px;
line-height: 29px;
font-weight: 400;
color: #005e20;
}
.content-section {
display: inline-block;
float: left;
width: 100%;
}
.selfie-modal .modal-dialog {
width: 400px;
margin: 80px auto;
}
.selfie-modal .modal-header {
padding: 25px 15px 5px 15px;
border-bottom: none;
}
.selfie-modal  .modal-body {
position: relative;
padding: 30px 45px;
}
.selfie-modal  .modal-body .form-control {
display: block;
width: 100%;
height: 47px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #cfcfcf;
border-radius: 4px;
-webkit-box-shadow: none;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
box-shadow: none;
}
.selfie-modal .modal-content {
box-shadow: 0 5px 15px rgba(0,0,0,.35);
border-radius: 15px;
}
.selfie-modal .modal-backdrop.in {
filter: alpha(opacity=50);
opacity: 0.1;
}
.selfie-modal .modal-title {
line-height: 1.42857143;
color: #3f3a64;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
margin-top: 5px;
text-align: center;
}
.selfie-modal .modal-footer {
padding: 15px;
text-align: center;
margin-bottom: 15px;
border: none;
}
.selfie-modal  .modal-footer .btn{
background-color: #00933b;
padding: 10px 30px;
border-radius: 50px;
color: #fff;
font-size: 15px;
font-weight: 600;
}
.selfie-modal .modal-header .close {
position: absolute;
right: 17px;
top: 13px;
background-color: #fb922c;
border-radius: 50px;
line-height: 18px;
text-align: center;
width: 25px;
height: 25px;
font-size: 17px;
opacity: 1;
color: #fff;
text-shadow: none;
padding-bottom: 4px;
}
.selfie-modal .modal-header .close {
line-height: 18px;
text-align: center;
font-size: 17px;
color: #fff;
text-shadow: none;
}
#upload {
opacity: 0;
width: 100%;
background-color: #cfcfcf;
padding: 10px 15px;
text-align: center;
cursor: pointer;
}
#upload-label {
position: absolute;
top: 50%;
left: 0px;
cursor: pointer;
transform: translateY(-50%);
text-align: center;
right: 0px;
}
.image-area {
border: 2px dashed rgba(200, 200, 200, 0.7);
padding: 1rem;
position: relative;
margin-bottom: 22px;
}
/* .image-area::before {
content: 'Uploaded image result';
color: #4d4d4d;
font-weight: bold;
text-transform: uppercase;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 11px !important;
} */
.image-area img {
z-index: 2;
position: relative;
}
.input-group {
background-color: #fbfbfb;
padding: 10px 15px;
text-align: center;
width: 100%;
margin-bottom: 17px;
cursor: pointer;
}

.team-img {
    height: 260px;
}
.team-img img {
    height: 260px;
}

.team-title h5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 13px !important;
}

