::selection {
	background: #7230fb;
	color: #ffffff;
}


::-webkit-scrollbar {
	width: 10px;
	background-color: #F5F5F5;
}


::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
	display: none;
}


::-webkit-scrollbar-track-piece {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #dedede;
}


::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #7230fb;
}





[class^="box-"] {
	display: none
}


[class^="box-"].showfirst {
	display: block
}





body {
	font-family: 'Circular Std';
	overflow-x: hidden;
	line-height: 1;
}


h1,


h2,


h3,


h4,


h5,


h6 {
	display: block;
	font-weight: 700;
}


*:hover,


*:focus,


* {
	outline: none !important;
}


img {
	max-width: 100%;
	height: auto;
}


a,


input[type="submit"],
button[type="submit"] {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	display: inline-block;
	cursor: pointer;
}


p,
a {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}


p {
	line-height: 26px;
	display: block;
}


span {
	display: inline-block;
}





/* Custom Slick Css */


.slick-list {
	margin: 0 -15px;
}


.slick-slide {
	margin: 0 0px;
}


ul.slick-dots {
	padding: 50px 0 0;
	text-align: center;
}


ul.slick-dots li {
	margin: 0 20px 0 0px;
	width: auto;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 0px;
	border: none;
}


.slick-dots li button:before,


.slick-dots li button:before {
	color: #ffffff;
	opacity: 1;
	font-size: 20px;
}


.slick-dots li button {
	height: 8px;
	width: 8px;
	border-radius: 50%;
	padding: 0px;
	background: #d6d6d6;
	border: none;
	cursor: pointer;
	font-size: 0px;
	padding: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	box-sizing: border-box;
}


.slick-dots li.slick-active button {
	background: #f3c919;
	width: 11px;
	height: 11px;
}


span.arrows {
	width: 40px;
	height: 40px;
	border: none;
	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 2;
	cursor: pointer;
	line-height: 39px;
	font-size: 12px;
	text-align: center;
	font-weight: 300;
	top: 0;
	border-radius: 0;
	background: #f7f7f7;
	color: #696969
}


span.arrows.next {
	right: 1%;
}





textarea,


select,


input[type],


textarea,


select,


button {
	background: transparent;
	border: none;
	border-radius: 0px;
	font-family: 'Circular Std';
	padding: 13px 9px 10px 9px;
	width: 100%;
}


::-webkit-input-placeholder {
	color: #a8a8a8;
}


::-moz-placeholder {
	color: #a8a8a8;
}


:-ms-input-placeholder {
	color: #a8a8a8;
}


:-moz-placeholder {
	color: #a8a8a8;
}





/* Custom Radio Button */


.customradio {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 0px;
	cursor: pointer;
	font-size: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	font-weight: 400;
	color: #ffffff;
}


.customradio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}


.checkmark {
	position: absolute;
	top: 4px;
	left: 0;
	height: 11px;
	width: 11px;
	border-radius: 3px;
	background-color: #e0e0e0;
}


.customradio input:checked~.checkmark {
	background: #ff6101;
}





/* Hamburger Menu */


.menu-Bar {
	width: 30px;
	height: 20px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	z-index: 22;
	display: none;
}


.menu-Bar span {
	display: block;
	height: 4px;
	width: 100%;
	background: #4c31ff;
	position: absolute;
	transition: .6s all;
	border-radius: 100px;
}


.menu-Bar span:nth-child(1) {
	top: 0;
}


.menu-Bar span:nth-child(2) {
	top: 8px;
	transform-origin: left;
}


.menu-Bar span:nth-child(3) {
	top: 16px;
}


.menu-Bar.open span {
	background: #ffffff;
}


.menu-Bar.open span:nth-child(1) {
	transform: rotate(45deg);
	top: 12px;
	transform-origin: right-center;
}


.menu-Bar.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}


.menu-Bar.open span:nth-child(3) {
	transform: rotate(-45deg);
	top: 12px;
	transform-origin: right-center;
}








/* Global Css */


.over-hiddn {
	overflow: hidden;
}


.overlay::after {
	content: '';
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.60);
	z-index: 4;
}


.overlay {
	display: none;
}





.padd-x {
	padding: 70px 0;
}





ul.inline-b li {
	display: inline-block;
}


ul.inline-b li+li {
	margin-left: 10px;
}





.padd-70 {
	padding: 70px 0;
}


.padd-top-70 {
	padding-top: 70px;
}





.headingstyle1 {
	text-align: center;
	margin-bottom: 40px;
}


.headingstyle1 h2 {
	font-size: 40px;
	color: #7230fb;
	text-transform: uppercase;
	font-weight: 900;
	margin-bottom: 10px;
}


.headingstyle1 h5 {
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
}


.headingstyle1 p {
	line-height: 23px;
	font-size: 20px;
	color: #333333;
	font-weight: 400;
	margin-bottom: 35px;
}








.btn-line {
	background: none;
	border: 0;
	box-sizing: border-box;
	padding: 20px 78px 20px 55px;
	font-family: 'Circular Std';
	color: #7230fb;
	font-size: 14px;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


.btn-line::before,
.btn-line::after {
	content: '';
	box-sizing: inherit;
	position: absolute;
	width: 100%;
	height: 100%;
}


.btn-line:hover {}


.btn-line i {
	font-size: 16px;
	margin-left: 8px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	right: 25%;
}





.draw {
	-webkit-transition: color 0.25s;
	transition: color 0.25s;
	position: relative;
}


.draw::before,
.draw::after {
	border: 2px solid transparent;
	width: 0;
	height: 0;
}


.draw::before {
	top: 0;
	left: 0;
}


.draw::after {
	bottom: 0;
	right: 0;
}


.draw:hover {
	text-decoration: none;
}


.draw:hover::before,
.draw:hover::after {
	width: 100%;
	height: 100%;
	text-decoration: none;
}


.draw:hover::before {
	border-top-color: #7230fb;
	border-right-color: #7230fb;
	-webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}


.draw:hover::after {
	border-bottom-color: #7230fb;
	border-left-color: #7230fb;
	-webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}








.btn-1 {
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease 0s;
	z-index: 1;
	font-size: 14px;
	color: #ffffff;
	min-width: 200px;
	padding: 19px 0;
	text-align: center;
	text-transform: uppercase;
}


.btn-1::before,
.btn-1::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: #7230fb;
	background: -moz-linear-gradient(left, #8c55fbf2 0%, #7230fb 100%);
	background: -webkit-linear-gradient(left, #8c55fbf2 0%, #7230fb 100%);
	background: linear-gradient(to right, #8c55fbf2 0%, #7230fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc54f', endColorstr='#348b2f', GradientType=1);
}


.btn-1::after {
	z-index: -1;
	opacity: 0;
	background: #7230fb;
	background: -moz-linear-gradient(left, #7230fb 0%, #8c55fbf2 100%);
	background: -webkit-linear-gradient(left, #7230fb 0%, #8c55fbf2 100%);
	background: linear-gradient(to right, #7230fb 0%, #8c55fbf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348b2f', endColorstr='#7cc54f', GradientType=1);
}


.btn-1:hover::after {
	opacity: 1;
}








header {
	position: fixed;
	width: 100%;
	padding: 13px 0;
	transition: all 0.4s ease-in;
	z-index: 2;
	top: 0;
}


.header-main {
	padding: 0 20px;
}


header.sticky-header {
	background: #000000;
	padding: 7px 0;
	z-index: 3;
}





.navigation ul>li.dropdown-nav ul {
	display: none;
}





.navigation {
	text-align: center;
}


.navigation ul {}


.navigation ul li {
	display: inline-block;
	transition: all 0.4s ease-in;
}


.navigation ul li a {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 0 5px 0;
}


/*.navigation ul li a::before {content: '';position: absolute;left: 0;right: 0;margin: auto;background: #7230fb;width: 90%;height: 4px;bottom: 0;opacity: 0;transition: all 0.4s ease-in;}*/


/*.navigation ul li a:hover::before {opacity: 1;}*/


/*.navigation ul li.active a::before {opacity: 1;}*/





.navigation ul li:hover a,
.navigation ul li.active a {
	color: #7230fb;
}





.navigation ul li+li {
	margin-left: 15px;
}





.contact-info {
	text-align: right;
}


.contact-info ul {}


.contact-info ul li {
	display: inline-block;
	position: relative;
}


.contact-info ul li+li {
	margin-left: 15px;
}


.contact-info ul li::before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	margin: auto;
}


.contact-info ul li.first {
	padding-left: 20px;
}


.contact-info ul li.first::before {
	content: "\f879";
	font-family: "Font Awesome 5 Pro";
	color: #7230fb;
}


.contact-info ul li a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
}


.contact-info ul li.last a {
	background: #7230fb;
	border: 1px solid #7230fb;
	padding: 9px 25px;
	border-radius: 2px;
}


.contact-info ul li.last a:hover {
	background: transparent;
}


.contact-info ul li a:hover {
	color: #7230fb;
}





.banner-home {
	background: url(../images/banner-home.jpg) no-repeat center/cover;
	height: 100vh;
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}


.banner-home::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1;
}


.banner-xs {
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
}


.banner-xs h1 {
	color: #ffffff;
	font-size: 72px;
	font-weight: 900;
	margin-bottom: 30px;
	line-height: normal;
	display: inline-block;
	vertical-align: top;
}


.banner-xs p {
	color: #ffffff;
	font-size: 21px;
	font-weight: 500;
	line-height: 27px;
	margin-bottom: 30px;
}


.banner-xs a {
	border: 1px solid #7230fb;
}


.banner-xs a:hover {
	border: 1px solid transparent;
}





.banner-home ul.txtList {
	font-size: 0px;
	display: block;
	margin-bottom: 30px;
}


.banner-home ul.txtList li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 20px;
	position: relative;
}


.banner-home ul.txtList li:before {
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 2px;
	height: 18px;
	background: #fff;
	margin: auto;
}


.banner-home ul.txtList li.last:before {
	display: none;
}


.banner-home ul.txtList li p {


	font-size: 21px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0px;


}








.video-area {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}


.video-area video {
	width: 100%;
}





.offer-slides {
	position: absolute;
	bottom: 10%;
	right: 10%;
	width: 455px;
	z-index: 2;
}


.offer-slides ul {
	position: relative;
	padding-left: 65px;
}

.offer-slides ul li img {
	max-width: auto;
	margin: auto;
}

.offer-slides .offers_bg {
	background: #00000050;
	border: 2px solid #7230fb;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 80%;
	height: 100px;
	padding: 0 20px;
	position: relative;
}

.offer-slides .offers_bg .line {
	height: 40px;
	width: 2px;
	background: #7230fb;
}

.offer-slides .offers_bg .line_two {
	position: absolute;
	left: 60%;
	top: 30px;
}

.offer-slides .offers_bg .price {
	font-size: 50px;
	font-weight: 800;
	color: #7230fb;
	position: relative;
}

.offer-slides .offers_bg .price span {
	position: absolute;
	top: -5px;
	right: 0;
	font-size: 25px;
}

.offer-slides .offers_bg .offer_desc {
	color: white;
	font-size: 13px;
	line-height: 22px;
	padding: 10px;
	text-transform: uppercase;
}

.offer-slides .offers_bg .offer_desc_two {
	margin-right: 40px;
	font-size: 13px;
}

.offer-slides .price {
	font-size: 50px;
	font-weight: 700;
	color: #7230fb;
}


.offer-slider .slick-arrow {
	position: absolute;
	background: url(../images/sprite-home.png) no-repeat;
	width: 28px;
	height: 43px;
	font-size: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}


.offer-slider .slick-prev {
	background-position: -4px -6px;
	left: 0;
}


.offer-slider .slick-next {
	background-position: -41px -6px;
	right: 0;
}





.trusted-clients {
	position: absolute;
	bottom: 10%;
	left: 0;
	width: 530px;
	z-index: 2;
}


.trusted-clients-slider li {
	margin: 0 10px;
}


.trusted-clients-slider li img {
	max-width: 100%;
}








.concepts {
	background-position: center;
	background-size: cover;
	padding: 130px 0 250px 0;
	display: flex;
	align-items: center;
}


.concept-box {
	position: relative;
	width: 770px;
	padding: 63px 0 0 134px;
	z-index: 1;
}


.concept-box .headingstyle1 {
	text-align: left;
}


.concept-box::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/element-1.png) no-repeat;
	width: 626px;
	height: 538px;
	z-index: -1;
}


.concept-box h2 {
	font-size: 36px;
}


.concept-box p {}


.concept-box ul li {
	vertical-align: middle;
}


.concept-box ul li a {
	min-width: 210px;
}


.concept-box ul li.last a {
	padding: 20px 45px 20px 30px;
	border: 1px solid #7230fb;
}


.concept-box ul li a i {
	right: 15%;
}








.cta-1 {
	background-position: center;
	background-size: cover;
	padding: 55px 0;
}


.cta-1 .headingstyle1 h2 {
	color: #ffffff;
}


.cta-1 .headingstyle1 p {
	color: #ffffff;
}


.cta-1 ul {
	text-align: center;
	font-size: 0;
}


.cta-1 ul li {
	text-align: left;
	position: relative;
	vertical-align: middle;
}


.cta-1 ul li a {
	color: #ffffff;
	font-size: 18px;
	border: 2px solid #7230fb;
	min-width: 246px;
	padding: 12px 0 12px 55px;
	transition: none;
	text-align: left;
	overflow: visible;
	position: relative;
}


.cta-1 ul li a span {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
}


.cta-1 ul li a::before {}


.cta-1 ul li a i {
	position: absolute;
	left: 20px;
	font-size: 28px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}


.cta-1 ul li.first a:hover {
	border: 2px solid transparent;
}








footer {
	background: #1c1c1f;
}


.pp-port .box-port {
	padding: 10px 10px;
	border: 6px solid #e0e0e0;
	margin-bottom: 30px;
	transition: all 0.5s ease-In-out;
}


.pp-port .box-port ul {
	padding: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0;
}


.pp-port .box-port ul li {
	color: #444956;
	font-size: 20px;
	list-style-type: none;
}


.pp-port .box-port img {
	width: 100%;
}


.pp-port .box-port:hover {
	background: #7230fb;
	border: 6px solid #7230fb;
	box-shadow: 0 0 21px 2px rgba(0, 0, 0, 0.33);
}


.pp-port .box-port:hover a {
	text-decoration: none;
}


.pp-port .box-port:hover ul li {
	color: #fff;
}


.steps-main {
	display: block;
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}


.steps-main li.active {
	background: transparent;
	border: 1px solid transparent;
	width: 32.5%;
	margin-left: -2px;
}


.steps-main li {
	background: #e0e0e0;
	width: 33.7%;
	float: left;
	border: 1px solid #a9a9a9;
	position: relative;
}


.steps-main li.active a {
	color: #fff;
	width: 410px;
}


.steps-main li a {
	position: relative;
	padding: 32px 60px;
	display: block;
	color: #333333;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 444;
}


.steps-main li.active a:before {
	content: '';
	background: url(../images/steps-active.png) no-repeat;
	width: 100%;
	height: 100px;
	position: absolute;
	right: 0px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: -2;
	background-size: 100% 100%;
}


.steps-main li+li {
	border-left: transparent;
}


.step-2 .pp-port .box-port ul {
	display: block;
}


.step-2 .pp-port .box-port {
	text-align: center;
}


.step-2 .pp-port .box-port ul li {
	display: block;
	font-size: 26px;
}


.step-2 .pp-port .box-port ul li+li {
	font-size: 20px;
	color: #7230fb;
	margin: 6px 0 0;
}


.steps-allport {
	position: relative;
	z-index: 0;
}


.step-2 .disc-por {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #444956;
	font-size: 18px;
}


.step-2 .disc-por p {
	font-size: 16px;
}


.step-2 .btn-sub a {
	position: relative;
	display: block;
	background: #7230fb;
	padding: 10px 20px;
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	margin: 10px 0 0;
}


.step-2 .pp-port .box-port ul li span {
	color: #444956;
	font-size: 20px;
	display: block;
	margin: 0 0 10px;
}


.step-2 .pp-port .box-port:hover .btn-sub a {
	background-color: #fff;
	color: #2d2d2d !important;
}


.step-2 .pp-port .box-port:hover * {
	color: #fff;
}


.box-projectbrief {
	border: 6px solid #e0e0e0;
	width: 100%;
	padding: 30px 30px;
	margin-top: 30px;
}


.steps-portfolio form h3 {
	font-weight: 300;
	color: #191b1e;
	font-size: 26px;
	text-align: center;
	margin: 20px 0 0;
}


.contactus-form .field {
	display: inline-block;
	width: 49.8%;
	margin: 0;
	border: 0px none;
	padding: 0;
	vertical-align: top;
}


.contactus-form .field.code {
	width: 88px;
	float: left;
}


.contactus-form .field.number {
	width: 84%;
	float: left;
}


.contactus-form .field.number input {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #acacac;
	border-left: 0px;
}


.contactus-form .field.code input {
	border-right: 0px;
}


.steps-portfolio label {
	display: block;
	padding: 10px 0;
	color: #444956;
	font-size: 18px;
}


.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form select,
.contact-form textarea {
	width: 100%;
	padding: 15px;
	background: #fff;
	border: 1px solid #acacac;
}


.contactus-form .field-wrap.clearfix+.field {
	width: 97.5%;
}


.contact-form input[type="submit"] {
	background: #7230fb;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 4px;
	font-size: 19px;
	text-shadow: #000 0 1px 0px;
}


.contact-form input[type="submit"] {
	background: #7230fb;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
	width: 100%;
	display: block;
	padding: 15px 70px 10px 60px;
	font-size: 19px;
	text-shadow: #000 0 1px 0px;
	border: 0px;
}


.steps-portfolio {
	z-index: 0;
	position: relative;
}


.btnsub-step i {
	position: absolute;
	right: 20px;
	color: #fff;
	font-size: 20px;
	top: 3px;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}


.btnsub-step {
	display: inline-block;
	position: relative;
}





.ftr-top-section {
	text-align: center;
	padding: 0 0 50px 0;
}


.ftr-award-sec {
	background: #26262a;
	border: 1px solid #121214;
	text-align: center;
	padding: 20px 50px 13px;
}





.footer-logo img {
	width: 188px;
}





.footer-middle {
	background: #26262a;
	line-height: 2.2em;
	padding: 18px 0;
	font-size: 12px;
	line-height: 2.5em;
}


.footer-middle,
.footer-middle a {
	color: #676572;
}


.footer-middle a {
	text-decoration: underline;
}


.footer-middle a:hover {
	text-decoration: none;
	color: #fff;
}





.ftr-contact-info li {
	display: inline-block;
}


.ftr-top-section li {
	color: #676572;
	font-size: 14px;
	transition-duration: .3s;
	font-weight: 400;
	margin-bottom: 10px;
}


.ftr-top-section li a:hover {
	color: #e2e2e2;
}


.ftr-top-section li a {
	color: #676572;
	font-size: 14px;
	transition-duration: .3s;
	font-weight: 400;
}





.ftr-contact-info {
	margin-bottom: 20px;
}


.ftr-contact-info>li+li {
	border-left: 2px solid #28282d;
}


.ftr-contact-info>li {
	padding: 0 13px 0 19px;
}


.ftr-contact-info>li>i {
	color: #7230fb;
	margin-right: 2px;
}

.ftr-social-icon {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.ftr-social-icon img {
	filter: brightness(1) invert(1);
}


.ftr-links {
	clear: both;
	padding-top: 8px;
}


.ftr-links h4 {
	font-size: 16px;
	color: #e2e2e2;
	border-bottom: 1px solid;
	padding-bottom: 10px;
	font-weight: 300;
	margin-bottom: 13px;
	display: inline-block;
}


.guide-fpic {
	margin-right: -20px;
	margin-bottom: -40px;
}


.web-fpic {
	margin-right: -90px;
}


.green-bullets li {
	position: relative;
	padding-left: 20px;
	line-height: 1.3em;
	margin-top: 10px;
}


.green-bullets li::before {
	width: 8px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 5px;
	background: red;
	border-radius: 20px;
	content: "";
	background: #7230fb;
}


.need-logo-sec {
	position: relative;
	background: -moz-linear-gradient(left, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	background: -webkit-linear-gradient(left, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	background: linear-gradient(to right, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ec64d', endColorstr='#32b96c', GradientType=1);
	overflow: hidden;
}


section.need-logo {
	overflow: hidden;
}


.need-logo-sec:before {
	background: url(../images/logo101-img2.png) no-repeat;
	width: 1352px;
	height: 722px;
	display: block;
	content: "";
	position: absolute;
	left: -10%;
	top: 18%;
}


.need-website-sec:before {
	background: url(../images/web101-img2.png) no-repeat;
	width: 733px;
	height: 400px;
	left: -2% !important;
	top: 12%;
}


.need-brand-sec:before {
	background: url(../images/brand101-img2.png) no-repeat;
	width: 770px;
	height: 527px;
	left: -5% !important;
	top: -20%;
}


.extra-features h4 {
	font-size: 24px;
	color: #32b96c;
	font-weight: 400;
	line-height: 30px;
	font-family: 'Titillium Web', sans-serif;
	margin: 0 0 20px;
}


.extra-features p {
	font-size: 14px;
}


.extra-features>div {
	padding: 20px 15px;
}


.industry-portf img {
	width: 100%;
}


.industry-portf img {
	padding: 10px 0;
}


.industry-portf1 .col-lg-4.active {
	display: inline-block;
}


.industry-portf1 .col-lg-4 {
	display: none;
}


select#industryswitch {
	padding: 7px 10px;
}





.disclaimer {
	padding: 15px 0;
}


.disclaimer h6 {
	color: #676572;
	font-size: 10px;
	margin: 0;
	cursor: pointer;
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-in;
}


.disclaimer h6::before {
	content: "\f067";
	font-family: "Font Awesome 5 Pro";
	font-size: 8px;
	position: absolute;
	right: -12px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
}


.disclaimer h6:hover {
	color: #ffffff;
}


.disclaimer p {
	color: #676572;
	font-size: 10px;
	margin: 0;
	line-height: 1.4em;
	margin-top: 5px;
}


.disclaimer h6.active {
	color: #ffffff;
}


.disclaimer h6.active::before {
	content: "\f068";
}








.industry {
	background: #f8f8f8;
	padding: 70px 0 50px 0;
}


.industry .list {
	text-align: center;
}


.industry h2 {
	color: #3c3c40;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 30px;
	padding-bottom: 15px;
	position: relative;
	display: inline-block;
}


.industry h2::before {
	content: '';
	position: absolute;
	background: #ececec;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}





.testimonial {
	background: url(../images/testimonialbox-bg_1.png) center center;
	background-size: cover;
	padding: 70px 0;
}


.testi-box {
	background: #313036;
	padding: 20px 20px 30px 60px;
	color: #fff;
	font-size: 14px;
	position: relative;
	font-weight: 300;
	text-align: left;
	height: 188px;
	line-height: 20px;
}


.testi-box::before {
	background: url(../images/sprite-home.png) no-repeat -10px -73px;
	width: 22px;
	height: 16px;
	position: absolute;
	top: 24px;
	left: 24px;
	content: "";
}


.testi-box::after {
	display: block;
	content: "\f0d7";
	font-family: "Font Awesome 5 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f0d7";
	position: absolute;
	bottom: -14px;
	left: 0;
	text-align: center;
	width: 100%;
	font-size: 29px;
	color: #313036;
}


.testi-author {
	text-align: center;
}


.testi-author img {
	border-radius: 65px;
	width: 79px;
	height: 79px;
	margin: 30px auto 0;
	border: 1px solid #ccc;
	border-color: transparent;
}


.testimonial .col-lg-4:hover .testi-box {
	background: #7230fb;
	background: -moz-linear-gradient(left, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	background: -webkit-linear-gradient(left, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	background: linear-gradient(to right, #9e72f6 0%, #8e5bf5 65%, #8249f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9e72f6', endColorstr='#8249f6', GradientType=1);
}


.testimonial .col-lg-4:hover .testi-box:after {
	color: #7230fb;
}


.testi-slider {
	overflow: hidden;
}


.testi-slider,


.testi-slider .slick-dots {
	text-align: center;
	padding-top: 35px;
	clear: both;
}


.testi-slider .slick-dots button {
	display: none;
}


.testi-slider .slick-dots li {
	width: 45px;
	height: 5px;
	background: #ccc;
	display: inline-block;
	margin: 0 5px;
	cursor: pointer;
}


.testi-slider .slick-dots .slick-active {
	background: #7230fb;
}








.our-packages {
	padding: 70px 0;
}


.packages-details {
	border-radius: 6px;
	border: 1px solid #010101;
	padding: 30px 20px 25px;
	margin-bottom: 30px;
	background: #ffffff;
}


.packages-details h4 {
	font-size: 25px;


	color: #1c1b27;


	font-weight: bold;


	line-height: 32px;


	text-transform: capitalize;


	padding-left: 0;


	margin-bottom: 5px;
}


.packages-details h6 {
	font-size: 14px;
	font-weight: 500;
	color: #999999;
	margin: 8px 0 17px 0;
	display: none;
}


.packages-details h2 {
	font-size: 44px;
	font-weight: bold;
	color: #2f2e2e;
	margin-bottom: 17px;
}


.packages-details h2 span {


	font-size: 24px;


	text-decoration: line-through;


	text-decoration-color: #ff0000;


}


.packages-details a.order,
.packages-details .red-btn {
	width: 198px;
	height: 56px;
	line-height: 56px;
	background: #ff0000;
	border: 1px solid #ff0000;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	border-radius: 3px;
	display: table;
	margin: 20px auto 0;
}


.packages-details a.order:hover,
.packages-details .red-btn:hover {
	background: transparent;
	color: #ff0000;
}


.pck-dtles {
	margin-bottom: 20px;
	padding-bottom: 7px;
	height: 199px;
	overflow-y: auto;
}


.pck-dtles::-webkit-scrollbar {
	width: 5px;
	background-color: #ffffff;
}


.pck-dtles::-webkit-scrollbar-button:start:decrement,
.pck-dtles::-webkit-scrollbar-button:end:increment {
	display: none;
}


.pck-dtles::-webkit-scrollbar-track-piece {
	background-color: #ffffff;
}


.pck-dtles::-webkit-scrollbar-thumb:vertical {
	border-radius: 10px;
	background-color: #d9d9d9;
}


.pck-dtles li {
	font-weight: 500;
	font-size: 14px;
	color: #525252;
	line-height: normal;
	margin: 0 0 11px 0;
}


.pck-dtles li strong {
	font-weight: 600;
}


.chat-nmbr {
	padding-top: 15px;
	text-align: center;
	border-top: 2px solid #d5d5d5;
}


.chat-nmbr li {
	display: inline-block;
	margin: 0 15px;
}


.chat-nmbr li+li a i {
	transform: rotate(93deg);
}





.packages-list {
	text-align: center;
	margin-bottom: 40px;
}


.packages-list ul {
	position: relative;
	background: #efefef;
	font-size: 0;
	padding: 8px 0;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
	-moz-box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
	box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.24);
}


.packages-list ul li {
	display: inline-block;
	position: relative;
}


.packages-list ul li::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	background-position: -85px -39px;
	background: url(../images/packages-1.png) no-repeat;
	width: 30px;
	height: 26px;
	z-index: 2;
}


.packages-list ul li.active::before,
.packages-list ul li:hover::before {
	filter: brightness(0) invert(1);
}


.packages-list ul li:nth-child(2)::before {
	background-position: -123px -39px;
	background: url(../images/packages-2.png) no-repeat;

}


.packages-list ul li:nth-child(3)::before {
	background-position: -166px -39px;
	background: url(../images/packages-3.png) no-repeat;

}


.packages-list ul li:nth-child(4)::before {
	background-position: -206px -38px;
	background: url(../images/packages-4.png) no-repeat;
	left: 3px;

}


.packages-list ul li:nth-child(5)::before {
	background-position: -240px -37px;
	background: url(../images/packages-5.png) no-repeat;
	left: 15px;

}


.packages-list ul li:nth-child(6)::before {
	background-position: -280px -38px;
	background: url(../images/packages-6.png) no-repeat;
	left: 15px;
}





.packages-list ul li+li {
	margin-left: 10px;
}


.packages-list ul li a {
	min-width: 181px;
	padding: 16px 0;
	border-radius: 2px;
}





.packages-list ul li a {
	position: relative;
	overflow: hidden;
	transition: background-color 0.3s ease 0s;
	z-index: 1;
	font-size: 14px;
	color: #7230fb;
	text-align: center;
	padding-left: 30px;
	text-transform: uppercase;
}


.packages-list ul li.active a,
.packages-list ul li a:hover {
	color: #ffffff;
}


.packages-list ul li.active a::before,
.packages-list ul li.active a::after,
.packages-list ul li a:hover::before,
.packages-list ul li a:hover::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	background: rgb(124, 197, 79);
	background: -moz-linear-gradient(left, #8c55fbf2 0%, #7230fb 100%);
	background: -webkit-linear-gradient(left, #8c55fbf2 0%, #7230fb 100%);
	background: linear-gradient(to right, #8c55fbf2 0%, #7230fb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7cc54f', endColorstr='#348b2f', GradientType=1);
}


.packages-list ul li.active a::after {
	z-index: -1;
	opacity: 0;
	background: rgb(52, 139, 47);
	background: -moz-linear-gradient(left, #7230fb 0%, #8c55fbf2 100%);
	background: -webkit-linear-gradient(left, #7230fb 0%, #8c55fbf2 100%);
	background: linear-gradient(to right, #7230fb 0%, #8c55fbf2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#348b2f', endColorstr='#7cc54f', GradientType=1);
}


.packages-list ul li a:hover::after {
	opacity: 1;
}


.packages-slider .slick-slide.slick-current .packages-details {
	border: 1px solid #7230fb;
}


.packages-slider ul.slick-dots {
	padding: 0;
}


.packages-slider ul.slick-dots li {}


.packages-slider ul.slick-dots li button {
	width: 16px;
	height: 16px;
	border-radius: 25px;
	border: 1px solid #bebebe;
	background: transparent;
}


.packages-slider ul.slick-dots li.slick-active button {
	background: #bebebe;
}








.our-porfolio {}


.our-porfolio .row .col-md-3 {
	padding-left: 5px;
	padding-right: 5px;
}


.portfolio-box {
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 5px;
}


.portfolio-box img {
	width: 100%;
}


.hovereffect {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #8c55fbf2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease-in;
}


.hovereffect a {
	color: #fefefe;
	font-size: 16px;
	font-weight: 600;
	border: 3px solid #ffffff;
	min-width: 207px;
	text-align: center;
	padding: 25px 0;
	text-transform: uppercase;
}


.portfolio-box:hover .hovereffect {
	opacity: 1;
}








.cta-2 {
	position: relative;
	background-position: center;
	background-size: cover;
	padding: 50px 0;
}


.cta-2 .cta-description {
	text-align: center;
}


.cta-2 .cta-description h5 {
	font-size: 18px;
	color: #7230fb;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 7px;
}


.cta-2 .cta-description h2 {
	font-size: 39px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 7px;
}


.cta-2 .cta-description p {
	color: #ffffff;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 10px;
}


.cta-2 .cta-description ul {
	font-size: 0;
	margin-bottom: 25px;
}


.cta-2 .cta-description ul li {
	vertical-align: middle;
}


.cta-2 .cta-description ul li a {
	border: 1px solid #7230fb;
	padding: 20px 53px 20px 53px;
}


.cta-2 .cta-description ul li a:hover {
	border: 1px solid transparent;
}


.cta-2 .cta-description a.dicuss-with-us {
	font-size: 12px;
	color: #7230fb;
	font-weight: 600;
	position: relative;
	display: inline-block;
}


.cta-2 .cta-description a.dicuss-with-us:hover {
	color: #ffffff;
}











.stats {
	background-position: center;
	background-size: cover;
	padding: 70px 0;
}


.stats .headingstyle1 h5 {
	color: #7230fb;
	font-size: 16px;
}


.stats .headingstyle1 h2 {
	color: #2e2e2e;
	text-transform: capitalize;
}





.stats-box {
	text-align: center;
}


.stats-box ul {
	font-size: 0;
	text-align: center;
}


.stats-box ul li {
	display: inline-block;
	margin-bottom: 20px;
}


.stats-box ul li+li {
	margin-left: 40px;
	padding-left: 40px;
}


.stats-box ul li h3 {
	font-size: 72px;
	color: #7230fb;
	font-weight: 800;
	margin-bottom: 0;
}


.stats-box ul li p {
	font-size: 16px;
	color: #2e2e2e;
	text-transform: uppercase;
	margin-top: 0;
}


.stats-box p {
	font-size: 22px;
	color: #2e2e2e;
	margin-top: 15px;
}








.our-process {
	background: url(../images/procees-bg.jpg) no-repeat center/cover;
}


.our-process .row .col-md-3+.col-md-3 .process-box::before {
	content: '';
	position: absolute;
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -90px -5px;
	width: 32px;
	height: 16px;
	left: -40px;
	top: 40px;
}


.process-box {
	position: relative;
	text-align: center;
	cursor: pointer;
}


.process-box a {
	width: 105px;
	height: 105px;
	border: 1px solid #dddfe1;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}


.process-box a i {
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -7px -136px;
	width: 40px;
	height: 40px;
}


.process-box a i.ic2 {
	background-position: -59px -136px;
}


.process-box a i.ic3 {
	background-position: -121px -138px;
}


.process-box a i.ic4 {
	background-position: -181px -141px;
}


.process-box h4 {
	margin: 20px 0 10px 0;
	font-size: 20px;
	color: #7230fb;
}


.process-box p {
	font-size: 15px;
	color: #6e6e6e;
	line-height: 20px;
	font-weight: 400;
}





.process-box:hover a {
	-webkit-box-shadow: -6px 6px 19px 0px #8c55fb58;
	-moz-box-shadow: -6px 6px 19px 0px #8c55fb58;
	box-shadow: -6px 6px 19px 0px #8c55fb58;
}





.call-to-action {
	border: 1px solid #dcdcdc;
	width: auto;
	margin: auto;
	margin-top: 50px;
}


.call-to-action ul {
	text-align: center;
	padding: 31px 70px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.call-to-action ul li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 33.33333%;
}


.call-to-action ul li+li {
	padding-left: 37px;
}


.call-to-action ul li+li::after {
	content: '';
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	background: #e2e2e2;
	width: 2px;
	height: 100%;
}


.call-to-action ul li p {
	font-size: 17px;
	color: #303030;
	line-height: normal;
}


.call-to-action ul li a {
	font-size: 20px;
	color: #3c3c40;
}


.call-to-action ul li a span {
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #3c3c40;
}


.call-to-action ul li a:hover {
	color: #7230fb;
}


.call-to-action ul li.first {
	padding-left: 0;
}


.call-to-action ul li:nth-child(2) {
	padding-left: 30px;
}


.call-to-action ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 32px;
	color: #6e6e6e;
}


.call-to-action ul li:nth-child(2)::before {
	content: "\f3cd";
	font-family: "Font Awesome 5 Pro";
}


.call-to-action ul li:nth-child(3)::before {
	content: "\f0e0";
	font-family: "Font Awesome 5 Pro";
}








.how-we-work {
	position: relative;
}


.how-we-work .headingstyle1 {
	margin-bottom: 60px;
}


.how-list ul {
	text-align: center;
}


.how-list ul li {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
}


.how-list ul li+li {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #e5e5e5;
}


.how-list ul li i {
	background: url(../images/sprite-home.png) no-repeat;
	background-position: -8px -304px;
	display: block;
	width: 102px;
	height: 102px;
	margin: auto;
}


.how-list ul li i.ic2 {
	background-position: -128px -302px;
}


.how-list ul li i.ic3 {
	background-position: -256px -306px;
}


.how-list ul li i.ic4 {
	background-position: -381px -304px;
}


.how-list ul li i.ic5 {
	background-position: -500px -307px;
}


.how-list ul li h6 {
	font-size: 20px;
	color: #303030;
	margin: 15px 0;
	line-height: normal;
}








.bundle-package {
	padding: 85px 0;
	background-position: center;
	background-size: cover;
}


.bundle-package .headingstyle1 {
	margin-bottom: 50px;
}


.bundle-package .headingstyle1 h5 {
	color: #ffffff;
}


.bundle-package .headingstyle1 p {
	color: #ffffff;
}





.heading-intro h2 {}


.heading-intro p {}


.heading-intro ul {
	font-size: 0;
}


.heading-intro ul li {
	position: relative;
}


.heading-intro ul li {}


.heading-intro ul li span {}


.heading-intro ul li a {}





.border-bundle {
	position: relative;
	padding: 60px 0 60px 60px;
}


.border-bundle::before {
	content: '';
	position: absolute;
	background: url(../images/border-bundle.png) no-repeat;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	margin: auto;
	filter: brightness(100);
}


.border-bundle::after {
	content: '';


	position: absolute;


	background: url(../images/bundle-seal.png) no-repeat;


	right: -100px;


	top: -80px;


	width: 217px;


	height: 202px;
	filter: brightness(100);
}





.bundle-list {
	margin-bottom: 35px;
}


.bundle-list h5 {
	font-size: 22px;
	color: #7230fb;
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 15px;
}


.bundle-list ul {
	font-size: 0;
}


.bundle-list ul li {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 14px;
	margin-bottom: 10px;
}


.bundle-list ul li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: #7230fb;
	width: 5px;
	height: 5px;
	border-radius: 25px;
}





.bundle-list .package-price {}


.bundle-list .package-price li {
	display: inline-block;
	padding-left: 0;
	vertical-align: middle;
	font-size: 0;
}


.bundle-list .package-price li::before {
	display: none;
}


.bundle-list .package-price a.price {
	position: relative;
	font-size: 32px;
	color: #7230fb;
	padding: 21px 0 21px 20px;
}


.bundle-list .package-price a.price::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/ach-price.png) no-repeat;
	width: 177px;
	height: 93px;
	filter: brightness(100);
}


.bundle-list .package-price a.price span {
	display: block;
	font-size: 18px;
	color: rgba(255, 255, 255, 0.40);
	font-weight: 300;
	text-decoration: line-through;
}





.bundle-list .package-price a.order-now {
	background: #151515;


	border: 1px solid #7230fb;


	color: #ffffff;


	font-size: 18px;


	min-width: 165px;


	padding: 15px 0 15px 25px;
}


.bundle-list .package-price a.order-now i {


	margin-left: 5px;


}


.bundle-list .package-price a.order-now span {
	display: block;
	font-size: 14px;
	font-weight: 300;
}


.bundle-list .package-price li.last {
	margin-left: 60px;
}


.bundle-list .package-price a.order-now:hover {
	background: transparent;
}








.popup {
	/*width: 786px;position: fixed;left: 0;right: 0;bottom: 0;top: 0;height: 500px;background: #FFF;margin: auto;border-radius: 18px;z-index: 4;display: none;*/
}


.popup .popup-box {
	overflow: hidden;
	padding: 40px 0 40px 20px;
}


.popup .popup-box .img-wrapper img {
	display: block;
	/* width: 100%; */
}


.popup-close {
	position: absolute;
	font-size: 20px;
	background: #FFF;
	color: #7230fb;
	right: -10px;
	top: -10px;
	border: 1px solid #7230fb;
	border-radius: 41px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}


.popup-box .popup-header-new {
	position: relative;
}


.popup-box .popup-bdy-new {
	padding: 0 70px 0 0;
}


.popup-box .popup-bdy-new .frmicon-box-1 {
	position: relative;
	margin: 0 0 24px;
	overflow: hidden;
	padding: 0;
}


.popup-box .popup-bdy-new label {
	font-size: 13px;
	color: #000000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin: 0 0 3px;
	line-height: 12px;
	display: block;
	max-width: 100%;
}


.popup-box .popup-bdy-new input,
.popup-box .popup-bdy-new select {
	background: transparent;
	width: 100%;
	height: 100%;
	border: 0px;
	font-size: 13px;
	padding: 5px 0;
	border-bottom: 2px solid #a8a8a8;
}


.popup-box .popup-bdy-new .popup-btn {
	display: inline-block;
	background: #7ac337;
	padding: 12px 0;
	text-align: center;
	margin: 20px 0 0;
	border-radius: 20px;
	font-size: 14px;
	color: #FFF;
	min-width: 127px;
}


.popup-box .popup-bdy-new .phonecode #countrycode,
.phonecode #popupcountrycode,
.phonecode #animationcountrycode {
	width: 12%;
	float: left;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}


.popup-box .popup-bdy-new .phonecode #phoneNum,
.phonecode #phoneNum2,
.phonecode #phoneNum3 {
	width: 88% !important;
	float: left;
}


.popup-box .popup-bdy-new select#popupformcountry {
	padding-left: 25px;
}





.popup-header-new h3 {
	font-size: 32px;
	font-weight: 700;
	color: #7230fb;
	margin: 0;
	text-transform: capitalize;
}


.popup-header-new p {
	font-size: 23px;
	color: #000000;
	margin-bottom: 25px;
	text-transform: capitalize;
	font-weight: 600;
}





.packages-details.recommended {
	position: relative;
	overflow: hidden;
}


.packages-details.recommended::before {
	content: "BEST SELLER";
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	padding: 7px 10px;
	text-indent: 20px;
	display: block;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	height: 35px;
	width: 180px;
	background-color: red;
	position: absolute;
	border: 2px solid #b70000;
	box-shadow: 2px 1px 5px 0px #b7b7b7;
	right: -70px;
}





.pricing-popup-box {
	display: none;
	width: 400px;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	height: 388px;
	margin: auto;
	z-index: 5;
}





.header-top {
	padding: 0 20px;
	padding-bottom: 5px;
}


.header-top .account-info {
	text-align: right;
}


.header-top .account-info ul li {
	display: inline-block;
}


.header-top .account-info ul li+li {
	margin-left: 8px;
}


.header-top .account-info ul li a {
	color: #ffffff;
	font-size: 14px;
	font-weight: 300;
}


.header-top .account-info ul li a i {
	font-size: 12px;
	margin-right: 3px;
}








/* banner css */


.banner-xs h1 span {
	position: absolute;
	display: inline-block;
	left: 0;
	-webkit-transform: translateY(-250%);
	transform: translateY(-250%);
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	color: transparent;
}


.banner-xs h1 span.active {
	position: relative;
	color: #7230fb;
	text-shadow: 0px 0px 0px rgba(255, 255, 255, 0);
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	/*border-bottom: 3px solid #7230fb;*/
	margin: 0;
}


.banner-xs h1 .mad-libs {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: auto;
	vertical-align: top;
	-webkit-transform: translateY(9px);
	transform: translateY(9px);
	top: -8px;
}








/*.pg-home header {background: transparent;}


.pg-home .top-nav > ul li a {padding: 15px 0 34px 0;}


.pg-home .hdr-cont-box li a {padding: 15px 0 34px 0;}


.pg-home header.sticky-header {background: #000000;}


.pg-home header.sticky-header .top-nav > ul li a {padding: 15px 0 0 0;}


.pg-home .hdr-cont-box li a {padding: 15px 0 0 0;}





.pg-home header.sticky-header .dropdown-parent > a:after {display: none;}


.pg-home header.sticky-header .logo img {margin-top: 0;width: 130px;}





.pg-home .dropdown-parent > a::after {bottom: auto;top: 20px;}*/





.pg-home header {
	background: transparent;
}


.pg-home header.sticky-header,
.pg-home header.navbar-sticky {
	background: #fff;
}


header.sticky-header,
header.navbar-sticky {
	background: #fff;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}


header.sticky-header .top-nav>ul li a,
header.navbar-sticky .top-nav>ul li a,
header.sticky-header .hdr-cont-box li a,
header.navbar-sticky .hdr-cont-box li a {
	color: #222;
}





header .logo a {
	display: none;
}


header .logo a.white-logo {
	display: block
}





header.sticky-header .logo a,
header.navbar-sticky .logo a {
	display: block;
}


header.sticky-header .logo a.white-logo,
header.navbar-sticky .logo a.white-logo {
	display: none
}








.types-of {
	text-align: center;
	margin-bottom: 20px;
}


.types-of img {
	margin: auto;
}


.types-of h4 {
	font-size: 18px;
	color: #2e2e2e;
	margin: 15px 0 10px 0;
	text-transform: uppercase;
	display: block;
}


.types-of p {
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	color: #000000;
}





.btn-inner-header {
	min-width: 176px;
	color: #7230fb;
	border: 1px solid #7230fb;
	text-align: center;
	padding: 15px 0;
}


.btn-inner-header:hover {
	background: #7230fb;
	color: #ffffff;
}


.btn-inner-header i {
	display: inline-block;
	margin-left: 5px;
}





.for-animation-banner .banner-sec {
	min-height: auto;
	height: 100vh;
}


.for-animation-banner .banner-pic {
	height: 100vh;
}


.for-animation-banner .ban-txt h1 {
	color: #ffffff;
}


.for-animation-banner .ban-txt h4 {
	color: #ffffff;
}


.for-animation-banner .ban-txt ul li {
	color: #ffffff;
}





.comboPackageSec {
	padding: 70px 0;
	background: url(../images/bg-banner.jpg) no-repeat top center/cover;
}


.comboPackageSec .color-white {
	color: #fff !important;
}


.comboPackageSec .headingstyle1 {
	margin-bottom: 60px;
}





.comboPackageList {
	font-size: 0px;
	display: block;
}


.comboPackageList>li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 10px;
}


.comboPackageList>li:first-child {
	padding-left: 0px;
}


.comboPackageList>li:last-child {
	padding-right: 0px;
}





.packageTxt {
	margin-bottom: 25px;
}


.packageTxt h6 {
	font-size: 16px;
	color: #ffdf00;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: normal;
	text-transform: uppercase;
}


.packageTxt h6 span {
	font-size: 10px;
	display: block;
	margin-top: 10px;
}


.packageTxt ul li {
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
}





.comboTxt {
	text-align: center;
}


.comboTxt img {
	margin-bottom: 50px;
}


.comboTxt h6 {
	font-size: 24px;
	font-weight: bold;
	color: #ffdf00;
	margin-bottom: 30px;
}


.comboTxt p,
.comboTxt a {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 25px;
}


.comboTxt a {
	margin-bottom: 0px;
}


.comboTxt a.priceBtn {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	width: 235px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 0;
	background: #ffdf00;
	border: 1px solid #ffdf00;
}


.comboTxt a.priceBtn:hover {
	background: transparent;
	color: #ffdf00;
}


.comboTxt a:hover {
	color: #ffdf00;
}





section.serv-industries {


	background-repeat: no-repeat;


	background-size: cover;


	padding: 60px 0;


}





.sec-hd {


	color: #7230fb;


	font-weight: bold;


	text-transform: capitalize;


	margin: 0 0 16px 0;


	line-height: 1.1em;


	font-size: 36px;


}





section.serv-industries .dark-grey-bg {


	padding: 20px;


	border-radius: 12px;


}





ul.idustries-ul {


	text-align: center;


	margin-bottom: 10px;


}





ul.idustries-ul li {


	display: inline-block;


	text-align: center;


	padding: 20px 25px;


	margin: 0 11px;


	border-radius: 12px;


	transition: all 0.4s ease;


}





ul.idustries-ul-slide-toggle li:hover {


	background: #7230fb;
	color: white !important;

}





ul.idustries-ul-slide-toggle li:hover a {


	color: #FFF;


}





.icn-ind {


	display: block;


}





i.icn-ind-1:before {


	background-position: -18px -702px;


}





.icn-ind:before {


	content: "";


	background: url(../images/uptownSprite.png) no-repeat;


	width: 49px;


	height: 60px;


	display: inline-block;


}





i.icn-ind-1:before {


	background-position: -18px -702px;


}





i.icn-ind-2:before {


	background-position: -93px -703px;


	width: 56px;


}





i.icn-ind-3:before {


	background-position: -175px -699px;


	width: 51px;


}





i.icn-ind-4:before {


	background-position: -252px -703px;


	width: 59px;


}





i.icn-ind-5:before {


	background-position: -337px -705px;


	width: 79px;


}





i.icn-ind-6:before {


	background-position: -442px -706px;


	width: 73px;


}





i.icn-ind-7:before {


	background-position: -541px -706px;


	width: 52px;


}








ul.idustries-ul li h4 {


	margin: 10px 0 0;


	font-size: 18px;


	font-weight: 500;


	line-height: 1.1;


}





ul.idustries-ul-slide-toggle {


	display: none;


}





ul.idustries-ul-slide-toggle li {


	display: inline-block;


	width: 33%;


	background: #ffffffe0;


	margin: 0 0 4px;


	transition: all 0.4s ease;


}





ul.idustries-ul-slide-toggle li .industries {


	color: #000;


	display: block;


	font-size: 16px;


	font-weight: 500;


}





ul.idustries-ul-slide-toggle li .industries:before {


	content: "\f0da";


	font-family: "Font Awesome 5 PRO";


	display: inline-block;


	margin: 0 -7px 0 0;


	padding: 10px 20px;


	font-weight: 600;


}





ul.idustries-ul li:hover {


	background: #e6e6e6;


	box-shadow: 0px 0px 10px 4px #3131310d;


}





section.serv-industries .btn-1 {


	margin: 0px 0 -20px;


	position: relative;


	top: 30px;


	width: 238px;


}





.blue-btn {


	background: #56cbf1;


	/* background: url(data:image/svg+xml; base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSâ€¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); */


	background: -moz-linear-gradient(left, #56cbf1 0%, #3891ee 100%);


	/* background: -webkit-gradient(linear, left top, right top, color-stop(0%, #56cbf1), color-stop(100%, #3891ee)); */


	background: -webkit-linear-gradient(left, #56cbf1 0%, #3891ee 100%);


	background: -o-linear-gradient(left, #56cbf1 0%, #3891ee 100%);


	background: -ms-linear-gradient(left, #56cbf1 0%, #3891ee 100%);


	background: linear-gradient(to right, #56cbf1 0%, #3891ee 100%);


	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56cbf1', endColorstr='#3891ee', GradientType=1);


	display: inline-block;


	padding: 13px 30px;


	border-radius: 32px;


	color: #FFF;


	font-size: 15px;


	text-transform: uppercase;


	font-weight: 500;


}





.blue-btn:hover {


	animation-iteration-count: infinite;


	animation-name: pulse;


	animation-duration: .9s;


	animation-fill-mode: both;


}





.dark-grey-bg {


	background: #ffffff91;


}








@-webkit-keyframes pulse {


	0% {


		-webkit-transform: scale(1);


		transform: scale(1);


	}





	50% {


		-webkit-transform: scale(1.1);


		transform: scale(1.1);


	}





	100% {


		-webkit-transform: scale(1);


		transform: scale(1);


	}





}





@keyframes pulse {


	0% {


		-webkit-transform: scale(1);


		-ms-transform: scale(1);


		transform: scale(1);


	}





	50% {


		-webkit-transform: scale(1.1);


		-ms-transform: scale(1.1);


		transform: scale(1.1);


	}





	100% {


		-webkit-transform: scale(1);


		-ms-transform: scale(1);


		transform: scale(1);


	}





}





.pulse {


	-webkit-animation-name: pulse;


	animation-name: pulse;


}





section.progress-bars h4 {


	color: #2e2e2e;


}





section.progress-bars h3 {


	color: #2e2e2e;


	font-weight: 900;


	font-size: 38px;


	margin: 10px 0px 20px 0px;


}





.skill h4 {


	font-size: 16px;


	font-weight: 400;


	margin-bottom: 5px;


}





.skill {


	margin-bottom: 30px;


	position: relative;


	overflow-x: hidden
}





.skill>p {


	font-size: 18px;


	font-weight: 700;


	color: #1a1716;


	margin: 0
}





.skill:before {


	width: 100%;


	height: 8px;


	content: "";


	display: block;


	position: absolute;


	background: #cacaca;


	bottom: 0
}





.skill-bar {


	width: 100%;


	height: 8px;


	background: #7230fb;


	display: block;


	position: relative;


}





.skill1 {


	width: 95%
}








.skill-bar span {


	color: #636b6f;


	position: absolute;


	border-top: 5px solid #f4392f;


	top: -30px;


	padding: 0;


	font-size: 18px;


	padding: 3px 0;


	font-weight: 500;


}





.skill-bar {


	position: relative
}





.skill1 .skill-count1 {


	right: 0
}





.skill2 {


	width: 85%
}





.skill2 .skill-count2 {


	right: 0
}





.skill3 {


	width: 99%
}





.skill3 .skill-count3 {


	right: 0
}





.skill4 {


	width: 80%
}





.skill4 .skill-count4 {


	right: 0
}





.skill5 {


	width: 85%
}





.skill5 .skill-count5 {


	right: 0
}





.skill6 {


	width: 100%
}





.skill6 .skill-count6 {


	right: 0
}





.flagWrap p {


	font-size: 20px;


	color: #3a3a3a;


	line-height: 30px;


	font-weight: 200;


	margin-bottom: 0px;


	position: relative;


}





.flagList {
	font-size: 0px;
	display: block;
	text-align: center;
	position: relative;
	margin: 0 0 30px;
}


.flagList:before {


	content: "";


	position: absolute;


	left: -50px;


	top: -50px;


	background: url(../images/bgFlags.png) no-repeat top center;


	width: 508px;


	height: 316px;


}


.flagList>li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
	margin-right: 30px;
	margin-bottom: 40px;
	position: relative;
}


.flagList>li:nth-child(4n) {
	margin-right: 0px;
}


.flagList>li img {
	border-radius: 11px;
	box-shadow: 0 3px 2px 0 rgba(0, 0, 0, 0.32);
	border: 2px solid transparent;
	overflow: hidden;
	display: block;
	width: 100%;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.flagList>li a {
	width: 100%;
	display: block;
}





.flagList>li:before {
	content: "\f103";
	position: absolute;
	left: 0px;
	top: -23px;
	right: 0px;
	margin: auto;
	font-size: 24px;
	color: #7230fb;
	font-family: "Font Awesome 5 PRO";
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-animation: arrowHover 0.6s linear 0s infinite alternate;
	animation: arrowHover 0.6s linear 0s infinite alternate;
	opacity: 0;
}


.flagList>li.last {
	margin-right: 0px;
}





.flagList>li:hover img,


.flagList>li.active img {
	border-color: #7230fb;
}





.flagList>li:hover:before,


.flagList>li.active:before {
	opacity: 1;
}








@keyframes arrowHover {


	from {
		top: -23px;
	}


	to {
		top: -33px;
	}


}





.guaranteeSec {
	padding: 100px 0;
}





.guaranteeSec h6 {
	font-size: 27px;
	line-height: 37px;
	text-transform: uppercase;
	color: #7230fb;
	margin-bottom: 20px;
}


.guaranteeSec p {
	font-size: 20px;
	font-weight: 500;
	color: #414241;
	line-height: 30px;
}





.halloweenp .banner-home:after {
	content: '';
	position: absolute;
	right: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/halloweenimg1.png) no-repeat;
	width: 230px;


	height: 326px;
	z-index: 1;
	background-size: cover;
}


.halloweenp .banner-home .container {
	position: relative;
	z-index: 2;
}








@media (max-width: 823px) {


	.stats-box ul li {


		display: block;


		margin-bottom: 24px;


	}


	.packages-details a.order,


	.packages-details .red-btn {


		width: 100%;


	}


	.how-list ul li h6 {


		font-size: 15px;


	}


	.how-list ul li {


		display: inline-block;


		width: 49%;


	}


	.packages-list ul li {


		display: inline-block;


		width: 49%;


		overflow: hidden;


	}


	.packages-list ul li+li {


		margin-left: 0;


	}


	.cta-2 .cta-description ul li a {


		width: 100%;


		font-size: 17px;


	}





	.process-box {
		margin-bottom: 25px;
	}


	.packages-list ul li a {


		font-size: 13px;


		text-align: left;


		padding-left: 39px;


	}





	.packages-list ul {


		padding: 6px 0;


	}





	.packages-list ul li::before {


		left: 10px;


	}


	.cta-1 ul li a {


		width: 100%;


	}


	.concept-box ul li a {


		width: 100%;


		font-size: 18px;


	}


	ul.inline-b li {


		display: block;


	}


	.concept-box .headingstyle1 {


		text-align: center;


	}


	.banner-xs p br {


		display: none;


	}





	.headingstyle1 h2 {
		font-size: 28px;
	}


	.headingstyle1 p {
		font-size: 18px;
	}


	.headingstyle1 p br,
	.headingstyle1 h2 br {
		display: none;
	}





	.padd-x {
		padding: 40px 0;
	}





	.banner-home {
		height: auto;
		padding-top: 110px;
	}


	.banner-home .banner-xs h1 {
		font-size: 35px;
		line-height: 1.15em;
		margin-bottom: 21px;
	}


	.banner-home .banner-xs h1 br {
		display: none;
	}


	.banner-home .video-area {
		display: none;
	}


	.banner-home::before {
		display: none;
	}


	.trusted-clients,
	.offer-slides,
	.hdr-cont-box {
		display: none;
	}





	.concepts {
		padding: 40px 0;
		background: #ffffff;
	}


	.concept-box .headingstyle1 h2 {
		font-size: 30px;
		line-height: 32px;
	}


	.concept-box p {
		font-size: 16px;
	}


	.concept-box {
		padding: 0;
		width: 100%;
	}


	.concept-box::before {
		display: none;
	}





	ul.inline-b {
		text-align: center;
	}


	ul.inline-b li+li {
		margin-left: 0;
		margin-top: 5px;
	}





	.pricing-popup-box {
		width: 90%;
	}





	.thankyou-popup {
		width: 90%;
	}


	.popup-header h3 {
		font-size: 28px;
		min-height: auto;
		line-height: 1em;
	}


	.popup-header p {
		font-size: 17px;
		font-weight: 400;
		letter-spacing: 0;
	}


	.popup-bdy {
		padding: 15px 15px 23px;
	}


	.popup-close {
		right: 0;
		top: -27px;
		left: 0;
		margin: 0 auto;
		border: 5px solid;
		width: 40px;
		height: 40px;
	}





	.cta-1 .headingstyle1 p br {
		display: none;
	}





	.our-packages {
		padding: 40px 0;
	}


	.packages-slider ul.slick-dots li {
		margin: 0 15px 0 0;
	}


	.packages-slider ul.slick-dots li button {
		box-shadow: none;
		width: 13px;
		height: 13px;
	}








	.bundle-package {
		padding: 40px 0;
	}


	.border-bundle {
		padding: 10px 0 10px 10px;
	}


	.border-bundle::before,
	.border-bundle::after {
		display: none;
	}





	.bundle-list .package-price li {
		display: inline-block;
		min-width: 110px;
	}


	.bundle-list .package-price li.last {
		margin-left: 0;
	}





	.our-porfolio .row .col-md-3 {
		padding-left: 15px;
		padding-right: 15px;
	}


	.our-porfolio .portfolio-box {
		margin-bottom: 10px;
	}





	.cta-2 {
		padding: 40px 0;
	}


	.cta-2 .cta-description h2 {
		font-size: 28px;
	}


	.cta-2 .cta-description p {
		font-size: 16px;
	}


	.cta-2 .cta-description p br {
		display: none;
	}





	.stats {
		padding: 40px 0;
	}


	.stats-box ul li+li {
		padding-left: 0;
		margin-left: 0;
	}


	.stats-box p {
		font-size: 20px;
	}


	.stats-box p br {
		display: none;
	}





	.our-process .row .col-md-3+.col-md-3 .process-box::before {
		display: none;
	}





	.call-to-action {
		width: 100%;
	}


	.call-to-action ul {
		padding: 20px 0 20px 10px;
		display: block;
	}


	.call-to-action ul li {
		width: 100%;
	}


	.call-to-action ul li+li {
		margin-top: 15px;
	}


	.call-to-action ul li a {
		font-size: 18px;
	}





	.how-list ul li+li {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}





	.testimonial {
		padding: 0 0 40px 0;
	}


	.testimonial .headingstyle1 h2 {
		font-size: 22px;
	}


	.testimonial .headingstyle1 p {
		font-size: 16px;
	}


	.testimonial .testi-slider {
		padding-top: 0;
	}








	.ftr-contact-info>li+li {
		border-left: none;
	}


	.ftr-links h4 {
		display: block;
	}





	ul.idustries-ul li {


		padding: 0px;


		margin: 0px;


	}





	section.serv-industries {


		padding: 20px 0;


	}





	ul.idustries-ul-slide-toggle li {


		width: 100%;


	}


	.sec-hd {


		font-size: 22px;


	}





	section.serv-industries .blue-btn {


		margin: 0px;


		top: 10px;


		width: auto;


	}





	.flagList:before {


		display: none;


	}





	.flagList>li {


		width: 18%;


	}


	.flagWrap p {


		font-size: 16px;
		line-height: 26px;


		margin-bottom: 20px;


	}





	.flagWrap p br {


		display: none;


	}





	section.progress-bars h3 {


		font-size: 22px;
		line-height: 32px;


	}





	.guaranteeSec {
		padding: 40px 0;
	}


	.guaranteeSec h6 {
		font-size: 20px;
		line-height: 30px;
	}


	.guaranteeSec p {
		font-size: 16px;
		line-height: 26px;
	}


	.leftSideWrap {
		flex-direction: column-reverse;
		margin-bottom: 30px;
	}


	.guaranteeSec .spacebr br+br {
		display: none;
	}


	.guaranteeSec img {
		margin: 0 0 30px;
	}


	.banner-xs p {
		font-size: 16px;
		line-height: 26px;
	}


	.banner-home ul.txtList li {
		padding: 0px;
	}


	.banner-home ul.txtList li:before {
		display: none;
	}


	.banner-home ul.txtList li p {
		font-size: 16px;
		line-height: 26px;
	}





	.halloweenp .banner-home:after {
		opacity: 0.5;
		right: 0;
	}








}