@charset "utf-8";
/* CSS Document */

/*_____________ABOUT US PAGE CSS START HERE_______________*/
/*----------------------***********--------------------------*/

/*_____________About Us Banner css_______________*/
.team-banner{background:url(/main/assets/images/about-banner.jpg) center no-repeat; background-size:cover; text-align:center; padding:115px 0;}
.team-banner h1{font-size:70px; font-weight:700; color:#f8f7f4; padding-bottom:40px; margin:0;}
.team-banner h1 span{color:#ffc039;}
.team-banner p{font-size:18px; color:#f8f7f4; font-weight:400; margin:0; line-height:26px;}
.bg_info {font-weight:bold;height:90px;padding:10px 1px}
.bg_info_b {background:#d1dbff;}
.bg_info_y {background:#ffe6af;}
.bio { text-align:left;}
/*_____________About Us Banner End css_______________*/


/*_____________About Us one-way End css_______________*/

#team-members{ background:#eee; padding:70px 0; margin:0;}
.first-member{ background:#fff; border-bottom:solid 8px #495b9a; text-align:center; padding:40px 59px; box-shadow:0 2px 5px #ccc; margin-bottom:20px;height: 900px}
.second-member{ background:#fff; border-bottom:solid 8px #f9b72a; text-align:center; padding:40px 59px; box-shadow:0 2px 5px #ccc; margin-bottom:20px;height: 900px}
.first-member h2, .second-member h2{font-family: 'Oswald', sans-serif; font-size:44px; padding-bottom:20px;}
.first-member p, .second-member p{ font-size:18px;}
.first-member h2{ color:#374a8a;}
.second-member h2{ color:#f8b31e;}

/*_____________About Us Responcive Start css_______________*/

@media (min-width:300px) and (max-width:767px){
    .team-banner{padding:25px 0; background-size:cover;}
    .team-banner h1{font-size:28px; padding-bottom:15px;}
    .team-banner p{font-size:16px; line-height:22px;}
    .team-banner p br{display:none;}

	.first-member{ margin-bottom:30px;}

}

/*_____________About Us Responcive Start css_______________*/

@media (min-width:768px) and (max-width:991px){
    .team-banner{padding:40px 0 50px; background-size:cover;}
    .team-banner h1{font-size:44px; padding-bottom:15px;}
    .team-banner p{font-size:14px; line-height:22px;}

    .team-banner p br{display:none;}


}

/*_____________About Us Responcive Start css_______________*/

@media (min-width:992px) and (max-width:1199px){
    .team-banner{padding:40px 0 50px; background-size:cover;}
    .team-banner h1{font-size:50px; padding-bottom:20px;}
    .team-banner p{font-size:14px; line-height:22px;}

    .team-banner p br{display:none;}

}
