@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF;
	width:100%;
	margin:0 auto;
	height:auto;
}
#wrap{
	
	width:1300px;
	height:2000px;
	height:auto;
	margin:0 auto;
	
}
#header{
	
	width:100%;
	height:132px;
	float:left;
	background-color:#60baf0;
	box-shadow:0 0 4px 0 rgba(0, 0, 0, 0.5);
	position:fixed;
	left:0;
	z-index:4;
}
.logo_title_div{
	width:500px;
	height:131px;
	float:left;
	
}
.logo{
	
	width:59px;
	height:69px;
	float:left;
	margin-top:27px;
	margin-left:25px;
	
}
.title{
	
	width:500px;
	height:75px;
	float:left;
	margin-top:27px;
	background-image:url(../images/logo-af.png);
	margin-left:25px;
}

.header_menu_div{
	width:1075px;
	height:131px;
	float:left;
}
.menu_div{
	width:1000px;
	height:74px;
	float:left;
	margin-top:58px;
	margin-left:17px;
}


.banner{
	min-width:1250px;
	width:auto;
	height:500px;
	float:left;
	margin-left:25px;
	margin-top:132px;
	
	
}
.pro_banner{
	width:1248px;
	height:612px;
	float:left;
	background-image:url(../images/pro_banner.jpg);
	margin-left:25px;
}
.mens_wear{
	width:332px;
	height:360px;
	float:left;
	margin-left:58px;
	margin-top:74px;
}
.ladies_wear{
	width:332px;
	height:360px;
	float:left;
	margin-left:75px;
	margin-top:74px;
}
.banner_quote{
	width:1250px;
	height:390px;
	float:left;
	margin-left:25px;
	
}
.all_proimg{
	width:400px;
	height:340px;
	margin-top:25px;
	float:left;
	
}
.wel_div{
	width:800px;
	height:340px;
	margin-top:25px;
	float:left;
	margin-left:50px;
}
.footer1{
	width:100%;
	min-width:1300px;
	height:275px;
	float:left;
	background-color:#585f69;
	clear:both;
}
.footer1_div{
	width:1300px;
	height:275px;
	float:left;
	background-color:#585f69;
	position:relative;
	
}
.about_div{
	width:340px;
	height:191px;
	float:left;
	margin-top:34px;
	margin-left:25px;
}
.product_div{
	width:153px;
	height:192px;
	float:left;
	margin-top:34px;
	margin-left:24px;
	
}
.folow_us{
	width:390px;
	height:190px;
	margin-top:34px;
	float:left;
}

.contact_us{
	width:344px;
	height:192px;
	margin-top:34px;
	float:left;
}
.sub_footer_div{
	width:100%;
	min-width:1300px;
	height:92px;
	float:left;
	background-color:#60baf0;
}
.sub_footer{
	width:1300px;
	height:92px;
	float:left;
	background-color:#60baf0;
	
}
.text{
	text-align:justify;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:1.5em;
	color:#FFF;;
}
.scs{
	width:218px;
	height:20px;
	margin-left:25px;
	margin-top:40px;
	float:left;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
}
.copy{
	width:292px;
	height:20px;
	float:left;
	margin-top:40px;
	text-align:right;
	margin-left:740px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color:#FFF;
}

/*PIC*/
.pic {
 width: 400px;
  height: 340px;
 overflow:hidden;
  
  float: left;
}

.pic:hover {
  cursor: pointer;
}

/*GROW*/
.grow img {
  width: 400px;
  height: 340px;

  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.grow img:hover {
  width: 450px;
  height: 390px;
}
.footer_text{
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer_text a{
	color:#fff;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.footer_text a:hover{
	color:#e468a9;
	text-decoration:none;
}


/* //About */
.heading-agileinfo {
    font-weight: 600;
    letter-spacing: 4px;
    font-size: 40px;
    margin-bottom: 2.5em;
    text-align: center;
    color: #f14156;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
}
.heading-agileinfo span {
    display: block;
    font-size: 17px!important;
    margin-top: 1em;
    letter-spacing: 4px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
}
.heading-agileinfo span:after {
    content: '';
    background: #212121;
    height: 2px;
    width: 70px;
    position: absolute;
    top: 132%;
    right: 47%;
}
span.nnn {
    color: #fff;
}