.top-head{
	width: 100%;
	background-color: rgba(255,255,255,0.7);
	padding: 15px;
	margin: 0;
	position: absolute;
	z-index: 2;
}
.logo{
	margin: 0;
}
.logo img{
	width: 100%;
}
.nav-link::after{
	content: '';
	display: block;
	width: 0;
	height: 2px;
	background: #000;
	transition: width 0.3s;
}
.nav-link:hover::after{
	width: 100%;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 249px;
}

.gallery-item:hover {
  border: 1px solid #777;
}

.gallery-item img {
  width: 100%;
  height: auto;
}

.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
.banner{
	width: 100%;
	background-image: url(../img/ab-banner.jpg);
	background-position: center;
	height: 516px;
	background-repeat: no-repeat;
	background-size: cover;
}
.title{
	width: 100%;
}
.title h1{
	font: bold 24px verdana;
	padding: 15px;
	color: #000;
	text-align: center;
}
.banner h1{
	position: relative;
	top: 245px;
	font: bold 80px verdana;
	padding: 15px;
	color: #fff;
}
.banner p{
	position: relative;
}
.ev-banner{
	width: 100%;
	background-image: url(../img/ev-gallery.jpg);
	background-position: center;
	height: 516px;
	background-repeat: no-repeat;
	background-size: cover;
}
/*.carousel{
	border-bottom: 5px solid #fff;
  box-shadow: 0px 0px 6px 0 #000;
}*/
.endo-details{

}
.intro-txt{
	width: 100%;
	margin-top:30px;
}
.intro-txt p{
	text-align: justify;
	color: #737373;
	font: normal 13px verdana;
	line-height: 20px;
}
.intro-txt h3{
	text-align: left;
 	margin: 0;
 	font-size: 18px;
 	color: #2c6aa2;
  	font-weight: bold;
}
.intro-txt ul li{
	color: #737373;
	font: normal 13px verdana;
	padding: 5px;
}
.intro-img{
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 5px;
	/*border: 5px solid #fff;*/
	/*box-shadow: 0px 0px 6px 0px #a6a6a6;*/
}
.intro-img img{
	width: 100%;
}
.comparison{
	width: 100%;
	margin-top: 15px;
}
.comparison h3{
	text-align: left;
 	margin: 15px 0;
 	font-size: 18px;
 	color: #2c6aa2;
  	font-weight: bold;
}
.comparison img{
	width: 100%;
	border-radius: 15px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 6px 0px #a6a6a6;
}
.comparison p{
	margin: 15px 0;
	color: #737373;
	text-align: center;
	font: bold 13px verdana;
}
.scope{
	width: 100%;
	padding: 15px;
	margin: 15px 0;
	background-color: #f8f7f7;
	/*border-radius: 15px;*/
	/*border: 5px solid #fff;*/
	/*box-shadow: 0px 0px 6px 0px #a6a6a6;*/
	/*overflow: hidden;*/
}
.scope h1{
	text-align: center;
	font:bold 22px verdana;
	color: #2c6aa2;
	margin: 25px 0;

}
.why{
	width: 100%; 
	border-radius: 15px;
	border: 5px solid #fff;
	/*box-shadow: 0px 0px 6px 0px #a6a6a6;*/
	overflow: hidden;
	transition: all 0.3s;
}
.why img{
	width: 100%;
}
.why:hover{
	transform: scale(1.1);
	border:none;
	background-color: #fff;
	padding: 5px;
	box-shadow: 0px 0px 6px 0px #a6a6a6;
	border-radius: 0;
	z-index: 3;
}
.why p{
	font:normal 12px verdana;
	color: #000;
	padding: 10px;
}
.spine{
	width: 100%;
	margin: 15px 0;
	position: relative;
}
.spine-box{
	margin: 0 auto;
	display: block;
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 15%;
	left: 25%;
	width: 50%;
	border-radius: 16px;
	padding: 30px;
}
.spine img{
	width: 100%;
}
.spine-box h1{
	font: bold 45px verdana;
	text-align: center;
	color: #000;
	display: block;
	width: 100%;
}
.spine-box p{
	font: bold 18px verdana;
	text-align: center;
}
.spine-box button{
	float: right;
}
.footerr{
	width: 100%;
	position: relative;
	bottom: 0;
}
#about{
	width: 100%;
	padding: 0;
	margin: 40px 0 0 0;
	display: inline-block;
	list-style: none;
	color: #fff;
}
#about img{
	width: 200px;
}
#about li{
	float: left;
}
#flogo{
	margin-top: 28px;
	padding: 15px;
}
#flogo img{
	width:65px;
}
#fabout{
	width: 622px;
	padding: 15px;
	margin-top: 15px;
}
#fabout h1{
	font: 400 16px verdana;
}
#fabout p{
	font: 400 12px verdana;
	padding: 0;
	margin: 0;
	line-height: 22px; 
}
#linkss{
	padding: 15px;
	margin-top: 15px;
}
#linkss ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#linkss li{
	padding: 5px;
	border-bottom: 1px solid #868080;
}
#linkss li a{
	text-decoration: none;
	font: normal 12px verdana;
	color: #fff;
}
#linkss li a:hover{
	color: #bfbfbf;
}
#linkss h1{
	font: 400 16px verdana;
	color: #fff;
}
#con-us{
	padding: 15px;
	margin-top: 15px;
}
#con-us li a{
	text-decoration: none;
	color: #fff;
	font-size: 32px;
	padding: 10px;
}
#con-us li a:hover{
	color: #bfbfbf;
}
#con-us h1{
	font: 400 16px verdana;
	color: #fff;
}
#con-us li p{
	padding: 5px;
	margin: 0;
	font: normal 14px verdana;
	color: #fff;
	line-height: 25px;
}
