/*========Index-page=========*/

a:hover {
	text-decoration: none;
}


/*=================circle-on-nabber====================*/

.outer-cirle {
	position: absolute;
	z-index: -2;
	top: -809px;
	left: -690px;
	-webkit-animation: rotation 120s infinite linear;
}

.inner-circle {
	position: absolute;
	top: -708px;
	left: -697px;
	-webkit-animation: rotation 70s infinite linear;
	z-index: -1;
}

.circle-wrapper {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 10px;
	left: 11%;
	top: 22%;
}

.circle-android {
	display: block;
	background-clip: content-box;
	animation: spin 10s linear infinite;
	height: 40px;
	width: 40px;
	position: absolute;
	margin-top: -43%;
	margin-left: 6%;
	border: 1px dashed #dde2ff;
	border-radius: 70px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

/*
.success {
	background-color: white;
	border: 2px dashed #dde2ff;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}
*/

.android-icon {
	position: absolute;
	color: #fff;
	font-size: 55px;
	top: -30px;
	left: 26px;
	transform: translate(-50%, -50%);
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

@media only screen and (max-width: 1439px) and (min-width: 1366px) {
	.circle-wrapper {
		margin-top: -32%;
		margin-left: 13.5%;
	}
}

.circle-wrapper1 {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 10px;
	top: 25%;
	left: 49%;
}

.apple-icon {
	position: absolute;
	color: #fff;
	font-size: 55px;
	top: -30px;
	left: 26px;
	transform: translate(-50%, -50%);
}

.circle-apple {
	display: block;
	background-clip: content-box;
	animation: spin 10s linear infinite;
	height: 40px;
	width: 40px;
	position: absolute;
	margin-top: -43%;
	margin-left: 6%;
	border: 1px dashed #dde2ff;
	border-radius: 70px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

.circle-wrapper1:active .circle-apple {
	animation: spin 2s linear infinite;
}

.success1 {
	background-color: white;
	border: 2px dashed #dde2ff;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

.circle-wrapper2 {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 10px;
	top: 80%;
	left: 29%;
}

.smart-icon {
	position: absolute;
	color: #fff;
	font-size: 55px;
	top: -30px;
	left: 26px;
	transform: translate(-50%, -50%);
}

.circle-smart {
	display: block;
	background-clip: content-box;
	animation: spin 10s linear infinite;
	height: 40px;
	width: 40px;
	position: absolute;
	margin-top: -43.5%;
	margin-left: 6%;
	border: 1px dashed #dde2ff;
	border-radius: 70px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

.circle-wrapper2:active .circle-smart {
	animation: spin 2s linear infinite;
}

.success2 {
	background-color: white;
	border: 2px dashed #dde2ff;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}

.circle-wrapper3 {
	position: absolute;
	width: 100px;
	height: 100px;
	margin: 10px;
	top: 95%;
	left: 9%;
}

.web-icon {
	position: absolute;
	color: #fff;
	font-size: 55px;
	top: -27px;
	left: 26px;
	transform: translate(-50%, -50%);
}

.circle-web {
	display: block;
	background-clip: content-box;
	animation: spin 10s linear infinite;
	height: 40px;
	width: 40px;
	position: absolute;
	margin-top: -41%;
	margin-left: 6%;
	border: 1px dashed #dde2ff;
	border-radius: 70px;
	text-align: center;
	background-color: white;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

.circle-wrapper3:active .circle-web {
	animation: spin 2s linear infinite;
}

.success3 {
	background-color: white;
	border: 2px dashed #dde2ff;
	box-shadow: 0px 10px 20px 0px #dde2ff;
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}


/*=================End-circle-on-nabber====================*/


/*=====================banner-text=================*/

.banner-paragraph {
	font-size: 22px;
	color: #828fad;
	font-family: "CircularStdMedium";
	padding-top: 22px;
}


/*================end-banner-text======================*/


/*=========baner-img-circle=============*/

.circle {
	border-radius: 50%;
	background-color: deepskyblue;
	width: 210px;
	height: 210px;
	position: absolute;
	opacity: 0;
	top: 141px;
	right: 120px;
	animation: scaleIn 4s infinite cubic-bezier(0.36, 0.11, 0.89, 0.32);
}

.banner-image {
	z-index: 2;
	padding: 5px;
	position: relative;
}

.banner-image img {
	width: 300px;
}

@keyframes scaleIn {
	from {
		transform: scale(0.5, 0.5);
		opacity: 0.5;
	}
	to {
		transform: scale(2.5, 2.5);
		opacity: 0;
	}
}


/*=========end-baner-img-circle=============*/


/*===============client-slider==========*/

.client-img img {
	opacity: 0.3;
	margin-left: auto;
	margin-right: auto;
	height: 100px;
	filter: grayscale(100%);
}

.client-img {
	background-color: white;
	border-radius: 5px;
	width: 200px;
	height: 100px;
	margin: 26px auto;
}

.client-img:hover {
	background-color: white;
/*	box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.055);*/
	border-radius: 5px;
	width: 200px;
	height: 100px;   
}
.client-img img:hover{
     opacity: 1;   
    filter: inherit;
}

.owl-carousel .owl-item .award-img {
	display: block;
	width: 70% !important;
	margin-top: -5%;
}

.owl-carousel .owl-item .award-img1 {
	display: block;
	width: 85% !important;
	margin-top: 0%;
}

.owl-carousel .owl-item img {
	display: block;
/*	width: 70% !important;*/
}


/*===============end-client-slider==========*/

.allservice-btn {
	font-size: 18px;
	font-weight: 400;
	color: #828fad;
	line-height: 34px;
	font-family: "CircularStdMedium";
}


/*===============wsps-sec============*/

.client-section-image {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/wsps.png) repeat 0 0;
	/* margin: 0; */
	background-size: cover;
	height: 870px;
	margin-left: -16%;
	width: 138%;
	/* padding-top: 100px;
	box-sizing: border-box; */
}

.container-fluid:hover .client-section-image {
	-webkit-animation: slide 125s linear infinite;
}



@-webkit-keyframes slide {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 0 -6000px;
	}
}


/*===========end-wsps-sec==============*/



/*==============mindse-sec===========*/

.client-section-images {		
	background-size: cover;	
	margin-left: -16%;
	width: 138%;
}

.container-fluid:hover > img.client-section-images {
	-webkit-animation: slide 125s linear infinite;
}
/*=============end-mindse-sec===========*/


/*============Benefits-sec==================*/

.benefit-box {
	width: 96%;
	background-color: #fff;
	padding: 30px 30px 14px;
	box-shadow: 0px 10px 20px #dde2ff7d;
	border-radius: 20px;
	margin: 23px auto;
	height: 418px;
}

.benefit-box h4 {
	font-size: 23px;
	color: #000c51;
	line-height: 33px;
	padding: 20px 0px 10px;
	font-family: "CircularStdBold";
}

.benefit-box p {
	font-size: 17px;
	line-height: 29px;
	color: #828fad;
	font-family: "CircularStdRegular";
}


/*==============end-Benefits-sec============*/


/*==============mindse-sec===========*/

.client-section-image1 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/mindset.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -10%;
	width: 138%;
}

.container-fluid:hover .client-section-image1 {
	-webkit-animation: slide 125s linear infinite;
}

/* .client-section-image1 {
	margin-left: -10%;
	width: 138%;
} */


/*=============end-mindse-sec===========*/


/*===========about-sec=================*/

.about-p p {
	color: #828fad;
	font-size: 20px;
	line-height: 38px;
	font-family: "CircularStdMedium";
	padding-top: 43px;
	padding-right: 20px;
}

.about-img1 {
	float: right;
	padding-bottom: 26px;
	width: 90%;
	margin-right: -17px;
}

.about-img2 {
	width: 119%;
	margin-left: -40px;
}

.about-img3 {
	width: 90%;
	margin: 213px auto 0px;
}


/*============end-about-sec==========*/


/*==============Settlyt-sec================*/

.client-section-image2 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/settlyt.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -10%;
	width: 138%;
}

.container-fluid:hover .client-section-image2 {
	-webkit-animation: slide 125s linear infinite;
}

/* .client-section-image2 {
	margin-left: -10%;
	width: 138%;
} */


/*==============end-Settlyt-sec================*/


/*=================features-sec===============*/

.feature-box-image {
	margin-top: 6%;
	margin-left: 11%;
	border-radius: 20px;
	width: 100%;
        display: -webkit-inline-box;
}

.feature-box-image img {
	box-shadow: 0px 0px 5px #dde2ff;
	border-radius: 20px;
}

.shadow-box {
	width: 320px;
	height: 339px;
	background-color: #f8faff;
	border-radius: 20px;
	margin-top: -409px;
	position: absolute;
	margin-left: 50px;
}


/*=============end-feature-sec===============*/


/*=============jane-sec======================*/

.client-section-image3 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/jane.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -13%;
	width: 138%;
}

.container-fluid:hover .client-section-image3 {
	-webkit-animation: slide 125s linear infinite;
}
/* 
.client-section-image3 {
	margin-left: -13%;
	width: 138%;
} */


/*=============end-jane-sec======================*/


/*============alpha-sec===================*/

.client-section-image4 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/alphamatch.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -10%;
	width: 138%;
}

.container-fluid:hover .client-section-image4 {
	-webkit-animation: slide 125s linear infinite;
}

/* .client-section-image4 {
	margin-left: -10%;
	width: 132%;
} */


/*========end-alpha-sec=============*/


/*================Partner============*/

.sap-img {
	margin-left: 29px;
	margin-top: 92px;
}

.roku-img {
	margin-left: 116px;
	margin-top: -23px;
}

.dotcms-img {
	margin: -72px 0px 0px 159px;
}

.braze-img {
	margin: 32px 0px 0px -5px;
}

.x-img {
	margin: -111px 0px 0px -43px;
}

.aws-img {
	margin: -41px 0px 0px 99px;
}


/*================end-Partner============*/


/*==========game-sec================*/

.client-section-image5 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/thatsgame.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -22%;
	width: 138%;
}

.container-fluid:hover .client-section-image5 {
	-webkit-animation: slide 125s linear infinite;
}
/* 
.client-section-image5 {
	margin-left: -22%;
	width: 146%;
} */


/*===========end-game-sec==============*/


/*=============Ideal-protein=============*/

.client-section-image6 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/idealprotein.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -13%;
	width: 138%;
}

.container-fluid:hover .client-section-image6 {
	-webkit-animation: slide 125s linear infinite;
}

/* .client-section-image6 {
	margin-left: -13%;
	width: 130%;
} */


/*===========end-Ideal-protein=============*/


/*============find-sec================*/

.trending {
	background-color: white;
	padding: 5%;
	box-shadow: 0px 40px 20px 0px #dde2ff;
	border-radius: 20px;
	width: 96%;
	margin: auto;
	margin-bottom: 62px;
}

.trending p {
	margin-top: 35px;
	font-family: "CircularStdMedium";
	color: #828fad;
	font-size: 20px;
}

.trending h5 {
	font-size: 30px;
	color: #000c51;
	font-family: "CircularStdMedium";
	line-height: 40px;
}

.trending .summary {
	font-size: 22px;
	color: #828fad;
}

.everything .trending img .image {
	display: block;
	width: 100% !important;
	margin-left: 0%;
}

.everything-bg {
	background-position: bottom;
	background-repeat: no-repeat;
}

.everything .owl-carousel .owl-item img {
	width: 100% !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 17px;
}

element.style {
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #3d5afe;
}
/*=======end-find-sec============*/


/*==========maxsold-sec==========*/

.client-section-image7 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/maxsold.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -14%;
	width: 135%;
}

.container-fluid:hover .client-section-image7 {
	-webkit-animation: slide 125s linear infinite;
}
/* 
.client-section-image7 {
	margin-left: -14%;
	width: 135%;
} */


/*=========end-maxsold-sec==========*/


/*=========dyna-sec===========*/

.client-section-image8 {
	background: transparent url(https://d2yq1wt6p3tg8m.cloudfront.net/assets/images/clients/dyna.png) repeat 0 0;
	background-size: cover;
	height: 870px;
	margin-left: -2%;
	width: 131%;
}

.container-fluid:hover .client-section-image8 {
	-webkit-animation: slide 125s linear infinite;
}

/* .client-section-image8 {
	margin-left: -2%;
	width: 131%;
} */


/*=======end-dyna-sec=========*/


/*============Powering-sec===========*/

.box {
	/* position: absolute; */
	background-color: white;
	box-shadow: 0px 5px 20px 0px #42d6fc4f;
	border-radius: 15px;
	/*    width: 22%;*/
}

.box1 {
	margin-top: 16%;
	margin-left: -2%;
	width: 350px;
	height: 150px;
	padding-top: 34px;
	padding-left: 20px;
}

.small-box {
	padding: 23%;
	border-radius: 10px;
	padding-right: 110%;
	height: auto;
}

.box1 .small-box {
	background-color: #f0fbf7;
	color: #46d39a;
}

.h3-1 {
	font-size: 26px;
	color: #46d39a;
	font-family: "CircularStdMedium";
}

.c-section1 {
	color: #48d39b !important;
	text-align: center;
	font-size: 30px !important;
	font-family: "CircularStdBold";
}

.box1 p {
	font-size: 20px;
	font-family: "CircularStdMedium";
	margin-left: 10%;
}

.download-des {
	margin-left: 9%;
	margin-top: -4%;
	width: 82%;
}

.box2 {
	margin: -9px auto 0px;
	width: 350px;
	height: 120px;
	padding: 20px 20px;
}

.box2 .small-box {
	background-color: #fff7f2;
	color: #ff9f59;
}

.h3-2 {
	font-size: 28px;
	color: #ff9f59;
	font-family: "CircularStdMedium";
}

.box2 p {
	font-size: 20px;
	font-family: "CircularStdMedium";
	margin-left: 10%;
}

.revnue-des {
	margin-left: 9%;
	margin-top: -9%;
	width: 82%;
}

.box3 {
	margin: 146px 0px 0px -44px;
	width: 450px;
	height: 200px;
	padding-top: 40px;
	padding-left: 20px;
}

.box3 .small-box {
	background-color: #eaf8ff;
	color: #50defd;
}

.h3-3 {
	font-size: 54px !important;
	color: #50defd;
	font-family: "CircularStdMedium";
}

.box3 p {
	font-size: 22px;
	font-family: "CircularStdMedium";
	margin-left: 10%;
	color: #000c51;
}

.customer-des {
	margin-left: 9%;
	margin-top: -3%;
	width: 82%;
}

.box4 {
	width: 340px;
	margin-left: 69%;
}

.box4 {
	margin-top: 16%;
	margin-left: 2%;
	position: absolute;
	width: 350px;
	height: 150px;
	padding-top: 34px;
	padding-left: 20px;
}

.box4 .small-box {
	background-color: #fef1f2;
	color: #f5808b;
}

.h3-4 {
	font-size: 26px;
	color: #f5808b;
	font-family: "CircularStdMedium";
}

.box4 p {
	font-size: 20px;
	font-family: "CircularStdMedium";
	margin-left: 10%;
}

.download-des {
	margin-left: 9%;
	margin-top: -4%;
	width: 82%;
}


/*============end-Powering-sec===========*/

.index-can-we-talk {
	padding-left: 9px;
	font-size: 18px;
	color: #000c51;
	width: 157px;
	font-family: "CircularStdMedium";
}


/*========End-Index-page=========*/
.Expertise > p{
        font-size: 20px;
    color: #828fad;
    margin-top: 24px;
    line-height: 34px;
    padding-right: 40px;
    font-family: "CircularStdMedium";
    width: 55%;
}
.Expertise h2{
        font-size: 40px;
    font-weight: 400;
    line-height: 58px;
    color: #000c51;
    font-family: "CircularStdBold";
}
ul.prepare-enterprises li{
        display: inline-block !important;
    width: 32%;
}
.our-portfolio{
	width: 51%;
    margin-bottom: 18%;
}

