/* inner-banner */
.inner-banner-section{
    height: 65vh;
    position: relative;
    overflow: hidden;
}
.inner-banner-img {
    height: 65vh;
}
.inner-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.inner-banner-content{
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.inner-banner-content h1{
    color: #FFFFFF;
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 52px;
    margin-bottom: 23px;
}
.inner-banner-content p{
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    width: 758px;
    margin: 0px auto;
    margin-bottom: 50px;
}
.inner-banner-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

/* our values */
.values-heading h2{
    color: #333333;	
    font-family: "Poppins";	
    font-size: 44px;	
    font-weight: 600;	
    letter-spacing: -0.95px;	
    line-height: 48px;	
    text-align: center;
    margin-bottom: 12px; 
}
.values-heading label{
    display: block;
    height: 2px;
    width: 50px;
    background-color: #03a57b;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}
.values-desc{
    width: 820px;
    margin: 0px auto;
}
.values-desc p{
    color: rgb(51,51,51,0.8);
    font-family: "Poppins";	
    font-size: 16px;	
    line-height: 33px;
    text-align: center;
    
}
.values-desc h6 {
    color: rgb(51,51,51);
    font-family: "Poppins";	
    font-size: 22px;	
    line-height: 33px;
    text-align: center;
}
.margin-btm-50 {
    margin: 30px auto !important;
}
/* our-tem */
.our-team{
    background-color: #F9F9F9;
}
.team-mates-details{
    text-align: center;
    border-radius: 6px;	
    background-color: #FFFFFF;	
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.08);
    margin: 0px auto;
    margin-bottom: 30px;
}
.team-mates-image img{
    height: 250px;
    width: 100%;
    object-fit: contain;
    border-radius: 6px 6px 0 0;	
}
.team-mates-desc{
    padding: 20px 0px;
}
.team-mates-desc h1{
    color: #333333;	
    font-family: "Poppins";	
    font-size: 20px;	
    font-weight: 600;	
    letter-spacing: -0.03px;	
    line-height: 32px;	
    text-align: center;
}
.team-mates-desc p{
    color: rgb(51,51,51,0.65);
    font-family: "Poppins";	
    font-size: 16px;	
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;

}


/* gallary */

.gallery-details{
    position: relative;
    margin-bottom: 30px;
    width: 100%;
}
.gallery-play{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}
.gallery-section{
    margin: 0%;
}
.gallery-image img{
    width: 100%;
}
.gallery-play a img {
    height: 50px;
    width: 50px;
}
/* mobile reponsive */
@media screen and (max-width: 767px){
    .inner-banner-content p {
        width: 90%;
        font-size: 14px;
        margin-bottom: 30px;   
    }
    .inner-banner-content h1 {
        font-size: 26px;
        line-height: 36px;
        letter-spacing: 0.5px;
        width: 90%;
        margin: 0 auto;
        margin-bottom: 23px;
    }
    .values-desc p {
        font-size: 14px;
        line-height: 30px;
    }
    .team-mates-details {
        width: 100%;
    }
    .team-mates-image img {
        width: 100%;
    }
    .gallery-details{
        width: 100%;
    }
    .gallery-image img{
        width: 100%;
    }
    .values-heading h2 {
        font-size: 32px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px){
    .values-desc{
        width: 100%;
        margin: 0px auto;
    }
    .gallery-details{
        width: 100%;
    }
    .gallery-image img{
        width: 100%;
    }
    .gallery-details{
        width: 100%;
    }    
}

@media screen and (max-width: 767px){
    .inner-banner-section {
        height: 50vh;
    }
}
@media only screen and (max-width: 555px) and (min-width: 100px)
{ 
    body div.zsiq-mobhgt[embedtheme].siqembed 
    { 
        height: 75% !important; 
    } 
}
