/**history-banner**/
.about-subpage-banner{
	background: #eee;
}
.about-subpage-banner .abtpl .nav-sub{
	padding: 15px 0px;
}
.about-subpage-banner .abtpl h1{
	font-size: 20px;
	font-weight: 600;
}
.about-subpage-banner .abtpl p{
	font-size: 14px;
	line-height: 24px;
}
.about-subpage-banner .abtpl .nav-sub ul li{
	display: inline-block;
	font-size: 14px;
	padding-left: 10px;
}
.about-subpage-banner .abtpl .nav-sub ul li.active{
	font-weight: 600;
}
.about-subpage-banner .abtpl .nav-sub ul li a{
	color: #333;
}
.about-subpage-banner .abtpl .nav-sub ul li i{
	color:#e40613;
	padding-left: 10px;
	font-size: 8px;
	bottom: 1px;
   position: relative;
}

/**growth**/
.growth{
	padding-top: 30px;
	padding-bottom: 30px;
}
.growth .growth-content h2{
	font-weight: 600;
	font-size: 14px;
}
.growth .owl-dots {
    text-align: center;
}
.growth .owl-dot.active {
    background: #e40613 !important;
}
.growth .owl-dots .owl-dot {
    background: transparent;
    border:1px solid #e40613;
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    outline: 0;
}
.growth .grtr h2{
	font-size: 20px;
	font-weight: 600;
}
.growth .grtr p{
	font-size: 14px;
}
.growth .grtr .growth-sub ul{
	padding-left: 0;
}
.growth .grtr .growth-sub ul li{
	font-size: 14px;
}
.growth .grtr .growth-sub ul li a{
	color: #333;
}
.growth .grtr .growth-sub ul li i{
	color:#e40613;
	padding-left: 5px;
	font-size: 8px;
	bottom: 1px;
   position: relative;
}
/**timeline**/
.times #timeline p{
	font-size:12px;
	padding:5px 10px;
	text-align: center;
}
.times #timeline h4{
	text-align:center;
	color:#333;
	font-weight:600;
}
.times #timeline .owl-nav .owl-prev{
	position:absolute;
	bottom:50%;
	left:-45px;
	display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
}
.times #timeline .owl-nav .owl-next{
	position:absolute;
	bottom:50%;
	right:-45px;
	display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.75);
}
.times{
	padding-bottom:30px;
	padding-top: 30px;
}
.times #timeline .owl-dots {
	text-align:center;
}
.times #timeline .owl-dots .owl-dot {
    background-color: #333;
	display:inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
}
.times #timeline .owl-dots .owl-dot.active {
    background: #e2001a;
}
.times #timeline .item img{
    background: #f5f5f5;
    padding: 10px;
}
.enquiry {
	display: inline-block;
	margin-top: 10px;
}
.times h2 {
    font-size: 24px;
    margin-bottom: 70px;
    position: relative;
}
.times h2:after{
    content: "";
    background: #E40613;
    width: 45px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}
.downloads .downloads-section{
	padding-top:70px;
	padding-bottom:70px;
}
.downloads .downloads-section h2{
	font-size:20px;
	font-weight:600;
}
.downloads .downloads-section img{
	width:100%;
}
.downloads .downloads-section h3{
	font-size:16px;
	font-weight:600;
}
.downloads .downloads-section p{
	font-size:12px;
}
.downloads .downloads-section a{
	color:inherit;
}
.downloads .nav-sub ul{
	padding-top: 10px;
}
.bt{
	background:#fff;
}
.recognition {
	padding:30px 0;
}
.recognition img{
	border:1px solid #b8bbbb;
}
.recognition ul {
	text-align:center;
}
.recognition ul > li{
	padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 15px;
}
.recognition  h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    position: relative;
}
.recognition  h2:after{
	content: "";
    background: #eb1f25;
    width: 45px;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -16px;
}



