.header{
	position: fixed;
}
.about-us-page{
	padding-top: 60px;
}
.about-us-page .about-menu{
    position: absolute;
    top: 0;
    margin: 40px 0;
    width: 100%;
}
.about-us-page .about-menu ul li{
	float: left;
	list-style-type: none;
	color: #143f91;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
}
.about-us-page .about-menu ul li:hover{
	border-bottom: 1px solid #143f91;
}
.about-us-page .about-menu ul li.active{
	border-bottom: 1px solid #143f91;
}
.about-us-page .about-menu ul li + li{
	margin-left: 60px;
}
.about-us-page .our-motto,
.about-us-page .our-commitment,
.about-us-page .range,
.about-us-page .quality-control{
	position: relative;
}
.about-us-page .content{
	position: absolute;
	top: 120px;
	left: 120px;
	color: #143f91;
	max-width: 470px;
	font-weight: 300;
}
.about-us-page .content p .dark{
	font-weight: 600;
}
.about-us-page .content .heading h2{
	text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: 'Lato', sans-serif;
}
.about-us-page .our-motto .content .text{
	margin: 20px auto;
	font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 56px;
}
.about-us-page .our-commitment .content{
	color: #fff;
}
.about-us-page .range .content{
	top: 120px;
	right: 70px;
	left: auto;
	font-weight: 400;
}
.about-us-page .quality-control .content{
	max-width: 100%;
	position: relative;
	padding: 100px 0px 150px;
	top: 0;
	font-weight: 400;
	left: 0;
}
.about-us-page .quality-control{
	background: url(../img/about/Quality_bg.jpg);
	background-repeat: no-repeat;
  	background-size: 100% 100%;
}
.about-us-page .quality-control .content .left-side .left-side-content{
	padding: 0px 20px;
}
.about-us-page .quality-control .content .left-side .right-side-content{
	padding: 0px 40px 0px 20px;
}
.about-us-page .quality-control .content .down-content{
	padding: 20px;
}
.about-us-page .quality-control .content .down-content .sub-heading{
	text-transform: capitalize;
	margin: 0px 0px 20px 0px;
	font-weight: 600;
}
.about-us-page .quality-control .content .down-content .text{
	font-size: 14px;
	color: #fff;
}
.about-us-page .quality-control .content .down-content .hr-arrow{
	background: url(../img/about/Right-arrow.png);
	background-size: 14px;
    background-repeat: no-repeat;
    margin-left: 15px;
    padding: 0px 15px;
    font-size: 20px;
}
.about-us-page .quality-control .content .right-side ol li{
    margin-bottom: 15px;
    list-style-type: none;
    margin-left: -40px;
    font-size: 13px;
}

.about-us-page .investors-desk {
	background: #143f91;
	padding: 60px 0px 45px;
	box-sizing: border-box;
}
.about-us-page .investors-desk .heading h2 {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-us-page .investors-desk .common-icon a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
}
.about-us-page .investors-desk .common-icon a:hover {
	color: #FDCF50;
}
.about-us-page .investors-desk .common-icon {
	    background-position: left center;
	    background-repeat: no-repeat;
	    background-size: 30px;
	    width: 24px;
	    height: 60px;
	    /* display: block; */
	    float: left;
	    width: 100%;
	    padding-left: 40px;
	    box-sizing: border-box;
	    padding-top: 20px;
	    text-transform: uppercase;
	    margin-bottom: 15px;
	}

.about-us-page .investors-desk .word-icon {
	background-image: url(../img/about/icon-word.png);
}

.about-us-page .investors-desk .excel-icon {
	background-image: url(../img/about/icon-excel.png);
}
.about-us-page .investors-desk .pdf-icon {
	background-image: url(../img/about/pdf.png);
}


@media (min-width: 992px) and (max-width: 1199px) {
	.about-us-page .about-menu {
	    margin: 20px 0;
	}
	.about-us-page .content{
		max-width: 100%;
	}
	.about-us-page .about-menu ul li + li{
		margin-left: 40px;
	}
	.about-us-page .content{
		top: 100px;
		left: 40px;
	}
	.about-us-page .content .heading h2{
		font-size: 24px;
		margin-bottom: 10px;
	}
	.about-us-page .our-motto .content .text{
		font-size: 32px;
		line-height: 40px;
		margin: 15px auto;
	}
	.about-us-page .our-commitment{
		background: url(../img/about/Our-commitment.jpg);
		background-repeat: no-repeat;
  		background-size: cover;
	}
	.about-us-page .our-commitment .content{
		position: relative;
		top: 0;
		left: 0;
		padding: 40px;
		max-width: 500px;
	}
	.about-us-page .range .content{
		position: relative;
		top: 0;
		left: 0;
		padding: 40px;
	}
	.about-us-page .quality-control .content {
	    padding: 40px 0px 150px;	
	}
	.about-us-page .quality-control .content .left-side .left-side-content,
	.about-us-page .quality-control .content .left-side .right-side-content,
	.about-us-page .quality-control .content .right-side{
		padding: 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.about-us-page .about-menu {
	    margin: 20px 0;
	}
	.about-us-page .content{
		max-width: 100%;
	}
	.about-us-page .about-menu ul li + li{
		margin-left: 40px;
	}
	.about-us-page .content{
		top: 100px;
		left: 40px;
	}
	.about-us-page .content .heading h2{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.about-us-page .our-motto .content .text{
		font-size: 18px;
		line-height: 22px;
		margin: 10px auto;
	}
	.about-us-page .our-commitment{
		background: url(../img/about/Our-commitment.jpg);
		background-repeat: no-repeat;
  		background-size: cover;
	}
	.about-us-page .our-commitment .content{
		position: relative;
		top: 0;
		left: 0px;
		padding: 40px;
	}
	.about-us-page .our-commitment .content .text{
		font-size: 16px;
	}
	.about-us-page .range .content{
		position: relative;
		top: 0;
		left: 0;
		padding: 40px;
	}
	.about-us-page .quality-control .content {
	    padding: 40px 0px 100px;	
	}
	.about-us-page .quality-control .content .left-side .left-side-content,
	.about-us-page .quality-control .content .left-side .right-side-content,
	.about-us-page .quality-control .content .right-side{
		padding: 20px 20px;
	}
}
@media(max-width: 767px) {
	.about-us-page{
		padding-top: 0px;
	}
	.about-us-page .about-menu {
	    position: relative;
	    margin: 20px 0;
	}
	.about-us-page .about-menu ul li + li{
		margin-left: 10px;
	}
	.about-us-page .content{
		top: 100px;
		left: 20px;
	}
	.about-us-page .content .heading h2{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.about-us-page .our-motto .content .text{
		font-size: 26px;
		line-height: 32px;
		margin: 10px auto;
	}
	.about-us-page .our-commitment{
		background: #27398f;
		background-repeat: no-repeat;
  		background-size: cover;
	}
	.about-us-page .our-commitment .content{
		position: relative;
		top: 0;
		left: 0px;
		padding: 20px;
	}
	.about-us-page .our-commitment .content .text,
	.about-us-page .range .content .text{
		font-size: 14px;
	}
	.about-us-page .range .content{
		position: relative;
		top: 0;
		left: 0;
		padding: 20px;
	}
	.about-us-page .quality-control .content{
		max-width: 100%;
		position: relative;
		padding: 40px 0px 120px;
		top: 0;
		left: 0;
	}
	.about-us-page .quality-control{
		background: url(../img/about/Quality_bg.jpg);
		background-repeat: no-repeat;
	  	background-size: auto;
    	background-position-y: bottom;
    	background-color: #96cf42;
	}
	.about-us-page .quality-control .content .left-side-content,
	.about-us-page .quality-control .content .right-side-content,
	.about-us-page .quality-control .content .right-side,
	.about-us-page .quality-control .content .down-content{
		padding: 10px 20px;
	}
	.about-us-page .quality-control .content .left-side .right-side-content{
		padding: 0px 20px;
	}
	.about-us-page .quality-control .content .right-side ol li{
		font-size: 14px;
	}
	.about-us-page .quality-control .content .down-content .hr-arrow{
		background: none;
	}
	.about-us-page .quality-control .content .down-content .vr-arrow{
		background: url(../img/about/Down-arrow.png);
		background-size: 30px;
	    background-repeat: no-repeat;
	    margin-bottom: 5px;
	    padding: 10px 0px;
	    font-size: 20px;
	    background-position: center;
	}
	.about-us-page .investors-desk .common-icon {
		padding-top: 10px;
	}
	.about-us-page .investors-desk {
		padding: 30px 0px 15px;
	}
	.about-us-page .investors-desk .heading h2 {
		font-size: 18px;
    	margin-bottom: 10px;
	}
}