
				html, body{
font-family: 'Poppins', sans-serif;
font-weight: 400;
}
.navigationbar{
background-color: #729384;
padding: 15px;
box-shadow: 1px 1px 8px 1px lightgrey;
}
.site-header{
padding: 30px;
}
.navbar-brand {

font-size: 34px;
font-weight: bolder;

}
.navbar-brand img{
width: 80px;

}
.navbar-brand i{
color: orange;
font-size: 45px;
}
.site-header a{
color: black;

}
.nav-item a{
padding: 10px 0px 10px 0px;
border-radius: 3px;
font-size: 16px;
color: black;
}
.nav-item .nav-link{
color: black;
}

.nav-item{
padding-left: 45px;
font-weight: bolder;
}
.carousel-item{
	height: 48rem;
}

.carousel-item img{
	height: 48rem;
}
.carousel-caption{
	padding-bottom:100px;
}
.carousel-caption h1{
	font-size: 50px;
	font-weight: bolder;
	color: white;
	text-shadow: 3px 3px 2px #8a1fb9;;
	/*background-color: #07060763;*/
	/*display: inline-block;*/
	/*padding: 15px;*/
	/*border-radius: 10px;*/
}
.first-slide{
	background-image: url(../img/banner1.jpg);
}
.aboutsection{
	margin-top: 120px;
	margin-bottom: 100px;
}
.aboutsection .col-lg-6{

padding: 0px;
}
.abouttext{
	padding: 25px;
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
	margin-left: -50px;
	margin-top: 30px;
	border-radius: 10px;
	
}
.abouttext h4{
	color: orange;
}
.abouttext ul{
	padding: 0px;
}
.abouttext ul li{
	line-height: 35px;
  list-style: none;
}

.abouttext ul li i{
	color: orange;
	font-size: 18px;
	
}
.aboutimg img{
	border-radius: 10px;
}
.portfoliosection{
	margin-top: 150px;
	
}
.servicetext{
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
	padding: 15px;
	width: 100%;
	

}
.serviceh h1{
	font-size:  45px;
	font-weight: bolder;
	color: black;
	text-align: center;
}
.serviceh p{
	text-align: center;
}
.unfillbar{
	height: 4px;
	width: 100%;
	transition: .6s;
	background-color: lightgrey;
}

.fillbar{
	height: 4px;
	width: 0%;
	background-color: orange;
	transition: .6s;
}
.serviceimgbox{
	overflow: hidden;
}

.servicebox:hover .unfillbar .fillbar{
width: 100%
}
.servicebox img{
	transition: .6s;
	transform: scale(1) rotate(0deg);
}
.servicebox:hover img{
	transform: scale(1.3) rotate(10deg);
}
.whyussection{
	margin-top: 120px;
	margin-bottom: 100px;
}

.whyustext{
	padding: 20px;
	background-color: white;
	box-shadow: 1px 1px 8px 1px lightgrey;
	margin-top: 40px;
	margin-right: -72px;
	z-index: 1;
	position: absolute;
	border-radius: 10px;

}
.whyustext ul{
	padding: 0px;
}
.whyustext ul li{
	list-style: none;
	line-height: 35px;
	font-size: 16px;
}
.whyustext ul li i{
	color: orange;
}
.whyustext h4{
	color: orange;
}
.whyusimg img{
	position: relative;
	    margin-left: -50px;
	    border-radius: 10px;
}

.gallerysection{
	margin-top: 120px;
}
.footersection{

	margin-top: 100px;
	/*font-family: cursive;*/
}
.footersection h1{
	color: white;

}
.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:#161616;
	padding-top: 100px;
	padding-bottom: 50px;
}
.copyrightsection{
	background-color: black;
	padding: 12px;
	
}

@media(max-width: 768px){
.aboutsection .col-lg-6{

padding: 10px;
}
.abouttext{
	
	margin-left: 0px;
	margin-top: 20px;
	
}
.whyustext{
	
	margin-top: 20px;
	margin-right: 0px;
	
	position: sticky;
	border-radius: 0px;

}
.whyusimg img{
	
	    margin-left: 0px;
	    border-radius: 0px;
}
.nav-item {
    padding-left: 20px;
    font-weight: bolder;
}
}


@media(max-width: 767px){
.aboutsection .col-lg-6{

padding: 10px;
}
.abouttext{
	
	margin-left: 0px;
	margin-top: 20px;
	
}

.whyustext{
	
	margin-top: 20px;
	margin-right: 0px;
	
	position: sticky;
	border-radius: 0px;

}
.whyusimg img{
	
	    margin-left: 0px;
	    border-radius: 0px;
}
.carousel-caption h1 {
    font-size: 21px;
   
   
}

.carousel-item {
    height: 27rem;
}
.nav-item {
    padding-left: 80px;
    font-weight: bolder;
}
}

