.portfolio-animation .slick-next {
    position: absolute;
    right: -100px;
    top: 50%;
    background-color: #e63621;
    border: unset;
    outline: unset;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.portfolio-animation .slick-next i {
    color: #fff;
}

.portfolio-animation .slick-prev {
    position: absolute;
    left: -100px;
    top: 50%;
    background-color: #e63621;
    border: unset;
    outline: unset;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.portfolio-animation .slick-prev i {
    color: #fff;
}

.award-box img {
    width: 150px;
}

.inner-review {
    padding-bottom: 40px;
}

.home-portfolio .portfolio-box {
    margin-bottom: 20px;
}

.package_box:hover .plainng-heading-new h4 {
    color: #fff;
    font-size: 18px;
}

.package_box.plainng-heading-new h4 {
    font-size: 20px;
}

header.header2 {
    margin-bottom: 50px;
    border-bottom: 3px solid #e63621;
}
section.main-privacy h3 {
    margin-bottom: 10px;
    margin-top: 30px;
}
section.main-privacy {
    margin: 50px 0;
}