@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Lato-Regular';
	src: url('../font/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('../font/Lato-Regular.woff') format('woff'), url('../font/Lato-Regular.ttf') format('truetype'), url('../font/Lato-Regular.svg#Lato-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
.bannerText {
	color: #fff;
	margin: 130px auto;
	width: 47%;
}
.bannerText.inner {
	margin: 0 auto;
	max-width: 800px;
	width: auto;
}
.bannerText.inner p {
	font-size: 18px;
	line-height: 32px;
	text-align: center;
}
.bannerText h1 {
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 12px;
}
.bannerText h1.node {
	color: #6abe48;
}
.bannerText h1.firebase {
	color: #ffe8a3;
}
.bannerText h1.angular {
	color: #f4585d;
}
.bannerText .angular-logo {
	width: 400px;
	height: 102px;
	background: url(../images/angular-logo.png) no-repeat;
	background-size: 100% 100%;
	display: table;
	margin: 30px auto;
}
.bannerText .firebase-logo {
	width: 392px;
	height: 121px;
	background: url(../images/firebase-logo.png) no-repeat;
	background-size: 100% 100%;
	display: table;
	margin: 30px auto;
}
.bannerText .nodejs-logo {
	width: 229px;
	height: 140px;
	background: url(../images/nodejs-logo.png) no-repeat;
	background-size: 100% 100%;
	display: table;
	margin: 30px auto;
}
.iotBanner {
	background-image: url(../images/microsoft.png);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: cover;
	background-repeat: no-repeat;
}
.blockchainBanner {
	background-image: url(../images/blockchain.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: cover;
	background-repeat: no-repeat;
}
.blockchainBanner .bannerText {
	text-align: left;
	color: #fff;
	margin: 210px 75px;
	width: 32%;
}
.blockchainBanner .bannerText p {
	text-align: left;
}
.cloudBanner {
	background-image: url(../images/cloud.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: cover;
	background-repeat: no-repeat;
}
.cloudBanner .bannerText {
	text-align: left;
	color: #fff;
	margin: 210px 75px;
	width: 32%;
}
.cloudBanner .bannerText p {
	text-align: left;
}
.iotBanner .bannerText {
	text-align: left;
	color: #fff;
	margin: 210px 75px;
	width: 32%;
}
.iotBanner .bannerText p {
	text-align: left;
}
.unityBanner {
	background-image: url(../images/games_banner.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.assuredQualityBanner {
	background-image: url(../images/testing-banner.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bannerText p {
	text-align: justify;
	margin-bottom:15px;
}
.androidBanner {
	background-image: url(../images/androidBannerDevelopement.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.androidBanner .bannerText {
	position: absolute;
	bottom: 20px;
	color: #646464;
	right: 50px;
	width: 35%;
	margin: 0px;
}
.androidBanner .bannerText h1 {
	font-family: 'Oswald-Bold' !important;
	text-align: right;
	font-size: 28px;
	font-weight: bold;
}
.iphoneBanner {
	background-image: url(../images/iphoneDevelopementBanner.jpg);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.iphoneBanner .bannerText {
	text-align: left;
	color: #646464;
	margin: 150px 0px;
	width: 35%;
}
.iphoneBanner .bannerText h1 {
	font-family: 'Oswald-Bold';
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	text-transform: none;
}
.iphoneBanner .bannerText p {
	/*font-size: 18px;*/
}
.androidBanner1 .bannerText p {
	font-family: 'Lato-Regular';
	font-size: 18px;
	text-align: right;
}
.androidGameBanner .bannerText h1 {
	font-family: 'Oswald-Bold';
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
}
.androidGameBanner .bannerText p {
	font-family: 'Lato-Regular';
	font-size: 18px;
}
.androidBox h2 {
	text-transform: uppercase;
	font-size: 34px;
	text-align: center;
	color: #0083cb;
	margin-bottom: 20px;
	font-weight: bold;
	overflow: hidden;
}
.androidBox p {
	padding-bottom: 15px;
	color: #646464;
	text-align: justify;
}
.serviceBox {
	margin-top: 10px!important;
}
.unityBanner .bannerText {
	color: #fff;
	margin: 200px auto;
	width: 47%;
}
.assuredQualityBanner .bannerText {
	color: #fff;
	margin: 200px auto;
	width: 40%;
}
.whyBox h2 {
	text-transform: uppercase;
	font-size: 30px;
	font-weight: bold;
}
.whyBox p {
	color: #646464;
}
.itemRight1 img {
	width: 330px;
}
.androidPhone .itemRight img {
	width: 420px;
}
.phpBanner {
	background-image: url(../images/web-banner.png);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.angularbg {
	background: url(../images/angular-ban-bg.jpg) no-repeat;
	background-size: cover;
}
.firebasebg {
	background: url(../images/firebase-bg.jpg) no-repeat;
	background-size: cover;
}
.nodejsbg {
	background: url(../images/nodebg-ban.jpg) no-repeat;
	background-size: cover;
}
.phpBanner .bannerText {
	color: #fff;
	margin: 190px auto;
	width: 47%;
}
.windowBanner {
	background-image: url(../images/windows-banner.png);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.windowBanner .bannerText {
	color: #fff;
	margin: 0px auto;
	width: 47%;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.windowBanner img {
	display: block;
	margin: 0px auto 25px;
}
.windowGameBanner img {
	display: none;
	margin: 0px auto 25px;
}
.androidGameBanner {
	background-image: url(../images/androidGameBanner.png);
	position: relative;
	height: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.iphoneGameBanner {
	background-image: url(../images/iphoneGameBanner.png);
}
.androidGameBanner .bannerText {
	color: #646464;
	margin: 150px 0px;
	width: 42%;
	float: right;
	position: relative;
	right: 25px;
}
.windowGameBanner {
	background-image: url(../images/windowsGamesBanner.png);
}
.windowGameBanner .bannerText {
	color: #646464;
	margin: 150px 0px;
	width: 33%;
	float: right;
	position: relative;
	right: 10px;
}
.windowGameBanner .bannerText h1 {
	text-align: right;
	line-height: 50px;
}
 @media only screen and (max-width: 1400px) {
.itemRight1 img {
	width: 280px;
}
.androidPhone .itemRight img {
	width: 340px;
}
#androidSlider .owl-pagination {
	margin-top: -35px;
}
#androidSlider .owl-pagination {
	bottom: 10px;
}
.subscribe-us h3 {
	font-size: 27px;
	letter-spacing: 1px;
}
.subscribe-us-newsletter form {
	margin: 10px 0;
}
.subscribe-us-newsletter input {
	height: 46px;
}
.subscribe-us-newsletter button {
	height: 46px;
}
.contact-us-popup h3 {
	margin-bottom: 10px;
}
.androidBanner .bannerText h1{
	font-size:24px;
}
.androidBanner .bannerText h1 + br{
	display:none;
}
.bannerText p,.androidBox p,.whyBox p,.services-more p,.aboutUs p,.procssType li,.itemBox .list li,.iphoneBanner .bannerText p {
	font-size:15px;
}
.page-container, .containerBox{
	max-width:1160px;
}
.androidBox h2{
	font-size:28px;
	margin-bottom:15px;
}
.whyBox h2{
	font-size:24px;
}
.services-more h2,.androidAppSlider h2{
	font-size:24px;
}
.leftHr::before ,.rightHr::after {
	top:15px;
}
.aboutUs h2{
	font-size:32px;
}
}
 @media(min-width:768px) and (max-width:1024px) {
.androidBox h2 {
	font-size: 26px;
}
.androidBanner .bannerText h1 {
	text-align: center;
}
.androidBox, .whyBox {
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}
.iphoneBanner {
	padding-left: 40px;
	background-position: center center;
	background-repeat: no-repeat;
}
.iphoneBanner .bannerText {
	width: 44%;
}
.androidBanner .bannerText {
	padding: 40px 20px;
	color: #fff;
	right: auto;
	width: 80%;
	margin: 0px auto;
	display: block;
	background-color: rgba(45, 45, 45, 0.69);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	clear: both;
	width: 80%;
	height: 300px;
}
.unityBanner .bannerText {
	width: 70%;
	padding: 150px 20px !important;
	z-index: 999;
	position: relative;
}
.hireBanner {
	background-size: 100% 84%;
}
.unityBanner::before {
	background-color: rgba(0, 0, 0, 0.45);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.androidGameBanner .bannerText {
	color: #646464;
	margin: 260px auto;
	width: 42%;
	float: right;
	position: relative;
	right: 47px;
}
.windowGameBanner .bannerText {
	color: #646464;
	margin: 260px auto;
	width: 30%;
	float: right;
	position: relative;
	right: 45px;
}
.androidGameBanner {
	background-size: 100% 100% !important;
}
.assuredQualityBanner .bannerText {
	color: #fff;
	margin: 0px auto;
	width: 40% !important;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
}
@media(max-width:767px) {
.whyBox, .services-more p {
	text-align: justify;
}
.whyBox h2 {
	text-align: center;
}
.bannerText p {
	text-align: justify;
}
.iphoneBanner .bannerText {
	margin: 35px 0px;
	width: 100%;
}
.androidBanner .bannerText h1 {
	font-size: 20px;
}
.androidBanner .bannerText {
	bottom: 20px;
	color: #fff;
	position: relative;
	right: auto;
	width: 100%;
	margin: 120px auto 20px;
	display: block;
	background-color: rgba(45, 45, 45, 0.69);
	padding: 40px 20px;
}
.androidBanner .bannerText h1 {
	text-align: center;
}
.androidBox {
	padding: 30px 20px;
}
.androidBox h2 {
	text-transform: uppercase;
	font-size: 20px;
	overflow: hidden;
}
.unityBanner .bannerText {
	width: 100%;
	margin: 80px auto;
}
.assuredQualityBanner .bannerText {
	color: #fff;
	margin: 60px auto;
	width: 100%
}
.unityBanner::before {
	background-color: rgba(0, 0, 0, 0.45);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.windowBanner {
	background-image: url(../images/mobileBannerWindow.png);
	background-size: cover;
	background-position: center;
}
.windowBanner .bannerText {
	color: #fff;
	margin: 80px auto 30px;
	padding: 40px 20px;
	width: 100%;
	position: relative;
	top: auto;
	left: auto;
}
.windowGameBanner img {
	display: block;
	margin-bottom: 25px;
}
.androidGameBanner:before {
	background-color: rgba(0, 0, 0, 0.45);
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}
.windowGameBanner .bannerText h1 {
	text-align: center;
	line-height: normal
}
.aboutUs {
	padding: 20px 0px 0px;
}
.aboutUs p {
	text-align: justify;
}
.circleBox p {
	text-align: center;
}
.itemBox {
	padding: 0px 0px;
}
.phpBanner {
	background-size: cover;
	background-position: center;
}
.assuredQualityBanner .bannerText h1 {
	font-size: 20px;
}
.pageName, .homeLink {
	font-size: 14px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
	.menu-icon{
		display: flex;
	}
.phpBanner .bannerText {
	color: #fff;
	margin: 320px auto;
	width: 60% !important;
}
.windowBanner .bannerText {
	color: #fff;
	margin: 0px auto;
	width: 65%;
	left: 57%;
}
.assuredQualityBanner .bannerText {
	width: 80% !important;
}
}
@media (max-width: 767px) and (min-width: 560px) {
	.menu-icon{
		display: flex;
	}
.whyBox h2 {
	font-size: 24px;
}
.phpBanner .bannerText {
	color: #fff;
	margin: 80px auto 30px;
	width: 100%;
}
.androidGameBanner .bannerText {
	color: #fff;
	margin: 60px auto 35px;
	width: 100%;
	position: relative;
	z-index: 999;
}
}
@media (max-width: 559px) {
	.menu-icon{
		display: flex;
	}
.whyBox h2, .services-more h2, .aboutUs h2 {
	font-size: 17px;
	font-weight: bold;
}
.phpBanner .bannerText {
	color: #fff;
	margin: 15px auto;
	width: 100%;
}
.androidGameBanner .bannerText {
	color: #fff;
	margin: 35px auto;
	width: 100%;
	position: relative;
	z-index: 999;
	right: 0px;
}
}
