/* ==========================================================================================
  Theme Name: Musiziya
  Author: VS_THEMES
  Description: Musician & Band HTML Template
  Version: 1.0
========================================================================================== */


/*-------------------------------------------------------

    CSS INDEX
    ===================

01. Preloader
02. Theme Default CSS
03. Header
04. Banner
05. About
06. Events
07. Video
08. Latest releases
09. Testimonial area
10. Team area
11. Blog area
12. Footer
13. Discography List
14. Event details
15. Event details
16. Blog Standared
17. Blog Details
18. Sho Listing
19. Product detail
20. Cart
21. Checkout
22. Contact us
23. gallery
24.Team
25. Error

-------------------------------------------------------*/


/*Importing Font*/

@import url('https://fonts.googleapis.com/css?family=Merriweather:300,400,400i,700,700i,900|Roboto:100,300,400,500,700,700i,900&amp;display=swap');

/* ....................................
01. Preloader
.......................................*/

.loader-out {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 110;
    background-color: #000000;
    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(#goo);
    -o-filter: url(#goo);
    -ms-filter: url(#goo);
    -webkit-filter: url(#goo);
    -moz-filter: url(#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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: .4px;
    color: rgba(255, 255, 255, 0.8);
}

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: 'Merriweather', serif;
    font-size: 51px;
    line-height: 1.2;
    font-weight: 700;
}

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: 15px;
    font-weight: normal;
    line-height: 1.9;
    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;
}


/*Buttons*/

.btn {
    font-size: 14px;
    font-weight: bold;
}


/* ....................................
03. Header
.......................................*/

.main-menu-1 ul li {
    display: inline-block;
    margin-right: 2px;
    position: relative;
}

.social-icons li {
    display: inline-block;
    margin-right: 22px;
    font-size: 20px;
}

.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: 64px;
}

.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: 24px 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;
}

.header-type-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    max-width: 1500px;
    margin: auto;
    padding: 12px 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;
}


/* ....................................
04. Banner
.......................................*/

.slider-1 .each-slider {
    min-height: 820px;
    background-size: cover;
}

.each-slider .banner-text-left {
    max-width: 1500px;
    margin: auto;
    padding-left: 100px;
}

.banner-text-left {
    color: #fff;
}

.banner-text-left .slide-title {
    font-size: 107px;
    margin-bottom: 17px;
}

.banner-text-left .sub-banner-heads {
    max-width: 483px;
}

.each-slider .outer-slider {
    max-width: 1500px;
    margin: auto;
}

.main-slider .owl-nav {
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    max-width: 1500px;
    margin: auto;
}

.main-slider .owl-nav .owl-prev {
    left: 30px;
    position: absolute;
    left: 30px;
    opacity: .4;
}

.main-slider .owl-nav .owl-next {
    right: 30px;
    position: absolute;
    right: 30px;
    opacity: .4;
}

.main-slider .owl-nav button:hover {
    opacity: 1;
}

.main-slider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 105px;
    z-index: 9;
    max-width: 1500px;
    margin: auto;
    padding-left: 115px;
}

.main-slider .owl-dots .owl-dot {
    height: 20px;
    width: 5px;
    background-color: #fff;
    margin-right: 15px;
    border-radius: 15px;
    opacity: .4;
}

.main-slider .owl-dots .owl-dot.active {
    opacity: 1;
    height: 25px;
}

.btn-rnd:hover {
    color: #fff;
}

.btn-rnd:hover span {
    transform: translateY(-50%) rotate(360deg);
    transition: all .4s;
}

/* ....................................
04. Banner
.......................................*/

.banner-content {
    color: #fff;
    padding-left: 60px;
}

.banner-content p {
    margin-bottom: 0px;
    font-size: 23px;
    font-weight: 300;
    line-height: 1.6;
}

.banner-content h1 {
    font-size: 79px;
    font-weight: bold;
    margin-bottom: 16px;
}

.btn-default {
    border: 2px solid;
    padding: 14px 33px;
    border-radius: 50px;
    min-width: 220px;
    display: inline-block;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    position: relative;
}

.btn-default.btn-md {
    padding: 12px 19px;
    min-width: 180px;
    font-size: 15px;
}

.btn-default.btn-md span {
    right: 5px;
}

.btn-default span {
    text-align: center;
    position: absolute;
    right: 10px;
    width: 38px;
    font-size: 13px;
    height: 38px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 40px;
    transition: all .4s;
}

.banner-content .btn {
    margin-top: 30px;
}

section.banner {
    padding-top: 60px;
    min-height: 550px;
    height: 100vh;
    background-size: cover;
}

section.banner .container-fluid {
    max-width: 1500px;
    margin: auto;
}


/* ....................................
05. About
.......................................*/

.about-parts .container-fluid {
    max-width: 1500px;
    margin: auto;
    padding: 5px 100px;
}

.about-texts {
    position: relative;
}

.abt-bgs {
    position: absolute;
    opacity: .1;
}

.abt-bgs.abt-bg-1 {
    left: -17vw;
    top: -6vw;
}

.abt-bgs.abt-bg-4 {
    bottom: -6vw;
    right: -2vw;
}

.badge img {
    max-width: 165px;
}

/* ....................................
06. Events
.......................................*/

.each-events .date {
    text-align: center;
    width: 20%;
    background-color: rgba(0, 0, 0, 0.09);
    padding-top: 20px;
    padding-bottom: 13px;
}

.each-events .event-detail {
    width: 50%;
    padding-left: 23px;
}

.each-events .evnt-btn {
    width: 30%;
}

.each-events .date h3 {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 0px;
    line-height: 0.9;
}

.each-events .date p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 600;
}

.each-events .event-detail p {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
}

.each-events .event-detail h4 {
    font-weight: 700;
    font-size: 24px;
}

.each-events .evnt-btn {
    text-align: center;
}

.each-events .evnt-btn .btn {
    font-size: 14px;
    padding: 9px 30px;
    border-radius: 50px;
    transition: all .4s;
    text-transform: uppercase;
    font-weight: 500;
}

.each-events {
    margin-bottom: 30px;
}

.each-events:hover {
    border: 1px solid;
}

.each-events:hover .date {
    border-right: 1px solid;
}

.each-events {
    border: 1px solid;
}

.each-events {
    transition: all .4s;
}


/* ....................................
07. Video
.......................................*/

.dashed-play-btn {
    width: 90px;
    height: 90px;
    display: inline-block;
    line-height: 90px;
    font-size: 22px;
    border-radius: 50%;
    position: relative;
}

.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: round 4s linear infinite;
    -moz-animation: round 4s linear infinite;
    -ms-animation: round 4s linear infinite;
    -o-animation: round 4s linear infinite;
    animation: round 4s linear infinite;
}

.btn.btn-border-bl {
    background: none;
    border: 2px solid;
    padding: 15px 25px;
    padding-right: 80px;
}

.btn.btn-border-bl span {
    right: 8px;
}

.lead-video {
    max-width: 800px;
    margin: auto;
    margin-bottom: 30px;
}


/* ....................................
08. Latest releases
.......................................*/

.cd-image {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    transition: all .3s;
    border-radius: 8px;
}

.cd-image .cd-back {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.cd-image a img {
    width: 100%;
}

.album-det-umg img {
    border-radius: 8px;
}

.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;
    margin-top: 15px;
}

.cd-text h3 {
    margin-bottom: 3px;
}

.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%;
}

.btn-lik {
    border-bottom: 1px solid;
}


/* ....................................
09. 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: 31px;
    font-weight: 600;
    font-style: italic;
    max-width: 920px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.6;
}

.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;
}

.merry {
    font-family: 'Merriweather', serif;
}


/* ....................................
10. Team area
.......................................*/

.our-team {
    max-width: 1590px;
    margin: auto;
}

.each-team {
    text-align: center;
    position: relative;
    padding-bottom: 7px;
}

.each-team .team-plus {
    width: 48px;
    height: 48px;
    display: inline-block;
    line-height: 50px;
    font-size: 15px;
    position: relative;
    color: #fff;
    border-radius: 50%;
    top: -54px;
}

.each-team .team-plus:before {
    position: absolute;
    content: close-quote;
    left: -6px;
    top: -6px;
    bottom: -6px;
    right: -6px;
    background-color: #000;
    z-index: -1;
    border-radius: 50%;
    opacity: .2;
}

.each-team .team-details {
    padding: 25px 25px;
    position: absolute;
    bottom: 140px;
    left: 15px;
    right: 15px;
    border-radius: 5px;
    opacity: 0;
}

.each-team .team-details h3 {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 5px;
}

.each-team .team-details .social-icons li:not(:last-child) {
    margin-right: 17px;
    font-size: 14px;
}

.each-team .team-details:after {
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid;
    position: absolute;
    content: close-quote;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.each-team .team-details p {
    margin-bottom: 4px;
}

.each-team:hover .team-details {
    opacity: 1;
}

.each-team:hover .team-plus {
    transform: rotate(135deg);
}


/* ....................................
11. Blog area
.......................................*/

.each-blog {
    position: relative;
    margin-bottom: 30px
}

.each-blog .blog-img {
    width: 100%;
    opacity: .7;
}

.each-blog .blog-date {
    position: absolute;
    left: 30px;
    top: 20px;
}

.each-blog .blog-date h2 {
    font-size: 28px;
    font-weight: 900;
}

.each-blog .blog-date p {
    color: #fff;
    margin: 0;
    line-height: 1;
}

.each-blog .blog-texts {
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    right: 30px;
}

.btn-blue-border {
    padding: 9px 31px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
    border: 2px solid;
    transition: all .2s;
}

.each-blog .blog-texts h3 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 18px;
    line-height: 1.4;
}

.each-blog:hover .blog-img {
    opacity: .3;
}

.each-blog:hover .blog-texts h3 a {
    text-decoration: underline;
    transition: all .2s;
}

.each-blog .blog-texts h3 a:hover {
    color: #fff;
}


/* ....................................
12. Footer
.......................................*/

.footer-contact li {
    position: relative;
    display: inline-block;
    margin-right: 35px;
    font-size: 20px;
    padding-left: 30px;
}

.footer-contact li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 17px;
}

.footer-nav li {
    display: inline-block;
    margin-left: 38px;
}

.footer-nav li a {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.footer .top-footer {
    background-color: rgba(0, 0, 0, 0.15);
}

.callback-footer-2 .form-control {
    background: none;
    border: 2px solid;
    border-radius: 50px;
    color: #fff;
    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;
}

.callback-footer-2 .form-control::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #74ebb9;
    opacity: 1;
}

.callback-footer-2 .form-control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #74ebb9;
    opacity: 1;
}

.copyrignt {
    font-size: 14px;
}

.copyrignt a {
    color: inherit;
}

.social-icons.footer-s li {
    margin: 0;
    padding-right: 60px;
    font-size: 17px;
    position: relative;
    opacity: .8;
}

.social-icons.footer-s li a {
    color: inherit;
}

.social-icons.footer-s li:last-child {
    padding: 0;
}

.social-icons.footer-s li:after {
    position: absolute;
    content: "----";
    font-weight: 500;
    letter-spacing: 4px;
    right: 10%;
}

.social-icons.footer-s li:last-child:after {
    content: close-quote;
}

.social-icons.footer-s {
    margin-bottom: 15px;
}

.bg-lines-t {
    background-image: url('../img/bg/lines-t.png');
    background-repeat: repeat-x;
}

.scrol-tp {
    width: 35px;
    height: 35px;
    position: fixed;
    right: 43px;
    bottom: 29px;
    border-radius: 50%;
    line-height: 36px;
    font-size: 12px;
    z-index: 50;
}


/* ....................................
13. Discography List
.......................................*/

.banner-bgs.inner-banner .banner-content-inner h1 {
    font-size: 50px;
    margin-bottom: 10px;
    word-spacing: 15px;
}

.banner-content-inner {
    text-align: center;
}

.banner-bgs.inner-banner {
    height: 400px;
    min-height: 400px;
}

.banner-bgs.inner-banner .banner-content-inner {
    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;
}


/* ....................................
14. Event details
.......................................*/

.tour-info li {
    position: relative;
    padding-left: 58px;
    margin-bottom: 11px;
    padding-bottom: 11px;
    border-bottom: 1px solid rgba(34, 27, 60, 0.3)
}

.tour-info li .icon {
    position: absolute;
    left: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    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;
}

.album-det-umg img {
    border-radius: 8px;
}

.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;
}

.play-btn {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}

.event-navs a {
    color: inherit;
}


/* ....................................
15. 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;
    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;
}


/* ....................................
16. 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;
}

.play-btn-3 {
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    border-radius: 50%;
}


/* ....................................
17. 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(35, 16, 71, 0.26);
}

.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.2);
    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.2);
    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.2);
}

.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: 20px;
    padding-right: 0px;
}

.post-comment .input-white+i {
    right: 0;
    font-size: 15px;
}

.social-icons.blog-auther-social li a i,
.social-icons.blog-auther-social li a {
    color: inherit;
}


/* ....................................
18. Sho Listing
.......................................*/

.nice-select.sort-nice {
    float: right;
    padding: 0px 14px;
    min-width: 160px;
    height: auto;
    border: 2px solid;
}

.each-shop-list img {
    box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.09);
}

.each-shop-list {
    text-align: center;
    margin-bottom: 40px;
}

.each-shop-list .shop-text {
    margin-top: 20px;
}

.each-shop-list .shop-text .price .line-threw {
    text-decoration: line-through;
    margin-right: 10px;
    font-weight: normal;
}

.each-shop-list .shop-text .price {
    font-size: 14px;
    font-weight: bold;
    margin-top: 8px;
}

.each-shop-list .shop-img .btn-shop {
    font-size: 13px;
    font-weight: bold;
    padding: 12px 19px;
    transition: all .4s;
    margin-top: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.each-shop-list .shop-img img {
    width: 100%;
}

.each-shop-list:hover .shop-img .btn-shop {
    opacity: 1;
}

.each-shop-list .shop-text h4 {
    font-size: 20px;
    font-weight: bold;
}

.each-shop-list .shop-img {
    position: relative;
}

.each-shop-list:hover .shop-img {
    border: 5px solid;
}


/* ....................................
19. 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;
    margin-top: 10px;
}

.rate-detail p .per-day {
    font-size: 13px;
    font-weight: normal;
}

.prdt-form .input-white {
    padding: 14px;
    border: 1px solid #ccc;
    border-radius: 50px;
    height: 50px;
}

.prdt-form .input-white+i {
    top: 12px;
    font-size: 14px;
    right: 14px;
}

.rate-detail p .lined {
    text-decoration: line-through;
    opacity: 0.7;
    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.06);
}

.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.15);
}

.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: 12px 25px;
    font-size: 15px;
    padding-right: 63px;
}

.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-form .btn span {
    right: 5px;
}

.prdt-tab .table-bordered td,
.prdt-tab .table-bordered th {
    border: 1px solid rgba(255, 255, 255, 0.2);
}


/* ....................................
20. 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 rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    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;
}

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;
    border-bottom: 2px solid;
    background-color: rgba(255, 255, 255, 0.1);
}

.inner-cart-box {
    padding: 25px;
    border: 1px solid;
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.cart-table thead {
    background-color: #eef5f5;
}

.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-table thead {
    background-color: rgba(255, 255, 255, .1);
}

.prdt-remove a i,
.cart-table tbody tr td a {
    color: #fff;
}

.btn.updt-crt {
    font-size: 14px;
    font-weight: bold;
    padding: 12px 27px;
    border-radius: 50px;
    transition: all .4s;
}

.coupon-input .form-control {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    padding-left: 18px;
}

.btn-green {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    padding: 14px 33px;
    border-radius: 8px;
    transition: all .4s;
    text-transform: uppercase;
}

.coupon-input .btn {
    padding: 14px 15px;
    border-radius: 8px;
}


/* ....................................
21. 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 rgba(255, 255, 255, 0.2);
    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;
}

.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;
}


/* ....................................
22. 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;
}


/* ....................................
23. 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;
}


/* ....................................
24.Team
.......................................*/

.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: 2px;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}


/* ....................................
25. 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;
}