/* Portfolio */

header .slider-images img {
    -o-object-position: bottom;
    object-position: bottom
}

.projects {
    padding-top: 2%;
    overflow: hidden
}

.projects:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 10px;
    left: -12%;
    width: 620px;
    height: 620px;
    border-radius: 37% 60% / 60% 40%;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    background: rgba(248, 197, 69, 0.2);
}

.projects ul.unstyled {
    margin-bottom: 40px;
    font: 500 15px 'Poppins';
    position: relative;
    z-index: 5
}

.projects ul.unstyled li {
    padding: 10px 24px;
    margin: 0 4px;
    border-bottom: 2px solid transparent;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    cursor: pointer;
    background: #f1f6fe;
    border-radius: 4px;
    margin-bottom: 10px
}

.projects ul.unstyled li.active {
    color: #ffffff;
    background: #0087ff;
    -webkit-box-shadow: 0 0 10px rgba(0, 135, 255, 0.5);
    box-shadow: 0 0 10px rgba(0, 135, 255, 0.5);
}

.projects .grid {
    margin-top: 6%
}

.projects .grid > div {
    width: calc(100% / 3 - 3%);
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    border-radius: 24px;
    margin-bottom: 3%;
    margin-right: 3%;
    z-index: 1;
    background: #fff
}

.projects .grid > div:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
}

.projects .grid > div > img {
    border-radius: 24px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.projects .grid > div div {
    padding: 30px;
}

.projects .grid > div div img {
    position: absolute;
    top: -55px;
    right: 6%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    padding: 1px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.projects .grid > div h3 {
    margin: 0;
}

.projects .grid > div h3 a {
    color: #0087ff
}

.projects .grid > div h3 a:hover {
    color: #005aa8;
}

.projects .grid > div p {
    font-size: 15px;
    margin-top: 6px
}

/*Testiomonials*/

.testiomonials {
    background: #F4F9FF;
    overflow: hidden;
}

.testiomonials:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -12%;
    right: -20%;
    width: 600px;
    height: 600px;
    border-radius: 37% 60% / 60% 40%;
    -webkit-transform: rotate(150deg);
    transform: rotate(135deg);
    background: rgb(181, 232, 223);
}

.testiomonials h2 {
    margin: auto;
    z-index: 0
}

.slider {
    margin-top: 8%;
}

.slider .item {
    position: absolute;
    -webkit-transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28);
    transition: 1s cubic-bezier(0.18, 0.89, 0.32, 1.28)
}

.slider .item:not(.current) {
    -webkit-filter: grayscale(1) blur(2px);
    filter: grayscale(1) blur(2px);
}

.slider div p {
    padding: 60px;
    border-radius: 24px;
    -webkit-box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    background: #fff;
}

.slider div p:before {
    content:  "“";
    position: absolute;
    top: -45px;
    left: 25px;
    font-size: 330px;
    color: rgba(55, 84, 170, 0.05);
}

.slider .info div:first-of-type {
    width: 100px;
    height: 100px
}

.slider .info div:last-of-type {
    width: calc(100% - 120px)
}

.slider .info img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    border-radius: 50%;
    padding: 6px;
    background: #ffffff;
    -webkit-box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
    box-shadow: 5px 5px 20px rgba(55, 84, 170, 0.1), -5px -5px 20px rgba(55, 84, 170, 0.1);
}

.slider .info h3 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #0087ff;
    font-family: 'Poppins'
}

.slider .info span {
    font: 500 16px 'Poppins';
    color: #7688a2;
}

.testiomonials .nav {
    margin-top: 4%;
}

.testiomonials .nav span {
    display: inline-block;
    width: 16px;
    height: 5px;
    margin-left: 6px;
    background: #cee8ff;
    border-radius: 12px;
    cursor: pointer;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.testiomonials .nav span.active {
    width: 22px;
    height: 7px;
    background: #0087ff;
}

@media (max-width: 768px) {
    .testiomonials .nav {
        margin-top: 10%
    }
}