.about.action .row {
    margin-bottom: 30px;
}
.about.action .row:last-child {
    margin-bottom: 0;
}
.about.action .border-style {
    border-left: 3px solid #FFF;
}
.about.action .border-style-full {
    width: 100%;
    height: 5px;
    background: #fff;
    margin-top: 4%;
    margin-bottom: 3%;
}
.about.action ul {
    padding: 0px;
}
.about.action ul li {
    margin-left: 17px;
}
.project-mod-event-details .icons-strategy {
    height: 100px;
    width: 100px;
    margin-right: 7px;
}
.project-mod-event-details .icons-strategy:last-child {
    margin-right: 0px;
}
.content-in-slider {
    position: relative;
}
.slider-inner-text {
    width: 87%;
    margin: auto;
}
.project-mod-event-details .slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 21px;
    height: 58px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url( icons/slider_arrows.png);
}
.project-mod-event-details .slick-prev {
    left: 0;
}
.project-mod-event-details .slick-next {
    right: 0;
    background-position: -21px 0;
}



