body{
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.navigationbar{
			background-color: #ffffffba;
			padding: 15px;
			font-family: cursive;
		}
		.site-header{
			padding: 30px;
		}
		.navbar-brand {
			font-family: cursive;
			font-size: 34px;
			font-weight: bolder;
		}
		.navbar-brand i{
			color: orange;
			font-size: 45px;
		}
		.site-header a{
			color: black;
			font-family: cursive;
		}
		.nav-item a{
			padding: 10px 0px 10px 0px;
			border-radius: 3px;
			font-size: 16px;
			color: black;
			font-family: cursive;
		}
		.nav-item .nav-link{
			color: black;
		}

		.nav-item{
			padding-left: 45px;
			font-weight: bolder;
		}
/*  .nav-item i{
font-size: 14px;
border: 2px white solid;
color: white;
height: 40px;
width: 40px;
text-align: center;
padding-top: 11px;
transition: .6s;

}*/  
/*.nav-item i:hover{
border-radius: 50%;
}*/
.carousel-item {
	height: 57rem;
}
.carousel-item > img{
	height: 57rem;
}
.carousel-caption{
	padding-bottom: 250px;
}
.carousel-caption p{
	font-family: cursive;
	letter-spacing: 1px;
	word-spacing: 4px;

}
.carousel-caption h1{
	font-size: 90px;
	font-weight: bolder;
	word-spacing: 1px;
	font-family: cursive;
}
.frame{
	background-image: url(../img/frames.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 500px;

	padding: 40px;
}
.aboutsection{
	background-color:#dcbfe4;
	

	padding-top: 150px;
	padding-bottom: 90px;
	font-family: cursive;
}
.aboutcounter{
	text-align: center;
	border-right: 2px lightgrey solid;
	font-family: cursive;
}
.aboutcounter i{
	font-size: 60px;
	color: #3caab4;
}
.aboutcounter2{
	text-align: center;
	font-family: cursive;

}
.aboutcounter2 i{
	font-size: 60px;
	color: #3caab4;
}
.portfolio{
	padding-top: 120px;
	padding: 60px;
	background-color: #e5fed3;
	font-family: cursive;
}
.portfolioheading{
	font-size: 40px;
	font-weight: bolder;
	color: black;
	text-align: center;
	font-family: cursive;
}
.footersection{
	background-image: url(../img/banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-family: cursive;
}
.footersection h1{
	color: orange;

}
.footersection ul{
	padding: 0px;
}
.footersection ul li{
	line-height: 50px;
	list-style: none;
}
.footersection ul li i{
	font-size: 28px;
	color: white;
}
.footerlayer{
	background-color: #dcbfe4;
	padding-top: 100px;
	padding-bottom: 90px;
}
.copyrightsection{
	background-color: black;
	padding: 12px;
	font-family: cursive;
}
.cardheader1{
	background-image: url(../img/posts/1.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.cardheader2{
	background-image: url(../img/posts/2.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.cardheader3{
	background-image: url(../img/posts/3.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.cardheader4{
	background-image: url(../img/posts/4.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.cardheader5{
	background-image: url(../img/posts/5.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.cardheader6{
	background-image: url(../img/posts/6.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 250px;
}
.blogsection{
	background-color: #d0dfff;
	padding-top: 120px;
	padding-bottom: 80px;
	font-family: cursive;
}
.blogsocial{
	font-size: 10px;

}
.blogsocialhead{
	box-shadow: 1px 1px 6px 1px lightgrey;
	background-color: white;
	padding-top: 8px;
}
@media(max-width: 768px){
	.nav-item {
		padding-left: 14px;

	}
	.carousel-caption h1 {
		font-size: 68px;

	}
	.carousel-item{
		height:37rem;
	}
	.carousel-item > img {
		height:37rem;
	}
	.carousel-caption{
		padding-bottom: 42px;
	}
}
@media(max-width: 767px){
	.carousel-caption h1 {
		font-size: 30px;

	}
	.carousel-item{
		height: 23rem;
	}
	.carousel-item > img {
		height: 23rem;
	}
	.carousel-caption{
		padding-bottom: 0px;
	}
	.frame {

		min-height: 324px;

	}
	.nav-item {
		padding-left: 75px;
	}
}