/* ----------------------------------------------------------------------------------------
* Author        : Awaiken
* Template Name : ULaunch - Multi Purpose Products Landing Page
* File          : CSS File
* Version       : 1.0
* ---------------------------------------------------------------------------------------- */
/* INDEX
----------------------------------------------------------------------------------------
01. General css
02. Navigation area css
03. Slider area css
04. About area css
05. Features area css
06. Pricing area css
07. FAQs area css
08. Testimonial area css
09. Contact area css
10. Mega Footer area css
11. Footer area css
12. Media Screens
-------------------------------------------------------------------------------------- */

/************************************/
/***** 	   01. General css		 ****/
/************************************/

body {
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    font-weight: 500;
}

img {
    max-width: 100%;
    pointer-events: 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: #30c1ff;
	background: linear-gradient(to right, #195fdf, #30c1ff);
	background: -webkit-linear-gradient(to right, #195fdf, #30c1ff);
	background: -moz-linear-gradient(to right, #195fdf, #30c1ff);
	background: -o-linear-gradient(to right, #195fdf, #30c1ff);
	z-index: 9999;
}

.loader {
	display: inline-block;
	width: 60px;
	height: 60px;
	position: relative;
	/* border: 4px solid #fff; */
	top: calc(50% - 15px);
	animation: loader 2s infinite ease;
}

.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	/* background-color: #fff; */
	/* animation: loader-inner 2s infinite ease-in; */
}

.btn-custom {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 30px;
    text-align: center;
    color: #fff;
    background: #2592f0;
    border: 2px solid #2592f0;
    border-radius: 26px;
    transition: all 0.3s;
}

.btn-custom:focus,
.btn-custom:hover {
    background: none;
    color: #2592f0;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/
.header-desc {
    max-width: 90%;
}

.swiper-button-prev{
	top: 70%;
	left: 20px;
}

.swiper-button-next{
	top: 30%;
	right: 20px;
}

.header-slider-btn{
	background: none;
	color: #fff;
	font-size: 60px;
}

.banner{
	position: relative;
	top: 0px;
	left: 0;
	width: 100%;
	overflow: hidden;
	background: #fe60a1;
	background: linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -webkit-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -moz-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	background: -o-linear-gradient(45deg, #fe60a1 0%, #ff8765 100%);
	padding: 140px 0 60px;
}

.banner:before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	height: 0;
	width: 100%;
	overflow: hidden;
	border-width: 30vw 100vw 0px 0;
	border-style: solid;
	border-color: transparent #fff transparent transparent ;
}

.banner .row{
	position: relative;
	z-index: 1;
}

.header-content{
	padding-top: 40px;
}

.header-content h2{
	font-size: 52px;
	color: #fff;
	font-weight: 300;
	line-height: 1.2em;
	margin-bottom: 0.6em;
}

.header-content h2 span {
    background: #fff;
    color: #20bea7;
    text-transform: uppercase;
    font-size: 32px;
    padding: 6px 14px;
}

.header-content p{
	color: #fff;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: 0.04em;
	margin-bottom: 1.8em;
}

.header-content p span{
	font-weight: 700;
}

.btn-buynow{
	display: inline-block;
	background: #fe7088;
	border: 2px solid #fe7088;
	border-radius: 26px;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 30px;
	letter-spacing: 0.04em;
	font-weight: 600;
	transition: all 0.3s;
}

.arrow-left i{
	padding-right: 10px;
}

.arrow-right i{
	padding-left: 10px;
}

.btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.buy-button .btn-buynow{
	background: none;
	border-color: #fff;
	color: #fff;
}

.buy-button .btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.slider-image{
	text-align: center;
}

/************************************/
/***** 02. Navigation area css  *****/
/************************************/

nav.navbar.bootsnav {
    background: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.navbar-brand {
    height: auto;
    padding: 22px 15px 0;
    transition: all 0.3s ease-in-out;
}

.navbar-right {
    margin-right: 0;
}

nav.navbar.bootsnav ul.nav > li > a {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    color: #2592f0;
    padding: 40px 0px 36px;
    line-height: 1em;
    letter-spacing: 0.05em;
    transition: all 0.3s ease-in-out;
}

nav.navbar.bootsnav ul.nav > li > a:after {
    content: '';
    padding: 0 14px 0 18px;
    color: #2592f0;
}

nav.navbar.bootsnav ul.nav > li:last-child a:after {
    display: none;
}

nav.navbar.bootsnav ul.nav > li.active > a {
    color: #000;
}

nav.navbar.bootsnav.sticky-header {
    background: white !important;
}

nav.navbar.bootsnav.sticky-header {
    border-bottom: 1px solid rgb(229, 242, 253);
}

nav.navbar.bootsnav.sticky-header .navbar-brand {
    padding-top: 12px;
}

nav.navbar.bootsnav.sticky-header ul.nav > li > a {
    padding: 30px 0px 26px;
}

/**************************************/
/*****   05. Features area css    *****/
/**************************************/

.features {
    padding: 80px 0;
    background: #f2f6f9;
}

.add {
    background: #333;
    padding: 10%;
    height: 300px;
}

.nav-sidebar {
    width: 100%;
    text-align: center;
}

.nav-sidebar a {
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}

.nav-sidebar a img {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 30.72px 1.28px rgba(0, 0, 0, 0.13);
    transition: all 0.3s ease-in-out;
}

.nav-sidebar a:focus,
.nav-sidebar a:hover {
    background: none !important;
}

.nav-sidebar li.active a img {
    border: 2px solid #2592f0;
    box-shadow: none;
}

.nav-sidebar .active a {
    cursor: default;
    background-color: transparent;
}

.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.btn-blog {
    color: #ffffff;
    background-color: #e50000;
    border-color: #e50000;
    border-radius: 0;
    margin-bottom: 10px;
}

.margin10 {
    margin-bottom: 10px;
    margin-right: 10px;
}

.container .text-style {
    text-align: justify;
    line-height: 23px;
    margin: 0 13px 0 0;
    font-size: 19px;
}

.bag-feature p {
    padding: 4px 0;
    color: #1b203e;
    margin: 26% 0;
}

.bag-feature-right p {
    text-align: right;
    padding-right: 50px;
    background: url(../images/bag-feature.png) no-repeat right center;
}

.bag-feature-right p:nth-of-type(2) {
    margin-right: 30px;
}

.bag-feature-left p {
    text-align: left;
    padding-left: 50px;
    background: url(../images/bag-feature.png) no-repeat left center;
}

.bag-feature-left p:nth-of-type(2) {
    margin-left: 30px;
}

.bag-feature-image {
    padding-top: 10px;
}

/************************************/
/*****   03. Slider area css    *****/
/************************************/

.banner {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    background: #fff;

    background-size: cover;
    padding: 180px 0 100px;
}

.banner .row {
    position: relative;
    z-index: 1;
}

.header-content h2 {
    font-size: 40px;
    color: #2592f0;
    font-weight: 500;
    line-height: 1.2em;
    margin-bottom: 0.6em;
}

.header-content h2 span {
    background: #fff;
    color: #2592f0;
    text-transform: uppercase;
    font-size: 32px;
    padding: 6px 14px;
}

.header-content p {
    color: #2592f0;
    line-height: 1.5em;
    font-size: 14px;
    letter-spacing: 0.04em;
    margin-bottom: 1.8em;
}

.buy-button {
    padding-top: 10px;
}

.btn-video {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    text-align: center;
    color: #2592f0;
    border: 2px solid #2592f0;
    border-radius: 26px;
    margin-left: 20px;
}

.btn-video i {
    padding-right: 10px;
}

.btn-video:focus,
.btn-video:hover {
    background: #2592f0;
    color: #fff;
}

.slider-image {
    text-align: center;
}

/************************************/
/*****   04. About area css     *****/
/************************************/

.section-title {
    margin-bottom: 60px;
    text-align: center;
}

.section-title p {
    color: #ff581b;
    font-weight: 300;
}

.section-title h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 700;
}

.about {
    padding: 80px 0;
}

.about .section-title {
    text-align: left;
}

.about-entry p {
    color: #959596;
    line-height: 1.5em;
    margin-bottom: 1.5em;
    font-weight: 300;
}

.service-single {
    padding: 30px 0 0;
    max-width: 280px;
}

.service-single .icon-box {
    font-size: 70px;
    background: #30c1ff;
    background: linear-gradient(#195fdf, #30c1ff);
    background: -webkit-linear-gradient(#195fdf, #30c1ff);
    background: -moz-linear-gradient(#195fdf, #30c1ff);
    background: -o-linear-gradient(#195fdf, #30c1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-single h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-bottom: 20px;
}

.service-single p {
    color: #959596;
    font-weight: 300;
    margin-bottom: 1em;
}

.btn-learn {
    font-weight: 300;
    color: #ff6562;
}

.btn-learn i {
    padding-left: 10px;
}

/***************************************/
/*****   05. Features area css     *****/
/***************************************/

.features {
    background: #f2f6f9;
    padding: 80px 0;
}

.feature-image {
    padding-top: 30px;
    text-align: center;
}

.btn-buynow {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background: #ff2938;
    color: #fff;
    border: 2px solid #ff2938;
    border-radius: 26px;
    margin-top: 20px;
}

.btn-buynow:hover {
    background: none;
    color: #ff2938;
}

.feature-single {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.feature-single:before {
    content: '';
    display: block;
    background: #fff;
    position: absolute;
    top: -10px;
    left: -25px;
    right: -25px;
    bottom: -10px;
    z-index: 1;
    opacity: 0;
    transform: scale(0.8);
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 20.3px 8.7px rgba(0, 0, 0, 0.11);
}

.feature-single:hover:before {
    opacity: 1;
    transform: scale(1);
}

.feature-single .icon-box {
    font-size: 70px;
    position: relative;
    z-index: 2;
    background: #30c1ff;
    background: linear-gradient(#195fdf, #30c1ff);
    background: -webkit-linear-gradient(#195fdf, #30c1ff);
    background: -moz-linear-gradient(#195fdf, #30c1ff);
    background: -o-linear-gradient(#195fdf, #30c1ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-single h3 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 4px 0;
    position: relative;
    z-index: 2;
}

.feature-single p {
    font-size: 14px;
    color: #959596;
    position: relative;
    z-index: 2;
}

.border-right {
    border-right: 1px solid #dde3e6;
}

.border-bottom {
    border-bottom: 1px solid #dde3e6;
}

.border-left {
    border-left: 1px solid #dde3e6;
}

.border-top {
    border-top: 1px solid #dde3e6;
}

/***************************************/
/*****    06. Pricing area css     *****/
/***************************************/

.pricing {
    padding: 100px 0;
    background: url(../images/pricing-bg.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
}

.pricing:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #30c1ff;
    background: linear-gradient(to right, #195fdf, #30c1ff);
    background: -webkit-linear-gradient(to right, #195fdf, #30c1ff);
    background: -moz-linear-gradient(to right, #195fdf, #30c1ff);
    background: -o-linear-gradient(to right, #195fdf, #30c1ff);
    opacity: 0.8;
}

.pricing .section-title h2 {
    color: #fff;
}

.pricing .section-title p {
    color: #fff;
}

.pricing-single {
    background: #fff;
    position: relative;
    margin-bottom: 26px;
    padding-bottom: 20px;
}

.pricing-header {
    background: url(../images/pricing-header.png) no-repeat top center;
    background-size: 100% auto;
    padding-top: 190px;
    text-align: center;
}

.pricing-header h3 {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
    margin: 0 0 6px 0;
}

.pricing-header p {
    font-size: 20px;
    color: #ff6c81;
    font-weight: 500;
}

.pricing-body ul {
    padding: 20px 60px;
    margin: 0;
    list-style: none;
    text-align: center;
}

.pricing-body ul li {
    color: #95969a;
    font-size: 16px;
    font-weight: 300;
    padding: 14px 0 12px;
    border-bottom: 1px solid #dbdbdc;
}

.pricing-body ul li:last-child {
    border-bottom: none;
}

.pricing-footer {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    text-align: center;
}

.btn-choose {
    display: inline-block;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    padding: 12px 30px;
    border-radius: 40px;
    background: #ff507a;
    background: linear-gradient(to right, #ff507a, #ff685d);
    background: -webkit-linear-gradient(to right, #ff507a, #ff685d);
    background: -moz-linear-gradient(to right, #ff507a, #ff685d);
    background: -o-linear-gradient(to right, #ff507a, #ff685d);
}

.btn-choose:hover {
    background: #ff507a;
    color: #fff;
}

.recommended .pricing-header {
    background: url(../images/recommended-header.png) no-repeat top center;
    background-size: 100% auto;
}

.recommended .pricing-header p {
    color: #43d3cf;
}

.recommended .btn-choose {
    background: #43d3cf;
    background: linear-gradient(to right, #2cdd9b, #1dc8cd);
    background: -webkit-linear-gradient(to right, #2cdd9b, #1dc8cd);
    background: -moz-linear-gradient(to right, #2cdd9b, #1dc8cd);
    background: -o-linear-gradient(to right, #2cdd9b, #1dc8cd);
}

.recommended .btn-choose:hover {
    background: #43d3cf;
}

/************************************/
/*****    07. FAQs area css     *****/
/************************************/

.faqs {
    padding: 80px 0;
    background: #f2f6f9;
}

.faq-image {
    position: relative;
}

.faq-heading {
    position: absolute;
    top: 0;
    left: 0;
}

.faq-heading h2 {
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 1em;
}

.faq-heading p {
    color: #333333;
    font-weight: 300;
}

.faq-container .panel {
    border-radius: 2px;
}

.faq-container .panel-heading {
    padding: 0;
}

.faq-container .panel-heading h4 {
    font-size: 18px;
    color: #333333;
    font-weight: 300;
}

.faq-container .panel-heading h4 a {
    display: block;
    padding: 10px;
}

.faq-container .panel-body {
    border-top: none !important;
}

.faq-container .panel-body p {
    color: #95969a;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
}

/*******************************************/
/*****    08. Testimonial area css     *****/
/*******************************************/

.testimonials .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^='col-'],
.row.no-gutters > [class*=' col-'] {
    padding-right: 0;
    padding-left: 0;
}

.testimonial-container {
    background: url(../images/testimonial-bg.jpg) no-repeat top center;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.testimonial-box {
    width: 50%;
    padding: 6%;
    position: relative;
    bottom: -80px;
}

.testimonial-box:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #30c1ff;
    background: linear-gradient(to right, #195fdf, #30c1ff);
    background: -webkit-linear-gradient(to right, #195fdf, #30c1ff);
    background: -moz-linear-gradient(to right, #195fdf, #30c1ff);
    background: -o-linear-gradient(to right, #195fdf, #30c1ff);
    opacity: 0.94;
    z-index: 1;
}

.testimonial-box h2 {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 30px;
}

.testimonial-single {
    position: relative;
    z-index: 2;
}

.testimonial-single p {
    color: #efeeee;
    line-height: 1.5em;
    font-weight: 300;
}

.testimonial-single h3 {
    color: #efeeee;
    line-height: 1.5em;
    font-weight: 500;
    font-size: 16px;
    margin-top: 20px;
}

.testimonial-pagination {
    text-align: center;
    padding-top: 10px;
}

.testimonial-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 0;
}

/***************************************/
/*****    09. Contact area css     *****/
/***************************************/

.contactus {
    padding: 80px 0;
}

.contact-form {
    max-width: 568px;
    margin: 0 auto;
}

.contact-form .form-control {
    box-shadow: none;
    border-radius: 0;
    height: auto;
    resize: none;
    background: #f7f7f7;
    border: none;
    padding: 10px 14px;
}

.btn-contact {
    display: block;
    width: 120px;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px 10px 20px;
    text-align: center;
    background: #ff2938;
    color: #fff;
    border: 2px solid #ff2938;
    border-radius: 26px;
    margin: 20px auto 0;
}

.btn-contact:hover {
    background: none;
    color: #ff2938;
    outline: 0;
}

/***************************************/
/*****  10. Mega Footer area css   *****/
/***************************************/

.mega-footer {
    background: #333333;
    padding: 60px 0;
}

.footer-info h2,
.footer-soical h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 20px;
}

.footer-info p {
    color: #898989;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
}

.footer-soical a {
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    margin-right: 10px;
    background: #30c1ff;
    background: linear-gradient(to right, #195fdf, #30c1ff);
    background: -webkit-linear-gradient(to right, #195fdf, #30c1ff);
    background: -moz-linear-gradient(to right, #195fdf, #30c1ff);
    background: -o-linear-gradient(to right, #195fdf, #30c1ff);
}

.footer-soical a:hover {
    background: #195fdf;
}

/**********************************/
/*****  11. Footer area css   *****/
/**********************************/

footer {
    background: #4f4f4f;
    /* padding: 30px 0; */
}

.footer-siteinfo p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    margin: 0;
}

.footer-menu {
    text-align: right;
}

.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: #fff;
    font-weight: 300;
    font-size: 14px;
    padding: 0 10px;
    letter-spacing: 0.04em;
}

/************************************/
/*****    12. Media Screens     *****/
/************************************/

@media only screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a:after {
        padding: 0 12px 0 14px;
    }
}

@media only screen and (max-width: 991px) {
    nav.navbar.bootsnav .navbar-header {
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

    nav.navbar.bootsnav.sticky-header .navbar-brand,
    nav.navbar.bootsnav .navbar-brand {
        display: block;
        padding: 14px 0 13px;
    }

    nav.navbar.bootsnav .navbar-collapse {
        background: linear-gradient(to right, #195fdf, #30c1ff);
        background: -webkit-linear-gradient(to right, #195fdf, #30c1ff);
        background: -moz-linear-gradient(to right, #195fdf, #30c1ff);
        background: -o-linear-gradient(to right, #195fdf, #30c1ff);
        padding: 0 15px;
        margin: 0;
    }

    nav.navbar.bootsnav .navbar-toggle {
        background: none;
        height: 36px;
        width: 36px;
        color: #fff;
        margin: 0;
        border: 1px solid #fff;
        border-radius: 0;
        position: absolute;
        right: 0;
        top: 21px;
    }

    nav.navbar.bootsnav .navbar-nav {
        margin: 0;
        padding: 0;
    }

    nav.navbar.bootsnav.sticky-header ul.nav > li > a,
    nav.navbar.bootsnav ul.nav > li > a {
        padding: 14px 0;
        border: none;
        margin: 0;
    }

    nav.navbar.bootsnav ul.nav > li > a:after {
        display: none;
    }

    .feature-image {
        margin-bottom: 40px;
    }

    .pricing-single {
        max-width: 400px;
        margin: 0 auto 60px;
    }

    .faqs .pull-right {
        float: none !important;
    }

    .faq-image {
        margin-bottom: 40px;
    }

    .footer-info {
        margin-bottom: 30px;
    }

    .footer-siteinfo {
        margin-bottom: 10px;
    }

    .footer-siteinfo,
    .footer-menu {
        text-align: center;
    }
}

/* Mobile Layout */
@media only screen and (max-width: 767px) {
    nav.navbar.bootsnav.sticky-header .navbar-brand,
    nav.navbar.bootsnav .navbar-brand {
        padding-left: 15px;
        padding-right: 15px;
    }

    nav.navbar.bootsnav .navbar-toggle {
        right: 15px;
    }

    nav.navbar.bootsnav .navbar-collapse {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner {
        padding: 140px 0 80px;
    }

    .slider-image {
        margin-bottom: 40px;
    }

    .header-content h2 br {
        display: none;
    }

    .header-content h2 {
        font-size: 28px;
    }

    .section-title {
        margin-bottom: 40px;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .about,
    .features,
    .pricing,
    .faqs,
    .contactus {
        padding: 60px 0;
    }

    .service-single {
        max-width: 100%;
    }

    .features .border-right,
    .features .border-bottom {
        border: none;
    }

    .feature-single:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .pricing-body ul {
        padding: 20px 30px;
    }

    .faq-image img {
        display: none;
    }

    .faq-heading {
        position: relative;
    }

    .faq-heading h2 br {
        display: none;
    }

    .faq-heading h2 {
        font-size: 28px;
    }

    .testimonial-container {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .testimonial-box {
        width: 100%;
        bottom: 0;
        padding: 60px 20px;
    }

    .testimonial-box h2 br {
        display: none;
    }

    .testimonial-box h2 {
        font-size: 28px;
    }
}

@media only screen and (max-width: 540px) {
    .footerVisionParagraph {
        width: 80vw!important;
    }
    
    .footerVisionWrapper {
        width: 90vw!important;
    }

    .brand .swiper-wrapper {
        justify-content: unset!important;
    }
}

/* Small Mobile Layout */

@media only screen and (max-width: 480px) {
    .header-content h2,
    .faq-heading h2 {
        font-size: 24px;
    }

    .btn-custom {
        display: block;
        margin: 0 0 20px;
    }

    .btn-video {
        display: block;
        margin: 0;
    }
}

.feature-left .icon-box {
    left: 0;
    top: 0;
}

.feature-right .icon-box {
    right: 0;
    top: 0;
}
.feature-right {
    padding-right: 70px;
    text-align: right;
}

.feature-left {
    padding-left: 70px;
    text-align: left;
}

.feature-single-main {
    text-align: center;
    padding: 20px 0;
    position: relative;
}

.feature-single-main:hover .icon-box {
    background: linear-gradient(#195fdf, #30c1ff);
    color: #fff;
}

.feature-single-main .icon-box {
    width: 50px;
    height: 50px;
    font-size: 26px;
    border: 1px solid linear-gradient(#195fdf, #30c1ff);
    border-radius: 50%;
    color: linear-gradient(#195fdf, #30c1ff);
    text-align: center;
    padding-top: 6px;
    position: absolute;
    transition: all 0.3s ease-in-out;
}

.feature-single-main h3 {
    font-size: 18px;
    color: #333333;
    text-transform: uppercase;
    padding: 4px 0;
    position: relative;
    z-index: 2;
}

.feature-single-main p {
    font-size: 14px;
    color: #959596;
    position: relative;
    z-index: 2;
}

/*******************************************/
/*****  10. Design Showcase area css   *****/
/*******************************************/

.design-showcase {
    padding: 80px 0;
}

.design-single {
    position: relative;
    padding-left: 70px;
}

.design-single span {
    font-size: 44px;
    color: #c3c2c2;
    font-weight: 600;
    position: absolute;
    line-height: 1em;
    top: 0;
    left: 0;
}

.design-single h3 {
    font-size: 20px;
    color: #2c2c2c;
    font-weight: 600;
}

.design-single p {
    color: #aaa7a7;
    font-size: 14px;
}

.showcase-slider {
    max-width: 880px;
    margin: 100px auto 30px;
}

.showcase-slider .leftClass,
.showcase-slider .rightClass {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #2c2c2c;
    padding-bottom: 4px;
    margin-top: -10px;
}

.showcase-slider > .navContainer > .leftClass:after,
.showcase-slider > .navContainer > .rightClass:after {
    background: #2c2c2c;
}

/*****************************************/
/*****  08. Why choose use area css  *****/
/*****************************************/

.why-choose {
    background: url(../images/why-choose-bg.jpg) no-repeat right center;
    background-size: auto 100%;
    padding: 80px 0;
    position: relative;
}

.why-choose:before {
    content: '';
    display: block;
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    background: linear-gradient(to right, #195fdf, #30c1ff);
}

.why-choose-container {
    background: #fff;
    padding: 40px 60px;
    box-shadow: 2px -2px 30px #333333;
}

.why-choose-single {
    text-align: center;
}

.why-choose-single .icon-box {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 10px auto 0;
    background: linear-gradient(to right, #195fdf, #30c1ff);
    position: relative;
}

.why-choose-single .icon-box i {
    font-size: 50px;
    color: #fff;
    position: absolute;
    left: 11px;
}

.why-choose-single h3 {
    font-size: 16px;
    color: #242424;
    font-weight: 600;
    margin-top: 16px;
}

.why-choose-single p {
    font-size: 12px;
    color: #263238;
    line-height: 1.5em;
}

.iml-img {
    margin-top: 60px;
    max-width: fit-content;
    width: 330px;
}

.navbar-brand {
    width: 200px;
}

.flaticon-process {
    left: 1.5rem !important;
}

.flaticon-chatbot {
    top: 0.7rem;
}

/*************************************/
/*****   07. Features area css   *****/
/*************************************/

.features {
    background: #fff;
    padding: 100px 0;
}

.features .row:last-child .features-single {
    border-bottom: none;
    padding-bottom: 0;
}

.features-single {
    padding: 60px 0;
    border-bottom: 1px solid #d8e8fc;
}

.features-single .features-image {
    text-align: center;
}

.features-image img {
    border-radius: .4em;
}

.features-single .features-content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #232322;
    margin: 0 0 30px;
}

.features-single .features-content h3 i {
    width: 68px;
    height: 68px;
    background: #1151d3;
    color: #fff;
    font-size: 40px;
    line-height: 68px;
    border-radius: 50%;
    text-align: center;
    margin-right: 20px;
}

.features-single .features-content p {
    color: #9b9b9b;
    line-height: 1.6em;
    margin-bottom: 1.6em;
}

.features-single .btn-download-group {
    text-align: left;
}

.features-single .btn-browse {
    display: inline-block;
    color: #1151d3;
    background: #fff;
    font-weight: 500;
    padding: 14px 30px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
}

.features-single .btn-browse:hover {
    background: #1151d3;
    color: #fff;
}

.screenshots {
    padding: 100px 0;
}

.screenshot-slider {
    padding: 80px 0;
    text-align: center;
}

.screen-shot-slide figure img {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    transition: all 0.3s;
}

.screen-shot-slide .swiper-slide-text {
    display: none;
}

.screenshot-slider .swiper-slide-active figure img {
    transform: scale(1.2);
    box-shadow: -4px 5px 40px 4.56px rgba(0, 0, 0, 0.13);
}

.swiper-slide-right-text {
    margin-top: 80px;
}

.swiper-slide-right-text h3 {
    color: #525251;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 1em;
}

.swiper-slide-right-text p {
    color: #9b9b9b;
    font-size: 16px;
    line-height: 1.6em;
}

.screen-shot-pagination {
    margin-top: 30px;
}

.screenshot-button-prev,
.screenshot-button-next {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #1151d3;
    color: #fff;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 8px;
    transition: all 0.3s ease-in-out;
}

.screenshot-button-prev:hover,
.screenshot-button-next:hover {
    background: #232322;
}

.btn-download-group {
    text-align: center;
    margin-top: 20px;
}

.btn-download {
    position: relative;
    display: inline-block;
    color: #232322;
    background: #fff;
    padding: 8px 20px 6px 60px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
    min-width: 190px;
    margin: 10px 6px;
    text-align: left;
    transition: all 0.3s linear;
}

.btn-download i {
    font-size: 26px;
    position: absolute;
    top: 10px;
    left: 20px;
}

.btn-download span {
    font-size: 10px;
    display: block;
    font-weight: 400;
    letter-spacing: 0.04em;
}

.btn-download:hover {
    background: #019fe3;
    color: #fff;
}

.contactus {
    background: #1d232c;
    padding: 100px 0 60px;
}

.contactus .section-title {
    text-align: left;
    margin-bottom: 40px;
}

.contactus .section-title h2 {
    color: #fff;
}

.contactus .section-title p {
    color: #2592f0;
}

.contactus .section-title p:after {
    left: 0;
    margin-left: 0;
}

.contact-form .form-control {
    border: none;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.05);
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    height: auto;
    letter-spacing: 0.03em;
    padding: 12px 14px;
    box-shadow: none;
    resize: none;
}

.contact-form .form-control::-webkit-input-placeholder {
    color: white;
}

.contact-form .form-control:-moz-placeholder {
    color: white;
}

.contact-form .form-control::-moz-placeholder {
    color: white;
}

.contact-form .form-control:-ms-input-placeholder {
    color: white;
}

.contact-form .form-control::-ms-input-placeholder {
    color: white;
}

.btn-contact {
    position: relative;
    display: inline-block;
    color: #2592f0;
    border-radius: 3px;
    background: none;
    border: 2px solid #2592f0;
    padding: 10px 30px 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: all 0.1s linear;
}

.btn-contact:hover {
    background: #2592f0;
    color: #fff;
}

.footer-info {
    border-left: 1px solid #313c42;
    padding: 30px 0 30px 30px;
}

.footer-info img {
    margin-bottom: 30px;
}

.footerVisionParagraph {
    width: 42rem;
    color: white;
}

.footerVisionWrapper {
    background: linear-gradient(to right, #1d232c, #3c535f);
    width: 50rem;
    padding-top: 2rem;
    padding-left: 5rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
    margin-left: -3rem;
    border-radius: 5px;
}

.footerVisionLogo {
    width: 13rem;
    display: -webkit-box;
    float: right;
    margin-top: -11rem;
    margin-right: 5rem;
}

.footer-info p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: 300;
    margin-bottom: 0.8em;
}

.contactinfo-single {
    position: relative;
    padding-left: 50px;
    margin-bottom: 30px;
}

.contactinfo-single h3 {
    color: #2592f0;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 4px 0;
    padding-top: 2px;
}

.contactinfo-single i {
    width: 36px;
    height: 36px;
    color: #2592f0;
    border: 1px solid #2592f0;
    border-radius: 50px;
    text-align: center;
    padding-top: 9px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-social a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #313c42;
    color: #2592f0;
    font-size: 14px;
    text-align: center;
    padding-top: 6px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

.footer-social a:hover {
    background: #2592f0;
    color: #fff;
}

/************************************/
/*****   14. Footer area css    *****/
/************************************/

footer {
    background: #263238;
}

.footer-siteinfo {
    border-top: 1px solid #313c42;
    padding: 20px 0;
}

.footer-siteinfo p {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.04em;
    margin-bottom: 0;
}

.jumptotop {
    position: fixed;
    right: 30px;
    bottom: 0px;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.btn-active {
    opacity: 1;
    bottom: 30px;
}

.jumptotop a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    padding-top: 6px;
    background: #2592f0;
    font-size: 18px;
    border-radius: 2px;
}

.jumptotop a:hover {
    background: #313c42;
}

.submitWrapper {
    display: -webkit-box;
}

#msgSubmit {
    margin-bottom: 10px;
    font-size: 16px;
    color: #21a421e8;
    margin-left: 3rem;
    margin-top: 3rem;
}

.errorMsg {
    color: #c02828 !important;
}

.data-collect-banner {
	height: 12em;
	background: url(../images/ezgif.com-gif-maker.gif);
	background-repeat: round;
	filter: brightness(0.8) hue-rotate(350deg) saturate(9) blur(11px) contrast(0.6) grayscale(0.6);
	transform: scale(1.5);
	position: absolute;
	width: 82vw;
    left: -2em;
}

/************************************/
/*****   05. Order Now area css  ****/
/************************************/

.ordernow {
	width: 100%;
	display: flex;
	align-items: center;
	margin-top: 15em;
	margin-bottom: 2em;
}

.ordernow-entry h2{
	color: #fff;
	font-weight: 600;
	font-size: 44px;
}

.ordernow-entry p{
	color: #fff;
	line-height: 1.5em;
    font-size: 22px;
    font-weight: 500;
}


.ordernow .btn-buynow{
	background: none;
	border-color: #fff;
	color: #fff;
}

.ordernow .btn-buynow:hover{
	background: #fff;
	color: #fe7088;
}

.ordernow-image{
	position: relative;
	margin-top: -120px;
	margin-bottom: -120px;
	text-align: center;
}


/**************************************/
/*****     09. Brand area css     *****/
/**************************************/

.brand{
	padding: 30px 0;
}

.brand-single{
	text-align: center;
}

.notFoundFooter {
    position: absolute;
    bottom: 0;
    width: 100vw;
}

.notFoundImage {
    max-width: 80%;
}

/************************************/
/*****  Spinner CSS    *****/
/************************************/

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 14px;
}
.lds-ellipsis div {
    position: absolute;
    top: 5px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #2592f0;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.btn-contact:hover .lds-ellipsis div {
    background: #fff;
}

.lds-ellipsis div:nth-child(1) {
    left: 6px;
    animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
    left: 6px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
    left: 26px;
    animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
    left: 45px;
    animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}
@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(19px, 0);
    }
}
