  		a{text-decoration:none;}
button,a:hover,a:focus,a:visited{text-decoration:none;}		
		.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/stream/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

		.navigation {box-shadow: 0 0 30px rgba(0,0,0,0.10)!important;}
	
	.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}
	
	.anim-icons{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}

.anim-icons.full-width{
	max-width: 100%;
}


.anim-icons .icon{
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
}
.icon-circle-4{
	height: 156px;
	width: 156px;
	background-image: url(/stream/images/icon-circle-4.png);
}

.icon-circle-3{
	height: 360px;
	width: 360px;
	background-image: url(/stream/images/icon-circle-3.png);
	background-size: 100%;
}

.icon-shape-1{
	width: 484px;
	height: 225px;
	background-image: url(/stream/images/shape-1.png);
}

.icon-shape-2{
	width: 325px;
	height: 280px;
	background-image: url(/stream/images/shape-2.png);
}

.icon-line-1{
	width: 128px;
	height: 128px;
	background-image: url(/stream/images/icon-line-1.png);
}

.icon-dots{
	width: 72px;
	height: 60px;
	background-image: url(/stream/images/icon-dots.png);
}

.icon-dots-3{
	width: 204px;
	height: 114px;
	background-image: url(/stream/images/icon-dots-3.png);
}

.icon-circle-1{
	width: 500px;
	height: 500px;
	background-image: url(/stream/images/icon-circle-1.png);
	background-size: 100%;
}

.icon-circle-blue{
	width: 300px;
	height: 300px;
	background-image: url(/stream/images/circle-blue.png);
}

.theme-btn{
	display:inline-block;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}


::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color:  inherit;}
::-ms-input-placeholder{color:  inherit;}


::selection {
background:#00AEEF;
color:#ffffff;
}

::-moz-selection {
background:#00AEEF;
color:#ffffff;
}

::-webkit-selection {
background:#00AEEF;
color:#ffffff;
}
	
	
	.btn-style-two{
	position:relative;
	padding:10px 30px;
	font-size:16px;
	line-height:30px;
	color:#ffffff;
	font-weight:400;
	text-align:center;
	background-color: #003359;
	overflow: hidden;
	border-radius: 10px;
}

.btn-style-two .btn-title{
	position: relative;
}

.btn-style-two:hover{
	color:#003359;
	text-decoration:none;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	-o-box-shadow: 0 10px 30px rgba(0,0,0,0.10);
	box-shadow: 0 10px 30px rgba(0,0,0,0.10);
}

.btn-style-two:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	content: "";
	background-color: #ffffff;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: top right;
	-ms-transform-origin: top right;
	transform-origin: top right;
    -webkit-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: transform 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}

.btn-style-two:hover:before{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: bottom left;
	-ms-transform-origin: bottom left;
	transform-origin: bottom left;
}
	
.banner-conference{
	position: relative;
	padding: 200px 0;
	overflow: hidden;
}






.banner-conference .icons{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
}

.banner-conference .icons .icon-one{
	position:absolute;
	left:20% !important;
	top:17% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-two{
	position:absolute;
	left:35% !important;
	top:25% !important;
	width: 16px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-three{
	position:absolute;
	left:6% !important;
	top:58% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-four{
	position:absolute;
	left:56% !important;
	top:60% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-five{
	position:absolute;
	left:79% !important;
	top:25% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-six{
	position:absolute;
	left:90% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-seven{
	position:absolute;
	left:80% !important;
	top:60% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-eight{
	position:absolute;
	left:52% !important;
	top:40% !important;
	width: 12px;
    height: 12px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-nine{
	position:absolute;
	left:52% !important;
	top:12% !important;
	width: 33px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-ten{
	position:absolute;
	left:34% !important;
	top:68% !important;
	width: 34px;
    height: 10px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-eleven{
	position:absolute;
	left:89% !important;
	top:80% !important;
	width: 34px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-twelve{
	position:absolute;
	left:69% !important;
	top:70% !important;
	width: 35px;
    height: 16px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-thirteen{
	position:absolute;
	left:200% !important;
	top:88% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference .icons .icon-fourteen{
	position:absolute;
	left:95% !important;
	top:95% !important;
	width: 20px;
    height: 20px;
    display: inline-block;
    background-repeat: no-repeat;
}

.banner-conference-two .icon-dots{
	left: 40%;
	bottom: 180px;
}

.banner-conference-two .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference-two .images-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference-two .images-outer .speaker-img{
	position: absolute;
	right: 150px;
	top: 52%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-conference-two .content-box{
	position: relative;
	z-index: 99;
}

.banner-conference-two .content-box .title{
	display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 20px;
}

.banner-conference-two .content-box h2{
    display: block;
    font-size: 50px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
	margin-bottom: 50px;
}

.banner-conference-two .time-counter{
	position:relative;
	margin-bottom: 30px;
}

.banner-conference-two .time-countdown{
	position:relative;
}

.banner-conference-two .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	margin-right: 30px;
	width: 90px;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
}

.banner-conference-two .time-countdown .counter-column:last-child{
	margin-right: 0;
}

.banner-conference-two .time-countdown .counter-column:before{
    position:absolute;
    content:':';
    top:10px;
    right:-20px;
    font-size:30px;
    line-height:1em;
    color:#ffffff;
}

.banner-conference-two .time-countdown .counter-column:after{
	position: absolute;
	left: 0;
	top: -20px;
	height: 100px;
	width: 90px;
	z-index:-1;
	border-radius: 5px 30px 5px 30px;
	background-color:#ec167f;
	/* border-top: 3px solid #ec167f;
	border-bottom: 3px solid #ec167f; */
	content: "";
}

.banner-conference-two .time-countdown .counter-column:last-child:before{
	display: none;
}

.banner-conference-two .time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.banner-conference-two .content-box .btn-box{
	position: relative;
	margin-top:60px;
}







.banner-conference .icon-circle-3{
	left: -150px;
	top: -150px;
}

.banner-conference .icon-dots{
	left: 40%;
	bottom: 180px;
}


.banner-conference .layer-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference .gradient-layer{
	position: absolute;
	left: 120px;
	width: 140%;
	height: 140%;
	top: -20%;
	border-radius: 50%;
	-webkit-transform: skew(-200deg);
	-moz-transform: skew(-200deg);
	-ms-transform: skew(-200deg);
	-o-transform: skew(-200deg);
	transform: skew(-200deg);
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background: -webkit-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82C342',GradientType=1 );
	opacity: 2;
}

.banner-conference .images-outer{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 50%;
}

.banner-conference .images-outer .speaker-img{
	position: absolute;
	left: -100px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner-conference .content-box{
	position: relative;
	z-index: 99;
}

.banner-conference .content-box .title{
	display: block;
    font-size: 24px;
    color: #222222;
    font-weight: 500;
    margin-bottom: 20px;
}

.banner-conference .content-box h2{
    display: block;
    font-size: 54px;
    line-height: 1.2em;
    color: #00AEEF;
	background: rgb(247,0,104);
	background: -moz-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background: -webkit-linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	background: linear-gradient(to top right, #00AEEF 5%, #82C342 95%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82C342',GradientType=1 );
	color: transparent;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    font-weight: 700;
	margin-bottom: 50px;
}  

.banner-conference .time-counter{
	position:relative;
	margin-bottom: 30px;
}

.banner-conference .time-countdown{
	position:relative;
}

.banner-conference .time-countdown .counter-column{
	position:relative;
	display: inline-block;
	margin-right: 30px;
	width: 80px;
	text-align: center;
	font-size: 14px;
	color: #4a763c;
	font-weight: 500;
}

.banner-conference .time-countdown .counter-column:last-child{
	margin-right: 0;
}


.banner-conference .time-countdown .counter-column:before{
    position:absolute;
    content:':';
    top:10px;
    right:-20px;
    font-size:30px;
    line-height:1em;
    color:#d84343;
}

.banner-conference .time-countdown .counter-column:after{
	position: absolute;
	left: 0;
	top: -20px;
	height: 80px;
	width: 80px;
	border-radius: 50px;
	border-top: 5px solid #d84343;
	content: "";
}


.banner-conference .time-countdown .counter-column:last-child:before{
	display: none;
}

.banner-conference .time-countdown .counter-column .count{
	position: relative;
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #d84343;
	font-weight: 700;
}

.banner-conference .content-box .btn-box{
	position: relative;
}

.features-section{
	position: relative;
	padding: 80px 0 80px;
}

.feature-block{
	position: relative;
	margin-bottom: 40px;
}

.feature-block .inner-box{
	position: relative;
	padding: 40px 30px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0 30px 40px rgba(0,0,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	text-align: center;
	overflow: hidden;
}

.feature-block .inner-box:hover{
	box-shadow: none;
}

.feature-block .icon-box{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.feature-block .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 70px;
	line-height: 1em;
	color: #82c342;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block:nth-child(3n + 2) h4 a:hover,
.feature-block:nth-child(3n + 2) .icon-box .icon{
	color: #003359;
}

.feature-block:nth-child(3n + 3) h4 a:hover,
.feature-block:nth-child(3n + 3) .icon-box .icon{
	color: #00AEEF;
}

.feature-block .inner-box:hover .icon-box .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.feature-block h4{
	position: relative;
	display: block;
	font-size: 22px;
	line-height: 1.2em;
	color: #003359;
	font-weight: 700;
	margin-bottom: 20px;
}

.feature-block h4 a{
	color: #003359;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block h4 a:hover{
	color: #82c342;
}

.feature-block .text{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	margin-bottom: 25px;
	cursor: default;
}

.feature-block .link-box{
	position: relative;
	display: block;
}

.feature-block .link-box a{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #ffffff;
	background-color: #82c342;
	border-radius: 10px;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}

.feature-block .inner-box:hover .link-box a{
	border-radius:0px;
	color: #82c342;
	background:none;
	border-color:#82c342;
}

.feature-block:nth-child(3n + 2) .link-box a{
	background-color: #003359;
}

.feature-block:nth-child(3n + 2) .inner-box:hover .link-box a{
	background: none;
	color: #003359;
	border-color: #003359;
}

.feature-block:nth-child(3n + 3) .link-box a{
	background-color: #00AEEF;
}

.feature-block:nth-child(3n + 3) .inner-box:hover .link-box a{
	background: none;
	color: #00AEEF;
	border-color: #00AEEF;
}

.features-section .anim-icons{
	max-width: 100%;
}

.icon-shape-3{
	height: 490px;
	width: 290px;
	background-image: url(/stream/images/shape-3.png);
	background-size: 100%;
}

.features-section .icon-shape-3{
	top: 0px;
	left: -110px;
	opacity: .70;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.features-section .icon-line-1{
	right: 5%;
    top: 0;
    -webkit-animation: fa-spin 30s infinite alternate;
    -moz-animation: fa-spin 30s infinite alternate;
    -ms-animation: fa-spin 30s infinite alternate;
    -o-animation: fa-spin 30s infinite alternate;
    animation: fa-spin 30s infinite alternate;
}

.features-section .icon-dots{
	right: 10%;
    top: 35%;
}

.gradient-title {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1em;
    color: #ff8a01;
    font-weight: bold;
    background: rgb(247,0,104);
    background: -moz-linear-gradient(to left, #00AEEF 0%, #82c342 25%, #00AEEF 75%, #82c342 100%);
    background: -webkit-linear-gradient(to left, #00AEEF 0%,#82c342 25%,#00AEEF 75%,#82c342 100%);
    background: linear-gradient(to left, #00AEEF 0%,#82c342 25%,#00AEEF 75%,#82c342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342',GradientType=1 );
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.fluid-section-one {
    position: relative;
    background-color: #003359;
	clear:left;
}
.fluid-section-one .outer-box {
    position: relative;
}
.fluid-section-one .content-column {
    position: relative;
    float: right;
    width: 50%;
    padding: 0 15px;
}
.fluid-section-one .image-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	background-image: url(/stream/images/upcoming-vid.jpg);
}
.fluid-section-one .content-column .inner-column {
    position: relative;
    max-width: 600px;
    padding: 80px 20px;
    margin: 0 auto;
}
.fluid-section-one .content-column h3 {
    position: relative;
    font-size: 40px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 28px;
	text-transform:none;
}
.fluid-section-one .content-column .text {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}


.fluid-section-one .content-column .play-now{
    position: relative;
    display: inline-block;
    margin-top: 30px;
}

.fluid-section-one .content-column .play-now .icon{
	height: 60px;
	width: 60px;
	line-height: 60px;
	background-color: #00AEEF;
	padding-left: 0;
	font-size: 30px;
}

.play-now {
	position: relative;
	display: block;
	z-index: 9;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.play-now .icon{
	position: relative;
	display: inline-block;
	text-align: center;
	background-color: #000000;
	color: #ffffff;
	z-index: 1;
	padding-left: 5px;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-moz-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-ms-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	-o-box-shadow: 0 0px 10px 0 rgba(255, 255, 255, .3);
	box-shadow: 0  0px 10px 0 rgba(255, 255, 255, .3);
	-webkit-transform-origin:center;
	-moz-transform-origin:center;
	-ms-transform-origin:center;
	-o-transform-origin:center;
	transform-origin:center;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
	-webkit-animation: ripple 3s infinite;
	-moz-animation: ripple 3s infinite;
	-ms-animation: ripple 3s infinite;
	-o-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}

.play-now .ripple:before {
	-webkit-animation-delay: .9s;
	-moz-animation-delay: .9s;
	-ms-animation-delay: .9s;
	-o-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.play-now .ripple:after {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	-ms-animation-delay: .6s;
	-o-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
}

@-webkit-keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
	70% {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}
	100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}
.sec-title {
    position: relative;
    margin-bottom: 70px;
}
.sec-title h2 {
    position: relative;
    display: inline-block;
    font-size: 48px;
    line-height: 1.2em;
    color: #003359;
    font-weight: 700;
}
.schedule-timeline {
    position: relative;
}
.schedule-block {
    position: relative;
    margin-bottom: 30px;
}
.schedule-block {
    position: relative;
    margin-bottom: 30px;
}

.schedule-block .inner-box {
    position: relative;
    float: right;
    width: 100%;
    text-align: left;
}


.schedule-block .inner-box .inner {
    position: relative;
  padding: 50px 50px 40px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
  box-shadow: 0 0 30px rgba(0,0,0,0.10);
    margin: 0;
    border-radius: 20px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.schedule-block .inner-box .inner:hover {
    box-shadow: none;
}


.schedule-block .date {
    position: relative;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    height: auto;
    width: auto;
	font-weight:bold;
    margin-bottom: 20px;
    text-align: left;
    font-size: 16px;
}

.schedule-block .speaker-info {
    position: relative;
    padding-left: 0;
    padding-top: 10px;
    min-height: 60px;
}
.schedule-block .speaker-info .name {
    font-size: 16px;
    color: #212639;
    font-weight: bold;
    line-height: 1.2em;
	margin-bottom:0;
}
.schedule-block .speaker-info .designation {
    font-size: 13px;
}
.schedule-block h4 {
    position: relative;
    font-size: 22px;
    line-height: 1.2em;
    color: #0f1925;
    font-weight: 600;
    margin-bottom: 15px;
    padding-top: 15px;
}
.schedule-block h4 a {
    color: #212639;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.schedule-block .text {
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    margin-bottom: 15px;
}
.schedule-block .btn-box{
	position: relative;
	padding: 6px 0;
}

.schedule-block .btn-box a{
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
	background-color: #444444;
	color: #ffffff;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	border-radius: 5px;
}

.schedule-block .btn-box a:hover{
	color: #ffffff;

}
.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before{
	border-color: #00AEEF;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before{
	border-color: #82c342;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before{
	border-color: #3CB6CE;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before{
	border-color: #003359;
}



.schedule-block:nth-child(4n + 1) .btn-box a{
	background-color:#00AEEF;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover{
	color:#00AEEF;
	border-radius:0px;
	background: none;
	border-color:#00AEEF;
}

.schedule-block:nth-child(4n + 2) .btn-box a{
	background-color: #82c342;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover{
	border-radius:0px;
	color: #82c342;
	background:none;
	border-color: #82c342;
}





.schedule-block:nth-child(4n + 3) .btn-box a{
	background-color: #3CB6CE;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover{
	border-radius:0px;
	color: #3CB6CE;
	background:none;
	border-color: #3CB6CE;
}



.schedule-block:nth-child(4n + 4) .btn-box a{
	background-color: #003359;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover{
	border-radius:0px;
	color: #003359;
	background:none;
	border-color: #003359;
}



 .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover{
	color: #00AEEF;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover{
	color: #82c342;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover{
	color: #3CB6CE;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover{
	color: #003359;
}


#agenda .icon-circle-blue{
	right: -150px;
	bottom: -150px;
	opacity: .70;
	-webkit-animation: fa-spin 30s infinite;
	-moz-animation: fa-spin 30s infinite;
	-ms-animation: fa-spin 30s infinite;
	-o-animation: fa-spin 30s infinite;
	animation: fa-spin 30s infinite;
}

#agenda .icon-dots{
	right: 8%;
	top: 12%;
}

#agenda .icon-circle-1{
	left: -200px;
	top: -200px;
	opacity: .05;
}


.matrix.inverse-wrapper {
    background: #003359;
    color: #fff;
    background-image: url(/stream/images/pattern2.png);
    background-size: 100% 100%;
    background-position: top right;

}

.news-section .twist-line-1{
	left: -110px;
    top: 290px;
}

.news-section .twist-line-2{
	left: -10%;
    top: 80px;
}

.news-section .twist-line-3{
	left: 90px;
    top: 50px;
}
.news-block {
    position: relative;
    margin-bottom: 40px;
}
.news-block .inner-box {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.news-block .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
}
figure {
    margin: 0 0 1rem;
}

.news-block .image img {
    display: block;
    width: 100%;
	    max-width: 100%;
    height: auto;
}
.news-block .image-box .image a:after {
    content: "";
    position: absolute;
    top: -110%;
    left: -210%;
    width: 200%;
    height: 200%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient( to right, rgba(255, 255, 255, 0.13) 0%, rgba(255, 255, 255, 0.13) 77%, rgba(255, 255, 255, 0.5) 92%, rgba(255, 255, 255, 0.0) 100% );
}
.news-block .lower-content {
    position: relative;
    padding: 20px 30px 30px;
}
.news-block .post-info {
    position: relative;
    margin-bottom: 10px;
}
.matrix.inverse-wrapper .news-section .sec-title h2 {color:#fff;}
.matrix.inverse-wrapper .news-block ul.post-info  {padding-left:0;}

.matrix.inverse-wrapper .news-block ul.post-info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 25px;
}
.news-block .post-info li span {
    margin-right: 5px;
    color: #00AEEF;
}
.news-block h4, .news-block h4 a {
    position: relative;
    display: block;
    font-size: 22px;
    line-height: 1.4em;
    color: #222222!important;
    font-weight: 500;
    margin-bottom: 20px;
}
.news-block .btn-box a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    padding: 4px 15px;
    background-color: #00AEEF;
    border-radius: 8px;
    border: 1px solid #00AEEF;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .btn-box a:hover {
    background: none;
    color: #00AEEF;
    border-color: #00AEEF;
}
.features-section-two{
	position: relative;

}

.features-section-two .title-block{
	position: relative;
	margin-bottom: 40px;
}

.features-section-two .title-block .inner-box{
	padding: 50px 30px 0;

}

.features-section-two .title-block .sec-title{
	margin-bottom: 0;
}

.features-section-two .title-block .sec-title .title{
	margin-bottom: 5px;
}

.feature-block-two{
	position: relative;
	margin-bottom: 40px;
}
.feature-block-two .inner-box{
	position: relative;
	padding: 40px 30px;
	padding-left: 100px;
	background-color:#ffffff;
	border: 1px solid #eeeeee;
	box-shadow: 0 30px 40px rgba(0,0,0,0.10);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	overflow: hidden;
	min-height: 155px;
}

.feature-block-two .inner-box:hover{
	box-shadow: none;
}

.feature-block-two .icon-box{
	position: absolute;
	left: 30px;
	top: 50px;
	display: block;
	margin-bottom: 30px;
}

.feature-block-two .icon-box .icon{
	position: relative;
	display: inline-block;
	font-size: 50px;
	line-height: 1em;

  	background: none;
  	color: #00AEEF;
  	-webkit-transition: all 400ms ease;
  	-moz-transition: all 400ms ease;
  	-ms-transition: all 400ms ease;
  	-o-transition: all 400ms ease;
  	transition: all 400ms ease;
}

.feature-block-two .inner-box:hover .icon-box .icon{
	-webkit-transform: scale(-1) rotate(180deg);
	-moz-transform: scale(-1) rotate(180deg);
	-ms-transform: scale(-1) rotate(180deg);
	-o-transform: scale(-1) rotate(180deg);
	transform: scale(-1) rotate(180deg);
}

.feature-block-two h4{
	position: relative;
	display: block;
	text-transform:none;
	font-size: 18px;
	line-height: 1.2em;
	color: #003359;
	font-weight: 700;
	margin-bottom: 10px;
}

.feature-block-two h4 a{
	color: #003359;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.feature-block-two h4 a:hover{
	color: #00AEEF;
}

.feature-block-two .text{
	position: relative;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	font-weight: 400;
	cursor: default;
}

.feature-block-two .link-box{
	position: relative;
	display: block;
}

.feature-block-two .link-box a{
	padding: 10px 20px;
	line-height: 20px;
	font-size: 14px;
}

.features-section-two .twist-line-1{
	left: -110px;
    top: 190px;
}

.features-section-two .twist-line-2{
    left: -5%;
    top: 3px;
}

.features-section-two .twist-line-3{
	left: 190px;
    top: -50px;
}

.twist-line-1{
	height: 70px;
	width: 80px;
	background-image: url(/stream/images/twist-line-1.png);
}

.twist-line-2{
	height: 73px;
	width: 70px;
	background-image: url(/stream/images/twist-line-2.png);
}

.twist-line-3{
	height: 73px;
	width: 70px;
	background-image: url(/stream/images/twist-line-3.png);
}
.newsletter-section{
	position:relative;
	padding: 60px 0 120px 0;
	z-index: 1;
}


.newsletter-section .icon-shape-3{
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	top: 0px;
	left: -110px;
	opacity: .70;
}

.newsletter-section .icon-line-1{
	right: -70px;
    top: 50%;
	-webkit-animation: fa-spin 30s infinite alternate;
	-moz-animation: fa-spin 30s infinite alternate;
	-ms-animation: fa-spin 30s infinite alternate;
	-o-animation: fa-spin 30s infinite alternate;
	animation: fa-spin 30s infinite alternate;
}

.subscribe-form{
	position: relative;
}

.subscribe-form .form-inner{
	position: relative;
	max-width: 60%;
	width: 100%;
	margin: 0 auto;
}

.subscribe-form .upper-box{
	position: relative;
	text-align: center;
}

.subscribe-form .sec-title{
	margin-bottom: 40px;
}

.subscribe-form .sec-title .text{
	margin-top: 20px;
}

.subscribe-form .upper-box .icon-box{
	position: relative;
	display: block;
    margin: auto;
	height: 150px;
	width: 150px;
	border-radius: 50%;
    background: rgb(247,0,104);
	background: -moz-linear-gradient(to left, #00AEEF 0%, #82c342 100%);
    background: -webkit-linear-gradient(to left, #00AEEF 0%, #82c342 100%);
    background: linear-gradient(to left, #00AEEF 0%, #82c342 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00AEEF', endColorstr='#82c342',GradientType=1 );


	z-index: 1;
	font-size: 70px;
	line-height: 150px;
	color: #ffffff;
	margin-bottom: 30px;
}

.subscribe-form .form-group{
	position:relative;
	display:block;
	margin:0px;
	width:100%;
	padding-right:70px;
	background:#ffffff;
	z-index: 2;
	box-shadow: 0 0 30px rgba(0,0,0,0.10);
}

.subscribe-form .form-group input[type="text"],
.subscribe-form .form-group input[type="tel"],
.subscribe-form .form-group input[type="email"],
.subscribe-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	margin:0;
	line-height:30px;
	height:60px;
	font-size:15px;
	color:#222222;
	background:#ffffff;
	padding:14px 30px;
	border: 1px solid transparent;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.subscribe-form .form-group input[type="submit"],
.subscribe-form .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height: 60px;
	width: 60px;
	border:none;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	line-height: 60px;
	background-color: #ffffff;
	color: #222222;
	cursor: pointer;
}

.subscribe-form .form-group input[type="submit"]:hover,
.subscribe-form .form-group button:hover{

}

/* Responsive */

@media only screen and (max-width: 1139px){
	.buy-ticket .form-column .inner-column,
	.about-section .content-column .inner-column{
		padding-right: 0;
	}	

	.event-info-section .info-column .inner-column,
	.useful-links{
		padding-left: 0;
	}

	.features-section-two .title-block .inner-box{
		background-color: transparent;
		padding: 0;
	}

	.banner-conference .icon-circle-3{
		left: -200px;
		top: -200px;
	}

	.about-section-two .content-column .inner-column{
		padding-top: 0;
	}

	.sidebar-page-container .sidebar.padding-left{
		padding-left: 0;
	}

	.instagram-widget .outer .image{
		width: 20%;
	}

	.main-menu .navigation > li{
		margin-left: 35px;
	}
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > .mega-menu,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}

@media only screen and (max-width: 1023px){
	
	.main-header,
	.main-header.fixed-header,
	.main-header .main-box{
		/* position: relative !important; */
		background-color: #1e1f36;
	}

	.main-header .main-box{
		padding: 10px 0;
		background-color: #1e1f36;
	}

	.header-style-two,
	.header-style-two .main-box{
		background-color: #ffffff;
		box-shadow: 0 5px 10px rgba(0,0,0,0.04);
		padding: 0;
	}

	.header-style-two .outer-box, 
	.header-style-two .logo-box, 
	.header-style-two .main-menu .navigation > li{
		padding: 10px 0;
	}

	.header-style-two .outer-box .theme-btn{
		background-color: #e1137b;
		color: #ffffff;
	}

	.header-style-two .nav-outer{
		float: right;
	}

	.schedule-tabs .tab-btn:after,
	.banner-meetup .countdown .counter-column:before,
	.about-section .image-column .image-1:before,
	.main-header .outer-box{
		display: none;
	}

	.banner-carousel .swiper-slide{
		padding: 200px 0;
	}

	.banner-carousel .content-box h2{
		font-size: 50px;
		line-height: 1.2em;
		margin-bottom: 20px;
	}

	.banner-carousel .slide-item{
		padding: 150px 0;
	}

	.coming-soon-section .outer-box{
		margin: 0 -15px;
		padding: 30px;
	}

	.coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column{
		margin: 0 20px;
	}

	.coming-soon-section .time-countdown .counter-column:before{
		right: -25px;
	}

	.header-span,
	.schedule-block .inner:before,
	.about-section .icon-dots{
		display: none;
	}

	.about-section .image-column .image-box{
		padding-left: 0;
		text-align: center;
	}

	.clients-section{
		text-align: center;
	}

	.about-section .image-column .image{
		max-width: 500px;
		display: inline-block;
	}

	.register-form button,
	.schedule-block .inner-box{
		width: 100%;
	}

	.schedule-block.even .inner-box .inner{
		margin-right: 140px;
	}
	.schedule-block .inner-box .inner{
		margin-left: 140px;
	}

	.buy-ticket .content-column,
	.why-choose-us .content-column{
		order: 0;
	}

	.banner-conference .content-box h2{
		font-size: 42px;
	}

	.banner-conference .images-outer{
		width: 40%;
	}

	.banner-conference .time-countdown .counter-column{
		margin-right: 20px;
	}

	.banner-conference .time-countdown .counter-column:last-child{
		margin-right: 0;
	}

	.banner-conference .time-countdown .counter-column:before{
		right: -15px;
	}

	.banner-conference{
		padding: 200px 0 100px;
	}

	.banner-conference .icon-dots{
		bottom: 50px;
	}

	.subscribe-section .content-box{
		text-align: center;
	}

	.subscribe-section .content-box .sec-title{
		padding-left: 0;
	}

	.about-section-two .image-column .image-box{
		padding-right: 0;
	}

	.subscribe-section .content-box .sec-title .icon{
		position: relative;
		display: inline-block;
		margin-bottom: 20px;
		left: 0;
		top: 0;
	}

	.banner-meetup h2{
		font-size: 60px;
	}

	.event-info-section .info-column,
	.about-section-two .content-column{
		order: 0;
	}

	.event-info-section .info-column{
		margin-bottom: 50px;
	}

	.buy-ticket .anim-icons,
	.error-section .icon-line-1,
	.features-section-two .twist-line-3,
	.subscribe-form .sec-title .text br,
	.about-section-two .icon-circle-blue,
	.about-section-two .icon-dots,
	.banner-conference-two .images-outer .speaker-img,
	.coming-soon-section-two .time-countdown .counter-column:before{
		display: none;
	}
	
	.banner-conference-two{
		padding-top:140px;
		padding-bottom:280px;
	}

	.fluid-section-one .content-column h3{
		font-size: 34px;
	}

	.app-section,
	.speaker-detail .info-column .inner-column,
	.app-section .image-column .image-box{
		text-align: center;
	}

	.event-info-section .map-column{
		position: relative;
		height: 400px;
	}

	.app-section .content-column .inner-column{
		padding-top: 0;
	}

	.contact-page-section .contact-column{
		order: 0;
	}

	.subscribe-section .content-box .sec-title{
		text-align: center;
	}
	
	.header-top-two .top-left .links li a{
		font-size:14px;
	}
	
	.header-top-two .top-left,
	.header-top-two .top-right{
		width:100%;
	}
	
	.header-top-two .top-right .social-icons li{
		margin-left:0px;
		margin-right:15px;
	}
	
	.main-header.header-style-two.alternate-two .main-box,
	.main-header.header-style-two.alternate-two{
		background-color:#000000;
	}
	
}

@media only screen and (max-width: 767px){
	.main-header .nav-outer .main-menu{
		display: none !important;
	}

	.main-header .header-lower .nav-outer{
		padding-right: 0;
	}

	.main-header .outer-box{
		position: absolute;
		left: 0;
		top: 0;
	}

	.nav-outer .mobile-nav-toggler{
		display: block;
		margin: 0;
	}

	.page-title{
		padding: 80px 0;
	}

	.page-title h1{
		font-size: 40px;
		margin-bottom: 10px;
	}

	.sec-title{
		margin-bottom: 40px;
	}

	.sec-title h2{
		font-size: 42px;
	}
	
	.banner-carousel .content-box h2{
		font-size: 40px;
		line-height: 1.2em;
	}

	.banner-carousel .swiper-slide{
		padding: 160px 0;
	}

	.coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column{
		margin: 0;
		font-size: 14px;
	}

	.coming-soon-section .time-countdown .counter-column .count,
	.coming-soon-section-two .time-countdown .counter-column .count{
		font-size: 40px;
	}

	.coming-soon-section .time-countdown .counter-column:before{
		font-size: 40px;
		right: -6px;
	}

	.clients-section,
	.event-info-section{
		padding: 70px 0 0;
	}

	.map-section{
		padding-bottom: 70px;
	}

	.app-section,
	.faq-form-section,
	.error-section,
	.news-section.alternate,
	.fluid-section-one .content-column .inner-column,
	.newsletter-section,
	.testimonial-section,
	.register-section{
		padding: 70px 0;
	}

	.why-choose-us,
	.contact-page-section,
	.sidebar-page-container,
	.fun-fact-section,
	.speaker-detail,
	.about-section{
		padding: 70px 0 20px;
	}

	.faq-section,
	.pricing-section-three,
	.speakers-section-three,
	.about-section-two,
	.pricing-section-two,
	.speakers-section-two,
	.features-section{
		padding: 70px 0 30px;
	}
	
	.event-detail,
	.buy-ticket,
	.features-section-three,
	.news-section,
	.pricing-section,
	.schedule-section,
	.gallery-section,
	.speakers-section{
		padding: 70px 0 40px;
	}

	.features-section-two{
		padding: 70px 0 50px;
	}

	.feature-block-two .inner-box{
		padding: 40px 20px;
		text-align: center;
	}

	.feature-block-two .icon-box{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}

	.video-section .content-box h2{
		font-size: 38px;
	}

	.video-section{
		padding: 70px 0 100px;
	}

	.main-footer .widgets-section{
		padding: 100px 0 30px;
	}

	.register-section .title-column{
		width: 100%;
	}

	.header-style-two .nav-outer{
		padding-top: 10px;
	}

	.banner-conference{
		padding-top: 150px;
	}

	.features-section-two .twist-line-2,
	.call-to-action .content-box h2 br,
	.banner-conference .layer-outer,
	.banner-conference .images-outer{
		display: none;
	}

	.banner-conference .content-box{
		text-align: center;
	}

	.banner-conference .icon-dots{
		bottom: 0;
		left: 80%;
	}

	.subscribe-section .newsletter-form .form-group{
		padding-right: 0;
	}

	.subscribe-section .newsletter-form .form-group .theme-btn{
		position: relative;
		display: block;
		margin-top: 20px;
		width: 100%;
	}

	.banner-meetup h2{
		font-size: 50px;
	}

	.banner-meetup .countdown .counter-column{
		width: 80px;
		font-size: 14px;
	}

	.banner-meetup .btn-box{
		margin-top: 10px;
	}

	.fluid-section-one .content-column,
	.fluid-section-one .image-column{
		position: relative;
		width: 100%;
		float: left;
	}

	.fluid-section-one .image-column .image-box{
		display: block;
	}

	.event-info-section .map-column{
		margin-bottom: 70px;
	}

	.subscribe-form .form-inner{
		max-width: 100%;
	}

	.coming-soon .content .text br,
	.error-section .anim-icons,
	.newsletter-section .anim-icons,
	.main-footer.style-three .anim-icons{
		display: none;
	}

	.error-section .error-title{
		font-size: 120px;
	}

	.clients-section{
		text-align: center;
	}
	
	.header-top .pull-right{
		display:none;
	}
	
	.header-top .top-left{
		width:100%;
		display:block;
		text-align:center;
	}
	
	.banner-section-two .outer-container .content h1{
		font-size:58px;
	}
	
	.banner-section-two .outer-container .content h2{
		font-size:28px;
	}
	
	.banner-section-two .outer-container .content h2 span{
		font-size:24px;
	}
	
	.coming-soon-section-two .outer-box{
		padding-left:0px;
		padding-right:0px;
	}
	
	.coming-soon-section-two .outer-box{
		margin-top:90px;
	}
	
	.banner-section-two{
		padding-bottom:150px;
	}
	
	.header-top-two .top-left{
		display:none;
	}
	
	.header-top-two .top-right{
		text-align:center;
	}
	
	.header-top-two .top-right .cart-box,
	.header-top-two .top-right .social-icons{
		display:inline-block;
		float:none;
	}
	
	.banner-conference-two{
		padding-bottom:120px;
	}
	
}


@media only screen and (max-width: 599px){

	.page-title h1,
	.banner-meetup h2,
	.banner-conference .content-box h2,
	.error-section h4,
	.event-info-section .info-column .sec-title h2,
	.about-section .content-column .sec-title h2,
	.sec-title h2{
		font-size: 34px;
		line-height: 1.2em;
	}

	.banner-conference-two .content-box h2{
		font-size:40px;
	}
	
	.banner-conference-two .time-countdown .counter-column{
		margin-bottom:60px;
	}
	
	.call-to-action .content-box h2,
	.about-section-two .content-column .sec-title h2,
	.fluid-section-one .content-column h3,
	.video-section .content-box h2,
	.banner-carousel .content-box h2{
		font-size: 30px;
	}

	.blog-single h2,
	.event-detail .content-box h2,
	.banner-carousel .content-box .title,
	.register-section .title-column h2{
		font-size: 24px;
	}

	.blog-sidebar .news-block h4{
		font-size: 22px;
		line-height: 1.2em;
	}

	.coming-soon h1{
		font-size: 50px;
	}

	.banner-carousel .content-box .info-list{
		margin-bottom: 10px;
	}

	.banner-carousel .content-box .info-list li{
		margin-bottom: 10px;
	}

	.video-section .content-box h2 br,
	.coming-soon .icon-line-1,
	.banner-conference-two .time-countdown .counter-column:before,
	.about-section-two .content-column .sec-title h2 br,
	.event-info-section .info-column .sec-title h2 br,
	.banner-carousel .content-box .info-list li:before{
		display: none;
	}

	.page-title h1{
		font-size: 40px;
		margin-bottom: 10px;
	}

	.clients-section-three .sponsors-outer .image-box img{
		max-width: 100%;
		width: auto;
	}

	.schedule-block.even .inner-box .inner,
	.schedule-block .inner-box .inner {
	    margin: 0;
	}

	.schedule-block .date{
		position: relative;
		display: inline-block;
		margin-bottom: 15px;
		left: 0;
		top: 0;
		padding: 0;
		border: 0;
		box-shadow: none;
		height: auto;
		width: auto;
	}

	.schedule-block.even .date{
		right: 0;
	}

	.coming-soon-section .outer-box{
		margin: 0 -15px;
		padding: 30px 15px;
	}

	.coming-soon-section .time-countdown .counter-column,
	.coming-soon-section-two .time-countdown .counter-column{
		margin: 0 10px;
		width: auto;
	}

	.coming-soon-section .time-countdown .counter-column .count,
	.coming-soon-section-two .time-countdown .counter-column .count{
		font-size: 30px;
	}

	.coming-soon-section .time-countdown .counter-column:before{
		font-size: 30px;
		right: -15px;
		top: 0px;
	}

	.event-info-tabs .tab-btn{
		margin-right: 0;
	}

	.schedule-section.style-two .schedule-block .inner-box .inner{
		text-align: center;
		padding: 30px 20px;
	}

	.schedule-section.style-two .schedule-block .speaker-info .thumb{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		margin-bottom: 5px;
	}

	.schedule-section.style-two .schedule-block .speaker-info{
		padding-left: 0;
		text-align: center;
	}

	.banner-conference .time-countdown .counter-column{
		margin-right: 0px;
		width: 60px;
		text-align: center;
		font-size: 12px;
	}

	.banner-conference .time-countdown .counter-column:last-child{
		margin-right: 0;
	}

	.banner-conference .time-countdown .counter-column .count{
		font-size: 28px;
	}

	.banner-conference .time-countdown .counter-column:after{
		width: 60px;
	}

	.banner-conference .time-countdown .counter-column:before{
		right: -5px;
		font-size: 28px;
		display: none;
	}

	.schedule-section.style-three .schedule-block .inner-box .inner{
		padding: 30px 20px;
	}

	.banner-meetup{
		padding: 100px 0;
	}

	.schedule-tabs.style-three .tab-buttons li{
		width: 50%;
	}

	.banner-meetup .address{
		font-size: 18px;
	}

	.banner-meetup .countdown .counter-column{
		width: 60px;
		font-size: 10px;
		margin: 0 0 20px;
	}
	
	.banner-meetup .countdown .counter-column .count{
		font-size: 24px;
	}

	.feature-block-three .inner-box{
		padding: 40px 20px;
		text-align: center;	
	}

	.feature-block-three .icon-box{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		height: 80px;
		width: 80px;
		border-radius: 50%;
		margin-bottom: 20px;
	}

	.feature-block-three .link-box{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		margin: 15px 0 0;
	}

	.feature-block-three .icon-box:before{
		transform: none;
		border-radius: 50%;
	}

	.pricing-block-three .price{
		font-size: 80px;
	}

	.blog-single .lower-content blockquote{
		padding: 35px 20px;
	}

	.blog-single .lower-content blockquote .icon{
		position: relative;
		display: inline-block;
		left: 0;
		top: 0;
		margin-bottom: 20px;
	}

	.post-share-options  .social-icon-three{
		margin-top: 10px;
	}

	.buy-ticket .ticket-form{
		padding: 30px 20px;
	}

	.instagram-widget .outer .image{
		width: 33.333%;
	}

	.register-section .title-column .inner{
		padding: 50px 20px 20px;
	}

	.comments-area .comment{
		padding-left: 0;
	}

	.comments-area .comment-box .author-thumb{
		position: relative;
		left: 0;
		top: 0;
	}
}

@media only screen and (max-width: 479px) {
	.banner-conference-two .content-box h2{
		font-size:34px;
	}
}


.matrix {border:none;}
.matrix.light-wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(/stream/images/icon-dots-2.png);
    content: "";
    opacity: .02;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}