@charset "UTF-8";
/* CSS Document */
html,body{
	color:#5c5c60;
	font-size:20px;
	font-weight:300;
	background-color:#eee;
	position:relative;
}
h1{
	color:#58595b !important;
	text-transform:uppercase;
	font-size:30px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight:700;
	letter-spacing: normal;
	margin-bottom:5px;
	padding-bottom:0px;
}
h2{
	color:#58595b !important;
	text-transform:uppercase;
	font-size:25px;
	font-family: 'Open Sans', sans-serif;
	text-align:center;
	font-weight:700;
	letter-spacing: normal;
	margin-bottom:5px;
	padding-bottom:0px;
}
h3{
	text-transform:uppercase;
	font-size:23px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	letter-spacing: normal;
	margin-bottom:5px;
	padding-bottom:0px;
	color: #58595b;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1{
		font-size:45px;
	}
	h2{
		font-size:34px;
	}
	h3{
		font-size:24px;
	}
}
.bg-black-overlay::before {
    background: rgba(0,0,0,0.5);
}
.text-lg{
    font-size: 28px;
}
.text-xl{
    font-size: 40px;
}
p{
	margin-bottom: 30px;
}
.check-icon-list{
	margin: 0px;
	padding: 0px;
}
.check-icon-list li{
	position: relative;
	margin-left: 40px;
	padding: 0px;
	margin-bottom: 15px;
	list-style: none;
}
.check-icon-list li::before{
	content: '';
	position: absolute;
	height: 30px;
	width: 30px;
	background-image: url(../../brainathon-2018/css/images/white-check-icon.svg);
	background-repeat: no-repeat;
	background-size: cover;
	top: 2px;
	left: -40px;
}
.check-icon-list-center li{
	display: inline-block;
	font-size: 30px;
	margin-bottom: 30px;
	margin-left: 60px;
}
.check-icon-list-center li::before{
	content: '';
	top: 5px;
	left: -50px;
	height: 40px;
	width: 40px;
}
.form-group-lg .form-control{
	border-radius: 0px;
	font-size: 20px;
	height: 62px;
	line-height: 62px;
}
.btn-xl{
	border-radius: 0px;
	padding: 18px 18px;
	font-size: 22px;

}
.form-inline .btn-xl{
	margin-bottom: 10px;
}
.exit{
	float:right;
	margin-top:-10px;
	cursor:pointer;
	font-size:20px;
}
.as-seen-on{
	padding: 40px 0px;
}
#live {
    background-color: #ffa300;
    text-align: center;
    padding: 4px 0px;
    color: #FFF;
    text-shadow: 1px 1px 1px #000;
    text-transform: uppercase;
}


/* Customize the label (the container) */
.check-box {
  display: block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  
}

/* Hide the browser's default checkbox */
.check-box input {
  position: absolute;
  opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #F2F2F2;
  border: 2px solid #E1E1E1;
}

/* On mouse-over, add a grey background color */
.check-box:hover input ~ .checkmark {
  background-color: #E5E5E5;
}

/* When the checkbox is checked, add a blue background */
.check-box input:checked ~ .checkmark {
  background-color: #5197de;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  border: 2px solid #5197de;
}

/* Show the checkmark when checked */
.check-box input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-box .checkmark:after {
  left: 5px;
  top: -1px;
  width: 10px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.t-controls{
	text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px;
    left: 0px;
}
.t-content{
	color: #000;
	position: relative;
	height: 0px;
	overflow: hidden;
	opacity: 0;
		-webkit-transition: opacity 800ms linear;
		-ms-transition: opacity 800ms linear;
		transition: opacity 800ms linear;
}
.t-content.active{
	height: auto;
	opacity: 1;
		-webkit-transition: opacity 800ms linear;
		-ms-transition: opacity 800ms linear;
		transition: opacity 800ms linear;
}
.t-content.inactive{
}
.t-switch{
	margin-bottom: -60px;
	height: 12px;
	width: 12px;
	border: #1fa2e1 1px solid;
	border-radius: 50%;
	margin: 0px 2px;
    display: inline-block;
	cursor: pointer;
}
.t-switch.active,
.t-switch:hover{
	background: #753f9f;
}

.gradient-button {
	font-family:'Open Sans',sans-serif;
	font-weight:400!important;
	background: -moz-linear-gradient(45deg, #fda328 0%, #fdc268 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fda328), color-stop(100%, #fdc268));
    background: -webkit-linear-gradient(45deg, #fda328 0%, #fdc268 100%);
    background: -o-linear-gradient(45deg, #fda328 0%, #fdc268 100%);
    background: -ms-linear-gradient(45deg, #fda328 0%, #fdc268 100%);
	background: linear-gradient(45deg, #fda328 0%, #fdc268 90%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc268', endColorstr='#fda328',GradientType=1 );
	color:#000!important;
	text-decoration:none;
	white-space:normal!important;
	position:relative;
	line-height:1.1;
	}

.gradient-button:hover{
	background-color:#ff8a00!important;
	color:#FFF!important;
	}

ul.dr-lists {
    margin: 2px auto 30px auto;
    padding: 0;
    display: block;
    text-align: center;
}
ul.dr-lists li {
    display: inline-block;
    margin: 0 3px 10px 3px;
}
ul.dr-lists li img{
	height: 208px; 
 }
ul.dr-lists span{
	margin-top: 10px;
	font-family: 'Sora';
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
	display: block;
}
@media screen and (max-width: 767px){
	.logo-ml {
	    list-style: none;
	    margin-left: 0;
	    padding-top: 15px!important;
	    padding-left: 0!important;
	    text-align: center;
	    clear: both;
	    float: none;
	    margin-bottom: 0px;
	}
	.logo-ml li {
	    display: inline-block;
	    margin: 0 15px 15px 15px;
	}
}
@media screen and (min-width: 768px) and (max-width: 980px){
	.logo-ml {
	    list-style: none;
	    margin-left: 0;
	    padding-top: 15px!important;
	    padding-left: 0!important;
	    text-align: center;
	    clear: both;
	    float: none;
	    margin-bottom: 0px;
	}
	.logo-ml li {
	    display: inline-block;
	    margin: 0 15px 15px 15px;
	}

}
@media screen and (min-width: 981px) and (max-width: 1024px){
	.as-seen-on .visible-md{
		display: none!important;
	}
	.col-md-3.col-xs-12.white.text-center.text-300 {
	    display: block;
	    width: 100%;
	    margin-bottom: 20px;
	}
	ul.visible-sm.visible-xs.logo-ml {
		display: block!important;
	} 
	.logo-ml {
	    list-style: none;
	    margin-left: 0;
	    padding-top: 0px!important;
	    padding-left: 0!important;
	    text-align: center;
	    clear: both;
	    float: none;
	    margin-bottom: 0px;
	}
	.logo-ml li {
	    display: inline-block;
	    margin: auto;
	}	
}