﻿body{font-family: 'Playfair Display', serif;}
header {position: fixed;top: 0;left: 0;width: 100%;z-index: 999;transition: all .4s linear;-webkit-transition: all .4s linear;}
::-webkit-scrollbar {width: 4.5px!important;}
::-webkit-scrollbar-thumb { background: #dadada!important; border-radius: 50px!important; height: 10px!important; }
::-webkit-scrollbar-track {background: #fff!important;}
.header {position: relative;z-index: 1000;height: 91px;width: 100%; background:#12202d;-webkit-transition: all ease-out .5s;-moz-transition: all ease-out .5s;-o-transition: all ease-out .5s;transition: all ease-out .5s;}
.activeheader {background: #12202d;}
.sticky {position: fixed;top: 0;width: 100%;}
.sticky + .content {padding-top: 60px;}
.header-logo {display: block;position: absolute;left: 50%;width: 195px;margin-left: -102px;top: 0;overflow: hidden;height: 91px;z-index: 9;}
.header-logo-slide {position: relative;width: 100%;}
.fig-caption h1{ position: absolute; bottom: 10%; margin: 0; font-weight: bold;}
.gradient{  background-image: linear-gradient(to right, red , yellow);}
.header-logo-inner.white {/*background-image: url(../images/logo.jpg);*/}
.header-logo-inner {
    width: 100%;
    height: 91px;
    background-size: auto 76px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-logo-inner img{
    width: 100%;
    height: 91px;
    background-size: auto 76px;
    background-repeat: no-repeat;
    background-position: center;
}
.full-container {
    width: 95%;
    margin: 0 auto;
}
.header-upper-nav {
    padding: 12px 0;
}
.onerow {
    padding: 5px 10px;
    position: relative;
}
.pull-left {
    float: left;
}
.header-upper-nav a {
    font-size: .8em;
    color: #fff;
    display: inline-block;
    line-height: 1;
    text-decoration-line: none;
}
.pull-left .nav-link-divider {
    padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #fff;
}
.pull-right .nav-link-divider{
 padding-right: 10px;
    margin-right: 10px;
    border-right: solid 1px #fff;
}
.icon-left i {
    margin-right: 5px;
}
.pull-right {
    float: right;
}
.col11 {
    width: 90.5%;
}
.col1 {
    width: 5.5%;
}
.col1:last-child, .col2:last-child, .col3:last-child, .col4:last-child, .col5:last-child, .col6:last-child, .col7:last-child, .col8:last-child, .col9:last-child, .col10:last-child, .col11:last-child, .col12 {
    margin-right: 0;
}
.pull-right nav a:first-child {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
    letter-spacing: 1px;
    border: 1px solid lightgrey;
    padding: 3px;
    font-size: 12px;
    background-color: #ffffff;
    color: #11202c;
    font-weight: bold;
    border-radius: 2px;
}

/* swiper */
.swiper-container {
  padding: 0;
  height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .swiper-container {
    height: 500px;
  }
}
.swiper-slide {
  width: 100%;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}


.swiper-slide:after {
  content: "";
  background-image: linear-gradient(0deg, black, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
  opacity: 0.3;
}

.swiper-slide:before {
  content: "";
  /*background-color: rgb(64 64 69 / 40%);
  background-image: linear-gradient(180deg, rgb(38 37 35 / 41%), rgb(51 51 55 / 30%));*/
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}

/* swiper arrows */
.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-prev {
  left: 30px;
}

.swiper-button-next {
  right: 30px;
}

.swiper-button-prev span,
.swiper-button-next span {
  width: 10px;
  height: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: absolute;
  border: solid 2px white;
  border-left: 0;
  border-bottom: 0;
  transition: all 0.3s ease;
}

.swiper-button-prev span {
  transform: rotate(-135deg);
  left: 50%;
}

.swiper-button-next span {
  transform: rotate(45deg);
  right: 50%;
}

.swiper-button-prev span:after,
.swiper-button-next span:after {
  content: "";
  position: absolute;
  background-color: white;
  width: 0px;
  height: 2px;
  transition: all 0.3s ease;
  transform: rotate(-45deg);
}

.swiper-button-prev:hover span {
  left: 30%;
}

.swiper-button-next:hover span {
  right: 30%;
}

.swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
  width: calc(20px - 4px);
}

/* swiper arrows mobile */
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }

  .swiper-button-next {
    right: 0px;
  }

  .swiper-button-prev:hover span {
    left: 50%;
  }

  .swiper-button-next:hover span {
    right: 50%;
  }

  .swiper-button-prev:hover span:after,
.swiper-button-next:hover span:after {
    display: none;
  }
}
/* swiper pagination */
.swiper-pagination {
  height: 40px;
}

.swiper-pagination-bullet {
  background-color: transparent;
  border: solid 1px white;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.swiper-pagination-bullet:hover {
  background-color: white;
}

.swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  left: 0;
  background-color: transparent;
  border: solid 1px white;
}

/* text content */
.slide-text {
  text-align: center;
  color: white;
  opacity: 1;
  z-index: 2;
  font-family: 'Playfair Display', serif;
  width: 100%;
  
}

.slide-text h1 {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  letter-spacing: 0.03em;
}

.slide-text p {
  font-size: 22px;
  font-family: 'Playfair Display', serif;
}

/* text mobile */
@media screen and (max-width: 768px) {
  .slide-text {
    width: 100%;
  }

  .slide-text h1 {
    font-size: 20px;
    letter-spacing: 0.02em;
  }

  .slide-text p {
    font-size: 14px;
  }
}
/* button */
.slide-text .btn {
  font-family: 'Playfair Display', serif;
  background-color: transparent;
  border: solid 1px white;
  padding: 15px 30px;
  min-width: 100px;
  width: fit-content;
  font-size: 14px;
  letter-spacing: 2px;
  color: white;
  position: relative;
  border-radius: 80px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  margin-top: 20px;
}

.slide-text .btn:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 0px;
  border-radius: inherit;
  transition: all 0.3s ease-in-out;
}

.slide-text .btn:hover::after {
  left: 4px;
  top: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.slide-text .btn:hover {
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .slide-text .btn:hover::after {
    left: 0px;
    top: 0px;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
button:focus {
  outline: 0;
}
    
.dark-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.55);
}
.col6 {
    width: 48.5%;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 3% 0 0;
    position: relative;
}
.header-nav.left {
    padding-right: 105px;
    text-align: right;
}
.header-nav.right { padding-left: 80px; text-align: left; }
.header-nav ul {
    list-style: none;
    list-style-position: inside;
    border-top: solid 1px #fff;
    overflow: hidden;
}
.header-nav li {
    display: inline-block;
}
.header-nav a {
    color: #fff;
    font-weight: 700;
    font-size: .9vw;
    text-transform: uppercase;
    display: inline-block;
    padding: 18px .4vw;
    transition: all .2s linear;
    -webkit-transition: all .3s linear;
}
.header-nav a:hover{color:#e4d4af}


.banner-video{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
.banner-video .video-container {height: 600px;width:100%;position: relative;overflow: hidden;}
.banner-video video {object-fit: cover; position: absolute;height: 630px;width: 100%;top: 0;left: 0;}
.banner-video .video-container:before {content: '';display: block;height: 100%;width: 100%;position: absolute;top: 0;left: 0;background-color: rgb(64 64 69 / 40%);background-image: linear-gradient(180deg, rgb(38 37 35 / 41%), rgb(51 51 55 / 30%));z-index: 1;}
.banner-video .callout {position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;text-align: center;position: relative;z-index: 10;width: 70%;margin: auto;}
.banner-video .callout h2{color:white;font-size:100px; font-family: 'Playfair Display', serif;;}
.banner-video .callout h3{color:white;font-size:80px; font-family: 'Playfair Display', serif;;}
.banner-video .callout h4{color:white;font-size:40px; font-family: 'Playfair Display', serif;;}


 .room_name_section { left: 0; width: 100%; opacity: 0.8; bottom: 0; z-index: 1; position: absolute; background-color: #12202d; padding-top: 20px; padding-bottom: 20px; padding-left: 15px; padding-right: 15px; }
 .udupi-page-header {margin-bottom: 1.6rem;}
 h1.udupi-page-title {color: #fff;text-align: left;margin-top:0px}
 nav.udupi-breadcrumb-path {font-size: 0.8125rem;line-height: 1.25rem;text-transform: none;letter-spacing: 1.3px;vertical-align: baseline;color: #ffffff;font-size: 14px;text-align: left;}
 nav.udupi-breadcrumb-path span {display: inline-block;padding-left: 0.3rem;padding-right: 0.3rem;}
 nav.udupi-breadcrumb-path span a {color: #e4d4af;}
/*-----------------------about----------------------*/
.welcome{background-image: linear-gradient(to right, #e4d4af, #e4d4af75);padding-top:40px;padding-bottom:40px}
.about h1{font-size:40px; font-family:'Playfair Display', serif;text-align:center;color:#11202c}
.about:after{background-image: url('../../images/after-img.png');content: '';position: absolute;left: 50%;margin-left: -20px;bottom: 0px;width: 40px;height: 2px;}
.vc_custom_1459328641814 { margin-right: 15px !important; margin-left: 15px !important; }
.page-wrapper header h2 {font-size: 28px;font-weight: bold;}
.page-wrapper header h2 { border-right: 0px solid #fff; text-transform: none; margin-top: 0px; font-size: 30px; margin-bottom: 0px; padding-bottom: 0px; }
.page-header h4{text-align:center;font-size:20px}
.bg-png{position: absolute;left: -10px;}
.bg-png1{bottom: -180px;max-width: 300px;position: absolute;right: -23px;}
.bg-png2{position: absolute;left: -10px;}


/*------------------------history-----------------*/
.c-content-box.c-no-padding {padding: 0;}
.c-bg-white {background-color: #e4d4af !important;}
.c-border-left-white {border-left-color:#e4d4af !important;}
.c-bg-parallax { background-attachment: fixed; background-position: center center; background-size: cover; background-color: transparent; min-height: 100%; }
.c-content-feature-4 .c-feature-bg {width: 60%;}
.c-content-feature-4 .c-feature-bg, .c-content-feature-4 .c-content-area { height: 750px; margin-bottom: -750px; }
.c-content-feature-4 .c-content-right {float: right;}
.c-content-feature-4 .c-content-right.c-diagonal { border-left: 200px solid; border-top: 750px solid transparent; }
.c-content-feature-4 .c-content-area {width: 40%;}
.c-content-feature-4 .c-content-left {float: left;}
.c-left, .c-font-left {text-align: left;}
.c-content-feature-4 .c-feature-content {padding: 0;width: 40%;}
.c-content-feature-4 .c-feature-content.c-left { float: left; position: relative; }
.c-content-feature-4 .c-feature-content .c-content-v-center {height: 750px;}
.c-content-v-center .c-wrapper { width: 100%; height: 100%; display: table; }
.c-content-v-center .c-wrapper .c-body {display: table-cell;vertical-align: middle;}
.c-content-title-1 > h3.c-font-uppercase {font-size: 30px;}
.c-content-title-1 > h3 {font-size: 28px;color: #3f444a;font-weight: 500;margin: 0 0 30px 0;}
.c-content-title-1 > .c-line-right, .c-content-title-1 > .c-line-left { width: 30px; height: 3px; background-color: #32c5d2; margin: 0 0 30px 0; }
.c-bg-dark-2 {background-color: #31383c !important;}
.c-content-feature-4 .c-content-left.c-diagonal { border-right: 200px solid; border-top: 750px solid transparent; }
.c-bg-parallax { background-attachment: fixed; background-position: center center; background-size: cover; background-color: transparent; min-height: 100%; }
.c-content-feature-4 .c-feature-bg {width: 60%;}
.c-content-v-center .c-wrapper { width: 100%; height: 100%; display: table; }
.c-content-v-center .c-wrapper .c-body {display: table-cell;vertical-align: middle;}
.c-margin-b-30 {margin-bottom: 30px;}
.c-content-feature-4 .c-feature-content.c-right {float: right;position: relative;}


/*-----------------------brands-------------------*/
.ccg-section-brand { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; width: 100%; padding-top: 36px; padding-bottom: 60px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; background-color: rgba(136, 130, 93, 0); background-image: url(https://assets.website-files.com/5d104551d1330894f866c3b4/5d949892ce897b09b39d1c7b_marble.png); background-position: 50% 50%; background-size: auto 130%; background-repeat: no-repeat; background-attachment: scroll; }
.div-block-11 { position: absolute; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: auto; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }
.knife { position: absolute; left: -15vh; top: -18vh; z-index: 10; width: 30%; }
.image-10 { position: absolute; left: auto; top: -22vh; right: 0%; bottom: auto; width: 20%; }
.brand-container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; }
.ccg-header-base.ccg-header-base-ourbrands { font-size:40px;-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-self: center; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; color: #000; font-family:'Lobster', cursive;}
.ccg-header-base { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 25vw; margin-top: 5vh; margin-bottom: 5vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; font-family: Futura, sans-serif; text-align: left; letter-spacing: 0.05em; }
.divider-1 { width: 100px; height: 6px; margin-top: 8px; margin-bottom: 36px; background-color: #11202c; }
.brand-grid-desktop { width: 90vw; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -ms-grid-row-align: center; align-self: center; grid-column-gap: 1vw; -ms-grid-columns: 20vw 20vw 20vw 20vw; grid-template-columns: 20vw 20vw 20vw 20vw; }
.w-layout-grid { display: -ms-grid; display: grid; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; grid-row-gap: 16px; grid-column-gap: 16px; }
.list-brand-item { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; margin-bottom: 2vh; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.div-block-31 {width: 100%;height: auto;}
.w-inline-block { max-width: 100%; display: inline-block; }
.list-brand-item-card { overflow: hidden; margin-bottom: 3vh; box-shadow: 0 0 4px -2px #9c9c9c; -webkit-transform: translate(0px, 0px); -ms-transform: translate(0px, 0px); transform: translate(0px, 0px); -webkit-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }
.list-brand-item-card-image-holder { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden; height: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;  background-color: transparent; -webkit-transform: scale(1.025); -ms-transform: scale(1.025); transform: scale(1.025); }
.list-brand-item-card-bottom { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; height: 100px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; background-color: #fff; }
.div-block { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 75%; height: 75%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; background-color: hsla(0, 0%, 98%, 0); }
.image-2 {height: 60%;}
.bodytext { height: auto; margin-top: 8px; margin-bottom: 2vh; font-family: 'Futura book font', sans-serif; font-size: 1.1em; line-height: 1.3em; font-weight: 400; text-align: center; letter-spacing: 0.05em; }
.ccg-button-base.button-red { width: auto; margin-top: 2vh; margin-bottom: 2vh; border-radius: 10px; background-color: #11202c; color: #fff; font-size: 0.8em; }
.ccg-button-base { position: relative; z-index: 20; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; width: 15vw; height: auto; padding-right: 24px; padding-left: 24px; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; border-radius: 10px; background-color: #fff; -webkit-transition: all 100ms ease-in-out; transition: all 100ms ease-in-out; font-family: 'Futura bt', sans-serif; color: #000; font-size: 1.2em; line-height: 1.2em; font-weight: 500; }
.brand-grid-desktop { width: 90vw; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -ms-grid-row-align: center; align-self: center; grid-column-gap: 1vw; -ms-grid-columns: 20vw 20vw 20vw 20vw; grid-template-columns: 20vw 20vw 20vw 20vw; }
.w-layout-grid { display: -ms-grid; display: grid; grid-auto-columns: 1fr; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; -ms-grid-rows: auto auto; grid-template-rows: auto auto; grid-row-gap: 16px; grid-column-gap: 16px; }
.w-button { display: inline-block; padding: 9px 15px; background-color: #3898EC; color: white; border: 0; line-height: inherit; text-decoration: none; cursor: pointer; border-radius: 0; }
.list-brand-item-card:active {box-shadow: 0 0 4px 1px #9c9c9c;}
.list-brand-item-card:hover {box-shadow: 0 0 4px 0 #9c9c9c;-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

.widget-area-first {background:url(../images/bg-2.png)#11202c;padding: 90px 0;font-size: 14px;color: #fff;}
.widget-area-first .widget-title { color: #fff; text-align: center; padding-top: 0; font-family:'Playfair Display', serif;}
.col {-ms-flex-preferred-size: 0;flex-basis: 0;-ms-flex-positive: 1;flex-grow: 1;max-width: 100%;}
.embed-responsive {position: relative;overflow: hidden;width:20%;margin:8px}



/*-----------------what on section---------------*/
.whatson{margin-top:30px;margin-bottom:30px}
.c-font-uppercase{font-size:40px; font-family:'Lobster', cursive;text-align:center;color:#11202c;margin-bottom: 40px;}
.events--card {position: relative;border-radius: 10px;overflow: hidden;}
.events--card::before {content: "";background: -webkit-gradient(linear,100% 0,0% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));height: 100%!important;width: 100%;position: absolute;top: 0;left: 0;}
.events--card-details--bottom {font-size: 11px;margin-bottom: 60px;}
.events--card-details--bottom {margin-bottom: 60px;display: block;}
.events--card-details--title {font-size: 17px;margin-bottom: 18px;}
.events--card-details {position: absolute;bottom: 0;top: 0;width: 100%;padding: 30px 25px;color: #fff;font-weight: 500;background-image: none;-webkit-transition: background-image 1s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;}
.events--card-details--title {font-size: 17px;margin-bottom: 18px;}
.events--card-details--bottom {font-size: 11px;margin-bottom:75px}
.events--card-details--description {font-size: 13px;font-weight: 400;}
.events--card-details--link {font-size: 12px;text-transform: uppercase;margin-top: 20px;}
.events--card:hover .events--card-details {background: rgba(170,56,14,.85);background: -webkit-gradient(linear,0% 0,0% 100%,from(#11202c),to(rgb(17 32 44 / 53%)));-webkit-transform: translateY(0);transform: translateY(0);height: 100%;}
.events--card-details {position: absolute;bottom: 0;top: 0;width: 100%;padding: 30px 25px;color: #fff;font-weight: 500;background-image: none;-webkit-transition: background-image 1s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,transform .3s ease-in-out 0s;transition: background-image 1s ease-in-out 0s,transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;-webkit-transform: translateY(50%);transform: translateY(50%);}

/*------------explore-------------------*/
.nearbyOutlets--card {position: relative;overflow: hidden;height: 370px;margin: 0 10px;text-align: center;border-radius: 10px;}
.nearbyOutlets--card::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear,100% 0,0% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
}

.nearbyOutlets--card-details--location {
    margin-bottom: 10px;
    font-size: 20px;
}
.nearbyOutlets--card-details--address {
    margin-bottom: 140px;
    opacity: .75;
    font-size: 12px;
    font-weight: 400;
    padding-left: 10px;
    padding-right: 10px;
    min-height: 56px;
}
.nearbyOutlets--card-details--options {
    margin-bottom: 10px;
}
.nearbyOutlets--card-details--options ul li {
    margin: 0 10px;
    max-width: 36px;
}

.nearbyOutlets--card:hover .nearbyOutlets--card-details {
    height: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: rgba(170,56,14,.85);
    background:-webkit-gradient(linear,0% 0,0% 100%,from(#11202c),to(rgb(17 32 44 / 59%)));
}
.nearbyOutlets--card-details {
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
}
.pzero{padding:0px!important;}
.nearbyOutlets--card-details--link{margin:10px 0px!important;}
nearbyOutlets--card-details--link a{color:white}
.nearbyOutlets--card-details--options ul{margin:0px ;padding:0px}
.nearbyOutlets--card-details--options ul li{list-style:none!important;    display: inline-block;}
.nearbyOutlets--card-details--options ul li a{color:white}
.nearbyOutlets--card-details--cta a {
    padding: 10px 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ff6301;
    border-radius: 20px;
    background: #fff;
    font-size: 11px;
}
.nearbyOutlets--content-link {
    font-size: 12px;
    text-transform: uppercase;
}
.nearbyOutlets--content-link a {
    -webkit-transition: color .2s ease-in-out 0s;
    transition: color .2s ease-in-out 0s;
    outline: 0;
}
span.viewMore {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 15px;
    margin-left: 2px;
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s,-webkit-transform .3s ease-in-out 0s;
    vertical-align: middle;
}
/*span.viewMore::after {
    content: "\e915";
    font-family: "icomoon";
    color: #ff6301;
}*/





/*-----------------------secret taste video section---------------------*/
.outter{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;}
.video-container {height: 500px;width:100%;position: relative;overflow: hidden;}
video {object-fit: cover; position: absolute;height: 500px;width: 100%;top: 0;left: 0;}
.video-container:before {content: '';display: block;height: 100%;width: 100%;position: absolute;top: 0;left: 0;background-color: rgb(64 64 69 / 40%);background-image: linear-gradient(180deg, rgb(38 37 35 / 41%), rgb(51 51 55 / 30%));;z-index: 1;}
.callout {position: relative;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 100%;text-align: center;position: relative;z-index: 10;width: 70%;margin: auto;}
.callout h2{color:white;font-size:100px; font-family: 'Playfair Display', serif}
.callout h3{color:white;font-size:80px; font-family: 'Playfair Display', serif}
.callout h4{color:white;font-size:60px; font-family: 'Playfair Display', serif}

/*-----------------------secret taste image section---------------------*/
.widget-area-fourth-wrapper-gift { background: transparent url(https://6ballygungeplace.in/wp-content/themes/gp6bp/images/Gift-a-treat-Panel.png) no-repeat top left; padding: 0; margin-top: 3px solid #bd3333; }
.widget-area-fourth-gift { background: transparent url(https://6ballygungeplace.in/wp-content/themes/gp6bp/images/Gift-a-treat-Panel.png) no-repeat bottom right; padding: 180px 0 215px 0; color: #fff; margin-top: 3px solid #bd3333; }
.widget-area-fourth-gift .widget-title{padding-bottom: 15px; font-size: 60px; font-weight: 400; padding-left: 30px;font-family:'Lobster', cursive;}
.widget-area-third .btn, .widget-area-fourth-gift .btn { background: #e5d5b0; color: #000; border: none; border-radius: 20px; font-size: 14px; text-transform: uppercase; padding: 8px 20px; margin-top: 20px;  }






/*/////////////////-------------menu---------------//////////*/
#menu-top-left-menu .fordropdown ul {list-style: none;padding: 0;margin: 0; background: #11202c;/*width: 100%;*/}
#menu-top-left-menu .fordropdown ul li {display: block;position: relative;float: left;border-bottom:1px solid #2c3e50}
#menu-top-left-menu .fordropdown li ul { display: none; }
#menu-top-left-menu .fordropdown ul li a {display: block;padding: 1em;text-decoration: none;white-space: nowrap;color: #fff;}
#menu-top-left-menu .fordropdown ul li a:hover { background: #11202c; }
#menu-top-left-menu .fordropdown li:hover > ul {display: block;position: absolute;}
#menu-top-left-menu .fordropdown li:hover li { float: none; }
#menu-top-left-menu .fordropdown li:hover li a:hover { background: #2c3e50; }
#menu-top-left-menu .fordropdown .main-navigation li ul li { border-top: 0; }
#menu-top-left-menu .fordropdown ul ul  {left: 100%;top: 0;}
#menu-top-left-menu .fordropdown ul:after { clear: both; }
.fordropdown li a{color: #fff;font-size: .9vw;text-transform: uppercase;display: inline-block;padding: 16px 14px;transition: all .2s linear;-webkit-transition: all .3s linear;}
.fordropdown li a:hover{color:#e5d5b1}
#menu-top-left-menu li {display: inline-block;position: relative;}
#menu-top-left-menu .fordropdown{list-style-type: none;padding-left: 0;}
.onerow .col6 #menu-top-left-menu{border-top:1px solid #fff;}
.onerow .left{padding-right: 82px;}

/*---------------menu-right-----------------*/
#menu-top-right-menu .fordropdown ul {list-style: none;padding: 0;margin: 0;background: #11202c;}
#menu-top-right-menu .fordropdown ul li {display: block;position: relative;float: left;border-bottom:1px solid #2c3e50}
#menu-top-right-menu .fordropdown li ul { display: none; }
#menu-top-right-menu .fordropdown ul li a {display: block;padding: 1em;text-decoration: none;white-space: nowrap;color: #fff;}
#menu-top-right-menu .fordropdown ul li a:hover { background: #2c3e50; }
#menu-top-right-menu .fordropdown li:hover > ul {display: block;position: absolute;}
#menu-top-right-menu .fordropdown li:hover li { float: none; }
#menu-top-right-menu .fordropdown li:hover li a:hover { background: #2c3e50; }
#menu-top-right-menu .fordropdown .main-navigation li ul li { border-top: 0; }
#menu-top-right-menu .fordropdown ul ul  {left: 100%;top: 0;}
#menu-top-right-menu .fordropdown ul:after { clear: both; }
#menu-top-right-menu li {display: inline-block;position: relative;}
#menu-top-right-menu .fordropdown{list-style-type: none;padding-left: 0;}
.onerow .col6 #menu-top-right-menu{border-top:1px solid #fff;text-align:right}
.onerow .right{padding-left:80px!important;}



/*-----------------footer-----------------------*/
.footer { background: #12202d;padding: 25px 0px 25px; }
.footer .footCaption { font-size: 35px; color: rgb(180, 180, 180); margin: 0px 0px 40px; font-weight: 500; text-align: center; }
.footer .footCaption span {color: rgb(255, 255, 255);}
.footer .footHead { font-size: 18px; color:#fff; margin-bottom: 10px; font-weight: 400;  text-transform: uppercase; }
.footer .footList {display: block;float: left;width: 100%;margin: 0px;padding: 0px;list-style: none;}
.footer .footList li, .footer .footList li a { padding: 2px 0px; font-size: 13px; color: rgb(218, 218, 218); }
.footer p, .footer p a { font-size: 13px; color: rgb(190, 190, 190); margin: 0px; }
.footer .socialList { display: block; float: left; width: 100%; margin: 15px 0px; padding:0px}
.footer .socialList li {float: left;display: block;}
.footer .socialList li a { width: 36px; height: 36px; margin-right: 5px; border: 1px solid rgb(255, 255, 255); border-radius: 100px; display: block; }
.footer .footList li a:hover { color: rgb(122, 122, 122); text-decoration:none}
.foot { margin-top: 40px; float: left; width: 100%; }
.foot p {margin-bottom: 5px;}
.text-right {text-align: right;}
.footerLogo {width: 255px;margin: 0px auto;}
.footer .socialList li a.fb {background: url(../images/social.png) left top;}
.footer .socialList li a.insta { background: url(../images/social.png) left -252px; }
.footer .socialList li a.twitter { background: url(../images/social.png) left -36px; }
.footer .socialList li a.pinterest { background: url(../images/social.png) left -181px; }
.footer .socialList li a.linkdin { background: url(../images/social.png) left -108px; }
.footer .socialList li a.ytube { background: url(../images/social.png) left -144px; }
.footer .socialList li a.fb:hover { background: url(../images/social.png) left top rgb(59, 89, 151); }
.footer .socialList li a.insta:hover { background: url(../images/social.png) left -252px rgb(228, 64, 95); }
.footer .socialList li a.twitter:hover { background: url(../images/social.png) left -36px rgb(44, 171, 226); }
.footer .socialList li a.pinterest:hover { background: url(../images/social.png) left -181px rgb(198, 32, 13); }
.footer .socialList li a.linkdin:hover { background: url(../images/social.png) left -108px rgb(0, 114, 179); }
.footer .socialList li a.ytube:hover { background: url(../images/social.png) left -144px rgb(255, 48, 53); }
.footer .footList li span { font-size: 16px; font-weight: 500; }


/*----------------------menu-------------------------*/
.special-menu { background: url(../images/menu-bg.jpg) no-repeat bottom center; padding: 25px 0 20px; margin-bottom: 0px; }
.special-menu .title-home { text-align: center; margin-bottom: 0; padding-bottom: 10px; position: relative; }
.special-menu .title-home h2 {color: #fff;margin-bottom: 0px;font-size: 40px;font-weight: 500;position: relative;font-family: 'Playfair Display', serif}
.special-menu .item-content.first { padding-right: 10px; }
.special-menu .item {padding: 15px 0;border-bottom: none;}
.special-menu .item .menu-image { float: left; width: 120px; height: 120px; padding: 10px; background-color: rgba(255, 255, 255, 0.1); border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; }
.special-menu .item .menu-image {background-color: #696969;}
.special-menu .item .menu-image img { border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.special-menu .item .menu-info { background: #11202c none repeat scroll 0 0; border-radius: 10px; margin-left: 40px; margin-top: 11px; padding-bottom: 10px; padding-left: 110px; padding-top: 10px; min-height: 100px; }
.special-menu .item .menu-info .name-price {position: relative;}
.special-menu .item .menu-info .name-price h3 {font-size: 24px; font-weight: 500; margin: 0; padding-right: 70px; }
.special-menu .item .menu-info .name-price a { font-size: 18px;color: #fff; transition: 0.2s; -moz-transition: 0.2s; -webkit-transition: 0.2s; font-family:'Playfair Display', serif}
.special-menu .item .menu-info p { color: rgba(255, 255, 255, 0.6); font-size: 13px; margin: 4px 4px 0 0; }
.why-choose-us-img.text-center.aos-init.aos-animate { position: absolute; right: -164px; }
.why-choose-us-img.text-center.aos-init.aos-animate { }
.why-choose-us-img.text-center.aos-init.aos-animate { z-index: 9; }
.why-choose-us-img img { animation-name: spin; animation-duration: 80s; animation-iteration-count: infinite; animation-timing-function: linear; }
.item-content .item:hover .menu-image { -moz-transform: scale(1.5) rotate(360deg); -webkit-transform: scale(1.5) rotate( 360deg ); transform: scale(1.5) rotate( 360deg ); }
.menu-image {-moz-transition: all 15s linear 0s !important;-webkit-transition: all 15s linear 0s !important;-o-transition: all 15s linear 0s !important;transition: all 15s linear 0s !important;}
@keyframes spin{
    0% {
        transform: rotate( 0deg );
    }

    100% {
        transform: rotate( 360deg );
    }
}
/*--------------------testimonial--------------*/
.gtco-testimonials {
  position: relative;
  /*margin-top: 30px;*/
      /*background: url(https://www.pindballuchi.com/images/about-bg.jpg) !important;
    background-size: cover;*/
}
@media (max-width: 767px) {
    header.header.sticky {
    display: none;
}
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.gtco-testimonials h2 {
  font-size: 50px;
  text-align: center;
  margin-bottom: 50px;
  color: #11202c;
  font-family: 'Playfair Display', serif;
  letter-spacing: 2px;
  margin-top:0px;padding-top:30px
}
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #11202c;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #11202c;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: #fff;
  box-shadow: 0 8px 30px -7px #c9dff0;
  margin: 0 20px;
  padding: 10px 10px;
  /*border-radius: 20px;*/
  border: 0;
}
.gtco-testimonials .card .card-img-top {
  max-width: 100px;
  border-radius: 50%;
  margin: 15px auto 0;
  box-shadow: 0 8px 20px -4px #95abbb;
  width: 100px;
  height: 100px;
}
.gtco-testimonials .card h5 {
  color: #11202c;
  font-size: 21px;
  line-height: 1.3;
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
 font-family: inherit;
 font-size: 15px;
 line-height: 1.6;
 margin: 0 0 17px 0;
 font-weight: 300;
 /* padding-bottom:20px; */
}
.gtco-testimonials .active {
  opacity: 0.5;
  transition: all 0.3s;
}
.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 120px;
  width: 120px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  outline: 0;
}
/*---------///frechise///------------*/
.contact-section {
    height: auto;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(
270deg
, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0.8)), url();
    background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8)), url();
    color: #fff;
}

.contact-section, .legacy-sub-div {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.career-section, .contact-section {
    padding-bottom: 0;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.contact-section .subtitle {
    color: #fff;
}
.subtitle {
    position: relative;
    top: 45%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #9b9b9b;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.text-danger {
    color: #dc3545!important;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-form {
    margin: 0 0 15px;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.brand-image, .name-field.upper-margin {
    margin-top: 0;
}
.name-field {
    height: 40px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
}

.name-field, .store-row {
    overflow: visible;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    /*background-color: #fff;
    border: 1px solid #ccc;*/
}
textarea.name-field {
    margin-bottom: 0;
    height: 40px;
    resize: none;
}
.button:hover {
    border-style: none;
    background-color: #f70000;
}
.button {
    display: block;
    width: 200px;
    height: 50px;
    margin: 50px auto 48px;
    float: none;
    border: 1px #fff;
    border-radius: 200px;
    background-color: rgba(247, 0, 0, .77);
    font-size: 15px;
}
html.w-mod-js [data-ix=move-up-heading] {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.services-heading1.white-text {
    color: #fff;
}
.services-heading1 {
    position: relative;
    top: 50%;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #020202;
    background-color: transparent;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
    color: #000;
    font-size: 43px;
    line-height: 51px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
}
input:focus{outline:none;}
textarea:focus{outline:none;}


/*------------------find us-----------------*/
.find-container {  width: 100%; background: #e5d5b0; padding: 50px 0; color: #11202c; }
.find-where-you { margin: 0 auto; max-width: 1500px; position: relative; }
.food1 {position: absolute; left: -54px;}
.find-location-left h2{font-size:48px;font-weight: 700; line-height:47px;font-family:'Playfair Display', serif;}
.location {float: left;}
.find-container .find-where-you .find-location-right .fa {font-size: 72px;}
.location-content {margin-left: 70px;}
.food2 {bottom: -80px;max-width: 300px;position: absolute;right: 0px;}
#drawer{display:none;}
.mobile-logo{display:none;}


.contact-section {
    height: auto;
    background-color: #f7f7f7;
    background-image: -webkit-linear-gradient(
270deg
, rgba(0, 0, 0, .65), rgba(0, 0, 0, 0.8)), url(https://www.gianisicecream.com/wp-content/themes/gianis/images/gianis-franchisee.jpg);
    background-image: linear-gradient(
180deg
, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.8)), url(https://www.gianisicecream.com/wp-content/themes/gianis/images/gianis-franchisee.jpg);
    color: #fff;
}

.contact-section, .legacy-sub-div {
    background-position: 0 0, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
}
.career-section, .contact-section {
    padding-bottom: 0;
}
.pb-5, .py-5 {
    padding-bottom: 3rem!important;
}

.pt-5, .py-5 {
    padding-top: 3rem!important;
}

.contact-section .subtitle {
    color: #fff;
}
.subtitle {
    position: relative;
    top: 45%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #9b9b9b;
    font-size: 17px;
    font-weight: 400;
    text-align: center;
}
.text-danger {
    color: #e5d5b0!important;
}
.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}
.w-form {
    margin: 0 0 15px;
}
div.wpcf7 {
    margin: 0;
    padding: 0;
}
div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0;
}
.brand-image, .name-field.upper-margin {
    margin-top: 0;
}
.name-field {
    height: 40px;
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
    background-color: transparent;
    color: #fff;
    margin-bottom: 15px;
    font-size: 15px;
    font-weight: 400;
    padding-left: 0;
}

.name-field, .store-row {
    overflow: visible;
}
.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    vertical-align: middle;
    /*background-color: #fff;
    border: 1px solid #ccc;*/
}
textarea.name-field {
    margin-bottom: 0;
    height: 40px;
    resize: none;
}
.button:hover {
    border-style: none;
    background-color: #f2ebd9;
}
.button {
    display: block;
    width: 200px;
    height: 50px;
    margin: 50px auto 48px;
    float: none;
    border: 1px #e5d5b0;
    border-radius: 200px;
    background-color: rgb(229 213 176);
    font-size: 15px;
    color:#11202c
}
html.w-mod-js [data-ix=move-up-heading] {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.services-heading1.white-text {
    color: #fff;
}
.services-heading1 {
    position: relative;
    top: 50%;
    border-style: none;
    border-top-width: 1px;
    border-top-color: #000;
    border-bottom-width: 1px;
    border-bottom-color: #020202;
    background-color: transparent;
    -webkit-transform: translate(0, -70%);
    -ms-transform: translate(0, -70%);
    transform: translate(0, -70%);
    color: #000;
    font-size: 43px;
    line-height: 51px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
}
input:focus{outline:none;}
textarea:focus{outline:none;}



.good-food{background:#11202c; padding:40px 0px!important;}
.good-food h2{font-size:42px;color:#e4d4af;font-family:'Playfair Display', serif;}
.good-food p{color:#e4d4af;font-family: 'Playfair Display', serif;}
.whats_ur_spice_img{height:96px;}
.goodfoodimg{max-height:400px!important;}
.carousel-caption{bottom:200px!important;border-radius: 3px;background: #11202c3b;}
.carousel-control.left ,.carousel-control.right{background-image: none!important;}
.swiper-slide img{width:100%!important;}


/*------------------------contact us page------------------*/
.slider-box {position: relative;top:-8px}
.slider-box img{width:100%}
#contentinfo { margin: 0 auto; padding-top: 0; position: relative; width: 100%; z-index: 1; }
.homesection-1 { position: relative; width: 100%; }
#content { padding: 59px 0 79px; position: relative; width: 100%; }
#breadcrumb { padding: 0 0 15px; position: absolute; text-align: left; top: 10px; }
#social-like-holder { display: none!important; height: auto; position: absolute; right: 11px; top: 18px; width: 151px; z-index: 12; }
#social-like-close { bottom: 6px; cursor: pointer; display: none; height: 30px; left: -35px; line-height: 30px; position: absolute; text-align: center; width: 30px; }
.left-content { width: 32%; float: left; }
.left-caption { margin-top: 0px;border-bottom: 6px solid #12202d; border-top: 6px solid #12202d; color: #12202d; float: none; font-size: 59px; line-height: 67px; padding: 14px 0 25px; position: relative; text-align: left; width: 100%; z-index: 0; }
.content-area { float: right; padding-top: 0; position: relative; margin-top: -25px; width: 65%; }
.box2 {display: block;padding: 15px 0;}
.contactusfrm { border-top: 1px solid #fff; margin: 15px auto; padding-top: 15px; }
.contact-title { padding-bottom: 10px; text-align: left; text-transform: uppercase; }
.box-container-full { border: solid 1px #11202c; padding: 10px 15px; margin-bottom: 20px; }
.contactus-title.titlehead { padding-bottom: 10px; font-size: 18px; display: inline-block; font-weight: 700; padding-bottom: 15px; }
.contactus-address {text-align: left;}
.contactus-title { display: inline-block; font-size: 14px; font-weight: 700; line-height: 14px; }
.spbold {font-weight: 700;}
.pipe1 {padding: 0 15px;}
.inner-wrap .page-content { background: url(~/images/bg-image.jpg) !important; background-size: 400px !important; background-attachment: fixed !important; background-position: center !important; background-color: #f5efeb !important; }



/*---------------------------------our story---------------------------*/
.innercontent {margin-top: 210px;}
.innercontent {padding-bottom: 30px;}
.innermaindiv {margin: auto;}
.aboutus {margin-top: -150px;}
.whoweare { position: absolute; width: 450px; background-color: #11202c; border: 8px solid #fff; border-radius: 50%; margin-top: -105px; height: 450px; }
.whowearepad {padding: 55px 15%;}
.whoweare h2 {text-align: center;font-weight: 400;font-size: 38px;color: #fff;}
.aboutus p {color: #fff;}
.ourmascot { background-color: #42000c; margin-left: 300px; }
.ourmascot {color: #fff;}
.ourmascotpad { padding: 20px 20px 20px 0; }
.ourmascot h2 { font-weight: 400; font-size: 38px; color: #fff; }
.aboutus p {color: #fff;}
.idlirocks { float: left; width: 30%; margin-top: 160px; }
.idlirocks h2 { text-align: center; font-size: 40px; }
.founder { float: right; width: 70%; margin-top: 10px; }
.foundername { width: 70%; float: left; }
.foundername h2 {color: #b90123;}
.founderdiv { background-color: #42000c; width: 90%; margin: auto; }
.founderpad {padding: 20px;}
.founderimg { border-radius: 50%; position: absolute; width: 15%; height: 180px; margin-top: -210px; right: 5%; z-index: 10000; }
.founderimg img { text-align: center; max-width: 100%; }
.originbg { background-color: #ba0123; width: 200px; height: 200px; position: absolute; height: 180px; border: 8px solid #fff; border-radius: 50%; z-index: 1; }
.originimg {padding: 70px 0;}
.foundercnt {width: 78%;}
.originbg { background-color: #ba0123; width: 200px; height: 200px; position: absolute; height: 180px; border: 8px solid #fff; border-radius: 50%; z-index: 1; }
.originimg h2 { text-align: center; color: #fff; }
.origincnt { background-color: #42000c; margin-top: 30px; margin-left: 100px; float: right; }
.origincntdiv {margin-left: 130px;}
.origincntpad {padding: 20px 20px 20px 20px;}
.aboutres {display: none;}
@media (max-width: 600px) {
    .col h2{font-size: 30px!important;
    letter-spacing: 2px!important;}
    .aboutres {margin-top: 120px;}
    .innercontent h1 {font-size: 24px;}
    .innercontent p {text-align: center;}
}
@media (max-width: 999px) {
    .aboutres {display: block;}
    .whoweareresbg { background-color: #ed9704; border-radius: 20px; z-index: 1000; position: relative; width: 70%; margin: 0 auto 10px auto; }
    .ourmascotrespad, .whowearerespad { padding: 10px; }
    .aboutres h1, .aboutres p {color: #fff;}
    .ourmascotresbg { background-color: #42000c; }

}
@media (max-width: 450px) {
    .whoweareresbg {width: 100%;}
}
/*------------------milestone----------------------*/
.wrapper {margin: 0 auto;width: 100%;max-width: 1642px;}
.inner-wrapper-padding {padding: 0 80px;}
.about-timeline{background-color:#f3f3f3; padding: 140px 0 125px;}
.timeline-box h6{font-size: 55px; line-height: 1; color: #d21e1e; font-weight: 700; font-family: 'Poppins', sans-serif;background-color: #f3f3f3;position: relative; z-index: 1; display: inline-block; width: auto; padding: 0 10px;margin-top: 0; transform: translate(0,-50%);} 
.timeline-box p{font-size: 18px; line-height: 27px; color: #000000; font-weight: 400;margin-bottom: 26px;font-family: 'Inter', sans-serif;} 
.timeline-box p:last-of-type{margin-bottom:15px;} 
.start-point h4{font-size: 17px; line-height: 23px; color: #ffffff; font-weight: 600;text-transform: uppercase;background-color: #d21e1e;border-radius: 16px;display: block; width: auto; text-align: center; padding: 5px 25px;position: relative;margin-bottom: 45px;font-family: 'Inter',sans-serif;} 
.black-dot{width: 21px;height: 21px;background-color: #000;border-radius: 50%;display: block;margin: 0 auto 62px;z-index: 1;} 
.start-point{position: relative;display: flex; justify-content: center; flex-direction: column; align-items: center} 
.start-point:before{content:'';position: absolute;left: 0;height: 100%;width: 0px;background-color: #aaa;left: 50%;top: 0;transform: translate(-50%,0%);-webkit-transform: translate(-50%,0%);-moz-transform: translate(-50%,0%); border-left: 1px solid #aaa;} 
.timeline-row .horizontal-line {border-top: 1px solid #aaa; width: calc(100% - 150px); margin: 0 auto; position: absolute; top: 0; left: 50%; z-index: 0; transform: translate(-50%,0%); }
.timeline-row .verticle-line { margin: 0; padding: 0; width: 2px; border-right: 1px solid #aaa; height: calc(100% - 150px); position: absolute; top: 0; right: 0; margin: auto 0; bottom: 0; } 
.timeline-row:nth-child(2n+2) .verticle-line { left: 0; right: inherit; } 
.corner { position: absolute; border-right: 1px solid #aaa; width: 76px; height: 76px; right: 0; border-top: 1px solid #aaa; top: 74.9px; border-radius: 0 70px 0 0;top: 0; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } .corner.bottom { bottom: -76px; top: inherit; border-radius: 0; border-top: 0; border-bottom: 1px solid #aaa; border-radius: 0 0 70px 0; right: 0;z-index: 1;bottom: -1px; } 
.timeline-row:nth-child(2n+2) .corner { right: inherit; left: 0; border-left: 1px solid #aaa; border-right: 0; border-radius: 70px 0 0 0; } 
.timeline-row:nth-child(2n+2) .corner.bottom { border-radius: 0 0 0 70px; } 
.timeline-row { display: flex; justify-content:space-around; flex-wrap: wrap; padding-bottom: 0px; position: relative;/*padding: 0 66px 130px;margin-right: 111px;*/ } 
.timeline-row:nth-child(2n+2) { justify-content: space-around;text-align: right; padding:  0 2%; } 
.timeline-row:nth-child(2n+2) { flex-direction: row-reverse; } 
/*.timeline-row:nth-child(2n+2) .timeline-content-txt { text-align: center; }*/
.timeline-box { /*padding: 45px 50px 130px;*/ max-width: 550px;margin-right: 25px; position: relative;} 
.timeline-main{margin-top: 75px;} 
.timeline-row:first-child {margin: 0 0px 0 auto; max-width: 50%; justify-content: space-between; padding: 0 0 0 120px; }
.corner.bl{bottom: 0;left: 0;border-left: 1px solid #aaa; border-bottom: 1px solid #aaa; border-radius: 0 0 0px 100%; border-right: none; border-top: none; height: 76px; width: 76px;} .start-point .corner.bl{left: 50%; bottom: 0px; transform: translateY(100%); top: unset;} 
.timeline-box:before{content: '';position: absolute;left: 0;top: 27.5px;height: 1px;width: 100%;} 
.timeline-box-wrap { padding: 45px 0px 0; position: relative; background: #f3f3f3; /*min-height: 318px;*/padding: 0;margin-bottom: 90px; } 
/*.timeline-row:after{content: ''; position: absolute; left: 50%; top: 74.5px; height: 1px; width: 91%; background-color: #aaa; transform: translateX(-50%);top: 0;} .timeline-row .verticle-line { margin: 0; padding: 0; width: 1px; border-right: 1px solid #aaa; height:calc(100% - 126px); position: absolute; top: calc( 50% + 75px );; right: 0; margin: auto 0; bottom: unset; transform: translateY(-50%);top: 50%; } */
.timeline-row:first-child::after {left: -54px;width: 97%; transform: none; } 
/*.timeline-row:first-child .timeline-box:last-child{margin-right: 5%;} */
.timeline-content { padding: 10px 10px 0;} 
.timeline-content-txt { padding: 10px 0 0 0; } 
.timeline-box.img-right .timeline-content,.timeline-box.img-left .timeline-content{display: flex; align-items: flex-start;} 
.timeline-box.img-right .timeline-content img{margin-left: 18px;} 
.timeline-box.img-left .timeline-content img{margin-right: 18px;} 
.timeline-box.img-left .timeline-content{flex-direction: row-reverse;} 
.timeline-row:first-child .timeline-box:first-child img{filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));display: block;margin: 0;} 
.timeline-box-wrap .timeline-content img {filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));-webkit-filter: drop-shadow(0 0 27px rgba(0,0,0,0.16));z-index: 2;position: relative;} 
.timeline-row:last-child .corner.bottom{display: none;} 
.timeline-row:nth-child(2n+1) .timeline-box:last-child .timeline-box-wrap{text-align: center;}
.start-point.end-point:before{display: none;}
.start-point.end-point{ position: absolute; bottom: 0; right: 0%; transform: translateX(50%); }
.timeline-row:nth-child(2n+2) .start-point.end-point{left: 0;transform: translateX(-50%);right: unset;}
.timeline-box.img-right .timeline-content-txt {text-align: right;}
.timeline-box.img-left .timeline-content-txt {text-align: left;}
.timeline-box.img-left, .timeline-box.img-right {text-align: center;}
.timeline-row:first-child .timeline-box::after {left: auto; right: 0; -webkit-transform: translate(100%,-50%) rotate(0deg); transform: translate(100%,-50%) rotate(0deg);}
.timeline-row:first-child .timeline-box:first-child {width: 36%;}
.timeline-row .timeline-box:nth-child(3)::after {display: none;}
.timeline-row:last-child .verticle-line::after {display: none;}
.timeline-row:first-child .timeline-box:nth-child(2)::after {display: none;}
.timeline-content-img .timeline-content {position: relative;}
/*==============Responsive==============*/
@media screen and (max-width: 1800px) {
.timeline-box {max-width: 460px;}
.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 220px; max-height: 230px;}
.timeline-box-wrap .timeline-content img {max-width: 100%;}
}

@media screen and (max-width: 1600px){
    .timeline-row:first-child .timeline-box:first-child {width: 38%;}
	.timeline-box {max-width: 380px;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 190px;}
	.timeline-box h6 {font-size: 50px;}
	.about-timeline {padding: 120px 0 100px;}
	.timeline-box p {font-size: 16px;}
}

@media screen and (max-width: 1440px) {
    .about-timeline {padding: 100px 0 80px;}
	.start-point h4 {font-size: 15px; letter-spacing: 0;}
	.timeline-box h6 {font-size: 40px;}
	.timeline-row:first-child .timeline-box:first-child {width: 45%;}
	.timeline-box p {font-size: 15px; line-height: 1.4;}
	.timeline-box {max-width: 300px;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 140px; max-height: 200px;}
	.timeline-box-wrap .timeline-content img {max-width: 100%;}
	.timeline-row:first-child .timeline-box:nth-child(2) {width: 150px;}
}


@media screen and (max-width: 1199px) {
    .about-timeline {padding: 90px 0 60px;}
	.timeline-box h6 {font-size: 34px;}
	.timeline-box {max-width: 240px;}
	.timeline-row:first-child {padding: 0 0 0 60px;}
	.timeline-row:first-child .timeline-box:first-child {width: 42%;}
	.timeline-box.img-right .timeline-content, .timeline-box.img-left .timeline-content {flex-wrap: wrap;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 180px; max-height: 200px;}
	.top-timeline-arrow.timeline-content-img .timeline-content::after {right: 0;}
	.img-right.timeline-content-img .timeline-content::after {top: -20px; right: -45px;}
.timeline-box.img-right .timeline-content-txt {width: 90%;}
}

@media screen and (max-width: 1024px) {
.corner {display: none;}
	.timeline-row .horizontal-line {display: none;}
	.timeline-row:first-child {max-width: 100%; padding: 0;}
	.timeline-main {margin-top: 0;}
	.timeline-row .verticle-line {right: 50%; transform: translate(50%,0); height: calc(100% - 0px);}
	.timeline-row:nth-child(2n+2) .verticle-line {left: auto; right: 50%;}
	.verticle-line::after {display: none;}
    .timeline-row .timeline-box {width: 100%; max-width: 100%; margin: 0;}
	.timeline-row:first-child .timeline-box:first-child {width: 100%; margin: 0;}
	.timeline-row:first-child .timeline-box:nth-child(2) {width: 100%;}
	.timeline-box p br {display: none;}
	.timeline-box h6 {transform: translate(0,-0%); padding: 0;}
	.timeline-content {padding: 0;}
	.timeline-box.img-right .timeline-content-txt {width: 100%;}
	.start-point.end-point {right: 50%;}
	.start-point h4 {margin-bottom: 0;}
	.about-timeline {padding: 80px 0;}
	.timeline-box::after {-webkit-transform: translate(-100%,100%) rotate(180deg); transform: translate(-100%,100%) rotate(180deg); right: 50%; top: 20px; left: 50%;}
    .timeline-box-wrap {width: 50%; text-align: right; padding: 0 30px 0 0; margin: 40px 0 0 0;}
	.timeline-row .timeline-box img {margin: 0 0 0 auto;}
	.timeline-row:first-child .timeline-box:nth-child(2)::after {display: block;}
	.timeline-row:first-child .timeline-box:first-child img {margin: 0 0 0 auto;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {margin: 0 0 0 auto;}
	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 40px 0 0 auto; padding: 0 0 0 30px; text-align: left;}
    .timeline-row:nth-child(2n+1) .timeline-box::after {left: auto; right: 50%; -webkit-transform: translate(0%,100%) rotate(180deg); transform: translate(0%,100%) rotate(180deg); top: 20px;}
	.timeline-row .timeline-box:nth-child(2n)::after {transform: translate(100%,100%) rotate(0deg); -webkit-transform: translate(100%,100%) rotate(0deg); right: 50%; left: auto;}
	.timeline-row .timeline-box:nth-child(3)::after {display: block;}
	.timeline-box.img-left .timeline-content-txt {text-align: right;}
	.timeline-row:last-child {padding-bottom: 70px;}
}

@media screen and (max-width: 640px) {
    .about-timeline {padding: 50px 0;}
	.timeline-box h6 {font-size: 27px;}
	.timeline-box p {font-size: 14px; line-height: 1.4;}
	.timeline-box-wrap {margin: 30px 0 0 0;}
	.timeline-row .timeline-box:nth-child(2n) .timeline-box-wrap {margin: 30px 0 0 auto;}
	.timeline-box::after, .timeline-row:nth-child(2n+1) .timeline-box::after {top: 6px;}
	.timeline-box-wrap .timeline-content img {max-width: 100%;}
	.timeline-box.img-right .timeline-content img, .timeline-box.img-left .timeline-content img {max-width: 100%; max-height: unset;}
}



/*---------------------customer stories page----------------*/
.testimonials{margin:20px auto 100px;display:grid;grid-template-columns: repeat(auto-fit,minmax(350px, 1fr));grid-gap:20px;}
.testimonials .card{position:relative;width:350px;margin:0 auto;background:#11202c;padding:20px;box-sizing: border-box;text-align:center;box-shadow:0 10px 40px rgba(0,0,0,.5);overflow: hidden;}
.testimonials .card .layer{position: absolute;top: calc(100% - 3px);width:100%;height:100%;left:0;background:linear-gradient(#e4d4af,#f1b32375);z-index:1;transition:0.5s;}
.testimonials .card:hover .layer{top:0;}
.testimonials .card .content{position:relative;z-index:2;}
.testimonials .card .content p{font-size:14px;line-height:24px;color:#FFF;}
.testimonials .card .content .image{width:100px;height:100px;margin: 0 auto;border-radius:50%;overflow:hidden;box-shadow: 0 10px 20px rgba{0,0,0,.2};}
.testimonials .card .content .details h2{font-size:15px;color:#fff;}
.testimonials .card .content .details h2 span{color:#b4b4a7;font-size:12px;transtion:0.5s;}
.testimonials .card:hover .content .details h2 span{color:#fff;}
.testimonial-scroll{overflow: auto;height: 125px;}


/*---------------Photo Gallery-----------------*/
.gallery-row{margin-left:15px; margin-right:15px}
.gallery-row > div { margin-bottom: 10px; padding-bottom: 10px; }
.gallery-row > div { margin-bottom: 20px; }
div#bindgallery .col-lg-4 { max-width: 25%; }
img.img-cl-heh.item-imgg {width: 100%;  transition: all 0.3s ease 0s;border: 1px solid #11202c;border-radius: 4px;}
img.img-cl-heh.item-imgg:hover {opacity: 0.8;outline: #fff solid 2px;outline-offset: -10px;}
.imgilink a:first-child span { line-height: initial; padding: 10px 0 0;color: #11202c; }
.aftervhover h4 { width: 235px; background-color: rgba(0, 0, 0, 0.5); font-size: 15px; position: absolute; color: #fff; text-transform: capitalize; position: absolute; top: 42%; left: 0; right: 0; margin: 0 auto; text-align: center; opacity: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 6px; }
.p-rr:hover .aftervhover h4 {opacity: 1;}

.entry-content .col-lg-12.m-t17 { width: 100%; }
.entry-content .col-lg-12.m-t17 .col-lg-4 { max-width: 25%; float: left; margin-bottom: 20px; }
div#bindgallery .col-lg-4 {max-width: 25%;}
img.img-cl-hehtt {width: 100%;}
@media (max-width: 767px) {
    div#bindgallery .col-lg-4 {max-width: 100% !important;padding: 0;}
}

/*--------------------milestone-----------------*/
.timeline ul li {list-style-type: none;position: relative;width: 6px;margin: 0 auto;padding-top: 50px;background: #11202c;}
.timeline ul li::after {content: "";position: absolute;left: 50%;bottom: 0;transform: translateX(-50%) rotate(45deg);width: 20px;height: 20px;z-index: 2;background: #11202c;}
.timeline ul li div {position: relative;bottom: 0;width: 400px;padding: 20px;background: #fff;box-shadow: 4px 13px 30px 1px rgba(80, 100, 0, 0.2);border-radius: 5px;display: flex;align-items: center;}
.timeline ul li div time {position: absolute;background: #11202c;color:#fff;width: 80px;height: 30px;top: -15px;border-radius: 5px;display: flex;justify-content: center;align-items: center;letter-spacing: 2px;}
.timeline ul li div div {height: 100px;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.timeline ul li div div p {text-align: center;}
.timeline ul li div .discovery {margin-right: 10px;}
.timeline ul li:nth-of-type(odd) > div {left: 45px;}
.timeline ul li:nth-of-type(even) > div {left: -439px;}
.timeline ul li div {visibility: hidden;opacity: 0;transition: all 0.5s ease-in-out;}
.timeline ul li:nth-of-type(odd) div {transform: translate3d(100px, -10px, 0) rotate(10deg);}
.timeline ul li:nth-of-type(even) div {transform: translate3d(-100px, -10px, 0) rotate(10deg);}
.timeline ul li.in-view div {transform: none;visibility: visible;opacity: 1;}
.timeline ul li.in-view div  h1{font-size: 27px}
@media screen and (max-width: 900px) {
  .timeline ul li div {width: 250px;flex-direction: column;}
  .timeline ul li div div {width: 80%;margin: 10px;}
  .timeline ul li:nth-of-type(even) > div {left: -289px;}
}
@media screen and (max-width: 600px) {

  .timeline ul li {margin-left: 20px;}
  .timeline ul li div {width: calc(100vw - 91px);}
  .timeline ul li:nth-of-type(even) > div {left: 45px;}
}

/*-----------------------wedding------------------*/
 .heading-component {padding-bottom: 22px;position: relative;}
 .heading-component h1, .heading-component h2 {font-size: 2.5em; font-style: italic; font-weight: 400; line-height: 100%; margin-bottom: 10px; }
 .heading-component p { font-size: 15px; max-width: 100%; }
 .venue-details:last-child {margin-bottom: 40px;}
 .image-and-description-with-legend-attributes-option-3 { }
 .image-and-description-with-legend-attributes-option-3 .img-col { float: left;  position: relative;}
 .venue-details .img-col { float: left; position: relative;  }
 .venue-details .img-col>img { max-width: 100%; vertical-align: middle; width: 100%; }
 .image-and-description-with-legend-attributes-option-3 .description-col { float: left;  padding-top: 15px; }
 .venue-details p:first-child { margin-top: -4px; }
 .custom-col-padding {padding: 200px 0 150px 0!important;}
 .bkg-img5 { background-image: url(../../images/wedding-bg.jpg); }
 .custom-img-background { background-repeat: no-repeat; background-size: cover; padding-top: 100px; background-attachment: fixed; background-position: center !important; }
 .page-content.dark h2, .custom-background.dark h2, .page-content.dark h3, .custom-background.dark h3 { color: #fff; }
 .custom-heading.style-1 h2 span {font-size: 50px;}


 /*---------------------kittyparty------------------*/
 .mainland-china-cntr {padding: 80px 0 80px;}
 .com-flot {position: relative;top: -200px;}
 .mainland-china-inner-cntr { background: #f8f8f8; padding: 50px; }
 .mainland-china-img { float: left; width: 50%; position: relative;  }
 .mainland-china-img img.mainland-china-menu-logo { position: absolute; top: 170px; right: -35px; }
 .mainland-china-writeup { float: left; width: 50%; padding: 20px 30px 0px 80px; position: relative; }
 .mainland-china-writeup h2 {  font-size: 40px; color: #3a3d40; }
 .mainland-china-writeup h1 {  font-size: 55px; color: #3a3d40; padding-bottom: 20px; }
 .mainland-china-writeup p { font-size: 14px; line-height: 28px; padding-bottom: 20px; }
 .our-clients-banner .slideContent {height: 90vh;}
 .slideContent .container { position: relative; height: inherit; }
 .dis-table { display: table; width: 100%; height: 100%; }
 .dis-tablecell { display: table-cell; vertical-align: middle; height: 100%; width: 100%; }
 .our-clients-banner .banner-txt { top: 40%; right: 0%; left: auto; width: 250px; position: absolute;transform: translateY(-50%); text-align: left;}
 .our-clients-banner .banner-txt h3 { color: #f37f00; position: relative;}
 .our-clients-banner .banner-txt .more-details { padding-top: 0px; padding-left: 0px; margin-top: 10px; line-height: 28px; color: #63747f; }
 .our-clients-banner .banner-txt .more-details span.more-details-tab2 { padding-left: 0px; line-height: 24px; color: #fff; }
 .our-clients-banner .banner-1:before { content: ""; width: 34%; height: 100%; background: rgba(0, 0, 0, 0.63); position: absolute; top: 0; right: 0; }

@media screen and (min-width: 0) and (max-width: 1024px) {
   .mainland-china-img { float: left; width: 100%; position: relative; margin-bottom: 0px; }
   .mainland-china-img img.mainland-china-menu-logo { position: absolute; top: 170px; right: -20px; width: 100px; }
   .mainland-china-writeup { float: left; width: 100%; padding: 20px 0; }
   .mainland-china-writeup h2 {font-size: 26px;}
   .mainland-china-writeup h1 { font-size: 36px; padding-bottom: 10px; }
   .mainland-china-writeup p {line-height: 24px;}
   .our-clients-banner .slideContent {height: 70vh;}
   .our-clients-banner .banner-txt {top: 0%;}
   .banner-txt h3 {font-size: 36px;}
   .our-clients-banner .banner-1:before { width: 100%; background: rgba(0, 0, 0, 0.63); }
   .slick-initialized .slick-slide {width: 360px!important;}
}
/*-------------------kitty--------------*/
@media (max-width:1024px){
    /*.kittyimg{width:100%!important;}*/
    .slick-track{width:100%!important;}
    .mainland-china-img img{width:100%;}
}
@media (min-width: 0) and (max-width: 1024px) {
    .our-clients-banner .banner-1:before {
        width: 100%;
        background: rgba(0, 0, 0, 0.63);
    }
    .slick-initialized .slick-slide {
    width: 100%!important;
}
    .our-clients-banner .banner-txt {
    top: 50%;
    left:2%!important;
}
    .banner-txt h3 {
    font-size: 36px;
}
    .banner-txt {
    position: relative;
    left: 0%!important;
    top: 0%;
    transform: translateY(0%);
    text-align: left;
}
    .mainland-china-cntr {
    padding: 40px 0 40px!important;
}
    .slider-row.banner-1.slick-slide.slick-current.slick-active {
        background-size:cover!important;
        background-position:center center!important;
}
}
@media (max-width:600px){
    .our-clients-banner .banner-txt {
    top: 50%;
    left: 5%!important;
}
    .mainland-china-cntr {
    padding: 15px 0 15px!important;
}
    .slideContent{margin-bottom:15px!important;}
}
/*-----------------------------core value-------------------------------------*/
   .our-values-authenticity-cntr {
    padding: 100px 0px;
}
    .our-values-authenticity-info {
    box-shadow: 0px 14px 78px rgb(111 110 113 / 74%);
    padding: 100px 150px;
}
    .our-values-authenticity-info h1 {
    color: #3a3d40;
    font-size: 34px;
    float: left;
    width: 44%;
    border-right: 1px solid #b5b5b5;
    padding: 47px 0;
}
    .our-values-authenticity-info h1 span {
    font-size: 60px;
    display: block;
}
    .our-values-authenticity-info h1 {
    color: #3a3d40;
    font-size: 34px;
    float: left;
    width: 44%;
    border-right: 1px solid #b5b5b5;
    padding: 47px 0;
}
    .clear {
    clear: both;
}
    .our-values-authenticity-info p {
    color: #4b4d50;
    font-size: 18px;
    line-height: 24px;
    width: 52%;
    float: left;
    padding: 29px 0px 29px 120px;
}
    .our-values-list-cntr {
    padding-bottom: 100px;
}
    .our-values-list-wrapper {
    position: relative;
}
    .our-values-list-writeup {
    width: 700px;
    height: 480px;
    position: absolute;
    top: calc(50% - 240px);
    left: 40%;
    background: #fff;
    padding: 80px 50px;
    box-shadow: 0px 14px 78px rgb(111 110 113 / 74%);
}
    .our-values-list-bullet {
    width: 50%;
    float: left;
    position: relative;
}
    .our-values-list-bullet:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #dadde0;
    position: absolute;
    top: 0px;
    right: 26px;
    z-index: 9999;
}
    .our-values-list-bullet ul li {
    margin-bottom: 60px;
    position: relative;
    padding-left: 30px;
}
    .our-values-list-bullet ul li.active:before {
    content: "\f111";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 20px;
    vertical-align: middle;
    height: 20px;
    width: 20px;
    display: inline-block;
    color: transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    background-color: #ea9d24;
    border: #ea9d24 solid 2px;
}
.our-values-list-bullet ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    color: transparent;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    border: #adadad solid 2px;
}
.our-values-list-bullet ul li.active a {
    color: #e49710;
}
.our-values-list-bullet ul li a {
    color: #797c80;
    font-size: 16px;
}
.our-values-list-bullet ul li:after {
    content: "";
    width: 1px;
    height: 44px;
    background: #c2c7cc;
    position: absolute;
    top: 24px;
    left: 8px;
    z-index: 9999;
}
.our-values-list-bullet ul li {
    margin-bottom: 60px;
    position: relative;
    padding-left: 30px;
}
.our-values-list-bullet ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    color: transparent;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    border: #adadad solid 2px;
}
.our-values-list-bullet ul li:hover a {
    color: #e49710;
}
.our-values-list-bullet ul li:hover:before {
    background-color: #ea9d24;
    border: #ea9d24 solid 2px;
}
.our-values-list-bullet ul li:before {
    content: "\f111";
    font-family: 'FontAwesome';
    height: 20px;
    width: 20px;
    color: transparent;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    border: #adadad solid 2px;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-word-break: keep-all;
    -moz-word-break: keep-all;
    word-wrap: break-word;
}
.our-values-list-bullet ul li:after {
    content: "";
    width: 1px;
    height: 44px;
    background: #c2c7cc;
    position: absolute;
    top: 24px;
    left: 8px;
    z-index: 9999;
}
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -ms-word-break: keep-all;
    word-break: keep-all;
    -webkit-word-break: keep-all;
    -moz-word-break: keep-all;
    word-wrap: break-word;
}
.core_value_ul{list-style:none;}
.our-values-list-detail {
    float: left;
    width: 45%;
    margin-left: 5%;
}
.our-values-list-detail h2 {
    color: #3a3d40;
    font-size: 16px;
    padding-bottom: 10px;
}
.our-values-list-detail p {
    color: #3a3d40;
    font-size: 13px;
    line-height: 22px;
   
}
.our-values-list-bullet ul li a {
    text-decoration:none!important;
    color: #797c80;
    font-size: 16px;
    
}
a {
    color: #212121;
    text-decoration: none;
    outline: none;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.bottom-circle-slider {
    background: #b1b7bc;
}
.bottom-slider-cntr {
    padding: 100px 0;
    position: relative;
}
.bottom-slider-cntr ul li {
    display: block;
    width: 14%;
    float: left;
    text-align: center;
}
.bottom-slider-cntr ul li img {
    display: block;
    margin: 0 auto;
    width: 130px;
}
.bottom-slider-cntr ul li p {
    color: #4d5b68;
}
.bottom-slider-cntr ul li p {
    color: #343434;
    margin-top: 15px;
    font-size: 16px;
  
}
@media (max-width:1024px) {
    .our-values-list-writeup {
        width: 590px!important;
    }
    .our-values-authenticity-info {
    padding: 50px 30px;
}
    .our-values-authenticity-info h1 {
    font-size: 34px;
    width: 100%;
    border-right: 0px;
    border-bottom: 1px solid #b5b5b5;
    padding: 30px 0;
}
    .our-values-authenticity-info h1 span {
    font-size: 48px;
}
    .our-values-authenticity-info p {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
    padding: 30px 0px;
}
   
}
@media (max-width:991px){
     .our-values-list-writeup {
    width: 100%;
    height: auto;
    position: static;
    padding: 50px 30px;
    display: inline-block;
}
    .our-values-list-bullet {
    width: 100%;
    position: relative;
}
    .our-values-list-bullet:before {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: -40px;
    right: 0;
}
    .our-values-list-bullet ul li {
    margin-bottom: 40px;
}
    .our-values-list-bullet ul li:after {
    height: 22px;
}
    .our-values-list-detail {
    float: left;
    width: 90%;
    margin-left: 5%;
}
    .our-values-list-detail {
    width: 100%;
    margin-left: 0;
    margin-top: 80px;
}
    .our-values-list-writeup.wow.fadeInRight.animated {
    margin-top: 30px;
}
    .our-values-list-writeup {
    width: 100%!important;
}
    .bottom-circle-slider .container {
    max-width: 96%;
}
    .bottom-slider-cntr {
    padding: 60px 0 40px;
}
    .bottom-slider-cntr ul li {
    width: 48%;
    margin-bottom: 30px;
}
    img.corevalueimg {
    width: 100%;
}
}
@media (max-width:600px){
    img.corevalueimg{
        width:100%!important;
    }
}
/*---------------------------end core value---------------------------------------------*/


/*-----------------birthday/anniversay-------------------*/
.et_pb_section { position: relative; background-color: #fff; }
.et_pb_row { position: relative; margin: auto; }
.et_pb_column { float: left; position: relative; z-index: 9; background-position: center; background-size: cover; }
.et_pb_image .et_pb_image_wrap { display: inline-block; position: relative; max-width: 100%; }
.et_pb_image img {position: relative;width:400px}
@media (min-width: 981px) {
    .et_pb_section {padding: 4% 0;}
    .et_pb_row {padding: 2% 0;}
    .et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column { margin-right: 5.5%; }
    .et_pb_gutters3 .et_pb_column_2_5, .et_pb_gutters3.et_pb_row .et_pb_column_2_5 {width: 36.7%;}
    .et_pb_gutters3 .et_pb_column_3_5, .et_pb_gutters3.et_pb_row .et_pb_column_3_5 { width: 57.8%; }
}

#section-id-1609746342788 { padding-top: 50px; padding-right: 0px; padding-bottom: 50px; padding-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; background-color: #11202c; box-shadow: 0 0 0 0 #ffffff; }
#sp-page-builder .page-content .sppb-section, #sp-page-builder .sppb-section, .mod-sppagebuilder .sppb-section { z-index: 1; position: relative; }
#column-id-1609746342785 {box-shadow: 0 0 0 0 #fff;}
.sppb-column { width: 100%; height: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.sppb-column, .sppb-column-addons { position: relative; z-index: 1; width: 100%; }
#sppb-addon-wrapper-1609746342791 { margin: 0px 0px 30px 0px;}
#sppb-addon-1609746342791 { color: #ffffff; box-shadow: 0 0 0 0 #ffffff; }
.sppb-text-center {text-align: center;}
#sppb-addon-1609746342791 .sppb-img-container {display: block;}
.sppb-text-center .sppb-img-responsive{display: inline-block;}
.sppb-addon-title { color: #ffffff; font-size: 16px; line-height: 22px; letter-spacing: ; }
.sp-pagebuilder-section-inner .sppb-row, .sppb-container-inner, .sppb-row-container {position: relative;z-index: 3;}
#column-id-1609746342786 {box-shadow: 0 0 0 0 #fff;}
#sppb-addon-wrapper-1609746342794 { margin: 0px 0px 30px 0px; }
#sppb-addon-1609746342794 { color: #ffffff; box-shadow: 0 0 0 0 #ffffff; }
#sppb-addon-1609746342794 .sppb-img-container {display: block;}
#column-id-1609746342787 {box-shadow: 0 0 0 0 #fff;}
#sppb-addon-wrapper-1609746342797 {margin: 0px 0px 30px 0px;}
#sppb-addon-1609746342797 .sppb-img-container {display: block;}
.sppb-addon-text p{color:white}
.zn_section.eluid254f4fe1 { background-color: #ffffff; }
.znColumnElement-innerWrapper {width: 100%;}
.znColumnElement-innerContent {width: 100%;}
.eluid8f7a2816 {padding-top: 0px;padding-bottom: 35px; margin-top: 50px;}
.eluid8f7a2816 .tbk__title {margin-bottom: 10px;}
.element-scheme--light {color: #535353;}
#eluida8a66d57 .grid-ibx__item { height: 399px; }
.grid-ibx__item { float: left; text-align: center; padding-left: 20px; padding-right: 20px; position: relative; -webkit-backface-visibility: hidden; height: 200px; }
#eluida8a66d57 .grid-ibx__item-0 { background-repeat: no-repeat; background-position: center center; background-attachment: scroll; }
#eluida8a66d57 .grid-ibx__item-0 {background-color: #ffffff;}
.grid-ibx__item-inner { position: relative; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.grid-ibx__title-wrp, .grid-ibx__icon-wrp, .grid-ibx__desc-wrp {margin-top: 0;margin-bottom: 20px;}
#eluida8a66d57 .grid-ibx__title {font-size: 20px; line-height: 30px; font-weight: 700; font-style: normal; }
.grid-ibx__title-wrp, .grid-ibx__icon-wrp, .grid-ibx__desc-wrp { margin-top: 0; margin-bottom: 20px; }
.grid-ibx__icon { font-size: 60px; line-height: 1; -webkit-transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); transition: color .2s cubic-bezier(0.215, 0.610, 0.355, 1.000); }
.grid-ibx--theme-light .grid-ibx__icon {color: #343434;}
#eluida8a66d57 .grid-ibx__item-0:hover { background-repeat: no-repeat; background-position: center center; background-attachment: scroll; }
.grid-ibx--cols-5 .grid-ibx__item {width: 20%;}
.grid-ibx--style-lined-center, .grid-ibx--style-lined-center .grid-ibx__item { border-color: rgba(0,0,0,0.1); border-style: solid; }
.grid-ibx--style-lined-center .grid-ibx__item { border-width: 0 1px 1px 0; }
.grid-ibx--style-lined-center {border: 0;}
.grid-ibx--style-lined-center.grid-ibx--cols-1 .grid-ibx__item:nth-child(1n), .grid-ibx--style-lined-center.grid-ibx--cols-2 .grid-ibx__item:nth-child(2n), .grid-ibx--style-lined-center.grid-ibx--cols-3 .grid-ibx__item:nth-child(3n), .grid-ibx--style-lined-center.grid-ibx--cols-4 .grid-ibx__item:nth-child(4n), .grid-ibx--style-lined-center.grid-ibx--cols-5 .grid-ibx__item:nth-child(5n) { border-right-width: 0; }

/*---------------------------testimonials---------------------------*/
.testim {
		width: 100%;
		/*position: absolute;
		top: 50%;*/
		/*-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);*/
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: none;
    position: absolute;
    color: #eee;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}
    

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 2;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    

.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color:white;
    font-size: 1.2;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.2em;
    color: #eee;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
	body {
		font-size: 14px;
	}
}

@media all and (max-width: 500px) {
	.testim .arrow {
		font-size: 1.5em;
	}
	
	.testim .cont div p {
		line-height: 25px;
	}

}


/*--------------------our-restaurant----------------*/
.widget-area-tenth { background: transparent url(https://6ballygungeplace.in/wp-content/themes/gp6bp/images/location-bg.jpg) repeat top center; background-size: cover; padding: 10px 0; text-align: center; }
.widget-area-tenth .widget-title { color: #c74a34; padding-bottom: 40px; font-size: 4rem; font-weight: 400; padding-left: 30px;    padding-top: 30px;}
.widget-area-tenth .logos img {max-width: 150px;}
.widget-area-tenth h2 { font-size: 18px; font-weight: 800; padding-top: 30px; color: #000; }
.widget-area-tenth h4 { text-transform: uppercase; font-size: 14px; color: #000; font-weight: 600; padding-top: 5px; }

section#our-story .first-section-wrapper {
   margin: 0;
}
.file-placeholder label:before {
    background-color: #75797d!important;
}
.file-placeholder .file-browse .browse {
    background-color: #75797d!important;
}
.navbar-brand {padding: 8px 15px!important;}
.navbar-header {
    background: #12202d!important;
    height: 75px;
    border: none!important;
}
div#bs-example-navbar-collapse-6 {
    background: #12202d;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: transparent;
}
.a1 a{color:#fff!important;text-transform:uppercase;}
.navbar-default .navbar-toggle {
    border-color: transparent!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent!important;
}
a.navbar-brand {
    margin-left: 30%!important;
}
.d-none{display:none;}
.navbar-fixed-bottom, .navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
     border-color:transparent!important; 
}
@media (max-width:600px){
    .m-show{display:contents!important;}
    article.content-panel.match-half {
    height: 270px!important;  
}
    .content-panel .wrapper .content-wrapper {
    padding-top: 25px!important;
}
    .content-panel .wrapper .content-wrapper .heading-wrapper h2 {       
        font-size: 28px!important;    
        letter-spacing: 2px!important;
    }
}
@media (max-width:991px) and (min-width:768px){
    .banner {
    margin-top: 10%!important;
}
    ul#myTab {
    display: inline-table;
}
    .nav-tabs > li > a {
        margin-right: 0px;
        border-radius:0;
    }
     li.nav-item {
    width: 32%;
    border: 1px solid #811910;
    margin: 3px;
}
    .page_title h1::before ,.page_title h1::after {       
        top: 96%!important;
    }
    .menu_content {
    padding-left: 125px!important;
    
}
   
    .d-none-ipad-only{display:none!important;}
    .fordropdown li a{font-size: 10px; padding: 16px 5px;}
    .content-panel .wrapper .content-wrapper .heading-wrapper h2 {
        font-size:20px!important;
    }
    body {
    font-size: 13px;
   
}
    .our_menu {
    padding-top: 0px!important;
}
.mb15{margin-bottom:15px!important;}
}


.animation {
    animation-duration: 1200ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation: blink 1200ms infinite;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

@keyframes blink {
    from {
        color:#ffffff;
    }

    to {
        color: #12202d;
    }
}

@-webkit-keyframes blink {
    from {
        color: #ffffff;
    }

    to {
        color: #12202d;
    }
}
