/*
Template Name:Factory
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/

/********************* about_main ****************/
.about_main_1 h2{ 
 font-size:80px;
 color: #fff;
 text-align: center;
 padding-top: 180px;
 font-weight: bold;
 }
.about_main_2{ 
 background: #f6c405; 
 }
/********************* about_main_end ****************/
/********************* about ****************/
#about{ 
 padding-top:30px;
 padding-bottom:50px;
 }
.about_2 h4{ 
 padding-bottom:10px;
 color: #ecbc04;
 }
.about_2 h2 a{ 
 color: #ecbc04;
 }
.about_2 h2{ 
 padding-bottom:10px;
 }
.about_3 h2{ 
 padding-top:10px;
 }
/********************* about_end ****************/
/********************* team ****************/
#team{ 
 padding-top:40px;
 padding-bottom:96px;
 background-color: #f1f1f1;
 }
.team_1{ 
 text-align: center;
 }
.team_1 h2{ 
 letter-spacing: 2px;
 font-weight: bold;
 color: #00236b;
 padding-bottom: 5px;
 }
.team_1 p{ 
 padding-bottom:30px;
 }
.team_4{ 
 text-align:center;
 background: #071c2e;
 }
.team_4 h3{ 
 color:#fff;
 font-weight:bold;
 letter-spacing:2px;
 padding-top:15px;
 }
.team_4 p{ 
 color:#fff;
 }
.team_main{  
 position:relative;
 }
.team_4{ 
 position: absolute;
 left: 10%;
 right: 0;
 width: 80%;
 top: 90%;
 }
.team_4:hover{
 left:0;
 right:0;
 width:100%;
 background: #f6c405;
 }
/********************* team_end ****************/






@media screen and (max-width : 767px){
.about_main_1 h2 {
 padding-top: 30px;
 padding-bottom: 15px;
}
#about {
 text-align: center;
}
.about_3{ 
 padding-top:30px;
}
#team {
 padding-top: 30px;
 padding-bottom: 16px;
 text-align: center;
}
.team_4 {
 position: static;
 width: 100%;
}
.team_1 p {
 padding-bottom: 5px;
}
}


@media (min-width:470px) and (max-width:767px) {

}
 
 
@media (min-width:768px) and (max-width:961px) {
.about_main_1 h2 {
 font-size: 60px;
 padding-top: 100px;
}
.team_4 h3 {
 font-size: 20px;
}
.team_4 p {
 font-size: 16px;
}
} 

 
@media (min-width:962px) and (max-width:1200px) {
.about_main_1 h2 {
 font-size: 60px;
 padding-top: 130px;
}
.team_4 h3 {
 font-size: 20px;
}
.team_4 p {
 font-size: 16px;
}
}

@media (min-width:1201px) and (max-width:1320px) {

}