*
{
	margin: 0px;
	padding: 0px;
	background:;
	position: relative;
}

#loading{
	position: fixed;
	width: 100%;
	height: 120vh;
	top: 0;
	background:#fff 
	url('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;
	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--------*/

/*-----------scroll-btn--------*/
.scroll-btn {
    font-size: 3rem;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scroll-btn:hover {
    color: gray;
}

/*-----------Navigation--------*/
#nav-bar
{
  position: relative;
  top: -40px;
  z-index: 10;
  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%;
	top: ;
	transform: translate(-50%,-50%);
	background-size: 100% 100%;
	background:;
}
	
 /*--------video-------*/
	

.bdr{
	margin:20px;
	height: 200px auto;
	background-color:#fff;
}

.video{
	position: relative;
	width:100%;
	padding-bottom: 40%;
	height: 0;
	background: ;


}
.video video{
	position: absolute;
	top: 20px;
	left: 48%;
	width: 50%;
	height: 70%;
	border: none;
	border-radius: 100px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 1.5);

}
.video img{
	top: 0;
	left:0px;
	max-width: 20%;
	height:auto;
}
.video h1{
	margin:0;
	padding: 0;
	display: flex;
	justify-content:right;
	align-items: left;
	min-height: 100vh;
}
.container{
	width: 1200x;
	margin: auto;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px,1fr));
	grid-gap: 20px;
	box-sizing: border-box;
	padding: 20px
}
.container .Box{
	position: relative;
	padding: 80px 40px 40px;
	transition: 0.5s;
	text-align: center;
	background: #fff;
	top: -50px;
}
.container .Box:hover{
	background: #ff0057;
}

.container .Box p{
	margin: 0;
	padding: 0;
	transition: 0.5s;
}
.container .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;
}
.container .Box h4 a{
	font-weight: 700;
	font-size: 14px;
	color: #c5c5c5;
	transition: 0.5s;
}

.container .Box:hover p,
.container .Box:hover h4,
.container .Box:hover h4 a{
	color: #fff;
}
.container .Box .imgBox{
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.container .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;

}
.container .Box:hover:before{
	transform: translateY(-60px);
	opacity: 1;

}
.container .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);

}
.container .Box:hover:after{
	transform: rotate(180deg)translateY(-60px);
	opacity: 1;
}
.container .Box .tr {
	margin-left: -430px; 
}
.container .Box .tr p5{
	color: #03a9f4;
	font-size:  20px;
	font
}



 /*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;


}

.container1{
	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;
}



/*FOOTER*/

.footer{
	width: 111%;
    height: 400px;
    overflow:hidden;
    padding: 10px;
    
    background-color: #4da6ff;
    margin-left: -5.5%;
}
.footer img{
	width:100% ;
	height: 350px;
	top: -20px;
	align-items: center;
	margin-bottom: 0;
	margin-top:5px ;

}
.inner_footer {
	display: block;
	margin: 0 auto;
	width: 1100px;
	height: 100%;
}
.inner_footer .logo_container{
	width: 35%;
	height: 100%;
	float: left;
	display: block;
	top: 17%;
	left: 30%
}
.inner_footer .logo_container img{
	width:65%;
	height: auto;
	left: 0%;
	top: -120%;
	shadow: 0 10px 10px rgba(0, 0, 0, .5);
    
}
.inner_footer .footer_third{
	top: -300px;
	width: 55%;
	left:-5%; 
}
.inner_footer .footer_third  h1{
	color: #fff;
	text-shadow: 0 10px 10px rgba(225, 225, 225, .5);
	left: -50%;
}
 .footer_third h3{
	color: #fff;
	font-size: 1vw;
	text-align: center;
	text-shadow: 0 10px 10px rgba(225, 225, 225, .5);
	left:-55%;

}
.logo{
	margin-top:-2px !important;
	width: 50px  !important;
	margin-left:-130%;
}

.f_widget{
	top: -670px;
	left: 120%;
	

}
.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;
}


















@media all and (max-width: 800px){

 /*------popup start----*/

#popup{
	width: 350px;
	height: 150px;
}
#newsHeading{
	font-size: 1.5rem;

}
#emailId{
	margin-top: 20px;
}
.submitId{
	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;
}
	#nav-bar{
		width:105%;
		margin-left:0px ;
	}
	
	.container .Box{
		margin-top: 80px;
		margin-left: -50px;

		}

	 
.head{
	top: 0px;
	width: 350px;
	margin-left: 5px;
}
.head h1{
	font-size: 28px;
}
.container1{
	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;
}

}


