@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
}
body{
	height:100%;
	font-family:'Poppins';
	color:#33475b;
	background:#FFF;
}
#topbrandleft nav, #topbrandright nav{
	background:#21626C;
	box-shadow:1px 2px 2px #5E4A4B;
}
#topbrandleft nav a, #topbrandright nav a{
	color:#FFF;
}
input[type=text]{
	text-transform:uppercase;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	font-weight: 700;
}
.bannerlogo{
	margin-top:20px;
}
.bannerlogo h1{
	font-size:26px;
	margin:0;
	color:#FFF;
}
.bannerlogo h2{
	margin:0;
	font-size:14px;
	color:#FFF;
}
.bannerpartner h2{
	margin:0;
	font-size:14px;
	color:#FFF;
}
#topbrand{
	height:100vh;
	overflow:hidden;
}
#topbrandrow{
	height:100vh;
}
#topfooter{
	position:absolute;
	bottom:0;
	width:100%;
	background:#FFF;
}
#topfooter h1{
	margin:0;
	padding:0;
	font-size:14px;
}
#topfooter h2{
	margin:0;
	padding:0;
	font-size:12px;
}
.bannercont{
	padding:15px;
}
.carousel-caption{
	padding-bottom:20%;
}

.title h1, .title h2{
	margin:0;
}
.title h2{
	font-size:14px;
}
#facts h3{
	margin-top:10px;
	font-size:18px;
	font-weight:normal;
}
#facts h4{
	color:#E1D900;
	font-size:48px;
	margin-top:10px;
}
#about{
	border-top:1px solid rgba(209,207,207,0.4);
	border-bottom:1px solid rgba(209,207,207,0.4);
}
#about p{
	margin-bottom: 2px;
}
#gallery img{
	margin:10px;
	border:5px solid #322929;
}
#count .review{
	padding-left:200px;
	padding-right:200px;
}
#count .review img{
	width:100px;
	border-radius:50%;
	display:inline-flex;
	align-self:center;
	margin-bottom:10px;
}
#count .review .designation h2, #count .review .designation p{
	margin:0;
	padding:0;
	line-height:1;
}
#upcoming{
	background:#5F8D94;
}
#upcoming h1, #upcoming h2{
	color:#FFF;
}
.footeradd p{
	margin:0;
	line-height:20px;
}
#footer a{
	text-decoration:none;
	font-family:'Poppins';
	color:#33475b;
	transition:all .8s;
}
#footer a:hover{
	color:#FFF;
}

