.underHeader {
    height: 95px;
}


.oneCatgory {

    padding-top: 30px;
    padding-bottom: 30px;
}


.oneCatgory h5 {
    font-size: 16px;
}

.oneCatgory h5 span {
    font-size: 19px;
}



.container-fluid {
    max-width: 1310px;
}

/************************************* section1 *************************************/


.section1 {
    padding-top: 80px;
}


#csrCarousel {
/*    margin-bottom: 20px;*/
}



#csrCarousel .pre,
#csrCarousel .next {
    position: absolute;
    top: 50%;
    margin-top: -21px;
    left: 0px;
    width: 43px;
    height: auto;
    cursor: pointer;
}

#csrCarousel .next {
    left: inherit;
    right: 0px;
}

#csrCarousel .pre:hover,
#csrCarousel .next:hover {
    opacity: 0.8;
}


#csrCarousel .carousel-indicators {
    margin-bottom: -40px;
}



/************************************* section2  *************************************/
.section2 .container-fluid{
    max-width: inherit !important;
}

.section2 .imgArea {
    min-height: 465px;
}


/************************************* section3  *************************************/
.section3 {
    padding-top: 60px;
    padding-bottom: 60px;
}


.section3 .qaArea .oneQa .questionArea {}

.section3 .qaArea .oneQa .questionArea h5 {
    font-size: 36px;
}



.section3 .qaArea .oneQa .questionArea .oneQButton {
    width: 37px;
    height: 37px;
}

.section3 .qaArea .oneQa .questionArea p {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
}


.section3 .qaArea .oneQa .answerArea h5 {
    font-size: 16px;
}




/************************************* section4  *************************************/

.section4 .projectHeaderAndProjectContentTop{
    padding-top: 0px;
    padding-bottom: 25px;
}


.section4 .projectHeaderAndProjectContent .projectHeader {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: none;
    height: 100%;
    border-right: 1px solid #E2BE00;
}


.section4 .projectHeaderAndProjectContent .projectHeader .title {
   font-size: 20px;
    line-height: 30px;
    top: -10px;
}




.section4 .projectHeaderAndProjectContent .projectHeader .bigNumber {
/*
    font-size: 128px;
    line-height: 128px;
*/
    font-size: 90px;
    margin-bottom: 0px;
    /*    border: 1px solid red;*/
}




.section4 .projectHeaderAndProjectContent .projectContent {
    padding-top: 25px;
    padding-bottom: 25px;

}


/************************************* sectionContactUs *************************************/

.sectionContactUs{
    padding-top: 80px;
    padding-bottom: 80px;
}