* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a {text-decoration: none!important;color: #EE25DA;}
a:active,a:hover {outline: 0;}
b,strong {font-weight: 600;}
ol,ul {list-style-type: none;}
img {border: 0;vertical-align: middle;}
h1{font-size: 2em;}
h2{font-size: 1.5em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
.zsiq_theme1.zsiq_floatmain {display: none!important;}
body{
  /*background:#14131a url("../images/serverroom-bg-1.jpg") no-repeat 0 0;color:#fff;background-size: 100%;*/
  background-image: url("../images/serverroom-bg-1.jpg"), url("../images/serverroom-bg-2.jpg");
  background-position: center top, center bottom;
  background-repeat: no-repeat, no-repeat;
  background-size:100%, 100%;
  background-color: #14131a;
  color:#fff
}
.container{width:1200px;margin: 0 auto;}
.serverroom{
/*  background:url("../images/bg.svg") no-repeat 0 0;
  background-size: 100%;*/
  background:linear-gradient(1deg, rgba(20, 19, 27, 0.40) 0%, #14131B 22.63%, #14131B 69.13%, rgba(20, 19, 27, 0.00) 100%);
}
.main{padding: 25px 0 40px 0;}
/* ------------------ Header styles ------------------ */
header{display:none;}
.serverroom header{
  background: transparent;
  box-shadow: none;
  padding: 20px 0;
  position: relative;
  z-index:9;
  display:block;
}
header.active{
  background: #14131c;
  position: fixed;
}
.logo-sec{float:left;}
.logo-sec a{display: block;}
.logo-sec img{width:200px;}
.menu-sec{float:right;padding-top:20px;}
.nav-menu li{
  float: left;
  padding:0 10px;
  cursor: pointer;
}
.nav-menu li:hover{
  text-decoration: underline;
}
.nav-menu li a{font-family:'Zoho_Puvi_Medium';}
/* ------------------ Banner  styles ------------------ */
.banner-sec{text-align: center;}
.banner-sec p{padding: 20px 0 0 0;}
.subscribe-btn, .dale-play a{
  display: inline-block;
  color: #000;
  border: 2px solid #88def0;
  background: #88def0;
  padding: 13px 35px;
  border-radius: 3px;
  margin: 20px 0 10px 0;
  font-size: 1.3em;
  cursor: pointer;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
.subscribe-btn:hover, .dale-play a:hover{
  box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
  background: transparent;
  color: #fff;
  border: 2px solid #88def0;
}
.dale-play a{position: absolute;bottom: 20px;}

#creative{width:330px;height: auto;margin:0 auto;min-height: 350px;}
/* ------------------ about  styles ------------------ */
.about{
  text-align: center;
  padding:60px 0 0 0;
}
.about ul li{
  display: inline-block;
  vertical-align: top;
  width:26%;
  padding: 30px 20px;
  text-align: left;
  border:1px solid #FF1BE8;
  border-radius: 5px;
  margin: 10px;
  min-height: 400px;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
  position: relative;
  top:0;
}
.about ul li:hover{
  top:-10px;
}
.about ul li img{width:50px;height: 50px;}
.about ul li h3{padding:15px 0;}
#video-podcast .about ul li{min-height: 300px;}
/* ------------------ episodes  styles ------------------ */
.episodes{padding:60px 0 0 0;}
.episodes h2{text-align: center;padding-bottom: 30px;}
.episodes ul > li{margin: 0 auto 30px auto;width: 82%;background: #1E192D;}
.eposodes-list li{padding:30px;}
.epis-left{
  display: inline-block;
  vertical-align: top;
  width:250px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.epis-left::before{
   background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	 content: "";
	 display: block;
	 height: 100%;
	 left: -75%;
	 position: absolute;
	 top: 0;
	 transform: skewX(-25deg);
	 width: 50%;
	 z-index: 2;
}
.episodes ul li:hover .epis-left::before, .epis-left:focus::before{
  animation: shine 0.85s;
}
@keyframes shine {
	 100% {
		 left: 125%;
	}
}
.epis-left img{
  width:100%;
  height: auto;
  cursor: pointer;
}
.epis-left:after{
  content: "";
  width: 25%;
  height: 25%;
  background: url(../images/video-icon.svg) no-repeat center center;
  background-size: 100%;
  position: absolute;
  left: 38%;
  top: 40%;
  opacity: .95;
}
#ti-para-ti .epis-left:after, #podcasts .epis-left:after{
  background:none;
  display: none;
}
.epis-left:hover::after{
  opacity: .8;
}
.epis-right{
  width:72%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  background: #1E192D;
  border-radius: 0 5px 5px 0;
  padding: 0 0 0 30px;
  margin-left: -2px;
  min-height: 250px;
}
.epis-right span{color: #EE25DA;}
.epis-right h4{padding:20px 0 0 0;line-height:28px;}
.epis-right p.subline{font-family:'Zoho_Puvi_Thin';font-size: 1em;}
.epis-right p{font-family:'Zoho_Puvi_Regular';font-size: 1em;}
.podcast-other-details{width:100%;}
.speaker-sec{
  padding:20px 0 0 0;
  width:50px;
  display: inline-block;
  vertical-align: top;
  position:relative;
  cursor:pointer;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.online-platforms{
  width:200px;
  padding:20px 0 0 0;
  float: right;
  position: relative;
  text-align: right;
}
#ti-para-ti .online-platforms{
  width: auto;
  float: none;
  text-align: left;
}
.online-platforms h5 {
  position: absolute;
  top: 5px;
  right: 0;
  color: #69617f;
}
.speaker-sec img{
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #433766;
}
.speakers-right{
  width: 300px;
  display: inline-block;
  vertical-align: top;
  padding: 8px 0 8px 25px;
  opacity: 0;
  position: absolute;
  left: 0;
  top:-40px;
  background: #473a6f;
  border-radius: 25px;
  z-index:2;
  cursor:pointer;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.speaker-sec:hover .speakers-right{
	opacity: 1;
}
.speakers-right p {
  line-height: 18px;
  padding: 5px 0 0 0;
}
.platform-list img{
  width:40px;
  height: auto;
}
.episodes .platform-list li{
  margin: 10px 10px 10px 0;
  display: inline-block;
  vertical-align: top;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
  width:auto;
  padding: 0;
}
.episodes .platform-list li:hover{
  transform: scale(1.2);
}
.view-more{
	background:#EE25DA;
	border:1px solid #EE25DA;
	color: #fff;
	padding:6px 12px;
	border-radius:5px;
	margin:10px 0;
	display: inline-block;
	-moz-transition: all ease-in-out .5s;
	-webkit-transition: all ease-in-out .5s;
	-o-transition: all ease-in-out .5s;
	transition: all ease-in-out .5s;
}
.view-more:hover{
	background:transparent;
	border:1px solid #fff;
}

/* ------------------------------------ Footer styles ------------------------------------ */
.popup, .video-popup{
  background:rgba(0, 0, 0, 0.75);
  position: fixed;
  width:100%;
  height: 100%;
  margin: 0 auto;
  top:0;
  left:0;
  display: none;
}
.popup.active, .video-popup.active{display: block;}
.popup-inner, .video-popup-inner{
  border:1px solid #FF1BE8;
  border-radius: 5px;
  width:800px;
  height: auto;
  margin: 100px auto 50px auto;
  position: relative;
  padding: 20px;
  backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
.popup-inner h2{text-align: center;padding: 10px 0 10px 0;}
.popup-close, .video-popup-close{
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  background: #000;
  border-radius: 20px;
  -moz-transition: all ease-in-out .6s;
  -webkit-transition: all ease-in-out .6s;
  -o-transition: all ease-in-out .6s;
  transition: all ease-in-out .6s;
}
.popup-close:hover, .video-popup-close:hover {
  transform: rotate(360deg);
  cursor: pointer;
}
.video-popup iframe{
    text-align: center;
    width: 100%;
}
/* ---------------- form style   --------------*/
form input, form textarea {
  font-style: normal;
  background: transparent;
  font-size: 1em;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 15px;
  width: 100%;
}
form select {
  background: transparent url(https://www.manageengine.com/events/images/dropdown-arrow.png) no-repeat 95% center;
  border: 1px solid #fff;
  padding: 15px;
  width: 100%;
  font-size: 1em;
  height: auto;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 3px;
}
div.form-field {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  margin: 2% 1%;
}
.submit-block{
  text-align: center;
  margin: 20px 0 0 0;
}
form input[type="submit"], .submit-block input{
  font-size: 1.2em;
  color: #000;
  border: 2px solid #88def0;
  background: #88def0;
  padding: 13px 35px;
  border-radius: 3px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}
form input[type="submit"]:hover, .submit-block input:hover {
    box-shadow: 0 0 10px 0 #00d7c3 inset, 0 0 20px 2px #00d7c3;
    background: transparent;
    color: #fff;
    border: 2px solid #88def0;
}
p.reg_form_errors{bottom: -26px;}
.CaptchaWrap{
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 47px;
}
canvas {
    width: 100%;
    height: 47px;
}
.reload {
  position: absolute;
  width: 25px;
  height: 25px;
  background: #000;
  line-height: 22px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  top: 10px;
  font-size: 1.5em;
  right: 2px;
  cursor: pointer;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* ------------------------------------ ti-para-ti styles ------------------------------------ */
.platforms{margin-top:40px;}
.platforms ul{padding: 20px;}
.platforms ul li{display: inline-block;vertical-align: top;padding: 0 10px 0 0;}
.platforms ul li a{display: block;}
.platforms ul li a img{width:auto;height: 35px;}


.podcast-play-sec{width: 100%;}
.audio-sec {padding: 20px 0 0 0;width: 60%;display: inline-block;vertical-align: top;}
audio {filter: sepia(20%) saturate(70%) grayscale(1) contrast(99%) invert(12%);width: 250px;height: 30px;}

/* ------------------------------------ burger manu styles ------------------------------------ */
.menu-icon {
    position: fixed;
    top: 37px;
    right: 15px;
    transform: translate3d(0, 0, 0);
    transition: transform .7s;
    z-index: 9999999;
    margin: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}
.menu-icon span {
    display: block;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    top:0;
    left: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: absolute;
}
.menu-icon span:nth-child(2) {
    top: 8px;
}
.menu-icon span:nth-child(3) {
    top: 16px;
}
.navoverflow .menu-icon span:first-child {
    top: 8px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}
.navoverflow .menu-icon span:nth-child(2) {
    opacity: 0;
    right: -60px;
}
.navoverflow .menu-icon span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
/* ------------------------------------ Footer styles ------------------------------------ */
footer{background: #1E192D;display:none;}
.serverroom footer{display:block;}

/* ------------------------------------ Responsive styles ------------------------------------ */
@media only screen and (min-width:1500px){
}
@media only screen and (max-width:1400px){
  .dale-play a{position: static;}
}
@media only screen and (max-width:1200px){
  .container{width:90%;}
  .episodes{text-align: left;}
  .episodes ul li{background: #1E192D;}
  .epis-left{width:200px;margin:0 auto;height: auto;}
  .online-platforms h5{position: static;}
  .episodes ul > li {width: 100%;}
}
@media only screen and (max-width:1023px){
  body{
    background-image: url("../images/serverroom-bg-1.jpg"), url("../images/serverroom-bg-2.jpg");
    background-size:auto, auto;
  }
  .online-platforms{float: none;text-align: left;}
  .banner-sec br{display: none;}
  .about ul li{width: 90%;margin: 10px auto;min-height: 100px;}
  .popup-inner, .video-popup-inner{width: 90%;}
  .episodes ul > li{width:100%;}
  .nav-menu {
    width: 50%;
    background: #fff;
    position: absolute;
    right: 15px;
    top: 75px;
    border-radius: 3px;
    -moz-transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    height: 0;
  }
  .nav-menu a{
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -moz-transition: all ease-in-out .3s;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
  }
  .navoverflow .nav-menu{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    height: 110px;
  }
  .navoverflow .nav-menu a{
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  .menu-icon{display: block;}
  .nav-menu li {float:none;padding: 0;}
  .nav-menu li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px dashed #ddd;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  .nav-menu li:last-child a{border:none;}
  .nav-menu li:hover a {background: #fae9ff;}
}
@media only screen and (max-width:865px){
  .epis-right{padding: 30px 0 0 0;}
  .epis-right{width:100%;}
}
@media only screen and (max-width:825px){
  div.form-field{width:100%;margin: 15px 0;}
  .popup-inner{height: 600px;overflow-y: scroll;}
  .popup-close{top: 10px;right: 10px;}
}
@media only screen and (max-width:745px){
  .epis-right{width:100%;}
}
@media only screen and (max-width:600px){
  .nav-menu {width: 90%;right: 5%;}
  .epis-left{display: block;width:50%;margin:0;}
  .epis-right{width:100%;}
  .speaker-sec{width:100%;}
  .speakers-right{width:100%;padding: 20px 0 0 0;opacity:1;background:transparent;position:static;}
  .video-popup iframe{height: 400px;}
  .online-platforms h5{margin:0 auto;}
}
@media only screen and (max-width:430px){
  #creative{width:300px;height: auto;margin:0 auto;}
  .CaptchaWrap{position: relative;;margin-top: 15px;}
  .video-popup iframe{height: 300px;}
  .epis-left{width:80%;}
}
@media only screen and (max-width:350px){
  #creative, .audio-sec, audio{width:100%;}
}

/* ------------------------------------ End ------------------------------------ */
