.site-header .logo img {
    width: 45px;
}

.banner .cell {
    padding: 10px 0;
}

.banner-area .scroll-next {
    color: #fff;
}

.pages-container {
	padding-top: 45px;
}

.pt-special-heading .text {
    color: #717171;
    margin: 19px 0;
}

.pages {
    margin: 50px -30px 0;
}

.pages .col-xs-12 {
    padding: 0 30px;
}

.page-item {
    position: relative;
    margin-bottom: 65px;
    z-index: 1;
}

.pages .col-xs-12:nth-child(2) .page-item .image:before,
.pages .col-xs-12:nth-child(5) .page-item .image:before,
.pages .col-xs-12:nth-child(8) .page-item .image:before,
.pages .col-xs-12:nth-child(9) .page-item .image:before {
    content: "";
    position: absolute;
    background-size: cover;
    background-position: 50%;
    z-index: -1;
}

.pages .col-xs-12:nth-child(2) .page-item .image:before {
    top: -30px;
    right: -30px;
    width: 178px;
    height: 178px;
    background-image: url(../images/decor4.png);
}

.pages .col-xs-12:nth-child(5) .page-item .image:before {
    top: -97px;
    left: -60px;
    width: 120px;
    height: 113px;
    background-image: url(../images/decor1.png);
}

.pages .col-xs-12:nth-child(8) .page-item .image:before {
    top: -101px;
    right: -30px;
    width: 58px;
    height: 73px;
    background-image: url(../images/decor2.png);
}

.pages .col-xs-12:nth-child(9) .page-item .image:before {
    left: -101px;
    bottom: -94px;
    width: 252px;
    height: 241px;
    background-image: url(../images/decor3.png);
}

.page-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.page-item .image {
    position: relative;
    background: #f7f7f7 url(../images/bg-lines.png) 24px repeat;
    background-size: 20.6px;
}

.page-item .image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.page-item:hover .image:after {
    opacity: .7;
    top: 12px;
    left: 12px;
    right: -12px;
    bottom: -12px;
}

.page-item .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 2px 2px 5px #0000001a;
}

.page-item:hover .image img {
    -moz-transform: translate(12px, 12px);
    -ms-transform: translate(12px, 12px);
    -webkit-transform: translate(12px, 12px);
    -o-transform: translate(12px, 12px);
    transform: translate(12px, 12px);
}

.page-item .dec-line-b-c {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 12px 0 0 12px;
}

.page-item:hover .dec-line-b-c {
    opacity: 1;
}

.page-item .title {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .05em;
    margin: 27px 0;
}

.num-box-w-image {
    margin-top: 30px;
    position: relative;
}

.num-box-w-image .item:nth-child(1) {
    background: #191919;
}

.num-box-w-image .item:nth-child(2) {
    background: #ffffff;
}

.num-box-w-image .item:nth-child(4) {
    background: #ee4266;
}

.num-box-w-image .item:nth-child(2) .h {
    color: #191919
}

.num-box-w-image .item:nth-child(4) .icon {
    color: #540d6e
}

.num-box-w-image .button-style1 {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #ee4266;
    color: #fff;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.num-box-w-image .button-style1:hover {
    background: #0ead69;
    border-color: #0ead69;
}