*
{
	margin: 0;
	padding: 0;
	font-family:'Castoro', serif;
	
}
body
{
	width: 100%;
	overflow-x: hidden;
}
/*--------------------Nav Section ---------------*/
#nav-bar
{
	position: sticky;
	top: 0;
	z-index: 15;

}
.navbar-brand img
{
	height: 4.5rem;
	padding-left: 1rem;
}
.navbar
{
	background-image: linear-gradient( to right, #fbf9e8, #f1ccbc);
	padding: 0 !important; 
}
.navbar-nav li
{
	padding: 0 0.5rem;
	
}
.navbar-nav li a
{
	color:sienna !important;
	font-weight: 200;
	float: right;

}
.nav-link.active, .nav-link:hover
{
	border-bottom:.05rem solid saddlebrown;
}

.navbar-toggler-icon
{
	color: sienna !important;
	font-size: 30px !important;
	outline:none !important;
}

/*--------------------------Home Section--------------*/
#banner
{
	background-image: linear-gradient(to right, #fbf9e8, #f1ccbc);
	color: sienna;
	padding-top: 10%;
	
}
.tittle
{
	margin-top: 10%;
	font-size: 3.5rem;
	font-weight: 300;
	text-align: center;
}
p
{
	font-size: medium;
	text-align: justify;
	color: sienna;
}
.img-fulid
{
	height: 20rem;
	margin: 2rem 2rem;
	border-radius: 15%;
}
.bottom-img
{
	width: 100%;
		
}
/*-------Services--------------*/

#services
{
	padding: 5% 0;
}
h2
{
	margin: 5% 0;
	color: sienna;
	font-weight: bold;
	font-size: 3rem;
	text-decoration: underline;

}
.service-img
{
	width: 15rem;
	margin-top: 5%;
}
h4
{
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2%;
	padding: 2%;
	color: sienna;
}
.service
{
	padding: 20px;
}
.service p
{
	font-size: 1rem;
	color: sienna;
}
#services .btn-primary
{
	background-image: linear-gradient(to left, #fbf9e8, #f1ccbc);
	padding: 1% 2%;
	font-weight: bold;
	color: sienna;
	box-shadow: none;
	border: none;
	border-radius: 20px;
	
}

/*------------About Us---------*/

#about-us
{
	background-image: linear-gradient(to left, #fbf9e8, #f1ccbc);
	padding-bottom: auto;

}
#about-us h2
{
	padding-bottom: 7%;
	
}
.sub-tittle
{
	padding-top: 3%;
	font-size: medium;
	font-weight: bold;
	color: sienna !important;

}

/*------------Features Section---------*/
#Features
{
	padding: 3% 0;
	margin: 3% 0;
}
.transcribe
{
	
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
}

.img-feat
{
	height: 10rem;
}
.transcribe p
{
	margin-left: 10px;
}

/*------------Social Media Section---------*/
#social
{
	background: #fbf9e8;
	padding: 7% 0;

}
.social-icons img
{
	width: 15%;
	transition: 0.5s;
}
#social p
{
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
.social-icons a:hover img
{
	transform: translateY(-20px);
}


/*------------Footer Section---------*/
#footer
{
	
	background-image: linear-gradient(to left, #fbf9e8, #f1ccbc);
	color: sienna !important;
	
	
}
.footer-box
{
	padding: 20px;
		
}
.footer-box a
{
	font-size: 1rem;
	color: sienna;
	text-decoration: none;
	font-weight: 200;
	

}
.footer-box img
{
	width: 40%;
	margin-bottom: 5%;
}
.footer-box p
{
	
	font-size: small;
	text-align: justify;
}
.footer-box b
{
	font-size: 20px;
	text-decoration: underline;
}
.ficons img
{
	
	width: 7%;
	margin-right: 1%;
	margin-top: 2%;
}
.footer-box .form-control
{
	box-shadow: none !important;
	border: none;
	border-radius: 8%;
	margin-top: 3%;
	max-width: 250px;
	margin-bottom: 5%;
}
.footer-box .btn-primary
{
	background-image: linear-gradient(to right, #fbf9e8, #f1ccbc);
	padding: 1% 2%;
	font-weight: bold;
	color: sienna;
	box-shadow: none;
	border: none;
	border-radius: 20px;
}
hr
{
	background: sienna;
	font-size: 5rem;
}
.copy
{
	color: sienna !important;	
	margin-bottom: 0%;
	padding-bottom: 2%;
	text-decoration: none;
	text-align: center;
	font-size: 1rem;
	
	
}


/*----------------------------------- Media Quires   --------------------------------------------------*/
/*---Under 768px ----*/
@media (max-width: 767.98px)
{
	body
	{
		overflow-x: hidden;
	}
}