
/*************************************

@Template: AppLanding - Mobile App Landing Template
@Author: ITMultiplexer
@Version: 1.0.0

Main stylesheet of AppLanding - Mobile App Landing Template.

****************************************/


/*^^^^^^^^^^ Table of contents ^^^^^^^^^^
	1). General
		1.1). Base
		1.2). General Same Settings for multiple classes
	2). Header
		2.1). Nav SECTION
		2.2). Hero SECTION
	3). About SECTION
	4). Features SECTION
	5). Team SECTION
	6). Call-To_Action SECTION
	7). ScreenShots SECTION
	8). Facts SECTION
	9). Contact SECTION
	10). Footer SECTION
	
	
/*
 -----------------------------
 1.1). Base
 -----------------------------
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700|Rajdhani:300,400,500,600,700');

html {
	font-size: 62.5%;
}

body {
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-attachment: fixed;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.5rem;
	font-size: 15px;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #666;
    line-height: 1;
}

h1 {
	font-size: 5.8rem;
	font-size: 58px;
}
h2 {
	font-size: 4.4rem;
	font-size: 44px;
}
h3 {
	font-size: 3.2rem;
	font-size: 32px;
}
h4 {
	font-size: 2.8rem;
	font-size: 28px;
}
h5 {
	font-size: 2.0rem;
	font-size: 20px;
}
h6 {
	font-size: 1.6rem;
	font-size: 16px;
}

p{
    color: #666;
	margin: 0;
    letter-spacing: 0.5px;
}
a, a:hover{
    text-decoration: none;
}
.spacer-50{
    height: 50px;
}
.spacer-100{
    height: 100px;
}
.spacer-30{
    height: 30px;
}

section {
	background-color: #fff;
	margin: 0;
}

.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header, .row {
	margin-left: 0;
	margin-right: 0;
}


/*
 -----------------------------
 1.2). General Same Settings for multiple classes
 -----------------------------
*/
.section-padding {
    padding: 100px 0;
}

.section-title h2 {
	font-family: 'Rajdhani', sans-serif;
	text-transform: uppercase;
    letter-spacing: 1px;
 	font-weight: 700;
	text-align: center;
	line-height: 1;
}

/* Retun to top */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #666;
    width: 50px;
    height: 50px;
    display: block;
	z-index: 99;
    text-decoration: none;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 1.9rem;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.color {
    color: #19bff5;
	line-height: 1;
}

.v-space {
	margin-top: 100px;
}


.btn {
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn:hover {
	background: transparent;
	color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}



/*
 -----------------------------
 2.1). Nav SECTION
 -----------------------------
*/

/* Preloader */
.preloader{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.95);
    z-index: 99999;
}

.preloader .preloader-gif{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
}

/* Navigation */
.navbar-brand {
	width: auto;
	margin: 0;
	padding: 0;
}

.navbar-brand img.logo {
	height: 100%;
	width: auto;
}

.navbar-brand h2.logo {
	font-family: 'Rajdhani', sans-serif;
	font-size: 4.8rem;
	font-size: 48px;
	color: #fff;
	margin: 0;
}

.navbar-toggle {
	background-color: #e87975;
    border-color: #e87975;
	margin-right: 0;
}

.icon-bar {
	background-color: #fff;
}

.custom-navbar {
	padding: 15px 0;
}

.custom-navbar ul li a {
    color: #fff;
    font-size: 1.3rem;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.custom-navbar ul li a:hover{
    background-color: transparent;
}
.custom-navbar ul li a:focus, .custom-navbar.menu-top-fixed ul li a:hover {
    background-color: transparent;
}
.custom-navbar {
    background-color: transparent;
	border-width: 0;
	border-style: none;
    transition: all 0.4s ease-in-out;
}
.custom-navbar.menu-top-fixed {
    background: -webkit-linear-gradient(45deg, #19bff5, #e87975);
    background: linear-gradient(45deg, #19bff5, #e87975);
	width: 100%;
	margin-top: 0px;
}

.custom-navbar.menu-top-fixed ul li a {
    color: #fff;
}

.custom-navbar ul li a:hover, .custom-navbar ul li a:focus {
    color: #666;
}


/*
 -----------------------------
 2.2). Hero SECTION
 -----------------------------
*/
.home-area {
    background: -webkit-linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
    background: linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
    position: relative;
    overflow: hidden;
}

.welcome-text {
	margin-top: 160px;
}

.welcome-text h5.typeSettings {
	color: #fff;
	letter-spacing: 10px;
	text-transform: uppercase;
}

.welcome-text h1 {
    color: #fff;
	font-family: 'Rajdhani', sans-serif;
}
.welcome-text p{
    color: #fff;
}

.home-mockup {
	position: relative;
	margin-top: 50px;
	overflow: hidden;
	float: right;
}

.home-mockup img {
	width: 280px;
	height: auto;
}


/* Bouncing Arrow */
@-webkit-keyframes down-bounce {
    from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

}

@keyframes down-bounce {
from {
        -webkit-transform: translate3d( 0, 0px, 0);
        transform: translate3d( 0, 0px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
    10% {
        -webkit-transform: translate3d( 0, 5px, 0);
        transform: translate3d( 0, 5px, 0);
        filter: alpha(opacity=100);
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }
    to {
        -webkit-transform: translate3d( 0, 30px, 0);
        transform: translate3d( 0, 30px, 0);
        filter: alpha(opacity=0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

}

.down-bounce {
    -webkit-animation: down-bounce 1s infinite;
    animation: down-bounce 1s infinite;
}

.arrow-wrap {
    padding: 0;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -20px;
}

.arrow {
    width: 40px;
    height: 40px;
    color: #fff;
    font-size: 2.4rem;
    font-size: 24px;
    display: block;
    text-align: center;
    text-decoration: none;
}

.arrow:hover, .arrow:focus {
    text-decoration: none;
    color: #e87975;
}


/*
 -----------------------------
 3). About SECTION
 -----------------------------
*/
.fifty-space {
	margin-top: 50px;
}

/* Boxes */
.single-box {
	position: relative;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #efefef;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-box:hover {
	box-shadow: 0px 0px 50px #eee;
}

.single-box:after {
    background: linear-gradient(to left, #19bff5, #e87975) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

.single-box i {
	color: #19bff5;
	width: 60px;
	height: 60px;
	line-height: 2;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
}

.single-box  h4 {
	line-height: 1.5;
}


/* About text and image */
.aboutText h4 {
	font-family: 'Rajdhani', sans-serif;
}

.aboutText h2 {
	line-height: 1;
	font-weight: 700;
	padding-bottom: 15px;
	text-transform: capitalize;
}

.aboutText {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
}

.aboutText p {
	margin-bottom: 15px;
}

.storeIcons {
	margin-top: 40px;
}

.storeIcons a {
	background-color: #fff;
	color: #ccc;
	margin: 0 10px 0 0;
	font-size: 20px;
	padding: 5px 20px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.storeIcons a:hover {
	color: #fff;
	border-color: transparent;
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
}



/*
 -----------------------------
 4). Features SECTION
 -----------------------------
*/
#featureSec {
    background-color: #fafafa;
}

.single-feature {
	margin: 40px 0;
}

.feature-image img {
	margin: 0 auto;
	position: relative;
}

.single-feature i {
	margin-bottom: 20px;
}

.single-feature h4 {
	font-weight: 700;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-feature:hover h4 {
	color: #19bff5;
}



/*
 -----------------------------
 5). Team SECTION
 -----------------------------
*/
.team-members {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.team-members .team-avatar {
    position: relative;
	border-width: 5px;
	border-style: solid;
	border-color: #fafafa;
}

.team-members .team-avatar:after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: " ";
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-members .team-avatar img {
    display: block;
    margin: 0 auto;
	width: 100%;
    text-align: center;
}

.team-members .team-desc {
    left: auto;
    bottom: 30px;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-members .team-desc h4 {
    color: #fff;
}

.team-members .team-desc span {
    display: block;
	line-height:2;
	margin-top: -10px;
    text-transform: uppercase;
    color: #fff;
}

.team-desc .member-social {
	margin-top: 20px;
}

.team-desc .member-social a {
	background-color: transparent;
    color: #fff;
	padding: 10px;
	border-radius: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-desc .member-social a:hover {
	background-color: #fff;
	color: #395460;
}

.team-members:hover .team-avatar:after {
    background: -webkit-linear-gradient(0deg, rgba(25, 191, 245, .95), rgba(232, 121, 117, .2));
    background: linear-gradient(0deg, rgba(25, 191, 245, .95), rgba(232, 121, 117, .2));
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-members:hover .team-desc {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-members:hover .team-desc {
    opacity: 1;
	margin-bottom: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



/*
 -----------------------------
 6). CTA SECTION
 -----------------------------
*/
#ctaSec {
    background: -webkit-linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
    background: linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
}

.cta-text h3 {
	text-transform: uppercase;
	color: #fff;
	font-weight: 700;
}

.cta-text p {
	color: #fff;
}

.store-btn {
	margin-top: 50px;
}

a.cta-btn {
	background-color: transparent;
	color: #fff;
	margin: 0 10px;
	padding: 10px 20px;
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

a.cta-btn:hover {
	background-color: #fff;
	color: #19bff5;
}

.count-data {
	margin-top: 70px;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}

.count-data h3, .count-data p, .count-data i {
	color: #fff;
	text-transform: uppercase;
}

.count-data h3 {
	font-weight: normal;
}

.count-data p {
	font-weight: bold;
}

.count-data i {
	margin-bottom: 20px;
}



/*
 -----------------------------
 7). ScreenShots SECTION
 -----------------------------
*/
.screenshot-container {
	padding: 130px 0;
}

.single-screen {
	cursor: move;
	height: auto;
}

.screenshot-container .owl-carousel .owl-item img {
	width: 212px;
	height: auto;
	margin: 0 auto;
}

/* Mobile Mockup */
#screenshotSec .mobile-mockup {
    /* background-image: url(../img/mobile-mockup.png); */
    background-image: url(../img/iphone12-web.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 280px;
    height: 700px;
    position: absolute;
    left: 50%;
    transform: translateX(-136px);
    top: -50px;
}



/*
 -----------------------------
 6). CTA SECTION
 -----------------------------
*/
#videoSec {
    background: -webkit-linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
    background: linear-gradient(45deg, rgba(232, 121, 117, .95) 30%, rgba(25, 191, 245, .95) 0%);
}

a.btn-play {
	color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;	
}

a.btn-play:hover {
	color: #333;
}



/*
 -----------------------------
 8). Facts SECTION
 -----------------------------
*/

/* Testimonials */
.testimonials {
	margin-top: 26px;
}

#quote-carousel .carousel-control {
	background: transparent;
	color: #999;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	text-shadow: none;
	opacity: 1;
	top:0;
	margin-top: -25px;
	width: 30px;
	height: 30px;
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 30px;
	-webkit-border-radius: 0;
	border-radius: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#quote-carousel .carousel-control:hover {
	color: #fff;
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
}

#quote-carousel .carousel-control.left 
{
	right: 37px;
	left: auto;
	-webkit-border-radius: 100px 0 0 100px;
	border-radius: 100px 0 0 100px;
}

#quote-carousel .carousel-control.right 
{
	right: 0;
	-webkit-border-radius: 0 100px 100px 0;
	border-radius: 0 100px 100px 0;
}

blockquote {
	text-decoration: none;
}

.single-testimonial {
	padding: 20px 0 0;
	text-align: center;
}

.quote-icon {
	position: absolute;
	top: -5px;
	left: 5px;
	color: #ccc;
	font-size: 78px;
	z-index: 1;
}

.single-testimonial p.message {
	color: #666;
	padding: 30px 20px;
	background-color: #f5f5f5;
	position: relative;
}

.single-testimonial p.message:after {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 16px 19px 0 19px;
	border-color: #f5f5f5 transparent transparent transparent;
	position: absolute;
	top:100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
}

.single-testimonial h4 {
	margin-top: 10px;
	font-weight: 700;
}

.role {
	text-transform: uppercase;
	margin: 0;
}

.client-img img {
	width: 100px;
	border-width: 5px;
	border-style: solid;
	border-color: #efefef;
	margin: 30px auto 0;
	border-radius: 100%;
	height: auto;
}

/* Pricing Tables */
.single-price {
	background-color: #fff;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f5f5f5;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-price:last-child, .single-price ul li:last-child {
	border-width: 0;
}

.single-price:hover {
    box-shadow: 0px 40px 60px rgba(0,0,0,0.1);
    position: relative;
    z-index: 100;
    transform: translate(0, -5px);
}

.single-price h3 {
	line-height: 3;
}

.single-price .price {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.single-price h4 {
	margin-top: 10px;
	text-transform: uppercase;
}

.single-price ul {
	padding: 0;
}

.single-price ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5f5f5;
	text-decoration: none;
	display: block;
	padding: 10px 0;
}

.single-price ul li.not-available {
	text-decoration: line-through;
}

.single-price .btn-pricing {
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
	-webkit-border-radius: 100px;
	border-radius: 100px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	margin-top: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.single-price .btn-pricing:hover {
	background: transparent;
	color: #666;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}



/*
 -----------------------------
 9). Contact SECTION
 -----------------------------
*/
#contactSec {
    background-color: rgba(57, 84, 96, 0.95);
}

#contactSec .section-title h3 {
	color: #fff;
}

#contactSec .section-title p {
	color: #efefef;
}

.social-links {
	margin-top: 50px;
	position: relative;
}

.social-links a {
	background-color: transparent;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	font-size: 18px;
	color: #fff;
	padding: 5px 20px;
	margin: 0 3px;
	display: inline-block;
	-webkit-border-radius: 100px;
	border-radius: 100px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social-links a:hover {
	background-color: #fff;
	color: #395460;
}

.form-group .form-control {
	background-color: transparent;
	min-height: 40px;
	color: #fff;
}

.accordion {
	width:100%;
	margin-top: 50px;
	color: #fff;
}

.accordion-toggle {
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
	cursor: pointer;
	color: #fff;
	margin: 10px 0 0;
	padding: 10px;
	position: relative;
	border-radius: 100px;
}

.accordion-toggle.active:after {
	content:"";
	position:absolute;
	right:10px;
	top:17px;
	width:0;
	height:0;
	border-bottom:5px solid #000;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle:before {
	content:"";
	position:absolute;
	right:10px;
	top:17px;
	width:0;
	height:0;
	border-top:5px solid #fff;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
}

.accordion-toggle.active:before{
	display:none;
}

.accordion-content {
	background-color: #fff;
	display: none;
	margin-top: -20px;
	padding: 30px 10px 10px;
	border-radius: 0 0 10px 10px;
}

.accordion-toggle.active {
	color: #fff;
}

.alert{
  text-align: center;
  padding:10px;
  background:#79c879;
  color:#fff;
  margin-bottom:10px;
  display:none;
}

.subscriptionAlert{
  text-align: center;
  padding:10px;
  background:#79c879;
  color:#fff;
  margin-bottom:10px;
  display:none;
}


/*
 -----------------------------
 10). Footer SECTION
 -----------------------------
*/
footer {
	padding: 20px 0;
	background-color: #333;
	color: #fff;
}

/* Footer widgets */
.widgets {
	margin-bottom: 30px;
}

.single-widget {
	margin-top: 50px;
}

.single-widget h4 {
	color: #fff;
}

.single-widget h4:after {
	content: '';
	width: 80px;
	height: 2px;
    background: -webkit-linear-gradient(right, #19bff5, #e87975);
    background: linear-gradient(to left, #19bff5, #e87975);
	position: relative;
	display: block;
	margin: 20px 0;
}

.single-widget p {
	color: #ccc;
}

.footer-nav ul {
	padding-left: 10px;
}

.footer-nav ul li{
	display: block;
	list-style: none;
	margin-bottom: 10px;
}

.footer-nav ul li a {
	color: #fff;
}

.footer-nav ul li a:hover {
	color: #19bff5;
}



@media (max-width: 767px) {
	.custom-navbar .navbar-collapse {
		background-color: rgba(0, 0, 0, 0.8);
	}

	.custom-navbar.menu-top-fixed .navbar-collapse {
		background-color: rgba(0, 0, 0, 0);
	}
	
	.single-feature {
		text-align: left;
		margin-top: 30px;
	}
	
	.single-price {
		border-right-width: 0;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #f5f5f5;
	}
	
	.team-members {
		margin-bottom: 35px;
	}
	.aboutText {
		margin-top: 50px;
	}
	
	.single-price {
		margin-top: 30px;
	}
	
	.social-links a {
		margin: 5px 3px;
	}
}
