html {
  scroll-behavior: smooth;
}
body{
	font-family: Open Sans;
	font-size: 16px;
	font-weight: 400;
	color: #6f6f6f;
}


*{
	box-sizing: border-box;
}

a, a:hover, a:focus{
	text-decoration: none;
}


h1,h2,h3,h4{

}

.fixed {
    position:fixed;
    top:-120px;
    left: 0;
    right: 0;
    z-index:999;
  	transition:0.4s top cubic-bezier(.3, .73, .3, .74);    
	}

.fixed.slideDown {
    top:0;
	
}

.StickyHeader{
	background-color: #fff;		
}

#header{
	border-bottom: 3px solid #00b7f1;
}


.navbar-brand{height: auto;
	padding: 0px;
}
.navbar{margin-bottom: 0;}
.navbar-toggle .icon-bar{background-color: #231f20;}

.navbar-brand img{
		width: 70px;
	}
.nav>li>a{font-weight: 400;
	color: #333333;
}

.nav>li>a:focus, .nav>li>a:hover{
	background-color: transparent;
	color: #02b8f0;
}

section{
	padding: 50px 0;
}
.h2-h{
	font-size: 42px;
	font-weight: 700;
}


#myVideo{
	display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: 510px;
}



/*========
   Registration
===========*/

#rform{
	background-image: url(../img/bg-form.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#rform .h2-h{
	color: #00b7f1;
}

#rform h4{
	color: #333;
	font-size: 30px;
	margin-bottom: 35px;
}

#rform .form-control{
	height: 40px;
	border-radius: 0px;
	border-color: #00b7f1;
}

#rform textarea.form-control{
	height: auto;
}


/*winner*/
#winners{
    background-image: url(../img/bg-form.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


#winners .h2-h {
    color: #00b7f1;
}

#winners .btn-blue{
    background-color: #00b7f1;
    padding: 8px 42px;
    color: #fff;
}

#winners .table tbody tr:nth-child(even){
    background-color: #0ab5e9;
    color: #fff;
}

#winners .table tbody tr:nth-child(odd){
    background-color: #fdb952;
    color: #fff;
}

#winners .table thead tr{
    background-color: #0292bd;
    color: #fff;
}
#winners h4{
    color:#000;
}


#win1 .nav-tabs>li.active>a,#win1 .nav-tabs>li.active>a:focus, #win1 .nav-tabs>li.active>a:hover{
        color: #fff;
    cursor: default;
    background-color: #12a5b1;
    border: 1px solid #1593b5;
    border-bottom-color: #16ebef;
}




.custom-file-container {
  max-width: 400px;
  margin: 0 auto;
}


.custom-file-container__image-preview{
	height: 100px;
	overflow: auto;
	margin-bottom: 0px;
}

.custom-file-container__custom-file__custom-file-control__button, .custom-file-container__custom-file__custom-file-control{
	height: 40px;
	border-color: #00b7f1;
}

.custom-file-container__custom-file__custom-file-control__button{
	line-height: 1.50;
}

label{
	font-weight: normal;
}

#myvid{
	display: none;
}

.btn-blue{
	background-color: #00b7f1;
    padding: 8px 42px;
    color: #fff;
	
}

.rcondition{
	padding-left: 15px;	
}
.rcondition li{
	margin-bottom: 10px;
	font-size: 13px;
}


.imp-mod .modal-header{
	background-color: #ef9e16;
    color: #fff;
    text-align: center;
}

.imp-mod .modal-header .modal-title {
	font-size: 24px;
    font-weight: 700;
}

.imp-mod .btn-default{
	color: #fff;
    background-color: #0bbad2;
	border: none;
}



/*========
  About
=======*/


#about{
	background-color: #0a9fc5;
}

#about .h2-h{
	color: #f2bc6f;
	text-align: center;
}
.abt-txt{
	color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px
}
.abt-txt2{
	margin-bottom: 50px;
	line-height: normal;
    letter-spacing: normal;   
    text-align: center;
    font-size: 16px;
}

.abt-box{
	background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
	margin-bottom: 25px;
}

.abt-box img{
	max-width: 100%;
}

.abt-box h4{
	font-family: 'Segoe Print', sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #1faccf;
	text-align: center;
	line-height: 35px;
}

.abt-box h5{
	color: #e13a5c;
    font-size: 18px;
    text-align: center;
    margin: 20px 0 25px 0;
}
.abt-box p{
	color: #333;
	text-align: center;
	font-size: 16px;
}

.abt-box .btn{
	background-color: #0da1c6;
    color: #fff;
    padding: 10px 70px;
    border-radius: 25px;
    margin-top: 50px;
	font-family: 'Segoe Print', sans-serif;
	font-size: 20px;
}

.abt-box-s{
	padding: 25px;
}

/*========
participant details
=======*/
.t-c{
	font-size: 12px;
    color: #f00;
}
#parti-det{
	/*background-color: #5bded6;*/
	background-color:#01B5F4;
}

#parti-det .h2-h{
	color: #fff;
}
#parti-det .parti-det-p{
	/*color: #333333;*/
	color:#fffff2;
    line-height: 30px;
    font-size: 16px;
	font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 50px;
	margin-top: 15px;
}

.pd-h4{
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	margin-top: 25px;
}
.pd-li{
	margin: 25px 0;
	
}

.pd-li>li{
	list-style-image: url(../img/icon-chee.png);
	/*color: #333333;*/
	color:#fffff2;
    font-weight: 300;
    margin-bottom: 10px;
    padding-left: 12px;
    line-height: 26px;
	
}
.pd-allin{
	font-size: 22px;
	color: #e73b35;
	font-weight: 600;
}

#parti-det .table{
	color: #fff;	
	
}

#parti-det .table tr:nth-child(even){
	background-color: #f25d22;
    
}

#parti-det .table tr:nth-child(odd){
	background-color: #fdb953;
}

#parti-det .table tr th{
	background-color: #ff4800;	
}

#parti-det .table tr td{
	font-weight: normal;
}

#parti-det h6{
	color: #333;
}

.dis-c{
	font-size: 12px;
/*	color: #333;*/
	color:#fffff2;
}


/*=======
school activity
=======*/

#school-act{
	background-color: #ffcb4e;
}

#school-act .h2-h{
	color: #0195c4;
	margin-bottom: 50px;
}

.sa-txt{
	color: #333333;
	font-weight: 400;
	margin-bottom: 10px;
}

.sa-li{
	padding-left: 70px;
    margin-top: 50px;
}

.sa-li li{
	position: relative;	
	list-style: none;
	color: #333333;
	margin-top: 12px;
}

.sa-li li:before{
	content: '';
	background-image: url(../img/icon-chee2.png);
	position: absolute;
    width: 25px;
    height: 28px;
    left: -40px;
}
/*======
footer
======*/

#footer{
	background-color: #303030;
	padding-top: 50px;
}

.h3-hf{
	font-size: 26px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 25px;
}
.foot-nav{
	margin-top: 25px;
}

.foot-nav li{
	list-style: none;
	margin-bottom: 10px;
}

.foot-nav li a{
	color: #fff;
	font-size: 18px;
	
}

.foot-nav li a:focus, .foot-nav li a:hover{	
	color: #02b8f0;
}

.f-social{padding-left: 0px;}

.f-social li{
	display: inline-block;		
}

.f-social li a{
	width: 40px;
    height: 40px;
    background-color: #02b8f0;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
}

.foot-bot{
	background-color: #000;
	margin-top: 50px;
}
.foot-bot p{
   padding: 20px 0;
    color: #fff;
}


.f-email{
	color: #fff;
}

.f-email a{
	color: #02b8f0;
	word-break: break-word;
}

#banner-m{position: relative;}
#banner{
	position: relative;
}


.logo-chee{
	position: absolute;
    z-index: 99999;
    left: 10%;
    width: 200px;
	display: none;
}


.navbar-brand{
	position: relative;
}

.navbar-brand .sp-text{
	position: absolute;
    font-size: 11px;
    right: -93px;
    z-index: 1;
    top: 23px;
    color: #333;
}

.navbar-brand .lo-img{
	position: absolute;
    right: -53px;
    z-index: 1;
    top: 52px;
    width: 39px;   
}


#sch-img{
	background-color: #5bded6;
}

#sch-img .h2-h{
	color: #fff;
	margin-bottom: 50px;
}

#sch-img .owl-prev, #sch-img .owl-next{
	padding: 10px 15px !important;
    background-color: aliceblue;
    margin-top: 15px;
}

#sch-img .owl-next{
	margin-left: 15px;
}
#sch-img .owl-carousel p{
	text-align: center;
    color: #232323;
    padding-top: 15px;
	
}


#sch-vid{
	background-color: #0a9fc5;
}

#sch-vid .h2-h{
	color: #fff;
	margin-bottom: 50px;
}

#sch-vid .owl-prev, #sch-vid .owl-next{
	padding: 10px 15px !important;
    background-color: aliceblue;
    margin-top: 15px;
}

#sch-vid .owl-next{
	margin-left: 15px;
}
#sch-vid .owl-carousel p{
	text-align: center;
    color: #232323;
    padding-top: 15px;
	
}



/*================
	Desktop
==============*/
@media(min-width: 768px){
	
	
	@media (min-width: 768px) {
	  .row.equal {
		display: flex;
		flex-wrap: wrap;
	  }
	}
	
	
	.abt-box{
		margin: 0 50px;
		
	}
	.abt-box .btn{
		width: 80%;
	}
	
	.navbar-brand img{
		width: 100px;
	}

	.navbar-right{
		margin-top: 17px;
	}
	
	#banner-m{
		display: none;		
	}
	
	#banner{
		display: block;
	}
	
}



/*================
	mobile
==============*/
@media(max-width: 768px){
	
	.navbar-brand .lo-img{
		width: 33px;
	}
	
	.abt-box .btn{
		
		padding: 10px 0px;
		width: 100%;
	}
	
	.navbar-toggle{
		margin-top: 22px;
	}
	
	.navbar-toggle .icon-bar {
		background-color: #00b8f3;
		}
	.navbar-brand img{
		    width: 87px;
    		margin: 0px 0 0 12px;
	}
	
	#banner-m{
		display: block;		
	}
	
	#banner{
		display: none;
	}
	
	.logo-chee{
		z-index: 99;
	left: 2%;
    width: 120px;
    bottom: 0px;
		
	}
}




/*================
	other
==============*/
@media(min-width: 768px) and (max-width: 1550px){
	.logo-chee{
		left: 5%;
		
	}
	
}


