/* Add here all your CSS customizations */

.fancy-title .heading-wrap {
    background: url('https://macro-cs.com/wp-content/uploads/2021/09/dotted.png') repeat-x center;
}
.fancy-title .heading-wrap {
    position: relative;
    margin-bottom: 20px;
}
.fancy-title h3 {
    position: relative;
    display: inline-block;
    background-color: #FFF;
    padding-right: 15px;
    margin-bottom: 0;
    text-transform: capitalize !important;
}
.fab {
    position: relative;
    display: inline-block;
    z-index: 9
}

.fab > .btn {
        position: relative;
        z-index: 1
    }

.fab-fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
}

.fab-buttons {
    position: absolute;
    bottom: 64px;
    right: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse
}

    .fab-buttons li {
        padding: 4px 0;
        text-align: right;
        opacity: 0;
        -webkit-transition: .4s;
        transition: .4s
    }

        .fab-buttons li:nth-child(1) {
            -webkit-transform: translateY(103%);
            transform: translateY(103%)
        }

        .fab-buttons li:nth-child(2) {
            -webkit-transform: translateY(206%);
            transform: translateY(206%)
        }

        .fab-buttons li:nth-child(3) {
            -webkit-transform: translateY(309%);
            transform: translateY(309%)
        }

        .fab-buttons li:nth-child(4) {
            -webkit-transform: translateY(412%);
            transform: translateY(412%)
        }

        .fab-buttons li:nth-child(5) {
            -webkit-transform: translateY(515%);
            transform: translateY(515%)
        }

        .fab-buttons li:nth-child(6) {
            -webkit-transform: translateY(618%);
            transform: translateY(618%)
        }

        .fab-buttons li:nth-child(7) {
            -webkit-transform: translateY(721%);
            transform: translateY(721%)
        }

        .fab-buttons li:nth-child(8) {
            -webkit-transform: translateY(824%);
            transform: translateY(824%)
        }

        .fab-buttons li:nth-child(9) {
            -webkit-transform: translateY(927%);
            transform: translateY(927%)
        }

.fas-icon-default {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: .5s;
    transition: .5s
}

.fab > .btn.active i {
	 display: inline-block;
    position: absolute;
   -webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
}

.fab > .btn.active + .fab-buttons li {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0)
}

.btn-float {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    padding: 0;
    margin: 0;
    font-size: 24px;
    border-radius: 100%;
    -webkit-box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}

.btn-float.btn-sm {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
.action1:before {top:0px !important;}
.goog-logo-link{display: none !important;}