/* ==========================================================================================
  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. Latest releases
06. upcoming events
07. latest videos
08. Service area
09. Team area
10. Blog area
11. Testimonial area
12. footer area
13. Biography
14. Video area
15. Events area
16. Blog Standared
17. Blog Details
18. Contact us
19. gallery
20.Team
21. Sho Listing
22. Product detail
23. Cart
24. Checkout
25. Event details
26. Other pages

-------------------------------------------------------*/


/*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&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(#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
}

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: 55px;
    line-height: 1.2;
    font-weight: bold;
}

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: 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;
}

.rbt {
    font-family: 'Roboto', sans-serif;
}

.merry {
    font-family: 'Merriweather', serif;
}


/*Buttons*/

.btn {
    font-size: 14px;
    font-weight: bold;
}

.btn-shadow {
    font-size: 14px;
    font-weight: bold;
    padding: 11px 39px;
    border-radius: 50px;
    transition: all .4s;
}

.btn-rnd {
    font-size: 15px;
    font-weight: bold;
    padding: 18px 30px;
    position: relative;
    border-radius: 100px;
    padding-right: 80px;
    box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, .1);
}

.btn-rnd span {
    position: absolute;
    right: 9px;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    line-height: 40px;
    transition: all .4s;
}

.btn-shadow:hover {
    color: #fff;
    transform: scale(1.04);
}

.btn-shadow:hover,
.each-evnt-box .evnt-btns .ticket-bt:hover {
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.20)
}


/* ....................................
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: 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;
}


/* ....................................
05. Latest releases
.......................................*/

.bg-icons {
    background-image: url('/images/theme/icons/bg-ic_01.png');
    background-repeat: repeat;
}

.line-heads h1 {
    display: inline-block;
    font-size: 45px;
    font-weight: 900;
    position: relative;
}

.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;
}

.each-cds {
    margin-bottom: 40px;
}

.each-cds .cd-cover {
    position: relative;
    top: 0px;
    transition: all .3s;
    width: 100%;
}

.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%;
}


/* ....................................
06. upcoming events
.......................................*/

.line-heads.center h1:after,
.line-heads.center h1:before {
    position: absolute;
    content: close-quote;
    width: 80px;
    height: 2px;
    top: 52%;
    right: -100px;
}

.line-heads.center h1:before {
    left: -100px;
}

.line-heads.center h1:after {
    right: -100px;
}

.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: 500;
}

.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: 7px 33px;
    border-radius: 50px;
    transition: all .4s;
}

.each-evnt-box .evnt-btns .rsvp {
    font-size: 14px;
    font-weight: bold;
    padding: 6px 33px;
    border-radius: 50px;
    transition: all .4s;
    border: 2px solid;
    margin-left: 15px;
}

.each-evnt-box .evnt-btns a {
    display: inline-block;
}

.each-evnt-box {
    background-color: #fff;
    box-shadow: 0 4px 16px 2px rgba(0, 0, 0, 0.09);
    padding: 20px 25px;
    margin-bottom: 30px;
    transition: all .4s;
}

.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%;
}


/* ....................................
07. latest videos
.......................................*/

.videos-1 {
    background-size: cover;
    background-position: center center;
}

.each-l-videos {
    background-color: #fff;
    padding: 12px;
    box-shadow: 0 4px 11px 2px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    margin-bottom: 17px;
}

.each-l-videos .vid-l-contents {
    padding-left: 20px;
    width: 80%;
    padding-right: 9px;
}

.each-l-videos .vid-l-img {
    border-radius: 5px;
    overflow: hidden;
    width: 20%;
    position: relative;
}

.vid-l-contents .vid-l-text h4 {
    font-size: 21px;
    font-weight: 500;
}

.vid-l-contents .vid-l-text p {
    margin: 0;
}

.each-l-videos .vid-l-img img {
    width: 100%;
}

.each-l-videos .vid-l-contents .vid-l-text {
    border-bottom: 1px solid rgba(34, 27, 60, 0.1);
    margin-bottom: 10px;
    padding-bottom: 8px;
}

.video-footer div:first-child {
    margin-right: 20px;
}

.video-footer div:not(:last-child) i {
    margin-right: 6px;
}

.video-footer {
    font-size: 13px;
}

.each-l-videos .vid-l-img .play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 48px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0;
}

.each-l-videos:hover .vid-l-img img {
    opacity: .1;
}

.each-l-videos:hover .vid-l-img .play-video {
    opacity: 1;
}

.videos-scroll {
    max-height: 412px;
    overflow-y: auto;
    padding-right: 13px;
}

.videos-scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.videos-scroll::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.videos-scroll::-webkit-scrollbar-thumb {
    background-color: #221b3c;
}


/* ....................................
08. Service area
.......................................*/

.each-service {
    text-align: center;
    padding: 30px 30px;
    border: 1px solid;
    border-radius: 5px;
    padding-top: 35px;
    margin-bottom: 30px;
}

.each-service h3 {
    font-size: 22px;
    font-weight: 900;
    margin-top: 13px;
    margin-bottom: 6px;
}

.each-service p {
    margin-bottom: 0px;
}


/* ....................................
09. 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 #47f0f2;
    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);
}


/* ....................................
10. Blog area
.......................................*/

.each-blog {
    position: relative;
    margin-bottom: 30px;
/*    height: 425px;*/
    min-height: 425px;
}

.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: 33px;
    font-weight: 900;
}

.each-blog .blog-date p {
    color: #fff;
    margin: 0;
    line-height: 1;
}

.each-blog .blog-title {
    position: absolute;
    top: 22%;
    left: 30px;
    right: 30px;
    color: #fff;
    font-weight: bold;
}

.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;
    max-height: 152px;
    overflow: hidden;
/*    white-space: nowrap;*/
    text-overflow: ellipsis;
}

.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;
}


/* ....................................
11. 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;
}


/* ....................................
12. footer area
.......................................*/

.callback-footer-2 .form-control {
    background: none;
    border: 2px solid;
    border-radius: 50px;
    height: 52px;
}

.callback-footer-2 .btn-black {
    color: #fff;
    font-size: 14px;
    border-radius: 50px;
    padding: 5px 26px;
    line-height: 39px;
    border: 2px solid;
}

.callback-footer-2 .btn-black:hover {
    background: none;
}

.newsletter h2 {
    line-height: 1.2;
}

.callback-footer-2 .form-control::-moz-placeholder {
    color: #221b3c;
    font-weight: normal;
}

.callback-footer-2 .form-control::placeholder {
    color: #221b3c;
    font-weight: normal;
}

.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: 14px;
}

.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;
}


/* ....................................
13. Biography
.......................................*/

.inner-banner {
    min-height: 500px;
}

.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;
}

.inner-banner-head {
    font-weight: 800;
    position: relative;
    color: #fff;
    font-size: 50px;
    display: inline-block;
}

.inner-banner-head:after {
    position: absolute;
    content: close-quote;
    width: 40px;
    height: 2px;
    top: 52%;
    right: -63px;
}

.inner-banner-head:before {
    position: absolute;
    content: close-quote;
    width: 40px;
    height: 2px;
    top: 52%;
    left: -63px;
}

.inner-banner .inner-bnr-nav {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: 55px;
}


/* ....................................
14. Video area
.......................................*/

.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;
}


/* ....................................
15. Events area
.......................................*/

.pagination-type1 ul li {
    display: inline-block;
    margin-right: 15px;
}

.pagination-type1 ul li a {
    width: 42px;
    height: 42px;
    display: inline-block;
    border-radius: 50%;
    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);
}

.pagination-type1 ul li:last-child {
    margin: 0px;
}


/* ....................................
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(0, 0, 0, 0.1);
}

.categories li a {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.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 {
    background-color: #fff;
    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;
    font-size: 16px;
    margin-right: 8px;
    border-radius: 50%;
}

.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: 50%;
    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: #fff;
}

.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);
}


/* ....................................
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(255, 255, 255, 0.7);
}

.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(19, 27, 35, 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(19, 27, 35, 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(19, 27, 35, 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;
}


/* ....................................
18. 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: 40px;
}

.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 {
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    padding-left: 0;
    padding-right: 0px;
    background: none;
    color: #fff;
}

.contact-form .input-white+i {
    right: 0px;
    color: #fff;
    opacity: 1;
}

.contact-form .input-white::-moz-placeholder {
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}

.contact-form .input-white::placeholder {
    color: #fff;
    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;
}


/* ....................................
19. 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;
}


/* ....................................
20.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: 4px;
    text-align: center;
    line-height: 19px;
    position: absolute;
    left: 0;
    border-radius: 50%;
}


/* ....................................
21. 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;
}


/* ....................................
22. 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.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: #faf9ff;
}

.prdt-tab .nav-pills {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 25px;
}

.review-prdt {
    position: relative;
    padding-left: 75px;
    padding-bottom: 18px;
    margin-bottom: 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 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: 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;
}


/* ....................................
23. Cart
.......................................*/

.cart-table {
    width: calc(100% - 3px);
    min-width: 680px;
    background-color: #fff;
}

.cart-table tbody tr td {
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    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*/

.datepicker td,
.datepicker th {
    font-size: 14px;
    width: 25px;
    height: 25px;
}

.datepicker {
    padding: 14px;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
    background-color: #201c15;
}

.datepicker table tr td.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover {
    background-image: none;
    background: #201c15;
}

.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(0, 0, 0, 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;
    border: 1px solid;
    background-color: #fff;
}

.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;
}


/* ....................................
24. 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: #eef5f5;
}

.login-section .card {
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
    border-bottom: 2px solid;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.login-section .card-body {
    background-color: #f8f8f8;
    border-top: 1px solid #ccc;
}

.odered-items {
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 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;
}

.your-order {
    padding: 35px 31px;
    background-color: #eef5f5;
}

.left-checkout .input-white {
    border: 1px solid #ccc;
}

.left-checkout .input-white {
    border: 1px solid #ccc;
    padding: 4px 25px;
}

.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 {
    background-color: #fff;
    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;
}


/* ....................................
25. 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;
}


/* ....................................
26. Other pages
.......................................*/

.error-div {
    height: 100vh;
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.error-text {
    padding: 40px 40px;
    text-align: center;
    max-width: 600px;
    margin: auto;
}

.error-text h1 {
    font-size: 129px;
    margin-bottom: 45px;
    line-height: .8;
}

.error-text h4 {
    font-size: 24px;
    margin-bottom: 4px;
}

.error-text .btn {
    margin-top: 19px;
}

.error-text:after {
    position: absolute;
    content: close-quote;
    width: 37vw;
    height: 37vw;
    display: inline-block;
    position: absolute;
    border: 60px solid;
    border-radius: 50%;
    z-index: -1;
    opacity: .15;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* ....................................
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;
}


/*menu style */

.menu-tp-22 .main-link {
    font-size: 30px;
    font-weight: bold;
    padding: 13px 0px;
    display: block;
    position: relative;
}

.menu-tp-22 .main-link i {
    position: absolute;
    right: 0;
    font-size: 15px;
    top: 36%;
}

.menu-tp-22 .main-link.icon-change i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.menu-tp-22 .main-link + ul li {
    padding-left: 25px;
    padding-bottom: 4px;
}

.menu-tp-22 .main-link + ul li:last-child {
    margin-bottom: 1px;
}