.mb_res {
    margin-bottom: 10px;
}
.fnp_radius {
    border-radius: 30px;
}

.site-button, .site-button-secondry {
    border-radius: 10px;
}

.text-center.section-head p {
    max-width: 1100px;
}

.fnp_ul ul li:hover {
    background-color: #8e126e;
    color: #ffffff;
}
.fnp_ul ul li {

    list-style-type: none;
    padding: 18px 20px;
    background: rgba(255,255,255,.95);
    margin-bottom: 12px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
}
.fnp_ul h2, .fnp_ul h3 {
    color: #8e116e !important;
}

.header-nav .nav>li>a {
    font-size: 14px !important;
}

.site-header.center .header-nav .nav {
    width: 35% !important;
}

.anaresim {
    max-width: 70%
}

.fnp_vitrin .icon-content {
    min-height: 255px !important;
}

.footer-white .footer-top {
    padding: 100px 0 20px;
}

@media only screen and (max-width: 991px) {

    .anaresim {
        max-width: 100%
    }
    .dlab-bnr-inr ul li {
        font-size: 12px;
    }
    .dlab-bnr-inr h1 {
        font-size: 14px;
    }

    .f_mb-10 {
        margin-bottom: 10px;
    }
    .fnp_mt {
        margin-top: 50px;

    }

    .site-header.center .header-nav .nav {
        width: 100% !important;
    }

    .site-header .is-fixed .navbar-toggler, .site-header .navbar-toggler {
        margin: 30px 0 14px 10px !important;
    }
    .tp-parallax-wrap {
        display: none !important;
    }

    .tp-splitted .tp-linesplit {
        display: none !important;
    }

    .site-header.center .logo-header {
        width: 90px;
        max-width: 90px;
        position: absolute;
        left: 50%;
        top: 10px;
        margin-left: -45px;
    }

    .footer-white .widget_getintuch i {
        display: none;
    }
    .widget_getintuch li {
        padding-left: 0;
    }

}

.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.contact_icon {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size:30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

.text_icon {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}

.fnp_container2 {
    padding: 0 4rem;
}

.mt200 {
    margin-top: 200px;
}

.pb200 {
    padding-bottom: 200px;
}

.bx-wrapper {
    -moz-box-shadow: 0px !important;
    -webkit-box-shadow: 0px !important;
    box-shadow: 0px !important;
    border: 0px !important;
}

.class-wp:hover {
    background: #1fb156 !important;
}
.class-wp {

    background: #25d366!important;
    color: #fff!important;
    display: block;
    margin-top: 10px;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    float: left;
    transition: 0.3s;
}
.class-wp2:hover {
    background: #404040 !important;
}
.class-wp2 {
    transition: 0.3s;
    margin-right: 10px;
    background: #000000 !important;
    color: #fff!important;
    display: block;
    margin-top: 10px;
    padding: 15px 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    float: left;
}
