html{
	scroll-behavior: smooth;
}
body{
	margin: 0;
	padding-top: 0!important;
	scroll-behavior: smooth;
}
#speech{
	background: #e5e5e5;
    padding: 10px 0px;
    /*margin-bottom: 30px;*/
}
.bg-image{
	background-size: cover!important;
	height: 400px;
	width: 100%;
	background-position: center center!important;
}
.motivational-speech-box{
	box-sizing: border-box;
	border: none;
	padding: 20px;
}
.motivational-speech-box iframe{
	width: 100%;
    height: 420px;
}
.speech-title h1{
	font-size: 45px;
	font-weight: 600;
	color: #333;
}
.speech-title hr{
	height: 2px;
	color: gray;
}
.speech-content p {
	line-height: 1.7;
	font-size: 15px;
	text-align: justify;
}
.btn1{
	margin-bottom: 27px;
	font-size: 22px;
}
.tutorial-btn{
	color: #fff;
    background: #123e64;
    padding: 16px 30px;
    border: none;
    width: 100%;
    cursor: pointer;
}
.all-btn{
	margin-top: 50px;
}
.btn1 a:hover{
	background: #fff;
	color: #123e64;
	transition: 0.5s;
}
/*.register-btn{
	color: #fff;
    background: #123e64;
    padding: 16px 94px;
    border: none;
}
.club-register-btn{
	color: #fff;
    background: #123e64;
    padding: 16px 81px;
    border: none;
}
.organization-register-btn{
	color: #fff;
    background: #123e64;
    padding: 16px 59px;
    border: none;
}*/
.btn-2{
	font-size: 22px;
}
.right{
	float: right;
}
.tutorial-btn-1{
	padding: 15px 30px;
	color: #fff;
    background: #123e64;
    border: none;
}
.second{
	margin-top: 20px;
}
#footer-1{
	background: #264966;
	padding: 10px 0px;
	margin-top: 50px;
}
.copyright-text p{
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
}
@media only screen and (max-width: 576px){
	.btn-2{
		margin-bottom: 15px;
	}
	.second{
		margin-top: -10px;
	}
	.motivational-speech-box{
		margin-top: -20px;
	}
	.speech-title h1{
		font-size: 25px;
		margin-top: -10px;
	}
	.btn-1{
		font-size: 16px;
	}
	.tutorial-btn{
		color: #fff;
	    background: #123e64;
	    padding: 10px 10px;
	    border: none;
	}
	.register-btn{
		color: #fff;
	    background: #123e64;
	    padding: 10px 20px;
	    border: none;
	}
	.club-register-btn{
		color: #fff;
	    background: #123e64;
	    padding: 10px 20px;
	    border: none;
	}
	.organization-register-btn{
		color: #fff;
	    background: #123e64;
	    padding: 10px 16px;
	    border: none;
	}
	/*date 14-11-2022*/
	.navbar-toggler-icon i{
		background: #123e64;
		color: #fff;
		padding: 10px;
		font-size: 25px;
	}
	.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
    float: right;
    margin-left: 74px;
    margin-top: -20px;
}
/*Adult Literacy Programme page css start*/
#banner-section{
	background: #dfdfdf;
	height: 300px;
	width: 100%;
}
.page-header h1{
	color: #123e64;
	font-size: 45px;
}
.adult-literacy-program-content p{
	text-align: justify;
	font-size: 16px;
	line-height: 1.7;
}
.point-title h3{
	font-size: 26px;
	color: #123e64;
	padding: 10px 0px;
}
.awards-title h3{
	font-size: 26px;
	color: #f5aa32;
	padding: 10px 0px;
	font-weight: bold;
}
.table-responsive>.table-bordered{
	/*background: #f5aa32;*/
}
.table-bordered thead:first-child th {
    font-weight: bold;
}
.table {
    color: #3a3a3a;
}
.point-title h5{
	font-size: 18px;
	line-height: 1.5;
}
.all-points ul{
	list-style: none;
	margin-top: 20px;
}
.all-points ul li{
	font-size: 25px;
	color: #123e64;
	font-weight: 700;
	margin-top: 30px;
}
.all-points ul span{
	font-size: 25px;
	color: #fff;
	background: #123e64;
	border: none;
	padding: 12px 20px;
	border-radius: 50%;
	margin-right: 20px;
}
@media only screen and (max-width: 576px){
	.adult-literacy{
		display: flex;
		flex-direction: column-reverse;
	}
}

/*examination page css start*/
.download-btn button{
	font-size: 18px;
    background: #123e64;
    color: #fff;
    padding: 10px 50px;
    margin-bottom: 20px;
    border: none;
    text-transform: uppercase;
    font-family: inherit;
    letter-spacing: 0.8px;

}
.download-btn button:hover{
	cursor: pointer;
}
.download-text p{
	font-size: 25px;
	font-weight: 600;
	left: 0;
	float: left;
	color: #123e64;
}
.download-text p span{
	font-weight: 600;
}
@media only screen and (max-width: 576px){
	.download-text p{
		font-size: 20px;
	}
}
.toolkit-image img{
	width: 100%;
}
.toolkit-heading{
	text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}
.toolkit-heading h4 {
    color: #00afef;
    font-weight: bold;
}

/*index1 css start*/
.video{
	padding: 0;
	margin: 0;
}
.motivational-speech-box1{
	height: 60vh;
}
.box-section{
	box-sizing: border-box;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	background: #fff;
}
/*.btn-icon {
	height: 100px;
	width: 100px;
	border-radius: 50%;
}*/

}

/*css 11-11-2022*/
/*for nave bar*/
.navbar {
    min-height: 0!important;
    padding: 0;
    border: none;
    box-shadow: none!important;
    }
.login-register-btn{
	float: right;
	font-size: 14px;
	background: #0c426e;
	padding: 7px 19px;
	margin-left: 25px;
}
.login-register-btn {
	color: #fff;
}
.navbar-nav .nav-item .nav-link {
    font-size: 18px;
    padding: 0px 16px;
}
.navbar-nav .nav-item .nav-link{
	color: #0c426e;
	padding: 5px 8px;
}
.navbar-nav .nav-item .nav-link:hover{
	background: #feca0a;
	color: #0c426e;
}


.navbar-nav .nav-item .nav-link {
       /* padding: 5px 8px!important; */
    line-height: 22px!important;
    font-size: 14px!important;
    color: black!important;
    /* background:  #ebbe09!important; */
    /* margin-left: 15px!important; */
     /* border-radius: 9px!important; */
     /* max-width: 160px!important; */
     /* text-align: center!important; */
}
.navbar-nav .nav-item .nav-link:hover{
	background:  #F58222!important;
}
/*css 15-11-2022*/
#diksha{
	background: url(../images/DIKSHA-Picture.jpg);
	background-size: cover;
	height: 400px;
}
#vidya{
	background: url(../images/VIDYA-Picture.jpg);
	background-size: cover;
	/* height: 400px; */
}
#vidya-faqs{
	background: url(../images/faqs-banner.jpg);
	background-size: cover;
	height: 450px;
}
#awards{
	background: url(../images/Portal-Picture-2.jpg);
	background-size: cover;
	height: 400px;
}
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    float: right!important;
}
.carousel-item{
  background-size: cover!important;
  height: 400px;
}
.carousel-control-next, .carousel-control-prev{
	width: 0px!important;
}
.diksha-tagline img{
	width: 75%;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
/*.navbar-nav {
	display: block!important;
}*/
@media only screen and (max-width: 576px){
	.navbar-nav .nav-item .nav-link {
	    /*color: #0c426e;*/
	    /*padding: 5px 8px;*/
	    margin-bottom: 14px;
	}
	.navbar-expand-lg .navbar-nav {
	    -ms-flex-direction: row;
	    flex-direction: row;
	    float: left!important;
	}
	.navbar-nav {
		display: block!important;
	}
}
/*19-11-2022*/
.btn-warning{
	color: #fff!important;
	background: #0c426e!important;
	padding: 10px 25px;
	font-weight: bold;
	letter-spacing: 1.2px;
   /* background-color: yellow;
   margin: 10px;
   border: 2px solid #fff;
   padding: 7px 25px;
   text-align: center;
   transition: 0.5s;
   background-size: 200% auto;
   color: black !important; */
   animation: rotate 0.4s linear both infinite;

}
.btn-warning:hover{
	color: #000!important;
	background: #F58222!important;

}
@keyframes rotate {
  	100% {
  		filter: hue-rotate(-360deg);
	}
	100% {
	  	filter: hue-rotate(-360deg);
	}
}
.sub_div{
	padding: 0 15px;
}
.literacyprogram1{padding: 0 0 45px 0;}
.literacyprogram{
	border: 1px solid grey;
	padding: 0 15px;
	background-color: #fffad6;
}
.snapshots{
	position: relative;
  width: 300px;
  margin: 15px auto 30px;
  padding: 30px;
  text-align: center;
	height: 200px;
}
.snapshots2{
	position: relative;
  width: 300px;
  margin: 15px auto 30px;
  padding: 30px;
  text-align: center;
	height: 200px;
}
.snapshots h4, .snapshots2 h4{
	font-size: 25px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 80%;
}
.snapshots h6, .snapshots2 h6{
	font-size: 25px;
  color: #fff;
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 80%;
}
.adult-literacy-image{
	margin: auto;
    display: flex;
}
.adult-literacy-image img{
	width: 80%;
	margin: auto;
}
.map-heading{
	width: 100%;
    margin: 21px auto;
    padding: 12px 0px;
    background-color: #0c426e;
    color: #fff;
    text-align: center;
}
.map-main{margin-top: 30px;}
.literacy_rate{background-color: #bee2ff;}
.table-responsive table td{
	border: 1px solid #a1a1a1;
	font-weight: 600;
    color: #000;
    font-size: 15px;
}
.snapshots:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #ffffff;
    -ms-transform: skewY(4deg);
    transform: skewY(357deg);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
		background-color: #3baec5;
}
.snapshots2:before {
	 position: absolute;
	 content: '';
	 left: 0px;
	 top: 0px;
	 right: 0px;
	 bottom: 0px;
	 background-color: #ffffff;
	 -ms-transform: skewY(4deg);
	 transform: skewY(4deg);
	 transition: all 500ms ease;
	 -moz-transition: all 500ms ease;
	 -webkit-transition: all 500ms ease;
	 -ms-transition: all 500ms ease;
	 -o-transition: all 500ms ease;
	 background-color: #ed7636;
}
/*nitish 25-11-2022*/
.adult-literacy-image ul li::before{
	 position: absolute;
    content: '\f0a4';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0c426e;
    font-size: 25px;
    padding-right: 20px;
    margin-left: -35px;

}
.adult-literacy-image ul li{
	padding-bottom: 7px;
	text-decoration: none;
	list-style: none;
	font-size: 18px;
	color: #000;
}
.adult-literacy-image p{
	font-size: 16px;
	color: #000;
}
#map{
	background: #e9e9e9;
	padding: 50px 0px;
}
.point-title{
	color: #000;
	font-weight: 600;
}
.table-responsive table td:hover{
	background: transparent;!important;
}
.education-details p{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.education-details h4{
	font-size: 20px;
	color: #000;

}
.education-details ul li{
	list-style: none;
	  padding-bottom: 7px;
	  font-size: 16px;
	  color: #333333;
}
.education-details ul li::before{
	 position: absolute;
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0c426e;
    font-size: 20px;
    padding-right: 20px;
    margin-left: -35px;
}
.literacyprogram1 p{
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.literacy-program h4{
	font-size: 22px;
	color: #0c426e;
	font-weight: 600;
}
.literacy-program ul li{
	list-style: none;
	font-size: 16px;
	color: #333333;
}
.literacy-program ul li::before{
	 position: absolute;
    content: '\f0da';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #0c426e;
    font-size: 20px;
    padding-right: 20px;
    margin-left: -35px;
}
.education-details b{
	font-size: 16px;
	color: #000;
}
#whois{
	background: #acdbf7;
	    background: #acdbf7;
    margin-top: -40px;
    margin-bottom: -49px;
}
/*diksha page css 25-11-2022*/
#diksha-branding{
	background: #fffad6;
}
.diksha-details h3{
	color: #0c426e;
	font-weight: 500;
	padding-bottom: 18px;
	border-bottom: 2px solid #0c426e;
	width: fit-content;
	font-weight: 600;
	font-size: 35px;
}
.diksha-details strong{font-size: 20px;}
/*.divider{
	height: 2px;
	width: 100%;
	background: #0c426e;
}*/
.diksha-details ul li, .diksha-details ol li{
	/* list-style: none; */
	font-size: 17px!important;
	color: #333333;
	padding-bottom: 12px;
	z-index: 9999;
	font-weight: 500;
	text-align: justify;
	color: #21406e!important;
}
.diksha-details ul li::before, .diksha-details ol li::before{
	 position: absolute;
	    /* content: '\f0a4';
    font-family: "Font Awesome 6 Free"; */
    font-weight: 900;
    color: #0c426e;
    font-size: 25px;
    padding-right: 20px;
    margin-left: -35px;
    z-index: 9999;
}

/*scroll button css start*/
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #ebbe09; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.scroll-button a{
	color: #fff;
}
#myBtn:hover{
	background: #F58222;
}
/*scroll button css End*/

/*assessment page css start*/
#assessment-box{
	background: #0c426e;
	padding: 20px 0px;
}
#assessment{
	background: url(../images/Assessment-banner.jpg);
    background-size: cover;
    height: 400px;
}
.assessment-title h1{
	    font-size: 40px;
    color: #0c426e;
    font-weight: 600;
}
.assessment-title p{
	font-size: 17px;
	color: #333333;
}
.assessmentques p{
	font-size: 20px;
	color: #0c426e;
}
#assessment-footer{
	background: #fffad6;
	padding: 20px 0px;
	margin-bottom: -48px;
}
.nios h4{
	font-weight: 600;
	color: #000;
}
/**/
/*#new-assessment-box{
	background: #0c426e;
	clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
	height: 635px;
}
.assessment-details h1{
	    font-size: 70px;
    transform: rotateZ(282deg);
    text-align: center;
    position: absolute;
    top: 29%;
    left: 43%;
    color: #ebbe09;
    font-weight: 700;
}
.diksha-details{
	padding-left: 70px;
}
#assi{
	margin: 50px 0px;
}*/
/*award page css*/
.adult-literacy-program-content p{
	font-size: 16px;
	color: #333333;
	line-height: 1.7;
	/* font-weight: bold; */
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #21406e;
  padding: 15px 30px;
}

/* Style the buttons that are used to open the tab content */
/*.tab-strip{
	width: 100%;
}*/
.tab button {
  background-color: #fff;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
	padding: 14px 15px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 600;
  color: #21406e;
  margin: 5px 10px;
  border-radius: 5px;

}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ddd;
}
.tabcontent:first-child{
	display: block;
}
/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
/*  border: 1px solid #ccc;*/
  border-top: none;
}

.tab button:hover {
    background-color: #ebbe09!important;
    color: #000!important;
}
button.active {
    background-color: #ebbe09!important;
    color: #000!important;
}
/*table design*/
.table-title{
	background: #f1d462;
	padding: 5px;
	border: 1px solid #000;
}
.table-title h3{
	color: #21406e;
	font-weight: 600;
}
.table{
	border: 1px solid black;
	background: #3e8ef74d;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #000000!important;
}
.table th {
    /* font-weight: 500; */
    color: #000;
    font-weight: 600;
}
.t-header th{
	background: #ffe00c;
	color: #000!important;
	font-size: 18px;
	font-weight: bold;
}
.notes-title strong{
	font-weight: 700;
    font-size: 22px;
    color: #000;
}
.notes ul li{
	font-size: 18px;
	color: #333333;
}
.table tfoot th, .table thead th {
    font-weight: 600!important;
}


/*resource page css satrt 21-12-2022*/
#resource{
	background: url(../images/recource.webp);
    background-size: cover;
    height: 400px;
}
/*gallery page css start 21-12-2022*/

    .container ul {
    /* display: flex; */
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.gallery{
    margin-top: 20px;
}
.gallery li {
    letter-spacing: 1px;;
    padding: 5px 15px;
    cursor: pointer;
    margin: 5px;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    font-size: 15px;
    list-style: none;
    border: 1px solid #123e64;
}
.gallery li.active {
    color: #ffffff;
    background: #123e64;
}

.product{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.product .itembox {
    position: relative;
    width: 400px;
    height: 300px;
    margin: 5px;
    display: block;

}
.product .itembox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
    cursor: pointer;
}


.container .product .itembox.show{
    animation: show .5s ease 0s 1 forwards;
    transform-origin: center;
}
.container .product .itembox.hide{
    animation: hide .5s ease 0s 1 forwards;
    transform-origin: center;
}

@keyframes hide {
    0%{
        transform: scale(1);
    }
    100%{
        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }
}
@keyframes show {
    0%{

        transform: scale(0);
        width: 0;
        height: 0;
        margin: 0;
    }
    100%{
        transform: scale(1);

    }
}

@media(max-width: 468px){
    .product .itembox {
        width: 320px;
        height: 250px;
    }
}
.education-details ul{
	display: block;
}

/*gallery page css End*/
/*nitish css 15-02-2023*/
@media only screen and (max-width: 576px){
	#google_translate_element{
		margin-top: 63px;
    	margin-left: 7px;
	}
}
.download-main-1 .download-file {
	color: #fff;
	border: none;
	background-color: #0c426e;
	padding: 10px 30px;
/*	margin-top: 10px;*/
/*	display: inline-block;*/
	text-transform: uppercase;
}
.download-main{
	border: 1px solid #ccc;
  	margin-top: 30px;
  	padding: 20px;
  	background-color: #cccccc4f;
  	width: 220px;
	height: 170px;
  	margin-left: auto;
  	margin-right: auto;
}
.download-main h3{
	font-size: 18px;
	height: 40px;
}
/*26-07-2023 nitish*/
.download-main-1{
/*	border: 1px solid #ccc;*/
/*  	margin-top: 20px;*/
  	padding: 15px 15px 18px 15px;
/*  	background-color: #cccccc4f;*/
  	/*width: 220px;
	height: 170px;*/
/*  	margin-left: auto;*/
/*  	margin-right: auto;*/
}
.border{
	border-top: 1px solid #333;
}
.main-div{
	padding-left: 20px;
	padding-top: 2px;
}
.divider{
	height: 1px;
	background: #000;
	width: 98%;
}
.main-div h3{
	color: #0c426e;
	font-size: 15px;
	font-weight: 600;
}
.main-point{
	background: #0c426e!important;
	color: #fff!important;
	border-radius: 5px!important;
	margin-right: 20px;
}

.fillter-point{
	margin-bottom: 20px!important;
}
.fillter-point a{
	font-size: 11px!important;
	color: #000!important;
/*	text-decoration: underline!important;*/
	background: #ebbe09!important;
	padding: 7px 15px!important;
	border-radius: 7px!important;
}
.video-title{
	background: #ffffff;
    color: #0c426e;
    padding: 5px;
}
.video-box{
/*	box-shadow: rgb(255,255,255) 0px 20px 30px -10px;*/
/*	box-shadow: rgba(255,255,255) 0px 6px 12px -2px, rgba(255,255,255) 0px 3px 7px -3px;*/
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff!important;
    background-color: #0c426e!important;
}
.nav-pills .nav-link{
	background: #e6e6e6!important;
	color: #000!important;
    margin-right: 20px;
}
.main-div p{
	color: #000;
}
#first, #second, #third {
    background: #fffce6;
    padding: 10px 20px 20px 20px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 576px){
	.download-main-1 .download-file {
	    background-color: #0c426e;
	    padding: 9px 19px;
	    font-size: 11px;
	    float: right;
	    margin-bottom: 10px;
	}
	.download-main-1{
		padding: 0px;
	}
	.diksha-title h1{
		font-size: 18px;
	}
}
/*css for resource page*/
.container .nav{
	justify-content: left;
}
#main-resource{
	background: #0c426e;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 89%);
	padding: 70px 0px;
}
.resource-main-box{
	padding: 10px;
	background: #fff;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.resource-top{
	padding: 50px 0px;
}
.tab-point .nav-tabs .nav-link {
    color: #05365f;
    transition: .25s;
    background: #ffffffb8;
    margin: 0px 9px;
    padding: 5px 15px;
    border-bottom: 0px;
    border-radius: 3px;
}
.nav-tabs{
	border-bottom: none;
}
.tab-main-title h5{
	margin: 0px;
	font-size: 18px;
}
.tab-point .nav-tabs .nav-link.active{
	background: #fff;
	color: #05365f;
}
.video-catrgory h5{
	font-size: 17px;
	color: #05365f;
	padding: 5px 0px;
}
.tab-pane {
	z-index: 755;
}
