html, body {
	font-size: 1.2em;
	font-family: 'Plus Jakarta Sans', sans-serif;
	--clrpink: #FC29B0;
	--clrblue: #2947FC;
}

body,html {
	overflow-x: hidden;
}

.wrapper-ball {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.load-screen-body{
	overflow-y: hidden;
}

.load-screen{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background-color: #fff;
}

.load-screen .text {
  color: #2947FC;
  display: inline-block;
  margin-left: 5px;
}

.bounceball {
  position: relative;
  display: inline-block;
  height: 37px;
  width: 15px;
}
.bounceball:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #2947FC;
  transform-origin: 50%;
  -webkit-animation: bounce 500ms alternate infinite ease;
          animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

@keyframes bounce {
  0% {
    top: 30px;
    height: 5px;
    border-radius: 60px 60px 20px 20px;
    transform: scaleX(2);
  }
  35% {
    height: 15px;
    border-radius: 50%;
    transform: scaleX(1);
  }
  100% {
    top: 0;
  }
}

.text-blue {
	color: #2947FC;
}

h1, h2, h3, h4, h5 {
	font-weight: 400;
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	html, body {
		font-size: 1.2em;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	html, body {
		font-size: 1.2em;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	html, body {
		font-size: 1.15em;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	html, body {
		font-size: 1.1em;
	}
}

@media screen and (max-width:575.99px) {
	html, body {
		font-size: 1.1em;
	}
}

h1 {
	font-size: 3.2rem;
}

h2 {
	font-size: 2.8rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 1.8rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.1rem;
}

p, label, ol, ul, li {
	font-size: 18px;
}

/* Only for xxl monitors and below xxl will be taken from default styles */
@media screen and (min-width:1400px) {
	.text-c4 {
		font-size: 5.5rem;
	}
	.text-c3 {
		font-size: 5rem;
	}
	.text-c2 {
		font-size: 4.5rem;
	}
	.text-c1 {
		font-size: 3rem;
	}
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	h1 {
		font-size: 3rem;
	}
	h2 {
		font-size: 2.6rem;
	}
	h3 {
		font-size: 2rem;
	}
	h4 {
		font-size: 1.7rem;
	}
	h5 {
		font-size: 1.3rem;
		line-height: 1.3;
	}
	h6 {
		font-size: 1.1rem;
	}
	.text-c1 {
		font-size: 3rem;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	h1 {
		font-size: 2.8rem;
	}
	h2 {
		font-size: 2.4rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.6rem;
	}
	h5 {
		font-size: 1.2rem;
	}
	h6 {
		font-size: 1.1rem;
	}
	.text-c1 {
		font-size: 3rem;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	h1 {
		font-size: 2.6rem;
	}
	h2 {
		font-size: 2.2rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h4 {
		font-size: 1.4rem;
	}
	h5 {
		font-size: 1.2rem;
	}
	h6 {
		font-size: 1.1rem;
	}
	.text-c1 {
		font-size: 2.8rem;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	h1 {
		font-size: 42px;
	}
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 1.5rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	h5 {
		font-size: 1.1rem;
	}
	h6 {
		font-size: 1.05rem;
	}
	p, label, ol, ul, li {
		font-size: 16px;
	}
	.text-c1 {
		font-size: 2.25rem;
	}
}

@media screen and (max-width:575.99px) {
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 26px;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 19px;
	}
	h5 {
		font-size: 1.1rem;
	}
	h6 {
		font-size: 1.05rem;
	}
	p, label, ol, ul, li {
		font-size: 16px;
	}
	.text-c1 {
		font-size: 24px;
	}
}

section {
	padding: 4.5rem 0;
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	section {
		padding: 4rem 0;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	section {
		padding: 3.5rem 0;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	section {
		padding: 3rem 0;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	section {
		padding: 2.5rem 0;
	}
}

@media screen and (max-width:575.99px) {
	section {
		padding: 2rem 0;
	}
}

footer {
	padding: 2.5rem 0 1rem 0;
}

.pad-st-c6 {
	padding-left: 4.5rem;
}

.pad-st-c5 {
	padding-left: 4.0rem;
}

.pad-st-c4 {
	padding-left: 3.5rem;
}

.pad-st-c3 {
	padding-left: 3rem;
}

.pad-st-c2 {
	padding-left: 2.5rem;
}

.pad-st-c1 {
	padding-left: 2rem;
}

.pad-ed-c6 {
	padding-right: 4.5rem;
}

.pad-ed-c5 {
	padding-right: 4.0rem;
}

.pad-ed-c4 {
	padding-right: 3.5rem;
}

.pad-ed-c3 {
	padding-right: 3rem;
}

.pad-ed-c2 {
	padding-right: 2.5rem;
}

.pad-ed-c1 {
	padding-right: 2rem;
}

.pad-tp-c6 {
	padding-top: 4.5rem;
}

.pad-tp-c5 {
	padding-top: 4.0rem;
}

.pad-tp-c4 {
	padding-top: 3.5rem;
}

.pad-tp-c3 {
	padding-top: 3rem;
}

.pad-tp-c2 {
	padding-top: 2.5rem;
}

.pad-tp-c1 {
	padding-top: 2rem;
}

.pad-bt-c6 {
	padding-bottom: 4.5rem;
}

.pad-bt-c5 {
	padding-bottom: 4.0rem;
}

.pad-bt-c4 {
	padding-bottom: 3.5rem;
}

.pad-bt-c3 {
	padding-bottom: 3rem;
}

.pad-bt-c2 {
	padding-bottom: 2.5rem;
}

.pad-bt-c1 {
	padding-bottom: 2rem;
}

.pad-hz-c6 {
	padding-left: 4.5rem;
	padding-right: 4.5rem;
}

.pad-hz-c5 {
	padding-left: 4.0rem;
	padding-right: 4.0rem;
}

.pad-hz-c4 {
	padding-left: 3.5rem;
	padding-right: 3.5rem;
}

.pad-hz-c3 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.pad-hz-c2 {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.pad-hz-c1 {
	padding-left: 2rem;
	padding-right: 2rem;
}

.pad-vt-c6 {
	padding-top: 4.5rem;
	padding-bottom: 4.5rem;
}

.pad-vt-c5 {
	padding-top: 4.0rem;
	padding-bottom: 4.0rem;
}

.pad-vt-c4 {
	padding-top: 3.5rem;
	padding-bottom: 3.5rem;
}

.pad-vt-c3 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}

.pad-vt-c2 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.pad-vt-c1 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.mar-st-c6 {
	margin-left: 4.5rem;
}

.mar-st-c5 {
	margin-left: 4.0rem;
}

.mar-st-c4 {
	margin-left: 3.5rem;
}

.mar-st-c3 {
	margin-left: 3rem;
}

.mar-st-c2 {
	margin-left: 2.5rem;
}

.mar-st-c1 {
	margin-left: 2rem;
}

.mar-ed-c6 {
	margin-right: 4.5rem;
}

.mar-ed-c5 {
	margin-right: 4.0rem;
}

.mar-ed-c4 {
	margin-right: 3.5rem;
}

.mar-ed-c3 {
	margin-right: 3rem;
}

.mar-ed-c2 {
	margin-right: 2.5rem;
}

.mar-ed-c1 {
	margin-right: 2rem;
}

.mar-tp-c6 {
	margin-top: 4.5rem;
}

.mar-tp-c5 {
	margin-top: 4.0rem;
}

.mar-tp-c4 {
	margin-top: 3.5rem;
}

.mar-tp-c3 {
	margin-top: 3rem;
}

.mar-tp-c2 {
	margin-top: 2.5rem;
}

.mar-tp-c1 {
	margin-top: 2rem;
}

.mar-bt-c6 {
	margin-bottom: 4.5rem;
}

.mar-bt-c5 {
	margin-bottom: 4.0rem;
}

.mar-bt-c4 {
	margin-bottom: 3.5rem;
}

.mar-bt-c3 {
	margin-bottom: 3rem;
}

.mar-bt-c2 {
	margin-bottom: 2.5rem;
}

.mar-bt-c1 {
	margin-bottom: 2rem;
}

.mar-hz-c6 {
	margin-left: 4.5rem;
	margin-right: 4.5rem;
}

.mar-hz-c5 {
	margin-left: 4.0rem;
	margin-right: 4.0rem;
}

.mar-hz-c4 {
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}

.mar-hz-c3 {
	margin-left: 3rem;
	margin-right: 3rem;
}

.mar-hz-c2 {
	margin-left: 2.5rem;
	margin-right: 2.5rem;
}

.mar-hz-c1 {
	margin-left: 2rem;
	margin-right: 2rem;
}

.mar-vt-c6 {
	margin-top: 4.5rem;
	margin-bottom: 4.5rem;
}

.mar-vt-c5 {
	margin-top: 4.0rem;
	margin-bottom: 4.0rem;
}

.mar-vt-c4 {
	margin-top: 3.5rem;
	margin-bottom: 3.5rem;
}

.mar-vt-c3 {
	margin-top: 3rem;
	margin-bottom: 3rem;
}

.mar-vt-c2 {
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.mar-vt-c1 {
	margin-top: 2rem;
	margin-bottom: 2rem;
}

/* UI/UX style */
.btn-custom-1, .btn-custom-2, .btn-custom-3, .btn-nav {
	border-radius: 3px;
}

.btn-custom-1 {
	color: #FC29B0;
	background-color: #fff;
	border: 1px solid #FC29B0;
}

#banner .btn-custom-1, #banner .btn-custom-2 {
	padding: 15px 15px;
}

.btn-custom-1:hover, .btn-custom-1:active, .btn-custom-1:focus {
	color: #FFF;
	background-color: #FC29B0;
	border: 1px solid #FC29B0;
}

.btn-custom-2 {
	color: #fff;
	background-color: #2947FC;
	border: 1px solid #2947FC;
}

.btn-custom-2:hover, .btn-custom-2:active, .btn-custom-2:focus {
	color: #2947FC;
	background-color: #FFF;
	border: 1px solid #2947FC;
}

.btn-custom-3 {
	color: #FFF;
	background-color: #FC29B0;
	border: 1px solid #FC29B0;
	padding: 15px;
	margin-top: 20px;
}

.btn-custom-3:hover, .btn-custom-3:active, .btn-custom-3:focus {
	color: #FC29B0;
	background-color: #FFF;
	border: 1px solid #FC29B0;
}

/* Custom Style */
/* navigation starts */
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 20px;
	padding-left: 20px;
}

.main-logo {
	width: 220px;
}
.fa-footer {
    font-size: 30px;
    color: #3a3a3a;
    margin: 0 4px;
}
@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
}

@media screen and (min-width:768px) and (max-width:991.99px) {
}

@media screen and (min-width:576px) and (max-width:767.99px) {
}

@media screen and (max-width:575.99px) {
	.btn-custom-3 {
		padding: 8px 12px;
		margin-top: 10px;
	}
}
/* navigation ends */

/* Landing Page */
#banner {
	position: relative;
}

.blue-box {
	margin-bottom: 50px;
}

.blue-border {
	border-left: 8px solid #2947FC;
}

.pink-border {
	border-left: 8px solid #2196F3;
}

.pink-box {
	margin-bottom: 50px;
}

.customNextBtn, .customPreviousBtn {
	float: right;
	color: #2947FC;
	padding: 9px;
	margin-left: 12px;
	cursor: pointer;
	font-size: 34px;
}

.case-studies-box {
	padding: 10px;
}
/* Only for typography on xxl monitors and below xxl will be taken from h1 to h6 */
@media screen and (min-width:1400px) {
	#banner {
		padding: 8.5rem 0;
	}
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	#banner {
		padding: 6.5rem 0;
	}
	#banner .btn-custom-1 {
		margin-bottom: 10px;
		min-width: 200px;
	}
	#banner .btn-custom-2 {
		margin-bottom: 10px;
		min-width: 200px;
	}
	.blue-box {
		margin-bottom: 40px;
	}
	.pink-box {
		margin-bottom: 40px;
	}
	.blue-border {
		border-left: 6px solid #2947FC;
	}
	.pink-border {
		border-left: 6px solid #2196F3;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	#banner {
		padding: 6rem 0;
	}
	#navigation .btn-custom-2 {
		font-size: 16px;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		margin-bottom: 40px;
		margin-right: 20px;
	}
	.blue-box {
		margin-bottom: 40px;
	}
	.pink-box {
		margin-bottom: 40px;
	}
	.blue-border {
		border-left: 6px solid #2947FC;
	}
	.pink-border {
		border-left: 6px solid #2196F3;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		padding: 12px 15px;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	#banner {
		padding: 5rem 0;
	}
	#navigation .btn-custom-2 {
		font-size: 16px;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		margin-bottom: 40px;
		margin-right: 20px;
	}
	.blue-box {
		margin-bottom: 40px;
	}
	.pink-box {
		margin-bottom: 40px;
	}
	.blue-border {
		border-left: 6px solid #2947FC;
	}
	.pink-border {
		border-left: 6px solid #2196F3;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		padding: 12px 15px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	#banner {
		padding: 4rem 0;
	}
	#banner h1 {
		margin-bottom: 25px;
	}
	#navigation .btn-custom-2 {
		font-size: 16px;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		margin-bottom: 40px;
		margin-right: 20px;
		margin-top: 15px;
	}
	.blue-box {
		margin-bottom: 25px;
		margin-top: 30px;
	}
	.pink-box {
		margin-bottom: 25px;
		margin-top: 30px;
	}
	.blue-border {
		border-left: 6px solid #2947FC;
	}
	.pink-border {
		border-left: 6px solid #2196F3;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		padding: 12px 15px;
	}
}

@media screen and (max-width:575.99px) {
	#banner {
		padding: 2.0rem 0;
	}
	.main-logo {
		width: 150px;
	}
	#navigation .btn-custom-2 {
		font-size: 16px;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		margin-bottom: 20px;
		margin-right: 0px;
		min-width: 200px;
	}
	#banner .btn-custom-1, #banner .btn-custom-2 {
		padding: 10px 12px;
	}
	.blue-box {
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.pink-box {
		margin-bottom: 25px;
		margin-top: 20px;
	}
	.blue-border {
		border-left: 5px solid #2947FC;
	}
	.pink-border {
		border-left: 5px solid #2196F3;
	}
	#banner h4 {
		font-size: 26px;
		margin-top: 20px;
	}
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
}

@media screen and (min-width:768px) and (max-width:991.99px) {
}

@media screen and (min-width:576px) and (max-width:767.99px) {
}

@media screen and (max-width:575.99px) {
}

#brands {
	background-color: #f8f8f8;
}
#brands p {
	font-size: 14px;
}
.expert-img {
    height: 80px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 25px;
    margin-top: 25px;
}
.expert-img-1 {
	background-image: url(../images/icons/facebook.png);
}

.expert-img-2 {
	background-image: url(../images/icons/taboola.png);
}

.expert-img-3 {
	background-image: url(../images/icons/google-ads.png);
}

.expert-img-4 {
	background-image: url(../images/icons/email.png);
}

.expert-img-5 {
	background-image: url(../images/icons/www.png);
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	#brands h5 {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	#brands h5 {
		margin-bottom: 30px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	#brands h5 {
		margin-bottom: 30px;
	}
}

@media screen and (max-width:575.99px) {
	#brands h5 {
		margin-bottom: 30px;
	}
}


@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
}

@media screen and (min-width:768px) and (max-width:991.99px) {
}

@media screen and (min-width:576px) and (max-width:767.99px) {
}

@media screen and (max-width:575.99px) {
}

#case-studies {
	background-color: #f8f8f8;
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
}

@media screen and (min-width:768px) and (max-width:991.99px) {
}

@media screen and (min-width:576px) and (max-width:767.99px) {
}

@media screen and (max-width:575.99px) {
}

#our-process {
	position: relative;
}

#our-process .our-process-bg {
	position: absolute;
	background-image: url(../images/our-process.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	height: 680px;
	width: 40%;
	right: -20px;
	top: 39px;
	z-index: -1;
}

.our-process-box {
	margin: 50px 0;
}

.our-process-box-img {
	margin-bottom: 20px;
	width: 50px;
}
.img-width{
	width: 180px;
}
@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	.our-process-box {
		margin: 40px 0;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	.our-process-box {
		margin: 40px 0;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	.our-process-box {
		margin: 40px 0;
	}
	#our-process .our-process-bg {
		height: 185px;
		width: 22%;
		right: -20px;
		top: 0px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	.our-process-box {
		margin: 25px 0;
	}
	#our-process .our-process-bg {
		height: 110px;
		width: 19%;
		right: -20px;
		top: 1px;
	}
}

@media screen and (max-width:575.99px) {
	.our-process-box {
		margin: 25px 0;
	}
	#our-process .our-process-bg {
		height: 88px;
		width: 19%;
		right: 0px;
		top: 0px;
	}
	.our-process-box-img {
		margin-bottom: 15px;
	}
}

.cta-box {
	background-color: #2947FC;;
	color: #fff;
	padding: 80px 60px;
	margin-bottom: 20px;
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	.cta-box {
		padding: 50px 30px 50px;
		margin-bottom: 20px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	.cta-box {
		padding: 50px 30px 50px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:575.99px) {
	.cta-box {
		padding: 35px 15px 35px;
		margin-bottom: 20px;
	}
}
/* footer starts*/
.footer-social-icon {
	margin: 0 8px;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer p {
	margin-bottom: 15px;
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	.footer-social-icon {
		margin: 0 7px;
		width: 24px;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	.footer-social-icon {
		margin: 0 7px;
		width: 24px;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
}

@media screen and (min-width:576px) and (max-width:767.99px) {
}

@media screen and (max-width:575.99px) {
	.footer-social-icon {
		margin: 0 7px;
		width: 24px;
	}
}

/* footer ends*/
/* service starts */
#services-info-p {
	background-color: #f8f8f8;
}

#services-info-p .icon-img {
	font-size: 80px;
}

/* ul {
	list-style-image: url(../images/tick.png);
	list-style-position: top;
} */

/* #our-services-p ul {
	list-style-type: none;
	padding-left: 0rem;
}

#our-services-p div ul img {
	vertical-align: top;
}
 */
#our-services-p div ul li p {
	display: inline-block;
	vertical-align: middle;
	margin-left: 12px;
	font-size: 22px;
	font-weight: 300;
}

.services-info-box {
    background-color: #fff;
    border: 2px solid rgb(228, 228, 228);
    padding: 30px 20px 10px;
    margin: 15px 0;
    min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-info-p-img {
	width: 350px;
	padding-right: 20px;
}

.services-info-img {
	height: 70px;
	width:70px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center; 
	margin-right: 18px;
}

.services-img-1 {
	background-image: url(../images/icon-1.png);
}

.services-img-2 {
	background-image: url(../images/icon-1.png);
}

.services-img-3 {
	background-image: url(../images/icon-1.png);
}

.services-img-4 {
	background-image: url(../images/icon-1.png);
}

.services-img-5 {
	background-image: url(../images/icon-1.png);
}

.services-img-6 {
	background-image: url(../images/icon-1.png);
}

.services-img-7 {
	background-image: url(../images/icon-1.png);
}

.services-img-8 {
	background-image: url(../images/icon-1.png);
}

#testimonials-p h5 {
	font-size: 26px;
	line-height: 1.5;
}

#testimonials-p .testimonial-inner {
	padding: 70px 0 60px 125px;
	position: relative;
	border-left: 2px solid #2196F3;
	border-top: 2px solid #2947FC;
	border-bottom: 2px solid #2196F3;
	border-right: 2px solid #2196F3;
}

.blue-quote {
	position: absolute;
	height: 65px;
	width: 65px;
	top: 80px;
	left: 0;
	background-image: url(../images/blue-quote.png);
	background-size: cover;
	background-position: top;
}

.pink-quote {
	position: absolute;
	height: 50px;
	width: 50px;
	top: 145px;
	left: 0;
	background-image: url(../images/pink-quote.png);
	background-size: cover;
	background-position: top;
}

#services-img-p .left-image {
	left: -20px;
	position: relative;
}

.right-image {
	right: -59px;
	position: relative;
	border-left: 10px solid #2947FC;
	margin-bottom: 50px;
}

.right-box {
	height: 300px;
}

.text-end-image {
	height: 500px;
	background-image: url(../images/our-services.png);
	background-size: cover;
	background-position: top;
	border-left: 10px solid #2947FC;
	left: 50px;
}

.image-wrapper {
	position: relative;
	height: 650px;
	margin-bottom: 50px;
}

.image-our-service-1 {
	position: absolute;
	height: 100%;
	width: 100%;
	background-image: url(../images/our-services-1.jpg);
	background-size: cover;
	background-position: top;
	border-left: 10px solid #2947FC;
}
 
.image-our-service-2 {
	position: absolute;
	right: 0;
	height: 100%;
	width: 100%;
	background-image: url(../images/our-services-2.jpg);
	background-size: cover;
	background-position: top;
	border-right: 10px solid #2196F3;
}

.image-our-industries {
	background-image: url(../images/industries-img-p.jpg) !important;
}

.image-about-us {
	background-image: url(../images/about-img-p.jpg) !important;
}

.image-contact-us {
	background-image: url(../images/contact-img-p.jpg) !important;
}

#industries-info-p p {
	font-size: 21px;
}

#industries-stats-p {
	background-color: #f8f8f8;
}

#our-team-p {
	background-color: #f8f8f8;
}

.team-image {
	margin-top: 35px;
}

.form-box a {
	color: #000;
}

@media screen and (min-width:1400px) {

}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	.image-wrapper {
		height: 620px;
	}
	.image-our-service-1 {
		width: 112%;
	}
	.services-info-box {
		min-height: 265px;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	.image-wrapper {
		height: 550px;
	}
	#testimonials-p h5 {
		font-size: 22px;
	}
	#testimonials-p .testimonial-inner {
		padding: 60px 0 50px 100px;
	}
	#industries-info-p p {
		font-size: 17px;
	}
	.services-info-box {
		min-height: 287px;
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	.image-wrapper {
		height: 410px;
	}
	#testimonials-p h5 {
		font-size: 20px;
	}
	#testimonials-p .testimonial-inner {
		padding: 60px 0 50px 100px;
	}
	#industries-info-p p {
		font-size: 16px;
	}
	.lead-count p{
	font-size: 17px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	.image-wrapper {
		height: 300px;
	}
	#testimonials-p h5 {
		font-size: 18px;
	}
	#testimonials-p .testimonial-inner {
		padding: 50px 0 40px 77px;
	}
	#our-services-p div ul li p {
		font-size: 19px;
	}
	.blue-quote {
		height: 55px;
		width: 55px;
		top: 60px;
	}
	.pink-quote {
		height: 45px;
		width: 45px;
		top: 115px;
		left: 0;
	}
	.services-info-box {
		padding: 40px 20px 20px;
		margin: 10px 0;
	}
	.services-info-p-img {
		width: 320px;
		padding-right: 20px;
	}
	#industries-info-p p {
		font-size: 16px;
	}
	#contact-us-p {
		padding-bottom: 20px;
	}
	.form-control-lg {
		font-size: 18px;
	}
	}

@media screen and (max-width:575.99px) {
	.services-info-img {
		height: 50px;
		width: 50px;
	}
	.image-wrapper {
		height: 220px;
		margin-bottom: 22px;
	}
	.image-our-service-1 {
		width: 100%;
		border-left: 5px solid #2947FC
	}
	.image-our-service-2 {
	width: 100%;
		border-right: 5px solid #2196F3;
	}
	#testimonials-p h5 {
		font-size: 16px;
	}
	#testimonials-p .testimonial-inner {
		padding: 35px 0 20px 40px;
	}
	#our-services-p div ul li p {
		font-size: 19px;
	}
	.blue-quote {
		height: 30px;
		width: 30px;
		top: 40px;
	}
	.pink-quote {
		height: 25px;
		width: 25px;
		top: 70px;
		left: 0;
	}
	.services-info-box {
    padding: 25px 10px 5px;
    margin: 10px 0;
    min-height: 175px;
}
	.services-info-box h5 {
		font-size: 17px;
	}
	#industries-info-p p {
		font-size: 16px;
	}
	#industries-info-p h2 {
		font-size: 20px;
	}
	#industries-info-p {
		padding-top: 0;
	}
	#about-us-2-p {
		padding-top: 0;
	}
	#brands {
		padding: 2.5rem 0;
	}
	.form-control-lg {
		font-size: 16px;
	}
	#contact-us-p{
	padding-bottom: 10px;
	}
	}

/* service ends */
.help-block {
	color: red;
	font-weight: 400;
	font-size: 16px;
}
.equalHMVWrap {
	justify-content: space-between;
	flex-wrap: wrap;
	display: flex;
	flex-direction: row;
	justify-content: center;

}
.equalHMV {
	width: 18%;
	margin: 1%;	
}
.map-width{
	height:100%;
	width: 100%;
	min-height: 400px;
	
}

@media screen and (min-width:1400px) {
}

@media screen and (min-width:1200px) and (max-width:1399.99px) {
	#brands h6 {
		font-size: 18px;
	}
}

@media screen and (min-width:992px) and (max-width:1199.99px) {
	#brands h6 {
		font-size: 17px;
	}
	.expert-img {
		height:70px;
		
	}
}

@media screen and (min-width:768px) and (max-width:991.99px) {
	.equalHMV {
		width: 31%;
	}
	.expert-img {
		height:65px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#brands h6 {
		font-size: 16px;
	}
}

@media screen and (min-width:576px) and (max-width:767.99px) {
	.equalHMV {
		width: 48%;
	}
	.expert-img {
		height: 70px;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	#brands h6 {
		font-size: 16px;
	}
}

@media screen and (max-width:575.99px) {
	.equalHMV {
		width: 100%;
		    margin: 0%;
	}
	.expert-img {
		height: 65px;
		margin-bottom: 12px;
		margin-top: 15px;
	}
	#brands h6 {
		font-size: 16px;
	}
	.fa-3x{
	    font-size: 2.5em;
	}
	.map-width {
		min-height: 340px;
	}
	.brand-text {
		display: none;
	}
	.equalHMV:hover .brand-text, .equalHMV:active .brand-text, .equalHMV:focus .brand-text
		{
		display: block;
	}
}

/* Small Devices, Tablets */
@media screen and (max-width: 767.99px) {
  .aos-animate {
    transition-property: none !important;
    transform: none !important;
    animation: none !important;
  }
}