/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Catamaran:wght@100;200;300;400;500;600;700;800;900&display=swap");
html {
	scroll-behavior: smooth;
}

body {
	padding: 0;
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
	font-family: "Open Sans", sans-serif;
	color: #242230cc;
	background: #fff;
}

a {
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

a:focus {
	text-decoration: none;
}

button {
	outline: 0 !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

button:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #292d34;
	font-family: "Catamaran", sans-serif;
	font-weight: 700;
}

h3 {
	font-size: 21px;
	line-height: 1.5;
}

.d-table {
	width: 100%;
	height: 100%;
}

.d-table-cell {
	vertical-align: middle;
}

p {
	font-size: 15px;
	margin-bottom: 15px;
}

p:last-child {
	margin-bottom: 0;
}

img {
	max-width: 100%;
	height: auto;
	-webkit-user-drag: none;
}

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

::-moz-selection {
	color: #fff;
	background: #ff6602;
}

::selection {
	color: #fff;
	background: #ff6602;
}

.form-control {
	height: 50px;
	color: #292d34;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}

.form-control::-webkit-input-placeholder {
	color: #292d34;
	font-size: 13px;
}

.form-control:-ms-input-placeholder {
	color: #292d34;
	font-size: 13px;
}

.form-control::-ms-input-placeholder {
	color: #292d34;
	font-size: 13px;
}

.form-control::placeholder {
	color: #292d34;
	font-size: 13px;
}

.form-control:focus {
	color: #000000;
	background-color: transparent;
	-webkit-box-shadow: unset;
	box-shadow: unset;
	outline: 0;
	border: 1px solid #ff6602;
}

.form-control:hover:focus,
.form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

textarea.form-control {
	height: auto;
	height: 200px;
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.pt-100 {
	padding-top: 100px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pt-70 {
	padding-top: 70px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-50 {
	padding-bottom: 50px;
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.bg-color {
	background: #f5faff;
}

.mx-100 {
	width: 100% !important;
}

@-webkit-keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@keyframes rotaed360 {
	0% {
		-webkit-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
	100% {
		-webkit-transform: rotateZ(-360deg);
		transform: rotateZ(-360deg);
	}
}

@-webkit-keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

@keyframes animationFramesOne {
	0% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
	20% {
		-webkit-transform: translate(73px, -1px) rotate(36deg);
		transform: translate(73px, -1px) rotate(36deg);
	}
	40% {
		-webkit-transform: translate(141px, 72px) rotate(72deg);
		transform: translate(141px, 72px) rotate(72deg);
	}
	60% {
		-webkit-transform: translate(83px, 122px) rotate(108deg);
		transform: translate(83px, 122px) rotate(108deg);
	}
	80% {
		-webkit-transform: translate(-40px, 72px) rotate(144deg);
		transform: translate(-40px, 72px) rotate(144deg);
	}
	100% {
		-webkit-transform: translate(0px, 0px) rotate(0deg);
		transform: translate(0px, 0px) rotate(0deg);
	}
}

.mobile-view {
	display: none !important;
}

/*
Go Top Style*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 150px !important;
	right: -10%;
	background-color: #ff6602;
	z-index: 4;
	width: 40px;
	text-align: center;
	height: 42px;
	line-height: 42px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.9s;
	transition: 0.9s;
}

.go-top i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
	color: #ffffff;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 20px;
}

.go-top i:last-child {
	opacity: 0;
	visibility: hidden;
	top: 60%;
}

.go-top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #ff6602;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.go-top:hover {
	color: #ffffff;
	background-color: #292d34;
}

.go-top:hover::before {
	opacity: 1;
	visibility: visible;
}

.go-top:hover i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:hover i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.go-top:focus {
	color: #ffffff;
}

.go-top:focus::before {
	opacity: 1;
	visibility: visible;
}

.go-top:focus i:first-child {
	opacity: 0;
	top: 0;
	visibility: hidden;
}

.go-top:focus i:last-child {
	opacity: 1;
	visibility: visible;
	top: 50%;
}

.go-top.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
	right: 2%;
	bottom: 165px !important;
}

::-webkit-scrollbar {
	width: 5px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
	background: #888;
}

/** Section tittle Css **/
.section-title {
	position: relative;
}

.section-title h2 {
	font-size: 40px;
	color: #344055;
	margin-bottom: 15px;
}

.section-title h2 span {
	color: #ff6602;
}

.section-title p {
	font-size: 17px;
	margin-bottom: 20px;
}

/** Box Btn Css **/
.box-btn {
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	line-height: 32px;
	height: 45px;
	text-align: center;
	cursor: pointer;
	padding: 7px 40px;
	transition: all 0.5s;
	background: #ff6602;
	display: inline-block;
	text-transform: uppercase;
}

.box-btn::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff6602;
	border-bottom-color: #ff6602;
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}

.box-btn::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: rgba(255, 255, 255, 0.1);
}

.box-btn:hover {
	background: #f6761d;
}

.box-btn:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.box-btn:hover::after {
	opacity: 0;
	-webkit-transform: scale(0.1, 1);
	transform: scale(0.1, 1);
}

/** Preloader Css **/
.loader-content {
	background: #fff;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 9999999;
	left: 0;
	top: 0;
	text-align: center;
}

.loader {
	margin: 1em auto;
	font-family: "Catamaran", sans-serif;
}

.loader span {
	font-size: 4em;
	color: #ff6602;
	display: table-cell;
	padding: 0 15px;
	line-height: 60px;
	-webkit-animation: jumb 2s infinite;
	animation: jumb 2s infinite;
}
.loader-content .loader img {
    height:60px;
}

@-webkit-keyframes jumb {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-box-shadow: 0 15px 0 #ff6602;
		box-shadow: 0 15px 0 #ff6602;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes jumb {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
	50% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
		-webkit-box-shadow: 0 15px 0 #ff6602;
		box-shadow: 0 15px 0 #ff6602;
	}
	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

.loader span:nth-child(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.loader span:nth-child(2) {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.loader span:nth-child(3) {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.loader span:nth-child(4) {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.loader span:nth-child(5) {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.loader span:nth-child(6) {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/*
Navbar Area Css
======================================================*/
.navbar-area {
	background-color: transparent;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 0;
	padding-left: 0;
}

.navbar-area .main-nav {
	background: transparent;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	position: absolute;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding-top: 5px;
	padding-bottom: 5px;
}

.navbar-area .main-nav .navbar {
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	padding-bottom: 0;
}

.navbar-area .main-nav .navbar ul {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav {
	margin-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item {
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a {
	font-size: 16px;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.6);
	text-transform: capitalize;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-left: 0;
	margin-right: 30px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a:focus,
.navbar-area .main-nav .navbar .navbar-nav .nav-item a.active {
	color: #ff6602;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item a i {
	font-size: 22px;
	position: relative;
	top: 5px;
	margin-right: 2px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover a,
.navbar-area .main-nav .navbar .navbar-nav .nav-item.active a {
	color: #ff6602;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: absolute;
	border: none;
	top: 80px;
	left: 0;
	width: 240px;
	z-index: 99;
	display: block;
	opacity: 0;
	visibility: hidden;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding-top: 0;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu::before {
	position: absolute;
	width: 0;
	height: 0;
	content: "";
	border-top: 0;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #ffffff;
	border-left: 8px solid transparent;
	top: -8px;
	left: 20px;
	z-index: -11;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
	padding: 0;
	position: relative;
	overflow: hidden;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0px;
	width: 0;
	height: 100px;
	background: #ff6602;
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	z-index: -1;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
	text-transform: capitalize;
	padding: 10px 25px;
	margin: 0;
	color: #181818;
	border-bottom: 1px dashed #eeeeee;
	font-size: 15px;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.navbar-area
	.main-nav
	.navbar
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	a.active {
	color: #ff6602;
}

.navbar-area
	.main-nav
	.navbar
	.navbar-nav
	.nav-item
	.dropdown-menu
	li.active
	a {
	color: #ff6602;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #fff;
}

.navbar-area
	.main-nav
	.navbar
	.navbar-nav
	.nav-item
	.dropdown-menu
	li:hover
	.dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: -15px;
}

.navbar-area
	.main-nav
	.navbar
	.navbar-nav
	.nav-item
	.dropdown-menu
	li:hover::before {
	width: 100%;
}

.navbar-area
	.main-nav
	.navbar
	.navbar-nav
	.nav-item
	.dropdown-menu
	li:last-child
	a {
	border-bottom: none;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item .dropdown-toggle::after {
	content: "+";
	margin-left: 0.355em;
	vertical-align: 0;
	border-top: none;
	border-right: none;
	border-bottom: 0;
	border-left: none;
	-webkit-transition: 0.3s all;
	transition: 0.3s all;
}

.navbar-area .main-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
	top: 50px;
}

.navbar-area .navbar-brand {
	max-width: 12%;
}

.is-sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 999;
	-webkit-animation: fadeInDown 500ms ease-in-out;
	animation: fadeInDown 500ms ease-in-out;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	-webkit-box-shadow: 0 1px 10px rgba(221, 221, 221, 0.2);
	box-shadow: 0 1px 10px rgba(221, 221, 221, 0.2);
	background: #fff !important;
}

/*
Banner Area Css
======================================================*/
.banner-area {
	position: relative;
	/* background: url(../images/banner.png); */
	background-size: cover;
	/*overflow: hidden;*/
	width: 100%;
	height: auto;
	z-index: 1;
}

.banner-area .banner-content {
	margin-top: 80px;
}

.banner-area .banner-content h1 {
	font-size: 25px;
}

.banner-area .banner-content h3 span {
	color: #ff6602;
}

.banner-area .banner-content h3 {
	font-size: 45px;
	color: #344055;
}

.banner-area .banner-content p {
	padding-right: 15%;
	font-size: 18px;
	margin-top: 15px;
}

.banner-video {
	overflow: hidden;
	/* max-width: 70%; */
    /* margin: 0 auto; */
    margin-top: 10px;
}

.banner-video video {
	width: 100%;
}
.banner-video img{
	height: 350px;
}

/*
Commission Area Css
======================================================*/
.commission-area {
	position: relative;
	z-index: 1;
}

.commission-area .section-title {
	text-align: center;
	margin-bottom: 40px;
}

.commission-area .form-control {
	height: 45px;
	color: #7c828d;
	border: 1px solid #e8e8e8;
	background-color: transparent;
	border-radius: 2px;
	padding: 0;
	font-size: 15px;
	padding: 10px 20px;
	width: 100%;
}

.commission-area .form-control::-webkit-input-placeholder {
	color: #7c828d;
	font-size: 15px;
}

.commission-area .form-control:-ms-input-placeholder {
	color: #7c828d;
	font-size: 15px;
}

.commission-area .form-control::-ms-input-placeholder {
	color: #7c828d;
	font-size: 15px;
}

.commission-area .form-control::placeholder {
	color: #7c828d;
	font-size: 15px;
}

.commission-area .form-control:hover:focus,
.commission-area .form-control:focus {
	-webkit-box-shadow: unset;
	box-shadow: unset;
	background: #ff66020d;
}

.commission-area label {
	font-size: 16px !important;
}

.commission-area label span {
	font-size: 13px !important;
}

.commission-area .single-from {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.commission-area .single-from .icon {
	width: 55px;
	height: 45px;
	border-left: 1px solid #e5e6e7;
	border-top: 1px solid #e5e6e7;
	border-bottom: 1px solid #e5e6e7;
}

.commission-area .single-from .icon i {
	font-size: 20px;
	margin-top: 11px;
	margin-left: 14px;
}

.commission-area .box-btn {
	width: 100% !important;
}

.commission-area .savings {
	position: relative;
	padding: 40px 25px;
	text-align: center;
	background: #ffece499;
	border-bottom: 2px dashed #ff660275;
}

.commission-area .savings:last-child {
	border-bottom: 0 !important;
}

.commission-area .savings p {
	font-size: 20px;
	color: #ff6602;
	font-weight: bold;
	margin-bottom: 0;
}

.commission-area .savings h3 {
	font-size: 25px;
}

/*
Online Business Area
======================================================*/
.online-business-area {
	position: relative;
	overflow: hidden;
  /*background: url(../images/app/appbaner.png);*/
}

.online-business-area ul li {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 45px;
}

.online-business-area ul li i {
	width: 25px;
	height: 25px;
	background: #ff6602;
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 20px;
	margin-top: 5px;
}

.online-business-area ul li i::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff66027a;
	left: -5px;
	top: -5px;
	z-index: -1;
}

.online-business-area .single-video {
	position: relative;
	z-index: 1;
}

.online-business-area .single-video .video-popup {
	position: absolute;
	top: 44%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.online-business-area .single-video .video-popup .video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-color: #ff6602;
}

.online-business-area .single-video .video-popup .video-btn::before,
.online-business-area .single-video .video-popup .video-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #ff6602;
}

.online-business-area .single-video .video-popup .video-btn i {
	font-size: 60px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	position: relative;
	left: 6px;
}

.online-business-area .single-video .video-popup .video-btn::before {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
}

.online-business-area .single-video .video-popup .video-btn::after {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
}

@-webkit-keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

/*
Mobile App Area
======================================================*/
.mobile-app-area {
	position: relative;
	background-size: cover;
	overflow: hidden;
	width: 100%;
	z-index: 1;
	/*background: url(../images/app/appbaner.png);*/
}

.mobile-app-area .iphone-x {
	position: relative;
	z-index: 1;
	height: 660px;
	width: 320px;
	margin: 0 auto;
}

.mobile-app-area .iphone-x .side {
	background: #1c1c1c;
	border-radius: 54px;
	-webkit-box-shadow: inset 0 0 2px 2px dimgrey, inset 0 0 0 6px #e2e3e9,
		0px -1px 13px 9px rgba(255, 255, 255, 0.8) inset;
	box-shadow: inset 0 0 2px 2px dimgrey, inset 0 0 0 6px #e2e3e9,
		0px -1px 13px 9px rgba(255, 255, 255, 0.8) inset;
	height: 660px;
	padding: 15px 22px;
	width: 320px;
	z-index: 1;
}

.mobile-app-area .iphone-x .screen {
	background: #000;
	background-position: center center;
	background-size: cover;
	border-radius: 33px;
	position: relative;
	height: 620px;
	width: 285px;
	margin-left: -4px;
	margin-top: 6px;
	z-index: 198;
	overflow: hidden;
}

.mobile-app-area .iphone-x .line::after,
.mobile-app-area .iphone-x .line::before {
	content: "";
	position: absolute;
	border: solid rgba(68, 68, 68, 0.25);
	border-width: 0 6px;
	height: 5px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.mobile-app-area .iphone-x .line::after {
	top: 68px;
}

.mobile-app-area .iphone-x .line::before {
	bottom: 68px;
}

.mobile-app-area .iphone-x .header {
	background: #1c1c1c;
	border-bottom-left-radius: 13px;
	border-bottom-right-radius: 13px;
	height: 24px;
	left: 50%;
	margin-left: -82px;
	position: absolute;
	top: 15px;
	width: 164px;
	z-index: 199;
}

.mobile-app-area .iphone-x .sensor-1::after,
.mobile-app-area .iphone-x .sensor-1::before {
	content: "";
	position: absolute;
}

.mobile-app-area .iphone-x .sensor-1::after {
	background: #222;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	left: 1%;
	margin-left: 10px;
	top: 3px;
}

.mobile-app-area .iphone-x .sensor-1::before {
	background: #222;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	left: 10%;
	margin-left: 20px;
	top: 3px;
}

.mobile-app-area .iphone-x .sensor-2::after,
.mobile-app-area .iphone-x .sensor-2::before {
	content: "";
	position: absolute;
}

.mobile-app-area .iphone-x .sensor-2::before {
	background: #333;
	border-radius: 2.5px;
	height: 5px;
	width: 40px;
	left: 50%;
	margin-left: -20px;
	top: 7px;
}

.mobile-app-area .iphone-x .sensor-3::after,
.mobile-app-area .iphone-x .sensor-3::before {
	content: "";
	position: absolute;
}

.mobile-app-area .iphone-x .sensor-3::before {
	background: #444;
	border-radius: 50%;
	height: 11px;
	width: 11px;
	left: 50%;
	margin-left: 35px;
	top: 3px;
	-webkit-box-shadow: 0px 0px 5px 2px navy inset;
	box-shadow: 0px 0px 5px 2px navy inset;
}

.mobile-app-area .iphone-x .sensor-3::after {
	background: #222;
	border-radius: 50%;
	height: 15px;
	width: 15px;
	left: 65%;
	margin-left: 33px;
}

.mobile-app-area .iphone-x .volume-button {
	background: #c8cacb;
	height: 26px;
	left: -2px;
	position: absolute;
	top: 92px;
	width: 3px;
}

.mobile-app-area .iphone-x .volume-button::after,
.mobile-app-area .iphone-x .volume-button::before {
	content: "";
	position: absolute;
	background: #c8cacb;
	height: 50px;
	left: 0;
	width: 3px;
}

.mobile-app-area .iphone-x .volume-button::after {
	top: 48px;
}

.mobile-app-area .iphone-x .volume-button::before {
	top: 112px;
}

.mobile-app-area .iphone-x .power-button {
	background: #c8cacb;
	height: 80px;
	right: -2px;
	position: absolute;
	top: 160px;
	width: 3px;
}

.mobile-app-area .swiper-container {
	width: 100%;
}

.mobile-app-area .swiper-slide {
	width: 100%;
	height: 100%;
}

.mobile-app-area .swiper-slide img {
	display: block;
	width: 100%;
}

.mobile-app-area .banner-one__shape-1 {
	background-image: linear-gradient(40deg, #ff43c0, #ffa95c);
	width: 85px;
	height: 85px;
	bottom: 12%;
	left: 6%;
	-webkit-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-perspective: 85px;
	perspective: 85px;
	position: absolute;
	border-radius: 50%;
}

.mobile-app-area ul li {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 45px;
}

.mobile-app-area ul li i {
	width: 25px;
	height: 25px;
	background: #ff6602;
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	margin-top: 5px;
}

.mobile-app-area ul li i::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff66027a;
	left: -5px;
	top: -5px;
	z-index: -1;
}

/*
Revenue App Area
======================================================*/
.revenue-area {
	position: relative;
	width: 100%;
	background-size: cover;
	/* background: url(../images/app/appbaner1.png); */
}

.revenue-area .banner-video {
	overflow: hidden;
}

.revenue-area .banner-video video {
	width: 100% !important;
}

.revenue-area ul li {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 45px;
}

.revenue-area ul li i {
	width: 25px;
	height: 25px;
	background: #ff6602;
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	margin-top: 5px;
}

.revenue-area ul li i::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff66027a;
	left: -5px;
	top: -5px;
	z-index: -1;
}

/*
Revenue  Area
======================================================*/
.customize-area {
	position: relative;
}

.customize-area::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
}

.customize-area .banner-video {
	overflow: hidden;
}

.customize-area .banner-video video {
	width: 90% !important;
}

/*
Realtime Dashboard Area
======================================================*/
.realtime-dash-area {
	position: relative;
	overflow: hidden;
	width: 100%;
	/* background: url(../images/app/banner.png); */
	background-size: cover;
	z-index: 1;
}

.realtime-dash-area ul li {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 45px;
}

.realtime-dash-area ul li i {
	width: 25px;
	height: 25px;
	background: #ff6602;
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 20px;
	margin-top: 5px;
}

.realtime-dash-area ul li i::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff66027a;
	left: -5px;
	top: -5px;
	z-index: -1;
}

/*
Brand Web Area
======================================================*/
/*
Marchant App Area
======================================================*/
.marchant-app-area {
	position: relative;
  /* background: url(../images/app/appbaner.png); */
  /*background: url(../images/app/banner.png);*/
}

.marchant-app-area .app-store {
	margin-top: 20px;
}

.marchant-app-area .app-store a img {
	margin-right: 10px;
}

.marchant-app-area .banner-video {
	text-align: center;
}

.marchant-app-area .banner-video video {
	width: 90% !important;
	margin: 0 auto;
}

.marchant-app-area ul li {
	font-size: 17px;
	margin-bottom: 20px;
	padding-left: 45px;
}

.marchant-app-area ul li i {
	width: 25px;
	height: 25px;
	background: #ff6602;
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0px;
	margin-top: 5px;
}

.marchant-app-area ul li i::after {
	position: absolute;
	content: "";
	width: 25px;
	height: 25px;
	background: #ff66027a;
	left: -5px;
	top: -5px;
	z-index: -1;
}

.marchant-app-area .single-video {
	position: relative;
	z-index: 1;
}

.marchant-app-area .single-video .video-popup {
	position: absolute;
	top: 53%;
	left: 55%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.marchant-app-area .single-video .video-popup .video-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	background-color: #ff6602;
}

.marchant-app-area .single-video .video-popup .video-btn::before,
.marchant-app-area .single-video .video-popup .video-btn::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	bottom: 0;
	left: 0;
	border-radius: 50%;
	background-color: #ff6602;
}

.marchant-app-area .single-video .video-popup .video-btn i {
	font-size: 60px;
	color: #fff;
	line-height: 80px;
	text-align: center;
	position: relative;
	left: 6px;
}

.marchant-app-area .single-video .video-popup .video-btn::before {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
}

.marchant-app-area .single-video .video-popup .video-btn::after {
	-webkit-animation: ripple 1.6s ease-out infinite;
	animation: ripple 1.6s ease-out infinite;
}

@keyframes ripple {
	0%,
	35% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0.8;
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(2);
		transform: scale(2);
	}
}

/*
Home Services Area
======================================================*/
.home-services-area {
	position: relative;
	/*background: url(../images/app/banner.png);*/
}

.home-services-area .section-title {
	margin-bottom: 30px;
	text-align: center;
}

.home-services-area .single-service {
	position: relative;
	padding: 30px 25px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	max-height: 100%;
	background: #fff;
}

.home-services-area .single-service .icon {
	width: 60px;
	height: 55px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 5px 15px 35px #262a371f;
	box-shadow: 5px 15px 35px #262a371f;
	background: #ff66022e;
	line-height: 50px;
	margin-bottom: 10px;
}

.home-services-area .single-service .icon i {
	color: #ff6602;
	font-size: 30px;
}

.home-services-area .single-service .content h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.home-services-area .single-service .content p {
	color: #242230cc;
	font-size: 17px;
}

.home-services-area .single-service:hover .icon {
	background: #ffffff;
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
}

.home-services-area .single-service:hover .icon i {
	color: #ffffff;
}
.home-services-area .single-service:hover{
	background: #ff66022e;
}

.h-100 {
	height: 90% !important;
}

/*
Get Demo Area
======================================================*/
.get-demo-area {
	position: relative;
	background-image: linear-gradient(
		130deg,
		rgba(255, 209, 181, 0.19) 0%,
		rgba(255, 196, 155, 0.54) 100%
	) !important;
	overflow: hidden;
}

.get-demo-area .content {
	text-align: center;
	max-width: 70%;
	margin: 0 auto;
}

.get-demo-area .content h3 {
	color: #ff6602;
	font-size: 25px;
}

.get-demo-area .content h2 {
	font-size: 50px;
	line-height: 60px;
}

.get-demo-area .lines {
	left: 0;
	right: 0;
	width: 100%;
	z-index: -1;
	margin: auto;
}

.get-demo-area .lines,
.get-demo-area .lines .line {
	top: 0;
	height: 100%;
	position: absolute;
}

.get-demo-area .lines .line {
	left: 50%;
	width: 2px;
	overflow: hidden;
	background: #ffffff1a;
}

.get-demo-area .lines .line:after {
	left: 0;
	top: -50%;
	width: 100%;
	content: "";
	height: 15vh;
	display: block;
	position: absolute;
	-webkit-animation: run 7s 0s infinite;
	animation: run 7s 0s infinite;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #fff),
		color-stop(75%, #ff6602),
		to(#ff6602)
	);
	background: linear-gradient(to bottom, #fff 0, #ff6602 75%, #ff6602 100%);
}

.get-demo-area .lines .line:first-child {
	margin-left: -35%;
}

.get-demo-area .lines .line:first-child:after {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.get-demo-area .lines .line:nth-child(3) {
	margin-left: -17.5%;
}

.get-demo-area .lines .line:nth-child(3):after {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

.get-demo-area .lines .line:nth-child(4) {
	margin-left: 17.5%;
}

.get-demo-area .lines .line:nth-child(4):after {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.get-demo-area .lines .line:nth-child(5) {
	margin-left: 35%;
}

.get-demo-area .lines .line:nth-child(5):after {
	-webkit-animation-delay: 3.5s;
	animation-delay: 3.5s;
}

@-webkit-keyframes run {
	0% {
		top: -50%;
	}
	to {
		top: 110%;
	}
}

@keyframes run {
	0% {
		top: -50%;
	}
	to {
		top: 110%;
	}
}

/*
Footer Area
======================================================*/
.footer-area {
	/*background-image: url(../images/footer-bg.svg);*/
	overflow: hidden;
}

.single-footer-widget {
	margin-bottom: 30px;
}

.single-footer-widget .widget-logo {
	margin-bottom: 15px;
}

.single-footer-widget .widget-logo img {
	max-width: 75%;
}

.single-footer-widget h3 {
	margin-bottom: 25px;
	font-size: 25px;
}

.single-footer-widget p {
	margin-bottom: 0;
	color: #242230cc;
	font-size: 16px;
	padding-right: 1%;
}

.single-footer-widget .widget-social {
	padding-left: 0;
	margin-top: 25px;
	margin-bottom: 0;
}

.single-footer-widget .widget-social li {
	display: inline-block;
	list-style-type: none;
	margin-right: 10px;
}

.single-footer-widget .widget-social li:last-child {
	margin-right: 0;
}

.single-footer-widget .widget-social li a i {
	display: inline-block;
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #ff6602;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.single-footer-widget .widget-social li a i:hover {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);

	/* background: #ffffff; */
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
	color: #fff;
}

.single-footer-widget .footer-quick-links {
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 0;
	margin-top: -15px;
}

.single-footer-widget .footer-quick-links li {
	max-width: 100%;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 15px;
}

.single-footer-widget .footer-quick-links li a {
	display: inline-block;
	color: #242230cc;
}

.single-footer-widget .footer-quick-links li a:hover {
	color: #ff6602;
}

.single-footer-widget .widget-info {
	padding-left: 0;
	margin-top: 20px;
	margin-bottom: 0;
}

.single-footer-widget .widget-info li {
	list-style-type: none;
	margin-bottom: 22px;
	position: relative;
	padding-left: 35px;
	color: #242230cc;
	font-size: 16px;
}

.single-footer-widget .widget-info li i {
	position: absolute;
	left: 0;
	top: 0;
	color: #ff6602;
	font-size: 22px;
}

.single-footer-widget .widget-info li a {
	color: #242230cc;
}

.single-footer-widget .widget-info li a:hover {
	color: #ff6602;
}

.single-footer-widget .widget-info li:first-child i {
	top: 5px;
}

.single-footer-widget .widget-info li:last-child {
	margin-bottom: 0;
}

/*
CopyrightArea
======================================================*/
.copyright-area {
	margin-top: 35px;
	padding-bottom: 35px;
}

.copyright-area .copyright-area-content {
	text-align: center;
	padding-top: 35px;
	border-top: 1px solid #39364538;
}

.copyright-area .copyright-area-content p {
	color: #ff6602;
	font-size: 15px;
	font-weight: 500;
}

.copyright-area .copyright-area-content p a {
	display: inline-block;
	font-weight: 500;
	color: #ff6602;
}

.copyright-area .copyright-area-content p a:hover {
	color: #ff6602;
}

/*
Page Title Area
======================================================*/
.page-title-area {
	position: relative;
	overflow: hidden;
	padding-top: 150px;
	padding-bottom: 85px;
	text-align: center;
	/*background: url(../images/custome-banner.svg);*/
	height: 100%;
	z-index: 1;
}

.page-title-area::before {
	position: absolute;
	content: "";
	background-image: linear-gradient(
		130deg,
		rgba(255, 209, 181, 0.19) 0%,
		rgba(255, 196, 155, 0.54) 100%
	) !important;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	z-index: -1;
}

.page-title-area p {
	font-size: 18px;
	color: #ff6602;
	max-width: 55%;
	margin: 0 auto;
}

/*
Service Wesite Area
======================================================*/
.service-website-area {
	position: relative;
	z-index: 1;
}

.service-website-area .service-img {
	margin: 0 auto;
	max-width: 75%;
}

/*
Service APP Area
======================================================*/
.service-app-area {
	position: relative;
	/*background: url(../images/app/appbaner.png);*/
}

/*
Service Wesite Area
======================================================*/
.service-customize-area {
	position: relative;
}

.service-customize-area .banner-video {
	width: 85% !important;
	margin: 0 auto;
}

.service-customize-area .banner-video video {
	width: 100% !important;
}

/*
Epos Wesite Area
======================================================*/
.epos-website-area {
	position: relative;
	z-index: 1;
}

.epos-website-area .service-img {
	margin: 0 auto;
	max-width: 85%;
}

/*
Eat In Area
======================================================*/

.eatin-app-area{
  position: relative;
  /*background: url(../images/app/appbaner.png);*/
  padding: 40px 0;
}
.eatin-app-area .app-store {
	margin-top: 30px;
}

/*
Epos Feature Area
======================================================*/
.epos-feature-area {
	position: relative;
	/*background: url(../images/epos/appbaner.png);*/
	z-index: 1;
}

.epos-feature-area .single-feature {
	position: relative;
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	max-height: 100%;
	background: #fdfdfd;
}

.epos-feature-area .single-feature .icon {
	width: 60px;
	height: 55px;
	text-align: center;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-box-shadow: 5px 15px 35px #262a371f;
	box-shadow: 5px 15px 35px #262a371f;
	background: #ff66022e;
	line-height: 54px;
	margin-bottom: 10px;
}

.epos-feature-area .single-feature .icon i {
	color: #ff6602;
	font-size: 30px;
}

.epos-feature-area .single-feature .icon img {
	max-width: 55%;
}

.epos-feature-area .single-feature .content h3 {
	font-size: 22px;
	margin-bottom: 5px;
}

.epos-feature-area .single-feature .content p {
	color: #242230cc;
	font-size: 17px;
}

.epos-feature-area .single-feature:hover .icon {
	background: #ffffff;
	border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
}

.epos-feature-area .single-feature:hover .icon i {
	color: #ffffff;
}

.section-title-feature{
    margin-top:140px;
}

/*
Price Area
======================================================*/
.exclusive-price {
	position: relative;
}

.exclusive-price .price {
	position: relative;
    display: contents;
    /* padding: 20px; */
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background: #ffffff;
}

.exclusive-price .price li {
	font-size: 16px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
}

.exclusive-price .price li::before {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background: #ff6602;
	left: 0;
	top: 15px;
}

.exclusive-price .box-btn {
	line-height: 27px;
	height: 40px;
	padding: 7px 30px;
	margin-top: 20px;
}

.exclusive-price option.form-control.pack {
	background: #ff6602;
	line-height: 27px;
	color: #ffffff;
	font-size: 17px;
}

.exclusive-price .modal-content {
	border-radius: 0 !important;
}

.price-area {
	position: relative;
	/*background: url(../images/pricing/appbaner.png);*/
}

.price-area .container-fluid {
	max-width: 1380px;
}

.price-area .single-price {
	position: relative;
	padding: 30px 20px;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	border: 1px solid transparent;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.price-area .single-price h2 {
	color: #ff8f00;
	margin-bottom: 0;
}

.price-area .single-price ul {
	margin-top: 15px;
}

.price-area .single-price ul li {
	color: #ff8f00;
	font-size: 17px;
	padding-bottom: 13px;
	padding-left: 25px;
	position: relative;
}

.price-area .single-price ul li::before {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background: #ff8f00;
	left: 0;
	top: 10px;
}

.price-area .single-price ul li span i {
	font-size: 13px;
}

.price-area .single-price ul li span del {
	color: #7c828d;
}

.price-area .single-price .box-btn {
	background: #ff8f0042;
	height: 40px;
	padding: 7px 30px;
	margin-top: 15px;
	color: #ff8f00;
	line-height: 28px !important;
}

.price-area .single-price:hover {
	border: 1px dashed #ff6602;
}

.price-area .sp1 h2 {
	color: #4353ff;
}

.price-area .sp1 ul li {
	color: #4353ff;
}

.price-area .sp1 ul li::before {
	background: #4353ff;
}

.price-area .sp1 ul li span del {
	color: #7c828d;
}

.price-area .sp1 .box-btn {
	background: #b2b8ff66;
	color: #4353ff;
}

.price-area .sp2 h2 {
	color: #29cf8d;
}

.price-area .sp2 ul li {
	color: #29cf8d;
}

.price-area .sp2 ul li::before {
	background: #29cf8d;
}

.price-area .sp2 .box-btn {
	background: #29cf8d30;
	color: #29cf8d;
}

.price-area option.form-control.pack {
	background: #ff6602;
	line-height: 27px;
	color: #ffffff;
	font-size: 17px;
}

.price-area .modal-content {
	border-radius: 0 !important;
}

/* 
About Area Style
=====================================================*/
.About-website-area {
	position: relative;
	/*background: url(../images/app/appbaner.png);*/
}

.app-img.text-center {
	max-width: 85%;
	margin: 0 auto;
}

/* 
Main Contact Area Style
=====================================================*/
.main-contact-area {
	position: relative;
	/*background-image: url(../images/footer-bg.svg);*/
	z-index: 10;
}

.main-contact-area #contactForm {
	padding: 40px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.main-contact-area .form-group {
	margin-bottom: 30px;
}

.main-contact-area .form-group label {
	font-size: 16px;
	margin-bottom: 10px;
}

.main-contact-area .form-group .form-control {
	background-color: #f9fbfe;
}

.main-contact-area .form-group .form-control::-webkit-input-placeholder {
	color: #292d34;
}

.main-contact-area .form-group .form-control:-ms-input-placeholder {
	color: #292d34;
}

.main-contact-area .form-group .form-control::-ms-input-placeholder {
	color: #292d34;
}

.main-contact-area .form-group .form-control::placeholder {
	color: #292d34;
}

.map-area iframe {
	height: 480px;
	border: none !important;
	display: block;
	width: 100%;
}

.contact-info {
	padding-right: 50px;
}

.contact-info .get-touch {
	position: relative;
	padding: 8px 30px;
	background: #ff6602ba;
	color: #fff;
	display: inline-block;
	border-radius: 50px;
}

.single-contact-info {
	margin-bottom: 30px;
	position: relative;
	/*padding-right: 38%;*/
}

.single-contact-info h3 {
	color: #292d34;
	font-size: 25px;
}

.single-contact-info p {
	font-size: 16px;
	position: relative;
	color: #ff6602;
	margin-left: 20px;
}

.single-contact-info p i {
	color: #ff6602;
	position: absolute;
	top: 6px;
	margin-right: 5px;
	display: inline-block;
	left: -25px;
	font-size: 20px;
}

.single-contact-info p a {
	color: #ff6602;
}

.single-contact-info p a:hover {
	-webkit-transform: translateX(2px);
	transform: translateX(2px);
}

.partner-item {
	text-align: center;
	padding: 20px 0px;
	border-radius: 3px;
	background: #fff;
}

.partner-item a img {
	width: auto !important;
	display: inline-block !important;
	filter: brightness(0.8) contrast(0.5) grayscale(100%);
}

.feedback-area {
	position: relative;
}

.feedback-area .section-title {
	padding-right: 10%;
}

.single-testimonials-box {
	position: relative;
	z-index: 1;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	padding: 15px;

	/* border-radius: 20px; */
	box-shadow: inset 0px 0px 10px #ff660247, inset -5px -5px 10px #ffffff;
}

.single-testimonials-box p {
	font-size: 16px;
}

.single-testimonials-box .client-info {
	margin-top: 20px;
}

.single-testimonials-box .client-info .letter {
	width: 60px;
	height: 60px;
	background: #ff6602;
	border-radius: 50%;
	color: #fff;
	font-size: 25px;
	text-align: center;
	font-weight: bold;
	line-height: 55px;
}

.single-testimonials-box .client-info .title {
	margin-left: 15px;
}

.single-testimonials-box .client-info .title h3 {
	margin-bottom: 0;
	color: #ff6602;
	font-size: 18px;
	font-weight: 600;
}

.single-testimonials-box .client-info .title span {
	display: block;
	font-size: 13px;
	font-weight: 500;
}

.single-testimonials-box ul.rating li i {
	font-size: 18px;
	color: #f8b805;
}

.single-testimonials-box .google {
	width: 40px;
	height: 40px;
	margin-left: auto;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

.testimonials-slides .owl-dots {
	margin-top: 15px;
	text-align: center;
}

.testimonials-slides button.owl-dot {
	width: 6px;
	height: 6px;
	border: 1px solid #ff6602;
	margin-right: 10px;
	position: relative;
	opacity: 0.5;
}

.testimonials-slides button.owl-dot.active {
	width: 7px;
	height: 7px;
	background: #ff6602;
	left: 0;
	top: 0;
}

/*
Banner Area Css
======================================================*/
.features-banner-area {
	position: relative;
	/* background: url(../images/features/banner.png); */
	    /*background: url(../images/footer-bg.svg);*/
	background-size: cover;
	width: 100%;
	height: auto;
	z-index: 1;
}

.features-banner-area .banner-content {
	max-width: 50%;
	margin: 0 auto;
	text-align: center;
	margin-top: 95px;
}

.features-banner-area .banner-content h1 {
	font-size: 35px;
	color: #292d34;
	margin: 0 0 10px;
}

.features-banner-area .banner-content p {
	padding-right: 0%;
	font-size: 16px;
	max-width: 90%;
	margin: 0 auto;
}

.features-banner-area .banner-content .banner-btn {
	margin-top: 20px;
}

.features-banner-area .main-img {
	padding: 20px 0px;
	/* background: url(../images/features/bg.png); */
	background-size: cover;
}

.features-banner-area .main-img img {
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.features-banner-area .actives {
	background: #ff6602 !important;
	color: #ffffff !important;
}

.features-banner-area .actives h3 {
	color: #ffffff !important;
}

.feature-slider-area {
	position: relative;
}

.feature-slider-area .actives {
	background: #ff6602 !important;
	color: #ffffff !important;
}

.feature-slider-area .actives h3 {
	color: #ffffff !important;
}

.feature-slider-area .features-slides {
	padding-top: 20px;
}

.feature-slider-area .single-item {
	position: relative;
	padding: 15px 10px;
	text-align: center;
	background: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	color: #2c3a57;
}

.feature-slider-area .owl-carousel .owl-dots.disabled,
.feature-slider-area .owl-carousel .owl-nav.disabled {
	display: block !important;
}

.feature-slider-area button.owl-prev {
	background: #ff6602 !important;
	width: 40px;
	height: 40px;
	color: #fff !important;
	position: absolute;
	top: 70px;
	left: -25px;
}

.feature-slider-area button.owl-prev span {
	font-size: 30px !important;
	line-height: 30px !important;
}

.feature-slider-area button.owl-next {
	background: #ff6602 !important;
	width: 40px;
	height: 40px;
	color: #fff !important;
	font-size: 20px !important;
	position: absolute;
	top: 70px;
	right: -25px;
}

.feature-slider-area button.owl-next span {
	font-size: 30px !important;
	line-height: 30px !important;
}

/*
Choose Area Css
======================================================*/
.choose-area .choose-content .faq-accordion .accordion {
	padding: 0;
	margin: 0;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item:last-child {
	margin-bottom: 0;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title {
	padding: 15px 60px 15px 70px;
	color: #292d34;
	position: relative;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title
	i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #051242;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title.active {
	color: #ff6602;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title.active
	i::before {
	content: "\ec4e";
	color: #ffffff;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content {
	display: none;
	margin-bottom: 0;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	z-index: 1;
	position: relative;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content.show {
	display: block;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #242230cc;
	top: 5px;
}

.choose-area .choose-content .faq-accordion .accordion .icon {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #ff6602;
	text-align: center;
	font-size: 18px;
	color: #fff;
	top: 15px;
	left: 18px;
	border-radius: 50%;
}

.choose-area .choose-img {
	overflow: hidden;
	margin: 0 auto;
	max-width: 85%;
}

.choose-area-two .choose-content .faq-accordion .accordion-two {
	padding: 0;
	margin: 0;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two {
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two:last-child {
	margin-bottom: 0;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-title-two {
	padding: 15px 60px 15px 70px;
	color: #292d34;
	position: relative;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-title-two
	i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #292d34;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-title-two.active {
	color: #ff6602;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-title-two.active
	i::before {
	content: "\ec4e";
	color: #ffffff;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-content-two {
	display: none;
	margin-bottom: 0;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	z-index: 1;
	position: relative;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-content-two.show {
	display: block;
}

.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item-two
	.accordion-content-two::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #242230cc;
	top: 5px;
}

.choose-area-two .choose-content .faq-accordion .accordion-two .icon {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #ff6602;
	text-align: center;
	font-size: 18px;
	color: #fff;
	top: 15px;
	left: 18px;
	border-radius: 50%;
}

.choose-area-two .choose-img-tow {
	overflow: hidden;
	margin: 0 auto;
	max-width: 85%;
}

.choose-area-three .choose-content .faq-accordion .accordion-three {
	padding: 0;
	margin: 0;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three {
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	background: #fff;
}
.choose-area-three
{
	background: #fff;
}
.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three:last-child {
	margin-bottom: 0;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-title-three {
	padding: 15px 60px 15px 70px;
	color: #292d34;
	position: relative;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-title-three
	i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #292d34;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-title-three.active {
	color: #ff6602;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-title-three.active
	i::before {
	content: "\ec4e";
	color: #ffffff;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-content-three {
	display: none;
	margin-bottom: 0;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	z-index: 1;
	position: relative;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-content-three.show {
	display: block;
}

.choose-area-three
	.choose-content
	.faq-accordion
	.accordion-three
	.accordion-item-three
	.accordion-content-three::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #242230cc;
	top: 5px;
}

.choose-area-three .choose-content .faq-accordion .accordion-three .icon {
	position: absolute;
	z-index: 2;
	width: 40px;
	height: 40px;
	line-height: 43px;
	background: #ff6602;
	text-align: center;
	font-size: 18px;
	color: #fff;
	top: 15px;
	left: 18px;
	border-radius: 50%;
}

.choose-area-three .choose-img-three {
	overflow: hidden;
	margin: 0 auto;
	max-width: 85%;
}

.choose-area-three .choose-img-three img {
	margin: 0 auto;
}

.screen-area {
	position: relative;
}

.screen-area .section-title {
	margin-bottom: 50px;
}

.screen-area .owl-dots {
	margin-top: 15px;
	text-align: center;
}

.screen-area button.owl-dot {
	width: 6px;
	height: 6px;
	border: 1px solid #ff6602;
	margin-right: 10px;
	position: relative;
	opacity: 0.5;
}

.screen-area button.owl-dot.active {
	width: 7px;
	height: 7px;
	background: #ff6602;
	left: 0;
	top: 0;
}

.float-wp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	right: 25px;
}

.my-float-wp {
	margin-top: 10px;
	font-size: 40px;
	/* color: #25d366; */
}
.swal2-html-container {
	margin-bottom: 0 !important;
	margin-top: 5px !important;
	line-height: 28px !important;
}
.swal2-popup {
	border-radius: 0 !important;
}
.swal2-title {
	padding-top: 10px !important;
}
.swal2-styled.swal2-confirm {
	padding: 7px 30px !important;
	border-radius: 0 !important;
	background: #518c30fa !important;
	box-shadow: none !important;
}
.modal-content {
	border-radius: 0 !important;
}
.form-check-input {
	margin-top: 9px;
	border-radius: 0 !important;
}
.privacy-area {
	position: relative;
	padding-top: 100px;
}

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

.privacy-area .section-title h2 {
	color: #ff6602;
}

.privacy-area .content h3 {
	color: #ff6602;
}

.privacy-area .content p {
	margin-bottom: 20px;
	font-size: 16px;
}

.privacy-area .content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.privacy-area .content ul li {
	list-style: disc;
}

.terms-area {
	position: relative;
	padding-top: 100px;
}

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

.terms-area .section-title h2 {
	color: #ff6602;
}

.terms-area .content h3 {
	color: #ff6602;
}

.terms-area .content p {
	margin-bottom: 20px;
	font-size: 16px;
}

.terms-area .content ul {
	margin-left: 20px;
	margin-bottom: 20px;
}

.terms-area .content ul li {
	list-style: disc;
}
/*
faq Area Css
======================================================*/
.faq-area {
	position: relative;
	padding-top: 100px;
}

.faq-area .section-title {
	margin-bottom: 30px;
}

.faq-area .section-title h2 {
	color: #ff6602;
}

.faq-area .faq-content .faq-accordion .accordion {
	padding: 0;
	margin: 0;
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item {
	display: block;
	margin-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-area .faq-content .faq-accordion .accordion .accordion-item:last-child {
	margin-bottom: 0;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title {
	padding: 15px 35px 15px 35px;
	color: #051242;
	position: relative;
	border-radius: 2px;
	font-size: 18px;
	font-weight: 600;
	display: block;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title
	i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #051242;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-size: 16px;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title.active {
	border: 1px solid #ff6602;
	color: #ff6602;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title.active
	i::before {
	content: "\ec4e";
	color: #ffffff;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content {
	display: none;
	background-color: #fff;
	margin-bottom: 0;
	padding: 15px 30px 15px 30px;
	font-size: 16px;
	z-index: 1;
	color: #50607f;
	position: relative;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content.show {
	display: block;
}

.faq-area
	.faq-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content::before {
	content: "";
	width: 75%;
	height: 2px;
	background: #242230cc;
	top: 5px;
}

.mobile-app-area .single-apps-box img {
	max-width: 90%;
	margin: 0 auto;
}

.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-title.active {
	color: #ff6602;
	background: #fff;
}
.choose-area
	.choose-content
	.faq-accordion
	.accordion
	.accordion-item
	.accordion-content.active {
	color: #ff6602;
	background: #fff;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content{
	background: #fff;
}
.choose-area .choose-content .faq-accordion .accordion .icon.active {
background:#ff6602 ;
}


.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-tow
	.accordion-item
	.accordion-title-tow.active {
	color: #ff6602;
	background: #fff;
}
.choose-area-two
	.choose-content
	.faq-accordion
	.accordion-two
	.accordion-item
	.accordion-content-two.active {
	color: #ff6602;
	background: #fff;
}

.choose-area-two .choose-content .faq-accordion .accordion-two .accordion-item .accordion-content-two{
	background: #fff;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: 100px;
	object-fit: cover;
}

.social-link {
    width: 35px;
    height: 35px;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    border-radius: 50%;
    transition: all 0.3s;
    font-size: 1.1rem;
}
.single-team{
  position: relative;
  box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}
a.social-link:hover{
  background: #ff6602;
  color: #fff;
}
.single-team h5{
	font-size: 19px;
}

.float-wp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 90px;
	background-color: #25d366;
	color: #fff;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	z-index: 100;
	right: 25px;
}

/*# sourceMappingURL=style.css.map */


.trust-pilot-part{
    margin: 8px 65px;
}
