/* .img-fluid {
    max-width: 100px !important;
    height: auto;
} */

.bg1 {
    background-color: #F9FBFE !important;
}

.bg2 {
    background-color: #05103B !important;
}

.bg3 {
    background-color: #f58220 !important;
}


/*==================== Social Icon Section ====================*/

#social-sidebar {
    left: 0;
    position: fixed;
    top: 65%;
    z-index: 99;
    list-style: none;
    padding: 0px;
}

#social-sidebar li:first-child a {
    border-top-right-radius: 5px;
}

#social-sidebar li:last-child a {
    border-bottom-right-radius: 5px;
}

#social-sidebar a {
    /*background: rgba(0, 0, 0, .7);*/
    color: #fff;
    text-decoration: none;
    display: block;
    height: 35px;
    width: 35px;
    font-size: 16px;
    line-height: 35px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

#social-sidebar a:hover span {
    left: 120%;
    opacity: 1;
}

#social-sidebar a span {
    font: 12px "Open Sans", sans-serif;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    left: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 4px 8px;
    position: absolute;
    transition: opacity .3s, left .4s;
    top: 50%;
    z-index: -1;
}

#social-sidebar a span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    left: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
}

#social-sidebar #bg-phone {
    background: #41AF1E;
    margin-bottom: 3px;
}

#social-sidebar #bg-fb {
    background: #3B5998;
    margin-bottom: 3px;
}

#social-sidebar #bg-whatsapp {
    background: #58d164;
    margin-bottom: 3px;
}

#social-sidebar #bg-insta {
    background: #e73d90;
    margin-bottom: 3px;
}

#social-sidebar #bg-twitter {
    background: #00aced;
    margin-bottom: 3px;
}

#social-sidebar #bg-youtube {
    background: #F60000;
    margin-bottom: 3px;
}

#social-sidebar a[class*="phone"]:hover,
#social-sidebar a[class*="phone"] span,
#social-sidebar a[class*="phone"] span:before {
    background: #41AF1E;
}

#social-sidebar a[class*="whatsapp"]:hover,
#social-sidebar a[class*="whatsapp"] span,
#social-sidebar a[class*="whatsapp"] span:before {
    background: #58d164;
}

#social-sidebar a[class*="insta"]:hover,
#social-sidebar a[class*="insta"] span,
#social-sidebar a[class*="insta"] span:before {
    background: #e73d90;
}

#social-sidebar a[class*="twitter"]:hover,
#social-sidebar a[class*="twitter"] span,
#social-sidebar a[class*="twitter"] span:before {
    background: #00aced;
}

#social-sidebar a[class*="youtube"]:hover,
#social-sidebar a[class*="youtube"] span,
#social-sidebar a[class*="youtube"] span:before {
    background: #F60000;
}

#social-sidebar a[class*="facebook"]:hover,
#social-sidebar a[class*="facebook"] span,
#social-sidebar a[class*="facebook"] span:before {
    background: #3B5998;
}

#social-sidebar a[class*="gplus"]:hover,
#social-sidebar a[class*="gplus"] span,
#social-sidebar a[class*="gplus"] span:before {
    background: #E34429;
}

#social-sidebar a[class*="dribbble"]:hover,
#social-sidebar a[class*="dribbble"] span,
#social-sidebar a[class*="dribbble"] span:before {
    background: #ea4c89;
}

#social-sidebar a[class*="dropbox"]:hover,
#social-sidebar a[class*="dropbox"] span,
#social-sidebar a[class*="dropbox"] span:before {
    background: #8DC5F2;
}

#social-sidebar a[class*="github"]:hover,
#social-sidebar a[class*="github"] span,
#social-sidebar a[class*="github"] span:before {
    background: #9C7A5B;
}

#social-sidebar a[class*="evernote"]:hover,
#social-sidebar a[class*="evernote"] span,
#social-sidebar a[class*="evernote"] span:before {
    background: #6BB130;
}


/*==================== Social Icon Section ====================*/