
.text {
    margin: 0 60px;
}



.twitter {
    font: normal normal 10px Arial;
    text-align: center;
    color: #998578;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.twitter {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 14px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.twitter:hover {
    color: rgb(64, 152, 202);
    text-decoration: none;
}

img {
    max-width: 100%;
}
/* Floating Social Media Bar Style Starts Here */

.fl-fl {
    background: #2ea5f5;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 4px;
    width: 210px;
    position: fixed;
    right: -165px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.fl-fl .fa {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl .fab {
    font-size: 20px;
    color: #fff;
    padding: 10px 0;
    width: 40px;
    margin-left: 8px;
}

.fl-fl:hover {
    right: 0;
}

.fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 43px!important;
    vertical-align: top!important;
}

.fl-fl img{
    width: 32px;
    padding-top: 7px;
    padding-left: 5px;
    margin-right: 12px;

}


.float-seo {
    top: 175px;
}

.float-fb {
    top: 230px;
}

.float-tw {
    top: 285px;
}

.float-gp {
    top: 340px;
}

.float-rs {
    top: 325px;
}

.float-ig {
    top: 380px;
}

.float-pn {
    top: 395px;
}
/* Floating Social Media Bar Style Ends Here */