/*------------------------------------------------------------
# Global classes
------------------------------------------------------------*/
root {
--ease-smooth: cubic-bezier(.35, 0, 0, 1);
--item-delay: 0s;
}

.flex {
display: flex;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 15px;
font-weight: normal;
color: hsl(0, 0%, 90%);
background-color: #03045e;
/* background: #EFEFBB;  
background: -webkit-linear-gradient(to right, #D4D3DD, #EFEFBB);  
background: linear-gradient(to right, #D4D3DD, #EFEFBB);  */

/* background-image: linear-gradient( 135deg, #90F7EC 10%, #32CCBC 100%); */
/* background-image: linear-gradient( 135deg, #FFD3A5 10%, #FD6585 100%); */
/* background-image: linear-gradient( 135deg, #81FFEF 10%, #F067B4 100%); */
/* background-image: linear-gradient( 135deg, #FF6FD8 10%, #3813C2 100%); */
/* background-image: linear-gradient(90deg, rgba(253, 219, 146, 1), rgba(209, 253, 254, 1)); */


/* 
animation: animateBg 14s linear infinite;
background-image: linear-gradient(90deg,#fee59f,#ff8000,#ffea00,#fee59f,#ff8000);
background-size: 400% 100%; */

/*  background-color: #ff6e19;
background-image: linear-gradient(62deg, #ff6e19 0%, #F7CE68 100%); */
overflow-x: hidden;
/* padding: 50px 0px; */

}

/* .animated-gradient {

} */
/* @keyframes animateBg {
0% { background-position: 0% 0%; }
100% { background-position: 100% 0%; }
} */


@font-face {
font-family: "mountains";
src: url(fonts/beyond_the_mountains.ttf);
src: url(fonts/beyond_the_mountains.otf);
font-weight: 400;
}

.d-col-n {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 20%;
max-width: 20%;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/
.home-page {
background: url(images/middle-cover.jpg) no-repeat;
}

.site-header {
position: relative;
width: 100%;
padding: 10px 0px;
}

.site-header figure {
margin: 0;
padding: 0;
}

.site-header figure img {
max-width: 100%;
}

/*------------------------------------------------------------
## header-bar
------------------------------------------------------------*/

.header-bar-wrap {display: flex; flex-wrap: nowrap; justify-content: space-between; }  
/* 
.scroller-navigation .header-bar-wrap .logo img {
width: 160px;
}

 */

.header-bar .site-branding {
margin-bottom: 0;
font-size: 30px;
font-weight: 800;
}

.header-bar .site-branding a {
color: hsl(0, 0%, 100%);
text-decoration: none;
}

.logo  {  }
.logo img { width: 270px; }

/*------------------------------------------------------------
### site-navigation
------------------------------------------------------------*/
/*
Hamburger Menu
----------------------------------------*/
.hamburger-menu {
position: relative;
width: 100%;
max-width: 24px;
height: 22px;
margin-left: auto;
transition: .5s ease-in-out;
cursor: pointer;
}

.hamburger-menu span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #fff;
border-radius: 10px;
opacity: 1;
left: 0;
transition: .25s ease-in-out;
}

.hamburger-menu span:nth-child(1) {
top: 2px;
}

.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
top: 10px;
}

.hamburger-menu span:nth-child(4) {
top: 18px;
}

.hamburger-menu.open span:nth-child(1) {
top: 18px;
width: 0;
left: 50%;
}

.hamburger-menu.open span:nth-child(2) {
transform: rotate(45deg);
}

.hamburger-menu.open span:nth-child(3) {
transform: rotate(-45deg);
}

.hamburger-menu.open span:nth-child(4) {
top: 18px;
width: 0;
left: 50%;
}

.site-navigation {
position: absolute;
top: -11px;
right: 15px;
z-index: 9999;
width: 100%;
height: 22px;
overflow: hidden;
list-style: none;
transition: all .35s;
color: hsl(0, 0%, 100%);
}

.site-navigation.show {
height: auto;
}

.site-navigation ul {
position: fixed;
top: 0;
left: -320px;
z-index: 9999;
width: 320px;
height: 100vh;
overflow-x: scroll;
padding: 30px;
margin: 0;
background: #050505;
transition: all 0.35s;
}

.site-navigation.show ul {
left: 0;
}

.site-navigation ul li {
display: block;
padding: 15px 0;
}

.site-navigation ul li a {
display: block;
color: #fff;
transition: all 0.35s;
text-decoration: none;
font-size: 16px;
padding-left: 40px;
}

@media screen and (min-width: 992px) {
.header-bar .site-branding {
margin-left: 35px;
}

.site-navigation {
position: relative;
top: auto;
right: auto;
height: auto;
padding-right: 35px;
background: transparent;
}

.site-navigation ul {
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
position: relative;
top: auto;
left: auto;
width: 100%;
height: auto;
padding: 0;
overflow: auto;
background: transparent;
}

.site-navigation ul li {
padding: 0;
}

/*  .site-navigation ul li:nth-last-of-type(1) {
padding-left: 60px;
}
*/
.site-navigation ul li a {
color: #fff;
padding: 20px 25px;
}
}

.scroller-navigation .site-navigation ul {border-top:none; margin-left: 30px; }
/* .scroller-navigation .site-navigation ul li a { color: #000; } */
.Header-nav-menu {display: grid;
      place-content: center;}

/*------------------------------------------------------------
# hero
-----------------------------------------------------------*/
.hero-content {
/*    padding: 220px 0; */
position: relative;
height: calc(100vh - 0px);
border-radius: 0px;
overflow: hidden;

}

/* .hero-content:before { content: ''; width: 100%; height: 100%; background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(24,24,24,1) 100%); z-index: 9; content: '';
  position: absolute;
  left: 0px;
  top: inherit;
  bottom: 0px;
  height: 100%; pointer-events: none; } */




.hero-content .container-fluid { height: 100%; position: relative; display: flex;
flex-direction: column;
justify-content: space-between; padding: 0px 50px;z-index: 9; position: absolute;
left: 10px;
top: 0px;}

.hero-content #bannerVid { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; object-fit: cover; }

.hero-content .entry-header {
position: relative;
text-align: center;
width: 700px;
max-width: 100%;
}

.hero-content .entry-header h2 {
/* padding: 20px; */
margin: 0;
/* font-family: mountains; */
font-size:54px;
line-height: 56px;
color: #FFF;
/* background: -webkit-linear-gradient(#42bf45, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent; */
font-family: 'Poppins', sans-serif;
font-weight: 700;
opacity: 1;
}

.hero-content .entry-header h2 span {font-size: 150px;
  line-height: 130px;
  font-weight: 500;}

.hero-content .entry-header .entry-meta-date {
position: relative;
width: 100%;
top: 0px;
font-family: 'Poppins', sans-serif;
font-size: 20px;
font-weight: 500;
color: hsl(0, 0%, 90%);
text-align: center;
margin: 24px 0px;
}

@media screen and (min-width: 992px) {
.hero-content .entry-header h2 {
font-size: 80px;
line-height: 72px;
opacity: 1;
text-align: left;
padding-top: 130px;
font-weight: 100;
}

/*     .hero-content .entry-header .entry-meta-date {
top: 60px;
} */
}

/*------------------------------------------------------------
## countdown
------------------------------------------------------------*/
.countdown {
margin-top: 40px;
}

.countdown-holder {
min-width: 120px;
margin-bottom: 20px;
text-align: center;
}

.countdown-holder .dday,
.countdown-holder .dhour,
.countdown-holder .dmin,
.countdown-holder .dsec {
display: block;
font-size: 52px;
font-weight: 600;
line-height: 1;
color: hsl(0, 0%, 100%);
background: -webkit-linear-gradient(#0cb4e9, #FFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.countdown-holder label {
display: block;
font-size: 18px;
font-weight: 600;
color: hsl(0, 0%, 100%);
}

/*------------------------------------------------------------
## hero-content entry-footer
------------------------------------------------------------*/
.hero-content .entry-footer {
margin-top: 125px;
text-align: center;
}

.hero-content .entry-footer .btn {
background: hsl(0, 0%, 100%);
padding: 16px 40px;
border-radius: 0;
margin-right: 20px;
color: hsl(0, 0%, 17%);
font-weight: 600;
}

.hero-content .entry-footer a:hover, .hero-content .entry-footer .current {
background: -webkit-linear-gradient(#42bf45, #f7b733);
color: hsl(0, 0%, 0%);
}

/*------------------------------------------------------------
# The Lineup Artists - Headliners
------------------------------------------------------------*/
.content-section {
/* width: 100%; */
padding-bottom: 120px;
background-color: #FFF;
margin-top: 0px;
/* border-radius: 20px; */
/* background: url("images/middle-cover.jpg") no-repeat; */
/*  background-size: 100% auto; */
}

.content-section .middle-cover {
margin: 0;
padding: 0;
position: relative;
}

.content-section .middle-cover img {
max-width: 100%;
}

/*------------------------------------------------------------
## lineup-artists-headline
------------------------------------------------------------*/
.lineup-artists-headline {
margin-top: 75px;
}

.lineup-artists-headline .entry-title p {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 48%);
}

.lineup-artists-headline .entry-title h2 {
width: 100%;
font-size: 48px;
font-weight: 600;
color: hsl(0, 0%, 0%);
}

/*------------------------------------------------------------
## lineup-artists
------------------------------------------------------------*/
.lineup-artists {
padding-top: 0px;
}

.lineup-artists .featured-image {
margin: 0;
padding: 0;

}

.lineup-artists .featured-image {
width: 100%;
}

.lineup-artists .featured-image img {
width: 100%;
max-width: 100%;
}

/*------------------------------------------------------------
### lineup-artists-wrap
------------------------------------------------------------*/
.lineup-artists .lineup-artists-wrap {
margin-top: 80px;
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description {
position: relative;
width: 100%;
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
position: relative;
padding: 30px;
background: hsl(0, 0%, 100%);
box-shadow: 50px 40px 115px rgba(0, 0, 0, 0.1);
}

.lineup-artists-description .entry-title {
font-size: 30px;
font-weight: 600;
color: hsl(0, 0%, 9%);
}

.lineup-artists-description .entry-content {
margin-top: 20px;
font-size: 15px;
color: hsl(0, 0%, 60%);
line-height: 2;
}

.lineup-artists-description .entry-content p { font-size:18px; }

.lineup-artists-wrap .box-link {
position: absolute;
margin: 0;
padding: 0;
top: -24px;
right: 50px;
z-index: 999;
}

@media screen and (min-width: 768px) {
.lineup-artists .lineup-artists-wrap {
margin-top: 30px;
}

.lineup-artists .featured-image {
max-width: 360px;
border: solid 12px #f9f9f9;
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description {
width: calc(100% - 360px);
}

.lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
position: absolute;
z-index: 99;
top: 100px;
left: -75px;
width: calc(100% + 75px);
}

.lineup-artists .lineup-artists-wrap:nth-of-type(even) .lineup-artists-description-container {
right: -75px;
left: auto;
}

.lineup-artists .lineup-artists-wrap:nth-of-type(even) .box-link {
right: auto;
left: 50px;
}
}

@media screen and (min-width: 992px) {
.lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
padding: 50px;
}
}


@media screen and (min-width: 1200px) {
.lineup-artists .lineup-artists-wrap .lineup-artists-description-container {
max-width: 660px;
}

.lineup-artists .lineup-artists-wrap:nth-last-of-type(1) {
margin-left: 80px;
}
}

/*------------------------------------------------------------
# the-complete-lineup
------------------------------------------------------------*/
.the-complete-lineup {
margin-top: 65px;
padding: 0px 90px;
}

.the-complete-lineup .entry-title p {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 48%);
}

.the-complete-lineup .entry-title h2 {
width: 100%;
margin: 0;
font-size: 48px;
font-weight: 600;
color: hsl(0, 0%, 0%);
}

/*------------------------------------------------------------
## the-complete-lineup-artists
------------------------------------------------------------*/
.the-complete-lineup-artists {
position: relative;
margin-top: 110px;
height: auto;
text-align: center;
}

.the-complete-lineup-artists .artist-single {
margin-bottom: 0px;
}

.the-complete-lineup-artists .artist-single:nth-of-type(even) {
margin-top: 120px;
}

.the-complete-lineup-artists .artist-single figure {
margin: 0;
padding: 0;
width: 100%;
}

.the-complete-lineup-artists .artist-single .box-link {
position: absolute;
top: 15px;
left: 232px;
cursor: pointer;
}

.the-complete-lineup-artists .artist-single .featured-image img {
max-width: 100%;
height: auto;
width: 255px;
}

.the-complete-lineup-artists .artist-single .featured-image a {
display: block;
}

.the-complete-lineup-artists .artist-single h2 {
margin-top: 18px;
font-size: 24px;
font-weight: 600;
color: hsl(0, 0%, 2%);
text-align: center;
}

@media screen and (min-width: 768px) {
.the-complete-lineup-artists .artist-single:nth-child(6) {
margin-top: 0;
}
}


@media screen and (min-width: 1200px) {
.the-complete-lineup-artists .artist-single:nth-child(1) {
margin-top: 2px;
}

.the-complete-lineup-artists .artist-single:nth-child(2) {
margin-top: 90px;
}

.the-complete-lineup-artists .artist-single:nth-child(3) {
margin-top: 48px;
}

.the-complete-lineup-artists .artist-single:nth-child(4) {
margin-top: 0;
}

.the-complete-lineup-artists .artist-single:nth-child(5) {
margin-top: 75px;
}

.the-complete-lineup-artists .artist-single:nth-child(6) {
margin-top: 165px;
}

.the-complete-lineup-artists .artist-single:nth-child(7) {
margin-top: 25px;
}

.the-complete-lineup-artists .artist-single:nth-child(8) {
margin-top: 75px;
}
}

/*------------------------------------------------------------
# see the-complete-lineup button
------------------------------------------------------------*/
.see-complete-lineup {
margin-top: 105px
}

.see-complete-lineup .entry-footer .btn {
padding: 15px 35px;
border-radius: 0;
margin-right: 20px;
background: -webkit-linear-gradient(#42bf45, #f7b733);
font-weight: 500;
}

.see-complete-lineup .entry-footer a {
font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 100%);
}

/*------------------------------------------------------------
# homepage-next-events
------------------------------------------------------------*/
.homepage-next-events {
margin-top: 40px;
/* padding-top: 60px; */
padding-bottom: 100px;
/* background-color: white; */
}

.homepage-next-events .entry-title p {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 48%);
}

.homepage-next-events .entry-title h2 {
width: 100%;
margin: 0;
font-size: 48px;
font-weight: 600;
color: hsl(0, 0%, 0%);
}

/*------------------------------------------------------------
## .next-event-slider
------------------------------------------------------------*/
.next-event-slider-wrap {
position: relative;
}

.next-event-slider {
margin-top: 30px;
}

.next-event-slider .featured-image {
display: block;
margin: 0;
position: relative;
}

.next-event-slider .featured-image img {
display: block;
width: 100%;
}

.next-event-slider .entry-content {
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
height: 100%;
padding: 30px;
text-align: center;
background: rgba(0,0,0,.75);
text-decoration: none;
transition: all .5s;
opacity: 0;
visibility: hidden;
}

.next-event-slider .featured-image:hover .entry-content {
opacity: 1;
visibility: visible;
}

.next-event-slider .entry-content h3 {
font-size: 24px;
font-weight: 600;
color: hsl(0, 0%, 100%);
}

.next-event-slider .entry-content p {
font-size: 14px;
color: hsl(0, 0%, 100%);
}

.next-event-slider-wrap .swiper-button-next {
top: auto;
bottom: -21px;
right: auto;
left: 50%;
width: 42px;
height: 42px;
margin-left: -21px;
background: transparent;
}

.next-event-slider-wrap .swiper-button-next img {
width: 100%;
}

@media screen and (min-width: 768px){
.next-event-slider-wrap .swiper-button-next {
bottom: -42px;
width: 84px;
height: 84px;
margin-left: -42px;
}
}

/*------------------------------------------------------------
# home-page-last-news
------------------------------------------------------------*/
.home-page-last-news {
margin-top: 0px;
background-color: #FFF;
/* border-radius: 15px; */
padding: 80px 0px;
position: relative;
z-index: 2;
}

.home-page-last-news .entry-title p {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 48%);
}

.home-page-last-news .entry-title h2 {
width: 100%;
margin: 0;
font-size: 48px;
font-weight: 600;
color: hsl(0, 0%, 0%);
}

/*------------------------------------------------------------
## home-page-last-news-wrap
------------------------------------------------------------*/
.home-page-last-news-wrap {
margin-top: 40px;
}

.home-page-last-news-wrap .box-link-date {
position: absolute;
top: 30px;
left: 0;
padding: 10px 25px;
background: -webkit-linear-gradient(#42bf45, #f7b733);
font-size: 20px;
font-weight: 500;
}

.home-page-last-news-wrap .box-link-date a {
color: hsl(0, 0%, 100%);
text-decoration: none;
}

.home-page-last-news-wrap .content-wrapper {
background: hsl(0, 0%, 100%);
box-shadow: 10px 40px 115px 27px rgba(0, 0, 0, 0.1); height: 410px;
}

.home-page-last-news-wrap .featured-image {
margin: 0;
padding: 0;
box-shadow: 10px 40px 115px 27px rgba(0, 0, 0, 0.1);
}

.home-page-last-news-wrap .featured-image img {
max-width: 100%;
}

.home-page-last-news-wrap .entry-content {
padding: 35px 45px;
}

.home-page-last-news-wrap .entry-content .entry-header h2 {
font-size: 24px;
font-weight: 600;
color: hsl(0, 0%, 9%);
}

.home-page-last-news-wrap .entry-content .entry-header h2 a {
color: hsl(0, 0%, 9%);
}

.home-page-last-news-wrap .entry-content .entry-meta {
margin-top: 6px;
font-size: 12px;
color: hsl(0, 0%, 9%);
font-weight: 500;
}

.home-page-last-news-wrap .entry-content .entry-meta a {
color: hsl(0, 0%, 10%);
}

.home-page-last-news-wrap .entry-content .entry-description {
margin-top: 25px;
font-size: 15px;
color: hsl(0, 0%, 60%);
line-height: 2;
}

.home-page-last-news-wrap .entry-content .entry-meta span {
margin-right: 10px;
}

/*------------------------------------------------------------
# site-footer
------------------------------------------------------------*/
.site-footer {
position: relative;
/* padding: 80px 0px; */
/* background: url(images/footer-cover.jpg) no-repeat; */
background-size: cover;
z-index: 1;
/* border-radius: 15px; */
overflow: hidden;
/* height: 430px; */
background: rgba(25, 27, 31, .05);
-webkit-background: rgba(25, 27, 31, 0.02);
-moz-background: rgba(25, 27, 31, 0.02);
-o-background: rgba(25, 27, 31, 0.02);
backdrop-filter: blur(620px);
-webkit-backdrop-filter: blur(620px);
-moz-backdrop-filter: blur(620px);
-o-backdrop-filter: blur(620px);
background-color: #03045e;
padding: 40px 0px 40px 0px;
}
/* 
.site-footer::before {
position: absolute;
content: " ";
height: 100%;
width: 100%;
z-index: 3;
background: hsla(0, 0%, 5%, 0.7);
top: 0;
left: 0;
} */

.site-footer .footer-cover-title {
min-height: 480px;
width: 100%;
}

.site-footer .footer-cover-title h2 {
font-size: 20vw;
font-weight: 700;
line-height: 1;
margin-bottom: 0;
text-align: center;
color: hsl(0, 0%, 100%);
mix-blend-mode: overlay;
z-index: 2;
}

/*------------------------------------------------------------
## .site-footer footer-content-wrapper
------------------------------------------------------------*/
.footer-content-wrapper {
width: 100%;
height: auto;
z-index: 4;
top: 0px;
left: 0;
padding: 0px 0;
text-align: center;
background-color: #03045e;
}

.footer-logo {padding: 0px;}

.footer-content-wrapper .flex {
flex-direction: column;
}

.footer-content-wrapper .entry-title {
text-align: center;
margin-top: 25px;
}

.footer-content-wrapper .entry-title a {
font-size: 52px;
font-weight: 700;
color: hsl(0, 0%, 100%);
line-height: 1;
text-decoration: none;
}

@media screen and (min-width: 576px) {
.footer-content-wrapper .entry-title a {
font-size: 100px;
}
}

.footer-content-wrapper .entry-mail {
margin-top: 16px;
font-size: 16px;
font-weight: 700;
color: hsl(0, 0%, 100%);
text-align: left;
}

.footer-content-wrapper .entry-mail a {
text-decoration: none;
color: hsl(0, 0%, 100%);
}

.copyright-info {
margin-top: 20px;
font-size: 12px;
color: hsl(0, 0%, 100%);
text-align: center;
margin-top: 30px;
/* position: absolute;
    left: 80px;
    bottom: 0px; */
}

.footer-content-wrapper .footer-social {
margin-top: 32px;
}

.footer-content-wrapper .footer-social .flex {
flex-direction: row !important;
}

.footer-content-wrapper .footer-social ul {
margin: 0;
padding: 0;
list-style: none;
}

.footer-content-wrapper .footer-social ul a {
padding: 5px 16px;
font-size: 12px;
color: hsl(0, 0%, 100%);
}

/*------------------------------------------------------------
# about-us
------------------------------------------------------------*/
.about-us {
background: url("images/about-us-background.jpg") no-repeat;
width: 100%;
height: 100%;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/
.about-us .site-header {
}

.about-us .site-header figure {
margin: 0;
padding: 0;
}

.about-us .site-header figure img {
max-width: 100%;
}

/*------------------------------------------------------------
## Page Header
------------------------------------------------------------*/
.page-header {
min-height: 520px;
padding-top: 280px;
background-size: cover;
}

.about-us .page-header {
background: url("images/about-us-header-background.jpg") no-repeat;
background-size: cover;
}

.page-header .entry-title {
font-size: 72px;
color: white;
margin: 0;
padding: 0;
}

.page-header .breadcrumbs {
padding: 0;
margin: 0;
font-size: 14px;
font-weight: 300;
color: #fff;
list-style: none;
}

.page-header .breadcrumbs li {
position: relative;
padding-right: 14px;
}

.page-header .breadcrumbs li::after {
content: '/';
position: absolute;
top: 3px;
right: 0;
height: 20px;
width: 14px;
font-size: 12px;
text-align: center;
}

.page-header .breadcrumbs li:nth-last-of-type(1)::after {
display: none;
}

.page-header .breadcrumbs li a {
text-decoration: none;
color: #fff;
}

.main-content {
margin: 120px 0;
}

.main-content .entry-header .entry-title p {
margin: 0;
padding: 0;
font-size: 14px;
font-weight: 500;
color: #7a7a7a;
}

.main-content .entry-header .entry-title h2 {
margin: 0;
padding: 0;
font-size: 48px;
font-weight: 600;
color: #040608;
}

.about-us .main-content .entry-content {
margin-top: 100px;
}

.about-us .main-content .entry-content .entry-header h3 {
margin: 0;
padding: 0;
font-size: 24px;
font-weight: 600;
color: #040608;
}

.about-us .main-content .entry-content .entry-description p {
margin: 0 !important;
padding: 0;
margin-top: 25px !important;
font-size: 15px;
font-weight: 300;
color: #989898;
line-height: 2;
word-break: break-all;
hyphens: auto;
}

.about-us .main-content .featured-image {
margin-top: 110px;
}

.about-us .main-content .featured-image img {
max-width: 100%;
}

.about-us .hero-slider-images {
margin-top: 110px;
}

.about-us .hero-slider-images .featured-images {
position: relative;
margin: 0;
padding: 0;
}

.about-us .hero-slider-images .featured-images a {
display: block;
}

.about-us .hero-slider-images .featured-images img {
max-width: 100%;
}

.about-us .hero-slider-images .featured-images .button {
position: absolute;
top: 43%;
left: 47.4%;
}

.milestones {
padding-bottom: 120px;
}

.milestones .d-col-n {
min-width: 150px;
}

/*------------------------------------------------------------
# Testimonials
------------------------------------------------------------*/
.testimonial-wrap {
position: relative;
background-image: linear-gradient(to bottom, #0196bf, #00a0bc, #00a9b3, #00b1a4, #1bb791);
}

.testimonials-container,
.testimonial-featured-image {
position: relative;
width: 100%;
overflow: hidden;
}

.testimonials-container {
padding-bottom: 60px;
}

.testimonial-content-wrap {
padding: 120px 80px 110px 40px;
}

.testimonial-content-wrap .user-avatar {
width: 52px;
height: 52px;
margin-right: 40px;
border-radius: 50%;
overflow: hidden;
}

.testimonial-content {
width: calc(100% - 92px);
}

.testimonial-content-wrap .entry-title {
font-size: 36px;
font-weight: 600;
color: #fff;
}

.testimonial-content-wrap .entry-content {
margin-top: 48px;
font-size: 15px;
font-weight: 300;
font-style: italic;
color: #fff;
}

.testimonial-content-wrap .entry-footer {
margin-top: 40px;
font-size: 14px;
font-weight: 600;
color: #fff;
}

.testimonial-content-wrap .entry-footer a {
color: #fff;
text-decoration: none;
}

.testimonials-container .swiper-button-next {
top: 50%;
right: 15px;
width: 42px;
height: 42px;
margin-top: -21px;
background: transparent;
}

.testimonials-container .swiper-button-next img {
width: 100%;
}

.testimonials-container .swiper-pagination-bullets {
padding-left: 292px;
text-align: left;
}

.testimonials-container .swiper-pagination-bullet {
width: 10px;
height: 10px;
margin: 0 6px !important;
background: transparent;
border: 2px solid #fff;
opacity: 1;
}

.testimonials-container .swiper-pagination-bullet-active {
background: #fff;
}

.testimonial-featured-image img {
min-width: 100%;
width: auto;
height: 100%;
}

@media screen and (min-width: 992px){
.testimonials-container,
.testimonial-featured-image {
width: 50%;
}

.testimonials-container .swiper-button-next {
right: -42px;
width: 84px;
height: 84px;
margin-top: -42px;
}
}


@media screen and (min-width: 1200px){
.testimonials-container,
.testimonial-featured-image {
width: 50%;
}

.testimonial-content-wrap {
padding: 120px 80px 110px 100px;
}
}


@media screen and (min-width: 1500px){
.testimonials-container,
.testimonial-featured-image {
width: 50%;
}

.testimonial-content-wrap {
padding: 120px 180px 110px 200px;
}
}

/*------------------------------------------------------------
# tickets-page
------------------------------------------------------------*/
.tickets-page {
background: url("images/elements-total-background.jpg") no-repeat;
width: 100%;
height: 100%;
}

/*------------------------------------------------------------
# Page Header
------------------------------------------------------------*/
.tickets-page .page-header {
background: url("images/tickets-page-header-background.jpg") no-repeat;
}

.tickets-page .tabs {
margin-top: 80px;
}

.tickets-page .tabs ul {
margin: 0;
padding: 0;
list-style: none;
}

.tickets-page .tabs .active {
background: -webkit-linear-gradient(#42bf45, #f7b733) !important;
}

.tabs .tab-nav {
padding: 10px 10px;
margin-right: 0;
font-size: 13px;
line-height: 1;
font-weight: 500;
color: #040608;
cursor: pointer;
}

.tabs .tab-nav:hover {
background: -webkit-linear-gradient(#42bf45, #f7b733) !important;
}

.tickets-page .tabs .tabs-container {
margin-top: 5px;
box-shadow: 13px 26px 139px rgba(0, 0, 0, 0.1);
background: #fff;
}

.tickets-page .tabs .tab-content {
padding: 48px 15px;
color: #989898;
font-size: 15px;
line-height: 1.8;
}

@media screen and (min-width: 576px){
.tabs .tab-nav {
padding: 20px;
}
}

@media screen and (min-width: 992px){
.tabs .tab-content {
padding: 48px;
}

.tabs .tab-nav {
padding: 20px 60px;
margin-right: 10px;
font-size: 15px;
}
}

.tickets-page .single-event-details-row {
margin-bottom: 30px;
}

.tickets-page .single-event-details-row:nth-last-of-type(1) {
margin-bottom: 0;
}

.single-event-details,
.single-event-details a,
.single-event-details label {
font-size: 18px;
font-weight: 500;
color: #040608;
}

.single-event-details label {
display: block;
margin-bottom: 0;
color: #232127;
}

.single-event-details p,
.single-event-details a {
color: #989898;
}

.single-event-details-row p.sold-out {
color: #040608;
}

.single-event-details-row p.sold-out span{
color: #ff0000;
}

.single-event-map {
width: 100%;
margin-top: 30px;
}

.single-event-map iframe {
width: 100%;
height: 460px;
}

@media screen and (min-width: 768px) {
.tickets-page .single-event-heading {
width: auto;
}

.single-event-details {
width: 220px;
}

.single-event-map {
width: calc(100% - 220px);
margin: 0;
}

.event-tickets {
padding: 40px;
}
}

@media screen and (min-width: 992px) {
.single-event-details {
width: 340px;
}

.single-event-map {
width: calc(100% - 340px);
margin: 0;
}

.event-tickets .ticket-row {
margin-bottom: 15px;
}

.ticket-type {
width: calc(100% - 400px);
margin-bottom: 0;
}

.event-tickets .number-of-ticket {
margin-bottom: 0;
}
}

.tickets-page .event-tickets {
padding: 72px 48px;
background: #fff;
box-shadow: 13px 26px 139px rgba(0, 0, 0, 0.1);
}

.tickets-page .event-tickets .ticket-row {
background: #f4f6f7;
margin-bottom: 15px;
}

.tickets-page .event-tickets .ticket-row .ticket-type {
padding: 15px 24px;
margin-right: 15px;
}

.tickets-page .event-tickets .ticket-row .entry-title {
font-size: 18px;
font-weight: 500;
color: #03070c;
width: 235px;
margin: 0;
padding: 0;
}

.tickets-page .main-content .event-tickets .ticket-type span {
font-size: 16px;
font-weight: 500;
color: #989898;
margin: 0;
padding: 0;
width: 300px;
}

.tickets-page .main-content .event-tickets .ticket-price {
font-size: 18px;
font-weight: 500;
color: #03070c;
width: 50px;
}

.tickets-page .event-tickets .number-of-tickets {
width: 120px;
padding: 15px 24px;
margin-right: 25px;
}

.tickets-page .number-of-tickets .increase-ticket,
.tickets-page .number-of-tickets .decrease-ticket {
font-size: 18px;
font-weight: 500;
color: #03070c;
cursor: pointer;
}

.tickets-page .number-of-tickets .ticket-count {
font-size: 18px;
font-weight: 400;
color: #03070c;
width: 32px;
border: 0;
text-align: center;
background: #f3f8f9;
}

.tickets-page .clear-ticket-count {
font-size: 16px;
font-weight: 500;
color: #989898;
margin-right: 60px;
cursor: pointer;
}

.tickets-page .ticket-row .btn {
background: #f3f8f9;
width: 100px;
font-size: 16px;
font-weight: 500;
color: #ff2630;
}

/*------------------------------------------------------------
# Blog
------------------------------------------------------------*/
.blog-page {
width: 100%;
height: 100%;
background: url("images/blog-page-background.jpg") no-repeat;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/
.blog-page .page-header {
background: url("images/blog-header-background.jpg") no-repeat;
}

.blog-list-page .single-blog-content {
display: none;
}

.blog-list-page .single-blog-content.visible {
display: block;
}

.blog-page .blog-list-page .blog-content {
margin-top: 100px;
box-shadow: 15px 18px 100px rgba(0, 0, 0, 0.1);
transition: .35s;
}

.blog-page .blog-list-page .blog-content:hover {
box-shadow: 15px 18px 100px rgba(0, 0, 0, 0.3);
transition: .35s;
}

.blog-page .blog-list-page .blog-content .featured-image {
margin: 0;
padding: 0;
}

.blog-page .blog-list-page .blog-content .featured-image img {
max-width: 100%;
position: relative;
}

.blog-page .blog-list-page .blog-content .box-link-date {
position: absolute;
top: 135px;
left: 0;
padding: 10px 25px;
background: -webkit-linear-gradient(#42bf45, #f7b733);
cursor: pointer;
}

.blog-page .blog-list-page .blog-content .box-link-date a {
font-weight: 400;
color: white;
text-decoration: none;
}

.blog-page .blog-list-page .blog-content .entry-content {
padding: 40px 45px;
background: white;
}

.blog-page .blog-list-page .blog-content .entry-content .entry-header h2 {
font-size: 24px;
font-weight: 700;
color: #050505;
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta {
margin-top: 6px;
font-size: 12px;
color: #050505;
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta span {
margin-right: 10px;
}

.blog-page .blog-list-page .blog-content .entry-content .entry-meta span a {
color: #050505;
}

.blog-page .blog-list-page .blog-content .entry-content .entry-description {
margin-top: 25px;
font-size: 15px;
color: #989898;
line-height: 2;
}

.blog-page .blog-list-page .load-more {
margin-top: 115px;
}

.blog-page .blog-list-page .load-more .btn {
padding: 15px 35px;
border-radius: 0;
background: -webkit-linear-gradient(#42bf45, #f7b733);
font-weight: 500;
outline: none;
}

/*------------------------------------------------------------
# contact-page
------------------------------------------------------------*/
.contact-page {
background: url("images/contact-background-image.jpg") no-repeat;
}

/*------------------------------------------------------------
# site-header
------------------------------------------------------------*/
.contact-page .page-header {
background: url("images/contact-header-background.jpg") no-repeat;
}

.contact-page .main-content {
background: #fff;
box-shadow: 13px 14px 68px rgba(0, 0, 0, 0.1);
}

.contact-page-map {
width: 100%;
}

.contact-page-map iframe {
width: 100%;
height: 660px;
}

.contact-page .contact-details {
margin-top: 70px;
}

.contact-page .contact-details .contact-medium {
padding: 0 20px;
}

.contact-page .contact-details .contact-medium .contact-icon {
padding: 0;
margin-right: 20px;
}

.contact-page .contact-details .contact-medium .contact-icon img {
max-width: 100%;
height: auto;
}

.contact-page .contact-details .contact-medium .entry-title {
margin: 0;
font-size: 16px;
font-weight: 600;
color: #040608;
}

.contact-page .contact-details .contact-medium .entry-content {
margin-top: 5px;
font-size: 14px;
font-weight: 500;
color: #989898;
}

.contact-page .get-in-touch {
margin-top: 115px;
padding: 0 15px;
}


@media screen and (min-width: 992px) {
.contact-page .get-in-touch {
padding: 0 100px;
}
}

.contact-page .get-in-touch .entry-header {
text-align: center;
}

.contact-page .get-in-touch .entry-title p {
font-size: 14px;
font-weight: 500;
color: #989898;
margin: 0;
}

.contact-page .get-in-touch .entry-title h2 {
font-size: 48px;
font-weight: 600;
color: #050505;
margin: 5px 0 0;
}

.contact-page .get-in-touch .entry-content {
margin-top: 45px;
}

.contact-page .get-in-touch .entry-content p {
font-size: 15px;
color: #989898;
line-height: 2;
text-align: center;
}

.contact-page .main-content .get-in-touch .contact-form {
margin-top: 120px;
}

.contact-page .contact-form input[type="text"],
.contact-page .contact-form input[type="email"],
.contact-page .contact-form textarea {
width: 100%;
padding: 14px 22px;
margin-bottom: 30px;
border: 0;
background: #f4f6f7;
color: #050505;
outline: none;
}

.contact-page .contact-form input[type="text"]::placeholder,
.contact-page .contact-form input[type="email"]::placeholder,
.contact-page .contact-form textarea::placeholder {
color: #7f7f7f;
font-style: italic;
}

.contact-page .contact-form .submit {
margin-top: 15px;
margin-bottom: 120px;
}

.contact-page .contact-form .submit .btn {
padding: 15px 30px;
margin-right: 20px;
border-radius: 0;
font-weight: 600;
background: -webkit-linear-gradient(#42bf45, #f7b733);
}

/*------------------------------------------------------------
# elements-page
------------------------------------------------------------*/
.elements-page {
background: url("images/elements-total-background.jpg") no-repeat;
}

.elements-page .page-header {
background: url("images/elements-header-background.jpg") no-repeat;
}

.elements-page .elements-wrap {
margin-bottom: 110px;
}

.elements-page .elements-wrap .entry-header h2.entry-title {
color: #040608;
font-size: 48px;
font-weight: 600;
}

.elements-page .elements-wrap h2.entry-title {
margin-bottom: 90px;
}

.elements-page .elements-wrap .entry-content .btn {
height: 55px;
width: 165px;
padding: 10px 20px;
margin-right: 20px;
border-radius: 0;
font-size: 16px;
font-weight: 500;
color: #040608;
}

.elements-page .elements-wrap .entry-content .gradient {
background: -webkit-linear-gradient(#42bf45, #f7b733);
}

.elements-page .elements-wrap .entry-content .white {
background: white;
box-shadow: 0 13px 50px 9px rgba(0, 0, 0, 0.1);
}

.elements-page .elements-wrap .entry-content .border-blu {
border: 2px solid #0de7e4;
}

.elements-page .elements-wrap .entry-content .color-border {
border: 2px solid #0de7e4;
padding: 6px;
background: #0de7e4;
background-clip: content-box;
}

.counter-box {
text-align: center;
}

.counter-box .start-counter {
font-size: 60px;
font-weight: 500;
color: #040608;
}

.counter-box .start-counter,
.counter-box .counter-k {
font-size: 60px;
font-weight: 600;
color: #040608;
text-align: center;
}

.counter-box .entry-title {
margin: 0;
font-size: 16px;
font-weight: 500;
color: #989898;
}


.tabs ul {
margin: 0;
padding: 0;
list-style: none;
}

.tabs ul .active {
background: -webkit-linear-gradient(#42bf45, #f7b733) !important;
}

.tabs ul .tab-nav {
padding: 15px 40px;
line-height: 1;
color: #040608;
font-weight: 600;
cursor: pointer;
}

.tabs-container {
background: #f3f8f9;
box-shadow: 5px 14px 100px rgba(0, 0, 0, 0.1);
}

.tabs-container .tab-content {
display: block;
padding: 48px;
background: #fff;
}

.tabs-container .tab-content .entry-header {
margin-top: 0;
font-size: 24px;
font-weight: 500;
color: #040608;
}

.tabs-container .tab-content p {
margin-top: 35px;
color: #989898;
font-size: 15px;
font-weight: 300;
line-height: 2;
}

.accordion-and-tabs-wrap .accordion-wrap {
position: relative;
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title {
width: 445px;
margin-bottom: 20px;
padding: 20px;
font-size: 16px;
color: #040608;
cursor: pointer;
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title .arrow-d::before {
content: "-";
}

.accordion-and-tabs-wrap .accordion-wrap .entry-title .arrow-r::before {
content: "+";
}

.accordion-and-tabs-wrap .accordion-wrap .active {
background: -webkit-linear-gradient(#42bf45, #f7b733);
}

.accordion-and-tabs-wrap .accordion-wrap .entry-content {
display: none;
width: 100%;
height: auto;
padding: 0 12px;
font-size: 15px;
font-weight: 300;
color: #989898;
line-height: 2;
}

.accordion-and-tabs-wrap .accordion-wrap .accordion-active {
display: block;
margin-top: 0;
}

.circular-progress-bar {
margin-bottom: 60px;
text-align: center;
}

.circular-progress-bar .circle {
position: relative;
width: 210px;
height: 210px;
}

.circular-progress-bar .circle strong {
position: absolute;
top: 56px;
left: 0;
width: 100%;
font-size: 60px;
color: #050505;
}

.circular-progress-bar .entry-title {
position: absolute;
top: 145px;
left: 0;
font-size: 16px;
font-weight: 600;
color: #989898;
text-align: center;
width: 100%;
}

.icon-box .entry-header {
position: relative;
margin: 0;
}

.icon-box .entry-header::before {
position: absolute;
content: "01.";
top: -18px;
font-size: 48px;
font-weight: 500;
line-height: 1;
background: -webkit-linear-gradient(#42bf45, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.icon-box .entry-header .entry-title {
padding-left: 84px;
margin: 0;
font-size: 24px;
font-weight: 600;
color: #050505;
}

.icon-box .entry-content {
margin-top: 30px;
color: #989898;
font-size: 15px;
line-height: 2;
word-break: break-all;
}

.icon-box-1 .entry-header::before {
content: "01.";
}

.icon-box-2 .entry-header::before {
content: "02.";
}

.icon-box-3 .entry-header::before {
content: "03.";
}



.bottomBanner { display: flex; justify-content: space-between; padding: 20px 20px;
  background-color: rgba(12, 29, 55,0.9);
  border-radius: 20px;
  margin: auto;
  margin-bottom: 70px;
  margin-top: 0px;
  width: 64%;
  /* margin: auto; */
  margin-right: 0px; }
.bottomBanner .bannerLeft {}


.sun-title {font-size: 14px;
font-weight: 600;
color: hsl(0, 0%, 48%); text-transform: uppercase; }

.common-title {font-size: 46px;
font-weight: 700;line-height: 1.2;
color: hsl(0, 0%, 0%);
}

.gradientText {color: hsl(0, 0%, 100%);
background: -webkit-linear-gradient(#0cb4e9, #FFF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;}

p { color: #03070c; font-size: 18px; line-height: 30px; }
#AboutUs { padding: 100px 0px; background-color: transparent;  
overflow: hidden; }
.about-usPix { overflow: hidden; }
.about-usPix img { object-fit: cover; height: 590px; width: 100%; }

.AboutUsLhs {  padding-left: 60px;/* height: 100%; 
  display: grid;
  place-content: center; */}

/*   .worls-map {} */

#KeyDiscussions { background-color: #fff; padding: 100px 0px; padding-top: 50px; }
.single_service {
  margin-bottom: 60px;
  position: relative;
}
.service_icon {
  border: 1px solid #ffffff;
  border-radius: 500px;
  display: inline-block;
  float: left;
  height: 110px;
  margin-bottom: 30px;
  margin-right: 30px;
  position: relative;
  width: 110px;
}
.single_service i {
  background: #ffffff;
  border: 1px dashed #03045e;
  border-radius: 500px;
  color: #03045e;
  font-size: 30px;
  height: 80px;
  left: 50%;
  line-height: 80px;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  transition: 0.3s;
}

.single_service h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 15px;
  text-transform: capitalize;
  color: #03045e;
}


.popupbos {}
.popupbos h2 {font-size: 36px;
font-weight: 600;line-height: 1.2;
color: hsl(0, 0%, 0%);}
.popupbos .timing {font-size: 20px;
font-weight: 600;line-height: 1.2;
color: hsl(0, 0%, 0%);}

.popupbos ul { margin-top: 30px; }  
.popupbos ul li { font-size: 14px; color: #03070c; margin-bottom: 10px; }
.popupbos .sun-title  {width: fit-content;
padding: 5px 10px;
background: #f8f8f8;
border-radius: 10px;
margin: auto;}

.sedCards { background-color: #FFF; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1); padding:50px 50px; margin-bottom: 30px; text-align: center;height: 94%;  }


#Sponsors { margin-top: 80px;  padding-top: 40px; padding-bottom: 40px;
background-color: #fff;
}
#Sponsors .flex-container {
display: flex;
height: 100%;
padding: 15px;
gap: 25px; }
#Sponsors .item1 {
flex-grow: 1;
flex-shrink: 1;
padding-top: 30px; }
#Sponsors .item2 {
flex-grow: 22;
align-self: auto; }
#Sponsors .carousel-wrapper {
--width: 200px;
--gap: 0;
--num-items: 10;
--ani-offset: calc(var(--width) * var(--num-items) * -1);
--ani-speed: 20s;
width: 1000px;
overflow: hidden;
position: relative; }
#Sponsors .carousel-wrapper::before,
#Sponsors .carousel-wrapper::after {
content: '';
position: absolute;
width: 20%;
height: 100%;
z-index: 1;
top: 0; }
#Sponsors .carousel-wrapper::before {
left: 0;
background-image: linear-gradient(to right, var(--bg-clr) 0%, transparent 50%); }
#Sponsors .carousel-wrapper::after {
right: 0;
background-image: linear-gradient(to left, var(--bg-clr) 0%, transparent 50%); }
#Sponsors .carousel {
display: flex;
align-items: left;
animation: slide var(--ani-speed) linear infinite; }
#Sponsors .item {
flex: 1 0 var(--width);
text-align: left;
padding: 1rem; }
#Sponsors .item:last-child {
/*background: red;*/ }
@keyframes slide {
100% {
transform: translateX(var(--ani-offset)); } }


#AttendeeProfiles { padding: 70px 0px;
/* background: -webkit-linear-gradient(#42bf45, #f7b733); */ }
#AttendeeProfiles .flex-container {
display: flex;
height: 100%;
padding: 15px;
gap: 25px; }
#AttendeeProfiles .item1 {
flex-grow: 1;
flex-shrink: 1;
padding-top: 7px; }
#AttendeeProfiles .item2 {
flex-grow: 22;
align-self: auto; }
#AttendeeProfiles .marquee,#hashtagmarquee .marquee,#hashtagmarquee2 .marquee {
position: relative;
top: 0;
left: 0;
width: 100%;
height: 150px;
display: block;
transform-origin: 50% 100%;
transition: transform 0.25s;
overflow: hidden; }
#AttendeeProfiles .marquee .inner,#hashtagmarquee .marquee .inner,#hashtagmarquee2 .marquee .inner {
position: absolute;
top: 56px;
left: 0;
display: flex;
display: flex;
align-items: flex-end;
color: #FFF;
/*   font-size: 8rem; */
white-space: nowrap; }
#AttendeeProfiles .marquee .inner p,#hashtagmarquee .marquee .inner p,#hashtagmarquee2 .marquee .inner p {
font-size: 24px;
color: #FFF;
font-weight: 600; }
#AttendeeProfiles .marquee .inner p span,#hashtagmarquee .marquee .inner p span,#hashtagmarquee2 .marquee .inner p span {
display: inline-block;
margin: 0px 10px; color: #000; background-color: rgb(255, 255, 255); padding: 11px 23px; border-radius: 30px;}

#AttendeeProfiles .marquee .inner p span sub,#hashtagmarquee .marquee .inner p span sub,#hashtagmarquee2 .marquee .inner p span sub {
color: #333;
font-size: 50px !important;
top: 18px; }
#AttendeeProfiles .marquee .inner > *,#hashtagmarquee .marquee .inner > *,#hashtagmarquee2 .marquee .inner > * {
padding: 0 1rem; }


.text-white { color: #FFF; }


#hashtagmarquee,#hashtagmarquee {margin-top: 60px;}
#hashtagmarquee .marquee .inner p span,#hashtagmarquee2 .marquee .inner p span { border-radius: 0px; font-weight: bold; font-size: 90px !important; 
    -webkit-text-stroke: 1px #03045e;
    -webkit-text-fill-color: transparent;  
    color: #fff; background-color: transparent; padding: 11px 0px; 

}


#hashtagmarquee2 { background-color: #f8f8f8; padding-top: 50px; padding-bottom: 70px;  }

#hashtagmarquee.hashtagmarquee3 { margin-bottom: 0px; background-color: white; margin-top: 0px; padding-top: 80px; }
#hashtagmarquee.hashtagmarquee3 .marquee span { width: 150px; }
#hashtagmarquee.hashtagmarquee3 .marquee span img { width: 100%; padding: 5px; border-radius: 5px; background-color: #0c1d37; /* aspect-ratio: 2/3; object-fit: cover; height: 50px; */ } 
#hashtagmarquee.hashtagmarquee3 .marquee.marquee2 span img { mix-blend-mode: color; } 


#features  {
padding: 60px 0;
min-height: 100vh;
background-color: #fff;
/* border-radius: 15px; */
}

.bg-gray {
background-color: #f9f9f9;
}

.site-heading h2 {
display: block;
font-weight: 700;
margin-bottom: 10px;
text-transform: uppercase;
}

.site-heading h2 span {
color: #ffaf5a;
}

.site-heading h4 {
display: inline-block;
padding-bottom: 20px;
position: relative;
text-transform: capitalize;
z-index: 1;
}

.site-heading h4::before {
background: #ffaf5a none repeat scroll 0 0;
bottom: 0;
content: "";
height: 2px;
left: 50%;
margin-left: -25px;
position: absolute;
width: 50px;
}

.site-heading {
margin-bottom: 60px;
overflow: hidden;
margin-top: -5px;
}


.features-items,
.features-items .items-box {
overflow: hidden;
}

.features-area .equal-height::after {
background: #e7e7e7 none repeat scroll 0 0;
content: "";
height: 100%;
position: absolute;
right: -1px;
top: 0;
width: 1px;
}

/* .features-area.item-full .equal-height::before {
background: #e7e7e7 none repeat scroll 0 0;
content: "";
height: 1px;
position: absolute;
bottom: -1px;
right: 0;
width: 100%;
}
*/
.features-area .features-items .col-md-5, 
.features-area .features-items .col-md-7 {
display: table-cell;
float: none;
vertical-align: middle;
}

.features-area .features-items.reversed .col-md-5, 
.features-area .features-items.reversed .col-md-7 {
display: inline-block;
float: left;
}

.features-area .features-items.reversed .info-box {
float: right;
}

.features-area .features-items .item {
padding: 15px 30px;
}

.features-area.item-full .features-items .item {
padding: 30px;
}

.features-area .features-items .item h4 {
position: relative;
}

.features-area.bottom-small {
padding-bottom: 25px;
}

.features-area.default-padding.bottom-none {
padding-bottom: 30px;
}

.features-area .item .icon {
margin-bottom: 20px;
}

.features-area .item .info {
}

.features-area .item .icon i {
background: #ffffff none repeat scroll 0 0;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
color: #ffaf5a;
display: inline-block;
font-size: 30px;
height: 100px;
line-height: 100px;
position: relative;
text-align: center;
width: 100px;
z-index: 1;
}

.features-area .features-items .items-box i {
background: transparent;
}

.features-area .item .icon {
margin-bottom: 25px;
}

.features-area .features-items.icon-solid i {
border-radius: inherit;
-moz-box-shadow: 0 0 10px #cccccc;
-webkit-box-shadow: 0 0 10px #cccccc;
-o-box-shadow: 0 0 10px #cccccc;
box-shadow: 0 0 10px #cccccc;
color: #ffaf5a;
display: inline-block;
font-size: 50px;
height: 80px;
line-height: 80px;
position: relative;
text-align: center;
width: 80px;
}


.features-area .item .info h4 {
font-weight: 600;
text-transform: capitalize;
font-size: 20px;
background: -webkit-linear-gradient(#42bf45, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.features-area .item .info p {
margin: 0;
}

.features-area .features-items.less-icon .items-box.inc-cell .item .info {
padding-left: 0;
}

.features-area .features-items .items-box.inc-cell .item .info a {
color: #666666;
display: inline-block;
margin-top: 15px;
text-transform: uppercase;
}

.features-area .features-items .items-box.inc-cell .item .info a:hover {
color: #ffaf5a;
}



#news {
/* border-radius: 15px; */
background-color: #f8f8f8;
padding: 90px 0px;
transition: .5s; }
#news .newsleft p {
margin-left: 100px;
margin-right: 60px;
margin-top: 30px; }
#news .newsbox {
height: 483px;
position: relative;
background-repeat: no-repeat;
background-position: left top;
background-size: 100%;
padding: 30px;
/* border-radius: 15px; */
overflow: hidden;
/*     
}

&.news6Bg { background-image: url(../images/newspix1.jpg);  }
&.news7Bg { background-image: url(../images/newspix1.jpg);  } */ }
#news .newsbox p {
color: white;
position: relative;
z-index: 2; }
#news .newsbox img {
filter: brightness(0) invert(1);
width: 50px;
margin-bottom: 10px; }
#news .newsbox::before {
content: '';
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
left: 0px;
top: 0px;
transition: 0.5s; }
#news .newsbox:hover:before {
background-color: #333; }
#news .newsbox.news1Bg {
background-image: url(../images/newspix1.webp); }
#news .newsbox.newsautoBg {
background-image: url(../images/auto.webp); }
#news .newsbox.mediaBg {
background-image: url(../images/media.webp); }
#news .newsbox.healthBg {
background-image: url(../images/health.webp); }

#news .newsbox.publicBg {
background-image: url(../images/public.webp); }
#news .newsbox.bankBg {
background-image: url(../images/banking.webp); }

#news .newsbox.news7Bg {
background-image: url(../images/fin.jpg); }
#news .newsbox.paymentBg {
background-image: url(../images/payment.webp); }
#news .newsbox.itesBg {
background-image: url(../images/ites.webp); }
#news .newsbox.gamesBg {
background-image: url(../images/games.webp); }
#news .newsbox.edBg {
background-image: url(../images/ed.webp); }


#news .newsbox.news3Bg {
background-image: url(../images/it.jpg); }
#news .newsbox.news4Bg {
background-image: url(../images/pay.jpg); }
#news .newsbox.news5Bg {
background-image: url(../images/retail.jpg); }
#news .newsbox.news6Bg {
background-image: url(../images/phar.jpg); }
#news .newsbox.news8Bg {
background-image: url(../images/health.jpg); }
#news .newsbox.news9Bg {
background-image: url(../images/game.jpg); }
#news .newsbox .dates {
justify-content: space-between;
display: flex;
position: absolute;
bottom: 20px;
width: 80%;
left: 0px;
right: 0px;
margin: auto; }
#news .newsbox .dates h3 {
font-weight: 400;
font-size: 32px;
line-height: 41px;
color: white; }
#news .newsbox .dates h6 {
font-weight: 400;
margin-top: 60px;
font-size: 20px;
line-height: 25px;
color: white; }
#news .owl-carousel .owl-nav div {
font-size: 12px; }

.fancybox-slide--html .fancybox-close-small { color: #000 !important; opacity: 1 !important; }

.black { color: black; }

.nrlogo { display: inline-block; border-right: solid 1px rgba(255, 255, 255, 0.4); padding-right: 10px; margin-right: 10px; }
.nrlogo img { width: 335px; }


.featured-image { text-align: center; }
.featured-image img { width: 100%; }
.featured-image a { display: block; position: relative; }
.featured-image a.video{position: relative;}
.featured-image a.video::before { content: ''; position: absolute; width: 50px; height: 50px; left: 0px; top: 0px; background: url(../images/youtube.png) no-repeat center center; background-size: 50px; z-index: 1; right: 0px; bottom: 0px; margin: auto; }

.featured-image h2 { color: #000; font-size: 22px; font-weight: 700; margin-top: 10px; }

.swiper-button-next:after, .swiper-button-prev:after { display: none; }

.speakers .swiper-button-next, .speakers .swiper-button-prev { top: 40%; }
.speakers .swiper-button-next { right: 30px; }
.speakers .swiper-button-prev { left: 30px; }

.Ashnik-Elastic img { width: 320px; padding: 6px 0px;/*  border-bottom: solid 1px #fff; border-top: solid 1px #fff; */ margin:0px 0px; position: relative; }

.Ashnik-Elastic:before,.Ashnik-Elastic:after { content: ''; position: absolute; width: 400px; height: 1px; background: rgb(0,208,255);
background: linear-gradient(90deg, rgba(0,208,255,1) 0%, rgba(37,255,191,1) 100%);}

.Ashnik-Elastic:before { top: 0px; left: 0px; }
.Ashnik-Elastic:after { bottom: 0px; left: 0px; }
.entry-meta-date h6 { padding-top: 10px;font-size: 14px; }
.entry-header { margin-bottom: 25px; }
/*     .speakersSlider {padding-top: 180px;} */


.speakersSlider .featured-image { text-align: center; text-align: center;
padding: 10px;
background: #FFF;
border-radius: 10px;
box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);height: 270px; margin-top: 90px;}
.speakersSlider .featured-image img { width: 100%; }
.speakersSlider .featured-image a { display: block; display: block;
border-radius: 20px;
width: 150px;
height: 168px;
margin: auto;
overflow: hidden;margin-top: -70px; margin-bottom: 20px;box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;}
.speakersSlider .featured-image h2 { color: #000; font-size: 18px; font-weight: 700; margin-top: 10px; line-height: 10px; }
.speakersSlider .featured-image small { display: block;  line-height: 18px;  }
.speakersSlider .swiper-button-next:after,.speakersSlider  .swiper-button-prev:after { display: none; }

.speakers .swiper-button-next, .speakers .swiper-button-prev { top: 36%; transform: scale(0.7); }
.speakers .swiper-button-next { right: 30px; }
.speakers .swiper-button-prev { left: 30px; }



.aboutCompanyVid { transform: scale(0.8); margin-top: 50px;
transition: 1s; position: relative;  }
.aboutCompanyVid:hover {transform: scale(1);}

.aboutCompanyVid .playbt {     position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: auto;
width: fit-content;
height: fit-content; }

.agendaCards { position: relative; overflow: hidden; /* border-radius: 15px; */ margin-top: 80px; }
.agendaCards .agendaCardsImg img {width: 100%;
height: 550px;
object-fit: cover;}

.agendaCards .agendaCardsContent { background-color: #FBAB7E;
background-image: linear-gradient(62deg, #FBAB7E 0%, #F7CE68 100%); position: absolute; left: 0px; bottom: -325px; height: 90%; width: 90%; /* border-radius: 15px; */  padding: 40px; transition: 0.5s;
}
.agendaCards .agendaCardsContent .nos { font-size: 106px;
font-weight: 300;
color: #ffffff;
position: absolute;
right: 20px;
top: -10px;
opacity: 0.5; }

.agendaCards .agendaCardsContent h3 {
font-size: 40px; font-weight: 700; color: #fff;
}

.agendaCards .agendaCardsContent p {margin-top: 70px; color: #fff; opacity: 0; transition: 0.5s; }

.agendaCards:hover {}
.agendaCards:hover .agendaCardsContent { bottom: 0px; }
.agendaCards:hover .agendaCardsContent p { opacity: 1; margin-top: 50px; transition-delay: 0.1s; }


.dreamit-brand {
/* box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07); */
/* margin: 2px 0; */
/* padding: 8px 0 9px; */
/* border-radius: 10px; */
background-color: #fff;
}

.single-brand-thumb img {
width: 100%;
}

.mb-40 {
margin-bottom: 40px;
}
.mt-80 {
margin-top: 80px;
}



.animate-text {
height: 103px;
overflow: hidden;
transform: translate(0px, -20px);
}

.animate-text span{
font-size: 70px;
color:#0d540e;
font-weight: 700;
line-height: 91px;
display: none;
background: -webkit-linear-gradient(#42bf45, #f7b733);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

.animate-text span.text-in{
display: block;
animation: textIn .5s ease;
}
.animate-text span.text-out{
animation: textOut 1s ease;
}
@keyframes textIn{
0%{
transform: translateY(100%);
}
100%{
transform: translateY(0%);
}
}
@keyframes textOut{
0%{
transform: translateY(0%);
}
100%{
transform: translateY(-100%);

}
}

.lr-mr {/* margin-left:50px; margin-right:50px  */}

.white { color: #FFF;}

.footer-menu {padding-left: 0px;margin-top: 120px;}

.hrader-top-social {
text-align: left;
}
.hrader-top-social a {
color: #fff;
font-size: 15px;
font-weight: 400;
margin-right: 10px;
display: inline-block;
text-align: right;
}

.footer-menu h6 {
font-size: 18px;
color: #FFF;
margin-bottom: 12px;
text-align: left;
}

.headoffice { text-align: left; }
.headoffice p { color: #FFF; }

.footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    
}



 /* Sub-menu styling */
 .site-navigation .sub-menu {
position: fixed;
top: 70px;
background: #ffffff;
width: 200px;
display: none;
transition: all 0.3s ease-in-out;
border-radius: 10px;
}
.site-navigation .sub-menu { border: none; margin: 0px; padding: 0px; border: none !important; }
.site-navigation .sub-menu a { padding-left: 0px; margin:0px; line-height: 30px; display: block; padding:6px 12px;color: #000;}
.site-navigation ul li:hover .sub-menu  { display: block; }


.site-navigation ul li a { color: #FFF; }
.scroller-navigation .site-navigation .sub-menu {top: 80px; }
.scroller-navigation .site-navigation .sub-menu {margin-left: 0px !important;}

.footer-menu li {
    margin-bottom: 7px;
}
.footer-menu li a {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0px 0px;
    text-align: left;
    text-decoration: none;
}

.go-top {
    position:fixed;
    bottom: 5%;
    right: 3%;
    padding:20px;
    display:none;
    cursor: pointer;
      -webkit-font-smoothing: antialiased;
      z-index: 9999;
  }
  .go-top:after {
    font-family: FontAwesome;
    content: "\f106";
      background-color: #000;
      padding: 6px 15px;
    color: #fff;
    position: absolute; 
    bottom:10px;
    font-size: 16px;
    border-radius: 5px;
    
    
  }
  
  .go-top-text {
      position: absolute;
      width: 60px;
      text-align: center;
      line-height: 1.5;
      letter-spacing: 3px;
      font-size: 12px;
      margin: 20px 0 0 -4px;
  }
  
  .go-top:hover {
      transition: all .4s linear;
      transform: scale(1.1);
  }


  
/* progress circle */

.progress-circle-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .progress-circle {
    width: 50px;
    height: 50pxs;
  }
  
  .progress-circle-bar {
    fill: none;
    stroke: #3f3eed;
    stroke-width: 5;
    stroke-dasharray: 283;
    stroke-dashoffset: 0;
    transform-origin: center;
    transition: stroke-dashoffset 0.3s ease;
  }
  
  .progress-background {
    fill: transparent;
    stroke: #ededed;
    stroke-width: 5;
    stroke-dasharray: none;
  }
  
  
  .scroll-to-top {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity 0.3s ease;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
  }
  
  .scroll-to-top svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: white;
    transition: all 0.1s ease;
  }

  .scroll-to-top svg path { fill: #3f3eed; stroke: #3f3eed; }

/*  */

/*  */

.accordion {
  max-width: 1170px;
  margin: 40px auto 0;
  margin-top: 80px;
}

.at-tab {
  display: none;
  padding: 15px;
  border: 1px solid #dddddd;
  border-top: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  background-color: transparent;
  border-bottom: solid 1px #d9d9d9;
  position: relative;
  transition: background-color 0.3s ease;
}

.at-title:hover {
  background-color: #fbfbfb;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
  color: #000;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}

.at-title h2 {
  font-size: 22px;
  font-weight: 600;
  padding: 10px 15px;
  margin: 0;
  color: #000;
}

.at-title.noAcc:after { display: none; }

.accordion h3 {     color: #0c1d37;
  padding-left: 20px;
  margin: 10px 0px;
  margin-top: 40px; }

.at-title h2 span:nth-child(1) { background: -webkit-linear-gradient(#42bf45, #f7b733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; display: inline-block;
  width: 166px;
  border-right: solid 1px #bfbfbf;
  margin-right: 10px; }

.accordion-header {
  text-align: center;
  background-color: #222222;
  color: white;
  padding: 20px 0;
}

.featured-image { position: relative; }
.featured-image .bottomlogo { position: absolute; bottom: 0px; right: 0px; margin: auto; width: fit-content; height: fit-content; width: 80px; background-color: rgba(255, 255, 255, 1); padding: 5px; }
.featured-image .bottomlogo img { width: 100%; }


#Agenda h2 .gradientText  {background: -webkit-linear-gradient(#42bf45, #f7b733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'Poppins', sans-serif;}


  header.fixed { position: fixed; z-index: 999; transition: 0.5s; }
  header.fixed.nav-up { top:-230px; }
  header.fixed.nav-down { top: 0px; background-color: #03045e; }


   .feature-box {
    padding: 24px 20px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
    transition: 0.3s;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.06);
}

 .feature-box i {
  line-height: 0;
  color: #3f3eed;
  padding: 4px;
  margin-right: 10px;
  font-size: 28px;
  border-radius: 3px;
  transition: 0.3s;
}

 .feature-box h3 {
  font-size: 18px;
  color: #232434;
  font-weight: 700;
  margin: 0;
}

.gmap iframe { height: 400px; }

.bannetImg img { width: 100%; }

.fancybox__content {width: 800px !important; max-width: 100% !important; border-radius: 20px; padding: 0px !important; }

.pastevents { position: relative; }
.pastevents:before { content: '+'; position: absolute; right: 30px; top: 0px;  font-size: 18px; color: #fff; cursor: pointer; }
.pastevents ul { height: 0px; transition: all 0.5s; overflow: hidden;}
.pastevents:hover ul {height: 120px;}

.fancybox__container { z-index: 9999 !important; }

/*  */
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .bottomBanner {width: 66%;}
  .hero-content .entry-header h2 {transform: translate(0px, 50px);}
  .bottomBanner {margin-right: 0px;
    transform: scale(0.8) translate(90px, 0px); margin-bottom: 0px; }
    .site-navigation ul li a {
      padding: 20px 18px;
  }
  .speakersSlider .featured-image h2 {font-size: 14px;}

  .footer-logo {
    padding: 90px 30px;
}
.footer-content-wrapper .copyright-info {left: 30px;}

}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .bottomBanner {width: 86%;}
  .hero-content .entry-header h2 {transform: translate(0px, 0px);}
  .bottomBanner {margin-right: 0px;
    transform: scale(0.8) translate(90px, -140px); margin-bottom: 0px; }
    .site-navigation ul li a {
      padding: 20px 16px;
  }
  .hero-content .entry-header h2 {
    font-size: 67px;
    line-height: 58px;
}
.speakersSlider .featured-image h2,.speakersSlider .featured-image h6 {font-size: 12px; line-height: 14px; }

.at-title h2 {font-size: 18px;}

.speakersSlider .featured-image small { line-height: 14px; display: block; }
  
.footer-logo {
  padding: 40px; 
}

.home-page-last-news-wrap .entry-content {
  padding: 15px 25px;
}
.home-page-last-news-wrap .entry-content .entry-header h2 {font-size: 20px;}


.footer-content-wrapper .copyright-info {
      left: 40px;
  }

  p {
    font-size: 16px;
    line-height: 21px;
}

#AttendeeProfiles .marquee .inner p, #hashtagmarquee .marquee .inner p, #hashtagmarquee2 .marquee .inner p {
  font-size: 18px;
  color: #FFF;
  font-weight: 600;
}

#news .newsbox .dates h3 {
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  color: white;
}
 
.service_icon {height: 80px;width: 80px;}
.single_service i {width: 60px; height: 60px; line-height: 60px; font-size: 22px; }
.single_service h4 {font-size: 20px;}
.feature-box h3 {font-size: 16px;}
}

.single_date span {font-size: 20px;}

/* 2. scale and layout setting at 125% */
@media (resolution: 1.25dppx) {
  .bottomBanner {width: 70%;}
  .hero-content .entry-header h2 {transform: translate(0px, 0px);}
  .bottomBanner {margin-right: 0px;
    transform: scale(0.8) translate(90px, 0px); margin-bottom: 0px; }
}

/* 3. scale and layout setting at 150% */
@media (resolution: 1.5dppx) {
  .bottomBanner {width: 77%;}
  .hero-content .entry-header h2 {transform: translate(0px,0px);}
  .bottomBanner {margin-right: 0px;
    transform: scale(0.8) translate(90px, 0px); margin-bottom: 0px; }
    .site-navigation ul li a {
      padding: 20px 11px;
  }
  .hero-content {height: calc(140vh - 0px);}

  .speakersSlider .featured-image h2 {font-size: 15px;}
  .speakersSlider .featured-image h6 { font-size: 12px; }

  .hero-content .entry-header h2 {
    font-size: 60px;
    line-height: 52px;
}

p {
  color: #03070c;
  font-size: 16px;
  line-height: 24px;
}

.small, small {
  font-size: 12px;
  line-height: 18px;
  display: block;
}

.home-page-last-news-wrap .entry-content .entry-header h2 {
  font-size: 20px;
}

.footer-menu {
  padding-left: 0px;
}

.footer-logo {
  padding: 40px;
}
  
.service_icon {height: 80px;width: 80px;}
.single_service i {width: 60px; height: 60px; line-height: 60px; font-size: 22px; }
.single_service h4 {font-size: 20px;}
.feature-box h3 {font-size: 16px;}

}

/* Medium */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .header-bar.scroller-navigation {width: 90%;}
  .site-navigation ul li a {
    padding: 20px 21px;
}
p {
  font-size: 16px;
  line-height: 23px;
}
.home-page-last-news-wrap .entry-content {
  padding: 15px 15px;
}

.footer-logo {
  padding: 20px;
}

.footer-content-wrapper .copyright-info {left: 20px;}
.site-navigation ul li a {
  padding: 20px 14px;
}

}
/* Small */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .hero-content  { text-align: center; overflow: hidden; }
  .hero-content .entry-header h2 {font-size: 70px;}
  .bottomBanner { display: block; }
  .countdown-holder {min-width: 55px;}
  .countdown-holder .dday, .countdown-holder .dhour, .countdown-holder .dmin, .countdown-holder .dsec {font-size: 40px;}
  .site-navigation {top: 30px;right: 25px;}
  .header-bar.scroller-navigation .site-navigation {top: 22px;}
  .site-navigation ul {left: -750px;}
  .header-bar.scroller-navigation {width: 80%;}
  .header-bar .site-branding {transform: scale(0.9);transform-origin: left;}
  #AboutUs {padding: 40px 0;padding-top: 60px;}
  .common-title {font-size: 30px;}
  .the-complete-lineup {
  margin-top: 25px;
  padding: 0px 20px;
  }
  .scroller-navigation .header-bar-wrap .logo img {
    transform: translate(-10px, 0px);
  }
  .the-complete-lineup .entry-title h2 {font-size: 36px;}
  #Sponsors { overflow: hidden; }
  #Sponsors .flex-container,#AttendeeProfiles .flex-container { display: block; }
  #news {padding: 40px 0px;}
  .homepage-next-events .entry-title h2,.home-page-last-news .entry-title h2  {font-size: 30px;}
  .home-page-last-news {
  margin-top: 90px;
  padding: 40px 0px;
  }
  .home-page-last-news-wrap {
  margin-top: 40px;
  }
  .homepage-next-events {
  margin-top: 40px;
  }
  .hero-content .container-fluid {padding: 0px 0px;} 
  .hero-content .entry-header h2 {
  font-size: 50px;
  }
  .nrlogo img {
  width: 210px;
  }
  .fancybox__content {padding: 14px !important;}
  
  .fancybox__content .common-title {
  font-size: 24px;
  }
  
  .logo img {
    width: 110px !important;
  }
  
  .scroller-navigation .site-navigation ul {
    border-top: none;
    margin-left: 0px;
    border-radius: 0px 20px 0px 0px; top: -12px;
  }
  
  .site-navigation ul { background-color: white; width: 270px; }
  .site-navigation ul li a { padding-left: 0px; }
  .site-navigation ul li { text-align: left; }
  
  .site-navigation .sub-menu {
    top: 0%;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 7px;
    background: #f9f9f9;
  }
  
  .aboutCompanyVid .playbt {transform: scale(0.6);}
  .lineup-artists-headline .entry-title h2 {font-size: 28px;}
  .at-title h2 span:nth-child(1) { width: 100%; font-size: 16px; border: none; }
  .at-title h2 {font-size: 18px;}
  .accordion h3 {padding-left: 14px;}
  .content-section {padding-bottom: 40px;}
  #hashtagmarquee, #hashtagmarquee {
    margin-top: 0px;
  }
  #hashtagmarquee .marquee .inner p span, #hashtagmarquee2 .marquee .inner p span { font-size: 66px !important; }
  
  .home-page-last-news-wrap .entry-content {
    padding: 25px 15px;
  }
  
  .home-page-last-news-wrap .entry-content .entry-header h2 {
    font-size: 19px;
  }
  
  .home-page-last-news-wrap .content-wrapper {
    height: auto;
    margin-bottom: 30px;
  }
  
  .site-footer {
    padding: 30px 0px; text-align: center;
  }
  
  .footer-logo { margin-bottom: 20px; padding: 20px; }
  
  .QuickLinks { margin-top: 0px; margin-left: 20px; }
  
  .footer-menu {
    padding-left: 7px;
  }
  
  .bottomBanner {width: 100%;margin-left: 0px;
    margin-right: 0px; margin-bottom: 23px;}
  
    .site-navigation ul li a {
      color: #000;
  }
  
  .lineup-artists-headline {
    margin-top: 45px;
  }
  .accordion {margin-top: 40px;}
  
  .footer-content-wrapper .copyright-info { position: relative; left: 0px; }
  
  }
  
/* Extra small */
@media (min-width: 320px) and (max-width: 767px) {
.hero-content  { text-align: center; overflow: hidden; }
.hero-content .entry-header h2 {font-size: 70px;}
.bottomBanner { display: block; }
.countdown-holder {min-width: 55px;}
.countdown-holder .dday, .countdown-holder .dhour, .countdown-holder .dmin, .countdown-holder .dsec {font-size: 40px;}
.site-navigation {top: 30px;right: 25px;}
.header-bar.scroller-navigation .site-navigation {top: 22px;}
.site-navigation ul {left: -750px;}
.header-bar.scroller-navigation {width: 80%;}
.header-bar .site-branding {transform: scale(0.9);transform-origin: left;}
#AboutUs {padding: 40px 0;padding-top: 60px;}
.common-title {font-size: 30px;}
.the-complete-lineup {
margin-top: 25px;
padding: 0px 20px;
}
.scroller-navigation .header-bar-wrap .logo img {
  transform: translate(0px, 0px);
}
.the-complete-lineup .entry-title h2 {font-size: 36px;}
#Sponsors { overflow: hidden; }
#Sponsors .flex-container,#AttendeeProfiles .flex-container { display: block; }
#news {padding: 40px 0px;}
.homepage-next-events .entry-title h2,.home-page-last-news .entry-title h2  {font-size: 30px;}
.home-page-last-news {
margin-top: 90px;
padding: 40px 0px;
}
.home-page-last-news-wrap {
margin-top: 40px;
}
.homepage-next-events {
margin-top: 40px;
}
.hero-content .container-fluid {padding: 0px 0px;left: 0px;z-index: 99;} 
.hero-content .entry-header h2 {
font-size: 50px;
}
.nrlogo img {
width: 210px;
}
.fancybox__content {padding: 14px !important;}

.fancybox__content .common-title {
font-size: 24px;
}

.logo img {
  width: 260px !important;
}

.scroller-navigation .site-navigation ul {
  border-top: none;
  margin-left: 0px;
  border-radius: 0px 20px 0px 0px; top: -12px;
}

.site-navigation ul { background-color: white; width: 270px; }
.site-navigation ul li a { padding-left: 0px; }
.site-navigation ul li { text-align: left; }

.site-navigation .sub-menu {
  top: 0%;
  width: 100%;
  position: relative;
  display: block;
  margin-top: 7px;
  background: #f9f9f9;
}

.aboutCompanyVid .playbt {transform: scale(0.6);}
.lineup-artists-headline .entry-title h2 {font-size: 28px;}
.at-title h2 span:nth-child(1) { width: 100%; font-size: 16px; border: none; }
.at-title h2 {font-size: 18px;}
.accordion h3 {padding-left: 14px;}
.content-section {padding-bottom: 40px;}
#hashtagmarquee, #hashtagmarquee {
  margin-top: 0px;
}
#hashtagmarquee .marquee .inner p span, #hashtagmarquee2 .marquee .inner p span { font-size: 66px !important; }

.home-page-last-news-wrap .entry-content {
  padding: 25px 15px;
}

.home-page-last-news-wrap .entry-content .entry-header h2 {
  font-size: 19px;
}

.home-page-last-news-wrap .content-wrapper {
  height: auto;
  margin-bottom: 30px;
}

.site-footer {
  padding: 30px 0px; text-align: center;
}

.footer-logo { margin-bottom: 20px; padding: 20px; }

.QuickLinks { margin-top: 0px; margin-left: 20px; }

.footer-menu {
  padding-left: 7px;
}

.bottomBanner {width: 95%; margin: auto; margin-bottom: 23px;}

  .site-navigation ul li a {
    color: #000;
}

.lineup-artists-headline {
  margin-top: 45px;
}
.accordion {margin-top: 40px;}

.footer-content-wrapper .copyright-info { position: relative; left: 0px; }

.hero-content .entry-header h2 {
  font-size: 50px;
  padding-top: 40px;
}
.single_date span {
  font-size: 18px;
}
.hero-content .entry-header h2 span {
  font-size: 100px;
  line-height: 80px;
}

.AboutUsLhs {
  padding-left: 10px;
}

.scroller-navigation .site-navigation .sub-menu {
  top: 0px;
}

}







