

#social_icons {
	text-align: left;
	margin-top: 30px;
}
#social_icons li {
	display: inline-block;
}
#social_icons li a {
	font-size: 16px;
	margin: 0 5px;
	color: #ccc;
}
#social_icons li a:hover {
	color: #ffe333;
}
.our-img{
	height: 325px;
	width: 520px;
	box-shadow: 2px 10px 30px silver;
	border-radius: 20px;
}
.our-hr hr{
	height: 6px;
    width: 40px;
    margin: 20px;
    background: #ffe115;
    border-radius: 6px;
    position: relative;
    margin-top: 15px;
}
.heading-about {
	margin: 0 auto;
	margin-bottom: 50px;
	position: relative;
	z-index: 1;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 50px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
}







/* for home page */
.container-full .navbar-collapse{
	margin-right: 330px;
}
.main-content h1{
	font-size: 42px;
	color: #2d3a4b;
	font-weight: 650;
}
.carousel-caption .btn{
	background: #ffe115;
	color: #2d3a4b;
}
.carousel-caption .btn:hover{
	color: #ffe115;
	background: #2d3a4b;
}
.main-content p h2 span{
	color: white;
	background-color: transparent;
	font-size: 1rem;
	text-indent: -0.25in;
}
.main-content p{
	color: white;
}
.main-content span{
	color: white;
}
/* .main-banner{
	background-image: url("frontend/img/new-ban.png");
	height: 700px;
	background-position: center;
	background-repeat: no-repeat; 
	background-size: cover; 
} */


/* .simple-head .position-center-center {
	width: 100%;
	padding-top: 0px;
}
.position-center-center {
	top: 40%;
}
.simple-head {
	min-height: 700px;
} */