:root {
	--theme:#0b998b;
	--theme-dark:#067e72;
	--theme-light:#f2fffd;
}
@keyframes pulse-me {
	0% {
		transform: scale(.9);
		opacity: .2;
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9)
	}
	50% {
		opacity: .5
	}
	70% {
		opacity: .09
	}
	100% {
		transform: scale(2.1);
		opacity: 0;
		-webkit-transform: scale(2.1);
		-moz-transform: scale(2.1);
		-ms-transform: scale(2.1);
		-o-transform: scale(2.1)
	}
}
.button-block {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	width: 100%;
}
.bgcolor1 {
    background-color: #C1E4F7;
}
.bgcolor2 {
    background-color: #D4EBD7;
}
.bgcolor3 {
    background-color: #E0D6FC;
}
.bgcolor4 {
    background-color: #F4DAFD;
}
.bgcolor5 {
    background-color: #FFE5D7;
}
.bgcolor6 {
    background-color: #FFF4D8;
}
.bgcolor7 {
    background-color: #FFDCDC;
}
.bgcolor8 {
    background-color: #D7F8FF;
}
.common-button {
    background-color: var(--theme);
    font-size: 20px;
    text-transform: initial;
    font-weight: 600;
    padding: 10px 40px 13px 40px;
    color: #fff;
    display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
    margin-right: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	align-items: center;
}
.common-button i {
	font-size: 20px;
}
.common-button:hover {
    background-color: var(--theme-dark);
    color: #fff;
}
.common-button > img {
    width: 20px;
    height: 20px;
}
.common-button:hover {
    background-color: var(--theme-dark);
}
.common-button.btn-color1 {
    background-color: #FE9B00;
}
.common-button.btn-color1:hover,
.common-button.btn-color1:focus {
    background-color: #c07a24;
}
.common-button.btn-color2 {
    background-color: #ff6e00;
}
.common-button.btn-color2:hover,
.common-button.btn-color2:focus {
    background-color: #dd6000;
}
.text-center {
	text-align: center;
}
.text-center p {
	text-align: center;
}
.heading-area.center p {
    text-align: center;
}
.play-anim-ico {
	width: 60px;
	position: absolute;
	height: 60px;
	right: 50px;
	bottom: 50px;
	z-index: 111;
	background-color: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	color: #fff;
}
.play-anim-ico::before {
	content: '\e9c2';
	font-family: 'icomoon';
	font-size: 60px;
	color: var(--theme);
}
.play-anim-ico:after {
	position: absolute;
	width: 34px;
	height: 34px;
	content: '';
	left: 50%;
	top: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: -17px 0 0 -17px;
	border-radius: 50%;
	z-index: -1;
	box-shadow: 0 0 0 13px #fff;
	transform: scale(0.9);
	transform-origin: center center;
	animation: pulse-me 1s linear infinite;
	-webkit-animation: pulse-me 1s linear infinite
}
.play-anim-ico.theme {
	color: var(--theme);
}
.play-anim-ico.theme::after {
	box-shadow: 0 0 0 13px var(--theme);
}
.container-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
p {
	font-size: 16px;
    color: #000;
    line-height: 23px;
	margin: 0 0 10px 0;
	text-align: justify;
}
p:last-child {
	margin-bottom: 0;
}
.flowmap {
	padding: 50px 0;
	background-color: #f8f8f8;
}
.flowmap-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto
}
.flowmap img {
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.client-collage-inner {
	max-width: 1292px;
	margin: 0 auto;
	padding: 0 15px
}
.client-collage {
	padding: 50px 0
}
.client-collage .heading-area {
	margin-bottom: 35px
}
.collage-col.column1 {
	width: 46%
}
.collage-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 12px;
	align-items: flex-start
}
.collage-col.column2 {
	width: 32.568%
}
.collage-col.column3 {
	width: 19.3%
}
.collage-col img {
	max-width: 100%
}
.collage-col.column4 {
	width: 36.9%
}
.collage-col.column5 {
	width: 62.204%
}
.column4.flex-main-col {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}
.collage-row img {
	vertical-align: top
}
.inner-column {
	margin-bottom: 9px
}
.collage-col.column6 {
	width: 50.317%
}
.collage-col.column7 {
	width: 48.654%
}
.collage-col.column8 {
	width: calc(33.33% - 7px);
	width: -o-calc(33.33% - 7px);
	width: -ms-calc(33.33% - 7px);
	width: -moz-calc(33.33% - 7px);
	width: -webkit-calc(33.33% - 7px)
}
.inner-column:nth-last-child(-n+2) {
	margin-bottom: 0
}
.banner {
	padding: 90px 0 0 0;
	background-image: url(../index-94.html);
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 1;
	background-size: cover
}
.top-banner {
	padding: 40px 0;
}
.top-banner img {
	max-width: 100%;
}
.top-banner img.new-tag {
	position: relative;
	top: auto;
	display: inline-block;
	vertical-align: middle;
	margin-top: -12px;
  }
.banner .banner-des {
	line-height: 23.2px;
	color: #373737;
	margin: 0;
	font-weight: bold
}
.top-banner .button-block {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: left;
}
.top-banner .common-button {
    padding: 10px 15px 13px 15px;
    font-size: 18px;
	margin: 0;
}
.banner-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.banner-right {
	width: 48%;
}
.banner-left {
	width: 48%;
}
.banner h1 {
	font-size: 124px;
	font-weight: bold;
	color: var(--theme);
	margin-top: -20px;
	margin-bottom: 29px
}
.banner h1 span {
	color: #eda502;
	display: block;
	margin-top: -30px
}
.banner p {
	font-size: 30px;
	color: #1d1d1d;
	font-weight: bold;
	line-height: 42px
}
.banner-top-heading1 {
	font-size: 45px;
	text-transform: uppercase;
	font-weight: bold;
	color: var(--theme);
	display: block;
	line-height: 1.2em;
}
.banner-top-heading1 ~ b {
	font-size: 16px;
    color: #000;
    line-height: 23px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px 0;
}
.banner-top-heading2 {
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 15px;
	font-weight: bold;
	color: #000;
	display: block;
	line-height: 1em;
}
/**************************************/
.revenue-inner {
    max-width: 1310px;
    margin: 0 auto;
    padding: 0 15px;
}
.revenue {
    padding: 40px 0 30px 0;
}
.revenue .heading p {margin-bottom: 20px;}
.revenue ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.revenue-inner-block strong {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}
.revenue ul li {
    padding: 0 10px;
    margin: 0 0 20px 0;
    width: 50%;
}
.revenue-inner-block {
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}
.revenue-caption {
    width: calc(100% - 115px);
    width: -o-calc(100% - 115px);
    width: -moz-calc(100% - 115px);
    width: -webkit-calc(100% - 115px);
}
.revenue-caption p {
    margin: 0;
}
.revenue-inner-block i {
    margin-right: 15px;
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px;
    border-right: 1px solid #ddd;
}
.revenue-inner-block i img {
    width: 80px;
}
/*******************************************/
.mainWrapper {
	margin: 80px auto 0 auto;
	overflow: hidden
}
.heading-area {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 10px;
	width: 100%;
}
.heading-area strong {
	text-transform: initial;
	font-size: 20px;
	color: #000;
	font-weight: 400;
	display: block;
}
.heading-area .header-sep {
	width: 38px;
	display: block;
	margin: 15px auto 0 auto
}
.heading-area .heading-style {
    font-size: 34px;
    font-weight: bold;
    margin: -6px 0 10px 0;
    color: #000;
    position: relative;
    line-height: 1em;
    text-transform: uppercase;
}
.heading-area.left .heading-style {
	text-align: left;
}
.demo-vodeo {
	padding: 40px 0;
	background-color: var(--theme-light);
}
.demo-vodeo .heading-area {
    width: 100%;
}
.demo-vodeo .heading-area p {
	text-align: center;
}
.demo-vodeo .play-anim-ico {
	left: 50%;
	right: auto;
	top: 50%;
	bottom: auto;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
}
.demo-video-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.video-block {
	border-radius: 5px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	display: inline-block;
	max-width: 800px;
	margin: 10px auto 0 auto;
}
.video-block img {
	max-width: 100%;
	vertical-align: top;
}
.video-block iframe {
	height: 33.3vw
}
.features {
	padding: 40px 0px;
	position: relative;
	background-color: var(--theme-light);
}
.features .light-shape {
	position: absolute;
	left: -10px;
	bottom: 50px;
	z-index: -1
}
.features-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	max-width: 1310px;
	padding: 0 15px
}
.features ul {
	width: 100%;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.features ul li {
	position: relative;
	box-sizing: border-box;
	width: calc((100% - 70px) / 4);
    width: -webkit-calc((100% - 70px) / 4);
    width: -moz-calc((100% - 70px) / 4);
    width: -ms-calc((100% - 70px) / 4);
    width: -o-calc((100% - 70px) / 4);
	flex-grow: 1;
}
.fet-caption {
	padding: 20px;
	background-color: #fff;
	height: 100%;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.10);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.features ul li i {
    width: 70px;
    height: 70px;
    font-size: 40px;
    display: inline-flex;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}
.features ul li i img {
	height: 56px;
	width: auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.features ul li:hover .strong {
	color: var(--theme),
}
.features ul li .sep {
	position: absolute;
	right: -18px;
	bottom: -70px
}
.features ul li .strong {
	display: block;
	line-height: normal;
	font-size: 20px;
	color: #373737;
	margin-bottom: 13px;
	font-weight: 600;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.provide {
	padding: 40px 0;
	position: relative;
	z-index: 0;
}
.provide .heading-area h3:before {
	display: none
}
.provide-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.provide-right {
	width: 43%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.provide-left {
	width: 55%;
}
.provide-right img {
	max-width: 100%
}
.provide-left .heading-area {
	text-align: left;
	margin: 0;
}
.provide-left .heading-area .header-sep {
	margin-left: 0
}
.provide .heading-area h5 {
	margin-bottom: 0
}
.provide .heading-area h5:before {
	display: none
}
.provide-inner .heading-area {
	width: 100%;
}
.provide-inner .heading-area p {
	width: 100%;
	text-align: center;
}
.provide ul {
	display: block;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style: none;
	margin-bottom: 20px;
}
.provide ul li {
    width: auto;
    box-sizing: border-box;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0 0 0 20px;
    position: relative;
    color: #000;
}
.provide ul li:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	background-color: var(--theme);
	border-radius: 50%;
	left: 0;
	top: 7px
}
.order ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: space-between;
	margin-top: 60px;
}
.order .heading-area strong {
	display: block;
	font-weight: 600
}
.order.has_three .heading-area strong {
	display: block;
	font-weight: 400
}
.order .heading-area h3 span {
	display: block;
	font-size: 28px;
	margin: 10px 0 10px 0
}
.order .heading-1 {
	display: block;
	font-weight: 600;
	text-transform: initial;
    font-size: 20px;
    color: #525252;
}
.order .heading-2 {
	display: block;
    font-size: 28px;
    margin: 0 0 0 0;
    font-weight: bold;
    color: #191919;
    position: relative;
    line-height: normal;
}
.order .heading-3 {
	font-size: 34px;
    font-weight: bold;
    margin: 0 0 16px 0;
    color: #191919;
    position: relative;
    line-height: normal;
}
.order .heading-area h3 span {
	display: block;
	font-size: 28px;
	margin: 10px 0 10px 0
}
.order .heading-area h2::before, .order .heading-area h3::before, .order .heading-area h4::before, .order .heading-area h5::before {
	display: none
}
.order.has_three ul {
	margin: 0;
}
.order.has_three .heading-area h3::before {
	display: block
}
.order-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto
}
.order ul li i {
	width: 88px;
	height: 88px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0, 0, 0, 0.20);
	margin-top: -67px;
	background-color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	font-size: 45px;
}
.order ul li:hover i {
	background-color: var(--theme);
	color: #fff;
}
.order ul li strong {
	display: block;
	font-size: 20px;
	line-height: 1em;
	font-weight: 600;
	color: #000;
	margin: 10px 0 15px;
}
.order ul li {
	width: calc(25% - 20px);
	width: -o-calc(25% - 20px);
	width: -ms-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	padding: 0 15px 22px 15px;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 13px 0 rgba(0, 0, 0, 0.20);
	border-radius: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center
}
.order_cap {
	width: 100%;
}
.order ul li p {
    text-align: justify;
	width: 100%;
	margin-bottom: 10px;
}
.order ul li a {
	font-size: 17px;
	background-color: var(--theme);
	font-weight: 600;
	color: #fff;
	padding: 9px 25px 12px 25px;
	box-sizing: border-box;
	display: inline-block;
	margin-top: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.order ul li a:hover {
	background-color: var(--theme-dark)
}
.order ul li:hover {
	box-shadow: 0 0 0 1px var(--theme) inset, 0 0 13px 0 rgba(0, 0, 0, 0.20)
}
.order {
	padding: 40px 0px;
}
.order.has_three {
	background-color: var(--theme-light);
}
.order.has_three ul li i {
    background-color: var(--theme);
    width: 90px;
    height: 90px;
    margin: 0 0 10px 0;
	color: #fff;
}
.order.has_three ul li i img {
	opacity: 1;
	height: 50px;
	width: 50px;
	display: inline-block;
	font-size: 0;
}
.order.has_three ul li:hover i img {
	opacity: 1;
	filter: none;
	-webkit-filter: none
}
.order.has_three ul li {
	width: calc(33.33% - 15px);
	width: -o-calc(33.33% - 15px);
	width: -ms-calc(33.33% - 15px);
	width: -moz-calc(33.33% - 15px);
	width: -webkit-calc(33.33% - 15px);
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #e4e4e4 inset, 0 0 5px 0 rgba(0, 0, 0, 0.13);
	display: block;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
}
.order.has_three ul li:hover {
	box-shadow: 0 0 0 1px var(--theme) inset, 0 0 5px 0 rgba(0, 0, 0, 0.13)
}
/*\****************************/
.screens {
	padding: 40px 0px;
	background-color: var(--theme-light);
}
.screens-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px
}
.TABROW {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 10px 0 15px 0;
}
.TABROW .TAB {
	min-width: 197px;
	height: 50px;
	padding: 15px 15px;
	box-sizing: border-box;
	font-weight: 600;
	text-transform: uppercase;
	color: #606060;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	box-shadow: 0 0 0 1px #d8d8d8 inset;
	margin: 0 5px 5px 5px;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	background-color: #fff;
}
.TABROW .TAB.active {
	background-color: var(--theme);
	color: #fff;
	box-shadow: none
}
.screens ul {
	display: none;
	list-style: none;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-bottom: 20px;
}
.screens ul.active {
	display: grid;
}
.screens ul li {
	box-sizing: border-box
}
.screens ul li.fullwidth {
	width: 100%;
}
.screens ul li img {
	max-width: 100%
}
.screens ul li img {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.screens .view-app-flow {
	font-size: 22px;
	background-color: var(--theme);
	font-weight: 600;
	color: #fff;
	padding: 14px 40px 17px 40px;
	min-width: 264px;
	box-sizing: border-box;
	display: inline-block;
	border-radius: 30px;
	margin-top: 35px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s
}
.screens .view-app-flow:hover {
	background-color: var(--theme-dark)
}
.btn-button-sec {
  margin: 0 auto 0px;
  display: flex;
  justify-content: center;
}
.btn-button-sec a {
	background-color: var(--theme);
    font-size: 25px;
    text-transform: initial;
    font-weight: 600;
    padding: 15px 40px 17px 40px;
    color: #fff;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	margin: 0;
}
.btn-button-sec a:hover {
  background-color: var(--theme-dark);
}
.demolinks {
	padding: 40px 0;
	background: var(--theme);
	background-repeat: no-repeat;
	position: relative;
	background-size: cover
}
.demolinks .heading-area h3 {
	color: #fff
}
.demolinks .heading-area strong {
	color: #fff
}
.demolinks-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px;
	text-align: center
}
.demolinks .heading-style {
	color: #fff
}
.demolinks ul {
	display: grid;
    grid-template-rows: 1fr 1fr;
    grid-auto-flow: column;
    gap: 10px;
    max-width: 1210px;
    margin: 0 auto;
}
.demolinks ul li a {
    display: block;
    position: relative;
}
.demolinks ul li a::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 34.34%;
}
.demolinks ul li a img {
    position: absolute;
    left: 0;
    top: 0;
	max-width: 100%;
}
.advanced {
	padding: 40px 0;
}
.advanced p {
	text-align: center;
}
.advanced-inner {
	max-width: 1310px;
	margin: 0 auto;
	padding: 0 15px
}
.advanced-row {
	display: none;
	flex-wrap: wrap;
	align-items: flex-end;
}
.advanced-row.active {
	display: block;
}
.advanced ul {
    list-style: none;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}
.advanced ul li {
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
	padding: 15px;
	display: grid;
	gap: 10px;
	background-color: #fff;
}
.advanced ul li i img {
	height: 35px
}
.advanced ul li i {
	display: inline-block
}
.advanced ul li strong {
	display: block;
	font-weight: 300;
}
.advanced .TABROW .TAB {
	box-shadow: none;
	border-radius: 0;
	color: #4a4a4a;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	width: calc(20% - 20px);
	width: -o-calc(20% - 20px);
	width: -ms-calc(20% - 20px);
	width: -moz-calc(20% - 20px);
	width: -webkit-calc(20% - 20px);
	margin: 0;
	background-color: transparent;
}
.advanced .TABROW .TAB.active {
	background-color: transparent;
	font-weight: 600;
	color: var(--theme)
}
.advanced .TABROW {
	border-bottom: 1px solid #dbdbdb;
	justify-content: center;
}
.advanced .TABROW .TAB.active:after {
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	height: 4px;
	background-color: var(--theme);
	position: absolute
}
.pricing {
	padding: 40px 0;
	position: relative;
	z-index: 1
}
.pricing img {
	max-width: 100%
}
.pricing-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
	position: relative
}
.pricing .get-quote {
	font-size: 22px;
	background-color: var(--theme);
	font-weight: 600;
	color: #fff;
	padding: 14px 30px 17px 30px;
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.pricing .get-quote:hover {
	background-color: var(--theme-dark)
}
.pricing [data-toggle="popup"] {
    padding: 14px 40px 17px 40px;
    font-size: 22px;
}
.pricing .clipart {
	position: absolute;
	left: 0;
	bottom: 0
}
.torn-pricing {
	position: relative
}
.torn-pricing img {
	max-width: 100%
}
.reviews-inner .heading-area {
	margin-bottom: 35px;
}
.reviews .get-quote {
	font-size: 22px;
	background-color: var(--theme);
	font-weight: 600;
	color: #fff;
	padding: 14px 40px 17px 40px;
	min-width: 264px;
	box-sizing: border-box;
	display: inline-block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.reviews .get-quote:hover {
	background-color: var(--theme-dark)
}
.reviews ul.reviews-list li a::after {
	background-color: var(--theme);
}
.helpvideos {
	padding: 40px 0 20px 0;
	background: var(--theme-light);
}
.helpvideos p {
	text-align: center;
}
.helpvideos-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto
}
.helpvideos ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.helpvideos ul li {
	width: calc(25% - 20px);
	width: -o-calc(25% - 20px);
	width: -ms-calc(25% - 20px);
	width: -moz-calc(25% - 20px);
	width: -webkit-calc(25% - 20px);
	margin-bottom: 22px;
}
.helpvideos ul li strong {
	font-weight: 500;
	display: block;
	text-align: center;
	margin-top: 10px;
	font-size: 16px
}
.helpvideos ul li a {
	display: block;
	background-color: #222;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.helpvideos ul li a::before{
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.helpvideos ul li img {
	max-width: 100%;
	vertical-align: top;
	position: absolute;
	left: 0;
	top: 0;
}
.helpvideos ul li a:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../index-94.html);
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: 64px;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.3)
}
.happy-clients-section-inner {
	max-width: 1365px;
	padding: 52px 15px 0px 15px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap
}
.happy-clients-section-inner .small-cont {
	display: block;
	padding-top: 18px;
	position: relative;
	padding-left: 21px
}
.happy-clients-section a._VIDEO_ {
	position: relative;
	display: block
}
.happy-clients-section a._VIDEO_:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.2);
	background-image: url(../index-94.html);
	background-position: center center;
	background-size: 37px;
	background-repeat: no-repeat
}
.happy-clients-section .happy-clients-section-left a._VIDEO_:after {
	background-size: 64px
}
.happy-clients-section .clientvideos img {
	max-width: 100%
}
.all-reviews {
	padding: 10px 25px;
	background-color: var(--theme);
	color: #fff;
	display: inline-block;
	margin-top: 10px;
	text-decoration: none;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	border-radius: 20px
}
.all-reviews:hover {
	background-color: var(--theme-dark);
	color: #fff
}
.client-test-videos {
	list-style: none;
	padding-left: 0
}
.client-test-videos li a img {
	max-width: 100%
}
.viewmore-test:after {
	display: none
}
.happy-clients-section .clientvideos {
	display: block;
	position: relative
}
.happy-clients-section h5 span {
	font-size: 31px;
	color: #000;
	font-weight: 500;
	display: block
}
.happy-clients-section-right p {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #3c3c3c
}
.happy-clients-section-inner .small-cont:before {
	content: '';
	position: absolute;
	left: 0;
	height: 2px;
	width: 70px;
	background-color: #fac82b;
	top: 0
}
.happy-clients-section-inner .flex-row {
	align-items: flex-start;
	width: 100%;
	display: flex
}
.happy-clients-section-left .slick-arrow {
	background-image: none
}
.happy-clients-section-left {
	width: 496px;
	padding-right: 38px;
	position: relative;
	z-index: 1
}
.happy-clients-section-right {
	width: calc(100% - 515px);
	width: -o-calc(100% - 515px);
	width: -ms-calc(100% - 515px);
	width: -moz-calc(100% - 515px);
	width: -webkit-calc(100% - 515px);
	padding-left: 27px;
	padding-right: 32px
}
.video-capt strong {
	display: block;
	font-size: 16px;
	margin-bottom: 4px;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
	color: var(--theme)
}
.laclity {
	font-size: 16px;
	display: block;
	font-weight: 300
}
.video-capt {
	margin-top: 12px;
	color: #181818
}
.video-capt.white-text {
	color: #fff
}
.happy-clients-section .slick-initialized .slick-slide {
	margin: 0;
	padding: 0
}
.happy-clients-section .happy-clients-section-right .slick-initialized .slick-slide {
	margin: 0;
	padding: 0 10px;
	height: auto
}
.happy-clients-section {
	padding-top: 0;
	padding-bottom: 50px;
	background-color: #e8e8e8;
	position: relative
}
.happy-clients-section .slick-arrow {
	width: 30px;
	height: 30px;
	bottom: 30px;
	outline-color: #f16122;
	background-color: #f16122
}
.happy-clients-section .slick-arrow.slick-next {
	right: 0;
	left: auto;
	margin: 0 2px 0 0
}
.happy-clients-section .slick-arrow.slick-next:after {
	content: '';
	position: absolute;
	border-left: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px
}
.happy-clients-section .slick-arrow.slick-prev:after {
	content: '';
	position: absolute;
	border-right: 9px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -6px
}
.happy-clients-section .slick-arrow.slick-prev {
	left: 100%;
	margin: 0 0 0 -66px
}
.happy-clients-section-right .video-capt strong,
.happy-clients-section-right .laclity {
	font-size: 14px;
	text-transform: uppercase
}
.happy-clients-section .slick-initialized .slick-slide {
	width: 2
}
ul.client-test.slick-slider {
	margin-top: 48px;
	margin-left: -10px;
	margin-right: -10px
}
.happy-clients-section-right .slick-dots li {
	display: inline-block;
	margin: 0 8px
}
.happy-clients-section-right .slick-dots li button {
	font-size: 0;
	width: 14px;
	height: 14px;
	border: 1px solid var(--theme);
	background-color: transparent;
	outline: none !important;
	box-shadow: none !important;
	cursor: pointer
}
.happy-clients-section-right .slick-dots li.slick-active button {
	background-color: var(--theme);
	border-color: transparent
}
.happy-clients-section-right ul.slick-dots {
	text-align: center;
	margin-top: 10px
}
.fancybox-lock .fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.6)
}
.happy-clients-section-right .heading-area {
	text-align: left;
	align-items: flex-start
}
.happy-clients-section-right .heading-area .header-sep {
	margin: 15px auto 0 0
}
.delivery-types {
	padding: 40px 0;
}
.delivery-types .heading-area strong {
	margin-bottom: 15px
}
.delivery-types h4 {
	margin-bottom: 30px
}
.delivery-types .heading-area strong {
	margin-bottom: 15px
}
.delivery-types .heading-area h3 {
	margin-bottom: 35px
}
.delivery-types-inner {
	max-width: 1310px;
	padding: 0 15px;
	margin: 0 auto
}
.delivery-types ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.delivery-types ul li {
	width: calc(50% - 16px);
	width: -o-calc(50% - 16px);
	width: -moz-calc(50% - 16px);
	width: -webkit-calc(50% - 16px);
}
.delivery-types ul li:nth-last-child(-n+2) {
    width: calc(25% - 10px);
    width: -o-calc(25% - 10px);
    width: -ms-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: -webkit-calc(25% - 10px);
}
.delivery-types ul li a {
	display: block;
	background-color: #222;
	position: relative
}
.delivery-types {
    padding: 40px 0 30px;
}
.delivery-types .heading-area {
    width: 100%;
}
.delivery-types .heading-area strong {
    margin-bottom: 15px;
}
.delivery-types .card-box img {
    width: 60px;
}
.delivery-types p {
	width: 100%;
}
.card-box {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.3));
  background: #fff;
  padding: 30px 15px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  bottom: 0px;
  height: calc(100% - 16px);
  height: -o-calc(100% - 16px);
  height: -moz-calc(100% - 16px);
  height: -webkit-calc(100% - 16px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.card-box:hover{
    bottom: 5px;
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.3));
  -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.3));
}
.card-box img {
  max-width: 100%;
}
.card-box .title-text {
  color: #000;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  margin: 10px 0 0 0;
  line-height: 30px;
  display: block;
}
.card-box  span {
	display: block;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 24px;
	margin: 0 0 15px 0;
}
.card-box p {
    margin: 0 0 22px 0;
    padding: 0px;
    line-height: 24px;
    font-size: 16px;
    text-align: center;
    min-height: 75px;
}
.card-box .btn-default {
    color: #fff;
    background-color: var(--theme);
    border: none;
    padding: 5px 15px 8px;
    border-radius: 6px;
    font-size: 20px;
    display: table;
    margin: 0 auto;
}
.card-box:hover .btn-default {
  color: #fff;
  background-color: var(--theme-dark);
}
/****************/
.faq{
	background-color: #f8f8f8;
	padding: 40px 0;
}
.faq__inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}
.faq_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}
.faq_list li {
    border: 1px solid #ddd;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 0 0 10px 0;
    background: #fff;
}
.faq_list li strong {
    font-size: 20px;
    line-height: normal;
    display: block;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px 10px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--theme-light);
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    -o-border-radius: 12px 12px 0 0;
}
.faq_list li p {
    padding: 0 20px;
}
.__list{
    padding-left: 30px;
}
.__list span{
    display: block;
    font-size: 16px;
    color: #000;
    text-align: justify;
    line-height: normal;
    position: relative;
    margin: 0 0 6px 0;
}
.__list span::before{
    content: '';
    width: 100%;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 2px;
}
/****************/
/**************************************/
.reviews-inner {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.reviews {
    padding: 40px 0 30px 0;
	background-color: var(--theme-light);
    position: relative;
}
ul.reviews-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
ul.reviews-list li {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
}
ul.reviews-list li a {
    display: block;
    box-shadow:0 0 20px 0 rgba(0,0,0,0.20);
    min-height: 100%;
    position: relative;
    border: 1px solid #ddd;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}
ul.reviews-list li a::after {
    content: '';
    background-image: url(../svg/play-video-8.svg);
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
    background-color: #f19f39;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 rgb(0 0 0 / 40%);
}
ul.reviews-list li a img {
    max-width: 100%;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    vertical-align: top;
}
ul.reviews-list li.morereview a {
    min-height: 100%;
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--theme);
    color: #fff;
    padding: 15px;
    text-align: center;
  }
  ul.reviews-list li.morereview a:hover {
    background-color: var(--theme-dark);
  }
  ul.reviews-list li.morereview a:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 10px;
    width: 50px;
    height: 50px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #fff;
    border-radius: 20px 0 0 0;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    -ms-border-radius: 20px 0 0 0;
    -o-border-radius: 20px 0 0 0;
  }
  ul.reviews-list li.morereview a:after {
    content: '';
    position: absolute;
    top: auto;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: #fff;
    background-image: none;
    background-color: transparent !important;
    box-shadow: none;
    border-radius: 0 0 20px 0;
    -webkit-border-radius: 0 0 20px 0;
    -moz-border-radius: 0 0 20px 0;
    -ms-border-radius: 0 0 20px 0;
    -o-border-radius: 0 0 20px 0;
  }
/******************************************/
/********************************/
/*****************************/
.about-section-of {
	margin-top: 40px;
	display: block;
}
.about-section-of-inner {
	max-width: 1350px;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center
}
.about-section-of .about-section-of-top-heading {
	margin: 0;
	padding: 20px;
	font-size: 25px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background-color: var(--theme);
	display: inline-block;
	border-radius: 25px 25px 0 0;
	cursor: pointer;
	font-weight: 600
}
.about-section-of .about-section-of-top-heading:after {
	content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;
    display: inline-block;
    margin: 0 0 0 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
	vertical-align: middle;
}
.about-section-of .about-section-of-top-heading.active::after {
	transform: rotatex(180deg);
	-webkit-transform: rotatex(180deg);
	-moz-transform: rotatex(180deg);
	-ms-transform: rotatex(180deg);
	-o-transform: rotatex(180deg);
}
.about-section-of-data {
	text-align: initial;
	padding: 40px 0;
	background-color: #f8f8f8;
	display: none
}
.about-section-of-data .about-section-of-inner {
	text-align: unset
}
.box-rows ul {
	list-style: none;
	padding-left: 15px
}
.box-rows ul li strong {
    font-size: 17px;
    margin-bottom: 5px;
    position: relative;
    font-weight: 600;
    display: block;
    color: #000;
}
.box-rows ul li {
	margin-bottom: 14px;
	font-size: 15px;
	color: #000;
	padding: 0 0 0 18px;
	font-weight: 500;
	position: relative
}
.box-rows ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	background-color: #f76a00;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.box-rows .box-rows-heading {
	font-size: 23px;
	text-transform: unset;
	font-weight: 600;
	margin: 0 0 15px 0;
	color: #000;
}
.sub-boxess {
	padding-left: 20px;
	margin-bottom: 20px;
}
.sub-boxess .strong {
	font-size: 17px;
	margin-bottom: 5px;
	position: relative;
	font-weight: 600;
	display: block;
	color: #000;
}
.box-rows:not(:last-child){
	margin: 0 0 15px 0;
}
.about-section-of-data p a{
	color: #000;
}
/*******************************************/
.inq_form {
    width: 100%;
    display: block;
    position: relative;
    padding: 40px 0 0 0;
    z-index: 0;
}
.inq_form .heading-area{
	align-items: flex-start;
}
.inq_form form input[type=submit] {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 30px 13px 30px;
    background-color: var(--theme);
    width: auto;
    text-transform: uppercase;
    min-height: 45px;
    line-height: 30px;
    outline: none;
    border: none;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	cursor: pointer;
	font-family: 'Exo 2';
}
.inq_form form input:hover[type=submit] {
    background-color: var(--theme-dark);
}
.inq_form .head-style {
   font-size: 34px;
   font-weight: bold;
   margin: 0 0 0 0;
   color: #191919;
   position: relative;
   line-height: normal;
}
.inq_form .head-style::after {
  background-color: #f76a00;
  left: 16px;
}
.inq_form-inner {
    max-width: 1340px;
    padding: 0 15px;
    margin: 0 auto;
}
.inq_form .box-shadow {
    margin-top: 15px;
    width: 100%;
}
.inq_form .box-shadow ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}
.inq_form .box-shadow ul li {
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .box-shadow ul li:last-child {
    padding: 20px 30px 30px 30px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    background-color: #fff;
}
.enquire_form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form-left,
.inq_form-right {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inq_form .input-row-flow {
    margin-bottom: 16px;
    width: calc(50% - 15px);
    width: -o-calc(50% - 15px);
    width: -ms-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: -webkit-calc(50% - 15px);
}
.inq_form .input-row-flow:last-child {
    width: calc(100% - 0px);
    width: -o-calc(100% - 0px);
    width: -ms-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.inq_form .input-row-flow .g-recaptcha {
    margin-top: 20px;
}
.inq_form .input-row-flow .custom-input-box {
    margin: 0px;
    border: 1px solid #ddd;
    background: #FFF;
    font-size: 16px;
    color: #292929;
    padding: 9px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
    width: 100%;
}
.inq_form .text-center {
    text-align: center;
}
.custom-input-button {
    background-color: var(--theme);
    position: relative;
    margin: 0 auto;
    padding: 8px 20px 10px;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    border: none;
}
.custom-input-button:hover {
    background-color: var(--theme-dark);
}
.inq_form .video-block {
    max-width: 100%;
    position: relative;
    width: 100%;
    box-shadow: none;
    min-height: 100%;
    text-align: center;
}
.inq_form .button-btn {
    margin-top: 0;
    justify-content: flex-start;
}
/*************************************/
/* ----------------------------------------------------- */
.admin__panel {
  overflow: hidden;
  padding: 40px 0;
}
.admin__panel__inner {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.admin__panel__inner:not(:last-child) {
  padding-bottom: 40px;
}
.AP__left {
  width: calc(100% - 420px);
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: -ms-calc(100% - 420px);
  width: -o-calc(100% - 420px);
}
.AP__right {
  width: 390px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.AP__right.flex_end {
  align-items: flex-end;
}
.AP__right img {
  max-width: 37vw;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.2));
}
.AP__FET {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.AP__FET article {
  box-shadow: 5px 5px 20px -10px rgba(0, 0, 0, 0.25);
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border-right: 6px solid #FFD615;
}
.AP__FET .title-and-icon {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  gap: 15px;
}
.AP__FET .title-and-icon i {
  width: 62px;
  font-size: 45px;
}
.AP__FET .title-and-icon strong {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  display: block;
  line-height: 1em;
  text-transform: capitalize;
}
.web__panel {
	overflow: hidden;
	padding: 40px 0;
}
/* ----------------------------------------------------- */
/*************************************/
.website-sneak {
    padding: 40px 0;
	background-color: var(--theme-light);
}
.website-sneak-inner {
    padding: 0 15px;
    max-width: 1600px;
    margin: 0 auto;
}
.website-sneak ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.website-sneak ul li img {
    max-width: 100%;
}
.website-sneak ul li {
    border: 6px solid;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
	background-color: #fff;
}
/*************************************/
@media screen and (max-width: 1400px) {
	.banner h1 {
		font-size: 94px
	}
	.banner h1 span {
		margin-top: -20px
	}
}
@media screen and (max-width: 1366px) {
	.banner h1 {
		font-size: 74px
	}
	.banner h1 span {
		margin-top: -20px
	}
}
@media screen and (max-width: 1310px) {
	.video-block iframe {
		height: 33.3vw
	}
}
@media screen and (max-width: 1279px) {
	.banner h1 {
		font-size: 54px
	}
	.banner h1 span {
		margin-top: 0px
	}
	.banner p {
		font-size: 25px
	}
	.flow-banner-caption h3 {
		font-size: 4vw;
		margin-bottom: 2vw;
	}
	.flow-banner-caption {
		max-width: 48vw
	}
	.flow-banner-caption h3 span {
		font-size: 2.6vw
	}
	.flow-banner-caption p {
		font-size: 1.3vw;
		line-height: 2vw
	}
}
@media screen and (max-width: 1024px) {
	.delivery-types ul li {
		width: calc(33.33% - 20px);
		width: -o-calc(33.33% - 20px);
		width: -ms-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
	}
	.inq_form .box-shadow ul li {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
	.banner {
		padding: 50px 0 30px 0
	}
	.banner-top-heading1 {
		font-size: 38px;
	}
	.banner-top-heading2 {
		font-size: 25px;
	}
	.banner-left,
	.banner-right {
		width: 100%
	}
	.banner-left {
		margin-bottom: 30px;
	}
	.inq_form .box-shadow ul li {
        width: 100%;
    }
    .inq_form .heading-area {
        margin-bottom: 15px;
        align-items:center;
    }
    .inq_form .head-style {
       text-align:center;
    }
    .inq_form .head-style::after {
      background-color: #f76a00;
      left: 50%;
    }
	.revenue ul li {
        width: 50%;
    }
	.features ul li {
		position: relative;
		box-sizing: border-box;
		width: calc((100% - 70px) / 2);
		width: -webkit-calc((100% - 70px) / 2);
		width: -moz-calc((100% - 70px) / 2);
		width: -ms-calc((100% - 70px) / 2);
		width: -o-calc((100% - 70px) / 2);
		flex-grow: 1;
	}
	.features ul li .sep {
		display: none
	}
	.heading-area h5 {
		font-size: 30px
	}
	.heading-area strong {
		font-size: 18px
	}
	.heading-area h5:before {
		display: none
	}
	.provide-left {
		width: 100%;
		order: 3;
	}
	.provide-right {
		width: 100%;
		text-align: center;
		order: 2;
	}
	.provide-inner {
		gap: 20px;
	}
	.provide-left .heading-area {
		text-align: center
	}
	.provide-left .heading-area .header-sep {
		margin-left: auto
	}
	.provide:after {
		display: none
	}
	.order {
		padding: 50px 0 0 0
	}
	.order ul li {
		width: calc(50% - 15px);
		width: -o-calc(50% - 15px);
		width: -ms-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px);
		margin-bottom: 20px;
		padding: 25px;
	}
	.order ul li:hover i img {
		filter: none;
		-webkit-filter: none;
	}
	.order ul li i img {
		height: 70px;
	}
	.demo-video-left {
		width: 100%;
		margin-bottom: 20px;
	}
	.demo-vodeo .heading-area.left .heading-style {
		text-align: center;
		width: 100%;
	}
	.demo-video-right {
		width: 100%
	}
	.video-block img {
		width: 100%
	}
	.video-block iframe {
		height: 60.6vw
	}
	.TABROW .TAB:last-child {
		margin-bottom: 0;
	}
	.screens {
		padding: 50px 0 45px 0
	}
	.advanced ul {
		grid-template-columns: 1fr 1fr;
	}
	.advanced .TABROW {
		width: auto;
		display: block;
		white-space: nowrap;
		font-size: 0;
		overflow-x: auto;
		overflow-y: hidden
	}
	.pricing .clipart {
		display: none
	}
	.pricing .get-quote {
		margin-top: 40px;
	}
	.pricing .get-quote {
		min-width: initial;
		height: auto;
		line-height: normal;
		box-sizing: border-box;
		padding: 14px 30px 17px 30px;
		font-size: 18px
	}
	.helpvideos ul li {
		width: calc(50% - 15px);
		width: -o-calc(50% - 15px);
		width: -ms-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: -webkit-calc(50% - 15px)
	}
	.helpvideos ul li a img {
		width: 100%
	}
	.helpvideos {
		padding: 50px 0 30px 0
	}
	.happy-clients-section-inner .flex-row {
		flex-direction: column-reverse;
		align-items: center
	}
	.happy-clients-section-left {
		width: auto;
		max-width: 100%;
		padding-right: 0
	}
	.happy-clients-section-right {
		width: auto;
		padding: 0;
		width: 100%
	}
	.happy-clients-section-left {
		margin-top: 35px
	}
	.delivery-types ul li {
		width: calc(50% - 10px);
		width: -o-calc(50% - 10px);
		width: -ms-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: -webkit-calc(50% - 10px)
	}
	.order.has_three ul{margin: 0;}
	.order.has_three ul li {
		width: 100%;
	}
	.addmin-section .img_inner {
	    margin-top: 50px;
	}
	.btn-button-sec a {
		background-color: var(--theme);
		font-size: 18px;
		color: #ffffff;
		padding: 12px 22px 14px;
	}
	/******************************************/
	/* -------------------------------------- */
	.AP__right {
		width: 100%;
		text-align: center;
	margin-bottom: 20px;

	}
	.AP__right img {
		max-width: 100%;
	}
	.AP__left {
		width: 100%;
	}
	.web__panel .AP__right{
		order: 2;
		align-items: center;
	}
	.AP__right.flex_end {
		align-items: center;
	}
	.web__panel .AP__left{
	order: 3;
	}
	.web__panel .button-block {
		order: 3;
	}
	/* -------------------------------------- */
	.block-title {
		font-size: 22px;
		margin-top: 8px;
		display: block;
		text-align: center;
	}
	/*******************************************/
	ul.reviews-list li {
		width: 33.33%;
	}
	ul.reviews-list li.morereview a {
		font-size: 22px;
		line-height: 24px;
	}
}
@media screen and (max-width: 767px) {
	.banner-top-heading1 {
		font-size: 35px;
	}
	.banner-top-heading2 {
		font-size: 22px;
	}
	.demo-vodeo .play-anim-ico {
        width: 7vw;
        height: 7vw;
        background-size: cover;
    }
    .demo-vodeo .play-anim-ico:after {
        display: none;
    }
	.provide ul li {
		width: 100%;
	}
	.flowmap {
		padding: 30px 0 10px 0;
	}
	.heading-area h2,
	.heading-area h3,
	.heading-area h5,
	.heading-area h4 {
		font-size: 24px;
		margin: 0 0 30px 0
	}
	.heading-area h3::before,
	.heading-area h5::before,
	.heading-area h4::before {
		display: none
	}
	.order .heading-3,
	.order .heading-2 {
		font-size: 24px;
	}
	.torn-pricing{margin-bottom: 6%;}
	ul.weblinks li a,
	.pricing .get-quote {
		padding: 10px 30px 10px 30px;
		font-size: 18px;
		margin-top: 0;
		position: relative;
		z-index: 9;
	}
	.pricing [data-toggle="popup"] {
		padding: 10px 30px 10px 30px;
		font-size: 18px;
		margin-top: 5px;
		margin-bottom: 15px;
		position: relative;
		z-index: 9;
	}
	.about-section-of .about-section-of-top-heading {
		font-size: 20px;
	}
	/********************************/
	.revenue ul li {
        width: 100%;
    }
	.features ul li {
		width: 100%;
    }
	/********************************/
	.heading-area .heading-style {
		font-size: 30px;
	}
	.website-sneak ul {
		grid-template-columns: 100%;
	}
}
@media screen and (max-width: 630px) {
	.banner-top-heading2 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.features ul {
		grid-template-columns: 100%;
	}
	.heading-area h5 {
		font-size: 24px
	}
	.heading-area strong {
		font-size: 16px
	}
	.order ul li {
		width: 100%;
		margin-bottom: 30px;
	}
	.TABROW .TAB {
		padding: 15px 25px;
		height: auto;
		min-width: initial
	}
	.advanced .TABROW .TAB {
		width: auto;
		padding: 15px
	}
	.advanced .TABROW .TAB {
		font-size: 14px
	}
	.helpvideos ul li:last-child {
		display: none
	}
	.delivery-types ul li,
	.delivery-types ul li:nth-last-child(-n+2) {
		width: 100%
	}
	.delivery-types ul li img {
		width: 100%
	}
	.demo-links-row .links-column {
		width: 50%;
		margin-bottom: 15px;
	}
	.demo-links-row .links-column ul li {
		margin: 0 5px 15px 5px;
	}
	.demo-links-row .links-column ul li img {
		max-width: 100%;
	}
	/**************************************/
	.revenue ul li {
        text-align: center;
    }
    .revenue-caption {
        width: 100%;
    }
    .revenue-inner-block i {
		margin: 0 auto 15px auto;
		padding: 0;
		border: none;
    }
	/**********************************/
	.demolinks ul {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
		gap: 10px;
	}
	/**********************************/
    .inq_form-left, .inq_form-right {
        flex-direction: column;
    }
    .inq_form .input-row-flow {
        width: 100%;
    }
	.heading-area .heading-style {
		font-size: 26px;
	}
	/*******************************************/
	.pricing {
		padding: 40px 0 30px 0;
	}
	/***********************************************/
	ul.reviews-list li {
		width: 50%;
	}
	ul.reviews-list li a::after {
		width: 30px;
		height: 30px;
		background-size: 26px;
	}
	ul.reviews-list li a,
	ul.reviews-list li a img {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		-ms-border-radius: 10px;
		-o-border-radius: 10px;
	}
	ul.reviews-list li.morereview a:before {
		border-radius: 10px 0 0 0;
		-webkit-border-radius: 10px 0 0 0;
		-moz-border-radius: 10px 0 0 0;
		-ms-border-radius: 10px 0 0 0;
		-o-border-radius: 10px 0 0 0;
	}
	ul.reviews-list li.morereview a:after {
		border-radius: 0 0 10px 0;
		-webkit-border-radius: 0 0 10px 0;
		-moz-border-radius: 0 0 10px 0;
		-ms-border-radius: 0 0 10px 0;
		-o-border-radius: 0 0 10px 0;
	}
	.faq_list {
		grid-template-columns: 1fr;
	}
	.screens ul {
		grid-template-columns: 1fr 1fr;
	}
	.AP__FET {
		grid-template-columns: 100%;
	}
}
@media screen and (max-width: 480px) {
	.screens ul {
		grid-template-columns: 100%;
		text-align: center;
	}
	.advanced ul {
		grid-template-columns: 100%;
		padding: 0;
	}
	.demo-links-row .links-column {
		margin-bottom: 10px
	}
	.demo-links-row .links-column ul li {
		margin-bottom: 10px
	}
	.provide ul li {
		width: 100%
	}
	ul.reviews-list li.morereview a {
		font-size: 12px;
		line-height: 15px;
	}
	.helpvideos ul li {
		width: calc(50% - 5px);
		width: -o-calc(50% - 5px);
		width: -ms-calc(50% - 5px);
		width: -moz-calc(50% - 5px);
		width: -webkit-calc(50% - 5px);
	}
	.helpvideos ul li a:after {
		background-size: 40px;
	}
}