@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700,900&display=swap");
:root {
  --font-family: 'Titillium Web', sans-serif;
  --black-bg: #313434;
  --white-bg: #ffffff;
  --red-bg: #f03a37;
}

.parallax-slider {
  font-family: var(--font-family);
    height:100vh;
}

.parallax-slider .swiper-slide {
  position: relative;
  overflow: hidden;
}

.parallax-slider .img-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-size: cover;
}

/*
.parallax-slider .img-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 8, 8, 0.5)), to(rgba(218, 15, 45, 0.5)));
  background-image: linear-gradient(rgba(8, 8, 8, 0.5), rgba(218, 15, 45, 0.5));
}
*/

.parallax-slider .swiper-slide .content {
  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;
  height: 100%;
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.parallax-slider .content {
  color: var(--white-bg);
  text-align: center;
}

.parallax-slider .content .title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 3.5rem;
}

.parallax-slider .content .title .title-wrapper {
  text-decoration: underline;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.1rem 2rem;
}

.parallax-slider .content .description {
  font-weight: 600;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/*nav controls*/
.parallax-slider .swiper-nav-ctrl {
  background-image: none;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  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;
  font-size: 1rem;
  color: var(--white-bg);
  width: 30px;
  outline: 0;
}

.parallax-slider .swiper-nav-ctrl.next-ctrl {
  right: 0;
}

.parallax-slider .swiper-nav-ctrl.prev-ctrl {
  left: 0;
}

.parallax-slider .pagination-ctrl {
  max-width: calc(100% - 60px);
  left: 0;
  right: 0;
  margin: auto;
}

.parallax-slider .pagination-ctrl .swiper-pagination-bullet {
  background-color: var(--white);
}

.parallax-slider .img-container.one {
  background-image: url("../images/bgone.jpg");
}

.parallax-slider .img-container.two {
  background-image: url("../images/bgtwo.jpg");
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0%)!important;
}
.parallax-slider .img-container.three {
  background-image: url("../images/.jpg");
}
.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #39f!important;
    border-color: #39f!important;
}
.with-love {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  background-color: #212121;
  padding: 8px;
  color: #ffffff;
}
.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgb(40 167 69 / 0%)!important;
}
.with-love a {
  color: #ffffff;
}
/*# sourceMappingURL=style.css.map */

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.btn {
    -moz-user-select: none;
    background: #39f;
    border: medium none;
    color: #111;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    touch-action: manipulation;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0;
    letter-spacing: 2px;
    position: relative;
}
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #39f;
    border-color: #39f;
}
.btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #3cf;
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
}
.btn-text {
    color: #fff;
    position: relative;
    z-index: 9999;
    transition: .3s;
}
.btn-border {
    height: 2px;
    width: 40px;
    background: #fff;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 7px;
    transition: .3s;
}
.navbar{
    padding: 1.5rem 1rem;
}
.btn:hover::before {
    width: 100%;
    left: 0;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.btn:hover .btn-text {
    color: #fff;
}
.btn:hover .btn-border {
    background: #fff;
}
.elementor-section {
    position: relative;
}
.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
@media (min-width: 768px){
.elementor-column.elementor-col-100, .elementor-column[data-col="100"] {
    width: 100%;
}
    }
@media (max-width: 767px){
.elementor-column {
    width: 100%;
}
    }
.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.elementor-widget-wrap>.elementor-element {
    width: 100%;
}
.elementor-widget {
    position: relative;
}
.elementor-align-left {
    text-align: left;
}
.elementor-47 .elementor-element.elementor-element-b82a396 > .elementor-widget-container {
    padding: 0px 0px 150px 0px;
}
.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.upcoming-area {
    padding-top: 70px;
    padding-bottom: 0px;
}
.upcoming-area {
    background-size: cover;
    background-position: center center;
}
@media (min-width: 1200px)
.container {
    max-width: 1200px;
}
@media (min-width: 992px)
.container {
    max-width: 960px;
}
@media (min-width: 768px)
.container {
    max-width: 720px;
}
@media (min-width: 576px)
.container {
    max-width: 540px;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px)
.offset-xl-2 {
    margin-left: 16.666667%;
}
@media (min-width: 1200px)
.col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
@media (min-width: 992px)
.offset-lg-2 {
    margin-left: 16.666667%;
}
@media (min-width: 992px)
.col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}
.pb-75 {
    padding-bottom: 30px;
}
.text-center {
    text-align: center!important;
}
.area-title > span {
    height: 4px;
    width: 80px;
    background: #39f;
    left: 0;
    display: inline-block;
}
.area-title h1 {
    font-size: 40px;
    margin-bottom: 18px;
    margin-top: 5px;
    letter-spacing: -.3px;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
h1 {
    font-size: 40px;
    font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #111111;
    margin-top: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.2;
}
.area-title p {
    font-size: 16px;
    margin-bottom: 0;
}
p {
    color: #000!important;
}
p {
    font-size: 16px;
    font-weight: normal;
    line-height: 28px;
    color: #797979;
    margin-bottom: 15px;
}
upcoming-event-wrapper {
    padding: 30px 30px 30px 30px;
}
.upcoming-event-wrapper {
    background: #fff;
    padding: 0;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(222, 222, 222, 0.53);
}
.mb-30 {
    margin-bottom: 30px;
}
.upcoming-event-img {
    position: relative;
}
.upcoming-event-img > a img {
    width: 100%;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.up-tag {
    position: absolute;
    top: 20px;
    background: #39f;
    right: 20px;
    padding: 4px 15px;
    border-radius: 4px;
}
.up-tag span {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.upcoming-text {
    margin-top: 28px;
}
.upcoming-text h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.up-event-meta {
    margin-bottom: 12px;
}
.upcoming-text p {
    margin-bottom: 30px;
}
.upcoming-text > a.btn {
    padding: 18px 42px;
    font-size: 13px;
}
.upcoming-text > a.btn {
    background: #eef4fd;
    padding: 20px 42px;
}
.upcoming-text h3 > a {
    color: #111111!important;
    transition: .3s;
}
.events-text > a, .header-info span, .up-event-meta span, .header-2-area .main-menu nav > ul > li > a, .main-menu nav > ul > li .sub-menu li a, .pricing-list ul li, .pricing-button .btn-text, .counter-text p, .portfolio-2-menu button, .upcoming-title-black span, .single-video-content span {
    color: #111111!important;
}
.upcoming-text > a.btn::before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 100%;
    background: #39f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.4s ease;
}
.bg-transparent{
    background: transparent;
    position:absolute;
    width:100%;
}
.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
    z-index: 9;
}





/*------------------------------------------------------------------------section event details*/
grad-bg {
    background-image: -moz-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    background-image: -webkit-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    background-image: -ms-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    box-shadow: 0px 10px 30px 0px rgba(46, 37, 176, 0.53);
}
.pos-rel {
    position: relative;
}
.pb-135 {
    padding-bottom: 135px;
}
.pt-135 {
    padding-top: 135px;
}
@media (min-width: 1200px){
.d-xl-block {
    display: block!important;
}
    }
@media (max-width: 1199px){
.d-none {
    display: none!important;
}}
	.booking-wrapper{
    background: #fff;
    padding: 100px 90px 100px 70px;
    margin-left: -200px;
    margin-right: 135px;
    position: relative;
    z-index: 9999;
}

@media (max-width: 768px){
	.booking-wrapper{
background: #fff;
    padding: 80px 30px 30px 30px;
    margin-left: 0;
    margin-right: 0;
    position: relative;
    z-index: 9999;
}
}
.booking-bg-img {
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
    background-position: center center;
}
.fa-01 {
    top: 5%;
    right: 3%;
}
.shape-item {
    position: absolute;
    z-index: 999;
}
.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 60s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
/*
.booking-wrapper {
    background: #fff;
    padding: 100px 90px 100px 70px;
    margin-left: -200px;
    margin-right: 135px;
    position: relative;
    z-index: 9999;
}
*/
.booking-text h1 {
    font-size: 40px;
    letter-spacing: -.6px;
    position: relative;
    margin-bottom: 50px;
}
.booking-text h1::before {
    height: 4px;
    width: 80px;
    background: #39f;
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
}
.grad-bg {
    background-image: -moz-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    background-image: -webkit-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    background-image: -ms-linear-gradient( -38deg, rgb(32,42,174) 0%, rgb(96,21,184) 99%);
    box-shadow: 0px 10px 30px 0px rgba(46, 37, 176, 0.53);
}
.fa-02 {
    bottom: 3%;
    right: 45%;
}
.shape-item {
    position: absolute;
    z-index: 999;
}
.rotate {
  animation: rotation 15s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
td.cell100.column1 {
    padding: 20px;
    background: #3399ff14;
}
td.cell100.column3 {
    padding: 20px;
    background: #00499114;
}
td.cell100.column1 h5{
    color:#3399ff;
    margin-bottom: 0;
    font-size: 16px!important;
}
td.cell100.column3 h5{
    color:#3399ff;
    margin-bottom: 0;
    font-size:16px;
}
td.cell100.column2 {
    padding: 15px;
    background: #f6f6f6ba;
}
td.cell100.column2 h5{
    margin-bottom: 0;
    font-size: 16px;
}
td.cell100.column2 p{
    margin-bottom: 0;
}
tr.row100.body {
    border-bottom: 1px solid #fff;
}
td.cell100.column2 .row p {
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.2;
}
.shape-item {
    position: absolute;
    z-index: 999;
}
.up-02 {
    top: 21%;
    right: 4%;
}
.pb-100 {
    padding-bottom: 50px;
}
.pt-130 {
    padding-top: 70px;
}
.upcoming-title span {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding-left: 70px;
}
.upcoming-title h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.4px;
    line-height: 1.1;
    margin-bottom: 0;
    margin-top: 28px;
}
.upcoming-title span::before {
    height: 3px;
    width: 50px;
    background: #39f;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
}
.desc p {
    font-size: 16px;
    margin-bottom: 0;
    color:#fff!important;
}
.dot {
height: 5px;
    /* padding: 2px 5px 6px 2px; */
    margin-right: 2px;
    margin-bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
}
.come-in {
  transform: translateY(150px);
  animation: come-in 1.5s ease forwards;
}
.come-in:nth-child(odd) {
  animation-duration: 1.3s;
}
.already-visible {
  transform: translateY(0);
  animation: none;
}

@keyframes come-in {
  to { transform: translateY(0); }
}
.elementor-element.elementor-element-ba481fd:not(.elementor-motion-effects-element-type-background), .elementor-element.elementor-element-ba481fd > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: rgb(36, 35, 35);
    background-position: center center;
    background-repeat: no-repeat;
}
.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%;
}
.elementor-element.elementor-element-ba481fd {
    transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
    padding: 3px 0px;
}
.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px !important;
}
.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px;
    text-align: center;
    color:#fff!important;
}
.social-links a{
    padding:0 5px 0 5px;
    color:#fff;
}
.section-white h1{
	color:#111111!important;
}
.section-white p{
	color:#111111!important;
}