* {
	margin: 0;
	padding: 0;
}

:root {
  --main-color: #5f1782;
  --light-color: #1978a5;
  --font-size: 16px;
  --padding: 1rem;
  --top-nav-color: #1978a5;
}

body{
	/* font-family: 'Georgia', sans-serif; */
	font-family: 'Roboto Mono', monospace !important;
	color: var(--main-color);
}

.top-nav-color {
	background-color: var(--top-nav-color);
}

#nav-bar {
	position: sticky;
	top: 0;
	z-index: 10;
}

.navbar {
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
	padding: 0 !important;
}

.navbar-brand img {
	height: 40px;
	padding-left: 20px;
}

.navbar-nav li {
	padding: 0 10px;
}

.navbar-nav li a {
	color: #fff !important;
	font-weight: 600;
	float: right; /* set link alignment right */
	text-align: left; /* set link alignment right */
}
/* toggler */
.fa-bars {
	color: #fff;
	font-size: 30px !important;
}

.navbar-toggler {
	outline: none !important; /* set link alignment right */
}


/* Banner Section */
#banner {
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
	color: #fff;
	padding-top: 0; 
}

#banner .btn-primary{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}

#banner .btn-primary:hover{
	background: var(--top-nav-color);
	color: white;
}

.promo-title {
	font-size: 20px;
	font-weight: 600;
	margin-top: 60px;
}

#banner a {
	color: #fff;
	text-decoration: none;
}

.bottom-img{
	width: 100%;
}

/* Services section */
#services {
	padding: 8px 0;
}

/* 
. service-img {
	width: 100px;
	margin-top: 20px;
}
*/
.services {
	padding: 20px;
}

.services h4 {
	padding: 5px;
	margin-top: 25px;
	text-transform: uppercase;
	color: var(--main-color);
}

.title::before {
	content: '';
	background: var(--main-color);
	height: 5px;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	transform: translateY(63px); /* moves the underline from the top to the bottom */
}

.title::after {
	content: '';
	background: var(--main-color);
	height: 10px;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	display: block;
	transform: translateY(8px); /* moves the underline from the top to the bottom */
}

#services .btn-primary{
	box-shadow: none;
	padding: 8px 25px;
	border: none;
	border-radius: 20px;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}


/* About Us section */
#about-us{
	background: #f8f9fa;
	padding-bottom: 8px;
	padding-top: 8px;
	height: 750px;
}

.about-title {
	font-size: 40px;
	font-weight: 600;
	margin-top: 8px;
}

#about-us ul li {
	margin: 10px 0;
}

#about-us ul {
	margin-left: 20px;
}

#myTab a {
	color: black;
	font-weight: 600;
}

.process-area p {
	font-size: 1rem;
}

/* New Addition */
#portfolio {
	height: 700px;
}

#quote {
	height: 750px;
}

#quote h1 {
	color: var(--main-color) !important;
}

#quoute h2 {
	color: var(--main-color);
}
#about-us {
	/*height: 750px;*/
}


/* Pricing */
#pricing {
	background: #f8f9fa;
	/* padding-bottom: 8%; */
}

#pricing .btn-primary {
	box-shadow: none !important;
	border: none;
	text-align: center;
	border-radius: 20;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}

.single-price {
	margin: 10px auto;
	display: inline;
	float: left;
	width: 100%;
	background: #efefef;
	transition: 0.5s;
}

.single-price:hover {
	box-shadow: 0 2px 2px #ccc;
	transform: translateY(-20px);
}
.price-head{
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
	display: inline;
	float: left;
	padding: 10px 5px;
	text-align: center;
	color: white;
	width: 100%;
}

.price-content ul li {
	border-bottom: 1px solid #fff;
	list-style: none;
}

.price-content ul li:last-child {
	border: none;
}

.price-content .fa {
	padding:0 10px; color: red; font-size: 20px;
}

.price-content .fa-check-circle {
	color: green;
}

/* Quotes */

#quote {
	background: white;
	/* height: 600px; */
}

#quote .form-control {
	box-shadow: none !important;
	border: 1px solid var(--main-color);
	border-radius: 20;
	margin-top: 25px;
	/* max-width: 250px; */
}

#quote .btn-primary {
	box-shadow: none !important;
	border: none;
	border-radius: 20;
	margin-top: 30px;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}


/* Testimonials */

#testimonials {
	background: white;
	margin: 100px 0;
}

.testimonials{
	border-left: 4px solid var(--main-color);
	margin-top: 50px;
	margin-bottom: 50px;
}

.testimonials img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin: 0 10px;
}

.user-details{
	display: inline-block;
	font-size: 12px;
}

/* Social media section */
#social-media {
	/* background: #f8f9fa; */
	background: #fff;
	padding: 100px 0;

}

#social-media p {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 30px;
}

.social-icons i {
	width: 60px;
	transition: 0.5s;
}

.social-icons a:hover i {
	transform: translateY(-10px);
}

/* Footer section */
#footer {
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
	color: #fff;
}

.footer-img {
	width: 100%;
}

.footer-box {
	padding: 20px;
}

.footer-box img {
	width: 120px;
	margin-bottom: 20px;
}

.footer-box .fa {
	margin-right: 8px;
	font-size: 25px;
	height: 40px;
	width: 40px;
	text-align: center;
	padding-top: 7px;
	border-radius: 2px;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}

.footer-box .form-control {
	box-shadow: none !important;
	border: none;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 250px;
}

.footer-box .btn-primary {
	box-shadow: none !important;
	border: none;
	border-radius: 20px;
	margin-top: 30px;
	background-image: linear-gradient(to right, var(--light-color), var(--main-color));
}

hr {
	background-color: #fff;
}

.copyright{
	margin-bottom: 0;
	padding-bottom: 20px;
	text-align: center;
}

.text-title{
	color: #5f1782;
}

@media (max-width: 768px) {

	.navbar-brand span {
		font-size: .5em;
	}

	#about-us {
		height: auto;
	}

	#portfolio {
		height: auto;
	}

	#quote {
		height: auto;
	}

    .call-to-action {
        font-size: 10px;
    }
    
    .text-title{
        font-size: 1.55em;
	}
	
	.title::before{
        transform: translateY(45px);
    }
	
}
