/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 28 2023 | 05:47:30 */
.page .entry-title {
	display: none;
}
.mark{
	margin-right:150px;
}
/* fonts */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300&family=Roboto:wght@300;400;500;700;900&display=swap");
i.fas.fa-video {
	content: "f03d";
}
body {
	font-family: "Halyard Display", sans-serif;
	font-family: "Halyard Display", sans-serif;
	color: #171d3e;
}
.size-h1 {
	font-size: 3.75vw;
}
.size-h2 {
	font-size: 2.917vw;
}
.size-h3 {
	font-size: 2.18vw;
}
.size-h4 {
	font-size: 1.875vw;
}
.size-h5 {
	font-size: 1.667vw;
}
.size-h6 {
	font-size: 1.354vw;
}
.size-h7 {
	font-size: 1.25vw;
}
.size-h8 {
	font-size: 1.05vw;
}
.size-h9 {
	font-size: 0.938vw;
}
.size-h10 {
	font-size: 0.729vw;
}
.size-h11 {
	font-size: 0.625vw;
}
.our-methodology .size-h1 {
	font-size: 3.542vw;
}
.clients-says-left div:not(:first-child) {
	font-size: 0.833vw;
}
.career-banner .sub-banner-content .size-h1 {
	font-size: 4.792vw;
	/* 92 */
}
.pricing-section-main-head.size-h3 {
	font-size: 2.188vw;
	font-weight: 700;
	/* 42px */
}
.pricing-section-main .size-h6 {
	font-size: 1.458vw;
	/* 28px */
}
/* .pricing-banner .size-h1{
font-size: 3.333vw;
} */
.clients-talks-left div .size-h5 {
	font-size: 1.563vw;
}
.top-padding {
	margin-top: 81px;
}
a:hover {
	text-decoration: none;
}
button:focus {
	outline: none;
}
.re-submit-button-inactive {
	/* pointer-events:none; */
	/* cursor: not-allowed; */
	position: relative;
}
.re-submit-button-inactive::after {
	pointer-events: none !important;
	cursor: not-allowed !important;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(154 172 190 / 20%);
	border-radius: 30px;
}
.text-color-white {
	color: #ffffff !important;
}
/* border */
.border-radius-0 {
	border-radius: 0px !important;
}
.border-bottom-1 {
	border-bottom: 1px solid #7a80b0;
}
/* button */
button.btn:focus {
	outline: none;
	box-shadow: none;
}
.error {
	border-color: #fd6f6f !important;
}
/* display */
.display-none {
	display: none;
}
.display-block {
	display: block !important;
}
.stop-scrolling {
	height: 100%;
	overflow: hidden;
}
/* recaptcha */
.rc-anchor-light.rc-anchor-normal {
	border: none !important;
}
/* end recaptcha */
.flex {
	display: flex;
}
.flex-row {
	flex-direction: row;
}
.flex-col {
	flex-direction: column !important;
}
.flexWrap {
	flex-wrap: wrap;
}
.justifyBetween {
	justify-content: space-between;
}
.justifyCenter {
	justify-content: center;
}
.align-item {
	align-items: center;
}
.align-item-end {
	align-items: flex-end;
}
/* width */
.width-100per {
	width: 100%;
}
/* margin */
.margin-left-right-40 {
	margin-left: 40px;
	margin-right: 40px;
}
/* padding */
.padding-top-20 {
	padding-top: 20px;
}
.padding-left-right {
	padding-left: 100px;
	padding-right: 100px;
}
.padding-bottom-top {
	padding-top: 80px;
	padding-bottom: 40px;
}
.banner-padding-top-bottom {
	padding-top: 80px;
	padding-bottom: 80px;
}
.services-padding-top-bottom {
	padding-top: 60px;
	padding-bottom: 60px;
}
.padding-bottom {
	padding-bottom: 80px !important;
}
.padding-bottom-index {
	padding-bottom: 40px;
}
.padding-left-right-header,
.padding-left-right-footer {
	padding-left: 40px;
	padding-right: 40px;
}
.padding-left-right-40 {
	padding-left: 40px;
	padding-right: 40px;
}
/* position */
.displaynone {
	display: none;
}
.displayblock {
	display: block;
}
.read-more {
	cursor: pointer;
	display: flex;
	align-items: center;
	transition: 0.3s;
	text-transform: uppercase;
}
.read-more img {
	position: relative !important;
	position: relative !important;
	min-width: auto !important;
	height: auto !important;
	width: auto !important;
	min-height: auto !important;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.read-more:hover img {
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
	transform: translateX(6px) !important;
}
.read-more .size-h9 {
	padding-right: 10px !important;
	margin: 0px !important;
	font-weight: 600;
	color: #515464;
}
.read-more .size-h10 {
	padding-right: 10px !important;
	margin: 0px !important;
	font-weight: 600;
	color: #515464;
}
.read-more:hover .size-h9 {
	color: #f28e66;
}
::-webkit-input-placeholder {
	color: #515464;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #515464;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #515464;
}
:-ms-input-placeholder {
	color: #515464;
}
/*------------------------------------------------------------------- navbar */
.navbar {
	/* transition: ease-in 0.2s; */
	background-color: #ffffff;
	padding: 5px 0px;
	box-shadow: 0px 3px 6px #0000001f;
}
.navbar-expand-lg .navbar-collapse {
	font-weight: 700;
}
.navbar-collapse {
	flex-grow: 0 !important;
}
li.nav-item {
	white-space: nowrap;
}
.navbar .nav-link {
	font-weight: 400;
	color: #171d3e;
	font-size: 14px;
	padding-left: 2rem !important;
}
.navbar-brand {
	margin-right: 3rem;
}
.navbar-brand img {
	height: 50px;
}
.navbar input.form-control {
	background-color: transparent;
	width: 250px;
	border: none;
	border-radius: 0px;
	border-bottom: 0.5px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	color: #000;
	font-size: 12px;
}
.navbar input.form-control::placeholder {
	color: #000000;
}
.navbar input.form-control:focus {
	outline: none;
	box-shadow: none;
}
.navbar .navsearchDiv svg {
	position: absolute;
	top: 10px;
	right: 5px;
}
.navbar .navsearchDiv {
	margin-right: 30px;
}
.letConnectBtn {
	width: 111px;
	padding: 5px 10px;
	background-color: #eac52f;
	border-radius: 0px;
	font-size: 12px;
	color: #000000;
}
.letConnectBtn.arrow_box {
	position: relative;
	background: #51b24c;
	margin-left: 30px;
	font-weight: 600;
}
.letConnectBtn.arrow_box::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-top: 10px solid #51b24c;
	border-left: 16px solid transparent;
	bottom: -11px;
	right: -1px;
}
.navbar.sticky {
	/* transition: ease-in 0.2s; */
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #ffffff !important;
	background-image: none;
	box-shadow: 0px 2px 5px 2px rgba(33, 37, 41, 0.25);
}
a.nav-link,
.navbar input.form-control::placeholder {
	color: #515464;
}
.navbar input.form-control {
	border-bottom: 0.5px solid #000000;
	color: #000000;
}
/* megamenu */
.letConnectcontent {
	padding: 3px 28px;
	border: 2px solid #DD6A64;
	background-color: #dd6a64;
	border-radius: 80px;
	color: #fff;
	font-weight: 400;
	/* font-size: 14px; */
}
.nav-active-btn {
	background-color: transparent !important;
	color: #000 !important;
}
.nav-item .megamenu {
	display: none;
}
.nav-item:hover .megamenu {
	display: block;
}
.sticky .nav-item.arrowBox::after {
	bottom: -26px;
}
a.navbar-brand {
	padding-top: 0.6125rem;
	/* padding-bottom: .6125rem; */
}
.nav-item:hover.arrowBox::after {
	display: block;
}
.nav-item.arrowBox {
	position: relative;
}
.nav-item.arrowBox::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	border-bottom: 30px solid #ffffff;
	left: 10px;
	bottom: -28px;
	display: none;
}
.sticky a.nav-link {
	padding-bottom: 20px;
	padding-top: 20px;
}
.lets-talk-btn {
	top: 5px;
	cursor: pointer;
	padding-left: 2rem !important;
	/* margin-left: 40px; */
}
.lets-talk-btn:hover svg g {
	fill: #78ae50;
}
.lets-talk-btn:hover div {
	color: #fff;
}
#headerSection button.navbar-toggler {
	/* display: flex; */
	justify-content: flex-start;
	align-items: center;
	/* padding: 15px 40px 0px 40px; */
}
.fullscreen {
	opacity: 0;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1031;
	animation-name: fullscreen;
	animation-duration: 0.1s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes fullscreen {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fullScreenMenu {
	position: fixed;
	width: 280px;
	height: 100vh;
	top: 0;
	right: -300px;
	background-color: #ffffff;
	z-index: 99999;
}
.fullScreenMenuRev {
	animation-name: menu-show-rev;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.fullScreenMenuShow {
	animation-name: menu-show;
	animation-duration: 0.5s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
@keyframes menu-show {
	from {
		right: -300px;
	}
	to {
		right: 0px;
	}
}
@keyframes menu-show-rev {
	from {
		right: 0px;
	}
	to {
		right: -300px;
	}
}
.headerfullscrn button.navbar-toggler {
	width: 100%;
	height: 66px;
	display: flex;
	justify-content: flex-end;
}
.headerfullscrn li.nav-item {
	border-top: 1px solid #f2f2f2;
	padding: 20px 0px;
}
.headerfullscrn li.nav-item:first-child {
	border-top: none;
	padding-top: 50px;
}
.headerfullscrn .navbar-nav .nav-link .size-h8 {
	font-size: 18px !important;
}
.headerfullscrn .news_events {
	position: absolute;
	bottom: 0px;
	margin-bottom: 0;
	background-color: rgba(242, 242, 242, 0.5);
	padding: 4px 0;
	width: 100%;
}
.headerfullscrn .news_events li {
	list-style: none;
	display: inline-block;
}
.headerfullscrn .news_events li a {
	text-decoration: none;
	color: #444;
	font-size: 16px;
	font-weight: 600;
	display: inline-block !important;
	padding: 10px 27px;
}
/* mobile menu  */
.menu-mob {
	position: relative;
	min-height: 100vh;
	position: fixed;
	z-index: 1031;
	background: #fff;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-mob-main-img {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: -1;
	/* width: 50%; */
}
.menu-mob-main-img img {
	/* width: 100%; */
	width: 370px;
}
.menu-mob-main ul {
	list-style: none;
	padding: 0px;
}
.menu-mob-main li {
	list-style: none;
	padding: 30px 100px;
	font-weight: 600;
}
.menu-mob-main-close {
	display: flex;
	justify-content: flex-end;
	height: 61px;
	align-items: center;
	cursor: pointer;
	padding-right: 26px !important;
}
.menu-mob-main-close svg {
	width: 46px;
	padding: 0.25rem 0.75rem;
	padding-top: 1rem;
}
/* -----------------------------------------------end menu */
/* ------------------------------------------------banner */
.banner-rev {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	/* min-height: calc(100vh - 81px); */
	min-height: calc(100vh - 184px);
	overflow: hidden;
	background-size: cover;
}
.banner-img {
	position: absolute;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #171D3E; */
}
.banner-img img {
	/* margin-top: 73px; */
	position: relative;
	/* width: 100%; */
	height: 100%;
}
.banner-img video {
	height: 100%;
	/* margin-top: 73px; */
	position: relative;
}
.banner-rev::before {
	position: absolute;
	z-index: 1;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #171d3e;
	opacity: 0.8;
}
.banner-content {
	z-index: 1;
	color: #fff;
	width: 100%;
}
.clients-banner .banner-content {
	width: 100% !important;
}
.banner-content-head .size-h1 {
	font-weight: 700;
	text-align: center;
	line-height: 100px;
}
.banner-content-para {
	padding: 80px 0px 130px;
	position: relative;
}
.banner-content-para .size-h5 {
	text-align: center;
	line-height: 54px;
	/* font-weight: 600; */
	color: #a4a9c1;
	padding: 0px 25px;
}
.banner-content-para .size-h5 span {
	color: #f28e66;
}
.banner-content-para::before {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	background-image: linear-gradient(rgb(23 29 62 / 0%), #0a0e23);
}
/* ------------------------------------------------end banner */
/* ------------------------------------------------business-growth */
section.business-growth {
	display: flex;
	background-image: linear-gradient(#f4f5f6, #e8e8e8);
	color: #171d3e;
}
.business-growth-content {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
}
.business-growth-content .size-h3 {
	font-weight: 700;
	line-height: 20px;
}
.business-growth-content {
	width: 60%;
	padding-right: 40px;
}
.business-growth-map {
	width: 40%;
	padding-left: 100px;
}
.business-growth-map img {
	width: 100%;
}
.business-growth-map-footer {
	text-align: center;
	padding-top: 10px;
	color: #778ca1;
}
.business-growth-map .read-more {
	display: none;
}
/* ------------------------------------------------end business-growth */
/* ------------------------------------------------digital-experience-engineering */
.digital-experience-engineering {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #171d3e;
}
.digital-experience-engineering .size-h3 {
	font-weight: 700;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 20px;
}
.digital-experience-engineering .size-h7 {
	text-align: center;
	padding-bottom: 20px;
	padding-top: 6px;
	color: #515464;
}
.digital-experience-engineering img {
	padding-bottom: 20px;
	padding-top: 20px;
}
/* ------------------------------------------------end digital-experience-engineering */
.mouseMove svg {
	padding-top: 10px;
}
@keyframes mouseanimate {
	0% {
		bottom: 30px;
	}
	50% {
		bottom: 35px;
	}
	100% {
		bottom: 30px;
	}
}
.scrollP {
	font-size: 12px !important;
	margin: 0;
	animation: clicktoanimateP 3s;
	animation-iteration-count: infinite;
}
@keyframes clicktoanimateP {
	0% {
		color: rgba(255, 255, 255, 0.781);
	}
	50% {
		color: rgba(255, 255, 255, 0.5);
	}
	100% {
		color: rgba(255, 255, 255, 0.781);
	}
}
/*-------------------------------------------------------------end heaader */
/* ------------------------------------------------services */
section.services {
	display: flex;
	flex-direction: row;
	color: #ffffff;
}
.services-main-col {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.services-main-col-row {
	padding-left: 100px;
	position: relative;
	height: 400px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 70px;
}
.services-main-col-row::before,
.services-sub-col-row::before {
	position: absolute;
	z-index: -1;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.8;
	background-image: linear-gradient(#02051600, #020516);
}
.services-main-col-row-content::before {
	content: none;
}
.services-main-col-row .size-h2 {
	font-weight: 700;
	padding-bottom: 10px;
}
.services-sub-col-row .size-h3 {
	font-weight: 600;
	font-size: 2.083vw;
}
.services-main-col-row .size-h5 {
	line-height: 56px;
	padding-top: 2px;
	font-weight: 400;
}
.services-main-col-row-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 40px;
}
.services-main-col-row-content .size-h2 {
	font-weight: 700;
	font-size: 2.9vw;
	color: #171d3e;
}
.services-main-col-row img,
.services-sub-col-row img {
	min-width: 100%;
	min-height: 100%;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.services-main-col-row-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.services-main-col-row:hover img,
.services-sub-col-row:hover img {
	/* transform: scale(1.05);
	-webkit-transition: transform .5s ease-in-out; */
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.services-main-col-row.services-main-col-row-content:hover img {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.services-sub-col {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
}
.services-sub-col-row {
	position: relative;
	width: 50%;
	height: 400px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 40px 40px 80px;
}
.services-sub-col-row .size-h6 {
	/* font-size: 1.3vw; */
	line-height: 42px;
	padding-top: 20px;
	font-weight: 400;
}
/* ------------------------------------------------end services */
/* ------------------------------------------------end Featured Clients */
.featured-clients .size-h3 {
	padding-top: 20px;
	font-weight: 700;
}
.featured-clients {
	text-align: center;
}
.featured-clients-logo {
	display: flex;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.featured-clients-logo img {
	width: 16.6% !important;
}
/* ------------------------------------------------end Featured Clients */
/* ------------------------------------------------ clients-says */
.clients-says {
	display: flex;
	justify-content: center;
}
.clients-says-main {
	background: #f5f5f5 0% 0% no-repeat padding-box;
	border: 2px solid #d1d8e3;
	border-radius: 30px;
	width: 70%;
	padding: 30px 60px;
	display: flex;
	color: #171d3e;
}
.clients-says-left {
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #171d3e;
}
.clients-says-left .size-h7 {
	font-weight: 600;
	padding-bottom: 5px;
}
.clients-says-left-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #dd6a64;
	margin-bottom: 5px;
}
.clients-says-left .size-h8 {
	font-weight: 700;
	padding-bottom: 5px;
}
.clients-says-right {
	display: flex;
	width: 80%;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-end;
}
.clients-says-right-content.size-h8 {
	line-height: 28px;
	padding-right: 38px;
	text-align: justify;
}
/* ------------------------------------------------end clients-says */
/* ------------------------------------------------ fancy chat */
.fancy-chat {
	background-color: #171d3e;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
}
.fancy-chat-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.fancy-chat-content .size-h2 {
	font-weight: 600;
	padding-bottom: 5px;
}
.fancy-chat-content {
	width: 60%;
	padding-right: 40px;
}
/* .fancy-chat-map-mob{
display: block;
} */
.fancy-chat-map {
	width: 40%;
	padding-top: 30px;
	padding-bottom: 30px;
}
.fancy-chat-map img {
	width: 100%;
}
.fancy-chat .inquiry-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #dd6a64;
	border-radius: 30px !important;
	color: #ffffff;
	max-width: 180px;
	padding: 10px 0px;
	margin-top: 40px;
}
.fancy-chat .inquiry-btn .size-h8 {
	padding: 0px !important;
	margin: 0px !important;
	font-weight: 600;
}
/* ---------------------------------------------Services page */
section.top-padding.service-banner {
	display: flex;
	flex-direction: row;
	align-items: center;
	background: #ebeef1 0% 0% no-repeat padding-box;
}
.sub-banner-content {
	width: 70%;
}
.our-methodology .sub-banner-content {
	width: 100%;
}
.ipad-local-img{
	position: relative;
	height: auto;
	top: -90px;
}
.sub-banner-content .size-h4 {
	color: #dd6a64;
	padding-top: 40px;
	font-weight: 400;
}
.sub-banner-content .size-h1 {
	color: #5b6180;
	line-height: 88px;
	padding-bottom: 30px;
	padding-top: 20px;
}
.sub-banner-content .size-h1 span {
	color: #171d3e;
	font-weight: 700;
}
.sub-banner-content .size-h8 {
	color: #444b6b;
	line-height: 34px;
}
.service-banner-img {
	width: 30%;
	overflow: hidden;
	position: relative;
}
.service-banner-img-mob {
	display: none !important;
}
.service-banner-img img {
	max-width: 100%;
}
.service-banner-img-div {
	position: relative;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.service-banner-img {
	width: 35%;
	height: 100%;
	display: flex;
	justify-self: center;
	align-items: center;
	/* z-index: 19; */
}
.service-banner-img-float {
	position: absolute;
	left: 0;
	z-index: 1;
	animation-name: service-icon-floating;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
.local-landing{
	margin-top: 60px;
	overflow: visible !important;
}
@keyframes service-icon-floating {
	0% {
		transform: translate(0, 0px);
	}
	50% {
		transform: translate(0, 15px);
	}
	100% {
		transform: translate(0, -0px);
	}
}
.services-imp-icon img {
	width: 100%;
}
section.service-imp {
	display: flex;
	width: 100%;
	align-items: center;
}
.services-imp-icon {
	margin-right: 80px;
	width: 30%;
}
.services-imp-content {
	width: 70%;
	padding-left: 30px;
}
.services-less-imp-icon {
	margin-right: 100px;
	width: 60%;
}
.services-less-imp-icon-img-mob {
	display: none;
}
.services-less-imp-content {
	width: 40%;
}
.services-less-imp-sub-width {
	width: 100%;
	display: flex;
}
.services-imp-head.size-h4 {
	padding-bottom: 20px;
}
.services-imp-content .size-h1 {
	font-weight: 700;
}
.services-imp-content .size-h3 {
	color: #171d3e;
}
.services-imp-para {
	color: #171d3e;
}
.services-imp-para span {
	font-weight: 700;
}
.services-less-imp-sub {
	display: flex;
}
.services-less-imp-sub-div {
	width: 50%;
	display: flex;
	background-position: center;
	background-size: cover;
}
.services-less-imp-content .size-h3 {
	font-weight: 700;
	padding-bottom: 20px;
	line-height: 50px;
}
.services-less-imp-content-check-design {
	font-weight: 600;
	padding-top: 20px;
}
.services-less-imp-content-check-design img {
	padding-left: 10px;
}
.services-less-imp-content .size-h8 span {
	font-weight: 700;
}
.service-knowmore {
	display: flex;
	justify-content: center;
}
.service-knowmore a {
	background: #ec8d66;
	border-radius: 37px;
	display: inline;
	padding: 20px 40px;
	font-weight: 500;
	color: #171d3e;
	cursor: pointer;
}
.service-knowmore a:hover {
	background: #dd6a64;
}
.service-knowmore-a-mob {
	display: none !important;
}
.service-knowmore-a-web {
	display: block;
}
.service-knowmore a span {
	font-weight: 700;
}
.service-knowmore a img {
	padding-left: 10px;
	height: 18px;
}
.service-bg1 {
	background-color: #d4dce4;
}
.service-bg2 {
	background-color: #ebeef1;
}
/* ---------------------------------------------end Services page */
/* ---------------------------------------------Inquery page */
.inquery-banner-img {
	width: 30%;
	height: 100%;
	position: relative;
}
.inquery-banner-img img {
	/* top: -40px; */
	/* max-height: 500px; */
	position: absolute;
	right: 0;
}
img.inquiry-man {
	top: 220px !important;
	left: -50px;
	z-index: 1;
}
section.inquery-banner {
	position: relative;
	display: flex;
}
.inquery-banner .size-h4 {
	padding-top: 40px;
	color: #dd6a64;
}
.inquery-banner .size-h1 span {
	font-weight: 700;
}
.inquiry-form-section .size-h4 {
	padding-bottom: 20px;
}
/* ---------------------------------------------end Inquery page */
/* ---------------------------------------------Clients page */
.static-background {
	background-color: #ebeef1;
}
.clients-banner-img {
	position: absolute;
	top: 54px;
	right: 0px;
	z-index: 0;
	display: flex;
	padding-left: 0px !important;
	justify-content: center;
	align-items: center;
	height: 100%;
}
section.clients-banner {
	position: relative;
}
.clients-banner .size-h1 {
	color: #5b6180;
	position: relative;
	z-index: 1;
	line-height: 88px;
	padding-top: 20px;
	font-weight: 400;
}
.clients-banner .size-h4 {
	padding-top: 40px;
	color: #dd6a64;
	font-weight: 400;
}
.clients-banner .size-h1 span {
	font-weight: 700;
}
.clients-talks-left div .size-h5 {
	font-weight: 700;
	padding-bottom: 5px;
}
.clients-talks {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.clients-talks-featured-clients .featured-clients-logo {
	padding-top: 20px;
}
.clients-talks-main {
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 30px;
	width: 85%;
	padding: 60px 60px;
	display: flex;
	color: #171d3e;
	margin-bottom: 80px;
	z-index: 1;
}
.clients-talks-left {
	width: 20%;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #171d3e;
}
.clients-talks-left-img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 3px solid #dd6a64;
	margin-bottom: 5px;
}
.clients-talks-left-img img {
	height: 100%;
}
.clients-talks-left .size-h8 {
	font-weight: 700;
	padding-bottom: 5px;
}
.clients-talks-right {
	display: flex;
	width: 80%;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: flex-start;
}
.clients-talks-right img {
	width: 36px;
	padding-bottom: 6px;
}
.clients-talks-right-content.size-h7 {
	line-height: 40px;
	padding-left: 38px;
	text-align: justify;
}
/* ---------------------------------------------end Clients pagepage */
/* ---------------------------------------------Pricing pagepage */
.pricing-banner-img {
	position: absolute;
	right: 0px;
	z-index: 0;
	top: -12px;
	padding-left: 0px !important;
}
section.pricing-banner {
	position: relative;
}
.pricing-banner .size-h1 {
	color: #5b6180;
	position: relative;
	z-index: 1;
	line-height: 88px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-weight: 400;
}
.pricing-banner .size-h8 {
	color: #515464;
	position: relative;
	z-index: 1;
}
.pricing-banner .size-h4 {
	color: #dd6a64;
	padding-top: 40px;
	font-weight: 400;
}
.pricing-banner .size-h1 span {
	font-weight: 700;
}
.pricing-section {
	display: flex;
	justify-content: space-between;
	/* padding-top: 30px; */
}
.pricing-section-main {
	width: 48%;
	padding: 60px 80px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 18px #202d7245;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.pricing-section-main hr {
	margin: 0px;
	width: 50px;
	border: 2px solid #f28e66;
	border-color: #f28e66;
	margin-top: 16px;
	border-radius: 8px;
	background: #f28e66;
}
.pricing-section-main-head span {
	font-weight: 700;
}
.pricing-section-main .size-h6 {
	padding-top: 40px;
	padding-bottom: 46px;
}
.read-more.pricing-section-main-button1,
.read-more.pricing-section-main-button2 {
	border: 1px solid;
	width: 185px;
	padding: 10px 20px;
	border-radius: 30px;
	margin-top: 30px;
	text-transform: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
}
.read-more.pricing-section-main-button1 {
	border: 2px solid #f28e66;
}
.read-more.pricing-section-main-button2 {
	border: 2px solid #dd6a64;
}
.read-more.pricing-section-main-button1:hover .size-h9,
.read-more.pricing-section-main-button2:hover .size-h9 {
	color: #fff !important;
}
.read-more.pricing-section-main-button1:hover {
	background-color: #f28e66;
}
.read-more.pricing-section-main-button2:hover {
	background-color: #dd6a64;
}
.fa-sort-down:before {
	content: "\f0dd";
	transform: rotate(-91deg);
}
.read-more.pricing-section-main-button1 i.fas.fa-sort-down,
.read-more.pricing-section-main-button2 i.fas.fa-sort-down {
	transform: rotate(-91deg);
	font-size: 23px;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.read-more.pricing-section-main-button1:hover i.fas.fa-sort-down,
.read-more.pricing-section-main-button2:hover i.fas.fa-sort-down {
	color: #fff !important;
	/* transform: rotate(-91deg);
	-webkit-transition: transform .5s ease-in-out;
	-moz-transition:transform .5s ease-in-out;
	-ms-transition:transform .5s ease-in-out;
	transform: translateX(6px) !important; */
}
.pricing-section-main-li.size-h8 {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	color: #171d3e;
}
i.fas.fa-circle {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	padding-right: 20px;
}
.price-bullet-color1 i.fas.fa-circle {
	color: #f28e66;
}
.price-bullet-color2 i.fas.fa-circle {
	color: #dd6a64;
}
.pricing-section-main-li div {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding: 12px 0px;
}
/* ---------------------------------------------end Pricing pagepage */
/* ---------------------------------------------Pricing pagepage */
.our-methodology-img {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
}
section.our-methodology {
	position: relative;
}
.our-methodology .size-h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
	font-weight: 700;
}
.our-methodology .size-h6 {
	color: #515464;
	position: relative;
	z-index: 1;
	padding-top: 40px;
	width: 73%;
	padding-bottom: 0px;
}
.our-methodology-list {
	display: flex;
	justify-content: space-between;
}
.our-methodology-list-div {
	position: relative;
	z-index: 1;
	background: #fff;
	width: 18%;
	padding: 40px;
	border-radius: 30px;
	box-shadow: 0px 2px 5px;
}
.our-methodology-list-div-sub-content {
	padding: 0px 0px 20px;
	text-align: center;
}
.our-methodology-list-div-content-mob {
	display: none;
}
.our-methodology-list-div-head-icon {
	margin-bottom: 20px;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
}
.our-methodology-list-div-head .size-h5 {
	font-weight: 700;
}
.our-methodology-list-div-head {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 30px;
}
/* ---------------------------------------------end Pricing pagepage */
/* ---------------------------------------------Career pagepage */
.career-banner-img {
	width: 50%;
	padding-left: 0px !important;
	display: flex;
	align-items: center;
}
.career-banner-img img {
	width: 100%;
}
.career-banner .sub-banner-content {
	width: 50%;
}
section.career-banner {
	position: relative;
	display: flex;
}
.career-banner .size-h1 {
	color: #dd6a64;
	font-weight: 700;
	position: relative;
	z-index: 1;
	line-height: 88px;
	padding-top: 20px;
	padding-bottom: 30px;
	line-height: 116px !important;
}
.g-recaptcha {
	border-radius: 8px;
	margin: 20px 0px 20px 0px;
	max-width: 100px;
}
.career-banner .size-h5 {
	color: #171d3e;
	position: relative;
	z-index: 1;
}
.career-banner .size-h5 span {
	font-weight: 600;
}
.career-banner .size-h4 {
	padding-top: 40px;
	font-weight: 400;
}
.form-section-main {
	width: 100%;
	padding: 60px 80px;
	background: #ffffff 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 18px #202d7245;
	border-radius: 30px;
	display: flex;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}
.form-section-main .size-h4 {
	font-weight: 700;
}
.form-section-main .size-h8 {
	padding-top: 16px;
	padding-bottom: 30px;
}
.form-section-upload-show .size-h8 {
	padding-top: 6px;
	font-weight: 600;
	padding-bottom: 0px;
	color: #515464;
}
.form-section-upload-show img {
	height: 16px;
}
.form-section-main input {
	background: #ebeef1;
	border: 1px solid #9aacbe;
	border-radius: 8px;
	margin-right: 100px;
	margin: 20px 100px 20px 0px;
	padding: 15px;
	cursor: pointer;
	width: 41%;
}
/* .form-section-main input:invalid {
border-color: #eb0404;
} */
.form-section-selection {
	width: 41%;
	position: relative;
	margin-right: 100px;
	margin: 20px 100px 20px 0px;
}
#form-section-selection::after {
	font-weight: bold;
	content: ">";
	font: 20px "Consolas", monospace;
	color: #333;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 11px;
	/*Adjust for position however you want*/
	top: 8px;
	padding: 0 0 2px;
	/*left line */
	position: absolute;
	pointer-events: none;
}
.form-section-selection-option {
	position: absolute;
	width: 100%;
	background: #ebeef1;
	border: 1px solid #9aacbe;
	border-radius: 8px;
	z-index: 1;
	overflow: hidden;
}
.form-section-selection-option ul {
	padding: 0px !important;
	list-style: none;
	margin: 0px !important;
	height: 186px;
	/* overflow-y: scroll; */
}
.form-section-selection-select {
	pointer-events: none;
}
.form-section-selection-option ul li {
	padding: 3px 15px;
	cursor: pointer;
}
.form-section-selection-option ul li:hover {
	background: #dde2e6;
}
textarea.form-section-upload-show {
	padding: 15px;
}
.form-section-main input:focus {
	outline: none !important;
}
.form-section-upload-show {
	position: relative;
	/* height: 174px; */
	border-radius: 8px;
	background: #ebeef1;
	border: 2px dashed #9aacbe;
	margin: 20px 100px 20px 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 41%;
}
.size-h8.form-updated-pdf {
	max-width: 90%;
	padding: 0px 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
textarea.form-section-upload-show:hover,
textarea.form-section-upload-show:focus {
	outline: none !important;
}
.form-section-upload-show i {
	/* transform: rotate(-90deg); */
	font-size: 20px;
}
.form-section-urecaptcha-button {
	width: 41%;
	margin-right: 100px;
}
input.form-section-upload-hidden {
	top: 0;
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	z-index: 9;
	padding: 0px !important;
	margin: 0px !important;
}
.form-section-main button {
	background: #dd6a64;
	border-radius: 30px;
	margin: 20px 0px 20px 0px;
	padding: 15px;
	border: none;
	color: #fff;
	font-weight: 700;
	width: 100%;
}
.form-section-form-row {
	display: flex;
}
.form-section-form-row {
	display: flex;
}
.form-section-first-form-div {
	width: 50%;
	display: flex;
	flex-direction: column;
}
.form-section-first {
	width: 75%;
}
.form-section-second {
	width: 25%;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 15px;
}
.form-section-second img {
	width: 40%;
}
.inquiry-map img {
	width: 100% !important;
}
.inquiry-location .size-h4 {
	font-weight: 700;
}
.size-h4 h4 {
	color: #dc6964;
	font-size: 1.6rem;
}
.inquiry-location-div .size-h7 {
	font-weight: 700;
	margin-bottom: 10px;
}
.local_to {
	background: url(../images/piqual/map-locl.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.inquiry-location-div {
	width: 20%;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-right: 20px;
}
.inquiry-location-main {
	display: flex;
	flex-wrap: wrap;
}
.clients-says{
	position: relative;
}
.form-section-second-img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.mascot{
	position: absolute;
	bottom: 0;
	right: 5%;
	width: 140px;
}
.form-section-second-mob {
	display: none;
}
.form-section-second-social-media svg {
	margin-right: 40px;
	padding: 4px 0px;
}
.form-section-second-social-media {
	display: flex;
	align-items: center;
}
.form-section-second-div {
	display: flex;
	flex-direction: column;
}
i.fas.fa-paper-plane {
	transform: rotate(45deg);
	margin-left: 10px;
}
/* ---------------------------------------------end career pagepage */
/* ---------------------------------------------footer */
hr.footer-hr-show {
	margin-top: 1rem;
}
footer {
	background-color: #eeeeee;
}
.footer-policies ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px;
}
.footer-policies ul li {
	height: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-social {
	display: flex;
}
.footer-social ul {
	margin: 0px;
	display: flex;
	list-style: none;
}
.footer-social ul li {
	vertical-align: middle;
	padding: 0px 15px;
}
.socialmedia-hide {
	display: none;
}
.footer-social ul li:hover .socialmedia-hide {
	display: block;
}
.footer-social ul li:hover .socialMedia-show {
	display: none;
}
.footer-policies ul li:not(:first-child) {
	border-left: 1px solid #515464;
}
.footer-copyright p,
.footer-policies ul li a {
	color: #515464;
	font-size: 12px;
}
.footer-copyright p,
.footer-policies ul li a {
	margin-top: 5px;
	margin: 0px;
}
.footer-policies ul li a {
	padding: 0px 12px;
	margin: 0px;
}
.footer-logo span {
	font-size: 14px !important;
}
.footer-logo a img {
	width: 160px;
	padding-right: 40px;
}
.footer-logo {
	margin-right: 30px;
	display: flex;
	align-items: center;
	/* margin-bottom: 20px; */
}
.footer-menu-main {
	display: flex;
	flex-wrap: wrap;
}
.footer-cpyrt-policies {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 15px;
}
.footer-policies {
	display: flex;
}
.footerPlace div h2,
.footerPlace div p {
	color: #ffffff;
}
.footerPlace div h2 {
	font-size: 16px;
}
.footerPlace div p {
	font-size: 12px;
	line-height: 22px;
	margin-bottom: 0px;
}
.footer-hr-hide {
	display: none;
}
.footer-menu {
	color: #515464;
}
.footer-menu-main-mob {
	display: none;
}
.footer-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
footer .nav-link {
	padding: 10px 20px;
}
/* ---------------------------------------------end footer */
/*------------------------------------------------------------------- min 992 */
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1.5rem;
}
a.navbar-brand {
	padding-top: 16px;
}
.nav-active {
	color: #dd6a64;
}
footer .nav-active {
	color: #515464;
	font-weight: 600;
}
/*------------------------------------------------------------------- end min 992 */
@media (max-width: 1600px) {
	.size-h8 {
		font-size: 1.094vw;
	}
	.banner-padding-top-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.services-imp-para {
		font-size: 1.4vw;
		padding-right: 43px;
		line-height: 32px;
	}
	.services-less-imp-content .size-h3 {
		font-weight: 700;
		padding-bottom: 18px;
		line-height: 38px;
	}
	.services-less-imp-content .size-h8 {
		line-height: 26px;
	}
	.padding-left-right {
		padding-left: 60px;
		padding-right: 60px;
	}
	.padding-left-right-header,
	.padding-left-right-footer {
		padding-left: 40px;
		padding-right: 40px;
	}
	.top-padding {
		margin-top: 65px;
	}
	.padding-bottom-top {
		padding-top: 40px;
		padding-bottom: 30px;
	}
	.our-methodology-list.padding-bottom-top {
		/* padding-bottom: 40px; */
	}
	.navbar {
		padding: 0px 0px;
	}
	a.navbar-brand {
		padding-top: 10px;
	}
	/* ------------------------------------------------banner */
	/* .banner-rev {
	min-height: calc(100vh - 65px);
} */
	.banner-rev {
		min-height: calc(100vh - 120px);
	}
	.banner-content-para .size-h5 {
		line-height: 40px;
	}
	.banner-content-para {
		padding: 40px 0px 72px;
	}
	.banner-content-head .size-h1 {
		line-height: 72px;
	}
	.piqual_map{
		width: 40% !important;
	}
	/* ------------------------------------------------end banner */
	.digital-experience-engineering img {
		width: 56%;
	}
	/* ------------------------------------------------sevices*/
	.services-sub-col-row,
	.services-main-col-row {
		height: 280px;
		padding: 40px 26px;
	}
	.services-main-col-row {
		padding-bottom: 34px;
		padding-top: 34px;
	}
	.services-main-col-row {
		padding-left: 60px;
	}
	.services-main-col-row .size-h5 {
		line-height: 34px;
	}
	.services-sub-col-row .size-h6 {
		line-height: 30px;
	}
	.services-main-col-row .size-h {
		line-height: 36px;
	}
	/* ------------------------------------------------client says*/
	.clients-says-left {
		padding-right: 40px;
	}
	.clients-says-left-img {
		width: 80px;
		height: 80px;
	}
	.clients-says-left-img img {
		width: 100%;
	}
	/* ------------------------------------------------end client says*/
	/* ------------------------------------------------end sevices*/
	.fancy-chat .inquiry-btn {
		max-width: 140px;
	}
	/* ------------------------------------------------ sevices page*/
	.sub-banner-content .size-h8 {
		line-height: 32px;
	}
	.service-banner-img-float img {
		max-width: 156px;
	}
	.sub-banner-content .size-h1 {
		line-height: 66px;
	}
	.services-less-imp-icon img,
	.services-less-imp-icon img {
		width: 100%;
	}
	.services-less-imp-icon {
		margin-right: 30px;
		width: 50%;
	}
	.services-less-imp-content {
		width: 50%;
	}
	.services-imp-icon {
		margin-right: 30px;
	}
	/* ------------------------------------------------end sevices page*/
	.clients-says-main {
		padding: 30px 40px;
	}
	.fancy-chat .inquiry-btn {
		padding: 8px 0px;
	}
	/* ---------------------------------------------Clients page */
	.clients-talks-left {
		width: 25%;
		padding-right: 40px;
	}
	.clients-banner .size-h1 {
		padding-top: 20px;
		line-height: 66px;
	}
	.clients-talks-right {
		width: 75%;
	}
	.clients-talks-right-content.size-h7 {
		line-height: 32px;
	}
	.clients-banner-img img {
		max-height: 500px;
	}
	.clients-banner-img {
		top: 34px;
	}
	/* ---------------------------------------------end Clients pagepage */
	/* ---------------------------------------------inquery pagepage */
	.inquery-banner .size-h1 {
		padding-top: 20px;
		line-height: 66px;
	}
	.inquery-banner-img img {
		max-height: 500px;
	}
	.inquery-banner-img img {
		top: -40px;
	}
	img.inquiry-man {
		top: 130px !important;
		left: -50px;
		z-index: 1;
		width: 166px;
	}
	.inquery-banner-img {
		top: 34px;
	}
	/* ---------------------------------------------end inquery pagepage */
	/* ---------------------------------------------Pricing pagepage */
	.pricing-banner-img img {
		max-height: 416px;
	}
	.pricing-section-main {
		padding: 60px 40px;
	}
	.pricing-section-main {
		padding: 60px 46px;
	}
	.pricing-section-main .size-h6 {
		padding-top: 32px;
		padding-bottom: 36px;
	}
	.pricing-banner .size-h1 {
		line-height: 66px;
	}
	.read-more.pricing-section-main-button1,
	.read-more.pricing-section-main-button2 {
		width: 160px;
	}
	/* ---------------------------------------------end Pricing pagepage */
	/* ---------------------------------------------career page*/
	.form-section-main input {
		padding: 10px;
		margin: 12px 100px 12px 0px;
	}
	.form-section-selection-option ul li {
		padding: 3px 10px;
	}
	.form-section-selection {
		margin: 12px 100px 12px 0px;
	}
	.career-banner-img img {
		max-height: 416px;
	}
	.form-section-main-li-bullet {
		width: 10px;
		height: 10px;
		margin-right: 20px;
	}
	.form-section-main {
		padding: 60px 40px;
	}
	.form-section-main {
		padding: 60px 46px;
	}
	.form-section-main .size-h6 {
		padding-top: 32px;
		padding-bottom: 36px;
	}
	.career-banner .size-h1 {
		line-height: 80px !important;
	}
	.form-section-main input {
		padding: 10px;
	}
	.form-section-selection-option ul li {
		padding: 3px 10px;
	}
	.form-section-main button {
		padding: 10px;
		margin: 12px 0px 12px 0px;
	}
	.form-section-second-div {
		margin: 12px 0px 12px 0px;
	}
	.form-section-second {
		padding-bottom: 10px;
	}
	/* ---------------------------------------------end career pag */
	/* ---------------------------------------------our-methodology pagepage */
	.our-methodology-img img {
		max-height: 420px;
	}
	.our-methodology-list-div {
		width: 18.5%;
		padding: 34px 20px 20px;
	}
	.our-methodology-list {
		display: flex;
	}
	.our-methodology-list-div-head {
		padding-bottom: 10px;
	}
	.our-methodology-list-div-head-icon {
		width: 60px;
		height: 60px;
		margin-bottom: 15px;
	}
	.our-methodology-list-div-head-icon img {
		width: 46%;
	}
	/* ---------------------------------------------end our-methodology pagepage */
}
@media (max-width: 1366px) {
	.customContainer {
		max-width: 1366px;
		margin: 0 auto;
	}
	/* -------------------------------------------------services pages  */
	.service-banner-img {
		width: 35%;
	}
	.sub-banner-content {
		width: 70%;
		position: relative;
		z-index: 2;
	}
	.clients-banner .sub-banner-content .size-h8 br {
		display: none;
	}
	.clients-banner .sub-banner-content .size-h1 br {
		display: none;
	}
	.service-banner-img-float img {
		max-width: 150px;
	}
	/* -------------------------------------------------end services pages  */
	/* ---------------------------------------------our-methodology pagepage */
	.our-methodology .size-h6 {
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.our-methodology .size-h2 {
		padding-bottom: 0px;
	}
	/* ---------------------------------------------end our-methodology pagepage */
	.hobbies ul li div img {
		max-height: 80%;
	}
}
@media (max-width: 1200px) {
	/* -------------------------------------------------services pages  */
	.services-less-imp-sub {
		display: flex;
		flex-direction: row;
	}
	.services-less-imp-icon {
		margin-right: 30px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.services-less-imp-content {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.services-less-imp-content .size-h3 {
		padding-bottom: 0px;
	}
	.service-knowmore a {
		padding: 10px 20px;
	}
	.service-knowmore a img {
		width: 25px;
	}
	.services-less-imp-sub {
		display: flex;
		flex-direction: row;
	}
	.services-imp-content {
		width: 60%;
		padding-left: 20px;
	}
	.services-imp-para {
		padding-right: 0px;
	}
	.services-less-imp-icon {
		margin-right: 0px;
	}
	.services-less-imp-content {
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
	.services-less-imp-sub-width {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.services-less-imp-content .size-h3 {
		padding-bottom: 10px;
	}
	.service-knowmore a {
		padding: 10px 20px;
	}
	.service-knowmore a img {
		width: 25px;
	}
	.services-less-imp-icon-img-web {
		display: none;
	}
	.services-less-imp-icon-img-mob {
		display: block;
	}
	/* ---------------------------------------------Clients page */
	/* ---------------------------------------------end Clients pagepage */
	/* ---------------------------------------------Pricing page */
	.pricing-banner .size-h1 {
		line-height: 66px;
	}
	/* ---------------------------------------------end Pricing pagepage */
	/* -------------------------------------------------services pages  */
	.services-less-imp-sub {
		display: flex;
		flex-direction: row;
	}
	.services-less-imp-icon {
		margin-right: 30px;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.services-less-imp-content {
		width: 100%;
		text-align: center;
		padding-top: 20px;
	}
	.services-less-imp-content .size-h3 {
		padding-bottom: 0px;
	}
	.service-knowmore a {
		padding: 10px 20px;
	}
	.service-knowmore a img {
		width: 25px;
	}
	.services-less-imp-sub {
		display: flex;
		flex-direction: row;
	}
	.services-imp-content {
		width: 60%;
		padding-left: 20px;
	}
	.services-imp-para {
		padding-right: 0px;
	}
	.services-less-imp-icon {
		margin-right: 0px;
	}
	.services-less-imp-content {
		width: 100%;
		text-align: left;
		padding-top: 20px;
	}
	.services-less-imp-sub-width {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}
	.services-less-imp-content .size-h3 {
		padding-bottom: 10px;
	}
	.service-knowmore a {
		padding: 10px 20px;
	}
	.service-knowmore a img {
		width: 25px;
	}
	.services-less-imp-icon-img-web {
		display: none;
	}
	.services-less-imp-icon-img-mob {
		display: block;
	}
	.services-less-imp-content .size-h3 br {
		display: none;
	}
	/* --------------------------------------------------career page   */
	.career-banner .size-h1 {
		line-height: 60px !important;
	}
	.form-section-main {
		flex-direction: column;
	}
	.form-section-first {
		width: 100%;
	}
	.form-section-form-row {
		justify-content: space-between;
	}
	.form-section-urecaptcha-button {
		width: 46%;
		margin-right: 0px;
	}
	.form-section-second {
		width: 100%;
		margin-top: 40px;
		flex-direction: row;
	}
	.form-section-second img {
		width: 100px;
	}
	.inquiry-map img {
		width: 80% !important;
		padding-left: 20px;
	}
	.form-section-second-div {
		width: 50%;
		height: auto;
	}
	.form-section-second-img {
		width: 50%;
	}
	.inquiry-map img {
		width: 90% !important;
		justify-content: flex-end;
		align-items: center;
	}
	.form-section-second-img-web {
		display: none;
	}
	.form-section-second-img-mob {
		display: block;
	}
	.form-section-main input {
		padding: 10px;
		margin: 12px 0px 12px 0px;
		width: 46%;
	}
	.form-section-selection-option ul li {
		padding: 3px 10px;
	}
	.form-section-selection {
		width: 46%;
		margin: 12px 0px 12px 0px;
	}
	textarea.form-section-upload-show {
		padding: 10px;
	}
	img.inquiry-man {
		top: 86px !important;
		left: -124px;
		z-index: 1;
		width: 166px;
	}
	.form-section-upload-show {
		margin: 12px 0px 12px 0px;
		width: 46%;
	}
	.form-section-main button {
		margin: 12px 0px 12px 0px;
	}
	.form-section-second-social-media svg {
		margin-right: 28px;
		padding: 4px 0px;
	}
	.form-section-upload-show {
		/* width: 37%; */
	}
	/* --------------------------------------------------end career page   */
}
@media (min-width: 1256px) {
	.footerPlace div {
		width: 20%;
	}
}
@media (max-width: 1024.99px) {
	.banner-content-para {
		padding: 70px 0px 120px;
	}
	/* -------------------------------------------------our methodology */
	.our-methodology-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-evenly;
	}
	.our-methodology-list-div {
		width: 30%;
		padding: 30px;
	}
	.our-methodology-list .our-methodology-list-div {
		margin-bottom: 20px;
	}
	/* -------------------------------------------------end our methodology */
	/* -------------------------------------------------our pricing */
	.pricing-banner-img img {
		max-height: 340px;
	}
	.pricing-banner .size-h1 br {
		display: none;
	}
	.pricing-banner .size-h1 {
		line-height: 48px;
	}
	.pricing-banner-img {
		top: 50px;
	}
	/* -------------------------------------------------end our pricing */
}
@media (max-width: 991.9px) {
	.size-h1 {
		font-size: 37px;
	}
	.size-h2 {
		font-size: 29px;
	}
	.size-h3 {
		font-size: 21.6px;
	}
	.size-h4 {
		font-size: 18.5px;
	}
	.size-h5 {
		font-size: 17.5px;
	}
	.services-imp-para {
		font-size: 17px;
	}
	.size-h6 {
		/* font-size: 1.354vw; */
		font-size: 16px;
	}
	.size-h7 {
		/* font-size: 1.250vw; */
		font-size: 15px;
	}
	.size-h8 {
		/* font-size: 1.05vw; */
		font-size: 14px !important;
	}
	.size-h9 {
		/* font-size: 0.938vw; */
		font-size: 13px;
	}
	.size-h10 {
		/* font-size: 0.729vw; */
		font-size: 12px;
	}
	.size-h11 {
		/* font-size: 0.625vw; */
		font-size: 11px;
	}
	.clients-says-left div:not(:first-child) {
		font-size: 12.5px;
	}
	.career-banner .sub-banner-content .size-h1 {
		font-size: 42px;
	}
	.our-methodology .size-h1 {
		font-size: 37px;
	}
	.pricing-section-main-head.size-h3 {
		font-size: 20px;
		/* 42px */
	}
	.pricing-section-main .size-h6 {
		font-size: 16.5px;
		/* 28px */
	}
	/* .pricing-banner .size-h1{
	font-size: 32px;
} */
	.clients-talks-left div .size-h5 {
		font-size: 17px;
	}
	.sub-banner-content {
		width: 65%;
	}
	.padding-left-right {
		padding-left: 40px;
		padding-right: 40px;
	}
	.padding-bottom {
		padding-bottom: 40px !important;
	}
	/* .padding-bottom-index{
	padding-bottom: 30px;
} */
	.top-padding {
		margin-top: 65px;
	}
	/*------------------------------------------------------- main menu */
	.navbar-brand {
		margin-right: 0px;
	}
	.navbar {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.navbar-collapse {
		background-color: #ffffff;
		padding: 20px 0px;
	}
	.navbar-collapse .letConnectBtn {
		width: 100%;
	}
	.navbar-collapse .letConnectBtn.arrow_box::after {
		display: none;
	}
	.navbar-collapse.show {
		min-height: 254px;
		overflow-y: scroll;
	}
	.navbar .nav-link {
		color: #000000;
	}
	.navbar input.form-control {
		border-bottom: 0.5px solid #000000;
		color: #000;
	}
	.navbar input.form-control::placeholder {
		color: #000;
	}
	.searchcircle,
	.sticky .searchline {
		stroke: #000000 !important;
	}
	.sticky a.nav-link {
		padding-bottom: 0px;
		padding-top: 0px;
	}
	#headerSection button.navbar-toggler {
		display: flex;
	}
	/*-------------------------------------------------------end main menu */
	/* ------------------------------------------------banner */
	.banner-rev {
		min-height: calc(100vh - 150px);
	}
	.banner-content-head .size-h1 br {
		display: none;
	}
	.banner-content-para .size-h5 {
		line-height: 35px;
		padding: 0px 0px;
	}
	.banner-content-para .size-h5 br {
		display: none;
	}
	/* ------------------------------------------------end anner */
	/* ------------------------------------------------business-growth */
	.business-growth-content {
		width: 70%;
		padding-right: 20px;
	}
	.business-growth-map {
		width: 30%;
		padding-left: 0px;
	}
	/* ------------------------------------------------end business-growth */
	/* ------------------------------------------------digital-experience-engineering */
	.digital-experience-engineering img {
		max-width: 100%;
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.digital-experience-engineering .size-h7 br {
		display: none;
	}
	/* ------------------------------------------------end digital-experience-engineering */
	/* ------------------------------------------------ services */
	.services-sub-col-row .size-h6 {
		line-height: 26px;
	}
	.services-sub-col-row,
	.services-main-col-row {
		height: 200px;
		padding: 24px 10px;
	}
	.services-sub-col-row .size-h6 {
		line-height: 26px;
		min-height: 90px;
	}
	.services-sub-col-row .size-h3 {
		font-size: 17px;
	}
	.services-sub-col-row .size-h6 {
		padding-top: 10px;
	}
	.sub-banner-content .size-h1 br {
		display: none;
	}
	.career-banner .sub-banner-content .size-h1 br {
		display: block;
	}
	.service-banner-img-mob {
		position: absolute;
		right: -60px;
		width: 100%;
		height: 100%;
		z-index: 0;
		display: flex !important;
		justify-content: flex-end;
	}
	.service-banner-img-float {
		position: absolute;
		left: 66px;
	}
	section.top-padding.service-banner {
		padding-bottom: 20px;
	}
	.sub-banner-content .size-h1 {
		line-height: 56px;
	}
	.sub-banner-content .size-h4 {
		color: #dd6a64;
		padding-top: 0px;
	}
	.sub-banner-content .size-h8 {
		padding-bottom: 20px;
	}
	.sub-banner-content .size-h8 br {
		display: none;
	}
	.service-banner-img-div.ipad-local{
		width: 100%;
		height: 400px;
	}
	.service-banner-img-div {
		position: relative;
		right: 0;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		width: 54%;
	}
	.service-banner-img-float img {
		max-width: 125px !important;
		left: 40px;
	}
	.service-banner-img img {
		max-width: 124%;
	}
	.service-banner-img-float {
		z-index: 0;
	}
	.service-banner-img-web {
		display: none !important;
	}
	section.top-padding.service-banner {
		position: relative;
		overflow: hidden;
	}
	.services-imp-head.size-h4 {
		padding-bottom: 10px;
	}
	.services-padding-top-bottom {
		padding-top: 38px;
		padding-bottom: 38px;
	}
	.banner-padding-top-bottom {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.our-methodology .sub-banner-content {
		width: 75%;
		padding-bottom: 0px !important;
	}
	.our-methodology-list-div-sub-content {
		padding: 0px 0px 20px;
	}
	/* ------------------------------------------------end services */
	/* ------------------------------------------------ clients-says */
	.clients-says-main {
		width: auto;
	}
	.clients-banner .size-h1 {
		line-height: 56px;
	}
	/* ------------------------------------------------end clients-says */
	/* ------------------------------------------------inquery page */
	.inquery-banner .size-h1 {
		line-height: 56px;
	}
	.inquery-banner .size-h1 br {
		display: none;
	}
	.inquery-banner-img {
		max-height: 100%;
		max-width: 100%;
		max-height: 460px;
		width: 35%;
	}
	.inquery-banner-img img {
		max-height: 400px;
	}
	img.inquiry-man {
		top: 76px !important;
		left: -50px;
		z-index: 1;
		width: 124px;
	}
	.inquery-banner::before {
		position: absolute;
		z-index: 1;
	}
	.inquery-banner .sub-banner-content {
		padding-bottom: 0px !important;
	}
	.inquiry-location-div {
		width: 180px;
		padding-bottom: 20px;
		padding-top: 20px;
		margin-right: 20px;
	}
	/* ------------------------------------------------end inquery pages */
	/* ------------------------------------------------ clients pages */
	.clients-talks-main {
		width: 100%;
	}
	.clients-banner .size-h1 br {
		display: none;
	}
	.clients-banner-img {
		max-height: 100%;
		max-width: 100%;
		/* padding-right: 0px !important; */
		max-height: 460px;
	}
	.clients-banner-img img {
		max-height: 430px;
	}
	.clients-banner::before {
		position: absolute;
		z-index: 1;
	}
	.clients-banner .sub-banner-content {
		padding-bottom: 0px !important;
	}
	/* ------------------------------------------------end clients pages  */
	/* ------------------------------------------------end pricing pages  */
	.pricing-banner .sub-banner-content {
		padding-bottom: 0px !important;
	}
	.pricing-banner .size-h5 {
		padding-top: 15px;
	}
	.pricing-banner-img {
		max-height: 100%;
		max-width: 100%;
	}
	section.pricing-section {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.pricing-section-main {
		width: 100%;
	}
	.fa-circle:before {
		content: "\f111";
		position: absolute;
		top: 17px;
	}
	.pricing-section-main .size-h6 {
		padding-top: 26px;
		padding-bottom: 26px;
		text-align: left;
		width: 100%;
	}
	.pricing-section-main:not(:last-child) {
		margin-bottom: 40px;
	}
	.pricing-banner .size-h1 {
		line-height: 48px;
	}
	/* ------------------------------------------------end pricing pages  */
	.career-banner .size-h5 br {
		display: none;
	}
	.career-banner .size-h1 {
		line-height: 56px !important;
	}
	.career-banner .sub-banner-content {
		padding-bottom: 0px !important;
	}
	.g-recaptcha {
		transform: scale(0.94);
		-webkit-transform: scale(0.9);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/*----------------------------------------------------------- footer */
	.footerPlace div {
		width: 100% !important;
	}
	/* .footer-top {
	flex-direction: column;
} */
	.footer-menu-main-mob {
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 10px 0px 0px;
	}
	.footer-menu-main {
		display: none;
	}
	.footer-logo {
		margin-right: 0px;
	}
	.footer-logo a img {
		padding-right: 0px;
		width: 100px;
	}
	.footer-menu-main {
		padding: 10px;
		/* font-weight: 700; */
	}
	.footer-menu-main {
		padding: 0px;
		justify-content: center;
		align-items: center;
	}
	/* .footer-menu-main {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
} */
	/*-----------------------------------------------------------end footer */
}
@media (max-width: 768px) {
	.client-flex{
		flex-direction: column;
	}
	.top-padding {
		margin-top: 62px;
	}
	a.navbar-brand {
		padding-top: 16px;
	}
	.banner-content-head {
		padding-top: 80px;
	}
	.banner-content-head .size-h1 {
		line-height: 56px;
	}
	.banner-rev {
		min-height: auto;
	}
	.navbar-brand img {
		height: 40px;
	}
	.navbar-toggler img {
		height: 44px;
	}
	.padding-left-right-header,
	.padding-left-right-footer {
		padding-left: 20px;
		padding-right: 20px;
	}
	.banner-rev {
		align-items: center;
	}
	.banner-content-para::before {
		content: none;
	}
	.banner-rev::before {
		position: absolute;
		z-index: 1;
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		width: 100%;
		background-image: linear-gradient(rgb(23 29 62 / 0%), #0a0e23);
	}
	.banner-rev {
		min-height: calc(100vh - 146px);
	}
	section.business-growth {
		flex-direction: column;
	}
	.business-growth-content {
		width: 100%;
		padding-right: 0px;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.business-growth-content .size-h3 {
		line-height: 28px;
	}
	.business-growth-content .read-more {
		display: none;
	}
	.business-growth-map .read-more {
		display: inline-flex;
		padding-top: 20px;
	}
	.business-growth-map {
		width: 100%;
		text-align: center;
	}
	.business-growth-map img {
		width: 50%;
	}
	.business-growth-content .size-h7 {
		padding: 20px 0px;
	}
	.digital-experience-engineering img:not(:last-child) {
		width: 100%;
		padding-bottom: 12px;
	}
	.digital-experience-engineering .size-h3 {
		padding-top: 0px;
	}
	.digital-experience-engineering .size-h7 {
		padding-top: 0px;
	}
	.services-sub-col-row,
	.services-main-col-row {
		padding: 24px 40px;
	}
	.services-main-col-row img,
	.services-sub-col-row img {
		width: 100%;
	}
	.services-main-col-row-img {
		align-items: flex-start;
	}
	section.services {
		display: flex;
		flex-direction: column;
		color: #ffffff;
	}
	.services-sub-col-row,
	.services-main-col-row {
		width: 50%;
	}
	.services-main-col {
		width: 100%;
		display: flex;
		flex-direction: row;
	}
	.services-sub-col {
		width: 100%;
	}
	.services-sub-col-row .size-h3 {
		font-size: 24px;
	}
	.services-main-col-row-content .size-h2 {
		font-size: 24px;
	}
	.services-main-col-row .size-h2 {
		font-size: 36px;
	}
	.services-sub-col-row {
		height: auto;
		display: flex;
		justify-content: center;
	}
	.services-sub-col-row .size-h6 {
		min-height: auto;
	}
	.featured-clients .size-h3 {
		padding-top: 0px;
	}
	.featured-clients-logo {
		display: flex;
		flex-wrap: wrap;
	}
	.featured-clients-logo img {
		width: 33.33% !important;
	}
	.clients-says-left {
		padding-right: 30px;
	}
	.clients-says-main {
		padding: 24px 30px;
	}
	.clients-says-left-img {
		width: 80px;
		height: 80px;
	}
	.clients-says-left-img img {
		width: 100%;
	}
	.pricing-banner-img img {
		max-height: 324px;
	}
	.sub-banner-content {
		width: 60%;
	}
	.inquery-banner-img {
		width: 40%;
	}
	.pricing-banner .size-h1 {
		line-height: 56px;
	}
	.fancy-chat-content {
		padding: 40px 0px;
		width: 70%;
		padding-right: 40px;
	}
	/* -------------------------------------------------services pages  */
	/* -------------------------------------------------our methodology */
	.our-methodology-list-div-sub-content {
		padding: 0px 0px 0px;
		text-align: left;
	}
	.our-methodology-list-div {
		width: 80%;
		padding: 30px 40px;
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.our-methodology-list-div-content-mob {
		display: flex;
	}
	.our-methodology-list-div-content-web {
		display: none;
	}
	.our-methodology-list .our-methodology-list-div {
		margin-bottom: 34px;
	}
	.our-methodology .sub-banner-content .size-h1 br {
		display: none;
	}
	.our-methodology .sub-banner-content .size-h8 br {
		display: none;
	}
	.size-h5.our-methodology-list-div-content-mob {
		font-weight: 700;
		padding-bottom: 10px;
	}
	.our-methodology-list-div-head-icon {
		margin-right: 40px;
	}
	.our-methodology .size-h6 {
		line-height: 33px;
	}
	.our-methodology-list-div-head {
		padding-bottom: 0px;
	}
	/* -------------------------------------------------end our methodology */
	/* -------------------------------------------------end services pages  */
	/* ---------------------------------------------Clients page */
	.clients-talks-main {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-left: 22px;
		margin-bottom: 70px;
	}
	.clients-talks-left {
		width: 100%;
		padding-right: 0px;
	}
	.clients-talks-right {
		width: 100%;
	}
	.clients-talks-right img {
		padding-top: 22px;
	}
	/* ---------------------------------------------end Clients pagepage */
	.inquery-banner .size-h1 {
		line-height: 48px;
	}
	.form-section-main {
		padding: 50px 46px;
	}
	.sub-banner-content .size-h5 {
		padding-right: 60px;
	}
	/* ----------------------------------------------------------footer */
	.footer-logo a img {
		padding-right: 0px;
		width: 64%;
	}
	.socialMedia-show svg,
	.socialMedia-hide svg {
		width: 80%;
	}
	.footer-social ul li {
		padding: 0px 10px;
	}
	.footer-social ul {
		justify-content: center;
		align-items: center;
	}
	.footer-social ul {
		margin: 0px;
	}
	.footer-social ul li:hover .socialmedia-hide {
		display: none;
	}
	.footer-social ul li:hover .socialMedia-show {
		display: block;
	}
	.clients-says-right-content.size-h8 {
		line-height: 28px;
		padding-left: 38px;
	}
	.clients-says-left {
		padding-right: 0px;
	}
	hr.footer-hr-show {
		margin-top: 1rem;
	}
	/* ---------------------------------------------------------- end footer */
}
@media (max-width: 760px) {
	/* .form-section-main {
	width: 100%;
	padding: 60px 80px;
	background: none;
	box-shadow: none;
	border-radius: 0px;
}     */
	.form-section-second-mob {
		display: flex;
	}
	.form-section-second-web {
		display: none;
	}
	.form-section-second {
		margin-top: 0px;
	}
	.form-section-second-mob {
		display: flex;
	}
	.form-section .padding-bottom {
		padding-bottom: 0px !important;
	}
	.form-section-second-div .size-h4 {
		font-weight: 700;
	}
	.form-section-second-div .size-h8 {
		padding-top: 4px;
		padding-bottom: 16px;
	}
	.form-section-second.padding-bottom {
		padding-bottom: 40px !important;
	}
	.form-section-main input {
		width: 100%;
	}
	.form-section-selection {
		width: 100%;
	}
	.form-section-form-row {
		justify-content: space-between;
		flex-direction: column;
	}
	.form-section-upload-show {
		margin: 12px 0px 12px 0px;
		width: 100%;
		padding: 20px;
	}
	.form-section-urecaptcha-button {
		width: 100%;
		margin-right: 0px;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		display: flex;
	}
	.g-recaptcha {
		border-radius: 8px;
		margin: 20px 0px 20px 0px;
		max-width: initial;
	}
	.inquiry-location-div {
		width: 45%;
	}
}
@media (max-width: 575px) {
	.padding-left-right {
		padding-left: 30px;
		padding-right: 30px;
	}
	.banner-padding-top-bottom {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.menu-mob-main li {
		list-style: none;
		padding: 20px 80px;
		font-weight: 600;
	}
	.sub-banner-content {
		width: 100%;
	}
	.business-growth-map img {
		width: 80%;
	}
	.services-sub-col-row,
	.services-main-col-row {
		width: 100%;
		height: 250px;
	}
	.services-main-col-row {
		height: 300px;
	}
	.services-main-col {
		flex-direction: column;
	}
	.featured-clients-logo {
		padding-top: 20px;
	}
	.featured-clients-logo img {
		width: 33.33% !important;
	}
	a.fancy-chat-map {
		width: 100%;
	}
	.fancy-chat-content .size-h2 {
		padding-top: 30px;
	}
	a.fancy-chat-map {
		padding-top: 10px;
		padding-bottom: 0px;
		max-height: 220px;
		overflow: hidden;
	}
	section.fancy-chat.padding-left-right {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.fancy-chat-content {
		padding: 20px 0px;
		width: 100%;
		padding-right: 0px;
		align-items: center;
		text-align: center;
	}
	.fancy-chat .inquiry-btn {
		padding: 8px 24px;
		margin-top: 20px;
	}
	.fancy-chat-content .size-h2 {
		font-weight: 500;
		padding-bottom: 6px;
	}
	.clients-says-main {
		flex-direction: column;
	}
	.clients-says-left {
		padding-right: 0px;
	}
	.clients-says-right-content.size-h8 {
		padding-right: 0px;
		padding: 20px 0px;
	}
	.clients-says-right .read-more {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.clients-says-right {
		width: 100%;
		align-items: flex-start;
	}
	.clients-says-main {
		padding: 24px 16px;
	}
	.clients-says-right img:first-child {
		/* transform: rotate(180deg); */
		display: none;
	}
	.clients-talks-right img {
		width: 20px;
		padding-bottom: 10px;
		padding-top: 30px;
	}
	.clients-talks-main {
		padding: 60px 40px;
		padding-left: 20px;
	}
	.clients-banner-img {
		display: none;
	}
	.clients-talks-right-content.size-h7 {
		padding-left: 20px;
	}
	.inquery-banner-img {
		display: none;
	}
	.form-section-second-img {
		width: 100%;
	}
	.inquiry-map img {
		width: 80% !important;
		padding-left: 0px;
		padding-top: 20px;
	}
	.form-section-main {
		padding: 40px 30px;
	}
	/* --------------------------------------------- services page  */
	.service-banner-img-mob {
		display: none !important;
	}
	.banner-content {
		width: 100%;
	}
	.services-less-imp-sub {
		display: flex;
		flex-direction: column;
	}
	.services-less-imp-sub-div {
		width: 100%;
	}
	.services-less-imp-content {
		width: 100%;
		text-align: center !important;
	}
	.service-mob-bg1 {
		background-color: #d4dce4;
	}
	.service-mob-bg2 {
		background-color: #ebeef1;
	}
	section.service-imp {
		flex-direction: column;
		justify-content: center;
	}
	.services-imp-icon {
		margin-right: 0px;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.services-imp-icon img {
		width: 60%;
	}
	.services-less-imp-content .size-h3 {
		padding-bottom: 10px;
		font-size: 24px;
	}
	.services-imp-content {
		width: 100%;
		padding-left: 0px;
		text-align: center;
	}
	.services-imp-content .size-h1::after {
		content: "\A";
		white-space: pre;
	}
	/* ------------------------------------------------- our methodology */
	.our-methodology-list-div {
		width: 100%;
		padding: 20px;
	}
	.our-methodology-list .our-methodology-list-div {
		margin-bottom: 26px;
	}
	.our-methodology .sub-banner-content {
		width: 100%;
	}
	.our-methodology-img {
		display: none;
	}
	/* -------------------------------------------------end our methodology */
	/* ---------------------------------------------end services page  */
	/* ---------------------------------------------- pricing pages  */
	.pricing-banner-img {
		display: none;
	}
	.pricing-section-main {
		padding: 30px 30px;
	}
	.pricing-banner .size-h1 br {
		display: none;
	}
	.pricing-banner .size-h4 {
		padding-top: 0px;
	}
	.sub-banner-content .size-h8 {
		line-height: 28px;
	}
	.pricing-section-main-head.size-h3 {
		font-size: 18px;
		padding-top: 10px;
	}
	.pricing-section-main hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	i.fas.fa-circle {
		font-size: 9px;
	}
	.read-more.pricing-section-main-button1,
	.read-more.pricing-section-main-button2 {
		padding: 5px 20px;
	}
	/* ------------------------------------------------end pricing pages  */
	/* ------------------------------------------------career pages  */
	.form-section-second.padding-left-right.padding-bottom.form-section-second-mob {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		text-align: center;
	}
	.form-section-second-social-media svg:last-child {
		margin-right: 0px;
		padding: 4px 0px;
	}
	.form-section-second-social-media a {
		margin-right: 28px;
		padding: 4px 0px;
	}
	.form-section-second-social-media a:last-child {
		margin-right: 0px;
		padding: 4px 0px;
	}
	.form-section-urecaptcha-button {
		width: 100%;
		display: flex;
		margin-right: 0px;
		flex-direction: column;
		align-items: center;
	}
	section.career-banner {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.career-banner .sub-banner-content {
		width: 100%;
	}
	.career-banner .size-h5 br {
		display: block;
	}
	.career-banner-img {
		width: 100%;
		justify-content: center;
		padding-left: 0px !important;
		display: flex;
		align-items: center;
		padding-left: 30px !important;
		padding-bottom: 0px;
	}
	.form-section-second-div {
		width: 100%;
	}
	.form-section-second-social-media {
		justify-content: center;
	}
	/* ------------------------------------------------end career pages  */
	.footer-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.footer-logo {
		margin-right: 0px;
		margin-bottom: 0px;
	}
	.footer-logo a {
		text-align: center;
		padding-bottom: 5px;
	}
	.footer-menu-main-mob .nav-link {
		padding: 8px;
	}
	.footer-top {
		flex-direction: column;
	}
	.footer-menu-main-mob {
		display: none;
	}
	.footer-menu-main {
		display: flex;
	}
	footer .nav-link {
		padding: 6px 10px 6px 10px;
	}
	.footer-social ul {
		padding: 0px;
	}
	.footer-hr-show {
		display: none;
	}
	.footer-hr-hide {
		display: block;
		width: 100%;
		margin: 5px;
		margin-bottom: 10px;
	}
	.footer-copyright {
		display: flex;
		justify-content: center;
	}
	.footer-policies ul li {
		position: relative;
	}
	.footer-cpyrt-policies {
		justify-content: center;
		flex-direction: column;
	}
	.footer-copyright p,
	.footer-policies ul li a {
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.footer-copyright p,
	.footer-policies ul li a {
		margin-top: 5px;
	}
	.footer-social {
		display: flex;
		padding-bottom: 20px;
	}
	.footer-menu-main {
		padding: 14px 0px;
	}
}
@media (max-width: 475px) {
	.menu-mob-main li {
		padding: 20px 40px;
	}
	.menu-mob-main-img img {
		width: 320px;
	}
	.clients-says-right-content.size-h8 {
		padding: 20px 10px;
	}
	.banner-content-para .size-h5 {
		line-height: 32px;
	}
	.banner-content-head {
		padding-top: 60px;
	}
	.banner-content-head .size-h1 {
		line-height: 50px;
	}
	.our-methodology .size-h6 {
		width: 100%;
	}
	.our-methodology-img img {
		position: relative;
	}
	.our-methodology::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-image: linear-gradient(#ebeef199, #fff0);
	}
	.our-methodology-img {
		display: none;
	}
	.size-h5.our-methodology-list-div-content-mob {
		font-weight: 700;
		padding-bottom: 10px;
	}
	.our-methodology-list-div-head-icon {
		margin-right: 26px;
	}
	/* ---------------------------------------------- pricing pages  */
	.pricing-section-main {
		padding: 30px 30px;
	}
	.pricing-section-main .size-h6 {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.pricing-section-main hr {
		margin-top: 10px;
	}
	/* ------------------------------------------------end pricing pages  */
	.career-banner .size-h5 br {
		display: none;
	}
	.g-recaptcha {
		/* transform:scale(.7);
		-webkit-transform: scale(.7); */
		-webkit-transform: scale(0.7) translate(31%, 10px);
		transform: scale(0.7) translate(20%, 10px);
	}
	.form-section-main {
		padding: 60px 40px;
	}
	.g-recaptcha {
		margin: 20px 0px 0px 0px;
	}
	.inquiry-location-div {
		width: 43%;
	}
}
@media (max-width: 375px) {
	.menu-mob-main-img img {
		width: 280px;
	}
	.footer-social ul li {
		padding: 0px 6px;
	}
	footer .nav-link {
		padding-right: 5px;
		padding-left: 5px;
	}
	.fancy-chat-content .size-h6 {
		font-size: 13px;
	}
	.service-knowmore a {
		padding: 10px 20px;
	}
	.service-knowmore-a-mob {
		display: block !important;
	}
	.service-knowmore-a-web {
		display: none !important;
	}
	.form-section-main {
		padding: 40px 30px;
	}
	.g-recaptcha {
		-webkit-transform: scale(0.6) translate(31%, 10px);
		transform: scale(0.6) translate(31%, 10px);
	}
	.inquiry-location-div {
		width: 100%;
	}
}
/*------------------------------- about page*/
.about-banner .banner-content {
	width: 100% !important;
}
.about-banner-img {
	position: absolute;
	top: 54px;
	right: 0px;
	z-index: 0;
	display: flex;
	padding-left: 0px !important;
	justify-content: flex-end;
	align-items: center;
	height: 100%;
}
.blog-banner{
	width: 40%;
	padding-right: 7%;
	margin-top: 60px;
}
.blog-banner img{
	width: 100% !important;
}
.bottom-padding{
	padding-bottom: 50px;
}
section.about-banner {
	position: relative;
}
.about-banner .size-h1 {
	color: #5b6180;
	position: relative;
	z-index: 1;
	line-height: 88px;
	padding-top: 20px;
	font-weight: 400;
}
.about-banner .size-h4 {
	padding-top: 40px;
	color: #dd6a64;
	font-weight: 400;
}
.about-banner .size-h1 span {
	font-weight: 700;
}
.title-heading {
	color: #dd6a64;
	text-align: center;
	font-weight: bold;
	font-size: 38px;
}
.about-content {
	text-align: center;
	font: normal normal normal 21px/40px Roboto;
	letter-spacing: 0px;
	color: #171d3e;
	opacity: 1;
	line-height: 1.5;
	padding-top: 10px;
}
h3.about-team-heading {
	font-weight: 700;
	display: flex;
	align-items: center;
}
.about-piqual-team {
	padding-top: 60px;
}
.about-team-left {
	display: flex;
	width: 30%;
	justify-content: center;
	padding-top: 5px;
}
.about-team-heading-right {
	padding-left: 80px;
	border-left: 2px solid #dd6a64;
	padding-top: 14px;
	padding-bottom: 14px;
}
.about-piqual-born {
	border-radius: 40px;
	width: 100%;
	padding: 60px 186px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
	background: #ffffff;
	box-shadow: 0px 5px 10px #00000029;
}
.content-padding-top {
	padding-top: 30px;
	line-height: 30px;
	text-align: center;
}
.heading-text {
	display: flex;
	margin-top: 60px;
}
.about-teams-left {
	padding-top: 24px;
	width: 30%;
	padding-right: 60px;
	color: #171d3e;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.about-teams-left .size-h5 {
	padding-top: 8px;
}
.about-teams-right-content {
	padding-top: 30px;
	line-height: 46px;
	text-align: justify;
}
.about-teams-right {
	width: 70%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #171d3e;
}
.about-teams-model {
	background: #fff;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 30px;
	padding: 60px 60px;
	color: #171d3e;
	z-index: 1;
}
.about-teams-main {
	display: flex;
}
hr {
	margin-top: 3rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.content-box {
	width: 22%;
	margin: 5px 1.5%;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 3px 8px #fff;
	border: 1px solid #fff;
	border-radius: 23px;
	cursor: pointer;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.content-box:hover {
	box-shadow: 0px 3px 8px #00000029;
	border: 1px solid #c7ced5;
}
.content-box:hover .about-team-img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
}
.content-box:hover .size-title-team {
	color: #f28e66;
}
.about-team-img {
	border: 3px solid #f28e66;
	border-radius: 50%;
	width: 160px;
	height: 160px;
	object-fit: cover;
}
.size-title-team.size-h6 {
	padding-top: 5px;
	font-weight: 700;
}
.size-title-team.size-h5 {
	padding-top: 5px;
	font-weight: 700;
}
.read-more-about {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0px;
	color: #f57f2a;
	text-transform: uppercase;
	opacity: 1;
}
.team-position {
	padding: 2px 0px;
	text-align: center;
}
.about-piqual-team-main {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.modal {
	display: none;
	position: relative;
	z-index: 1;
	background-color: #ebeef1;
	justify-content: center;
	/* min-height: calc(100vh - 81px); */
}
.about-info-img {
	position: absolute;
	top: -40px;
	right: 0px;
	z-index: -1;
}
.about-info-img img {
	/* max-height: 420px; */
}
.about-profile-details-main {
	background-color: #fefefe;
	box-shadow: 0px 3px 8px #00000029;
	border-radius: 30px;
	padding: 80px;
}
.about-profile-details-right {
	width: 70%;
	padding-right: 60px;
}
.about-profile-details-right .size-h6 {
	line-height: 56px;
	padding-bottom: 40px;
}
.about-profile-details-right .size-h7 {
	font-weight: 700;
}
.about-profile-details-right-hobbies ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px;
	margin: 0px;
	width: 70%;
}
.about-profile-details-right-hobbies ul li {
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.about-profile-details-right-hobbies ul li div {
	height: 41px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about-profile-details-right-hobbies ul li div img {
	max-height: 80%;
}
.hidden-icon {
	visibility: hidden;
}
.about-profile-details-right .size-h6 span {
	font-weight: 700;
}
.about-profile-details-right-hobbies {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 30px;
}
.about-profile-details-left {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-right: 80px;
}
.about-profile-details {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.about-profile-details-main-close {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 40px;
	cursor: pointer;
}
/* .about-profile-details-main-close i {
font-size: 30px;
font-weight: 600;
color: #8C95BF;
} */
.team-pos-left {
	width: 30%;
	padding-right: 60px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #171d3e;
	flex-wrap: wrap;
	align-content: center;
}
.team-pos-right {
	line-height: 32px;
	display: flex;
	width: 70%;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: baseline;
	align-items: stretch;
	flex-wrap: wrap;
	align-content: stretch;
}
span.close {
	float: right;
}
ul.movies {
	display: inline-flex;
	list-style-type: none;
	width: 70%;
	align-items: flex-end;
	justify-content: space-between;
}
span.caption {
	display: block;
}
.hobbies-inline {
	display: flex;
}
.item {
	display: flex;
}
.item-size {
	text-align: left;
	font: normal normal bold 20px/46px Roboto;
	letter-spacing: 0px;
	color: #171d3e;
	opacity: 1;
}
body.modal-open {
	overflow: hidden;
	position: fixed;
}
.both-world{
	font-size: 17px;
	width: 80%;
	margin-top: 15px;
}
.talk-the{
	font-weight: 300;
}
.talk-the b{
	font-weight: 500;
}
.read-more.text-new .size-h9{
	color: #fff;
}
.decade-exp p{
	width: 88%;
	margin: auto;
}
.spiciest{
	font-weight: 100;
}
.lead-generation-partner{
	color: #783936;
}
/* Responsive layout - makes a one column-layout instead of two-column layout */
@media (max-width: 800px) {
	.flex-container {
		flex-direction: column;
		column-count: 2;
	}
}
@media (max-width: 575px) {
	.content-padding-top {
		line-height: 28px;
	}
}
@media (max-width: 1600px) {
	.about-banner-img img {
		width: 80%;
	}
	.about-piqual-born {
		padding: 60px 120px;
	}
	.about-team-img {
		width: 130px;
		height: 130px;
	}
	.content-box {
		padding: 40px 26px;
	}
	.about-banner .size-h1 {
		line-height: 66px;
	}
	.about-profile-details-right .size-h6 {
		line-height: 34px;
	}
	.about-profile-details-main {
		padding: 40px 40px;
	}
	.about-profile-details-main-close {
		padding-bottom: 20px;
	}
	.about-profile-details-right-hobbies {
		padding-top: 10px;
	}
	.about-profile-details-right .size-h6 {
		padding-bottom: 20px;
	}
	.about-info-img img {
		max-height: 500px;
	}
	.about-profile-details-left {
		width: 25%;
		padding-right: 40px;
	}
	.about-profile-details-right {
		width: 75%;
	}
}
@media (max-width: 1200px) {
	.about-banner-img img {
		/* max-height: 340px; */
		width: 60%;
	}
	.about-piqual-born {
		padding: 59px 90px;
	}
	.content-box {
		width: 30%;
	}
	.about-profile-details-right-hobbies ul li img {
		width: 80%;
	}
}
@media (max-width: 991.9px) {
	.about-piqual-born {
		padding: 60px 40px;
	}
	.content-box {
		width: 46%;
		margin: 5px 2%;
	}
	.about-piqual-team-main {
		margin-top: 30px;
	}
	.about-team-heading-right {
		padding-left: 40px;
	}
	.about-team-left {
		width: 330px;
		padding-right: 30px;
	}
	.about-banner .size-h1 {
		line-height: 56px;
	}
	.heading-text {
		justify-content: center;
		align-items: center;
	}
	.about-banner .size-h1 br {
		display: none;
	}
	.about-banner-img {
		max-height: 100%;
		max-width: 100%;
		max-height: 460px;
	}
	.about-banner-img img {
		width: 50%;
	}
	.about-banner::before {
		position: absolute;
		z-index: 1;
	}
	.about-banner .sub-banner-content {
		padding-bottom: 0px !important;
	}
	.about-profile-details {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.about-profile-details-right {
		width: 100%;
		padding-right: 0px;
	}
	.about-profile-details-left {
		width: 100%;
		padding-right: 0px;
		padding-bottom: 30px;
	}
}
@media (max-width: 768px) {
	.about-teams-main {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding-left: 20px;
	}
	.heading-text {
		margin-top: 30px;
	}
	.about-profile-details-right-hobbies ul li img {
		width: 70%;
	}
	.landing-banner{
		flex-direction: column !important;
		padding: 27px 0 80px !important;
	}
	.landing-banner-content {
		width: 100% !important;
	}
	.local-landing {
		margin-top: -60px;
		width: 100%;
	}
	.spice-up{
		padding: 0 0 60px;
	}
}
@media (max-width: 760px) {
	.about-banner-img img {
		width: 47%;
	}
	.heading-text {
		margin-top: 0px;
		flex-direction: column;
	}
	.about-team-left {
		width: auto;
		padding-right: 0px;
	}
	.about-team-heading-right {
		padding-left: 0px;
		border: none;
		text-align: center;
	}
}
@media (max-width: 575px) {
	.hidden-icon {
		display: none !important;
		visibility: visible;
	}
	.about-banner-img {
		display: none;
	}
	.content-box {
		width: 100%;
	}
	.about-piqual-team-main {
		justify-content: center;
	}
	.about-profile-details-right-hobbies ul li {
		padding-left: 15px;
	}
	.about-profile-details-right-hobbies ul li img {
		width: 64%;
	}
	.about-profile-details-right .size-h6 {
		padding-bottom: 0px;
	}
}
@media (max-width: 475px) {
	.about-profile-details-right-hobbies {
		flex-direction: column;
		padding-top: 10px;
	}
	.about-profile-details-right-hobbies ul {
		width: 100%;
	}
	.about-profile-details-right-hobbies ul li {
		padding-left: 0px;
		padding-top: 20px;
	}
}
/*-----------------------------------policy page*/
.policy-quote {
	text-align: center;
}
.policy-section-main {
	width: 80%;
	position: relative;
	border-radius: 40px;
	padding: 70px 70px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0px 5px 10px #00000029;
}
.policy-quote {
	z-index: 1;
	position: relative;
	text-align: center;
	padding-top: 130px;
	padding-bottom: 0px;
}
.privacy-piqual {
	display: flex;
	justify-content: center;
	align-items: center;
}
.privacy-piqual p {
	padding: 0px;
	line-height: 26px;
}
.privacy-piqual .size-h6 {
	padding: 40px 0px 10px;
}
.privacy-piqual ul {
	padding-top: 30px;
	padding-bottom: 20px;
}
.privacy-piqual ul li {
	padding-bottom: 5px;
}
.policy-info-img {
	position: absolute;
	right: 0;
	top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (min-width: 1600px) {
	.privacy-piqual .size-h6 {
		font-size: 18px;
	}
	.privacy-piqual .size-h8 {
		font-size: 14px;
		line-height: 28px;
	}
	.privacy-policy .size-h2 {
		font-size: 46px;
	}
	.policy-quote {
		padding-top: 180px;
	}
}
@media (max-width: 1600px) {
	.policy-info-img img {
		max-height: 430px;
	}
}
@media (max-width: 991px) {
	.privacy-piqual .size-h6 {
		padding: 20px 0px 1px;
	}
}
@media (max-width: 768px) {
	.policy-section-main {
		width: 90%;
	}
	.policy-info-img img {
		max-height: 380px;
	}
}
@media (max-width: 575px) {
	.policy-section-main {
		width: 100%;
		padding: 50px 40px;
	}
}
@media (max-width: 475px) {
	.policy-info-img img {
		max-height: 326px;
	}
}
@media (max-width: 375px) {
	.policy-info-img img {
		display: none;
	}
	.policy-quote {
		padding-top: 80px;
	}
}
/*-----------------------------------end policy page*/
/* success page*/
.sucess-section-main {
	border-radius: 40px;
	width: 80%;
	padding: 60px 60px 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #ffffff;
	box-shadow: 0px 5px 10px #00000029;
}
.sucess-info-img {
	margin: auto;
}
.sucess-piqual {
	min-height: calc(100vh - 65px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.back-btn {
	border-radius: 25px;
	background: #dd6a64 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: none;
	color: white;
	padding: 8px 30px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}
.close-new {
	font-size: 30px;
	font-weight: 600;
	color: #8c95bf;
	cursor: pointer;
	float: right;
	font-size: 1.8rem;
	font-weight: 800;
	line-height: 0;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.5;
}
.sucess-info-img {
	padding: 30px 0px 16px;
}
.success-close {
	padding-bottom: 20px;
	display: flex;
	justify-content: flex-end;
}
@media (max-width: 1600px) {
	.sucess-section-main {
		width: 90%;
		padding: 30px 60px 60px;
	}
	.sucess-info-img img {
		height: 180px;
	}
	.success-close {
		padding-bottom: 0px;
	}
}
/*-------------------------- landing page css------*/
.landing-banner {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	background: #171d3e;
	justify-content: space-between;
	padding: 27px 0 20px;
}
.landing-banner-content {
	width: 65%;
}
.landing-banner-content .size-h1 {
	color: white;
	font-weight: 500;
}
.landing-banner-content .size-h5 {
	color: #a4a9c1;
}
.landing-banner-content .size-h4 {
	color: white;
	font-weight: 100;
}
.overlay-map{
	border-radius: 20px;
	width: 100%;
	height: 100%;
}
.landing-banner-img-float {
	border-radius: 20px;
	position: absolute;
	top: 0;
	left: 35px;
	z-index: 1;
	width: 80%;
	height: 100%;
}
.meet-the-spark {
	background: #e1e6eb 0% 0% no-repeat padding-box;
	text-align: center;
}
.text-new {
	padding-top: 5%;
	justify-content: center;
}
.read-box-design {
	padding: 15px;
	background-color: #dd6a64;
	border-radius: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 25%;
	color: white;
}
.padd-top-color {
	padding-top: 2%;
	color: #171d3e;
}
.no-margin {
	margin-top: 0px !important;
}
.piqual-is-best {
	background: transparent linear-gradient(282deg, #dd6a64 0%, #f28e66 100%) 0%
		0% no-repeat padding-box;
}
.lead-generation {
	display: flex;
}
.lead-generation-partner {
	width: 50%;
}
.spiciest {
	width: 50%;
	color: white;
}
.pos-style {
	position: absolute;
	padding: 25px;
	border-radius: 5px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
}
.address-local {
	font-size: 15px;
	margin-top: 10px;
}
.address-local p:first-child {
	margin-bottom: 5px;
}
.inquiry-box-design {
	font-size: 17px;
	padding: 10px 15px;
	background-color: #dd6a64;
	border-radius: 21px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: white;
}
.no-box-shadow {
	box-shadow: 0px !important;
	border: 0px !important;
}
.content-box-1 {
	width: 22%;
	margin: 5px 1.5%;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	cursor: pointer;
	-webkit-transition: transform 0.5s ease-in-out;
	-moz-transition: transform 0.5s ease-in-out;
	-ms-transition: transform 0.5s ease-in-out;
}
.text-new a {
	background: #ec8d66;
	border-radius: 37px;
	display: inline;
	padding: 20px 40px;
	font-weight: 500;
	color: #171d3e;
	cursor: pointer;
}
.content-box-1:hover {
	box-shadow: 0px 3px 8px #00000029;
	border: 1px solid #c7ced5;
}
.content-box-1:hover .about-team-img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-transition: transform 0.3s ease-in-out;
	-moz-transition: transform 0.3s ease-in-out;
	-ms-transition: transform 0.3s ease-in-out;
}
.content-box-1:hover .size-title-team {
	color: #f28e66;
}
/*--------------------------------------------media query for 575 px----------*/
@media (max-width: 575px) {
	.content-box-1 {
		width: 100%;
	}
	.lead-generation {
		display: flex;
		flex-direction: column;
	}
	.lead-generation-partner {
		width: 100%;
	}
	.spiciest {
		width: 100%;
	}
}
/*-------------------------------------------media query for 991 px----------*/
@media (max-width: 991.9px) {
	.content-box-1 {
		width: 46%;
		margin: 5px 2%;
	}
}
.spiceh2{
	text-align: center;
	font-weight: 400;
}
.spiceh2 b{
	font-weight: 700;
	margin-top: 20px;
	display: block;
}
.leadPartner{
	line-height: 5rem;
}
.sitemap{
	padding: 70px 10%;
}
.sitemap ul{
	list-style-type: none;
}
.sitemap a, .sitemap p{
	color: #dc6964;
}
.sitemap li{
	text-transform: uppercase;
	margin: 10px 0;
}
.jumboSitemap{
	background: #dc6964;
	color: #fff;
	text-align: center;
	display: flex;
	margin-top: 60px;
	padding: 100px;
	align-items: center;
}
/**
* index.scss
* - Add any styles you want here!
*/
.progressbar {
	display: inline-block;
	width: 100px;
	margin: 0 15px;
}
.circle {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	display: inl
		ine-block;
	position: relative;
	text-align: center;
}
.circle canvas {
	vertical-align: middle;
}
.circle div {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}
.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}
.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}
.client-stat{
	background: linear-gradient(
		119deg, #f28e66, #dd6a64);
	padding: 60px 60px 60px;
	position: relative;
}
.client-flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.client-heading h4{
	color: #171D3E;
	font-weight: 600;
	line-height: 35px;
	font-size: 26px;
}
.leader_more{
	margin-top: 30px;
}
.leader_more div{
	font-size: 13px;
	color: #171D3E;
	font-weight: 600;
}
.mail-map{
	position: absolute;
	left: 28%;
	top: 80px;
	width: 170px;
}
.circle p{
	font-size: 12px;
	margin: 10px 0 0;
	font-weight: 500;
}
.client-heading {
	width: 30%;
}
.frame{
	width: 70%;
	margin: auto;
	text-align: right;
}
@media (max-width: 768px){
	.client-heading {
		width: 100%;
	}
	.frame {
		width: 100%;
		text-align: left;
	}
	.client-stat {
		padding: 60px 20px 60px;
	}
	.mail-map{
		display: none;
	}
}
.blog-container{
	padding:30px 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.blog-section{
	width: 70%;
	padding-right: 40px;
}
.categories-section{
	margin-top: 5%;
	width: 30%;
}
.popular-item-block
{
	margin-bottom: 10%;
}
.padd-bottom-section
{
	padding-bottom: 20px;
}
.blog-section h4{
	font-weight: 700;
}
.category-label h3, .popular-section h3{
	font-size: 20px;
	color: #F28E66;
	font-weight: 500;
	margin-bottom: 15px;
}
.category-label ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.category-label ul li{
	color: #525464;
	background: #fff;
	font-size: 11px;
	font-weight: 500;
	display: inline-block;
	padding: 5px 10px 2px;
	border-radius: 30px;
	margin: 5px 10px 5px 0;
}
.categ-block{
	background: #EBEDF0;
	padding: 30px;
	border-radius: 10px;
}
.blog-latest-item{
	list-style-type: none;
	padding: 0;
	margin-top: 40px;
}
.blog-latest-item > li{
	background: #fff;
	box-shadow: 0px 0px 10px #ccc;
	border-radius: 30px;
	margin-top: 5%;
}
.blog-item > a > div{
	display: flex;
	justify-content: flex-start;
	align-items: inherit;
}
.blog-item a{
	color: #000;
}
.blog-item-img{
	width: 30%;
}
.blog-item-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.blog-item-content{
	width: 70%;
	padding: 20px;
}
.blog-p{
	font-size: 14px;
	margin: 10px 0;
}
.blog-author{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.blog-author img{
	width: 40px;
	border-radius: 50%;
	height: 45px;
	object-fit: cover;
	border: 1px solid #F28E66;
}
.blog-author div{
	margin-left: 15px;
}
.blog-author h5{
	font-size: 14px;
	font-weight: 600;
	margin: 0;
}
.blog-author p{
	font-size: 11px;
	margin: 0;
	color: #525464;
	margin-top: 5px;
}
.latest-label{
	margin-top: 20px;
}
.latest-label ul{
	list-style-type: none;
	padding: 0;
}
.latest-label li{
	font-size: 11px;
	background: #EBEDF0;
	color: #525464;
	display: inline-block;
	padding: 7px 15px 5px;
	border-radius: 20px;
	margin-right: 10px;
	font-weight: 500;
}
.popular-section ul{
	margin-top: 20px;
	list-style-type: none;
	padding: 0;
}
.popular-item-block a {
	display: grid;
	grid-template-columns: auto auto;
	height: 100%;
	color: #000;
}
.popular-item-block img{
	width: 60px;
	height: 100%;
	object-fit: cover;
}
.blog-name{
	margin-left: 15px;
}
.blog-name h5{
	font-size: 16px;
	font-weight: 700;
}
.blog-name p{
	font-size: 14px;
	margin-bottom: 0;
	line-height: 11px;
}
.popular-item-li{
	margin-bottom: 20px;
}
.blog-thumbnail{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog-summary{
	padding-left: 25px;
}
.blog-list-sum{
	margin: 13px 0;
	display: flex;
	justify-content: space-between;
}
.blog-list-sum ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	font-size: 12px;
}
.m-t-b{
	margin-top: 110px;
}
.blog-list-sum li{
	padding-right: 4px;
	color: #525464;
	border-right: 1px solid #ccc;
	line-height: 10px;
	padding-left: 5px;
	font-weight: 500;
}
.blog-list-sum li:last-child{
	border-right: 0;
}
.orange{
	color: #DD6964;
	font-size: 14px;
	margin-right: 5px;
	font-weight: 600;
}
.label-web .latest-label {
	margin-top: 0;
}
.label-web .latest-label li{
	padding: 7px 15px 5px;
}
.blog-transcript h1{
	font-size: 32px;
	font-weight: 600;
}
.blog-transcript h2{
	font-size: 28px;
	margin: 20px 0;
	font-weight: 600;
}
.about-blogger{
	margin-top: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #f3efef;
	padding: 30px 40px 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.blogger-profile img{
	width: 70px;
	height: 80px;
	object-fit: cover;
	border-radius: 50%;
	border: 1px solid #dd6a64;
}
.blogger-profile{
	text-align: center;
	width: 25%;
}
.blogger-profile h5{
	color: #2E2E2E;
	font-size: 15px;
	margin-top: 10px;
	margin-bottom: 0;
}
.blogger-profile p{
	font-size: 10px;
}
.blogger-content{
	width: 75%;
	padding-left: 30px;
}
.blogger-content h4{
	color: #DD6964;
	font-size: 19px;
	margin-bottom: 20px;
}
.blogger-about{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.blogger-content p{
	font-size: 14px;
}
.blogger-social ul{
	list-style-type: none;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.blogger-social ul li{
	margin-left: 10px;
}
.blog-bread p{
	font-size: 14px;
}
.blog-bread p span{
	color: #DD6964;
}
@media (max-width: 991px){
	.blog-container{
		flex-direction: column;
	}
	.blog-section, .categories-section{
		width: 100%;
		padding-right: 0;
	}
	.categories-section{
		margin-top: 30px;
	}
}
@media (max-width: 768px){
	.blog-banner{
		display: none;
	}
	.blog-thumbnail{
		width: 100%;
		height: 108px;
		object-fit: cover;
	}
	.blog-w{
		width: 100%;
	}
	.image_1
	{
		width: 95%;
	}
	.blog-item > a > div {
		flex-direction: column;
	}
	.blog-item-img, .blog-item-content {
		width: 100%;
	}
	.blog-item-img img {
		border-top-left-radius: 30px;
		border-bottom-left-radius: 0;
		border-top-right-radius: 30px;
	}
}
.blog-t{
	margin-top: 8px;
}
.blog-t li:first-child{
	margin-top: -1px;
}
.free-audit{
	margin-top: 40px;
}
.free-audit{
	color: #fff;
}
.free-audit a{
	text-align: center;
	color: #dd6a64;
	font-size: 14px;
	font-weight: 500;
	text-decoration: underline;
}
.landing-banner-content .free-audit{
	margin-top: 0;
}
.free-cta{
	position: fixed;
	bottom: 0;
	background: #dd6a64;
	right: 0;
	color: #fff;
	padding: 5px 30px 4px;
	font-size: 15px;
	z-index: 9;
	cursor: pointer;
	border-radius: 6px 6px 0px 0px;
	box-shadow: 0px 0px 10px #b58b88;
}
.audit-floating-form .form-section-main{
	padding: 20px;
	border-radius: 10px;
}
.audit-floating-form .form-section-main input {
	padding: 10px;
	margin: 0 5px 10px 5px;
}
.audit-floating-form .form-section-upload-show{
	margin: 0 5px 10px 5px;
	width: 100%;
}
.audit-floating-form .form-section-first {
	width: 100%;
}
.audit-floating-form .form-section-main input{
	width: 50%;
}
.audit-floating-form .g-recaptcha {
	border-radius: 8px;
	margin: 0 5px;
	max-width: 100%;
}
.hover-form{
	position: fixed;
	bottom: 0;
	right: 10px;
	z-index: 9;
	display: none;
}
.audit-floating-form .form-section-urecaptcha-button {
	width: 100%;
	margin-right: 0;
}
.audit-floating-form{
	width: 300px;
}
.close-cta{
	color: #fff;
	position: absolute;
	top: -30px;
	left: 0;
	background: #dd6a64;
	width: 25px;
	border-radius: 50px;
	height: 25px;
	text-align: center;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-content: center;
	line-height: 25px;
	cursor: pointer;
}
.th-msg{
	text-align: center;
	width: 60%;
	margin: auto;
}
.free-cta a {
	color: #fff;
}
/* -------front page css  ------------------------------------*/
.frontpage_banner {
	background: #171D3E 0% 0% no-repeat padding-box;
}
.frontpage-banner-img {
	overflow: hidden;
	position: relative;
}
.padding-top-class
{
	padding-top: 10%;
}
.front_page-banner-img
{
	max-width: 100%;
	height: 100%;
}
.front-team-img
{
	width: 130px;
	height: 130px;
	border: 3px solid #f28e66;
	border-radius: 50%;
}
.text-aligns
{
	text-align: center;
}
.not-any
{
	color: #E65C4B;
	font-weight: bold;
}
.size-h1.online
{
	color:white;
	font-weight: bold;
}
.second-section .size-h1
{
	color: black;
}
.size-h8.online
{
	color:white;
	font-weight: 400;
	line-height: 32px;
}
.second-section
{
	background: #F4F4F4 0% 0% no-repeat padding-box;
	opacity: 1;
}
.frontpage-box
{
	width: 25%;
	margin: 5px 1.5%;
	padding: 40px 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 23px;
	cursor: pointer;
}
.front-page-piqual-team-main
{
	display:flex;
}
.size-title-team.size-h6 {
	padding-top: 15px;
	font-weight: 700;
}
.second-section .size-h2
{
	font-weight: bold;
}
.second-section .size-h8
{
	font-weight: 600;
}
.fourth-section-image
{
	width: 40%;
}
.fourth-section
{
	background: #DCE6EF 0% 0% no-repeat padding-box;
	flex-direction: row;
	align-items: center;
}
.fourth_section_2
{
	width: 60%;
	height: 100%;
	display: flex;
	justify-self: center;
	align-items: center;
	z-index: 19;
}
.Third-section-image {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #171d3e;
}
.padding-top-only
{
	padding-top: 40px;
}
.Third-section-image img
{
	padding-top: 20px;
	padding-bottom: 20px;
}
.Third-section-image .size-h1
{
	color: #000000;
	font-weight: 600;
}
.padd-left-right{
	padding-left: 60px;
	padding-right: 60px;
}
.team-box
{
	padding: 0px 0px 35px 35px;
}
.mt-2 {
	margin-top: 5.5rem!important;
}
@media (max-width: 1600px)
{
	.Third-section-image img {
		width: 80%;
	}
	.front_page-banner-img
	{
		margin-top: 12%;
		max-height:500px;
	}
	.front_page-banner-img-web {
		max-height: 430px;
		max-width: 100%;
	}
	.front_page-plane
	{
		max-width: 100%;
	}
	.banner-padding-top-fourth
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
@media (max-width: 991.9px)
{
	.front_page-banner-img-web {
		max-height: 430px;
		max-width: 100%;
	}
	.front_page-banner-img
	{
		max-width: 100%;
		max-height:450px;
		margin-top: 12%;
	}
	.front_page-plane
	{
		max-width: 100%;
	}
	.banner-padding-top-fourth
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
}
.submit-form{
	background: #dd6a64 !important;
	color: #fff;
	border: 1px solid #dd6a64 !important;
	padding: 10px;
	height: 40px;
	line-height: 9px;
	text-transform: capitalize;
	border-radius: 30px;
	transition: 0.5s all ease;
}
.submit-form:hover{
	color: #dd6a64;
	background: transparent !important;
}
.popular-item-block img  {
	width: 60px;
	height: 100%;
	object-fit: cover;
}
