@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&font-display:swap);

@import url("entypo.css");
/* @import url(https://weloveiconfonts.com/api/?family=entypo&font-display:swap); */



[class^=entypo-]:before {

    font-family: entypo, sans-serif;

    font-display: swap

}



body {}



#social-sidebar {

    right: 0;

    position: fixed;

    top: 36%;

    z-index: 999999;

    padding-right: 10px

}



#social-sidebar li:first-child a {

    border-radius: 40px

}



#social-sidebar li:last-child a {

    border-radius: 40px

}



#social-sidebar a {

    background: rgb(1 118 191);

    color: #fff;

    text-decoration: none;

    display: block;

    height: 40px;

    width: 40px;

    font-size: 18px;

    line-height: 43px;

    position: relative;

    text-align: center;

    cursor: pointer;

    border-radius: 40px;

    margin-top: 5px

}



#social-sidebar a:hover span {

    right: 120%;

    opacity: 1

}



#social-sidebar a span {

    font: 12px "Open Sans", sans-serif;

    text-transform: uppercase;

    border-radius: 3px;

    line-height: 24px;

    right: -100%;

    margin-top: -16px;

    opacity: 0;

    padding: 4px 8px;

    position: absolute;

    transition: opacity .3s, right .4s;

    top: 50%;

    z-index: -1

}



#social-sidebar a span:before {

    content: "";

    display: block;

    height: 8px;

    width: 8px;

    right: -4px;

    margin-top: -4px;

    position: absolute;

    top: 50%;

    transform: rotate(45deg)

}



#social-sidebar a[class*=twitter] span,

#social-sidebar a[class*=twitter] span:before,

#social-sidebar a[class*=twitter]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=facebook] span,

#social-sidebar a[class*=facebook] span:before,

#social-sidebar a[class*=facebook]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=gplus] span,

#social-sidebar a[class*=gplus] span:before,

#social-sidebar a[class*=gplus]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=dribbble] span,

#social-sidebar a[class*=dribbble] span:before,

#social-sidebar a[class*=dribbble]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=play] span,

#social-sidebar a[class*=play] span:before,

#social-sidebar a[class*=play]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=linkedin] span,

#social-sidebar a[class*=linkedin] span:before,

#social-sidebar a[class*=linkedin]:hover {

    background: #121931;

    color: #fff !important

}



#social-sidebar a[class*=instagrem] span,

#social-sidebar a[class*=instagrem] span:before,

#social-sidebar a[class*=instagrem]:hover {

    background: #121931;

    color: #fff !important

}



#whatsappchat {

    right: 15px;
    direction: ltr;
    position: fixed;
    z-index: 999;
    bottom: 15px;
    float: right;
}

.whatsapptext {
    background-color: #ededed;
    padding: 12px 10px;
    border-radius: 14px;
    position: relative;
    margin-right: 5px;
    color: black;
    vertical-align: middle;


}

.whatsappimage {
    height: 50px;
    transform: scale(.7);
    content: url(../imgs/whatsapp-min.png);
    animation: shake 2.52s cubic-bezier(.36, .07, .19, .77) both infinite;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;

}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(2px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(4px, 0, 0);
    }
}

.whatsapptext::before {
    content: '';
    position: absolute;
    border-bottom: solid 10px transparent;
    border-right: solid 10px #ededed;
    border-top: solid 10px transparent;
    left: -6px;
    top: 10px;

}

.whatsapp-ico {
    height: 19px;
    margin-right: 5px;
    content: url("../images/whatsappRightIcon.png");

}
