
body{
	 font-family: 'Open Sans', sans-serif;
}

a{
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

a,a:focus,a:hover{text-decoration:none !important;}

#header-area{
	position: relative;
	padding:120px 0px;
	background:url(../images/2.jpg) no-repeat center center;
	background-size:cover;
	position:relative;
}
#header-area:before{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:"";
	background:rgba(0,0,0,.78);
}


.fund-heading h1 {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0px;
}
.fund-heading h2{
	font-size:30px;
	font-weight:600;
	color:#fff;
	margin-top:27px;

}


#page-item-area{
	padding:50px 0px 19px 0px;
}

.page-item{
	position:relative;
	margin-top:50px;
	/* height:450px; */
	overflow:hidden;
	border:1px solid #d3cfcf;
}

.page-item img{
	margin-left:auto;
	margin-right:auto;
}

.page-item-button li a {
	background: #000 none repeat scroll 0 0;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	min-height: 60px;
	min-width: 200px;
	padding-top: 17px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition:all .3s ease 0s;
	font-weight:700;
}
.page-item-button {
    margin: 93px 0px 38px 0px;
    padding: 0;
    list-style-type: none;
}
.page-item-button li {
    display:inline-block;
	margin:0px 10px;
}

.page-item-button li a:hover{
	background:#cf1b45;
}
.page-item h3 {
	margin:0;
	text-align:center;
	padding:21px 0;
	background:#0aaaa0;
	color:#fff;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	font-weight:700;
	position:absolute;
	bottom:0;
	width:100%;
	font-size:16px;
	Letter-spacing:2px;
	-webkit-animation-name: color-transition;
	animation-name: color-transition;
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
}
.page-item{
	overflow:hidden;
}
.page-item img{
	width:100%;
	transition:.5s;
}
.page-item:hover img{
	transform:scale(1.1);
}
@-webkit-keyframes color-transition {
	0% {
		background-color: #0aaac0;
	}
	33% {
		background-color: #D50000;
	}
	66% {
		background-color: #AA00FF;
	}
	100% {
		background-color: #C51162;
	}
}

@keyframes color-transition {
	0% {
		background-color: #0aaac0;
	}
	33% {
		background-color: #D50000;
	}
	66% {
		background-color: #AA00FF;
	}
	100% {
		background-color: #C51162;
	}
}
#footer-area{
	padding:6px 0px;
	background:#494949;
	margin-top:80px;
}

.footer-text {
	padding: 15px;
    margin: 0px;
    font-size: 12px;
    line-height: 18px;
    color: #ababab;
}
.footer-area{
	background:#0aaac0;
	color:#fff;
	margin-top:50px;
	padding:15px 0;
	text-align:center;
}
.footer-area a{
	color: #ffffff;
	font-size:17px;
	text-decoration:underline !important;;
}

.footer-area a:hover{
	color: #ffffff;
}

/* Responsive CSS */

@media only screen and ( max-width:1280px ) {
	#header-area{
		padding:140px 0px;

	}
	.fund-heading h1{
		font-size:70px;
		line-height:80px;
	}


}
@media only screen and ( max-width:768px ) {

	#header-area{
		padding:58px 0px;

	}
	.fund-heading h1{
		font-size:50px;
		line-height:55px;
	}
	.fund-heading h2 {
	  font-size: 24px;
	  margin-top: 17px;
	}
	.page-item-button {
	  margin: 43px 0 38px;
	}
	.page-item-button li a {
	  font-size: 14px;
	  font-weight: 400;
	  min-height: 45px;
	  min-width: 150px;
	  padding-top:13px;
	}


}

@media only screen and (max-width:700px) {

	.fund-heading h1 {

		font-size:30px;
		line-height:30px;
	}
	.fund-heading h2 {
	  font-size: 24px;
	  letter-spacing:3px;
	}
	.fund-heading a {
    font-size: 16px;
	}

	#page-item-area{
		padding:45px 0px;
	}
	.col-xs-6{
		width:100%;
	}

	.page-item-button li {
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    margin: 8px 0px;
	}
	.page-item-button li a{
		max-width:100%;
	}
	.page-item-button {
	margin: 40px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	}
	.footer-text p {
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
    padding: 6px;
}
	#footer-area .col-xs-6{
		width:100%;
		text-align:center;
	}
	.footer-text{
		text-align:center;
	}


}
