/*** General CSS ***/
.btn,
.slider-btn a,
.button.subbutton,
#sp_qc_submit {
    position: relative;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 11px 35px;
    text-transform: uppercase;
    font-size: 14px;
    background: transparent;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 25px !important;
    -webkit-transition: .3s ease-in-out!important;
    -o-transition: .3s ease-in-out!important;
    transition: .3s ease-in-out!important;
    border: none;
}
.btn:hover,
.slider-btn a:hover {
    color: #fff !important;
    transform: translateY(-5px);
    box-shadow: 0 0 25px -3px #ddefe0!important;
}
.btn.no-bg {
  	background-color: #fff;
}
.btn.no-bg:hover {
    color: #fff!important;
}
.btn.icon-right {
  padding: 15px 55px 15px 35px;
}
.btn.icon-right i {
    display: block;
    text-align: center;
    background: rgba(15,15,15,0.075);
    color: #ffffff;
    padding: 10px 15px 10px 12px;
    backface-visibility: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0px;
    height: 100%;
    min-width: 30px;
    line-height: 22px;
    border-radius: 0 26px 26px 0;
    transition: all .3s;
}

/*** Title ***/
.title h3 {
  	position: relative;
}
.title h3:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 0px;
    height: 2px;
    right: 0;
    margin: auto;
    width: 80px;
    max-width: 90%;
}

/*** Header Area ***/
/* Top Header */
#sp-top-bar {
    padding: 0;
}
#sp-top-bar .container {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 3px
}
#sp-top2 {
    border-left: 1px solid #ddd;
}
#sp-top-bar a,
.sp-contact-info li span {
}
ul.social-icons >li {
    margin: 0px 19px;
}

/* Header Logo */
#sp-header {
  	box-shadow: none;
    height: inherit;
  	top: 0px;
  	padding: 0;
}
body:not(.home) #sp-header {
    background: #000;
}
#sp-header .logo {
    height: 80px;
}
#sp-header.header-sticky {
    background-color: #0E0C0D;
    position: fixed;
  	border-radius: 0px;
    top: 0;
    box-shadow: 0px 16px 46px -13px rgb(0 0 0 / 77%);
    padding: 0;
}
body:not(.home) #sp-header.header-sticky {
    position: fixed;    
}

/* Header Menu */
.sp-megamenu-parent > li > span,
.sp-megamenu-parent > li > a {
    padding: 0 25px;
    text-transform: uppercase;
    font-weight: 700;
}
.sp-megamenu-parent > li > span {
   color: #fff;
}
.sp-megamenu-parent > li li a {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    font-weight: 300!important;
}
.sp-megamenu-parent > li li a:hover {
    padding-left: 7px!important;
}
.sp-megamenu-parent > li li a:before {
    content: '+';
    left: -25px;
    width: 20px;
    position: relative;
    color: #001659;
    font-size: 18px;
    font-weight: 400!important;
    line-height: inherit;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    opacity: 0;
}
.sp-megamenu-parent > li li a:hover:before {
    opacity: 1;
    left: -5px;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-items .sp-has-child>a:after {
    line-height: 23px;
}
.burger-icon>span {
  	background: #fff;
}

/*** Slider ***/
.slider {
  	position: relative;
  	top: -80px;
}
#slider .slider-btn.no-bg a:hover {
  	color: #fff!important;
}

/*** Event ***/
.event-column-item .clearfix,
.event-column-item .clearfix:hover {
  	background: #fff;
    border-radius: 14px;
    color: #999;
    overflow: hidden;
    box-shadow: 0 0 12px -1px rgba(15,15,15,0.1)!important;
}
.event-column-item .clearfix img {
    cursor: pointer;
    position: relative;
    transform: translateX(-5%);
    -webkit-transition: all 0.4s ease-in-out;
      -moz-transition:    all 0.4s ease-in-out;
      -ms-transition:     all 0.4s ease-in-out;
      -o-transition:      all 0.4s ease-in-out;
      transition:         all 0.4s ease-in-out;
}
.event-column-item .clearfix:hover img {
    transform: scale(1.07);
    opacity: .8;
}
.event-column-item .btn:hover {
  background-color: #ddd!important;
  color: #000!important;
}

/*** Event Bottom ***/
.event-bottom .sppb-row > div:hover {
  	z-index: 3;
}
.event-bottom .sppb-media-content {
  	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 40px;
}
.event-bottom .sppb-addon-text {
    text-transform: uppercase;
}
.event-bottom .clearfix {
  	position: relative;
  	overflow: hidden;
}
.event-bottom .clearfix:before {
    content: '';
    position: absolute;
    left: 40px;
    bottom: 30px;
    width: 60px;
    height: 3px;
    z-index: 9;
    transition: all .3s, left .2s, width .2s, height .2s .2s;
}
.event-bottom .clearfix:hover:before {
    width: 100%;
    height: 100%;
    left: 0;
    opacity: .75;
    bottom: 0;
    right: 0;
}
.event-bottom .clearfix:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 35px -1px rgba(15,15,15,.5);
    z-index: 20;
    border-radius: 8px;
    transition: all .3s, z-index 0s 0s;
}
.event-bottom .clearfix img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
      -moz-transition:    all 0.4s ease-in-out;
      -ms-transition:     all 0.4s ease-in-out;
      -o-transition:      all 0.4s ease-in-out;
      transition:         all 0.4s ease-in-out;
}
.event-bottom .clearfix:hover img {
    transform: scale(1.1);
    opacity: .8;
  	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}

/***Schedule***/
.event-schedule .clearfix:before {
    bottom: -30px;
}
.event-schedule .clearfix p.content-text {
	color: #ffffff;
	top: 10px;
	font-size: 14px;
	text-transform: initial;
	display: none;
}
.event-schedule .clearfix:hover p.content-text {
    display: block;
}
.event-schedule .clearfix .content-item p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	text-transform: initial;
}
.event-schedule-center {
  	overflow: hidden;
}
.event-schedule-center:before {
    top: 0;
    background-color: #000;
    height: 611%;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    left: 50%;
    margin-left: -1.5px;
    border-right: #fff 1px dotted;
}
.event-schedule-center i {
  	color: #ddd;
    border-radius: 50%;
}

/*** Parallax ***/
.parallax-title h1 {
    font-size: 60px;
    font-weight: 700;
    padding-bottom: 20px;
    color: #fff;
    text-transform: uppercase;
}
.parallax-title p {
    padding-top: 30px;
    padding-bottom: 30px;
    text-transform: uppercase;
    color: #fff;
}

/*** Team ***/
.team-item {
    position: relative;
    cursor: pointer;
}
.team-item img {
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item .sppb-img-container:before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.team-item:hover img {
    transform: rotete(5deg)scale(1.1);
}
.team-item .sppb-img-container {
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.team-item:hover .sppb-img-container:before {
    opacity: 0.8;
}
.team-item h5 {
    padding: 15px 5px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item ul {
    z-index: 3;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item a {
    color: #ffffff;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item:hover ul {
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 1;
   -webkit-transition: all 0.4s ease-in-out;
    -moz-transition:    all 0.4s ease-in-out;
    -ms-transition:     all 0.4s ease-in-out;
    -o-transition:      all 0.4s ease-in-out;
    transition:         all 0.4s ease-in-out;
}
.team-item:hover img {
    box-shadow: 0 6px 30px 0px rgba(15,15,15,0.16);
    -webkit-filter: contrast(1.15);
    filter: contrast(1.15);
}
.team-item img {
    display: block;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    text-indent: -9999px;
    margin-bottom: 25px;
    border-radius: 50%;
    box-shadow: 0 1px 12px -1px rgba(15,15,15,0.1);
    transition: 0.2s;
}
.team-item ul a {
    width: 40px;
    height: 40px;
    display: block;
    background: #ddd;
    text-align: center;
    color: #666;
    line-height: 35px;
    margin: 0 6px;
    border-radius: 50px;
    display: inline-block;
}
.team-item ul a:hover {
    color: #fff;
}
.team-item ul a:before {
    font-size: 12px;
}
.team-item ul li {
    display: inline-block;
    list-style: none;
}
.team-item ul li em {
    font-size: 0;
}
.team-item ul li em:before {
    font-size: 12px;
}

/*** Portfolio ***/
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-overlay-wrapper .sp-simpleportfolio-img {
  	width: 100%;
}

/*** Service ***/
.sppb-panel-modern {
  	border: 0;
}
.sppb-panel-modern>.sppb-panel-heading {
  	border-radius: 50px!important;
    border: 1px solid #ddd!important;
  	background: #989898;
}
.sppb-panel-modern .sppb-panel-body {
    border-top: 0!important;
    background: #fcfcfc;
}
.sppb-panel-title, 
.sppb-panel-heading.active i,
.sppb-panel-heading .sppb-toggle-direction i {
  	color: #fff;
}
.sppb-panel-title {
  	font-size: 19px;
  	font-weight: 300;
}

/***Pricing ***/
.price-item {
	cursor: pointer;
}
.price-item {
	background-color: #fff;
	padding: 0;
	border-radius: 10px;
	overflow: hidden;
	color: #999;
	box-shadow: 0 0 12px -1px rgba(15,15,15,0.1);
	transition: .2s;
}
.price-item .table-heading .amount {
	font-size: 40px;
	font-weight: 700;
}
.price .price-item .table-body {
	padding: 0px!important;
}
.price .price-item .table-body p {
	line-height: 1.6;
	border-top: 1px solid #eee;
	padding: 20px 10px;
	margin-bottom: 0;
}
.price-item .cost {
	line-height: 70px;
}
.price-item .cost .curency {
	font-size: 40px;
	font-weight: 500;
}
.price-item .table-heading .title {
	color: #000;
	font-style: italic;
}
.price-item .btn {
	font-weight: bold;
	padding: 14px 50px;
	border-radius: 26px;
	transition: all .3s;
	border: none;
	outline: none;
	font-size: 14px;
	line-height: 18px;
	vertical-align: middle;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #eee;
	background-color: rgba(238,238,238,0.95);
	backface-visibility: hidden;
	position: relative;
}
.price-item .btn:hover {
    transform: scale(1.1);
    box-shadow: 0 2px 35px -1px rgba(15,15,15,.5);
    z-index: 20;
    border-radius: 8px!important;
    transition: all .3s, z-index 0s 0s;
}
.price-item:hover{
	box-shadow: 0 0 30px 0px rgba(15,15,15,0.15);
	transform: translateY(-5px);
}
.price-item .table-heading {
	background-color: #ffffff!important;
}
.price-item {
	padding: 0px!important;
}
.price-item.pro .table-heading {
	background:url(../images/event_ticket_1.jpg) ;
	color: #fff!important;
	margin-top: 0;
}
.price-item.pro .table-heading .cost .curency {
    color:#fff!important;
}
.price-item.pro .table-heading .title,
.price-item.pro .table-heading .amount,
.price-item.pro .table-heading .cost .plantype {
  	color:#fff;
}
.price-item.pro .table-heading:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	left: 0;
	top:0;
	right: 0;
	z-index: -1;
	opacity: 0.8;
}
.price .single-table:nth-child(2) {
	color: #fff;
	margin-top: 0;
	padding: 20px 0 0;
}
.price-item .table-heading {
	position: relative;
	z-index: 999;
	padding: 20px 0;
}
.price .single-table:before {
    content: '';
    display: block;
    width: 45px;
    height: 2px;
    background: #16a086;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 9999999;
}
.table-footer {
    padding: 20px;
}

/*** Testimonial ***/
.testimonial .n2-ss-slider .n2-ss-item-image img {
  	border-radius: 50%!important;
}

/*** Responsive Layout ***/
/* Tablet Landscape Layout */
@media (min-width: 1400px) {
    .sppb-row-container {
        max-width: 1320px;
    }
}
@media (min-width: 980px) and (max-width: 1199px) {
  	.sp-megamenu-parent > li > span, .sp-megamenu-parent > li > a {
        padding: 0 18px;
    }
  
}

/* Tablet Portrait Layout */
@media (min-width: 768px) and (max-width: 979px) {
  	.portfolio .sppb-col-md-6 {
    	width: 50%;
  	}
}

/* Mobile Standard Layout */
@media (max-width: 768px) {
  	.portfolio .sppb-col-md-6 {
    	width: 50%;
  	}
  
}

/* Mobile Small Resolution */
@media (max-width: 480px) {
  	.portfolio .sppb-col-md-6 {
    	width: 100%;
  	}
  	.portfolio .sppb-col-md-6 .sppb-text-left,
  	.portfolio .sppb-col-md-6 .sppb-text-right{
    	text-align: center;
  	}
  
}

/*** Color Variables ***/
/* Get Variables */
:root {
    --background-color: currentColor;
    --background: currentColor;
    --text-color: currentColor;
}

/* General */
.title b,
.btn.no-bg,
.event-column-item p em,
.service-item h5, 
.choose-item h5, 
.client-item h5,
.team-item h4,
.price-item .cost,
.title h3 {
  	color: var(--text-color);
}
.team-item:hover h5,
.slider-color h2,
.slider-btn.no-bg a {
  	color: var(--text-color)!important;
}
.btn,
.btn:hover,
.btn.no-bg:hover,
.btn:before, 
.title h3:after,
.bottom-team,
.price-item .btn,
.price-item .single-table:before,
.price-item.pro .table-heading:before,
.team-item ul li a:hover,
.event-schedule-center i,
.event-bottom .clearfix:before,
.counter-item:after, 
.service-img:before,
.divider,
.graphic-design, .html-css, .jquery {
  	background-color: var(--background-color);
}
.sppb-panel-modern>.sppb-panel-heading.active,
.slider-btn a:hover,
.slider-btn.bg a {
  	background-color: var(--background-color)!important;
}