﻿.blog-content-wrap img,
.blog-main-banner .blog-image img,
.authInfo .auth-inn .author-img img {
	outline: none;
	border: none
}
.blog-content-wrap {
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	color: #3c3d48;
	font-weight: 400;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	word-wrap: break-word;
	line-height: 2
}
@media screen and (max-width: 767px) {
	.blog-content-wrap {
		font-size: 18px
	}
}
.blog-content-wrap * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	word-wrap: break-word
}
.blog-content-wrap strong,
.blog-content-wrap b {
	font-weight: 700;
	color: #79046c
}
.blog-content-wrap a {
	font-weight: 600;
	text-decoration: underline;
	color: #439fdf
}
.blog-content-wrap a:hover {
	text-decoration: none;
	color: #21ad84
}
.blog-content-wrap p {
	line-height: 2;
	padding-bottom: 1.875rem
}
.blog-content-wrap p.clear-letter:first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.blog-content-wrap p.clear-letter::first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.blog-content-wrap p.sorcelnk:first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.blog-content-wrap p.sorcelnk::first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.blog-content-wrap p.first-letter:first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p.first-letter:first-letter {
		font-size: 33px
	}
}
.blog-content-wrap p.first-letter::first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p.first-letter::first-letter {
		font-size: 33px
	}
}
.blog-content-wrap p:first-child:first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p:first-child:first-letter {
		font-size: 33px
	}
}
.blog-content-wrap p:first-child::first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p:first-child::first-letter {
		font-size: 33px
	}
}
.blog-content-wrap p.cpink:first-child:first-letter {
	color: #79046c
}
.blog-content-wrap p.cpink:first-child::first-letter {
	color: #79046c
}
.blog-content-wrap h1,
.blog-content-wrap h2,
.blog-content-wrap h3,
.blog-content-wrap h4,
.blog-content-wrap h5,
.blog-content-wrap h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #3d3e49;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 1px;
	position: relative;
	padding-left: 8.0625rem;
	display: block !important
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1,
	.blog-content-wrap h2,
	.blog-content-wrap h3,
	.blog-content-wrap h4,
	.blog-content-wrap h5,
	.blog-content-wrap h6 {
		padding-left: 1.2rem
	}
}
.blog-content-wrap h1.no-line:before,
.blog-content-wrap h2.no-line:before,
.blog-content-wrap h3.no-line:before,
.blog-content-wrap h4.no-line:before,
.blog-content-wrap h5.no-line:before,
.blog-content-wrap h6.no-line:before {
	display: none
}
.blog-content-wrap h1:before,
.blog-content-wrap h2:before,
.blog-content-wrap h3:before,
.blog-content-wrap h4:before,
.blog-content-wrap h5:before,
.blog-content-wrap h6:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 99px;
	height: 1px;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746)
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1:before,
	.blog-content-wrap h2:before,
	.blog-content-wrap h3:before,
	.blog-content-wrap h4:before,
	.blog-content-wrap h5:before,
	.blog-content-wrap h6:before {
		width: 1.25rem;
		left: -8px
	}
}
.blog-content-wrap h1+p:first-letter,
.blog-content-wrap h2+p:first-letter,
.blog-content-wrap h3+p:first-letter,
.blog-content-wrap h4+p:first-letter,
.blog-content-wrap h5+p:first-letter,
.blog-content-wrap h6+p:first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1+p:first-letter,
	.blog-content-wrap h2+p:first-letter,
	.blog-content-wrap h3+p:first-letter,
	.blog-content-wrap h4+p:first-letter,
	.blog-content-wrap h5+p:first-letter,
	.blog-content-wrap h6+p:first-letter {
		font-size: 50px
	}
}
.blog-content-wrap h1+p::first-letter,
.blog-content-wrap h2+p::first-letter,
.blog-content-wrap h3+p::first-letter,
.blog-content-wrap h4+p::first-letter,
.blog-content-wrap h5+p::first-letter,
.blog-content-wrap h6+p::first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1+p::first-letter,
	.blog-content-wrap h2+p::first-letter,
	.blog-content-wrap h3+p::first-letter,
	.blog-content-wrap h4+p::first-letter,
	.blog-content-wrap h5+p::first-letter,
	.blog-content-wrap h6+p::first-letter {
		font-size: 50px
	}
}
.blog-content-wrap h1+p.cpink:first-letter,
.blog-content-wrap h2+p.cpink:first-letter,
.blog-content-wrap h3+p.cpink:first-letter,
.blog-content-wrap h4+p.cpink:first-letter,
.blog-content-wrap h5+p.cpink:first-letter,
.blog-content-wrap h6+p.cpink:first-letter {
	color: #79046c
}
.blog-content-wrap h1+p.cpink::first-letter,
.blog-content-wrap h2+p.cpink::first-letter,
.blog-content-wrap h3+p.cpink::first-letter,
.blog-content-wrap h4+p.cpink::first-letter,
.blog-content-wrap h5+p.cpink::first-letter,
.blog-content-wrap h6+p.cpink::first-letter {
	color: #79046c
}
.blog-content-wrap img+p:first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap img+p:first-letter {
		font-size: 50px
	}
}
.blog-content-wrap img+p::first-letter {
	font-size: 69px;
	font-weight: 700;
	color: #439fdf;
	line-height: 1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap img+p::first-letter {
		font-size: 50px
	}
}
.blog-content-wrap img+p.cpink:first-letter {
	color: #79046c
}
.blog-content-wrap img+p.cpink::first-letter {
	color: #79046c
}
.blog-content-wrap h1 {
	font-size: 51px;
	font-weight: 700;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.blog-content-wrap h1 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1 {
		font-size: 45px
	}
}
.blog-content-wrap h1:before {
	top: 40px
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h1:before {
		top: 33px
	}
}
.blog-content-wrap h2 {
	font-size: 51px;
	font-weight: 700;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.blog-content-wrap h2 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h2 {
		font-size: 2.15rem
	}
}
.blog-content-wrap h2:before {
	top: 40px
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h2:before {
		top: 27px
	}
}
.blog-content-wrap h3 {
	font-size: 47px;
	font-weight: 700;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.blog-content-wrap h3 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h3 {
		font-size: 42px
	}
}
.blog-content-wrap h3:before {
	top: 36px
}
.blog-content-wrap h4 {
	font-size: 37px;
	font-weight: 600
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h4 {
		font-size: 32px
	}
}
.blog-content-wrap h4:before {
	top: 29px
}
.blog-content-wrap h5 {
	font-size: 27px;
	font-weight: 600
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h5 {
		font-size: 23px
	}
}
.blog-content-wrap h5:before {
	top: 21px
}
.blog-content-wrap h6 {
	font-weight: 400;
	font-size: 24px
}
@media screen and (max-width: 767px) {
	.blog-content-wrap h6 {
		font-size: 20px
	}
}
.videoDtlWrap .vdContent {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	word-wrap: break-word;
	line-height: 2;
	counter-reset: counter-two
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent {
		font-size: 18px
	}
}
.videoDtlWrap .vdContent * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	word-wrap: break-word
}
.videoDtlWrap .vdContent strong,
.videoDtlWrap .vdContent b {
	font-weight: 700
}
.videoDtlWrap .vdContent a {
	text-decoration: underline;
	color: #3c3d48
}
.videoDtlWrap .vdContent a:hover {
	text-decoration: none;
	color: #21ad84
}
.videoDtlWrap .vdContent p {
	line-height: 2;
	padding-bottom: 1.5rem
}
.videoDtlWrap .vdContent h1,
.videoDtlWrap .vdContent h2,
.videoDtlWrap .vdContent h3,
.videoDtlWrap .vdContent h4,
.videoDtlWrap .vdContent h5,
.videoDtlWrap .vdContent h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #3c3d48;
	text-transform: capitalize;
	line-height: 1.5;
	position: relative;
	display: block !important;
	padding-bottom: 1.75rem
}
.videoDtlWrap .vdContent h1 {
	font-size: 51px;
	font-weight: 700
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h1 {
		font-size: 45px
	}
}
.videoDtlWrap .vdContent h2 {
	font-size: 47px;
	font-weight: 700
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h2 {
		font-size: 42px
	}
}
.videoDtlWrap .vdContent h3 {
	font-size: 37px;
	font-weight: 700
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h3 {
		font-size: 32px
	}
}
.videoDtlWrap .vdContent h4 {
	font-size: 27px;
	font-weight: 600
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h4 {
		font-size: 23px
	}
}
.videoDtlWrap .vdContent h5 {
	font-size: 24px;
	font-weight: 600
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h5 {
		font-size: 20px
	}
}
.videoDtlWrap .vdContent h6 {
	font-weight: 400;
	font-size: 20px
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdContent h6 {
		font-size: 17px
	}
}
.videoDtlWrap .vdContent ul {
	list-style-type: initial;
	list-style-position: outside;
	padding-bottom: 1.5rem
}
.videoDtlWrap .vdContent ul li {
	list-style-type: disc;
	margin-left: 23px;
	padding-left: 7px;
	counter-increment: none
}
.videoDtlWrap .vdContent ul li::before {
	display: none
}
.videoDtlWrap .vdContent ol {
	list-style-type: none;
	list-style-position: inside;
	padding-bottom: 1.5rem
}
.videoDtlWrap .vdContent ol li {
	counter-increment: counter-two;
	position: relative;
	padding-left: 28px
}
.videoDtlWrap .vdContent ol li::before {
	content: counter(counter-two)".";
	position: absolute;
	top: 0;
	left: 0
}
@-webkit-keyframes graAni01 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes graAni01 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes graAni01 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-webkit-keyframes graAni02 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@-moz-keyframes graAni02 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
@keyframes graAni02 {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	box-sizing: border-box
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}
body {
	line-height: 1
}
ol,
ul {
	list-style: none
}
blockquote,
q {
	quotes: none
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
:focus {
	outline: 0
}
.clear {
	clear: both;
	line-height: 0;
	font-size: 0
}
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	visibility: hidden;
	height: 0
}
.clearfix {
	display: inline-block
}
* html .clearfix {
	height: 1%
}
.clearfix {
	display: block
}
::-moz-selection {
	background-color: #3bacf0;
	color: #fff
}
::selection {
	background-color: #3bacf0;
	color: #fff
}
::-webkit-input-placeholder {
	color: #777;
	font-weight: 300
}
:-moz-placeholder {
	color: #777;
	opacity: 1;
	font-weight: 300
}
::-moz-placeholder {
	color: #777;
	opacity: 1;
	font-weight: 300
}
:-ms-input-placeholder {
	color: #777;
	font-weight: 300
}
::-ms-input-placeholder {
	color: #777;
	font-weight: 300
}
.btn-main,
.ctydetl-btn a,
.box-button,
.btn-tab {
	float: left;
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-family: Open Sans, sans-serif;
	font-size: 1.1875rem;
	color: #3c3d48;
	font-weight: 600;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: none;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	background-color: transparent;
	padding: 1rem;
	letter-spacing: 1px;
	text-decoration: none
}
.btn-main:hover,
.ctydetl-btn a:hover,
.box-button:hover,
.btn-tab:hover {
	color: #21ad84
}
.btn-tab {
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	color: #c4c4c8;
	font-weight: 700;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none !important;
	background-color: #fff;
	border: 1px solid #c0bfc8;
	padding: .8125rem 2.25rem .9375rem 2.25rem;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px
}
@media screen and (max-width: 767px) {
	.btn-tab {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}
}
.btn-tab.disabled {
	border: 1px solid #eee !important;
	color: #eee !important;
	background-color: #fff !important;
	cursor: not-allowed
}
.btn-tab:hover {
	background-color: #d8efff;
	border: 1px solid #439fdf;
	color: #439fdf
}
.btn-tab.active,
.btn-tab.current,
.btn-tab.nuxt-link-exact-active {
	color: #439fdf !important;
	border: 2px solid #439fdf !important;
	background-color: #d8efff !important;
	padding: .75rem 2.1875rem .875rem 2.1875rem !important
}
.box-button {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	color: #fff !important;
	font-weight: 400 !important;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	position: relative;
	padding: 3.125rem 8.5625rem 3.3125rem 15.625rem;
	margin: 0 0 0 3.5rem;
	line-height: normal;
	letter-spacing: 2px;
	text-decoration: underline;
	text-transform: uppercase
}
@media screen and (max-width: 991px) {
	.box-button {
		padding-left: 9.625rem
	}
}
@media screen and (max-width: 767px) {
	.box-button {
		font-size: 1.3rem;
		margin: 0;
		padding: 2rem 5rem 2rem 5rem
	}
}
@media screen and (max-width: 575px) {
	.box-button {
		font-size: 1.2rem;
		margin: 0;
		padding: 1rem 2rem 1rem 1rem
	}
}
.box-button .cir-arrow {
	width: 2.25rem;
	height: 2.25rem;
	margin-top: -1.125rem;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFFFFF), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%);
	background: -o-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(left, #FFFFFF 0%, #FFFFFF 100%);
	background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#FFFFFF", GradientType=1);
	-pie-background: linear-gradient(to right, #FFFFFF, #FFFFFF);
	color: #eb760f;
	position: absolute;
	top: 50%;
	right: 3.375rem
}
@media screen and (max-width: 767px) {
	.box-button .cir-arrow {
		right: 12px
	}
}
@media screen and (max-width: 575px) {
	.box-button .cir-arrow {
		right: -21px;
		-webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
		box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05)
	}
}
.box-button .cir-arrow .gra-arrow {
	position: absolute;
	top: 34%;
	left: -17px;
	background-image: url("../images/gradient-arrow.png");
	background-position: top left;
	background-repeat: no-repeat;
	width: 35px;
	height: 11px
}
.box-button:before {
	content: "";
	position: absolute;
	top: 4.375rem;
	left: -3.5rem;
	width: 3.5rem;
	height: 1px;
	background-color: #ea7511
}
@media screen and (max-width: 767px) {
	.box-button:before {
		top: 55%
	}
}
@media screen and (max-width: 575px) {
	.box-button:before {
		display: none
	}
}
.box-button:after {
	content: "";
	position: absolute;
	top: 4.375rem;
	left: 0px;
	width: 3.5rem;
	height: 1px;
	background-color: #fff
}
@media screen and (max-width: 767px) {
	.box-button:after {
		top: 55%
	}
}
@media screen and (max-width: 575px) {
	.box-button:after {
		display: none
	}
}
.box-button:hover {
	text-decoration: underline !important
}
.box-button:hover .cir-arrow {
	right: 2.375rem
}
@media screen and (max-width: 767px) {
	.box-button:hover .cir-arrow {
		right: 4px
	}
}
@media screen and (max-width: 575px) {
	.box-button:hover .cir-arrow {
		right: -21px
	}
}
.box-button:hover .cir-arrow::before {
	left: -0.575rem
}
.box-button:hover .cir-arrow .gra-arrow {
	left: -9px
}
.custm-btn,
.customBtn-green,
.about-new .hm-latst-main .customBtn-green,
.ctydetl-gsbtn a,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.see-more-post,
.about-new .hm-latst-main .see-more-post,
.error-404-wrap .backHome,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.days-bx .days-bx-innr a,
.about-new .hm-latst-main .days-bx .days-bx-innr a,
.days-bx .days-bx-innr .about-new .hm-latst-main a,
.pdf-frm button,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.new-webdesgn.new-seoSlice .why-btn2 a,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .why-btn2 a,
.new-webdesgn.new-seoSlice .why-btn2 .about-new .hm-latst-main a,
.new-webdesgn.new-seoSlice .wbd-logs a,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .wbd-logs a,
.new-webdesgn.new-seoSlice .wbd-logs .about-new .hm-latst-main a,
.boost-renv-main .boostrev-vido .br-v-lft a,
.about-new .hm-latst-main .boost-renv-main .boostrev-vido .br-v-lft a,
.boost-renv-main .boostrev-vido .br-v-lft .about-new .hm-latst-main a,
.faq-main .faq-accord a,
.about-new .hm-latst-main .faq-main .faq-accord a,
.faq-main .faq-accord .about-new .hm-latst-main a,
.bannr-sm-txt a,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a,
.newseo .hlp-btn,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.ss-main .mrewrk-tit a,
.about-new .hm-latst-main .ss-main .mrewrk-tit a,
.ss-main .mrewrk-tit .about-new .hm-latst-main a,
.think-tm-txt a,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.mre-wrksec .sm-work-btn a,
.about-new .hm-latst-main .mre-wrksec .sm-work-btn a,
.mre-wrksec .sm-work-btn .about-new .hm-latst-main a,
.about-new .hm-latst-main .custm-btn,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .fre-rept-btn,
.about-new .hm-latst-main .tophead .hed-rgt .btn,
.tophead .hed-rgt .about-new .hm-latst-main .btn,
.about-new .hm-latst-main .banNewSet .centerBtnSet,
.banNewSet .about-new .hm-latst-main .centerBtnSet,
.about-new .hm-latst-main .main-content .main-content-inner .desg-frpad .design-txt a,
.main-content .main-content-inner .desg-frpad .design-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .upper-fotr .talk-tit a,
.upper-fotr .talk-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .hm-inshgts-tit a,
.about-new .hm-latst-main .home-why .why-btn a,
.home-why .why-btn .about-new .hm-latst-main a,
.about-new .hm-latst-main .home-brands .brand-tit a,
.home-brands .brand-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .who-inner a,
.about .who-inner .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .home-brands .wrk-with a,
.about .home-brands .wrk-with .about-new .hm-latst-main a,
.about-new .new-about-white .abt-stps .stps-txt a,
.about .trend-main .trend-innr .trend-lowr .trend-tit a,
.about .home-brands .wrk-with a,
.about .who-inner a,
.about .about-secnd .about-secnd-lft .about-txt a,
.service-list .main-content-inner .togather-sec .togather-innr a,
.service-list .banner-wrap .banner_main .banner-btn a,
.home-brands .brand-tit a,
.home-why .why-btn a,
.hm-latst-main .hm-inshgts-tit a,
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button,
.upper-fotr .talk-tit a,
.main-content .main-content-inner .desg-frpad .design-txt a,
.main-content .main-content-inner .about-main .abt-txt a,
.banNewSet .centerBtnSet,
.tophead .hed-rgt .btn,
.fre-rept-btn {
	float: left;
	width: 100%;
	height: 52px;
	border: 1px solid #fff;
	outline: none;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px;
	padding: 0px 0px 0px;
	margin: 0px;
	text-align: center;
	text-transform: uppercase;
	line-height: 50px;
	background-color: transparent;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.custm-btn:hover,
.customBtn-green:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.ctydetl-gsbtn a:hover,
.about-new .hm-latst-main .ctydetl-gsbtn a:hover,
.ctydetl-gsbtn .about-new .hm-latst-main a:hover,
.see-more-post:hover,
.about-new .hm-latst-main .see-more-post:hover,
.error-404-wrap .backHome:hover,
.about-new .hm-latst-main .error-404-wrap .backHome:hover,
.error-404-wrap .about-new .hm-latst-main .backHome:hover,
.days-bx .days-bx-innr a:hover,
.about-new .hm-latst-main .days-bx .days-bx-innr a:hover,
.days-bx .days-bx-innr .about-new .hm-latst-main a:hover,
.pdf-frm button:hover,
.about-new .hm-latst-main .pdf-frm button:hover,
.pdf-frm .about-new .hm-latst-main button:hover,
.new-webdesgn.new-seoSlice .why-btn2 a:hover,
.new-webdesgn.new-seoSlice .wbd-logs a:hover,
.boost-renv-main .boostrev-vido .br-v-lft a:hover,
.faq-main .faq-accord a:hover,
.about-new .hm-latst-main .faq-main .faq-accord a:hover,
.faq-main .faq-accord .about-new .hm-latst-main a:hover,
.bannr-sm-txt a:hover,
.about-new .hm-latst-main .bannr-sm-txt a:hover,
.bannr-sm-txt .about-new .hm-latst-main a:hover,
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a:hover,
.newseo .hlp-btn:hover,
.about-new .hm-latst-main .newseo .hlp-btn:hover,
.newseo .about-new .hm-latst-main .hlp-btn:hover,
.ss-main .mrewrk-tit a:hover,
.about-new .hm-latst-main .ss-main .mrewrk-tit a:hover,
.ss-main .mrewrk-tit .about-new .hm-latst-main a:hover,
.think-tm-txt a:hover,
.about-new .hm-latst-main .think-tm-txt a:hover,
.think-tm-txt .about-new .hm-latst-main a:hover,
.mre-wrksec .sm-work-btn a:hover,
.about-new .hm-latst-main .mre-wrksec .sm-work-btn a:hover,
.mre-wrksec .sm-work-btn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .custm-btn:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .fre-rept-btn:hover,
.about-new .hm-latst-main .tophead .hed-rgt .btn:hover,
.tophead .hed-rgt .about-new .hm-latst-main .btn:hover,
.about-new .hm-latst-main .banNewSet .centerBtnSet:hover,
.banNewSet .about-new .hm-latst-main .centerBtnSet:hover,
.about-new .hm-latst-main .upper-fotr .talk-tit a:hover,
.upper-fotr .talk-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .hm-inshgts-tit a:hover,
.about-new .hm-latst-main .home-why .why-btn a:hover,
.home-why .why-btn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .home-brands .brand-tit a:hover,
.home-brands .brand-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .about .who-inner a:hover,
.about .who-inner .about-new .hm-latst-main a:hover,
.about-new .new-about-white .abt-stps .stps-txt a:hover,
.about .trend-main .trend-innr .trend-lowr .trend-tit a:hover,
.about .home-brands .wrk-with a:hover,
.about .who-inner a:hover,
.about .about-secnd .about-secnd-lft .about-txt a:hover,
.service-list .main-content-inner .togather-sec .togather-innr a:hover,
.service-list .banner-wrap .banner_main .banner-btn a:hover,
.home-brands .brand-tit a:hover,
.home-why .why-btn a:hover,
.hm-latst-main .hm-inshgts-tit a:hover,
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button:hover,
.upper-fotr .talk-tit a:hover,
.main-content .main-content-inner .desg-frpad .design-txt a:hover,
.main-content .main-content-inner .about-main .abt-txt a:hover,
.banNewSet .centerBtnSet:hover,
.tophead .hed-rgt .btn:hover,
.fre-rept-btn:hover {
	text-decoration: none;
	background-color: #fff;
	color: #21ad84
}
.custm-error {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #f00000;
	font-weight: 400;
	padding: 5px 0px
}
.custum-title,
.home-why .why-tit,
.hm-latst-main .hm-inshgts-tit {
	float: left;
	width: 100%;
	height: auto
}
.custum-title h5,
.home-why .why-tit h5,
.hm-latst-main .hm-inshgts-tit h5 {
	font-family: Oswald, sans-serif;
	font-size: 67.5px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px
}
.custum-title h5 .lststsp1,
.home-why .why-tit h5 .lststsp1,
.hm-latst-main .hm-inshgts-tit h5 .lststsp1 {
	position: relative;
	z-index: 9;
	display: inline-block
}
@media(max-width: 767px) {
	.custum-title h5 .lststsp1, .home-why .why-tit h5 .lststsp1, .hm-latst-main .hm-inshgts-tit h5 .lststsp1 {
		clear: both;
		float: left
	}
}
.custum-title h5 .lststsp1:after,
.home-why .why-tit h5 .lststsp1:after,
.hm-latst-main .hm-inshgts-tit h5 .lststsp1:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #429edf;
	z-index: -9
}
.custum-title h5 .lststsp2,
.home-why .why-tit h5 .lststsp2,
.hm-latst-main .hm-inshgts-tit h5 .lststsp2 {
	position: relative;
	z-index: 9;
	display: inline-block
}
@media(max-width: 767px) {
	.custum-title h5 .lststsp2, .home-why .why-tit h5 .lststsp2, .hm-latst-main .hm-inshgts-tit h5 .lststsp2 {
		clear: both;
		float: left
	}
}
.custum-title h5 .lststsp2:after,
.home-why .why-tit h5 .lststsp2:after,
.hm-latst-main .hm-inshgts-tit h5 .lststsp2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #21ad84;
	z-index: -9
}
.transtprnt-txt,
.new-webdesgn .webdsgn-teans,
.about-tp-problm .transparnt-txt,
.about .about-indstry .indtry-txt,
.about .home-brands .wrk-tran,
.about .whowr .pros-txt,
.about .about-secnd .team-txt,
.about .about-tp-problm .transparnt-txt,
.service-list .serv-list1 .transpt-txtlist,
.grey-bg .project-hom .project-txt,
.home-why .why-txtlarg,
.main-content .main-content-inner .about-transpt-txt,
.banner-wrap .banner_main .transpt-txt span {
	font-family: Oswald, sans-serif;
	font-size: 328px;
	color: #fff;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03
}
.custum-crcle,
.city-detail-new.service-list .ctydetl-txt-innr .bgcrcl,
.new-wdesign .boost-renv-main .br-v-lft .videocrcl,
.new-webdesgn .br-v-lft .videocrcl,
.bbaftr-txt .bbcrcle,
.nw-brandng-tit .nwcrcl,
.faq-main .faq-tit .faq-crcl,
.service-mini .main-content .main-content-inner .about-main .abt-tit .blackc2,
.think-tm-tit .black-circle,
.wd-otprocess .wdop-tit .wdop-circl,
.wdtl-titmian .wdtl-hed .WD-circle,
.mre-wrksec .mrewrk-tit .mw-crcl,
.pfd-colorsec .refrsh-brnd-tit .rbt-crcl,
.about .who-inner .abtcrc2,
.about .about-secnd .abtcrcl,
.home-brands .brand-circlr,
.home-why .whychos-bx .whychos-icon:after,
.home-why .why-crcle,
.hm-latst-main .tit-circle,
.main-content .main-content-inner .desg-frpad .design-txt .crcl2 {
	width: 244px;
	height: 244px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.brd-0 {
	border: 0px
}
.gren-bluetit {
	font-family: Oswald, sans-serif;
	font-size: 69px;
	color: #3d3e49;
	font-weight: 700;
	position: relative;
	display: inline-block;
	z-index: 1;
	line-height: 1;
	padding: 0px 7px 0px 4px
}
.gren-bluetit:before {
	content: "";
	float: left;
	width: 50%;
	height: 11px;
	background-color: #439fdf;
	position: absolute;
	left: 0px;
	bottom: -3px;
	top: auto;
	z-index: -1
}
.gren-bluetit:after {
	content: "";
	float: left;
	width: 50%;
	height: 11px;
	background-color: #21ad84;
	position: absolute;
	left: 50%;
	bottom: -3px;
	top: auto;
	z-index: -1
}
.genral-txt {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	color: #464753;
	font-weight: 400;
	line-height: 1.75
}
@media(max-width: 767px) {
	.genral-txt {
		font-size: 18px
	}
}
.oswl-bld {
	font-family: Open Sans, sans-serif;
	font-size: 27px;
	color: #b50938;
	font-weight: 700
}
.tb-mbcrcl {
	float: left;
	width: 451px;
	height: 451px;
	background: rgba(235, 118, 15, 0.06);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.06) 0%, rgba(197, 63, 120, 0.06) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.06)), color-stop(100%, rgba(197, 63, 120, 0.06)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.06) 0%, rgba(197, 63, 120, 0.06) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.06) 0%, rgba(197, 63, 120, 0.06) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.06) 0%, rgba(197, 63, 120, 0.06) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.06) 0%, rgba(197, 63, 120, 0.06) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.06)", endColorstr="rgba(197, 63, 120, 0.06)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.06), rgba(197, 63, 120, 0.06));
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.tb-mbcrcl .tb-mbcrcl2 {
	float: left;
	background: rgba(235, 118, 15, 0.09);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.09) 0%, rgba(197, 63, 120, 0.09) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.09)), color-stop(100%, rgba(197, 63, 120, 0.09)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.09) 0%, rgba(197, 63, 120, 0.09) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.09) 0%, rgba(197, 63, 120, 0.09) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.09) 0%, rgba(197, 63, 120, 0.09) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.09) 0%, rgba(197, 63, 120, 0.09) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.09)", endColorstr="rgba(197, 63, 120, 0.09)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.09), rgba(197, 63, 120, 0.09));
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 80%;
	height: 80%;
	margin: 10%
}
.tb-mbcrcl .tb-mbcrcl3 {
	float: left;
	background: rgba(235, 118, 15, 0.12);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.12) 0%, rgba(197, 63, 120, 0.12) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.12)), color-stop(100%, rgba(197, 63, 120, 0.12)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.12) 0%, rgba(197, 63, 120, 0.12) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.12) 0%, rgba(197, 63, 120, 0.12) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.12) 0%, rgba(197, 63, 120, 0.12) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.12) 0%, rgba(197, 63, 120, 0.12) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.12)", endColorstr="rgba(197, 63, 120, 0.12)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.12), rgba(197, 63, 120, 0.12));
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 75%;
	height: 75%;
	margin: 12.5%
}
.tb-mbcrcl .tb-mbcrcl4 {
	float: left;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 60%;
	height: 60%;
	margin: 20%
}
.tb-mbcrclno2 {
	float: left;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 200px;
	height: 200px
}
.larg-txtColred {
	font-family: Open Sans, sans-serif;
	font-size: 99px;
	color: #eb760f;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	line-height: 1
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.larg-txtColred {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.larg-txtColred2 {
	font-family: Open Sans, sans-serif;
	font-size: 99px;
	color: #eb760f;
	font-weight: 700;
	line-height: 1
}
.colred-txtstyl {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 400
}
@media(max-width: 767px) {
	.colred-txtstyl {
		font-size: 15px
	}
}
.colred-txtstyl p {
	line-height: 1.6;
	padding-bottom: 1.875rem
}
.colred-txtstyl h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #3d3e49;
	text-transform: uppercase;
	line-height: 1.5;
	letter-spacing: 1px;
	position: relative;
	padding-left: 135px;
	display: block !important
}
.colred-txtstyl h6:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 99px;
	height: 1px;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78)
}
@media(max-width: 767px) {
	.colred-txtstyl h6 {
		padding-left: 1.2rem
	}
	.colred-txtstyl h6:before {
		width: 1.25rem
	}
}
.gotm-bld {
	font-family: "Gotham";
	font-weight: bold
}
.gotm-mdm {
	font-family: "Gotham";
	font-weight: 500
}
.multilayer {
	float: left;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=84)";
	filter: alpha(opacity=84);
	-moz-opacity: .84;
	-khtml-opacity: .84;
	opacity: .84
}
.jmnitrd,
.wd-otprocess .wd-opbxm.web-clr .wd-opBox:hover:after {
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746)
}
.bletgr,
.wd-otprocess .wd-opbxm.devl-clr .wd-opBox:hover:after {
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf)
}
.yelpnk {
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78)
}
.txt-grandt1,
.wd-otprocess .wd-opbxm .wd-opBox:hover h6 {
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.txt-grandt1,
	.wd-otprocess .wd-opbxm .wd-opBox:hover h6 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.txt-grandt2,
.wd-otprocess .wd-opbxm.devl-clr .wd-opBox:hover h6 {
	color: #23bf6d;
	-webkit-text-fill-color: transparent;
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.txt-grandt2,
	.wd-otprocess .wd-opbxm.devl-clr .wd-opBox:hover h6 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.txt-grandt3,
.wd-otprocess .wd-opbxm.web-clr .wd-opBox:hover h6 {
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.txt-grandt3,
	.wd-otprocess .wd-opbxm.web-clr .wd-opBox:hover h6 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.trans-txtcor1 {
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	color: #efedfa;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	text-stroke: 4px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.trans-txtcor1 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.trans-txtcor2 {
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf);
	filter: none\0;
	color: #efedfa;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	text-stroke: 4px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.trans-txtcor2 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.trans-txtcor3 {
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	color: #efedfa;
	-webkit-background-clip: text;
	-webkit-text-stroke: 4px transparent;
	text-stroke: 4px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.trans-txtcor3 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.dotted-circle {
	float: left;
	width: 222px;
	height: 222px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-image: url("../images/dotted-circle.png");
	background-repeat: repeat;
	overflow: hidden
}
.ratng-str {
	float: left;
	width: 76px;
	height: 12px
}
.ratng-str .rating-img {
	background-image: url("../images/yellow-star.png");
	background-repeat: repeat-x
}
.ratng-str .rating-bg {
	float: left;
	width: 100%;
	height: 12px;
	background-position: top left;
	position: relative
}
.ratng-str .rating-bg .rating-selected {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background-position: bottom left
}
.active-shadw {
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.035);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.035);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.035)
}
.furtr-styl.hdr-contact {
	font-size: 69px
}
@media(max-width: 767px) {
	.furtr-styl.hdr-contact {
		font-size: 35px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.furtr-styl.hdr-contact {
		font-size: 45px
	}
}
.furtr-styl.hdr-contact .heading-detail:before {
	content: "Get the Growth and Sales You Want"
}
@media(max-width: 767px) {
	.sevce-m2 .webd-banner {
		padding-bottom: 30px
	}
}
.sevce-m2 .webd-banner .pd-banner-inner {
	z-index: 1
}
.sevce-m2 .grey-bg {
	margin-top: -80px;
	padding-bottom: 84px
}
@media(max-width: 767px) {
	.sevce-m2 .grey-bg {
		padding-bottom: 0px;
		padding-top: 100px
	}
}
.sevce-m2 .grey-bg .home-why .whychos-bx {
	padding-bottom: 64px
}
.xxl-btn {
	border: none !important
}
@media(max-width: 767px) {
	.xxl-btn {
		transform: scale(0.7);
		transform-origin: 0% 0%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.xxl-btn {
		transform: scale(0.8);
		transform-origin: 0% 0%
	}
}
.xxl-btn:after {
	display: none
}
.xxl-btn a {
	float: left;
	width: 350px;
	height: 350px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(to right, #429edf 0%, #23bf6d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#23bf6d", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #23bf6d);
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	position: relative;
	text-transform: uppercase
}
.xxl-btn a .xxl-abslt {
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translate(0%, -50%);
	padding: 0 62px
}
.xxl-btn a .xxl-abslt .xxl-txt {
	padding: 0 0 0 21px;
	width: 77%;
	float: left;
	line-height: 1.7
}
.xxl-btn a .xxl-abslt .xxl-crcl {
	background-image: url("../images/wcwa.png");
	background-repeat: no-repeat;
	float: left;
	width: 23%;
	height: 36px;
	margin-top: 15px
}
.wh-bg {
	background-color: #fff !important
}
.trd-tre-trg {
	float: left;
	width: 645px;
	height: 511px;
	background-color: #f8f7ff;
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	position: absolute;
	left: 0%;
	bottom: 0
}
.branding .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "A STANDOUT BUSINESS"
}
.branding .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO BUILD UP YOUR BRAND?"
}
.conversion-optimization .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "A DESIGN THAT DELIVERS RESULTS"
}
.conversion-optimization .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO HAVE MORE CUSTOMERS?"
}
.design-content-strategy .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "BUILDING CUSTOMER CONFIDENCE"
}
.design-content-strategy .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO GENERATE RESULTS?"
}
.ecommerce-design .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "GET THE GROWTH AND SALES YOU WANT"
}
.ecommerce-design .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO MAKE MORE SALES?"
}
.mobile-design .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "DESIGN THAT ALWAYS LOOKS GOOD"
}
.mobile-design .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO LOOK GOOD ON MOBILE?"
}
.noUpperFooter .upper-fotr {
	display: none
}
.ec-devlopment .furtr-styl.hdr-contact {
	padding-right: 40px
}
.ec-devlopment .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "A STOREFRONT THAT MAKES SALES"
}
.ec-devlopment .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO MAKE SALES ONLINE?"
}
.magdev .furtr-styl.hdr-contact {
	padding-right: 40px
}
.magdev .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "AN ALL-IN-ONE CUSTOMER EXPERIENCE"
}
.magdev .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO POWER UP YOUR ONLINE STORE?"
}
.mobilappdev .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "REACH YOUR AUDIENCE ANYWHERE"
}
.mobilappdev .think-tm-tit {
	padding: 60px 0px 0 43px
}
.mobilappdev .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO MAKE SALES ON MOBILE?"
}
.shopifydev .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "DRIVING SALES THROUGH A GREAT UX"
}
.shopifydev .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO BOOST YOUR ONLINE SALES?"
}
.wordpressdev .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "POWERFUL CONTENT MANAGEMENT"
}
.wordpressdev .think-tm-tit {
	padding: 60px 0px 0 43px
}
.wordpressdev .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY FOR A CUSTOM WEBSITE?"
}
.emailMS .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "MAKE A SPLASH IN THE INBOX"
}
.emailMS .think-tm-tit {
	padding: 60px 0px 0 43px
}
.emailMS .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO BOOST YOUR OPEN RATE?"
}
.marketstrag2 .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "MAKING YOUR MARK ON YOUR CUSTOMERS"
}
.marketstrag2 .think-tm-tit {
	padding: 60px 0px 0 43px
}
.marketstrag2 .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO REFINE YOUR STRATEGY?"
}
.ppc-serc .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "AN AD STRATEGY THAT DELIVERS RESULTS"
}
.ppc-serc .think-tm-tit {
	padding: 60px 0px 0 43px
}
.ppc-serc .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO GET MORE PAID TRAFFIC?"
}
.seo-serc .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "RANK HIGHER AND REACH YOUR AUDIENCE"
}
.seo-serc .think-tm-tit {
	padding: 60px 0px 0 43px
}
.seo-serc .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO OPTIMIZE YOUR SITE?"
}
.sm-serc .webd-banner .webd-trsn {
	font-size: 250px;
	margin-top: -60px
}
.sm-serc .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "BUILD YOUR BRAND COMMUNITY"
}
.sm-serc .think-tm-tit {
	padding: 60px 0px 0 43px
}
.sm-serc .think-tm-tit h3.hdr-contact .heading-detail.redes-txt:before {
	content: "READY TO PUT YOUR SOCIAL MEDIA TO WORK?"
}
.utw .pfdetail-txt .saucy-txt span {
	font-size: 150px;
	left: 8%;
	text-align: center;
	transform: none
}
.utw .pf-laptop .scrol-img .scrol-imginnr {
	height: 2500px
}
.new-lnradd {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-top: 47px
}
@media(max-width: 767px) {
	.new-lnradd {
		clear: both;
		font-size: 16px;
		padding-top: 20px
	}
}
.spn-itlc {
	font-style: italic
}
.dgtl-logo {
	display: flex;
	align-items: center;
	flex-flow: row wrap;
	justify-content: space-between
}
.dgtl-logo .dgtl-logobx {
	padding-top: 35px
}
.fre-rept-btn {
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	background-color: #21ad84;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	border-color: transparent;
	width: 156px;
	height: 38px;
	line-height: 38px
}
@media(max-width: 767px) {
	.fre-rept-btn {
		clear: both
	}
}
.newdsg-logo {
	display: flex;
	flex-flow: row wrap;
	padding: 30px 0;
	clear: both
}
.newdsg-logo .newdsg-logo-innr {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
@media(max-width: 767px) {
	.newdsg-logo .newdsg-logo-innr {
		justify-content: center
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newdsg-logo .newdsg-logo-innr {
		justify-content: space-evenly
	}
}
.newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
	border-right: 1px solid #edeeee;
	display: flex;
	align-items: center;
	padding: 25px 40px 25px 0
}
@media(max-width: 767px) {
	.newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
		border: none;
		padding: 25px 15px 25px;
		flex-basis: 50%;
		justify-content: center
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
		padding: 25px 10px 25px !important;
		flex: 1 15%
	}
}
.newdsg-logo .newdsg-logo-innr .newdsg-logo-bx:last-child {
	border: none
}
.upper-fotr.flufFooter {
	display: block
}
.upper-fotr.flufFooter .talk-tit h4 .heading-detail:before {
	content: "FORGET THE FLUFF."
}
.upper-fotr.flufFooter .talk-tit a {
	margin: 50px auto 0
}
.upper-fotr.flufFooter p {
	text-align: center;
	line-height: 1.4
}
.blue-txt-color {
	color: #3c3d48 !important
}
.font-bold {
	font-weight: 700
}
.font-50 {
	font-size: 50px
}
@media(max-width: 767px) {
	.font-50 {
		font-size: 30px
	}
}
.shw-mobile-g {
	display: none
}
@media screen and (min-width: 0px)and (max-width: 991px) {
	.shw-mobile-g {
		display: block
	}
}
.shw-mobile-g .gogle-star-icon {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 100px;
	z-index: 99;
	right: 32px
}
.shw-mobile-g .gogle-star-icon .gogle-starInnr {
	width: auto;
	height: auto;
	float: left
}
.shw-mobile-g .gogle-star-icon .gogle-starInnr .gogl-anchr-crl {
	width: 44px;
	height: 44px;
	background-color: #fff;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	background-image: url("../images/google-icon.png");
	background-repeat: no-repeat;
	background-position: center center
}
.shw-mobile-g .gogle-star-icon .gogle-starInnr .google-stars {
	width: 162px;
	height: 44px;
	float: left;
	display: none;
	background-color: #f8f8ff;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding: 0px 16px 0 0px;
	transform: translateX(-100%);
	position: absolute;
	left: 20px;
	border-radius: 22px 0px 0px 22px;
	-moz-border-radius: 22px 0px 0px 22px;
	-webkit-border-radius: 22px 0px 0px 22px;
	border: 0px solid #000;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	transition: width .3s cubic-bezier(0.405, 0.07, 0.575, 0.995)
}
.shw-mobile-g .gogle-star-icon .gogle-starInnr .google-stars .gogl-anchr-crl2 {
	width: 100%;
	float: left;
	height: 44px;
	box-shadow: none;
	background-image: url("../images/g-star-rating.png");
	background-repeat: no-repeat;
	background-position: center
}
.shw-desk-tp {
	display: block
}
@media screen and (min-width: 0px)and (max-width: 991px) {
	.shw-desk-tp {
		display: none
	}
}
.shw-desk-tp .gogle-star-icon {
	width: auto;
	height: auto;
	position: fixed;
	bottom: 100px;
	z-index: 99;
	right: 32px
}
.shw-desk-tp .gogle-star-icon .gogle-starInnr {
	width: auto;
	height: auto;
	float: left
}
.shw-desk-tp .gogle-star-icon .gogle-starInnr .gogl-anchr-crl {
	width: 44px;
	height: 44px;
	background-color: #fff;
	float: left;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	-moz-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, .16);
	background-image: url("../images/google-icon.png");
	background-repeat: no-repeat;
	background-position: center center
}
.shw-desk-tp .gogle-star-icon .gogle-starInnr .google-stars {
	width: 0;
	height: 44px;
	float: left;
	background-color: #f8f8ff;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	padding: 0px 16px 0 0px;
	transform: translateX(-100%);
	position: absolute;
	left: 20px;
	border-radius: 22px 0px 0px 22px;
	-moz-border-radius: 22px 0px 0px 22px;
	-webkit-border-radius: 22px 0px 0px 22px;
	border: 0px solid #000
}
.shw-desk-tp .gogle-star-icon .gogle-starInnr .google-stars .gogl-anchr-crl2 {
	width: 100%;
	float: left;
	height: 44px;
	box-shadow: none;
	background-image: url("../images/g-star-rating.png");
	background-repeat: no-repeat;
	background-position: center
}
.shw-desk-tp .gogle-star-icon .gogle-starInnr:hover .google-stars {
	width: 162px;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	transition: width .3s cubic-bezier(0.405, 0.07, 0.575, 0.995)
}
.reshape-main .pfdetail-txt .saucy-txt span {
	width: 100%;
	font-size: 150px;
	margin-top: 0
}
@media(min-width: 768px)and (max-width:1200px) {
	.reshape-main .pfdetail-txt .saucy-txt span {
		font-size: 80px
	}
}
.reshape-main .portfd-contr-innr .bldtl-tp-row .arrow-icon a {
	background-color: #2b2b2b
}
.google-ratingN {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10
}
.google-ratingN a {
	display: flex;
	flex-flow: column;
	width: 100%;
	-webkit-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	-moz-box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, .75);
	transition: width .3s cubic-bezier(0.405, 0.07, 0.575, 0.995)
}
.simple-title {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	color: #21ad84;
	font-weight: 700;
	text-transform: uppercase
}
@media(max-width: 767px) {
	.simple-title {
		font-size: 25px
	}
}
.privacyPage .triangleBgIcon,
.privacyPage .pd-trigicon {
	width: 774px;
	height: 830px
}
.privacyPage .contact-talk {
	margin: 6.0625rem 0 4.375rem 0
}
@media(max-width: 767px) {
	.privacyPage .contact-talk {
		margin-top: 3rem;
		margin-bottom: 2rem
	}
}
.privcy-mian {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 400;
	padding: 0 90px 0;
	line-height: 1.85
}
@media(max-width: 767px) {
	.privcy-mian {
		padding: 0 0px 0;
		line-height: 1.5
	}
}
.privcy-mian h1 {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian h2 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian h3 {
	font-family: Oswald, sans-serif;
	font-size: 25px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian h4 {
	font-family: Oswald, sans-serif;
	font-size: 20px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian h5 {
	font-family: Oswald, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian h6 {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 600;
	padding-bottom: 11px
}
.privcy-mian a {
	color: #0081bc;
	text-decoration: underline
}
.privcy-mian a:hover {
	color: #0081bc
}
.privcy-mian b {
	font-weight: bold
}
.privcy-mian strong {
	font-weight: bold
}
.privcy-mian em {
	font-style: italic
}
.privcy-mian i {
	font-style: italic
}
.privcy-mian ul li {
	margin-left: 45px;
	font-size: 16px;
	list-style: disc;
	margin-bottom: 28px
}
.privcy-mian ol {
	padding-bottom: 11px;
	counter-reset: my-awesome-counter
}
.privcy-mian ol li {
	font-size: 16px;
	margin-bottom: 8px;
	counter-increment: my-awesome-counter;
	position: relative;
	padding-left: 30px
}
.privcy-mian ol li:before {
	content: counter(my-awesome-counter)". ";
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 400;
	position: absolute;
	left: 0;
	top: 0;
	width: 22px;
	text-align: center
}
.prvcy-set-New {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 15.94px;
	color: #a7a7ab;
	font-weight: 400
}
@media(max-width: 767px) {
	.prvcy-set-New {
		padding-left: 20px
	}
}
.prvcy-set-New p {
	display: inline-flex;
	padding-left: 20px;
	min-height: 20px;
	align-items: center;
	flex-flow: row wrap
}
@media(max-width: 767px) {
	.prvcy-set-New p {
		padding-left: 35px;
		float: left
	}
}
.prvcy-set-New p a {
	color: #21ad84;
	text-decoration: underline;
	margin: 0 5px
}
.magdev.magdevNew .furtr-styl.hdr-contact .heading-detail.brand:before {
	content: "Tailor-made software solutions for your business"
}
.magdev.magdevNew .home-why .whychos-bx.one:hover .bgHover-cir,
.magdev.magdevNew .home-why .whychos-bx.two:hover .bgHover-cir {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.magdev.magdevNew .home-why .whychos-bx.four:hover .bgHover-cir {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01)
}
.magdev.magdevNew .home-why .whychos-bx.four .bgHover-cir {
	top: 3px
}
.magdev.magdevNew .home-why .whychos-bx.three .bgHover-cir {
	top: 29px
}
.magdev.magdevNew .home-why .whychos-bx:hover .bgHover-cir {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08)
}
.magdev.magdevNew .home-why .whychos-bx .whychos-icon {
	margin-bottom: 15px
}
.magdev.magdevNew .nwbrandimg {
	height: 100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center
}
.magdev.magdevNew .think-tm-main {
	background-image: url("../images/thinktime-bg-new.jpg");
	min-height: 887px !important
}
.magdev.magdevNew .think-tm-main h3.hdr-contact .heading-detail.redes-txt:before {
	content: "Ready to completely optimize your business?"
}
.prvcy-back-tp {
	display: inline-block;
	cursor: pointer;
	background-color: #21ad84;
	width: 50px;
	height: 50px;
	text-align: center;
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 1000;
	transition: background-color .3s, opacity .5s, visibility .5s;
	-moz-transition: background-color .3s, opacity .5s, visibility .5s;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	-o-transition: background-color .3s, opacity .5s, visibility .5s;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	visibility: hidden
}
.prvcy-back-tp:after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff
}
.prvcy-back-tp.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	visibility: visible
}
.prvcy-back-tp:hover {
	background-color: #21ad84;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.iaw-price {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #3c3d48;
	font-weight: 600;
	padding: 10px 0;
	display: block
}
@media screen and (min-width: 0px)and (max-width: 991px) {
	.iaw-price {
		font-size: 18px
	}
}
.tophead {
	position: fixed;
	width: 100%;
	padding: 28px 100px 0px;
	z-index: 11
}
@media screen and (max-width: 767px) {
	.tophead {
		margin-top: 0px
	}
}
@media(max-width: 767px) {
	.tophead {
		position: relative;
		float: left;
		padding: 28px 15px !important;
		background-color: #3d3e49
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.tophead {
		padding: 28px 15px 20px !important
	}
}
.tophead.absoluteHdr {
	position: absolute
}
@media(max-width: 767px) {
	.tophead.absoluteHdr {
		position: relative
	}
}
.tophead.absoluteHdr.stickyHdr {
	margin-top: 0;
	position: fixed
}
@media(max-width: 767px) {
	.tophead.absoluteHdr.stickyHdr {
		position: relative
	}
}
.tophead .logo {
	float: left;
	width: 165px;
	height: 70px
}
@media(max-width: 767px) {
	.tophead .logo {
		width: 100%;
		text-align: center
	}
}
.tophead .logo a {
	float: left
}
@media(max-width: 767px) {
	.tophead .logo a {
		float: none;
		display: inline-block
	}
}
@media(max-width: 767px) {
	.tophead .logo img.blacklg {
		display: none !important
	}
}
.tophead .logo img.white-sticky-logo {
	display: none
}
@media(max-width: 767px) {
	.tophead .logo img.white-sticky-logo {
		display: block !important
	}
}
.tophead .hed-rgt {
	float: right;
	width: auto;
	height: auto;
	padding-top: 14px
}
.tophead .hed-rgt .btn {
	font-size: 14.6px;
	font-family: "Oswald";
	font-weight: 300;
	width: 189px;
	height: 42px;
	line-height: 40px;
	border-color: #21ad84;
	letter-spacing: 1px
}
.tophead .hed-rgt .menu-bars {
	float: right;
	width: 28px;
	height: 22px;
	background-image: url("../images/three-bar.png");
	cursor: pointer;
	margin: 11px 0px 0px 33px
}
@media(max-width: 767px) {
	.tophead .hed-rgt {
		float: left;
		width: 100%;
		text-align: center
	}
	.tophead .hed-rgt .btn {
		float: none;
		display: inline-block
	}
	.tophead .hed-rgt .menu-bars {
		float: none;
		display: inline-block;
		margin-top: 0px;
		position: relative;
		top: 5px
	}
}
.tophead.stickyHdr {
	background-color: #3d3e49;
	padding-bottom: 23px;
	overflow: hidden;
	padding: 15px 100px;
	margin-top: 0
}
.tophead.stickyHdr .logo {
	height: auto
}
.tophead.stickyHdr .logo img {
	max-width: 80%
}
.tophead.stickyHdr .logo img.blacklg {
	display: none
}
.tophead.stickyHdr .logo img.white-sticky-logo {
	display: block
}
.tophead.stickyHdr .nav-circl {
	width: 520px;
	height: 520px;
	background-color: #fff;
	position: absolute;
	top: -72px;
	right: -185px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	left: auto;
	z-index: -1
}
@media(max-width: 767px) {
	.tophead.head2 {
		background-color: #3d3e49;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75)
	}
}
.tophead.head2 .logo a img.whtelg {
	display: none
}
.tophead.head2 .hed-rgt .btn {
	color: #3c3d48
}
@media(max-width: 767px) {
	.tophead.head2 .hed-rgt .btn {
		color: #fff
	}
}
.tophead.head2 .hed-rgt .menu-bars {
	background-image: url("../images/three-bar-black.png")
}
@media(max-width: 767px) {
	.tophead.head2 .hed-rgt .menu-bars {
		background-image: url("../images/three-bar.png")
	}
}
.tophead.head2.stickyHdr .logo a img.blacklg {
	display: none
}
.tophead.head2.stickyHdr .logo a img.whtelg {
	display: block
}
.tophead.head2.stickyHdr .logo a img.white-sticky-logo {
	display: block
}
.tophead.head2.stickyHdr .hed-rgt .btn {
	color: #fff
}
.tophead.head2.stickyHdr .hed-rgt .btn:hover {
	color: #21ad84
}
.tophead.head2.stickyHdr .hed-rgt .menu-bars {
	background-image: url("../images/three-bar.png")
}
#headerCover {
	float: left;
	width: 100%;
	height: auto;
	min-height: 30px;
	display: none
}
#headerCover #headerCover.show {
	display: block
}
.overlay {
	height: 0;
	width: 100%;
	z-index: 12;
	background-color: #3d3e49;
	position: fixed;
	top: 0;
	left: 0;
	overflow-x: hidden;
	overflow: hidden;
	transition: .5s
}
.overlay .nav-wrap {
	float: left;
	width: 100%;
	height: 100vh;
	overflow: auto
}
.overlay .nav-wrap .nav-logo {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 43px
}
.overlay .nav-wrap .nav-logo a {
	display: inline-block
}
.overlay .nav-wrap .overlay-content {
	position: relative;
	top: 5%;
	width: 100%;
	float: left
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content {
		padding: 15px;
		top: 0;
		margin-top: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content {
		padding: 15px;
		top: 0;
		margin-top: 40px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner {
	float: none;
	width: 900px;
	height: auto;
	margin: 0px auto
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner {
		float: left;
		width: 100%;
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner {
		float: left;
		width: 100%;
		height: auto
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul {
	position: relative
}
.overlay .nav-wrap .overlay-content .nav-inner ul li {
	list-style: none;
	margin-bottom: 20px
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a {
	font-family: Oswald, sans-serif;
	font-size: 69px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
	filter: alpha(opacity=9);
	-moz-opacity: .09;
	-khtml-opacity: .09;
	opacity: .09
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li a {
		font-size: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li a {
		font-size: 40px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a:before {
	content: "";
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	float: left;
	border: 2px solid transparent;
	margin: 25px 40px 0px 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
	filter: alpha(opacity=9);
	-moz-opacity: .09;
	-khtml-opacity: .09;
	opacity: .09
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li a: before {
		margin: 10px 20px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li a: before {
		margin: 10px 20px 0px 0px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a:hover {
	text-decoration: none
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav.active {
	color: #3d3e49;
	-webkit-text-stroke: 2px #d75a45;
	text-stroke: 2px #d75a45;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav.active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav.active:before {
	background-color: transparent;
	border-color: #d35945;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav:hover {
	color: #3d3e49;
	-webkit-text-stroke: 2px #d75a45;
	text-stroke: 2px #d75a45;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtnav:hover:before {
	background-color: transparent;
	border-color: #d35945;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv.active {
	color: #3d3e49;
	-webkit-text-stroke: 2px #b70746;
	text-stroke: 2px #b70746;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv.active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv.active:before {
	background-color: transparent;
	border-color: #b70746;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv:hover {
	color: #3d3e49;
	-webkit-text-stroke: 2px #b70746;
	text-stroke: 2px #b70746;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtserv:hover:before {
	background-color: transparent;
	border-color: #b70746;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk.active {
	color: #3d3e49;
	-webkit-text-stroke: 2px #23bf6d;
	text-stroke: 2px #23bf6d;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk.active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk.active:before {
	background-color: transparent;
	border-color: #23bf6d;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk:hover {
	color: #3d3e49;
	-webkit-text-stroke: 2px #23bf6d;
	text-stroke: 2px #23bf6d;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtwk:hover:before {
	background-color: transparent;
	border-color: #23bf6d;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab.active {
	color: #3d3e49;
	-webkit-text-stroke: 2px #eb760f;
	text-stroke: 2px #eb760f;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab.active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab.active:before {
	background-color: transparent;
	border-color: #eb760f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab:hover {
	color: #3d3e49;
	-webkit-text-stroke: 2px #eb760f;
	text-stroke: 2px #eb760f;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtlab:hover:before {
	background-color: transparent;
	border-color: #eb760f;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct.active {
	color: #3d3e49;
	-webkit-text-stroke: 2px #429edf;
	text-stroke: 2px #429edf;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct.active span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct.active:before {
	background-color: transparent;
	border-color: #429edf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct:hover {
	color: #3d3e49;
	-webkit-text-stroke: 2px #429edf;
	text-stroke: 2px #429edf;
	-webkit-background-clip: text
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct:hover span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li a.abtconct:hover:before {
	background-color: transparent;
	border-color: #429edf;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul {
	position: absolute;
	top: 0px;
	right: 50px;
	left: auto;
	display: none
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul {
		position: relative;
		top: 0px;
		right: 0;
		padding-top: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul {
		position: relative;
		top: 0px;
		right: 0;
		padding-top: 20px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li {
	margin-bottom: 107px
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul li {
		margin-bottom: 10px;
		padding-left: 50px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul li {
		margin-bottom: 10px;
		padding-left: 50px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a {
	font-family: Oswald, sans-serif;
	font-size: 39px;
	color: #e1e1e3;
	font-weight: 400;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a {
		font-size: 30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a {
		font-size: 30px
	}
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a:before {
	display: none
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a.active {
	padding: 0px 9px 0px 0px
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a.active:after {
	float: left;
	width: 50%;
	height: 7px;
	background-color: #439fdf;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: none;
	margin: 0px;
	position: absolute;
	bottom: 6px;
	left: 0px;
	top: auto;
	content: "";
	z-index: -1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a.active:before {
	float: left;
	width: 50%;
	height: 7px;
	background-color: #21ad84;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: none;
	margin: 0px;
	content: "";
	position: absolute;
	bottom: 6px;
	right: 0px;
	top: auto;
	left: auto;
	z-index: -1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a:hover {
	padding: 0px 0px 0px 0px
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a:hover:after {
	float: left;
	width: 50%;
	height: 7px;
	background-color: #439fdf;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: none;
	margin: 0px;
	position: absolute;
	bottom: 6px;
	left: 0px;
	top: auto;
	content: "";
	z-index: -1
}
.overlay .nav-wrap .overlay-content .nav-inner ul li ul li a:hover:before {
	float: left;
	width: 50%;
	height: 7px;
	background-color: #21ad84;
	display: block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-border-radius: 0%;
	-moz-border-radius: 0%;
	border-radius: 0%;
	border: none;
	margin: 0px;
	content: "";
	position: absolute;
	bottom: 6px;
	right: 0px;
	top: auto;
	left: auto;
	z-index: -1
}
.overlay .nav-wrap .nav-Closebtn {
	position: absolute;
	top: 50px;
	right: 50px;
	background-image: url("../images/nav-close.png");
	width: 62px;
	height: 62px;
	z-index: 9
}
.overlay .nav-wrap .nav-Closebtn span {
	font-family: Oswald, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	position: relative;
	top: 21px;
	left: -55px
}
@media(max-width: 767px) {
	.overlay .nav-wrap .nav-Closebtn {
		position: relative;
		float: left;
		top: 20px;
		right: 0;
		left: 50%
	}
}
.overlay .nav-wrap .nav-crcle1 {
	width: 520px;
	height: 520px;
	background-color: #fff;
	position: absolute;
	top: -65px;
	right: -100px;
	left: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
@media(max-width: 767px) {
	.overlay .nav-wrap .nav-crcle1 {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .nav-crcle1 {
		width: 300px;
		height: 300px
	}
}
.overlay .nav-wrap .nav-crcle2 {
	width: 520px;
	height: 520px;
	background-color: #fff;
	position: absolute;
	bottom: -131px;
	left: -115px;
	top: auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
@media(max-width: 767px) {
	.overlay .nav-wrap .nav-crcle2 {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.overlay .nav-wrap .nav-crcle2 {
		width: 300px;
		height: 300px
	}
}
.banner-wrap {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.banner-wrap .crcle-btntp {
	position: absolute;
	bottom: 20px;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	z-index: 10
}
.banner-wrap .crcle-btntp a {
	float: left;
	width: 72px;
	height: 72px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.02);
	-moz-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.02);
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.02)
}
.banner-wrap .crcle-btntp a span {
	background-image: url("../images/btrnarrow.png");
	float: none;
	width: 15px;
	height: 34px;
	display: inline-block;
	margin-top: 19px
}
@media(max-width: 767px) {
	.banner-wrap .crcle-btntp a {
		display: none
	}
}
.banner-wrap .banner_main {
	float: left;
	width: 100%;
	height: 912px;
	background-image: url("../images/banner.jpg");
	background-size: cover;
	position: relative;
	background-position: center top;
	overflow: hidden;
	z-index: 10;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 61% 100%, 58% 94%, 0% 94%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 61% 100%, 58% 94%, 0% 94%)
}
@media(max-width: 767px) {
	.banner-wrap .banner_main {
		height: auto !important
	}
}
.banner-wrap .banner_main .bannr-innr {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 1.15
}
.banner-wrap .banner_main .bannr-innr h1 {
	font-family: Oswald, sans-serif;
	font-size: 131.25px;
	color: #21ad84;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 279px
}
.banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "GROW YOUR SALES IN THE NEXT 90 DAYS";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 5px;
	top: 4px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.banner-wrap .banner_main .bannr-innr h1 .heading-detail .beforeHeading {
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
@media(max-width: 767px) {
	.banner-wrap .banner_main .bannr-innr h1 {
		font-size: 40px;
		padding: 300px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.banner-wrap .banner_main .bannr-innr h1 {
		font-size: 100px
	}
}
.banner-wrap .banner_main .transpt-txt {
	float: left;
	width: 100%;
	height: auto;
	position: absolute;
	bottom: -50px;
	left: -10px;
	top: auto
}
.banner-wrap .banner_main .transpt-txt span {
	letter-spacing: 18px
}
@media(max-width: 767px) {
	.banner-wrap .banner_main .transpt-txt span {
		font-size: 30px
	}
}
@media(max-width: 767px) {
	.banner-wrap .banner_main .transpt-txt {
		display: none
	}
}
.banNewSet .bannr-innr {
	position: relative;
	z-index: 1
}
.banNewSet .banner_main .bannr-innr h1 {
	padding-top: 189px
}
@media(max-width: 767px) {
	.banNewSet .banner_main .bannr-innr h1 {
		padding-bottom: 0;
		padding-left: 20px;
		padding-right: 20px
	}
}
.banNewSet .heading-primary .heading-detail {
	letter-spacing: -1px;
	padding-bottom: 38px
}
@media(max-width: 767px) {
	.banNewSet .heading-primary .heading-detail {
		padding-bottom: 20px
	}
}
.banNewSet p {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	clear: both;
	line-height: 1.35;
	padding-bottom: 50px
}
@media(max-width: 767px) {
	.banNewSet p {
		font-size: 16px;
		padding-bottom: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.banNewSet p {
		font-size: 23px
	}
}
.banNewSet em,
.banNewSet i {
	font-style: italic
}
.banNewSet .centerBtnSet {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
	float: none;
	width: auto;
	height: 52px;
	border-color: #21ad84;
	position: relative;
	display: inline-block;
	padding: 0 26px;
	letter-spacing: 1px;
	line-height: 50px
}
@media(max-width: 767px) {
	.banNewSet .centerBtnSet {
		margin-bottom: 100px;
		display: inline-block;
		font-size: 12px
	}
}
.banNewSet .centerBtnSet.larBtn {
	height: auto;
	font-size: 19px;
	padding: 4px 57px;
	background-color: #21ad84;
	font-weight: 600;
	letter-spacing: .5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
@media(max-width: 767px) {
	.banNewSet .centerBtnSet.larBtn {
		font-size: 14px;
		padding: 15px 40px;
		line-height: normal
	}
}
@media screen and (min-width: 0px)and (max-width: 346px) {
	.banNewSet .centerBtnSet.larBtn {
		font-size: 13px;
		padding: 15px 21px
	}
}
.banNewSet .centerBtnSet.larBtn:hover {
	background-color: #fff
}
.height-100 {
	height: 100%
}
.cmobile {
	display: none
}
@media screen and (min-width: 0px)and (max-width: 767px) {
	.cmobile {
		display: block
	}
}
@media screen and (min-width: 0px)and (max-width: 767px) {
	.cdesktop {
		display: none
	}
}
.clutch-wrap {
	position: absolute;
	bottom: 30px;
	right: 0px;
	float: none;
	width: auto;
	height: auto;
	z-index: 10
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.clutch-wrap {
		bottom: 15px;
		right: -17px
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.clutch-wrap {
		bottom: -141px;
		right: 20px
	}
}
@media screen and (min-width: 400px)and (max-width: 575px) {
	.clutch-wrap {
		bottom: -137px;
		right: 15px
	}
}
@media screen and (min-width: 0px)and (max-width: 399px) {
	.clutch-wrap {
		width: auto;
		right: auto;
		left: 50%;
		bottom: -54px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}
}
.clutch-wrap .clutch-clip {
	position: absolute;
	top: 0px;
	left: 0px;
	float: none;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-clip-path: polygon(0 26%, 50% 0, 100% 26%, 100% 75%, 50% 100%, 0 75%);
	clip-path: polygon(0 26%, 50% 0, 100% 26%, 100% 75%, 50% 100%, 0 75%)
}
.clutch-wrap .clutch-clip:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: -730px;
	top: 0;
	pointer-events: none;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.18) 50%);
	-webkit-transform: translateX(-100px) skewX(38deg);
	transform: translateX(-100px) skewX(38deg);
	-webkit-animation: play2 7s linear infinite;
	animation: play2 7s linear infinite
}
.clutch-wrap .clutch-clip:after {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: -730px;
	top: 0;
	pointer-events: none;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.18) 50%);
	-webkit-transform: translateX(-100px) skewX(38deg);
	transform: translateX(-100px) skewX(38deg);
	-webkit-animation: play 7s linear infinite;
	animation: play 7s linear infinite
}
.clutch-wrap .clutch-stamp {
	float: right;
	width: auto;
	height: auto;
	max-width: 175px;
	position: relative;
	overflow: hidden
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.clutch-wrap .clutch-stamp {
		max-width: 158px
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.clutch-wrap .clutch-stamp {
		max-width: 140px
	}
}
@media screen and (min-width: 400px)and (max-width: 575px) {
	.clutch-wrap .clutch-stamp {
		max-width: 130px
	}
}
@media screen and (min-width: 0px)and (max-width: 399px) {
	.clutch-wrap .clutch-stamp {
		max-width: 130px
	}
}
.clutch-wrap .clutch-stamp img {
	max-width: 100%;
	border: none;
	outline: none
}
.clutch-wrap .clutch-txt {
	float: right;
	width: 175px;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	clear: both;
	text-align: center;
	line-height: 1.3;
	padding-top: 7px
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.clutch-wrap .clutch-txt {
		width: 158px;
		font-size: 14px
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.clutch-wrap .clutch-txt {
		width: 156px;
		margin-right: -8px;
		font-size: 14px;
		color: #3d3e49
	}
}
@media screen and (min-width: 400px)and (max-width: 575px) {
	.clutch-wrap .clutch-txt {
		width: 155px;
		margin-right: -12px;
		font-size: 14px;
		color: #3d3e49
	}
}
@media screen and (min-width: 0px)and (max-width: 399px) {
	.clutch-wrap .clutch-txt {
		display: none
	}
}
.clutch-wrap .clutch-txt span {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 5px
}
@-webkit-keyframes play {
	0% {
		-webkit-transform: translateX(-100px) skewX(38deg);
		transform: translateX(-100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(1900px) skewX(38deg);
		transform: translateX(1900px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(2000px) skewX(38deg);
		transform: translateX(2000px) skewX(38deg)
	}
}
@keyframes play {
	0% {
		-webkit-transform: translateX(-100px) skewX(38deg);
		transform: translateX(-100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(1900px) skewX(38deg);
		transform: translateX(1900px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(2000px) skewX(38deg);
		transform: translateX(2000px) skewX(38deg)
	}
}
@-webkit-keyframes play2 {
	0% {
		-webkit-transform: translateX(-200px) skewX(38deg);
		transform: translateX(-200px) skewX(38deg)
	}
	5% {
		-webkit-transform: translateX(100px) skewX(38deg);
		transform: translateX(100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(1900px) skewX(38deg);
		transform: translateX(1900px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(2000px) skewX(38deg);
		transform: translateX(2000px) skewX(38deg)
	}
}
@keyframes play2 {
	0% {
		-webkit-transform: translateX(-200px) skewX(38deg);
		transform: translateX(-200px) skewX(38deg)
	}
	5% {
		-webkit-transform: translateX(100px) skewX(38deg);
		transform: translateX(100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(1900px) skewX(38deg);
		transform: translateX(1900px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(2000px) skewX(38deg);
		transform: translateX(2000px) skewX(38deg)
	}
}
@-webkit-keyframes play7 {
	0% {
		-webkit-transform: translateX(-100px) skewX(38deg);
		transform: translateX(-100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(700px) skewX(38deg);
		transform: translateX(700px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(800px) skewX(38deg);
		transform: translateX(800px) skewX(38deg)
	}
}
@keyframes play7 {
	0% {
		-webkit-transform: translateX(-100px) skewX(38deg);
		transform: translateX(-100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(700px) skewX(38deg);
		transform: translateX(700px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(800px) skewX(38deg);
		transform: translateX(800px) skewX(38deg)
	}
}
@-webkit-keyframes play8 {
	0% {
		-webkit-transform: translateX(-200px) skewX(38deg);
		transform: translateX(-200px) skewX(38deg)
	}
	5% {
		-webkit-transform: translateX(100px) skewX(38deg);
		transform: translateX(100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(700px) skewX(38deg);
		transform: translateX(700px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(800px) skewX(38deg);
		transform: translateX(800px) skewX(38deg)
	}
}
@keyframes play8 {
	0% {
		-webkit-transform: translateX(-200px) skewX(38deg);
		transform: translateX(-200px) skewX(38deg)
	}
	5% {
		-webkit-transform: translateX(100px) skewX(38deg);
		transform: translateX(100px) skewX(38deg)
	}
	30% {
		-webkit-transform: translateX(700px) skewX(38deg);
		transform: translateX(700px) skewX(38deg)
	}
	100% {
		-webkit-transform: translateX(800px) skewX(38deg);
		transform: translateX(800px) skewX(38deg)
	}
}
.main-content {
	float: left;
	width: 100%;
	height: auto
}
.main-content .main-content-inner {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -70px;
	padding-top: 52px;
	position: relative;
	z-index: 9;
	background-color: #fff
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner {
		overflow: hidden
	}
}
.main-content .main-content-inner .right-cornr {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url("../images/rcorner-white.png");
	width: 1054px;
	height: 970px;
	left: auto;
	background-repeat: no-repeat
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .right-cornr {
		display: none
	}
}
.main-content .main-content-inner .bottom-cornr {
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: auto;
	background-image: url("../images/bottom-tringle.png");
	width: 859px;
	height: 724px;
	background-repeat: no-repeat
}
@media(max-width: 767px) {
	.main-content .main-content-inner .bottom-cornr {
		display: none
	}
}
.main-content .main-content-inner .about-crle {
	position: absolute;
	top: 72px;
	left: 32px;
	background-image: url("../images/about-circle.png");
	width: 366px;
	height: 366px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .about-crle {
		display: none
	}
}
.main-content .main-content-inner .about-transpt-txt {
	position: absolute;
	top: 225px;
	left: 25px;
	color: #02162e;
	letter-spacing: 20px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .about-transpt-txt {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .about-transpt-txt {
		display: none
	}
}
.main-content .main-content-inner .about-main {
	float: left;
	width: 100%;
	height: auto;
	padding: 120px 0px 197px;
	position: relative
}
@media(max-width: 767px) {
	.main-content .main-content-inner .about-main .pr-0 {
		padding-right: 15px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .about-main {
		padding-bottom: 100px
	}
	.main-content .main-content-inner .about-main .pr-0 {
		padding-right: 15px !important
	}
}
.main-content .main-content-inner .about-main .abt-tit {
	float: left;
	width: 100%;
	height: auto
}
.main-content .main-content-inner .about-main .abt-tit h2 {
	font-family: Oswald, sans-serif;
	font-size: 67px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .about-main .abt-tit h2 {
		font-size: 33px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .about-main .abt-tit h2 {
		font-size: 37px
	}
}
.main-content .main-content-inner .about-main .abt-tit h2 .lststsp1 {
	position: relative;
	z-index: 9;
	float: left;
	clear: both;
	margin-bottom: 17px;
	padding: 0px 8px 0px 3px
}
.main-content .main-content-inner .about-main .abt-tit h2 .lststsp1:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #429edf;
	z-index: -9
}
.main-content .main-content-inner .about-main .abt-tit h2 .lststsp2 {
	position: relative;
	z-index: 9;
	float: left;
	clear: both;
	margin-bottom: 17px;
	padding: 0px 8px 0px 3px
}
.main-content .main-content-inner .about-main .abt-tit h2 .lststsp2:after {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #21ad84;
	z-index: -9
}
.main-content .main-content-inner .about-main .abt-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	color: #3d3e49;
	font-weight: 400;
	line-height: 1.6
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .about-main .abt-txt {
		font-size: 18px
	}
}
.main-content .main-content-inner .about-main .abt-txt span {
	color: #439fdf;
	font-weight: 700
}
.main-content .main-content-inner .about-main .abt-txt a {
	background-color: #21ad84;
	width: auto;
	border-color: #21ad84;
	margin-top: 42px;
	padding-left: 22px;
	padding-right: 22px
}
.main-content .main-content-inner .about-main .abt-txt a:hover {
	background-color: transparent
}
.main-content .main-content-inner .design-img {
	float: left;
	width: 90.5%;
	height: auto;
	margin-right: 9.5%;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.main-content .main-content-inner .design-img {
		width: 100%;
		margin-right: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .design-img {
		width: 100%;
		margin-right: 0px
	}
}
.main-content .main-content-inner .design-img .design-imginnr {
	background-size: cover;
	float: left;
	width: 100%;
	height: 554px;
	overflow: hidden;
	position: relative
}
.main-content .main-content-inner .design-img .outlne-txt {
	position: absolute;
	top: -70px;
	right: -60px;
	font-family: Oswald, sans-serif;
	font-size: 140px;
	color: #3c3d48;
	font-weight: 700;
	z-index: -1;
	background: #5d057f;
	background: -moz-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5d057f), color-stop(100%, #c10446));
	background: -webkit-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -o-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -ms-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: linear-gradient(to right, #5d057f 0%, #c10446 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5d057f", endColorstr="#c10446", GradientType=1);
	-pie-background: linear-gradient(to right, #5d057f, #c10446);
	filter: none\0;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	text-stroke: 3px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-content .main-content-inner .design-img .outlne-txt {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.main-content .main-content-inner .design-img .outlne-txt {
		right: 0
	}
}
.main-content .main-content-inner .design-img .colred-crle {
	position: absolute;
	bottom: -60px;
	left: -54px;
	top: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	float: left;
	width: 225px;
	height: 225px;
	background: rgba(97, 3, 123, 0.9);
	background: -moz-linear-gradient(-45deg, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(97, 3, 123, 0.9)), color-stop(100%, rgba(183, 7, 70, 0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: linear-gradient(135deg, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	-pie-background: linear-gradient(-45deg, rgba(97, 3, 123, 0.9), rgba(183, 7, 70, 0.9))
}
.main-content .main-content-inner .desg-frpad {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 39px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .desg-frpad {
		padding-left: 0px
	}
	.main-content .main-content-inner .desg-frpad.pl-0 {
		padding-left: 15px !important
	}
}
.main-content .main-content-inner .desg-frpad .design-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.74;
	padding: 109px 0px 0px;
	position: relative;
	z-index: 1
}
.main-content .main-content-inner .desg-frpad .design-txt h3 {
	font-family: Oswald, sans-serif;
	font-size: 67px;
	color: #3c3d48;
	font-weight: 700;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	text-transform: uppercase;
	line-height: 1.28;
	padding-bottom: 33px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-content .main-content-inner .desg-frpad .design-txt h3 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.main-content .main-content-inner .desg-frpad .design-txt h3 {
		font-size: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .desg-frpad .design-txt h3 {
		font-size: 40px
	}
}
.main-content .main-content-inner .desg-frpad .design-txt .crcl2 {
	position: absolute;
	top: 41px;
	left: -50px;
	background-image: url("../images/design-crcle2.png");
	z-index: -1
}
@media(max-width: 767px) {
	.main-content .main-content-inner .desg-frpad .design-txt .crcl2 {
		display: none
	}
}
.main-content .main-content-inner .desg-frpad .design-txt a {
	color: #3c3d48;
	width: 170px;
	position: relative;
	background: #FFF;
	background-clip: padding-box;
	border: 1px solid transparent;
	margin-top: 48px
}
.main-content .main-content-inner .desg-frpad .design-txt a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #5d057f;
	background: -moz-radial-gradient(center, ellipse cover, #5d057f 0%, #c10446 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #5d057f), color-stop(100%, #c10446));
	background: -webkit-radial-gradient(center, ellipse cover, #5d057f 0%, #c10446 100%);
	background: -o-radial-gradient(center, ellipse cover, #5d057f 0%, #c10446 100%);
	background: -ms-radial-gradient(center, ellipse cover, #5d057f 0%, #c10446 100%);
	background: radial-gradient(ellipse at center, #5d057f 0%, #c10446 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5d057f", endColorstr="#c10446", GradientType=1);
	-pie-background: linear-gradient(to right, #5d057f, #c10446)
}
.main-content .main-content-inner .desg-frpad .design-txt a:before {
	border-radius: 25px
}
.main-content .main-content-inner .desg-frpad .design-txt a:hover {
	color: #fff;
	background: #5d057f;
	background: -moz-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #5d057f), color-stop(100%, #c10446));
	background: -webkit-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -o-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: -ms-linear-gradient(left, #5d057f 0%, #c10446 100%);
	background: linear-gradient(to right, #5d057f 0%, #c10446 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#5d057f", endColorstr="#c10446", GradientType=1);
	-pie-background: linear-gradient(to right, #5d057f, #c10446)
}
.main-content .main-content-inner .digtl-amrkt {
	padding: 155px 0px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .digtl-amrkt {
		padding: 100px 0px
	}
	.main-content .main-content-inner .digtl-amrkt .shw-mobl {
		display: block !important
	}
	.main-content .main-content-inner .digtl-amrkt .hde-mobl {
		display: none
	}
	.main-content .main-content-inner .digtl-amrkt .pl-0 {
		padding-left: 15px !important
	}
	.main-content .main-content-inner .digtl-amrkt .pr-0 {
		padding-right: 15px !important
	}
}
.main-content .main-content-inner .digtl-amrkt .shw-mobl {
	display: none
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad {
		padding-left: 15px
	}
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt {
	padding-right: 65px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt {
		padding-right: 0px
	}
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 {
	font-family: Oswald, sans-serif;
	font-size: 67px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.28;
	padding-bottom: 33px
}
@media(max-width: 767px) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 {
		font-size: 40px
	}
}
@media screen and (max-width: 991px) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 {
		font-size: 40px
	}
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 .lststsp1 {
	position: relative;
	z-index: 9;
	display: inline-block;
	clear: both;
	padding: 0px 10px 0px 7px
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 .lststsp1:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #429edf;
	z-index: -9
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 .lststsp2 {
	position: relative;
	z-index: 9;
	display: inline-block;
	clear: both;
	padding: 0px 10px 0px 7px
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt h4 .lststsp2:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 11px;
	background-color: #21ad84;
	z-index: -9
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt a {
	position: relative;
	background: #FFF;
	background-clip: padding-box;
	border: 1px solid transparent;
	margin-top: 30px
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-txt a:hover {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-img {
	margin-right: 0;
	width: 100%
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-img .design-imginnr .colred-crle {
	background: rgba(66, 158, 223, 0.9);
	background: -moz-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(66, 158, 223, 0.9)), color-stop(100%, rgba(35, 191, 109, 0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: linear-gradient(135deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	-pie-background: linear-gradient(-45deg, rgba(66, 158, 223, 0.9), rgba(35, 191, 109, 0.9));
	position: absolute;
	bottom: -60px;
	right: -54px;
	left: auto
}
.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-img .outlne-txt {
	left: -78px;
	right: auto;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	filter: none\0;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	text-stroke: 3px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-img .outlne-txt {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.main-content .main-content-inner .digtl-amrkt .desg-frpad .design-img .outlne-txt {
		left: 0
	}
}
.main-content .main-content-inner .app-develop {
	padding-bottom: 185px
}
.main-content .main-content-inner .app-develop .pl-0 {
	padding-left: 15px !important
}
.main-content .main-content-inner .app-develop .pr-0 {
	padding-right: 15px !important
}
.main-content .main-content-inner .app-develop .desg-frpad .design-txt h3 {
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-content .main-content-inner .app-develop .desg-frpad .design-txt h3 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.main-content .main-content-inner .app-develop .desg-frpad .design-txt h3 {
		font-size: 40px
	}
}
@media screen and (max-width: 991px) {
	.main-content .main-content-inner .app-develop .desg-frpad .design-txt h3 {
		font-size: 40px
	}
}
.main-content .main-content-inner .app-develop .desg-frpad .design-txt a {
	position: relative;
	background: #FFF;
	background-clip: padding-box;
	border: 1px solid transparent
}
.main-content .main-content-inner .app-develop .desg-frpad .design-txt a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174)
}
.main-content .main-content-inner .app-develop .desg-frpad .design-txt a:hover {
	color: #fff;
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174)
}
.main-content .main-content-inner .app-develop .design-img .design-imginnr .colred-crle {
	background: rgba(235, 118, 15, 0.9);
	background: -moz-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(235, 118, 15, 0.9)), color-stop(100%, rgba(197, 63, 120, 0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: linear-gradient(135deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	-pie-background: linear-gradient(-45deg, rgba(235, 118, 15, 0.9), rgba(197, 63, 120, 0.9))
}
.main-content .main-content-inner .app-develop .design-img .outlne-txt {
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174);
	filter: none\0;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	text-stroke: 3px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.main-content .main-content-inner .app-develop .design-img .outlne-txt {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.main-content .main-content-inner .for-bxs .pr-0 {
		padding-right: 15px !important
	}
	.main-content .main-content-inner .for-bxs .pl-0 {
		padding-left: 15px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.main-content .main-content-inner .for-bxs .pr-0 {
		padding-right: 15px !important
	}
	.main-content .main-content-inner .for-bxs .pl-0 {
		padding-left: 15px !important
	}
}
.upper-fotr {
	float: left;
	width: 100%;
	height: 470px;
	background-image: url("../images/footerbg1.jpg");
	background-size: cover;
	position: relative;
	text-align: center;
	overflow: hidden
}
@media(max-width: 767px) {
	.upper-fotr {
		height: auto;
		padding-bottom: 30px
	}
}
.upper-fotr .ftrcr1 {
	width: 332px;
	height: 332px;
	background-color: #fff;
	position: absolute;
	top: -98px;
	left: -39px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.upper-fotr .ftrcr2 {
	width: 319px;
	height: 319px;
	background-color: #fff;
	position: absolute;
	top: 95px;
	left: -113px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
	filter: alpha(opacity=6);
	-moz-opacity: .06;
	-khtml-opacity: .06;
	opacity: .06;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.upper-fotr .ftrcr3 {
	width: 266px;
	height: 266px;
	background-color: #fff;
	position: absolute;
	top: 140px;
	left: 134px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
	filter: alpha(opacity=4);
	-moz-opacity: .04;
	-khtml-opacity: .04;
	opacity: .04;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.upper-fotr .talk-tit {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 25.38px;
	color: #fff;
	font-weight: 700;
	padding: 90px 0px 0px
}
@media(max-width: 767px) {
	.upper-fotr .talk-tit {
		font-size: 17px
	}
}
.upper-fotr .talk-tit h4 {
	font-family: Oswald, sans-serif;
	font-size: 84.38px;
	color: #21ad84;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 42px
}
@media(max-width: 767px) {
	.upper-fotr .talk-tit h4 {
		font-size: 40px
	}
}
.upper-fotr .talk-tit h4 .heading-detail {
	float: none
}
.upper-fotr .talk-tit h4 .heading-detail:before {
	content: "Let's Get to Work.";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.upper-fotr .talk-tit .for-bodr {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19.69px;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	position: relative;
	margin-top: 23px;
	margin-bottom: 37px
}
@media(max-width: 767px) {
	.upper-fotr .talk-tit .for-bodr {
		font-size: 13px
	}
}
.upper-fotr .talk-tit .for-bodr .brd-wtxt {
	max-width: 74%;
	display: inline-block;
	letter-spacing: 1.5px
}
.upper-fotr .talk-tit .for-bodr .left-brdr {
	display: inline-block;
	content: "";
	float: none;
	width: 13%;
	height: 2px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #FFFFFF));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="#FFFFFF", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF);
	position: relative;
	top: -5px;
	left: -10px
}
.upper-fotr .talk-tit .for-bodr .right-brdr {
	display: inline-block;
	content: "";
	float: none;
	width: 13%;
	height: 2px;
	background: #FFFFFF;
	background: -moz-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #FFFFFF), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
	-pie-background: linear-gradient(to right, #FFFFFF, rgba(255, 255, 255, 0));
	position: relative;
	top: -5px;
	left: 10px
}
.upper-fotr .talk-tit a {
	width: 200px;
	float: none;
	margin: 0px auto 0;
	display: inline-block
}
.lower-ftr {
	float: left;
	width: 100%;
	height: auto;
	background-color: #393a46;
	position: relative;
	overflow: hidden
}
.lower-ftr .gryftr-crc1,
.lower-ftr .gryftr-crc3 {
	width: 793px;
	height: 793px;
	background-color: #fff;
	position: absolute;
	top: -193px;
	right: -385px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=2)";
	filter: alpha(opacity=2);
	-moz-opacity: .02;
	-khtml-opacity: .02;
	opacity: .02;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
@media(max-width: 767px) {
	.lower-ftr .gryftr-crc1, .lower-ftr .gryftr-crc3 {
		display: none
	}
}
.lower-ftr .gryftr-crc2 {
	width: 283px;
	height: 283px;
	background-color: #fff;
	position: absolute;
	top: 0px;
	right: 283px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: .01;
	-khtml-opacity: .01;
	opacity: .01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
@media(max-width: 767px) {
	.lower-ftr .gryftr-crc2 {
		display: none
	}
}
.lower-ftr .gryftr-crc3 {
	position: absolute;
	bottom: -180px;
	left: -385px;
	top: auto
}
@media(max-width: 767px) {
	.lower-ftr .gryftr-crc3 {
		display: none
	}
}
.lower-ftr .gryftr-crc4 {
	width: 405px;
	height: 405px;
	background-color: #fff;
	position: absolute;
	bottom: -210px;
	left: 150px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
	filter: alpha(opacity=1);
	-moz-opacity: .01;
	-khtml-opacity: .01;
	opacity: .01;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	top: auto
}
@media(max-width: 767px) {
	.lower-ftr .gryftr-crc4 {
		display: none
	}
}
.lower-ftr .scrb-ftr-wrap {
	float: none;
	width: 1025px;
	height: auto;
	margin: 0px auto
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap {
		float: left;
		width: 100%;
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .scrb-ftr-wrap {
		float: left;
		width: 100%;
		height: auto
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr {
	float: left;
	width: 100%;
	height: auto;
	padding: 88px 55px 47px;
	border-bottom: 1px solid #51525c
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr {
		padding: 30px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr {
		padding: 30px 0px
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftrtp {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 47.81px;
	color: #fff;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 62px
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftrtp {
		font-size: 25px
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftrtp a {
	color: #439fdf
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 8px 0px
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm {
		padding: 0px
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld {
	float: left;
	width: 100%;
	height: auto
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-innr {
	float: left;
	width: 74%;
	height: auto
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-innr {
		width: 100%
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-innr input {
	background-color: #fff;
	float: left;
	width: 100%;
	height: 76px;
	-webkit-border-top-left-radius: 38px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 38px;
	-moz-border-radius-topleft: 38px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 38px;
	border-top-left-radius: 38px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 38px;
	padding: 0px 30px;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #041e39;
	font-weight: 300
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-innr input {
		width: 100%;
		height: 51px;
		-webkit-border-top-left-radius: 38px;
		-webkit-border-top-right-radius: 38px;
		-webkit-border-bottom-right-radius: 38px;
		-webkit-border-bottom-left-radius: 38px;
		-moz-border-radius-topleft: 38px;
		-moz-border-radius-topright: 38px;
		-moz-border-radius-bottomright: 38px;
		-moz-border-radius-bottomleft: 38px;
		border-top-left-radius: 38px;
		border-top-right-radius: 38px;
		border-bottom-right-radius: 38px;
		border-bottom-left-radius: 38px
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn {
	float: left;
	width: 100%;
	height: auto;
	width: 26%
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn {
		width: 100%
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button {
	width: 100%;
	height: 76px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 38px;
	-webkit-border-bottom-right-radius: 38px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 38px;
	-moz-border-radius-bottomright: 38px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 38px;
	border-bottom-right-radius: 38px;
	border-bottom-left-radius: 0px;
	font-size: 18px;
	background-color: #21ad84;
	border-color: transparent
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button {
		width: 100%;
		height: 51px;
		-webkit-border-top-left-radius: 38px;
		-webkit-border-top-right-radius: 38px;
		-webkit-border-bottom-right-radius: 38px;
		-webkit-border-bottom-left-radius: 38px;
		-moz-border-radius-topleft: 38px;
		-moz-border-radius-topright: 38px;
		-moz-border-radius-bottomright: 38px;
		-moz-border-radius-bottomleft: 38px;
		border-top-left-radius: 38px;
		border-top-right-radius: 38px;
		border-bottom-right-radius: 38px;
		border-bottom-left-radius: 38px;
		margin-top: 10px
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button:hover {
	background-color: #fff;
	border-color: #21ad84;
	color: #21ad84
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .custm-error {
	padding-left: 40px
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 30px
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container {
	display: inline-flex;
	position: relative;
	cursor: pointer;
	font-family: Open Sans, sans-serif;
	font-size: 15.94px;
	color: #a7a7ab;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-top: 3px;
	width: 20px;
	height: 20px;
	top: 4px;
	max-width: 100%;
	max-height: 100%
}
@media(max-width: 767px) {
	.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container {
		float: left;
		width: auto;
		height: auto;
		top: 0
	}
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container input:checked~.checkmark {
	background-position: left top
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container input:checked~.checkmark:after {
	display: block
}
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .ftr-chkbx .ftr-container .checkmark {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 20px;
	width: 20px;
	background-image: url("../images/ftr-chkbx.png");
	background-position: left bottom
}
.lower-ftr .ftr-logo {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 83px
}
@media(max-width: 767px) {
	.lower-ftr .ftr-logo {
		padding-top: 50px
	}
}
.lower-ftr .ftr-logo a {
	float: left;
	clear: both;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 600
}
.lower-ftr .ftr-logo a:first-child {
	margin-bottom: 40px
}
.lower-ftr .ftr-logo span {
	float: left;
	clear: both;
	font-family: Open Sans, sans-serif;
	font-size: 22.5px;
	color: #fff;
	font-weight: 600;
	margin-top: 15px
}
.lower-ftr .ftr-logo span.clist-icon {
	margin-top: 27px;
	margin-bottom: -62px
}
@media(max-width: 767px) {
	.lower-ftr .ftr-logo span.clist-icon {
		margin-bottom: 0px
	}
}
.lower-ftr .ftr-logo span.clist-icon a {
	cursor: pointer;
	margin: 0
}
.lower-ftr .ftr-logo span.clist-icon img {
	max-width: 100%;
	border: none;
	outline: none;
	margin: 0
}
.lower-ftr .ftr-cont-bx {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 5px
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .ftr-cont-bx {
		padding-left: 0px
	}
}
.lower-ftr .ftr-cont-bx.ftr-abt {
	padding-left: 55px
}
@media(max-width: 767px) {
	.lower-ftr .ftr-cont-bx.ftr-abt {
		padding-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .ftr-cont-bx.ftr-abt {
		padding-left: 0px
	}
}
.lower-ftr .ftr-cont-bx.ftr-abt .ftr-conttxt {
	width: 100%;
	padding: 0px !important
}
.lower-ftr .ftr-cont-bx .ftr-conttp {
	float: left;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #51525c;
	position: relative;
	color: #fff;
	padding: 83px 0px 0px;
	margin-bottom: 45px
}
@media(max-width: 767px) {
	.lower-ftr .ftr-cont-bx .ftr-conttp {
		padding-top: 50px
	}
}
.lower-ftr .ftr-cont-bx .ftr-conttp h5 {
	font-family: Oswald, sans-serif;
	font-size: 25.31px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 20px
}
.lower-ftr .ftr-cont-bx .ftr-conttp h5 a {
	color: #fff;
	text-decoration: none
}
.lower-ftr .ftr-cont-bx .ftr-conttp h5 a:hover {
	color: #21ad84
}
.lower-ftr .ftr-cont-bx .ftr-conttp:before {
	float: left;
	width: 28px;
	height: 2px;
	background-color: #21ad84;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: ""
}
.lower-ftr .ftr-cont-bx .ftr-conttxt {
	float: left;
	width: 49%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #d0d0d2;
	font-weight: 400;
	margin-right: 2%;
	line-height: 1.9
}
@media(max-width: 767px) {
	.lower-ftr .ftr-cont-bx .ftr-conttxt {
		width: 100%;
		margin-right: 0px;
		padding-bottom: 30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .ftr-cont-bx .ftr-conttxt {
		width: 100%;
		margin-right: 0px;
		padding-bottom: 30px
	}
}
.lower-ftr .ftr-cont-bx .ftr-conttxt:last-child {
	margin-right: 0px;
	padding-left: 50px
}
@media(max-width: 767px) {
	.lower-ftr .ftr-cont-bx .ftr-conttxt: last-child {
		padding-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.lower-ftr .ftr-cont-bx .ftr-conttxt: last-child {
		padding-left: 0px
	}
}
.lower-ftr .ftr-cont-bx .ftr-conttxt h6 {
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 8px
}
.lower-ftr .all-rgt-txt {
	float: left;
	width: 100%;
	height: auto;
	border-top: 1px solid #555560;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #b2b2b6;
	font-weight: 600;
	margin-top: 78px;
	padding: 53px 10px 50px
}
@media(max-width: 767px) {
	.lower-ftr .all-rgt-txt {
		text-align: center
	}
	.lower-ftr .all-rgt-txt .w-50 {
		width: 100% !important
	}
	.lower-ftr .all-rgt-txt .w-50.float-right {
		float: left !important
	}
	.lower-ftr .all-rgt-txt .w-50.float-right ul {
		float: none;
		margin-top: 30px
	}
}
.lower-ftr .all-rgt-txt p {
	padding-top: 4px
}
.lower-ftr .all-rgt-txt a {
	color: #fff
}
.lower-ftr .all-rgt-txt ul {
	float: right
}
.lower-ftr .all-rgt-txt ul li {
	list-style: none;
	display: inline-block
}
.lower-ftr .all-rgt-txt ul li a {
	float: left;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333441;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	margin-left: 8px
}
@media screen and (max-width: 575px) {
	.lower-ftr .all-rgt-txt ul li a {
		margin-left: 4px
	}
}
.lower-ftr .all-rgt-txt ul li a * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.lower-ftr .all-rgt-txt ul li a .inHovCir {
	float: left;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-top: 8px;
	background-color: transparent
}
.lower-ftr .all-rgt-txt ul li a .svg-inline--fa {
	font-size: 20px
}
.lower-ftr .all-rgt-txt ul li a:hover .inHovCir {
	background-color: #21ad84
}
.lower-ftr .all-rgt-txt ul li a.social-fb:hover .inHovCir {
	background-color: #1a6fc8
}
.lower-ftr .all-rgt-txt ul li a.social-twt:hover .inHovCir {
	background-color: #b70746
}
.lower-ftr .all-rgt-txt ul li a.social-lkin:hover .inHovCir {
	background-color: #23bf6d
}
.lower-ftr .all-rgt-txt ul li a.social-insta:hover .inHovCir {
	background-color: #eb760f
}
.lower-ftr .all-rgt-txt ul li a.social-ytube:hover .inHovCir {
	background-color: #cd0101
}
.zindex-1 {
	z-index: 1
}
.hm-latst-main {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	position: relative;
	padding: 128px 0px 50px
}
.hm-latst-main .tit-circle {
	position: absolute;
	top: 70px;
	left: 50px;
	background: #f8f7ff;
	background: -moz-linear-gradient(left, #f8f7ff 0%, #f8f7ff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f8f7ff), color-stop(100%, #f8f7ff));
	background: -webkit-linear-gradient(left, #f8f7ff 0%, #f8f7ff 100%);
	background: -o-linear-gradient(left, #f8f7ff 0%, #f8f7ff 100%);
	background: -ms-linear-gradient(left, #f8f7ff 0%, #f8f7ff 100%);
	background: linear-gradient(to right, #f8f7ff 0%, #f8f7ff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#f8f7ff", endColorstr="#f8f7ff", GradientType=1);
	-pie-background: linear-gradient(to right, #f8f7ff, #f8f7ff)
}
@media(max-width: 767px) {
	.hm-latst-main .tit-circle {
		left: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.hm-latst-main .tit-circle {
		left: 0
	}
}
.hm-latst-main .hm-inshgts-tit {
	position: relative
}
@media(max-width: 767px) {
	.hm-latst-main .hm-inshgts-tit h5 {
		font-size: 50px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.hm-latst-main .hm-inshgts-tit h5 {
		font-size: 40px
	}
}
.hm-latst-main .hm-inshgts-tit h5 .lststsp1 {
	margin-bottom: 17px;
	padding: 0px 5px
}
.hm-latst-main .hm-inshgts-tit h5 .lststsp2 {
	padding: 0px 5px;
	margin-bottom: 17px
}
.hm-latst-main .hm-inshgts-tit a {
	border-color: #21ad84;
	color: #3c3d48;
	width: 190px;
	margin-top: 60px
}
.hm-latst-main .hm-inshgts-tit a:hover {
	background-color: #21ad84;
	color: #fff
}
@media(max-width: 767px) {
	.hm-latst-main .hm-inshgts-tit a {
		float: left;
		clear: both
	}
}
.hm-latst-main .hm-insight {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 3px
}
.hm-latst-main .hm-insight .hm-insight-bx {
	float: left;
	width: 43.5%;
	height: auto;
	margin-right: 13%
}
@media(max-width: 767px) {
	.hm-latst-main .hm-insight .hm-insight-bx {
		width: 100%;
		margin-right: 0px
	}
}
.hm-latst-main .hm-insight .hm-insight-bx:first-child {
	margin-top: 100px
}
.hm-latst-main .hm-insight .hm-insight-bx:nth-child(2n+0) {
	margin-right: 0%
}
.hm-latst-main .hm-insight .hm-insight-bx a {
	float: left;
	width: 100%;
	height: auto;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-tp {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 13.13px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 18px
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-tp .svg-inline--fa {
	font-size: 22px;
	margin-right: 5px
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid {
	float: left;
	width: 100%;
	height: auto;
	border-top: 3px solid #3c3d48;
	line-height: 1.35;
	padding-top: 15px;
	margin-bottom: 56px
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid h4 {
	font-family: Oswald, sans-serif;
	font-size: 28.13px;
	color: #3c3d48;
	font-weight: 600;
	position: relative;
	padding-bottom: 8px;
	margin-bottom: 17px;
	padding-right: 20px
}
@media(min-width: 768px)and (max-width:1200px) {
	.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid h4 {
		padding-right: 0px;
		font-size: 22px
	}
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid h4:before {
	float: left;
	width: 28px;
	height: 2px;
	background-color: #429edf;
	position: absolute;
	bottom: -1px;
	left: 0px;
	content: ""
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid span {
	font-family: Open Sans, sans-serif;
	font-size: 11.25px;
	color: #3c3d48;
	font-weight: 700;
	border-bottom: 1px solid #e7e7e9;
	text-transform: uppercase;
	padding-bottom: 5px;
	position: relative;
	display: inline-block
}
.hm-latst-main .hm-insight .hm-insight-bx a .hm-insight-mid span:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	border-radius: inherit;
	background: green;
	background: -moz-linear-gradient(left, green 0%, blue 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, green), color-stop(100%, blue));
	background: -webkit-linear-gradient(left, green 0%, blue 100%);
	background: -o-linear-gradient(left, green 0%, blue 100%);
	background: -ms-linear-gradient(left, green 0%, blue 100%);
	background: linear-gradient(to right, green 0%, blue 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="green", endColorstr="blue", GradientType=1);
	-pie-background: linear-gradient(to right, green, blue)
}
.hm-latst-main .hm-insight .hm-insight-bx a img {
	display: none;
	padding-bottom: 12px
}
.hm-latst-main .hm-insight .hm-insight-bx a:hover img {
	display: none
}
.hm-latst-main .hm-insight .hm-insight-bx a:hover .hm-insight-mid {
	border-color: #21ad84
}
.hm-latst-main .hm-insight .hm-insight-bx a:hover .hm-insight-mid h4 {
	color: #21ad84
}
.hm-latst-main .hm-insight .hm-insight-bx a:hover span {
	border-color: #21ad84
}
.home-why {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 60px
}
.home-why .why-tit {
	padding: 209px 0px 61px
}
@media(max-width: 767px) {
	.home-why .why-tit {
		padding: 0px 0px 61px 0px
	}
}
.home-why .why-tit h5 {
	color: #fff
}
@media(max-width: 767px) {
	.home-why .why-tit h5 {
		font-size: 40px
	}
}
.home-why .why-tit h5 .lststsp1 {
	padding: 0px 9px 0px 0px
}
.home-why .why-tit h5 .lststsp1:after {
	width: 100%
}
@media(max-width: 767px) {
	.home-why .why-tit h5 .lststsp1 {
		clear: none
	}
}
.home-why .why-tit h5 .lststsp2 {
	padding: 0px 0px 0px 8px
}
.home-why .why-tit h5 .lststsp2:after {
	width: 100%
}
@media(max-width: 767px) {
	.home-why .why-tit h5 .lststsp2 {
		clear: none
	}
}
.home-why .why-crcle {
	background-image: url("../images/whyus-shdw.png");
	position: absolute;
	top: 104px;
	left: 25px;
	background-color: transparent;
	z-index: 1
}
@media(max-width: 767px) {
	.home-why .why-crcle {
		display: none
	}
}
.home-why .why-txtlarg {
	position: absolute;
	bottom: 200px;
	left: 166px;
	transform-origin: 0 100%;
	transform: rotate(270deg);
	letter-spacing: 14px;
	text-transform: lowercase
}
@media(max-width: 767px) {
	.home-why .why-txtlarg {
		display: none
	}
}
.home-why .why-green {
	float: left;
	width: 457px;
	height: 529px;
	background-image: url("../images/left-green.png");
	position: absolute;
	top: 0px;
	right: 0px
}
@media(max-width: 767px) {
	.home-why .why-green {
		display: none
	}
}
.home-why .whychos-bx {
	float: left;
	width: 100%;
	height: auto;
	padding: 90px 20% 0px 31px;
	position: relative;
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s
}
.home-why .whychos-bx.padleft90 {
	padding-left: 90px
}
@media(max-width: 767px) {
	.home-why .whychos-bx {
		padding: 65px 0px 0px 0px !important
	}
	.home-why .whychos-bx.padleft90 {
		padding-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-why .whychos-bx {
		padding: 90px 15px 0px
	}
	.home-why .whychos-bx.padleft90 {
		padding-left: 0px
	}
}
.home-why .whychos-bx:hover .bgHover-cir {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.home-why .whychos-bx:hover .whychos-txt {
	color: #3c3d48
}
.home-why .whychos-bx:hover .whychos-txt h6 {
	color: #3c3d48
}
.home-why .whychos-bx:hover .whychos-icon img {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.home-why .whychos-bx:hover .whychos-icon img+img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateY(-104%);
	-moz-transform: translateY(-104%);
	-ms-transform: translateY(-104%);
	-o-transform: translateY(-104%);
	transform: translateY(-104%)
}
.home-why .whychos-bx:hover .whychos-icon:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transform: translateX(-104%);
	-moz-transform: translateX(-104%);
	-ms-transform: translateX(-104%);
	-o-transform: translateX(-104%);
	transform: translateX(-104%)
}
@media screen and (max-width: 1199px) {
	.home-why .whychos-bx:hover .bgHover-cir {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}
	.home-why .whychos-bx:hover .whychos-txt {
		color: #fff
	}
	.home-why .whychos-bx:hover .whychos-txt h6 {
		color: #fff
	}
	.home-why .whychos-bx:hover .whychos-icon img {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1
	}
	.home-why .whychos-bx:hover .whychos-icon img+img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.home-why .whychos-bx:hover .whychos-icon:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}
@media screen and (min-width: 1200px)and (max-width: 1234px) {
	.home-why .whychos-bx:hover .bgHover-cir {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-ms-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0
	}
	.home-why .whychos-bx:hover .whychos-txt {
		color: #fff
	}
	.home-why .whychos-bx:hover .whychos-txt h6 {
		color: #fff
	}
	.home-why .whychos-bx:hover .whychos-icon img {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1
	}
	.home-why .whychos-bx:hover .whychos-icon img+img {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0)
	}
	.home-why .whychos-bx:hover .whychos-icon:after {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0)
	}
}
.home-why .whychos-bx * {
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s
}
.home-why .whychos-bx *:after,
.home-why .whychos-bx *:before {
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s
}
.home-why .whychos-bx.one .bgHover-cir {
	top: -25px;
	left: -55px
}
.home-why .whychos-bx.two .bgHover-cir {
	top: -25px;
	left: 27px
}
.home-why .whychos-bx.three .bgHover-cir {
	top: -25px;
	left: -55px
}
.home-why .whychos-bx.four .bgHover-cir {
	width: 570px;
	height: 570px;
	top: -12px;
	left: 3px
}
.home-why .whychos-bx img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.home-why .whychos-bx img+img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.home-why .whychos-bx .bgHover-cir {
	position: absolute;
	width: 542px;
	height: 530px;
	background-color: #fff;
	border: 3px solid #21ad84;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.home-why .whychos-bx .whychos-icon {
	float: left;
	width: 72px;
	height: 72px;
	margin-bottom: 30px;
	position: relative;
	z-index: 2
}
.home-why .whychos-bx .whychos-icon:after {
	content: "";
	background: #429edf;
	background: -moz-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(135deg, #429edf 0%, #23bf6d 100%);
	-pie-background: linear-gradient(-45deg, #429edf, #23bf6d);
	float: left;
	width: 69px;
	height: 69px;
	position: absolute;
	top: -20px;
	right: -20px;
	z-index: -1
}
.home-why .whychos-bx .whychos-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 1.95;
	position: relative;
	z-index: 2
}
@media(max-width: 767px) {
	.home-why .whychos-bx .whychos-txt br {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-why .whychos-bx .whychos-txt br {
		display: none
	}
}
.home-why .whychos-bx .whychos-txt h6 {
	font-family: Oswald, sans-serif;
	font-size: 25.31px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 11px;
	margin-bottom: 12px;
	line-height: 1.4
}
@media(max-width: 767px) {
	.home-why .whychos-bx .whychos-txt h6 {
		font-size: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-why .whychos-bx .whychos-txt h6 {
		font-size: 20px
	}
}
.home-why .whychos-bx .whychos-txt h6:after {
	content: "";
	float: left;
	width: 28px;
	height: 2px;
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf);
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: auto
}
.home-why .why-btn {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 32px;
	position: relative;
	z-index: 1
}
.home-why .why-btn a {
	width: 310px;
	display: inline-block;
	float: none;
	border-radius: 28px;
	position: relative;
	background: #393a46;
	background-clip: padding-box;
	border: 1px solid transparent
}
.home-why .why-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174)
}
.home-why .why-btn a:before {
	border-radius: 28px
}
.home-why .why-btn a:hover {
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174);
	color: #fff
}
@media(max-width: 767px) {
	.home-why .why-btn a {
		width: 290px
	}
}
.grey-bg {
	float: left;
	width: 100%;
	height: auto;
	background-color: #393a45
}
@media(max-width: 767px) {
	.grey-bg {
		overflow: hidden
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.grey-bg {
		overflow: hidden
	}
}
.grey-bg .project-hom {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 285px
}
.grey-bg .project-hom .project-layer {
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	width: 100%;
	height: 100%;
	background-image: url("../images/project-bg.png")
}
.grey-bg .project-hom .project-txt {
	position: absolute;
	top: 285px;
	left: 0px;
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	letter-spacing: 16px
}
@media(max-width: 767px) {
	.grey-bg .project-hom .project-txt {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.grey-bg .project-hom .project-txt {
		font-size: 300px
	}
}
.grey-bg .project-hom .project-slidr {
	float: left;
	width: 100%;
	height: 445px;
	background-image: url("../images/laptop.png");
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: -37px;
	z-index: 9;
	margin-top: 159px
}
@media(max-width: 767px) {
	.grey-bg .project-hom .project-slidr {
		display: none;
		background-size: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.grey-bg .project-hom .project-slidr {
		background-image: none
	}
}
.grey-bg .project-hom .project-slidr .prjsldr {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden
}
@media(max-width: 767px) {
	.grey-bg .project-hom .project-slidr .prjsldr {
		display: none
	}
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-list .slick-track .slick-slide {
	margin: 25px auto;
	float: left;
	width: 100%;
	height: auto;
	opacity: .8;
	transition: all 300ms ease
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-list .slick-track .slick-slide.slick-active {
	opacity: 1
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-list .slick-track .slick-slide .prg-sldr-innr {
	float: none;
	width: 572px;
	height: auto;
	margin: auto;
	position: relative;
	z-index: 8
}
@media(max-width: 767px) {
	.grey-bg .project-hom .project-slidr .prjsldr .slick-list .slick-track .slick-slide .prg-sldr-innr {
		width: 100%;
		margin: 0
	}
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-list .slick-track .slick-slide .prg-sldr-innr .prg-sldr-bg {
	float: left;
	width: 100%;
	height: 351px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-prev {
	top: 50%;
	width: 67px;
	height: 67px;
	background-image: url("../images/PS-L-arrow.png");
	background-repeat: no-repeat;
	left: 336px;
	z-index: 1;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-prev:before {
	display: none
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-next {
	top: 50%;
	width: 67px;
	height: 67px;
	background-image: url("../images/PS-R-arrow.png");
	background-repeat: no-repeat;
	right: 336px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-next:before {
	display: none
}
.grey-bg .project-hom .project-slidr .prjsldr .slick-dots {
	width: 770px;
	height: 2px;
	background-color: #575762;
	left: 50%;
	transform: translateX(-50%)
}
.home-brands {
	float: left;
	width: 89.3%;
	height: auto;
	background-color: #21ad84;
	min-height: 560px;
	padding: 113px 50px 20px 100px;
	margin-right: 10.7%;
	margin-bottom: -222px;
	position: relative;
	z-index: 1
}
.home-brands * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media(max-width: 767px) {
	.home-brands {
		padding: 20px 15px 0px 15px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-brands {
		padding: 93px 15px 20px 15px
	}
}
.home-brands .brand-tit {
	float: left;
	width: 100%;
	height: auto;
	padding-right: 50px;
	line-height: 1.13
}
@media(max-width: 767px) {
	.home-brands .brand-tit {
		padding-right: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-brands .brand-tit {
		padding-right: 0px
	}
}
.home-brands .brand-tit h3 {
	font-family: Oswald, sans-serif;
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}
@media(max-width: 767px) {
	.home-brands .brand-tit h3 {
		font-size: 45px
	}
}
.home-brands .brand-tit h3 .heading-detail:before {
	content: "Brands We’ve Worked With";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 2px #3c3d48;
	text-stroke: 2px #3c3d48;
	-webkit-background-clip: text
}
.home-brands .brand-tit a {
	width: 210px;
	margin-top: 63px
}
@media(max-width: 767px) {
	.home-brands .brand-tit a {
		margin: 20px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.home-brands .brand-tit a {
		margin-bottom: 20px
	}
}
.home-brands .brand-logo {
	float: left;
	width: 100%;
	height: auto
}
@media screen and (max-width: 991px) {
	.home-brands .brand-logo {
		margin-top: 35px
	}
}
.home-brands .brand-logo .brand-logo-bx {
	float: left;
	width: 23%;
	height: auto;
	padding-bottom: 40px;
	margin-right: 2.5%
}
@media(max-width: 767px) {
	.home-brands .brand-logo .brand-logo-bx {
		width: 48.75%
	}
	.home-brands .brand-logo .brand-logo-bx:nth-child(2n+0) {
		margin-right: 0px
	}
}
@media(min-width: 992px)and (max-width:1200px) {
	.home-brands .brand-logo .brand-logo-bx {
		width: 32%;
		margin-right: 1%
	}
	.home-brands .brand-logo .brand-logo-bx:nth-child(4n+0) {
		margin-right: 0px
	}
	.home-brands .brand-logo .brand-logo-bx:nth-child(3n+0) {
		margin-right: 0px
	}
}
.home-brands .brand-logo .brand-logo-bx:nth-child(4n+0) {
	margin-right: 0px
}
.home-brands .brand-logo .brand-logo-bx table {
	float: left;
	width: 100%;
	height: auto;
	table-layout: fixed
}
.home-brands .brand-logo .brand-logo-bx table tr td {
	vertical-align: middle;
	text-align: center;
	height: 56px;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.home-brands .brand-logo .brand-logo-bx table tr td * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.home-brands .brand-logo .brand-logo-bx table tr td img {
	max-width: 100%;
	max-height: 100%
}
@media(min-width: 992px)and (max-width:1200px) {
	.home-brands .brand-logo .brand-logo-bx table tr td {
		height: 60px
	}
}
.home-brands .brand-circlr {
	position: absolute;
	top: 45px;
	left: 25px;
	background-image: url(../images/brand-circle.png);
	background-color: transparent
}
.home-brands .brand-circlr.secondCir {
	background-image: url(../images/brand-circle-02.png)
}
.hb-background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2
}
.hb-background .bg-item {
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}
.hb-background .bg-item.show {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.hb-background .bg-item.brown-project {
	background-image: url("../images/brown-bg-project.jpg")
}
.hb-background .bg-item.saucony-project {
	background-image: url("../images/saucony-project.jpg")
}
.hb-background .bg-item.beye-project {
	background-image: url("../images/beye-project.jpg")
}
.hb-background .bg-item.naira-project {
	background-image: url("../images/naira-project.jpg")
}
.hb-background .bg-item.macdonald-project {
	background-image: url("../images/macdonald-project.jpg")
}
.hb-background .bg-item.bbm-project {
	background-image: url("../images/bbm-project.jpg")
}
.hb-background .bg-item.vista-project {
	background-image: url("../images/vista-project.jpg")
}
.hb-background .bg-item.viaindigo-project {
	background-image: url("../images/viaindigo-project.jpg")
}
.hb-background .bg-item.kotore-project {
	background-image: url("../images/kotore-project.jpg")
}
.hb-background .bg-item.broadwaylumber-project {
	background-image: url("../images/broadwaylumber-project.jpg")
}
.hb-background .bg-item.yssette-project {
	background-image: url("../images/yssette-project.jpg")
}
.hb-background .bg-item.australia-project {
	background-image: url("../images/australia-bg-project.jpg")
}
.hb-background .bg-item.metro-project {
	background-image: url("../images/metro-project.jpg")
}
.hb-background .bg-item.shopworn-project {
	background-image: url("../images/shopworn-bg-project.jpg")
}
.hb-background .bg-item.broadwaybasketeers-project {
	background-image: url("../images/broadwaybasketeers-project.jpg")
}
.hb-background .bg-item.diamondlighthouse-project {
	background-image: url("../images/diamondlighthouse-project.jpg")
}
.hb-background .opacityCover {
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: #000
}
.hb-inner {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3
}
.mini-logos {
	float: left;
	width: 100%;
	height: 59px;
	position: relative
}
.mini-logos img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.mini-logos img+img {
	margin-top: 30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.mini-logos:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	-moz-transform: translate(-50%, -50%) scale(0.5);
	-ms-transform: translate(-50%, -50%) scale(0.5);
	-o-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	width: 125px;
	height: 125px;
	background-color: #fff
}
.mini-logos:hover img {
	margin-top: -30px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.mini-logos:hover img+img {
	margin-top: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.mini-logos:hover:before {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-moz-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	-o-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1)
}
.service-list .banner-wrap .crcle-btntp {
	bottom: 18px
}
.service-list .banner-wrap .banner_main {
	height: 690px;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 59% 100%, 56% 92%, 0% 92%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 59% 100%, 56% 92%, 0% 92%)
}
.service-list .banner-wrap .banner_main .bannr-innr {
	padding: 134px 50px 0px
}
.service-list .banner-wrap .banner_main .bannr-innr h1 {
	font-size: 120px;
	padding-top: 0px;
	line-height: 1.1
}
@media(max-width: 767px) {
	.service-list .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 40px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 85px !important
	}
}
.service-list .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "BOOST REVENUE AND GROW TRAFFIC."
}
.service-list .banner-wrap .banner_main .banner-btn {
	float: left;
	width: 72%;
	height: auto;
	position: relative;
	border: 1px solid #fff;
	margin: 73px 14% 0px;
	z-index: 1
}
@media(max-width: 767px) {
	.service-list .banner-wrap .banner_main .banner-btn {
		margin-top: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .banner-wrap .banner_main .banner-btn {
		width: 100%;
		margin: 73px 0 0px
	}
}
.service-list .banner-wrap .banner_main .banner-btn a {
	border-radius: 0px;
	width: 33.33%;
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	border: 0px;
	border-right: 1px solid #fff;
	height: 69px;
	letter-spacing: 2px;
	line-height: 67px
}
@media(max-width: 767px) {
	.service-list .banner-wrap .banner_main .banner-btn a {
		width: 100%;
		border-right: 0px;
		height: 55px;
		line-height: 53px;
		border-bottom: 1px solid #fff;
		font-size: 20px
	}
	.service-list .banner-wrap .banner_main .banner-btn a:last-child {
		border-bottom: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .banner-wrap .banner_main .banner-btn a {
		font-size: 18px
	}
}
.service-list .banner-wrap .banner_main .banner-btn a:hover span {
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .banner-wrap .banner_main .banner-btn a:hover span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .banner-wrap .banner_main .transpt-txt {
	text-align: center
}
.service-list .banner-wrap .banner_main .transpt-txt span {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
	filter: alpha(opacity=4);
	-moz-opacity: .04;
	-khtml-opacity: .04;
	opacity: .04
}
.service-list .main-content-inner {
	overflow: hidden
}
.service-list .main-content-inner .togather-sec {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding-top: 33px
}
.service-list .main-content-inner .togather-sec .togather-innr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
.service-list .main-content-inner .togather-sec .togather-innr .togather-txt {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 15px 58px
}
.service-list .main-content-inner .togather-sec .togather-innr .togather-txt h5 {
	font-family: Oswald, sans-serif;
	font-size: 90px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	z-index: 1
}
@media(max-width: 767px) {
	.service-list .main-content-inner .togather-sec .togather-innr .togather-txt h5 {
		font-size: 28px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .main-content-inner .togather-sec .togather-innr .togather-txt h5 {
		font-size: 70px
	}
}
.service-list .main-content-inner .togather-sec .togather-innr .togather-txt h5:before {
	float: left;
	width: 50%;
	height: 11px;
	background-color: #429edf;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: auto;
	content: "";
	z-index: -1
}
.service-list .main-content-inner .togather-sec .togather-innr .togather-txt h5:after {
	float: left;
	width: 50%;
	height: 11px;
	background-color: #21ad84;
	position: absolute;
	bottom: 0px;
	left: 50%;
	top: auto;
	content: "";
	z-index: -1
}
.service-list .main-content-inner .togather-sec .togather-innr a {
	color: #7c7d85;
	width: 250px;
	float: none;
	display: inline-block;
	border-color: #21ad84
}
.service-list .main-content-inner .togather-sec .togather-innr a:hover {
	background-color: #21ad84;
	color: #fff
}
.service-list .main-content-inner .togather-sec .togthr-bg {
	float: left;
	width: 100%;
	height: 451px;
	background-image: url("../images/togather-img.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-position-y: 10px;
	margin-top: -50px
}
.service-list .main-content-inner .bottom-cornr {
	background-image: url("../images/bottom-tringle2.png");
	width: 655px;
	height: 518px
}
.service-list .serv-list1 {
	float: left;
	width: 100%;
	height: auto;
	padding: 208px 0px 0px;
	position: relative
}
@media(max-width: 767px) {
	.service-list .serv-list1 .pr-0 {
		padding-right: 15px !important
	}
	.service-list .serv-list1 .pl-0 {
		padding-left: 15px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .pr-0 {
		padding-right: 15px !important
	}
	.service-list .serv-list1 .pl-0 {
		padding-left: 15px !important
	}
}
.service-list .serv-list1 .transpt-txtlist {
	color: #02162e;
	position: absolute;
	top: 14px;
	left: 50%
}
@media(max-width: 767px) {
	.service-list .serv-list1 .transpt-txtlist {
		font-size: 100px;
		top: 140px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .transpt-txtlist {
		font-size: 175px;
		top: 95px !important
	}
}
.service-list .serv-list1 .design-img {
	width: 100%;
	margin-right: 0px;
	-webkit-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047)
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .design-img .outlne-txt {
		right: 0
	}
}
.service-list .serv-list1 .design-img .design-imginnr {
	background-image: url("../images/service1.jpg");
	height: 586px
}
.service-list .serv-list1 .design-img .design-imginnr .colred-crle {
	position: absolute;
	top: -84px;
	left: -69px;
	bottom: auto
}
.service-list .serv-list1 .design-img .outlne-txt {
	color: #f8f7ff;
	top: -88px
}
.service-list .serv-list1 .servce-incld {
	float: left;
	width: 81%;
	height: auto;
	margin-top: -111px;
	position: relative;
	margin-left: 19%;
	z-index: 1;
	-webkit-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.047)
}
@media(max-width: 767px) {
	.service-list .serv-list1 .servce-incld {
		margin-right: 19%;
		margin-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .servce-incld {
		margin-left: 10%;
		width: 90%
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr {
	float: left;
	width: 100%;
	height: 613px;
	background-color: #fff;
	padding-top: 40px
}
@media(max-width: 767px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr {
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr {
		height: auto
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr .incld-txt {
	float: left;
	width: 225px;
	height: auto;
	background-color: #f5e8ee;
	padding: 8px 0px 7px 30px;
	position: relative;
	margin-bottom: 52px
}
@media(max-width: 767px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr .incld-txt {
		width: 200px;
		padding: 8px 0px 7px 15px;
		margin-bottom: 25px
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr .incld-txt:before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	width: 20px;
	height: 37px;
	background-color: #f5e8ee;
	position: absolute;
	top: 0px;
	right: -20px;
	left: auto
}
.service-list .serv-list1 .servce-incld .servce-incld-innr .incld-txt span {
	font-family: Oswald, sans-serif;
	font-size: 19.69px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	letter-spacing: 2px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr .incld-txt span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul {
	clear: both
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li {
	clear: both;
	float: left;
	margin-left: 36px;
	margin-bottom: 28px
}
@media(max-width: 767px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr ul li {
		margin-left: 10px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr ul li {
		margin-left: 10px
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a {
	float: left;
	position: relative;
	padding-left: 42px
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a span {
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	color: #aeaeb1;
	font-weight: 600;
	line-height: 1.2
}
@media(max-width: 767px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a span {
		font-size: 14px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a span {
		font-size: 18px
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a:before {
	width: 30px;
	height: 2px;
	float: left;
	background-color: #c4c4c8;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translatey(-50%)
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a:hover {
	text-decoration: none
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a:hover span {
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a:hover span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1 .servce-incld .servce-incld-innr ul li a:hover:before {
	background-image: url(../images/listing-hovr.png);
	width: 50px;
	height: 36px;
	background-color: transparent;
	left: -14px
}
.service-list .serv-list1 .desg-frpad {
	padding-left: 90px
}
@media(max-width: 767px) {
	.service-list .serv-list1 .desg-frpad {
		padding-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .desg-frpad {
		padding-left: 50px
	}
}
.service-list .serv-list1 .desg-frpad .design-txt {
	padding: 125px 0px 0px
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1 .desg-frpad .design-txt {
		font-size: 18px
	}
}
.service-list .serv-list1 .desg-frpad .design-txt .crcl2 {
	background-image: url("../images/brand-crcle.png");
	top: 57px;
	left: -39px
}
.service-list .serv-list1.serv-list2 {
	padding: 265px 0px 0px
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list2 {
		padding-top: 200px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1.serv-list2 {
		padding-top: 200px
	}
}
.service-list .serv-list1.serv-list2 .design-img {
	-webkit-box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047)
}
.service-list .serv-list1.serv-list2 .design-img .design-imginnr {
	background-image: url("../images/service2.jpg")
}
.service-list .serv-list1.serv-list2 .design-img .design-imginnr .colred-crle {
	background: rgba(66, 158, 223, 0.9);
	background: -moz-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(66, 158, 223, 0.9)), color-stop(100%, rgba(35, 191, 109, 0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	background: linear-gradient(135deg, rgba(66, 158, 223, 0.9) 0%, rgba(35, 191, 109, 0.9) 100%);
	-pie-background: linear-gradient(-45deg, rgba(66, 158, 223, 0.9), rgba(35, 191, 109, 0.9));
	position: absolute;
	top: -84px;
	right: -69px;
	left: auto
}
.service-list .serv-list1.serv-list2 .design-img .outlne-txt {
	left: -77px;
	right: auto;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	filter: none\0;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	text-stroke: 3px transparent;
	display: inline-block;
	top: -97px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list2 .design-img .outlne-txt {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list2 .design-img .outlne-txt {
		left: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1.serv-list2 .design-img .outlne-txt {
		left: 0
	}
}
.service-list .serv-list1.serv-list2 .servce-incld {
	width: 84%;
	margin: -111px 7% 0px 9%;
	-webkit-box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(45, 172, 142, 0.047)
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list2 .servce-incld {
		width: 81%;
		margin: -111px 19% 0px 0%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1.serv-list2 .servce-incld {
		width: 90%;
		margin: -111px 10% 0px 0%
	}
}
.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr .incld-txt {
	background-color: #e8f4f2
}
.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr .incld-txt span {
	color: #429edf;
	-webkit-text-fill-color: transparent;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr .incld-txt span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr .incld-txt:before {
	background-color: #e8f4f2
}
.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr ul li a:hover span {
	color: #429edf;
	-webkit-text-fill-color: transparent;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr ul li a:hover span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1.serv-list2 .servce-incld .servce-incld-innr ul li a:hover:before {
	background-image: url("../images/listing-hovr2.png")
}
.service-list .serv-list1.serv-list2 .digtl-amrkt {
	padding: 0px
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list2 .digtl-amrkt .shw-mobl {
		display: block
	}
	.service-list .serv-list1.serv-list2 .digtl-amrkt .hde-mobl {
		display: none
	}
}
.service-list .serv-list1.serv-list2 .digtl-amrkt .desg-frpad .design-txt {
	padding: 155px 0px 0px
}
.service-list .serv-list1.serv-list2 .digtl-amrkt .desg-frpad .design-txt .crcl2 {
	background-image: url("../images/digital-circle.png");
	top: 87px
}
.service-list .serv-list1.serv-list3 {
	padding: 220px 0px 0px
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list3 {
		padding-top: 200px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1.serv-list3 {
		padding-top: 200px
	}
}
.service-list .serv-list1.serv-list3 .transpt-txtlist {
	top: -6px
}
@media(max-width: 767px) {
	.service-list .serv-list1.serv-list3 .app-develop {
		padding-bottom: 75px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list .serv-list1.serv-list3 .app-develop {
		padding-bottom: 75px
	}
}
.service-list .serv-list1.serv-list3 .design-img {
	-webkit-box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047)
}
.service-list .serv-list1.serv-list3 .design-img .design-imginnr {
	background-image: url("../images/service3.jpg")
}
.service-list .serv-list1.serv-list3 .design-img .design-imginnr .colred-crle {
	background: rgba(235, 118, 15, 0.9);
	background: -moz-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(235, 118, 15, 0.9)), color-stop(100%, rgba(197, 63, 120, 0.9)));
	background: -webkit-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -o-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -ms-linear-gradient(-45deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: linear-gradient(135deg, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	-pie-background: linear-gradient(-45deg, rgba(235, 118, 15, 0.9), rgba(197, 63, 120, 0.9))
}
.service-list .serv-list1.serv-list3 .design-img .outlne-txt {
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174);
	filter: none\0;
	color: #ffffff;
	-webkit-background-clip: text;
	-webkit-text-stroke: 3px transparent;
	text-stroke: 3px transparent;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list3 .design-img .outlne-txt {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1.serv-list3 .servce-incld {
	-webkit-box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047);
	-moz-box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047);
	box-shadow: 0px 18px 99px 0px rgba(229, 109, 69, 0.047)
}
.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr .incld-txt {
	background-color: #fdf4f1
}
.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr .incld-txt span {
	color: #eb7610;
	-webkit-text-fill-color: transparent;
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr .incld-txt span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr .incld-txt:before {
	background-color: #fdf4f1
}
.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr ul li a:hover span {
	color: #eb7610;
	-webkit-text-fill-color: transparent;
	background: #eb7610;
	background: -moz-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb7610), color-stop(100%, #c64174));
	background: -webkit-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -o-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: -ms-linear-gradient(left, #eb7610 0%, #c64174 100%);
	background: linear-gradient(to right, #eb7610 0%, #c64174 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb7610", endColorstr="#c64174", GradientType=1);
	-pie-background: linear-gradient(to right, #eb7610, #c64174);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr ul li a:hover span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.service-list .serv-list1.serv-list3 .servce-incld .servce-incld-innr ul li a:hover:before {
	background-image: url("../images/listing-hovr3.png")
}
.service-list .serv-list1.serv-list3 .digtl-amrkt {
	padding: 0px
}
.service-list .serv-list1.serv-list3 .digtl-amrkt .desg-frpad .design-txt {
	padding: 155px 0px 0px
}
.service-list .serv-list1.serv-list3 .digtl-amrkt .desg-frpad .design-txt .crcl2 {
	background-image: url("../images/app-circle.png");
	top: 87px
}
@media(max-width: 767px) {
	.service-list.service-new .banner-wrap .banner_main {
		-webkit-clip-path: none;
		clip-path: none
	}
}
.service-list.service-new .banner-wrap .banner_main .banner-btn {
	border: none;
	text-align: center
}
@media(max-width: 767px) {
	.service-list.service-new .banner-wrap .banner_main .banner-btn {
		margin-top: -40px;
		margin-bottom: 40px;
		margin-left: 0;
		margin-right: 0;
		width: 100%
	}
}
.service-list.service-new .banner-wrap .banner_main .banner-btn a {
	border: none;
	width: auto;
	min-width: 294px;
	max-width: 100%;
	float: none;
	display: inline-block;
	background-color: #21ad84;
	color: #fff;
	letter-spacing: normal;
	margin: 0 4.5px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.service-list.service-new .banner-wrap .banner_main .banner-btn a:hover {
	background-color: #fff;
	color: #21ad84
}
.service-list.service-new .banner-wrap .banner_main .banner-btn a:hover span {
	color: #21ad84;
	-webkit-text-fill-color: transparent;
	background: #21ad84;
	background: -moz-linear-gradient(left, #21ad84 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #21ad84), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #21ad84 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #21ad84 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #21ad84 0%, #21ad84 100%);
	background: linear-gradient(to right, #21ad84 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#21ad84", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #21ad84, #21ad84);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.service-list.service-new .banner-wrap .banner_main .banner-btn a:hover span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.service-list.service-new .banner-wrap .banner_main .banner-btn a {
		height: auto;
		min-width: 196px;
		padding: 10px 15px;
		margin: 6px;
		line-height: normal
	}
}
@media screen and (min-width: 0px)and (max-width: 379px) {
	.service-list.service-new .banner-wrap .banner_main .banner-btn a {
		width: 100%
	}
}
@media screen and (min-width: 379px)and (max-width: 575px) {
	.service-list.service-new .banner-wrap .banner_main .banner-btn a {
		width: 238px
	}
}
.service-list.service-new .plateform ul li {
	margin-bottom: 14px !important
}
@media(max-width: 767px) {
	.service-list.service-new .plateform ul li {
		margin-left: 43px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list.service-new .plateform ul li {
		margin-left: 43px !important
	}
}
.service-list.service-new .plateform ul li a {
	padding-left: 29px !important
}
.service-list.service-new .plateform ul li a:before {
	width: 18px !important
}
.service-list.service-new .plateform ul li a:hover:before {
	width: 39px !important;
	height: 28px !important;
	background-size: cover
}
.service-list.service-new .plateform ul li a span {
	font-size: 18px !important
}
@media(max-width: 767px) {
	.service-list.service-new .plateform ul li a span {
		font-size: 14px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list.service-new .plateform ul li a span {
		font-size: 18px !important
	}
}
.service-list.service-new .togather-sec {
	margin-top: 180px
}
@media(max-width: 767px) {
	.service-list.service-new .togather-sec {
		margin-top: 75px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-list.service-new .togather-sec {
		margin-top: 75px
	}
}
.plateform {
	float: left;
	width: 100%;
	height: auto
}
.plateform ul {
	list-style-type: none;
	list-style-position: outside
}
.plateSub {
	float: left;
	position: relative;
	padding-left: 42px;
	margin-bottom: 14px;
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
@media(max-width: 767px) {
	.plateSub {
		margin-bottom: 18px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.plateSub {
		margin-bottom: 18px
	}
}
.plateSub span {
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	color: #aeaeb1;
	font-weight: 600;
	line-height: 1.2
}
@media(max-width: 767px) {
	.plateSub span {
		font-size: 14px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.plateSub span {
		font-size: 18px
	}
}
.plateSub:before {
	width: 30px;
	height: 2px;
	float: left;
	background-color: #c4c4c8;
	content: "";
	position: absolute;
	top: 50%;
	left: 0px;
	transform: translatey(-50%)
}
.about .main-content .main-content-inner {
	margin-top: 0px;
	padding-top: 193px
}
@media(max-width: 767px) {
	.about .main-content .main-content-inner {
		padding-top: 50px
	}
}
.about .main-content .main-content-inner .right-cornr {
	background-image: url("../images/rcorner-white2.png");
	width: 774px;
	height: 970px
}
@media(max-width: 767px) {
	.about .main-content .main-content-inner .right-cornr {
		display: none
	}
}
@media(max-width: 767px) {
	.about .main-content .main-content-inner .container.pr-0 {
		padding-right: 15px !important
	}
	.about .main-content .main-content-inner .container.pl-0 {
		padding-left: 15px !important
	}
}
.about .about-tp-problm {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 128px;
	z-index: 1;
	overflow: hidden
}
@media(max-width: 767px) {
	.about .about-tp-problm {
		padding-bottom: 62px
	}
}
.about .about-tp-problm .transparnt-txt {
	position: absolute;
	left: 0%;
	bottom: -82px;
	font-size: 300px;
	z-index: -1;
	color: #02162e;
	letter-spacing: 9px
}
@media(max-width: 767px) {
	.about .about-tp-problm .transparnt-txt {
		font-size: 62px;
		bottom: -23px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-tp-problm .transparnt-txt {
		font-size: 80px;
		bottom: -23px;
		left: 50%;
		transform: translateX(-50%)
	}
}
.about .about-tp-problm .about-tp-lft {
	float: left;
	width: 50%;
	height: auto;
	position: relative
}
@media(max-width: 767px) {
	.about .about-tp-problm .about-tp-lft {
		width: 100%
	}
	.about .about-tp-problm .about-tp-lft .heading-primary {
		font-size: 4rem
	}
}
@media(max-width: 767px) {
	.about .about-tp-problm .about-tp-lft .heading-primary {
		font-size: 4.5rem
	}
}
.about .about-tp-problm .about-tp-lft .heading-title {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 300;
	margin-bottom: 7px
}
.about .about-tp-problm .about-tp-lft .heading-detail {
	line-height: 1.22;
	font-size: 99px
}
@media(max-width: 767px) {
	.about .about-tp-problm .about-tp-lft .heading-detail {
		font-size: 65px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-tp-problm .about-tp-lft .heading-detail {
		font-size: 65px !important
	}
}
.about .about-tp-problm .about-tp-lft .heading-detail:before {
	content: "YOUR DIGITAL PARTNERS";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.about .about-tp-problm .about-tp-lft .heading-detail.problem-solver:before {
	content: "PROBLEM SOLVERS"
}
.about .about-tp-problm .about-tp-rgt {
	padding-right: 15px;
	float: left;
	width: 50%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #464753;
	font-weight: 400;
	line-height: 1.75
}
.about .about-tp-problm .about-tp-rgt span {
	color: #429edf;
	font-weight: 700
}
@media(max-width: 767px) {
	.about .about-tp-problm .about-tp-rgt {
		width: 100%;
		padding-right: 0px;
		font-size: 17px;
		padding-top: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-tp-problm .about-tp-rgt {
		font-size: 19px
	}
}
.about .about-tp-problm .about-tp-rgt:after {
	float: left;
	width: 46px;
	height: 3px;
	background-color: #21ad84;
	content: "";
	margin-top: 27px
}
.about .about-full {
	float: left;
	width: 100%;
	height: 534px;
	background-image: url("../images/about-full.jpg");
	background-size: cover;
	position: relative
}
.about .about-secnd {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	overflow: hidden
}
.about .about-secnd .abtcrcl {
	background-image: url("../images/circle4.png");
	position: absolute;
	top: 156px;
	left: 123px
}
@media(max-width: 767px) {
	.about .about-secnd .abtcrcl {
		left: 0;
		top: 0;
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-secnd .abtcrcl {
		display: none
	}
}
@media(max-width: 767px) {
	.about .about-secnd {
		margin-bottom: 30px;
		padding: 0 30px 0px 30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-secnd {
		margin-bottom: 30px;
		padding: 0 30px 0px 30px
	}
}
.about .about-secnd .team-txt {
	color: #02162e;
	position: absolute;
	left: 240px;
	bottom: 205px;
	letter-spacing: 5px;
	top: auto;
	z-index: -1
}
@media(max-width: 767px) {
	.about .about-secnd .team-txt {
		font-size: 62px;
		left: 50%;
		bottom: 55px;
		transform: translateX(-50%)
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-secnd .team-txt {
		font-size: 250px;
		left: 50%;
		transform: translateX(-50%)
	}
}
.about .about-secnd .about-secnd-lft {
	float: left;
	width: 44%;
	height: auto;
	position: relative;
	padding: 240px 0px 0px 179px
}
@media(max-width: 767px) {
	.about .about-secnd .about-secnd-lft {
		width: 100%;
		padding: 100px 15px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-secnd .about-secnd-lft {
		padding: 240px 15px 0px
	}
}
.about .about-secnd .about-secnd-lft .about-txt .gren-bluetit {
	margin-bottom: 43px
}
@media(max-width: 767px) {
	.about .about-secnd .about-secnd-lft .about-txt .gren-bluetit {
		font-size: 55px !important
	}
}
.about .about-secnd .about-secnd-lft .about-txt a {
	width: 200px;
	color: #3c3d48;
	border-color: #21ad84;
	margin-top: 58px
}
.about .about-secnd .about-secnd-lft .about-txt a:hover {
	background-color: #21ad84;
	color: #fff
}
.about .about-secnd .about-secnd-rgt {
	float: left;
	width: 56%;
	height: auto
}
@media(max-width: 767px) {
	.about .about-secnd .about-secnd-rgt {
		display: none
	}
}
.about .about-secnd .about-secnd-rgt .about-rightimg {
	float: right;
	width: 98.5%;
	height: 944px;
	margin-left: 1.5%;
	background-image: url("../images/team.png");
	background-repeat: no-repeat;
	background-size: cover
}
.about .whowr {
	position: relative;
	margin-bottom: 140px
}
.about .whowr .pros-txt {
	color: #02162e;
	position: absolute;
	right: 134px;
	bottom: 30px;
	letter-spacing: 3px
}
@media(max-width: 767px) {
	.about .whowr .pros-txt {
		display: none
	}
}
@media(max-width: 767px) {
	.about .whowr {
		margin-bottom: 100px
	}
}
.about .whowr.whowr2 {
	margin-bottom: 190px
}
@media(max-width: 767px) {
	.about .whowr.whowr2 {
		margin-bottom: 100px
	}
	.about .whowr.whowr2 .shw-mobl {
		display: block
	}
	.about .whowr.whowr2 .hde-mobl {
		display: none
	}
}
.about .whowr.whowr2 .shw-mobl {
	display: none
}
.about .whowr.whowr2 .pros-txt {
	right: auto;
	left: 35px
}
@media(max-width: 767px) {
	.about .whowr.whowr2 .pros-txt {
		display: none
	}
}
.about .whowr.whowr2 .whoweimg {
	margin: 0px 0px 0px 5%
}
@media(max-width: 767px) {
	.about .whowr.whowr2 .whoweimg {
		width: 100%;
		margin: 0px
	}
}
.about .whowr.whowr2 .whoweimg .imgbg {
	background-image: url("../images/what-we-do.jpg");
	margin-top: 0px
}
.about .whowr.whowr2 .who-inner {
	padding-left: 22px;
	padding-right: 90px
}
.about .whoweimg {
	float: left;
	width: 95%;
	height: auto;
	margin-right: 5%;
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047)
}
@media(max-width: 767px) {
	.about .whoweimg {
		width: 100%;
		margin: 0px
	}
}
.about .whoweimg .imgbg {
	float: left;
	width: 100%;
	height: 764px;
	background-image: url("../images/who-we-are.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -90px
}
.about .who-inner {
	float: left;
	width: 100%;
	height: auto;
	padding: 233px 0px 0px 86px;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.about .who-inner {
		padding: 100px 0px 0px 0px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .who-inner {
		padding: 120px 0px 0px 0px !important
	}
}
.about .who-inner .abtcrc2 {
	background-image: url("../images/circle4.png");
	position: absolute;
	top: 150px;
	left: 40px;
	z-index: -1
}
@media(max-width: 767px) {
	.about .who-inner .abtcrc2 {
		top: 0;
		left: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .who-inner .abtcrc2 {
		top: 150px;
		left: 0
	}
}
.about .who-inner .gren-bluetit {
	margin-bottom: 43px
}
@media(max-width: 767px) {
	.about .who-inner .gren-bluetit {
		font-size: 35px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .who-inner .gren-bluetit {
		font-size: 44px
	}
}
@media(min-width: 1200px)and (max-width:1250px) {
	.about .who-inner .gren-bluetit {
		font-size: 65px
	}
}
.about .who-inner a {
	width: 200px;
	color: #3c3d48;
	border-color: #21ad84;
	margin-top: 18px
}
.about .who-inner a:hover {
	background-color: #21ad84;
	color: #fff
}
.about .home-why {
	padding-bottom: 316px
}
.about .home-why .why-green {
	background-image: url("../images/left-green2.png");
	width: 382px;
	height: 442px
}
.about .home-why .why-txtlarg {
	bottom: 350px
}
.about .home-why .why-tit {
	padding: 209px 0px 22px 35px
}
@media(max-width: 767px) {
	.about .home-why .why-tit {
		padding: 100px 0px 22px 0px;
		text-align: center
	}
}
.about .home-why .why-tit .gren-bluetit {
	color: #fff
}
@media(max-width: 767px) {
	.about .home-why .why-tit .gren-bluetit {
		font-size: 40px
	}
}
.about .home-why .team-rw {
	float: none;
	width: 1225px;
	height: 20px;
	margin: 0px auto
}
@media(max-width: 767px) {
	.about .home-why .team-rw {
		float: left;
		width: 100%;
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .home-why .team-rw {
		float: left;
		width: 100%;
		height: auto
	}
}
@media(min-width: 1200px)and (max-width:1250px) {
	.about .home-why .team-rw {
		width: 100%
	}
}
.about .home-why .team-rw .team-rw-innr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 100px 85px 0;
	z-index: 1
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr {
		padding: 30px 10px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .home-why .team-rw .team-rw-innr {
		padding: 30px 10px 0
	}
}
.about .home-why .team-rw .team-rw-innr .frst-col {
	float: left;
	width: 29.5%;
	height: auto;
	margin-top: 60px
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .frst-col {
		float: none;
		width: 300px;
		height: auto;
		margin: 0px auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .home-why .team-rw .team-rw-innr .frst-col {
		width: 32%
	}
}
.about .home-why .team-rw .team-rw-innr .frst-col .team-imgbx {
	margin-top: 74px
}
.about .home-why .team-rw .team-rw-innr .frst-col .team-imgbx:first-child {
	margin-top: 0px
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .frst-col .team-imgbx: first-child {
		margin-top: 74px
	}
}
.about .home-why .team-rw .team-rw-innr .second-col {
	float: left;
	width: 29.5%;
	height: auto;
	margin: 126px 5.75% 0px
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .second-col {
		float: none;
		width: 300px;
		height: auto;
		margin: 0px auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .home-why .team-rw .team-rw-innr .second-col {
		width: 32%;
		margin: 126px 2% 0px
	}
}
.about .home-why .team-rw .team-rw-innr .second-col .team-imgbx {
	margin-top: 74px
}
.about .home-why .team-rw .team-rw-innr .second-col .team-imgbx:first-child {
	margin-top: 0px
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .second-col .team-imgbx: first-child {
		margin-top: 74px
	}
}
.about .home-why .team-rw .team-rw-innr .thrd-col {
	float: left;
	width: 29.5%;
	height: auto
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .thrd-col {
		float: none;
		width: 300px;
		height: auto;
		margin: 0px auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .home-why .team-rw .team-rw-innr .thrd-col {
		width: 32%
	}
}
.about .home-why .team-rw .team-rw-innr .thrd-col .team-imgbx {
	margin-top: 74px
}
.about .home-why .team-rw .team-rw-innr .thrd-col .team-imgbx:first-child {
	margin-top: 0px
}
@media(max-width: 767px) {
	.about .home-why .team-rw .team-rw-innr .thrd-col .team-imgbx: first-child {
		margin-top: 74px !important
	}
}
.about .home-why .team-rw .team-rw-innr .team-imgbx {
	float: left;
	width: 100%;
	height: auto
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a {
	float: left
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a .team-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	padding: 24px 0px 0px 20px;
	font-style: italic
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a .team-txt h6 {
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 14px;
	font-style: normal
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a img {
	min-height: 372px
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a img.tc-img {
	display: none
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a:hover img.tc-img {
	display: block
}
.about .home-why .team-rw .team-rw-innr .team-imgbx a:hover img.tt-img {
	display: none
}
.about .home-why .team-rw .team-rw-innr .team-imgbx.frstchld {
	margin-top: 60px
}
.about .home-why .team-rw .team-rw-innr .team-imgbx.secndchld {
	margin-top: 126px
}
.about .home-why .team-rw .team-rw-innr .team-imgbx.thrdchld {
	margin-top: 0px
}
.about .home-why .why-btn a {
	width: 200px;
	position: relative;
	background: #393a46;
	background-clip: padding-box;
	border: 1px solid transparent;
	margin-top: 79px
}
.about .home-why .why-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #ffffff;
	background: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%, #ffffff 100%);
	background: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
	-pie-background: linear-gradient(to right, #ffffff, #ffffff)
}
.about .home-why .why-btn a:hover {
	background-color: #fff !important;
	color: #393a45
}
.about .home-brands {
	background-color: #429edf;
	margin-bottom: -152px;
	overflow: hidden
}
.about .home-brands .brand-circlr {
	background-image: url("../images/blue-circle.png")
}
.about .home-brands .wrk-imag {
	position: absolute;
	right: 0px;
	top: 58px
}
@media(max-width: 767px) {
	.about .home-brands .wrk-imag {
		display: none
	}
}
.about .home-brands .wrk-tran {
	position: absolute;
	left: 50%;
	bottom: -40px;
	z-index: -1;
	transform: translateX(-130px)
}
@media(max-width: 767px) {
	.about .home-brands .wrk-tran {
		display: none
	}
}
.about .home-brands .wrk-with {
	float: left;
	width: 100%;
	height: auto;
	color: #fff;
	padding-right: 65px;
	word-break: break-word
}
@media(max-width: 767px) {
	.about .home-brands .wrk-with {
		padding-right: 0px;
		padding-top: 100px
	}
}
.about .home-brands .wrk-with h3 {
	font-family: Oswald, sans-serif;
	font-size: 75px;
	color: #fff;
	font-weight: 700;
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding-right: 35%;
	line-height: 1.12;
	padding-bottom: 27px
}
@media(max-width: 767px) {
	.about .home-brands .wrk-with h3 {
		padding-right: 0px;
		font-size: 50px
	}
}
.about .home-brands .wrk-with h3 .heading-detail:before {
	content: "Our Partners";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 2px #3c3d48;
	text-stroke: 2px #3c3d48;
	-webkit-background-clip: text
}
.about .home-brands .wrk-with a {
	width: 210px;
	margin-top: 42px
}
.about .home-brands .wrk-with a:hover {
	color: #429edf
}
.about .grey-bg {
	background-image: url("../images/about-bg.jpg");
	background-repeat: no-repeat;
	background-size: cover
}
@media(max-width: 767px) {
	.about .grey-bg {
		background-image: none
	}
}
.about .about-tab-mian {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 160px
}
@media(max-width: 767px) {
	.about .about-tab-mian {
		padding: 0px 15px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-tab-mian {
		padding: 0px 30px
	}
}
.about .about-tab-mian .nav-tabs {
	float: left;
	width: 100%;
	height: auto;
	border: 0px;
	margin-bottom: 30px
}
@media(min-width: 576px)and (max-width:767px) {
	.about .about-tab-mian .nav-tabs {
		float: none;
		width: 545px;
		height: auto;
		margin: 0px auto
	}
}
.about .about-tab-mian .nav-tabs li {
	font-family: Oswald, sans-serif;
	font-size: 25px;
	color: #828286;
	font-weight: 700;
	margin-right: 59px;
	margin-left: 59px;
	position: relative;
	z-index: 1
}
@media(min-width: 320px)and (max-width:575px) {
	.about .about-tab-mian .nav-tabs li {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin: 20px 0px
	}
}
@media(min-width: 576px)and (max-width:767px) {
	.about .about-tab-mian .nav-tabs li {
		margin-right: 0;
		width: 100%;
		text-align: center;
		margin: 20px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-tab-mian .nav-tabs li {
		margin: 0 25px
	}
}
.about .about-tab-mian .nav-tabs li:last-child {
	margin-right: 0px
}
.about .about-tab-mian .nav-tabs li a {
	color: #828286;
	text-transform: uppercase
}
.about .about-tab-mian .nav-tabs li a:hover {
	text-decoration: none
}
.about .about-tab-mian .nav-tabs li a.active {
	color: #fff
}
.about .about-tab-mian .nav-tabs li a.active:after {
	float: left;
	width: 75px;
	height: 75px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #21ad84;
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1
}
.about .about-tab-mian .tab-content {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 37px
}
.about .about-tab-mian .tab-content .tab-pane {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 0px 15%;
	line-height: 2.1
}
@media(min-width: 320px)and (max-width:575px) {
	.about .about-tab-mian .tab-content .tab-pane {
		padding: 0px 0 30px
	}
}
@media(min-width: 576px)and (max-width:767px) {
	.about .about-tab-mian .tab-content .tab-pane {
		padding: 0px 15% 30px
	}
}
.about .about-tab-mian .tab-content .tab-pane.fade.in {
	opacity: 1
}
.about .project-slidr {
	margin-top: 50px !important
}
.about .hm-latst-main .hm-inshgts-tit h5 {
	float: left
}
.about .hm-latst-main .hm-inshgts-tit a {
	float: right
}
@media(max-width: 767px) {
	.about .hm-latst-main .hm-inshgts-tit a {
		float: left;
		clear: left
	}
}
.about .hm-latst-main .about-logos {
	float: left;
	width: 100%;
	height: auto;
	padding: 90px 0px 0px
}
.about .hm-latst-main .about-logos .logo-box {
	float: left;
	width: 25%;
	height: auto;
	border-top: 1px solid #e2e8f1;
	border-right: 1px solid #e2e8f1
}
@media(max-width: 767px) {
	.about .hm-latst-main .about-logos .logo-box {
		width: 50%
	}
	.about .hm-latst-main .about-logos .logo-box:nth-child(2n+0) {
		border-right: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .hm-latst-main .about-logos .logo-box {
		width: 33%
	}
	.about .hm-latst-main .about-logos .logo-box:nth-child(3n+0) {
		border-right: none
	}
}
.about .hm-latst-main .about-logos .logo-box .logo-boxinnr {
	float: left;
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.about .hm-latst-main .about-logos .logo-box .logo-boxinnr {
		padding: 15px
	}
}
.about .hm-latst-main .about-logos .logo-box .logo-boxinnr table {
	float: left;
	width: 100%;
	height: auto
}
.about .hm-latst-main .about-logos .logo-box .logo-boxinnr table tr td {
	height: 125px;
	vertical-align: middle;
	text-align: center
}
.about .hm-latst-main .about-logos .logo-box .logo-boxinnr table tr td img {
	max-width: 100%;
	max-height: 100%
}
.about .hm-latst-main .about-logos .logo-box:first-child {
	border-top: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(2) {
	border-top: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(3) {
	border-top: 0px
}
@media(max-width: 767px) {
	.about .hm-latst-main .about-logos .logo-box: nth-child(3) {
		border-top: 1px solid #e2e8f1
	}
}
.about .hm-latst-main .about-logos .logo-box:nth-child(4) {
	border-top: 0px
}
@media(max-width: 767px) {
	.about .hm-latst-main .about-logos .logo-box: nth-child(4) {
		border-top: 1px solid #e2e8f1
	}
}
.about .hm-latst-main .about-logos .logo-box:nth-child(4n+0) {
	border-right: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(8n+0) {
	border-right: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(12n+0) {
	border-right: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(16n+0) {
	border-right: 0px
}
.about .hm-latst-main .about-logos .logo-box:nth-child(20n+0) {
	border-right: 0px
}
.about .trend-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	padding-top: 184px;
	z-index: 2
}
@media(max-width: 767px) {
	.about .trend-main {
		padding-top: 40px
	}
}
.about .trend-main .trend-innr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	min-height: 578px
}
.about .trend-main .trend-innr .thought-txt {
	font-family: Oswald, sans-serif;
	font-size: 328px;
	color: #fff;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=6)";
	filter: alpha(opacity=6);
	-moz-opacity: .06;
	-khtml-opacity: .06;
	opacity: .06;
	position: absolute;
	left: 11px;
	top: -39%;
	color: #939393;
	letter-spacing: 19px;
	z-index: 1
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .thought-txt {
		font-size: 60px;
		top: -30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .trend-main .trend-innr .thought-txt {
		font-size: 160px;
		top: -80px
	}
}
.about .trend-main .trend-innr .trend-grey {
	position: absolute;
	left: 0px;
	top: 0px;
	float: left;
	width: 73%;
	height: auto;
	min-height: 578px;
	background-color: #3c3d48;
	z-index: -1
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-grey {
		width: 90%
	}
}
.about .trend-main .trend-innr .trend-crcl {
	float: left;
	width: 244px;
	height: 244px;
	background-image: url("../images/trend-circle.png");
	position: absolute;
	left: 19px;
	top: 66px
}
.about .trend-main .trend-innr .trend-lowr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 116px 0px 0px 95px
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-lowr {
		padding: 116px 0px 0px 15px
	}
}
.about .trend-main .trend-innr .trend-lowr .trend-tit {
	float: left;
	width: 30%;
	height: auto
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-lowr .trend-tit {
		width: 100%;
		padding-right: 15%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .trend-main .trend-innr .trend-lowr .trend-tit {
		width: 40%
	}
}
.about .trend-main .trend-innr .trend-lowr .trend-tit h4 {
	font-family: Oswald, sans-serif;
	font-size: 75px;
	color: #21ad84;
	font-weight: 700;
	line-height: 1.13;
	margin-top: 11px
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-lowr .trend-tit h4 {
		font-size: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .trend-main .trend-innr .trend-lowr .trend-tit h4 {
		font-size: 45px
	}
}
.about .trend-main .trend-innr .trend-lowr .trend-tit h4 .heading-detail:before {
	content: "Thoughts and Trends";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.about .trend-main .trend-innr .trend-lowr .trend-tit a {
	width: 190px;
	margin-top: 57px
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-lowr .trend-tit a {
		clear: left
	}
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain {
	float: left;
	width: 69%;
	height: auto;
	margin-left: 1%;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.about .trend-main .trend-innr .trend-lowr .trend-slidrmain {
		padding: 15px 15px 15px 0px;
		width: 100%;
		margin-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .trend-main .trend-innr .trend-lowr .trend-slidrmain {
		width: 59%
	}
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trend-slidr .slick-list {
	padding-right: 168px
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr {
	float: left;
	width: 96%;
	height: auto;
	margin: 0px 2%
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg {
	float: left;
	width: 100%;
	height: 514px;
	background-image: url("../images/trend1.jpg");
	background-size: cover;
	position: relative;
	z-index: 2
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg .trend-layr {
	position: absolute;
	left: 0%;
	top: 0px;
	float: left;
	width: 100%;
	height: 100%;
	background-color: #21ad84;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=94)";
	filter: alpha(opacity=94);
	-moz-opacity: .94;
	-khtml-opacity: .94;
	opacity: .94;
	transform: translate(0%, -100%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg .trend-layr-txt {
	float: left;
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 30px 25px 30px;
	line-height: 1.35;
	transform: translate(0%, -100%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	opacity: 0
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg .trend-layr-txt h6 {
	font-family: Oswald, sans-serif;
	font-size: 27px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg .trend-layr-txt a {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: underline;
	display: inline-block;
	margin-top: 30px
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg .trend-layr-txt a:after {
	content: "";
	background-image: url("../images/readM-arrow.png");
	float: none;
	width: 24px;
	height: 10px;
	display: inline-block;
	margin-left: 12px
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg:hover .trend-layr {
	transform: translate(0%, 0%)
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .trnd-sldrinnr .trnd-bg:hover .trend-layr-txt {
	transform: translate(0%, 0%);
	opacity: 1
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .slick-prev {
	top: -50px;
	width: 48px;
	height: 22px;
	background-image: url("../images/TS-left-arrow.png");
	background-repeat: no-repeat;
	left: 35%
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .slick-prev:before {
	display: none
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .slick-next {
	top: -50px;
	width: 48px;
	height: 22px;
	background-image: url("../images/TS-right-arrow.png");
	background-repeat: no-repeat;
	left: 45%
}
.about .trend-main .trend-innr .trend-lowr .trend-slidrmain .slick-next:before {
	display: none
}
.about .about-indstry {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin-top: -52px;
	padding-bottom: 95px
}
@media(max-width: 767px) {
	.about .about-indstry {
		display: none
	}
}
.about .about-indstry .indtry-botm {
	position: absolute;
	left: 0px;
	bottom: 0px;
	float: left;
	width: 655px;
	height: 518px;
	background-image: url("../images/bottom-tringle2.png")
}
.about .about-indstry .indtry-txt {
	position: absolute;
	left: 0px;
	bottom: 126px;
	color: #474853;
	text-align: center;
	width: 100%;
	letter-spacing: 20px
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-indstry .indtry-txt {
		font-size: 148px
	}
}
@media(min-width: 1201px)and (max-width:1230px) {
	.about .about-indstry .indtry-txt {
		font-size: 200px;
		letter-spacing: 1px
	}
}
.about .about-indstry .indstry-wrap {
	float: none;
	width: 1230px;
	height: auto;
	margin: 0px auto
}
@media(min-width: 768px)and (max-width:1200px) {
	.about .about-indstry .indstry-wrap {
		width: 100%;
		float: left;
		margin: 0px
	}
}
@media(min-width: 1200px)and (max-width:1230px) {
	.about .about-indstry .indstry-wrap {
		width: 100%;
		float: left;
		margin: 0px
	}
}
.about .about-indstry .indstry-innr {
	float: left;
	width: 100%;
	height: auto
}
@media(min-width: 768px)and (max-width:991px) {
	.about .about-indstry .indstry-innr {
		max-height: 738px
	}
}
@media(min-width: 992px)and (max-width:1199px) {
	.about .about-indstry .indstry-innr {
		max-height: 984px
	}
}
@media(min-width: 992px)and (max-width:1199px) {
	.about .about-indstry .indstry-innr {
		max-height: 1107px
	}
}
.about .about-indstry .indstry-circle1 {
	float: left;
	width: 1230px;
	height: 1230px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #f1f8fd;
	position: relative;
	z-index: 2
}
@media(min-width: 768px)and (max-width:991px) {
	.about .about-indstry .indstry-circle1 {
		transform: scale(0.6) translateX(-50%);
		transform-origin: 0% 0%;
		position: relative;
		left: 50%
	}
}
@media(min-width: 992px)and (max-width:1199px) {
	.about .about-indstry .indstry-circle1 {
		transform: scale(0.8) translateX(-50%);
		transform-origin: 0% 0%;
		position: relative;
		left: 50%
	}
}
@media(min-width: 1200px)and (max-width:1230px) {
	.about .about-indstry .indstry-circle1 {
		transform: scale(0.9) translateX(-50%);
		transform-origin: 0% 0%;
		position: relative;
		left: 50%
	}
}
.about .about-indstry .indstry-circle1 .indstry-logs {
	float: left;
	width: 170px;
	height: 170px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.008);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.008);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.008);
	z-index: 1;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.about .about-indstry .indstry-circle1 .indstry-logs table {
	float: left;
	width: 100%;
	height: auto;
	table-layout: fixed
}
.about .about-indstry .indstry-circle1 .indstry-logs table tr td {
	vertical-align: middle;
	text-align: center;
	height: 170px
}
.about .about-indstry .indstry-circle1 .indstry-logs table tr td img {
	max-width: 100%;
	max-height: 100%
}
.about .about-indstry .indstry-circle1 .indstry-logs table tr td img.iw-logo {
	display: none
}
.about .about-indstry .indstry-circle1 .indstry-logs:hover {
	background-color: #21ad84
}
.about .about-indstry .indstry-circle1 .indstry-logs:hover table tr td img.ic-logo {
	display: none
}
.about .about-indstry .indstry-circle1 .indstry-logs:hover table tr td img.iw-logo {
	display: inline-block
}
.about .about-indstry .indstry-circle1 .indstry-logs.log1 {
	position: absolute;
	right: 265px;
	top: 222px
}
.about .about-indstry .indstry-circle1 .indstry-logs.log2 {
	position: absolute;
	right: 125px;
	top: 531px
}
.about .about-indstry .indstry-circle1 .indstry-logs.log3 {
	position: absolute;
	right: 258px;
	top: 839px
}
.about .about-indstry .indstry-circle1 .indstry-logs.log4 {
	position: absolute;
	left: 265px;
	top: 839px
}
.about .about-indstry .indstry-circle1 .indstry-logs.log5 {
	position: absolute;
	left: 139px;
	top: 531px
}
.about .about-indstry .indstry-circle1 .indstry-logs.log6 {
	position: absolute;
	left: 265px;
	top: 222px
}
.about .about-indstry .indstry-circle2 {
	float: none;
	width: 1067px;
	height: 1067px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #ebf5fd;
	margin: 80px auto
}
.about .about-indstry .indstry-circle3 {
	float: none;
	width: 904px;
	height: 904px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #e3f1fb;
	margin: 80px auto
}
.about .about-indstry .indstry-circle4 {
	float: none;
	width: 788px;
	height: 788px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: 57px auto;
	text-align: center
}
.about .about-indstry .indstry-circle4 .indstry-circle-innr {
	float: left;
	width: 100%;
	height: auto;
	background-image: url("../images/indstry-img.png");
	background-repeat: no-repeat;
	background-size: cover;
	height: 788px;
	position: relative
}
.about .about-indstry .indstry-circle4 .indstry-circle-innr h5 {
	font-family: Oswald, sans-serif;
	font-size: 67px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.27;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%)
}
.about .about-indstry .indstry-circle4 .indstry-circle-innr h5 span {
	float: left;
	width: 100%;
	height: auto
}
.about-tp-problm {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 128px;
	z-index: 1;
	overflow: hidden
}
@media(max-width: 767px) {
	.about-tp-problm {
		padding-bottom: 62px
	}
}
.about-tp-problm .transparnt-txt {
	position: absolute;
	left: 0%;
	bottom: -82px;
	font-size: 300px;
	z-index: -1;
	color: #02162e;
	letter-spacing: 9px
}
@media(max-width: 767px) {
	.about-tp-problm .transparnt-txt {
		font-size: 62px;
		bottom: -23px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-tp-problm .transparnt-txt {
		font-size: 80px;
		bottom: -23px;
		left: 50%;
		transform: translateX(-50%)
	}
}
.about-tp-problm .about-tp-lft {
	float: left;
	width: 50%;
	height: auto;
	position: relative
}
@media(max-width: 767px) {
	.about-tp-problm .about-tp-lft {
		width: 100%
	}
	.about-tp-problm .about-tp-lft .heading-primary {
		font-size: 4rem
	}
}
@media(max-width: 767px) {
	.about-tp-problm .about-tp-lft .heading-primary {
		font-size: 4.5rem
	}
}
.about-tp-problm .about-tp-lft .heading-title {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 300;
	margin-bottom: 7px
}
.about-tp-problm .about-tp-lft .heading-detail {
	line-height: 1.3
}
.about-tp-problm .about-tp-lft .heading-detail:before {
	content: "problem solvers";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: #FFFFFF;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.about-tp-problm .about-tp-rgt {
	padding-right: 15px;
	float: left;
	width: 50%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #464753;
	font-weight: 400;
	line-height: 1.75
}
.about-tp-problm .about-tp-rgt span {
	color: #429edf;
	font-weight: 700
}
@media(max-width: 767px) {
	.about-tp-problm .about-tp-rgt {
		width: 100%;
		padding-right: 0px;
		font-size: 17px;
		padding-top: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-tp-problm .about-tp-rgt {
		font-size: 19px
	}
}
.about-tp-problm .about-tp-rgt:after {
	float: left;
	width: 46px;
	height: 3px;
	background-color: #21ad84;
	content: "";
	margin-top: 27px
}
.about-new .about-tp-problm .about-tp-lft .heading-detail {
	font-size: 100px
}
.about-new .about-tp-problm .about-tp-lft .heading-detail.problem-solver:before {
	content: "We are problem solvers"
}
.about-new .about-full {
	background-image: url("../images/about-full2.jpg");
	margin-right: 10%;
	max-width: 90%
}
.about-new .about-secnd .about-secnd-innr {
	padding: 0px 0px 0px 172px;
	float: left;
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.about-new .about-secnd .about-secnd-innr {
		padding: 0px 0px 30px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr {
		padding: 0px 0px 0px 5%
	}
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft {
	width: 100%;
	padding: 0px 0px 0px 0px
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt h3 {
	padding: 270px 0px 0px 0px
}
@media(max-width: 767px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt h3 {
		padding: 50px 0px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt h3 {
		padding: 100px 0px 0px 0px
	}
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt p {
	padding-right: 155px;
	padding-bottom: 40px;
	clear: left
}
@media(max-width: 767px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt p {
		padding: 0px 0px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt p {
		padding-right: 5%
	}
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt a {
	width: auto;
	height: auto;
	background-color: #21ad84;
	color: #fff;
	margin: 0 auto;
	padding: 14px 32px;
	float: none;
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
@media(max-width: 767px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt a {
		width: auto;
		margin-top: 40px;
		font-size: 15px;
		font-weight: 600;
		padding: 15px 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt a {
		font-size: 19px
	}
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt a:hover {
	background-color: #fff;
	color: #21ad84
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .custum-title,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-latst-main .hm-inshgts-tit,
.hm-latst-main .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-inshgts-tit,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .home-why .why-tit,
.home-why .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .why-tit {
	width: auto
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .custum-title h5,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-latst-main .hm-inshgts-tit h5,
.hm-latst-main .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-inshgts-tit h5,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .home-why .why-tit h5,
.home-why .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .why-tit h5 {
	padding: 264px 0px 0px 0px;
	font-size: 69px;
	line-height: 1;
	margin-bottom: 51px
}
@media(max-width: 767px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .custum-title h5, .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-inshgts-tit h5, .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .home-why .why-tit h5, .home-why .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .why-tit h5 {
		padding: 50px 0px 50px 0px;
		font-size: 45px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .custum-title h5, .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-inshgts-tit h5, .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .home-why .why-tit h5, .home-why .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .why-tit h5 {
		padding: 100px 0px 50px 0px
	}
}
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .custum-title h5 span,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-latst-main .hm-inshgts-tit h5 span,
.hm-latst-main .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .hm-inshgts-tit h5 span,
.about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .home-why .why-tit h5 span,
.home-why .about-new .about-secnd .about-secnd-innr .about-secnd-lft .about-txt .why-tit h5 span {
	margin-bottom: 11px
}
.about-new .about-secnd .about-secnd-innr .about-secnd-rgt {
	width: auto;
	float: right;
	margin-left: -20px;
	margin-bottom: -120px
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-rgt {
		display: none
	}
}
@media screen and (min-width: 1201px)and (max-width: 1275px) {
	.about-new .about-secnd .about-secnd-innr .about-secnd-rgt {
		margin-left: -100px
	}
}
.about-new .grey-bg.nabt-topg {
	min-height: 980px;
	background-image: none
}
.about-new .grey-bg.nabt-topg .home-why {
	padding-bottom: 0
}
.about-new .grey-bg.nabt-topg .home-why .why-txtlarg {
	bottom: 7.5%;
	font-size: 220px;
	color: #43444f;
	opacity: 1;
	letter-spacing: 0
}
.about-new .grey-bg.nabt-topg .home-why .why-tit {
	padding: 135px 0px 22px 0px
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .why-tit {
		padding: 100px 0px 22px 0px
	}
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .why-tit .gren-bluetit: before {
		display: none
	}
	.about-new .grey-bg.nabt-topg .home-why .why-tit .gren-bluetit:after {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .grey-bg.nabt-topg .home-why .why-tit .gren-bluetit {
		font-size: 45px
	}
}
.about-new .grey-bg.nabt-topg .home-why .light-txt {
	padding: 15px 0 0 0;
	display: inline-block;
	width: 100%
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .light-txt {
		padding: 0
	}
}
.about-new .grey-bg.nabt-topg .home-why .why-crcle {
	top: 40px;
	left: 65px
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main {
	background-color: transparent;
	padding: 60px 0 128px 0
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .boost-renv-main {
		padding: 0px 0 80px 0
	}
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .boostrev-vido {
	padding: 0 0px 0 34px
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .boostrev-vido {
		padding: 0
	}
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-lft {
	color: #fff;
	padding: 85px 40px 0 0;
	width: 46.8%;
	font-size: 22px
}
@media(max-width: 767px) {
	.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-lft {
		padding: 45px 40px 0 0
	}
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-lft h6 {
	color: #fff;
	line-height: 1.2;
	padding-bottom: 16px
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-lft a {
	background-color: #393a45;
	color: #fff;
	width: 220px
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-rgt {
	border: none;
	width: 53.2%
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-rgt .br-video-bx {
	overflow: hidden
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-rgt .br-video-bx .br-video-bxinnrbg {
	background-image: url("../images/about-video-bg.jpg");
	height: 536px;
	background-size: cover;
	width: 100%;
	background-position: center
}
.about-new .grey-bg.nabt-topg .home-why .boost-renv-main .br-v-rgt .br-video-bx .videocolrcrl {
	position: absolute;
	bottom: -38px;
	right: -60px;
	background: #429edf;
	background: -moz-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(135deg, #429edf 0%, #23bf6d 100%);
	-pie-background: linear-gradient(-45deg, #429edf, #23bf6d);
	float: none;
	width: 202px;
	height: 202px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.about-new .grey-bg.new-team {
	padding-bottom: 45px
}
.about-new .grey-bg.new-team .team-bx {
	float: left;
	width: 25%;
	height: auto;
	text-align: center;
	color: #fff;
	padding: 0 15px 65px 15px
}
@media(max-width: 767px) {
	.about-new .grey-bg.new-team .team-bx {
		width: 100%
	}
}
@media(min-width: 767px)and (max-width:991px) {
	.about-new .grey-bg.new-team .team-bx {
		width: 50%
	}
}
@media(min-width: 992px)and (max-width:1199px) {
	.about-new .grey-bg.new-team .team-bx {
		width: 25%
	}
}
.about-new .grey-bg.new-team .team-bx .team-imgbx {
	width: 186px;
	height: 186px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #ccc;
	float: none;
	margin: 0px auto 30px;
	overflow: hidden
}
.about-new .grey-bg.new-team .team-bx .team-imgbx .team-imgbxinnr {
	float: left;
	width: 100%;
	height: 186px;
	background-image: url("../images/video-bg.png");
	background-position: center center
}
.about-new .grey-bg.new-team .team-bx h5 {
	font-family: Oswald, sans-serif;
	font-size: 25px;
	color: #fff;
	font-weight: 700;
	padding-bottom: 14px
}
.about-new .grey-bg.new-team .team-bx h6 {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400
}
@media(min-width: 1200px)and (max-width:1250px) {
	.about-new .grey-bg.new-team .team-bx h6 {
		font-size: 14px
	}
}
@media(max-width: 767px) {
	.about-new .grey-bg.new-team .team-bx: nth-child(2n+0) {
		padding-top: 0
	}
}
.about-new .grey-bg.new-team .why-btn a {
	margin-top: 18px
}
.about-new .grey-bg.new-team .home-why .why-txtlarg {
	bottom: 12%;
	font-size: 280px
}
.about-new .new-about-white {
	float: left;
	width: 100%;
	height: auto;
	padding: 140px 0 140px
}
@media(max-width: 767px) {
	.about-new .new-about-white {
		padding: 70px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white {
		padding: 70px 0
	}
}
.about-new .new-about-white .abt-stps {
	float: left;
	width: 100%;
	height: auto
}
.about-new .new-about-white .abt-stps .custum-title,
.about-new .new-about-white .abt-stps .hm-latst-main .hm-inshgts-tit,
.hm-latst-main .about-new .new-about-white .abt-stps .hm-inshgts-tit,
.about-new .new-about-white .abt-stps .home-why .why-tit,
.home-why .about-new .new-about-white .abt-stps .why-tit {
	text-align: center
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .custum-title h5, .about-new .new-about-white .abt-stps .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .about-new .new-about-white .abt-stps .hm-inshgts-tit h5, .about-new .new-about-white .abt-stps .home-why .why-tit h5, .home-why .about-new .new-about-white .abt-stps .why-tit h5 {
		font-size: 50px
	}
}
.about-new .new-about-white .abt-stps .custum-title h5 span,
.about-new .new-about-white .abt-stps .hm-latst-main .hm-inshgts-tit h5 span,
.hm-latst-main .about-new .new-about-white .abt-stps .hm-inshgts-tit h5 span,
.about-new .new-about-white .abt-stps .home-why .why-tit h5 span,
.home-why .about-new .new-about-white .abt-stps .why-tit h5 span {
	margin-bottom: 15px
}
.about-new .new-about-white .abt-stps .custum-title h5 .lststsp1,
.about-new .new-about-white .abt-stps .hm-latst-main .hm-inshgts-tit h5 .lststsp1,
.hm-latst-main .about-new .new-about-white .abt-stps .hm-inshgts-tit h5 .lststsp1,
.about-new .new-about-white .abt-stps .home-why .why-tit h5 .lststsp1,
.home-why .about-new .new-about-white .abt-stps .why-tit h5 .lststsp1 {
	clear: unset
}
.about-new .new-about-white .abt-stps .custum-title h5 .lststsp2,
.about-new .new-about-white .abt-stps .hm-latst-main .hm-inshgts-tit h5 .lststsp2,
.hm-latst-main .about-new .new-about-white .abt-stps .hm-inshgts-tit h5 .lststsp2,
.about-new .new-about-white .abt-stps .home-why .why-tit h5 .lststsp2,
.home-why .about-new .new-about-white .abt-stps .why-tit h5 .lststsp2 {
	clear: unset
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .gren-bluetit: before {
		display: none
	}
	.about-new .new-about-white .abt-stps .gren-bluetit:after {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .gren-bluetit {
		font-size: 45px
	}
}
.about-new .new-about-white .abt-stps .stps-txt {
	float: left;
	width: 100%;
	height: auto;
	padding: 50px 0% 0
}
.about-new .new-about-white .abt-stps .stps-txt p:first-child {
	padding: 0 19% 0
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-txt p: first-child {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .stps-txt p: first-child {
		padding: 0 5% 0
	}
}
.about-new .new-about-white .abt-stps .stps-txt p {
	padding: 0 9% 0
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-txt p {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .stps-txt p {
		padding: 0 5% 0
	}
}
.about-new .new-about-white .abt-stps .stps-txt a {
	width: auto;
	height: auto;
	background-color: #21ad84;
	color: #fff;
	margin: 0 auto;
	padding: 14px 32px;
	float: none;
	display: inline-block;
	font-size: 22px;
	font-weight: 800;
	line-height: normal;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	clear: both
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-txt a {
		width: auto;
		margin-top: 40px;
		font-size: 15px;
		font-weight: 600;
		padding: 15px 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .stps-txt a {
		font-size: 19px
	}
}
.about-new .new-about-white .abt-stps .stps-txt a:hover {
	background-color: #fff;
	color: #21ad84;
	border-color: #21ad84
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-txt a {
		width: auto
	}
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-txt {
		padding: 50px 0% 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .stps-txt {
		padding: 50px 0% 0
	}
}
.about-new .new-about-white .abt-stps .stps-bxs-sec {
	float: left;
	width: 100%;
	height: auto;
	padding: 30px 0 35px
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt {
	float: left;
	width: 100%;
	height: auto
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr {
	float: left;
	width: 29.33%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #464753;
	font-weight: 400;
	line-height: 1.45;
	margin-right: 6%;
	text-align: center
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr {
		width: 100%;
		margin-right: 0
	}
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr h4 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3d3e49;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	padding: 30px 20px 35px;
	display: inline-block;
	width: 100%
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr h4 {
		padding: 20px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr h4 {
		padding: 30px 0px 35px;
		min-height: 113px
	}
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr span {
	width: 100%;
	float: left;
	font-family: Oswald, sans-serif;
	font-size: 80px;
	color: #21ad84;
	font-weight: 700;
	text-align: center;
	position: relative
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr span .doted-bdrn {
	border-top: 1px dashed #21ad84;
	width: 100%;
	position: absolute;
	margin: 19px 35px;
	top: 50%;
	left: 50%;
	margin-top: 2px
}
@media(max-width: 767px) {
	.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr span .doted-bdrn {
		display: none
	}
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr span .doted-bdrn:after {
	content: "";
	width: 34px;
	height: 34px;
	position: absolute;
	left: 50%;
	top: 0;
	background-color: #21ad84;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	-khtml-opacity: .5;
	opacity: .5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin: -17px 0 0 -17px;
	background-image: url("../images/whgrn-mix.png");
	background-position: 50% 57%;
	background-repeat: no-repeat
}
.about-new .new-about-white .abt-stps .stps-bxs-sec .stps-bxs-txt .stps-bxsinnr:last-child {
	margin-right: 0
}
@media(max-width: 767px) {
	.about-new .new-about-white .gren-bluetit {
		font-size: 40px
	}
}
.about-new .new-abt-port {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 144px;
	display: none
}
@media(max-width: 767px) {
	.about-new .new-abt-port {
		padding-bottom: 70px
	}
}
.about-new .new-abt-port .whowr {
	margin: 0;
	float: left;
	width: 100%;
	height: auto
}
.about-new .new-abt-port .whowr .pros-txt {
	top: 18%;
	right: 80px;
	bottom: auto;
	font-size: 300px
}
.about-new .new-abt-port .whowr .newblue-logs-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 10px
}
@media(max-width: 767px) {
	.about-new .new-abt-port .whowr .newblue-logs-wrap {
		padding: 0
	}
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs {
	float: left;
	width: 46.5%;
	height: auto;
	background-color: #439fdf;
	height: 764px;
	margin-top: -90px;
	padding: 62px 48px 60px;
	position: relative;
	-webkit-box-shadow: 0px 0px 69px 18px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0px 0px 69px 18px rgba(0, 0, 0, .12);
	box-shadow: 0px 0px 69px 18px rgba(0, 0, 0, .12)
}
@media(max-width: 767px) {
	.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs {
		width: 100%;
		height: auto
	}
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logsrw {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 46px
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logsrw:last-child {
	padding-bottom: 0
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs-rgt {
	float: left;
	width: 53.5%;
	height: auto;
	padding-left: 60px
}
@media(max-width: 767px) {
	.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs-rgt {
		width: 100%;
		padding: 0
	}
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs-rgt .who-inner {
	padding: 140px 0 0 80px
}
.about-new .new-abt-port .whowr .newblue-logs-wrap .newblue-logs-rgt .who-inner .abtcrc2 {
	top: 60px
}
.about-new .home-brands {
	background-color: #21ad84
}
.about-new .about-logos .logo-box {
	border: none !important
}
.about-new .brand-tit .genral-txt {
	color: #fff;
	font-size: 16px;
	line-height: 2;
	clear: both;
	padding: 26px 0 26px 0
}
.about-new .brand-tit a {
	margin-top: 0
}
.about-new .newdsg-logo {
	padding-bottom: 114px
}
@media(max-width: 767px) {
	.about-new .newdsg-logo {
		padding-bottom: 0
	}
}
.about-new .newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
	border: none;
	padding: 0
}
@media(max-width: 767px) {
	.about-new .newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
		flex: 100%;
		padding-bottom: 40px
	}
}
.about-new .hm-latst-main .genral-txt {
	margin-top: 22px
}
.about-new .about-logos {
	padding: 16px 0px 0px !important
}
.about-new .hm-latst-main {
	padding-bottom: 144px
}
.about-new .hm-latst-main .custm-btn,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .days-bx .days-bx-innr a,
.days-bx .days-bx-innr .about-new .hm-latst-main a,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .why-btn2 a,
.new-webdesgn.new-seoSlice .why-btn2 .about-new .hm-latst-main a,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .wbd-logs a,
.new-webdesgn.new-seoSlice .wbd-logs .about-new .hm-latst-main a,
.about-new .hm-latst-main .boost-renv-main .boostrev-vido .br-v-lft a,
.boost-renv-main .boostrev-vido .br-v-lft .about-new .hm-latst-main a,
.about-new .hm-latst-main .faq-main .faq-accord a,
.faq-main .faq-accord .about-new .hm-latst-main a,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a,
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .ss-main .mrewrk-tit a,
.ss-main .mrewrk-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .mre-wrksec .sm-work-btn a,
.mre-wrksec .sm-work-btn .about-new .hm-latst-main a,
.about-new .hm-latst-main .custm-btn,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .customBtn-green,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .ctydetl-gsbtn a,
.ctydetl-gsbtn .about-new .hm-latst-main a,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .see-more-post,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .error-404-wrap .backHome,
.error-404-wrap .about-new .hm-latst-main .backHome,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .pdf-frm button,
.pdf-frm .about-new .hm-latst-main button,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .bannr-sm-txt a,
.bannr-sm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .newseo .hlp-btn,
.newseo .about-new .hm-latst-main .hlp-btn,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .think-tm-txt a,
.think-tm-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .fre-rept-btn,
.about-new .hm-latst-main .tophead .hed-rgt .btn,
.tophead .hed-rgt .about-new .hm-latst-main .btn,
.about-new .hm-latst-main .banNewSet .centerBtnSet,
.banNewSet .about-new .hm-latst-main .centerBtnSet,
.about-new .hm-latst-main .main-content .main-content-inner .about-main .abt-txt a,
.main-content .main-content-inner .about-main .abt-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .main-content .main-content-inner .desg-frpad .design-txt a,
.main-content .main-content-inner .desg-frpad .design-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .upper-fotr .talk-tit a,
.upper-fotr .talk-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button,
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn .about-new .hm-latst-main button,
.about-new .hm-latst-main .hm-inshgts-tit a,
.about-new .hm-latst-main .home-why .why-btn a,
.home-why .why-btn .about-new .hm-latst-main a,
.about-new .hm-latst-main .home-brands .brand-tit a,
.home-brands .brand-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .service-list .banner-wrap .banner_main .banner-btn a,
.service-list .banner-wrap .banner_main .banner-btn .about-new .hm-latst-main a,
.about-new .hm-latst-main .service-list .main-content-inner .togather-sec .togather-innr a,
.service-list .main-content-inner .togather-sec .togather-innr .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .about-secnd .about-secnd-lft .about-txt a,
.about .about-secnd .about-secnd-lft .about-txt .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .who-inner a,
.about .who-inner .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .home-brands .wrk-with a,
.about .home-brands .wrk-with .about-new .hm-latst-main a,
.about-new .hm-latst-main .about .trend-main .trend-innr .trend-lowr .trend-tit a,
.about .trend-main .trend-innr .trend-lowr .trend-tit .about-new .hm-latst-main a,
.about-new .hm-latst-main .new-about-white .abt-stps .stps-txt a,
.about-new .new-about-white .abt-stps .stps-txt .hm-latst-main a,
.about-new .hm-latst-main .fre-rept-btn,
.about-new .hm-latst-main .banNewSet .centerBtnSet,
.banNewSet .about-new .hm-latst-main .centerBtnSet,
.about-new .hm-latst-main .hm-inshgts-tit a {
	width: 392px;
	background-color: #21ad84;
	color: #fff;
	margin: 0 auto;
	float: none;
	display: inherit;
	margin-top: 48px
}
.about-new .hm-latst-main .custm-btn:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .ctydetl-gsbtn a:hover,
.ctydetl-gsbtn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .error-404-wrap .backHome:hover,
.error-404-wrap .about-new .hm-latst-main .backHome:hover,
.about-new .hm-latst-main .days-bx .days-bx-innr a:hover,
.days-bx .days-bx-innr .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .pdf-frm button:hover,
.pdf-frm .about-new .hm-latst-main button:hover,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .why-btn2 a:hover,
.new-webdesgn.new-seoSlice .why-btn2 .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .new-webdesgn.new-seoSlice .wbd-logs a:hover,
.new-webdesgn.new-seoSlice .wbd-logs .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .boost-renv-main .boostrev-vido .br-v-lft a:hover,
.boost-renv-main .boostrev-vido .br-v-lft .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .faq-main .faq-accord a:hover,
.faq-main .faq-accord .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .bannr-sm-txt a:hover,
.bannr-sm-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a:hover,
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .newseo .hlp-btn:hover,
.newseo .about-new .hm-latst-main .hlp-btn:hover,
.about-new .hm-latst-main .ss-main .mrewrk-tit a:hover,
.ss-main .mrewrk-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .think-tm-txt a:hover,
.think-tm-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .mre-wrksec .sm-work-btn a:hover,
.mre-wrksec .sm-work-btn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .fre-rept-btn:hover,
.about-new .hm-latst-main .tophead .hed-rgt .btn:hover,
.tophead .hed-rgt .about-new .hm-latst-main .btn:hover,
.about-new .hm-latst-main .banNewSet .centerBtnSet:hover,
.banNewSet .about-new .hm-latst-main .centerBtnSet:hover,
.about-new .hm-latst-main .main-content .main-content-inner .about-main .abt-txt a:hover,
.main-content .main-content-inner .about-main .abt-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .main-content .main-content-inner .desg-frpad .design-txt a:hover,
.main-content .main-content-inner .desg-frpad .design-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .upper-fotr .talk-tit a:hover,
.upper-fotr .talk-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button:hover,
.lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn .about-new .hm-latst-main button:hover,
.about-new .hm-latst-main .hm-inshgts-tit a:hover,
.about-new .hm-latst-main .home-why .why-btn a:hover,
.home-why .why-btn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .home-brands .brand-tit a:hover,
.home-brands .brand-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .service-list .banner-wrap .banner_main .banner-btn a:hover,
.service-list .banner-wrap .banner_main .banner-btn .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .service-list .main-content-inner .togather-sec .togather-innr a:hover,
.service-list .main-content-inner .togather-sec .togather-innr .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .about .about-secnd .about-secnd-lft .about-txt a:hover,
.about .about-secnd .about-secnd-lft .about-txt .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .about .who-inner a:hover,
.about .who-inner .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .about .home-brands .wrk-with a:hover,
.about .home-brands .wrk-with .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .about .trend-main .trend-innr .trend-lowr .trend-tit a:hover,
.about .trend-main .trend-innr .trend-lowr .trend-tit .about-new .hm-latst-main a:hover,
.about-new .hm-latst-main .new-about-white .abt-stps .stps-txt a:hover,
.about-new .new-about-white .abt-stps .stps-txt .hm-latst-main a:hover,
.about-new .hm-latst-main .custm-btn:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .customBtn-green:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .see-more-post:hover,
.about-new .hm-latst-main .fre-rept-btn:hover {
	background-color: #fff;
	color: #21ad84;
	border-color: #21ad84
}
@media(max-width: 767px) {
	.about-new .hm-latst-main .custm-btn, .about-new .hm-latst-main .customBtn-green, .about-new .hm-latst-main .customBtn-green, .about-new .hm-latst-main .ctydetl-gsbtn a, .ctydetl-gsbtn .about-new .hm-latst-main a, .about-new .hm-latst-main .ctydetl-gsbtn a, .ctydetl-gsbtn .about-new .hm-latst-main a, .about-new .hm-latst-main .see-more-post, .about-new .hm-latst-main .see-more-post, .about-new .hm-latst-main .error-404-wrap .backHome, .error-404-wrap .about-new .hm-latst-main .backHome, .about-new .hm-latst-main .error-404-wrap .backHome, .error-404-wrap .about-new .hm-latst-main .backHome, .about-new .hm-latst-main .days-bx .days-bx-innr a, .days-bx .days-bx-innr .about-new .hm-latst-main a, .about-new .hm-latst-main .pdf-frm button, .pdf-frm .about-new .hm-latst-main button, .about-new .hm-latst-main .pdf-frm button, .pdf-frm .about-new .hm-latst-main button, .about-new .hm-latst-main .new-webdesgn.new-seoSlice .why-btn2 a, .new-webdesgn.new-seoSlice .why-btn2 .about-new .hm-latst-main a, .about-new .hm-latst-main .new-webdesgn.new-seoSlice .wbd-logs a, .new-webdesgn.new-seoSlice .wbd-logs .about-new .hm-latst-main a, .about-new .hm-latst-main .boost-renv-main .boostrev-vido .br-v-lft a, .boost-renv-main .boostrev-vido .br-v-lft .about-new .hm-latst-main a, .about-new .hm-latst-main .faq-main .faq-accord a, .faq-main .faq-accord .about-new .hm-latst-main a, .about-new .hm-latst-main .bannr-sm-txt a, .bannr-sm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .bannr-sm-txt a, .bannr-sm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a, .newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .newseo .hlp-btn, .newseo .about-new .hm-latst-main .hlp-btn, .about-new .hm-latst-main .newseo .hlp-btn, .newseo .about-new .hm-latst-main .hlp-btn, .about-new .hm-latst-main .ss-main .mrewrk-tit a, .ss-main .mrewrk-tit .about-new .hm-latst-main a, .about-new .hm-latst-main .think-tm-txt a, .think-tm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .think-tm-txt a, .think-tm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .mre-wrksec .sm-work-btn a, .mre-wrksec .sm-work-btn .about-new .hm-latst-main a, .about-new .hm-latst-main .custm-btn, .about-new .hm-latst-main .customBtn-green, .about-new .hm-latst-main .customBtn-green, .about-new .hm-latst-main .ctydetl-gsbtn a, .ctydetl-gsbtn .about-new .hm-latst-main a, .about-new .hm-latst-main .ctydetl-gsbtn a, .ctydetl-gsbtn .about-new .hm-latst-main a, .about-new .hm-latst-main .see-more-post, .about-new .hm-latst-main .see-more-post, .about-new .hm-latst-main .error-404-wrap .backHome, .error-404-wrap .about-new .hm-latst-main .backHome, .about-new .hm-latst-main .error-404-wrap .backHome, .error-404-wrap .about-new .hm-latst-main .backHome, .about-new .hm-latst-main .pdf-frm button, .pdf-frm .about-new .hm-latst-main button, .about-new .hm-latst-main .pdf-frm button, .pdf-frm .about-new .hm-latst-main button, .about-new .hm-latst-main .bannr-sm-txt a, .bannr-sm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .bannr-sm-txt a, .bannr-sm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .newseo .hlp-btn, .newseo .about-new .hm-latst-main .hlp-btn, .about-new .hm-latst-main .newseo .hlp-btn, .newseo .about-new .hm-latst-main .hlp-btn, .about-new .hm-latst-main .think-tm-txt a, .think-tm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .think-tm-txt a, .think-tm-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .fre-rept-btn, .about-new .hm-latst-main .tophead .hed-rgt .btn, .tophead .hed-rgt .about-new .hm-latst-main .btn, .about-new .hm-latst-main .banNewSet .centerBtnSet, .banNewSet .about-new .hm-latst-main .centerBtnSet, .about-new .hm-latst-main .main-content .main-content-inner .about-main .abt-txt a, .main-content .main-content-inner .about-main .abt-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .main-content .main-content-inner .desg-frpad .design-txt a, .main-content .main-content-inner .desg-frpad .design-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .upper-fotr .talk-tit a, .upper-fotr .talk-tit .about-new .hm-latst-main a, .about-new .hm-latst-main .lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn button, .lower-ftr .scrb-ftr-wrap .scrb-ftr-innr .scrb-ftr-frm .inpt-fld .inpt-btn .about-new .hm-latst-main button, .about-new .hm-latst-main .hm-inshgts-tit a, .about-new .hm-latst-main .home-why .why-btn a, .home-why .why-btn .about-new .hm-latst-main a, .about-new .hm-latst-main .home-brands .brand-tit a, .home-brands .brand-tit .about-new .hm-latst-main a, .about-new .hm-latst-main .service-list .banner-wrap .banner_main .banner-btn a, .service-list .banner-wrap .banner_main .banner-btn .about-new .hm-latst-main a, .about-new .hm-latst-main .service-list .main-content-inner .togather-sec .togather-innr a, .service-list .main-content-inner .togather-sec .togather-innr .about-new .hm-latst-main a, .about-new .hm-latst-main .about .about-secnd .about-secnd-lft .about-txt a, .about .about-secnd .about-secnd-lft .about-txt .about-new .hm-latst-main a, .about-new .hm-latst-main .about .who-inner a, .about .who-inner .about-new .hm-latst-main a, .about-new .hm-latst-main .about .home-brands .wrk-with a, .about .home-brands .wrk-with .about-new .hm-latst-main a, .about-new .hm-latst-main .about .trend-main .trend-innr .trend-lowr .trend-tit a, .about .trend-main .trend-innr .trend-lowr .trend-tit .about-new .hm-latst-main a, .about-new .hm-latst-main .new-about-white .abt-stps .stps-txt a, .about-new .new-about-white .abt-stps .stps-txt .hm-latst-main a, .about-new .hm-latst-main .fre-rept-btn, .about-new .hm-latst-main .banNewSet .centerBtnSet, .banNewSet .about-new .hm-latst-main .centerBtnSet, .about-new .hm-latst-main .hm-inshgts-tit a {
		width: auto
	}
}
.about-new .upper-fotr a {
	margin: 36px auto 0 !important;
	width: 322px
}
@media(max-width: 767px) {
	.about-new .upper-fotr a {
		width: auto;
		padding: 0 25px
	}
}
.about-new .upper-fotr p {
	padding: 0 225px
}
@media(max-width: 767px) {
	.about-new .upper-fotr p {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.about-new .upper-fotr p {
		padding: 0
	}
}
.about-new .project-slidr .slick-arrow {
	display: none !important
}
.about-new .tab-pane {
	min-height: 132px
}
.light-txt {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 300
}
@media(max-width: 767px) {
	.light-txt {
		font-size: 22px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.light-txt {
		font-size: 25px
	}
}
.teamSection {
	float: left;
	width: 100%;
	height: auto
}
.teamSection+.teamSection {
	padding-top: 72px
}
.teamSection .teamHeaderWrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 29px 0
}
.teamSection .teamHeaderWrap h3 {
	position: relative;
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding: 19px 0 0 27px;
	margin: 0 0 0 11px
}
.teamSection .teamHeaderWrap h3:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 55px;
	height: 2px;
	background-color: #21ad84
}
.teamSection .teamListWrap {
	float: left;
	width: 100%;
	height: auto
}
.portfol-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3
}
.portfol-tpinnr {
	padding: 0px
}
.portfol-tpinnr .bldtl-tp-row {
	text-align: center
}
.portfol-tpinnr .port-tit {
	float: none;
	width: auto;
	height: auto;
	display: inline-block
}
@media(max-width: 767px) {
	.portfol-tpinnr .port-tit {
		display: none
	}
}
.portfol-tpinnr .port-tit span {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #464753;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	letter-spacing: 3px;
	padding-top: 5px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.portfol-tpinnr .port-tit span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.portfol-tpinnr .pfd-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 37px 0px 43px
}
.portfol-tpinnr .pfd-tit h1 {
	width: 65%
}
@media(max-width: 767px) {
	.portfol-tpinnr .pfd-tit h1 {
		width: 100%
	}
}
.portfol-tpinnr .pfd-tit .sub-head {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 300;
	clear: both;
	float: left;
	letter-spacing: 3.3px;
	padding-bottom: 10px
}
.portfol-tpinnr .pfd-tit .head-detl {
	font-family: Oswald, sans-serif;
	font-size: 51px;
	color: #3c3d48;
	font-weight: 700;
	clear: both;
	float: left;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	line-height: 1.4
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.portfol-tpinnr .pfd-tit .head-detl {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.portfol-tpinnr .pfd-tit .head-detl {
		font-size: 30px
	}
}
.pd-banner {
	float: left;
	width: 100%;
	height: auto
}
.pd-banner .pd-banner-inner {
	float: left;
	width: 93%;
	height: auto
}
.pd-logosec {
	float: left;
	width: 100%;
	height: auto
}
.pd-logosec .pd-logo-innr {
	float: left;
	width: 23.26%;
	height: auto
}
@media(max-width: 767px) {
	.pd-logosec .pd-logo-innr {
		width: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pd-logosec .pd-logo-innr {
		width: 100%;
		text-align: center
	}
}
.pd-logosec .pd-logo-innr .pd-logobx {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 59px
}
.pd-logosec .pd-logo-rgt {
	float: left;
	width: 76.74%;
	height: auto;
	padding: 62px 0px 0 0
}
@media(max-width: 767px) {
	.pd-logosec .pd-logo-rgt {
		width: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pd-logosec .pd-logo-rgt {
		width: 100%
	}
}
.pd-logosec .pd-logo-rgt .pd-chalngbx {
	float: left;
	width: 30.3%;
	height: auto;
	margin-right: 4.55%;
	border-top: 1px solid #797a81;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #8b8b90;
	font-weight: 400;
	padding: 34px 31px 0 0;
	line-height: 1.9;
	position: relative
}
@media(max-width: 767px) {
	.pd-logosec .pd-logo-rgt .pd-chalngbx {
		width: 100%;
		margin-right: 0;
		padding: 34px 0px 30px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pd-logosec .pd-logo-rgt .pd-chalngbx {
		padding: 34px 0px 0 0
	}
}
.pd-logosec .pd-logo-rgt .pd-chalngbx h4 {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #8b8b90;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 21px
}
.pd-logosec .pd-logo-rgt .pd-chalngbx:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	content: "";
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.pd-logosec .pd-logo-rgt .pd-chalngbx:hover h4 {
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pd-logosec .pd-logo-rgt .pd-chalngbx:hover h4 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.pd-logosec .pd-logo-rgt .pd-chalngbx:hover:before {
	width: 100%;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78)
}
.portf-cont .portfol-tpinnr {
	padding: 0px 30px
}
.pf-detail-mian .pd-trigicon {
	width: 774px;
	height: 970px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%)
}
@media(max-width: 767px) {
	.pf-detail-mian .pd-trigicon {
		width: 20.465rem;
		height: 16.155rem
	}
}
.pf-detail-mian .pd-trigicon.btm-lft {
	width: 655px;
	height: 518px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	clip-path: polygon(0 0, 0 100%, 100% 100%)
}
@media(max-width: 767px) {
	.pf-detail-mian .pd-trigicon.btm-lft {
		width: 41rem
	}
}
.portflo-op2 .pd-logosec {
	padding-bottom: 86px
}
.portflo-op2 .tb-mb-lap .tb-mb-lapInnr .tb-mbcrclno2 {
	transform: translate(-56%, -45%);
	position: absolute;
	right: 0%;
	top: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
	filter: alpha(opacity=12);
	-moz-opacity: .12;
	-khtml-opacity: .12;
	opacity: .12
}
.portflo-op2 .pf-detl-grey .pf-detl-greyinnr {
	padding-top: 91px
}
.portflo-op2 .pf-detl-grey .color-tringlgrad {
	position: absolute;
	left: 0%;
	top: 0px;
	float: left;
	width: 655px;
	height: 518px;
	background-image: url("../images/color-tringlgrad.png");
	transform: translateY(-43%);
	z-index: -1
}
@media(max-width: 767px) {
	.portflo-op2 .pf-detl-grey .color-tringlgrad {
		display: none
	}
}
.portflo-op2 .pf-detl-grey:before {
	background-image: url("../images/offwhite-curve.png")
}
.portflo-op2 .pf-summrysec h6 {
	color: #3d3e49
}
.portflo-op2 .pf-summrysec p {
	color: #3d3e49
}
.portflo-op2 .aoe-btn .pfd-service-btn2 {
	padding: 0px 0 0 40px
}
.pfd-service-btn2 {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 47px 0 0 135px
}
@media(max-width: 767px) {
	.pfd-service-btn2 {
		padding-left: 0px !important
	}
}
.pfd-service-btn2 a {
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	color: #3d3e49;
	font-weight: 400;
	border: 1px solid #c4c5c8;
	background-color: #fff;
	float: left;
	margin: 0 20px 16px 0;
	padding: 18px 30px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px
}
.pfd-service-btn2 a:hover {
	text-decoration: none
}
@media(max-width: 767px) {
	.pfd-service-btn2 a {
		font-size: 17px
	}
}
.vew-site {
	padding: 65px 0 0 135px;
	float: left;
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.vew-site {
		padding: 65px 0 0 0px
	}
}
.vew-site .box-button2 {
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #3c3d48;
	font-weight: 400;
	text-transform: uppercase;
	position: relative
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.vew-site .box-button2 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.vew-site .box-button2 .grandt-btncrl {
	float: right;
	width: 50px;
	height: 36px;
	background-image: url("../images/grandnt-btn.png");
	margin: -3px 0 0 27px
}
.offimg-clr {
	float: left;
	width: 100%;
	height: auto
}
.offimg-clr .fiftoimg {
	float: left;
	width: 100%;
	height: auto;
	width: 58%;
	transform: translateY(28px)
}
@media(max-width: 767px) {
	.offimg-clr .fiftoimg {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.offimg-clr .fiftoimg {
		padding-right: 15px
	}
}
.offimg-clr .fiftoimg .fiftoimginnr {
	float: left;
	width: 100%;
	height: 756px;
	background-image: url("../images/15off.png");
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047)
}
.offimg-clr .efft-uc {
	float: left;
	width: 100%;
	height: auto;
	width: 42%;
	position: relative;
	z-index: 1;
	padding: 18px 0 0 0px
}
@media(max-width: 767px) {
	.offimg-clr .efft-uc {
		width: 100%
	}
}
.offimg-clr .efft-uc .refrsh-brnd-tit {
	padding: 85px 0 0 87px
}
.offimg-clr .efft-uc .refrsh-brnd-tit .rbt-crcl {
	background-image: url("../images/effected-colorcrl.png");
	left: 23px
}
.offimg-clr .efft-uc .color-cdesec {
	padding: 71px 0px 0px 90px
}
@media(max-width: 767px) {
	.offimg-clr .efft-uc .color-cdesec {
		padding: 71px 0px 0px 0px
	}
}
.offimg-clr .efft-uc .color-cdesec .color-cdebx {
	width: 20%;
	margin-right: 6%;
	padding-bottom: 0
}
@media(max-width: 767px) {
	.offimg-clr .efft-uc .color-cdesec .color-cdebx {
		width: 44%;
		margin-bottom: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.offimg-clr .efft-uc .color-cdesec .color-cdebx {
		width: 44%;
		margin-bottom: 20px
	}
}
.offimg-clr .efft-uc .color-cdesec .color-cdebx span {
	width: 77px;
	height: 77px
}
.offimg-clr.pfd-colorsec {
	padding-top: 54px
}
.offimg-clr.evlted-online {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 0px
}
.offimg-clr.evlted-online .fiftoimg {
	position: relative;
	transform: translateY(-28px)
}
.offimg-clr.evlted-online .fiftoimg .fiftoimginnr {
	background-image: url("../images/15off2.png")
}
.offimg-clr.evlted-online .efft-uc {
	padding-top: 130px
}
.offimg-clr.evlted-online .efft-uc .refrsh-brnd-tit {
	padding: 64px 25px 0 36px
}
.offimg-clr.evlted-online .efft-uc .refrsh-brnd-tit .rbt-crcl {
	left: -55px
}
.offimg-clr.evlted-online .efft-uc .gothm-fnt {
	padding: 47px 0px 0px 35px
}
.offimg-clr.evlted-online .efft-uc .gothm-fnt .gothm-fnt-tp {
	padding-bottom: 47px
}
.offimg-clr.evlted-online .efft-uc .gothm-fnt .gothm-fnt-btm {
	padding: 12px 0 42px 130px;
	transform: translateX(100px)
}
@media(max-width: 767px) {
	.offimg-clr.evlted-online .efft-uc .gothm-fnt .gothm-fnt-btm {
		padding: 12px 0 42px 0px;
		transform: translateX(0px)
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.offimg-clr.evlted-online .efft-uc .gothm-fnt .gothm-fnt-btm {
		padding: 12px 0 42px 0px;
		transform: translateX(0px)
	}
}
.aoe-main .tb-mbcrclno2 {
	transform: translate(65%, 15%);
	position: absolute;
	left: 0%;
	top: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=12)";
	filter: alpha(opacity=12);
	-moz-opacity: .12;
	-khtml-opacity: .12;
	opacity: .12
}
@media(max-width: 767px) {
	.aoe-main .tb-mbcrclno2 {
		transform: translate(0%, 0%)
	}
}
.portfolio-detlmain {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	position: relative;
	overflow: hidden
}
.portfolio-detlmain .pf-detail-bg {
	float: left;
	width: 100%;
	height: 976px;
	background-image: url("../images/pf-detailbg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}
.pf-detailMain {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3
}
.portfol-detl-hed {
	float: left;
	width: 100%;
	height: auto;
	padding: 145px 0 0 0
}
@media(max-width: 767px) {
	.portfol-detl-hed {
		padding: 49px 0 0 0
	}
}
.portfd-contr-innr {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 37px
}
.portfd-contr-innr .bldtl-tp-row {
	text-align: center;
	padding: 0px 1px
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a {
	background-color: #1a2a48;
	color: #fff
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a.prev:after {
	color: #fff
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a.next:before {
	color: #fff
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a:hover {
	background-color: #fff;
	color: #21ad84
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a:hover.prev:after {
	opacity: 1
}
.portfd-contr-innr .bldtl-tp-row .arrow-icon a:hover.next:before {
	opacity: 1
}
.portfd-contr-innr .port-tit {
	float: none;
	width: auto;
	height: auto;
	display: inline-block
}
.portfd-contr-innr .port-tit span {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #464753;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	letter-spacing: 3px;
	padding-top: 5px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.portfd-contr-innr .port-tit span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.portfd-contr-innr .pfd-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 37px 30px 43px 75px
}
@media(max-width: 767px) {
	.portfd-contr-innr .pfd-tit {
		padding: 42px 0px 43px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.portfd-contr-innr .pfd-tit {
		padding: 42px 0px 0px 0px
	}
}
.portfd-contr-innr .pfd-tit .porft-name {
	font-family: Oswald, sans-serif;
	font-size: 90px;
	color: #464753;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	float: left;
	width: 33%;
	line-height: 1.07
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.portfd-contr-innr .pfd-tit .porft-name {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.portfd-contr-innr .pfd-tit .porft-name {
		width: 100% !important;
		font-size: 55px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.portfd-contr-innr .pfd-tit .porft-name {
		font-size: 60px
	}
}
.portfd-contr-innr .pfd-tit h1 {
	float: left;
	padding: 13px 0 0 30px;
	width: 67%
}
@media(max-width: 767px) {
	.portfd-contr-innr .pfd-tit h1 {
		width: 100% !important;
		padding: 9px 0 0 0px
	}
}
.portfd-contr-innr .pfd-tit .sub-head {
	font-family: Oswald, sans-serif;
	font-size: 26.93px;
	color: #fff;
	font-weight: 300;
	clear: both;
	float: left;
	letter-spacing: 3.4px;
	padding-bottom: 8px
}
.portfd-contr-innr .pfd-tit .head-detl {
	font-family: Oswald, sans-serif;
	font-size: 45.79px;
	color: #3c3d48;
	font-weight: 700;
	clear: both;
	float: left;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	line-height: 1.4
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.portfd-contr-innr .pfd-tit .head-detl {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.portfd-contr-innr .pfd-tit .head-detl {
		font-size: 26px
	}
}
.pfd-logosec {
	float: left;
	width: 100%;
	height: auto
}
.pfd-logosec .pd-logo-innr {
	float: left;
	width: 23.26%;
	height: auto
}
@media(max-width: 767px) {
	.pfd-logosec .pd-logo-innr {
		width: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-logosec .pd-logo-innr {
		width: 100%;
		text-align: center
	}
}
.pfd-logosec .pd-logo-innr .pd-logobx {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 59px
}
.pfd-logosec .pd-logo-rgt {
	float: left;
	width: 76.74%;
	height: auto;
	padding: 62px 0px 0 0
}
@media(max-width: 767px) {
	.pfd-logosec .pd-logo-rgt {
		width: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-logosec .pd-logo-rgt {
		width: 100%
	}
}
.pfd-logosec .pd-logo-rgt .pd-chalngbx {
	float: left;
	width: 30.3%;
	height: auto;
	margin-right: 4.55%;
	border-top: 1px solid #797a81;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #8b8b90;
	font-weight: 400;
	padding: 34px 31px 0 0;
	line-height: 1.9;
	position: relative
}
@media(max-width: 767px) {
	.pfd-logosec .pd-logo-rgt .pd-chalngbx {
		width: 100%;
		margin-right: 0;
		padding: 34px 0px 30px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-logosec .pd-logo-rgt .pd-chalngbx {
		padding: 34px 0px 0 0
	}
}
.pfd-logosec .pd-logo-rgt .pd-chalngbx h4 {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #8b8b90;
	font-weight: 400;
	letter-spacing: 2px;
	padding-bottom: 21px
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-logosec .pd-logo-rgt .pd-chalngbx h4 {
		font-size: 20px
	}
}
.pfd-logosec .pd-logo-rgt .pd-chalngbx:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 1px;
	content: "";
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.pfd-logosec .pd-logo-rgt .pd-chalngbx:hover h4 {
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pfd-logosec .pd-logo-rgt .pd-chalngbx:hover h4 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.pfd-logosec .pd-logo-rgt .pd-chalngbx:hover:before {
	width: 100%;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78)
}
.pfdetail-txt {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 133px
}
@media(max-width: 767px) {
	.pfdetail-txt {
		padding-top: 0px
	}
}
.pfdetail-txt .saucy-txt {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
.pfdetail-txt .saucy-txt span {
	font-family: Oswald, sans-serif;
	font-size: 280px;
	color: #fff;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
	filter: alpha(opacity=4);
	-moz-opacity: .04;
	-khtml-opacity: .04;
	opacity: .04;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	line-height: normal;
	margin-top: -135px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pfdetail-txt .saucy-txt span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.pfdetail-txt .saucy-txt span {
		display: none
	}
}
.pargh-styl {
	font-family: Open Sans, sans-serif;
	font-size: 27px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.8
}
@media(max-width: 767px) {
	.pargh-styl {
		font-size: 17px
	}
}
.vew-btn {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 40px
}
@media(max-width: 767px) {
	.vew-btn {
		padding-left: 0;
		margin-top: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.vew-btn {
		padding-left: 0;
		margin-top: 20px
	}
}
.vew-btn .box-button {
	margin: 0px;
	padding: 28px 143px 28px 70px
}
@media(max-width: 767px) {
	.vew-btn .box-button {
		margin-top: 10px;
		padding: 1rem 5rem 1rem 1rem
	}
}
.vew-btn .box-button:before {
	display: none
}
.vew-btn .box-button:after {
	display: none
}
@media(max-width: 767px) {
	.vew-btn .box-button .cir-arrow {
		right: 12px
	}
}
.pfd-service-btn {
	float: left;
	width: 100%;
	height: auto;
	padding: 48px 0 0 40px
}
@media(max-width: 767px) {
	.pfd-service-btn {
		padding-left: 0px !important
	}
}
.pfd-service-btn h6 {
	font-family: Oswald, sans-serif;
	font-size: 24px;
	color: #3d3e49;
	font-weight: 400;
	padding-bottom: 45px;
	letter-spacing: 2.6px
}
.pfd-service-btn a,
.pfd-service-btn .capsule {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3d3e49;
	font-weight: 400;
	float: left;
	width: auto;
	height: auto;
	background-color: #f6f8fc;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	margin: 0px 9px 17px 0px;
	padding: 20px 27.5px;
	cursor: default
}
.pfd-service-btn a:hover,
.pfd-service-btn .capsule:hover {
	text-decoration: none
}
.tb-mb-lap {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	padding-top: 150px
}
@media(max-width: 767px) {
	.tb-mb-lap {
		padding-top: 50px
	}
}
.tb-mb-lap .tb-mb-lapInnr {
	float: none;
	width: auto;
	height: auto;
	max-width: 1024px;
	margin: auto;
	position: relative
}
.tb-mb-lap .tb-mb-lapInnr img {
	position: relative;
	z-index: 2;
	width: 100%;
	height: auto;
	border: none;
	outline: none
}
.tb-mb-lap .tb-mb-lapInnr .tb-mbcrcl {
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-27%, -44%);
	-moz-transform: translate(-27%, -44%);
	-ms-transform: translate(-27%, -44%);
	-o-transform: translate(-27%, -44%);
	transform: translate(-27%, -44%);
	position: absolute;
	z-index: 1
}
@media(max-width: 767px) {
	.tb-mb-lap .tb-mb-lapInnr .tb-mbcrcl {
		display: none
	}
}
.pf-detl-grey {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -294px;
	position: relative;
	padding-top: 294px
}
.pf-detl-grey:before {
	float: left;
	width: 100%;
	height: 294px;
	background-image: url("../images/grey-curve.png");
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 0%;
	top: 0px
}
@media(max-width: 767px) {
	.pf-detl-grey: before {
		display: none
	}
}
.pf-detl-greyinnr {
	float: left;
	width: 100%;
	height: auto;
	background-color: #3c3d48;
	padding-top: 173px;
	background-image: url("../images/portfolio-pattern.jpg");
	background-position: bottom center;
	background-repeat: no-repeat
}
.pf-detl-sldr {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 20px
}
.pf-detl-sldr .pf-detl-sldrinnr {
	float: left;
	width: 100%;
	height: auto
}
.pf-detl-sldr .pf-detl-sldrinnr .slick-slide {
	margin-right: 10px
}
.pf-detl-sldr .pf-detl-sldrinnr .portfolio-sliderImages {
	float: left;
	width: 100%;
	height: 530px;
	background-size: cover;
	background-position: center center
}
.sldr-scroll {
	float: left;
	width: 100%;
	height: auto;
	padding: 64px 0px 40px
}
.sldr-scroll .sldr-scrollInnr {
	float: left;
	width: 58.67%;
	height: 2px;
	max-width: 769px;
	background-color: #595a63;
	margin: 0px 20.6%
}
.sldr-scroll .active-gren {
	float: left;
	width: 33.33%;
	height: 3px
}
.sldr-scroll .active-gren.active {
	background-color: #21ac83
}
.pf-summrysec {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 30px
}
.pf-summrysec h6 {
	color: #fff;
	padding-bottom: 27px
}
.pf-summrysec p {
	color: #fff;
	padding-left: 135px
}
@media(max-width: 767px) {
	.pf-summrysec p {
		padding-left: 0
	}
}
.pf-laptop {
	float: left;
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.pf-laptop {
		display: none
	}
}
.pf-laptop .pf-laptopinnr {
	float: none;
	width: 770px;
	height: auto;
	margin: 0px auto
}
.pf-laptop .pf-laptopimg {
	float: left;
	width: 100%;
	height: 445px;
	background-image: url("../images/laptop.png");
	position: relative;
	background-repeat: no-repeat;
	background-position: center top;
	bottom: -100px
}
.pf-laptop .scrol-img {
	float: none;
	width: 572px;
	height: 355px;
	overflow: auto;
	margin: 27px auto 0px;
	position: relative;
	overflow: auto
}
.pf-laptop .scrol-img .scrol-imginnr {
	float: left;
	width: 100%;
	height: auto;
	min-height: 1220px;
	background-image: url("../images/fullpage-img.jpg");
	background-repeat: no-repeat;
	background-size: cover
}
.pfd-colorsec {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 300px
}
@media(max-width: 767px) {
	.pfd-colorsec {
		padding-top: 40px
	}
}
.pfd-colorsec .pfd-colrrel {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 154px;
	min-height: 480px
}
@media(max-width: 767px) {
	.pfd-colorsec .pfd-colrrel {
		padding-bottom: 30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .pfd-colrrel {
		padding-bottom: 50px
	}
}
.pfd-colorsec .pfd-colrrel .lgt-grybx {
	float: left;
	width: 747px;
	height: 480px;
	background-color: #f6f8fc;
	position: absolute;
	top: 0;
	right: 0
}
@media(max-width: 767px) {
	.pfd-colorsec .pfd-colrrel .lgt-grybx {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .pfd-colrrel .lgt-grybx {
		display: none
	}
}
.pfd-colorsec .pfd-colrrel.pfd-colrrel2 .lgt-grybx {
	left: 0;
	right: auto;
	z-index: 1
}
.pfd-colorsec .pfd-colrrel.pfd-colrrel2 .refrsh-brnd-tit {
	padding: 28px 127px 0 82px;
	z-index: 2
}
.pfd-colorsec .pfd-colrrel.pfd-colrrel2 .refrsh-brnd-tit .rbt-crcl {
	background-image: url("../images/pf-detl-circle2.png");
	top: -40px;
	left: -5px
}
@media(max-width: 767px) {
	.pfd-colorsec .pfd-colrrel.pfd-colrrel2 .refrsh-brnd-tit .rbt-crcl {
		display: none
	}
}
.pfd-colorsec .pfd-colrrel.pfd-colrrel2 .refrsh-brnd-tit h3 {
	padding-bottom: 55px
}
.pfd-colorsec .refrsh-brnd-tit {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	color: #3d3e49;
	font-weight: 400;
	line-height: 1.8;
	position: relative;
	padding: 72px 0 0 82px
}
@media(max-width: 767px) {
	.pfd-colorsec .refrsh-brnd-tit {
		padding: 72px 0 0 0px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .refrsh-brnd-tit {
		padding: 72px 0 0 0px !important
	}
}
.pfd-colorsec .refrsh-brnd-tit .rbt-crcl {
	position: absolute;
	left: 0px;
	top: 0;
	background-image: url("../images/pf-detl-circle.png");
	z-index: -1;
	background-color: transparent
}
.pfd-colorsec .refrsh-brnd-tit h3 {
	font-family: Oswald, sans-serif;
	font-size: 45px;
	color: #464753;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	line-height: 1.35;
	letter-spacing: 1px;
	padding-bottom: 48px
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pfd-colorsec .refrsh-brnd-tit h3 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.pfd-colorsec .refrsh-brnd-tit h3 {
		font-size: 35px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .refrsh-brnd-tit h3 {
		font-size: 33px
	}
}
.pfd-colorsec .color-cdesec {
	float: left;
	width: 100%;
	height: auto;
	padding: 96px 0px 0px 100px
}
@media(max-width: 767px) {
	.pfd-colorsec .color-cdesec {
		padding: 96px 0px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .color-cdesec {
		padding: 96px 0px 0px 0px
	}
}
.pfd-colorsec .color-cdesec .color-cdebx {
	float: left;
	width: 42%;
	height: auto;
	margin-right: 8%;
	padding-bottom: 67px
}
.pfd-colorsec .color-cdesec .color-cdebx span {
	float: left;
	width: 110px;
	height: 110px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.047)
}
.pfd-colorsec .color-cdesec .color-cdebx p {
	font-family: "Gotham";
	font-weight: normal;
	font-size: 20px;
	padding: 47px 0 0 18px;
	float: left
}
@media(max-width: 767px) {
	.pfd-colorsec .color-cdesec .color-cdebx p {
		clear: left
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .color-cdesec .color-cdebx p {
		clear: left
	}
}
.pfd-colorsec .gothm-fnt {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	color: #3d3e49;
	z-index: 1;
	padding: 47px 0px 0px 62px
}
@media(max-width: 767px) {
	.pfd-colorsec .gothm-fnt {
		padding: 47px 0px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .gothm-fnt {
		padding: 47px 0px 0px 0px
	}
}
.pfd-colorsec .gothm-fnt .gothm-fnt-tp {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 6px
}
.pfd-colorsec .gothm-fnt .gothm-fnt-tp span {
	clear: both;
	float: left;
	padding-bottom: 10px
}
.pfd-colorsec .gothm-fnt .gothm-fnt-md {
	float: left;
	width: 100%;
	height: auto
}
.pfd-colorsec .gothm-fnt .gothm-fnt-md h4 {
	font-size: 99px;
	position: relative;
	float: left;
	padding-right: 75px
}
.pfd-colorsec .gothm-fnt .gothm-fnt-md h4:before {
	content: "";
	width: 51px;
	height: 1px;
	background-color: #3d3e49;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(3px)
}
.pfd-colorsec .gothm-fnt .gothm-fnt-btm {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #3d3e49;
	font-weight: 400;
	line-height: 1.9;
	padding: 12px 0 0 145px
}
@media(max-width: 767px) {
	.pfd-colorsec .gothm-fnt .gothm-fnt-btm {
		padding-left: 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pfd-colorsec .gothm-fnt .gothm-fnt-btm {
		padding-left: 0px
	}
}
.pfd-colorsec .gothm-fnt .gothm-fnt-btm h6 {
	font-size: 24px;
	padding-bottom: 10px
}
.frstfnt {
	font-size: 21px
}
.scndfnt {
	font-size: 16px
}
.pfd-ressldr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
.pfd-ressldr .res-trantxt {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
@media(max-width: 767px) {
	.pfd-ressldr .res-trantxt {
		display: none
	}
}
.pfd-ressldr .res-trantxt span {
	font-family: Oswald, sans-serif;
	font-size: 280px;
	color: #464753;
	font-weight: 700;
	color: #eb760f;
	-webkit-text-fill-color: transparent;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	letter-spacing: 3px;
	padding-top: 5px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=4)";
	filter: alpha(opacity=4);
	-moz-opacity: .04;
	-khtml-opacity: .04;
	opacity: .04;
	position: absolute;
	left: 50%;
	top: 0px;
	transform: translate(-50%, -45px)
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.pfd-ressldr .res-trantxt span {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.pfd-ressldr .respn-sldr {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 82px
}
.pfd-ressldr .respn-sldr .respn-sldrInnr {
	float: left;
	width: 100%;
	height: auto
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .respn-sldrImg {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .respn-sldrImg img {
	display: inline-block
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .slick-prev {
	top: 50%;
	width: 65px;
	height: 65px;
	background-image: url("../images/respn-sldr-left.png");
	background-repeat: no-repeat;
	left: 0px;
	z-index: 1;
	transform: translate(-17px, 0px)
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .slick-prev:before {
	display: none
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .slick-next {
	top: 50%;
	width: 65px;
	height: 65px;
	background-image: url("../images/respn-sldr-right.png");
	background-repeat: no-repeat;
	right: 0px;
	transform: translate(17px, 0px)
}
.pfd-ressldr .respn-sldr .respn-sldrInnr .slick-next:before {
	display: none
}
.sldr-nxttxt {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	margin-top: -294px;
	position: relative;
	padding-top: 294px
}
.sldr-nxttxt::before {
	float: left;
	width: 100%;
	height: 294px;
	background-image: url("../images/offwhite-curve.png");
	position: absolute;
	left: 0px;
	top: 0px;
	content: ""
}
@media(max-width: 767px) {
	.sldr-nxttxt: : before {
		display: none
	}
}
.sldr-nxttxt .sldr-nxttxtInnr {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f6f8fc;
	padding-top: 141px
}
.sldr-nxttxt .sldr-nxttxtInnr .colred-txtstyl h6 {
	padding-bottom: 27px;
	color: #3d3e49
}
.sldr-nxttxt .sldr-nxttxtInnr .colred-txtstyl p {
	padding-left: 135px;
	color: #3d3e49
}
@media(max-width: 767px) {
	.sldr-nxttxt .sldr-nxttxtInnr .colred-txtstyl p {
		padding-left: 0px
	}
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 39px 0 0 65px
}
@media(max-width: 767px) {
	.sldr-nxttxt .sldr-nxttxtInnr .aoe-main {
		padding: 39px 37px 0
	}
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .tb-mbcrcl {
	-webkit-transform: translate(3%, -17%);
	-moz-transform: translate(3%, -17%);
	-ms-transform: translate(3%, -17%);
	-o-transform: translate(3%, -17%);
	transform: translate(3%, -17%);
	position: absolute;
	top: 0px;
	left: 0
}
@media(max-width: 767px) {
	.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .tb-mbcrcl {
		display: none
	}
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-img {
	float: left;
	width: 100%;
	height: auto;
	transform: translateY(75px)
}
@media(max-width: 767px) {
	.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-img {
		transform: translateY(0)
	}
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-btn {
	float: left;
	width: 100%;
	height: auto
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-btn .pfd-service-btn {
	padding: 0px 0 0 40px
}
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-btn .pfd-service-btn a,
.sldr-nxttxt .sldr-nxttxtInnr .aoe-main .aoe-btn .pfd-service-btn .capsule {
	background-color: #fff
}
.mre-wrksec {
	float: left;
	width: 100%;
	height: auto;
	padding: 105px 0 120px 0;
	position: relative
}
.mre-wrksec .triangleBgIcon.bottom-left,
.mre-wrksec .bottom-left.pd-trigicon,
.mre-wrksec .pd-trigicon.btm-lft {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	width: 655px;
	height: 518px
}
.mre-wrksec .mre-wrksecInnr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2
}
.mre-wrksec .mrewrk-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 97px 0 110px 47px;
	position: relative
}
@media(max-width: 767px) {
	.mre-wrksec .mrewrk-tit {
		padding: 97px 0 110px 0px
	}
	.mre-wrksec .mrewrk-tit .gren-bluetit {
		font-size: 45px
	}
}
.mre-wrksec .mrewrk-tit .mw-crcl {
	background-color: transparent;
	background-image: url("../images/mw-crcl.png");
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(-43px)
}
.mre-wrksec .more-wrkbxm {
	float: left;
	width: 100%;
	height: auto
}
.mre-wrksec .more-wrkbxm .mw-Box {
	float: left;
	width: 48%;
	height: auto;
	margin-right: 4%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media(max-width: 767px) {
	.mre-wrksec .more-wrkbxm .mw-Box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px
	}
}
.mre-wrksec .more-wrkbxm .mw-Box:nth-child(2) {
	margin-right: 0
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr {
	float: left;
	width: 100%;
	height: 621px;
	background-image: url("../images/mc-cup.jpg");
	background-size: cover;
	position: relative
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .dotted-circle {
	position: absolute;
	right: 0px;
	top: 0px;
	transform: translate(68px, -58px)
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt {
	position: absolute;
	left: 0;
	bottom: 0px
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 40px
}
@media(max-width: 767px) {
	.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr {
		padding: 10px
	}
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr h3 .Sheading {
	font-family: Oswald, sans-serif;
	font-size: 27px;
	color: #fff;
	font-weight: 300;
	float: left;
	clear: both;
	text-transform: uppercase;
	letter-spacing: 2.7px;
	padding-bottom: 25px;
	min-height: 52px
}
.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr h3 .Sheading2 {
	font-family: Oswald, sans-serif;
	font-size: 45px;
	color: #fff;
	font-weight: 700;
	float: left;
	clear: both;
	line-height: 1.35;
	min-height: 180px;
	margin-bottom: 50px
}
@media(max-width: 767px) {
	.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr h3 .Sheading2 {
		font-size: 20px;
		min-height: 1px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.mre-wrksec .more-wrkbxm .mw-Box .mw-BoxInnr .mw-Boxtxt .mw-BoxtxtInnr h3 .Sheading2 {
		font-size: 20px;
		min-height: 1px
	}
}
.mre-wrksec .more-wrkbxm .mw-Box:hover .cir-arrow {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}
.mre-wrksec .more-wrkbxm .mw-Box:hover .cir-arrow:after {
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	transform: translateX(-6px)
}
.mre-wrksec .sm-work-btn {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
.mre-wrksec .sm-work-btn a {
	width: 210px;
	float: none;
	display: inline-block;
	border-color: #21ad84;
	color: #3c3d48;
	margin-top: 120px
}
.mcdonald .portfd-contr-innr .pfd-tit .porft-name {
	width: 46%
}
.mcdonald .portfd-contr-innr .pfd-tit h1 {
	width: 52%
}
.ddc .portfd-contr-innr .pfd-tit .porft-name {
	width: 51%
}
.ddc .portfd-contr-innr .pfd-tit h1 {
	width: 49%
}
.gardenia .portfd-contr-innr .pfd-tit .porft-name {
	width: 50%
}
.gardenia .portfd-contr-innr .pfd-tit h1 {
	width: 50%
}
.brown .portfd-contr-innr .pfd-tit .porft-name {
	width: 50%
}
.brown .portfd-contr-innr .pfd-tit h1 {
	width: 50%
}
.brown .pf-laptop .scrol-img .scrol-imginnr {
	height: 889px
}
.shopworn .portfd-contr-innr .pfd-tit .porft-name {
	width: 50%
}
.shopworn .portfd-contr-innr .pfd-tit h1 {
	width: 50%
}
.clearPro .portfd-contr-innr .pfd-tit .porft-name {
	width: 30%
}
.clearPro .portfd-contr-innr .pfd-tit h1 {
	width: 70%
}
.pec-logistics .portfd-contr-innr .pfd-tit .porft-name {
	width: 50%
}
.pec-logistics .portfd-contr-innr .pfd-tit h1 {
	width: 50%
}
.pec-logistics .pfdetail-txt .saucy-txt span {
	font-size: 203px;
	left: 8%;
	text-align: center;
	transform: none
}
.pec-logistics .pf-laptop .scrol-img .scrol-imginnr {
	height: 2950px
}
.web-detail-tp .pd-trigicon {
	width: 774px;
	height: 970px;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%)
}
@media(max-width: 767px) {
	.web-detail-tp .pd-trigicon {
		width: 20.465rem;
		height: 16.155rem
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.web-detail-tp .pd-trigicon {
		width: 27.625rem;
		height: 30.3125rem
	}
}
.web-detail-tp .pd-trigicon.btm-lft {
	width: 655px;
	height: 518px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	clip-path: polygon(0 0, 0 100%, 100% 100%)
}
.wdetails-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 3
}
.custum-continnr {
	padding: 0px
}
.custum-continnr .bldtl-tp-row {
	text-align: center
}
.custum-continnr .port-tit {
	float: left;
	width: 100%;
	height: auto
}
.custum-continnr .port-tit span {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #464753;
	font-weight: 700;
	letter-spacing: 3px;
	padding-top: 5px
}
.custum-continnr .pfd-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 37px 0px 43px
}
.custum-continnr .pfd-tit .sub-head {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 300;
	clear: both;
	float: left;
	letter-spacing: 3.3px;
	padding-bottom: 10px
}
@media(max-width: 767px) {
	.custum-continnr .pfd-tit .sub-head {
		font-size: 20px
	}
}
.custum-continnr .pfd-tit .head-detl {
	font-family: Oswald, sans-serif;
	font-size: 66px;
	color: #3c3d48;
	font-weight: 700;
	clear: both;
	float: left;
	line-height: 1.2
}
@media(max-width: 767px) {
	.custum-continnr .pfd-tit .head-detl {
		font-size: 50px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.custum-continnr .pfd-tit .head-detl {
		font-size: 40px
	}
}
.wd-tp-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 2.3;
	padding: 79px 0 0 55px
}
@media(max-width: 767px) {
	.wd-tp-txt {
		padding: 0px 0 0 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.wd-tp-txt {
		padding: 35px 0 0 10px;
		font-size: 15px !important
	}
}
.wd-tp-txt:after {
	float: left;
	width: 46px;
	height: 3px;
	background-color: #21ad84;
	content: "";
	margin-top: 27px
}
.webd-banner {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 185px;
	position: relative
}
@media(max-width: 767px) {
	.webd-banner {
		padding-top: 52px
	}
}
.webd-banner .webd-trsn {
	font-family: Oswald, sans-serif;
	font-size: 300px;
	color: #02162e;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	position: absolute;
	left: 0%;
	top: 0px;
	line-height: normal;
	margin-top: -100px;
	text-align: center;
	width: 100%
}
@media(max-width: 767px) {
	.webd-banner .webd-trsn {
		display: none
	}
}
.webd-banner .pd-banner-inner {
	float: right;
	width: auto;
	height: auto;
	position: relative;
	text-align: right;
	max-width: 93%
}
.wdtl-titmian {
	float: left;
	width: 100%;
	height: auto;
	padding: 52px 0 0 0px
}
.wdtl-titmian .wdtl-hed {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	font-family: Oswald, sans-serif;
	font-size: 39px;
	color: #3c3d48;
	font-weight: 700;
	line-height: 1.5;
	padding: 60px 0 0 25px
}
@media(max-width: 767px) {
	.wdtl-titmian .wdtl-hed {
		padding: 60px 0 0;
		font-size: 25px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.wdtl-titmian .wdtl-hed {
		padding: 60px 0 0;
		font-size: 25px
	}
}
.wdtl-titmian .wdtl-hed .WD-circle {
	background-image: url("../images/WD-circle.png");
	background-color: transparent;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translateX(-40px)
}
.wdtl-titmian .wdtl-hedtxt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.95;
	padding: 65px 20px 0 62px
}
@media(max-width: 767px) {
	.wdtl-titmian .wdtl-hedtxt {
		padding: 40px 0px 40px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.wdtl-titmian .wdtl-hedtxt {
		padding: 65px 20px 0 0px
	}
}
.fr-colimg {
	float: left;
	width: 100%;
	height: auto;
	padding: 22px 0 132px 27px
}
@media(max-width: 767px) {
	.fr-colimg {
		display: none
	}
}
.wd-otprocess {
	float: left;
	width: 100%;
	height: auto;
	background-color: #efedfa;
	position: relative;
	padding: 83px 0 0 0
}
.wd-otprocess .op-rt-txt {
	float: left;
	width: 153px;
	height: 1738px;
	position: absolute;
	right: 0;
	bottom: 60px;
	background-image: url("../images/transpimg.png")
}
@media(max-width: 767px) {
	.wd-otprocess .op-rt-txt {
		display: none
	}
}
.wd-otprocess .wdop-tit {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 95px 0 130px 35px
}
@media(max-width: 767px) {
	.wd-otprocess .wdop-tit {
		padding: 95px 0 130px 0px
	}
}
.wd-otprocess .wdop-tit .wdop-circl {
	position: absolute;
	left: -55px;
	top: 0px;
	background-image: url("../images/wpop-circle.png");
	background-color: transparent
}
@media(max-width: 767px) {
	.wd-otprocess .wdop-tit .gren-bluetit {
		font-size: 38px
	}
}
.wd-otprocess .wd-opbxm {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 43px 25px
}
@media(max-width: 767px) {
	.wd-otprocess .wd-opbxm {
		padding: 0 0px 25px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.wd-otprocess .wd-opbxm {
		padding: 0 0px 25px
	}
}
.wd-otprocess .wd-opbxm .wd-opBox {
	float: left;
	width: 44%;
	height: auto;
	position: relative;
	border-top: 1px solid #dfddea;
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #3c3d48;
	font-weight: 400;
	padding: 27px 0 0 0;
	margin-bottom: 104px;
	margin-right: 12%
}
@media(max-width: 767px) {
	.wd-otprocess .wd-opbxm .wd-opBox {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px
	}
}
.wd-otprocess .wd-opbxm .wd-opBox:nth-child(even) {
	margin-right: 0
}
.wd-otprocess .wd-opbxm .wd-opBox:after {
	float: none;
	width: 0;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.wd-otprocess .wd-opbxm .wd-opBox:hover:after {
	width: 100%;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78)
}
.wd-otprocess .wd-opbxm .wd-opBox h6 {
	font-family: Oswald, sans-serif;
	font-size: 140px;
	color: #efedfa;
	font-weight: 700;
	letter-spacing: 3px;
	padding-bottom: 40px
}
.wd-otprocess .wd-opbxm .wd-opBox h4 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 700;
	padding-bottom: 20px;
	text-transform: uppercase
}
.wd-otprocess .wd-opbxm .wd-opBox p {
	line-height: 1.8;
	min-height: 135px
}
.wd-inshgts {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-bottom: 95px
}
.wd-inshgts .inshigh-btrig {
	position: absolute;
	left: 0%;
	bottom: 0px;
	-webkit-clip-path: polygon(0 0, 0 100%, 98% 100%);
	clip-path: polygon(0 0, 0 100%, 98% 100%);
	width: 655px;
	height: 518px;
	background-color: #f8f7ff;
	z-index: 1
}
@media(max-width: 767px) {
	.wd-inshgts .inshigh-btrig {
		width: 200px;
		height: 200px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.wd-inshgts .inshigh-btrig {
		width: 350px;
		height: 350px
	}
}
.wd-inshgts .hm-inshgts-tit {
	position: relative;
	z-index: 2
}
.wd-inshgts .hm-latst-main .hm-insight {
	padding-top: 46px
}
.wd-inshgts .hm-latst-main .hm-insight .hm-insight-bx:first-child {
	margin-top: 185px
}
@media(max-width: 767px) {
	.wd-inshgts .hm-latst-main .hm-insight .hm-insight-bx: first-child {
		margin-top: 0
	}
}
.think-tm-main {
	float: left;
	width: 100%;
	height: 695px;
	background-image: url("../images/thinktime-bg.jpg");
	background-size: cover;
	position: relative;
	padding: 36px 0 0 0
}
@media(max-width: 767px) {
	.think-tm-main {
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.think-tm-main {
		height: auto
	}
}
.think-tm-main .thnklyr {
	position: absolute;
	left: 0;
	top: 0;
	float: none;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 15, 20, .8);
	color: #f8f7ff
}
.think-tm-main .sushi-img {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding-top: 23px
}
.think-tm-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 60px 30px 0 43px;
	position: relative
}
@media(max-width: 767px) {
	.think-tm-tit {
		padding: 60px 0px 0 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.think-tm-tit {
		padding: 60px 0px 0 0px
	}
}
.think-tm-tit .black-circle {
	position: absolute;
	left: -38px;
	top: 0px;
	background-image: url("../images/black-circle.png");
	background-color: transparent
}
.think-tm-tit h3 {
	line-height: 1.26;
	font-size: 67px
}
@media(max-width: 767px) {
	.think-tm-tit h3 {
		font-size: 40px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.think-tm-tit h3 {
		font-size: 47px !important
	}
}
.think-tm-tit h3.hdr-contact .heading-detail:before {
	content: "Think it’s time for a redesign?";
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.think-tm-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	line-height: 1.8;
	padding: 72px 42px 0 90px
}
@media(max-width: 767px) {
	.think-tm-txt {
		padding: 72px 0px 0 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.think-tm-txt {
		padding: 72px 0px 0 0px
	}
}
.think-tm-txt a {
	width: auto;
	border-color: #21ad84;
	margin-top: 40px;
	padding: 0 20px
}
@media screen and (min-width: 0px)and (max-width: 359px) {
	.think-tm-txt a {
		line-height: normal;
		height: auto;
		padding-top: 6px;
		padding-bottom: 6px
	}
}
.trd-tre-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	background-color: #f8f7ff;
	padding: 100px 0 145px 0
}
@media(max-width: 767px) {
	.trd-tre-main {
		padding: 50px 0px 50px
	}
}
.trd-tre-main .trd-tre-rw {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 56px 0
}
@media(max-width: 767px) {
	.trd-tre-main .trd-tre-rw {
		padding: 0 0px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.trd-tre-main .trd-tre-rw {
		padding: 0 0px 0
	}
}
.trd-tre-main .trd-tre-rw .pfd-tit {
	padding: 71px 0px 43px
}
@media(max-width: 767px) {
	.trd-tre-main .trd-tre-rw .pfd-tit {
		padding: 40px 0px
	}
}
.trd-tre-main .trd-tre-rw .wd-tp-txt {
	padding: 76px 0 0 100px
}
@media(max-width: 767px) {
	.trd-tre-main .trd-tre-rw .wd-tp-txt {
		padding: 0px 0 0 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.trd-tre-main .trd-tre-rw .wd-tp-txt {
		padding: 74px 0 0 0px
	}
}
.ss-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
@media(max-width: 767px) {
	.ss-main .mre-wrksec .triangleBgIcon, .ss-main .mre-wrksec .pd-trigicon {
		width: 350px;
		height: 350px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ss-main .mre-wrksec .triangleBgIcon, .ss-main .mre-wrksec .pd-trigicon {
		width: 350px;
		height: 350px
	}
}
@media(max-width: 767px) {
	.ss-main .mrewrk-tit {
		padding: 97px 0 50px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ss-main .mrewrk-tit {
		padding: 97px 0 50px 0px
	}
}
@media(max-width: 767px) {
	.ss-main .mrewrk-tit .gren-bluetit {
		font-size: 32px;
		float: left
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ss-main .mrewrk-tit .gren-bluetit {
		font-size: 50px
	}
}
.ss-main .mrewrk-tit a {
	width: 230px;
	float: right;
	border-color: #21ad84;
	color: #3c3d48
}
@media(max-width: 767px) {
	.ss-main .mrewrk-tit a {
		float: left;
		margin-top: 30px;
		clear: both
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ss-main .mrewrk-tit a {
		margin-top: 5px
	}
}
.ss-main .ss-sldr-mian {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
	padding: 27px 0 20px 0
}
.ss-main .ss-sldr-mian .ss-sldrinnr {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 13px
}
.ss-main .ss-sldr-mian .sss-sldrimg {
	float: left;
	width: 94%;
	height: auto;
	margin: 0px 3%
}
.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg {
	float: left;
	width: 100%;
	height: 541px;
	background-image: url("../images/aust.jpg");
	background-size: cover;
	padding: 30px;
	position: relative
}
.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt {
	float: left;
	width: 493px;
	height: 401px;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
	clip-path: polygon(0 0, 0 100%, 100% 0);
	content: "";
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
	filter: alpha(opacity=69);
	-moz-opacity: .69;
	-khtml-opacity: .69;
	opacity: .69;
	transform: translate(30px, 30px)
}
@media(max-width: 767px) {
	.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt {
		width: 250px;
		height: 250px
	}
}
.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt2 {
	float: left;
	width: 42%;
	height: auto;
	position: relative;
	padding: 30px;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5
}
@media(max-width: 767px) {
	.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt2 {
		width: 100%;
		padding: 15px;
		font-size: 14px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt2 {
		width: 65%
	}
}
.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt2 h6 {
	font-family: Oswald, sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.3px;
	padding-bottom: 12px
}
@media(max-width: 767px) {
	.ss-main .ss-sldr-mian .sss-sldrimg .sss-sldrbg .sss-sldrtxt2 h6 {
		font-size: 20px
	}
}
.ss-main .ss-sldr-mian .slick-prev {
	top: 50%;
	width: 67px;
	height: 67px;
	background-image: url("../images/ss-left.png");
	background-repeat: no-repeat;
	left: 100px;
	z-index: 1
}
.ss-main .ss-sldr-mian .slick-prev:before {
	display: none
}
.ss-main .ss-sldr-mian .slick-prev:after {
	float: none;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	background-color: #f8f7ff;
	content: "";
	position: absolute;
	left: 0%;
	top: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.ss-main .ss-sldr-mian .slick-next {
	top: 50%;
	width: 67px;
	height: 67px;
	background-image: url("../images/ss-right.png");
	background-repeat: no-repeat;
	right: 100px
}
.ss-main .ss-sldr-mian .slick-next:before {
	display: none
}
.ss-main .ss-sldr-mian .slick-next:after {
	float: none;
	width: 100%;
	height: 100%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	-khtml-opacity: .3;
	opacity: .3;
	background-color: #f8f7ff;
	content: "";
	position: absolute;
	left: 0%;
	top: 0px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.ss-main .ss-sldr-mian .sldr-scroll .sldr-scrollInnr {
	max-width: 1070px;
	width: 79.4%;
	margin: 0px 10.3%
}
.newseo .wd-tp-txt {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
	padding: 79px 5px 0 50px !important
}
@media(max-width: 767px) {
	.newseo .wd-tp-txt {
		padding: 30px 5px 0 0px !important;
		font-size: 18px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .wd-tp-txt {
		font-size: 20px
	}
}
.newseo .hlp-btn {
	background-color: #21ad84;
	margin: 34px 0 0 41px;
	width: 202px
}
@media(max-width: 767px) {
	.newseo .hlp-btn {
		margin: 34px 0 0 0px
	}
}
.newseo .hlp-btn:hover {
	border-color: #21ad84
}
.newseo .webd-banner {
	padding-top: 82px
}
.newseo .webd-banner .webd-trsn {
	margin-top: -180px
}
.newseo .new-excuse-mian {
	float: left;
	width: 100%;
	height: auto;
	padding: 163px 0 212px 0
}
@media(max-width: 767px) {
	.newseo .new-excuse-mian {
		padding: 80px 0 100px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .new-excuse-mian {
		padding: 80px 0 100px 0
	}
}
.newseo .new-excuse-mian .excuse-wrap {
	float: none;
	width: 815px;
	height: auto;
	margin: 0 auto
}
@media(max-width: 767px) {
	.newseo .new-excuse-mian .excuse-wrap {
		width: 100%
	}
}
@media screen and (min-width: 768px)and (max-width: 815px) {
	.newseo .new-excuse-mian .excuse-wrap {
		width: 100%
	}
}
.newseo .new-excuse-mian .excuse-wrap .excuse-tit .heading-primary {
	font-size: 69px
}
@media(max-width: 767px) {
	.newseo .new-excuse-mian .excuse-wrap .excuse-tit .heading-primary {
		font-size: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .new-excuse-mian .excuse-wrap .excuse-tit .heading-primary {
		font-size: 60px
	}
}
.newseo .new-excuse-mian .excuse-wrap .excuse-tit .heading-primary .heading-detail {
	width: 100%
}
.newseo .new-excuse-mian .excuse-wrap .excuse-tit .heading-primary .heading-detail::before {
	content: "NO EXCUSES, JUST RESULTS"
}
.newseo .new-excuse-mian .excuse-wrap .excuse-tit h4 {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 700;
	clear: both;
	padding: 43px 0 40px
}
@media(max-width: 767px) {
	.newseo .new-excuse-mian .excuse-wrap .excuse-tit h4 {
		font-size: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .new-excuse-mian .excuse-wrap .excuse-tit h4 {
		font-size: 25px
	}
}
.newseo .new-excuse-mian .excuse-wrap .excuse-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 17px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.8
}
@media(max-width: 767px) {
	.newseo .new-excuse-mian .excuse-wrap .excuse-txt {
		font-size: 15px
	}
}
.newseo .new-excuse-mian .excuse-wrap .excuse-txt span {
	font-weight: 700
}
.newseo .new-excuse-mian .excuse-wrap .excuse-txt p {
	margin-bottom: 18px
}
.newseo .new-excuse-pdf {
	float: left;
	width: 100%;
	height: auto;
	background-color: #393a46;
	padding: 0px 0 90px
}
.newseo .new-excuse-pdf .custum-continnr {
	padding: 0
}
@media(max-width: 767px) {
	.newseo .new-excuse-pdf .custum-continnr {
		padding: 0 1.125rem
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .new-excuse-pdf .custum-continnr {
		padding: 0 1.125rem
	}
}
@media screen and (min-width: 1199px)and (max-width: 1250px) {
	.newseo .new-excuse-pdf .custum-continnr {
		padding: 0 1.125rem
	}
}
.newseo .new-excuse-pdf .excus-pdf-lft {
	float: left;
	width: 56%;
	height: auto;
	padding: 80px 0 0
}
@media(max-width: 767px) {
	.newseo .new-excuse-pdf .excus-pdf-lft {
		width: 100%;
		padding: 50px 0 0
	}
}
.newseo .new-excuse-pdf .excus-pdf-lft .custum-title,
.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit,
.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit,
.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit,
.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit {
	padding-bottom: 42px
}
.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
	color: #fff;
	font-size: 60px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
	.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
	.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
		font-size: 26px
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
	.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
	.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
		font-size: 45px
	}
}
@media screen and (min-width: 768px)and (max-width: 1100px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
	.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
	.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
		font-size: 30px
	}
}
@media screen and (min-width: 1101px)and (max-width: 1199px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
	.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
	.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
		font-size: 50px
	}
}
@media screen and (min-width: 1199px)and (max-width: 1250px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5,
	.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5,
	.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5,
	.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 {
		font-size: 50px
	}
}
.newseo .new-excuse-pdf .excus-pdf-lft .custum-title h5 .lststsp1,
.newseo .new-excuse-pdf .excus-pdf-lft .hm-latst-main .hm-inshgts-tit h5 .lststsp1,
.hm-latst-main .newseo .new-excuse-pdf .excus-pdf-lft .hm-inshgts-tit h5 .lststsp1,
.newseo .new-excuse-pdf .excus-pdf-lft .home-why .why-tit h5 .lststsp1,
.home-why .newseo .new-excuse-pdf .excus-pdf-lft .why-tit h5 .lststsp1 {
	margin-bottom: 23px
}
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 400;
	line-height: 1.75
}
@media(max-width: 767px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt {
		font-size: 16px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt {
		font-size: 16px
	}
}
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a {
	background-color: #21ad84;
	margin: 36px 0 0 0px;
	width: 215px;
	height: 79px;
	border-radius: 40px;
	line-height: 79px;
	border-color: transparent
}
.newseo .new-excuse-pdf .excus-pdf-lft .excus-pdf-txt a:hover {
	border-color: #21ad84
}
.newseo .new-excuse-pdf .excus-pdf-rgt {
	float: left;
	width: 44%;
	height: auto;
	margin: -63px 0 0
}
@media(max-width: 767px) {
	.newseo .new-excuse-pdf .excus-pdf-rgt {
		width: 100%
	}
}
@media(max-width: 767px) {
	.newseo .home-why .why-tit {
		padding-top: 95px
	}
}
@media(max-width: 767px) {
	.newseo .home-why .whychos-bx {
		padding: 65px 0px 0px 0px !important
	}
}
@media(max-width: 767px) {
	.newseo .faq-main .faq-accord .card .card-header h5 button {
		padding: 16px 30px 14px 12px
	}
}
@media(max-width: 767px) {
	.newseo .faq-main .faq-accord .card .card-header h5 button: after {
		top: 52%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
.nhidm {
	display: block
}
@media(max-width: 767px) {
	.nhidm {
		display: none
	}
}
.nshwm {
	display: none
}
@media(max-width: 767px) {
	.nshwm {
		display: block
	}
}
.service-mini .banner-wrap {
	background-color: #3c3d48
}
.service-mini .banner-wrap .banner_main .bannr-innr {
	padding: 145px 155px 0px
}
@media(max-width: 767px) {
	.service-mini .banner-wrap .banner_main .bannr-innr {
		padding: 145px 0px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .banner-wrap .banner_main .bannr-innr {
		padding: 145px 0px 0px
	}
}
.service-mini .banner-wrap .banner_main .bannr-innr h1 {
	font-size: 90px
}
.service-mini .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "Get the Growth and Sales You Want"
}
@media(max-width: 767px) {
	.service-mini .banner-wrap .banner_main .bannr-innr h1 {
		padding-bottom: 100px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 65px
	}
}
.bannr-sm-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 20px 180px 0;
	line-height: 1.6
}
@media(max-width: 767px) {
	.bannr-sm-txt {
		padding: 0;
		margin-top: 30px;
		font-size: 18px
	}
}
.bannr-sm-txt a {
	font-family: Oswald, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	float: none;
	width: 168px;
	height: 42px;
	display: inline-block;
	border-color: #21ad84;
	letter-spacing: 1px;
	line-height: 42px;
	margin-top: 30px
}
.service-mini .main-content .main-content-inner {
	margin-top: 0px;
	padding-top: 0px
}
.service-mini .main-content .main-content-inner .about-main {
	z-index: 2;
	padding: 10px 37px 0
}
@media(max-width: 767px) {
	.service-mini .main-content .main-content-inner .about-main {
		padding: 10px 0px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .main-content .main-content-inner .about-main {
		padding: 10px 0px 0
	}
}
.service-mini .main-content .main-content-inner .about-main .abt-tit {
	position: relative;
	padding: 95px 0 0
}
.service-mini .main-content .main-content-inner .about-main .abt-tit .blackc2 {
	background-color: transparent;
	background-image: url("../images/black-circle2.png");
	position: absolute;
	left: -92px;
	top: 0px
}
.service-mini .main-content .main-content-inner .about-main .abt-tit h2 {
	color: #fff;
	font-size: 65px
}
@media(max-width: 767px) {
	.service-mini .main-content .main-content-inner .about-main .abt-tit h2 {
		font-size: 26px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .main-content .main-content-inner .about-main .abt-tit h2 {
		font-size: 35px
	}
}
.service-mini .main-content .main-content-inner .about-main .abt-txt {
	color: #fff;
	padding: 103px 0px 0 30px;
	line-height: 1.85
}
@media(max-width: 767px) {
	.service-mini .main-content .main-content-inner .about-main .abt-txt {
		padding: 0px 0px 0 0px;
		font-size: 15px
	}
}
.service-mini .main-content .main-content-inner .about-main .abt-txt a {
	background-color: transparent;
	width: 220px
}
.service-mini .main-content .main-content-inner .about-main .abt-txt a:hover {
	background-color: #fff
}
@media(max-width: 767px) {
	.service-mini .main-content .main-content-inner .about-main .abt-txt a {
		margin-bottom: 20px
	}
}
.grey-rgtCornr {
	float: left;
	width: 552px;
	height: 529px;
	-webkit-clip-path: polygon(100% 0, 1% 0, 100% 100%);
	clip-path: polygon(100% 0, 1% 0, 100% 100%);
	background-color: #383945;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1
}
@media(max-width: 767px) {
	.grey-rgtCornr {
		display: none
	}
}
.service-mini .grey-bg {
	background-color: #3c3d48
}
.service-mini .grey-bg .project-hom {
	padding: 0 0 0
}
.service-mini .grey-bg .project-hom .project-txt {
	top: -65px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: #464751
}
.service-mini .home-why {
	background-color: #fff;
	padding-bottom: 160px
}
.service-mini .home-why .why-tit {
	position: relative;
	padding: 95px 14px 65px
}
.service-mini .home-why .why-tit h5 {
	color: #3c3d48
}
@media(max-width: 767px) {
	.service-mini .home-why .why-tit h5 {
		font-size: 25px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .home-why .why-tit h5 {
		font-size: 60px
	}
}
.service-mini .home-why .why-tit .why-crcle {
	background-image: url("../images/sf-circle.png");
	position: absolute;
	left: -77px;
	top: 0px
}
.service-mini .home-why .why-txtlarg2 {
	float: left;
	width: 264px;
	height: 1051px;
	background-image: url("../images/service-large.png");
	position: absolute;
	right: 0px;
	bottom: 0px;
	transform: translate(34px, -100px)
}
.service-mini .home-why .hw-tring {
	float: none;
	width: 655px;
	height: 518px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	-webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
	clip-path: polygon(100% 100%, 0 0, 0 100%);
	background-color: #f8f7ff
}
.service-mini .home-why .sldr-scroll {
	margin-top: 37px;
	padding: 50px 0px 45px
}
.service-mini .home-why .sldr-scroll .sldr-scrollInnr {
	background-color: #e2e2e4
}
@media(max-width: 767px) {
	.service-mini .home-why .sldr-scroll {
		display: none
	}
}
.service-mini .home-why .whychos-bx {
	padding: 90px 20% 33px 64px
}
@media(max-width: 767px) {
	.service-mini .home-why .whychos-bx {
		padding: 90px 0 33px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .home-why .whychos-bx {
		padding: 90px 0 33px 0px
	}
}
.service-mini .home-why .whychos-bx.padleft90 {
	padding: 90px 16% 33px 76px
}
@media(max-width: 767px) {
	.service-mini .home-why .whychos-bx.padleft90 {
		padding: 90px 0 33px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.service-mini .home-why .whychos-bx.padleft90 {
		padding: 90px 0 33px 0px
	}
}
.service-mini .home-why .whychos-bx .whychos-txt {
	color: #3c3d48
}
.service-mini .home-why .whychos-bx .whychos-txt h6 {
	color: #3c3d48
}
.service-mini .home-why .whychos-bx .whychos-txt p {
	min-height: 124px
}
.testm-main {
	float: left;
	width: 100%;
	height: 810px;
	position: relative;
	padding: 94px 0 0 0;
	background-image: url("../images/testm-bg.png");
	background-size: cover
}
.testm-main .testm-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 50px 30px
}
@media(max-width: 767px) {
	.testm-main .testm-tit {
		padding: 0 0 50px 0px
	}
}
.testm-main .testm-tit h4 {
	max-width: 100%;
	font-family: Oswald, sans-serif;
	font-size: 67px;
	color: #fff;
	font-weight: 700;
	width: 40%;
	line-height: 1.25
}
@media(max-width: 767px) {
	.testm-main .testm-tit h4 {
		width: 100%;
		font-size: 40px
	}
}
.testm-main .testm-tit h4 .heading-detail {
	float: none
}
.testm-main .testm-tit h4 .heading-detail:before {
	content: "Customer Testimonials";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 2px #3c3d48;
	text-stroke: 2px #3c3d48;
	-webkit-background-clip: text
}
.testm-main .testmonl-sldr-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding-left: 120px
}
@media(max-width: 767px) {
	.testm-main .testmonl-sldr-wrap {
		padding-left: 15px;
		padding-right: 15px
	}
}
.testm-main .test-sldr {
	float: left;
	width: 100%;
	height: auto
}
.testm-main .test-sldr .test-sldrInnr {
	float: left;
	width: 100%;
	height: auto
}
.testm-main .test-sldr .test-sldrInnr .slick-list {
	padding: 0 100px 76px 37px
}
@media(max-width: 767px) {
	.testm-main .test-sldr .test-sldrInnr .slick-list {
		padding: 0 0px 76px 0px
	}
}
.testm-main .test-sldr .test-sldrInnr .slick-prev {
	top: 0;
	width: 47px;
	height: 47px;
	background-image: url("../images/TA-left.png");
	background-repeat: no-repeat;
	right: 0;
	z-index: 1;
	left: auto;
	transform: translate(-220px, -155px)
}
.testm-main .test-sldr .test-sldrInnr .slick-prev:before {
	display: none
}
.testm-main .test-sldr .test-sldrInnr .slick-next {
	top: 0;
	width: 47px;
	height: 47px;
	background-image: url("../images/TA-right.png");
	background-repeat: no-repeat;
	right: 0;
	transform: translate(-150px, -155px)
}
.testm-main .test-sldr .test-sldrInnr .slick-next:before {
	display: none
}
.testm-main .test-sldr .test-sldrInnr .slick-dots {
	transform: translateX(-58px)
}
@media(max-width: 767px) {
	.testm-main .test-sldr .test-sldrInnr .slick-dots {
		transform: translateX(0px)
	}
}
.testm-main .test-sldr .test-sldrInnr .slick-dots li button:before {
	color: #fff;
	font-size: 20px
}
.testm-main .test-sldr .test-sldrInnr .slick-dots li.slick-active button:before {
	color: #fff;
	font-size: 20px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx {
	float: left;
	width: 87.6%;
	height: auto;
	background-color: #fff;
	min-height: 288px;
	position: relative;
	margin-bottom: 27px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 22px 62px 40px;
	margin-right: 12.4%
}
@media(max-width: 767px) {
	.testm-main .test-sldr .test-sldrInnr .testmonl-bx {
		width: 100%;
		margin-right: 0;
		padding: 22px 10px 40px
	}
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx:before {
	position: absolute;
	left: 45px;
	bottom: -27px;
	width: 0;
	height: 0;
	content: "";
	border-top: 27px solid #fff;
	border-right: 29px solid transparent
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .test-crl {
	float: left;
	width: 74px;
	height: 74px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	overflow: hidden;
	border: 3px solid #3c3d48;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(-37px, 35px)
}
@media(max-width: 767px) {
	.testm-main .test-sldr .test-sldrInnr .testmonl-bx .test-crl {
		transform: translate(0px, 0px);
		position: relative
	}
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .test-crl .test-crlinnr {
	float: left;
	width: 100%;
	height: auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .testmonl-bxtp {
	float: left;
	width: 100%;
	height: auto
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .testmonl-bxtp:before {
	float: right;
	width: 139px;
	height: 101px;
	background-image: url("../images/double-quote.png");
	background-repeat: no-repeat;
	min-height: 101px;
	background-position: right top;
	content: ""
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .testmonl-bxtp h5 {
	font-family: Oswald, sans-serif;
	font-size: 21px;
	color: #20231f;
	font-weight: 700;
	text-transform: uppercase;
	padding: 24px 0 16px 0
}
.testm-main .test-sldr .test-sldrInnr .testmonl-bx .testmonl-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #2c2a29;
	font-weight: 400;
	font-style: italic;
	line-height: 1.9
}
.testmnl-logo {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f8f7ff;
	padding: 30px 0 36px
}
.testmnl-logo .testmnl-logorw {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 12px
}
@media(max-width: 767px) {
	.testmnl-logo .testmnl-logorw {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.testmnl-logo .testmnl-logorw {
		padding: 0
	}
}
.testmnl-logo .testmnl-logorw .testmnl-logoBx {
	float: left;
	width: 20%;
	height: auto;
	border-right: 1px solid #e7e6ee
}
@media(max-width: 767px) {
	.testmnl-logo .testmnl-logorw .testmnl-logoBx {
		width: 100%;
		border: none;
		border-bottom: 1px solid #e7e6ee
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.testmnl-logo .testmnl-logorw .testmnl-logoBx {
		padding: 0 10px
	}
}
.testmnl-logo .testmnl-logorw .testmnl-logoBx table {
	float: left;
	width: 100%;
	height: auto;
	table-layout: fixed
}
.testmnl-logo .testmnl-logorw .testmnl-logoBx table tr td {
	height: 107px;
	vertical-align: middle;
	text-align: center
}
.testmnl-logo .testmnl-logorw .testmnl-logoBx:last-child {
	border: none
}
.faq-main {
	float: left;
	width: 100%;
	height: auto;
	padding: 40px 0 0 0
}
.faq-main .faq-tit {
	position: relative;
	padding: 100px 53px 0 38px
}
@media(max-width: 767px) {
	.faq-main .faq-tit {
		padding: 100px 0px 0 0px
	}
}
.faq-main .faq-tit .faq-crcl {
	background-color: transparent;
	background-image: url("../images/faq-circl.png");
	position: absolute;
	left: 0px;
	top: 0px
}
@media(max-width: 767px) {
	.faq-main .faq-tit h5 {
		font-size: 33px
	}
}
.faq-main .faq-tit h5 span {
	float: left;
	clear: both;
	margin-bottom: 18px
}
.faq-main .faq-accord {
	float: left;
	width: 100%;
	height: auto;
	padding: 66px 4px 123px
}
.faq-main .faq-accord .card {
	border: none;
	background-color: transparent
}
.faq-main .faq-accord .card.active-shadw .card-header h5 button {
	color: #21ad84
}
.faq-main .faq-accord .card.active-shadw .card-header h5 button:after {
	content: "";
	color: #21ad84
}
.faq-main .faq-accord .card .card-header {
	background-color: transparent;
	padding: 0;
	border-bottom: 2px solid #efefef
}
.faq-main .faq-accord .card .card-header h5 button {
	padding: 46px 75px 44px 40px;
	display: block;
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	font-family: Oswald, sans-serif;
	font-size: 30px;
	color: #3c3d48;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	position: relative
}
@media(max-width: 767px) {
	.faq-main .faq-accord .card .card-header h5 button {
		padding: 16px 30px 14px 12px !important;
		font-size: 18px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.faq-main .faq-accord .card .card-header h5 button {
		font-size: 25px
	}
}
.faq-main .faq-accord .card .card-header h5 button:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	float: right;
	color: #3c3d48;
	position: absolute;
	right: 47px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
@media(max-width: 767px) {
	.faq-main .faq-accord .card .card-header h5 button: after {
		right: 5px;
		top: 52%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%)
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.faq-main .faq-accord .card .card-header h5 button: after {
		right: 15px
	}
}
.faq-main .faq-accord .card .card-body {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.95;
	padding: 23px 50px 45px;
	background-color: #fff
}
@media(max-width: 767px) {
	.faq-main .faq-accord .card .card-body {
		padding: 23px 10px 45px;
		font-size: 14px
	}
}
.faq-main .faq-accord a {
	float: none;
	display: inline-block;
	color: #3c3d48;
	border-color: #21ad84;
	width: 189px;
	margin-top: 84px
}
.faq-main .faq-accord a:hover {
	color: #fff;
	background-color: #21ad84
}
.faq-main .faq-accord a.fil-green-btn {
	background-color: #21ad84;
	color: #fff
}
.faq-main .faq-accord a.fil-green-btn:hover {
	background-color: transparent;
	border-color: #21ad84;
	color: #21ad84
}
.boost-renv-main {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f8f7ff;
	padding: 98px 0 128px 0
}
.boost-renv-main .boost-renvtit {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 94px;
	text-align: center
}
@media(max-width: 767px) {
	.boost-renv-main .boost-renvtit {
		padding-bottom: 30px
	}
	.boost-renv-main .boost-renvtit .gren-bluetit {
		font-size: 30px
	}
	.boost-renv-main .boost-renvtit .gren-bluetit:before {
		display: none
	}
	.boost-renv-main .boost-renvtit .gren-bluetit:after {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.boost-renv-main .boost-renvtit .gren-bluetit {
		font-size: 45px
	}
}
.boost-renv-main .boostrev-vido {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 34px 0
}
@media(max-width: 767px) {
	.boost-renv-main .boostrev-vido {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.boost-renv-main .boostrev-vido {
		padding: 0
	}
}
.boost-renv-main .boostrev-vido .br-v-lft {
	float: left;
	width: 46.25%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.8;
	padding: 60px 35px 0 0;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.boost-renv-main .boostrev-vido .br-v-lft {
		width: 100% !important;
		padding: 20px 0px 0 0 !important;
		font-size: 16px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.boost-renv-main .boostrev-vido .br-v-lft {
		font-size: 15px
	}
}
.boost-renv-main .boostrev-vido .br-v-lft h6 {
	font-family: Oswald, sans-serif;
	font-size: 60px;
	color: #429bdc;
	font-weight: 300;
	padding-bottom: 4px
}
@media(max-width: 767px) {
	.boost-renv-main .boostrev-vido .br-v-lft h6 {
		font-size: 35px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.boost-renv-main .boostrev-vido .br-v-lft h6 {
		font-size: 35px
	}
}
.boost-renv-main .boostrev-vido .br-v-lft a {
	position: relative;
	background: #f8f7ff;
	background-clip: padding-box;
	border: 1px solid transparent;
	color: #3c3d48;
	width: 172px;
	margin-top: 50px
}
.boost-renv-main .boostrev-vido .br-v-lft a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
.boost-renv-main .boostrev-vido .br-v-lft a:hover {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	color: #3c3d48
}
.boost-renv-main .boostrev-vido .br-v-lft a:before {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px
}
.boost-renv-main .boostrev-vido .br-v-rgt {
	float: left;
	width: 53.75%;
	height: auto;
	border: 1px solid #fff
}
@media(max-width: 767px) {
	.boost-renv-main .boostrev-vido .br-v-rgt {
		width: 100% !important;
		margin-top: 50px
	}
}
.boost-renv-main .boostrev-vido .br-v-rgt .br-video-bx {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
@media(max-width: 767px) {
	.boost-renv-main .boostrev-vido .br-v-rgt .br-video-bx {
		text-align: center
	}
}
.boost-renv-main .boostrev-vido .br-v-rgt .br-video-bx .br-video-bxinnr {
	float: left;
	width: 100%;
	height: auto
}
.branding .web-detail-mian,
.conversion-optimization .web-detail-mian,
.design-content-strategy .web-detail-mian,
.ecommerce-design .web-detail-mian,
.mobile-design .web-detail-mian,
.emailMS .web-detail-mian,
.marketstrag2 .web-detail-mian,
.ppc-serc .web-detail-mian,
.seo-serc .web-detail-mian,
.sm-serc .web-detail-mian,
.ec-devlopment .web-detail-mian,
.magdev .web-detail-mian,
.mobilappdev .web-detail-mian,
.shopifydev .web-detail-mian,
.wordpressdev .web-detail-mian {
	overflow: visible
}
.branding .web-detail-mian .webd-banner,
.conversion-optimization .web-detail-mian .webd-banner,
.design-content-strategy .web-detail-mian .webd-banner,
.ecommerce-design .web-detail-mian .webd-banner,
.mobile-design .web-detail-mian .webd-banner,
.emailMS .web-detail-mian .webd-banner,
.marketstrag2 .web-detail-mian .webd-banner,
.ppc-serc .web-detail-mian .webd-banner,
.seo-serc .web-detail-mian .webd-banner,
.sm-serc .web-detail-mian .webd-banner,
.ec-devlopment .web-detail-mian .webd-banner,
.magdev .web-detail-mian .webd-banner,
.mobilappdev .web-detail-mian .webd-banner,
.shopifydev .web-detail-mian .webd-banner,
.wordpressdev .web-detail-mian .webd-banner {
	overflow: hidden
}
.branding .web-detail-mian .think-tm-main,
.conversion-optimization .web-detail-mian .think-tm-main,
.design-content-strategy .web-detail-mian .think-tm-main,
.ecommerce-design .web-detail-mian .think-tm-main,
.mobile-design .web-detail-mian .think-tm-main,
.emailMS .web-detail-mian .think-tm-main,
.marketstrag2 .web-detail-mian .think-tm-main,
.ppc-serc .web-detail-mian .think-tm-main,
.seo-serc .web-detail-mian .think-tm-main,
.sm-serc .web-detail-mian .think-tm-main,
.ec-devlopment .web-detail-mian .think-tm-main,
.magdev .web-detail-mian .think-tm-main,
.mobilappdev .web-detail-mian .think-tm-main,
.shopifydev .web-detail-mian .think-tm-main,
.wordpressdev .web-detail-mian .think-tm-main {
	height: auto;
	min-height: 695px
}
.branding .web-detail-mian .think-tm-main .sushi-img,
.conversion-optimization .web-detail-mian .think-tm-main .sushi-img,
.design-content-strategy .web-detail-mian .think-tm-main .sushi-img,
.ecommerce-design .web-detail-mian .think-tm-main .sushi-img,
.mobile-design .web-detail-mian .think-tm-main .sushi-img,
.emailMS .web-detail-mian .think-tm-main .sushi-img,
.marketstrag2 .web-detail-mian .think-tm-main .sushi-img,
.ppc-serc .web-detail-mian .think-tm-main .sushi-img,
.seo-serc .web-detail-mian .think-tm-main .sushi-img,
.sm-serc .web-detail-mian .think-tm-main .sushi-img,
.ec-devlopment .web-detail-mian .think-tm-main .sushi-img,
.magdev .web-detail-mian .think-tm-main .sushi-img,
.mobilappdev .web-detail-mian .think-tm-main .sushi-img,
.shopifydev .web-detail-mian .think-tm-main .sushi-img,
.wordpressdev .web-detail-mian .think-tm-main .sushi-img {
	margin-bottom: -98px
}
@media(max-width: 767px) {
	.branding .web-detail-mian .think-tm-main .sushi-img, .conversion-optimization .web-detail-mian .think-tm-main .sushi-img, .design-content-strategy .web-detail-mian .think-tm-main .sushi-img, .ecommerce-design .web-detail-mian .think-tm-main .sushi-img, .mobile-design .web-detail-mian .think-tm-main .sushi-img, .emailMS .web-detail-mian .think-tm-main .sushi-img, .marketstrag2 .web-detail-mian .think-tm-main .sushi-img, .ppc-serc .web-detail-mian .think-tm-main .sushi-img, .seo-serc .web-detail-mian .think-tm-main .sushi-img, .sm-serc .web-detail-mian .think-tm-main .sushi-img, .ec-devlopment .web-detail-mian .think-tm-main .sushi-img, .magdev .web-detail-mian .think-tm-main .sushi-img, .mobilappdev .web-detail-mian .think-tm-main .sushi-img, .shopifydev .web-detail-mian .think-tm-main .sushi-img, .wordpressdev .web-detail-mian .think-tm-main .sushi-img {
		margin-bottom: -38px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.branding .web-detail-mian .think-tm-main .sushi-img, .conversion-optimization .web-detail-mian .think-tm-main .sushi-img, .design-content-strategy .web-detail-mian .think-tm-main .sushi-img, .ecommerce-design .web-detail-mian .think-tm-main .sushi-img, .mobile-design .web-detail-mian .think-tm-main .sushi-img, .emailMS .web-detail-mian .think-tm-main .sushi-img, .marketstrag2 .web-detail-mian .think-tm-main .sushi-img, .ppc-serc .web-detail-mian .think-tm-main .sushi-img, .seo-serc .web-detail-mian .think-tm-main .sushi-img, .sm-serc .web-detail-mian .think-tm-main .sushi-img, .ec-devlopment .web-detail-mian .think-tm-main .sushi-img, .magdev .web-detail-mian .think-tm-main .sushi-img, .mobilappdev .web-detail-mian .think-tm-main .sushi-img, .shopifydev .web-detail-mian .think-tm-main .sushi-img, .wordpressdev .web-detail-mian .think-tm-main .sushi-img {
		margin-bottom: -48px
	}
}
.nw-brands-main {
	float: left;
	width: 100%;
	height: auto;
	padding: 172px 0 0
}
@media(max-width: 767px) {
	.nw-brands-main {
		padding: 50px 0 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brands-main {
		padding: 50px 0 0
	}
}
.nw-brands-main.nrbrand2 {
	padding: 100px 0 175px
}
@media(max-width: 767px) {
	.nw-brands-main.nrbrand2 {
		padding: 100px 0 100px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brands-main.nrbrand2 {
		padding: 100px 0 50px
	}
}
.nw-brands-main.nrbrand2 .nw-brandng-tit {
	padding: 74px 0px 0 100px
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brands-main.nrbrand2 .nw-brandng-tit {
		padding: 100px 0 0px
	}
}
.nw-brands-main.nrbrand2 .nw-brandng-tit .nwcrcl {
	transform: translateX(33px)
}
@media(max-width: 767px) {
	.nw-brands-main.nrbrand2 .nw-brandng-tit .nwcrcl {
		transform: translateX(-55px)
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brands-main.nrbrand2 .nw-brandng-tit .nwcrcl {
		transform: translateX(-55px)
	}
}
.nw-brandng-tit {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	font-family: Open Sans, sans-serif;
	font-size: 35px;
	color: #3c3d48;
	font-weight: 400;
	position: relative;
	z-index: 2;
	padding: 74px 75px 0 15px
}
@media(max-width: 767px) {
	.nw-brandng-tit {
		padding: 74px 0px 20px 0px !important;
		font-size: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brandng-tit {
		padding: 74px 0px 20px 0px;
		font-size: 20px
	}
}
.nw-brandng-tit .nwcrcl {
	background-image: url("../images/nwescryfact.png");
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: translateX(-55px)
}
.nw-brandng-tit h4 {
	font-family: Oswald, sans-serif;
	font-size: 67.5px;
	color: #3d3e49;
	font-weight: 700;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	margin: 0 0 42px 0px
}
@media(max-width: 767px) {
	.nw-brandng-tit h4 {
		font-size: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.nw-brandng-tit h4 {
		font-size: 50px
	}
}
.nw-brandng-tit h4:before {
	width: 100%;
	height: 10px;
	float: left;
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78);
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1
}
.nw-brandng-tit h4.hpy-fact:before {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(to right, #429edf 0%, #23bf6d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#23bf6d", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #23bf6d)
}
.nw-brandng-tit p {
	padding: 0px 0px 0px 0px;
	line-height: 1.3
}
.nwbrandimg {
	float: left;
	width: 100%;
	height: auto
}
.faq-grey {
	background-color: #f8f7ff
}
@media(max-width: 767px) {
	.brand2 .home-why .why-tit {
		padding-bottom: 0
	}
}
@media(max-width: 767px) {
	.brand2 .home-why .why-tit h5 {
		font-size: 28px
	}
}
.nresp-shw {
	display: none
}
@media(max-width: 767px) {
	.nresp-shw {
		display: block
	}
}
.norml-shw {
	display: block
}
@media(max-width: 767px) {
	.norml-shw {
		display: none
	}
}
.brand2 .pfd-tit {
	line-height: 1.2;
	padding: 70px 0 0
}
.brand2 .pfd-tit .sub-head {
	padding-bottom: 5px
}
.brand2 .pfd-tit .heading-primary .heading-detail {
	letter-spacing: 1px
}
.brand2 .wd-tp-txt {
	padding: 79px 5px 0 41px;
	font-size: 20px
}
@media(max-width: 767px) {
	.brand2 .wd-tp-txt {
		padding: 30px 0 0;
		font-size: 17px;
		line-height: 1.5
	}
}
.bb-portflo-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.bb-portflo-main {
		margin-top: 0
	}
}
.bb-portflo-bannr {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.bb-logo {
	float: left;
	width: 100%;
	height: auto;
	padding-top: 32px
}
.bb-logo a {
	display: inline-block
}
.bb-bnnr-txt {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 28px 0px 0;
	line-height: 1.25;
	z-index: 2
}
@media(max-width: 767px) {
	.bb-bnnr-txt {
		padding: 28px 0px 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-bnnr-txt {
		padding: 28px 0px 0
	}
}
.bb-bnnr-txt h1 {
	font-family: Open Sans, sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 800;
	padding-bottom: 11px;
	text-shadow: 1px 1px 1px #000
}
@media(max-width: 767px) {
	.bb-bnnr-txt h1 {
		font-size: 25px
	}
}
@media(max-width: 767px) {
	.bb-bnnr-txt h1 br {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-bnnr-txt h1 br {
		display: none
	}
}
.bb-bnnr-txt h2 {
	font-family: Open Sans, sans-serif;
	font-size: 36px;
	color: #000;
	font-weight: 400
}
@media(max-width: 767px) {
	.bb-bnnr-txt h2 {
		font-size: 20px
	}
}
.bb-lower-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 40px
}
.bb-lower-main .bb-lower-maininnr {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.bbm-wrap {
	width: 920px;
	height: auto;
	margin: 0px auto
}
@media(max-width: 767px) {
	.bbm-wrap {
		width: 100%;
		float: left
	}
}
@media(min-width: 768px)and (max-width:1199px) {
	.bbm-wrap {
		width: 100%;
		float: left
	}
}
.bbm-wrap-innr {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.bbm-wrap-innr img {
	position: relative
}
.bbm-wrap-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 36px;
	color: #00406b;
	font-weight: 300;
	line-height: 1.2;
	padding: 60px 60px 100px;
	position: relative
}
@media(max-width: 767px) {
	.bbm-wrap-txt {
		font-size: 20px;
		padding: 60px 0px 100px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.bbm-wrap-txt {
		font-size: 28px
	}
}
.bbm-wrap-txt span {
	font-size: 24px;
	margin-top: 24px;
	display: inline-block
}
@media(max-width: 767px) {
	.bbm-wrap-txt span {
		font-size: 16px
	}
}
.bbm-wrap-txt p {
	position: relative
}
.bb-boxes {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 100px;
	position: relative
}
@media(max-width: 767px) {
	.bb-boxes {
		padding-bottom: 50px
	}
}
.bb-pices {
	float: left;
	width: 100%;
	height: auto;
	background-color: #edeef0
}
.bb-mobileimg {
	float: left;
	width: 100%;
	height: auto
}
.bbaftr-txt {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.bbaftr-txt .bbcrcle {
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url("../images/bb-circle.png");
	transform: translate(-42%, 10%)
}
@media(max-width: 767px) {
	.bbaftr-txt .bbcrcle {
		display: none
	}
}
.bb-bxs-mian {
	float: left;
	width: 100%;
	height: auto
}
@media(max-width: 767px) {
	.bb-bxs-mian {
		padding: 0 15px
	}
}
.bb-whtbxs {
	width: 30.82%;
	height: auto;
	float: left;
	background-color: #edeef0;
	min-height: 279px;
	margin-right: 3.77%;
	padding: 27px 25px 0px
}
@media(max-width: 767px) {
	.bb-whtbxs {
		width: 100%;
		margin: 0px 0 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-whtbxs {
		padding: 10px 15px;
		margin-right: 2%;
		width: 32%
	}
}
.bb-whtbxs .bb-icn {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 18px
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-whtbxs .bb-icn {
		padding-bottom: 6px
	}
}
.bb-whtbxs .bb-icn table {
	float: left;
	width: 100%;
	height: auto;
	table-layout: fixed
}
.bb-whtbxs .bb-icn table tr td {
	height: 47px;
	vertical-align: middle;
	text-align: center
}
.bb-whtbxs .bb-whtbxs-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 300;
	line-height: 1.45
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-whtbxs .bb-whtbxs-txt {
		font-size: 14px
	}
}
.bb-whtbxs .bb-whtbxs-txt h4 {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 6px
}
@media(min-width: 768px)and (max-width:1200px) {
	.bb-whtbxs .bb-whtbxs-txt h4 {
		font-size: 20px
	}
}
.picesimg {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
@media(max-width: 767px) {
	.picesimg {
		padding: 0px 15px
	}
}
.bb-lastsec {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding-bottom: 120px;
	padding: 100px 0 120px
}
@media(max-width: 767px) {
	.bb-lastsec {
		padding: 50px 15px 60px
	}
}
.orange-theme .colr-txt {
	color: #e86742 !important
}
.orange-theme .web-detail-mian {
	background-image: url("../images/orange-bg.png");
	background-repeat: no-repeat
}
.purple-theme .colr-txt {
	color: #680175 !important
}
.purple-theme .web-detail-mian {
	background-image: url("../images/purple-bg.png");
	background-repeat: no-repeat
}
.blue-theme .colr-txt {
	color: #0f65d3 !important
}
.blue-theme .web-detail-mian {
	background-image: url("../images/blue-bg.png");
	background-repeat: no-repeat
}
.pink-theme .colr-txt {
	color: #c5084f !important
}
.pink-theme .web-detail-mian {
	background-image: url("../images/pink-bg.png");
	background-repeat: no-repeat
}
.green-theme .colr-txt {
	color: #21ad84 !important
}
.green-theme .web-detail-mian {
	background-image: url("../images/green-bg.png");
	background-repeat: no-repeat
}
.blue-bright-theme .colr-txt {
	color: #1418c4 !important
}
.blue-bright-theme .web-detail-mian {
	background-image: url("../images/blue-bright-bg.png");
	background-repeat: no-repeat
}
.blue-lite-theme .colr-txt {
	color: #439fdf !important
}
.blue-lite-theme .web-detail-mian {
	background-image: url("../images/blue-litebg.png");
	background-repeat: no-repeat
}
.drkblue-theme .colr-txt {
	color: #0a0bd1 !important
}
.drkblue-theme .web-detail-mian {
	background-image: url("../images/dark-bluebg.png");
	background-repeat: no-repeat
}
.drkorng-theme .colr-txt {
	color: #f17203 !important
}
.drkorng-theme .web-detail-mian {
	background-image: url("../images/dark-orngbg.png");
	background-repeat: no-repeat
}
.clored-clr .web-detail-mian {
	background-repeat: repeat-x
}
.clored-clr .tophead .hed-rgt .btn {
	border-color: #fff
}
.clored-clr .tb-mbcrcl {
	position: absolute;
	top: 0px;
	left: 0;
	-webkit-transform: translate(-45%, -45%);
	-moz-transform: translate(-45%, -45%);
	-ms-transform: translate(-45%, -45%);
	-o-transform: translate(-45%, -45%);
	transform: translate(-45%, -45%)
}
@media(max-width: 767px) {
	.clored-clr .tb-mbcrcl {
		display: none
	}
}
.clored-clr .pd-trigicon {
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	width: 579px;
	height: 533px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	-khtml-opacity: .15;
	opacity: .15
}
.truehaul .bb-whtbxs {
	min-height: 287px
}
@media(max-width: 767px) {
	.truehaul .bb-whtbxs {
		min-height: 10px;
		padding-bottom: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.truehaul .bb-whtbxs {
		min-height: 258px
	}
}
.reiss-hardware .bb-whtbxs {
	min-height: 287px
}
@media(max-width: 767px) {
	.reiss-hardware .bb-whtbxs {
		min-height: 10px;
		padding-bottom: 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.reiss-hardware .bb-whtbxs {
		min-height: 258px
	}
}
.reiss-hardware .bb-bnnr-txt h1 {
	padding-bottom: 32px
}
@media(max-width: 767px) {
	.reiss-hardware .bb-bnnr-txt h1 {
		padding-bottom: 11px
	}
}
.orange-f0740a .colr-txt {
	color: #f0740a !important
}
.orange-f0740a .web-detail-mian {
	background-image: url("../images/orange-f0740a-bg.png")
}
.pink-c20239 .colr-txt {
	color: #c20239 !important
}
.pink-c20239 .web-detail-mian {
	background-image: url("../images/pink-c20239-bg.png")
}
.pink-d23175 .colr-txt {
	color: #d23175 !important
}
.pink-d23175 .web-detail-mian {
	background-image: url("../images/pink-d23175-bg.png")
}
.purple-782a84 .colr-txt {
	color: #782a84 !important
}
.purple-782a84 .web-detail-mian {
	background-image: url("../images/purple-782a84-bg.png")
}
.blue-1416c4 .colr-txt {
	color: #1416c4 !important
}
.blue-1416c4 .web-detail-mian {
	background-image: url("../images/blue-1416c4-bg.png")
}
.blue-439fdf .colr-txt {
	color: #439fdf !important
}
.blue-439fdf .web-detail-mian {
	background-image: url("../images/blue-439fdf-bg.png")
}
.new-webdesgn .banner-wrap .banner_main .bannr-innr {
	padding: 200px 50px 0px
}
@media(max-width: 767px) {
	.new-webdesgn .banner-wrap .banner_main .bannr-innr {
		padding: 200px 0px 0px
	}
}
@media(max-width: 767px) {
	.new-webdesgn .banner-wrap .banner_main .bannr-innr h1 {
		padding: 0
	}
}
.new-webdesgn .banner-wrap .banner_main .bannr-innr h1 .heading-detail {
	width: 100%
}
.new-webdesgn .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "web design"
}
.new-webdesgn .nwd-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 39px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	line-height: 1.35;
	padding-top: 40px
}
@media(max-width: 767px) {
	.new-webdesgn .nwd-txt {
		font-size: 25px
	}
}
.new-webdesgn .main-content .main-content-inner {
	padding-top: 70px
}
.new-webdesgn .main-content .main-content-inner .right-cornr {
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	width: 864px;
	height: 970px
}
@media(max-width: 767px) {
	.new-webdesgn .main-content .main-content-inner .right-cornr {
		display: none
	}
}
.new-webdesgn .wbd-logs {
	float: left;
	width: 100%;
	height: auto;
	padding: 34px 0 72px
}
.new-webdesgn .wbd-logs .wbdl-bx {
	float: left;
	width: 33%;
	height: auto;
	border-right: 1px solid #edeeee
}
@media(max-width: 767px) {
	.new-webdesgn .wbd-logs .wbdl-bx {
		width: 100%;
		border: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn .wbd-logs .wbdl-bx {
		padding: 0 5%
	}
}
.new-webdesgn .wbd-logs .wbdl-bx:last-child {
	border: none
}
.new-webdesgn .wbd-logs .wbdl-bx table {
	float: left;
	width: 100%;
	height: auto;
	table-layout: fixed
}
.new-webdesgn .wbd-logs .wbdl-bx table tr td {
	height: 100px;
	vertical-align: middle;
	text-align: center
}
.new-webdesgn .wbd-logs .wbdl-bx table tr td img {
	max-width: 100%;
	max-height: 100%
}
.new-webdesgn .serv-list1 {
	padding-top: 0
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 {
		margin-bottom: 20px
	}
}
.new-webdesgn .serv-list1 .desg-frpad {
	padding: 46px 0 0 66px
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 .desg-frpad {
		padding: 46px 0 0 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn .serv-list1 .desg-frpad {
		padding: 46px 0 0 0px
	}
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 .desg-frpad .design-txt {
		padding: 0px 0 0 0px
	}
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 .desg-frpad .design-txt h3 {
		font-size: 35px
	}
}
.new-webdesgn .serv-list1 .desg-frpad .design-txt p {
	padding-right: 145px
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 .desg-frpad .design-txt p {
		padding-right: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn .serv-list1 .desg-frpad .design-txt p {
		padding-right: 0
	}
}
@media(max-width: 767px) {
	.new-webdesgn .serv-list1 .desg-frpad .design-txt .crcl2 {
		display: none
	}
}
.new-webdesgn .serv-list1 .servce-incld {
	margin-top: 0;
	width: 94%;
	margin-left: 6%
}
.new-webdesgn .boost-renv-main .boostrev-vido .br-v-lft a:hover {
	color: #fff
}
.new-webdesgn .br-v-lft .videocrcl {
	background-image: url("../images/vdo-crcle.png");
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	transform: translate(-52px, 32px)
}
.new-webdesgn .br-v-rgt {
	-webkit-box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12);
	-moz-box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12);
	box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12)
}
.new-webdesgn .br-v-rgt .br-video-bx {
	overflow: hidden
}
.new-webdesgn .br-v-rgt .br-video-bx .videocolrcrl {
	position: absolute;
	bottom: -38px;
	right: -60px;
	background: #429edf;
	background: -moz-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(135deg, #429edf 0%, #23bf6d 100%);
	-pie-background: linear-gradient(-45deg, #429edf, #23bf6d);
	float: none;
	width: 202px;
	height: 202px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.new-webdesgn .br-v-rgt .br-video-bx .br-video-bxinnrbg {
	float: left;
	width: 100%;
	height: auto;
	background-image: url("../images/video-bg.png");
	height: 536px;
	background-size: cover
}
.new-webdesgn .wd-otprocess {
	background-color: transparent;
	padding: 170px 0 0 0
}
@media(max-width: 767px) {
	.new-webdesgn .wd-otprocess {
		padding: 0
	}
}
.new-webdesgn .wd-otprocess .wdop-tit {
	padding: 95px 0 93px 0px
}
.new-webdesgn .wd-otprocess .wd-opbxm .wd-opBox h6 {
	color: #fff
}
.new-webdesgn .webdsgn-teans {
	font-size: 200px;
	color: #02162e;
	text-transform: uppercase;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(0%, 5%);
	text-align: center;
	width: 100%
}
@media(max-width: 767px) {
	.new-webdesgn .webdsgn-teans {
		display: none
	}
}
.new-webdesgn.new-seoSlice .main-content .main-content-inner .right-cornr {
	width: 459px;
	height: 515px;
	clip-path: polygon(100% 0, 0 0, 100% 100%)
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .banner-wrap .banner_main .bannr-innr {
		padding: 100px 0px
	}
}
.new-webdesgn.new-seoSlice .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "WEBSITE DEVELOPEMENT"
}
.new-webdesgn.new-seoSlice .serv-list1 .servce-incld .servce-incld-innr {
	height: auto;
	padding-bottom: 25px
}
.new-webdesgn.new-seoSlice .newdsg-logo {
	padding: 34px 0 144px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .newdsg-logo {
		padding: 34px 0 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .newdsg-logo {
		padding: 34px 0 50px !important
	}
}
.new-webdesgn.new-seoSlice .newdsg-logo .newdsg-logo-innr {
	flex: 1 100%
}
.new-webdesgn.new-seoSlice .newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
	border: none;
	padding: 0
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .newdsg-logo .newdsg-logo-innr .newdsg-logo-bx {
		padding: 25px 15px 25px
	}
}
.new-webdesgn.new-seoSlice .wbd-logs {
	padding: 34px 0 42px
}
.new-webdesgn.new-seoSlice .wbd-logs a {
	background-color: #21ad84;
	font-size: 22px;
	font-weight: 700;
	height: 61px;
	line-height: 61px;
	border-radius: 30px;
	width: 325px;
	margin-top: 12px;
	border-color: #21ad84
}
.new-webdesgn.new-seoSlice .wbd-logs a:hover {
	background-color: transparent
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .wbd-logs a {
		width: 252px;
		font-size: 20px
	}
}
.new-webdesgn.new-seoSlice .grey-bg .home-why .gren-bluetit {
	margin-top: 135px;
	color: #fff;
	margin-bottom: 63px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .grey-bg .home-why .gren-bluetit {
		font-size: 40px;
		margin: 30px 0 0
	}
	.new-webdesgn.new-seoSlice .grey-bg .home-why .gren-bluetit:before {
		display: none
	}
	.new-webdesgn.new-seoSlice .grey-bg .home-why .gren-bluetit:after {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .grey-bg .home-why .gren-bluetit {
		font-size: 40px
	}
}
.new-webdesgn.new-seoSlice .seo-newclor {
	background-color: #f8f7ff
}
.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit,
.hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit {
	padding: 135px 0 65px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title, .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit, .hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit, .new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit {
		padding: 65px 0 0px
	}
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5, .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5, .new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 {
		font-size: 38px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5, .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5, .new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 {
		font-size: 50px
	}
}
.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5 .lststsp1,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5 .lststsp1,
.hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5 .lststsp1,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 .lststsp1 {
	margin-bottom: 15px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5 .lststsp1: after, .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5 .lststsp1: after, .hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5 .lststsp1: after, .new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 .lststsp1: after {
		display: none
	}
}
.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5 .lststsp2,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5 .lststsp2,
.hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5 .lststsp2,
.new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 .lststsp2 {
	margin-bottom: 15px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .seo-newclor .home-why .custum-title h5 .lststsp2: after, .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-latst-main .hm-inshgts-tit h5 .lststsp2: after, .hm-latst-main .new-webdesgn.new-seoSlice .seo-newclor .home-why .hm-inshgts-tit h5 .lststsp2: after, .new-webdesgn.new-seoSlice .seo-newclor .home-why .why-tit h5 .lststsp2: after {
		display: none
	}
}
.new-webdesgn.new-seoSlice .new-seotxt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 16.87px;
	color: #fff;
	font-weight: 400;
	padding: 35px 45px 0 0px;
	line-height: 1.85
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .new-seotxt {
		padding: 35px 0px 40px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .new-seotxt {
		font-size: 15px
	}
}
.new-webdesgn.new-seoSlice .new-seoimg {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.new-webdesgn.new-seoSlice .new-seoimg .new-seoimg-innr {
	float: left;
	width: 100%;
	height: 320px;
	background-image: url("../images/codeimg.png");
	position: relative;
	z-index: 1;
	background-position: center
}
.new-webdesgn.new-seoSlice .new-seoimg .seo-grenbdr {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 9px;
	left: 7px;
	background-color: #21ad84
}
.new-webdesgn.new-seoSlice .whychos-bx {
	padding: 90px 10% 0px 31px
}
.new-webdesgn.new-seoSlice .whychos-bx:hover .whychos-txt {
	color: #fff
}
.new-webdesgn.new-seoSlice .whychos-bx:hover .whychos-txt h6 {
	color: #fff
}
.new-webdesgn.new-seoSlice .whychos-bx:hover .whychos-icon img {
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.new-webdesgn.new-seoSlice .whychos-bx:hover .whychos-icon:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
.new-webdesgn.new-seoSlice .why-btn2 {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 53px 0 80px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .why-btn2 {
		padding: 53px 0 15px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .why-btn2 {
		padding: 53px 0 15px
	}
}
.new-webdesgn.new-seoSlice .why-btn2 a {
	background-color: #21ad84;
	font-size: 22px;
	font-weight: 700;
	height: 61px;
	line-height: 61px;
	border-radius: 30px;
	width: 325px;
	border-color: transparent;
	display: inline-block;
	float: none
}
.new-webdesgn.new-seoSlice .why-btn2 a:hover {
	border-color: #21ad84;
	background-color: transparent
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .why-btn2 a {
		width: 252px;
		font-size: 17px
	}
}
.new-webdesgn.new-seoSlice .why-btn {
	padding: 53px 0 80px
}
@media(max-width: 767px) {
	.new-webdesgn.new-seoSlice .why-btn {
		padding: 53px 0 15px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .why-btn {
		padding: 53px 0 15px
	}
}
.new-webdesgn.new-seoSlice .why-btn a {
	position: relative;
	background: #f8f7ff;
	background-clip: padding-box;
	border: 1px solid transparent;
	color: #3c3d48;
	width: 172px
}
.new-webdesgn.new-seoSlice .why-btn a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
.new-webdesgn.new-seoSlice .why-btn a:hover {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	color: #fff
}
.new-webdesgn.new-seoSlice .wd-otprocess {
	padding: 40px 0 0
}
.new-webdesgn.new-seoSlice .think-tm-tit {
	padding: 60px 0px 0 43px
}
.new-webdesgn.new-seoSlice .think-tm-tit h3 {
	font-size: 60px
}
.new-webdesgn.new-seoSlice .think-tm-tit h3.hdr-contact .heading-detail:before {
	content: "Let’s Develop Something Amazing"
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-webdesgn.new-seoSlice .webdsgn-teans {
		font-size: 188px
	}
}
.align-leftlg {
	text-align: left !important
}
@media(max-width: 767px) {
	.align-leftlg {
		text-align: center !important
	}
}
.service-mlist .main-content-inner {
	overflow: visible;
	z-index: initial
}
.service-mlist.service-list .serv-list1 .servce-incld {
	z-index: 10;
	margin-top: -33px
}
@media(max-width: 767px) {
	.new-wdesign .banner-wrap .banner_main {
		height: auto;
		padding-bottom: 100px
	}
}
.new-wdesign .banner-wrap .banner_main .bannr-innr {
	padding: 134px 0px 0px
}
.new-wdesign .banner-wrap .banner_main .bannr-innr h1 {
	font-size: 130px;
	line-height: 1.15
}
.new-wdesign .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: "GROW YOUR SALES IN THE NEXT 90 DAYS"
}
@media(max-width: 767px) {
	.new-wdesign .banner-wrap .banner_main .bannr-innr h1 {
		padding: 0
	}
}
.new-wdesign .banner-wrap .banner_main .bannr-innr a {
	position: relative;
	z-index: 1;
	width: 245px;
	float: none;
	display: inline-block;
	background-color: #21ad84;
	border-color: transparent;
	margin-top: 40px
}
.new-wdesign .banner-wrap .banner_main .bannr-innr a:hover {
	background-color: #fff;
	border-color: #fff
}
.new-wdesign .main-content .main-content-inner .right-cornr {
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background-image: none;
	width: 884px;
	height: 813px;
	background-color: #f8f7ff
}
.new-wdesign .main-content .main-content-inner .about-main {
	padding: 120px 0px 116px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .about-main {
		padding: 120px 0px 70px
	}
}
.new-wdesign .main-content .main-content-inner .about-main .abt-txt {
	padding-top: 23px
}
.new-wdesign .main-content .main-content-inner .about-main .abt-txt h6 {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	color: #3c3d48;
	font-weight: 700;
	padding-bottom: 30px;
	margin-left: -22px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .about-main .abt-txt h6 {
		margin-left: 0
	}
}
.new-wdesign .main-content .main-content-inner .about-main .abt-txt ul li {
	font-family: Open Sans, sans-serif;
	font-size: 22px;
	color: #3c3d48;
	font-weight: 400;
	list-style: disc;
	margin-bottom: 20px;
	line-height: 1.5;
	padding: 0 0 0 3px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .about-main .abt-txt ul li {
		font-size: 18px;
		margin-left: 25px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-wdesign .main-content .main-content-inner .about-main .abt-txt ul li {
		font-size: 19px
	}
}
.new-wdesign .main-content .main-content-inner .about-main .abt-txt a {
	margin-top: 17px;
	width: 245px
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn {
	display: flex;
	background-color: #393a45;
	padding: 110px 0 28px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn {
		padding: 70px 0 28px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .custum-title h5,
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-latst-main .hm-inshgts-tit h5,
.hm-latst-main .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-inshgts-tit h5,
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .why-tit h5,
.home-why .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .why-tit h5 {
	color: #fff
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .custum-title h5 span,
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-latst-main .hm-inshgts-tit h5 span,
.hm-latst-main .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-inshgts-tit h5 span,
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .why-tit h5 span,
.home-why .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .why-tit h5 span {
	margin-bottom: 16px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .custum-title h5 span, .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-latst-main .hm-inshgts-tit h5 span, .hm-latst-main .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-inshgts-tit h5 span, .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .why-tit h5 span, .home-why .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .why-tit h5 span {
		clear: none
	}
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .custum-title h5, .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .hm-inshgts-tit h5, .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .why-tit h5, .home-why .new-wdesign .main-content .main-content-inner .new-grey-wdesgn .why-tit h5 {
		font-size: 33px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx {
	padding: 58px 10% 0px
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx {
		padding: 58px 0% 0px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx:hover .whychos-txt {
	color: #fff
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx:hover .whychos-txt h6 {
	color: #fff
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx:hover .whychos-icon:after {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx:hover .whychos-icon img {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx .whychos-icon {
	margin-bottom: 0
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx .whychos-txt {
	line-height: 1.5
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx .whychos-txt h6 {
	padding-bottom: 17px;
	margin-bottom: 17px
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .home-why .whychos-bx .whychos-txt ul li {
	font-family: Open Sans, sans-serif;
	font-size: 16.88px;
	color: #fff;
	font-weight: 400;
	list-style: disc;
	margin-left: 21px;
	line-height: 1.4;
	margin-bottom: 23px
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow {
	width: 47%;
	height: auto;
	float: left;
	clear: both;
	padding: 36px 30px 0 0
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow {
		width: 100%
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow2 {
	width: 53%;
	float: left;
	height: auto;
	position: relative;
	padding: 0px 15px 0 106px;
	margin-top: 20px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow2 {
		width: 100%;
		padding: 80px 0px 0 0px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow2 .reslt-iconn {
	float: none;
	width: 55px;
	height: 72px;
	background-image: url("../images/result-icn.png");
	display: inline-block;
	margin-right: 20px
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow2:after {
	width: 59px;
	height: 175px;
	position: absolute;
	left: 2px;
	top: 0px;
	background-image: url("../images/colored-bracket.png");
	content: ""
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .cbow2: after {
		height: 59px;
		width: 175px;
		background-image: url("../images/colored-bracket-ro.png");
		left: 50%;
		transform: translateX(-50%)
	}
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket2 {
		padding-top: 50px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket2 .whychos-icon:after {
	background: #eb760f;
	background: -moz-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(135deg, #eb760f 0%, #c53f78 100%);
	-pie-background: linear-gradient(-45deg, #eb760f, #c53f78)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket2 .whychos-txt h6:after {
	background: #eb760f;
	background: -moz-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #eb760f), color-stop(100%, #c53f78));
	background: -webkit-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -o-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: -ms-linear-gradient(-45deg, #eb760f 0%, #c53f78 100%);
	background: linear-gradient(135deg, #eb760f 0%, #c53f78 100%);
	-pie-background: linear-gradient(-45deg, #eb760f, #c53f78)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket2 .cbow2:after {
	background-image: url("../images/colored-bracket2.png")
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket2 .cbow2: after {
		height: 59px;
		width: 175px;
		background-image: url("../images/colored-bracket2-ro.png");
		left: 50%;
		transform: translateX(-50%)
	}
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket3 {
		padding-top: 50px
	}
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket3 .whychos-icon:after {
	background: #61037b;
	background: -moz-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: linear-gradient(135deg, #61037b 0%, #b70746 100%);
	-pie-background: linear-gradient(-45deg, #61037b, #b70746)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket3 .whychos-txt h6:after {
	background: #61037b;
	background: -moz-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(-45deg, #61037b 0%, #b70746 100%);
	background: linear-gradient(135deg, #61037b 0%, #b70746 100%);
	-pie-background: linear-gradient(-45deg, #61037b, #b70746)
}
.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket3 .cbow2:after {
	background-image: url("../images/colored-bracket3.png")
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .new-grey-wdesgn .brcket3 .cbow2: after {
		height: 59px;
		width: 175px;
		background-image: url("../images/colored-bracket3-ro.png");
		left: 50%;
		transform: translateX(-50%)
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec {
	display: flex;
	flex-flow: row wrap;
	padding: 105px 0 100px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .custum-title h5, .new-wdesign .main-content .main-content-inner .onlinehubsec .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .new-wdesign .main-content .main-content-inner .onlinehubsec .hm-inshgts-tit h5, .new-wdesign .main-content .main-content-inner .onlinehubsec .home-why .why-tit h5, .home-why .new-wdesign .main-content .main-content-inner .onlinehubsec .why-tit h5 {
		font-size: 33px;
		padding: 0 15px
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .custum-title h5 span,
.new-wdesign .main-content .main-content-inner .onlinehubsec .hm-latst-main .hm-inshgts-tit h5 span,
.hm-latst-main .new-wdesign .main-content .main-content-inner .onlinehubsec .hm-inshgts-tit h5 span,
.new-wdesign .main-content .main-content-inner .onlinehubsec .home-why .why-tit h5 span,
.home-why .new-wdesign .main-content .main-content-inner .onlinehubsec .why-tit h5 span {
	margin-bottom: 15px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .custum-title h5 span, .new-wdesign .main-content .main-content-inner .onlinehubsec .hm-latst-main .hm-inshgts-tit h5 span, .hm-latst-main .new-wdesign .main-content .main-content-inner .onlinehubsec .hm-inshgts-tit h5 span, .new-wdesign .main-content .main-content-inner .onlinehubsec .home-why .why-tit h5 span, .home-why .new-wdesign .main-content .main-content-inner .onlinehubsec .why-tit h5 span {
		clear: none
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	text-align: center;
	margin: 0px 2.9%;
	padding: 26px 0 70px
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec {
		justify-content: left
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec {
		margin: 0px
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr {
	display: flex;
	position: relative;
	flex-flow: row wrap;
	flex-basis: auto;
	width: 160px;
	justify-content: center;
	align-content: baseline
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr {
		width: auto;
		margin-right: 15px
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr {
		width: 100px
	}
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr {
		width: 130px
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr .olne-flx {
	flex: 100%;
	height: 160px;
	background-color: #21ad84;
	font-family: Oswald, sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 700;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	flex-flow: row wrap;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4px;
	text-transform: uppercase;
	padding: 0 10px;
	line-height: 1.2
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr .olne-flx {
		height: auto;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
		font-size: 15px;
		padding: 15px
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr .olne-flx {
		font-size: 15px;
		height: 100px
	}
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr .olne-flx {
		height: 130px
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr .one-pxdv {
	width: 1px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr span {
	width: 5px;
	display: flex;
	position: absolute
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr span:after {
	width: 5px;
	height: 8px;
	background-image: url("../images/dotted-new.png");
	background-repeat-y: repeat;
	content: ""
}
@media(max-width: 767px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr span: after {
		display: none
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr span:after {
		display: none
	}
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(1) span {
	-moz-transform: rotate(-30deg) translate(60px, 20px);
	-webkit-transform: rotate(-30deg) translate(60px, 20px);
	-o-transform: rotate(-30deg) translate(60px, 20px);
	-ms-transform: rotate(-30deg) translate(60px, 20px);
	transform: rotate(-30deg) translate(60px, 20px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(1) span:after {
	padding-bottom: 217px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(2) span {
	-moz-transform: rotate(-21deg) translate(25px, 7px);
	-webkit-transform: rotate(-21deg) translate(25px, 7px);
	-o-transform: rotate(-21deg) translate(25px, 7px);
	-ms-transform: rotate(-21deg) translate(25px, 7px);
	transform: rotate(-21deg) translate(25px, 7px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(2) span:after {
	padding-bottom: 118px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(3) span {
	-moz-transform: rotate(-5deg) translate(0px, 0px);
	-webkit-transform: rotate(-5deg) translate(0px, 0px);
	-o-transform: rotate(-5deg) translate(0px, 0px);
	-ms-transform: rotate(-5deg) translate(0px, 0px);
	transform: rotate(-5deg) translate(0px, 0px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(3) span:after {
	padding-bottom: 108px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(4) span {
	-moz-transform: rotate(5deg) translate(0px, 0px);
	-webkit-transform: rotate(5deg) translate(0px, 0px);
	-o-transform: rotate(5deg) translate(0px, 0px);
	-ms-transform: rotate(5deg) translate(0px, 0px);
	transform: rotate(5deg) translate(0px, 0px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(4) span:after {
	padding-bottom: 108px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(5) span {
	-moz-transform: rotate(21deg) translate(-22px, 5px);
	-webkit-transform: rotate(21deg) translate(-22px, 5px);
	-o-transform: rotate(21deg) translate(-22px, 5px);
	-ms-transform: rotate(21deg) translate(-22px, 5px);
	transform: rotate(21deg) translate(-22px, 5px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(5) span:after {
	padding-bottom: 118px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(6) span {
	-moz-transform: rotate(30deg) translate(-60px, 20px);
	-webkit-transform: rotate(30deg) translate(-60px, 20px);
	-o-transform: rotate(30deg) translate(-60px, 20px);
	-ms-transform: rotate(30deg) translate(-60px, 20px);
	transform: rotate(30deg) translate(-60px, 20px)
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .olne-hum-sec .olne-flx-innr:nth-child(6) span:after {
	padding-bottom: 217px
}
.new-wdesign .main-content .main-content-inner .onlinehubsec .nwlptp {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	position: relative
}
.new-wdesign .main-content .main-content-inner .heading-primary .heading-detail:before {
	content: "Our Results speak for themselves"
}
.new-wdesign .boost-renv-main {
	background-color: transparent;
	padding: 122px 0 165px 0
}
.new-wdesign .boost-renv-main .br-v-lft .videocrcl {
	background-image: url("../images/vdo-crcle.png");
	z-index: -1;
	position: absolute;
	left: 0px;
	top: 0px;
	transform: translate(-52px, 32px)
}
.new-wdesign .boost-renv-main .br-v-lft a {
	background-color: #fff
}
.new-wdesign .br-v-rgt {
	-webkit-box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12);
	-moz-box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12);
	box-shadow: 0px 0px 99px 18px rgba(174, 28, 105, .12)
}
.new-wdesign .br-v-rgt .br-video-bx {
	overflow: hidden
}
.new-wdesign .br-v-rgt .br-video-bx .videocolrcrl {
	position: absolute;
	bottom: -38px;
	right: -60px;
	background: #429edf;
	background: -moz-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(-45deg, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(135deg, #429edf 0%, #23bf6d 100%);
	-pie-background: linear-gradient(-45deg, #429edf, #23bf6d);
	float: none;
	width: 202px;
	height: 202px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}
.new-wdesign .br-v-rgt .br-video-bx .br-video-bxinnrbg {
	float: left;
	width: 100%;
	height: auto;
	background-image: url("../images/video-bg.png");
	height: 536px;
	background-size: cover;
	background-position: center
}
.new-wdesign .newseo .new-excuse-pdf {
	padding: 0px 0 60px
}
.new-wdesign .excus-pdf-txt p {
	padding: 0 130px 0 0
}
@media(max-width: 767px) {
	.new-wdesign .excus-pdf-txt p {
		padding: 0 0px 0 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.new-wdesign .excus-pdf-txt p {
		padding: 0 0px 0 0
	}
}
.new-wdesign .faq-main {
	padding: 0
}
.new-wdesign .faq-main .faq-accord {
	padding: 66px 8% 100px
}
@media(max-width: 767px) {
	.new-wdesign .faq-main .faq-accord {
		padding: 66px 0% 100px
	}
}
.new-wdesign .faq-main .faq-accord .card {
	margin-bottom: 12px
}
.new-wdesign .faq-main .faq-accord .card .card-header {
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 0
}
.new-wdesign .faq-main .faq-accord .card .card-header h5 button {
	font-size: 20px;
	background-color: #fff;
	padding: 15px 75px 15px 40px
}
.new-wdesign .faq-main .faq-accord a {
	margin-top: 38px
}
.pdf-frm {
	display: flex;
	flex-flow: row wrap;
	padding: 40px 39px 0 0px
}
.pdf-frm form {
	flex: 1 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
.pdf-frm .inpt-bxpdf {
	flex-basis: 48.5%;
	display: flex
}
@media(max-width: 767px) {
	.pdf-frm .inpt-bxpdf {
		margin-bottom: 20px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pdf-frm .inpt-bxpdf {
		margin-bottom: 20px
	}
}
.pdf-frm .inpt-bxpdf .inpt-styl {
	border: 1px solid #4d4e59;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 53px;
	padding: 0 12px;
	flex: 100%
}
.pdf-frm .inpt-bxpdf .inpt-styl::-webkit-input-placeholder {
	color: #fff
}
.pdf-frm .inpt-bxpdf .inpt-styl::-moz-placeholder {
	color: #fff
}
.pdf-frm .inpt-bxpdf .inpt-styl:-ms-input-placeholder {
	color: #fff
}
.pdf-frm .inpt-bxpdf .inpt-styl:-moz-placeholder {
	color: #fff
}
.pdf-frm button {
	width: 295px;
	background-color: #21ad84;
	margin: 36px 0 0 0px;
	height: 79px;
	border-radius: 40px;
	line-height: 79px;
	border-color: transparent;
	font-size: 18px;
	font-weight: 700
}
@media(max-width: 767px) {
	.pdf-frm button {
		width: 260px;
		height: 55px;
		line-height: 55px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.pdf-frm button {
		width: 260px;
		height: 55px;
		line-height: 55px
	}
}
.head-hide header {
	display: none
}
.head-hide .upper-fotr {
	display: none
}
.head-hide .new-webdesgn.new-seoSlice {
	width: 100%;
	float: left
}
.head-hide .new-webdesgn.new-seoSlice .newdsg-logo {
	padding: 65px 0
}
.head-hide .head-fr-stragty {
	display: block
}
.head-hide .error {
	color: red;
	font-size: .9rem;
	margin-top: 4px
}
.fot-hide footer {
	display: none
}
.ftr-some-sec {
	background-color: #393a46
}
.ftr-some-sec .btn {
	display: none
}
@media(max-width: 767px) {
	.ftr-some-sec .btn {
		display: none !important
	}
}
.ftr-some-sec .head-fr-stragty {
	display: block
}
@media(max-width: 767px) {
	.ftr-some-sec .head-fr-stragty {
		text-align: center;
		width: 100%;
		margin-bottom: 20px
	}
	.ftr-some-sec .head-fr-stragty p {
		justify-content: center
	}
}
.ftr-some-sec .error {
	color: red;
	font-size: .8rem;
	margin-top: 4px
}
@media(max-width: 767px) {
	.ftr-some-sec .tophead .hed-rgt .menu-bars {
		margin: 0
	}
}
.ftr-some-sec .gryftr-crc1,
.ftr-some-sec .lower-ftr .gryftr-crc3,
.lower-ftr .ftr-some-sec .gryftr-crc3 {
	display: none
}
.ftr-some-sec .gryftr-crc2 {
	display: none
}
.ftr-some-sec .gryftr-crc3 {
	display: none
}
.ftr-some-sec .gryftr-crc4 {
	display: none
}
.ftr-some-sec .scrb-ftr-wrap {
	display: none
}
.ftr-some-sec .ftr-logo {
	display: none
}
.ftr-some-sec .ftr-cont-bx {
	display: none
}
.ftr-some-sec .upper-fotr {
	display: none
}
.ftr-some-sec .lower-ftr {
	display: none
}
.ftr-some-sec .lower-ftr .all-rgt-txt {
	border: none;
	margin-top: 0;
	padding: 41px 10px
}
.ftr-some-sec .lower-ftr .all-rgt-txt p {
	display: flex;
	align-items: center;
	height: 39px;
	padding-top: 0
}
@media(max-width: 767px) {
	.ftr-some-sec .lower-ftr .all-rgt-txt p {
		justify-content: center
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ftr-some-sec .baneer-txt-frm {
		padding-top: 130px
	}
}
.ftr-some-sec .head-fr-stragty {
	padding: 11px 0 0;
	float: left
}
.ftr-some-sec .head-fr-stragty p {
	padding: 0
}
.scdle-steps {
	margin-top: 50px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.scdle-steps .each-step span {
		width: 31px;
		margin-left: -13px;
		transform: rotate(105deg)
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.scdle-steps .each-step span {
		width: 31px;
		margin-left: -13px
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.scdle-steps .each-step span {
		width: 44px;
		margin-left: -24px
	}
}
.stragt-bg {
	position: fixed;
	background-image: url("../images/main-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: 100vh;
	width: 100%
}
.ss-main2 {
	width: 100%;
	padding-bottom: 30px;
	position: relative
}
.ss-main3 {
	background-image: url("../images/main-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;
	width: 100%;
	position: relative
}
.each-step {
	display: inline-block;
	position: relative;
	margin-right: 62px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.each-step {
		margin-right: 0px;
		display: none
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.each-step {
		margin-right: 25px
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.each-step {
		margin-right: 40px
	}
}
.each-step:first-child {
	margin-left: 32px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.each-step:first-child {
		margin-left: 24px;
		display: inline-block
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.each-step:first-child {
		margin-left: 24px
	}
}
.each-step:first-child span {
	width: 32px;
	margin-left: -11px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.each-step:first-child span {
		display: none
	}
}
.each-step:last-child {
	margin-right: 0
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.each-step:last-child {
		margin-left: 24px;
		display: inline-block
	}
}
.each-step a {
	text-decoration: none
}
.each-step div {
	width: 41px;
	height: 41px;
	border-radius: 50%;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	background-color: #cecece;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.each-step div {
		width: 35px;
		height: 35px;
		font-size: 16px
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.each-step div {
		width: 35px;
		height: 35px;
		font-size: 16px
	}
}
.each-step span {
	width: 66px;
	height: 2px;
	background-color: #cecece;
	color: red;
	position: absolute;
	left: -50%;
	margin-left: -46px;
	top: 50%;
	margin-top: -1px
}
.each-step.active div {
	background-color: #21ad84;
	color: #fff
}
.each-step.active span {
	background-color: #21ad84
}
.scdle-info {
	margin: 40px auto 0;
	text-align: center;
	width: 890px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.scdle-info {
		width: 100%
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.scdle-info {
		width: 100%
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.scdle-info {
		width: 100%
	}
}
.scdle-info h1 {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 0;
	line-height: 1.5
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.scdle-info h1 {
		font-size: 22px;
		line-height: 1.5
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.scdle-info h1 {
		font-size: 22px;
		line-height: 1.5
	}
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.scdle-info h1 br {
		display: none
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.scdle-info h1 br {
		display: none
	}
}
.busness-option {
	color: #fff;
	margin: 45px 0 0 0;
	padding-bottom: 175px
}
@media(max-width: 767px) {
	.busness-option {
		padding-bottom: 50px
	}
}
.busness-option a {
	width: 198px;
	height: auto;
	padding: 15px 0;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	background-color: #21ad84;
	display: inline-block;
	border-radius: 3px;
	margin: 0 20px 20px 0
}
.busness-option a:hover {
	text-decoration: none
}
.busness-option a:last-child {
	margin-right: 0
}
.busness-option a:nth-child(4n) {
	margin-right: 0
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.busness-option a:nth-child(4n) {
		margin-right: 0
	}
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.busness-option a {
		margin: 0 auto 20px !important;
		display: block
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.busness-option a:nth-child(2n) {
		margin-right: 0
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.busness-option a:nth-child(4n) {
		margin-right: 20px
	}
}
.busness-option.mrktg-option {
	padding-bottom: 25px
}
.busness-option.ecom-bxes {
	display: flex;
	flex-flow: row wrap;
	justify-content: center
}
@media(max-width: 767px) {
	.busness-option.ecom-bxes {
		justify-content: space-around
	}
}
.busness-option.ecom-bxes:last-child {
	margin-right: 0
}
.busness-ctg {
	display: flex;
	flex-flow: column
}
.busness-ctg div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 41px;
	align-items: center
}
.busness-ctg span {
	margin-top: 10px;
	display: block
}
.btn-nxt {
	text-decoration: none;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	background-color: #21ad84;
	width: 148px;
	height: 44px;
	border-radius: 3px;
	display: inline-block;
	line-height: 45px;
	border: 1px solid #21ad84;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.btn-nxt:hover {
	background-color: transparent;
	text-decoration: none;
	color: #21ad84
}
.snd-info {
	padding: 15px 100px 0
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.snd-info {
		padding: 15px 0 0
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.snd-info {
		padding: 15px 0 0
	}
}
.snd-info textarea {
	width: 100%;
	height: 165px;
	margin-bottom: 25px;
	padding: 15px;
	background-color: #fff
}
.competitor form textarea {
	height: 265px;
	background-color: #fff
}
.container-radio {
	display: block;
	position: relative;
	padding: 15px;
	padding-left: 60px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5
}
.container-radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.container-radio input:checked~.checkmark {
	background-color: #21ad84
}
.container-radio input:checked~.checkmark:after {
	display: block
}
.container-radio .checkmark {
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 15px;
	height: 26px;
	width: 26px;
	border: 3px solid #fff;
	border-radius: 50%
}
.container-radio .checkmark:after {
	content: "";
	position: absolute;
	display: none
}
.container-radio .checkmark:after {
	top: 6px;
	left: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff
}
.two-radiobx {
	display: flex;
	position: relative;
	padding: 15px 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	line-height: 1.5;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	flex-flow: column;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400
}
@media(max-width: 767px) {
	.two-radiobx {
		justify-content: center
	}
}
.two-radiobx img {
	position: relative;
	z-index: 9
}
.two-radiobx p {
	position: relative;
	z-index: 9;
	margin-top: 5px
}
.two-radiobx input {
	position: absolute;
	opacity: 0;
	cursor: pointer
}
.two-radiobx input:checked~.two-radiochmrk {
	background-color: #fff;
	color: #21ad84;
	border-color: #21ad84
}
.two-radiobx input:checked~.two-radiochmrk:after {
	display: block
}
.two-radiobx input:checked~.two-radiochmrk~p {
	color: #21ad84
}
.two-radiobx input:checked~.two-radiochmrk~img.checkhid {
	display: block
}
.two-radiobx input:checked~.two-radiochmrk~img.checkshw {
	display: none
}
.two-radiobx .two-radiochmrk {
	position: absolute;
	top: 0%;
	left: 0;
	height: 97px;
	width: 198px;
	background-color: #21ad84;
	border: 3px solid transparent;
	border-radius: 3px;
	transition: all .2s ease;
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease
}
.two-radiobx .two-radiochmrk:after {
	content: "";
	position: absolute;
	display: none
}
.two-radiobx .checkhid {
	display: none
}
.two-radiobx .checkshw {
	display: block
}
.revenue-list {
	width: 685px;
	text-align: left;
	margin: 45px auto
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.revenue-list {
		width: 100%
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.revenue-list {
		width: 100%
	}
}
.revenue-list .slt-revenue {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	background-color: #21ad84;
	color: #fff;
	border-radius: 3px;
	margin-bottom: 15px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.revenue-list .slt-revenue {
		width: 100%;
		margin-right: 0
	}
}
.revenue-list .slt-revenue:last-child {
	margin-right: 0%
}
.revenue-list .slt-revenue:nth-child(2n) {
	margin-right: 0%
}
.revenue-list.best-list .slt-revenue {
	display: block;
	margin: auto;
	margin-bottom: 15px
}
.revenue-list.mnthly-bdget .slt-revenue:last-child {
	display: block;
	margin-left: auto;
	margin-right: auto
}
.revenue-list.qa-main .slt-revenue {
	background-color: transparent;
	color: #000;
	float: left
}
.btn-nxt.btn-txchng {
	margin-top: 45px;
	padding: 0 27px;
	width: auto;
	text-transform: uppercase
}
.qa-fld input {
	height: 45px;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #3c3d48;
	font-weight: 400;
	border: 1px solid #fff;
	width: 100%
}
.qa-fld input::-webkit-input-placeholder {
	color: #3c3d48
}
.qa-fld input::-moz-placeholder {
	color: #3c3d48
}
.qa-fld input:-ms-input-placeholder {
	color: #3c3d48
}
.qa-fld input::-ms-input-placeholder {
	color: #3c3d48
}
.qa-fld input::placeholder {
	color: #3c3d48
}
.qa-fld textarea::-webkit-input-placeholder {
	color: #3c3d48
}
.qa-fld textarea::-moz-placeholder {
	color: #3c3d48
}
.qa-fld textarea:-ms-input-placeholder {
	color: #3c3d48
}
.qa-fld textarea::-ms-input-placeholder {
	color: #3c3d48
}
.qa-fld textarea::placeholder {
	color: #3c3d48
}
.baneer-txt-frm {
	font-family: Open Sans, sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 400;
	line-height: 1.5
}
@media(max-width: 767px) {
	.baneer-txt-frm {
		font-size: 25px
	}
}
.baneer-txt-frm p {
	padding: 125px 100px 25px
}
@media(max-width: 767px) {
	.baneer-txt-frm p {
		padding: 25px 15px 25px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.baneer-txt-frm p {
		padding: 25px 15px 25px
	}
}
.baneer-txt-frm .schedule-form {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	padding: 0 24.8% 0
}
@media(max-width: 767px) {
	.baneer-txt-frm .schedule-form {
		padding: 0 !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.baneer-txt-frm .schedule-form {
		padding: 0 20% 0
	}
}
.baneer-txt-frm .schedule-form form {
	flex: 1 100%
}
.baneer-txt-frm .schedule-form .qa-fld {
	flex: 1 100%
}
.baneer-txt-frm .schedule-form .schedule-form-rw {
	display: flex;
	justify-content: space-between;
	flex: 1 100%;
	padding-bottom: 13px
}
@media(max-width: 767px) {
	.baneer-txt-frm .schedule-form .schedule-form-rw {
		flex-flow: column wrap
	}
}
.baneer-txt-frm .schedule-form .schedule-form-rw .schedule-form-bx-half {
	margin-right: 13px;
	flex: 1 100%
}
@media(max-width: 767px) {
	.baneer-txt-frm .schedule-form .schedule-form-rw .schedule-form-bx-half {
		margin-right: 0;
		margin-bottom: 13px
	}
}
.baneer-txt-frm .schedule-form .schedule-form-rw .schedule-form-bx-half:nth-child(even) {
	margin-right: 0px
}
@media(max-width: 767px) {
	.baneer-txt-frm .schedule-form .schedule-form-rw .schedule-form-bx-half: nth-child(even) {
		margin-bottom: 0px
	}
}
.baneer-txt-frm .schedule-form .schedule-form-rw .schedule-form-bx-full {
	flex: 1 100%;
	display: flex;
	justify-content: center;
	flex-flow: column
}
.baneer-txt-frm .schedule-form textarea {
	width: 100%;
	height: 143px;
	padding: 15px;
	background-color: #fff;
	border-radius: .25rem;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #3c3d48;
	font-weight: 400;
	display: flex
}
.baneer-txt-frm .schedule-form .btn-nxt {
	margin: 5px auto 27px
}
.stargty-mian-mini {
	display: flex;
	flex-flow: row wrap
}
@media(max-width: 767px) {
	.stargty-mian-mini {
		clear: both
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.stargty-mian-mini {
		flex-flow: column wrap
	}
}
.ftr-some-sec {
	background-color: #393a46
}
.ftr-some-sec .new-seoSlice {
	background-color: #fff;
	display: flex;
	flex: 1 100%
}
.ftr-some-sec .new-seoSlice .newdsg-logo {
	padding: 34px 0;
	flex: 1 100%
}
.stragty-main .banner-wrap .banner_main {
	-webkit-clip-path: none;
	clip-path: none
}
.stragty-main .banner-wrap .banner_main .new-webdesgn.new-seoSlice .newdsg-logo {
	padding: 16px 0 144px
}
@media(max-width: 767px) {
	.stragty-main .banner-wrap .banner_main .new-webdesgn.new-seoSlice .newdsg-logo {
		padding: 34px 0
	}
}
.stragty-main .baneer-txt-frm .schedule-form {
	padding: 50px 18% 0
}
.stragty-main .baneer-txt-frm .schedule-form .qa-fld {
	width: 270px
}
.stragty-main .baneer-txt-frm .schedule-form .schedule-form-bx-half {
	display: flex
}
.stragty-main .baneer-txt-frm .schedule-form .schedule-form-bx-half:nth-child(even) {
	margin-right: 13px
}
@media(max-width: 767px) {
	.stragty-main .baneer-txt-frm .schedule-form .schedule-form-bx-half: nth-child(even) {
		margin-right: 0
	}
}
.stragty-main .baneer-txt-frm .schedule-form .btn-nxt {
	margin-top: 0
}
@media(max-width: 767px) {
	.stragty-main .baneer-txt-frm .schedule-form .btn-nxt {
		margin-top: 13px
	}
}
.stragty-main .main-content {
	padding-bottom: 60px
}
.stragty-main .about-main {
	padding-bottom: 0 !important
}
@media(max-width: 767px) {
	.stragty-main .about-main .custum-title h5, .stragty-main .about-main .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .stragty-main .about-main .hm-inshgts-tit h5, .stragty-main .about-main .home-why .why-tit h5, .home-why .stragty-main .about-main .why-tit h5 {
		font-size: 30px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .about-main .custum-title h5, .stragty-main .about-main .hm-latst-main .hm-inshgts-tit h5, .hm-latst-main .stragty-main .about-main .hm-inshgts-tit h5, .stragty-main .about-main .home-why .why-tit h5, .home-why .stragty-main .about-main .why-tit h5 {
		font-size: 35px
	}
}
.stragty-main .about-main .custum-title h5 span,
.stragty-main .about-main .hm-latst-main .hm-inshgts-tit h5 span,
.hm-latst-main .stragty-main .about-main .hm-inshgts-tit h5 span,
.stragty-main .about-main .home-why .why-tit h5 span,
.home-why .stragty-main .about-main .why-tit h5 span {
	margin-bottom: 17px
}
@media(max-width: 767px) {
	.stragty-main .about-main .custum-title h5 span: after, .stragty-main .about-main .hm-latst-main .hm-inshgts-tit h5 span: after, .hm-latst-main .stragty-main .about-main .hm-inshgts-tit h5 span: after, .stragty-main .about-main .home-why .why-tit h5 span: after, .home-why .stragty-main .about-main .why-tit h5 span: after {
		display: none
	}
}
.stragty-main .about-main .wbd-logs a {
	float: none;
	margin: 0px auto;
	display: inline-block;
	width: 460px
}
@media(max-width: 767px) {
	.stragty-main .about-main .wbd-logs a {
		width: 260px;
		font-size: 14px
	}
}
.stragty-main .strgty-lftrgt-txt {
	padding-top: 70px
}
.stragty-main .strgty-lftrgt-txt ul {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2
}
@media(max-width: 767px) {
	.stragty-main .strgty-lftrgt-txt ul {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1
	}
}
.stragty-main .strgty-lftrgt-txt ul li {
	font-family: Open Sans, sans-serif;
	font-size: 23.47px;
	color: #3c3d48;
	font-weight: 400;
	background-image: url("../images/green-arrow.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
	background-position: 0 5px;
	line-height: 1.2;
	margin-bottom: 28px;
	-moz-column-gap: 20px;
	-webkit-column-gap: 20px;
	column-gap: 20px
}
@media(max-width: 767px) {
	.stragty-main .strgty-lftrgt-txt ul li {
		font-size: 18px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .strgty-lftrgt-txt ul li {
		font-size: 18px
	}
}
.stragty-main .new-webdesgn.new-seoSlice {
	width: 100%;
	float: left
}
.stragty-main .new-webdesgn.new-seoSlice .newdsg-logo {
	padding: 34px 0 144px
}
@media(max-width: 767px) {
	.stragty-main .new-webdesgn.new-seoSlice .newdsg-logo {
		padding: 34px 0
	}
}
.stragty-main .new-webdesgn.new-seoSlice .whychos-bx {
	padding: 90px 0 0px 0px
}
.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.one {
	padding: 90px 20% 0px 0
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.one {
		padding: 90px 0% 0px 0
	}
}
.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.two {
	padding: 90px 14% 0px
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.two {
		padding: 90px 0% 0px 0
	}
}
.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.three {
	padding: 90px 0% 0px 30%
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .new-webdesgn.new-seoSlice .whychos-bx.three {
		padding: 90px 0% 0px 0
	}
}
.stragty-main .new-webdesgn.new-seoSlice .whychos-bx .whychos-txt {
	color: #e1e1e2
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .new-webdesgn.new-seoSlice .whychos-bx .whychos-txt {
		font-size: 14px
	}
}
.stragty-main .sldr-nxttxt {
	margin-top: 0;
	padding-top: 434px
}
.stragty-main .sldr-nxttxt:before {
	top: 116px
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .sldr-nxttxt: before {
		background-position: center
	}
}
.stragty-main .sldr-nxttxt .sldr-nxttxtInnr {
	padding-top: 0;
	margin-top: -24px
}
.stragty-main .scle-font-styl {
	font-family: Open Sans, sans-serif;
	font-size: 16.88px;
	color: #3c3d48;
	font-weight: 400;
	position: relative;
	margin-top: -275px;
	padding-bottom: 100px
}
@media(max-width: 767px) {
	.stragty-main .scle-font-styl {
		padding-bottom: 50px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .scle-font-styl {
		padding-bottom: 50px
	}
}
.stragty-main .scle-font-styl p {
	position: relative;
	padding: 0 20px 20px !important
}
@media(max-width: 767px) {
	.stragty-main .scle-font-styl p {
		padding: 0 0px 20px !important
	}
}
.stragty-main .scle-font-styl h4 {
	font-family: Oswald, sans-serif;
	font-size: 40px;
	color: #3d3e49;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 45px
}
@media(max-width: 767px) {
	.stragty-main .scle-font-styl h4 {
		font-size: 25px
	}
}
.stragty-main .scle-font-styl span {
	font-weight: bold
}
.stragty-main .scle-font-styl .wbd-logs a {
	float: none;
	margin: 0px auto;
	display: inline-block;
	width: 460px
}
@media(max-width: 767px) {
	.stragty-main .scle-font-styl .wbd-logs a {
		width: 260px;
		font-size: 14px
	}
}
.stragty-main .traget-tat-txt {
	padding: 0 10%;
	line-height: 1.2
}
@media(max-width: 767px) {
	.stragty-main .traget-tat-txt {
		padding: 0
	}
}
.stragty-main .stragty-green {
	background-color: #21ad84;
	font-family: Open Sans, sans-serif;
	font-size: 21px;
	color: #fff;
	font-weight: 600;
	padding: 140px 0 100px;
	display: flex
}
@media(max-width: 767px) {
	.stragty-main .stragty-green {
		padding: 80px 0 40px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.stragty-main .stragty-green {
		padding: 40px 0% 40px 0
	}
}
.stragty-main .stragty-green .stragty-green-tit {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	justify-content: center;
	text-transform: uppercase;
	margin-bottom: 50px
}
.stragty-main .stragty-green .stragty-green-tit p {
	flex: 1 100%
}
.stragty-main .stragty-green .stragty-green-tit .rting-starimg {
	background-image: url("../images/rating-star.png");
	background-repeat: no-repeat;
	width: 356px;
	height: 49px;
	margin-top: 23px;
	background-position: center
}
@media(max-width: 767px) {
	.stragty-main .stragty-green .stragty-green-tit .rting-starimg {
		background-size: 80%
	}
}
.stragty-main .stragty-green .wbd-logs {
	padding-top: 60px
}
.stragty-main .stragty-green .wbd-logs a {
	float: none;
	margin: 0px auto;
	display: inline-block;
	width: 625px;
	background-color: transparent;
	border-color: #fff
}
@media(max-width: 767px) {
	.stragty-main .stragty-green .wbd-logs a {
		font-size: 15px;
		width: auto;
		height: auto;
		line-height: normal;
		padding: 20px 23px
	}
}
.stragty-main .stragty-green .wbd-logs a:hover {
	background-color: #fff
}
.stragty-main .stragty-green-rating-rw {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 50px
}
@media(max-width: 767px) {
	.stragty-main .stragty-green-rating-rw {
		padding: 0
	}
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx {
	background-color: #fff;
	padding: 10px 12px;
	margin-right: 7%;
	flex-flow: row wrap;
	width: 46.5%;
	margin-bottom: 32px
}
@media(max-width: 767px) {
	.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx {
		width: 100%;
		margin-right: 0
	}
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx:nth-child(even) {
	margin-right: 0
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner {
	display: flex;
	flex-flow: row wrap
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxImg {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxTxt {
	font-family: Open Sans, sans-serif;
	font-size: 13px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.2;
	display: flex;
	flex-flow: row wrap;
	flex: 1;
	padding-left: 10px
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxTxt h5 {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #3c3d48;
	font-weight: 700;
	width: 100%;
	margin-bottom: 5px
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxTxt p {
	line-height: 1.46;
	padding-bottom: 4px
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxTxt .review-txt {
	font-size: 12px;
	color: #aab2c2;
	margin-bottom: 7px
}
.stragty-main .stragty-green-rating-rw .stragty-green-rating-bx .stragty-green-rating-bxInner .rating-bxTxt .ratng-str {
	margin: 1px 7px 10px 0
}
.secdn-styl {
	font-size: 20px;
	padding: 0px 200px 25px !important
}
@media(max-width: 767px) {
	.secdn-styl {
		padding: 0px 0px 25px !important
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.secdn-styl {
		padding: 0px 0px 25px !important
	}
}
.head-fr-stragty {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	padding: 28px 0 0;
	display: none
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.head-fr-stragty {
		text-align: center
	}
}
.head-fr-stragty p {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding-top: 23px
}
@media screen and (min-width: 0px)and (max-width: 575px) {
	.head-fr-stragty p {
		justify-content: center
	}
}
.calander-bx {
	display: flex;
	flex-flow: row wrap;
	padding: 0px 0 0 0;
	justify-content: center
}
.calander-bx .calander-bx-innr {
	margin-right: 19px;
	display: flex;
	flex-flow: column
}
.days-bx {
	width: 238px
}
.days-bx .days-bx-innr {
	height: 308px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	padding-right: 7px;
	overflow-y: auto
}
.days-bx .days-bx-innr::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
	height: 8px
}
.days-bx .days-bx-innr::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #21ad84;
	-webkit-box-shadow: 0 0 1px #21ad84
}
.days-bx .days-bx-innr a {
	border: 2px solid #21ad84;
	background-color: #21ad84;
	font-size: 14px;
	font-weight: 700;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	margin-bottom: 10px;
	height: 43px;
	line-height: 41px
}
.days-bx .days-bx-innr a:hover {
	background-color: #fff
}
.days-bx .days-bx-innr a.active {
	background-color: #fff;
	color: #21ad84
}
.regulr16 {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: left;
	margin-bottom: 17px;
	margin-top: 30px
}
.disabl-a {
	cursor: not-allowed !important;
	background-color: #e2e2e2 !important;
	border: transparent !important;
	color: #a9a9a9 !important
}
.disabl-a:hover {
	color: #a9a9a9 !important
}
.two-rdonew {
	width: 198px;
	height: auto;
	display: flex;
	margin: 0 20px 20px 0
}
@media(max-width: 767px) {
	.two-rdonew {
		margin: 0 15px 20px
	}
}
.two-rdonew:last-child {
	margin: 0 0px 20px 0
}
.two-rdonew:nth-child(4n+4) {
	margin: 0 0px 20px 0
}
@media(max-width: 767px) {
	.two-rdonew: nth-child(4n+4) {
		margin: 0 15px 20px
	}
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.two-rdonew:nth-child(4n+4) {
		margin: 0 20px 20px 0
	}
}
.contct-bgc {
	background-color: #393a46;
	min-height: 545px;
	width: 100%;
	float: left;
	position: relative;
	padding-top: 40px
}
@media(max-width: 767px) {
	.contct-bgc {
		min-height: 1px;
		padding-bottom: 68px
	}
}
.contct-bgc .triangleBgIcon,
.contct-bgc .pd-trigicon {
	background-image: url("../images/new-contct-cross.png");
	background-color: transparent
}
.contct-bgc .xlText {
	color: #fff
}
@media(max-width: 767px) {
	.contct-bgc .contact-talk {
		margin-top: 0
	}
}
@media(max-width: 767px) {
	.contct-bgc .hdr-contact {
		font-size: 54px
	}
}
.contct-bgc .hdr-contact .heading-detail {
	width: 100%;
	text-align: center
}
.contct-bgc .hdr-contact .heading-detail:before {
	content: "Ready For Results?"
}
.contct-bgc .rightTextpad {
	color: #fff;
	padding: 50px 130px 0px;
	text-align: center
}
@media(max-width: 767px) {
	.contct-bgc .rightTextpad {
		padding: 50px 0px 0px;
		font-size: 16px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.contct-bgc .rightTextpad {
		padding: 50px 50px 0px
	}
}
.contact-new .pageMain-in,
.contact-new .pf-detail-mian .pf-detail-tp,
.pf-detail-mian .contact-new .pf-detail-tp,
.contact-new .web-detail-mian .web-detail-tp,
.web-detail-mian .contact-new .web-detail-tp {
	margin-top: 0
}
.contact-new .pd-trigicon {
	bottom: 0;
	left: 0;
	background-color: #f8f7ff;
	width: 480px;
	height: 379px;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	top: unset
}
.contact-new .contact-form-wrap {
	margin-top: -68px;
	padding-bottom: 70px
}
@media(min-width: 768px)and (max-width:1200px) {
	.contact-new .contact-form-wrap .contact-form-inner {
		width: 94%;
		margin: 0 3%
	}
}
@media screen and (min-width: 1201px)and (max-width: 1250px) {
	.contact-new .contact-form-wrap .contact-form-inner {
		width: 94%;
		margin: 0 3%
	}
}
.contact-new .s-circle {
	width: 3.5rem;
	height: 3.5rem;
	font-size: 1.8rem;
	line-height: 3.5rem
}
@media(max-width: 767px) {
	.contact-new .contact-form-lft {
		margin-bottom: 50px
	}
}
@media(max-width: 767px) {
	.contact-new .contact-social.d-block {
		padding: 30px 0 10px 0
	}
}
@media(max-width: 767px) {
	.contact-new .contact-form-rgt .contact-vdeo.vidCbox {
		padding-top: 29px;
		text-align: center
	}
}
.contact-form-lft {
	float: left;
	width: 61%;
	height: auto;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.contact-form-lft {
		width: 100%
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.contact-form-lft {
		width: 55%
	}
}
.contact-form-lft .input-field-wrap .input-field {
	padding: .695rem 1.75rem .625rem 1.75rem
}
.contact-form-lft .social-section {
	margin-top: 40px
}
.contact-form-lft .social-section .social-inner {
	font-size: 20px;
	line-height: 1.4
}
@media(min-width: 768px)and (max-width:1200px) {
	.contact-form-lft .social-section .social-inner .sr-inner {
		float: left
	}
}
.contact-form-rgt {
	float: left;
	width: 36%;
	height: auto;
	margin-left: 3%;
	position: relative;
	z-index: 1
}
@media(max-width: 767px) {
	.contact-form-rgt {
		width: 100%;
		margin-left: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.contact-form-rgt {
		width: 42%
	}
}
.contact-form-rgt .contact-vdeo {
	float: left;
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 20px 25px 33px;
	line-height: 1.5;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	margin-bottom: 44px;
	-webkit-box-shadow: 0px 15px 40px 0px rgba(174, 28, 105, .12);
	-moz-box-shadow: 0px 15px 40px 0px rgba(174, 28, 105, .12);
	box-shadow: 0px 15px 40px 0px rgba(174, 28, 105, .12)
}
.contact-form-rgt .contact-vdeo:last-child {
	padding-left: 0;
	padding-bottom: 29px
}
.contact-form-rgt .contact-vdeo h5 {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #3c3d48;
	font-weight: 700
}
.contact-form-rgt .contact-vdeo .contact-vdeo-bx {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 0 17px
}
.contact-form-rgt .contact-vdeo .address-bx-new {
	float: left;
	width: 100%;
	height: auto;
	margin: 20px 0 0px 0
}
.contact-form-rgt .contact-vdeo .address-bx-new .incld-txt {
	max-width: 137px;
	height: 37px;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	font-family: Open Sans, sans-serif;
	font-size: 19.69px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 4px
}
.contact-form-rgt .contact-vdeo .address-bx-new .incld-txt:before {
	-webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
	clip-path: polygon(100% 0, 0 0, 0 100%);
	content: "";
	width: 20px;
	height: 37px;
	background-color: #f5e8ee;
	position: absolute;
	top: 0px;
	right: -20px;
	background-color: #b70746
}
.contact-form-rgt .contact-vdeo .address-bx-new .incld-txt span {
	margin-left: 7px
}
.contact-form-rgt .contact-vdeo .address-bx-new .address-bx-tit {
	float: left;
	width: 100%;
	height: auto;
	padding: 0px 25px 0px
}
@media(max-width: 767px) {
	.contact-form-rgt .contact-vdeo .address-bx-new .address-bx-tit {
		padding: 0px 0px 0px 25px
	}
}
.contact-form-rgt .contact-vdeo .address-bx-new .address-bx-tit .address-bx-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #63646d;
	font-weight: 400;
	line-height: 1.9;
	padding-top: 23px
}
.contact-form-rgt .contact-vdeo .address-bx-new .address-bx-tit .address-bx-txt h6 {
	font-family: Oswald, sans-serif;
	font-size: 22px;
	color: #3c3d48;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 7px;
	margin-bottom: 12px
}
.contact-form-rgt .contact-vdeo .address-bx-new .address-bx-tit .address-bx-txt h6:after {
	content: "";
	background-color: #21ad84;
	height: 2px;
	width: 27px;
	position: absolute;
	bottom: 0px;
	left: 0px
}
.refl-page .contact-form-wrap {
	padding-bottom: 0
}
.refl-page .xlText {
	font-size: 150px;
	top: 98px
}
@media screen and (min-width: 768px)and (max-width: 991px) {
	.refl-page .xlText {
		font-size: 70px;
		top: 150px
	}
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.refl-page .xlText {
		font-size: 80px;
		top: 150px
	}
}
@media screen and (min-width: 1200px)and (max-width: 1336px) {
	.refl-page .xlText {
		font-size: 125px;
		top: 120px
	}
}
.refl-page .contact-talk {
	margin: 8.7rem 0 3.875rem 0
}
@media(max-width: 767px) {
	.refl-page .contact-talk {
		margin-top: 5.2rem;
		margin-bottom: 4.2rem
	}
}
@media(max-width: 767px) {
	.refl-page .contact-talk .contact-talk-inner {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.refl-page .contact-talk .contact-talk-inner {
		padding: 0
	}
}
.refl-page .refl-innrleft {
	float: left;
	width: 100%;
	height: auto
}
.refl-page .refl-txt-bx {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.5;
	padding-bottom: 20px
}
@media(max-width: 767px) {
	.refl-page .refl-txt-bx {
		font-size: 16px
	}
}
.refl-page .refl-txt-bx h3 {
	font-family: Open Sans, sans-serif;
	font-size: 25px;
	color: #3c3d48;
	font-weight: 700;
	padding-bottom: 11px
}
@media(max-width: 767px) {
	.refl-page .refl-txt-bx h3 {
		font-size: 18px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.refl-page .refl-txt-bx h3 {
		font-size: 22px
	}
}
.refl-page .refl-innrrgt {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0px 0 75px
}
@media(max-width: 767px) {
	.refl-page .refl-innrrgt {
		padding: 0
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.refl-page .refl-innrrgt {
		padding: 0 0px 0 25px
	}
}
.refl-page .refl-innr-frm {
	float: left;
	width: 100%;
	height: auto;
	padding: 14px 6px 0 0
}
.refl-page .refl-innr-frm .input-field-wrap .input-field {
	padding: .695rem 1.75rem .625rem 1.75rem;
	margin-bottom: 24px
}
.refl-page .refl-innr-frm .input-field-wrap .input-button {
	margin-top: 22px
}
.refl-page .refl-innr-frm .input-field-wrap .input-button .btn-contact {
	width: 237px
}
.pageMain-wrap,
.pf-detail-mian,
.web-detail-mian {
	clear: both;
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
	height: auto
}
.pageMain-wrap .pageMain-in,
.pf-detail-mian .pageMain-in,
.web-detail-mian .pageMain-in,
.pf-detail-mian .pf-detail-tp,
.web-detail-mian .web-detail-tp {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	margin-top: 98px;
	font-size: 20px
}
@media screen and (max-width: 767px) {
	.pageMain-wrap .pageMain-in,
	.pf-detail-mian .pageMain-in,
	.web-detail-mian .pageMain-in,
	.pf-detail-mian .pf-detail-tp,
	.web-detail-mian .web-detail-tp {
		margin-top: 25px
	}
}
@media screen and (max-width: 575px) {
	.pageMain-wrap .pageMain-in,
	.pf-detail-mian .pageMain-in,
	.web-detail-mian .pageMain-in,
	.pf-detail-mian .pf-detail-tp,
	.web-detail-mian .web-detail-tp {
		margin-top: 25px
	}
}
.heading-primary {
	font-family: Oswald, sans-serif;
	font-size: 5rem;
	color: #21ad84;
	font-weight: 700;
	letter-spacing: .25rem
}
@media screen and (max-width: 991px) {
	.heading-primary {
		font-size: 4.5rem
	}
}
.heading-primary .heading-title {
	float: left;
	width: auto;
	height: auto;
	clear: both;
	display: inline-block;
	position: relative;
	font-size: 1.875rem;
	font-weight: 300;
	color: #3c3d48;
	margin-bottom: 1.25rem
}
@media screen and (max-width: 991px) {
	.heading-primary .heading-title {
		line-height: normal;
		font-size: 1.5rem;
		margin-bottom: .875rem
	}
}
@media screen and (max-width: 767px) {
	.heading-primary .heading-title {
		font-size: 1.4rem
	}
}
.heading-primary .heading-detail {
	float: left;
	width: auto;
	height: auto;
	clear: both;
	display: inline-block;
	position: relative;
	letter-spacing: 0;
	margin-left: -4px
}
.heading-primary .heading-detail .hd-text {
	position: relative;
	z-index: 2;
	display: inline-block;
	clear: both
}
.has-error,
.error,
.error-p {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	clear: both;
	font-family: Open Sans, sans-serif;
	font-size: 1.133rem;
	color: red;
	font-weight: 400
}
.s-circle {
	float: left;
	width: 4.8125rem;
	height: 4.8125rem;
	-webkit-border-radius: 2.40625rem;
	-moz-border-radius: 2.40625rem;
	border-radius: 2.40625rem;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	border: none;
	outline: none;
	color: #fff;
	font-size: 1.9rem;
	line-height: 4.8125rem;
	text-align: center
}
@media screen and (max-width: 767px) {
	.s-circle {
		width: 4.2rem;
		height: 4.2rem;
		font-size: 1.8rem;
		line-height: 2.35
	}
}
@media screen and (max-width: 575px) {
	.s-circle {
		width: 3.7rem;
		height: 3.7rem;
		font-size: 1.7rem;
		line-height: 2.2
	}
}
.s-circle:hover {
	background-size: 200% 200% !important;
	-webkit-animation: graAni01 2s ease infinite;
	-moz-animation: graAni01 2s ease infinite;
	animation: graAni01 2s ease infinite
}
.s-circle.gra-fb {
	background: #10cdde;
	background: -moz-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #10cdde), color-stop(100%, #2222b6 110%));
	background: -webkit-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -o-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -ms-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: linear-gradient(to right, #10cdde 0%, #2222b6 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#10cdde", endColorstr="#2222b6 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #10cdde, #2222b6 110%)
}
.s-circle.gra-twt {
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746 110%));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746 110%)
}
.s-circle.gra-lkin {
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf 110%));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf 110%)
}
.s-circle.gra-insta {
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78 110%));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78 110%)
}
.s-circle.gra-ytube {
	background: #fc6d6d;
	background: -moz-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6d6d), color-stop(100%, #cd0101 110%));
	background: -webkit-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -o-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -ms-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: linear-gradient(to bottom, #fc6d6d 0%, #cd0101 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc6d6d", endColorstr="#cd0101 110%", GradientType=0);
	-pie-background: linear-gradient(to bottom, #fc6d6d, #cd0101 110%)
}
.outline-bottom {
	position: relative;
	display: inline-block;
	margin-bottom: 18px
}
@media screen and (max-width: 767px) {
	.outline-bottom {
		margin-bottom: 0
	}
}
@media screen and (max-width: 575px) {
	.outline-bottom {
		margin-bottom: 0
	}
}
.outline-bottom .outline-bottom {
	float: left;
	margin-bottom: 0
}
@media screen and (max-width: 767px) {
	.outline-bottom .outline-bottom {
		margin-bottom: 1rem
	}
}
@media screen and (max-width: 575px) {
	.outline-bottom .outline-bottom {
		margin-bottom: 1rem
	}
}
.outline-bottom .ot-text {
	position: relative;
	z-index: 2;
	display: inline-block
}
.outline-bottom.break-line {
	clear: both;
	float: left;
	width: auto;
	height: auto
}
.outline-bottom:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 11px;
	z-index: 1
}
.outline-bottom.blue:after {
	background-color: #429edf
}
.outline-bottom.green:after {
	background-color: #21ad84
}
.trans-Circle {
	display: inline-block;
	width: 15.25rem;
	height: 15.25rem;
	-webkit-border-radius: 7.625rem;
	-moz-border-radius: 7.625rem;
	border-radius: 7.625rem;
	background: rgba(255, 255, 255, 0.9) 15%;
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 15% 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0.9) 15%), color-stop(100%, transparent));
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 15% 0%, transparent 100%);
	background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 15% 0%, transparent 100%);
	background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 15% 0%, transparent 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 15% 0%, transparent 100%);
	-pie-background: linear-gradient(-45deg, rgba(255, 255, 255, 0.9) 15%, transparent)
}
.icon-Circle {
	display: inline-block;
	width: 4.3125rem;
	height: 4.3125rem;
	-webkit-border-radius: 2.15625rem;
	-moz-border-radius: 2.15625rem;
	border-radius: 2.15625rem;
	background: #429edf 15%;
	background: -moz-linear-gradient(-45deg, #429edf 15% 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #429edf 15%), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(-45deg, #429edf 15% 0%, #23bf6d 100%);
	background: -o-linear-gradient(-45deg, #429edf 15% 0%, #23bf6d 100%);
	background: -ms-linear-gradient(-45deg, #429edf 15% 0%, #23bf6d 100%);
	background: linear-gradient(135deg, #429edf 15% 0%, #23bf6d 100%);
	-pie-background: linear-gradient(-45deg, #429edf 15%, #23bf6d)
}
.triangleBgIcon,
.pd-trigicon {
	position: absolute;
	right: 0;
	top: 0;
	float: none;
	width: 40.93rem;
	height: 32.31rem;
	-webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background-color: #f8f7ff;
	z-index: 1
}
.triangleBgIcon.bottom-left,
.bottom-left.pd-trigicon,
.pd-trigicon.btm-lft {
	-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
	clip-path: polygon(0 0, 0 100%, 100% 100%);
	top: auto;
	right: auto;
	bottom: 0;
	left: 0
}
.triangleBgIcon.blog-lar,
.blog-lar.pd-trigicon {
	width: 55.25rem;
	height: 60.625rem
}
@media screen and (max-width: 1199px) {
	.triangleBgIcon.blog-lar,
	.blog-lar.pd-trigicon {
		width: 27.625rem;
		height: 30.3125rem
	}
}
@media screen and (max-width: 991px) {
	.triangleBgIcon.blog-lar,
	.blog-lar.pd-trigicon {
		width: 27.625rem;
		height: 30.3125rem
	}
}
@media screen and (max-width: 767px) {
	.triangleBgIcon.blog-lar,
	.blog-lar.pd-trigicon {
		width: 24.02rem;
		height: 26.35rem
	}
}
@media screen and (max-width: 575px) {
	.triangleBgIcon.blog-lar,
	.blog-lar.pd-trigicon {
		width: 20.465rem;
		height: 16.155rem
	}
}
@media screen and (max-width: 1199px) {
	.triangleBgIcon,
	.pd-trigicon {
		width: 27.625rem;
		height: 30.3125rem
	}
}
@media screen and (max-width: 991px) {
	.triangleBgIcon,
	.pd-trigicon {
		width: 27.625rem;
		height: 30.3125rem
	}
}
@media screen and (max-width: 767px) {
	.triangleBgIcon,
	.pd-trigicon {
		width: 24.02rem;
		height: 26.35rem
	}
}
@media screen and (max-width: 575px) {
	.triangleBgIcon,
	.pd-trigicon {
		width: 20.465rem;
		height: 16.155rem
	}
}
.xlText {
	position: absolute;
	left: 0;
	top: 3.0625rem;
	float: none;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 18.2rem;
	color: #02162e;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	z-index: 2;
	text-align: center;
	letter-spacing: 1.5rem
}
@media screen and (min-width: 1236px)and (max-width: 1268px) {
	.xlText {
		font-size: 16.7rem;
		top: 4rem
	}
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.xlText {
		font-size: 16rem;
		top: 4rem
	}
}
@media screen and (max-width: 1199px) {
	.xlText {
		font-size: 12rem;
		top: 5rem
	}
}
@media screen and (max-width: 991px) {
	.xlText {
		top: 4.5rem;
		letter-spacing: 1rem;
		font-size: 10.2rem
	}
}
@media screen and (max-width: 767px) {
	.xlText {
		display: none
	}
}
@media screen and (max-width: 575px) {
	.xlText {
		display: none
	}
}
.sub-heading {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.875rem;
	color: #3c3d48;
	font-weight: 400;
	margin-bottom: 1.25rem
}
@media screen and (max-width: 767px) {
	.sub-heading {
		margin-bottom: 1rem
	}
}
@media screen and (max-width: 575px) {
	.sub-heading {
		margin-bottom: 1rem
	}
}
.sub-heading .small-line {
	clear: both;
	float: left;
	width: 28px;
	height: 2px;
	background-color: #21ad84;
	margin-top: 20px
}
.sub-heading h3 {
	font-family: Oswald, sans-serif;
	font-size: 1.875rem;
	color: #3c3d48;
	font-weight: 400
}
@media screen and (max-width: 991px) {
	.sub-heading h3 {
		font-size: 1.5rem
	}
}
.help-box {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 4.375rem 0
}
@media screen and (max-width: 991px) {
	.help-box {
		margin-left: 0;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-bottom: 2.375rem
	}
}
.help-box .help-icon {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	min-height: 9.625rem
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.help-box .help-icon {
		min-height: 8rem
	}
}
@media screen and (max-width: 1199px) {
	.help-box .help-icon {
		min-height: 8.5rem
	}
}
@media screen and (max-width: 991px) {
	.help-box .help-icon {
		min-height: 8rem
	}
}
@media screen and (max-width: 767px) {
	.help-box .help-icon {
		min-height: 8rem
	}
}
@media screen and (max-width: 575px) {
	.help-box .help-icon {
		min-height: 8rem
	}
}
.help-box .help-icon .icon-view {
	position: relative;
	float: left;
	width: auto;
	height: auto;
	margin-top: 1.0625rem
}
.help-box .help-icon .icon-view img {
	float: left;
	width: auto;
	height: auto;
	outline: none;
	border: none
}
.help-box .help-icon .icon-Circle {
	position: absolute;
	left: 1.5rem;
	top: 0px
}
.help-box .help-content {
	float: left;
	width: 100%;
	height: auto
}
.help-text {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 1.125rem;
	color: #3c3d48;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: .5rem
}
@media screen and (max-width: 991px) {
	.help-text {
		font-size: 1rem;
		line-height: 1.8rem
	}
	.help-text br {
		display: none
	}
}
@media screen and (max-width: 575px) {
	.help-text {
		line-height: 1.5rem
	}
}
.help-text a {
	text-decoration: underline;
	color: #3c3d48;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.help-text a:hover {
	color: #21ad84
}
.help-text strong {
	font-weight: 700
}
.help-btm {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 1.3125rem;
	color: #3c3d48;
	font-weight: 400;
	line-height: 2.6875rem;
	margin-bottom: .5rem
}
@media screen and (max-width: 991px) {
	.help-btm {
		font-size: 1.125rem
	}
}
.help-btm a {
	text-decoration: underline;
	color: #21ad84;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.help-btm a:hover {
	color: #3c3d48
}
.help-btm strong {
	font-weight: 700
}
.dotGreenOne {
	color: #21ad84
}
.black-header .blacklg {
	display: none
}
.black-header .tophead.head2 .logo a img.whtelg {
	display: block
}
.black-header .tophead.head2 .hed-rgt .menu-bars {
	background-image: url(../images/three-bar.png)
}
.black-header .tophead.head2 .hed-rgt .btn {
	color: #fff
}
.black-header .tophead.head2 .hed-rgt .btn:hover {
	color: #3c3d48
}
.pg-minHeight {
	float: left;
	width: 100%;
	height: auto;
	min-height: 29.5rem;
	position: relative;
	z-index: 3
}
.hdr-contact .heading-detail:before {
	content: "let’s talk";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: transparent;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.hdr-contact .heading-detail.logic-lab:before {
	content: "logic lab"
}
.hdr-contact .heading-detail.inspired {
	font-size: 4.4rem;
	line-height: 1.3
}
@media screen and (max-width: 1199px) {
	.hdr-contact .heading-detail.inspired {
		font-size: 4rem
	}
}
@media screen and (max-width: 991px) {
	.hdr-contact .heading-detail.inspired {
		font-size: 4rem
	}
}
@media screen and (max-width: 767px) {
	.hdr-contact .heading-detail.inspired {
		font-size: 4rem
	}
}
.hdr-contact .heading-detail.inspired:before {
	content: "Get inspired by our finest work.";
	top: 2px
}
.custom-blog-dropdown {
	float: left;
	width: 470px;
	height: auto
}
@media screen and (max-width: 767px) {
	.custom-blog-dropdown {
		width: 100%
	}
}
.custom-blog-dropdown .dropdown {
	float: left;
	width: 100%;
	height: auto
}
.custom-blog-dropdown .dropdown .btn {
	float: left;
	width: 100%;
	height: auto;
	text-align: left;
	background-color: #fff;
	border: 1px solid #c0bfc8;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	border-radius: 9px;
	font-family: Open Sans, sans-serif;
	font-size: 1.0625rem;
	color: #5e5e65;
	font-weight: 600;
	position: relative;
	padding: .75rem 2.125rem .9375rem 1.375rem
}
.custom-blog-dropdown .dropdown .btn:after {
	display: none
}
.custom-blog-dropdown .dropdown .btn:focus {
	box-shadow: 0 0 0 .2rem rgba(67, 159, 223, .5) !important
}
.custom-blog-dropdown .dropdown .btn .icon {
	position: absolute;
	top: 19px;
	right: 17px;
	font-size: .9375rem
}
.custom-blog-dropdown .dropdown .dropdown-menu {
	width: 100%;
	transform: translate3d(0px, 54px, 0px) !important
}
.custom-blog-dropdown .dropdown .dropdown-menu a {
	text-decoration: none !important;
	padding: .5rem 1rem
}
.custom-blog-dropdown .dropdown .dropdown-menu a:hover {
	color: #439fdf !important;
	background-color: #d8efff !important
}
.load-more-wrap {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	text-align: center;
	padding: 2rem 0
}
.load-more-wrap img {
	display: inline-block;
	max-width: 49px;
	border: none;
	outline: none;
	margin-bottom: .75rem;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51
}
.load-more-wrap .loading-text {
	display: block;
	clear: both;
	font-family: Open Sans, sans-serif;
	font-size: 17.07px;
	color: #3c3d48;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51
}
.cusPage-con,
.portf-cont,
.portfd-container,
.custum-cont {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1225px
}
.gird-fifty {
	display: inline-block;
	width: 50%;
	height: auto;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.gird-fifty * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 767px) {
	.gird-fifty {
		width: 100%
	}
}
.gird-fifty .gin-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 35px
}
.gird-fifty .gin-wrap .gin-inner {
	float: left;
	width: 100%;
	height: auto
}
.gird-fifty .gin-wrap .gin-inner .gin-gra {
	float: left;
	width: 100%;
	height: auto;
	background: rgba(97, 3, 123, 0.84);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.84) 0%, rgba(183, 7, 70, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.84)), color-stop(100%, rgba(183, 7, 70, 0.84)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.84) 0%, rgba(183, 7, 70, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.84) 0%, rgba(183, 7, 70, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.84) 0%, rgba(183, 7, 70, 0.84) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.84) 0%, rgba(183, 7, 70, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.84)", endColorstr="rgba(183, 7, 70, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.84), rgba(183, 7, 70, 0.84))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.transBg {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.transBg .small-text-box {
	padding-top: 42px
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.transBg.gra-green {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.transBg.gra-skyblue {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.transBg.gra-pink {
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0)", endColorstr="rgba(255, 255, 255, 0)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra a {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	display: block
}
.gird-fifty .gin-wrap .gin-inner .gin-gra a .trans-Circle {
	background: rgba(97, 3, 123, 0.9);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.9)), color-stop(100%, rgba(183, 7, 70, 0.9)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.9)", endColorstr="rgba(183, 7, 70, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.9), rgba(183, 7, 70, 0.9));
	z-index: 10
}
.gird-fifty .gin-wrap .gin-inner .gin-gra a:hover .imgBox {
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0)
}
.gird-fifty .gin-wrap .gin-inner .gin-gra a:hover .imgBox .img-inner .trans-Circle {
	width: 200%;
	height: 200%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: rgba(97, 3, 123, 0.8) 30%;
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.8) 30% 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.8) 30%), color-stop(100%, rgba(183, 7, 70, 0.8)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.8) 30% 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.8) 30% 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.8) 30% 0%, rgba(183, 7, 70, 0.8) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.8) 30% 0%, rgba(183, 7, 70, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.8) 30%", endColorstr="rgba(183, 7, 70, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.8) 30%, rgba(183, 7, 70, 0.8))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra a:hover .imgBox .img-inner .pattren-Circle {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}
.gird-fifty .gin-wrap .gin-inner .gin-gra .gbox-content-wrap {
	float: left;
	width: 100%;
	height: auto
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-skyblue {
	background: rgba(16, 205, 222, 0.84);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.84)), color-stop(100%, rgba(34, 34, 182, 0.84)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.84)", endColorstr="rgba(34, 34, 182, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.84), rgba(34, 34, 182, 0.84))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-skyblue a .trans-Circle {
	background: rgba(16, 205, 222, 0.9);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.9)), color-stop(100%, rgba(34, 34, 182, 0.9)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.9)", endColorstr="rgba(34, 34, 182, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.9), rgba(34, 34, 182, 0.9))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-skyblue a:hover .imgBox .img-inner .trans-Circle {
	background: rgba(16, 205, 222, 0.8) 30%;
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.8) 30% 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.8) 30%), color-stop(100%, rgba(34, 34, 182, 0.8)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.8) 30% 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.8) 30% 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.8) 30% 0%, rgba(34, 34, 182, 0.8) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.8) 30% 0%, rgba(34, 34, 182, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.8) 30%", endColorstr="rgba(34, 34, 182, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.8) 30%, rgba(34, 34, 182, 0.8))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-skyblue .small-text-box .ins-text {
	color: rgba(16, 205, 222, 0.84);
	-webkit-text-fill-color: transparent;
	background: rgba(16, 205, 222, 0.84);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.84)), color-stop(100%, rgba(34, 34, 182, 0.84)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.84) 0%, rgba(34, 34, 182, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.84)", endColorstr="rgba(34, 34, 182, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.84), rgba(34, 34, 182, 0.84));
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-skyblue .small-text-box .ins-text {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-green {
	background: rgba(35, 191, 109, 0.84);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.84)), color-stop(100%, rgba(66, 158, 223, 0.84)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.84)", endColorstr="rgba(66, 158, 223, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.84), rgba(66, 158, 223, 0.84))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-green a .trans-Circle {
	background: rgba(35, 191, 109, 0.9);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.9)), color-stop(100%, rgba(66, 158, 223, 0.9)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.9)", endColorstr="rgba(66, 158, 223, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.9), rgba(66, 158, 223, 0.9))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-green a:hover .imgBox .img-inner .trans-Circle {
	background: rgba(35, 191, 109, 0.8) 30%;
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.8) 30% 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.8) 30%), color-stop(100%, rgba(66, 158, 223, 0.8)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.8) 30% 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.8) 30% 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.8) 30% 0%, rgba(66, 158, 223, 0.8) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.8) 30% 0%, rgba(66, 158, 223, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.8) 30%", endColorstr="rgba(66, 158, 223, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.8) 30%, rgba(66, 158, 223, 0.8))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-green .small-text-box .ins-text {
	color: rgba(35, 191, 109, 0.84);
	-webkit-text-fill-color: transparent;
	background: rgba(35, 191, 109, 0.84);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.84)), color-stop(100%, rgba(66, 158, 223, 0.84)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.84) 0%, rgba(66, 158, 223, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.84)", endColorstr="rgba(66, 158, 223, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.84), rgba(66, 158, 223, 0.84));
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-green .small-text-box .ins-text {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-pink {
	background: rgba(235, 118, 15, 0.84);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.84)), color-stop(100%, rgba(197, 63, 120, 0.84)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.84)", endColorstr="rgba(197, 63, 120, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.84), rgba(197, 63, 120, 0.84))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-pink a .trans-Circle {
	background: rgba(235, 118, 15, 0.9);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.9)), color-stop(100%, rgba(197, 63, 120, 0.9)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.9)", endColorstr="rgba(197, 63, 120, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.9), rgba(197, 63, 120, 0.9))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-pink a:hover .imgBox .img-inner .trans-Circle {
	background: rgba(235, 118, 15, 0.8) 30%;
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.8) 30% 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.8) 30%), color-stop(100%, rgba(197, 63, 120, 0.8)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.8) 30% 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.8) 30% 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.8) 30% 0%, rgba(197, 63, 120, 0.8) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.8) 30% 0%, rgba(197, 63, 120, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.8) 30%", endColorstr="rgba(197, 63, 120, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.8) 30%, rgba(197, 63, 120, 0.8))
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-pink .small-text-box .ins-text {
	color: rgba(235, 118, 15, 0.84);
	-webkit-text-fill-color: transparent;
	background: rgba(235, 118, 15, 0.84);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.84)), color-stop(100%, rgba(197, 63, 120, 0.84)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.84) 0%, rgba(197, 63, 120, 0.84) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.84)", endColorstr="rgba(197, 63, 120, 0.84)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.84), rgba(197, 63, 120, 0.84));
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.gird-fifty .gin-wrap .gin-inner .gin-gra.gra-pink .small-text-box .ins-text {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.dark-pink {
	background: #581a64;
	background: -moz-linear-gradient(left, #581a64 0%, #861d47 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #581a64), color-stop(100%, #861d47));
	background: -webkit-linear-gradient(left, #581a64 0%, #861d47 100%);
	background: -o-linear-gradient(left, #581a64 0%, #861d47 100%);
	background: -ms-linear-gradient(left, #581a64 0%, #861d47 100%);
	background: linear-gradient(to right, #581a64 0%, #861d47 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#581a64", endColorstr="#861d47", GradientType=1);
	-pie-background: linear-gradient(to right, #581a64, #861d47)
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.dark-green {
	background: #2f8864;
	background: -moz-linear-gradient(left, #2f8864 0%, #4077a3 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2f8864), color-stop(100%, #4077a3));
	background: -webkit-linear-gradient(left, #2f8864 0%, #4077a3 100%);
	background: -o-linear-gradient(left, #2f8864 0%, #4077a3 100%);
	background: -ms-linear-gradient(left, #2f8864 0%, #4077a3 100%);
	background: linear-gradient(to right, #2f8864 0%, #4077a3 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2f8864", endColorstr="#4077a3", GradientType=1);
	-pie-background: linear-gradient(to right, #2f8864, #4077a3)
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.dark-blue {
	background: #2389a0;
	background: -moz-linear-gradient(left, #2389a0 0%, #2c2d89 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #2389a0), color-stop(100%, #2c2d89));
	background: -webkit-linear-gradient(left, #2389a0 0%, #2c2d89 100%);
	background: -o-linear-gradient(left, #2389a0 0%, #2c2d89 100%);
	background: -ms-linear-gradient(left, #2389a0 0%, #2c2d89 100%);
	background: linear-gradient(to right, #2389a0 0%, #2c2d89 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#2389a0", endColorstr="#2c2d89", GradientType=1);
	-pie-background: linear-gradient(to right, #2389a0, #2c2d89)
}
.gird-fifty .gin-wrap .gin-inner .gin-gra.dark-orange {
	background: #a35c2c;
	background: -moz-linear-gradient(left, #a35c2c 0%, #8e3e64 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #a35c2c), color-stop(100%, #8e3e64));
	background: -webkit-linear-gradient(left, #a35c2c 0%, #8e3e64 100%);
	background: -o-linear-gradient(left, #a35c2c 0%, #8e3e64 100%);
	background: -ms-linear-gradient(left, #a35c2c 0%, #8e3e64 100%);
	background: linear-gradient(to right, #a35c2c 0%, #8e3e64 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#a35c2c", endColorstr="#8e3e64", GradientType=1);
	-pie-background: linear-gradient(to right, #a35c2c, #8e3e64)
}
.grid-gap {
	display: inline-block;
	width: 100%;
	height: 80px;
	display: none
}
.grid-gap:first-child {
	display: none
}
.imgBox {
	float: left;
	width: 100%;
	height: auto;
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12);
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.imgBox * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.imgBox.no-shadow {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
}
.imgBox .img-inner {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden
}
.imgBox .img-inner .img-rel-container {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: 50%
}
.imgBox .img-inner .img-rel-container .blogthumb {
	float: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.imgBox .img-inner .img-rel-container .transImage {
	float: left;
	width: 100%;
	height: auto;
	border: none;
	outline: none
}
.imgBox .img-inner img {
	float: left;
	width: 100%;
	height: auto;
	border: none;
	outline: none
}
.imgBox .img-inner .trans-Circle {
	position: absolute;
	top: -4.7669491525rem;
	right: -5.0223214286rem;
	width: 14.0625rem;
	height: 14.0625rem;
	-webkit-border-radius: 7.03125rem;
	-moz-border-radius: 7.03125rem;
	border-radius: 7.03125rem;
	background: rgba(97, 3, 123, 0.9);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.9)), color-stop(100%, rgba(183, 7, 70, 0.9)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.9)", endColorstr="rgba(183, 7, 70, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.9), rgba(183, 7, 70, 0.9))
}
@media screen and (max-width: 767px) {
	.imgBox .img-inner .trans-Circle {
		top: -2.6483050847rem;
		right: -2.7901785714rem;
		width: 7.8125rem;
		height: 7.8125rem
	}
}
@media screen and (min-width: 420px)and (max-width: 575px) {
	.imgBox .img-inner .trans-Circle {
		top: -3.9724576271rem;
		right: -4.1852678571rem;
		width: 11.71875rem;
		height: 11.71875rem
	}
}
@media screen and (min-width: 576px)and (max-width: 767px) {
	.imgBox .img-inner .trans-Circle {
		top: -4.7669491525rem;
		right: -5.0223214286rem;
		width: 14.0625rem;
		height: 14.0625rem
	}
}
.imgBox .img-inner .pattren-Circle {
	position: absolute;
	top: -4.7669491525rem;
	right: -5.0223214286rem;
	-webkit-border-radius: 7.03125rem;
	-moz-border-radius: 7.03125rem;
	border-radius: 7.03125rem;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=38)";
	filter: alpha(opacity=38);
	-moz-opacity: .38;
	-khtml-opacity: .38;
	opacity: .38;
	width: 14.0625rem;
	height: 14.0625rem;
	background-image: url("../images/pattren-circle.png");
	background-position: top left;
	background-repeat: repeat
}
.imgBox .img-inner .videoIcon {
	float: none;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d12d2b;
	-webkit-text-fill-color: transparent;
	background: #d12d2b;
	background: -moz-linear-gradient(top, #d12d2b 0%, #ab2328 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d12d2b), color-stop(100%, #ab2328));
	background: -webkit-linear-gradient(top, #d12d2b 0%, #ab2328 100%);
	background: -o-linear-gradient(top, #d12d2b 0%, #ab2328 100%);
	background: -ms-linear-gradient(top, #d12d2b 0%, #ab2328 100%);
	background: linear-gradient(to bottom, #d12d2b 0%, #ab2328 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#d12d2b", endColorstr="#ab2328", GradientType=0);
	-pie-background: linear-gradient(to bottom, #d12d2b, #ab2328);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
	font-size: 4.5625rem
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.imgBox .img-inner .videoIcon {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to bottom, transparent 0%, transparent 100%)
	}
}
.grid-content {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.875rem;
	color: #3c3d48;
	font-weight: 600;
	position: relative;
	line-height: 3rem
}
@media screen and (max-width: 991px) {
	.grid-content {
		font-size: 24px;
		line-height: 2.125rem
	}
}
@media screen and (max-width: 767px) {
	.grid-content {
		font-size: 1.4375rem;
		line-height: 2.375rem
	}
}
.grid-content.box-padding {
	padding: 2.8125rem 1.375rem 2.625rem 1.375rem
}
@media screen and (max-width: 991px) {
	.grid-content.box-padding {
		padding-bottom: 1.625rem
	}
}
@media screen and (max-width: 767px) {
	.grid-content.box-padding {
		padding-bottom: 1.625rem
	}
}
.grid-content.ebook-list-fonts {
	font-weight: 400;
	font-size: 27px;
	line-height: normal;
	letter-spacing: 2px
}
@media screen and (max-width: 767px) {
	.grid-content.ebook-list-fonts {
		font-size: 24px
	}
}
.grid-content p {
	margin: 0;
	padding: 0
}
.grid-content .gc-para {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 1.625rem 0
}
.grid-content .video-content-style {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.35rem;
	color: #3c3d48;
	font-weight: 300;
	min-height: 4.7rem;
	padding: 0 0 .625rem 0;
	line-height: normal
}
.grid-content .video-content-style.white-text {
	color: #fff
}
@media screen and (max-width: 1199px) {
	.grid-content .video-content-style.white-text {
		color: #3c3d48
	}
}
.grid-content .find-more {
	float: left;
	width: auto;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: .875rem;
	color: #3c3d48;
	font-weight: 700;
	clear: both;
	text-transform: uppercase;
	border-bottom: 1px solid #3c3d48;
	padding: 0 1px 5px 2px;
	letter-spacing: .65px;
	line-height: normal
}
@media screen and (max-width: 991px) {
	.grid-content .find-more {
		font-size: .8125rem
	}
}
@media screen and (max-width: 767px) {
	.grid-content .find-more {
		font-size: .75rem
	}
}
.grid-content.white-txt {
	color: #fff
}
.grid-content.white-txt .find-more {
	color: #fff;
	border-bottom-color: #fff
}
.small-text-box {
	float: left;
	width: auto;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.125rem;
	color: #3c3d48;
	font-weight: 300;
	clear: both;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: 2px;
	padding: .75rem 0 .75rem 0
}
@media screen and (max-width: 991px) {
	.small-text-box {
		font-size: 15px
	}
}
@media screen and (max-width: 767px) {
	.small-text-box {
		font-size: 15px
	}
}
.small-text-box .ins-text {
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.small-text-box .ins-text {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
.small-text-box.shaped {
	background-color: #fff;
	padding: .6875rem 2rem .6875rem 1.3125rem;
	-webkit-clip-path: polygon(0 0, 100% 0%, 91.36% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0%, 91.36% 100%, 0 100%)
}
.small-text-box.pos-abs {
	position: absolute;
	top: -24px;
	left: 0;
	z-index: 11
}
.border-pix {
	float: left;
	width: 1px;
	height: 1px;
	font-size: 1px;
	background-color: #d6d6d8
}
.bright-share {
	float: right;
	width: auto;
	height: auto;
	margin-top: 10px
}
@media screen and (max-width: 767px) {
	.bright-share {
		float: left
	}
}
.bright-share .share-txt {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.3125rem;
	color: #3d3e49;
	font-weight: 400;
	clear: both;
	text-transform: uppercase;
	margin-left: 6px;
	margin-bottom: 22px;
	letter-spacing: 1px
}
@media screen and (max-width: 767px) {
	.bright-share .share-txt {
		margin-top: 9px;
		margin-left: 0;
		margin-bottom: 15px
	}
}
.bright-share .share-icon {
	float: left;
	width: 100%;
	height: auto;
	clear: both
}
.bright-share .share-icon ul {
	list-style-type: none;
	list-style-position: outside
}
.bright-share .share-icon ul li {
	float: left;
	width: auto;
	height: auto;
	margin-left: 12px
}
@media screen and (max-width: 767px) {
	.bright-share .share-icon ul li {
		margin-left: 0;
		margin-right: 12px
	}
}
.bright-share .share-icon ul li a {
	float: left;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #333441;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	padding-top: 5px;
	color: #fff
}
@media screen and (max-width: 991px) {
	.bright-share .share-icon ul li a {
		padding-top: 8px
	}
}
@media screen and (max-width: 767px) {
	.bright-share .share-icon ul li a {
		padding-top: 9px
	}
}
.bright-share .share-icon ul li a .svg-inline--fa {
	font-size: 20px
}
.bright-share .share-icon ul li a:hover {
	color: #fff;
	background-color: #21ad84
}
.flex-listing {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding-top: 4.125rem
}
.flex-listing.ebook-list-set {
	padding-left: 5.875rem;
	padding-right: 5.875rem
}
@media screen and (max-width: 991px) {
	.flex-listing.ebook-list-set {
		padding-left: 2.5rem;
		padding-right: 2.5rem
	}
}
@media screen and (max-width: 767px) {
	.flex-listing.ebook-list-set {
		padding-left: .5rem;
		padding-right: .5rem;
		justify-content: center
	}
}
@media screen and (max-width: 767px) {
	.flex-listing.ebook-list-set .gird-fifty {
		max-width: 475px
	}
}
.flex-listing.ebook-list-set .gird-fifty .gin-wrap {
	padding: 0 1.375rem
}
.flex-listing.ebook-list-set .gird-fifty .imgBox {
	margin-bottom: 0
}
.flex-listing.port-list-set {
	padding-left: 0;
	padding-right: 0
}
@media screen and (max-width: 767px) {
	.flex-listing.port-list-set {
		padding-top: 0
	}
}
.flex-listing.port-list-set .gird-fifty .gin-wrap {
	padding: 0 3.1875rem
}
@media screen and (max-width: 767px) {
	.flex-listing.port-list-set .gird-fifty .gin-wrap {
		padding: 0 35px
	}
}
.flex-listing .gird-fifty {
	margin-bottom: 37px
}
.flex-listing .gird-fifty:nth-child(even) {
	margin-top: -4.125rem
}
@media screen and (max-width: 767px) {
	.flex-listing .gird-fifty:nth-child(even) {
		margin-top: 0
	}
}
.flex-listing .gird-fifty .imgBox {
	margin-bottom: 2.375rem
}
.view-project {
	float: left;
	width: auto;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #3c3d48;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	cursor: pointer;
	margin-left: 2px
}
@media screen and (max-width: 991px) {
	.view-project {
		font-size: 16px
	}
}
@media screen and (max-width: 767px) {
	.view-project {
		font-size: 15px;
		letter-spacing: 1px
	}
}
.view-project * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.view-project *:before {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.view-project *:after {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.view-project.wlink {
	color: #fff
}
.view-project .cir-arrow {
	float: left;
	width: auto;
	height: auto;
	min-width: 50px;
	min-height: 37px;
	margin: 0 21px 0 0;
	background-image: url("../images/white-arrow.png");
	background-position: 0 center;
	background-repeat: no-repeat;
	position: relative;
	padding-left: 5px
}
@media screen and (max-width: 991px) {
	.view-project .cir-arrow {
		margin: 0 10px 0 0
	}
}
@media screen and (max-width: 767px) {
	.view-project .cir-arrow {
		min-width: 43px;
		min-height: 31px;
		margin: 0 10px 0 0
	}
}
.view-project .cir-arrow:before {
	content: "";
	position: absolute;
	top: 19px;
	left: 0;
	width: 6px;
	height: 1px;
	background-color: #fff;
	display: none
}
.view-project .cir-arrow:after {
	content: "";
	position: absolute;
	top: 1px;
	left: 14px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	border: 1px solid #fff
}
@media screen and (max-width: 767px) {
	.view-project .cir-arrow:after {
		width: 30px;
		height: 30px
	}
}
.view-project .link-text {
	float: left;
	width: auto;
	height: auto;
	padding-top: 6px;
	position: relative
}
@media screen and (max-width: 991px) {
	.view-project .link-text {
		padding-top: 8px
	}
}
@media screen and (max-width: 767px) {
	.view-project .link-text {
		padding-top: 6px
	}
}
.gin-inner:hover .cir-arrow {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}
.gin-inner:hover .cir-arrow:after {
	-webkit-transform: translateX(-6px);
	-moz-transform: translateX(-6px);
	-ms-transform: translateX(-6px);
	-o-transform: translateX(-6px);
	transform: translateX(-6px)
}
.portfolio-item-wrap {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.portfolio-item-wrap * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.portfolio-item-wrap:hover .bg-img-wrap {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
}
.portfolio-item-wrap:hover .effect-hidden .bg-cir-white {
	width: 0;
	height: 0
}
.portfolio-item-wrap:hover .bottom-text .two-text {
	-webkit-transform: translateY(50%);
	-moz-transform: translateY(50%);
	-ms-transform: translateY(50%);
	-o-transform: translateY(50%);
	transform: translateY(50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.portfolio-item-wrap:hover .port-item-hover-bg {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.portfolio-item-wrap:hover .port-item-hover-content {
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}
.portfolio-item-wrap .bg-img-wrap {
	float: left;
	width: 100%;
	height: 41.375rem;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	position: relative;
	z-index: 1
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .bg-img-wrap {
		height: 35.9782608696rem
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .bg-img-wrap {
		height: 35.9782608696rem
	}
}
.portfolio-item-wrap .port-bg-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden
}
.portfolio-item-wrap .port-item-hover-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	z-index: 2
}
.portfolio-item-wrap .port-item-hover-bg.dl-pink {
	background: rgba(97, 3, 123, 0.9);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.9)), color-stop(100%, rgba(183, 7, 70, 0.9)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.9) 0%, rgba(183, 7, 70, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.9)", endColorstr="rgba(183, 7, 70, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.9), rgba(183, 7, 70, 0.9))
}
.portfolio-item-wrap .port-item-hover-bg.dl-green {
	background: rgba(35, 191, 109, 0.9);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.9)), color-stop(100%, rgba(66, 158, 223, 0.9)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.9) 0%, rgba(66, 158, 223, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.9)", endColorstr="rgba(66, 158, 223, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.9), rgba(66, 158, 223, 0.9))
}
.portfolio-item-wrap .port-item-hover-bg.dl-orange {
	background: rgba(235, 118, 15, 0.9);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.9)), color-stop(100%, rgba(197, 63, 120, 0.9)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.9) 0%, rgba(197, 63, 120, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.9)", endColorstr="rgba(197, 63, 120, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.9), rgba(197, 63, 120, 0.9))
}
.portfolio-item-wrap .port-item-hover-bg.dl-blue {
	background: rgba(16, 205, 222, 0.9);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.9)), color-stop(100%, rgba(34, 34, 182, 0.9)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.9) 0%, rgba(34, 34, 182, 0.9) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.9)", endColorstr="rgba(34, 34, 182, 0.9)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.9), rgba(34, 34, 182, 0.9))
}
.portfolio-item-wrap .port-item-hover-content {
	position: absolute;
	top: 50%;
	left: 0px;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	width: 100%;
	height: auto;
	z-index: 5
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content {
	float: left;
	width: 100%;
	height: auto;
	padding: 20px 30px;
	font-family: Open Sans, sans-serif;
	font-size: 19px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	line-height: 37px
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content {
		padding: 16px;
		font-size: 15px;
		line-height: 26px
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content {
		padding: 16px;
		font-size: 15px;
		line-height: 26px
	}
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content h2 {
	font-family: Oswald, sans-serif;
	font-size: 49px;
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	padding: 0 0 28px 0
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content h2 {
		font-size: 40px;
		line-height: 1.1;
		padding-bottom: 13px
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content h2 {
		font-size: 40px;
		line-height: 1.1;
		padding-bottom: 13px
	}
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content h3 {
	font-family: Oswald, sans-serif;
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	padding: 0 0 16px 0
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content h3 {
		font-size: 19px;
		padding-bottom: 8px
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content h3 {
		font-size: 19px;
		padding-bottom: 8px
	}
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content p {
	padding: 0 20px 36px 20px
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content p {
		padding-bottom: 16px
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .port-item-hover-content .hover-inner-content p {
		padding-bottom: 16px
	}
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content p:last-child {
	padding-bottom: 0
}
.portfolio-item-wrap .port-item-hover-content .hover-inner-content .ulink {
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 0 2px 3px 2px
}
.portfolio-item-wrap .effect-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 3
}
.portfolio-item-wrap .effect-hidden .trans-Circle {
	position: absolute;
	bottom: -140px;
	right: -158px;
	width: 23.9375rem;
	height: 23.9375rem;
	-webkit-border-radius: 11.96875rem;
	-moz-border-radius: 11.96875rem;
	border-radius: 11.96875rem;
	z-index: 2
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .effect-hidden .trans-Circle {
		width: 22.7976190476rem;
		height: 22.7976190476rem
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .effect-hidden .trans-Circle {
		width: 22.7976190476rem;
		height: 22.7976190476rem
	}
}
.portfolio-item-wrap .effect-hidden .trans-Circle.dl-pink {
	background: rgba(97, 3, 123, 0.7);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.7) 0%, rgba(183, 7, 70, 0.7) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.7)), color-stop(100%, rgba(183, 7, 70, 0.7)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.7) 0%, rgba(183, 7, 70, 0.7) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.7) 0%, rgba(183, 7, 70, 0.7) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.7) 0%, rgba(183, 7, 70, 0.7) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.7) 0%, rgba(183, 7, 70, 0.7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.7)", endColorstr="rgba(183, 7, 70, 0.7)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.7), rgba(183, 7, 70, 0.7))
}
.portfolio-item-wrap .effect-hidden .trans-Circle.dl-green {
	background: rgba(35, 191, 109, 0.75);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.75) 0%, rgba(66, 158, 223, 0.75) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.75)), color-stop(100%, rgba(66, 158, 223, 0.75)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.75) 0%, rgba(66, 158, 223, 0.75) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.75) 0%, rgba(66, 158, 223, 0.75) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.75) 0%, rgba(66, 158, 223, 0.75) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.75) 0%, rgba(66, 158, 223, 0.75) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.75)", endColorstr="rgba(66, 158, 223, 0.75)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.75), rgba(66, 158, 223, 0.75))
}
.portfolio-item-wrap .effect-hidden .trans-Circle.dl-orange {
	background: rgba(235, 118, 15, 0.8);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.8)), color-stop(100%, rgba(197, 63, 120, 0.8)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.8)", endColorstr="rgba(197, 63, 120, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.8), rgba(197, 63, 120, 0.8))
}
.portfolio-item-wrap .effect-hidden .trans-Circle.dl-blue {
	background: rgba(16, 205, 222, 0.8);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.8)), color-stop(100%, rgba(34, 34, 182, 0.8)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.8)", endColorstr="rgba(34, 34, 182, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.8), rgba(34, 34, 182, 0.8))
}
.portfolio-item-wrap .effect-hidden .bg-cir-white {
	position: absolute;
	bottom: -255px;
	right: -300px;
	width: 37.5rem;
	height: 37.5rem;
	-webkit-border-radius: 18.75rem;
	-moz-border-radius: 18.75rem;
	border-radius: 18.75rem;
	z-index: 1;
	background-image: url("../images/dl-bg.png");
	background-position: center center;
	background-repeat: no-repeat
}
.portfolio-item-wrap .effect-hidden .ra-triangle {
	position: absolute;
	bottom: 20px;
	right: 20px;
	float: none;
	z-index: 2
}
.portfolio-item-wrap .bottom-text {
	position: absolute;
	bottom: 0px;
	right: -56px;
	width: auto;
	height: auto;
	z-index: 4;
	padding: 74px 0;
	overflow: hidden
}
@media screen and (max-width: 1199px) {
	.portfolio-item-wrap .bottom-text {
		right: -35px
	}
}
@media screen and (max-width: 991px) {
	.portfolio-item-wrap .bottom-text {
		right: -35px;
		padding: 44px 0
	}
}
@media screen and (max-width: 767px) {
	.portfolio-item-wrap .bottom-text {
		right: -23px;
		padding: 44px 0
	}
}
.ra-triangle {
	float: left;
	width: 363px;
	height: 341px;
	-webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
	clip-path: polygon(100% 0, 0 100%, 100% 100%)
}
@media screen and (max-width: 991px) {
	.ra-triangle {
		width: 242px;
		height: 243.5714285714px
	}
}
@media screen and (max-width: 767px) {
	.ra-triangle {
		width: 242px;
		height: 243.5714285714px
	}
}
.ra-triangle.dl-pink {
	background: rgba(97, 3, 123, 0.6);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.6) 0%, rgba(183, 7, 70, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.6)), color-stop(100%, rgba(183, 7, 70, 0.6)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.6) 0%, rgba(183, 7, 70, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.6) 0%, rgba(183, 7, 70, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.6) 0%, rgba(183, 7, 70, 0.6) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.6) 0%, rgba(183, 7, 70, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.6)", endColorstr="rgba(183, 7, 70, 0.6)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.6), rgba(183, 7, 70, 0.6))
}
.ra-triangle.dl-green {
	background: rgba(35, 191, 109, 0.6);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.6) 0%, rgba(66, 158, 223, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.6)), color-stop(100%, rgba(66, 158, 223, 0.6)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.6) 0%, rgba(66, 158, 223, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.6) 0%, rgba(66, 158, 223, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.6) 0%, rgba(66, 158, 223, 0.6) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.6) 0%, rgba(66, 158, 223, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.6)", endColorstr="rgba(66, 158, 223, 0.6)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.6), rgba(66, 158, 223, 0.6))
}
.ra-triangle.dl-orange {
	background: rgba(235, 118, 15, 0.6);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.6) 0%, rgba(197, 63, 120, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.6)), color-stop(100%, rgba(197, 63, 120, 0.6)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.6) 0%, rgba(197, 63, 120, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.6) 0%, rgba(197, 63, 120, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.6) 0%, rgba(197, 63, 120, 0.6) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.6) 0%, rgba(197, 63, 120, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.6)", endColorstr="rgba(197, 63, 120, 0.6)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.6), rgba(197, 63, 120, 0.6))
}
.ra-triangle.dl-blue {
	background: rgba(16, 205, 222, 0.6);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.6) 0%, rgba(34, 34, 182, 0.6) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.6)), color-stop(100%, rgba(34, 34, 182, 0.6)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.6) 0%, rgba(34, 34, 182, 0.6) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.6) 0%, rgba(34, 34, 182, 0.6) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.6) 0%, rgba(34, 34, 182, 0.6) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.6) 0%, rgba(34, 34, 182, 0.6) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.6)", endColorstr="rgba(34, 34, 182, 0.6)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.6), rgba(34, 34, 182, 0.6))
}
.two-text {
	float: left;
	width: 100%;
	height: auto;
	font-family: Oswald, sans-serif;
	font-size: 1.3125rem;
	color: #3c3d48;
	font-weight: 300
}
@media screen and (max-width: 991px) {
	.two-text {
		font-size: 1.1rem
	}
}
@media screen and (max-width: 767px) {
	.two-text {
		font-size: 1.2rem
	}
}
.two-text.dark-text {
	color: #1e1f27
}
.two-text.white-text {
	color: #fff
}
@media screen and (max-width: 767px) {
	.two-text.white-text {
		color: #1e1f27
	}
}
.two-text h2,
.two-text h3 {
	font-family: "Oswald", sans-serif;
	font-size: 2.4375rem;
	font-weight: 700;
	text-transform: capitalize;
	color: inherit;
	padding-top: 5px
}
@media screen and (max-width: 991px) {
	.two-text h2,
	.two-text h3 {
		font-size: 2rem
	}
}
@media screen and (max-width: 767px) {
	.two-text h2,
	.two-text h3 {
		font-size: 2.2rem
	}
}
.circle-abtn {
	float: left;
	width: auto;
	height: auto;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.circle-abtn * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.circle-abtn a {
	float: left;
	width: 72px;
	height: 72px;
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	-webkit-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05)
}
.circle-abtn a span {
	background-image: url("../images/btrnarrow.png");
	float: none;
	width: 15px;
	height: 34px;
	display: inline-block;
	margin-top: 19px
}
@media(max-width: 767px) {
	.circle-abtn a {
		display: none
	}
}
.circle-abtn a:hover {
	-webkit-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03);
	-moz-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03);
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.03)
}
.circle-abtn a:hover span {
	margin-top: 27px
}
.mini-flex-listing {
	float: left;
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	padding: 0 5.25%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 991px) {
	.mini-flex-listing {
		justify-content: center
	}
}
.mini-flex-listing * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.mini-flex-listing .mini-item {
	display: inline-block;
	width: 25%;
	height: auto;
	padding: 0 1.54% 78px 1.54%
}
@media screen and (max-width: 991px) {
	.mini-flex-listing .mini-item {
		width: 33%;
		max-width: 240px
	}
}
@media screen and (max-width: 767px) {
	.mini-flex-listing .mini-item {
		width: 50%;
		max-width: 240px
	}
}
.mini-flex-listing .mini-item .mini-item-inner {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	cursor: pointer
}
.mini-flex-listing .mini-item .mini-item-inner:hover .mini-imgbox {
	background-size: 125%
}
.mini-flex-listing .mini-item .mini-item-inner:hover .mini-description {
	left: 19px
}
.mini-flex-listing .mini-item .mini-item-inner .imgBox .img-inner .pattren-Circle {
	width: 10.5rem;
	height: 10.5rem;
	position: absolute;
	top: -3.5593220339rem;
	right: -3.75rem;
	-webkit-border-radius: 5.25rem;
	-moz-border-radius: 5.25rem;
	border-radius: 5.25rem;
	z-index: 3;
	filter: brightness(115%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-imgbox {
	float: left;
	width: 15rem;
	height: 21.875rem;
	background-position: center center;
	background-repeat: repeat;
	background-size: 100%;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	position: relative;
	z-index: 1;
	filter: brightness(115%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-gra-overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 2
}
.mini-flex-listing .mini-item .mini-item-inner .mini-gra-overlay.dl-pink {
	background: rgba(97, 3, 123, 0.8);
	background: -moz-linear-gradient(left, rgba(97, 3, 123, 0.8) 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(97, 3, 123, 0.8)), color-stop(100%, rgba(183, 7, 70, 0.8)));
	background: -webkit-linear-gradient(left, rgba(97, 3, 123, 0.8) 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(97, 3, 123, 0.8) 0%, rgba(183, 7, 70, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(97, 3, 123, 0.8) 0%, rgba(183, 7, 70, 0.8) 100%);
	background: linear-gradient(to right, rgba(97, 3, 123, 0.8) 0%, rgba(183, 7, 70, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(97, 3, 123, 0.8)", endColorstr="rgba(183, 7, 70, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(97, 3, 123, 0.8), rgba(183, 7, 70, 0.8));
	filter: brightness(120%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-gra-overlay.dl-green {
	background: rgba(35, 191, 109, 0.8);
	background: -moz-linear-gradient(left, rgba(35, 191, 109, 0.8) 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(35, 191, 109, 0.8)), color-stop(100%, rgba(66, 158, 223, 0.8)));
	background: -webkit-linear-gradient(left, rgba(35, 191, 109, 0.8) 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(35, 191, 109, 0.8) 0%, rgba(66, 158, 223, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(35, 191, 109, 0.8) 0%, rgba(66, 158, 223, 0.8) 100%);
	background: linear-gradient(to right, rgba(35, 191, 109, 0.8) 0%, rgba(66, 158, 223, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(35, 191, 109, 0.8)", endColorstr="rgba(66, 158, 223, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(35, 191, 109, 0.8), rgba(66, 158, 223, 0.8));
	filter: brightness(120%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-gra-overlay.dl-orange {
	background: rgba(235, 118, 15, 0.8);
	background: -moz-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(235, 118, 15, 0.8)), color-stop(100%, rgba(197, 63, 120, 0.8)));
	background: -webkit-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	background: linear-gradient(to right, rgba(235, 118, 15, 0.8) 0%, rgba(197, 63, 120, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(235, 118, 15, 0.8)", endColorstr="rgba(197, 63, 120, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(235, 118, 15, 0.8), rgba(197, 63, 120, 0.8));
	filter: brightness(120%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-gra-overlay.dl-blue {
	background: rgba(16, 205, 222, 0.8);
	background: -moz-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(16, 205, 222, 0.8)), color-stop(100%, rgba(34, 34, 182, 0.8)));
	background: -webkit-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -o-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: -ms-linear-gradient(left, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	background: linear-gradient(to right, rgba(16, 205, 222, 0.8) 0%, rgba(34, 34, 182, 0.8) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(16, 205, 222, 0.8)", endColorstr="rgba(34, 34, 182, 0.8)", GradientType=1);
	-pie-background: linear-gradient(to right, rgba(16, 205, 222, 0.8), rgba(34, 34, 182, 0.8));
	filter: brightness(120%)
}
.mini-flex-listing .mini-item .mini-item-inner .mini-description {
	position: absolute;
	bottom: 20px;
	left: 10px;
	width: auto;
	height: auto;
	z-index: 5
}
.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text {
	font-size: 17px
}
@media screen and (max-width: 767px) {
	.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text {
		font-size: 16px
	}
}
@media screen and (max-width: 767px) {
	.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text.white-text {
		color: #fff
	}
}
.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text h2,
.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text h3 {
	font-size: 24px;
	padding-top: 11px
}
@media screen and (max-width: 767px) {
	.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text h2,
	.mini-flex-listing .mini-item .mini-item-inner .mini-description .two-text h3 {
		font-size: 22px
	}
}
.pos-rel {
	position: relative
}
.empty-imgBox {
	float: left;
	width: 100%;
	height: 333px
}
@media screen and (max-width: 1199px) {
	.empty-imgBox {
		height: 250px
	}
}
@media screen and (max-width: 991px) {
	.empty-imgBox {
		height: 250px
	}
}
@media screen and (max-width: 767px) {
	.empty-imgBox {
		height: 250px
	}
}
.item-box-shadow {
	-webkit-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 18px 69px 0px rgba(0, 0, 0, 0.12)
}
.no-shadow {
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0)
}
.item-box-radius-5x {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
.pad-lr-27x {
	padding: 0 27px
}
.pad-0x {
	padding: 0px !important
}
.refresh-page-icon {
	font-size: 35px;
	color: #b9bab7
}
.refresh-page-icon .loading-text {
	padding-top: 25px
}
.thank-you .xlText {
	font-size: 15.2rem;
	top: 11rem
}
@media screen and (min-width: 1200px)and (max-width: 1280px) {
	.thank-you .xlText {
		font-size: 13rem;
		top: 13rem
	}
}
@media screen and (max-width: 1199px) {
	.thank-you .xlText {
		font-size: 10.5rem;
		top: 14rem
	}
}
@media screen and (max-width: 991px) {
	.thank-you .xlText {
		font-size: 8.5rem;
		top: 16rem
	}
}
@media screen and (max-width: 767px) {
	.thank-you .xlText {
		display: none !important
	}
}
@media screen and (max-width: 575px) {
	.thank-you .xlText {
		display: none !important
	}
}
.thank-you .triangleBgIcon.bottom-left,
.thank-you .bottom-left.pd-trigicon,
.thank-you .pd-trigicon.btm-lft {
	display: none
}
.thank-you .thank-wrap {
	min-height: 50px;
	padding-bottom: 25px
}
.thank-you .lower-ftr .scrb-ftr-wrap .scrb-ftr-innr {
	padding-top: 38px
}
.thank-wrap {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 25.6px;
	color: #fff;
	font-weight: 600;
	text-align: center;
	min-height: 450px;
	margin-top: 230px;
	line-height: 1.7
}
@media screen and (max-width: 767px) {
	.thank-wrap {
		margin-top: 40px;
		font-size: 21px;
		padding-left: 20px;
		padding-right: 20px
	}
	.thank-wrap br {
		display: none
	}
}
.thank-wrap h2 {
	font-family: Oswald, sans-serif;
	font-size: 80px;
	color: #21ad84;
	font-weight: 700;
	margin-bottom: 40px;
	position: relative
}
@media screen and (max-width: 767px) {
	.thank-wrap h2 {
		font-size: 4.5rem
	}
}
.thank-wrap h2 span {
	position: relative;
	z-index: 2
}
.thank-wrap h2:before {
	content: "Thank You";
	float: none;
	width: 100%;
	height: auto;
	position: absolute;
	left: 4px;
	top: 3px;
	z-index: 1;
	color: #393a46;
	-webkit-text-stroke: 1px #429edf;
	text-stroke: 1px #429edf;
	-webkit-background-clip: text
}
.social-fb {
	background: #10cdde;
	background: -moz-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #10cdde), color-stop(100%, #2222b6 110%));
	background: -webkit-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -o-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: -ms-linear-gradient(left, #10cdde 0%, #2222b6 110% 100%);
	background: linear-gradient(to right, #10cdde 0%, #2222b6 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#10cdde", endColorstr="#2222b6 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #10cdde, #2222b6 110%)
}
.social-twt {
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746 110%));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 110% 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746 110%)
}
.social-lkin {
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf 110%));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 110% 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf 110%)
}
.social-insta {
	background: #eb760f;
	background: -moz-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #eb760f), color-stop(100%, #c53f78 110%));
	background: -webkit-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -o-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: -ms-linear-gradient(left, #eb760f 0%, #c53f78 110% 100%);
	background: linear-gradient(to right, #eb760f 0%, #c53f78 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#eb760f", endColorstr="#c53f78 110%", GradientType=1);
	-pie-background: linear-gradient(to right, #eb760f, #c53f78 110%)
}
.social-ytube {
	background: #fc6d6d;
	background: -moz-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fc6d6d), color-stop(100%, #cd0101 110%));
	background: -webkit-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -o-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: -ms-linear-gradient(top, #fc6d6d 0%, #cd0101 110% 100%);
	background: linear-gradient(to bottom, #fc6d6d 0%, #cd0101 110% 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fc6d6d", endColorstr="#cd0101 110%", GradientType=0);
	-pie-background: linear-gradient(to bottom, #fc6d6d, #cd0101 110%)
}
.helloBar {
	float: left;
	width: 100%;
	height: auto;
	background-color: #21ad84;
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	padding: 15px 10px 14px 10px;
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}
@media screen and (max-width: 767px) {
	.helloBar {
		line-height: normal
	}
}
.helloBar * {
	-webkit-transition: all .2s ease 0s;
	-moz-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}
.helloBar a {
	color: #fff;
	text-decoration: none;
	font-weight: 700
}
.helloBar a:hover {
	text-decoration: none
}
.helloBar a:hover img {
	-webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
	transform: translateX(10px)
}
.helloBar a span {
	font-weight: 400
}
.blog .cusPage-con .flex-listing,
.blog .portf-cont .flex-listing,
.blog .portfd-container .flex-listing,
.blog .custum-cont .flex-listing {
	position: relative;
	z-index: 3
}
.bl-video .flex-listing .gird-fifty .imgBox {
	margin-bottom: 1.2rem
}
.bl-video .flex-listing .gird-fifty .gin-gra a:hover .videoIcon {
	-webkit-transform-origin: 65px 65px;
	-moz-transform-origin: 65px 65px;
	-ms-transform-origin: 65px 65px;
	-o-transform-origin: 65px 65px;
	transform-origin: 65px 65px;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-ms-transform: scale(2);
	-o-transform: scale(2);
	transform: scale(2);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0
}
.disbtn {
	position: relative
}
.disbtn a {
	cursor: not-allowed
}
.disbtn:hover .tool-popup {
	display: block !important
}
.tool-popup {
	position: absolute;
	top: -50px;
	left: 0px;
	max-width: 100%;
	height: auto;
	min-width: 120px;
	display: none;
	z-index: 10
}
.tool-popup .tp-arrow {
	float: left;
	width: auto;
	height: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	border-top: 7px solid #3d3e49;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	position: absolute;
	left: 50%;
	bottom: -7px
}
.tool-popup .tp-inn {
	float: left;
	width: 100%;
	height: auto;
	padding: 8px 6%;
	background-color: #3d3e49;
	line-height: 1.3;
	text-align: center;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px
}
.blog-ebooks.disabled+.tool-popup {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}
.text-purple {
	color: #79046c !important
}
.city-listing .xlText {
	letter-spacing: 1.1rem
}
@media(max-width: 767px) {
	.city-listing .contact-talk {
		font-size: 1.25rem;
		margin-top: 3rem;
		margin-bottom: 3rem
	}
}
.city-listing .contact-talk .contact-talk-inner .ctalk-leftSec {
	padding-bottom: 42px
}
@media(max-width: 767px) {
	.city-listing .contact-talk .contact-talk-inner .ctalk-leftSec {
		padding-bottom: 18px
	}
}
.city-listing .contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad {
	margin-bottom: 0
}
.city-listing .contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad a {
	color: #439fdf;
	text-decoration: none
}
.city-listing .contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad a:hover {
	color: #21ad84;
	text-decoration: underline
}
@media(max-width: 767px) {
	.city-listing .heading-primary {
		font-size: 3.5rem
	}
}
.city-listing .heading-primary .heading-detail {
	width: 100%
}
.city-listing .heading-primary .heading-detail:before {
	content: "New York Web Design Experts"
}
.city-minHeight {
	float: left;
	width: 100%;
	height: auto;
	min-height: 29.5rem;
	position: relative;
	z-index: 3
}
.citylistWrap {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #737379;
	font-weight: 400;
	position: relative;
	padding-bottom: 100px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media(max-width: 767px) {
	.citylistWrap {
		font-size: 16.5px
	}
}
.citylistWrap * {
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.citylistWrap a {
	color: #439fdf
}
.citylistWrap a:hover {
	color: #21ad84
}
.citylistWrap .city-col {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.citylistWrap .city-col p {
	margin-bottom: 13px
}
.citylistWrap ul {
	list-style-type: none;
	list-style-position: outside;
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6
}
@media screen and (max-width: 1199px) {
	.citylistWrap ul {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4
	}
}
@media screen and (max-width: 991px) {
	.citylistWrap ul {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3
	}
}
@media screen and (max-width: 767px) {
	.citylistWrap ul {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2
	}
}
@media screen and (max-width: 575px) {
	.citylistWrap ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}
.citylistWrap ul li {
	display: inline-block;
	width: 100%;
	padding: 0 8px;
	text-transform: capitalize
}
@media screen and (min-width: 350px)and (max-width: 767px) {
	.citylistWrap ul li {
		width: 50%
	}
}
.clist-icon img {
	border: none;
	outline: none
}
.error-404-wrap {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 21.28px;
	color: #fff;
	font-weight: 400;
	text-align: center;
	margin-top: 161px;
	margin-bottom: 158px;
	line-height: normal;
	letter-spacing: 1px
}
@media screen and (max-width: 991px) {
	.error-404-wrap {
		font-size: 16px;
		margin-top: 55px;
		margin-bottom: 55px
	}
}
.error-404-wrap h1 {
	font-family: Open Sans, sans-serif;
	font-size: 63.17px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 10px
}
@media screen and (max-width: 1199px) {
	.error-404-wrap h1 {
		font-size: 54px
	}
}
@media screen and (max-width: 991px) {
	.error-404-wrap h1 {
		font-size: 34px
	}
}
.error-404-wrap p {
	padding-bottom: 10px
}
.error-404-wrap img {
	border: none;
	outline: none;
	max-width: 100%;
	width: auto;
	height: auto;
	margin-bottom: 47px
}
.error-404-wrap .backHome {
	float: none;
	width: auto;
	height: auto;
	position: relative;
	background: #393a46;
	background-clip: padding-box;
	border: 1px solid transparent;
	display: inline-block;
	padding: 0px 34px;
	margin-top: 34px
}
.error-404-wrap .backHome:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
@media screen and (max-width: 991px) {
	.error-404-wrap .backHome {
		font-size: 14px
	}
}
.error-404-wrap .backHome:before {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px
}
.error-404-wrap .backHome:hover {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	color: #fff
}
.clear-both {
	clear: both
}
.clear-left {
	clear: left
}
.clear-right {
	clear: right
}
.newDropDown {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.dropText {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	width: 100%;
	height: 54px;
	z-index: 1;
	background-color: #fff;
	border: 1px solid #c0bfc8;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-family: "Open Sans", sans-serif;
	font-size: 1.0625rem;
	color: #5e5e65;
	font-weight: 600;
	padding: .75rem 2.125rem .75rem 1.375rem;
	line-height: 1.6
}
.dropText .icon {
	position: absolute;
	top: 19px;
	right: 17px;
	font-size: .9375rem
}
.dropbtn {
	display: block;
	float: left;
	width: 100%;
	height: 54px;
	background-color: transparent !important;
	color: #fff;
	padding: 16px;
	font-size: 16px;
	border: none;
	cursor: pointer;
	outline: none !important;
	border: none !important;
	position: relative;
	z-index: 2
}
.dropbtn:hover,
.dropbtn:focus {
	background-color: #2980b9
}
.dropbtn span {
	display: block;
	float: left;
	width: 100%;
	height: auto
}
.dropdown {
	position: relative;
	display: inline-block
}
.dropdown-content {
	display: none;
	position: absolute;
	left: 0;
	top: 54px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	width: 100%;
	overflow: auto;
	z-index: 1;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 400;
	padding: .5rem 0;
	margin: .125rem 0 0;
	-webkit-border-radius: 0.25rem;
	-moz-border-radius: 0.25rem;
	border-radius: 0.25rem
}
.dropdown-content a {
	color: #000;
	padding: .5rem 1rem;
	text-decoration: none !important;
	display: block;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 400
}
.dropdown-content a:hover {
	color: #439fdf !important;
	background-color: #d8efff !important;
	text-decoration: none !important
}
.show {
	display: block
}
.contact {
	background-color: #fff
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.contact .contact-talk .contact-talk-inner .ctalk-leftSec {
		padding-right: 0
	}
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.contact .contact-talk .contact-talk-inner .ctalk-rightSec {
		padding-left: 40px
	}
}
.contact-minHeight {
	float: left;
	width: 100%;
	height: auto;
	min-height: 29.5rem;
	position: relative;
	z-index: 3
}
.contact-form-wrap {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 3.28125rem;
	position: relative
}
@media screen and (max-width: 1199px) {
	.contact-form-wrap {
		padding-bottom: 1rem
	}
}
@media screen and (max-width: 991px) {
	.contact-form-wrap {
		padding-bottom: 1.25rem
	}
}
.contact-form-wrap .contact-form-inner {
	clear: both;
	float: left;
	width: 100%;
	height: auto
}
@media screen and (max-width: 767px) {
	.contact-form-wrap .contact-form-inner {
		width: 94%;
		margin: 0 3%
	}
}
@media screen and (max-width: 575px) {
	.contact-form-wrap .contact-form-inner {
		width: 94%;
		margin: 0 3%
	}
}
.contact-form-wrap .trans-Circle.bottom-left,
.contact-form-wrap .trans-Circle.pd-trigicon.btm-lft {
	position: absolute;
	left: -8.75rem;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9) 15%;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 15% 0%, rgba(255, 255, 255, 0.4) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.9) 15%), color-stop(100%, rgba(255, 255, 255, 0.4)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 15% 0%, rgba(255, 255, 255, 0.4) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 15% 0%, rgba(255, 255, 255, 0.4) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.9) 15% 0%, rgba(255, 255, 255, 0.4) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 15% 0%, rgba(255, 255, 255, 0.4) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, 0.9) 15%", endColorstr="rgba(255, 255, 255, 0.4)", GradientType=0);
	-pie-background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9) 15%, rgba(255, 255, 255, 0.4));
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3.5)";
	filter: alpha(opacity=3.5);
	-moz-opacity: .035;
	-khtml-opacity: .035;
	opacity: .035
}
.contact-social {
	clear: both;
	float: left;
	width: 100%;
	height: auto
}
.contact-help {
	clear: both;
	float: left;
	width: 100%;
	height: auto
}
.black-theme {
	background-color: #393a46
}
.black-theme .triangleBgIcon,
.black-theme .pd-trigicon {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	background-color: #f2f0ff
}
.black-theme .xlText {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	color: #FFFFFF;
	-webkit-text-fill-color: transparent;
	background: #FFFFFF;
	background: -moz-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, transparent));
	background: -webkit-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background: -o-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background: -ms-linear-gradient(top, #FFFFFF 0%, transparent 100%);
	background: linear-gradient(to bottom, #FFFFFF 0%, transparent 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="transparent", GradientType=0);
	-pie-background: linear-gradient(to bottom, #FFFFFF, transparent);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.black-theme .xlText {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to bottom, transparent 0%, transparent 100%)
	}
}
.black-theme .contact-talk {
	color: #fff
}
.black-theme .contact-talk a {
	color: #fff
}
.black-theme .contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad02 {
	color: #fff
}
.black-theme .heading-primary .heading-title {
	color: #fff
}
.black-theme .hdr-contact .heading-detail:before {
	color: #393a46
}
.black-theme .input-field-wrap .input-field {
	color: #fff;
	background-color: #393a46;
	border: 1px solid #4d4e59
}
.black-theme .input-field-wrap .input-field label {
	color: #fff
}
.black-theme .input-field-wrap .input-field input,
.black-theme .input-field-wrap .input-field textarea {
	color: #fff
}
.black-theme .input-field-wrap .input-field input::-webkit-input-placeholder,
.black-theme .input-field-wrap .input-field textarea::-webkit-input-placeholder {
	color: #393a46
}
.black-theme .input-field-wrap .input-field input:-ms-input-placeholder,
.black-theme .input-field-wrap .input-field textarea:-ms-input-placeholder {
	color: #393a46
}
.black-theme .input-field-wrap .input-field input::placeholder,
.black-theme .input-field-wrap .input-field textarea::placeholder {
	color: #393a46
}
.black-theme .need-help-section {
	background-color: transparent
}
.black-theme .sub-heading {
	color: #fff
}
.black-theme .sub-heading h3 {
	color: #fff
}
.black-theme .help-text,
.black-theme .help-btm {
	color: #fff
}
.black-theme .help-text a:hover,
.black-theme .help-btm a:hover {
	color: #fff
}
.black-theme .need-help-inner {
	padding-bottom: 0px
}
.black-theme .social-section .social-inner {
	color: #fff
}
.contact-talk {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 1.3125rem;
	color: #3c3d48;
	font-weight: 400;
	margin: 9.0625rem 0 6.875rem 0;
	position: relative;
	z-index: 4
}
@media screen and (max-width: 991px) {
	.contact-talk {
		margin-bottom: 4.5rem
	}
}
@media screen and (max-width: 767px) {
	.contact-talk {
		margin-top: 5.2rem;
		margin-bottom: 4.2rem
	}
}
@media screen and (max-width: 575px) {
	.contact-talk {
		margin-top: 5rem;
		margin-bottom: 4rem
	}
}
.contact-talk a {
	text-decoration: underline;
	color: #3c3d48;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.contact-talk a:hover {
	text-decoration: none;
	color: #21ad84
}
.contact-talk .contact-talk-inner {
	float: left;
	width: 100%;
	height: auto;
	clear: both;
	padding: 0 18px
}
.contact-talk .contact-talk-inner .row {
	margin: 0
}
.contact-talk .contact-talk-inner .ctalk-leftSec {
	padding: 0px
}
@media screen and (max-width: 991px) {
	.contact-talk .contact-talk-inner .ctalk-leftSec {
		margin-bottom: 1.6rem
	}
}
@media screen and (max-width: 575px) {
	.contact-talk .contact-talk-inner .ctalk-leftSec {
		margin-bottom: 1.6rem
	}
}
.contact-talk .contact-talk-inner .ctalk-rightSec {
	padding: 0px
}
.contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad {
	float: left;
	width: 100%;
	height: auto;
	margin-top: -0.3125rem;
	line-height: 1.7;
	margin-bottom: 1.5625rem;
	font-weight: 700
}
@media screen and (max-width: 991px) {
	.contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad {
		margin-bottom: 0
	}
}
.contact-talk .contact-talk-inner .ctalk-rightSec .rightTextpad02 {
	float: left;
	width: 100%;
	height: auto;
	line-height: 2.5rem;
	font-family: Open Sans, sans-serif;
	font-size: 1.6875rem;
	color: #3c3d48;
	font-weight: 600;
	margin-bottom: 1.5625rem
}
.contact-talk .contact-talk-inner .ctalk-rightSec em {
	font-style: italic
}
.input-field-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 1.125rem 0
}
.input-field-wrap .input-field {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f8f7ff;
	border: 1px solid #f0f0f0;
	padding: 1.375rem 1.75rem .625rem 1.75rem;
	font-family: Open Sans, sans-serif;
	font-size: 1.133rem;
	color: #3c3d48;
	font-weight: 400;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}
@media screen and (max-width: 991px) {
	.input-field-wrap .input-field {
		padding: .625rem 1.75rem .35rem 1.75rem
	}
}
@media screen and (max-width: 767px) {
	.input-field-wrap .input-field {
		padding-top: 1rem
	}
}
@media screen and (max-width: 575px) {
	.input-field-wrap .input-field {
		padding-top: 1rem
	}
}
.input-field-wrap .input-field label {
	position: absolute;
	width: 100%;
	left: 44px;
	z-index: 1;
	font-family: Open Sans, sans-serif;
	font-size: 1.133rem;
	color: #3c3d48;
	font-weight: 400;
	-webkit-transform-origin: top left;
	-moz-transform-origin: top left;
	-ms-transform-origin: top left;
	-o-transform-origin: top left;
	transform-origin: top left;
	-webkit-transform: translate(0, 16px) scale(1);
	-moz-transform: translate(0, 16px) scale(1);
	-ms-transform: translate(0, 16px) scale(1);
	-o-transform: translate(0, 16px) scale(1);
	transform: translate(0, 16px) scale(1);
	-webkit-transition: all .1s ease-in-out;
	-moz-transition: all .1s ease-in-out;
	-o-transition: all .1s ease-in-out;
	transition: all .1s ease-in-out
}
.input-field-wrap .input-field label.selected {
	-webkit-transform: translate(0, 4px) scale(0.75);
	-moz-transform: translate(0, 4px) scale(0.75);
	-ms-transform: translate(0, 4px) scale(0.75);
	-o-transform: translate(0, 4px) scale(0.75);
	transform: translate(0, 4px) scale(0.75)
}
.input-field-wrap .input-field.active label {
	-webkit-transform: translate(0, 4px) scale(0.75);
	-moz-transform: translate(0, 4px) scale(0.75);
	-ms-transform: translate(0, 4px) scale(0.75);
	-o-transform: translate(0, 4px) scale(0.75);
	transform: translate(0, 4px) scale(0.75)
}
.input-field-wrap .input-field input,
.input-field-wrap .input-field textarea {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 1.133rem;
	color: #3c3d48;
	font-weight: 400;
	border: none;
	outline: none;
	background-color: transparent;
	min-height: 3.5rem
}
.input-field-wrap .input-field textarea {
	resize: none;
	min-height: 11rem;
	padding-top: 1.25rem
}
.input-field-wrap .input-button {
	float: none;
	width: auto;
	height: auto;
	display: inline-block;
	margin: auto;
	margin-top: 2rem
}
.input-field-wrap .input-button .btn-contact {
	color: #fff;
	background-color: #21ad84;
	border: 1px solid #21ad84;
	outline: none;
	padding: 1.8rem 3.6875rem;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px
}
.input-field-wrap .input-button .btn-contact:hover {
	color: #21ad84;
	background-color: #fff
}
.input-field-wrap .has-error,
.input-field-wrap .error,
.input-field-wrap .error-p {
	margin: .8rem 0 .35rem .2rem
}
.social-section {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding: 3.28125rem 0
}
@media screen and (max-width: 991px) {
	.social-section {
		padding: 2.2rem 0
	}
}
@media screen and (max-width: 767px) {
	.social-section {
		padding-top: 0
	}
}
@media screen and (max-width: 575px) {
	.social-section {
		padding-top: 0
	}
}
.social-section .social-inner {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 1.6rem;
	color: #3c3d48;
	font-weight: 600;
	line-height: 2.85rem
}
@media screen and (max-width: 767px) {
	.social-section .social-inner {
		width: 94%;
		margin: 0 3%;
		font-size: 1.3rem;
		line-height: 2.3rem;
		text-align: center
	}
}
@media screen and (max-width: 575px) {
	.social-section .social-inner {
		width: 94%;
		margin: 0 3%;
		font-size: 1.3rem;
		line-height: 2.3rem;
		text-align: center
	}
}
.social-section .social-inner .social-left {
	padding-right: 30px
}
@media screen and (max-width: 1199px) {
	.social-section .social-inner .social-left {
		padding-right: 15px
	}
}
.social-section .social-inner em {
	font-style: italic
}
.social-section .social-inner .sr-inner {
	clear: both;
	float: right;
	width: auto;
	height: auto;
	margin-top: 1.3125rem
}
@media screen and (max-width: 767px) {
	.social-section .social-inner .sr-inner {
		float: left;
		width: 100%
	}
}
@media screen and (max-width: 575px) {
	.social-section .social-inner .sr-inner {
		float: left;
		width: 100%
	}
}
.social-section .social-inner .sr-inner ul {
	list-style-type: none;
	list-style-position: outside
}
.social-section .social-inner .sr-inner ul li {
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 .75rem .4rem
}
@media screen and (max-width: 767px) {
	.social-section .social-inner .sr-inner ul li {
		float: none;
		display: inline-block;
		margin: 0 .75rem .75rem 0
	}
}
@media screen and (max-width: 575px) {
	.social-section .social-inner .sr-inner ul li {
		float: none;
		display: inline-block;
		margin: 0 .25rem .75rem 0
	}
}
.social-section .social-inner .sr-inner ul li a {
	display: inline-block;
	text-decoration: none;
	border: none;
	outline: none;
	cursor: pointer
}
@media screen and (max-width: 767px) {
	.social-section .social-inner .sr-inner ul li a {
		float: left
	}
}
@media screen and (max-width: 575px) {
	.social-section .social-inner .sr-inner ul li a {
		float: left
	}
}
.need-help-section {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	background-color: #f8f7ff
}
.need-help-container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 1225px
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.need-help-container {
		max-width: 1075px
	}
}
.need-help-inner {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	padding: 3.0625rem 0 6.875rem 0
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.need-help-inner {
		padding-bottom: 1.875rem
	}
}
@media screen and (max-width: 1199px) {
	.need-help-inner {
		padding-left: 5%;
		padding-right: 5%;
		padding-bottom: 1.875rem
	}
}
@media screen and (max-width: 991px) {
	.need-help-inner {
		padding-bottom: 1.8rem
	}
}
@media screen and (max-width: 767px) {
	.need-help-inner {
		padding-bottom: 1.5rem;
		padding-left: 10%
	}
}
@media screen and (max-width: 575px) {
	.need-help-inner {
		padding-bottom: 1.5rem
	}
}
.nh-heading {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 4.0625rem 2.25rem 4.0625rem 2.25rem
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.nh-heading {
		padding-bottom: 3.0625rem
	}
}
@media screen and (max-width: 1199px) {
	.nh-heading {
		padding-bottom: 1.8rem
	}
}
@media screen and (max-width: 991px) {
	.nh-heading {
		padding-bottom: 2.2rem
	}
}
@media screen and (max-width: 767px) {
	.nh-heading {
		padding-top: 3.5rem;
		padding-bottom: 2.7rem
	}
}
@media screen and (max-width: 575px) {
	.nh-heading {
		padding-top: 3.5rem;
		padding-bottom: 2.7rem
	}
}
.nh-heading h3 {
	font-family: Oswald, sans-serif;
	font-size: 4.21875rem;
	color: #3c3d48;
	font-weight: 700;
	position: relative;
	z-index: 2
}
@media screen and (max-width: 991px) {
	.nh-heading h3 {
		font-size: 3.5rem
	}
}
@media screen and (max-width: 767px) {
	.nh-heading h3 {
		font-size: 3rem
	}
}
@media screen and (max-width: 575px) {
	.nh-heading h3 {
		font-size: 2.5rem
	}
}
.nh-heading .trans-Circle {
	position: absolute;
	left: -14px;
	top: 0
}
.bottom-help {
	clear: both;
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	padding: 2.5rem 0 0 0
}
@media screen and (max-width: 1199px) {
	.bottom-help {
		padding: 2rem 0 0 0
	}
}
@media screen and (max-width: 991px) {
	.bottom-help {
		padding-top: 1rem
	}
}
.bottom-help .help-box {
	margin-left: 4.375rem
}
@media screen and (min-width: 1200px)and (max-width: 1235px) {
	.bottom-help .help-box {
		margin-left: 3.4rem
	}
}
@media screen and (max-width: 1199px) {
	.bottom-help .help-box {
		margin-left: 2rem;
		padding-bottom: 1.375rem
	}
}
@media screen and (max-width: 991px) {
	.bottom-help .help-box {
		margin-left: 0
	}
}
@media screen and (max-width: 767px) {
	.bottom-help .help-box {
		margin-left: 0;
		padding-left: 2.4rem;
		padding-right: 2.4rem
	}
}
@media screen and (max-width: 575px) {
	.bottom-help .help-box {
		margin-left: 0;
		padding-left: 2.4rem;
		padding-right: 2.4rem
	}
}
.bottom-help .help-btm,
.bottom-help .help-text {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
.bottom-help .help-text {
	min-height: 6rem
}
@media screen and (max-width: 767px) {
	.bottom-help .help-text {
		min-height: 32px
	}
}
.blog {
	background-color: #fff;
	word-wrap: break-word
}
.blog * {
	word-wrap: break-word
}
.blog .contact-talk-inner {
	padding: 0
}
@media screen and (max-width: 767px) {
	.blog .contact-talk-inner {
		padding: 0 18px
	}
}
.bl-listing {
	background-image: url("../images/blog-listing-bg.jpg");
	background-position: top left;
	background-repeat: repeat
}
.bl-listing .triangleBgIcon.bottom-left,
.bl-listing .bottom-left.pd-trigicon,
.bl-listing .pd-trigicon.btm-lft {
	height: 29.5rem
}
@media screen and (max-width: 1199px) {
	.bl-listing .triangleBgIcon.bottom-left,
	.bl-listing .bottom-left.pd-trigicon,
	.bl-listing .pd-trigicon.btm-lft {
		height: 30.3125rem
	}
}
@media screen and (max-width: 991px) {
	.bl-listing .triangleBgIcon.bottom-left,
	.bl-listing .bottom-left.pd-trigicon,
	.bl-listing .pd-trigicon.btm-lft {
		height: 30.3125rem
	}
}
@media screen and (max-width: 767px) {
	.bl-listing .triangleBgIcon.bottom-left,
	.bl-listing .bottom-left.pd-trigicon,
	.bl-listing .pd-trigicon.btm-lft {
		height: 26.35rem
	}
}
@media screen and (max-width: 575px) {
	.bl-listing .triangleBgIcon.bottom-left,
	.bl-listing .bottom-left.pd-trigicon,
	.bl-listing .pd-trigicon.btm-lft {
		height: 16.155rem
	}
}
.contact-talk a.btn-tab {
	color: #c4c4c8
}
.contact-talk a.btn-tab:hover {
	color: #439fdf
}
.blog-rTab-wrap {
	float: right;
	width: auto;
	height: auto;
	clear: both;
	position: relative;
	margin: 1.1875rem 0 0 0
}
@media screen and (max-width: 991px) {
	.blog-rTab-wrap {
		float: left;
		margin-left: -8px;
		margin-top: 2rem
	}
}
@media screen and (max-width: 767px) {
	.blog-rTab-wrap {
		float: left;
		width: 100%;
		margin: 1.1875rem 0 0 0
	}
}
@media screen and (max-width: 767px) {
	.blog-rTab-wrap .dropText span {
		float: left;
		width: 100%;
		height: auto;
		white-space: nowrap;
		overflow: hidden
	}
}
.brt-row {
	float: right;
	width: auto;
	height: auto;
	clear: both
}
@media screen and (max-width: 767px) {
	.brt-row {
		width: 100%
	}
}
@media screen and (min-width: 992px)and (max-width: 1800px) {
	.brt-row {
		margin-top: 54px
	}
}
.brt-row ul {
	list-style-type: none;
	list-style-position: outside
}
.brt-row ul li {
	display: inline-block;
	float: left;
	width: auto;
	height: auto;
	margin: 0 0 1.0625rem .5rem
}
@media screen and (max-width: 767px) {
	.brt-row ul li {
		margin-left: 0;
		margin-right: .5rem
	}
}
.blist-btm-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 7.9375rem 0
}
.blisting-wrap {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 3.4375rem;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	column-gap: 20px
}
@media screen and (max-width: 1199px) {
	.blisting-wrap {
		column-gap: 10px
	}
}
@media screen and (max-width: 767px) {
	.blisting-wrap {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		column-gap: 0px
	}
}
.blisting-wrap.twoOnly {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1
}
.blisting-wrap.twoOnly .gird-fifty {
	width: 49.75%
}
@media screen and (max-width: 767px) {
	.blisting-wrap.twoOnly .gird-fifty {
		width: 100%
	}
}
.blisting-wrap .gird-fifty {
	width: 99.83%;
	margin-top: 80px
}
.blisting-wrap .gird-fifty:first-child {
	margin-top: 0
}
@media screen and (max-width: 767px) {
	.blisting-wrap .gird-fifty:first-child .gin-wrap {
		padding-top: 0px
	}
}
@media screen and (max-width: 767px) {
	.blisting-wrap .gird-fifty {
		max-width: 530px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-top: 0px
	}
}
@media screen and (max-width: 767px) {
	.blisting-wrap .gird-fifty .gin-wrap {
		padding-top: 50px
	}
}
.blisting-wrap .grid-last {
	float: left;
	width: 99.83%;
	height: 80px
}
.see-more-post {
	display: inline-block;
	float: none;
	width: auto;
	border-color: #21ad84;
	color: #3c3d48;
	padding-left: 37px;
	padding-right: 37px
}
#blogRelated .nh-heading {
	width: auto
}
@media screen and (max-width: 1199px) {
	#blogRelated .nh-heading {
		float: none;
		margin-left: auto;
		margin-right: auto;
		min-height: 253px;
		max-width: 940px
	}
}
@media screen and (max-width: 991px) {
	#blogRelated .nh-heading {
		max-width: 700px
	}
}
@media screen and (max-width: 767px) {
	#blogRelated .nh-heading {
		width: 100%;
		height: 220px;
		max-width: 500px;
		min-height: 1px
	}
}
#blogRelated .nh-heading .trans-Circle {
	background: rgba(237, 237, 248, 0.9) 5%;
	background: -moz-linear-gradient(-45deg, rgba(237, 237, 248, 0.9) 5% 0%, transparent 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(237, 237, 248, 0.9) 5%), color-stop(100%, transparent));
	background: -webkit-linear-gradient(-45deg, rgba(237, 237, 248, 0.9) 5% 0%, transparent 100%);
	background: -o-linear-gradient(-45deg, rgba(237, 237, 248, 0.9) 5% 0%, transparent 100%);
	background: -ms-linear-gradient(-45deg, rgba(237, 237, 248, 0.9) 5% 0%, transparent 100%);
	background: linear-gradient(135deg, rgba(237, 237, 248, 0.9) 5% 0%, transparent 100%);
	-pie-background: linear-gradient(-45deg, rgba(237, 237, 248, 0.9) 5%, transparent)
}
@media screen and (max-width: 767px) {
	#blogRelated .nh-heading .trans-Circle {
		width: 11rem;
		height: 11rem;
		left: 14px;
		top: 16px
	}
}
#blogRelated .nh-heading h3 {
	margin: 1.875rem 0 0 2.375rem
}
#blogRelated .outline-bottom.green:after {
	width: 113.7%;
	left: -10%
}
#blogRelated.blisting-wrap.twoOnly {
	-webkit-column-count: initial !important;
	-moz-column-count: initial !important;
	column-count: initial !important
}
#blogRelated.blisting-wrap.twoOnly .gird-fifty {
	float: left;
	margin-top: 29px
}
@media screen and (max-width: 767px) {
	#blogRelated.blisting-wrap.twoOnly .gird-fifty {
		float: none
	}
}
#blogRelated.blisting-wrap.twoOnly .gird-fifty:first-child {
	clear: left
}
#blogRelated.blisting-wrap.twoOnly .gird-fifty+.gird-fifty {
	margin-top: -41px
}
@media screen and (max-width: 767px) {
	#blogRelated.blisting-wrap.twoOnly .gird-fifty+.gird-fifty {
		margin-top: 0px
	}
}
.blogNewWrap {
	float: left;
	width: 100%;
	height: auto
}
@media screen and (max-width: 767px) {
	.blogNewWrap .flex-listing {
		padding-top: 0px;
		justify-content: center
	}
}
.blogNewWrap .flex-listing .gird-fifty {
	margin-bottom: 92px
}
@media screen and (max-width: 767px) {
	.blogNewWrap .flex-listing .gird-fifty {
		margin-bottom: 50px;
		max-width: 531px
	}
}
.blogNewWrap .flex-listing .gird-fifty:nth-child(even) {
	margin-top: 0
}
.blogNewWrap .flex-listing .gird-fifty:nth-child(odd) {
	margin-top: -4.125rem
}
@media screen and (max-width: 767px) {
	.blogNewWrap .flex-listing .gird-fifty:nth-child(odd) {
		margin-top: 0px
	}
}
.blogNewWrap .flex-listing .gird-fifty .gin-wrap {
	padding: 0 45px
}
.blogNewWrap .flex-listing .gird-fifty .imgBox {
	margin-bottom: 0
}
.blogNewWrap .flex-listing .gird-fifty .grid-content .gc-para {
	min-height: 218px;
	text-transform: uppercase
}
@media screen and (max-width: 1199px) {
	.blogNewWrap .flex-listing .gird-fifty .grid-content .gc-para {
		min-height: 218px
	}
}
@media screen and (max-width: 991px) {
	.blogNewWrap .flex-listing .gird-fifty .grid-content .gc-para {
		min-height: 196px
	}
}
@media screen and (max-width: 767px) {
	.blogNewWrap .flex-listing .gird-fifty .grid-content .gc-para {
		min-height: 10px
	}
}
@media screen and (min-width: 992px)and (max-width: 1050px) {
	.blogNewWrap .flex-listing .gird-fifty .grid-content .gc-para {
		min-height: 218px
	}
}
.not-found {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #21ad84;
	font-weight: 700;
	text-align: center;
	padding: 0 0 50px 0
}
.bl-details .triangleBgIcon.bottom-left,
.bl-details .bottom-left.pd-trigicon,
.bl-details .pd-trigicon.btm-lft {
	width: 41rem
}
.top-blog-header,
.portfol-tp {
	float: left;
	width: 100%;
	height: auto;
	padding: 3.0625rem 0 0 0
}
.tpblog-inner,
.portfol-tpinnr,
.custum-continnr {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 2.125rem
}
.bldtl-tp-row {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 44px
}
.arrow-icon {
	float: left;
	width: auto;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: .875rem;
	color: #393a46;
	font-weight: 600;
	text-transform: uppercase
}
.arrow-icon+.arrow-icon {
	float: right
}
.arrow-icon a {
	float: left;
	width: 43px;
	height: 43px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-border-radius: 21.5px;
	-moz-border-radius: 21.5px;
	border-radius: 21.5px;
	-webkit-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	text-align: center;
	display: block;
	background-color: #fff;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #21ad84
}
.arrow-icon a.prev:after {
	content: "Back";
	font-size: .875rem;
	color: #393a46;
	line-height: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51;
	position: absolute;
	top: 48%;
	right: -19px;
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 767px) {
	.arrow-icon a.prev:after {
		top: 50%
	}
}
.arrow-icon a.next:before {
	content: "Next";
	font-size: .875rem;
	color: #393a46;
	line-height: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51;
	position: absolute;
	top: 48%;
	left: -19px;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 767px) {
	.arrow-icon a.next:before {
		top: 50%
	}
}
.arrow-icon a:hover {
	text-decoration: none;
	background-color: #21ad84;
	color: #fff
}
.arrow-icon a:hover.prev:after {
	right: -30px;
	color: #21ad84
}
.arrow-icon a:hover.next:before {
	left: -30px;
	color: #21ad84
}
.arrow-icon-02 {
	float: left;
	width: auto;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: .875rem;
	color: #393a46;
	font-weight: 600;
	text-transform: uppercase
}
.arrow-icon-02+.arrow-icon-02 {
	float: right
}
.arrow-icon-02 a {
	float: left;
	width: auto;
	height: 43px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	text-align: center;
	display: block;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.5;
	color: #21ad84
}
.arrow-icon-02 a .icoCir {
	float: left;
	width: 43px;
	height: 43px;
	-webkit-border-radius: 21.5px;
	-moz-border-radius: 21.5px;
	border-radius: 21.5px;
	-webkit-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 8px 17px 0px rgba(0, 0, 0, 0.05);
	color: #21ad84;
	background-color: #fff
}
.arrow-icon-02 a.prev:after {
	content: "Back";
	font-size: .875rem;
	color: #393a46;
	line-height: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51;
	position: relative;
	top: 0;
	right: -19px;
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 767px) {
	.arrow-icon-02 a.prev:after {
		top: 50%
	}
}
.arrow-icon-02 a.next:before {
	content: "Next";
	font-size: .875rem;
	color: #393a46;
	line-height: normal;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
	filter: alpha(opacity=51);
	-moz-opacity: .51;
	-khtml-opacity: .51;
	opacity: .51;
	position: relative;
	top: 0;
	left: -19px;
	-webkit-transform: translate(-100%, -50%);
	-moz-transform: translate(-100%, -50%);
	-ms-transform: translate(-100%, -50%);
	-o-transform: translate(-100%, -50%);
	transform: translate(-100%, -50%);
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
@media screen and (max-width: 767px) {
	.arrow-icon-02 a.next:before {
		top: 50%
	}
}
.arrow-icon-02 a:hover {
	text-decoration: none;
	color: #fff
}
.arrow-icon-02 a:hover .icoCir {
	color: #fff;
	background-color: #21ad84
}
.arrow-icon-02 a:hover.prev:after {
	right: -30px;
	color: #21ad84
}
.arrow-icon-02 a:hover.next:before {
	left: -30px;
	color: #21ad84
}
.bhdr-inner {
	float: left;
	width: 100%;
	height: auto;
	clear: both
}
.authInfo {
	padding-bottom: 27px
}
.authInfo .auth-inn {
	float: left;
	width: auto;
	height: auto;
	padding-bottom: 26px
}
.authInfo .auth-inn .author-img {
	float: left;
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid rgba(60, 61, 72, .09)
}
.authInfo .auth-inn .author-img img {
	float: left;
	width: 0px;
	height: 0px;
	visibility: hidden
}
.authInfo .auth-inn .author-text {
	float: left;
	width: auto;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #3c3d48;
	font-weight: 400;
	padding: 13px 0 0 13px
}
.authInfo .border-pix {
	width: 100%;
	height: 3px
}
.blog-main-title {
	float: left;
	width: 94%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 14px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 80px;
	letter-spacing: -1px;
	padding-bottom: 22px
}
.blog-main-title h1 {
	font-family: Oswald, sans-serif;
	font-size: 3.75rem;
	color: #3c3d48;
	font-weight: 700;
	color: #61037b;
	-webkit-text-fill-color: transparent;
	background: #61037b;
	background: -moz-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #61037b), color-stop(100%, #b70746));
	background: -webkit-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -o-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: -ms-linear-gradient(left, #61037b 0%, #b70746 100%);
	background: linear-gradient(to right, #61037b 0%, #b70746 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#61037b", endColorstr="#b70746", GradientType=1);
	-pie-background: linear-gradient(to right, #61037b, #b70746);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block;
	text-transform: uppercase
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.blog-main-title h1 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media screen and (max-width: 991px) {
	.blog-main-title h1 {
		font-size: 3rem;
		line-height: normal
	}
}
@media screen and (max-width: 767px) {
	.blog-main-title h1 {
		font-size: 2.15rem;
		line-height: normal
	}
}
.blog-main-title a {
	text-decoration: none;
	cursor: pointer
}
.blog-main-banner {
	float: left;
	width: 100%;
	height: auto
}
.blog-main-banner .blog-image {
	float: left;
	width: 100%;
	height: auto;
	margin-bottom: 45px
}
.blog-main-banner .blog-image img {
	float: left;
	width: auto;
	height: auto;
	max-width: 94%
}
.blog-main-banner .blog-banner-information {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #3c3d48;
	font-weight: 400;
	padding-bottom: 80px
}
@media screen and (max-width: 991px) {
	.blog-main-banner .blog-banner-information {
		font-size: 21px
	}
}
@media screen and (max-width: 767px) {
	.blog-main-banner .blog-banner-information {
		font-size: 18px;
		padding-bottom: 35px
	}
}
.blog-main-banner .blog-banner-information .bbinfo-inner {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 2.125rem
}
.blog-main-banner .blog-banner-information p {
	font-family: Open Sans, sans-serif;
	font-size: 24px;
	color: #3c3d48;
	font-weight: 400
}
@media screen and (max-width: 991px) {
	.blog-main-banner .blog-banner-information p {
		font-size: 21px
	}
}
@media screen and (max-width: 767px) {
	.blog-main-banner .blog-banner-information p {
		font-size: 18px
	}
}
.blog-main-banner .blog-banner-information a {
	text-decoration: underline;
	cursor: pointer;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}
.blog-main-banner .blog-banner-information a:hover {
	text-decoration: none;
	color: #21ad84
}
.blog-main-banner .blog-banner-information .bleft-text {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 9% 0 0;
	line-height: 42px;
	counter-reset: counter-bleft
}
@media screen and (max-width: 991px) {
	.blog-main-banner .blog-banner-information .bleft-text {
		line-height: 37px
	}
}
@media screen and (max-width: 767px) {
	.blog-main-banner .blog-banner-information .bleft-text {
		line-height: 34px;
		padding: 0
	}
}
.blog-main-banner .blog-banner-information .bleft-text img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto
}
@media screen and (max-width: 991px) {
	.blog-main-banner .blog-banner-information .bleft-text img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0
	}
}
@media screen and (max-width: 767px) {
	.blog-main-banner .blog-banner-information .bleft-text img {
		max-width: 100%;
		width: auto;
		height: auto;
		margin: 0
	}
}
.blog-main-banner .blog-banner-information .bleft-text ul {
	list-style-type: none;
	list-style-position: inside;
	padding-top: 42px
}
.blog-main-banner .blog-banner-information .bleft-text ul li {
	position: relative;
	padding-left: 38px
}
@media screen and (max-width: 767px) {
	.blog-main-banner .blog-banner-information .bleft-text ul li {
		padding-left: 27px
	}
}
.blog-main-banner .blog-banner-information .bleft-text ul li::before {
	content: "•";
	font-family: initial;
	font-size: 29px;
	position: absolute;
	top: 1px;
	left: 4px
}
.blog-main-banner .blog-banner-information .bleft-text ol {
	list-style-type: none;
	list-style-position: inside
}
.blog-main-banner .blog-banner-information .bleft-text ol li {
	counter-increment: counter-bleft;
	position: relative;
	padding-left: 38px
}
.blog-main-banner .blog-banner-information .bleft-text ol li::before {
	content: counter(counter-bleft)".";
	position: absolute;
	top: 0;
	left: 0
}
.blog-main-banner .blog-banner-information .bleft-text p+p {
	padding-top: 42px
}
.blog-main-banner .blog-banner-information .bleft-text strong,
.blog-main-banner .blog-banner-information .bleft-text b {
	font-weight: 700
}
.blog-main-banner .blog-banner-information .bleft-text em,
.blog-main-banner .blog-banner-information .bleft-text i {
	font-style: italic
}
.blog-content-wrap {
	float: left;
	width: 100%;
	height: auto;
	background-image: url("../images/blog-detail-bg.png");
	background-position: top center;
	background-repeat: repeat;
	background-size: contain;
	margin-bottom: 3.875rem;
	padding-bottom: 8.125rem;
	counter-reset: my-awesome-counter
}
@media screen and (max-width: 767px) {
	.blog-content-wrap {
		background-size: auto
	}
}
.blog-content-wrap .bs-inner {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 2.125rem
}
.blog-content-wrap img {
	max-width: 85%;
	margin: auto;
	-webkit-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.12);
	-moz-box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.12);
	box-shadow: 0px 18px 99px 0px rgba(174, 28, 105, 0.12);
	margin-left: 12.7%;
	margin-top: 1.0625rem;
	margin-bottom: 3.5rem
}
@media screen and (max-width: 767px) {
	.blog-content-wrap img {
		margin-left: 0;
		max-width: 100%
	}
}
.blog-content-wrap p {
	padding-left: 8.0625rem;
	padding-bottom: 2.625rem
}
@media screen and (max-width: 991px) {
	.blog-content-wrap p {
		padding-bottom: 1.625rem
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p {
		padding-left: 0px
	}
}
.blog-content-wrap p img {
	margin-left: 1.1rem;
	margin-bottom: .875rem;
	max-width: 95.5%;
	height: auto
}
@media screen and (max-width: 991px) {
	.blog-content-wrap p img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap p img {
		display: block;
		max-width: 100%;
		width: auto;
		height: auto;
		margin-left: 0;
		margin-right: 0
	}
}
.blog-content-wrap h1,
.blog-content-wrap h2,
.blog-content-wrap h3 {
	padding-bottom: 2.375rem
}
.blog-content-wrap h4,
.blog-content-wrap h5,
.blog-content-wrap h6 {
	padding-bottom: 1.9375rem
}
.blog-content-wrap ol {
	list-style: none
}
.blog-content-wrap ol.no-number li {
	margin-top: 15px
}
.blog-content-wrap ol.no-number li::before {
	display: none !important
}
.blog-content-wrap ol.normal-number {
	counter-reset: fourth-counter;
	padding-left: 8.0625rem;
	padding-bottom: 2.625rem
}
@media screen and (max-width: 767px) {
	.blog-content-wrap ol.normal-number {
		padding-left: 0
	}
}
.blog-content-wrap ol.normal-number li {
	counter-increment: fourth-counter;
	position: relative;
	margin-top: 0;
	padding-left: 24px
}
.blog-content-wrap ol.normal-number li::before {
	content: counter(fourth-counter)".";
	display: block !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	color: inherit;
	-webkit-text-stroke: 0px transparent;
	text-stroke: 0px transparent;
	-webkit-background-clip: text;
	position: absolute;
	top: 7px;
	left: 0px;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	line-height: normal
}
.blog-content-wrap ol.normal-number li p,
.blog-content-wrap ol.normal-number li img {
	padding-left: 0
}
.blog-content-wrap ol li {
	counter-increment: my-awesome-counter;
	position: relative;
	margin-top: 65px
}
.blog-content-wrap ol li.no-number {
	margin-top: 15px
}
.blog-content-wrap ol li.no-number::before {
	display: none !important
}
.blog-content-wrap ol li::before {
	content: "0" counter(my-awesome-counter);
	font-family: Oswald, sans-serif;
	font-size: 180px;
	color: #79046c;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=9)";
	filter: alpha(opacity=9);
	-moz-opacity: .09;
	-khtml-opacity: .09;
	opacity: .09;
	color: transparent;
	-webkit-text-stroke: 2px #79046c;
	text-stroke: 2px #79046c;
	-webkit-background-clip: text;
	position: absolute;
	top: -8px;
	left: 14px;
	line-height: .1
}
@media screen and (max-width: 767px) {
	.blog-content-wrap ol li::before {
		font-size: 102px;
		top: 2px;
		left: -7px
	}
}
.blog-content-wrap ul {
	padding-left: 8.0625rem;
	padding-bottom: 2.625rem
}
@media screen and (max-width: 991px) {
	.blog-content-wrap ul {
		padding-bottom: 1.625rem
	}
}
@media screen and (max-width: 767px) {
	.blog-content-wrap ul {
		padding-left: 0px
	}
}
.blog-content-wrap ul li {
	list-style-type: disc;
	margin-top: 0;
	margin-left: 24px;
	counter-increment: none
}
.blog-content-wrap ul li::before {
	display: none
}
.blog-content-wrap ul li p {
	padding-left: 0
}
.blog-content-wrap ul li p:first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.blog-content-wrap ul li p::first-letter {
	font-size: inherit !important;
	font-weight: inherit !important;
	color: inherit !important;
	line-height: inherit !important
}
.tlk-row {
	float: left;
	width: 100%;
	height: auto;
	padding: 3.5625rem 0 2.625rem 4.5625rem
}
@media screen and (max-width: 575px) {
	.tlk-row {
		padding-left: 0
	}
}
.sorcelnk {
	font-size: 12px;
	margin-top: -55px;
	margin-left: 12.7%;
	padding-bottom: 2.625rem !important
}
@media screen and (max-width: 767px) {
	.sorcelnk {
		margin-left: 0px
	}
}
.bl-details+.upper-fotr {
	display: none
}
.bl-details .blog-content-wrap {
	margin-bottom: 0px
}
.bl-details .blog-content-wrap .bs-inner h6 a {
	text-decoration: none;
	color: #3d3e49
}
.bl-details .blog-content-wrap .bs-inner h6 a:hover {
	color: #21ad84
}
.no-background-circle {
	background-image: none !important
}
.bl-video {
	background-image: url("../images/blog-video-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x
}
@media screen and (max-width: 1199px) {
	.bl-video {
		background-image: none
	}
}
.bl-video .triangleBgIcon.bottom-left,
.bl-video .bottom-left.pd-trigicon,
.bl-video .pd-trigicon.btm-lft {
	height: 29.5rem
}
@media screen and (max-width: 1199px) {
	.bl-video .triangleBgIcon.bottom-left,
	.bl-video .bottom-left.pd-trigicon,
	.bl-video .pd-trigicon.btm-lft {
		height: 22rem
	}
}
@media screen and (max-width: 991px) {
	.bl-video .triangleBgIcon.bottom-left,
	.bl-video .bottom-left.pd-trigicon,
	.bl-video .pd-trigicon.btm-lft {
		height: 19rem
	}
}
@media screen and (max-width: 767px) {
	.bl-video .triangleBgIcon.bottom-left,
	.bl-video .bottom-left.pd-trigicon,
	.bl-video .pd-trigicon.btm-lft {
		height: 16rem
	}
}
@media screen and (max-width: 575px) {
	.bl-video .triangleBgIcon.bottom-left,
	.bl-video .bottom-left.pd-trigicon,
	.bl-video .pd-trigicon.btm-lft {
		height: 12.82rem
	}
}
@media screen and (max-width: 767px) {
	.bl-video .flex-listing {
		padding-top: 0;
		justify-content: center
	}
}
@media screen and (max-width: 767px) {
	.bl-video .flex-listing .gird-fifty {
		max-width: 584px
	}
}
.bl-video .blog-lists.blog-lists.active,
.bl-video .blog-lists.blog-lists.current,
.bl-video .blog-lists.blog-lists.nuxt-link-exact-active {
	color: #c4c4c8 !important;
	border: 1px solid #c0bfc8 !important;
	background-color: #fff !important;
	padding: .8125rem 2.25rem .9375rem 2.25rem
}
.bl-video .blog-lists.blog-lists.active:hover,
.bl-video .blog-lists.blog-lists.current:hover,
.bl-video .blog-lists.blog-lists.nuxt-link-exact-active:hover {
	background-color: #d8efff !important;
	border: 1px solid #439fdf !important;
	color: #439fdf !important
}
.bl-video .gird-fifty:nth-child(5) .video-content-style,
.bl-video .gird-fifty:nth-child(6) .video-content-style,
.bl-video .gird-fifty:nth-child(7) .video-content-style,
.bl-video .gird-fifty:nth-child(8) .video-content-style {
	color: #fff
}
@media screen and (max-width: 1199px) {
	.bl-video .gird-fifty:nth-child(5) .video-content-style,
	.bl-video .gird-fifty:nth-child(6) .video-content-style,
	.bl-video .gird-fifty:nth-child(7) .video-content-style,
	.bl-video .gird-fifty:nth-child(8) .video-content-style {
		color: #3c3d48
	}
}
.blog-video-bg-text {
	padding-top: 64px
}
@media screen and (max-width: 767px) {
	.blog-video-bg-text {
		padding-top: 0
	}
}
.blog-video-bg-text .xlText {
	top: -129px
}
.video-detail .top-blog-header,
.video-detail .portfol-tp {
	position: relative;
	z-index: 3
}
.video-detail .top-blog-header .cusPage-con,
.video-detail .portfol-tp .cusPage-con,
.video-detail .top-blog-header .portf-cont,
.video-detail .portfol-tp .portf-cont,
.video-detail .top-blog-header .portfd-container,
.video-detail .portfol-tp .portfd-container,
.video-detail .top-blog-header .custum-cont,
.video-detail .portfol-tp .custum-cont {
	max-width: 1015px
}
.video-detail .top-blog-header .cusPage-con .tpblog-inner,
.video-detail .portfol-tp .cusPage-con .tpblog-inner,
.video-detail .top-blog-header .portf-cont .tpblog-inner,
.video-detail .portfol-tp .portf-cont .tpblog-inner,
.video-detail .top-blog-header .portfd-container .tpblog-inner,
.video-detail .portfol-tp .portfd-container .tpblog-inner,
.video-detail .top-blog-header .custum-cont .tpblog-inner,
.video-detail .portfol-tp .custum-cont .tpblog-inner,
.video-detail .top-blog-header .cusPage-con .portfol-tpinnr,
.video-detail .portfol-tp .cusPage-con .portfol-tpinnr,
.video-detail .top-blog-header .portf-cont .portfol-tpinnr,
.video-detail .portfol-tp .portf-cont .portfol-tpinnr,
.video-detail .top-blog-header .portfd-container .portfol-tpinnr,
.video-detail .portfol-tp .portfd-container .portfol-tpinnr,
.video-detail .top-blog-header .custum-cont .portfol-tpinnr,
.video-detail .portfol-tp .custum-cont .portfol-tpinnr,
.video-detail .top-blog-header .cusPage-con .custum-continnr,
.video-detail .portfol-tp .cusPage-con .custum-continnr,
.video-detail .top-blog-header .portf-cont .custum-continnr,
.video-detail .portfol-tp .portf-cont .custum-continnr,
.video-detail .top-blog-header .portfd-container .custum-continnr,
.video-detail .portfol-tp .portfd-container .custum-continnr,
.video-detail .top-blog-header .custum-cont .custum-continnr,
.video-detail .portfol-tp .custum-cont .custum-continnr {
	padding: 0
}
.videoDtlWrap {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 30px;
	position: relative;
	z-index: 3
}
.videoDtlWrap .vdInWrap {
	max-width: 1015px;
	width: 100%;
	height: auto;
	margin: auto
}
.videoDtlWrap .vdInner {
	float: left;
	width: 100%;
	height: auto;
	min-height: 570px
}
@media screen and (max-width: 767px) {
	.videoDtlWrap .vdInner {
		min-height: 100px
	}
}
.videoDtlWrap .vdContent {
	float: left;
	width: 100%;
	height: auto
}
.videoDtlWrap .vdContent .vdCBtm {
	float: left;
	width: 100%;
	height: auto
}
.videoIframe {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 2.1875rem
}
.videoIframe iframe {
	float: left;
	width: 100%;
	height: 570px;
	border: none;
	outline: none
}
@media screen and (max-width: 767px) {
	.videoIframe iframe {
		height: 315px
	}
}
.bl-ebooks {
	background-image: url("../images/blog-ebook-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x
}
.bl-ebooks .triangleBgIcon.bottom-left,
.bl-ebooks .bottom-left.pd-trigicon,
.bl-ebooks .pd-trigicon.btm-lft {
	height: 29.5rem
}
.ebook-list-content {
	float: left;
	width: 90%;
	height: auto;
	min-height: 200px;
	padding-right: 10%;
	padding: 7px 10% 10px 0
}
.view-project-row {
	float: left;
	width: 100%;
	height: auto;
	padding: 0 0 44px 0
}
.portfolio-listing {
	background-image: url("../images/port-list-bg.jpg");
	background-position: top left;
	background-repeat: repeat-x
}
@media screen and (max-width: 767px) {
	.portfolio-listing {
		background-image: none
	}
}
@media screen and (max-width: 575px) {
	.portfolio-listing {
		background-image: none
	}
}
.portfolio-listing .triangleBgIcon.blog-lar,
.portfolio-listing .blog-lar.pd-trigicon {
	width: 48.375rem;
	height: 60.625rem
}
@media screen and (max-width: 991px) {
	.portfolio-listing .triangleBgIcon.blog-lar,
	.portfolio-listing .blog-lar.pd-trigicon {
		width: 32.25rem;
		height: 40.4166666667rem
	}
}
@media screen and (max-width: 767px) {
	.portfolio-listing .triangleBgIcon.blog-lar,
	.portfolio-listing .blog-lar.pd-trigicon {
		width: 24.1875rem;
		height: 30.3125rem
	}
}
@media screen and (max-width: 575px) {
	.portfolio-listing .triangleBgIcon.blog-lar,
	.portfolio-listing .blog-lar.pd-trigicon {
		width: 19.7448979592rem;
		height: 24.7448979592rem
	}
}
.portfolio-listing .triangleBgIcon.bottom-left,
.portfolio-listing .bottom-left.pd-trigicon,
.portfolio-listing .pd-trigicon.btm-lft {
	height: 29.5rem
}
@media screen and (max-width: 991px) {
	.portfolio-listing .triangleBgIcon.bottom-left,
	.portfolio-listing .bottom-left.pd-trigicon,
	.portfolio-listing .pd-trigicon.btm-lft {
		height: 26.8181818182rem
	}
}
@media screen and (max-width: 767px) {
	.portfolio-listing .triangleBgIcon.bottom-left,
	.portfolio-listing .bottom-left.pd-trigicon,
	.portfolio-listing .pd-trigicon.btm-lft {
		height: 22.6923076923rem
	}
}
@media screen and (max-width: 575px) {
	.portfolio-listing .triangleBgIcon.bottom-left,
	.portfolio-listing .bottom-left.pd-trigicon,
	.portfolio-listing .pd-trigicon.btm-lft {
		height: 19.6666666667rem
	}
}
@media screen and (max-width: 767px) {
	.portfolio-listing .flex-listing {
		justify-content: center
	}
}
.portfolio-listing .flex-listing .gird-fifty {
	margin-bottom: 104px
}
@media screen and (max-width: 767px) {
	.portfolio-listing .flex-listing .gird-fifty {
		margin-bottom: 60px;
		max-width: 511px
	}
}
.portfolio-listing .ctalk-leftSec .circle-abtn {
	margin-top: 45px
}
@media screen and (max-width: 767px) {
	.portfolio-listing .contact-talk-inner.pad-0x {
		padding: 0 18px !important
	}
}
.portfolio-rtext {
	float: right;
	width: 84.5%;
	height: auto;
	line-height: 2.5rem;
	padding: 1.3125rem 0 3rem 0;
	position: relative
}
@media screen and (max-width: 767px) {
	.portfolio-rtext {
		float: left;
		width: 100%
	}
}
.portfolio-rtext:after {
	content: "";
	position: absolute;
	bottom: 6px;
	left: 2px;
	width: 2.875rem;
	height: .1875rem;
	background-color: #21ad84
}
.mini-color {
	filter: brightness(110%);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
.mini-color.purple-507 {
	background-color: #5d017c
}
.mini-color.blue-07d {
	background-color: #0d72d5
}
.mini-color.orange-f70 {
	background-color: #f0740a
}
.mini-color.pink-c03 {
	background-color: #c20239
}
.mini-color.green-2a8 {
	background-color: #21ad84
}
.mini-color.pink-d37 {
	background-color: #d23175
}
.mini-color.purple-728 {
	background-color: #782a84
}
.mini-color.blue-11c {
	background-color: #1416c4
}
.mini-color.blue-49d {
	background-color: #439fdf
}
.mini-color.grey-black-334 {
	background-color: #393a46
}
.mini-color.dl-pink-d54 {
	background-color: #d4544f
}
.cty-detls .right-cornr {
	clip-path: polygon(100% 0, 0 0, 100% 100%);
	background-image: none !important;
	background-color: #f8f7ff
}
.cty-detls .banner-wrap .banner_main {
	height: 732px;
	-webkit-clip-path: none;
	clip-path: none
}
@media(max-width: 767px) {
	.cty-detls .banner-wrap .banner_main {
		height: auto
	}
}
@media(max-width: 767px) {
	.cty-detls .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 52px;
		padding: 145px 0px
	}
}
.cty-detls .banner-wrap .banner_main .bannr-innr h1 .heading-detail {
	text-align: center;
	float: none
}
.cty-detls .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: ""
}
.cty-detls .testmnl-logo {
	padding: 30px 0 28px
}
.cty-details-main {
	float: left;
	width: 100%;
	height: auto;
	position: relative
}
.cty-details-tit {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 103px;
	letter-spacing: 2px
}
.cty-details-tit h1 {
	font-family: Oswald, sans-serif;
	font-size: 130px;
	color: #3d3e49;
	font-weight: 700;
	color: #23bf6d;
	-webkit-text-fill-color: transparent;
	background: #23bf6d;
	background: -moz-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #23bf6d), color-stop(100%, #429edf));
	background: -webkit-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -o-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: -ms-linear-gradient(left, #23bf6d 0%, #429edf 100%);
	background: linear-gradient(to right, #23bf6d 0%, #429edf 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#23bf6d", endColorstr="#429edf", GradientType=1);
	-pie-background: linear-gradient(to right, #23bf6d, #429edf);
	filter: none\0;
	-webkit-background-clip: text;
	display: inline-block
}
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
	.cty-details-tit h1 {
		background: linear-gradient(to right, transparent 0%, transparent 100%);
		background: linear-gradient(to right, transparent 0%, transparent 100%)
	}
}
@media(max-width: 767px) {
	.cty-details-tit h1 {
		font-size: 45px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.cty-details-tit h1 {
		font-size: 45px
	}
}
@media(max-width: 767px) {
	.cty-details-tit {
		padding-bottom: 50px
	}
}
.detl-transpt-txt {
	font-family: Oswald, sans-serif;
	font-size: 200px;
	color: #02162e;
	font-weight: 700;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=3)";
	filter: alpha(opacity=3);
	-moz-opacity: .03;
	-khtml-opacity: .03;
	opacity: .03;
	letter-spacing: 5px;
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}
.detl-transpt-txt span {
	position: absolute;
	left: 50%;
	top: 60px;
	transform: translateX(-50%)
}
@media(min-width: 768px)and (max-width:1200px) {
	.detl-transpt-txt span {
		top: 0
	}
}
@media(max-width: 767px) {
	.detl-transpt-txt {
		display: none
	}
}
.cty-detls .testmnl-logo {
	position: relative
}
.ctydetl-txt-mian {
	float: left;
	width: 100%;
	height: auto;
	padding: 120px 0px 0px 0px
}
.ctydetl-txt-tit {
	float: left;
	width: 100%;
	height: auto;
	padding-bottom: 75px
}
.ctydetl-txt-tit h2 {
	font-family: Oswald, sans-serif;
	font-size: 53px;
	color: #3c3d48;
	font-weight: 700;
	line-height: 1.3
}
@media(max-width: 767px) {
	.ctydetl-txt-tit h2 {
		font-size: 25px
	}
	.ctydetl-txt-tit h2:before {
		display: none
	}
	.ctydetl-txt-tit h2:after {
		display: none
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ctydetl-txt-tit h2 {
		font-size: 45px
	}
}
.ctydetl-txt-innr {
	float: left;
	width: 100%;
	height: auto;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.7;
	padding-bottom: 33px
}
@media(max-width: 767px) {
	.ctydetl-txt-innr {
		font-size: 15px
	}
}
.ctydetl-txt-innr .rgt-imgabslt {
	position: relative;
	float: right;
	overflow: hidden;
	padding: 0 0 0 30px;
	margin-bottom: 30px
}
@media(max-width: 767px) {
	.ctydetl-txt-innr .rgt-imgabslt {
		float: left;
		padding: 0 0 10px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ctydetl-txt-innr .rgt-imgabslt {
		float: left;
		padding: 0 0 0px;
		margin: 0 0 10px
	}
}
.ctydetl-txt-innr .rgt-imgabslt:before {
	content: "";
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #23bf6d));
	background: -webkit-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -o-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #23bf6d 100%);
	background: linear-gradient(to right, #429edf 0%, #23bf6d 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#23bf6d", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #23bf6d);
	float: left;
	width: 200px;
	height: 200px;
	position: absolute;
	right: -40px;
	bottom: -30px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: .9;
	-khtml-opacity: .9;
	opacity: .9
}
@media(max-width: 767px) {
	.ctydetl-txt-innr .rgt-imgabslt: before {
		display: none
	}
}
.ctydetl-txt-innr p {
	margin-bottom: 33px
}
@media(max-width: 767px) {
	.ctydetl-txt-innr p {
		clear: both
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.ctydetl-txt-innr p {
		clear: both
	}
}
.ctydetl-btn {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	padding-bottom: 75px
}
.ctydetl-btn a {
	display: inline-block;
	float: none;
	color: #fff;
	background-color: #21ad84;
	border: 1px solid #21ad84;
	padding: 1.8rem 3.6875rem;
	-webkit-border-radius: 48px;
	-moz-border-radius: 48px;
	border-radius: 48px
}
.ctydetl-btn a:hover {
	color: #21ad84;
	background-color: #fff
}
.cty-drtl-frm {
	float: left;
	width: 100%;
	height: auto;
	height: 496px;
	overflow: hidden
}
.ctydetl-txt-innr h1,
.ctydetl-txt-innr h3 {
	font-size: 26px;
	font-family: Oswald, sans-serif;
	font-weight: 700;
	padding: 25px 0px 22px 0px
}
.ctydetl-txt-innr strong {
	font-weight: bold
}
.city-detail-new .main-content-inner {
	overflow: visible;
	z-index: initial
}
.city-detail-new.service-list .serv-list1 .servce-incld {
	z-index: 10;
	margin-top: -33px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .banner-wrap .banner_main {
		height: auto
	}
}
.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr {
	padding: 218px 50px 0px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr {
		padding: 0
	}
}
.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr h1 {
	font-size: 131px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 40px;
		padding: 130px 0px 200px 0px
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr h1 {
		font-size: 100px
	}
}
.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr h1 .heading-detail:before {
	content: ""
}
.city-detail-new.service-list .banner-wrap .banner_main .bannr-innr h1 .heading-detail .beforeHeading {
	left: 5px;
	top: 4px
}
.city-detail-new.service-list .boost-renv-main {
	padding: 83px 0 91px 0
}
@media(max-width: 767px) {
	.city-detail-new.service-list .boost-renv-main {
		padding: 48px 0 51px 0
	}
}
.city-detail-new.service-list .boost-renv-main .boost-renvtit {
	padding-bottom: 66px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .boost-renv-main .boost-renvtit {
		padding-bottom: 20px
	}
}
.city-detail-new.service-list .ctydetl-txt-innr {
	font-size: 19px;
	line-height: 1.8;
	position: relative;
	z-index: 1;
	padding-bottom: 25px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .ctydetl-txt-innr {
		font-size: 15px;
		padding-bottom: 0px
	}
}
.city-detail-new.service-list .ctydetl-txt-innr .bgcrcl {
	background-image: url("../images/vdo-crcle.png");
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-transform: translate(-52px, -10px);
	-moz-transform: translate(-52px, -10px);
	-ms-transform: translate(-52px, -10px);
	-o-transform: translate(-52px, -10px);
	transform: translate(-52px, -10px);
	z-index: -1
}
@media(max-width: 767px) {
	.city-detail-new.service-list .ctydetl-txt-innr .rgt-imgabslt {
		float: none;
		text-align: center
	}
}
@media(max-width: 767px) {
	.city-detail-new.service-list .ctydetl-txt-innr .rgt-imgabslt img {
		float: none
	}
}
.city-detail-new.service-list .wd-otprocess {
	padding: 109px 0 0 0
}
@media(max-width: 767px) {
	.city-detail-new.service-list .wd-otprocess {
		padding: 0
	}
}
@media(max-width: 767px) {
	.city-detail-new.service-list .wd-otprocess .wd-opbxm .wd-opBox h6 {
		font-size: 100px
	}
}
@media(max-width: 767px) {
	.city-detail-new.service-list .wd-otprocess .wd-opbxm .wd-opBox h4 {
		line-height: 1.2
	}
}
@media(max-width: 767px) {
	.city-detail-new.service-list .wd-otprocess .wdop-tit {
		padding: 60px 0 60px 0px
	}
}
@media(max-width: 767px) {
	.city-detail-new.service-list .wd-otprocess .wdop-tit .gren-bluetit {
		font-size: 48px
	}
}
.city-detail-new.service-list .think-tm-main {
	height: 712px
}
@media(max-width: 767px) {
	.city-detail-new.service-list .think-tm-main {
		height: auto
	}
}
@media(min-width: 768px)and (max-width:1200px) {
	.city-detail-new.service-list .think-tm-main {
		height: auto
	}
}
.ctydetl-gsbtn {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1
}
.ctydetl-gsbtn a {
	position: relative;
	background: #f8f7ff;
	background-clip: padding-box;
	border: 1px solid transparent;
	float: none;
	display: inline-block;
	color: #3c3d48;
	width: 172px
}
.ctydetl-gsbtn a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	margin: -1px;
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84)
}
.ctydetl-gsbtn a:hover {
	background: #429edf;
	background: -moz-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #429edf), color-stop(100%, #21ad84));
	background: -webkit-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -o-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: -ms-linear-gradient(left, #429edf 0%, #21ad84 100%);
	background: linear-gradient(to right, #429edf 0%, #21ad84 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#429edf", endColorstr="#21ad84", GradientType=1);
	-pie-background: linear-gradient(to right, #429edf, #21ad84);
	color: #fff
}
.ctydetl-gsbtn a:before {
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomright: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
	border-bottom-left-radius: 25px
}
.iaw-page #wm .plateSub span {
	line-height: normal
}
.iaw-page #wm .plateSub:before {
	position: absolute;
	top: 14px;
	left: 0px;
	-webkit-transform: translatey(0);
	-moz-transform: translatey(0);
	-ms-transform: translatey(0);
	-o-transform: translatey(0);
	transform: translatey(0)
}
@media screen and (max-width: 991px) {
	.iaw-page #wm .plateSub:before {
		top: 12px
	}
}
@media screen and (max-width: 767px) {
	.iaw-page #wm .plateSub:before {
		top: 10px
	}
}
@media screen and (max-width: 991px) {
	.iaw-page .plateSub {
		padding-right: 12px
	}
}
@media screen and (max-width: 991px) {
	.iaw-page .plateSub:before {
		top: 11px;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-ms-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0)
	}
}
@media screen and (max-width: 767px) {
	.iaw-page .plateSub:before {
		top: 10px;
		-webkit-transform: translatey(0);
		-moz-transform: translatey(0);
		-ms-transform: translatey(0);
		-o-transform: translatey(0);
		transform: translatey(0)
	}
}
@media screen and (max-width: 991px) {
	.iaw-page .plateSub span {
		line-height: normal
	}
}
@media screen and (max-width: 767px) {
	.iaw-page .plateSub span {
		font-size: 16px
	}
}
@media screen and (max-width: 767px) {
	.iaw-page.service-list .serv-list1 .servce-incld .servce-incld-innr ul li {
		margin-bottom: 15px
	}
}
@media screen and (max-width: 767px) {
	.iaw-page.service-list .serv-list1 .servce-incld .servce-incld-innr ul li:last-child {
		margin-bottom: 0px
	}
}
.iaw-page.service-list .serv-list1 .design-img .design-imginnr.get-word-out-image {
	background-image: url("../images/female-lawyer.jpg");
	background-position: center center
}
.iaw-page.service-list .serv-list1 .design-img .design-imginnr.ecommerce-master-image {
	background-image: url("../images/become-ecommerce-master.jpg");
	background-position: center center
}
.manage-it .new-seoSlice {
	background-color: #f6f6f6;
	display: flex;
	flex: 1 100%
}
.manage-it .new-seoSlice .newdsg-logo {
	padding: 34px 0;
	flex: 1 100%
}
.manage-it .banner-wrap .banner_main {
	background-image: url("../images/manage-it-banner.jpg");
	height: 689px;
	-webkit-clip-path: none;
	clip-path: none;
	background-attachment: fixed
}
@media(max-width: 767px) {
	.manage-it .banner-wrap .banner_main {
		height: auto !important
	}
}
.manage-it .banner-wrap .banner-content {
	display: flex;
	flex-flow: column wrap;
	height: 100%;
	justify-content: center;
	align-content: center;
	align-items: center;
	text-align: center;
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1.35
}
@media screen and (max-width: 767px) {
	.manage-it .banner-wrap .banner-content {
		font-size: 19px;
		padding: 50px 20px
	}
}
.manage-it .banner-wrap .banner-content h2 {
	max-width: 870px;
	font-family: Oswald, sans-serif;
	font-size: 60px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 21px 0;
	line-height: 1.15
}
@media screen and (max-width: 767px) {
	.manage-it .banner-wrap .banner-content h2 {
		font-size: 30px
	}
}
.manage-it .banner-wrap .banner-content p {
	max-width: 590px;
	padding: 0 0 54px 0
}
@media screen and (max-width: 767px) {
	.manage-it .banner-wrap .banner-content p {
		padding: 0 0 24px 0;
		line-height: 1.5
	}
}
.manage-it .banner-wrap .banner-content .customBtn-green {
	display: inline-block
}
.manage-c-wrap {
	max-width: 1220px;
	margin: auto
}
@media screen and (max-width: 1199px) {
	.manage-c-wrap {
		max-width: 88%
	}
}
.text-underline {
	text-decoration: underline
}
.dark-bg-grey {
	background-color: #1b1b28
}
.light-bg-grey {
	background-color: #f9fafd
}
.bg-theme-green {
	background-color: #08c78f
}
.manage-top-inner {
	padding: 125px 0 100px 0
}
@media screen and (max-width: 767px) {
	.manage-top-inner {
		padding: 35px 0 30px 0
	}
}
.top-box-wrap {
	font-family: Open Sans, sans-serif;
	font-size: 16px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 0 7.04%
}
@media screen and (max-width: 767px) {
	.top-box-wrap {
		padding: 0;
		font-size: 15px
	}
}
.top-box-wrap a {
	text-decoration: underline
}
.top-box-wrap a:hover {
	text-decoration: none
}
.overview h2 {
	font-family: Open Sans, sans-serif;
	font-size: 36px;
	color: #2d2e3a;
	font-weight: 600;
	line-height: 1.2;
	padding: 0 0 14px 0
}
@media screen and (max-width: 767px) {
	.overview h2 {
		font-size: 32px
	}
}
.top-in-box {
	display: flex;
	padding: 0 0 48px 0
}
@media screen and (max-width: 767px) {
	.top-in-box {
		flex-flow: column wrap
	}
}
.top-in-box .topleftbox {
	background-color: #fff;
	padding: 2em 2em 1em 0;
	position: relative;
	z-index: 1;
	margin: 5em 0 0;
	max-width: 46%;
	width: 100%
}
@media screen and (max-width: 767px) {
	.top-in-box .topleftbox {
		max-width: 100%;
		margin: 0;
		padding-right: 0;
		padding-bottom: 2em
	}
}
.top-in-box .toprightbox {
	margin-left: -5em;
	min-height: 475px
}
@media screen and (max-width: 767px) {
	.top-in-box .toprightbox {
		margin-left: 0;
		min-height: 300px
	}
}
@media screen and (max-width: 575px) {
	.top-in-box .toprightbox {
		margin-left: 0;
		min-height: 200px
	}
}
.top-in-box .toprightbox.background {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	-o-object-fit: cover;
	object-fit: cover;
	position: relative;
	background-attachment: initial !important
}
.top-in-box .flex-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 0;
	flex: 1 0
}
#benefit-acc .card {
	border: none;
	border-bottom: 1px solid #e0eaf0
}
#benefit-acc .card h2 {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #12ba89;
	font-weight: 600;
	padding: 6px 0 11px 0;
	position: relative
}
@media screen and (max-width: 767px) {
	#benefit-acc .card h2 {
		font-size: 18px
	}
}
#benefit-acc .card h2 button {
	color: #12ba89
}
#benefit-acc .card h2:before {
	content: "";
	position: absolute;
	right: 7px;
	color: #828282;
	top: 50%;
	font-family: "Font Awesome 5 Free";
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}
#benefit-acc .card-header {
	border-radius: 0;
	padding: 0;
	background-color: #fff;
	border-bottom: none
}
#benefit-acc .card-header button {
	outline: none;
	border: none
}
#benefit-acc .card-body {
	padding: 0 0 17px 0
}
.services-inc-wrap {
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.3;
	padding: 0 7.5% 53px 7.5%
}
@media screen and (max-width: 767px) {
	.services-inc-wrap {
		padding: 0 0 30px 0;
		font-size: 17px
	}
}
.services-inc-wrap h3 {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding: 0 0 22px 0
}
@media screen and (max-width: 767px) {
	.services-inc-wrap h3 {
		font-size: 19px
	}
}
.ser-list {
	padding: 0 0 23px 0
}
.ser-list ul {
	list-style-type: none;
	list-style-position: outside;
	display: flex;
	flex-flow: row wrap
}
@media screen and (max-width: 767px) {
	.ser-list ul {
		padding-bottom: 10px
	}
}
.ser-list ul li {
	width: 25%;
	height: auto;
	padding: 0 9px 19px 35px;
	background-image: url("../images/li-green-check.png");
	background-position: 6px 2px;
	background-repeat: no-repeat
}
@media screen and (max-width: 991px) {
	.ser-list ul li {
		width: 50%;
		padding-right: 0
	}
}
@media screen and (max-width: 767px) {
	.ser-list ul li {
		width: 100%;
		background-position: 6px 4px;
		padding: 0 0px 9px 35px
	}
}
.top-in-btm-wrap {
	padding: 0 12.45% 25px 12.45%
}
@media screen and (max-width: 767px) {
	.top-in-btm-wrap {
		padding: 0 0 25px 0
	}
}
.inn-line-wrap {
	float: left;
	width: 100%;
	height: auto;
	font-size: 1.5em;
	border-left: 0;
	border-right: 0;
	margin: 0;
	font-weight: 400;
	position: relative;
	background: url("../images/icon-coma.svg");
	background-position: center top;
	background-size: 2em;
	background-repeat: no-repeat;
	padding-top: 3em
}
.inn-line-wrap:before,
.inn-line-wrap:after {
	content: "";
	position: absolute;
	width: calc(50% - 2em);
	left: 0;
	top: 1em;
	border: solid 1px #08c78f;
	border-bottom: 0
}
.inn-line-wrap:after {
	left: auto;
	right: 0
}
.testimonial-rp {
	padding: 0 18px
}
.testimonial-rp blockquote {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	text-align: center;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.5
}
@media screen and (max-width: 767px) {
	.testimonial-rp blockquote {
		font-size: 17px
	}
}
.testimonial-rp blockquote cite {
	display: block;
	width: auto;
	margin-top: 22px;
	position: relative;
	padding-top: 10px;
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	font-style: italic;
	text-transform: capitalize
}
@media screen and (max-width: 767px) {
	.testimonial-rp blockquote cite {
		font-size: 18px
	}
}
.testimonial-rp blockquote cite:before {
	content: "";
	position: absolute;
	width: 2em;
	height: 2px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #08c78f;
	top: 0
}
.comp-inner {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
	padding: 85px 11.88% 81px 11.88%
}
@media screen and (max-width: 991px) {
	.comp-inner {
		padding-left: 0;
		padding-right: 0
	}
}
@media screen and (max-width: 767px) {
	.comp-inner {
		padding-left: 0;
		padding-right: 0;
		font-size: 18px
	}
}
.comp-inner h2 {
	font-family: Open Sans, sans-serif;
	font-size: 36px;
	color: #fff;
	font-weight: 600;
	padding: 0 0 35px 0
}
@media screen and (max-width: 767px) {
	.comp-inner h2 {
		font-size: 31px
	}
}
.comp-inner p {
	padding: 7px 0 15px 0
}
@media screen and (max-width: 767px) {
	.comp-inner p {
		padding-bottom: 30px
	}
}
.trade-inner {
	padding: 125px 10.24%
}
@media screen and (max-width: 991px) {
	.trade-inner {
		padding: 100px 0
	}
}
@media screen and (max-width: 767px) {
	.trade-inner {
		padding: 50px 0
	}
}
.trade-flex {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between
}
.trade-flex .trade-img {
	max-width: 46.7%
}
@media screen and (max-width: 991px) {
	.trade-flex .trade-img {
		max-width: 100%;
		width: 100%;
		text-align: center;
		padding-bottom: 35px
	}
}
@media screen and (max-width: 767px) {
	.trade-flex .trade-img {
		max-width: 100%;
		padding-bottom: 25px
	}
}
.trade-flex .trade-right {
	max-width: 49%;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	line-height: 1.3
}
@media screen and (max-width: 991px) {
	.trade-flex .trade-right {
		max-width: 100%
	}
}
@media screen and (max-width: 767px) {
	.trade-flex .trade-right {
		max-width: 100%;
		font-size: 17px
	}
}
.trade-flex .trade-right p {
	padding: 0 0 9px 0px
}
.trade-flex .trade-right a {
	text-decoration: underline;
	color: #3c3d48
}
.trade-flex .trade-right a:hover {
	text-decoration: none
}
.trade-flex .trade-right h3 {
	font-family: Open Sans, sans-serif;
	font-size: 32px;
	color: #2d2e3a;
	font-weight: 600;
	padding: 0 0 9px 0
}
@media screen and (max-width: 767px) {
	.trade-flex .trade-right h3 {
		font-size: 28px
	}
}
.trade-flex .trade-right h4 {
	font-family: Open Sans, sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	padding: 0 0 15px 0
}
@media screen and (max-width: 767px) {
	.trade-flex .trade-right h4 {
		font-size: 18px
	}
}
.trade-flex .trade-right ul {
	list-style-type: none;
	list-style-position: outside;
	padding: 0 0 3px 0
}
.trade-flex .trade-right ul li {
	padding: 0 0 9px 31px;
	background-image: url("../images/li-ico.png");
	background-position: top left;
	background-repeat: no-repeat
}
.metrics-inner {
	display: flex;
	flex-flow: column wrap;
	align-items: center;
	font-family: Open Sans, sans-serif;
	font-size: 32px;
	color: #2d2e3a;
	font-weight: 600;
	text-align: center;
	line-height: 1.22;
	padding: 117px 0 100px 0
}
@media screen and (max-width: 767px) {
	.metrics-inner {
		padding: 65px 0 65px 0;
		font-size: 26px
	}
}
.metrics-inner p {
	padding: 0 0 37px 0
}
.metrics-inner p img {
	margin-bottom: 2px
}
.metrics-inner img {
	margin-bottom: 25px
}
.modern-wrapper .modern-inner {
	width: 100%;
	padding: 40px 115px 40px 114px;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	color: #fff
}
@media screen and (max-width: 767px) {
	.modern-wrapper .modern-inner {
		padding: 40px 0
	}
}
.modern-left {
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-items: flex-start;
	width: 48.36%
}
@media screen and (max-width: 1199px) {
	.modern-left {
		width: 100%
	}
}
@media screen and (max-width: 767px) {
	.modern-left {
		width: 100%
	}
}
.modern-left h3 {
	font-family: Open Sans, sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 1.1;
	padding-bottom: 42px
}
@media screen and (max-width: 767px) {
	.modern-left h3 {
		font-size: 26px
	}
}
.modern-right {
	padding: 15px 0px 15px 0px
}
@media screen and (max-width: 1199px) {
	.modern-right {
		margin: auto
	}
}
.bg-grey-cir {
	float: none;
	width: 244px;
	height: 244px;
	background-image: url("../images/bg-grey-cir.png");
	position: absolute;
	left: -6px;
	top: 10px
}
.peace-mind {
	padding: 0 25px
}
@media screen and (max-width: 767px) {
	.peace-mind {
		padding: 0
	}
}
.peace-mind .pmind-content {
	padding: 100px 0px 125px 0px
}
@media screen and (max-width: 767px) {
	.peace-mind .pmind-content {
		padding: 55px 0px 65px 0px
	}
}
.peace-mind h3 {
	font-family: Open Sans, sans-serif;
	font-size: 40px;
	color: #2d2e3a;
	font-weight: 700;
	padding: 33px 0px 56px 0px
}
@media screen and (max-width: 767px) {
	.peace-mind h3 {
		font-size: 32px
	}
}
.customBtn-green {
	font-family: Open Sans, sans-serif;
	font-size: 15px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: all .15s ease 0s;
	-moz-transition: all .15s ease 0s;
	-o-transition: all .15s ease 0s;
	transition: all .15s ease 0s;
	float: none;
	width: auto;
	height: auto;
	background-color: #21ad84;
	border-color: #21ad84;
	position: relative;
	display: inline-block;
	padding: 4px 57px;
	line-height: 50px;
	letter-spacing: .5px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
@media(max-width: 767px) {
	.customBtn-green {
		font-size: 14px;
		padding: 15px 40px;
		line-height: normal
	}
}
@media screen and (min-width: 0px)and (max-width: 346px) {
	.customBtn-green {
		font-size: 13px;
		padding: 15px 21px
	}
}
.customBtn-green:hover {
	background-color: #fff
}
.customBtn-green.invert {
	color: #21ad84;
	background-color: #fff;
	border-color: #fff
}
.customBtn-green.invert:hover {
	background-color: #21ad84;
	border-color: #21ad84;
	color: #fff
}
.four-sec-inn {
	padding-bottom: 31px
}
.performance-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 63px 0 0 0;
	margin: 0 0 -25px 0
}
@media screen and (max-width: 991px) {
	.performance-inner {
		justify-content: center;
		text-align: center
	}
}
.performance-inner .perform-left {
	max-width: 460px;
	margin: 0 3.93% 0 9.42%;
	font-family: Open Sans, sans-serif;
	font-size: 18px;
	color: #3c3d48;
	font-weight: 400;
	line-height: normal
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.performance-inner .perform-left {
		max-width: 40%;
		margin: 0
	}
}
@media screen and (max-width: 991px) {
	.performance-inner .perform-left {
		font-size: 16px;
		margin: 0 0 16px 0
	}
}
.performance-inner .perform-left h2 {
	font-family: Open Sans, sans-serif;
	font-size: 32px;
	color: #2d2e3a;
	font-weight: 600;
	padding: 0 0 20px 0
}
@media screen and (max-width: 767px) {
	.performance-inner .perform-left h2 {
		font-size: 32px
	}
}
.performance-inner .perform-left p {
	padding: 0 0 23px 0
}
@media screen and (min-width: 992px)and (max-width: 1199px) {
	.performance-inner .perform-right {
		max-width: 49%
	}
}
.performance-inner .perform-right img {
	border: none;
	outline: none;
	max-width: 100%
}
/*# sourceMappingURL=style.css.map */