/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 3.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. About area css
05. Services area css
06. Video area css
07. Features area css
08. Pricing area css
09. FAQs area css
10. Testimonial area css
11. Counter area css
12. Newsletter area css
13. Contact us area css
14. Footer area css
15. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body{
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
}

body.on-side{
	margin-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin-top:0;
	font-weight: 700;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
	height: auto;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

/* .preloader{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: #1151d3;
	z-index: 9999;
} */

.container{
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow-x: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/
.main-menu {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #000000 !important;
    border: none !important;
}

.main-menu.affix,
.main-menu.navbar-fixed,
.navbar-fixed-top,
nav.navbar.bootsnav.navbar-fixed,
nav.navbar.bootsnav.navbar-mobile .navbar-collapse,
nav.navbar.bootsnav .navbar-collapse.collapse.in,
nav.navbar.bootsnav.navbar-mobile ul.nav {
    background-color: #000000 !important;
    border: none !important;
}

nav.navbar.bootsnav .navbar-toggle {
    margin: 10px 15px;
    background: none;
    border: none;
}

nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navbar-nav .nav-link {
    color: #ffffff !important;
    font-weight: 500;
    padding: 25px 15px;
}

.main-menu .navbar-nav .nav-link:hover {
    color: #ff0000 !important;
}

.navbar-brand{
	height: auto;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-brand img{
	transition: all 0.3s;
}

.logo {
    height: 60px;
    width: auto;
    display: inline-block;
    object-fit: contain;
}


nav.navbar.main-menu{
	background: none;
	border-radius: 0;
	border-bottom: 1px solid rgba(255,255,255,0);
	z-index: 101;
	padding: 20px 0;
	transition: all 1s;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
}

.navbar-nav li{
	padding: 30px 0;
	margin:0 2px;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
}

.navbar-nav>li>a{
	font-weight: 300;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: 0.05em;
	padding: 8px 10px 4px; 
	position: relative;
	border: 1px solid transparent;
}

.attr-nav > ul{
	list-style: none;
	cursor: pointer;
	margin: 2px 0 0;
}

.attr-nav > ul > li > a{
	transition: all 0.3s ease-in-out;
}

.nav ul li a{
	border: none !important;
}

.nav .active a{
	background: none !important;
	color: #ffc600 !important;
	transition: all 0.3s;
}

.nav ul li a{
	display: block;
	color: #fff;
	padding: 12px 20px;
}

.nav .active ul li a{
	border: none !important;
}

.nav ul ul{
	left: 100%;
	top: 0;
	margin-top: -1px;
}

.nav ul li{
	padding: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	border-bottom: 1px solid rgba(255,255,255,0.12);
}

.nav ul li:last-child{
	border-bottom: none;
}

nav.navbar.main-menu.sticky-header{
	padding: 10px 0;
	background: #1151d3;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}

.navbar-default .navbar-nav>li>a:focus{
	color: #fff;
}

.sticky-header .navbar-nav>li>a{
	color: #fff;
}

.side{
	background: #333;
	padding: 0;
}

.offcanvas-menu.offcanvas{
	width: 280px;
}

.side .close-side{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #fff;
}

.side-logo{
	text-align: center;
	padding: 40px 30px;
}

.side .widget ul.link{
	list-style: none;
	padding: 0;
	margin: 0;
}

.side .widget ul.link li a{
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	color: #9f9f9f;
	padding: 12px 20px 12px 40px;
	border-bottom: 1px dashed #3c3c3c;
	position: relative;
}

.side .widget ul.link li a:before{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border: 2px solid #9f9f9f;
	border-radius: 50%;
	position: absolute;
	left: 20px;
	top: 18px;
}

.side .widget ul.link li a:hover{
	color: #fff;
}

.side .widget ul.link li a:hover:before{
	border-color: #fff;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
    background: url(../images/banner-pattern.png) repeat;
    position: relative;
    padding: 180px 0 80px;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 65%;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.banner .container {
    position: relative;
    z-index: 2;
}

.header-content {
    position: relative;
    z-index: 2;
    text-align: center;
    margin-top: 15px;
    padding-bottom: 15px;
    padding-top: 90px;
}

.header-content p {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 8px;
    letter-spacing: 1px;
}

.header-content h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 15px;
}

.header-content .store-buttons {
    margin-top: 15px;
}

.header-content .store-buttons a {
    display: inline-block;
    margin: 5px;
}

.header-content .store-buttons img {
    height: 40px;
    width: auto;
}

@media only screen and (max-width: 991px) {
    .header-content {
        margin-top: 12px;
        padding-bottom: 12px;
    }
    
    .header-content p {
        font-size: 14px;
        margin-bottom: 6px;
    }
    
    .header-content h2 {
        font-size: 22px;
        margin-bottom: 12px;
    }
    
    .header-content .store-buttons img {
        height: 35px;
    }
}

@media only screen and (max-width: 767px) {
    .header-content {
        margin-top: 10px;
        padding-bottom: 10px;
    }
    
    .header-content p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    
    .header-content h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .header-content .store-buttons {
        margin-top: 12px;
    }
    
    .header-content .store-buttons img {
        height: 32px;
    }
}

.header-image {
    text-align: center;
    position: relative;
    z-index: 3;
    margin-top: 20px;
}

.header-image img {
    max-width: 55%;
    height: auto;
    border-radius: 20px;
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4); */
    display: inline-block;
    transition: all 0.3s ease;
}

/************************************/
/*****   04. About area css     *****/
/************************************/

.about {
    background: #282626;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}

.about .section-title {
    text-align: center;
    margin-bottom: 30px;
}

.about .section-title h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    text-shadow: 1px 2px 2px rgb(255, 255, 255);
}

.about .section-title p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
}

.about-content {
    padding-right: 20px;
}

.about-content h3 {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgb(255, 255, 255);
}

.about-content p {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.about-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about-content ul li {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.about-content ul li i {
    color: #ffffff;
    font-size: 18px;
    margin-right: 12px;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/*************************************/
/*****   05. Services area css   *****/
/*************************************/

.services{
	padding: 50px 0;
}

.services-single{
	text-align: center;
	padding: 0 30px;
}

.services-single .icon-text{
	margin-bottom: 30px;
}

.services-single .icon-text span{
	display: inline-block;
	width: 66px;
	height: 66px;
	line-height: 66px;
	color: #ff0000;
	font-size: 40px;
	font-weight: 700;
	border-radius: 50%;
}

.icon-blue span{
	background: #1cacfe;
}

.icon-yellow span{
	background: #f6ae2a;
}

.icon-purple span{
	background: #cf70ea;
}

.services-single h3{
	font-size: 20px;
	font-weight: 600;
	color: #232322;
	margin-bottom: 20px;
}

.services-single p{
	font-size: 14px;
	color: #9b9b9b;
	line-height: 1.8em;
	margin-bottom: 20px;
}

.services-single .btn-detail{
	font-weight: 500;
	color: #232322;
}

.services-single .btn-detail i{
	font-size: 14px;
	margin-left: 6px;
}

.services-single .btn-detail:hover{
	color: #1151d3;
}



.features {
    padding: 100px 0;
}

.features-single {
    margin-bottom: 80px;
    overflow: hidden;
}

.features-single:last-child {
    margin-bottom: 0;
}

.features-image {
    position: relative;
    padding: 25px;
    text-align: center;
    overflow: hidden;
}

.features-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    transform: scale(1.2);
}

.features-image img:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgb(255, 255, 255);
}

.features-content {
    padding: 30px;
}

.features-content i {
    color: #ff0000;
    font-size: 40px;
    margin-bottom: 20px;
    display: inline-block;
}

.features-content h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.features-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 0;
}


.faqs{
	padding: 100px 0;	
}

.faq-image{
	padding-top: 30px;
}

.faqs .accordion-4{
	box-shadow: 0px 8px 117.5px 7.5px rgba(0, 0, 0, 0.1); 
	background: #ffffff;
	border-radius: 8px;
	overflow: hidden;
}

.faqs .accordion-4 .accordion-item,
.faqs .accordion-4 .accordion-item+.accordion-item{
	border-radius: 0;
	background: none;
	box-shadow: none;
	margin: 0;
	border: none;
	border-bottom: 1px solid #dbd9d9;
}

.faqs .accordion-4 .accordion-item:last-child{
	border-bottom: none;
}

.faqs .accordion-4 .accordion-header{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.faqs .accordion-4 .accordion-header h4{
	display: block;
	padding: 24px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	color: #232322;
	position: relative;
	border-left: 4px solid transparent;
	cursor: pointer;
}

.faqs .accordion-4 .accordion-header h4:after{
	content: '\f078';
	font-family: FontAwesome;
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #dcdada;
	border-radius: 50%;
	text-align: center;
	font-size: 14px;
	margin-right: 16px;
	color: #232322;
	position: absolute;
	top: 20px;
	right: 4px;
	transition: all 0.6s ease-in-out;
	transform: rotate(0deg);
}

.faqs .accordion-4 .accordion-body{
	padding: 0 30px 24px 30px;
	background: #eff6ff; 
	border: none !important;
	border-left: 4px solid #0d50aa !important;
}

.faqs .accordion-4 .accordion-body p{
	color: #9b9b9b;
	font-size: 14px;
	line-height: 1.6em;
}

.faqs .accordion-4 .accordion-body ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.faqs .accordion-4 .accordion-body ul li{
	color: #9b9b9b;
	font-size: 14px;
	padding: 4px 0 4px 20px;
	position: relative;
}

.faqs .accordion-4 .accordion-body ul li:before{
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #0d50aa;
	border-radius: 50%;
	position: absolute;
	top: 9px;
	left: 0;
}

.faqs .accordion-4 .accordion-header h4:not(.collapsed){
	background: #eff6ff; 
	border-left: 4px solid #0d50aa;
}

.faqs .accordion-4 .accordion-header  h4:not(.collapsed):after{
	content: '\f078';
	transform: rotate(180deg);
	background: #0d50aa;
	color: #fff;
	border-color: #0d50aa; 
}

.counter{
	padding: 100px 0;
}

.counter-single{
	background: #eff6ff;
	padding: 20px;
	text-align: center;
	border: 1px solid #cbdaee;
	position: relative;
	transition: all 0.3s ease-in-out;
}

.counter-single:after{
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: calc(100% + 2px);
	transform: scale(0,1);
	background: #1151d3;
	transition: all 0.3s ease-in-out;
}

.counter-single:hover{
	box-shadow: -4px 5px 28.2px 1.8px rgba(0, 0, 0, 0.13);
}

.counter-single:hover:after{
	transform: scale(1);
}

.counter-single h3{
	color: #1151d3;
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 4px;
}

.counter-single h4{
	color: #232322;
	font-size: 18px;
	font-weight: 600;
}

.counter-single p{
	color: #9b9b9b;
	font-size: 12px;
	margin: 0;
}

/****************************************/
/*****   12. Newsletter area css    *****/
/****************************************/

.newsletters{
	background: url(../images/bg.jpg) no-repeat top center fixed;
	background-size: cover;
	padding: 100px 0;
	position: relative;
}

.newsletters:before{
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(17,81,211,0.8);
}

.newsletters .container{
	position: relative;
	z-index: 1;
}

.newsletters .section-title h2,
.newsletters .section-title p{
	color: #fff;
}

.newsletter-form{
	text-align: center;
	margin-bottom: 40px;
}

.newsletter-form .form-group{
	max-width: 480px;
	display: flex;
	margin: 0 auto;
}

.newsletter-form .form-control{
	border-radius: 0;
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 10px 0;
	max-width: 320px;
	box-shadow: none;
	color: #fff;
	outline: 0;
}

.newsletter-form .form-control::-webkit-input-placeholder{
	color: #fff;
}

.newsletter-form .form-control::-moz-placeholder{
	color: #fff;
}

.newsletter-form .form-control:-ms-input-placeholder{
	color: #fff;
}

.newsletter-form .form-control:-moz-placeholder{
	color: #fff;
}

.btn-subscribe{
	background: #fff;
	color: #232322;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-left: 20px;
	outline: 0;
	transition: all 0.3s ease-in-out;	
}

.btn-subscribe:hover{
	background: #232322;
	color: #fff;
}

/****************************************/
/*****   13. Contact us area css    *****/
/****************************************/

.contact-us {
    padding: 100px 0;
    background: #232322;
}

.contact-us .section-title {
    text-align: center;
    margin-bottom: 50px;
}

.contact-us .section-title p {
    color: #ff0000;
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-us .section-title h2 {
    color: #ff0000;
    font-size: 36px;
    font-weight: 600;
}

.contact-form {
    padding: 40px;
    max-width: 800px;
    margin: 0 auto;
    background: #000000;
    border-radius: 0;
}

.contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
    color: #acadb1;
    font-size: 14px;
    padding: 10px 0;
    margin-bottom: 20px;
}

.contact-form textarea.form-control {
    height: 120px;
    resize: none;
    background: transparent;
}

.contact-form select.form-control {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form select.form-control option {
    background: #000000;
    color: #acadb1;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #ff0000;
}

.with-errors ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ff0000;
}

.btn-contact {
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 50px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    letter-spacing: 0.22em;
}

.btn-contact:hover {
    background: #ffffff;
    color: #232322;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

footer{
	padding: 0 0 100px;
	background: #232322;
	text-align: center;
	
}

.footer-social{
	margin-bottom: 20px;
}

.footer-social a{
	display: inline-block;
	font-size: 30px;
	color: #9b9b9b;
	padding: 0 16px;
	transition: all 0.3s ease-in-out;
}

.footer-social a:hover{
	color: #fff;
}

.footer-menu{
	margin-bottom: 20px;
}

.footer-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.footer-menu ul li{
	display: inline-block;
}

.footer-menu ul li a{
	display: block;
	color: #9b9b9b;
	padding: 0 8px;
	transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover{
	color: #fff;
}

.footer-about p{
	color: #626161;
	font-size: 12px;
}

.footer-site-info{
	margin-top: 30px;
}

.footer-site-info p{
	color: #626161;
	font-size: 12px;
}

/************************************/
/*****    15. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px){
	.info-video{
		background-image: none;
	}
}

@media only screen and (max-width: 991px){
	nav.navbar.bootsnav .navbar-header{
		padding-left: 0;
		padding-right: 0;
	}
	
	nav.navbar.bootsnav .navbar-brand{
		display: block;
		padding-left: 0;
		padding-right: 0;
	}
	
	.side-menu img{
		width: 108px;
	}
	
	.section-title{
		margin-bottom: 50px;
	}
	
	.section-title h2{
		font-size: 22px;
	}
	
	.about{
		padding: 80px 0 40px;
	}
	
	.services,
	.info-video{
		padding: 40px 0 80px;
	}
	
	.features,
	.screenshots,
	.pricing,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us{
		padding: 80px 0;
	}
	
	footer{
		padding: 0 0 60px;
	}
	
	.counter{
		padding: 80px 0 50px;
	}
	
	.pricing{
		padding: 60px 0 30px;
	}
	
	.about-content p{
		font-size: 14px;
	}
	
	.services-single{
		padding: 0;
	}
	
	.info-video .section-title{
		padding-top: 0;
	}
	
	.video-play-box{
		margin-bottom: 30px;
	}
	
	.features-single .pull-left{
		float: none !important;
	}
	
	.features-single .pull-right{
		float: none !important;
	}
	
	.features-single .features-image{
		margin-bottom: 40px;
	}
	
	.features-single{
		padding: 30px 0;
	}
	
	.pricing-single{
		margin-bottom: 30px;
	}
	
	.swiper-slide-right-text h3{
		font-size: 24px;
	}
	
	.faq-image{
		text-align: center;
		margin-top: 0;
		margin-bottom: 40px;
	}
	
	.faqs .accordion-4 .accordion-header h4{
		font-size: 14px;
		padding: 20px 50px 20px 20px; 
	}
	
	.faqs .accordion-4 .accordion-header h4:after{
		top: 12px;
		right: 0;
	}
	
	.faqs .accordion-4 .accordion-body{
		padding: 0 20px 20px 20px;
	}
	
	.testimonials .section-title{
		margin-top: 0;
		text-align: center;
	}
	
	.newsletter-form .form-control{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.newsletter-form .form-group{
		display: block;
	}

	.btn-subscribe{
		margin-left: 0;
	}
	
	.footer-social a{
		font-size: 20px;
		padding: 0 8px;
	}
}

/* Mobile Layout */
@media only screen and (max-width: 767px){
	nav.navbar.bootsnav .navbar-brand{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header-content h2{
		font-size: 26px;
	}

	.header-content h2 br{
		display: none;
	}
	
	.btn-download{
		display: block;
		width: 190px;
		margin: 10px auto;
	}
	
	.about .section-title{
		text-align: center;
	}

	.section-title h2{
		font-size: 20px;
	}
	
	.about{
		padding: 60px 0 30px;
	}
	
	.services,
	.info-video{
		padding: 30px 0 60px;
	}
	
	.features,
	.screenshots,
	.faqs,
	.testimonials,
	.newsletters,
	.contact-us{
		padding: 60px 0;
	}
	
	footer{
		padding: 0 0 60px;
	}
	
	.counter{
		padding: 60px 0 30px;
	}
	
	.pricing{
		padding: 60px 0 30px;
	}
	
	.about-content p{
		font-size: 14px;
	}
	
	.services-single{
		margin-bottom: 30px;
	}
	
	.video-play-box{
		max-width: 240px;
	}
	
	.video-play-box .video-play-overlay a{
		font-size: 60px;
	}
	
	.features-single .features-content h3{
		font-size: 22px;
	}
	
	.features-single .features-content h3 i{
		width: 40px;
		height: 40px;
		font-size: 22px;
		line-height: 40px;
	}
	
	.pricing-single{
		padding: 40px 15px;
	}
	
	.counter-single{
		margin-bottom: 30px;
	}
	
	.screenshot-slider{
		padding: 40px 0;
	}
	
	.screenshot-slider .swiper-slide-active figure img{
		transform: scale(1);
	}
	
	.swiper-slide-right-text{
		margin-top: 40px;
		text-align: center;
	}
	
	.screen-shot-pagination{
		text-align: center;
	}
	
	.faqs .accordion-4 .accordion-header h4{
		font-size: 14px;
		padding: 24px 52px 24px 20px; 
	}
	
	.faqs .accordion-4 .accordion-body{
		padding: 0 24px 24px 24px;
	}
	
	.testimonials .section-title{
		margin-top: 0;
		text-align: center;
	}
	
	.newsletter-form .form-control{
		width: 100%;
		margin: 0 auto 20px;
	}
	
	.newsletter-form .form-group{
		display: block;
	}

	.btn-subscribe{
		margin-left: 0;
	}
	
	.footer-social a{
		font-size: 20px;
		padding: 0 8px;
	}
}

@media (max-width: 991px) {
    .contact-us {
        padding: 60px 0;
    }
    
    .btn-contact {
        padding: 12px 30px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contact-form .form-control {
        font-size: 13px;
    }
    
    .btn-contact {
        padding: 10px 25px;
        font-size: 14px;
    }
}

/************************************/
/***** Banner text colors and styles *****/
/************************************/
.header-content h2,
.header-content h2 span,
.btn-download i,
.btn-download span,
.features-content i,
.fa-brands,
.fa-solid,
.fa-regular {
    color: #ff0000 !important;
}

.btn-download{
    background-color: #ff0000 !important;
    border: 2px solid #ff0000 !important;
    
}
.btn-download:hover{
    background: #ffffff !important;
    color: #232323 !important;
    border: 2px solid #232323 !important;
}
.btn-download:hover * {
    color: #232323 !important;
}

.btn-download span,.btn-download i{
    color: #ffffff !important;
}

/************************************/
/***** Core spacing adjustments *****/
/************************************/
section {
    padding: 60px 0 !important;
}

/************************************/
/***** Timeline styles *************/
/************************************/
.timeline-steps {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.timeline-step {
    text-align: center;
    padding: 0 4%;
    position: relative;
    flex: 1;
}

.timeline-step:not(:last-child):after {
    content: '';
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    top: 25px;
    left: 50%;
    z-index: -1;
}

.timeline-step .inner-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.timeline-step .inner-circle i {
    color: white;
    font-size: 20px;
}

/************************************/
/***** Responsive Styles *************/
/************************************/
@media (max-width: 991px) {
    .banner {
        min-height: auto;
        padding: 100px 0 60px;
    }
    
    .header-content {
        margin-bottom: 30px;
    }
    
    .header-content h2 {
        font-size: 28px;
    }
    
    .header-content h3 {
        font-size: 20px;
    }
    
    .header-image {
        margin-bottom: 0;
    }
    
    .header-image img {
        max-width: 80%;
    }

    .white-section {
        padding: 40px 0;
    }

    .white-section h2 {
        font-size: 28px;
    }

    .white-section p {
        font-size: 16px;
    }
    
    .features-single {
        margin-bottom: 50px;
    }
    
    .features-image {
        padding: 10px 0;
        text-align: center;
    }
    
    .features-image img {
        width: 90%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
    
    .features-content {
        text-align: center;
        padding: 20px;
    }

    .work-step {
        margin-bottom: 40px;
    }

    .step-icon {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .step-icon i {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    .header-content h2 {
        font-size: 24px;
    }
    
    .header-content h3 {
        font-size: 18px;
    }
    
    .header-image img {
        max-width: 90%;
    }

    .white-section h2 {
        font-size: 24px;
    }

    .white-section p {
        font-size: 15px;
    }

    .features-content h3 {
        font-size: 20px;
    }

    .features-content p {
        font-size: 15px;
    }

    .work-step {
        margin-bottom: 30px;
    }
}

/************************************/
/***** Registration Process Section *****/
/************************************/
.registration-process {
    padding: 100px 0;
    background: #f8f9fa;
}

.registration-steps {
    padding-right: 30px;
}

.step-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative;
}

.step-number {
    width: 50px;
    height: 50px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
}

.step-content {
    flex: 1;
}

.step-content h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333333;
}

.step-content p {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 0;
}

.registration-image {
    position: relative;
    text-align: center;
}

.registration-image img {
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.download-app {
    background: #ffffff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: 30px;
}

.download-app h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px;
}

.download-app p {
    font-size: 15px;
    line-height: 1.6;
    color: #666666;
    margin-bottom: 20px;
}

.download-app .btn-download {
    display: inline-flex;
    align-items: center;
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 8px 25px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s;
}

.download-app .btn-download i {
    font-size: 24px;
    margin-right: 10px;
    color: #ffffff;
}

.download-app .btn-download div {
    text-align: left;
}

.download-app .btn-download span {
    display: block;
    color: #ffffff;
    line-height: 1.3;
}

.download-app .btn-download span:first-child {
    font-size: 12px;
    opacity: 0.9;
}

.download-app .btn-download span:last-child {
    font-size: 16px;
    font-weight: 600;
}

.download-app .btn-download:hover {
    background: #ffffff;
    color: #232322;
}

@media (max-width: 991px) {
    .registration-steps {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .step-item {
        margin-bottom: 30px;
    }

    .step-number {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .download-app {
        padding: 25px;
    }
}

@media (max-width: 767px) {
    .registration-process {
        padding: 60px 0;
    }

    .step-content h3 {
        font-size: 18px;
    }

    .step-content p {
        font-size: 14px;
    }

    .download-app h3 {
        font-size: 20px;
    }

    .download-app p {
        font-size: 14px;
    }
}

.app-interface {
    padding: 100px 0;
    background: #ffffff;
}

.app-interface .section-title {
    margin-bottom: 60px;
}

.interface-box {
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.interface-box:hover {
    transform: translateY(-5px);
}

.interface-box i {
    font-size: 40px;
    color: #ff0000;
    margin-bottom: 20px;
}

.interface-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.interface-box p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 0;
}

/* Contact Section */
.contact {
    padding: 100px 0;
    background: #f8f9fa;
    text-align: center;
}

.contact .section-title {
    margin-bottom: 60px;
}

.contact-info {
    text-align: center;
    padding: 40px 20px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.contact-info:hover {
    transform: translateY(-5px);
}

.contact-info i {
    font-size: 40px;
    color: #ff0000;
    margin-bottom: 20px;
}

.contact-info h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
}

.contact-info p {
    font-size: 15px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 15px;
}

.contact-info a {
    color: #ff0000;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.contact-info a:hover {
    color: #cc0000;
}

.contact-form {
    background: #232322;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.contact-form .form-control {
    height: 50px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 20px;
}

.contact-form textarea.form-control {
    height: 150px;
    padding: 20px;
    resize: none;
}

.contact-form select.form-control {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact-form select.form-control option {
    background: #232322;
    color: #acadb1;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #ff0000;
}

.with-errors ul {
    padding: 0;
    margin: 0;
    list-style: none;
    color: #ff0000;
}

.btn-contact {
    background: #ff0000;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 16px 50px;
    border: none;
    border-radius: 4px;
    margin-top: 30px;
    letter-spacing: 0.22em;
}

.btn-contact:hover {
    background: #ffffff;
    color: #232322;
}

@media (max-width: 991px) {
    .app-interface {
        padding: 60px 0;
    }

    .interface-box {
        padding: 25px;
    }

    .contact {
        padding: 60px 0;
    }

    .contact-form {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .interface-box {
        margin-bottom: 20px;
    }

    .contact-info {
        padding: 30px 15px;
    }

    .contact-form .btn-contact {
        padding: 12px 30px;
        font-size: 15px;
    }
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    overflow-x: hidden;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 30px 0;
    }
    
    .section-title {
        margin-bottom: 20px;
    }
    
    .features-single {
        padding: 15px 0;
        margin-bottom: 15px;
    }
    
    .features-content {
        padding: 10px 0;
    }
    
    .features-image {
        padding: 0;
    }
    
    .about-content p,
    .features-content p {
        margin-bottom: 10px;
    }
    
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    nav.navbar.bootsnav.navbar-mobile .navbar-collapse {
        background: #000000;
    }
}

.section-padding {
    padding: 30px 0;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
}

.features-single {
    margin-bottom: 20px;
}

.features-content {
    padding: 10px 0;
}

.features-image {
    padding: 10px 0;
}

@media (max-width: 767px) {
    .section-padding {
        padding: 20px 0;
    }
    
    .features-single {
        margin-bottom: 15px;
    }
    
    .features-content {
        padding: 5px 0;
    }
    
    .features-image {
        padding: 5px 0;
    }
    
    .contact-form {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .header-content {
        padding-top: 75px;
    }
    
    .features-image {
        padding: 10px;
    }
    
    .features-image img {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block;
    }
    
    .container,
    .container-fluid {
        overflow-x: hidden;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    body {
        overflow-x: hidden;
        width: 100%;
    }
    
    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

@media (max-width: 767px) {
    .header-content {
        padding-top: 80px;
    }
    
    .features-image {
        padding: 15px;
    }
    
    /* Fix horizontal scrolling */
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
    }
    
    .container,
    .container-fluid {
        overflow-x: hidden;
        width: 100%;
    }
    
    section {
        overflow: hidden;
    }
}

.navbar-fixed-top,
nav.navbar.bootsnav.navbar-fixed,
nav.navbar.bootsnav.navbar-mobile .navbar-collapse,
.main-menu.affix,
.main-menu.navbar-fixed,
.main-menu {
    background-color: #000000 !important;
    border: none;
}

nav.navbar.bootsnav .navbar-toggle {
    margin: 10px 15px;
    background: none;
    border: none;
}

nav.navbar.bootsnav.navbar-mobile ul.nav {
    background: #000000;
    padding: 0;
}

nav.navbar.bootsnav.navbar-mobile ul.nav > li > a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-content {
    padding-top: 90px;
    margin-top: 0;
}

.features-image {
    position: relative;
    padding: 25px;
    text-align: center;
    overflow: hidden;
}

.features-image img {
    max-width: 100%;
    height: auto;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
    transition: all 0.3s ease;
    transform: scale(1.2);
}

@media (max-width: 767px) {
    .header-content {
        padding-top: 80px;
    }
    
    .features-image {
        padding: 15px;
    }
    
    .features-image img {
        width: 95%;
        max-width: 450px;
    }
    
    nav.navbar.bootsnav .navbar-collapse.collapse.in {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    html, body {
        overflow-x: hidden;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }
    
    .container,
    .container-fluid {
        overflow-x: hidden;
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    
    section {
        overflow: hidden;
        width: 100%;
    }
}

.section-title h2,
.white-section h2,
.features .section-title h2,
.about .section-title h2,
h2.how-it-works {
    color: #ff0000;
}

.white-section h2 {
    color: #ff0000;
    margin-bottom: 20px;
}

.features-content i {
    font-size: 48px;
    color: #ff0000;
    margin-bottom: 20px;
    display: block;
}

.btn-download {
    background: #000000;
    color: #ffffff;
    border: 2px solid #000000;
    padding: 8px 25px;
    margin: 5px;
    display: inline-flex;
    align-items: center;
    border-radius: 5px;
    transition: all 0.3s;
}

.btn-download:hover {
    background: #ffffff !important;
    color: #ff0000 !important;
}

.btn-download i {
    font-size: 24px;
    margin-right: 10px;
    color: #ffffff;
}