.svgChangeColor {
    filter: invert(67%) sepia(87%) saturate(1406%) hue-rotate(10deg) brightness(101%) contrast(101%);
}







.underHeader {
    height: 64px;
}


.myBtn {
    background-color: #E2BE00;
}


.oneCatgory {
    margin-bottom: 0px;
    color: #E2BE00;
    border-top: 1px solid #E2BE00;
    border-bottom: 1px solid #E2BE00;

    padding-top: 20px;
    padding-bottom: 20px;

    margin-bottom: 0px;
}

.oneCatgory h5 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0px;
}

.oneCatgory h5 span {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    padding-right: 5px;
    font-weight: 500;
    margin-bottom: 0px;
}


/************************************* newSubMenu *************************************/
/*
.newSubMenu{
    background-color: #fff;
    padding-top:50px;
    padding-bottom: 0px;
    
}

.newSubMenu ul{
    margin: 0 auto;
    padding-left: 0px;
}
.newSubMenu ul li {
    list-style: none;
    display: inline-block;
    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
}
.newSubMenu ul li.csr{
    font-family: 'Roboto', sans-serif; 
    color: #E2BE00;
    font-size: 19px;
}
.newSubMenu ul li.bar{
    color: #E2BE00;
    position: relative;
    top:-1px;
}
.newSubMenu ul li a{
    color: #3F3F3F;
}
.newSubMenu ul li.focus a{
    color: #E2BE00;
}
*/

/************************************* newSubMenu *************************************/
.newSubMenu {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 15px;

    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}


.newSubMenu ul {
    margin: 0 auto;
    padding-left: 0px;
}

.newSubMenu ul li {
    list-style: none;
    display: inline-block;

    padding: 0px 10px;
    font-size: 16px;
    font-weight: 500;
}

.newSubMenu ul li.title {
    font-family: 'Roboto', sans-serif;
    color: #E2BE00;
    /*    border-right:1px solid #0870E5;*/
    font-size: 19px;
}

.newSubMenu ul li.bar {
    color: #E2BE00;
    position: relative;
    top: -1px;
}

.newSubMenu ul li a {
    color: #3F3F3F;
}

.newSubMenu ul li.focus a {
    color: #E2BE00;
}



/************************************* bigBanner *************************************/

.bigBanner img {
    width: 100%;
    height: auto;
}

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


.section1 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 15px;
    background-color: #fff;
}

#csrCarousel{
    margin-bottom:  60px;
}

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

 #csrCarousel .carousel-indicators li {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #F2F2F2;
    box-shadow: none;
    margin-left: 6px;
    margin-right: 6px;
}

 #csrCarousel .carousel-indicators .active {
    background-color: #E2BE00;
}



/************************************* section2  *************************************/
.section2 {
    background-color: #F2F2F2;
}

.section2 .imgArea {
    background-image: url(../img/csr/section2Img.jpg);
    background-size: cover;
    min-height: 210px;
    background-position: center center;
}




/************************************* section3  *************************************/


.section3 {
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #fff;
}


.section3 .qaArea {
    border-top: 1px solid #E2BE00;
    margin-bottom: 30px;
}

.section3 .qaArea .oneQa {

    border-bottom: 1px solid #E2BE00;
}

.section3 .qaArea .oneQa .questionArea {
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    
}
.section3 .qaArea .oneQa .questionArea:hover {
  
    background-color: #F2F2F2;
}

.section3 .qaArea .oneQa .questionArea:hover .oneQButton {
  
    background-image: url(../img/csr/Close.svg);
}


.section3 .qaArea .oneQa .questionArea h5 {
    color: #E2BE00;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 19px;
    margin-bottom: 0px;
}

.section3 .qaArea .oneQa .questionArea p {
    font-size: 15px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 0px;
}

.section3 .qaArea .oneQa .questionArea .oneQButton {
    float: right;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url(../img/csr/Open.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section3 .qaArea .oneQa .questionArea .oneQButton:hover {
/*    opacity: 0.7;*/
}

.section3 .qaArea .oneQa .answerArea {
    border-top: 1px solid #E2BE00;
    padding-top: 30px;
    padding-bottom: 30px;
    display: none;

}

.section3 .qaArea .oneQa .answerArea h5 {
    font-size: 15px;
    font-weight: bold;
    line-height: 21px;
}




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

.section4{
    text-align: left;
    background-color: #f2f2f2;
    padding-top: 60px;
    padding-bottom: 60px;
}


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

/************************************* projectHeaderAndProjectContent *************************************/


.section4 .projectHeaderAndProjectContent {
    border-bottom: 1px solid #E2BE00;
    
}

.section4 .projectHeaderAndProjectContent .projectHeader {
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #E2BE00;
    border-right: none;
}

.section4 .projectHeaderAndProjectContent .projectHeader .title {
    font-weight: 500;
    display: inline-block;
    line-height: 1.5em;
    position: relative;
    top:-3px;
    margin-left: 10px;
    margin-bottom: 0px;
}

.section4 .projectHeaderAndProjectContent .projectHeader .bigNumber {
    display: inline-block;
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 0px;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    color: #E2BE00;

}

.section4 .projectHeaderAndProjectContent .projectHeader .myBtn {
    position: relative;
}

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

}

.section4 .projectHeaderAndProjectContent .projectContent p{
    margin-bottom: 0px;
}






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

.sectionContactUs{
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
}

