*, *::before, *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recent-works {
    padding: 0px 0 0;
    text-align: center;
    h2 {: ;
    font: 600 36px/1 $second-font;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: $main-grey;
    }: ;
    p {: ;
    font: 400 14px/25px $second-font;
    margin-bottom: 0;
    }: ;
    &--nav {: ;
    margin-bottom: 40px;
    ul {: ;
    li {: ;
    display: inline-block;
    font: 600 14px $main-font;
    position: relative;
    text-transform: uppercase;
    margin: 0 20px;
    cursor: pointer;
    &.active {: ;
    color: $blue;
    }: ;
    &: after {;
    content: "/";
    position: absolute;
    right: -25px;
    }: ;
    &: last-child:after {;
    display: none;
    }: ;
    }: ;
    }: ;
    }: ;
    &--items {: ;
    &__item {: ;
    float: left;
    width: 25%;
    position: relative;
    a {: ;
    display: block;
    position: relative;
    img {: ;
    width: 100%;
    }: ;
    .inner-item {: ;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    color: $white;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5vh;
    align-items: flex-end;
    text-align: left;
    background: rgba(60, 136, 231, 0.7);
    transition: all 0.3s ease;
    opacity: 0;
    h4 {: ;
    font: 600 24px $second-font;
    margin: 0 0 10px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
    &: before {;
    content: "";
    width: 40px;
    height: 4px;
    background: $white;
    position: absolute;
    top: -25px;
    }: ;
    }: ;
    p {: ;
    font: 400 14px $main-font;
    width: 100%;
    }: ;
    }: ;
    }: ;
    &: hover .inner-item {;
    opacity: 1;
    }: ;
    }: ;
    }: ;
}


.container {
  max-width: 1140px;
  width: 100%; }

.recent-works--nav {
    margin-bottom: 40px;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
	
.recent-works--nav ul li.active {
    color: #3c88e7;
}
.recent-works--nav ul li {
    display: inline-block;
    font: 600 14px "Open Sans";
    position: relative;
    text-transform: uppercase;
    margin: 9px; 15px;
    cursor: pointer;
}

.recent-works--items__item a {
    display: block;
    position: relative;
}

a, a:visited {
    color: #d8d8d8;
    text-decoration: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.recent-works--items__item a .inner-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5vh;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: left;
    background: rgba(60, 136, 231, 0.7);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.recent-works--items__item a .inner-item h4 {
    font: 600 24px "Source Sans Pro";
    margin: 0 0 10px;
    width: 100%;
    text-transform: uppercase;
    position: relative;
}

.recent-works--items__item a .inner-item h4:before {
    content: "";
    width: 40px;
    height: 4px;
    background: #ffffff;
    position: absolute;
    top: -25px;
}

.recent-works--items__item a .inner-item p {
    font: 400 14px "Open Sans";
    width: 100%;
}


.recent-works p {
    font: 400 14px/25px "Source Sans Pro";
    margin-bottom: 0;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.case-study {
    padding: 140px 0;
    text-align: center;
    background: $grey;

    h2 {
        font: 600 36px/1 $second-font;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: $main-grey;
    }
    p {
        font: 400 14px/25px $second-font;
        margin-bottom: 0;
    }
    &--sliders {
        position: relative;
        overflow: hidden;
        display: block;
        padding: 45px 30px 45px 5px;
        margin-top: 70px;
    }
    &--left {
        float: left;
        width: 60%;
        position: relative;
        z-index: 1;
        background: $white;
        padding: 45px 60px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);

        &__textslider {
            margin: 0 !important;

            &__image {
                height: 85px;
                width: 85px;
                background: $blue;
                color: $white;
                display: flex;
                align-items: center;
                justify-content: center;
                transform: rotate(45deg);
                font-size: 40px;
                margin: 40px auto 60px;

                i {
                    transform: rotate(-45deg);
                }
            }
            h4 {
                font: 500 18px $main-font;
                position: relative;
                text-transform: uppercase;
                color: $main-grey;
                margin: 0 0 60px;

                &:after {
                    content: "";
                    background: $main-grey;
                    width: 10%;
                    height: 1px;
                    position: absolute;
                    bottom: -30px;
                    left: 45%;
                }
            }
            p {
                margin-bottom: 50px;
            }
            .button {
                margin-bottom: 50px;
            }
        }
        &__dots {

            ul {
                position: initial;

                li {
                    margin: 0 2px;

                    button {
                        background: $grey;
                        width: 15px;
                        height: 15px;
                        border-radius: 20px;

                        &:before {
                            display: none;
                        }
                    }
                    &.slick-active {
                        button {
                            background: $blue;
                        }
                    }
                }
            }
        }
    }
    &--right {
        position: absolute;
        right: 0;
        width: 50%;
        top: 0;
        bottom: 0;
        z-index: 0;

        &__imageslider {
            img {
                height: 750px;
                object-position: center;
                object-fit: cover;
                width: 100%;
            }
        }
    }
}




.statistics {
    padding: 140px 0;
    background-image: url($img-dir + "slider.jpg");
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
    display: block;
    position: relative;

    &:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        z-index: 0;
    }
    &--item {
        position: relative;
        z-index: 1;
        float: left;
        width: 20%;
        color: $white;
        text-align: center;

        &__image {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid $white;
            border-radius: 100px;
            width: 110px;
            height: 110px;
            margin: 0 auto 45px auto;
            font-size: 30px;
        }
        h3 {
            font: 600 30px $second-font;
            margin: 0 0 15px;
            letter-spacing: 2px;
        }
        h5 {
            font: 400 18px $second-font;
        }
    }
}

.our-pricing {
    padding: 140px 0;
    text-align: center;

    h2 {
        font: 600 36px/1 $second-font;
        margin: 0 0 20px;
        text-transform: uppercase;
        color: $main-grey;
    }
    p {
        font: 400 14px/25px $second-font;
        margin-bottom: 0;
    }
    &--package {
        margin-top: 20px;

        h3 {
            height: 200px;
            font: 600 24px $main-font;
            text-transform: uppercase;
            color: $white;
            background: $text-grey;
            margin: 0 0 0;
            padding-top: 45px;
            letter-spacing: 1px;
        }
        &__data {
            background: $grey;
            padding: 0 50px 50px;

            span {
                height: 150px;
                width: 150px;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                margin: 0 auto -35px;
                position: relative;
                background: #fff;
                color: $text-grey;
                border-radius: 150px;
                top: -75px;
                box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
                flex-wrap: wrap;
                font: 700 13px $second-font;
                padding-bottom: 45px;

                b {
                    width: 100%;
                    font: 700 40px $second-font;
                    position: absolute;
                    top: 40px;
                }
            }
            ul {
                margin-bottom: 50px;

                li {
                    font: 400 14px $main-font;
                    color: $text-grey;
                    margin-bottom: 25px;

                    &:last-child {
                        margin-bottom: 0;
                    }
                }
            }
            .button {
                margin: 0 auto;
                background: $text-grey;
                border-color: $text-grey;

                &:hover {
                    background: none;
                    color: $text-grey;
                }
            }
        }
        &.starred {
            h3 {
                background: $blue;
            }
            .our-pricing--package__data {
                span {
                    b {
                        color: $blue;
                    }
                }
                .button {
                    background: $blue;
                    border-color: $blue;

                    &:hover {
                        background: none;
                        color: $blue;
                    }
                }
            }
        }
    }

