body {
	margin: 0px;
	padding: 50px 0 0 0px;
	font-family: 'Noto Sans', sans-serif;
	overflow-x: hidden !important;
}

.wrapper {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.navigation_section,
.banner,
.about_section,
.whowe_section,
.about_sec,
.services_section,
.ser_sec,
.product_section,
.pro_sec,
.product_text,
.product_image,
.footer_section,
.ftr_sec,
.ftr_lft,
.cont,
.cont-map,
.ftr_rgt,
.footer_cpy,
.about_section,
.abt_sec,
.founder,
.founder_sec,
.mobile_dev,
.mobileapp_dev,
.mobileapp_left,
.mobileapp_right,
.ios_details,
.iosapp_lft,
.client_section,
.contact_right,
.anlyties_sec,
.iot_sectin,
.screens,
.scr,
.abou_us_main,
.privacy,
.privacy_sec,
.job_section,
.applyform,
.applyform,
.pro_section {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	text-align: center;
}


.about_sections {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin: 50px 0px 0px 0px;
	min-height: 350px;
}


.mobilej {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*navigation section start here*/
.mega-dropdown {
	position: static !important;
}

.mega-dropdown-menu {
	padding: 20px 0px;
	width: 100%;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.mega-dropdown-menu>li>ul {
	padding: 0;
	margin: 0;
}

.mega-dropdown-menu>li>ul>li {
	list-style: none;
}

.mega-dropdown-menu>li>ul>li>a {
	display: block;
	color: #222;
	padding: 3px 5px;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
	text-decoration: none;
}

.mega-dropdown-menu .dropdown-header {
	font-size: 18px;
	color: #ff3546;
	padding: 5px 60px 5px 5px;
	line-height: 30px;
}

/*.carousel-control {
	width: 30px;
	height: 30px;
	top: -35px;
}
.left.carousel-control {
	right: 30px;
	left: inherit;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
	font-size: 12px;
	background-color: #fff;
	line-height: 30px;
	text-shadow: none;
	color: #333;
	border: 1px solid #ddd;
	}*/
.navigation_section {
	background: #fff;
}

/* .navigation_link {
	margin: 0px;
	background: #fff;
	border: none;
	border-radius: 0px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	padding: 10px 0px 40px 10px;
} */

.navigation_link {
	margin: 0px;
	background: #fff;
	border: none;
	border-radius: 0px;
	/* box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19); */
	padding: 10px 0px;
}

.about_sec {
	margin: 5px 0px;
}

.about_sec h3 {
	text-align: center;
	margin-bottom: 40px;

}

.about_sec h1 {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	margin: 10px 0px 20px 0px;
	color: #005da3;
}

.about_sec p {
	text-align: center;
	font-size: 16px;
}

.services_section {
	background: #f2f2f2;
	padding: 50px 0px;
}

.ser_sec h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	color: #005da3;
}

.linee {
	display: block;
}

.ser_sec p {
	text-align: center;
	font-size: 19px;
	padding: 0 11%;
	margin: 0 0 30px 0;
}

.hovereffect {
	width: 100%;
	height: 100%;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
}

.hovereffect .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .45)));
	background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .45));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .45));
}

.hovereffect:hover .overlay {
	background-color: rgba(20, 118, 242, .6);
}

.hovereffect h2,
.hovereffect img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hovereffect img {
	display: block;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.hovereffect:hover img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.hovereffect h2 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 17px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	border: 1px solid #fff;
	margin: 50px 0 0 0;
	background-color: transparent;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	font-weight: normal;
	height: 45%;
	width: 85%;
	position: absolute;
	top: 12%;
	left: 8%;
	padding: 80px 40px;
}

.hovereffect:hover a.info {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	background-color: rgba(0, 0, 0, 0.4);
}

.whowe_section {
	margin: 30px 0px;
}

.product_section {
	margin: 30px 0px 80px 0px;
}

.pro_sec h1 {
	text-align: center;
	text-transform: uppercase;
	margin: 10px 0px 30px 0px;
	color: #005da3;
	font-family: 'Oswald', sans-serif;
}

.pro_sec p {
	text-align: center;
	font-size: 14px;
	margin: 0 0 40px 0;
}

.product_text h2 {
	text-align: center;
	margin: 0 0 13px 0;
	font-size: 28px;
}

.product_text {
	background: #fff;
	padding: 36px;
	position: relative;
	z-index: 1;
	right: -50px;
	top: 45px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.product_text p {

	margin: 0 0 10px 0;

}

.nopadding {
	padding: 0px;
}

.product_image h3 {
	margin: 0px;
}

.product_text h3 {
	text-align: right;
}

.product_text h3 a {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	;
	color: #fff;
	font-size: 16px;
	padding: 3px 8px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	text-decoration: none;
}

.csr h2 {
	text-align: center;
	color: #005da3;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}

.vijayawada-sec {
	margin-top: 0px !important;
}

.adress-sec h2 {
	margin: 0px;
	font-size: 24px;
	color: #005da3;
}

.csr p {
	text-align: center;
	font-size: 15px;
}

.footer_section {
	padding: 30px 0px;
	background: #005da3;
}

.social_links {
	margin-top: 48px;
	padding: 0px;
	text-align: center;
}

.social_links li {
	list-style: none;
	display: inline-block;
}

.social_links li a {
	color: #fff;
	font-size: 20px;
	padding: 4px 10px;
	border: 1px solid #fff;
	border-radius: 50%;
	margin: 0 4px;
}

.ftr_lft h1 {
	color: #fff;
	font-size: 22px;
	margin: 20px 0px 15px 0px;
}

.ftr_lft address {
	color: #fff;
	line-height: 21px;
}

.ftr_rgt p {
	margin: 50px 0px 0px 0px;
}

.ftr_rgt p img {
	text-align: center;
	margin: 0px auto;
}

.footer_cpy {
	background: #333;
	padding: 13px 0;
}

.footer_cpy p {
	margin: 0px;
	text-align: center;
	color: #fff;
}

.navigation_link .navbar-brand {
	padding: 6px 15px;
}

.usa {
	margin: 0 0 20px -20px;
	font-size: 24px;
	color: #005da3;
}

.bnr_caption {
	background: rgba(0, 93, 163, 0.6);
	right: 33%;
	bottom: 30%;
	padding: 23px 27px;
	left: 16%;
}

.bnr_caption h3 {
	font-weight: 500;
	text-align: left;
	font-size: 23px;
	margin: 0px 0 18px 0;
}

.bnr_caption p {
	text-align: left;
	font-size: 15px;
}

.mt-box {
	position: relative;
	margin-top: 30px;
	margin-bottom: 13px;
	padding: 0 0 0 114px;
}

.mt-box .mt-icon {
	font-size: 48px;
	position: absolute;
	top: -29px;
	left: 0;
	line-height: 1;
}

.mt-box h2 a {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	text-decoration: none;
	text-transform: uppercase;
}

.mt-box p {
	font-size: 13px;
	line-height: 18px;
	color: #777;
}

.apps {
	margin: 0px;
	padding: 0px;
}

.apps li {
	list-style: none;
	display: inline-block;
	width: 28%;
}

.apps li img {
	width: 100%;
}

.iot {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0;
	text-decoration: none;
	text-transform: uppercase;
	color: #337ab7;
}

/*
.element {
	width: 100%;
	height: 100%;
	animation: pulse 5s infinite;
}

.ball {
	position: absolute;
	border-radius: 100%;
	opacity: 0.7;
}

* {
	box-sizing: border-box;
}

.splitview {
	position: relative;
	width: 100%;
	min-height: 45vw;
	overflow: hidden;
}
.panel {
	position: absolute;
	width: 100vw;
	min-height: 45vw;
	overflow: hidden;
}
.panel .content {
	position: absolute;
	width: 100vw;
	min-height: 45vw;
	color: #FFF;
}
.panel .description {
	width: 25%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.panel img {
	box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.15);
	width: 35%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.bottom {
	background-color: rgb(44, 44, 44);
	z-index: 1;
}
.bottom .description {
	right: 5%;
}
.top {
	background-color: rgb(77, 69, 173);
	z-index: 2;
	width: 50vw;
}
.top .description {
	left: 5%;
}
.handle {
	height: 100%;
	position: absolute;
	display: block;
	background-color: rgb(253, 171, 0);
	width: 5px;
	top: 0;
	left: 50%;
	z-index: 3;
}
.skewed .handle {
	top: 50%;
	transform: rotate(30deg) translateY(-50%);
	height: 200%;
	-webkit-transform-origin: top;
	-moz-transform-origin: top;
	transform-origin: top;
}
.skewed .top {
	transform: skew(-30deg);
	margin-left: -1000px;
	width: calc(50vw + 1000px);
}
.skewed .top .content {
	transform: skew(30deg);
	margin-left: 1000px;
}
 @media (max-width: 900px) {
body {
	font-size: 75%;
}
}
*/
/***********************about us page*****************/
.banner img {
	width: 100%;
}

.abt_sec h1 {
	text-align: center;
	font-size: 18px;
}

.abt_title {
	border: 1px solid #000;
	padding: 4px 10px;
	text-transform: uppercase;
}

.about_section {
	margin: 50px 0px 0px 0px;
	min-height: 200px;
}

.abt_sec h4 {
	text-align: center;
	padding: 0 23%;
	margin: 10px 0;
	color: #4a494e;
	font-size: 25px;
	line-height: 32px;
}

.founder {
	background: #f2f2f2;
	padding: 30px 0px 50px 0px;
}

.founder_sec h1 {
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	color: #005da3;
}

.founder_sec p {
	text-align: center;
	font-size: 16px;
	margin: 0 0 40px 0;
}

.founder_memer {
	margin: 0px;
	padding: 0px;
}

.founder_memer li {
	list-style: none;
	display: inline-block;
	width: 45%;
	text-align: center;
	margin: 0 0 0 4%;
}

.founder_memer h2 {
	margin: 12px 0px;
	font-size: 21px;
	font-weight: 600;
}

.founder_memer h5 {
	font-size: 15px;
	color: #8e8383;
	margin: 0 0px 10px 0;
}

.abt_link li a {
	color: #807777;
	border: none;
	padding: 4px 2px;
}

.abt_link li {
	width: auto;
	display: inline-block;
}

.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** services *****/
/*---------------*/
figure.effect-moses {
	background: -webkit-linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
	background: linear-gradient(-45deg, #EC65B7 0%, #05E0D8 100%);
}

figure.effect-moses img {
	opacity: 0.85;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-moses h2,
figure.effect-moses p {
	padding: 20px;
	width: 50%;
	height: 50%;
	border: 2px solid #fff;
}

figure.effect-moses h2 {
	padding: 20px;
	width: 50%;
	height: 50%;
	text-align: left;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(10px, 10px, 0);
	transform: translate3d(10px, 10px, 0);
}

figure.effect-moses p {
	float: right;
	padding: 20px;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

figure.effect-moses:hover h2 {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-moses:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

figure.effect-moses:hover img {
	opacity: 0.6;
}

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
	background: linear-gradient(-45deg, #f3cf3f 0%, #f33f58 100%);
}

figure.effect-jazz img {
	opacity: 0.9;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
	padding-top: 26%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-jazz p {
	padding: 0.5em 2em;
	text-transform: none;
	font-size: 0.85em;
	opacity: 0;
}

figure.effect-jazz:hover img {
	opacity: 0.7;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/*mobileapp*/
.mobileapp_sec h4 {
	text-align: center;


	margin: 66px 0 0 0;
	font-family: 'Oswald', sans-serif;
	color: #005da3;
	font-size: 28px;
	line-height: 39px;
}

.mobileapp_sec p {

	text-align: center;
	font-size: 17px;
}

figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}

figure.effect-sadie h2 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	background-color: rgba(20, 118, 242, .6);
}

.mobilegrid {
	max-width: inherit;
	width: 100%;
	float: left;
	padding: 0px;
}

.mobilegrid figure {
	width: 33.3%;
	margin: 10px 0%;
}

.mobileapp_founder {
	background: none;
	padding: 30px 0px 0px 0px;
}

/*******************************
* Does not work properly if "in" is added after "collapse".
* Get free snippets on bootpen.com
*******************************/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
}

.panel-default>.panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121;
	background-color: #FAFAFA;
	border-color: #EEEEEE;
}

.panel-title {
	font-size: 14px !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: left !important;
	line-height: 18px !important;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #EEEEEE;
}

/*.demo {
    padding-top: 60px;
    padding-bottom: 60px;
    }*/
.dividerline {
	border-top: 1px solid #dadada;
	height: 1px;
	padding: 10px 0;
	margin: 10px 0px 0px;
}

.apps_details li {
	font-size: 18px;
	list-style: none;
}

.ios_user {
	color: #005da3;
	font-size: 23px;
	vertical-align: middle;
	margin: 0 9px 0 0px;
}

.mobile_dev {
	padding: 30px;
	background: url(../images/mobileapp_bg.jpg) 50%/cover no-repeat;
}

.mobileapp_left h1 {
	font-size: 24px;
	text-align: left;
	line-height: 30px;
	color: #fff;
}

.mobileapp_right h3 a {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	color: #fff;
	font-size: 16px;
	padding: 8px 31px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	text-decoration: none;
}

.mobileapp_right h3 {
	text-align: center;
}

.ios_details h4 {
	text-align: left;
	padding: 0;
}

.ios_details p {
	text-align: left;
}

.ios_details {
	margin: 30px 0px 0px 0px;
}

.iosapp_lft {
	background-color: #fff;
	background-size: cover;
	webkit-box-shadow: 0 9px 19px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 9px 19px 0 rgba(0, 0, 0, .1);
	color: #323232;
}

.iosapp_lft h1 {
	margin: 0px;
	padding: 0px;
}

.iosapp_lft h2 {
	padding: 0 10px;
	margin: 23px 0 12px 0;
	font-size: 16px;
	font-weight: 600;
}

.iosapp_lft p {
	margin: 0 0px 29px;
	text-align: left;
	font-size: 15px;
	padding: 0 10px;
}

.client li {
	list-style: none;
	display: inline-block;
	margin: 0 0 10px 8px;
	min-height: 90px;
	min-height: 90px;
	border: 1px solid #d0d0d0;
	width: 19%;
	text-align: center;
	padding: 18px 10px;
}

.client li img {
	display: block;
	max-width: 100%;
	height: auto;
	text-align: center;
	margin: 0px auto;
	transition: transform .2s;
}

.client li img:hover {
	-ms-transform: scale(1.2);
	/* IE 9 */
	-webkit-transform: scale(1.2);
	/* Safari 3-8 */
	transform: scale(1.2);
}

.contactform input,
.contactform textare {
	border-radius: 0px;
	margin: 0;
}

.contact_left .form-group {
	min-height: 58px;
}

.submitbtn {
	background: #b30706;
	color: #fff;
	font-size: 16px;
	padding: 6px 18px;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	text-decoration: none;
	border: navajowhite;
}

.contact_left h1 {
	margin: 0px 0px 20px 0px;
	font-size: 22px;

	color: #005da5;
	font-family: 'Oswald', sans-serif;
}

.address-section {
	font-size: 15px;
	line-height: 22px;
	margin: 22px 0 0 0;
	padding: 0px 20px;
}

.address-section a {
	text-decoration: none;
}

.anlyties_sec h1 {
	margin: 0px;
}

.anlyties_sec h1 i {
	margin: 0px;
	font-size: 38px;
	color: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	;
}

.anlyties_sec h2 {
	font-size: 30px;
	font-weight: 600;
}

.anlyties_sec p {
	margin: 0 0 10px;
	font-size: 15px;
}

.anlyties_sec.analy_lft {
	border-right: 1px solid #b9b7b7;
	border-bottom: 1px solid #b9b7b7;
}

.anlyties_sec.analy_rgt {
	border-bottom: 1px solid #b9b7b7;
}

.anlyties_sec {
	padding: 20px 40px;
}

.anlyties_sec.analyr_rgt {
	border-right: 1px solid #b9b7b7;
}

.iot_wat {
	background: #f2f2f2;
	margin: 0px;
	padding: 50px 0px;
}

.iot_box {
	padding: 0 0 0 74px;
}

.iot_icn {
	left: 10px;
}

.iot_icn i {
	font-size: 19px;
	background: #005da3;
	color: #fff;
	padding: 10px 10px;
	border-radius: 50%;
}

.iot_sectin h4 {
	margin: 0px;
}

.iot_box p {
	font-size: 15px;
	line-height: 21px;
	color: #696969;
}

.iot_box h2 {
	font-size: 23px;
}

.iot_services {
	box-shadow: none;
	text-align: center;
}

.iot_services h1 img {
	display: -webkit-inline-box;
}

.iot_bg {
	background: #005da3;
}

.iot_bg i {
	background: #fff;
	color: #005da3;
}

.iot-text p,
.iot-text h2,
.iot-text h4 {
	color: #fff;
}

.iot_text_sec p {
	color: #000;
	text-align: left;
}

.iot_text_sec h4 {
	text-align: left;
	padding: 0;
	margin: 0px;
	color: #000;
}

.iot_secimg img {
	width: 80%;
}

.apps_details {
	padding: 0px;
}

.client {
	margin: 0px;
	padding: 0px;
}

.qu {
	text-align: center;
	color: #4a494e;
}

.quo {
	text-align: center;
	color: #4a494e;
	margin-bottom: 30px;
}

.backs {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
}

.banner_new {
	width: 100%;
	float: left;
	/* background: url(../images/banner1.png); */
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	height: 550px;
	background-size: cover;
	z-index: 1001;
	position: relative;
	/* background: #005da3; */
}

.vegga_phone img {
	margin: auto;
	padding-top: 19%;
}

.vegga_phone_content {
	width: 63%;
	float: left;
	margin: 20% 0 0 23%;
}

.abou_us_main {
	margin: 0px 0px 20px 0px;
}

.abt {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

.thank {
	line-height: 32px;
	margin: 30px auto 0px auto;
	width: 800px;
}

.mob {
	color: #337ab7;
	font-weight: 600;
}

.pri_title {
	color: #005da3;
	font-weight: 600;
}

.privacy_body h3 {
	font-size: 15px;
	color: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	;
	font-weight: 600;
	line-height: 19px;
	margin: 0 0 7px 0;
}

.privacy_sec p {
	margin: 0 0 10px;
	font-size: 18px;
}

.privacy_sec p a {
	cursor: pointer;
	text-decoration: none;
	color: #005da3;
	font-weight: 600;
}

.privacy_body {
	max-height: 350px;
	overflow: auto;
}

/************************************mobile page app stat here**********************/
.winga_section,
.mobile_sec,
.app_left,
.app-symbol,
.our_servicespage,
.main_service,
.ser_left,
.process_main,
.process_section,
.process_part,
.process_img,
.process_text {
	width: 100%;
	height: auto;
	float: left;
	margin: 0px;
	padding: 0px;
}

/* .winga_bg {
    margin: 0;
    border-color: #00B285;
    border-style: solid;
    border-width: 2px 1347px;
    border-top: 90px solid transparent;
    border-left: 0px solid transparent;
    height: 0;
    float: left;
    width: 100%;
  }*/
.winga_bg {
	margin: -90px 0 0 0;
	border-color: #00B285;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
	position: relative;
}

.winga_bg1 {
	margin: -90px 0px 0px 0px;
	border-color: #3463B8;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
}

.winga_bg2 {
	margin: -90px 0px 0px 0px;
	border-color: #ffbd00;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
}

/* .winga_bg3 {
	margin: -90px 0px 0px 0px;
	border-color: #ffffff;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
} */

.winga_bg4 {
	margin: -90px 0px 0px 0px;
	border-color: #3463B8;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}

.winga_bg6 {
	margin: -90px 0px 0px 0px;
	border-color: #3463B8;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
}

.winga_bg7 {
	margin: -90px 0px 0px 0px;
	border-color: #616161;
	border-style: solid;
	border-width: 2px 98vw;
	border-top: 90px solid transparent;
	border-left: 0px solid transparent;
	height: 0;
	float: left;
	width: 100%;
}

.app_left {
	min-height: 600px;
	position: relative;
	z-index: 999;
}

.app_left p {
	color: #fff;
	font-size: 18px;
}


.mobile_sec {
	background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
	padding: 0px;

}

.mobile_sec1 {
	background-image: linear-gradient(to bottom, #3463B8 0, #183481 100%);
	padding: 0px;
}

.mobile_sec2 {
	padding: 0px;
	/*	background-image: linear-gradient(to bottom, #f3c25a 0, #f3bf58 6%, #f7ac4a 25%, #f3a141 39%, #f36b1c 100%);*/
	background-image: linear-gradient(18deg, #ffbd00, #ffbd00);
}

.mobile_sec3 {
	background: #7450fe;
	padding: 18px 0px 90px 0;
	position: relative;
	z-index: 99999999999999999;
}

/* linear-gradient(90deg,#901ec1 2%,#7450fe 82%) */

.mobile_sec4 {
	padding: 0px;
	background-image: linear-gradient(to bottom, #3463B8 0, #183481 100%);
	position: relative;
	z-index: 999;
}

.mobile_sec6 {
	padding: 0px;
	background-image: linear-gradient(to bottom, #3463B8 0, #183481 100%);
	/*background-image: linear-gradient(to bottom,#FE5F5F 0,#851402 100%);*/
}

.mobile_sec7 {
	padding: 0px;
	background-image: linear-gradient(to bottom, #616161 0, #000 100%);
}

.img_bg {
	background-image: url(../images/10.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 138px;
	z-index: 999;
	position: relative;
}

.img_bg1 {
	background-image: url(../images/12.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 138px;
	z-index: 999;
	position: relative;
}

.img_bg2 {
	background-image: url(../images/9.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 138px;
	z-index: 999;
	position: relative;
}

.img_bg6 {
	background-image: url(../images/11.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 138px;
	z-index: 999;
	position: relative;
}

.img_bg7 {
	background-image: url(../images/8.png);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center 138px;
	z-index: 999;
	position: relative;
}

/* .ios {
	width: 100%;
	height: 472px;
	margin: 0;
	position: fixed;
	left: 0px;
	top: 90px;
	z-index: 1;
} */

.ios {
    width: 100%;
    height: 472px;
    margin: 0;
    position: fixed;
    left: 0px;
    top: 90px;
    z-index: 1;
    pointer-events: none;
}

a {
    position: relative;
    z-index: 2;
}

.app_icons {
	margin: 87px 0 0 0;
	padding: 0px;
	text-align: center;
}

.app_icons li {
	list-style: none;
	display: block;
}

.app_icons li img {
	width: 60%;
	margin: 0 auto 38px auto;
}

.app_left h1 {
	margin: 0 0 23px 0;
	font-size: 31px;
	font-weight: 600;
	color: #fff;
	line-height: 36px;
}

.app_text {
	margin-top: 80px;
}

.ser_left {
	text-align: center;
}

.main_service h1,
.process_section h1 {
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	margin: 20px 0 30px 0;
	color: #989898;
	font-family: 'Oswald', sans-serif;
}

.main_service h1 span,
.process_section h1 span {
	color: #f6a623;
}

.ser_left h1 {
	margin: 0 0 30px 0;
}

.ser_left h1 img {
	display: -webkit-inline-box;
}

.ser_left h3 {
	font-size: 31px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0px;
	color: #1357a3;
}

.main_service {
	margin: 50px 0px;
}

.process_part {
	background: rgba(255, 255, 255, .4);
	box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, .1);
	margin: 0 0px 5rem;
	padding: 23px 50px;
	border-radius: 9px;
}

.process_part h1 {
	text-align: center;
	background: #315db2;
	border-radius: 50%;
	padding: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 0;
}

.process_part h1 img {
	width: 44%;
	display: inline-block;
}

.process_text h2 {
	margin: 8px 0 10px 0;
	text-align: center;
	font-size: 30px;
	font-weight: 500;
}

.process_text p {
	color: #fff;
	font-size: 18px;
}

.mobile_img {
	display: -webkit-inline-box;
	text-align: center;
	margin: 0% 0 0 0;
}

.wing_sec,
.keysec,
.mobile_dev,
.footer_section,
.footer_cpy,
.app_left {
	position: relative;
	z-index: 999;
}

.about_section.wing_sec {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin: 0px;
}

.about_section.keysec {
	background: #f2f2f2;
	margin-top: 0px;

}

/*jobs portal start here*/

@media only screen and (max-width: 800px) {

	/* Force table to not be like tables anymore */
	#no-more-tables table,
	#no-more-tables thead,
	#no-more-tables tbody,
	#no-more-tables th,
	#no-more-tables td,
	#no-more-tables tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	#no-more-tables tr {
		border: 1px solid #ccc;
	}

	#no-more-tables td {
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%;
		white-space: normal;
		text-align: left;
	}

	#no-more-tables td:before {
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
		text-align: left;
		font-weight: bold;
	}

	/*
	Label the data
	*/
	#no-more-tables td:before {
		content: attr(data-title);
	}
}

.job_section h1 {
	margin: 0 0 18px 0;
	font-size: 26px;
	color: #005da5;
	font-family: 'Oswald', sans-serif;

}

.job_section ul {
	margin: 0px;
	padding: 0px;
}

.job_section li {
	list-style: none;
	display: inline-block;
	margin: 0px 18px 3px 0px;
}

.job_section h3 {
	font-size: 18px;
	margin: 14px 0;
	color: #ff9046;
}

.applyform {
	background: #f2f2f2;
	padding: 36px 36px;

}

.about-vision h2 {
	text-align: left;
	font-size: 24px;
	font-family: 'Oswald', sans-serif;
}

.about-vision p {
	text-align: left;
	font-weight: 500;
}

.about-vision {
	top: 4px;
}

.about-vision {
	background: #f2f2f2;

}

.csr h2 {
	font-size: 28px;
	text-align: center;
}

.csr p {
	font-size: 18px;
	text-align: center;
	padding: 12px 0px;
	color: #000;
	font-weight: 500;
}

.scr {
	margin-top: 36px;
	background-image: url("../images/csr.jpg");
}

.contact {
	text-align: center;
	margin: 42px 0 0 0;
}

.cont {
	margin: -57px 0 0 0;
}

.icon {

	font-size: 30px;
	color: #005da3;
}

.bnr_caption h2 {
	text-align: left;
	margin: 0px 0px 10px 0px;
}

.contact_left {
	background: #ffffff;
	padding: 18px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.cont-map {
	margin-top: 30px;
	margin-bottom: 30px;
}

.frm-link {
	margin: 0px;
}

.abtwinny {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
	width: 100%;
}

.patro {
	margin: 0px 0px;
	padding: 20px 0px;
	float: left;
	width: 100%;
}

.patro img {
	margin: auto;
	padding: 0px 0px;
	border-radius: 50%;
	text-align: center;
	display: block;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);
}

.patro h4 {
	margin: 0px 0px;
	padding: 10px 0px;
	font-size: 16px;
	text-align: center;
}

.patro p {
	font-size: 18px;
	text-align: center;
	padding: 12px 0px;
	color: #000;
	font-weight: 500;
	line-height: 1.8em;
	margin-top: 30px;
}

.patro h4 a {
	background: #f60;
	color: #fff;
	font-size: 16px;
	padding: 3px 8px;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
	text-decoration: none;
}

.win {
	width: 100%;
	float: left;
	margin: 50px 0;
}

.win p {
	font-size: 16px;
	text-align: justify;
}

.team-box {
	box-shadow: 0 0px 50px rgba(89, 69, 230, .12);
	padding: 50px 10px;
}

.team-img img {
	margin: auto;
	padding: 0px 0px;

	text-align: center;
	display: block;
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.16);

}

.team-title h3 {
	font-size: 15px;
	font-weight: 600;

}

.team-title p {
	line-height: 22px;
	min-height: 154px;
}

.gr_btn {

	border-radius: 50px;
	letter-spacing: 1px;
	background: #fff;
	padding: 14px 30px 14px;
	border: 1px solid #f4f4f4;
	box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.20);
	color: #5b65bd;
	font-weight: 500;
	text-decoration: none;
}

.kss {
	margin-top: 15px;
}

.contss {
	padding-top: 150px;
	color: white;
}

@media only screen and (min-width: 50px) and (max-width: 767px) {
	.kss {
		display: none;
	}

	.contss {
		padding-top: 110px;
		color: white;
	}

	.contsss {
		padding-bottom: 110px;
		padding-top: 100px;

	}
}

html {
	scroll-behavior: smooth;
}


.bread {
	background: rgba(0, 0, 0, 0) linear-gradient(to right, #b30706 50%, #3399ff 100%);
	height: 250px;
}

.breadtext {
	padding-top: 100px;
	color: white;
	font-weight: bold;
	font-size: 50px;
	text-align: center;
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: #B30706;
	background-image: none;
	border-radius: 4px;
	color: white;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #B30706;
	color: white;
}

.navbar-default .navbar-toggle {
	border-color: white;
	color: white;
}

/* modifed for call-icon fixed */

.icon-right{
	position: fixed;
    right: 22px;
	bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: right;
    padding: 0 5px;
    position: fixed;
    right: 60px;
    -webkit-transform: translateX(36px);
    transform: translateX(36px);
    transition: all .5s ease;
    z-index: 100000;
}

.icon-right .call-icon{
	text-decoration: none;
}

.maillinks{
	color: #333;
}