/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16/01/2020, 4:12:04 PM
    Author     : OEM
*/
/*@media (min-width: 991px){
    .big-banner{
        height: 590px;
    }
}*/

.about-left-wrapper{
    width: 100%;
    background-color: #E6E7E9;
    text-align: center;
    padding: 50px;
}

.item-holder{
    padding: 20px 0;
}

.item-holder h4{
    margin-bottom: 20px;
}

.about-right-wrapper{
    padding-top: 30px;
}

.about-value-wrapper{
    padding-top: 20px;
}
.about-value-wrapper .item-holder{
    width: 20%;
    float: left;
    padding: 10px;
}
.about-value-wrapper .item-holder .item-image{
    text-align: center;
    padding-bottom: 15px;
}
.about-value-wrapper .item-holder .item-image img{
    width: 100%;
    height: auto;
}

.about-value-wrapper .item-holder p{
    text-align: justify;
    font-size: 13px;
}

@media (max-width: 991px){
    .about-value-wrapper .item-holder{
        width: 33.3%;
    }
    
    .about-value-wrapper .item-holder:nth-child(3n+1){
        clear: left;
    }
}

@media (max-width: 767px){
    .about-value-wrapper .item-holder{
        width: 50%;
    }
    .about-value-wrapper .item-holder:nth-child(3n+1){
        clear: none;
    }
    .about-value-wrapper .item-holder:nth-child(2n+1){
        clear: left;
    }
}


.team-content{
    padding-top: 20px;
    max-width: 750px;
    margin: 0 auto;
}


.team-member-wrapper{
    padding-top: 20px;
}
/*=======================================================
      team template part
========================================================*/
.staff-holder{
   width: 25%;
   float: left;
   padding: 20px;
}

.staff-holder:nth-child(4n+1){
    clear: left;
}

.top-image img{
    width: 100%;
    height: auto;
}

.staff-title{
    font-family: GothamBold;
    font-size: 16px;
    color: #102843;
    padding: 10px 0;
}

@media (max-width: 1199px){
    .staff-holder{
        width: 33.3%;
        float: left;
        padding: 15px;
    }
    .staff-holder:nth-child(3n+1){
        clear: left;
    }
    .staff-holder:nth-child(4n+1){
        clear: none;
    }
}

@media (max-width: 991px){
    .staff-holder{
        width: 50%;
        padding: 15px;
     }
     .top-image img{
        width: 250px;
        height: auto;
    }
     .staff-holder:nth-child(3n+1){
        clear: none;
    }
    .staff-holder:nth-child(4n+1){
        clear: none;
    }
    .staff-holder:nth-child(2n+1){
        clear: left;
    }
}

@media (max-width: 710px){
    .staff-holder{
        width: 100%;
        padding: 20px 0;
    }
    
    .top-image img{
        width: 200px;
        height: auto;
    }
}

.team-member-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.staff-holder{
   float: none !important;
}

/*=======================================================
      end team template part
========================================================*/


.about-commitment{
    background-position: 50% 80%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 150px 0;
}

.commitment-holder{
    
    text-align: center;
    padding-bottom: 20px;
    
}