@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

body {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #333;
}

.section-padding {
    padding: 4em 0;
}

.section-padding.pb-40 {
    padding-bottom: 40px;
}
.pt0 {
padding-top: 0;
}
.pb0 {
padding-bottom: 0;
}
a {
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover,
a:active,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    margin: 0;
    padding: 0;
}

.dfx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fd-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.jc-sb {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.ai-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
        align-items: center;
}

.jc-fe {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-fe {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -ms-grid-row-align: flex-end;
        align-items: flex-end;
}

.jc-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.header-top {
    display: none;
}
.header-left {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  padding-right: 0;
  margin-right: -20px;
}
.header-left-content {
  background: -webkit-gradient(linear, left top, right top, from(#f78f1e), to(#a4344c));
  background: -webkit-linear-gradient(left, #f78f1e, #a4344c);
  background: linear-gradient(to right, #f78f1e, #a4344c);
  padding: 20px;
  position: relative;
}
.header-left-content:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: calc(100% - 100px);
  background: #fff;
}
.header-left-inner {
  background: #fff;
  padding: 30px 30px;
}
.header-left-inner img {
  max-width: 330px;
  display: inline-block;
}

.header-left-inner p {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  padding-top: 10px;
  font-family: "DIN Condensed";
  color: #818285;
}
.header-right {
  width: calc(70% + 20px);
  background: url(https://nvytes-images.s3.amazonaws.com/page-assets/5f3d8dbf3c38d0094696bc85/header-bg.jpg) no-repeat center left 80% / 130%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}
.header-right:before {
  background: -webkit-gradient(linear, right top, left top, from(#f78f1e), to(#a4344c));
  background: -webkit-linear-gradient(right, #f78f1e, #a4344c);
  background: linear-gradient(to left, #f78f1e, #a4344c);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  mix-blend-mode: multiply;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.heder-right-tagline {
  width: 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 20px solid #fff;
  border-left: 0;
  position: relative;
}
.heder-right-tagline h1 {
  font-family: "Torque Sense";
  font-size: 144px;
  font-size: 8.8rem;
  color: #fff;
  text-align: center;
}
.heder-right-tagline h1 span {
  font-size: 71px;
  display: block;
  color: #FDE0C0;
}
.heder-right-logo {
  position: absolute;
  right: 15px;
  top: 15px;
}
.heder-right-logo p {
  color: #fff;
  text-align: left;
  margin-bottom: 5px;
  font-size: 12px;
}
.heder-right-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0) invert(1);
  max-width: 100px;
}
.heder-right-tagline .sub-tag {
  font-size: 28px;
  color: #fff;
}
.heder-right-tagline .sub-tag-wrap {
  position: relative;
  margin-top: 20px;
}
.heder-right-tagline .sub-tag-wrap::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F78F1E;
  border: 3px solid #fff;
  z-index: 2;
}
.heder-right-tagline .sub-tag-wrap::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.heder-right-tagline .sub-tag::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F78F1E;
  border: 3px solid #fff;
  z-index: 2;
}
.heder-right-tagline .sub-tag::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 3px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
/*Banner CSS*/
.eventinfo-withvideo.section-padding {
    padding-top: 4em;
}
.banner-content {
    position: relative;
    z-index: 2;
    text-align: center;
}
.content-wrap {
	margin-bottom: 56px;
}
.content-wrap h2 {
	color: #000000;
	font-weight: 700;
	line-height: 1.4;
	font-size: 32px;
	margin-bottom: 10px;
}
.content-wrap h3 {
	color: #000000;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 10px;
}
.reg-button {
    font-size: 22px;
    text-transform: uppercase;
    height: 46px;
    line-height: 47px;
    display: inline-block;
    background: #e76d24;
    padding: 0 40px;
    border-radius: 06px;
    color: #fff;
    margin-top: 20px;
}
.reg-button:hover,
.reg-button:active,
.reg-button:focus {
    background: #CC4628;
    color: #fff;
}

/* Exh */
.exh-wrap {
	padding: 5px;
    background: -webkit-linear-gradient(left, #f78f1e, #a4344c);
    background: linear-gradient(to right, #f78f1e, #a4344c)
}
.exh-inner {
	background: #fff;
	padding: 56px;
}
.ex-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	margin-bottom: 30px;
}
.ex-logo img {
	max-width: 300px;
	margin-right: 50px;
}
.ex-logo h3 {
	font-size: 28px;
	text-align: left;
	line-height: 1.2;
	color: #000000;
}
.exh-text p {
    font-size: 18px;
    text-align: left;
}

/*Show Deails Area*/
.show-details-area {
    background: #ffffff;
}
.show-details-area .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.show-details-area .col-sm-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 25%;
}
.show-wrap {
    border-width: 5px 1px 1px 1px;
    border-style: solid;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 30px;
}
.show-wrap.show-one {
    border-color: #A4354D;
}
.show-wrap.show-two {
    border-color: #32B1E6;
}
.show-wrap.show-three {
    border-color: #5E469C;
}
.show-wrap.show-four {
    border-color: #69BE58;
}
.show-info {
	padding: 20px;
}
.show-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
.show-info p {
	font-size: 18px;
}



/*Share Area*/

.sec-title h1 {
	font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
	color:#000000;
}
.share-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.share-info {
    width: 33.33333333%;
    text-align: center;
    margin: 0 19px;
    padding: 25px 25px;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 06px;
}
.share-info:hover {
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .1);
}
.share-icon {
    margin-bottom: 30px;
}
.share-icon i {
    font-size: 60px;
    height: 120px;
    width: 120px;
    line-height: 120px;
    background: #0068AE;
    border-radius: 100%;
    color: #fff;
    position: relative;
    z-index: 1;
}
.share-info.two .share-icon i {
    background: #1DA1F2;
}
.share-info.three .share-icon i {
    background: #4267B2;
}
.share-icon i:after {
    position: absolute;
    width: 0px;
    height: 0px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate( -50%, -50% );
            transform: translate( -50%, -50% );
    content: "";
    border: 1px solid #0068AE;
    border-radius: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    z-index: -1;
}
.share-info.two .share-icon i:after {
    border: 1px solid #1DA1F2;
}
.share-info.three .share-icon i:after {
    border: 1px solid #4267B2;
}
.share-info:hover .share-icon i:after {
    width: 140px;
    height: 140px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}
.share-text h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.share-text p {
    font-size: 17px;
}

/*CountDown*/
.countdown-area {
	background: url(../img/counter.jpg) no-repeat scroll center center / cover;
	position: relative;
	z-index: 1;
}
.countdown-area:after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: rgba(0, 0, 0,0.8);
    z-index: -1;
}
.countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.count-wrap .sec-title h1 {
	color: #fff;
	margin-bottom: 14px;
}
.cdown {
    text-align: center;
}
.cdown span {
    font-size: 56px;
    color: #fff;
}
.cdown span p {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}
.sec-mes h2 {
	color: #fff;
	text-align: center;
	margin-top: 40px;
	font-size: 28px;
}

/*Footer CSS*/


.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.footer-left {
  padding-left: 200px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-left img {
  max-width: 230px;
}
.footer-middle {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: -webkit-gradient(linear, left top, right top, from(#f78f1e), to(#a4344c));
  background: -webkit-linear-gradient(left, #f78f1e, #a4344c);
  background: linear-gradient(to right, #f78f1e, #a4344c);
  padding: 20px;
}
.footer-middle-content {
  background: url(https://nvytes-images.s3.amazonaws.com/page-assets/5f3d8ddb3c38d0094696bc86/footer-bg.png) no-repeat center center / cover;
  height: 100%;
  position: relative;
  z-index: 1;
  text-align: center;
  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;
}
.footer-middle-content:before {
  background: -webkit-gradient(linear, right top, left top, from(#f78f1e), to(#a4344c));
  background: -webkit-linear-gradient(right, #f78f1e, #a4344c);
  background: linear-gradient(to left, #f78f1e, #a4344c);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  mix-blend-mode: multiply;
}
.footer-middle-content h1 {
  font-family: "Torque Sense";
  font-size: 62px;
  font-size: 6rem;
  color: #fff;
  padding-top: 10px;
}

.footer-right {
  padding-right: 200px;
  background: #F78F1E;
  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;
  padding-left: 40px;
}
.footer-right p {
  color: #fff;
  margin-bottom: 10px;
}

.footer-right img {
  max-width: 160px;
  -webkit-filter: brightness(0) invert(1);
          filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
          filter: brightness(0) invert(1);
}
.footer-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-left: 0;
  position: relative;
}
.footer-middle-content .sub-line1 {
  font-size: 28px;
  color: #fff;
  display: block;
  position: relative;
}
.footer-middle-content .sub-line1 p {
  position: relative;
  margin-top: 20px;
}
.footer-middle-content .sub-line1 p a {
  color: #fff;
}
.footer-middle-content .sub-line1 p a:hover {
  color: #FDE0C0;
}
.footer-middle-content .sub-line1 p::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F78F1E;
  border: 3px solid #fff;
  z-index: 2;
}
.footer-middle-content .sub-line1 p::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 3px;
  background: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-middle-content .sub-line1::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #F78F1E;
  border: 3px solid #fff;
  z-index: 2;
}
.footer-middle-content .sub-line1::after {
  position: absolute;
  content: "";
  width: 190px;
  height: 3px;
  background: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}