.services {
    color: #000000;
    background: #ffffff;
}

.services .title::before {
    background: #000000;
}

.services .title::after {
    background: #ffffff;
    content: "what We provide";
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, .1);
    margin-bottom: 1.6%;
    background: rgb(49, 20, 50);
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    box-shadow: 0 0 5px 10px rgba(22, 20, 20, 0.514);
}

.blog-card a {
    color: inherit;
}

.blog-card a:hover {
    color: #5ad67d;
}

.blog-card:hover .photo {
    transform: scale(1.3) rotate(3deg);
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px;
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: transform 0.2s;
}

.blog-card .details,
.blog-card .details ul {
    margin: auto;
    padding: 0;
    list-style: none;
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.2s;
    background: rgba(0, 0, 0, .6);
    color: #f0f8e7;
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;

}

.blog-card .details a {
    text-decoration: dotted underline;
}

.blog-card .details ul li {
    display: inline-block;
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007";
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133";
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px;
}

.blog-card .details .tags li {
    margin-right: 2px;
}

.blog-card .details .tags li:first-child {
    margin-left: -4px;
}

/* card inside color */
.blog-card .description {
    padding: 2.5rem;
    background: rgb(227, 159, 246);
    position: relative;
    z-index: 1;
}

.blog-card .description h1,
.blog-card .description h2 {
    font-family: Poppins, sans-serif;
    color: rgb(49, 20, 50);
}

.blog-card .description h1 {
    color: rgb(49, 20, 50);
    line-height: 1;
    margin: 0;
    font-size: 1.7rem;
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: crimson;
    margin-top: 5px;
}

.blog-card .description p {
    color: rgb(49, 20, 50);
    line-height: 1;
    margin: 0;
    font-size: 1.4rem;

}

.blog-card .description .read-more {
    text-align: right;
}

.blog-card .description .read-more a {
    color: #5ad67d;
    display: inline-block;
    position: relative;
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin 0.3s, opacity 0.3s;
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0;
}

.blog-card p:first-of-type {
    margin-top: 1.25rem;
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #ff28c9;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}

.blog-card:hover .details {
    left: 0%;
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row;
        max-width: 700px;
    }

    .blog-card .meta {
        flex-basis: 40%;
        height: auto;
    }

    .blog-card .description {
        flex-basis: 60%;
    }

    .blog-card .description:before {
        transform: skewX(-3deg);
        content: "";
        background: rgb(49, 20, 50);
        ;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;

    }

    .blog-card.alt {
        flex-direction: row-reverse;
    }

    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }

    .blog-card.alt .details {
        padding-left: 25px;
    }
}


@keyframes slidein {
    0% {
        top: -400px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes slideout {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: -400px;
        opacity: 0;
    }
}




/* services second part (additional-services) */
/* ------------------------------------------------------------------------ */






@import url('https://fonts.googleapis.com/css?family=Open+Sans');

.body1 {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
    /* left: 15px; */
}

.body1 {
    font-family: 'Open Sans', sans-serif;

}

button {
    background-color: rgb(0, 0, 0);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    padding: 15px;
    transition: color .2s ease-in;
    position: relative;

}

button:hover {
    color: #222;
}

button:focus {
    outline: 0;
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 50%;
    height: 60vh;
    box-shadow: 0 0 5px 10px #000000;
    min-height: -30vh;
    min-width: 75vw;


}

.left-slide {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    transition: transform .5s ease-in-out;
}

.left-slide>div {
    align-items: center;
    color: #000000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.left-slide h1 {
    color: rgb(255, 255, 255);
    font-size: 3.5vw;
    margin-bottom: 10px;
    margin-top: -30px;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}

.left-slide p {
    color: rgb(227, 159, 246);
    align-content: center;
    font-size: 2.5vw;
    margin-bottom: 20px;
    margin-top: -10px;
    flex-direction: column;
    justify-content: center;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.right-slide {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    width: 65%;
    transition: transform .5s ease-in-out;
}

.right-slide>div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
}

.slider-container .action-buttons button {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
}

.slider-container .action-buttons .down-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateX(0%);
}

.slider-container .action-buttons .up-button {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transform: translateY(-100%);
}


/* services third part (our engagement) */
/* ------------------------------------------------------------------------ */

.our-engagemnet {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    position: relative;
}

.our-engagemnet h1 {
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 600;
    text-align: justify;
    font-family: cursive;
}

.our-engagemnet p {
    font-size: 1.5rem;
    color: rgb(0, 0, 0);
    font-weight: 400;
    text-align: justify;
    font-family: cursive;


}