.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;
}


.section1 .issues {}

.section1 .issues .oneIssue {
    padding-top: 0px;
    margin-bottom: 50px;
    border-left: 1px solid #E2BE00;
}

.section1 .issues .oneIssue .iconContainerForD {
    height: 109px;
    position: relative;
}

.section1 .issues .oneIssue .icon {
    margin: 0 auto;
    position: relative;
}

.section1 .issues .oneIssue .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
    text-align: center;
}


.section1 .issues .oneIssue p {
    text-align: center;
}



.section1 .issues .oneIssue .blueLine {
    display: none;
}

.section1 .issues .oneIssue p.description {
    min-height: 80px;
    padding-left: 15px;
    padding-right: 15px;
}



/************************************* section2 *************************************/

#yearSlider {
    width: 1280px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

#yearSlider .line{  
    width:1000px;
    left:50%;
    margin-left: -500px;
}
#yearSlider .center-item-slider{
 
}


#yearSlider .line{
   
    top:69px;
}


#yearSlider .oneYear {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 500;
}



/*


#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;
}


*/




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

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