

@import url('https://fonts.googleapis.com/css?family=Monoton|Roboto:100,300,400,400i,500,500i,700,900&amp;display=swap');

/* ....................................
01. Preloader
.......................................*/

.loader-out {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    background-color: #fff;
    background-size: cover;
    background-position: center;
}

.loader {
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

.cssload-dots {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    outline: 1px solid red;
    filter: url(/style.css#goo);
    -o-filter: url(/style.css#goo);
    -ms-filter: url(/style.css#goo);
    -webkit-filter: url(/style.css#goo);
    -moz-filter: url(/style.css#goo);
}

.loading-p {
    display: block;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 83%;
    -webkit-transform-origin-y: top;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}

.cssload-dot {
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.cssload-dot:before {
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 49px;
    background: rgb(251, 211, 1);
    position: absolute;
    left: 50%;
    transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    margin-left: -17.5px;
    margin-top: -17.5px;
}

.cssload-dot:nth-child(5):before {
    z-index: 100;
    width: 44.5px;
    height: 44.5px;
    margin-left: -21.75px;
    margin-top: -21.75px;
    animation: cssload-dot-colors 4.6s ease infinite;
    -o-animation: cssload-dot-colors 4.6s ease infinite;
    -ms-animation: cssload-dot-colors 4.6s ease infinite;
    -webkit-animation: cssload-dot-colors 4.6s ease infinite;
    -moz-animation: cssload-dot-colors 4.6s ease infinite;
}

.cssload-dot:nth-child(1) {
    animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
    -o-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
    -ms-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
    -webkit-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
    -moz-animation: cssload-dot-rotate-1 4.6s 0s linear infinite;
}

.cssload-dot:nth-child(1):before {
    background-color: rgb(255, 50, 112);
    animation: cssload-dot-move 4.6s 0s ease infinite;
    -o-animation: cssload-dot-move 4.6s 0s ease infinite;
    -ms-animation: cssload-dot-move 4.6s 0s ease infinite;
    -webkit-animation: cssload-dot-move 4.6s 0s ease infinite;
    -moz-animation: cssload-dot-move 4.6s 0s ease infinite;
}

.cssload-dot:nth-child(2) {
    animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
    -o-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
    -ms-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
    -webkit-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
    -moz-animation: cssload-dot-rotate-2 4.6s 1.15s linear infinite;
}

.cssload-dot:nth-child(2):before {
    background-color: rgb(32, 139, 241);
    animation: cssload-dot-move 4.6s 1.15s ease infinite;
    -o-animation: cssload-dot-move 4.6s 1.15s ease infinite;
    -ms-animation: cssload-dot-move 4.6s 1.15s ease infinite;
    -webkit-animation: cssload-dot-move 4.6s 1.15s ease infinite;
    -moz-animation: cssload-dot-move 4.6s 1.15s ease infinite;
}

.cssload-dot:nth-child(3) {
    animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
    -o-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
    -ms-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
    -webkit-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
    -moz-animation: cssload-dot-rotate-3 4.6s 2.3s linear infinite;
}

.cssload-dot:nth-child(3):before {
    background-color: rgb(175, 225, 2);
    animation: cssload-dot-move 4.6s 2.3s ease infinite;
    -o-animation: cssload-dot-move 4.6s 2.3s ease infinite;
    -ms-animation: cssload-dot-move 4.6s 2.3s ease infinite;
    -webkit-animation: cssload-dot-move 4.6s 2.3s ease infinite;
    -moz-animation: cssload-dot-move 4.6s 2.3s ease infinite;
}

.cssload-dot:nth-child(4) {
    animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
    -o-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
    -ms-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
    -webkit-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
    -moz-animation: cssload-dot-rotate-4 4.6s 3.45s linear infinite;
}

.cssload-dot:nth-child(4):before {
    background-color: rgb(251, 211, 1);
    animation: cssload-dot-move 4.6s 3.45s ease infinite;
    -o-animation: cssload-dot-move 4.6s 3.45s ease infinite;
    -ms-animation: cssload-dot-move 4.6s 3.45s ease infinite;
    -webkit-animation: cssload-dot-move 4.6s 3.45s ease infinite;
    -moz-animation: cssload-dot-move 4.6s 3.45s ease infinite;
}

@keyframes cssload-dot-move {
    0% {
        transform: translateY(0);
    }
    18%,
    22% {
        transform: translateY(-68px);
    }
    40%,
    100% {
        transform: translateY(0);
    }
}

@-o-keyframes cssload-dot-move {
    0% {
        -o-transform: translateY(0);
    }
    18%,
    22% {
        -o-transform: translateY(-68px);
    }
    40%,
    100% {
        -o-transform: translateY(0);
    }
}

@-ms-keyframes cssload-dot-move {
    0% {
        -ms-transform: translateY(0);
    }
    18%,
    22% {
        -ms-transform: translateY(-68px);
    }
    40%,
    100% {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes cssload-dot-move {
    0% {
        -webkit-transform: translateY(0);
    }
    18%,
    22% {
        -webkit-transform: translateY(-68px);
    }
    40%,
    100% {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes cssload-dot-move {
    0% {
        -moz-transform: translateY(0);
    }
    18%,
    22% {
        -moz-transform: translateY(-68px);
    }
    40%,
    100% {
        -moz-transform: translateY(0);
    }
}

@keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251, 211, 1);
    }
    25% {
        background-color: rgb(255, 50, 112);
    }
    50% {
        background-color: rgb(32, 139, 241);
    }
    75% {
        background-color: rgb(175, 225, 2);
    }
    100% {
        background-color: rgb(251, 211, 1);
    }
}

@-o-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251, 211, 1);
    }
    25% {
        background-color: rgb(255, 50, 112);
    }
    50% {
        background-color: rgb(32, 139, 241);
    }
    75% {
        background-color: rgb(175, 225, 2);
    }
    100% {
        background-color: rgb(251, 211, 1);
    }
}

@-ms-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251, 211, 1);
    }
    25% {
        background-color: rgb(255, 50, 112);
    }
    50% {
        background-color: rgb(32, 139, 241);
    }
    75% {
        background-color: rgb(175, 225, 2);
    }
    100% {
        background-color: rgb(251, 211, 1);
    }
}

@-webkit-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251, 211, 1);
    }
    25% {
        background-color: rgb(255, 50, 112);
    }
    50% {
        background-color: rgb(32, 139, 241);
    }
    75% {
        background-color: rgb(175, 225, 2);
    }
    100% {
        background-color: rgb(251, 211, 1);
    }
}

@-moz-keyframes cssload-dot-colors {
    0% {
        background-color: rgb(251, 211, 1);
    }
    25% {
        background-color: rgb(255, 50, 112);
    }
    50% {
        background-color: rgb(32, 139, 241);
    }
    75% {
        background-color: rgb(175, 225, 2);
    }
    100% {
        background-color: rgb(251, 211, 1);
    }
}

@keyframes cssload-dot-rotate-1 {
    0% {
        transform: rotate(-105deg);
    }
    100% {
        transform: rotate(270deg);
    }
}

@-o-keyframes cssload-dot-rotate-1 {
    0% {
        -o-transform: rotate(-105deg);
    }
    100% {
        -o-transform: rotate(270deg);
    }
}

@-ms-keyframes cssload-dot-rotate-1 {
    0% {
        -ms-transform: rotate(-105deg);
    }
    100% {
        -ms-transform: rotate(270deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-1 {
    0% {
        -webkit-transform: rotate(-105deg);
    }
    100% {
        -webkit-transform: rotate(270deg);
    }
}

@-moz-keyframes cssload-dot-rotate-1 {
    0% {
        -moz-transform: rotate(-105deg);
    }
    100% {
        -moz-transform: rotate(270deg);
    }
}

@keyframes cssload-dot-rotate-2 {
    0% {
        transform: rotate(165deg);
    }
    100% {
        transform: rotate(540deg);
    }
}

@-o-keyframes cssload-dot-rotate-2 {
    0% {
        -o-transform: rotate(165deg);
    }
    100% {
        -o-transform: rotate(540deg);
    }
}

@-ms-keyframes cssload-dot-rotate-2 {
    0% {
        -ms-transform: rotate(165deg);
    }
    100% {
        -ms-transform: rotate(540deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-2 {
    0% {
        -webkit-transform: rotate(165deg);
    }
    100% {
        -webkit-transform: rotate(540deg);
    }
}

@-moz-keyframes cssload-dot-rotate-2 {
    0% {
        -moz-transform: rotate(165deg);
    }
    100% {
        -moz-transform: rotate(540deg);
    }
}

@keyframes cssload-dot-rotate-3 {
    0% {
        transform: rotate(435deg);
    }
    100% {
        transform: rotate(810deg);
    }
}

@-o-keyframes cssload-dot-rotate-3 {
    0% {
        -o-transform: rotate(435deg);
    }
    100% {
        -o-transform: rotate(810deg);
    }
}

@-ms-keyframes cssload-dot-rotate-3 {
    0% {
        -ms-transform: rotate(435deg);
    }
    100% {
        -ms-transform: rotate(810deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-3 {
    0% {
        -webkit-transform: rotate(435deg);
    }
    100% {
        -webkit-transform: rotate(810deg);
    }
}

@-moz-keyframes cssload-dot-rotate-3 {
    0% {
        -moz-transform: rotate(435deg);
    }
    100% {
        -moz-transform: rotate(810deg);
    }
}

@keyframes cssload-dot-rotate-4 {
    0% {
        transform: rotate(705deg);
    }
    100% {
        transform: rotate(1080deg);
    }
}

@-o-keyframes cssload-dot-rotate-4 {
    0% {
        -o-transform: rotate(705deg);
    }
    100% {
        -o-transform: rotate(1080deg);
    }
}

@-ms-keyframes cssload-dot-rotate-4 {
    0% {
        -ms-transform: rotate(705deg);
    }
    100% {
        -ms-transform: rotate(1080deg);
    }
}

@-webkit-keyframes cssload-dot-rotate-4 {
    0% {
        -webkit-transform: rotate(705deg);
    }
    100% {
        -webkit-transform: rotate(1080deg);
    }
}

@-moz-keyframes cssload-dot-rotate-4 {
    0% {
        -moz-transform: rotate(705deg);
    }
    100% {
        -moz-transform: rotate(1080deg);
    }
}


/* ....................................
02. Theme Default CSS
.......................................*/

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #f0fdf8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px
}

body,
html {
    width: 100%;
    overflow-x: hidden;
}

body.modal-open {
    position: fixed;
}

*:focus {
    outline: 0;
}

.img,
img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

a,
button {
    outline: medium none;
}

button {
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.3;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
    line-height: 1.3;
}

h1 {
    font-family: 'Monoton', cursive;
    font-size: 55px;
    line-height: 1.2;
    font-weight: normal;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-weight: 500;
    line-height: 26px;
}

li {
    list-style: none
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 2;
    margin-bottom: 10px;
}

label {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

*::placeholder {
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}

.input-border::-moz-placeholder {
    color: #201c15;
    font-weight: normal;
}

.input-border::placeholder {
    color: #201c15;
    font-weight: normal;
}

.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control {
    border-radius: 0px;
}

.underline {
    text-decoration: underline;
}

.white {
    color: #fff;
}

.bg-white {
    background: #ffffff;
}

.input-white {
    border: none;
    position: relative;
    border-radius: 5px;
    height: 51px;
    padding: 0px 25px;
}

.input-white+i {
    position: absolute;
    right: 25px;
    font-size: 17px;
    opacity: .4;
}

.rbt {
    font-family: 'Roboto', sans-serif;
}

.monoto {
    font-family: 'Monoton', cursive;
    font-weight: normal;
    word-spacing: 15px;
    text-transform: uppercase;
}


/*Buttons*/

.btn {
    font-size: 14px;
    font-weight: bold;
}

.btn-gr-border {
    border: 2px solid;
    padding: 11px 20px;
    min-width: 150px;
    border-radius: 4px;
    text-align: left;
}

.btn-gr-border i {
    float: right;
    margin-top: 3px;
}

.btn-border {
    font-size: 14px;
    font-weight: normal;
    padding: 15px 39px;
    border-radius: 8px;
    transition: all .4s;
    border: 2px solid;
}

.btn-green {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 14px 33px;
    border-radius: 8px;
    transition: all .4s;
    text-transform: uppercase;
}

.btn-green i {
    margin-left: 11px;
}

.btn-green:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.btn.btn-md {
    padding: 11px 30px;
}

.btn-blk {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    padding: 14px 33px;
    border-radius: 8px;
    transition: all .4s;
    text-transform: uppercase;
}


/* ....................................
03. Header
.......................................*/

.main-menu-1 ul li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
}

.social-icons li {
    display: inline-block;
    margin-right: 22px;
}

.social-icons.footer a {
    color: #fff;
}

.main-menu-1 ul li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
}

.main-menu-1 ul>li:hover>.submenu,
.main-menu-1 ul>li>.submenu {
    padding: 10px 0px;
}

.main-menu-1 li .submenu {
    position: absolute;
    width: 220px;
    left: 17%;
    top: 84px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 13px 0px;
    padding-bottom: 0px;
    opacity: 0;
    visibility: hidden;
    z-index: 25;
    text-align: left;
}

.main-menu-1 ul>li:hover>.submenu {
    opacity: 1;
    visibility: visible;
    top: 50px;
}

.head-icons li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
}

.head-icons li:first-child {
    padding-left: 18px;
}

.head-icons li a {
    color: #fff;
}

.head-icons {
    margin-left: 16px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.social-icons li:last-child {
    margin: 0;
}

.head-icons li .shop-count {
    position: absolute;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50px;
    text-align: center;
    line-height: 1.5;
    font-size: 13px;
    font-weight: bold;
    right: -17px;
}

.main-menu-1 {
    margin-left: 50px;
}

.main-menu-1>div>ul>li>a {
    padding: 5px 16px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;
}

.main-menu-1>div>ul>li.active>a:after,
.main-menu-1>div>ul>li>a:hover:after {
    position: absolute;
    content: close-quote;
    height: 2px;
    left: 25px;
    right: 25px;
    bottom: 11px;
}

.main-menu-1>div>ul>li.active>a {
    border: 1px solid;
    border-radius: 5px;
}

.header-type-1 {
   
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 1500px;
    margin: auto;
    padding: 10px 15px;
}

.s-header li a {
    color: #fff;
}

.main-menu-1 .submenu li {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.main-menu-1 .submenu li a {
    display: block;
    padding: 9px 25px;
    font-size: 14px;
}

.main-menu-1 .submenu li:last-child {
    border: none;
}

.search-popup .modal-content {
    background: none;
    border: none;
}

.search-popup .modal-dialog {
    max-width: 1000px;
}

.input-search {
    height: 70px;
    background: no-repeat;
    border-radius: 0;
    border: 2px solid;
    padding-left: 40px;
    font-size: 20px;
    font-weight: 400;
}

.input-search+i {
    position: absolute;
    right: 40px;
    font-size: 20px;
}

.close-search-modal {
    position: absolute;
    right: 21px;
    top: 19px;
    font-size: 25px;
    color: #fff;
    opacity: .5;
}

.mobile-menu1 {
    margin-top: 14px;
    text-align: center;
}

.mobile-menu1.mean-container a.meanmenu-reveal {
    left: 50% !important;
    top: 2px !important;
    transition: none;
    transform: translateX(-50%);
}

.mean-container .mean-nav ul li a {
    font-size: 14px;
}

.banner-content {
    text-align: center;
    width: 100%;
    top: 56%;
}

.banner-content h1 {
    font-size: 133px;
    font-weight: normal;
}

.banner-bgs {
    position: relative;
}

.banner-bgs:after {
    position: absolute;
    content: close-quote;
    left: 0;
    right: 0;
    opacity: 1;
    height: 210px;
    z-index: 1;
    bottom: 0;
    background: rgb(31, 34, 33);
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgb(31, 34, 33) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#ffffff", GradientType=1);
}

.banner-content h5 {
    font-size: 27px;
    max-width: 680px;
    margin: auto;
    margin-bottom: 33px;
}

.banner-content .banner-line {
    display: inline-block;
    height: 56px;
    width: 2px;
}

.banner-bgs {
    height: 100vh;
    min-height: 500px;
    background-size: cover !important;
    background-position: center center !important;
}


/* ....................................
04. Discography
.......................................*/

.head-rock {
    position: relative;
}

.head-rock .head-bg {
    z-index: -1;
    top: 56%;
}

.head-rock p {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}

.head-rock h1 {
    font-size: 50px;
    word-spacing: 19px;
    text-transform: uppercase;
}

.each-discography {
    position: relative;
    z-index: 2;
}

.each-discography .disco-texts {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.each-discography:hover .disco-texts {
    opacity: 1;
}

.each-discography img {
    width: 100%;
}

.each-discography:hover img {
    opacity: .1;
}

.each-discography:hover {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    z-index: 5;
}

.each-discography .disco-texts .team-plus {
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    position: relative;
    border-radius: 50%;
}

.each-discography .disco-texts h4 {
    margin-top: 15px;
    font-weight: bold;
}

.each-discography .disco-texts h4 a:hover {
    color: #fff;
}

.each-discography .disco-texts p {
    margin-bottom: 0;
    margin-top: 5px;
}

.each-discography:hover:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 6px solid;
}

.each-discography .disco-texts .team-plus:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


/* ....................................
05. About
.......................................*/

.dashed-play-btn {
    width: 73px;
    height: 73px;
    display: inline-block;
    line-height: 73px;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.dashed-play-btn i {
    font-size: 16px;
}

.dashed-play-btn:before {
    position: absolute;
    content: close-quote;
    left: -15px;
    right: -15px;
    bottom: -15px;
    top: -15px;
    border: 2px dashed;
    border-radius: 50%;
    -webkit-animation: rotating 4s linear infinite;
    -moz-animation: rotating 4s linear infinite;
    -ms-animation: rotating 4s linear infinite;
    -o-animation: rotating 4s linear infinite;
    animation: rotating 4s linear infinite;
}

.about-quote {
    position: relative;
}

.about-quote p {
    font-size: 25px;
    font-weight: 300;
    line-height: 1.7;
    padding-right: 50px;
}

.about-quote .quote {
    position: absolute;
    left: -17px;
    top: 58px;
    font-size: 170px;
    line-height: 0;
    opacity: 0.2;
}

.about-quote .abt-quote-by {
    margin-top: 0px;
    display: inline-block;
    position: relative;
    padding-left: 45px;
}

.about-quote .abt-quote-by:before {
    position: absolute;
    content: close-quote;
    left: 0;
    height: 1px;
    width: 30px;
    top: 10px;
}

.each-video .video-text {
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
    z-index: 9;
}

.each-video {
    border: 5px solid;
}

.each-video .bg-img-video {
    opacity: .5;
    width: 100%;
}

.video-owl .owl-nav button:hover {
    opacity: 1;
}

.video-owl .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -65px;
    z-index: 9;
    max-width: 1500px;
    margin: auto;
    transform: translatex(-50%);
}

.video-owl .owl-dots .owl-dot {
    height: 20px;
    width: 5px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 15px;
    opacity: .1;
}

.video-owl .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.video-owl .owl-dots .owl-dot.active {
    opacity: 1;
    height: 25px;
}

.video-owl .owl-nav {
    position: absolute;
    bottom: -57px;
    width: 250px;
    left: 50%;
    transform: translatex(-50%);
}

.video-owl .owl-nav .owl-next {
    float: right;
}


/* ....................................
06. Tours
.......................................*/

.each-evnt-box .date h2 {
    font-size: 38px;
    font-weight: 900;
    line-height: 0.8;
}

.each-evnt-box .date p {
    margin-bottom: 0px;
    line-height: 1;
    margin-top: 8px;
}

.each-evnt-box .date {
    text-align: left;
    width: 6%;
}

.each-evnt-box .event-head h4 {
    font-size: 24px;
    font-weight: bold;
}

.each-evnt-box .event-head p {
    margin: 0;
}

.each-evnt-box .evnt-detail p {
    position: relative;
    margin: 0;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 400;
}

.each-evnt-box .evnt-detail p i {
    position: absolute;
    left: 0;
    top: 5px;
    opacity: .3;
}

.each-evnt-box .evnt-btns .ticket-bt {
    font-size: 14px;
    font-weight: bold;
    padding: 9px 33px;
    border-radius: 8px;
    transition: all .4s;
    text-transform: uppercase;
}

.each-evnt-box .evnt-btns .rsvp {
    font-size: 14px;
    font-weight: bold;
    padding: 7px 39px;
    border-radius: 8px;
    transition: all .4s;
    border: 2px solid;
    margin-left: 15px
}

.each-evnt-box .evnt-btns a {
    display: inline-block;
}

.each-evnt-box {
    padding: 18px 24px;
    margin-bottom: 30px;
    transition: all .4s;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 9px;
}

.each-evnt-box:hover {
    transition: all .4s;
}

.each-evnt-box .event-head {
    width: 34%;
    padding-left: 10px;
}

.each-evnt-box .evnt-detail {
    width: 30%;
}

.each-evnt-box .evnt-btns {
    width: 30%;
}

.each-evnt-box:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.each-evnt-box .evnt-btns .ticket-bt:hover {
    transform: scale(1.04);
    -webkit-transform: scale(1.04);
}


/* ....................................
07. Shop
.......................................*/

.each-shop-item {
    margin-bottom: 50px;
}

.each-shop-item .shop-img {
    position: relative;
}

.each-shop-item .shop-img img {
    width: 100%;
}

.each-shop-item .shop-img .shop-im-text {
    text-align: center;
    position: absolute;
    top: 50%;
    opacity: 0;
    z-index: 9;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.each-shop-item:hover .shop-img img {
    opacity: .2;
}

.each-shop-item:hover .shop-img .shop-im-text {
    opacity: 1;
}

.each-shop-item:hover .shop-img:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 6px solid;
}

.each-shop-item:hover .shop-img .shop-im-text .line {
    width: 40px;
    height: 2px;
    display: inline-block;
}

.each-shop-item:hover .shop-img .shop-im-text p {
    margin-bottom: 3px;
}

.each-shop-item .shop-texts {
    text-align: center;
    margin-top: 25px;
}

.line-btn {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 1px solid;
}

.each-shop-item .shop-texts a:hover {
    color: #fff;
}

.each-shop-item:hover .line-btn {
    letter-spacing: 3px;
}


/* ....................................
08. Team
.......................................*/

.each-team {
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    overflow: hidden;
}

.each-team .team-text {
    position: absolute;
    bottom: -62px;
    z-index: 4;
    left: 35px;
    transition: all .4s;
    -webkit-transition: all .4s;
    width: 100%;
    opacity: 0;
}

.each-team:hover:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 6px solid;
}

.each-team .team-img {
    width: 100%;
}

.each-team .team-social-icons {
    position: absolute;
    top: 27px;
    left: -35px;
    transition: all .4s;
    -webkit-transition: all .4s;
    opacity: 0;
}

.each-team .team-text p {
    margin: 0;
}

.each-team .team-social-icons li a {
    color: #fff;
    font-size: 14px;
}

.each-team .team-social-icons li {
    margin-bottom: 19px;
    text-align: center;
}

.each-team:hover .team-text {
    bottom: 24px;
    opacity: 1;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.each-team:hover .team-text a:hover {
    color: #fff;
}

.each-team:hover .team-img {
    opacity: .2;
}

.each-team:hover .team-social-icons {
    left: 38px;
    transition: all .4s;
    -webkit-transition: all .4s;
    opacity: 1;
}


/* ....................................
09. Blog
.......................................*/

.news-bog .blog-date {
    position: absolute;
    left: 33px;
    top: 33px;
    text-align: center;
    padding: 5px 15px;
}

.news-bog {
    position: relative;
}

.news-bog .blog-date p {
    margin: 0;
    line-height: 0;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 7px;
    margin-bottom: 13px;
}

.news-bog .blog-text {
    position: absolute;
    bottom: 11px;
    left: 33px;
}

.news-bog img {
    width: 100%;
}

.each-sml-blog .sml-blog-img {
    width: 43%;
}

.each-sml-blog .sml-blog-texts {
    width: 57%;
    padding-left: 20px;
}

.each-sml-blog {
    background-color: rgba(255, 255, 255, 0.05);
}

.each-sml-blog .sml-blog-texts p {
    margin-bottom: 6px;
}

.each-sml-blog .sml-blog-texts h4 {
    margin-bottom: 11px;
}

.each-sml-blog .sml-blog-texts .line-btn {
    display: inline-block;
    margin-bottom: 8px;
}


/* ....................................
10. Footer
.......................................*/

.each-gallery-footer {
    position: relative;
}

.each-gallery-footer img {
    width: 100%;
}

.each-gallery-footer:hover img {
    opacity: .2;
}

.each-gallery-footer .expand-gallery {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    opacity: 0;
    font-size: 23px;
}

.each-gallery-footer:hover:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 4px solid;
}

.each-gallery-footer:hover .expand-gallery {
    opacity: 1;
}

.footer-contacts>li {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    font-size: 17px;
    position: relative;
    padding-right: 25px;
    margin-right: 24px;
}

.footer-contacts .social-icons li i {
    color: #fff;
    font-size: 18px;
}

.footer-contacts>li:after {
    position: absolute;
    content: close-quote;
    width: 1px;
    height: 13px;
    background-color: #fff;
    right: 0;
    top: 7px;
}

.footer-contacts .social-icons li {
    margin-right: 15px;
}

.footer-contacts .social-icons li:last-child {
    margin-right: 0px;
}

.footer-contacts>li:last-child:after {
    display: none;
}

.footer-contacts>li:last-child {
    margin-right: 0px;
    padding-right: 0px;
}

.footer-end p {
    color: #fff;
    margin: 0;
    opacity: .7;
}

.footer-end p a {
    color: #fff;
}

.footer-end {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.scrol-tp {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 43px;
    bottom: 29px;
    border-radius: 50%;
    line-height: 36px;
    font-size: 12px;
    z-index: 50;
}

.callback-footer-2 .form-control {
    background: none;
    border: 2px solid;
    border-radius: 50px;
    height: 58px;
}

.callback-footer-2 {
    max-width: 595px;
    margin: auto;
    position: relative;
}

.callback-footer-2 .btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 50px;
    width: 151px;
    line-height: 47px;
}

.scrol-tp {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 43px;
    bottom: 29px;
    border-radius: 50%;
    line-height: 36px;
    font-size: 12px;
    z-index: 50;
}


/* ....................................
11. Discography List
.......................................*/

.banner-bgs.inner-banner .banner-content h1 {
    font-size: 63px;
    text-transform: uppercase;
    margin-bottom: 10px;
    word-spacing: 15px;
}

.banner-bgs.inner-banner {
    height: 500px;
    min-height: 500px;
}

.banner-bgs.inner-banner .banner-content {
    top: 54%;
}

.inner-bnr-nav li {
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
    color: #fff;
}

.inner-bnr-nav li a {
    color: #fff;
    text-decoration: underline;
}

.inner-bnr-nav li:last-child {
    margin: 0;
    padding: 0;
}

.inner-bnr-nav li:after {
    position: absolute;
    content: '/';
    margin-left: 9px;
    top: 4%;
    right: -5px;
}

.inner-bnr-nav li:last-child:after {
    display: none;
}

.intro-inner {
    font-size: 25px;
    max-width: 790px;
    margin: auto;
    line-height: 1.5;
    margin-bottom: 46px;
    font-weight: 300;
}

.pagination-type1 ul li {
    display: inline-block;
    margin-right: 15px;
}

.pagination-type1 ul li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
    border: 2px solid;
}

.pagination-type1 ul li a:hover,
.pagination-type1 ul li.active a {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.18);
}

.pagination-type1 ul li:last-child {
    margin: 0px;
}


/* ....................................
12. Album Details
.......................................*/

.prdt-detail-head h1 {
    text-transform: uppercase;
    font-weight: normal;
}

.albul-de-lists li .head {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    min-width: 170px;
}

.albul-de-lists li {
    margin-bottom: 12px;
}

.album-share {
    margin-top: 23px;
}

.album-share li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border: 2px solid;
}

.btn-albm-btn {
    display: inline-block;
    margin-right: 7px;
    border-radius: 35px;
}

.btn-albm-btn:hover {
    color: #fff;
}

.album-share .social-icons li {
    margin-right: 10px;
}

.cd-text {
    text-align: center;
}

.each-cds {
    margin-bottom: 40px;
}

.each-cds .cd-cover {
    position: relative;
    top: 0px;
    transition: all .3s;
}

.each-cds:hover .cd-cover {
    top: 50px;
    transition: all .3s;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.each-cds:hover .cd-image .cd-back {
    -webkit-animation: spin 4s infinite linear;
}

.each-cds .cd-text p {
    margin-bottom: 0px;
}

.line-heads.left h1:after {
    position: absolute;
    content: close-quote;
    width: 80px;
    height: 2px;
    top: 52%;
    right: -100px;
}

.about-info {
    padding-right: 40px;
    margin-top: 65px;
    position: relative;
}

.bg-ty-1 {
    width: 370px;
    height: 370px;
    display: inline-block;
    position: absolute;
    top: -27%;
    border: 60px solid;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
}

.bg-ty-2 {
    width: 110px;
    height: 110px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    right: 31%;
    bottom: -14%;
}

.bg-ty-3 {
    width: 45px;
    height: 45px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    left: 2%;
    top: -26%;
}

.event-navs a,
.event-navs a:hover {
    color: #fff;
}

.event-navs a:hover p {
    letter-spacing: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.event-navs a p {
    -webkit-transition: all .4s;
    transition: all .4s;
}

.event-navs span {
    font-weight: bold;
    text-transform: uppercase;
}

.event-navs p {
    font-size: 23px;
    font-weight: 800;
    margin: 0;
    line-height: 1.6;
}

.event-navs {
    position: relative;
}

.event-navs.prev i {
    left: 0;
    position: absolute;
    top: 3px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 8px;
    border-radius: 6px;
}

.event-navs.prev {
    padding-left: 50px;
}

.event-navs.next i {
    right: 0px;
    position: absolute;
    top: 2px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 8px;
    border-radius: 6px;
}

.event-navs.next {
    padding-right: 50px;
}

.heads-1 {
    font-weight: normal;
    text-transform: uppercase;
    word-spacing: 15px;
}

.video-plays .lead {
    max-width: 600px;
    margin: auto;
    margin-bottom: 23px;
}


/* ....................................
13. Event Details
.......................................*/

.tour-info li {
    position: relative;
    padding-left: 58px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.tour-info li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    border: 1px solid;
    border-radius: 50%;
    background: none;
}

.tour-info li .sub-head {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 900;
}

.tour-info li p {
    margin: 0;
}

.gallery-links.evnt-gallery {
    margin-bottom: 30px;
    display: inline-block;
}

.gallery-links.evnt-gallery img {
    width: 100%;
}

.evnt-video img {
    width: 100%;
}

.event-location.contact-map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.event-navs span {
    font-weight: bold;
    text-transform: uppercase;
}

.event-navs p {
    font-size: 23px;
    font-weight: 800;
    margin: 0;
    line-height: 1.6;
}

.event-navs {
    position: relative;
}

.event-navs.prev i {
    left: 0;
    position: absolute;
    top: 3px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 8px;
    border-radius: 6px;
}

.event-navs.prev {
    padding-left: 50px;
}

.event-navs.next i {
    right: 0px;
    position: absolute;
    top: 2px;
    font-size: 16px;
    display: inline-block;
    padding: 15px 8px;
    border-radius: 6px;
}

.event-navs.next {
    padding-right: 50px;
}

.contact-map iframe {
    width: 100%;
    border: none;
}

.play-btn-3 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.event-location.contact-map:hover {
    -webkit-filter: none;
    filter: none;
    transition: all .4s;
}


/* ....................................
14. Blog Standared
.......................................*/

.blog-standared-img {
    position: relative;
}

.blog-standared-img img {
    width: 100%;
}

.blog-standared-content .blog-std-texts h2 {
    margin-bottom: 7px;
}

.tag-blog {
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
}

.blog-std-head ul li,
.blog-detail-text ul li {
    position: relative;
}

.blog-std-head ul li:after,
.blog-detail-text ul li:after {
    position: absolute;
    content: '|';
    right: 0;
    opacity: 0.4;
}

.blog-std-head ul li:last-child:after,
.blog-detail-text ul li:last-child:after {
    display: none;
}

.blog-standared-date h2 {
    line-height: 1;
}

.blog-standared-date {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 19px;
    padding-top: 17px;
    z-index: 5;
}

.blog-std-head {
    margin-top: 20px;
    margin-bottom: 8px;
}

.slider-type-blog.owl-carousel .owl-nav button.owl-next,
.slider-type-blog.owl-carousel .owl-nav button.owl-prev {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
    opacity: .5;
}

.slider-type-blog .owl-prev,
.slider-type-blog .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-type-blog .owl-prev {
    left: 30px;
}

.slider-type-blog .owl-next {
    right: 30px;
}

.right-box-head h4 {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.right-box-head h4:after {
    position: absolute;
    content: close-quote;
    width: 50px;
    height: 2px;
    right: -65px;
    top: 15px;
}

.search-white {
    height: 60px;
    border: 1px solid;
    border-radius: 0;
}

.right-box-head {
    margin-bottom: 20px;
}

.search-white+i {
    position: absolute;
    right: 25px;
    opacity: 1;
}

.popular-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.popular-post-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82px;
    flex: 0 0 82px;
    max-width: 82px;
    position: relative;
}

.popular-post-img .full-cover {
    color: #fff;
    opacity: 0;
}

.popular-post-text p {
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 15px;
}

.popular-post-text span {
    font-weight: 500;
    font-size: 12px;
}

.popular-post:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

a.popular-post:hover .full-cover {
    opacity: 1;
}

.right-box {
    border-radius: 8px;
    margin-bottom: 50px;
    margin-left: 15px;
}

.left-bar .right-box {
    margin-left: 0px;
    margin-right: 15px;
}

.categories li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.categories li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #fff;
}

.categories li a span {
    float: right;
    display: inline-block;
    font-size: 11px;
    width: 24px;
    height: 24px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-top: 1px;
    border-radius: 50%;
}

.categories li:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.tags-widget .tag-link {
    display: inline-block;
    padding: 5px 24px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 70px;
    margin-bottom: 10px;
    border: 1px solid;
}

.right-box.tags-outer {
    margin-bottom: 40px;
}

.social-profile-box {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 16px;
    margin-right: 8px;
    border-radius: 50%;
    color: #fff;
}

.social-profile-box:hover {
    color: #fff;
}

.pagination-type1 ul li {
    display: inline-block;
    margin-right: 15px;
}

.pagination-type1 ul li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 42px;
}

.pagination-type1 ul li a:hover,
.pagination-type1 ul li.active a {
    color: #fff;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.18);
}

.blog-grid-2 .blog-info-list {
    background-color: rgba(238, 244, 248, 0.50);
}

.pagination-type1 ul li:last-child {
    margin: 0px;
}

.play-btn {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.each-blog-standared {
    padding: 25px;
    border: 6px solid rgba(34, 27, 60, 0.12);
    background-color: rgba(255, 255, 255, 0.06);
}

.blog-std-head .list-inline {
    font-weight: normal;
}

.social-icons.blog-lists li i {
    font-size: 13px;
}

.social-icons.blog-lists li {
    margin-right: 18px;
    border: none;
}

.social-icons.blog-lists li:after {
    display: none;
}

.line-btn-a {
    font-weight: bold;
    position: relative;
}

.line-btn-a:after {
    position: absolute;
    content: close-quote;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.15);
    top: 8px;
    left: 152px;
    right: 0;
}

.line-btn-a {
    width: 100%;
    display: block;
    margin-top: 15px;
}

.each-blog-standared:hover {
    border: 6px solid;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, .1);
}

.popular-post,
.popular-post:hover {
    color: #Fff;
}

.line-btn-a:after {
    background-color: #fff;
    opacity: .1;
}

.line-btn-a:hover {
    color: #fff;
}

.each-sml-blog:hover .line-btn {
    letter-spacing: 2px;
}


/* ....................................
15. Blog Details
.......................................*/

.block-quote-2 {
    padding: 35px;
    padding-left: 125px;
    position: relative;
}

.block-quote-2:before {
    position: absolute;
    content: close-quote;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(31, 34, 33, 0.3);
}

.block-quote-by {
    display: inline-block;
    font-weight: bold;
    padding-left: 35px;
    position: relative;
}

.block-quote-by:before {
    position: absolute;
    content: close-quote;
    left: 0;
    height: 1px;
    width: 22px;
    top: 50%;
}

.block-quote-2 i.fas {
    font-size: 45px;
    position: absolute;
    left: 45px;
    top: 43px;
}

.blog-de-footer {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-right: none;
}

.tags-small a {
    display: inline-block;
    padding: 4px 17px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 70px;
    border: 1px solid;
    margin-right: 7px;
}

.tags-small a:hover {
    color: #fff;
}

.blog-social li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    font-size: 13px;
    border: 1px solid;
}

.blog-social li {
    margin-right: 6px;
}

.blog-social li a:hover {
    color: #fff;
}

.ayther-img {
    min-width: 140px;
    margin-right: 20px;
}

.blog-next-prev {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: none;
    border-right: none;
}


/*comment*/

.comment-text .top-head h6 {
    display: inline-block;
}

.connent-lists>li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.comment-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77px;
    flex: 0 0 77px;
    max-width: 77px;
    margin-right: 30px;
}

.comment-date {
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 15px;
}

.name-replay .reply {
    float: right;
    font-size: 14px;
}

.name-replay .list-inline {
    display: inline-block;
    font-size: 14px;
}

.replay-comment {
    padding-left: 75px;
}

.green-border {
    border: 1px solid;
}

textarea.input-white {
    height: auto;
    padding-top: 20px;
}

.light-border {
    border: 2px solid;
}

.related-blogs .blog-info-list {
    background-color: rgba(238, 244, 248, 0.5);
}

.each-blog-standared.detail {
    padding: 0px;
    border: none;
    background-color: #fff;
}

.post-comment .input-white {
    border: none;
    border-bottom: 2px solid;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0px;
}

.post-comment .input-white+i {
    right: 0;
    font-size: 15px;
}

.blog-detail-head {
    font-weight: normal;
    word-spacing: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 7px;
    margin-top: 16px;
}

.blog-next-prev a:hover {
    color: #fff;
}

.post-comment .form-control {
    background: none;
}

.nice-select.sort-nice {
    float: right;
    padding: 0px 14px;
    min-width: 160px;
    height: auto;
    border: 2px solid;
    background: none;
}

.nice-select.sort-nice .list {
    z-index: 10;
}


/* ....................................
16. Product detail
.......................................*/

.prdt-cat span {
    padding: 2px 9px;
    border-radius: 50px;
    font-weight: normal;
    font-size: 12px;
    background-color: #56dc95;
    color: #fff;
}

.prdt-reviews .stars-rate {
    font-size: 11px;
}

.rate-detail p {
    font-size: 22px;
    font-weight: 500;
}

.rate-detail p .per-day {
    font-size: 13px;
    font-weight: normal;
}

.prdt-form .input-white {
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 8px;
    height: 50px;
}

.prdt-form .input-white+i {
    top: 12px;
    font-size: 14px;
    right: 14px;
}

.rate-detail p .lined {
    text-decoration: line-through;
    opacity: 0.3;
    margin-right: 4px;
}

.prdt-form label {
    font-size: 13px;
    margin-bottom: 4px;
    font-weight: 500;
}

.prdt-detail-tab {}

.prdt-tab {
    padding: 25px 25px;
    background-color: rgba(255, 255, 255, 0.05);
}

.prdt-tab .nav-pills {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 25px;
}

.review-prdt {
    position: relative;
    padding-left: 75px;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.review-prdt .user-img {
    position: absolute;
    left: 0;
    width: 56px;
    border-radius: 50%;
    padding: 2px;
    border: 1px solid #ccc;
}

.review-prdt h4 {
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 600;
}

.review-prdt h4 span {
    font-size: 13px;
    font-weight: 400;
    margin-left: 5px;
}

.review-prdt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.prdt-tab .nav-pills .nav-item {
    text-transform: uppercase;
    font-size: 14px;
    margin-right: 10px;
}

.prdt-tab .nav-pills .nav-item:last-child {
    margin-right: 0px;
}

.review-prdt ul.stars li i {
    font-size: 13px;
}

.review-prdt .stars-rate i {
    font-size: 12px;
}

.prdt-form .btn {
    padding: 13px 25px;
    font-size: 15px;
    margin-top: 23px;
}

.prdt-form .btn-rnd span {
    right: 4px;
}

.blue-dot-list li {
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    position: relative;
    padding-left: 25px;
}

.blue-dot-list li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    content: "\f192";
    position: absolute;
    left: 0;
    top: 0px;
}

.inner-header.fixed-nav .main-menu-1.menu-2 ul li a.active:after {
    bottom: -11px;
    height: 2px;
}

.column-4-prtflo .grid-item {
    width: 25%;
}

.line-heads .related-head {
    font-size: 35px;
}

.blog-nav i {
    font-size: 23px;
    margin-top: 8px;
    margin-left: 15px;
}

.prdt-tab .table-bordered td,
.prdt-tab .table-bordered th {
    border: 1px solid #5a5a5a;
}

.blog-detail-head {
    margin-top: 0px;
    margin-bottom: 12px;
}


/* ....................................
17. Cart
.......................................*/

.cart-table {
    width: calc(100% - 3px);
    min-width: 680px;
    background-color: rgba(255, 255, 255, 0.1);
}

.cart-table tbody tr td {
    border-bottom: 1px solid #4e4e4e;
    border-right: 1px solid #4e4e4e;
    border-left: 1px solid #4e4e4e;
    text-align: center;
    padding: 10px;
}

.cart-table thead tr th {
    border-bottom: 3px solid;
    font-size: 16px;
    padding: 10px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    padding: 10px;
    text-align: center;
    padding: 12px 10px;
}

.prdt-thumb img {
    max-width: 75px;
    border: 1px solid #c3c3c3;
}

.prdt-remove {
    height: 110px;
}

.prdt-quantity .form-control {
    width: 68px;
    display: inline-block;
    margin-left: 2px;
}

.bg-calendar {
    position: relative;
}

.bg-calendar i {
    position: absolute;
    right: 20px;
    top: 15px;
}


/*custome date calendar*/

.clear-cart {
    font-weight: bold;
    margin-top: 13px;
    margin-left: 11px;
    color: #fff;
}

ul.total-table li span {
    float: left;
}

ul.total-table li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    text-align: right;
    font-weight: normal;
}

ul.total-table li:last-child {
    margin: 0;
    padding: 0;
    border: none;
}

ul.total-table li.total {
    font-size: 15px;
    font-weight: 700;
}

.cart-box-head {
    padding: 13px 25px;
    font-size: 18px;
}

.inner-cart-box {
    padding: 25px;
    background-color: rgba(255, 255, 255, .1);
}

.cart-table thead {
    background-color: rgba(255, 255, 255, .1);
}

.inner-cart-box .btn-rnd {
    padding: 14px 24px;
    padding-right: 68px;
    text-transform: uppercase;
    font-size: 14px;
}

.inner-cart-box .btn-rnd span {
    right: 5px;
}

.cart-box-head {
    padding: 13px 25px;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.1);
    border-bottom: 2px solid;
}

.prdt-remove a i {
    color: #fff;
}

.cart-table .prdt-name a {
    color: #fff;
}

.coupon-input .form-control {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 30px;
}


/* ....................................
18. Checkout
.......................................*/

.login-section .card-header.icon-change:after,
h4.ship-address.icon-change:after {
    content: "\f068";
}

.login-section .card-header:after,
h4.ship-address:after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    top: 15px;
    right: 20px;
}

.login-section .card-header {
    border-radius: 0px;
    border: none;
    padding: 17px 25px;
    background-color: rgba(255, 255, 255, 0.1);
}

.login-section .card {
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 2px solid;
    background: none;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.login-section .card-body {
    background-color: rgba(255, 255, 255, 0.1);
    border-top: 1px solid #ccc;
}

.odered-items {
    position: relative;
    padding-bottom: 31px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    min-height: 74px;
}

.odered-items .details {
    padding-left: 80px;
    position: relative;
    top: 10px;
}

.odered-items img {
    position: absolute;
    width: 60px;
    top: 0;
    left: 0;
    border: 1px solid #b9b9b9;
}

.odered-items .details h4 {
    font-size: 14px;
    margin-bottom: 1px;
}

.odered-items .details p.category {
    margin-bottom: 0px;
}

.quantity {
    font-size: 14px;
}

.odered-items .details a {
    position: absolute;
    right: 0;
    top: 0;
    opacity: .3;
    color: #fff;
}

.your-order {
    padding: 35px 31px;
    background-color: rgba(255, 255, 255, 0.1);
}

.left-checkout .input-white {
    border: 1px solid #ccc;
}

.left-checkout .input-white {
    background: none;
    border: none;
    padding: 0;
    border-bottom: 1px solid #606765;
    border-radius: 0px;
}

.bill-section .form-group > label {
    display: none;
}

.left-checkout .nice-select {
    width: 100%;
}

.price-detail ul li {
    text-align: right;
}

.payment-method .card {
    background: none;
    border: none;
    margin-bottom: 10px;
}

.odered-items:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.payment-method .card h5 {
    font-size: 15px;
    color: #223645;
}

.payment-method .card-header {
    padding: 0;
    background-color: #ffffff;
    border: none;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #201c15;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: #201c15;
}

.price-detail ul {
    padding: 20px;
}

.top-login-sign .cart-top i {
    margin-right: 2px;
}

.login-section .card-header.icon-change:after,
h4.ship-address.icon-change:after {
    content: "\f068";
}

.left-checkout textarea.input-white {
    padding-top: 20px;
}

.your-order .btn-rnd {
    padding: 16px 30px;
}


/* ....................................
19. Testimonial area
.......................................*/

.each-testimonial .profile img {
    max-width: 90px;
    margin: auto;
    border-radius: 50%;
}

.each-testimonial {
    text-align: center;
    position: relative;
}

.each-testimonial h3 {
    font-size: 32px;
    font-weight: 100;
    font-style: italic;
    max-width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
    color: #fff;
}

.each-testimonial .quote-by {
    font-size: 16px;
    font-weight: bold;
    padding-top: 42px;
    position: relative;
}

.each-testimonial .quote-by:before {
    position: absolute;
    content: close-quote;
    width: 2px;
    height: 25px;
    top: 0;
    left: 50%;
}

.each-testimonial .quote-bg {
    width: 100%;
    max-width: 380px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: .1;
}

.each-testimonial .quote-tes {
    position: absolute;
    font-size: 946px;
    display: inline-block;
    line-height: 1;
    top: 115%;
    z-index: -1;
    opacity: 0.05;
}

.fancy-2 {
    display: inline-block;
    position: relative;
}

.fancy-2:after {
    position: absolute;
    content: close-quote;
    width: 100px;
    height: 1px;
    top: 50%;
    margin-left: 15px;
}

.check-list-2 li {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
}

.check-list-2 li:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 12px;
}

.testi-slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -7px;
    z-index: 9;
    max-width: 1500px;
    margin: auto;
    transform: translatex(-50%);
}

.testi-slider .owl-dots .owl-dot {
    height: 8px;
    width: 8px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 15px;
    opacity: .1;
}

.testi-slider .owl-dots .owl-dot:last-child {
    margin-right: 0px;
}

.testi-slider .owl-dots .owl-dot.active {
    opacity: 1;
    height: 11px;
    width: 11px;
}

.each-video .bg-img-video.op-1 {
    opacity: 1;
}


/* ....................................
20. Contact us
.......................................*/

.contacts-list li {
    position: relative;
    padding-left: 60px;
}

.contacts-list li .icon {
    position: absolute;
    left: 0;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 46px;
    border-radius: 50%;
    top: 7px;
}

.contacts-list li .sub-head {
    text-transform: inherit;
    font-size: 14px;
    font-weight: normal;
    margin-top: 1px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 0px;
}

.contacts-list li p {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}

.contact-form {
    padding: 43px;
    border-radius: 8px;
    padding-top: 37px;
    background-size: cover !important;
}

.contact-form .form-group {
    margin-bottom: 20px;
}

.contact-form .input-white {
    padding: 6px 20px;
}

.contact-form .nice-select:after {
    height: 8px;
    width: 8px;
    right: 25px;
    top: 24px;
}

.contact-form textarea.input-white {
    padding-top: 16px;
}

.contact-form .input-white+i {
    right: 20px;
    font-size: 14px;
}

.contact-form .list {
    width: 100%;
}

.contact-map iframe {
    width: 100%;
    border: none;
}

.contact-form .input-white::-moz-placeholder {
    color: #1f2221;
    font-weight: normal;
    letter-spacing: 1px;
}

.contact-form .input-white::placeholder {
    color: #1f2221;
    font-weight: normal;
    letter-spacing: 1px;
}

.btn-rnd.btn-md {
    font-size: 14px;
    padding: 14px 24px;
    padding-right: 68px;
}

.btn-rnd.btn-md span {
    right: 5px;
}


/* ....................................
21. gallery
.......................................*/

.each-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.each-gallery .expand-gallery {
    position: absolute;
    top: -66px;
    left: 24px;
    width: 43px;
    height: 43px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    transition: all .4s;
}

.each-gallery .gallery-text {
    color: #fff;
    position: absolute;
    left: 24px;
    bottom: -55px;
    transition: all .4s;
}

.each-gallery .gallery-text h3 {
    font-size: 23px;
    font-weight: bold;
}

.each-gallery .gallery-text p {
    margin-bottom: 0;
}

.each-gallery img {
    width: 100%;
}

.each-gallery:hover img {
    opacity: .4;
}

.each-gallery:hover .gallery-text {
    bottom: 13px;
}

.each-gallery:hover .expand-gallery {
    top: 24px;
}


/* ....................................
22. Team
.......................................*/

.team-list .each-team {
    margin-bottom: 30px;
}

.team-member-image img {
    width: 100%;
    max-width: 350px;
    margin: auto;
}

.experience li span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.experience li {
    position: relative;
    padding-left: 41px;
    padding-bottom: 21px;
    font-size: 14px;
}

.experience li:after {
    content: close-quote;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 1px;
    top: 10px;
    border-radius: 50%;
}

.experience li:before {
    content: close-quote;
    position: absolute;
    left: 5px;
    top: 10px;
    height: 100%;
    width: 2px;
    opacity: .3;
}

.experience li:last-child:before {
    height: 0;
}

.experience {
    margin-top: 20px;
}

.team-detail .check-list li {
    font-size: 14px;
    font-weight: normal;
}

.check-list li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 12px;
    font-size: 17px;
}

.team-detail .check-list li {
    font-size: 14px;
    font-weight: normal;
}

.team-detail .check-list li span {
    width: 23px;
    height: 23px;
    border: 2px solid;
    font-size: 9px;
    top: 4px;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}


/* ....................................
23. Error
.......................................*/

section.errors {
    height: 100vh;
    position: relative;
}

.error-text {
    text-align: center;
}

.error-text h1 {
    font-size: 150px;
}

.error-text h4 {
    font-size: 29px;
    margin-bottom: 8px;
}

.error-text p {
    margin-bottom: 30px;
}


/* ....................................
non use css
.......................................*/


/*switch color css*/

.color-theme {
    position: fixed;
    top: 120px;
    z-index: 3333;
    left: -209px;
}

.theme-colors {
    width: 209px;
    background-color: #fff;
    padding: 18px 20px 15px 28px;
    padding-bottom: 6px;
    box-shadow: 1px 2px 10px -2px rgba(0, 0, 0, 0.25)
}

ul.theme-ul li {
    display: inline-block;
    width: 26%;
    margin-bottom: 13px;
    margin-right: 5%;
}

ul.theme-ul li img {
    width: 100%;
}

.theme-colors h4 {
    font-size: 15px;
    font-weight: bold;
    color: #16202b;
    margin-bottom: 10px;
}

.theme-switch {
    position: absolute;
    right: -50px;
    top: 0;
    background-color: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.color-theme:hover {
    left: 0;
}

.each-color {
    cursor: pointer;
    display: inline-block;
}

.theme-colors p {
    line-height: 19px;
    color: #000;
}



 
        /*jssor slider loading skin spin css*/
        .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); }
        }

        /*jssor slider bullet skin 053 css*/
        .jssorb053 .i {position:absolute;cursor:pointer;}
        .jssorb053 .i .b {fill:#fff;fill-opacity:0.5;}
        .jssorb053 .i:hover .b {fill-opacity:.7;}
        .jssorb053 .iav .b {fill-opacity: 1;}
        .jssorb053 .i.idn {opacity:.3;}

        /*jssor slider arrow skin 093 css*/
        .jssora093 {display:block;position:absolute;cursor:pointer;}
        .jssora093 .c {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;}
        .jssora093:hover {opacity:.8;}
        .jssora093.jssora093dn {opacity:.6;}
        .jssora093.jssora093ds {opacity:.3;pointer-events:none;}
  
  
  
  
  
  
        /* jssor slider bullet navigator skin 01 css */
        /*
        .jssorb01 div           (normal)
        .jssorb01 div:hover     (normal mouseover)
        .jssorb01 .av           (active)
        .jssorb01 .av:hover     (active mouseover)
        .jssorb01 .dn           (mousedown)
        */
        .jssorb01 {
            position: absolute;
        }
        .jssorb01 div, .jssorb01 div:hover, .jssorb01 .av {
            position: absolute;
            /* size of bullet elment */
            width: 12px;
            height: 12px;
            filter: alpha(opacity=70);
            opacity: .7;
            overflow: hidden;
            cursor: pointer;
            border: #000 1px solid;
        }
        .jssorb01 div { background-color: gray; }
        .jssorb01 div:hover, .jssorb01 .av:hover { background-color: #d3d3d3; }
        .jssorb01 .av { background-color: #fff; }
        .jssorb01 .dn, .jssorb01 .dn:hover { background-color: #555555; }

        /* jssor slider arrow navigator skin 05 css */
        /*
        .jssora05l                  (normal)
        .jssora05r                  (normal)
        .jssora05l:hover            (normal mouseover)
        .jssora05r:hover            (normal mouseover)
        .jssora05l.jssora05ldn      (mousedown)
        .jssora05r.jssora05rdn      (mousedown)
        .jssora05l.jssora05lds      (disabled)
        .jssora05r.jssora05rds      (disabled)
        */
        .jssora05l, .jssora05r {
            display: block;
            position: absolute;
            /* size of arrow element */
            width: 40px;
            height: 40px;
            cursor: pointer;
            background: url('/img/a17.html') no-repeat;
            overflow: hidden;
        }
        .jssora05l { background-position: -10px -40px; }
        .jssora05r { background-position: -70px -40px; }
        .jssora05l:hover { background-position: -130px -40px; }
        .jssora05r:hover { background-position: -190px -40px; }
        .jssora05l.jssora05ldn { background-position: -250px -40px; }
        .jssora05r.jssora05rdn { background-position: -310px -40px; }
        .jssora05l.jssora05lds { background-position: -10px -40px; opacity: .3; pointer-events: none; }
        .jssora05r.jssora05rds { background-position: -70px -40px; opacity: .3; pointer-events: none; }
        /* jssor slider thumbnail navigator skin 09 css */.jssort09-600-45 .p {    position: absolute;    top: 0;    left: 0;    width: 0px;    height: 0px;}.jssort09-600-45 .t {    font-family: verdana;    font-weight: normal;    position: absolute;         top: 0;    left: 0;    color:#fff;    line-height: 45px;    font-size: 20px;    padding-left: 10px;}
    
    a.whasappicon {
    font-size: 30px;
}
a.whasappicon i {
    color: #25D366;
    font-size: 1;
}
.callnowmobile{font-size:25px;display:none;}
.callnowdesktop{
border-color: #e6c157 !important;
    border: 1px solid;
    border-radius: 5px;
    padding: 5px 16px;
    color: #e6c157 !important;
}
.callnowdesktop i{transform: rotate(90deg);}
.callnowmobile i{transform: rotate(90deg);}
@media only screen and (max-width: 767px) {
    .callnowmobile{display:block!important;}
    .callnowdesktop{display:none;}
    
}
