/*******************************************************
    Template Name    : Appsoft - App Landing Page Template
    Author           : Cute Themes
    Version          : 1.0
    Created          : 2021
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Area Style
    03.Navber Area Style
    04.Home Section Style
    05.Feature Section Style
    06.Feature Overview Section Style
    07.Partner Logo Section Style
    08.Counter Section Style
    09.Video Section Style
    10.Choose Us Section Style
    11.Testimonial Section Style
    12.Screenshort Section Style
    13.Pricing Section Style
    14.Faq Section Style
    15.Team Section Style
    16.Blog Section Style
    17.Downloade Section Style
    18.Contact Section Style
    19.Footer Section Style
 *************************************/
 
/**************************************
 * 16.Blog Section Style
 *************************************/

:root{
  --blue:#1046A0;
  --blue-mid:#1A56A4;
  --blue-light:#3B7DD8;
  --blue-pale:#EBF4FF;
  --blue-pale2:#D6E8FF;
  /*--gold:#F5A623;*/
  --gold: #f04922;
  /*--gold-light:#FFF3DC;*/
  --gold-light: #f07052;
  --gold-pale: #fee0d9;
  --green:#16A34A;
  --green-light:#F0FDF4;
  --red:#DC2626;
  --red-light:#FEF2F2;
  --gray-50:#F9FAFB;
  --gray-100:#F3F4F6;
  --gray-200:#E5E7EB;
  --gray-300:#D1D5DB;
  --gray-400:#9CA3AF;
  --gray-500:#6B7280;
  --gray-600:#4B5563;
  --gray-700:#374151;
  --gray-800:#1F2937;
  --gray-900:#111827;
  --white:#FFFFFF;
  --black: #020101;
  --radius-sm:6px;
  --radius:10px;
  --radius-lg:16px;
  --radius-xl:24px;
  --shadow-sm:0 1px 3px rgba(0,0,0,.08),0 1px 2px rgba(0,0,0,.04);
  --shadow:0 4px 16px rgba(0,0,0,.08),0 2px 6px rgba(0,0,0,.05);
  --shadow-lg:0 12px 40px rgba(0,0,0,.12),0 4px 12px rgba(0,0,0,.06);
  --font-head:'Plus Jakarta Sans',sans-serif;
  --font-body:'DM Sans',sans-serif;
} 

body {
	background: #ffffff;
	color: #333;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family:var(--font-body);
	font-size: 15px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	/*font-family: 'Ubuntu', sans-serif;*/
	font-family:var(--font-head);
	font-weight: 700;
	color: #444;
	line-height: 1.3;
}

a {
	color: #ff678c;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

img {
	max-width: 100%;
}

a:hover {
	color: #ff678c;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

a:hover, a:focus {
	/*color: #ff678c;*/
	color: #fff;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 15px;
	color: #555;
	font-weight: 400;
	line-height: 26px;
	/*font-family: 'Source Sans Pro', sans-serif;*/
	font-family: var(--font-body);
}

.z-index {
	z-index: 9;
}

.position-relative {
	position: relative!important;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #ff678c;
}

.btn:focus {
	outline: none !important;
	box-shadow: none;
}

button:focus {
	outline: 0 none;
	box-shadow: none;
}

.button:focus {
	outline: none;
	box-shadow: none;
}

.button {
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	/*text-transform: capitalize;*/
	text-transform: uppercase;
	letter-spacing: 0.7px;
	font-weight: 500;
	/*border: 2px solid var(--blue);*/
	border-radius: 35px;
	color: #fff;
	/*background: #ff678c;*/
	background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
	transition: all 500ms ease;
	cursor: pointer;
	position: relative;
	margin-top: 25px;
	overflow: hidden;
	white-space: nowrap;
    box-shadow: 0px 5px 20px -3px #999;
	width:100%;
}

.button:hover {
    /*color: #ff678c;
	background: transparent;
	border: 2px solid #ff678c;
    box-shadow: none;*/
	transform:translateY(-2px);
	box-shadow:0 6px 20px rgba(16,70,160,.45);
}
.what-btn{
	background: #25D366;
	/*border: 2px solid #25D366;*/
}
.what-btn a{
	color:#fff;
}
.what-btn a:hover{
	/*color:#25D366;*/
}
.what-btn:hover{
	/*color: #25D366;
	background: transparent;
	border: 2px solid #25D366;
    box-shadow: none*/
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'Source Sans Pro', sans-serif;
}

.bg-fixed {
	background-attachment: fixed;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
}
.pt-0 {
	padding-top: 0px !important;
}
.pt-50{
	padding-top:50px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-50{
	padding-bottom:50px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-100 {
	padding-bottom: 100px;
}
.ptb-100 {
	padding: 100px 0;
}

.section-padding {
	/*padding: 70px 0;*/
	padding: 170px 0 100px;
}

.section-title {
	text-align: center;
	margin-bottom: 60px;
}

.section-title h2 {
	font-weight: 700;
	text-transform: capitalize;
	font-size: 36px;
	line-height: 1.4;
	color: #333;
	margin:20px 0;  
}

.section-title p {
	padding:0 25%;
	text-align: center;
}
 
.small-title {
    /*color: #ff678c;*/
	color: var(--white);
    /*margin-bottom: 10px;*/
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
	background: var(--gold);
	padding:5px 20px;
	border-radius: 50px;
}

.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.mr-top-50 {
	margin-top: 50px;
}

.back-to-top {
	position: fixed;
	display: none;
	color: #fff;
	width: 40px;
	height: 42px;
	line-height: 40px;
	border-radius: 5px;
	right: 25px;
	bottom: 20px;
	text-align: center;
	/*background: var(--blue);*/
	background: var(--gold);
	transition: background 0.5s;
	z-index: 11;
}

.back-to-top i {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
}
.right-bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 51%;
    /*background: #051242;*/
    opacity: 1;
    right: 0;
    top: 0;
    display: block;
    /*background: -webkit-linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);
    background: linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);*/
	background: #4923d8;
	background: linear-gradient(to right, #8830d0, #4923d8);*/
}
.v-middle {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.valign {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.animation-bounce {
	-webkit-animation: bounce 3s infinite ease-in-out;
	-o-animation: bounce 3s infinite ease-in-out;
	-ms-animation: bounce 3s infinite ease-in-out;
	-moz-animation: bounce 3s infinite ease-in-out;
	animation: bounce 3s infinite ease-in-out;
}

@-webkit-keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}

@keyframes bounce {
	0% {
		transform: translateY(-5px);
	}

	50% {
		transform: translateY(10px);
	}

	100% {
		transform: translateY(-5px);
	}
}
/* owl theme */
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 30px;
	line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 3px;
    background: var(--black);
    border-radius: 30px;
	
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: transparent;
	border: 2px solid var(--black);
	-webkit-box-shadow: 0 1px 5px #fff;
    box-shadow: 0 1px 5px #fff;
}

/**************************************
 * 02.Preloader Area Style
 *************************************/
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
}

.spinner {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    -webkit-animation: rotatee 2.0s infinite linear;
    animation: rotatee 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    background-color: #ff678c;
    display: inline-block;
    position: absolute;
    top: 0;
    border-radius: 100%;
    -webkit-animation: bouncee 2.0s infinite ease-in-out;
    animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotatee {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotatee {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bouncee {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/**************************************
 * 03.Navber Area Style
 *************************************/
.appsoft-responsive-nav {
	display: none;
}

.navbar-area {
    background-color: transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    -webkit-box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
    background: var(--black) !important;
    -webkit-animation: 500ms ease-in-out 0s normal fadeInDown;
    animation: 500ms ease-in-out 0s normal fadeInDown;
    -webkit-transition: 0.4s;
    transition: 0.4s;
	padding-top:40px !important;
}
.navbar-area.is-sticky .navbar-brand {
    color: #333;
}
.mean-container a.meanmenu-reveal span {
	background: var(--white) !important;
}
@media only screen and (max-width: 991px) {
    .navbar-area {
        padding-top: 40px !important;
    }
	.hide-mobile{
		display:none;
	}
	.hide-desktop{
		display: block;
	}
}

.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 3.126rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
	font-size: 14px;
	/*letter-spacing: 0.5px;
	font-family: 'Ubuntu', sans-serif;*/
	font-family: var(--font-head);
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #fff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	/*background-color: #fff;*/
	/*background-color: #1046A0;*/
	background-color: #020101;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	/*color: #444;*/
	color:#fff;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #F5A623;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #F5A623;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #000;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-area .navbar-brand,
.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #ff678c;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #ff678c;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.home-area {
	height: 100vh;
	position: relative;
	z-index: 1;
	color: #fff;
	/*text-align: center;*/
	padding-top: 130px;
}
.home-area-6 {
    padding-top: 130px;
    padding-bottom: 0;
    height: 800px;
    overflow: hidden;
	
}
.home-area-6 .home-content {
	margin-top: 30px;
	
}
.home-area-6 .home-image {
	position: relative;
	z-index: 1;
	margin-top: 70px;
	
}

.home-area-1::before,
.home-area-6::before {
    content: '';
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0.4;
	background: url(../img/home-layer.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: -1;
	background: #40c8ff;
	background: linear-gradient( 45deg , #4956ff 0%, #40c8ff 100%);
}
.home-area-2 {
    background: url(../img/home-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-area-2::before {
	display: none;
}
.home-area-2::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background: #ff9f20;
	background-image: linear-gradient(45deg,#ff348a 0,#f97669 50%,#ff9f20 110%);
}
.home-area-3 {
    background: url(../img/home-bg-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.home-area-3::before {
	display: none;
}
.home-area-3::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .9;
	z-index: -1;
	background: #7780ff;
    background: -webkit-linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);
    background: linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);
}

.home-area-5 {
	background-color: #00000;
}
.home-area-5::before {
	display: none;
}
.home-area-5::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: 0.3;
	z-index: -1;
	/*background: #4923d8;
    background: linear-gradient(to right, #8830d0, #4923d8);*/
	background:#000;
}
.svg-shape-bottom .bottom-shape {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -5px;
	z-index: 1;
	width: 100%;
	margin: 0 auto;
}

.hero-equal-height {
	position: relative;
	min-height: 660px;
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}

.home-area .home-content h1 {
	font-size: 48px;
	color: #ffffff;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.home-area .home-content h1 em{
	font-Style: normal;
	color: var(--gold);
}

.home-area .home-content p {
	margin-bottom: 5px;
	color: #fff;
	font-size: 17px;
	line-height: 1.6;
}

.home-content .button {
	box-shadow: none;
}

.home-content .home-btn-1 {
	margin-right: 15px;
	background: #ffffff;
    color: #000;
	border: 2px solid #ffffff;
}
.home-content .home-btn-2 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 9px 30px;
}
.home-content .home-btn-2:hover {
    background: #fff;
    color: #000;
}

.home-content .home-app-btn-box {
    margin-top: 30px;
}
.home-app-btn-box .app-btn {
    display: inline-block;
    margin-right: 10px;
}

.svg-shape-bottom svg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

/**************************************
 * 05.Feature Section Style
 *************************************/


.features2-area{ 
    background:#fff;
}
.features4-area {
	background:var(--gray-100);
}
.features-area{
	background-color: #111827;
}

.features-area .section-title{
    text-align: center;
    /*margin-bottom: 35px;*/
	color: #fff;
}
.features-area .section-title h2, .features-area .section-title p{
	color: #fff;
}

.features2-area .section-title,
.features4-area .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.single-features-item {
	padding: 30px 20px;
    border-radius: 5px;
    /*background-color: #fff;
	-webkit-transition: all .3s;
    transition: all .3s;
    will-change: transform;*/
	height:100%;
	color:#fff;
	
	background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius-lg);
    padding: 22px 20px;
    transition: all .2s;
	
}

.single-features2-item {
	padding: 30px 25px;
    border-radius: 5px;
    text-align: left;
    margin-top: 30px;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    will-change: transform;
	border:1px solid #ccc;
}
.single-features4-item {
	padding: 20px 20px;
    border-radius: 25px;
	border: 1px solid #E5E7EB;
    /*text-align: center;*/
    margin-top: 30px;
    background-color: #fff;
	-webkit-transition: all .3s;
    transition: all .3s;
    will-change: transform;
	height:100%;
}

.single-features-item:hover {
    /*transform: translate(0, -7px);*/
	background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .2);
}

.single-features2-item:hover {
    /*transform: translate(0, -7px);*/
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}
.single-features4-item:hover {
    transform: translate(0, -7px);
    box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
}

.features-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.features2-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.features4-icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
	text-align:center;
}

.features-icon i {
    color: #fff;
    font-size: 45px;
}

.features2-icon i {
    color: #fff;
    font-size: 40px;
}
.features4-icon i {
    color: #000;
    font-size: 40px;
}

.features-text h3,
.features2-text h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.features-text h3{
	color:#fff;
	font-size:15px;
}
.features-text p{
	color: rgba(255, 255, 255, .6);
	font-size: 13px;
	line-height:1.6;
}
.features4-text h3 {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
	text-transform: uppercase;
}
.features4-text .kw {
    /*font-size: 15px;*/
    color: var(--blue);
    /*font-weight: 600;*/
    margin: 15px 0;
    opacity: 0.8;
}

.single-features-item .color-icon-1 i,
.single-features2-item .color-icon-1 i {
    color: #70d000;
}
.single-features-item .color-icon-2 i,
.single-features2-item .color-icon-2 i {
    color: #ffaa00;
}
.single-features-item .color-icon-3 i,
.single-features2-item .color-icon-3 i {
    color: #fd2870;
}
.single-features-item .color-icon-4 i,
.single-features2-item .color-icon-4 i {
    color: #2196f3;
}
.single-features-item .color-icon-5 i,
.single-features2-item .color-icon-5 i {
    color: #7e46e2;
}
.single-features-item .color-icon-6 i,
.single-features2-item .color-icon-6 i {
    color: #c02ada;
}

/**************************************
 * 06. Feature Overview Section Style
 *************************************/
.feature-overview-area {
	background: var(--gray-100);
}

.feature-overview-img {
	text-align: center;
}

.feature-overview-content {
}

.feature-overview-content h2 {
	font-weight: 700;
	font-size: 33px;
	color: #333333;
	margin-bottom: 15px;
}

.feature-overview-content p {
	margin-bottom: 15px;
}

.feature-overview-item-2 {
	text-align: center;
}

.feature-overview-icon-box {
    margin-top: 30px;
}

.feature-overview-icon span {
    color: #ff678c;
    font-size: 35px;
}

.feature-overview-item h6 {
    font-size: 18px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 15px;
}

.feature-overview-item p {
    margin: 0;
}

.feature-overview-content .btn {
	margin-top: 25px;
}

/**************************************
 * 07.Partner Logo Section Style
 *************************************/
.partner-area {
	padding-top: 50px;
}
.partner-item {
    padding: 20px 20px;
    background: #ffffff;
    border-radius: 5px;
    margin: 5px 15px;
}
.partner-area .partner-carousel img {
	opacity: .6;
	max-width: 100%;
	width: inherit!important;
	margin: 0 auto;
}

.partner-area .partner-carousel img:hover {
	opacity: 1;
	cursor: pointer;
}

/**************************************
 * 08.Counter Section Style
 *************************************/

.counter-area {
	background: #000;
}
.counter-contents {
	text-align: center;
	border-right:1px solid #333;
	
}
.counter-contents h2 {
	/*color: #333;*/
	color: var(--gold);
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 10px;
	word-spacing: -10px;
}
.counter-contents h3 {
	color: #999;
	font-size: 13px;
	font-weight: 600;
}

/**************************************
 * 09.Video Section Style
 *************************************/
.video-area {
	position: relative;
	color: #fff;
	background: url(../img/expertise.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.video-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: -1;
	background: var(--black);
	/*background: linear-gradient(to right, #8830d0, #4923d8)*/
}
.video-area .section-title h2, .video-area .section-title p{
	color:#fff;
}
.video-info {
    text-align: center;
    margin-top: 60px;
}
.video-info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 10px;
}

.video-info p {
	color: #ffffff;
    font-size: 16px;
    font-weight: 500;
}


.video-feature-item {
    text-align: center;
}

.video-feature-icon span {
    color: #fff;
    font-size: 45px;
}

.video-feature-icon {
	text-align: center;
		padding:15px 0;
}

.video-feature-item h6 {
    color: #fff;
	font-size: 16px;
    margin-top: 10px;
}


.video-content-popup {
    text-align: center;
}
.video-content-popup .video-btn {
	margin: auto;
}


.video-content-popup .video-btn i {
    height: 75px;
    width: 75px;
    line-height: 75px;
    border-radius: 50%;
    color: #ffffff;
    font-size: 80px;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

@keyframes ripple-white {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1);
	}

	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 30px rgba(255, 255, 255, 0);
	}
}

/**************************************
 * 00.AI Section Style
 *************************************/
.ai-area {
}
.ai-area::after {
}

.ai-info {
    text-align: center;
    margin-top: 60px;
}
.ai-info h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 20px 0;
}

.ai-info p {
    /*font-size: 16px;
    font-weight: 500;*/
}


.ai-feature-item {
	background: var(--gold-pale);
	border: 1px solid var(--gold-light);
	border-radius:25px;
	height:100%;
	padding:24px 20px;
}

.ai-feature-icon span {
    font-size: 45px;
}

.ai-feature-icon {
	text-align: center;
	padding:15px 0;
}

.ai-feature-item h6 {
	/*font-size: 16px;
    margin-bottom: 8px;
	color: var(--blue);*/
	font-family: var(--font-head);
    font-size: .9rem;
    font-weight: 700;
	margin-bottom: 8px;
	color: var(--black);
}

/**************************************
 * 10.Choose Us Section Style
 *************************************/
.choose-content-info h5 {
    color: #ff678c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.choose-content-info h2 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-content-info h3 {
    color: #555;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

.choose-feature-box {
    margin-top: 25px;
}
.choose-content-2 .choose-feature-box {
    margin-top: 0px;
}

.choose-content .choose-single-feature {
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 30px;
}
.choose-content-2 .choose-single-feature {
    margin-bottom: 45px;
}

.choose-single-feature:last-child {
	margin-bottom: 0px;
}
.choose-features-icon {
    position: absolute;
    z-index: 1;
    text-align: center;
    border-radius: 5px;
    border: 0;
}

.choose-features-info {
    padding-left: 70px;
}

.choose-features-icon i {
	color: #ff678c;
    font-size: 45px;
}

.choose-features-info p {
    margin: 0;
}

.choose-features-info h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

/**************************************
 * 11.Testimonial Section Style
 *************************************/

.testimonial-area {
	position: relative;
	z-index: 1;
	background: var(--gray-100);
}

.testimonial-area .owl-stage-outer {
  margin: 0 -8px;
  padding-left: 8px;
  padding-top: .35rem;
}
.testimonial-content-inner .testimonial-text {
	position: relative;
    background: #ffffff;
    border-radius: 5px;
    padding: 30px 25px;
    text-align: left;
	-webkit-box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
	box-shadow: 0 3px 8px rgba(0, 9, 128, 0.05), 0 14px 10px rgba(0, 9, 128, 0.04);
}
.testimonial-content-inner .testimonial-text:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.testimonial-content-inner .testimonial-text p {
}

.testimonial-content-inner .author-info-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: row;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: left;
	padding: 30px 0;
}
.testimonial-content-inner .author-info-box .author-img img {
    border-radius: 50%;
    border: 5px solid #fff;
    width: 75px;
    margin: 0 auto;
	-webkit-box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
	box-shadow: 0 3px 15px rgba(218, 225, 232, 0.85);
}
.testimonial-content-inner .author-info-box .author-img {
	margin-right: 18px;
}
.testimonial-content-inner .author-info-box h3 {
	font-size: 18px;
}

.testimonial-content-inner .author-info-box span {
	font-size: 11px;
}

/**************************************
 * 12.Screenshort Section Style
 *************************************/
 .screenshort-area {
	position: relative;
	z-index: 1;
}

.screenshort-area .section-title h2 {
    color: #fff;
}

.screenshort-area .small-title {
    color: #ffffff;
}

.screenshort-slide-content .screenshort-item img {
    margin: 10px 0px;
    background: #ffffff;
	border-radius: 5px;
}

/**************************************
 * 13.Pricing Section Style
 *************************************/

.price-area {
	position: relative;
    z-index: 1;
}

.price-area .section-title {
	text-align: center;
	margin-bottom: 30px;
}
.price-area .section-title h2 {
}
.price-area .small-title {
}

.pricing-content {
    /*padding: 45px 40px;*/
	padding: 45px 25px;
    background: #ffffff;
    text-align: left;
    border-radius: 7px;
	margin-top: 30px;
    box-shadow: -1px 3px 20px 0px rgba(75, 81, 91, 0.1);
    transition: all 0.4s ease 0s;
}
.price-heading {
    margin-bottom: 30px;
    /*text-align: center;*/
}
.price-heading .price-name h3 {
    font-size: 1.05rem;
    color: #333;
    /*font-weight: 700;*/
    margin-bottom: 5px;
}

.price-heading .price-name h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--gold);
	display: inline-block;
	margin-top:15px;
}

.price-heading .price-name .price-small-text {
    font-size: 13px;
    /*font-weight: 600;*/
    color: #3e3e3e;
}
.price-body {
    /*padding-left: 40px;
    padding-right: 30px;
	padding-left: 20px;*/
    padding-right: 20px;
}
.price-body ul li {
    display: block;
    padding: 5px 0;
}
.price-body ul li:last-child {
    padding-bottom: 0;
}
.price-body ul li i {
    /*color: #6f64e7;*/
	color:var(--green);
    padding-right: 5px;
}
.price-body .offer-list-none {
    color: #b7b7b7;
}
.price-body .offer-list-none i {
    color: #ff9aa0;
}
.price-btn {
    text-align: center;
    margin-bottom: 30px;
	margin-top: 30px;
}

.price-btn .button {
	display: inline-block;
	padding: 9px 30px;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	/*text-transform: capitalize;*/
	letter-spacing: 0.7px;
	font-weight: 500;
	border: 2px solid var(--gold);
	border-radius: 15px;
	color: var(--gold);
	background: none;
	transition: all 500ms ease;
	cursor: pointer;
	position: relative;
	/*margin-top: 25px;*/
	overflow: hidden;
	white-space: nowrap;
    /*box-shadow: 0px 5px 20px -3px #999;*/
	box-shadow:none;
	width:100%;
}
.price-btn .price-button-2{
	background: linear-gradient(135deg, var(--gold) 0%, var(--gold-light) 100%);
	border:none;
	color: #fff;
	padding: 11px 30px;
}
.price-btn .button:hover{
	box-shadow: 0px 5px 20px -3px #999;
}
.price-small-text-bottom{
	margin-top:20px;
	font-size:13px;
	font-Style: italic;
	color: #9CA3AF;
	line-height:1.5;
}

/**************************************
 * 14.Faq Section Styles
 **************************************/
.faq-area {
}
.faq-accordion .accordion {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}

.faq-accordion .accordion .accordion-item {
	display: block;
    border-radius: 0;
	margin-bottom: 20px;
    overflow: hidden;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item .accordion-title {
    padding: 20px;
    color: #333;
    position: relative;
    background: #f5f5f6;
    font-size: 18px;
    font-weight: 600;
    display: block;
    border: none;
}

.faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #767c99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\f0d8";
}

.faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 20px 15px;
  font-size: 15px;
}

.faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

/*************************************
 * 15.Team Section Style
 *************************************/

.team-area {
}

.team-area .section-title {
	margin-bottom: 30px;
}

.single-team-box {
	margin-top: 30px;
	border-radius: 3px;
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-image {
	position: relative;
	z-index: 1;
}

.single-team-box .team-image img {
	width: 100%;
	height: auto;
}

.team-social-box {
	display: block;
}

.team-social-box {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	-webkit-transition: all .5s;
	transition: all .5s;
	background-color: transparent;
}

.single-team-box .team-image .team-social-box:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.single-team-box:hover .team-image .team-social-box:after {
	height: 100%;
}

.single-team-box .team-social-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	will-change: transform;
}

.single-team-box .team-social-icon a {
	position: relative;
	z-index: 1;
	display: inline-block;
	color: inherit;
	font-size: 15px;
	margin: 12px 5px;
	vertical-align: middle;
	background: #ffffff;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 30px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all .4s;
}

.single-team-box:hover .team-social-icon a {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.single-team-box .team-social-icon a:after {
	top: 0px;
	left: 0px;
	z-index: -1;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	-o-transform: scale(1.4);
	transform: scale(1.4);
	opacity: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	background: inherit;
	border-radius: inherit;
	will-change: transform;
}

.single-team-box .team-social-icon a:hover:after {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.single-team-box .team-social-icon a:hover i:before {
	color: #fff;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.team-info {
	padding: 20px 15px 15px;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.team-info h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
}

.team-info span {
	color: #5764ec;
	font-size: 14px;
	font-weight: 600;
	display: block;
}

.social-color-1:hover:after {
	background-color: #3b5998 !important;
}

.social-color-2:hover:after {
	background-color: #00acee !important;
}

.social-color-3:hover:after {
	background-color: #0e76a8 !important;
}

.social-color-1 {
	color: #3b5998 !important;
	background-color: transparent;
}

.social-color-2 {
	color: #00acee !important;
	background-color: transparent;
}

.social-color-3 {
	color: #0e76a8 !important;
	background-color: transparent;
}

/**************************************
 * 16.Blog Section Style
 *************************************/

.blog-area .section-title {
	margin-bottom: 30px;
}

.blog-area .single-blog {
	background: #ffffff;
	-webkit-box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	box-shadow: 0 3px 15px -5px rgba(68, 107, 138, 0.3);
	border-radius: 3px;
	margin-top: 35px;
	overflow: hidden;
	will-change: transform;
}

.blog-area .post-img {
	position: relative;
	overflow: hidden;
}

.blog-area .single-blog img {
	width: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.blog-area .single-blog:hover img {
	-webkit-filter: none;
	filter: none;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.blog-area .single-blog .blog-content {
	padding: 25px 25px;
	text-align: left;
}

.blog-content .blog-date {
	margin-bottom: 15px;
}

.blog-content .blog-date .blog-list li {
	display: inline-block;
}

.blog-content .blog-date .blog-list li h6 {
	font-size: 13px;
	color: #777;
	display: inline-block;
}

.blog-content .blog-date .blog-list li .blog-inline-sep {
	padding: 0 5px;
	font-size: 12px;
	color: #333;
}

.blog-content .blog-date .blog-list li a {
	font-size: 13px;
	color: #5764ec;
	font-weight: 600;
	display: inline-block;
}

.blog-area .single-blog .blog-content h3 a {
	font-size: 18px;
	font-weight: 700;
	color: #333;
	line-height: 1.5;
	margin-bottom: 10px;
	display: block;
}

.blog-area .single-blog .blog-content h3 a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}

.blog-bottom-text-link {
	margin-top: 10px;
}

.single-blog .blog-content .blog-bottom-text-link a {
	color: #5f5f5f;
	display: inline-block;
	font-size: 16px;
	margin-top: 15px;
	display: block;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.single-blog .blog-content .blog-bottom-text-link a:hover {
	color: #5764ec;
	text-decoration: underline !important;
}
/**************************************
 * 17. Downloade Section Style
 *************************************/
.download-area {
	position: relative;
	color: #fff;
	text-align: center;
	background: url(../img/footer-bg.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.download-area::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	opacity: .3;
	z-index: -1;
	/*background: #4923d8;
	background: linear-gradient(to right, #8830d0, #4923d8);*/
	background:#000;
}

.download-app-text {
	padding: 100px 0;
	text-align: center;
}
.download-app-text h5 {
    color: #ff678c;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.download-app-text h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 15px;
}

.download-app-text p {
	color: #fff;
}

.download-button-wrapper {
	margin-top: 30px;
	text-align: center;
}

.list-inline-btn {
    display: inline-block;
}

.list-inline-btn .btn-1 {
	margin-right: 20px;
}

.download-btn {
	display: inline-block;
	margin-bottom: 10px;
	box-shadow: none;
	margin: 0;
}

.active-btn {
    border: 2px solid #ff678c;
    background: #ff678c;
}

.download-btn span {
	font-size: 30px;
	color: #fff;
	margin-right: 15px;
}

.download-btn .download-text {
    text-align: left;
	line-height: 1.1;
}
.download-btn .download-text small {
	color: #fff;
	font-size: 12px;
	font-weight: 500;
}

.download-btn .download-text h6 {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
}

/**************************************
 * 18. Contact Section Style
 *************************************/
/*
.contact-information {
    padding: 50px 30px;
    background: #f5f5f6;
}
*/
.contact-details {
	text-align: left;
    padding: 15px 0px;
    display: block;
    overflow: hidden;
}
.contact-details .contact-icon {
	font-size: 35px;
    color: #ff678c;
    text-align: center;
    margin-right: 20px;
    float: left;
}
.contact-details .contact-info {
	margin-left: 55px;
}
.contact-details .contact-info h6 {
	font-size: 18px;
	color: #333;
	padding-bottom: 5px;
	font-weight: 700;
	text-transform: capitalize;
}
.contact-details .contact-info p {
	font-weight: 500;
	font-size: 14px;
	color: #6b6b6b;
	text-transform: capitalize;
}


.contact-form-box {
    padding: 40px 30px;
    background-color: #fff;
	border-radius:25px;
	border:1px solid #eee;
}
.contact-area .form input,
.contact-area .form textarea,
.contact-area .form select {
	width: 100%;
	padding: 10px 20px;
	border: 0;
	background-color: #fff;
	font-weight: 400;
	border-radius: 5px;
	border:1px solid #ccc;
}

.contact-area .form textarea {
	max-height: 160px;
	max-width: 100%;
}

#contact-form .button {
	margin: 0;
}

.form-group {
	margin-bottom: 25px;
}

button, input, textarea, select, option {
	color: #505050;
}

button, input, textarea:focus {
	border: none;
	outline: none;
}

.contact-area .form-message.success {
	background: #03b103;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 15px;
	width:100%;
	text-align:center;
}

.contact-area .form-message.error {
	background: #ff4d15;
	color: #fff;
	padding: 10px 15px;
	border-radius: 3px;
	margin-bottom: 15px;
	width:100%;
	text-align:center;
}

/**************************************
 * 19. Footer Section Style
 *************************************/
.footer-area {
	position: relative;
	z-index: 1;
    padding-top: 100px;
    padding-bottom: 0;
}

.footer-area svg {
	display: block;
	width: 100%;
}

.footer-area:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: -webkit-linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);
    background: linear-gradient(45deg, #ff7db4 0%, #c749ff 50%, #7780ff 100%);
}
.footer-area-2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #4923d8;
    background: linear-gradient(to right, #8830d0, #4923d8);
	background: #000;
}
.footer-content .navbar-brand {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.footer-content h3{
	color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
	text-transform:uppercase;
}
.footer-content h2{
	color: #fff;
}
.footer-content p {
	color: #efefef;
}

.footer-content.mid-content {
	/*padding-left: 130px;*/
}

.footer-content img {
	margin-bottom: 30px;
}

.footer-link li {
    color: #efefef;
    padding-bottom: 5px;
}
.footer-link li:last-child {
    padding-bottom: 0px;
}
.footer-link li a, .footer-content p {
	color: var(--gray-400);
	font-size:14px;
}


.footer-col ul li a {
    font-size: 13px;
    color: rgba(255, 255, 255, .6);
    transition: color .15s;
}

.footer-link li a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer-link li i {
	color: #fff;
	margin-right: 10px;
}

.footer-social {
	margin-top: 20px;
}

.footer-social li {
	display: inline-block;
}

.footer-social li a {
	display: inline-block;
	background-color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: var(--gold);
	font-size: 16px;
	margin-right: 5px;
}

.footer-social li a:hover {
	background-color: var(--gold);
	color: #fff;
}

/* Subscribe Section Style */

.subscribe-form-wrap {
	margin-top: 15px;
}
.subscribe-form {
	position: relative;
}

.subscribe-form .form-input {
    border: 0;
    width: 100%;
    height: 50px;
    border-radius: 3px;
    padding: 5px 0 5px 15px;
    color: #333;
}
.form-input:focus{
	outline: 0;
	-webkit-box-shadow:0 0;
	-moz-box-shadow:0 0;
	box-shadow:0 0;
}

.subscribe-form .submit-btn {
	position: absolute;
    margin: 0;
    top: 5px;
    right: 5px;
    bottom: 5px;
    box-shadow: 0 0 0 transparent;
    font-size: 16px;
	color: #fff;
    background-color: #ff678c;
	padding: 0px 25px;
	font-weight: 700;
	border-radius: 3px;
}
.footer-copyright {
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid rgb(255, 255, 255, 0.3);
    margin-top: 70px;
}

.footer-copyright p {
    color: var(--gray-400);
	font-size:14px;
}
/* add by Pui Kwan */
/*========================================================================*/

.hero-pills { 
	display: flex; 
	gap: 10px; 
	flex-wrap: wrap; 
	margin-bottom: 0; 
}
.pill {
  display: flex; 
  align-items: center; 
  gap: 6px; 
  font-size: 12.5px;
  color: rgba(255,255,255,0.65); 
  font-weight: 500;
  background: rgba(255,255,255,0.2); 
  border: 1px solid rgba(255,255,255,0.25);
  padding: 6px 12px; 
  border-radius: 100px; 
  transition: all 0.2s;
}
.pill i{
	color: var(--gold);
}
/*.pill::before { 
	content: '\2713'; 
	color: var(--teal); 
	font-weight: 700; 
	font-size: 11px; 
}*/
.pill:hover { 
	background: rgba(255,255,255,0.1); 
	color: var(--white); 
}
.top-header {
	position: relative;
	color: #fff;
	background: linear-gradient(to right, #8830d0, #4923d8);
	padding: 10px 0;
	text-align:center;
}
.fixed-top{
	/*top:20px;*/
}
.is-sticky .fixed-top{
	top:0px;
}
.col-5-cols { 
	flex: 0 0 20%; max-width: 20%; 
}
body p{
	/*font-size:18px !important;
	line-height:28px !important;*/
}
.plan-kw{
	font-size: 11.5px;
    color: var(--blue);
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.8;
}
.plan-list { 
	list-style: none; 
}
.plan-list li { 
	font-size: 15px; 
	padding: 5px 0; 
	display: flex; 
	align-items: flex-start; 
	gap: 8px; 
	line-height: 1.4; 
}
.plan-list li::before { 
	content: '✓'; 
	color: var(--teal); 
	font-weight: 700; 
	flex-shrink: 0; 
}
.plan-badge {
	position: absolute; 
	top: -12px; 
	left: 30%;
	background: var(--gold); 
	color: #fff; 
	font-size: 13px; 
	font-weight: 700;
	padding: 4px 12px; 
	border-radius: 100px; 
	letter-spacing: 0.5px;
}
.featured{
	border:2px solid var(--gold);
}
.single-features2-item:hover{
	border:1px solid var(--gold);
}
.single-features3-item {
	/*padding: 30px 25px;
    border-radius: 5px;
    text-align: left;
    margin-top: 30px;
    background-color: #fff;
    transition: all .3s ease;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
    will-change: transform;
	border:2px solid #7e46e2;*/
	background:#fff;
	border:1.5px solid var(--gray-200);
	border-radius:var(--radius-lg);
	padding:26px 22px;
	transition:all .2s;
	height:100%;
	margin-bottom:20px;
}
.single-features3-item:hover{
	border-color:var(--gray-100);
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.12);
}

.single-features3-item h3{
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
	/*color: ;*/
}

.feature-icon{
	width:50px;
	height:50px;
	background: #fee0d9;
	border-radius:10px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:14px;
}

.feature-icon i{
	color: var(--gold);
	font-size: 30px;
}

.video-desc p, .video-desc-right p, .video-desc-right h5, .video-feature-item p{
	text-align: left;
	color:#fff;
}
.video-desc-right h5{
	text-align: left;
	color:#fff;
	margin-bottom:15px;
}
.video-desc-right{
	background-color: rgba(255, 255, 255, 0.2); 
	border: 1px solid #fff;
	border-radius:30px;
	padding:40px;
}
.check-list { 
	list-style: none; 
	margin-top: 22px; 
}
.check-list li { 
	display: flex; 
	align-items: flex-start; 
	gap: 10px; 
	font-size: 16px; 
	/*color: rgba(255,255,255,0.75); */
	margin-bottom: 10px; 
	line-height: 1.5;
	transition: transform 0.3s ease; 	
}
.check-list li:hover{
	transform: translateX(10px); 
}
.check-list li::before { 
	content: '→'; 
	color: #fff; 
	font-weight: 700; 
	flex-shrink: 0; 
}
.features-area .check-list li::before{
	color: teal;
}
.video-info .badge-label{
	color: #7e46e2;
	background-color: #fff;
	display:inline;
	font-size: 13px; 
	font-weight: 700;
	padding: 4px 12px; 
	border-radius: 100px; 
	letter-spacing: 0.5px;
}
.step { 
	display: flex; 
	gap: 16px; 
	margin-bottom: 22px; 
}
.step:last-child { 
	margin-bottom: 0; 
}
.step-num {
	width: 32px; 
	height: 32px; 
	border-radius: 50%; 
	background: var(--gold);
	color: #000; 
	font-size: 20px;
	display: flex; 
	align-items: center; 
	justify-content: center; 
	flex-shrink: 0;
}
.step-title { 
	font-weight: 600; 
	font-size: 18px; 
	color: var(--white); 
	margin-bottom: 4px; 
}
.step-desc { 
	/*font-size: 13px; 
	color: rgba(255,255,255,0.5); 
	line-height: 1.55;
	font-size:16px;*/
	color:#fff;
}
.video-feature-item{
	background-color: rgba(255, 255, 255, 0.2); 
	border: 1px solid #fff;
	border-radius:25px;
	padding:20px;
	text-align:left;
	height:100%;
}
.video-feature-item h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	color: #fff;
	text-transform:uppercase;
}
.features-right{
	/*background-color:#F4F7FC;
	border-radius: 30px;
	padding: 25px;*/
}
.keywordcloud-area {
    /*background-color: #F4F7FC;*/
	background: var(--gray-100);
}
.keywordcloud .section-title {
    text-align: center;
    margin-bottom: 35px;
}
.kw-cloud { display: flex; flex-wrap: wrap; gap: 8px; }
.kw-tag {
  padding: 6px 13px; border-radius: 100px; font-size: 12.5px; font-weight: 500;
  border: 1.5px solid #eee; background: #fff; color: var(--sub);
  transition: all 0.2s; cursor: default;
}
.kw-tag:hover { border-color: var(--blue); color: var(--blue); background: rgba(26,111,232,0.05); }
.kw-tag.hot { border-color: rgba(26,111,232,0.3); color: var(--blue); background: rgba(26,111,232,0.06); font-weight: 600; }
.kw-tag.warm { border-color: rgba(0,194,168,0.3); color: var(--teal2); background: rgba(0,194,168,0.06); }
.items-align-center{
	-webkit-box-align: center;
    align-items: center;
}
.price-badge { 
	position: absolute; 
	top: 10px; 
	left: 50%; 
	transform: translateX(-50%); 
	background: var(--gold); 
	color: #fff;
	font-weight: 700; 
	padding: 4px 14px; 
	border-radius: 100px; 
	white-space: nowrap; 
}
/*.pricing-content.featured{
	border: 2px solid #ff678c;
}*/
.highlight{
	font-weight:bold;
	color: #ff678c;
}
.contact-form-box .mini-reminder {
	font-weight:light;
	font-size: 13px;
	text-align:center;
	color:#020101;
	padding:3px 0;
}
/*.navbar-area .logo-ori{
	display: none;
}
.navbar-area .logo-white{
	display: block;
}
.navbar-area.is-sticky .logo-ori{
	display: block;
}
.navbar-area.is-sticky .logo-white{
	display: none;
}*/
/* ─── FLOAT WA ─── */
.float-wa {
	/*position: fixed; 
	bottom: 80px; 
	right: 20px; 
	z-index: 999;
	width: 58px; 
	height: 58px; 
	background: #25D366; 
	border-radius: 50%;
	display: flex; 
	align-items: center; 
	justify-content: center;
	box-shadow: 0 4px 20px rgba(37,211,102,0.4); 
	text-decoration: none;
	transition: transform 0.2s;*/
	
	
	
	position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 999;
    background: #25D366;
    color: #fff;
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 700;
    padding: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 20px rgba(37, 211, 102, .5);
    transition: all .2s;
    text-decoration: none;
}
.float-wa i{
	font-size: 30px;
}
.float-wa:hover { 
	/*transform: scale(1.1); */
}
.float-wa svg { 
	/*width: 28px; 
	height: 28px; 
	fill: white; */
}
/*.navbar .button:focus {
	outline: none;
	box-shadow: none;
}*/

.navbar .button {
    box-shadow: none;
	width:auto;
	margin-top:auto;
	letter-spacing: none;
	padding: 5px 20px;
	border:none;
	background:var(--gold);
}

.navbar .button:hover {
    color: #fff;
	background:rgba(255,255,255,.1);
}
.nav-ticker{
	background:rgba(255,255,255,.1);
	color:rgba(255,255,255,.9);
	font-size:12px;
	font-weight:600;
	text-align:center;
	padding:7px 0;
	letter-spacing:.03em;
	overflow:hidden;
	white-space:nowrap;
	z-index:9999;
}

.ticker-inner{
	display:inline-block;
	animation:ticker 40s linear infinite 0s;
}
@keyframes ticker {
  0% { transform: translateX(80%); }
  100% { transform: translateX(-100%); }
}
.hero-eyebrow{
	display:inline-flex;
	align-items:center;
	gap:8px;
	background:rgba(255,255,255,.2);
	border:1px solid rgba(255,255,255,.25);
	border-radius:20px;
	padding:6px 14px;
	font-size:12px;
	font-weight:700;
	color:#fff;
	letter-spacing:.05em;
	margin-bottom:20px;
}
.hero-eyebrow span{
	background:#F5A623;
	color:#000;
	border-radius:10px;
	padding:1px 7px;
	font-size:11px;
}
.btn-outline-white{
	display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 2px solid rgba(255, 255, 255, .3);
    color: #fff;
    font-family: var(--font-head);
    font-size: 14px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: var(--radius);
    transition: all .2s;
}
.btn-outline-white:hover{
	background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .5);
    color: #fff;
}
.support-card{
	background:#fff;
	border:1.5px solid var(--gray-200);
	border-radius:var(--radius-lg);
	padding:22px 20px;
}
.support-card h4{
	font-family:var(--font-head);
	font-size:.85rem;
	font-weight:700;
	color:var(--gold);
	margin-bottom:12px;
	padding-bottom:10px;
	border-bottom:2px solid var(--gold-pale);
}
.support-card ul{
	display:flex;
	flex-direction:column;
	gap:7px;
}
.support-card ul li{
	font-size:13px;
	color:var(--gray-600);
	padding-left:14px;
	position:relative;
}
.support-card ul li::before{
	content:'\2022';
	position:absolute;
	left:2px;
	color:var(--gold);
	font-weight:700;
	font-size:18px;
	/*line-height:1*/
}
.faq-accordion{
	max-width:780px;
	margin:0 auto;
}
.testimonial-outcome {
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--black);
    background: var(--gold-pale);
    border-left: 3px solid var(--gold);
    padding: 8px 12px;
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 20px 0;
}
.testimonial-stars{
	color: var(--yellow);
	margin-bottom:10px;
}
.testimonial-badge {
    display: block;
    color: var(--gold);
	font-size:9px;
}
.controls p{
	padding:0px;
	font-size:13px;
	text-align: left;
}
.controls h3{
	padding:0px;
	/*font-size:16px;*/
	text-align: left;
	color: var(--gold);
	margin-bottom:15px;
}
.controls .section-title{
	margin-bottom:20px;
}
@media only screen and (max-width: 767px) {
	.section-title p {
		padding: 0;
	}
	.counter-area .col-md-6{
		flex:none;
		max-width:50%;
	}
	.counter-area .col-md-12{
		flex:none;
		max-width:100%;
	}
	.hide-mobile{
		display: none;
	}
	.hide-desktop{
		display: block;
	}
}
.payment-badge {
    background: #fff;
    color: #000;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    border: 1.5px solid var(--grey);
    white-space: nowrap;
}
.hide-desktop{
	display:none;
}
.hide-mobile{
	display:block;
}
@media only screen and (max-width: 991px) {
	.hide-mobile{
		display:none;
	}
	.hide-desktop{
		display: block;
	}
}
@media only screen and (max-width: 767px) {
	.hide-mobile{
		display: none;
	}
	.hide-desktop{
		display: block;
	}
}