@import url('https://fonts.googleapis.com/css?family=Jura:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Julius+Sans+One');
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');


.memory-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -20px;
  left: -20px;
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.memory-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -5px;
  left: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


h1.cta-title
{
	font-size: 43px;
}
h1
{
	font-size: 36px;
}
.main-navigation {
  border-bottom: none;
  background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.75) 47%, rgba(0, 0, 0, 0) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #00a261;
    background-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: transparent;
}
.navbar-toggle .navbar-toggler-icon{
  background-image: url(slider-img/menubar.png) !important;
  width: 55px;
  height: 55px;
  display: inline-block;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-image: none;
  background-size: auto;
  background-size: 100% 100%;
  border: 0;
  outline: none;
}
/*.navbar-nav {*/
/*    padding-top: 35px;*/
/*}*/

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus
{
	border-bottom: 2px solid #00a261;
    outline: none;
}
nav.navbar ul.nav.navbar-nav > li > a:hover{
    color: #00a261;
}
.navbar {
	min-height: inherit;
	margin-bottom: 0px;
}
.navbar-header .navbar-brand
{
    padding: 0;
    height: auto;
}
.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 35px;
  color: #fff !important;
  font-weight: 600;
  height: 80px !important;
}
.navbar-brand img {
  width: 60px;
  margin-right: 15px;
  margin-left: 50px;
}
.navbar-brand p img{
  width: 200px;
  margin: 0;
}

nav.navbar ul.nav.navbar-nav > li > a {
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 27px 18px;
}
nav.navbar ul.nav.navbar-nav > li:not(:first-child)::after {
  content: "";
  display: block;
  width: 2px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px;
  background: url("../images/demo-content/country-menu-separator.html") no-repeat;
}
nav.navbar ul.nav.navbar-nav > li:not(:first-child)::after {
  background: url("slider-img/side-image.png") no-repeat;
}
.fixed-header {
  background-color: rgba(153, 44, 134, 0.6);
}
.fixed-header .navbar-brand img {
  width: 60px;
  margin-left: 50px;
  transition: width 1.2s;
}
.fixed-header .navbar-brand p img{
  width: 200px;
  margin: 0;
}
.fixed-header nav.navbar ul.nav.navbar-nav > li > a:hover{
  color: #00a261;
}
.fixed-header .navbar-default .navbar-nav > .active > a {
    color: #fff;
}
/*slider css*/
.slider-sec
{
	position:relative;
	
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }

.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }

.callbacks img {
  display: block;
  position: relative;
  z-index: 1;
  /* height: auto; */
  height: 100vh;
  width: 100%;
  border: 0;
  }
  .overlay-sli {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background-color: rgba(153, 44, 134, 0.6);
    z-index: 22;
  }
.callbacks .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }

.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 99;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
 background: transparent url("slider-img/arrows-button.png") no-repeat left top;
  margin-top: -45px;
  }

.callbacks_nav:active {
  opacity: 1.0;
  }

.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

  .slider-sec .rslides .img-caption {
    height: auto;
    padding-top: 5%;
    position: absolute;
    top: 10%;
    width: 100%;
    z-index: 99999;
    display: block;
    text-align: center;
    outline: none;
  }
.slider-sec .rslides .img-caption .caption-inner h1 {
  position: relative;
  text-align: center;
  color: white;
  letter-spacing: 3px;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  z-index: 10;
  margin: 0;
    margin-bottom: 0px;
  margin-bottom: .5rem;
}
.slider-sec .rslides .img-caption .caption-inner h1:before
{content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #00a261;
    z-index: -1;
    transform: perspective(.5em) rotateX(2deg);
    -moz-transform: perspective(.5em) rotateX(2deg);
    -webkit-transform: perspective(.5em) rotateX(2deg);
    -o-transform: perspective(.5em) rotateX(2deg);
}

.slider-sec .rslides .img-caption .caption-inner h3 {
  display: table;
  left: 0;
  right: 0;
  position: relative;
  text-align: center;
  z-index: 20;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 auto;
    margin-bottom: 0px;
  font-size: 50px;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
}
.slider-sec .rslides .img-caption .caption-inner h3:before
{
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,.8);
    z-index: -1;
    transform: perspective(.5em) rotateX(-2deg);
    -moz-transform: perspective(.5em) rotateX(-2deg);
    -webkit-transform: perspective(.5em) rotateX(-2deg);
    -o-transform: perspective(.5em) rotateX(-2deg);
}
.caption-inner p {
  font-size: 25px;
  color: #fff;
}
.caption-inner p span{
  font-weight: 600;
}
.caption-inner p a{
  color: #fff;
  font-size: 33px;
}
.caption-inner p a:hover {
  color: #c6a9f9;
  text-decoration: none;
}
.contact-bt-h a {
  font-size: 25px !important;
  text-transform: uppercase;
}
.contact-bt-h a:hover{
  text-decoration: underline !important;
}
.inner-btn {
  text-align: center;
  margin-top: 30px;
}
.inner-btn a{
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 4px;
  background: transparent;
  color: #fff;
}
.inner-btn a:hover{
  background: #fff;
  color: #c6a9f9;
  text-decoration: none;
}
@media (max-width:767px){

  .inner-btn {
    text-align: center;
    margin-top: 30px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .inner-btn a {
    display: block;
    margin: 12px 0;
  }
    .slider-sec .rslides .img-caption{
        padding-top: 0;
        top: 25%;
    }
    .slider-sec .rslides .img-caption .caption-inner h1 {
      font-size: 35px;
      letter-spacing: 1px;
    }
    .slider-sec .rslides .img-caption .caption-inner h3 {
      font-size: 25px;
    }
    .caption-inner p a {
      color: #fff;
      font-size: 15px;
      letter-spacing: .05em;
    }
    .caption-inner p {
      font-size: 15px;
      letter-spacing: .05em;
      color: #fff;
    }
    .contact-bt-h a {
      font-size: 15px !important;
      text-transform: uppercase;
    }

}


/*slider css ends*/

/* about us starts */
.section-padding {
  padding: 40px 0px 0;
}
.section-padding.head h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
}
.section-padding.head h2 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 36px;
  color: #000;
  padding: 0 0 15px;
  margin: 0;
}
.pg-titl-bdr-btm {
  width: 100px;
  height: 3px;
  background-color: rgba(153, 44, 134, 0.6);
  margin: 0 auto;
}

.memory-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.memory-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  margin: 50px 0;
  position: relative;
}
.memory-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -5px;
  left: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.memory-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -20px;
  left: -20px;
}
.memory-item .memory-content h2 {
  font-size: 25px;
  color: #000000;
  margin: 10px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 40px;
}
.memory-item .memory-content h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background-color: rgba(153, 44, 134, 0.6);
  bottom: 0;
}
.memory-item .memory-content p {
  font-size: 16px;
  color: #5d5b5b;
  line-height: 26px;
  margin: 0 0 0 0;
}
.memory-item .memory-btn {
  margin-top: 20px;
}
.memory-item .memory-btn .memory-btn-one {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 10px;
  background-color: rgba(153, 44, 134, 0.6);
  font-size: 15px;
  border-radius: 4px;
}
.memory-item .memory-btn i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #00a261;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  margin-left: 5px;
}
.memory-item .memory-btn .memory-btn-one:hover i{
    margin-left: 15px;
  transition: margin-left .5s;
}
.dot-image {
  position: relative;
}
.dot-image img {
  position: absolute;
  top: -245px;
  left: -28px;
}
.memory-image img {
  position: relative;
  left: -100px;
  max-width: 115%;
}
.memory-image{
  position: relative;
}
.memory-image a{
  position: absolute;
  top: 50%;
  left: 40%;
  background: #c3a165;
  border-radius: 50%;
}
.memory-image a i{
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
}



.cstm-memory-section {
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.cstm-memory-item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  padding: 30px 40px;
  position: relative;
  z-index: 1;
  margin: 50px 0;
}
.cstm-memory-item::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -5px;
  right: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cstm-memory-item::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -20px;
  right: -20px;
}
.cstm-memory-item .cstm-memory-content h2 {
  font-size: 25px;
  color: #000000;
  margin: 10px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 40px;
}
.cstm-memory-item .cstm-memory-content h2::before {
  position: absolute;
  content: "";
  height: 3px;
  width: 75px;
  background-color: rgba(153, 44, 134, 0.6);
  bottom: 0;
}
.cstm-memory-item .cstm-memory-content p {
  font-size: 16px;
  color: #3b3b3b;
  line-height: 26px;
  margin: 0 0 0 0;
}
.cstm-memory-item .cstm-memory-btn {
  margin-top: 20px;
}
.cstm-memory-item .cstm-memory-btn .cstm-memory-btn-one {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 10px;
  background-color: rgba(153, 44, 134, 0.6);
  font-size: 15px;
  border-radius: 4px;
}
.cstm-memory-item .cstm-memory-btn i {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  background-color: #00a261;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  border-radius: 30px;
  margin-left: 5px;
}
.cstm-memory-item .cstm-memory-btn .cstm-memory-btn-one:hover i{
    margin-left: 15px;
  transition: margin-left .5s;
}
.cstm-dot-image {
  position: relative;
}
.cstm-dot-image img {
  position: absolute;
  top: -245px;
  right: -28px;
}
.cstm-memory-image img {
  position: relative;
  right: 30px;
  max-width: 120%;
}
.cstm-memory-image{
  position: relative;
}
.cstm-memory-image a{
  position: absolute;
  top: 50%;
  left: 40%;
  background: #c3a165;
  border-radius: 50%;
}
.cstm-memory-image a i{
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
}


.overlay {
  position: absolute;
  bottom: 16px;
  left: -100px;
  right: 0;
  /*background-color: rgba(255,255,255,0.6);*/
  background-color: rgba(153, 44, 134, 0.6);
  overflow: hidden;
  width: 115%;
  height: 100%;
  -webkit-transform: scale(0);
  transition: .3s ease;
  top: 0;
}



.memory-image:hover .overlay {

  transform: scale(1)

}



.text {

  color: #000;

  font-size: 20px;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  text-align: center;
  width: 80%;

}
.text ul {
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.text ul li {
  display: inline-block;
  list-style: none;
  padding: 10px 5px;
  color: #fff;
  font-size: 18px;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
  background-color: rgba(153, 44, 134, 0.6);
  margin: 10px 5px;
  border-radius: 4px;
}


.text a {
  display: block;
  background-color: rgba(153, 44, 134, 0.6);
  color: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  width: 30%;
  border: 1px solid rgba(153, 44, 134, 0.6);
}
.text a:hover{
    background: rgba(0,0,0,0.5);
}
.cstm-memory-image:hover .overlay {

  transform: scale(1)

}
.cstm-memory-image .overlay {
  position: absolute;
  bottom: 16px;
  left: -30px;
  right: 0;
  background-color: rgba(153, 44, 134, 0.6);
  overflow: hidden;
  width: 120%;
  height: 100%;
  -webkit-transform: scale(0);
  transition: .3s ease;
  top: 0;
}




/* about us ends */

/* new footer design css starts */
.cstm-in-fot{
  background: url(../new-images/inner-banner.jpg);
  padding: 50px 0;
  position: relative;
  background-position: center;
  background-repeat: no-repeat, repeat;
  background-size: cover;
}
.cstm-in-fot::before{
  background-color: rgba(153, 44, 134, 0.6);
  opacity: 1;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cstm-in-fot-lg {
  border-right: 1px solid #ccc;
  text-align: center;
}
.cstm-in-fot-lg img{
  width: 70%;
}
.cstm-in-fot-det h4{
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #c6a9f9;
}
.cstm-in-fot-det p{
  color: #fff;
  font-size: 19px;
  text-align: center;
  letter-spacing: 1.5px;
}
.cstm-in-fot-det ul{
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 20px 0;
  padding: 0;
}
.cstm-in-fot-det ul li{
  margin: 0 5px;
}
.cstm-in-fot-det ul li a:hover {
  color: #fff;
}
.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.my-sty{
  display: flex;
  align-items: center;
}
.copyright{
  background: #000;
}
.copy-det p{
  font-size: 15px;
  text-align: center;
  margin: 12px 0;
  color: #6c757d;
}
.copy-det p a{
  color: #6c757d;
}
.copy-det p a:hover {
  color: #c6a9f9;
}
@media (max-width: 767px){
  .my-sty{
    display: block;
    align-items: center;
  }
  .cstm-in-fot-lg {
    border-right: none;
    border-bottom: 1px solid #c6a9f9;
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 25px;
  }
  .cstm-in-fot-lg img {
    width: 60%;
  }
  .cstm-in-fot-det h4 {
    text-align: center;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 600;
    color: #c6a9f9;
    margin-bottom: 20px;
  }
  .cstm-in-fot-det p {
    color: #fff;
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
  }
}
/* new footer design css ends */



.cta-1, .cta2
{
	background-color: #e43c5c;
	padding: 40px 0px;
}
p.cta-sub-title
{
	font-size: 28px;
}
.prop-inner
{
    margin: 0 0 30px;
    overflow: hidden;
}

.prop-img
{
    background: #e43c5c;
    padding: 10px;
    border-radius: 50px 50px 0 0; 
}
.prop-img img
{
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 50px 50px 0 0;
}
.prop-con
{
    padding: 20px;
}

.prop-con h3
{
    font-family: 'Julius Sans One', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 10px;
}
.prop-con p
{
    font-size: 15px;
    line-height: 23px;
}
.prop-con ul
{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.prop-con ul li
{
display: inline-block;
width: 45%;
text-align: center;
border:1px solid #ccbdbd;
padding: 5px;
margin:5px;
}
.prop-con ul li img
{
    width: 35px;
    height: 35px;
}
.prop-con ul li span
{
    display: block; 
    text-align: center;
}

.prop-con a
{
    background: #e43c5c;
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    margin: 10px 5px 0;
    text-decoration: none;
    transition: all 0.5s ease;
}
.prop-con a:hover
{
    background: #2C3E50;
}

.fil-btn
{
	margin-bottom: 30px;
}
.area
{
    background: rgba(153, 44, 134, 0.6) url(../img/area.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 40px 0;
}
.area-head h2
{
    color:#fff;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 36px;

}
.area-head{
  margin-bottom: 40px;
}
.area-head hr
{
    background: #fff;
    border: 0;

}

.filter
{
	background-color: #2C3E50;
	color: #fff;
	padding: 15px 30px;
	border-right: 1px solid #fff;
	display: inline-block;
	position: relative;
}
.filimg
{
	margin-bottom: 30px;
}
.fil-btn .active
{
	background-color: #e43c5c;
}

.img-sec img
{
    width: 100%;
    object-fit: cover;
	background: #fff;
    padding: 10px;
}
#area .img-sec img
{
    height: auto;
    width: 100%;
    object-fit: cover;
}
.team-info {
  border: 1px solid rgba(255, 255, 255, 0.45);
  float: left;
  width: 100%;
  border-radius: 4px;
  margin: 0 0 20px;
  background: rgba(0,0,0,0.5);
}
#area .team-info{
    height: auto;
}
.fig-caption
{
	padding: 15px 15px 0px 15px;
    color:#fff;
    text-align: center;
}
.fig-caption h3 {
  font-size: 25px;
  padding: 0;
  margin: 5px 0 10px;
  font-family: 'Josefin Slab', serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
  border-bottom: 2px dashed rgba(153, 44, 134, 0.6);
  padding-bottom: 5px;
  font-weight: 700;
  text-align: left;
}
#area .fig-caption h3 {
  font-size: 25px;
  max-width: 330px;
}
.fig-caption p {
  font-size: 17px;
  text-align: left;
}
#area .fig-caption p
{
  font-size: 18px;
  padding-top: 10px;
}
.scroll-para {
  height: 200px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #5fa7db #71a671;
  margin-bottom: 20px;
  
}
.scroll-para::-webkit-scrollbar {
width: 7px;
background-color: #5fa7db; /* or add it to the track */
}

.fig-caption a {
  margin: 0;
  display: inline-block;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  background: rgba(153, 44, 134, 0.6);
  font-size: 15px;
  border-radius: 4px;
  text-decoration: none;
  border: 1px solid #333;
}
.fig-caption a:hover{
    background: transparent;
}
.team-social li
{
	display: inline-block;
}
.team-social li
{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.team-social li a
{
	color: #fff;
}
.blue-light{
	background-color: #3498DB;
}
.blue-dark
{
	background-color: #2C3E50;
}
.red
{
	background-color: #E74C3C;
}
.marb-20
{
	margin-bottom: 20px;
}
.wd75
{
	width: 75%;
	float: left;
}
.cta2 a
{
margin-top: 5px;
}
.cta2.book h3
{
    width: 75%;
    font-size: 35px;
    font-weight: 800;
    color:#fff;
    float: left;
   padding: 10px 0 0;
   margin: 0;
}
.fnt-24
{
	font-size: 24px;
}

/* Contact Form */ 
.text-field-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 40px;
    height: 60px;
    line-height: 60px;
    text-align: left;
    color: #666;
    font-size: 14px;
    padding: 0 35px;
    margin-bottom: 30px;
    width: 100%;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
}
.form-sec textarea {
    height: 220px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.button-medium {
    background: #e43c5c;
    border-radius: 40px;
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e43c5c;
    box-shadow: none;
    outline: none;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.footer {
    background-color: #040E18;
}
.footer h3 {
    color: #fff;
    padding-bottom: 10px;
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #3e3d3d;
}
.footer_social ul li {
    margin: 2px;
    display: inline-block;
}
.footer_social ul li a {
    background: #2e3537 none repeat scroll 0 0;
    border: 1px solid #2e3537;
    box-shadow: 0 0 0 7px transparent;
    color: #aaa;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 21px;
    padding: 9px 13px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 40px;
}
.footer-bottom {
    background: #09121B;
    padding: 20px 0;
}
.footer_copyright {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
.footer_copyright a {
    color: #e43c5c;
}
#banner
{
    background: url('../img/banner-bg.html') no-repeat;
    background-size: cover;
    min-height: 500px;
}
.cta2 .btn-default,.cta2 .btn-default:hover,.cta2 .btn-default:focus
{
    padding: 10px 25px;
    background-color: #fff;
    border: 0px;
}

.foot-inner ul
{
padding: 0;
margin:0;
list-style-type: none;
}
.foot-inner ul li
{
padding: 5px 0 5px;
color:#fff;
}
.foot-inner ul li a
{
    color:#fff;
    list-style-type: none;
}
.foot-inner ul li i
{
    color:#fff;
}

.foot-inner ul li img
{
width: 40px;
height: 40px;
margin: 0 10px 0 0;
}
.footer_copyright p
{
    font-size: 13px;
    color:#717070;
}
.footer_copyright p img
{
    width: 100px;
}

.scroll-down-sec
{
position: relative;
    /* text-align: center; */
    width: 100%;
    margin: 0 auto;
}
.scroll-down-sec a.anchorLink
{
position: absolute;
    z-index: 99;
    margin: 580px auto 0;
    text-align: center;
    width: 100%;
}

.scroll-down-sec a.anchorLink i
{
color:#fff;
font-size: 40px;
border:1px solid #e43c5c;
width: 50px;
height: 50px;
border-radius: 50px;
line-height: 50px;
box-shadow: 0px 0px 1px #fff;
-webkit-box-shadow: 0px 0px 1px #fff;
  -moz-box-shadow: 0px 0px 1px #fff;
transition: all 0.5s ease-in-out;
}
.scroll-down-sec a.anchorLink i:hover
/* {
color:#e43c5c;
font-size: 50px;fi
width: 60px;
height: 60px;
line-height: 60px;
-webkit-transform:scale(1.1);
transform:scale(1.1);
} */

.bread-sec
{
 background: #000 url(../img/bread.png) no-repeat;
 background-attachment: fixed;
 height: 300px;
 background-position: top center; 
 text-align: center;
}
.bread-inner {
  position: relative;
  padding: 150px 0 0;
}
.bread-head h1
{
  font-family: 'Jura', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #fff;

}


.property-details-page

{

  background: #eee;

  padding: 30px 0 30px;

}

.property-heading-sec h2

{

  font-size: 36px;
    font-weight: 600;
    margin: 0 0 25px;
    text-align: center;

}
.main-content{
  padding: 0 40px;
}
.main-content .foto-cimg {
  padding: 20px 0;
  margin: 0 0 15px;
  background: #fff;
  border-radius: 4px;
}
.property-gallery {
  padding: 4px;
  overflow: hidden;
  background: rgba(153, 44, 134, 0.6);
  width: 600px;
  float: left;
  margin-right: 25px;
  margin: 0 25px;
}

.prop-icon

{

  background: #fff;

  padding: 15px;

  margin: 0 0 15px;

}

.prop-icon .prop-icon-inner

{

  background: #eee;

  border:1px solid #ddd;

  padding: 15px 0;

}



.prop-icon .prop-icon-inner ul

{

  list-style-type: none;

  padding: 0;

  margin: 0;

  text-align: center;

}

.prop-icon .prop-icon-inner ul li

{

  display: inline-block;  

  width: 22%;

}

.prop-icon .prop-icon-inner ul li span

{

  /* vertical-align: middle; */

display: block;

}

.prop-icon .prop-icon-inner ul li img

{

      width: 50px;

    height: 50px;

    margin: 0 0 10px;

}

.prop-desc {
  padding: 0;
  color: #fff;
  margin: 0 25px;
  height: 500px;
  overflow: hidden;
  /* -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0), #0d1017 15rem); */
}

.prop-desc {
  padding: 0;
  color: #fff;
  margin: 0 25px;
  height: 500px;
  overflow: hidden;
  /* -webkit-mask-image: linear-gradient(to top, rgba(255,255,255,0), #0d1017 15rem); */
}

.foto-cimg.showContent .prop-desc{
    height: auto;
    display: contents;
}
.foto-cimg.showContent .prop-desc p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
  margin: 0 25px 10px;
}
.foto-cimg a {
  border-radius: 4px;
  background: #377d7f;
  border: 1px solid #f5a425;
  display: inline-block;
  padding: 10px 10px;
  color: #fff;
  margin: 10px 25px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
}
.foto-cimg a:hover {
  background: rgba(153, 44, 134, 0.6);
  border: 1px solid #333;
}
.prop-desc h3 {
  font-size: 25px;
  margin: 0 0 10px;
  color: #fff;
  padding: 0 0 10px;
  font-family: 'Jura', sans-serif;
  display: none;
}
.prop-desc h3 span{
    border-bottom: 1px solid;
    padding: 0 0 10px;
}

.prop-desc p

{

  font-size: 18px;

  line-height: 30px;

  margin: 0 0 10px;
  
  color: #333;

}

.home-desc p

{
font-size: 18px;
line-height: 30px;
margin: 0 0 10px;
color: #333;
}

.home-desc h3 {
  font-size: 36px;
  color: #000;
  padding: 0 0 10px;
  font-family: 'Jura', sans-serif;
  font-weight: bold;
}

.room-rates{
  background: #fff;
  padding: 15px;  
  margin: 0 0 15px;
}

.room-rates h2{
  font-size: 20px;
  margin: 0 0 10px;
  color: #000;
  border-bottom: 1px solid #c1c1c1;
  padding: 0 0 10px;
}

.room-rates a{
  color: #000;
}

.room-rates h3{
  background: #eee;

padding: 20px 10px;

border-bottom: 1px solid #ddd;

font-size: 16px;

font-weight: 600;

margin: 0 0 15px;
}

.owner-sec

{

  background: #fff;

  padding: 20px 15px;

  margin: 0 0 15px;

}

.owner-sec h3

{

  font-size: 20px;

    margin: 0 0 10px;

    color: #000;

    border-bottom: 1px solid #c1c1c1;

    padding: 0 0 10px;

}

.owner-pic img

{

  width: 100%;

  height: 100px;

  object-fit: cover;

}

.owner-con h4

{

  font-size: 16px;

  margin:0 0 10px; 

}

.owner-con h5

{

  font-size: 15px;

}

.owner-con p

{

  font-size: 14px;

  margin: 0 0 10px;

}

.owner-con a

{

  display:inline-block;

  color:#fa9b00;

  margin: 0 0 10px;

  font-size:15px;

  text-decoration: none;

}

.rate-sec {
  background: #fff;
  color: #333;
  font-size: 20px;
  text-align: left;
}
.rate-sec a {
  color: #fff;
  font-weight: 700;
  -webkit-transition: .6s;
  transition: .6s;
  padding: 10px;
  background: rgba(153, 44, 134, 0.6);
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #c280b6;
  text-decoration: none;
  font-family: 'Jura', sans-serif;
}
.rate-sec a:hover{
    background: rgba(153, 44, 134, 0.6);
    border: 1px solid #333;
}
#area
{

    background: rgba(153, 44, 134, 0.6) url(../img/area.png) no-repeat;
    background-attachment: scroll;
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    
}
.rate-sec h3
{
  font-size: 30px;
  margin: 0 0 10px;
  color: #000;
  border-bottom: 1px solid;
  padding: 0 0 10px;
  font-family: 'Jura', sans-serif;
}

.responsive-table {

  width: 100%;

  margin-bottom: 1em;

  margin-top: 1em;

  font-family: 'Source Sans Pro', sans-serif;

}

.responsive-table thead {

  position: absolute;

  clip: rect(1px 1px 1px 1px);

  padding: 0;

  border: 0;

  height: 1px;

  width: 1px;

  overflow: hidden;

}



@media (min-width: 44em) {

.responsive-table thead {

  position: relative;

  clip: auto;

  height: auto;

  width: auto;

  overflow: auto;

}

}

.responsive-table thead th {

  background-color: rgb(70, 79, 86);

  border: 1px solid rgb(70, 79, 86);

  font-weight: normal;

  text-align: center;

  color: #fff;

  font-size: 13px;

  font-family: 'Montserrat', sans-serif;

}

.responsive-table thead th:first-of-type {

  text-align: left;

}

.responsive-table tbody, .responsive-table tr, .responsive-table th, .responsive-table td {

  display: block;

  padding: 0;

  text-align: left;

  white-space: normal;

}



@media (min-width: 44em) {

.responsive-table tr {

  display: table-row;

}

}

.responsive-table th, .responsive-table td {

  padding: .5em;

  vertical-align: middle;

}



@media (min-width: 30em) {

.responsive-table th, .responsive-table td {

  padding: .75em .5em;

}

}



@media (min-width: 44em) {

.responsive-table th, .responsive-table td {

  display: table-cell;

  padding: .5em;

}

}



@media (min-width: 62em) {

.responsive-table th, .responsive-table td {

  padding: .75em .5em;

}

}



@media (min-width: 75em) {

.responsive-table th, .responsive-table td {

  padding: .75em;

}

}

.responsive-table caption {

  margin-bottom: 1em;

  font-size: 1em;

  font-weight: bold;

  text-align: center;

}



@media (min-width: 44em) {

.responsive-table caption {

  font-size: 1.5em;

}

}

.responsive-table tfoot {

  font-size: .8em;

  font-style: italic;

}



@media (min-width: 62em) {

.responsive-table tfoot {

  font-size: .9em;

}

}



@media (min-width: 44em) {

.responsive-table tbody {

  display: table-row-group;

}

}

.responsive-table tbody tr {

  margin-bottom: 1em;

  border: 2px solid rgb(70, 79, 86);

}



@media (min-width: 44em) {

.responsive-table tbody tr {

  display: table-row;

  border-width: 1px;

}

}

.responsive-table tbody tr:last-of-type {

  margin-bottom: 0;

}



@media (min-width: 44em) {

.responsive-table tbody tr:nth-of-type(even) {

  background-color: rgba(94, 93, 82, 0.1);

}

}

.responsive-table tbody th[scope="row"] {

  background-color: #fff;

  color: #000;

}



@media (min-width: 44em) {

.responsive-table tbody th[scope="row"] {

     background-color: #fff;

    color: #4e4e4e;

    text-align: left;

    font-size: 14px;

    font-family: 'Montserrat', sans-serif;

    font-weight: 500;

    line-height: 30px;

}

}

.responsive-table tbody td {
  text-align: right;
  color: #333;
  font-weight: 300;
  border-top: 1px solid #333;
  background: #fff;
}



@media (min-width: 30em) {

.responsive-table tbody td {

  border: 1px solid rgb(70, 79, 86);

  color: #000;

  font-weight: 600;

}

}



@media (min-width: 44em) {

.responsive-table tbody td {

  text-align: center;

  color: #333;

  font-weight: 600;

  font-size: 14px;
  
  background-color: #fff;

}

}

.responsive-table tbody td[data-type=currency] {

  text-align: right;

}

.responsive-table tbody td[data-title]:before {

  content: attr(data-title);

  float: left;

  font-size: 1em;

  color: #333;

  font-weight: 600;

}



@media (min-width: 30em) {

.responsive-table tbody td[data-title]:before {

  font-size: .9em;

}

}



@media (min-width: 44em) {

.responsive-table tbody td[data-title]:before {

  content: none;

}

}

.ratesAdditional {

  margin: 30px 0px 0px;

}

.ratesAdditional h3 {

 font-size: 16px;

    color: #717171;

    padding-bottom: 5px;

    text-transform: uppercase;

    margin: 0 0 15px;

    padding: 0 0 10px;

    font-weight: 600;

    border-bottom: 1px solid #fa9b00;

}

.ratesAdditional ul {

  padding: 0px;

  margin: 0px 0 15px;

}

.ratesAdditional p {

  color: #212529;

  font-weight: 500;

  padding: 0;

  margin: 0 0 10px;

  line-height: 25px;

  font-size: 14px;



}

.ratesAdditional ul li {

  padding: 0px 0px;

  list-style: none;

}

.ratesAdditional ul li:last-child {

  border-bottom: none;

}

.ratesAdditional strong {

  width: 300px;

  display: inline-block;

  font-size: 15px;

  color: #f6941f;

  padding: 3px;

  font-weight: 500;

}

.ratesAdditional span {

  display: inline-block;

  color: #000;

  font-weight: 500;

  padding: 5px;

  font-size:13px;



}

.ownerInfo1 h2 {

  font-size: 16px;

  color: #fff;

  border-bottom: 1px solid #fff;

  padding-bottom: 5px;

  text-transform: uppercase;

  margin:0 0 10px;



}

.ownerInfo1 strong {

  padding: 10px 20px;

  border: 1px solid #fff;

  line-height: 20px;

  color: #242424;

  font-size: 14px;

  font-weight: 400;

  display: block;

}

.ownerInfo1 p {

  color: #fff;

  font-weight: 600;

  padding: 0;

  margin: 0 0 10px;

  line-height: 25px;

}

.amenities-sec {
  padding: 20px 15px;
  margin: 0 0 15px;
  background: #fff;
}


.amenities-sec h3

{

    font-size: 30px;
    margin: 0 0 10px;
    color: #000;
    border-bottom: 1px solid;
    padding: 0 0 10px;
    font-family: 'Jura', sans-serif;

}

.amenities-inner h4 {
  color: #fff;
  text-decoration: none;
  transition: all 0.5s ease;
  background: rgba(153, 44, 134, 0.6);
  padding: 10px 10px;
  font-size: 20px;
  font-weight: 600;
  margin: 10px 0;
  font-family: 'Jura', sans-serif;
  border-bottom: 2px solid #333;
}

.amenities-inner ul {
  list-style-type: none;
  padding: 5px 0;
  margin: 5px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.amenities-inner ul li {
  display: inline-block;
  list-style: none;
  padding: 10px;
  color: #333;
  font-size: 17px;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 999px){
    .amenities-inner ul li {
    padding: 5px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }
    .property-gallery {
    padding: 10px;
    overflow: hidden;
    background: rgba(153, 44, 134, 0.6);
    width: 100%;
    float: unset;
    margin: 0 0 20px;
    }
    .prop-desc {
      margin: 0;
    }
    .foto-cimg a {
      margin: 10px 0;
    }
    .main-content .foto-cimg{
        padding: 20px 10px;
    }
    .prop-desc h3 {
      font-size: 22px;
    }
}
.calendar-prop, .map-sec
{

    padding: 20px 15px;
    margin: 0 0 15px;
    background: #fff;

}

.calendar-prop h3, .map-sec h3
{
  font-size: 30px;
  margin: 0 0 10px;
  color: #000;
  border-bottom: 1px solid;
  padding: 0 0 10px;
  font-family: 'Jura', sans-serif;
}

.calendar-prop img

{

  width: 100%;

}

.map-sec iframe

{

  border:0;

  width: 100%;

  height: 300px;

}

.reviews-page

{

    padding: 20px 15px;
    margin: 0 0 15px;
    background: #fff;

}

.reviews-page h3
{
  font-size: 30px;
  margin: 0 0 10px;
  color: #000;
  border-bottom: 1px solid;
  padding: 0 0 10px;
  font-family: 'Jura', sans-serif;
}

.reviews-page h3 span

{

float: right;

}

.reviews-page h3 span a

{

  background: #fa9b00;

    color: #fff;

    padding: 8px 15px;

    border-radius: 20px;

    font-size: 14px;

    margin: 0 0 10px;

    display: inline-block;

}

.review-page-inner {
  margin: 0 0 10px;
  border-bottom: 1px solid #333;
}

.review-img-box{
    text-align: center;
}
.review-page-inner .review-img-box img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
}

.review-page-inner .review-img-box h5 {
  margin: 10px 0;
  font-size: 17px;
  text-align: center;
  color: #000;
}

.review-page-inner .review-con-box h3

{

    border: 0;
    margin: 0 0 10px;
    padding: 10px 0;
    color: #000;
    font-size: 25px;

}

.review-page-inner .review-con-box p {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 10px;
  color: #333;
}

.review-con-box ul

{

  list-style-type: none;

  padding: 0;

  margin: 0;

}

.review-con-box ul li

{

  display: inline-block;

  color:#ffc107;

}

.review-con-box ul li i

{

font-size: 14px;

}

.contact-section.contact-section {
  background: rgba(153, 44, 134, 0.6) url(../img/19.png) no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.form-sec{
    padding: 30px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    margin: 20px;
}

.contact-section .form-sec textarea {
  height: auto;
  width: 100%;
}


.contact-section .form-control{
  border-radius: 0px;
}

.contact-section button{
      background: rgba(153, 44, 134, 0.6);
    color: #fff;
    display: inline-block;
    padding: 8px 10px;
    margin: 10px 15px 0;
    text-decoration: none;
    transition: all 0.5s ease;
    border-color: #fff;
}

.touch {
  background: rgba(0,0,0,0.6);
  color: #fff;
  padding: 20px 0;
  margin: 20px;
  text-align: center;
}

.touch h2 {
  text-align: center;
  font-size: 40px;
  font-family: 'Jura', sans-serif;
}

.touch h3{
    font-size: 30px;
    padding: 25px 0 25px;
    text-align: center;
    font-family: 'Jura', sans-serif;
}

.touch p{
  font-size: 20px;
  font-family: 'Jura', sans-serif;
}


@media (min-width: 350px) and (max-width: 768px){
  .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: none;
}
 .slider-sec {
    position: relative;
    top: 75px;
  }
  .scroll-down-sec a.anchorLink i {
  position: relative;
  bottom: 23pc;
  font-size: 40px;
}
  
  .prop-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 50px 50px 0 0;
  }
  .page-title {
  margin-top: 60px;
}
.cta2.book h3 {
  width: 75%;
  font-size: 35px;
  font-weight: 800;
  color: #fff;
  padding: 10px 15px 0;
  margin-bottom: 10px;
}
.cta2 .btn-default{
  padding: 10px 25px;
  background-color: #fff;
  border: 0px;
  margin: 0 10px;
}
.review-img-box{
    text-align: center;
}
.review-page-inner .review-img-box img {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  object-fit: cover;
}
.bread-sec{
    height: 240px;
}
.bread-inner {
  position: relative;
  padding: 110px 0 0;
}
.bread-head h1 {
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #fff;
}

.img-sec, .fig-caption {
  width: 100%;
}
.foto-cimg.showContent .prop-desc p {
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 10px;
  margin: 0 0 10px;
}
}

@media (min-width: 769px) and (max-width: 998px){
.slider-sec{
      position: relative;
      top: 125px;
  }
.scroll-down-sec a.anchorLink i {
  position: relative;
  bottom: 7pc;
  font-size: 40px;
}
.page-title {
  margin-top: 100px;
}

}

#cal-sec p {
  font-size: 23px;
  margin: 20px 0;
  color: red;
  animation: animate 3s linear infinite;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  background: #fff;
}
@keyframes animate {
            0% {
                opacity: 0;
            }
  
            50% {
                opacity: 0.7;
            }
  
            100% {
                opacity: 0;
            }
        }
        
@media(max-width: 998px){
    .main-navigation{
        background: rgba(153, 44, 134, 0.6);
    }
    .navbar-brand img, .fixed-header .navbar-brand img {
      width: 60px;
      margin-left: 30px;
      margin-top: 8px;
    }
    nav.navbar ul.nav.navbar-nav > li > a {
      position: relative;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      padding: 10px 20px;
    }
    nav.navbar ul.nav.navbar-nav > li > a:hover {
      color: #fff;
    }
    .memory-section {
      padding-top: 10px;
      padding-bottom: 10px;
      overflow: hidden;
    }
    .memory-image img {
      position: relative;
      left: -20px;
      max-width: 115%;
    }
    
    .overlay{
        display: none;
    }
    .main-content{
        padding: 0 10px;
    }
    .memory-image img {
      position: unset;
      left: unset;
      max-width: 100%;
    }
    .cstm-memory-image img {
      position: unset;
      right: unset;
      max-width: 100%;
    }
}






.team-info-new h1 {
font-size:65px; 
text-align:center;
}

.team-info-new p {
font-size:23px;
text-align:center;
}

.team-info-new a {
color:#fff;
font-weight:bold;
font-size:27px;
}


.team-info-new h2 {
text-align:center;
}

.team-info-new h3 {
text-align:center;
font-weight: bold;
}
.mb-1{
    margin-bottom: 1rem !important;
}
.mb-1 b{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.chris p {
  font-size: 15px;
  letter-spacing: 1.5px;
  font-weight: 500;
}
a.hvr-up {
  display: block;
  font-size: 18px;
  padding: 10px 15px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  color: #fff !important;
  position: relative;
  z-index: 1;
  -webkit-transition: color .4s ease-in-out;
  -o-transition: color .4s ease-in-out;
  transition: color .4s ease-in-out;
  font-weight: 400;
  border-radius: 2px;
  overflow: hidden;
}


a.hvr-up:hover {
  color: #000 !important;
  text-decoration: none;
}

a.hvr-up:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c280b6;
    z-index: -1;
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: transform .4s cubic-bezier(1,0,0,1);
    -o-transition: transform .4s cubic-bezier(1,0,0,1);
    -webkit-transition: -webkit-transform .4s cubic-bezier(1,0,0,1);
    transition: -webkit-transform .4s cubic-bezier(1,0,0,1);
    transition: transform .4s cubic-bezier(1,0,0,1);
    transition: transform .4s cubic-bezier(1,0,0,1), -webkit-transform .4s cubic-bezier(1,0,0,1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

a.hvr-up:hover:before {
    -webkit-transform: scale(1,0.05);
    -ms-transform: scale(1,0.05);
    transform: scale(1,0.05);
  
}

a.hvr-up:after {
    content: '\f178';
    font-family: FontAwesome;
    /*color: #fff;*/
    display: inline-block;
    position: absolute;
    right: 20px;
    left: auto;
    top: 50%;
    -webkit-transform: translate(-20px,-50%);
    -ms-transform: translate(-20px,-50%);
    transform: translate(-20px,-50%);
    font-size: 1.4rem;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(1,0,0,1), -webkit-transform .4s cubic-bezier(1,0,0,1);
    transition: opacity .4s cubic-bezier(1,0,0,1), -webkit-transform .4s cubic-bezier(1,0,0,1);
    -o-transition: opacity .4s cubic-bezier(1,0,0,1), transform .4s cubic-bezier(1,0,0,1);
    transition: opacity .4s cubic-bezier(1,0,0,1), transform .4s cubic-bezier(1,0,0,1);
    transition: opacity .4s cubic-bezier(1,0,0,1), transform .4s cubic-bezier(1,0,0,1), -webkit-transform .4s cubic-bezier(1,0,0,1);
}


a.hvr-up:hover:after {
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    opacity: 1;
}
.gallery-head {
  margin-bottom: 40px;
}
.gallery-head h2{
  color: #000;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
  font-size: 36px;
}
.gallery-head hr {
  background: #000;
  border: 0;
}
.my-new-pad{
    padding-top: 0;
    padding-bottom: 0;
}
.pix {
  position: relative;
  margin-bottom: 30px;
}
.pix .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 275px;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.pix .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 250px;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.pix .middle {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  border-radius: 10px;
  border: 3px solid #c280b6;
}
.pix .middle .text {
  color: #252525;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 35px;
  display: flex;
  justify-content: center;
}
.pix .middle .text i {
  color: #fff;
  background: rgba(153, 44, 134, 0.6);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  border: 2px solid #c280b6;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.pix:hover .middle {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 1s;
}
.memory-content.chris img {
  width: 312px;
  float: right;
  margin-left: 20px;
}
.memory-content.chris p {
  margin-bottom: 10px !important;
  font-size: 15px;
}

.inner-sec {
  position: relative;
  height: 750px;
  background-attachment: fixed !important;
  background-position: top center !important;
  background-size: 100% !important;
}
.inner-sec .inner-head {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
}
.inner-head h3 {
  display: table;
  left: 0;
  right: 0;
  position: relative;
  text-align: center;
  z-index: 20;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 auto;
  font-size: 50px;
  letter-spacing: .05em;
  margin-bottom: 1.5rem;
}
.inner-head h1 {
  position: relative;
  text-align: center;
  color: white;
  letter-spacing: 3px;
  font-size: 75px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  z-index: 10;
  margin: 0;
  margin-bottom: .5rem;
}
.inner-head p{
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.overlay-same {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    background-color: rgba(153, 44, 134, 0.6);
    opacity: .7;
  }
  .my-img img{
      width: 100%;
  }
  .cstm-bt a{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 15px;
    font-size: 16px;
}
.cstm-bt a:hover, .cstm-bt a.focus, .cstm-bt a:focus{
    color: #fff;
    text-decoration: none;
}
.perform {
  padding: 100px 0;
}
.chris-sec{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
}
.per1 {
  background: #000;
}
.per2{
    background: #6c757d;
}
.no-pad{
    padding: 0;
}
.mb-5, .my-5{
  margin-bottom: 3rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.mod-pad{
    padding: 0 0 50px;
}
.no-pad.cstm-m{
    margin-top: 1.5rem;
}
.chris-sec-inn h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
}
.chris-sec-inn h4 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
}
.new-wid {
  max-width: 200px;
  text-align: center;
}
.nw-chg h2 {
  font-size: 25px;
  color: #000000;
  margin: 10px 0 10px 0;
  position: relative;
  padding-bottom: 10px;
  line-height: 40px;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
}
.nw-chg .chg b{
  font-size: 24px;
  color: #000;
  font-family: 'Jura', sans-serif;
  font-weight: 700;
}
.nw-chg .chg2p {
  font-size: 17px;
  color: #5d5b5b;
  line-height: 26px;
  margin: 0 0 0 0;
}
.on-det{
    padding: 80px 0 50px;
    background: #ececec;
}
.detp{
  text-align: center;
}
.detp p {
  line-height: 40px;
  color: #212529;
  font-size: 20px;
}
.detp a{
    max-width: 300px;
    margin: auto;
}
.bor {
  padding: 20px 40px;
  background-color: transparent;
  border: 2px solid #c280b6;
  font-size: 17px;
  color: #000;
  margin: 0 20px;
}
.bor.active{
  background-color: #c280b6;
  color: white;
}
.bor:hover{
    color: #000;
    text-decoration: none;
}
.ticket-head h1  {
  text-align: center;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Jura', sans-serif;
  margin-bottom: 30px;
}
.ticket-head p{
  text-align: center;
  font-size: 30px;
  font-weight: normal;
  font-style: italic;
}
.chg-brdr {
  border-right: 3px solid #eee;
  text-align: center;
  margin: 50px 0;
  min-height: 420px;
  padding: 50px 2%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.ticket {
  padding: 100px 0 0;
}
.ticket-de {
  min-height: 175px;
}
.ticket-de h4{
  font-size: 50px;
  line-height: 50px;
  color: #c280b6;
  font-weight: 500;
}

.ticket-de p{
  font-size: 25px;
  margin: 15px 0;
}
.ticket-value{
  margin: 50px 0;
}

.ticket-value h1{
  font-size: 64px;
  line-height: 1;
  display: block;
}

.ticket-value h1 span{
  font-size: 30px;
  font-weight: bold;
}
.dn-bt a{
  background: #c280b6;
  padding: 10px 20px;
  font-size: 20px;
  line-height: 1.5;
  border-radius: 4px;
  color: #fff;
  border-color: #c280b6;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
}
.dn-bt a:hover{
    color: #000;
    text-decoration: none;
}
.ticket-head.head-spon{
    padding-bottom: 80px;
}
.spon-head{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
}
.spon-head h1 a {
  font-size: 25px;
  color: #000;
  text-align: center;
  font-weight: 700;
  font-family: 'Jura', sans-serif;
}
.spon-head h1 a:hover{
    text-decoration: none;
    color: rgba(153, 44, 134, 0.6);
}
.row.spon-ext-flx {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.spon-img img {
  max-width: 250px;
  max-height: 153px;
  margin: 20px auto;
  border: 6px solid transparent;
  background: transparent;
  padding: 5px;
}


.spon-img img:hover {
  max-width: 250px;
  max-height: 153px;
  margin: 20px auto;
  border: 6px solid #7c5274;
  padding: 5px;
}

.list-my ul{
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 5px 0;
  margin: 5px 0;
}
.list-my ul li {
  padding: 9px 15px;
  display: inline-block;
  background: #ffffff;
  border: 1px solid #efefef;
  font-size: 16px;
  text-align: center;
}
.new-head-srt h2 {
  font-size: 30px;
  font-weight: 800;
  text-transform: capitalize;
  margin-bottom: 3rem;
  font-family: Josefin Slab;
}
.new-head-srt p {
  line-height: 30px;
  color: #5d5b5b;
  font-size: 18px;
}
.cstm-deg{
  margin-bottom: 50px;
}
.video-sec{
  padding: 80px 0 50px;
}
.video-title, .video-frame {
  position: relative;
  margin: 0;
  padding: 30px 40px;
}
.video-title2, .video-frame2 {
  position: relative;
  margin: 50px 0;
  padding: 30px 40px;
}
.video-title2, .video-frame2 {
  position: relative;
  margin: 50px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
  padding: 30px 40px;
}
.video-title {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-title.video-title2 {
  height: 465px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-title::before, .video-frame::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -20px;
  left: -20px;
}
.video-title::after, .video-frame::after {
  position: absolute;
  content: "";
  height: 10px;
  width: 38px;
  background-color: rgba(153, 44, 134, 0.6);
  top: -5px;
  left: -34px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.video-title h1 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Jura', sans-serif;
  font-family: Josefin Slab;
}
.video-frame iframe, .video-frame video {
  width: 100%;
  height: 400px;
}
.video-frame video{
  border-right: 5px solid #000;
  background: #000;
}
.video-frame img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 767px){
    .chg-brdr{
        border-bottom: 3px solid #eee;
    }
    .row.spon-ext-flx{
        display: unset;
    }
    .spon-img img {
      max-width: 250px;
      max-height: 100px;
      margin: 50px auto;
    }
    .list-my ul li {
      padding: 9px 15px;
      display: inline-block;
      background: #ffffff;
      border: 1px solid #efefef;
      font-size: 16px;
      text-align: left;
      width: 100%;
      margin: 5px 0;
    }
    .video-title{
        height: auto;
    }
    .video-frame iframe, .video-frame video {
      width: 100%;
      height: auto;
    }
    .video-frame video {
      border-right: 2px solid #000;
      background: #000;
    }
}