/*

Template 2082 Pure Mix

http://www.tooplate.com/view/2082-pure-mix

*/


/* Body
------------------------------------- */
body {
    background: #ffffff;
    background-repeat: no-repeat;
    background-size:cover;
    background-attachment:fixed;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

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

html {
    font-size: 100%;
}

/* Typography
------------------------------------- */
h1, h2, h3, h4 {
    font-weight: 400;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

h1 {
    color: #000;
    font-size: 1.8rem;
    font-weight: 700;
}

h2 {
    color: #000;
    font-size: 1rem;

}

h3 {
    color: #444;
    font-size: 14px;
    letter-spacing: 4px;
}

h5 {
    font-weight: 400;
    letter-spacing: 1px;
}

p {
    color: #777;
    font-size: 16px;
    line-height: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-weight: 400;
}

a {
    outline: none;
    text-decoration: none;
}

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

img {
    width: 100%;
    max-width: 100%;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
}

/* img:active {
    -webkit-transform: scale(2);
    transform: scale(2);
} */


/* preloader styles
/* ========================================== */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #fff;
}

.sk-spinner-pulse {
    width: 60px;
    height: 60px;
    background-color: #111112;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}

@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}


/* navigation styles
/* ========================================== */
.nav-container,
nav {
    overflow: visible;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

nav a {
    color: #333333;
}

.nav-item-container {
    width: 100%
}

.navbar {
    background: transparent;
    height: 94px;
    max-height: 94px;
    margin: 0;
    border-radius: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.brand {
    float: left;
    padding: 30px 0px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.brand a {
    color: #333;
    font-weight: 600;
    opacity: 1;
    font-family: 'Source Sans Pro', sans-serif;
    text-decoration: none;
}

.navicon {
    position: relative;
    right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 30px 0 0;
}

nav ul {
    display: inline-block;
}

nav ul.right {
    float: right;
    right: 0
}

#nav-menu a {
    font-weight: 300;
    font-size: 26px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.3rem;
}

#nav-menu li {
    list-style: none;
    padding: 6px;
    display: block;
}

.nav-text-light a {
    color: #ffffff;
}

.sticky .nav-text-light a {
    color: #555555;
}

.sticky nav.nav-inner .navbar {
    height: 70px;
    max-height: 70px;
    margin: 0;
    background: #ffffff;
}

.sticky nav.transparent .navbar {
    background: transparent;
}

@media all and (max-width: 990px) {
    .nav-text-light a {
        color: #555555;
    }

    .nav-inner {
        background: #ffffff;
    }

    .transparent {
        background: transparent;
    }

    .navicon {
        padding-right: 10px;
    }

    nav ul.right {
        float: left;
    }
}

a.icon {
    font-size: 32px;
    padding-right: 20px;
}

.intro-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.close {
    font-family: inherit;
    font-size: 32px;
    font-weight: 300;
    text-shadow: none;
}

.close:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.circle {
    visibility: hidden;
}

.circle i {
    font-size: 36px;
    color: #111112;
}

.circle.dark {
    border-color: #292929;
}

.circle.dark:before {
    border-color: transparent transparent transparent #292929;
}

.circle.large {
    height: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
}

.circle.large:before {
    margin-top: -18px;
    margin-left: -10px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 31.0px;
    border-color: transparent transparent transparent #ffffff;
}

.circle.large.dark:before {
    border-color: transparent transparent transparent #292929;
}

.circle.inline {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 0;
    margin-left: 0;
    display: inline-block;
    z-index: 0;
}
#blog .blog-thumb .btn {
    border-radius: 0px;
    padding: 10px 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 22px;
    transition: all 0.4s ease-in-out;
}

@media all and (max-width: 767px) {
    .circle.large {
        width: 90px;
        height: 90px;
        margin-top: -45px;
    }

    .circle.large:before {
        margin-top: -14px;
        margin-left: -8px;
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 25.0px;
        border-color: transparent transparent transparent #fff;
    }
}

.list-menu {
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.9);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    opacity: 0;
    z-index: -1;
}

.list-menu.reveal-modal {
    opacity: 1;
    z-index: 999999;
    visibility: visible;
}

.list-menu .ion-close-round {
    font-size: 31px;
    position: absolute;
    top: 32px;
    right: 32px;
    color: #fff;
    cursor: pointer;
}


/* Filter on the list page
/* ========================================== */
.filterBtn {
  display: none;
}


/* header section styles
/* ========================================== */
#header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 130px;
    padding-bottom: 100px;
}

#header .header-thumb {
    background: #ffffff;
    border: 10px solid #f9f9f9;
    padding: 62px 20px 62px 20px;
}

.header-one .header-thumb,
.header-two .header-thumb,
.header-three .header-thumb,
.header-four .header-thumb,
.header-five .header-thumb {
    padding: 32px 20px 32px 20px !important;
}

.header-one, .header-two,
.header-three, .header-four,
.header-five {
    height: 42vh !important;
    min-height: 420px;
    padding-top: 120px !important;
}

.header-one {
    background: url('../images/header-bg.jpg'), url('https://www.10wallpaper.com/wallpaper/1366x768/1208/cg_asian_girl-Fantasy_girl_art_design_theme_wallpaper_1366x768.jpg') no-repeat;
    height: 60vh !important;
    min-height: 520px;
    padding-top: 150px !important;
}

.header-two {
    background: url('../images/header-bg.jpg') no-repeat;
}

.header-three {
    background: url('../images/header-three-bg.jpg') no-repeat;
}

.header-four {
    background: url('../images/header-four-bg.jpg') no-repeat;
}

.header-five {
    background: url('../images/header-five-bg.jpg') no-repeat;
}


/* Portfolio section styles
/* ========================================== */
#portfolio {
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
}

#portfolio img {
    width: 100%;
}

#portfolio .portfolio-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
    height: auto;
    width: 100%;
}

#portfolio .portfolio-thumb .portfolio-overlay {
    background: #141414;
    position: absolute;
    top: 60%;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    height: 50%
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#portfolio .portfolio-thumb:hover .portfolio-overlay {
    opacity: 0.9;
}

#portfolio .portfolio-thumb .portfolio-overlay .portfolio-item {
    text-align: left;
    padding-left:12px;
}

#portfolio .portfolio-thumb .portfolio-overlay .fa {
    background: #f9f9f9;
    border-radius: 100px;
    color: #141414;
    font-size: 8rem;
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    text-decoration: none;
    margin-bottom: 4px;
}


/*filter css
/* ========================================== */
.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper li a:active {
    background: #111112 !important;
}

.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
    background: #ffffff;
    color: #ffffff;
}


/*isotope box css
/* ========================================== */
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.iso-box>a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fluid-img {
    width: 100%;
    display: block;
}


/* single project section styles
/* ========================================== */
#single-project {
    padding-bottom: 3rem;
}

#single-project .project-info {
    padding-bottom: 10px;
}

#single-project img {
    padding-top: 14px;
}


/* about section styles
/* ========================================== */
#about {
    padding-top: 5rem;
    padding-bottom: 8rem;
}


#about .col-md-4 {
    padding-top: 16px;
    padding-bottom: 32px;
}

#about img {
    padding-bottom: 20px;
}

#about blockquote {
    letter-spacing: 2px;
    margin-top: 20px;
}


/* blog & single post section styles
/* ========================================== */
#blog,
#single-post {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

#blog .blog-thumb .btn {
    padding-top: 60px;
    padding-bottom: 40px;
}

#blog .post-format,
#single-post .post-format {
    padding-bottom: 10px;
}

#blog .post-format span,
#single-post .post-format span {
    color: #888;
    font-weight: 400;
    letter-spacing: 1px;
    padding-right: 10px;
}

#blog .blog-thumb .btn {
    border-radius: 0px;
    padding: 10px 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 22px;
    transition: all 0.4s ease-in-out;
}

#blog .blog-thumb .btn:hover {
    background: #111112;
    border-color: transparent;
    color: #ffffff;
}

#single-post blockquote {
    margin-top: 32px;
    letter-spacing: 2px;
}

.post-image {
    margin: 25px 0px;
}

#single-post .blog-comment,
#single-post .blog-comment-form {
    margin-top: 62px;
}

#single-post .blog-comment h3,
#single-post .blog-comment-form h3 {
    padding-bottom: 20px;
}

#single-post .blog-comment .media {
    padding-bottom: 22px;
}

#single-post .blog-comment .media img {
    padding-right: 14px;
}

#single-post .blog-comment h4 {
    font-weight: 700;
}

#single-post .blog-comment-form .form-control {
    background: transparent;
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#single-post .blog-comment-form input[type="submit"] {
    background: #111112;
    border-color: transparent;
    color: #ffffff;
    height: 50px;
}


/* contact section styles
/* ========================================== */
#contact {
    padding-top: 5rem;
    padding-bottom: 0rem;
}

#contact .fa {
    font-size: 32px;
    padding-right: 10px;
}

#contact #map-canvas {
    border: none;
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

#contact .contact-form {
    padding-top: 14px;
}

#contact .form-control {
    background: transparent;
    border: 2px solid #989696;
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
    border-color: #f0f0f0;
}

#contact textarea {
    min-height: 100px;
}

#contact input {
    height: 50px;
}

#contact input[type='submit'] {
    background: #111112;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

#contact input[type='submit']:hover {
    background: #444;
}

.contact-submit {
    width: 50%;
}

#contact .col-md-4 {
    background: #fff;
    padding: 62px 0px 32px 42px;
    position: relative;
    bottom: -50px;
}


/* footer section styles
/* ========================================== */
footer {
    background: #141414;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

/* social icon */
.social-icon {
    padding: 0;
    margin: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li a {
    border-radius: 100px;
    border: 1px solid transparent;
    color: #909090;
    font-size: 18px;
    width: 150px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    padding: 0px;
    margin-top: 14px;
    margin-right: 8px;
    margin-left: 8px;
    position: relative;
    top: 0px;
}

.social-icon li a:hover {
    background: #ffffff;
}

.gridevent {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto;
    grid-template-areas:
        "eventname eventname"
        "eventPic eventdetail"
        "artworkCatName artworkCatName"
        "eventArtworks eventArtworks";
    grid-gap: 30px;
}

.eventname {
    grid-area: eventname;
}

.eventPic {
    grid-area: eventPic;
}

.eventdetail {
    grid-area: eventdetail;
}

.artworkCatName {
    grid-area: artworkCatName;
}

.eventArtworks {
    grid-area: eventArtworks;
}

.slectonpad {
    padding-top: 20px;
}


/* View more button styles
/* ========================================== */
.viewMore {
    display: flex;
    justify-content: center;
    margin-top: 3%;
}


/* Navigation bar item styles
/* ========================================== */
.title {
    margin-left: 150px;
    font-size: 24px;
    letter-spacing: 0.3rem;
}

.nav-item {
    font-weight: lighter;
    font-size: 18px;
    float: right;
    margin-right: 3%;
    visibility: visible;
    letter-spacing: 0.1rem;
}

div.nav-item a:hover{
  color:grey;
}

.carouselsett{
    width: 1024px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

.paginatorBig {
  margin-bottom: -30%;
}

.paginatorMid {
  display: none;
  margin-bottom: -5%;
}

.paginatorSml {
  display: none;
  margin-top: -10%;
}

@media (max-width: 992px) {
  .paginatorBig {
    display: none;
  }

  .paginatorMid {
    display: inline;
  }

  .paginatorSml {
    display: none;
  }

  .hideonMob{
    display: none;
  }

  .filterBtn {
    display: block;
    margin: 0 auto;
    margin-top: 2rem
  }

  .listFilter {
    margin: 0 auto;
  }
}

@media (max-width: 626px) {
  .paginatorBig {
    display: none;
  }

  .paginatorMid {
    display: none;
  }

  .paginatorSml {
    display: inline;
  }
}

@media (max-width: 980px) {
    .intro-inner {
        top: 30%;
        left: 47%
    }

    .title {
        margin-left: 100px;
    }

    #contact .col-md-4 {
        padding: 62px 20px 42px 32px;
    }

    #contact .col-md-4 p {
        font-size: 12px;
    }

    #contact #map-canvas {
        margin-bottom: 60px;
    }
    /* Event view page
    /* ========================================== */
    .gridevent {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        grid-template-areas:
            "eventname"
            "eventPic"
            "eventdetail"
            "artworkCatName"
            "eventArtworks";
        grid-gap: 30px;
    }

    .eventname {
        grid-area: eventname;
    }

    .eventPic {
        grid-area: eventPic;
    }

    .eventdetail {
        grid-area: eventdetail;
    }

    .artworkCatName {
        grid-area: artworkCatName;
    }

    .eventArtworks {
        grid-area: eventArtworks;
    }
}


/* Contact Container
/* ========================================== */
.contactContainer {
  margin-left: 50px;
  margin-bottom: 25px;
  margin-top: 30px;
  display: inline-block;
}


/* Cart
/* ========================================== */
#cart table{
  width: 100%;
  align: center;
  border: 1px solid #ddd;
}
#cart .btn {
    border-radius: 0px;
    padding: 10px 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 22px;
    transition: all 0.4s ease-in-out;
}

#cart .btn:hover {
    background: #111112;
    border-color: transparent;
    color: #ffffff;
}
#cart img {
  display: inline-block;
  width: 200px;
  height: 200px;
  object-fit: scale-down;
}
#cart td{
  text-align: center;
  padding: 40px;
  font-size: 40px;

}
#cart th{
  text-align: center;
  font-size: 20px;
    padding: 25px;

}

#cart.newbu {
    background: #111112;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

#cart .newbu:hover {
    background: #444;
}
@media
only screen and (max-width: 760px){
  .gridlist {
      display: grid;
      grid-template-columns:1fr;
      grid-template-rows: auto;
      grid-template-areas:
          "list";
      grid-gap: 20px;
  }

  .filter {
    display: filter;
  }

  .list {
      grid-area: list;
  }
  #cart table, thead, tbody, td, tr {
		display: block;
	}
  #cart th{
    display: none;

  }
  .sectionBoarder{
    border-style: solid;
    border-bottom: 5px
    height:auto;

  }
#cart td{
    text-align: right;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
  }
  #cart td::before {
    content: '•Artwork:';
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    left: 30px;
    transform: translateY(80%);
  }

#cart td:nth-of-type(2)::before {

content: '•Name:';
}
#cart td:nth-of-type(3)::before {

content: '•Price:';
}
#cart td:nth-of-type(4)::before {

content: '•Action:';
}
  #cart img {
    display: inline-block;
    width: 150px;
    height: 150px;
  }
  #cart h3{
    font-size: 24px;
    font-weight: 700;
  }
  #cart h4{
    font-size: 20px;
    font-weight: 400;
  }
}


/* Home Page Banner
/* ========================================== */
h3.banner {
    text-align:center;
    font-size:18px;
    margin-top: 7vh;
    margin-bottom: 5vh;
    width: 70vw;
    margin-left: auto;
    margin-right: auto;
    color: grey;
}


.spinner.loading {
  padding: 50px;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.spinner.loading:before {
  content: "";
  height: 40px;
  width: 40px;
  margin: -15px auto auto -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #2180c0 #ccc #ccc;
  border-radius: 100%;
  animation: rotation .7s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  } to {
    transform: rotate(359deg);
  }
}


/* Booking
/* ========================================== */

#bookinput fieldset {
  display: block;
  padding-top: 1.35em;
  padding-bottom: 1.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
}
#bookinput legend{
  font-size: 40px;
  text-align: center;

}
#bookinput label{
  font-size: 17px;
  margin-top: 20px;
  margin-bottom: 10px;
  letter-spacing: 1.5px;

}
#bookinput.form-control {
    background: transparent;
    border: 2px solid #989696;
    border-radius: 0px;
    box-shadow: none;
    font-size: 20px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}
#bookinput button[type='submit'] {
  float: right;
    background: #111112;
    color: #ffffff;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 16px 16px;
    width: 30%;
    height: 70px
}

#bookinput button[type='submit']:hover {
    background: #444;
}

.mess{
  display: block;
  height: 800px;
}
.balckbtn {
  background-color: #555555; /* black */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 80%;
}

/* List Page Layout
/* ========================================== */

.reviewPayment{
  align-self: baseline;

}


/* Responsive
/* ========================================== */

@media (max-width: 900px) {
  .contactDetails {
    display:none;
  }

  .contactContainer {
    margin-bottom: 30px;
    margin-top: 0px;
    display: inline-flex;
  }

  .contactItem1 {
    margin-left: 50%;
  }

  .contactItem2 {
    margin-left: 200%;
  }

  .contactItem3 {
    margin-left: 220%;
  }

  .maincal{
    height: 40%

  }

  .calimg{
      top: 20%;
      width: 100%;
      margin-left: 0px;
  }
}

@media (max-width: 768px) {
    .intro-inner {
        top: 50%;
    }

    .brand {
        padding-left: 24px;
    }

    .nav-item {
        display: none;
    }

    .circle {
        visibility: visible;
        margin-right: 40px;
    }

    .title {
        margin-left: 50px;
    }

    .header-one, .header-two,
    .header-three, .header-four,
    .header-five {
        min-height: 380px;
        padding-top: 80px !important;
    }

    #about .col-md-4,
    #single-project .col-md-3 {
        padding-bottom: 32px;
    }
}

@media (max-width: 700px) {
    h1 {
        font-size: 1.3rem;
    }

    h3 {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .filter-wrapper {
        padding: 0px;
    }

    #contact {
        padding-bottom: 4rem;
    }

    #contact .col-md-4 {
        padding: 32px 20px 22px 62px;
    }

    .contact-submit {
        width: 70%;
    }
}

@media (max-width: 450px) {
    .circle {
        margin-right: 20px;
    }

    .intro-inner {
        top: 50%;
    }

    .title {
        margin-left: 10px;
    }

    h3.banner {
        font-size:13.5px;
        margin-top: 3vh;
        margin-bottom: 1vh;
        width: 100vw;
    }

    .contactDetails {
      display:none;
    }

    .contactContainer {
      margin-bottom: 30px;
      margin-top: 0px;
      display: inline-flex;
    }

    .contactItem1 {
      margin-left: 0%;
    }

    .contactItem2 {
      margin-left: 80%;
    }

    .contactItem3 {
      margin-left: 75%;
    }
}

#portfolio.select {
    display: inline-block;
    width: 200px;
    position: relative;
    vertical-align: middle;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    color: #555;
    border: 1px solid #aaa;
    text-shadow: none;
    border-radius: 4px;
    transition: box-shadow 0.25s ease;
    z-index: 2;
}

#portfolio.select:hover {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

#portfolio.select:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #ccc;
    top: 14px;
    right: 10px;
    cursor: pointer;
    z-index: -2;
}
#portfolio .form-control{

  width: 90%;
}
#portfolio.select select {
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

#portfolio.select select:focus {
    outline: none;
}

#div-hideButn button{
  display: none;
}



.mainshufbtn{
  margin-top: 50%;
    margin-left: 10%;
  }
  #aboutIHI p{
        text-align: justify;
        font-weight:400;
        margin-top: 2%;
        letter-spacing: 0.3px;
        font-size: 18px;
  }
  #ticketSec{
    width: 100%;
  padding: 20px 30% 20px 30%;
  text-align: center;
  background-color: rgb(220,220,220);
  margin-top: 20px;
  margin-bottom: 20px;
  }
  #portfolio h2{
    color: white;
  }
  .restrictsize{
    display: inline;
    width: 100%;
    height: 230px

  }
  .paydetail{
    font-size: 25px;
    float: left;
    font-weight: bold;
  }
  .payinfo{
    font-size: 30px;
    float: right;
    font-weight: 400;
  }
  .paymain{
    text-align:center;
    margin-top:5%;
    padding-left: 20%;
    padding-right: 20%;
  }
  /* -------------------- Select Box Styles: stackoverflow.com Method */
/* -------------------- Source: http://stackoverflow.com/a/5809186 */
select#soflow, select#soflow-color {
  font-size: 15px;
  font-family: sans-serif;
  font-weight: 700;
  color: #444;
  line-height: 1.3;
  padding: .6em 1.4em .5em .8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #aaa;
  box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
  border-radius: .5em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}
#contact textarea {
  width: 100%;
  height: 150px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #f8f8f8;
  resize: none;
}
#statuscolor p[value="Available"] {
    color: green;
}
#statuscolor p[value="Sold"] {
    color: grey;
}
#statuscolor p[value="Pending"] {
    color: Yellow;
}
#statuscolor p[value="Unavailable"] {
    color: Black;
}
.curevent{
  border: 1px solid #ccc!important;
  padding: 3em 16px;
  border-radius: 16px;
  margin-top: 2.5%;
  margin-bottom: 2.5%;
}
.blackbut{
  background: #111112;
  color: #ffffff;
  font-family: 'Source Sans Pro', sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1.5px;
  transition: all 0.4s ease-in-out;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 16px 16px;
  width: 50%;
  height: 70px;
}

#myCarousel img{
  height:20%;
  width:100%;
  object-fit: scale-down;
}
#aboutIHI img{
  object-fit: scale-down;
  height: 45vh;
  margin-left: 15vw;
  display: block;
  margin-left: auto;
  margin-right: auto;

}
#visit p{
  width: 100%;
  height: 13vh;
  overflow: hidden;
}
.viewartistdetail{
  margin-top: 10%;
  font-Size:20;
}

.filterleft{
  text-align: left;
  font-size: 15px;
  display: block;
}

.listFilterInput {
  margin: 0 auto;
}

div.required label:after
{
    color: red;
    content: " *";
}

@media screen and (max-width: 900px) {

  #div-hideButn button{
    display: block;
    margin-left: auto;
     margin-right: auto;
  }
  .paymain{
    padding-left: 10%;
    padding-right: 5%;
  }
  .paydetail {
    font-size: 18px;
} .payinfo{
  font-size: 15px;

}
#bookinput button[type='submit']{

    font-size: 15px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 10px 10px;
    width: 30vw;
    height: 50px;

}
#cart .btn {
  zoom:80%
}
.mobpadding{
  padding-left: 20px;
padding-right: 20px;
}

}
