

nav{
	display: flex;
	justify-content: space-around;
	align-items: center;
	min-height: 8vh;
	/*background-color: #5d4954;
	background-color:#ffffef;*/
	backgrond-color: white;
	/*font-family: 'Poppins', sans-serif; */
}

.logo{
	/*color: white;*/
	color:#515a63;
	font-family:kalpurush;
	letter-spacing: 1px;
	font-size: 1.1em;
	padding-left:75px;

}
.nav-links{
	display: flex;
	/*background-color: red; */
	justify-content: space-around;
	width: 50%;
	padding-right:66px;
}

.nav-links li{
	list-style: none;
}

.nav-links a{
	/*color: white;*/
	color:#515a63;
	text-decoration: none;
	letter-spacing: 1px;
	
    font-weight: bold;
    font-family:kalpurush;
    font-size: 0.95em;
}
 
.burger{
	display: none;
	cursor: pointer;
}
.burger div{
width: 20px;
height:2px;
background-color: red;

margin: 5px;
transition: all 0.3s ease;

}
@media screen and (max-width:1024px){
	.nav-links{
		width:60%;
	}
}

@media screen and (max-width:768px){
  		body{
  			overflow-x: hidden;
  		}

	.nav-links{
		position: absolute;
		right:0px;
		height: 92vh;
		top: 8vh;
		/*background-color: #5D4954;*/ 
		background-color:#ffffef;
		border-radius:3px;
		display: flex;
		flex-direction: column;
		align-items: center;
		width: 50%;
		transform: translateX(100%);
		transition: transform 0.4s ease-in;
	}
	.nav-links li{
		opacity: 0px;
	}
	.burger{ 
	display: block;
	   }
}
.nav-active{
	transform: translateX(0%);
}

@keyframes navLinkFade{
	from{
		opacity:0;
		transform: translateX(50px);
	}
	to{
		opacity: 1;
		transform: translateX(0px);
	}
}

.toggle .one{
	transform: rotate(-135deg) translate(-5px,5px);

}
.toggle .two{
	opacity:0;

}
.toggle .three{
transform: rotate(135deg) translate(-5px,-5px);
}


/*==============================*/


/*==============================*/

/*==============================*/

.mains {
	height: auto;
	width: auto;	
	margin: 0;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 1px 1px 1px;
	box-sizing: border-box;
}

.mainplist{
	width: auto;
	height:auto;
	margin:2px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 0px 0px 0px 0px;
	text-align: center;
	box-shadow: 0 0 4px 3px rgba(0, 140, 186, 0.5);
	}

.oprdt {
    display:flex;
     justify-content: center;
  align-items: center;
	width: auto;
	height:auto;
	margin:2px 3px 2px 3px;
	padding:1px;
	background-color: #f5f5f5;
	border-radius:5px;
	box-sizing:border-box;
	display: inline-block;

	text-align:center;
}
.image{
    height:auto;
    width:auto;
    margin:1px;
}

.pdetail{
    width: auto;
	height:auto;
	margin:2px 2px 2px 2px;
	padding:3px;
	background-color: #ffffcc;
	border-radius:5px;
	box-sizing:border-box;
    vertical-align:top;
	display: inline-block;
	}
	.obtn{
    width:100%;
    background-color:#ffffff;
    height:auto;
    /*border-color:#ffffef;*/
    border-style:none;
    margin-top:5px;
    padding:1px;
    
}

.obtn p{
    font-family:kalpurush;
     font-size:1.725em;
    color:#515a63;
    text-shadow: 1px 1px 2px #aaaaaa, 0 0 25px #aaaaaa, 0 0 5px #aaaaaa;
    
}
.obtn p:hover{
    background-color:black;
    color:white;
    border-radius:3px;
}
	p{
			font-size: 30px;
			padding:0px;
			margin:0px;
			position: center;
			
			width:auto;
			border-radius: 3px;
			box-sizing: border-box;
			text-align: center;
		}

//footer style start
.main-footer{
    height:auto;
    width: auto;
    background-color:red;
    color:white;
    padding:3px;
}

.footerleft{
    height:auto;
    width:180px;
     margin-top:70px;
     margin-bottom:85px;
     margin-left:70px;
     text-align:left;
     font-family:kalpurush;
     font-size: 1.15em;
    color:#ffffff;
    background-color:#063970;
     padding:3px;
     display:inline-block;
     }
.footerleft a{
    background-color:#063970;
    color:white;
    text-decoration:none;
    font-family:kalpurush;
}
span.footerhead{
    background-color:#063970;
    display:block;
    font-family:kalpurush;
    font-size: 1.525em;
    color:#ffffef;
   /* text-decoration:none;*/
   margin-bottom:10px;
}
.footerlefts{
    /*height:auto;*/
    width:240px;
    height:150px;
     margin-top:90px;
     margin-bottom:auto;
     margin-left:70px;
     text-align:left;
     font-family:kalpurush;
     font-size: 0.805em;
    color:#ffffff;
    background-color:#063970;
     padding:3px;
     display:inline-block;
     }
  .footerheads{
    background-color:#063970;
    display:inline-block;
    font-family:kalpurush;
    font-size: 2.325em;
    color:#ffffef;
   /* text-decoration:none;*/
   margin-bottom:10px;
  
}

.finalfooter{
    background-color:white;
    height:auto;
    width:100%;
    text-decoration:none;
}
.footer1{
    background-color:#063970;
    width:100%;
    height:auto;
    
    margin-top:10px;
}
.logview{
		width: 100%;
	height:auto;
	margin:auto;
	border-radius: 5px;
	background-color: #ffffef;
	vertical-align: top;
    overflow: hidden;
    text-align:center;
    display:inline-block;
}
