/*whyUsPage Section Start*/ 
#whyUsPage{
    background-color: #f5f5f5;
    position: relative;
    padding: 120px 0;
}
#whyUsPage .productHead{
	padding:0 0 40px 0;
}
.productHead .blockElement ,.productHead  span{
    display: inline-block;
}
.productHead span{
    width: 6px;
    height: 42px;
    background-color: #f5f5f5;
    display: inline-block;
    // transform: rotate(25deg);
    margin: 0 20px 0 8px;
}
#whyUsPage h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding-bottom: 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 45px;
    display: inline-block;
}
#whyUsPage h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #146eb4;
    text-transform: capitalize;
    font-size: 16px;
}
#whyUsPage .productHead .blockElement{
    position: relative;
    top:-1px;
}

#whyUsPage .transparentImg{
	position: absolute;
	bottom:-75px;
}
#whyUsPage .transparentImg img{
	opacity: 0.1;
	width:100%;
}
#whyUsPage .whyusInfo{
    padding:0 0 0 40px;
}
#whyUsPage .whyusInfo i {
    font-size: 45px;
    padding: 0 0 20px 0;
    color: #146eb4;
}
#whyUsPage .whyusInfo h3{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0 0 20px 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 24px;
    display:block;
}
#whyUsPage .whyusInfo p{
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0 0 20px 0;
    color: #404d5f;
    /*text-transform: capitalize;*/
    font-size: 16px;
    display: inline-block;
    height:185px;
}
#whyUsPage a{
    font-family: 'Lato', sans-serif;
    background-color: #51c7d1;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    display: block;
    width: 150px;
    border:1px solid #51c7d1;
    margin: 0 auto;
}
#whyUsPage a:hover{
	background-color:#ffffff;
	color:#51c7d1;
}
@media only screen and (max-width: 1260px){
    #whyUsPage {
        padding:80px 0 50px 0;
    }
    #whyUsPage .whyusInfo p {
        height: auto;
    }
    #whyUsPage .whyusInfo a {
        margin: 0 0 30px 0;
    }
    #whyUsPage .transparentImg {
        bottom: -42px;
    }
}
@media only screen and (max-width: 760px){
    #whyUsPage {
        padding:50px 0 20px 0;
    }
    #whyUsPage .productHead .blockElement{
        display: block;
    }
    #whyUsPage .productHead  span{
        display: none;
    }
    #whyUsPage h2,#whyUsPage h1{
        display: block;
        text-align: center;
    }
    #whyUsPage h1{
        font-size: 40px;
    }
    #whyUsPage .whyusInfo i {
        display: block;
        text-align: center;
    }
    #whyUsPage .whyusInfo {
        padding: 0;
    }
    #whyUsPage .whyusInfo h3,#whyUsPage .whyusInfo p{
        text-align: center;
    }
    #whyUsPage .whyusInfo a {
        margin: 0 auto 45px auto;
    }
    #whyUsPage .transparentImg {
        display: none;
    }
}
/*whyUsPage Section End*/ 


/*Quality Page Section Start*/ 
#qualityPage{
	background-image:url("../img/banner/5.png");
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	padding:100px 0;
}
#qualityPage h1{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-size: 45px;
    display: block;
    font-style: italic;
}
@media only screen and (max-width: 760px){
	#qualityPage {
	    padding: 50px 0;
	}
	#qualityPage h1 {
	    line-height: 32px;
	    font-size: 24px;
	}
}
/*Quality Page SectionEnd*/



/*About Us Section Start*/ 
#aboutUsPage{
	background-color: #ffffff;
	position: relative;
	padding:120px 0;
}
#aboutUsPage .productHead .blockElement ,#aboutUsPage .productHead  span{
    display: inline-block;
}
#aboutUsPage .productHead span{
    width: 6px;
    height: 42px;
    background-color: #f5f5f5;
    display: inline-block;
    // transform: rotate(25deg);
    margin: 0 20px 0 8px;
}
#aboutUsPage h1{
	font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding-bottom: 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 45px;
    display: inline-block;
}
#aboutUsPage h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #146eb4;
    text-transform: capitalize;
    font-size: 16px;
}
#aboutUsPage .productHead .blockElement{
    position: relative;
    top:-1px;
    padding: 0 0 25px 0;
}
#aboutUsPage .aboutInfo p{
	font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
    padding: 0 0 0 40px;
    color: #404d5f;
    /*text-transform: capitalize;*/
    font-size: 16px;
}
#aboutUsPage .aboutInfo a{
    font-family: 'Lato', sans-serif;
    background-color: #51c7d1;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    color: #ffffff;
    margin: 20px 0 0 40px;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    display: block;
    width: 150px;
    border: 1px solid #51c7d1;
}
#aboutUsPage .aboutInfo a:hover{
    background-color: #ffffff;
    color:#51c7d1;
}
#aboutUsPage .imgBox{
	width: 75%;
    border: 8px solid #f1c40f;
    position: relative;
}
#aboutUsPage .imgBox img{
    margin: 0 auto;
    width: 100%;
    position: relative;
    top: 24px;
    left: 24px;
}






#aboutUsPage .infoSection{
    padding:100px 0 0 0;
    display: none;
}
#aboutUsPage .leftSection,#aboutUsPage .rightSection{
    float: left;
}
#aboutUsPage .rightSection{
    width:460px;
    padding: 0 0 0 15px;
}
#aboutUsPage .leftSection{
    background-color: #f5f5f5;
}
#aboutUsPage .leftSection h6{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 44px 10px 5px 10px;
    color: #ffffff;
    text-transform: capitalize;
    font-size: 45px;
}
#aboutUsPage .rightSection h3{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #146eb4;
    text-transform: capitalize;
    font-size: 18px;
}
#aboutUsPage .rightSection h4{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
    padding: 10px 0;
    color: #404d5f;
    /*text-transform: capitalize;*/
    font-size: 14px;
}
#aboutUsPage .rightSection  a {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    color: #F1C40F;
    margin:0;
    padding: 0;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 0;
    display: block;
}
@media only screen and (max-width: 1260px){
    #aboutUsPage .imgBox {
        margin: 50px auto 0 auto;
        width: 50%;
    }
    #aboutUsPage {
        padding: 80px 0;
    }
    #aboutUsPage .rightSection {
        width: 350px;
    }
    #aboutUsPage .leftSection h6 {
        padding: 65px 10px 5px 10px;
    }
}
@media only screen and (max-width: 1020px){
    #aboutUsPage .rightSection {
        width: 80%;
        margin-bottom: 70px;
    }
    #aboutUsPage {
        padding: 80px 0 10px 0;
    }
    #aboutUsPage .leftSection h6 {
        padding: 45px 10px 5px 10px;
    }
}
@media only screen and (max-width: 760px){
    #aboutUsPage {
        padding: 50px 0;
    }
    #aboutUsPage .productHead .blockElement{
        display: block;
    }
    #aboutUsPage .productHead span {
        display: none;
    }
    #aboutUsPage h2,#aboutUsPage h1{
        display: block;
        text-align: center;
    }
    #aboutUsPage .aboutInfo p {
        padding: 0;
        text-align: center;
    }
    #aboutUsPage .aboutInfo a {
        margin: 20px auto 0 auto;
    }
    #aboutUsPage .imgBox {
        width: 75%;
    }
    #aboutUsPage .imgBox img {
        margin: 0 auto;
        width: 100%;
        position: relative;
        top: 12px;
        left: 13px;
    }
    #aboutUsPage .imgBox {
        border: 4px solid #f1c40f;
    }
    #aboutUsPage .infoSection {
        display: none;
    }
}
/*About Us Section End*/








/*Client Section Page Start*/ 
#clientsPage{
    background-color:#ffffff;
    position: relative;
    padding:100px 0 90px 0; 
}
#clientsPage .productHead{
    padding:0 0 40px 0;
}
#clientsPage .productHead .blockElement ,#clientsPage .productHead  span{
    display: inline-block;
}
#clientsPage .productHead span{
    width: 6px;
    height: 42px;
    background-color: #f5f5f5;
    display: inline-block;
    // transform: rotate(25deg);
    margin: 0 20px 0 8px;
}
#clientsPage h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding-bottom: 0;
    color: #404d5f;
    text-transform: capitalize;
    font-size: 45px;
    display: inline-block;
}
#clientsPage h2{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    padding: 0;
    color: #146eb4;
    text-transform: capitalize;
    font-size: 16px;
}
#clientsPage .productHead .blockElement{
    position: relative;
    top:-1px;
}
#clientsPage .clientsLogo{
    padding:0;
}
#clientsPage .clientsLogo .item{
    padding: 0 15px;
}
#clientsPage .clientsLogo a{
    display: block;
    margin: 20px auto;
    border: 1px solid #cccccc;
}
#clientsPage .clientsLogo img{
    display: block;
    margin:0 auto;
}
#clientsPage .readMore{

}
#clientsPage .readMore a{
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 40px;
    font-weight: 700;
    color: #F1C40F;
    margin: 30px auto 0 auto;
    padding: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    float: right;
    border: 0;
}
#clientsPage .expandClients{
    display: none;
}
@media only screen and (max-width: 760px){
    #clientsPage {
        padding: 50px 0;
    }
    #clientsPage .productHead span{
        display: none;
    }
    #clientsPage h2,#clientsPage h1{
        text-align: center;
        display: block;
    }
    #clientsPage .productHead .blockElement{
        display: block;
    }
    #clientsPage h1 {
        font-size: 35px;
        padding: 10px 0 0 0;
    }
    #clientsPage .clientsLogo {
        padding: 0;
    }
}
/*Client Section Page End*/ 



 