.services1 {
    background: #171717;
    padding: 53px 0 9px;
}

.service-item1 {
    padding: 0 10px 26px;
    margin-bottom: 26px;
    position: relative;
}

.service-item1:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background: #facd8a;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.service-item1:hover:before {
    opacity: 1;
}

.service-item1:hover .services-icon1 {
    background: #facd8a;
    box-shadow: 0px 0px 0px 14px #191919;
}

.service-item1:hover .services-icon1 i {
    color: #171717;
}

.service-item1:hover .service-title1:before {
    background: #212121;
}

.service-item1:hover .service-title1,
.service-item1:hover .service-description1 {
    color: #212121;
}

.service-title1 {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0 0 20px;
    position: relative;
    color: #fff;
    letter-spacing: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #facd8a;
}

.service-title1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3px;
    width: 75px;
    background: #facd8a;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.services-icon1 {
    width: 68px;
    height: 68px;
    background: #111111;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
}

.services-icon1 i {
    font-size: 35px;
    line-height: 1;
}

.service-description1 {
    color: rgba(255, 255, 255, 0.8);
    line-height: 24px;
    position: relative;
}

.db {
    /* animation: blink 2s infinite, pulse 5s infinite; */
    /* text-transform: uppercase; */
    font-size: large;
    letter-spacing: 3px;
    font-family: 'SansationLight';
    color: #facd8a !important;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        font-size: 100%;
    }

    50% {
        font-size: 110%;
        font-weight: bold;
    }

    100% {
        font-size: 100%;
    }
}

.counter {
    padding: 50px 0 20px;
    background: #121212;
}

.counter .block {
    padding: 15px;
    position: relative;
    background-color: #171717;
}

.table-price.counter:after,
.table-price.counter:before {
    border-radius: 50%;
}

.counter .block p, .counter .block h4 {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    text-align: center;
    padding-top: 20px;
    font-family: 'SansationLight';
    transition: all .5s ease-in;
}

.counter .block .count-text {
    width: 120px;
    height: 120px;
    /* display: flex; */
    margin: 30px auto 20px;
    color: #facd8a;
    border-radius: 50%;
    padding: 0;
}

.counter .block .count-text .purecounter {
    font-size: 3rem;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.table:hover .block p {
    transform: scale(1.1);
    color: #facd8a;
}

.table:hover .block h4 {
    /* transform: scale(1.1); */
    color: #facd8a;
}

.purecounter::after {
    content: "+";
    font-size: 3rem;
}

.why-block .block {
    padding: 10px 20px ; 
    text-align: center ;
}

.why-block .block p {
    text-align: justify ;
}

.why-block:hover p {
    transform: none !important  ;    
}

.slider_text {
    font-family: 'SansationLight';
    /* font-family:'Punavuori 00150 Regular'; */
    font-size: 45px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

.case-study-content .inner-title {
    font-family: 'SansationLight' !important;
    text-transform: capitalize !important;
}

h1,
h2,
h3 {
    font-family: 'SansationLight';
    font-weight: bold;
}

#tf_rev_slider>ul li .slotholder {
    display: block;
    background-color: rgba(0, 0, 0);
    opacity: 0.4 !important;
}


@media(min-width: 990.98px) {
    .col-md-3.col-md-20 {
        width: 20%;
    }
}


.case-study-content:nth-child(odd) {
    padding-bottom: 100px;
}

h4.text {
    padding: 50px;
    text-align: center;
    font-size: 25px;
    font-family: 'SansationLight';
    font-weight: bold;
    border: 2px solid #facd8a;
    background-color: #00000088;
}

.cta {
    padding: 17px 40px;
    color: #facd8a;
    margin-top: 50px;
    background-color: #121212;
    text-transform: uppercase;
    font-size: 25px;
    font-family: 'SansationLight';
    border: 2px solid #facd8a;
    font-weight: bold;
    transition: all 0.3s ease-in;
}

.cta:hover {
    background-color: #facd8a;
    color: #111111;
}

h2.slider_text {
    font-size: 35px ;
}

h3.slider_text {
    font-size: 30px ;
    letter-spacing: 3px;
}

