.section-white {
    background: #fff;
    color: #000;
    padding: 1rem 0rem 1rem 0rem;
}

.section-parallax {
    background-image: url(../img/img2.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
}

.section-parallax-bg {
    background: rgb(0 0 0 / 62%);
    padding: 0rem 0rem 1rem 0rem;
    border-top: 2px solid #ffbb00;
}

.section-parallax2 {
    background-image: url(../img/news-3.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
}

.section-parallax-bg2 {
    background: rgb(0 0 0 / 62%);
    padding: 9rem 0rem 3rem 0rem;
}

.section-parallax1 {
    background-image: url(../img/news-3.jpg);
    color: #fff;
    background-attachment: fixed;
    background-position: center;
}

.section-parallax-bg1 {
    background: rgb(0 0 0 / 62%);
    padding: 9em 0rem 3rem 0rem;
}

@media only screen and (max-width: 768px) {
    .section-parallax-bg {
        border-top: 2px solid #ffbb00;
    }

    .section-parallax .text-center h1 {
        font-size: 26px;
    }

    .section-parallax-bg1 {
        padding: 8rem 0rem 3rem 0rem;
    }
}

.btn-book {
    color: #fff;
    background-color: #ffbb00;
    border: 1px solid #ffbb00;
    border-radius: 0px;
    outline: none;
}

.btn-book:hover {
    color: #fff;
    background-color: #f5ba18;
    border: 1px solid #ffbb00;
}


/*---------- header css start----------*/
/*

.fixed-top {
    background-color: rgba(24, 22, 35, 0.7);
}

.navbar {
    background-color: transparent;
    padding: 0px 0px !important;
}

.navbar-brand {
    margin: 5px 0px 0px 15px;
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 20px;
}

.btn-browse {
    background-color: #ff8d1a;
    color: #fff;
    font-weight: 600;
    padding: 6px 18px;
    border-radius: 7px;
    font-size: 17px;
    text-transform: uppercase;
}

.btn-browse:hover {
    background-color: #e27b15;
    color: #fff;
}

.top_menu .navbar-nav {
    padding: 17px 0 14px;
    margin-right: 15px;
}

.navbar-expand-lg .navbar-collapse {
    margin: 7px 11px 0px 20px;
}

.navbar-nav .nav-item {
    margin: 10px 8px;
    position: relative;
}

.navbar-nav .browse-btn {
    margin: 4px 0px 0px 0px
}

.navbar-toggler {
    position: relative;
    margin-top: -54px;
    margin-left: 355px;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, .1);
    color: #fff;
}

button:focus {
    outline: none;
}

@media only screen and (max-width: 768px) {
    .navbar {
        padding: 0px 0px !important;
    }
}


@media only screen and (max-width: 768px) {
    .fixed-top {
        position: absolute;
    }

    .navbar {
        position: absolute;
        right: 100px;
        left: 0;
        padding: 0px 1rem;

    }

    .navbar-nav .nav-item {
        margin: 0px 0px;
    }

    .navbar-nav .btn-browse-item {
        margin: 0px 0px;
        padding-bottom: 8px;
    }

    .navbar-nav .btn-browse {
        padding: 5px 12px;
    }

    .navbar-brand img {
        height: 38px;
    }

    .navbar-brand {
        margin: 0px 0px 6px 20px;
    }

    .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar-expand-lg .navbar-collapse {
        margin: 10px 0px 0px 0px;
        background: #7563bd;
        padding: 16px 20px;
    }
}
*/

/*--------- header css end-----------*/


/*---- Filter Css Start ----*/
.filters-container .filter-card {
    border: 0;
    background-color: transparent;
}

.filters-container .filter-card-header {
    border: 0;
    margin: 0 !important;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
}


a.filter-card-title {
    color: #836ddb !important;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.filter-list-box {
    margin-bottom: 3rem;
    padding: 2rem;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(134 115 208 / 34%);
    border-radius: 20px;
}

.filters-container .card-body {
    padding: 15px 0 0;
}

.filter-list ul li a {
    margin: 0;
    text-decoration: none;
    position: relative;
    /*padding: 0 0 0 22px;*/
    width: 100%;
    display: inline-block;
    color: #334680;
    font-size: 15px;
}

filter-list ul li a label {
    width: 100%;
    cursor: pointer;
    font-weight: 400;
    color: #334680;
    font-size: 15px;
    margin: 0;
}

.filter-show-more {
    color: #367cff;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.filter-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/*---- Filter Css End ----*/
/*------ left content fixed css start --------*/
.sticky {

	margin-bottom:1.5rem;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 1;
    box-shadow: 0 0 10px 3px rgb(134 115 208 / 34%);
}

div.fixed {
    position: fixed;
    top: 88px;
    z-index: 1;
    left: 0;
}

/*div.sticky1 {
    position: sticky;
    top: 90px;
    z-index: 1;
}*/

@media only screen and (max-width: 768px) {
    div.sticky {
        top: 0;
    }

    div.fixed {
        left: 40px;
        bottom: 0;
        top: 78%;
    }
}

/*------ left content fixed css end --------*/

/*-----------*/
.studio-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #836ddb61;
    border-radius: 20px 20px 0px 0px;
}

.list-card-image:hover .studio-overlay {
    opacity: 1;
    border-radius: 20px 20px 0px 0px;
}

.list-card-image {
    box-shadow: 5px 9px 6px 0px #f1eded42;
    border-radius: 20px 20px 20px 20px;
    margin-top: 12px;
	margin-bottom: 12px;
}

.list-card-image img {
    border-radius: 20px 20px 0px 0px;
}
.studio-list-price-text img{
	height:16px;
}
.list-card-image:hover {
    box-shadow: 5px 9px 6px 0px #00000042;
}


/*--- Card List Start --*/
.studio-list-img .studio-list-date {
    position: absolute;
    bottom: -10px;
    /*left: 12rem;*/
    right: 10px;
    display: block;
    color: #fff;
    background-color: #836ddb;
    padding: 5px 10px;
    border-radius: 5px;
}
.studio-list-date i{
	padding-right:5px;
}
.studio-list-img a {
    text-decoration: none;
}

.studio-list-img {
    position: relative;
}

.studio-list-date h6 {
    font-size: 18px;
	margin-bottom:0;
	margin-top:2px;
}

.studio-list-date .per-hour {
    font-size: 12px;
}

.studio-card-details {
    padding: 25px 10px 20px 10px;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 10px 20px 0px rgb(221 221 221 / 30%);
}

.studio-card-details a {
    text-decoration: none;
}

.studio-card-details a h2 {
    font-size: 24px;
    color: #000;
}

.studio-card-details a:hover h2 {
    color: #836ddb;
}

.studio-card-details p {
    font-size: 16px;
    color: #6c757d;
    margin-top: 10px;
    font-weight: 100;
}

.studio-card-details h5 {
    color: #836ddb;
	margin-top:0;
	margin-bottom:0;
}

.studio-card-details .studio-list-price .per-hour {
    color: #836ddb;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0px 0px 0px black;
}

.studio-card-details .studio-list-price .studio-list-price-text {
    color: #999;
    font-weight: 400;
}
.studio-list-price-text i{
	padding-right:5px;
}
.studio-card-details .verified-img img {
    margin: 0 auto;
    position: absolute;
    bottom: 120px;
    /*left: 175px;*/
    height: 20px;
}

.img-ht{
	width: 100%;
	height: 210px;
}

.studio-card-details .studio-list-price .rating {
    float: right;
    color: #836ddb;
    font-size: 14px;
    text-shadow: 0px 0px 0px black;
}

.studio-list-btn-view {
    color: #fff;
    background-color: #836ddb;
    border: 2px solid #836ddb;
    border-radius: 20px;
    padding: 6px 35px;
}

.studio-list-btn-view:hover {
    color: #fff;
    background-color: #7b67cc;
    border: 2px solid #836ddb;
}

/*---- Card List End ----*/

/*--- category css Start ---*/

.category-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.category-widget .cat-list p {
    margin-bottom: 0;
}

.category-widget .cat-list li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #888888;
}

.category-widget .cat-list li a:hover {
    color: #ffdd00;
    transition: 0.5s;
}

.category-widget ul li a span {
    float: right;
    font-size: 14px;
    color: #97989b;
    margin-left: 15px;
}

hr.border-b {
    margin-top: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

/*--- category css End ---*/
.category-title {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
     margin: 0px; 
     padding: 0px; 
     border-bottom: none;
}
.main-box {
	margin-bottom:1.5rem;
    padding: 1px 18px 10px 18px;
    background-color: #fff;
    box-shadow: 0 0 10px 1px rgb(134 115 208 / 34%);
}
.main-box2 {
	margin-bottom:1.5rem;
   
    background-color: #fff;
    
}

.main-box h4 {
    font-family: cursive;
    font-weight: 600;
}

.detail-record .profile-detail {
    font-size: 17px;
	color:#000;
}

.detail-record .profile-detail i {
    padding-right: 10px;
}

.detail-record .text p {
    font-size: 14px;
    color: #6c757d;
}

.detail-about p {
    color: #6c757d;
    margin-top: 15px;
}

.studio-facility {
    font-size: 14px;
    line-height: 1.5em;
    color: #6c757d;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 7px;
}

/*------- carousel css start ------*/

/*------- carousel css end ------*/
/*----- social-icons css start----*/
.social-icons li {
    display: block;
    padding: 0;
    border: none;
    margin: 0 5px 0 0;
    vertical-align: middle;
    padding: 2px 2px;
}

.social-icons li a {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    display: inline-block;
    text-align: center;
	border-radius: 50%;
}
.social-icons li a i{
  margin-top:10px;
}

.social-icons li .fb-icon {
    background-color: #4064AC;
}

.social-icons li .twitter-icon {
    background-color: #1C9BE9;
}

.social-icons li .li-icon {
    background-color: #0173AF;
}

.social-icons li .pr-icon {
    background: linear-gradient(to top, #FF6600 0%, #7B16D9 100%);
}

.social-icons li .wa-icon {
    background-color: #41C051;
}

.social-icons-content {
    top: 230px;
    position: fixed;
	margin-left: 33px;
}

@media only screen and (max-width: 768px) {
    .social-icons-content {
        top: 0px;
        position: relative;
        margin: 0 47px;
    }

    .social-icons li {
        display: inline-block;
        padding: 0px 0px;
    }
}

/*----- social-icons css end ----*/
/*---- Studio detail icon css start ----*/
.studio-detail-icon .icon {
    position: relative height: 20px;
    display: inline-block;
    width: 20px;
    padding: 0px 0px 0px 5px;
    border-radius: 4px;
    border: 1px solid;
    font-size: 12px;
}

.studio-detail-icon {
    font-size: 14px;
    line-height: 1.5em;
    color: #6c757d;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 7px;
}

.studio-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.studio-detail-icon .studio-detail-icon-list span {
    color: #6c757d;
}

.studio-detail-icon .studio-detail-icon-list span a {
    color: #6c757d;
}

.studio-detail-icon .studio-detail-icon-list i {
    color: #6c757d;
    padding-right: .25rem;
}


@media only screen and (max-width: 768px) {
    .studio-detail-icon .studio-detail-icon-content {
        display: block;
    }

    .studio-detail-icon .studio-detail-icon-content .studio-list {
        width: 100%;
    }
}

/*-- Studio detail icon css end --*/

/*-- detail pricr css start --*/
.detail-price .per-hour {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    text-shadow: 0px 0px 0px black;
}

.detail-price .detail-price-text {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 500;
}

.detail-price .detail-price-text i {
    font-weight: 600;
}

/*-------------*/

.category-item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}


.category-item img {
    height: 15rem;
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
}

.category-item .overlay-content {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transition: .5s ease;
    background-color: #0b0b0b59;
    border-radius: 20px;
}

.category-item:hover img {
    transform: rotate(5deg) scale(1.2);
    transition: all ease-in-out 0.5s;
}

.category-item:hover .overlay-content {
    background-color: #0b0b0b9c;

}

.category-item .ci-text {
    position: absolute;
    bottom: 35px;
    left: 50px;
}

.category-item .ci-text h4 {
    color: #fff;
    margin-bottom: 3px;
}

.category-item .ci-text p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
}

.category-item .ci-link {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    right: 29px;
    bottom: 21px;
    color: #fc0254;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
}
.badge-img-ico{
	margin-left: 5px;
}

.custom-select-trigger {
    position: relative;
	border-top:1px solid #00000021;
    display: block;
    width: 100%;
    padding: 0 51px 0 22px;
    font-size: 18px;
    font-weight: 400;
    color: #836ddb !important;
    line-height: 50px;
    background: #fff;
    border-radius: 0px;
    cursor: pointer;
    text-align: left;
}

.form-group {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.custom-btn-hire {
    background-color: #836ddb;
    color: #fff;
}

.custom-btn-hire:hover {
    background-color: #6b59b1;
    color: #fff;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}

.custom-btn-hire {
    color: #fff;
	margin-left: 18px;
    margin-top: 10px;
    font-weight: 700;
    padding: 6px 15px; 
    border-radius: 7px;
    text-transform: uppercase;
}

.voice_box {
    width: 100%;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
    padding-bottom: 12px;
}

.form-group {
    margin-bottom: 22px;
}

.top_menu .navbar-default {
    background-color: #0000008c;
}
.carousel-inner {
    height: 32rem;
}

.item img {
	height: 32rem;
}

@media only screen and (max-width: 768px) {
	.carousel-inner {
		height: 16rem;
	}

	.item img {
		height: 16rem!important;
	}
}

.studio-rt-img img{
	width: 160px;
	height: 160px;
}
@media only screen and (max-width: 768px) {
.studio-rt-img img{
	width: 100%;
	height: 350px;
}
}
/* start StdioID edit by Abhishek */
.stdioid-1{
background-color: #999;
    color: white;
    font-weight: bold;
    position: absolute;
    margin-top: -24px;
    padding: 2px 4px;
}
/* end stdioID */