body {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto Mono', monospace;
	overflow-x: hidden;
}
.qcontainer {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}

a {
	text-decoration: none;
	color: #000;
}

section {
	background: #FAFBFD;
}

.clear {
	clear: both;
}

.mainQboxus {
	background: linear-gradient(180deg, #fff, #f4f6fb, #fff);
	width: 100% !important;
}

.text-danger {
	color: #dc3545 !important;
	position: absolute;
	left: 11px;
	bottom: -18px;
	font-weight: 100;
}

button.load-button span {
	transition: all 1s;
	opacity: 1;
}

button.load-button svg {
	display: none;
	margin: 0 auto;
	transition: all 1s;
}

button.load-button svg path,
button.load-button svg rect {
	fill: #fff;
}

button.loading-start span {
	display: none;
	opacity: 0;
}

button.loading-start svg {
	display: block;
	opacity: 1;
}

div.btn-content {
	float: left;
	margin: 0 20px;
}

.response {
	position: absolute;
	width: 300px;
	top: 15px;
	left: 213px;
}

/* header */

.mainHeader {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}

.innnerHeader {
	display: inline-flex;
	justify-content: normal;
	align-items: center;
	width: 100%;
	height: 64px;
	padding: 0;
}

.logo {
	width: 20%;
	text-align: center;
	padding: 5px 0 0 15px;
}

.logo a img {
	width: 35px;
}

.navbar {
	width: 80%;
	text-align: end;
	margin: 0 85px 4px 0;
	letter-spacing: 0.6px;
	display: block !important;
	/* padding: 0!important; */
}

.navbar ul {
	list-style: none;
	display: inline-flex;
	justify-content: end;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0 -4px 0 0;
}

.navbar ul li a {
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11.5px;
	font-weight: 500;
	text-decoration: none;
}

/* End header */

/* Banner */

.mainBanner {
	height: 820px;
}

.mainBanner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: 50%;
	justify-content: 50%;
	-ms-flex-align: center;
	align-items: center;
	background-image: linear-gradient(to top right, #450b7c, #563cc9, #49e9fb);
}

.bannerBg {
	width: 100%;
	height: 100%;
	z-index: 0;
}

.bannerPatternBg {
	width: 98vw;
}

.bannerBg,
.bannerPatternBg {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.bannerPatternBg .hero-pattern-img__large {
	display: none;
}

.bannerPatternBg img {
	display: block;
	width: 100%;
	height: 685px;
}

.hero-character {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	height: 850px;
}

.hero-character .boyOne {
	bottom: -20px;
	width: 1920px;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	top: 454px;
}

.hero-character .hero-girl,
.hero-character .boyOne,
.hero-character .hero-guy-2,
.hero-character .hero-guy-3 {
	position: absolute;
	z-index: 1;
}

.hero-character .boyOne .boyOne__large {
	display: none;
}

.hero-character .hero-girl img,
.hero-character .boyOne img,
.hero-character .hero-guy-2 img,
.hero-character .hero-guy-3 img {
	display: block;
	width: 100%;
}

.hero-character .hero-guy-2 {
	display: block;
	top: 80px;
	left: 20.2vw;
	width: 11.7vw;
}

.hero-character .hero-guy-3 {
	bottom: 151px;
	right: 15.5vw;
	width: 10.7vw;
}

.hero-character .hero-girl {
	top: 64px;
	width: 20.5vw;
	right: 14.7vw;
}

.hero-overlay {
	background-image: linear-gradient(180deg, rgba(13, 0, 32, .3) -40px, rgba(53, 0, 58, 0) 200px);
}

.hero-overlay {
	width: 100%;
	height: 200px;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.hero-section {
	position: relative;
	z-index: 4;
	width: 100%;
	top: -38px;
}

.hero-text {
	margin: 0;
	width: 100%;
	margin: 0 auto;
}

.hero-text h1 {
	font-size: 105px;
	letter-spacing: -1.8px;
	font-family: Playfair Display, serif;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	color: #fff;
	margin: 0 0 36px 0;
	display: block;
}

.hero-text p {
	max-width: 100%;
	margin: 35px 0 23px 0;
	font-size: 18px;
	width: 60%;
	color: #fff;
	text-align: center;
	font-family: Montserrat, sans-serif;
	margin: 0 auto;
}

.hero-button-float {
	height: 190px;
	padding: 40px 0 100px;
}

.hero-button-float {
	position: relative;
	height: 90px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

.hero-button-float .btn.btn-primary,
.hero-button-float .btn.btn-white {
	bottom: calc(100vh - 90px);
}

.hero-button-float .btn.btn-primary,
.hero-button-float .btn.btn-white {
	position: absolute;
	bottom: calc(100vh - 70px);
	left: calc(50% - 110px);
	width: 220px;
	margin: 0 auto;
	padding: 0;
	transition: all .5s ease-in-out;
	visibility: visible;
	overflow: hidden;
	transform: translateZ(0);
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.hero-button-float .btn.btn-white span {
	color: #5238b1;
}
.hero-button-float .btn {
	box-shadow: none;
}

.btn.btn-talk,
.btn.btn-work {
	height: 50px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
}
.btn.btn-white {
	color: #ef4b6c;
	background-color: #fff;
	box-shadow: 0 12px 14px 0 rgba(63, 70, 88, .15);
}

.btn {
	border: 0;
}
.hero-button-float {
	height: 190px;
	padding: 40px 0 100px;
}

.hero-button-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}


.hero-button-float.floating .btn.btn-primary,
.hero-button-float.floating .btn.btn-white {
	bottom: 95px;
	left: calc(100% - 87px);
	width: 64px;
	height: 64px;
	padding: 22px 17px;
}

.hero-button-float.floating .btn.btn-primary,
.hero-button-float.floating .btn.btn-white {
	position: fixed;
	z-index: 9;
	bottom: 15px;
	left: calc(100% - 75px);
	width: 60px;
	height: 60px;
	padding: 22px 17px;
	transition: all .5s ease-in-out;
	visibility: visible;
	background-color: #ef4b6c;
	border-radius: 50%;
	transform: translateZ(0);
}

.hero-button-float.floating .btn {
	box-shadow: none;
}

.btn.btn-talk,
.btn.btn-work {
	height: 50px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
}

.btn.btn-white {
	color: #ef4b6c;
	background-color: #fff;
	box-shadow: 0 12px 14px 0 rgba(63, 70, 88, .15);
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
	-webkit-appearance: button;
}

.fa-envelope::before {
	content: "\f0e0";
	font-weight: 300;
}
.hero-button-float.floating .btn.btn-primary i,
.hero-button-float.floating .btn.btn-white i {
	visibility: visible;
	font-size: 30px;
	color: #fff;
	transition: all .5s ease-in-out;
	margin: 0 0 0 20px;
}

.hero-button-float.floating .btn.btn-primary span,
.hero-button-float.floating .btn.btn-white span {
	visibility: hidden;
	font-size: 0;
	color: transparent;
	transition: all .5s ease-in-out;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'Paperpillar' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hero-button-float {
	position: relative;
	height: 90px;
	padding: 20px 0;
	box-sizing: border-box;
	text-align: center;
}

.hero-button-float.floating .btn.btn-primary,
.hero-button-float.floating .btn.btn-white {
	bottom: 95px;
	left: calc(100% - 87px);
	width: 64px;
	height: 64px;
	padding: 22px 17px;
}

.hero-button-float .btn.btn-primary i,
.hero-button-float .btn.btn-white i {
	visibility: hidden;
	position: relative;
	font-size: 0;
	color: transparent;
	transition: all .5s ease-in-out;
}

.sectionHeading {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 1px;
}

.sectionHeading h3 {
	font-family: Playfair Display, serif;
	margin: 40px 0 18px 0;
	font-size: 50px;
	line-height: 1.06;
	letter-spacing: 1.88px;
	opacity: 1;
	font-weight: 600;
	text-transform: capitalize;
	color: #212529;
}

.sectionHeading h4 {
	width: 100%;
	max-width: 580px;
	margin: 20px auto 0;
	font-family: Lora, serif;
	font-weight: 400;
	color: #32353b;
	font-size: 22px;
	line-height: 1.63;
	letter-spacing: .5px;
}

.sectionHeading hr {
	width: 40px;
	height: 2px;
	background-color: #ef4b6c;
	border: 0;
	margin: 10px auto 30px auto;
}

.innerWhatWeDo {
	width: 80%;
	margin: 147px auto 0 auto;
}

.weDoCategory {
	width: 33.1%;
	float: left;
	text-align: center;
	padding: 45px 0;
}

.weDoCategory p {
	display: block;
	margin-top: 15px;
	font-family: Lora, serif;
	font-size: 18px;
	line-height: 1.73;
	letter-spacing: 0.3px;
	color: #626881;
	padding: 0px 25px;
}

.weDoCategory h4 {
	font-size: 20px;
	text-transform: capitalize;
	font-weight: 600;
	margin: 20px 0 0 0;
	font-family: 'Montserrat', sans-serif;
	color: #1B2025;
}

.loader {
	animation: loader 800ms step-end infinite;
	width: 40px;
	height: 40px;
	transform: rotate(0deg);
}

.loader path {
	fill: #4468d6;
}

@keyframes loader {
	12.5% {
		transform: rotate(45deg);
	}

	25% {
		transform: rotate(90deg);
	}

	37.5% {
		transform: rotate(135deg);
	}

	50% {
		transform: rotate(180deg);
	}

	62.5% {
		transform: rotate(225deg);
	}

	75% {
		transform: rotate(270deg);
	}

	87.5% {
		transform: rotate(315deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.innerClients {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 60px auto 0;
}

.clientImage a {
	display: block;
	height: 80px;
	width: 150px;
	background: #b4c2ddb0;
	padding: 20px 20px;
	margin: 14px;
	border-radius: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.clientImage {
	display: grid;
}

.clientImage a img {
	width: 100%;
}
.mainOurLatestWorks {
	position: relative;
	bottom: -122px;
}

.innerOurLatestWorks .sectionHeading {
	text-align: center;
	margin: 0 0 100px 0;
}

.projectPortfolio {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 70px 140px 0 rgba(130, 136, 171, .2);
	margin-bottom: 70px;
	height: 516px;
	width: 100%;
}

.trustedPeoples {
	display: block;
	height: auto !important;
	padding: 40px 0;
}

.ProjectBottomImageSide img {
	width: 100%;
}

.ProjectBottomImageSide p {
	display: block;
	margin-top: 15px;
	font-family: Lora, serif;
	font-size: 18px;
	line-height: 1.73;
	letter-spacing: 0.3px;
	color: #626881;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.MainBg_dedicaed {
	background: #fff !important;
}

.whatWeDo {
	height: auto !important;
}
.projectsView {
	width: 940px;
	margin: 0 auto;
}

.projectTextSide {
	padding: 0 98px;
	background: #fff;
	height: 100%;
	border-radius: 15px;
}

.projectTextSide h3 {
	font-family: Playfair Display, serif;
	font-weight: 700;
	color: #1b2025;
	font-size: 37px;
	letter-spacing: 1.25px;
	width: 275px;
	margin: 40px 0px 18px 0px;
}

.projectTextSide h4 {
	margin-top: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.78;
	letter-spacing: .44px;
	color: #8c93bd;
}

.ProjectImageSide img {
	height: 520px;
	width: 470px;

}

.myimgone img {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
}

.myimgtwo img {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}

.image_one img {
	height: 510px;
	width: 459px;
}

.btn-work,
.btn-work:not(:disabled):not(.disabled).active,
.btn-work:not(:disabled):not(.disabled):active {
	box-shadow: 0 11px 36px 0 rgba(70, 89, 138, .25);
}

.projectTextSide .btn1 {
	background-image: linear-gradient(135deg, #72e9f3 -20%, #404de6 120%);
}

.projectTextSide .btn2 {
	background-image: linear-gradient(225deg, #1ad4bb, #b2de94)
}

.projectTextSide .btn3 {
	background-image: linear-gradient(135deg, #8254e5, #83afe3 150%);
}

.projectTextSide .btn-work {
	width: auto;
	min-width: 140px;
	margin-top: 30px;
	color: #fff;
	height: 50px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
}

.projectTextSide.btn-work {
	text-align: center;
	color: #fff;
}

.btn-work {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
a:hover {
	text-decoration: none !important;
}
footer {
	position: absolute;
	left: 0;
	right: 0;
	height: 708px;
	padding: 192px 0 0;
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}

.footer-bg {
	position: absolute;
	z-index: 0;
	bottom: 0;
}

.footer-bg .footer-pattern-bg img {
	display: block;
	width: 100%;
}

.footer-white-mask {
	position: absolute;
	z-index: 1;
	top: -8px;
}

.footer-white-mask img {
	display: block;
	width: 99.97vw;
}

.footer-container {
	position: relative;
	z-index: 2;
}

.footer .qcontainer {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.footer-text p {
	margin: 0;
	font-family: Playfair Display, serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.358;
	letter-spacing: 1.88px;
	color: #fff;
}

.footer-text {
	text-align: center;
	margin: 130px 0 100px 0;
}

.btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.footer-text .btn,
.footer-text .btn:not(:disabled):not(.disabled).active,
.footer-text .btn:not(:disabled):not(.disabled):active {
	box-shadow: 0 20px 70px 0 rgba(55, 5, 118, .4);
}

.footer-text .btn {
	width: 220px;
	margin: 20px 0 0;
}

.btn.btn-talk,
.btn.btn-work {
	height: 50px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
}

.btn.btn-primary-footer {
	color: #fff;
	background-color: #ef4b6c;
	box-shadow: 10px 16px 40px 0 rgba(255, 84, 117, .46);
}

.btn.btn-primary-footer:hover {
	color: #fff !important;
}

.btn {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.social-wrapper a {
	display: block;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #541b96;
	margin: 0 10px;
	height: 50px;
	width: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.social-wrapper a i {
	display: block;
	font-size: 26px;
	line-height: 1;
}

[class^="icon-"],
[class*=" icon-"] {
	font-family: 'Qboxus' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.blogPage>.hero-character>.boyOne {
	bottom: -8px;
	left: 34%;
	transform: translateX(-50%);
	top: 330px;
	width: 459px;
}

.blogPage .hero-character .hero-guy-3 {
	bottom: 151px;
	right: 15.5vw;
	width: 20vw;
}

.choseBlog {
	width: 30%;
	overflow: hidden;
	float: left;
	padding: 17px;
	margin: 25px 2px;
}

.bannerMask img {
	top: 51vw;
	position: absolute;
	z-index: 99999;
	width: 98.8vw;
}

.blogImg img {
	width: 342px;
}
.mainBlog {
	display: inline-block;
	width: 100%;
	padding: 40px 0;
}

.profileLink {
	display: inline-flex;
	justify-content: left;
	align-items: center;
}

.profileLink img {
	margin: 0 20px 0 0;
	border-radius: 40px;
	width: 50px;
}

.blogText {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: 700;
	letter-spacing: .5px;
	text-decoration: none;
	color: #2e3338;
	padding: 0 15px;
	background: #ffff;
	padding: 25px 16px;
}

.profileLink span h4 {
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.profileLink span h5 {
	font-size: 12px;
	font-weight: 400;
}

.profileLink span {
	line-height: 5px;
}
.animated {
	background-image: url(/css/images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 60px;
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
	}

	80% {
		-webkit-transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		transform: translateY(-2000px);
	}

	60% {
		opacity: 1;
		transform: translateY(30px);
	}

	80% {
		transform: translateY(-10px);
	}

	100% {
		transform: translateY(0);
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}


.mobileNav {
	display: none;
}

.letsTalk h1 {
	margin: 0;
	font-family: Playfair Display, serif;
	font-size: 45px;
	text-transform: capitalize;
}

.weWillGetBack h5 {
	margin: 10px 0 20px 0;
	font-size: 12px;
	line-height: 2;
	color: #757c98;
	font-family: Montserrat, sans-serif;
	font-weight: 400;
}

.mainPopup {
	width: 60%;
	margin: 0 auto;
}

.mainPopup .qcontainer {
	width: 100%;
}

.borderRadi img {
	width: 43%;
	position: absolute;
	left: -60px;
	top: -78px;
	height: 315px;
}

.resImg {
	display: none;
}

.innerPopup {
	width: 60%;
	margin: 0 auto;
	position: absolute;
	top: 200px;
	text-align: left;
	left: 0;
	right: 0;
}
.sendRequestBtn button {
	background-color: #ef4b6c !important;
	border: 1px solid #ef4b6c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .75px;
	text-transform: uppercase;
	border-radius: 28px;
	line-height: 30px;
	text-align: center;
	width: 196px;
	height: 48px;
	border-radius: 24px;
	line-height: 23px;
	color: #fff;
	box-shadow: 10px 16px 40px 0 rgba(255, 84, 117, .46);
}

.loading {
	position: absolute;
	top: 4px;
	right: -81px;
	display: none;
}

.mainRecaptcha {
	margin: 20px 0 40px 0;
	text-align: left;
	position: relative;
}

.sendRequestBtn {
	float: left;
	position: relative;
}

.mainBg {
	background: gray;
	padding: 0;
}

.wholePopup {
	text-align: center;
	width: 773px;
	margin: 0 auto 100px auto;
	background: transparent;
	height: 41.5vw;
	height: 950px;
}

.wholePopup_dedicate {
	text-align: center;
	width: 773px;
	margin: 0 auto 100px auto;
	background: transparent;
	height: 41.5vw;
	height: 918px;
}

.popupSvg {
	position: absolute;
	width: 771px;
}
.borderRadi {
	background: transparent;
	width: 800px;
	position: relative;
	height: 827px;
	top: 76px;
	right: 0;
	left: 70px;
	margin: 0 auto;
}

.popup .closeCircle img {
	width: 60px;
	border-radius: 30px;
	border: 0;
}

.closeBtn {
	display: flex;
	justify-content: end;
	align-items: center;
}

.closeBtn svg {
	width: 15px;
	align-items: center;
	height: 15px;
}

.popup {
	background: rgba(0, 0, 0, 0.3) none repeat scroll 0% 0%;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: none;
	overflow-y: scroll;
	scrollbar-width: none;
}

.popup .closeCircle {
	background: transparent;
	padding: 5px 10px;
	border-radius: 100px;
	color: white;
	position: absolute;
	margin: 100px -100px 0 0;
	transform: rotate(41deg);
	top: -240px;
	right: -8px;
	cursor: pointer;
}

.popup .closeCircle .fa {
	font-size: 25px;
	cursor: pointer;
}

.singleInputSec input[type="text"] {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 10px;
	cursor: unset;
	font-size: 14px;
	line-height: 1;
	letter-spacing: .5px;
	color: #757c98;
	transition: all .25s ease;
	font-weight: 400;
	border-bottom: 1px solid #757c98;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.singleInputSec {
	width: 100%;
	margin: 10px 0 20px 0;
	position: relative;
}

.focusInput {
	border: 0;
	padding: 4px 0;
}

@media only screen and (max-width: 480px) {
	.weDoCategory {
		padding: 10px 0 !important;
	}
	.buy_btn .btn3{
		margin-bottom: 45px !important;
	}
	.hero-button-float .btn.btn-white {
		bottom: calc(670px - 70px);
	}

	.response {
		position: relative;
		width: 100%;
		top: 0px;
		left: 10px;
	}

	.qcontainer {
		width: 100%;
		margin: 0 auto;
		background-color: transparent;
	}

	.g-recaptcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}

	.logo {
		padding: 5px 0 0 0;
	}

	.mainRecaptcha .rc-anchor-logo-portrait {
		margin: 10px 0 0 -20px !important;
	}

	.navbar {
		margin: 0 30px 5px 0;
		display: none !important;
	}

	.mobileNavbar ul li a.active {
		color: #ef4b6c;
		transition: all .25s ease-in-out;
		font-weight: 600;
	}

	.mainMobileMenu {
		display: block;
		margin: 0 0 0 auto;
		width: 45px;
		text-align: right;
	}

	.mobileMenu {
		width: 20px;
		height: 10px;
		display: block;
		position: relative;
		z-index: 9;
		cursor: pointer;
	}
	.mobileMenu span {
		width: 20px;
		height: 2px;
		display: block;
		background-color: #fff;
		border-radius: 2px;
		transition: all .375s ease-in-out;
	}

	.mobileMenu span+span {
		width: 14px;
		margin: 6px 0 0 6px;
	}

	.active {
		color: #ef4b6c;
		transition: all .25s ease-in-out;
	}

	.mainMobileNav {
		max-width: 100%;
	}

	.img-one img {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
	}

	.img-two img {
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
	}

	.popupSvg {
		display: none;
	}

	.wholePopup {
		width: 100%;
		background: #fff;
		height: 910px;
	}

	.deskImg {
		display: none;
	}

	.resImg {
		display: block;
	}

	.borderRadi img {
		width: 56%;
		left: 0;
		top: 0;
		height: auto;
	}

	.innerPopup {
		width: 80%;
		top: 180px;
		left: 0;
		right: 0;
	}

	.borderRadi {
		width: 100%;
		height: auto;
		top: 0px;
		right: 0;
		left: 0px;
		margin: 0;
	}

	.popup .closeCircle {
		top: -270px;
		right: 70px;
		cursor: pointer;
	}

	.inputForm input {
		width: 94%;
	}

	.mainRecaptcha {

		margin: 20px 0 5px 0;
	}
	#captcha_error{
		bottom: 2px;
	}

	.mainBanner {
		height: 627px;
	}

	.hero-character {
		height: 627px;
		width: 100vw;
	}

	.hero-section {
		top: 42px;
	}

	.hero-character .boyOne {
		width: 100vw;
		top: 494px !important;
		left: 64px !important;
		right: 0 !important;
	}

	.hero-text h1 {
		font-size: 43px;
		letter-spacing: 0.2px;
	}

	.hero-text p {
		font-size: 14px;
		line-height: 20px;
		width: 53%;
	}

	.hero-button-float .btn.btn-primary,
	.hero-button-float .btn.btn-white {
		left: calc(50% - 91px);
		width: 180px;
	}

	.hero-character .hero-guy-2 {
		display: none;
	}

	.hero-character .hero-girl img,
	.hero-character .boyOne img,
	.hero-character .hero-guy-2 img,
	.hero-character .hero-guy-3 img {
		display: block;
		width: 100%;
		height: 135px;
	}

	.hero-character .hero-guy-3 {
		width: 100px;
		bottom: 45px;
		right: 10.5vw;
	}

	.hero-character .hero-girl {
		top: 84px;
		right: 0;
		width: 200px;
		left: 0;
		margin: 0 auto;
	}

	.sectionHeading h3 {
		font-size: 25px;
	}

	.hero-button-wrapper {
		top: 150px;
		height: 200px;
	}

	.hero-section {
		top: 17px !important;
	}

	.hero-button-float {
		top: -7px !important;
	}

	.hero-button-wrapper {
		top: 483px !important;
	}

	.btn.btn-white {
		color: #5238b1;
	}

	.hero-character .boyOne .banner-2 {
		width: 155vw !important;
	}

	.weDoCategory {
		width: 100%;

	}

	.innerWhatWeDo {
		width: 94%;
		margin: 80px auto 0 auto;
	}

	.weDoCategory h4 {
		font-size: 15px;
		margin: 20px auto 0 auto;
	}

	.weDoCategory p {
		font-size: 14px;
	}

	.hero-button-float {
		top: 381px;
	}

	.sectionHeading h4 {
		font-size: 14px;
	}

	.innerClients {
		display: block;
		margin: 0 auto;
		text-align: center;
		width: 400px;
	}

	.innerClients {
		width: 186px;
	}

	.clientImage a {
		width: 100%;
		margin: 10px 0;
		
	}

	.sendRequestBtn {
		float: none;
	}

	.projectTextSide {
		text-align: center;
	}

	.projectTextSide .btn-work {
		min-width: 130px;
	}

	.projectsView {
		width: 100%;
		margin: 0 auto;
	}

	.projectPortfolio {
		display: inline-block;
		height: 100%;
		background-color: transparent;
	}

	.projectTextSide {
		margin: 0 0 30px 0;
		padding: 10px 50px;
		text-align: center;
	}

	.projectTextSide h3 {
		width: 100%;
		font-size: 24px;
	}

	.ProjectImageSide img {
		height: 100%;
		width: 100%;
		margin-bottom: -4px;
	}

	.projectPortfolio {
		width: 100%;
	}

	footer {
		height: 370px;
		padding: 50px 0 0 0;
	}

	.footer-text {
		margin: 90px 0 45px 0;
	}

	.footer-white-mask {
		width: 100%;
	}

	.footer-text p {
		font-size: 25px;
	}

	.footer-text .btn {
		width: 180px;
	}

	.footer-bg {
		width: 100%;
	}

}


@media (min-width: 481px) and (max-width: 575px) {
	.hero-text h1 {
		font-size: 45px;
	}

	.hero-character .boyOne {
		width: 100vw;
		top: 530px !important;
	}

	.mainBanner {
		height: 622px;
	}

	.hero-character .hero-guy-3 {
		bottom: 260px !important;
	}

	.hero-character {
		height: 850px !important;
		width: 101% !important;
	}

}

@media (min-width: 411px) and (max-width: 500px) {
	.hero-button-wrapper {
		top: 152px;
		height: 200px;
	}

	.hero-text p {
		font-size: 14px;
		width: 62%;
	}

	.hero-button-float.floating .btn.btn-primary i,
	.hero-button-float.floating .btn.btn-white i {
		margin: -5 0 0 0px;
	}

	.hero-character {
		height: 627px;
		width: 100vw;
	}

	.mainMobileNav {
		max-width: 100% !important;
	}

	.trustedPeoples {
		padding: 0px;
	}

	.sectionHeading,
	.innerOurLatestWorks .sectionHeading {
		margin: 0px 0 0px 0;
	}

	.img-one img {
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
	}

	.mainOurLatestWorks {
		top: 8px;
	}

	.buy_btn .btn3 {
		margin-bottom: 45px;
		min-width: 143px !important;
		padding: 16px 19px !important;
		letter-spacing: 0.54px !important;
	}
	.hero-button-float {
		top: -11px !important;
	}

	.mainOurLatestWorks {
		z-index: 0;
	}

	.footer-bg {
		width: 100% !important;
	}

	.footer-white-mask img {
		display: block;
		width: 95.7vw;
	}

	.footer-pattern-bg__default {
		display: none !important;
	}

	.projectPortfolio {
		width: 99%;
		margin-bottom: 30px;
	}

	.ProjectImageSide img {
		height: 100%;
		width: 100%;
	}

	.footer-white-mask {
		top: -1px;
	}

	.footer-white-mask img {
		width: 100.1vw;
	}
}
@media all and (min-width:320px) and (max-width: 375px) {

	.mainBanner {
		height: 588px !important;
	}

	.hero-character .hero-girl {
		top: 19px;
	}

	.hero-character .hero-guy-3 {
		bottom: 24px;
	}

	.hero-character .boyOne {
		top: 472px !important;
	}

	.sectionHeading {
		text-align: center;
		margin: 0px !important;
	}

	.projectTextSide h3 {
		font-size: 25px !important;
	}

	.img-one img {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
	}

	.img-two img {
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
	}

	.ProjectBottomImageSide p,
	.innerWhatWeDo {
		width: 90%;
		margin: 0px auto 0 auto;
	}

	.weDoCategory,
	.trustedPeoples {
		padding: 10px 0 !important;
	}

	.mainOurLatestWorks {
		top: 23px;
	}
	.buy_btn .btn3 {
		margin-bottom: 55px !important;
		min-width: 143px !important;
		padding: 16px 19px !important;
		letter-spacing: 0.54px !important;
	}

	.projectTextSide .btn-work {
		min-width: 104px;
	}

	/* banner */
	.hero-character {
		height: 600px;
		width: 100vw;
	}

	.hero-section {
		top: 17px !important;
	}

	.hero-button-float {
		top: -23px !important;
	}

	.hero-button-wrapper {
		top: 429px !important;
	}

	.hero-button-wrapper {
		top: 152px;
		height: 270px;
	}

	.hero-character .boyOne {
		left: 64px !important;
		right: 0 !important;
	}
	.footer-white-mask {
		top: -3px;
	}

	.footer-text p {
		font-size: 20px;
	}

	.footer-bg {
		width: 375px;
	}

	.footer-pattern-bg {
		width: 100vw;
	}

}

@media all and (max-width: 660px) and (min-width: 576px) {
	.mainBanner {
		height: 624px !important;
		margin-left: 0.5px;
	}

}

@media all and (max-width: 767px) and (min-width: 481px) {
	.sectionHeading h3 {
		font-size: 35px;
	}

	.innerClients {
		display: block;
	}

	.clientImage {
		display: flex;
		justify-content: center;
	}

	.weDoCategory p {
		padding: 0 10px;
		font-size: 16px;
	}

	.innerWhatWeDo {
		width: 90%;
		margin: 20px auto 0 auto;
	}

	.qcontainer {
		width: 100%;
	}

	.wholePopup {
		width: 100%;
	}

	.popupSvg {
		width: 100%;
	}

	.popup .closeCircle {
		top: -254px;
		right: 30px;
	}

	.hero-character .boyOne {
		width: 100vw;
		top: 680px;
	}

	.weDoCategory {
		width: 49%;
		height: 250px;
		padding: 0;
	}

	.projectsView {
		width: 63%;
		margin: 0 auto;
	}

	.projectPortfolio {
		display: inline-block;
		height: 100%;
		width: 97%;
	}

	.projectTextSide {
		padding: 55px 92px;
		text-align: center;
	}

	.projectTextSide .btn-work {
		min-width: 130px;
	}

	.projectTextSide h3 {
		width: 100%;
		font-size: 26px;
	}

	.mainOurLatestWorks {
		z-index: 0;
	}
	footer {
		height: 450px;
		padding: 50px 0 0 0;
	}

	.footer-pattern-bg {
		width: 100vw;
	}

	.footer-bg {
		width: 480px;
	}

	.footer-text p {
		font-size: 33px;
	}

	.footer-text .btn {
		width: 180px;
	}

}

@media all and (max-width: 1024px) and (min-width: 769px) {
	.qcontainer {
		width: 100%;
	}
	.hero-character .boyOne {
		width: 100vw;
		top: 624px;
	}

}

.mainMobileNav {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0) !important;
	z-index: 9999;
	background-color: white;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mainMobileNav.active {
	transform: translate(-50%, -50%) scale(1) !important;
}

.mobileNavbar {
	height: 100vh;
	display: block;
	justify-content: center;
	align-items: center;
	width: inherit;
	width: 100%;
}

.mobileNavbar ul {
	list-style: none;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
	padding-left: 0;
}

.mobileNavbar ul li {
	margin-bottom: 25px;
	font-size: 13px;
}

.mobileNavHeader {
	padding: 10px 15px;
	display: flex;
	justify-content: end;
	align-items: center;
}

.mobileNav button {
	background: transparent;
	border: 0;
}

.mobileNav .fa-bars::before {
	content: "\f0c9";
	font-size: 30px;
	color: #fff;
}

.mobileNav .innerPopup {
	top: 0;
}

.mobileNav ul {
	list-style: none;
	text-align: center;
}

.mobileNavHeader .title {
	font-size: 1.25rem;
	font-weight: bold;
}
.mobileNavHeader .close-button {
	cursor: pointer;
	border: none;
	outline: none;
	background: none;
	font-size: 1.55rem;
	font-weight: bold;
	width: 20px;
	height: 10px;
	display: block;
	color: #CECECE;
	margin: 90px 17px 34px 0;
	font-weight: 400;
}
.mobileNavBody {
	position: relative;
	height: 100%;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	display: block;
}
.buy_btn {
	width: 100%;
	text-align: center;
}

.buy_btn .btn3 {
	width: auto;
	min-width: 285px;
	color: white;
	height: 20px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
	background: linear-gradient(135deg, #8254e5, #83afe3 150%);
	margin-bottom: 185px;
	height: 54px;
}

/*========================== didicated================ */
body {
	font-family: 'Montserrat', sans-serif;
}

/*================== header css=================  */

.qboxMenu header {
	display: block;
}

.qboxMenu .mainHeader {
	position: absolute;
	left: 0;
	right: 0;
	z-index: 999;
}

.qboxMenu .menuContainer {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}

.qboxMenu .innnerHeader {
	display: inline-flex;
	justify-content: normal;
	align-items: center;
	width: 100%;
	height: 64px;
	padding: 0;
}

.qboxMenu .logo {
	width: 20%;
	text-align: center;
	padding: 0px 0 0 25px;
}

.qboxMenu .logo a img {
	width: 35px;
}

.qboxMenu .navbar {
	width: 80%;
	text-align: end;
	margin: 0 85px 4px 0;
	letter-spacing: 0.6px;
	display: block;
	padding: 0;
}

.qboxMenu .navbar ul {
	list-style: none;
	display: inline-flex;
	justify-content: end;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
	padding: 0;
	margin: 0 -4px 0 0;

}

.qboxMenu .navbar ul li a {
	padding: 0 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 11.5px;
	font-weight: 500;
}

.qboxMenu .navbar ul li a:hover {
	text-decoration: none;
}

/*================== header css End=================  */

/*==================== footer css =================== */

.qboxFooter footer {
	position: absolute;
	left: 0;
	right: 0;
	height: 516px;
	padding: 192px 0 0;
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	display: block;
	box-sizing: content-box;
}

.qboxFooter .footer-bg {
	position: absolute;
	z-index: 0;
	bottom: 0;
}

.qboxFooter .footer-bg .footer-pattern-bg img {
	display: block;
	width: 100%;
}

.qboxFooter .footer-white-mask {
	position: absolute;
	z-index: 1;
	top: -8px;
}

.footer-white-mask img {
	display: block;
	width: 100%;
}

.footer-container {
	position: relative;
	z-index: 2;
}

.qboxFooter .Fcontainer {
	width: 100%;
	margin: 0 auto;
	background-color: transparent;
}

.qboxFooter .footer-text {
	text-align: center;
	margin: 130px 0 100px 0;
}

.qboxFooter .footer-text p {
	margin: 0;
	font-family: Playfair Display, serif;
	font-weight: 600;
	font-size: 50px;
	line-height: 1.358;
	letter-spacing: 1.88px;
	color: #fff;
}

.qboxFooter .btn:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.qboxFooter .btn.btn-primary,
.qboxFooter .btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #ef4b6c;
	box-shadow: 10px 16px 40px 0 rgba(255, 84, 117, .46);
	border: 1px solid transparent;
}

.qboxFooter .btn.btn-talk,
.btn.btn-work {
	height: 50px;
	padding: 16px 32px;
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: .688rem;
	line-height: 18px;
	letter-spacing: 1.54px;
	text-transform: uppercase;
	border-radius: 25px;
}

.footer-text .btn {
	width: 220px;
	margin: 20px 0 0;
	display: inline-block;
	user-select: none;
	border: 1px solid transparent;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;

}

.qboxFooter .d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}

.qboxFooter .justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.qboxFooter .social-wrapper a {
	display: block;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
	color: #541b96;
	margin: 0 10px;
	height: 50px;
	width: 50px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.qboxFooter .social-wrapper a i {
	display: block;
	font-size: 26px;
	line-height: 1;
}

/*====================End footer css =================== */
.banner {
	height: auto !important;
	min-height: 471px;
	width: 100%;
	position: relative;
	margin: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

.bannerTxt,
.headTitle {
	color: #EEE;
	font-size: 50px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

.txtCenter {
	max-width: 1060px;
	position: relative;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 970px;
	top: 88.5px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
	-webkit-transition: top .3s ease;
	-o-transition: top .3s ease;
	transition: top .3s ease;
}

.title {
	margin: 0 0 21px;
	display: block;
	font-size: 16px;
	margin: 0 0 15px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif !important;
	opacity: 1;
}

.headTitle {
	font-family: Playfair Display, serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 64px;
	line-height: 70px;
	opacity: 1;
	margin: 0 0 31px;
}

.skillContainer {
	padding: 60px 0;
	overflow: hidden;
	background-color: #fff !important;
}

.skillWrap h2 {
	font-family: Playfair Display, serif;
	max-width: 766px;
	margin: 0 auto;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
	text-align: center;
}

.skillWrap .skillP {
	max-width: 975px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #626881;
	line-height: 33px;
	font-size: 18px;
	text-align: center !important;
	font-family: Lora, serif;
}

.skillWrap:after {
	margin: 30px auto 0;
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}

.bussinessImg {
	margin-top: 32px;
	padding-left: 0px !important;
}

.bussinessImg img {
	display: block;
	margin: 0 auto;
	max-width: 100%;

}

.bussinessP {
	margin-top: 32px;
}

.bussinessP p {
	font-size: 18px;
	line-height: 25px;
	margin: 0 0 25px;
	color: #626881;
	font-family: Lora, serif;
}

.bussinessBtn {
	padding: 0 32px;
	line-height: 42px;
	border-color: #8379e5;
	color: #8c93bd;
	border: 2px solid #8379e5;
	background-color: transparent;
	line-height: 36px;
	font-weight: 600;
	text-shadow: none;
	border-radius: 3px;
	font-size: 16px;
	height: 46px;
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: Montserrat, sans-serif;
}

.boxAction .btn-danger {
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	border: 1px solid #8379e5;
	font-family: Montserrat, sans-serif;
}

.boxAction .btn-danger:hover {
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	border: 1px solid #8379e5;
	border-color: #8379e5;
}

.bussinessBtn:hover {
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	color: #fff;
	text-decoration: none;
	padding: 0px 39px 0px 15px;
}

.bussinessBtn:hover i {
	left: auto;
	right: 0;
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	display: block;
}

.bussinessBtn i {
	width: 38px;
	height: 46px;
	line-height: 46px;
	top: -2px;
	display: none;
	position: absolute;
	top: 0;
	left: -32px;
	width: 32px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.1);
}

.tabWrap {
	margin-top: 58px;
	padding-left: 31px;
}

.customTabs ul {
	width: 100%;
	padding: 0;
	background-color: #FFF;
	list-style-type: none !important;
	border-radius: 4px;
}

.tabWrap .nav {
	display: block;
}

.customTabs .tabLink {
	display: block !important;
	margin: 0 0 -1px !important;
	padding: 11px 14px !important;
	font-size: 14px !important;
	border: 1px solid #E5E5E5 !important;
	border-right-width: 2px !important;
	border-top-left-radius: unset !important;
	border-top-right-radius: unset !important;
	font-family: Lora, serif !important;
	color: #626881 !important;
}

.tabLink .rightAngal {
	float: right;
	margin-top: 4px;
	margin-right: -6px;
	opacity: .4;
	font-size: 12px !important;
}

.customTabs .tabLink:hover {
	background-color: #F5F5F5;
	color: #222;
}

.customTabs .active {
	z-index: 2;
	border-color: rgba(0, 0, 0, 0.1) !important;
	color: #FFF !important;
	font-weight: 600;
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.customTabs .active .right_icon i {
	color: #fff !important;
	font-weight: 600;
	opacity: 1;
}

.faq_heading {
	font-size: 24px;
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
	font-family: Playfair Display, serif;
}

.phpdev {
	margin-top: 58px;
}

.phpdev p {
	line-height: 1.8;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: Lora, serif;
	color: #626881;
}

.boxPrice {
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.075);
	border-radius: 3px;
	text-align: center;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
}

.boxTitle {
	padding: 15px 0;
	background-color: #F9F9F9;
	border-radius: 3px 3px 0 0;
	text-shadow: 1px 1px 1px #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.boxTitle h3 {
	font-size: 18px;
	margin: 0;
	letter-spacing: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #555;
	font-family: Playfair Display, serif;
}

.boxTitle span {
	display: block;
	color: #999;
	font-weight: 300;
	font-size: 12px;
	margin-top: 3px;
	text-transform: uppercase;
	font-family: Lora, serif;
}

.pricing {
	background-color: #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.075);
	position: relative;
	padding: 25px 0;
	color: #333;
	font-weight: 300;
	font-size: 64px;
	line-height: 1;
	font-family: Lora, serif;
}

.pricing-price span {
	display: inline-block;
	vertical-align: top;
	margin: 7px 3px 0 0;
	font-size: 28px;
	font-weight: normal;
	font-family: Lora, serif;
}

.boxAction {
	padding: 15px 30px;
}

.boxPrice {
	float: left;
	width: 33%;
	margin-top: 20px;
	padding: 0;
}

.midBoxPrice {
	margin: 6px -1px 0 -1px;
	background-color: #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
}

.midBoxPrice .boxTitle {
	background-color: #FFF;
	padding: 20px 0;
}

.midBoxPrice .boxTitle .boxTitle h3 {
	font-size: 20px;
}

.midBoxPrice .pricing {
	color: #8c93bd;
	font-size: 72px;
}

.redWrap {
	background-image: linear-gradient(to bottom right, #c04de2, #340c7f);
	padding: 38px 0 35px;
	color: #fff;
}

.hireUser {
	display: inline-block;
	vertical-align: middle;
	width: 438px;
	padding: 8px 0 0;
}

.hireUser h3 {
	margin: 0;
	font-size: 25px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-family: Playfair Display, serif;
}

.userPrice {
	font-size: 62px;
	line-height: 1;
	font-weight: 600;
	font-family: Lora, serif;
	display: block;
	text-align: right;
	margin: 20px 56px 0 0;
	letter-spacing: 5px;
}

.userIcon {
	font-size: 38px;
	margin: 0 5px 0 0;
}

.userPrice .mo {
	vertical-align: bottom;
	position: absolute;
	font-size: 30px;
	top: 129px;
	right: -12px;
	font-family: Lora, serif;
}

.experience {
	padding-top: 51px;
	padding-left: 43px;
}

.experience p {
	font-size: 18px;
	line-height: 26px;
	font-family: Lora, serif;
}

.experience i {
	margin-right: 10px;
}

.hireBtn {
	width: 138px;
	padding: 0 21px;
	color: #fff;
	border: 2px solid #ffff;
	margin-top: 81px;
}

.engagement {
	padding: 51px 0 30px;
}

.engagementTitle {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4% 20px 43.6%;
	text-transform: uppercase;
	font: 20px/1 "Raleway", sans-serif;
	color: #555;
	font-family: Playfair Display, serif;
}

.timeUl {
	margin-top: -18px;
}

.timeUl ul {
	margin: 0;
	padding: 0;
	color: #777777;
	font-size: 20px;
	font-weight: 300;
	list-style: none;
	display: inline-block;
	vertical-align: middle;
}

.timeUl ul li {
	margin: 0 0 20px;
	display: inline-block;
	vertical-align: middle;
}

.timeUl ul li span {
	margin: 0 31px 0 8px;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #626881;
}

.team {
	margin-top: 55px;
}

.team .skillP {
	max-width: 703px;
}

.brand {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 20px 0 0;
	margin-top: 58px;
	background: #fff;
}

.hireBtn:hover {
	background: #fff;
	color: #8259e4;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	line-height: 36px;
	font-weight: 600;
	font-size: 16px;
	padding: 0 8px;
}

.hireBtn:hover i {
	background: #e8e5e6 !important;
	height: 43px !important;
}


/*
================================================================================================ 
									MEDIA QUERY SETTING
===================================================================================================
*/

@media (min-width:1200px) and (max-width:1440px) {
	.footer-white-mask img {
		width: 103.2vw;
	}
}

@media (min-width:992px) and (max-width:1199px) {

	.mainBanner {
		height: 815px;
	}

	.innerWhatWeDo {
		width: 95%;
	}

	.footer-white-mask img {
		display: block;
		width: 99.5vw;
	}

}


@media (min-width:768px) and (max-width:991px) {
	.innerWhatWeDo {
		width: 90% !important;
	}

	.weDoCategory h4 {
		font-size: 18px;
	}

	.wholePopup_dedicate {
		margin: 0;
	}

	.weDoCategory p {
		font-size: 16px;
	}

	.ProjectBottomImageSide p {
		width: 100% !important;
	}

	.weDoCategory p {
		padding: 0;
	}

	.footer-text p {
		font-size: 40px;
	}

	.hero-text h1 {
		font-size: 70px;
	}

	.clientImage {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.innerClients {
		display: block;
	}
	.projectsView {
		width: 63% !important;
		margin: 0 auto !important;
	}

	.mainBanner {
		height: 660px;
	}

	.hero-character .boyOne {
		width: 100vw;
		top: 513px !important;
	}

	.hero-character .hero-guy-3 {
		top: 500px;
	}

	.img-one img {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
	}

	.img-two img {
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
	}

	.innerWhatWeDo {
		width: 65%;
		margin: 23px auto 0 auto;
	}

	.sectionHeading h4 {
		width: 63%;
		font-size: 18px;
	}

	.sectionHeading h3 {
		margin: 0px 0 18px 0;
		font-size: 42px;
	}

	.projectTextSide h3 {
		font-size: 30px;
	}

	.mainOurLatestWorks {
		bottom: 0px;
	}

	.innerOurLatestWorks .sectionHeading {
		margin: 0px 0 26px 0;
	}

	.ProjectImageSide img {
		height: 520px;
		width: 100%;
	}

	.projectPortfolio {
		display: inline-block;
		height: 100%;
		width: 97%;
	}

	.projectTextSide {
		text-align: center;
	}

	.projectTextSide .btn-work {
		margin-top: 7px;
		margin-bottom: 15px;
	}

	.footer-white-mask img {
		display: block;
		width: 120.4vw !important;
	}


}

@media (min-width:576px) and (max-width:777px) {

	.hero-text h1 {
		font-size: 50px;
	}

	.innerOurLatestWorks .sectionHeading {
		margin: 0px 0 0px 0;
	}

	.hero-character .boyOne {
		width: 100vw;
		top: 519px;
	}

	.mainBanner {
		height: 644px;
		margin-left: 0.5px;
	}

	.hero-text h1 {
		font-size: 55px;
		letter-spacing: 0.2px;
	}

	.hero-text p {
		font-size: 16px;
	}

	.hero-character .hero-guy-3 {
		top: 509px;
	}

	.img-two img {
		border-bottom-left-radius: 0px !important;
		border-top-right-radius: 15px !important;
		border-top-left-radius: 15px !important;
	}

	.img-one img {
		border-top-right-radius: 0px !important;
		border-bottom-right-radius: 15px !important;
		border-bottom-left-radius: 15px !important;
	}
	.ProjectImageSide img {
		height: auto;
		width: 100%;
		margin-bottom: -4px;
	}

	.buy_btn .btn3 {
		min-width: 176px !important;
		padding: 16px 19px !important;
		letter-spacing: 0.54px !important;
	}
}

@media only screen and (min-width:300px) and (max-width:666px) {
	.title {
		padding: 10px 21px 10px 21px;
		font-size: 11px;
	}

	.headTitle {
		font-size: 28px;
		line-height: 35px;
	}

	.skillWrap {
		padding: 0px 10px;
	}

	.skillWrap h2 {
		font-size: 26px;
	}

	.skillWrap .skillP {
		font-size: 18px;
	}

	.bussinessImg {
		padding-right: 20px !important;
		padding-left: 20px !important;
	}

	.bussinessBtn {
		width: 100%;
		padding: 0 10px;
		font-size: 12px;
		text-align: center;
	}

	.brandImg img {
		width: 100%;
		height: 75px;
	}

	.skillContainer {
		padding: 30px 0px;
	}

	.phpdev p,
	.faq_heading {
		margin: 0 0 15px 0;
	}

	.tabWrap,
	.team,
	.brand {
		margin-top: 30px;
	}

	.team .skillWrap {
		padding: 0px 0px !important;
	}

	.phpdev {
		margin-top: 30px;
	}

	.faq_heading {
		font-size: 20px;
	}

	.boxPrice {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 0px;
	}

	.hireUser {
		width: 100%;
	}

	.hireUser h3 {
		text-align: unset;
		font-weight: revert;
	}

	.userPrice {
		font-size: 61px;
		text-align: left;
		margin: 20px 0px 0 0;
	}

	.userIcon {
		font-size: 38px;
		margin: 0 5px 10px 93px;
	}

	.userPrice .mo {
		top: 149px;
		right: 38px;
	}

	.experience {
		padding-top: 20px;
		padding-left: 7px;
	}

	.experience p {
		font-size: 12px;
		line-height: 17px;
	}

	.experience i {
		font-size: 16px;
	}

	/* .bussinessBtn {
            
        } */
	.hireBtn {
		margin-top: 20px;
		min-width: 131px;
		width: 145px;
	}

	.hireBtn:hover i {
		background: #e8e5e6 !important;
		height: 43px !important;
	}

	.engagementTitle {
		margin: 0 6% 31px 0.6%;
	}

	.timeUl ul li {
		display: block;
	}
}

@media only screen and (min-width:667px) and (max-width:736px) {

	.brandImg img {
		width: 579px;
		height: 95px;
	}

	.pricing,
	.midBoxPrice .pricing {
		font-size: 53px;
	}

	.boxAction {
		padding: 15px 15px;
	}

	.hireUser {
		width: 100%;

	}

	.hireUser h3,
	.userPrice {
		text-align: unset;
	}

	.userPrice .mo {
		top: 88px;
		right: unset;
	}

	.experience {
		padding-top: 40px;
		padding-left: 0px;
	}

	.hireBtn {
		width: 152px;
		margin-top: 30px;
	}

	.engagementTitle {
		margin: 0 4% 32px 1.6%;
	}
}

@media only screen and (min-width:737px) and (max-width:900px) {
	.brandImg img {
		width: 703px;
		height: 112px;
	}

	.boxTitle h3 {
		font-size: 14px;
	}

	.boxTitle {
		height: 112px;
	}

	.pricing,
	.midBoxPrice .pricing {
		font-size: 36px;
	}

	.boxAction {
		padding: 15px 10px;
	}

	.boxTitle span {
		font-size: 13px;
	}

	.hireUser h3 {
		font-size: 18px;
		text-align: left;
	}

	.hireUser {
		width: 100%;
	}

	.userPrice {
		font-size: 53px;
	}

	.userIcon {
		margin: 0 5px 10px 0;

	}

	.experience {
		padding-top: 9px;
		padding-left: 20px;
	}

	.experience p {
		font-size: 13px;
		line-height: 26px;
	}

	.experience i {
		font-size: 18px;
	}

	.hireBtn {
		width: 116px;
		padding: 0 15px;
		margin-top: 46px;
		font-size: 14px;
	}

	.userPrice .mo {
		top: 116px;
		right: -18px;
	}

	.hireCol {
		padding-left: 0px !important;
	}

	.engagementTitle {
		margin: 0px 0% 20px 0.6%;
	}

	.timeUl ul li span {
		margin: 0 0px 0 2px;
	}

	.timeUl {
		margin-left: -47px;
	}
}

@media only screen and (min-width:1000px) and (max-width:1024px) {
	.userPrice {
		font-size: 43px;
		text-align: unset;
	}

	.hireUser h3 {
		text-align: unset;
	}

	.userPrice .mo {
		top: 58px;
		right: 19px;
	}

	.experience p {
		font-size: 17px;
	}

	.engagementTitle {
		margin: 0 4% 20px 2.6%;
	}

	.timeUl {
		margin-left: -37px;
	}

	.brandImg img {
		width: 100%;
	}
}