.dropdowninner i{
    background-color: #086ad8;
    padding: 6px;
    border-radius: 18px;
    color: #fff;
    font-size: 12px;
}
.mobileappbanneesec{
	padding: 100px 0px;
	background: #072b83;
	/*background: linear-gradient(180deg, #094BAE, #003c80);*/
	background-image: url(../../../wp-content/img/digibg.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.mobileappheading{
	font-size: 40px;
	color: #fff;
}
.mobileappbanneesec a{
	background-color: #D46EEE;
	color: #fff;
	box-shadow: 5px 5px 20px #000000b5;
	
}
.talktobtn{
	margin-bottom: 75px;
}
.mobileappbanneesec a:hover {
	background-color: #f09c13;
	color: #fff;
}
.promotesec{
	padding:100px 0px;
}
.promotesechead h1{
	font-size: 36px;
	color: #072b83;
}
.mobilephoneform{
	margin-top: -295px;
}
.mobileform input{
	border: 1px solid #ffffff;
	border-radius: 2px;
	padding: 3px 5px;
	height: 27px;
	color: #000 !important;
	border-color: #fff !important;
	background-color: #ffffff !important;
	font-size: 14px !important;
}
.mobileform{
	width: 177px;
	position: relative;
	margin: -584px 0px 0px 233px;
	z-index: 2;
}
.mobileform button{
	background: #fff !important;
	height: auto !important;
	border-radius: 29px !important;
	border: none !important;
	color: #000 !important;
	padding: 1px 20px;
}
.mobileform textarea{
	color: #000000 !important;
	border-color: #f5f5f5 !important;
	background-color: #ffffff !important;
	font-size: 14px !important;
	padding: 0px 10px !important;
}
.buildingbg{
	background: linear-gradient(180deg, #06429a, #07015f);
	padding: 0px 0px 50px 0px;
	position: relative;
	z-index: 2;
}
.vector_circle{
	position: absolute;
	z-index: -1;
	margin-left: 15px;
	margin-top: -20px;
	width: 18%;
}
.buildingbgimg{
	position: relative;
	margin-top: -200px;
}
.mobborderbotoom{
	height: 8px;
	width: 200px;
	color: #f09c13;
	position: relative;
	background: #f09c13;
}
.buildingbg h1{
	font-size: 36px;
	color: #fff;
}
.buildingbgicons img{
	padding: 7px 12px;
	background: #fff;
	border-radius: 7px;
	box-shadow: 6px 6px 11px -2px #0000004f;
	height: 49px;
}
.custompadding{
	padding: 0px 10px;
}
.buildingbg h5{
	color: #fff;
}
.convertsec{
	padding: 100px 0px ;
}
.convercard{
	padding: 20px 15px 45px;
	text-align: center;
	box-shadow: 6px 6px 9px #cecece;
	border-radius: 12px;
}
.readmorebtn, .readmorebtn:hover{
	padding: 10px 18px;
	color: #fff;
	background: linear-gradient(180deg, #0061ce, #072b83);
	border-radius: 5px;
	box-shadow: 4px 4px 19px #989898;
}
.convertsec h1{
	font-size: 36px;
	color: #072b83;
	text-align: center;
}

.glow-on-hover {
	/*height: 50px;*/
	border: none;
	outline: none;
	color: #fff;
	background: #111;
	cursor: pointer;
	position: relative;
	z-index: 0;
	border-radius: 10px;
}

.glow-on-hover:before {
	content: '';
	background: linear-gradient(45deg, #ff0000, #ff7300, #fffb00, #48ff00, #00ffd5, #002bff, #7a00ff, #ff00c8, #ff0000);
	position: absolute;
	top: -2px;
	left:-2px;
	background-size: 400%;
	z-index: -1;
	filter: blur(5px);
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	animation: glowing 20s linear infinite;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.glow-on-hover:active {
	color: #000
}

.glow-on-hover:active:after {
	background: transparent;
}

.glow-on-hover:before {
	opacity: 1;
}

.glow-on-hover:after {
	z-index: -1;
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	left: 0;
	top: 0;
	border-radius: 10px;
}

@keyframes glowing {
	0% { background-position: 0 0; }
	50% { background-position: 400% 0; }
	100% { background-position: 0 0; }
}
.updatesec h1{
	font-size: 36px;
	color: #fff;
	text-align: left;
}
.updatesec{
	background: #072b83;
	padding: 100px 0px;
}
.updatesec h5{
	color: #fff;
}
.updatesec{
	background-image: url(../../../wp-content/img/updatedbg.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.carousualsec{
	background:#07005E;
	padding: 100px 0px;
}
.carousualsec h1{
	font-size: 36px;
	color: #fff;
}
.carousualsec .carousel-indicators {
	bottom: -75px;
}
.carousualsec p{
	color: #fff;
	font-style: italic;
}
.carousualsec .carousel-control-next, .carousualsec .carousel-control-prev {
	display: none;
}
.carousualsec .carousel-indicators li {
	width: 20px;
	height: 0px;
	border-radius: 24px;
	background: #8576E3;
}
.mobileform button:hover {
	background: #ef9926 !important;
	color: #fff !important;
}
.vector_circle2{
	width: 16%!important;
	margin-bottom: -100px;
	margin-top: -135px;
}
.bussinesssec{
	padding: 100px 0px;
}
.bussinesssec h1{
	font-size: 36px;
}
/* external css: flickity.css */

.carousel-container {
	background: #ffffff;
	padding: 50px 0px;
}

.carousel-cell {
	width: 235px;
	height: 325px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border-radius: 5px;
	counter-increment: carousel-cell;
	box-shadow: 6px 6px 12px #00000036;
}
.carousel-container:after {
	content: 'flickity';
	display: none;
	/* hide :after */
}

@media screen and ( min-width: 768px) {
	.carousel-container.no-scroll-lg:after {
		content: '';
	}
}
.flickity-button{
	display: none;
}
.mobcardbg{
	background-image: url(../../../wp-content/img/mediaq.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg1{
	background-image: url(../../../wp-content/img/healthcar.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg2{
	background-image: url(../../../wp-content/img/food.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg3{
	background-image: url(../../../wp-content/img/education.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg4{
	background-image: url(../../../wp-content/img/retail.jpg)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg5{
	background-image: url(../../../wp-content/img/trading.jpg)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg6{
	background-image: url(../../../wp-content/img/travel.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg7{
	background-image: url(../../../wp-content/img/ecom.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg8{
	background-image: url(../../../wp-content/img/it.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg9{
	background-image: url(../../../wp-content/img/fashion.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg10{
	background-image: url(../../../wp-content/img/supply.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg11{
	background-image: url(../../../wp-content/img/ind_bg2.jpg)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg12{
	background-image: url(../../../wp-content/img/education.jpg)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mobcardbg13{
	background-image: url(../../../wp-content/img/game.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.cardoverlay{
	background: #072b8361;
	height: 100%;
}
.cardoverlay h5{
	color: #fff !important;
	font-weight: bold !important;
}
.cardoverlay .cardtext{
	position: absolute;
	bottom: 15px;
	padding: 0px 15px;
	width: 100%;
	transition: .5s ease;
}
.cardoverlay:hover .cardtext{
	bottom: 43%;
}
.cardoverlay:hover{
	background: #072b83e3;
}
.highlysecbg{
	background-image: url(../../../wp-content/img/highlysecbg.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.highlysecin{
	background-color: #000000b8;
	padding: 100px 0px;
	color: #fff;

}
.highlysecin h1{
	font-size: 36px;
	color: #fff;
}
.number{
	font-weight: bold;
	font-size: 36px;
}
.proconuter{
	font-weight: bold;
}
.highlysecin a{
	background: #f09c13;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
}
.seosec{
	padding: 75px 0px;
}
.seosec h1{
	color: #07005E;
	font-size: 32px;
}
.smosec{
	background-color: #F6F1FF;
}
.seosec img{
	width: 75%;
}
.degibannersec p{
	color: #fff;
}
.generatesec{
background-image: url(../../../wp-content/img/generatesecbg.png)!important;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	padding: 75px 0px;
}
.generatesec h1{
	font-size: 32px;
	color: #fff;
}














@media only screen and (max-width: 600px){
	.mobile_view_display_none {
		display: none;
	}
	.buildingbgimg {
		margin-top: 0px;
	}
	.proconuter {
		text-align: center;
	}
}