@charset "utf-8";

#bck
{
	width:100%;
}
#navigation
{
	width:100%;
	height:85px;
	background:#fff;
	font-size:19px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
}
.logo
{
	position:relative;
	left:50px;
}
@media (max-width: 940px)
{
	.logo
{
	position:relative;
	left:0px;
}
}
.SM{
	padding-bottom: 15px;
	}

@media (max-width:1232px)
{
	#ifm
	{
		width: auto;
		
	}
}
.logo1
{
	float:right;
	position:relative;
	right:100px;
	top:25px;
}
.foot
{
	width:100%;
	background-color: #4c4c4c;
	background-repeat:repeat;
	height:auto;
	line-height:140%;
	font-size:16px;
	font-weight:400;
	padding:40px 20px 20px 20px;
}
.footertext
{
	color:#ffffff;
}
 .footertext:hover
{
	color:#3d588f;
		
}
.inepal
{
	color:#777;
}
.heading
{
	color: #3d588f;	
	margin-top:15px;
	font-family: 'Roboto Slab';;
}

.links
{
	color:#7C7C7C;
	text-decoration:none;
	font-weight:700;
}
 .links:hover
{
	color:#4E4E4E;
	text-decoration:none;
	font-weight:700;
}
.borderright
{
	border-right:1px solid #777;
}
.borderleft
{
	border-left:1px solid #777;
}
.navi
{
	background:#EEE;
}
.testi
{
	background-color:#DFDFDF;
	border-radius:10px;
	border:1px solid #fff;
}

.invcma
{
	line-height:28px;
	text-align: justify;
	color:#ffffff;
	font-family: 'Roboto Slab';;
}
.invstart
{
	float:left;
	height: 45px;
    font-size: 400%;
	margin-top:20px;
	margin-bottom:10px;
	color:#777;
}
.invend
{
	float:right;
	height: 20px;
	margin-top:30px;
    font-size: 400%;
	color:#777;
}
.link-list
{
	list-style:none;
	display:inline;
	padding:20px;

}
.testilink:hover
{
	color:#777;
}
.testilink
{
	color:#000;
}
.testilink p{
    padding: 33px;
    min-height: 194px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
	margin:15px 0px 25px 0px;
}

span.tab{
    padding: 0 20px; /* Or desired space*/
}
table
{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: gray;
}
.top-fixed{
	background-color: #900004;
	padding: 0.5em;
	color: #ffffff;
}
.about-img{
	width: 100%;
	height: 19em; 
	object-fit: cover;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}
.testimonials{
	background-color: #f2f2f2;
	padding: 36px 0;
	margin-top: 15px;
}
.image-container {
	position: relative;
	width: 100%;
  }
  .image-container img {
	height: 260px;
	width: 100%;
	object-fit: cover;
  }
  
  .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(25 25 25 / 35%);
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 24px;
	text-align: center;
  }
  
  .overlay p {
	font-size: 35px;
	font-family: 'Roboto Slab';
	margin: 0;
  }
  .w-100{
	width:100% !important;
  }
  .mb-0{
	margin-bottom: 0 !important;
  }
  .mt-0{
	margin-top: 0 !important;
  }
  .text-white{
	color: #ffffff !important;
  }
  .footer-list{
	list-style: none;
    line-height: 30px;
  }