*
{ 
	margin: 0px;
	padding: 0px;
	background:; 
	position: relative;
}

* {
    scrollbar-color: #666666 #E2E2E2;
    scrollbar-width: thin; }
    *::-webkit-scrollbar {
      width: 0.4rem; }
    *::-webkit-scrollbar-track {
      background: #E2E2E2; }
    * ::-webkit-scrollbar-thumb {
      background-color: #666666;
      outline: 0px solid #666666;
      -webkit-border-radius: 4px;
      border-radius: 4px; }



#loading{
	position: fixed;
	width: 100%;
	height: 120vh;
	top: 0;
	background:#fff 
	url('../dist/Img/index/namsate.gif')no-repeat center;
	z-index: 99999;
}
 /*------popup start----*/
#popUpMain{
	position: fixed;
	top: -0%;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.6); 
	z-index: 1001;
}
#popup{
	width: 500px;
	height: 200px;
	background:linear-gradient(rgba(0, 0, 0,0.5),rgba(0, 0, 0,0.5)),url('../dist/Img/index/pop.jpg') no-repeat center;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 2px 2px 5px 3px white;
	text-align: center;
}
#newsHeading{
	transform: translateY(20px);
	color:white;

}
#emailId{
	width: 60%;
	padding: 2px;
	margin-top: 40px;
	margin-bottom: 10px;
}
.submitId{
	background-color: #0fc0fa;
	border: none;
	font-size: 1rem;
	padding: 0.6rem 1rem;
	color: white;
}
/*-----------scroll-btn--------*/
.scroll-btn {
	font-size: 3rem;
	color: #000000;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 1;
  
}
.scroll-btn img{
	  border-radius: 100px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 1.5);

}
.scroll-btn img:hover {
	width: 60px;
	height: 60px;
  box-shadow: 0px 5px 20px rgba(225, 0, 0, 1.5);
     z-index: 1;
}
/*-----------scroll end--------*/
/*-----------Navigation--------*/
/* #nav-bar
{
  position: fixed;
  top: -40px;
  z-index: 1;
  margin: 10px auto;
  padding:-70%;
  background:rgba(62, 62, 40, .4);
}
.navbar-brand img
{
    height: 110px;
    padding-lift:400px;
}
.navbar-nav li
{
	padding: 0 10px;
}
.navbar-nav li a
{
	float: right;
	text-align: left;
}
#nav-bar ul li a:hover
{
	color: #007bff!important;
}
.nav-bar
{
	background: #00ff00;

}
.navbar-toggler
{
	border: none!important;
}
.nav-link
{
	color: #ffffff!important;
	font-weight: 600;
	font-size: 16px;
} */
.slider{
    width: 100%;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-top: -3.5%;
	transform: translate(-50%,-50%);
	background-size: 100% 100%;
	background:;
}
	
 /*--------video start-------*/
	
.mainVideo{
padding: 2%;
align-items: center !important;
width: 100%;
border-radius: 50px;

      }
/*--------video End-------*/


 /*----short-discription start----*/


.short-discription{
	
	margin-top: 20%;
	padding: auto;
}
.short-discription .Box{
	position: relative;
	padding: 80px 40px 40px;
	transition: 0.5s;
	text-align: center;
	background: #fff;
	top: -50px;
}
.short-discription .Box:hover{
	background: #ff0057;
}

.short-discription .Box p{
	margin: 0;
	padding: 0;
	transition: 0.5s;
}
.short-discription .Box h4{
	margin: 20px 0 0;
	padding: 0;
	transition: 0.5s;
	font-size: 18px;
	color:#ff0057;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
}
.short-discription .Box h4 a{
	font-weight: 700;
	font-size: 14px;
	color: #c5c5c5;
	transition: 0.5s;
}

.short-discription .Box:hover p,
.short-discription .Box:hover h4,
.short-discription .Box:hover h4 a{
	color: #fff;
}
.short-discription .Box .imgBox{
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.short-discription .Box:before{
	content:'';
	position: absolute;
	top:20px;
	right:40px;
	width: 80px;
	height: 80px;
	background: url('dist/Img/index/quotes.png');
	background-size: cover;
	opacity: 0.05;
	pointer-events: none;
	transition: 0.5s;

}
.short-discription .Box:hover:before{
	transform: translateY(-60px);
	opacity: 1;

}
.short-discription .Box:after{
	content:'';
	position: absolute;
	bottom:20px;
	left:40px;
	width: 80px;
	height: 80px;
	background: url('quotes.png');
	background-size: cover;
	opacity: 0.05;
	pointer-events: none;
	transition: 0.5s;
	transform: rotate(180deg)translateY(0px);
	z-index: 999;

}
.short-discription .Box:hover:after{
	transform: rotate(180deg)translateY(-60px);
	opacity: 1;
}
.short-discription .Box .tr {
	margin-left: -430px; 
}
.short-discription .Box .tr p5{
	color: #03a9f4;
	font-size:  20px;
	font
}

 /*----short-discription Endd----*/

 /*input[type="checkbox"]{
 	margin-left: -450px;
 	top: 0px;
 	width: 50px;
 	height: 20px;
 	position: relative;
 	-webkit-appearance: none;
 	background: #c6c6c6;
 	outline: none;
 	border-radius: 20px;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
 	/*transition: .5s;
 }
 input:checked[type="checkbox"]{
 	background: #03a9f4;

 }
input[type="checkbox"]:before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	top: 0;
	left: 0;
	background: #fff;
	transform: scale(1.1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	transition: .5s;

}
input:checked[type="checkbox"]:before{
	left: 30px;
}*/

.head {
	position: relative;
	width: 100%;
	background: #e600e6;
	border-radius: 40px;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .5);
	margin-bottom: 5%;
}

.head h1{
	text-align: center;
	color: #000;
	font-size: 40px;


}

.awars-winner{
	margin-left: 170px;
	width: 70%;
	height: auto;
	display:flex ;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 5%;
}

.box1{
	position: relative;
	width: 300px;
	height: 400px;
	background: #000;
	box-shadow: 0 30px 30px rgba(0, 0, 0, .5);
	margin-bottom: 5%;
}
.box1 .imgbx{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}
.box1 .imgbx img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s;

}
.box1:hover .imgbx img{
	opacity: 0;
}

.box1 .content{
	position: absolute;
	bottom: 20px;
	left: 10%;
	width: 80%;
	height: 60px;
	background: #fff;
	transition: 0.5s;
	overflow: hidden;
	border-radius: 50px;

	padding: 15px;
	box-sizing: border-box;
	text-align: center;

}
.box1:hover .content{
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	border-radius: 0px;
	background: #fff252;
	text-align: center;



}
.box1 .content h2{
	margin: 0;
	padding: 0;
	font-size: 20px;
}

.box1 .content p{
	margin: 10px 0 0;
	padding: 0;
	opacity: 0;
	line-height: 1.2em;
	transition:0.5s;
	text-align: center;
}
.box1:hover .content p{
	opacity: 1;
	transition-delay: 0.5s;
	font-size: 15px;
	line-height: 1.2em;
	text-align: center;
}




















@media all and (max-width: 800px){

 /*------popup start----*/

#popup{
	width:80%;
	height: 150px;
}
#newsHeading{
	font-size: 1.5rem;

}
/*#emailId{
	margin-top: 20px;
}*/
.submitId{
	top:-15%;
	background-color: #0fc0fa;
	border: none;
	font-size: 1rem;
	padding: 0.2rem 1rem;
	color: white;
}
/*-----------scroll-btn--------*/
/*.scroll-btn {

    bottom: 0px;
    right: 10px;
  
}
.scroll-btn img{
	width: 20px;
	height: 20px;

}
.scroll-btn img:hover {
	width: 30px;
	height: 30px;
}
*/
/*-----------scroll end--------*/


	#nav-bar{
		width:105%;
		margin-left:0px ;
	}
	
	.short-discription .Box{
		margin-top: 80px;
		margin-left: -50px;

		}
	 
.head{
	top: 0px;
	width: 100%;
	margin-left: 5px;
}
.head h1{
	font-size: 20px;
}
.awars-winner{
	left:-145px;
	width: 100%;
}


/*
.footer{
	width: 118%;
    height: 130px;
    margin-left: -5.5%; 
}
.footer img{
	top: -30px;
	height: 115px;

}
.inner_footer .logo_container{
	width: 35%;
	height: 100%;
	float: left;
	display: block;
	top: -70%;
	left: 11%;
}
.inner_footer .logo_container img{
	width:20% ;
	height: auto;
	left: 10px;
	top:-80px;
	z-index: 1;
    
}
.inner_footer .footer_third{
	top: -100px;

}

.inner_footer .footer_third{
	top: -120px;
 
}

 .footer_third h3{
	left:-65%;

}
.logo{
	margin-top:7px !important;
	width: 20px  !important;
	margin-left:-45%;
}

.f_widget{
	top: -150px;
	left:10%;
	z-index: 1;
	

}
.f_widget h3{
	color: #fff;
	font-size: 2vw;
}
.f_widget li a{
	color: #fff;
	font-size: 1vw;
}
.f_widget1{
		top: -875px;
	left: 240%;
}
.f_widget1 h3{
	color: #fff;
	font-size: 2vw;
}
.f_widget1 li a{
	color: #fff;
	font-size: 1vw;
}*/

}