/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/
.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssorb031 {
    position: absolute;
}

.jssorb031 .i {
    position: absolute;
    cursor: pointer;
}

.jssorb031 .i .b {
    fill: #000;
    fill-opacity: 0.5;
    stroke: #fff;
    stroke-width: 1200;
    stroke-miterlimit: 10;
    stroke-opacity: 0.3;
}

.jssorb031 .i:hover .b {
    fill: #fff;
    fill-opacity: 0.7;
    stroke: #000;
    stroke-opacity: 0.5;
}

.jssorb031 .iav .b {
    fill: #fff;
    stroke: #000;
    fill-opacity: 1;
}

.jssorb031 .i.idn {
    opacity: 0.3;
}

.jssora051 {
    display: block;
    position: absolute;
    cursor: pointer;
}

.jssora051 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 360;
    stroke-miterlimit: 10;
}

.jssora051:hover {
    opacity: 0.8;
}

.jssora051.jssora051dn {
    opacity: 0.5;
}

.jssora051.jssora051ds {
    opacity: 0.3;
    pointer-events: none;
}

.tagline {
    position: inherit;
    z-index: 7;
    white-space: nowrap;
    bottom: 180px;
    right: 0;
    transition: none 0s ease 0s;
    line-height: 72px;
    border-width: 0px 6px 0px 0px;
    margin: 0px;
    padding: 0px 20px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: max-content;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    background-color: rgba(32, 44, 69, 0.75) !important;
    border-right: 6px solid #f2184f !important;
}

.tagline .contain {
    color: #fff;
    font-weight: 600;
    visibility: inherit;
    letter-spacing: 0px;
    font-size: 45px;
}

.sm-tagline {
    position: inherit;
    bottom: 120px;
    right: 0;
    z-index: 7;
    white-space: nowrap;
    font-weight: 600;
    visibility: inherit;
    transition: none 0s ease 0s;
    line-height: 54px;
    border-width: 0px;
    margin: 0px;
    padding: 0px 20px;
    letter-spacing: 0px;
    font-size: 30px;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: max-content;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    transform-origin: 50% 50% 0px;
    color: #fff;
    background-color: rgba(95, 94, 94, 0.6);
}
