﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&amp;display=swap');
* {
	box-sizing: border-box;
	outline: none !important;
	letter-spacing: 0;
}
a, a:hover {
	color: #1DB954;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.mdl {
	display: table;
	width: 100%;
	height: 100%;
}
.mdl_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
}
p, li  {
	font-size: 22px;
    line-height: 32px;
}
/*body, html {
	width: 100%;
	height: 100vh
}*/
.custom-cursor, .custom-cursor-dot {
    position:fixed; z-index:999; top:0; left:0;
    transform:translate(-50%, -50%);
    pointer-events:none; opacity:0;
}
.custom-cursor {width:40px; height:40px; border:2px solid #1DB954; border-radius:100%;}
.custom-cursor-dot {width:5px; height:5px; border-radius:100%; background-color:#1DB954;}
body {
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
}
body.HiddenScroll {
	overflow: hidden;
}
body::-webkit-scrollbar {
  width: 10px;
  cursor: pointer;
}
body::-webkit-scrollbar-track {
  background: #FFFFFF99;
}
body::-webkit-scrollbar-thumb {
  background: #18171D;
}
body::-webkit-scrollbar-thumb:hover {
  background: #18171d7e;
}
.ContainerCustom {
	max-width: 1480px;
}
section, header, footer {
	float: left;
	width: 100%;
}
header {
	width: 100% !important;
	position: absolute;
	padding: 15px 0 10px;
	z-index: 11;
	transition: all 0.3s ease;
}
header.HeaderHome {
	margin-top: 44px;
}
header.uk-active {
	background: #ffffff;
	box-shadow: 0px 3px 50px #00000029;
	border-bottom: solid 1px #ffffff; 
}
header ~ .uk-sticky-placeholder {
	display: none !important;
	height: 0 !important;
}
.logo {
	float: left;
	/*width: 140px;*/
	width: 170px;
	position: relative;
	z-index: 2;
}
.logo img {
	width: 100%;
	transition: all 0.3s ease;
}
.logowhite {
	opacity: 1;
}
.logoblack {
	position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.uk-active .logoblack {
    opacity: 1;
}
.uk-active  .logowhite {
    opacity: 0;
}
.mjunoonLogo {
	float: right;
	width: 50px;
	position: relative;
	z-index: 2;
}
.mjunoonLogo img {
	width: 100%;
	transition: all 0.3s ease;
}
.MainMenu {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-right: 10px;
}
.MainMenu>li {
	float: left;
	margin: 0 10px;
	padding: 0 10px;
}
.MainMenu>li>a {
	float: left;
	/*font-size: 14px;*/
	font-size: 18px;
	font-weight:600;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	padding: 9px 0px;;
    /*line-height: 20px;*/
    line-height: 28px;
    position: relative;
	z-index: 2;
	transition: all 0.3s ease;
}
.uk-active .MainMenu>li>a {
	color: #000000;
}
.MainMenu>li>a svg {
	width: 20px;
	transition: all 0.3s ease;
}
.MainMenu>li.active>a {
	color: #39FF40;
}
.MainMenu>li:hover>a {
	color: #39FF40;
} 
.MainMenu>li:hover>a svg {
	transform: rotate(-180deg);
}
.uk-active .MainMenu>li.active>a {
	color: #1DB954;
}
.uk-active .MainMenu>li:hover>a {
	color: #1DB954;
} 
.uk-active .MainMenu>li:hover>a svg {
	transform: rotate(-180deg);
}
.uk-width-1-2.uk-first-column p {
  font-size: 15px;
  line-height: 1.2em;
  color:#fff}

.SubMenuSec {
	position: absolute;
	left: 0;
	top: -600px;;
	width: 100%;
	background-image: url(../images/bg_menu.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 600px;
	/*display: none;*/
	padding-top: 150px;
	padding: 150px 120px 0;
	transition: all 0.6s ease;
}
.MainMenu>li:hover .SubMenuSec {
	top: 0;
}
.uk-active .SubMenuSec {
	background-position: 0 74px;
}
.SubMenuSec .MenuNav {
    float: left;
    width: 41.6666%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}
.MenuNav li {
    float: left;
    width: 100%;
}
.MenuNav li a {
    float: left;
   /* width: 100%;*/
	font-size: 60px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 65px;
    transition: all 0.3s ease;
}
.MenuNav li a:hover, .MenuNav li a.active {
	background: url(../images/textgradiant.png);
	background-size: 100% 100%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.MenuNav svg.ArrowMove {
	position: absolute;
	left: -40px;
    width: 25px;
    height: 43px;
    color: #00E8E7;
    transition: all 0.3s ease;
    top: 10px;
}
.MenuNav svg.ArrowPosition1 {
	top: 10px;
}
.MenuNav svg.ArrowPosition2 {
	top: 75px;
}
.MenuNav svg.ArrowPosition3 {
	top: 140px;
}
.MenuNav svg.ArrowPosition4 {
	top: 205px;
}
.MenuNav svg.ArrowPosition5 {
	top: 270px;
}

.MenuListBox {
	float: left;
	width: 100%;
}
.ListSecA {
	float: left;
	width: 33.3333%;
	padding-right: 40px;
}
.MenuList {
	float: left;
	margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    margin-bottom: 15px;
}
.MenuList li {
	float: left;
	width: 100%;
}
.MenuList li a {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	color: #ffffff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	text-decoration: none;
	padding-left: 50px;
	transition: all 0.3s ease;
}
.MenuList li a:hover strong {
	color: #39FF40;
}
.MenuList li img {
	float: left;
	margin-left: -50px;
	width: 40px;
	margin-top: 2px;
}
.MenuList li {
	padding-left: 0px;
}
.MenuList li h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 26px;
	color: #ffffff;
	position: relative;
	float: left;
	text-transform: uppercase;
}
.MenuList li h4:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #ffffff;
	content: '';
}
.MenuList li a strong {
	float: left;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.MenuList li a span {
	float: left;
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}
.MenuListLogo li img {
	margin-left: 0;
    max-width: 150px;
}
.MenuList li p {
	float: left;
	margin: 0 0 1px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}
.MenuListImg {
	float: right;
	width: 196px;
	height: 240px;
	padding: 10px 15px 0 0;
	margin-right: -60px;
	background: url(../images/gradient_menu_mobility.png);
	background-size: 100% 100%;
}
.OttList .MenuListImg {
	background: url(../images/gradient_menu_ott.png);
	background-size: 100% 100%;
}
.ProductList .MenuListImg {
	background: url(../images/gradient_menu_products.jpg);
	background-size: 100% 100%;
}

.MenuListImg img {
	width: 210px;
	float: right;
	max-width: inherit;
}
.topSocialIcons {
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	z-index: 2;
}
.topSocialIcons p {
	float: left;
	transform: rotate(90deg);
    margin: 0;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
}
.topSocialIcons ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 40px;
    /*margin-top: 50px;*/
    margin-left: 10px;
}
.topSocialIcons ul li {
	float: left;
	width: 100%;
	text-align: center;
	height: 30px;
	margin-bottom: 30px;
}
.topSocialIcons ul li a {
	float: left;
	width: 40px;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.topSocialIcons ul li a svg {
	width: 26px;
	transition: all 0.3s ease;

}
.topSocialIcons ul li a:hover {
	color: #B7FBCA;
}
.topSocialIcons ul li a:hover svg {
	width: 40px;
	transform: translateY(-7px);
}
.HomeHeader {
	width: 100%;
	height: 100%;
	background-color: #000000;
	/*background-image: url(../images/headerbg.png);*/
	/*background-repeat: no-repeat;
	background-size: cover;*/
	position: relative;
	min-height: 650px;
	overflow: hidden;
}
@keyframes headerZoom {
    0% {transform: translate(-50%, -50%) scale(1);}
    50% {transform: translate(-50%, -50%) scale(1.3);}
    100% {transform: translate(-50%, -50%) scale(1);}
}

.headerimagezoom {
	position: absolute;
    width: 100%;
    height: 100%;
	top: 50%;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%) scale(1.3);
    animation: headerZoom 20s;
    animation-iteration-count: infinite; 
}
.headerimagezoom.nozoom {
	animation: none;
	transform: translate(0) scale(1);
    top: 0;
    left: 0;
}
/*.HomeHeader .loadbg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
	background: #000000;
}*/
.HomeHeader .uk-container {
	position: relative;
}
.HomeHeader p {
	float: left;
	width: 100%;
	margin: 0;
	color: #FFFFFF;
	font-size: 30px;
    line-height: 40px;
	text-transform: uppercase;
}
.HomeHeader .heading {
	float: left;
	width: 100%;
	margin: 10px 0 20px;
	color: #FFFFFF;
	font-size: 80px;
    line-height: 95px;
	text-transform: uppercase;
	font-weight: 900;
}
.HomeHeader .heading span {
	float: left;
	height: 105px;
	position: relative;
}
.HomeHeader .heading> span:before {
	position: absolute;
	left: 0;
	bottom: 7px;
	content: '';
	width: 100%;
	height: 4px;
	background: #B7FBCA;
}
.HomeHeader .heading strong {
	float: left;
	width: 100%;
}
.BtnWithArrow {
	float: left;
	text-decoration: none;
	width: auto;
    height: 66px;
	border-radius: 40px;
	color: #FFFFFF;
	text-align: center;
	/*line-height: 46px;*/
	line-height: 62px;
	/*transition: all 0.3s ease;*/
	/*font-size: 20px;*/
	font-size: 22px;
	font-weight: 400;
	background: #B7FBCA;
	border: 2px solid transparent;
	color: #2C2C2C;
	padding: 0 20px 0 30px;
}
.BtnWithArrow:hover {
	background: none;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}
.BtnWithArrow svg {
	width: 30px;
	margin-left: 5px;
}
.BtnWithIcon {
	float: left;
	font-size: 30px;
	line-height: 40px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 10px;
	/*transition: all 0.3s ease;*/
	text-decoration: none;
}
.BtnWithIcon svg {
	width: 42px;
	margin-right: 15px;
	transition: all 0.3s ease;
	float: left;
	margin-top: -2px;
}
.BtnWithIcon:hover {
	text-decoration: none;
	color: #B7FBCA;
}
.BtnWithIcon:hover svg {
	width: 34px;
	margin-top: 3px;
}
.BtnWithIcon span {
	float: left;
	position: relative;
}
.BtnWithIcon span:before {
	position: absolute;
	left: 0;
	bottom: -2px;
	content: '';
	width: 0;
	height: 2px;
	background: #B7FBCA;
	transition: all 0.3s ease;
}
.BtnWithIcon:hover span:before {
	width: 100%;
}
.HomeBtm {
	float: left;
	width: 100%;
	position: relative;
}
.isoCertified {
	position: absolute;
	left: 0px;
	bottom: 38px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	width: 100%;
	max-width: 180px;
    text-transform: uppercase;
}
.googlePartner {
	position: absolute;
	right: 0px;
	bottom: 35px;
	width: 148px;
}
.expertiseSec {
	padding-top: 110px;
	background-image: url(../images/expertisebg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	z-index: 1;
}
.howCanHelp {
	float: left;
	width: 100%;
	padding-bottom: 70px;
}
.howCanHelp p {
	float: left;
	font-size: 42px;
	line-height: 48px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0;
}
.howCanHelp a {
	float: right;
	font-size: 26px;
	line-height: 34px;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-top: 6px;
	color: #FFFFFF;
	margin-right: 115px;
}
.howCanHelp a~ a {
	margin-right: 50px;
}
.howCanHelp a:hover {
	text-decoration: none;
	color: #FFE05C;
}
.howCanHelp a svg {
	margin-right: 5px;
	width: 30px;
}
.expertiseContainer {
	float: left;
	width: 100%;
	position: relative;
	min-height: 300px;
	padding: 70px 0;
	margin-bottom: -120px;
}
.expertiseBG {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #18171D;
    -webkit-clip-path: polygon(94% 0,100% 8%,100% 100%,0 100%,0% 50%,0 0);
    clip-path: polygon(94% 0,100% 8%,100% 100%,0 100%,0% 50%,0 0);
    box-shadow: 10px 10px 75px #0000001A;
}
.expertiseBG .imgNum {
	top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.expertiseBG .imgNum.active{
	opacity: .1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.expertiseContainer .heading {
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	font-size: 40px;
    line-height: 48px;
	text-transform: uppercase;
}
.expertiseWrap {
	position: relative;
	float: left;
	width: 100%;
	padding-right: 40px;
}
.expertiseBox {
	float: left;
	width: 100%;
	padding: 40px 40px 20px 0;
	border-bottom: solid 1px #2C2C2C;
	color: #FFFFFF;
	transition: all 0.3s ease;
	position: relative;
}
.expertiseBox:before {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	content: '';
	background: #FFFFFF;
	transition: all 0.3s ease;
}
.expertiseBox:hover:before {
	height: 100%;
}
.expertiseBox:hover {
	padding: 40px 20px 20px 20px;
}
.expertiseBox .subheading {
	position: relative;
	float: left;
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.expertiseBox:hover .subheading {
	color: #1DB954;
}
.expertiseBox p {
	position: relative;
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	/*max-width: 200px;*/
	margin-top: 0;
	height: 90px;
    margin-bottom: 30px;
    overflow: hidden;
    letter-spacing: .5px;
}
.expertiseBox:hover p {
	color: #000000;
}
.expertiseBox a {
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	text-decoration: none;
}
.expertiseBox:hover a {
	color: #000000;
	text-decoration: none;
}
.expertiseBox:hover a svg {
	color: #1DB954;
}
.TechCompanySec {
	padding: 250px 0 70px;
	background-color: #000000;
	background-size: 100% auto;
	background-position: center top;
    background-repeat: no-repeat;
    background-image: url(../images/TechCompanySecbg.jpg);
    transition: all 0.3s ease;
    height: auto;
    position: relative;
}
.TechCompanySec:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: #000000;
	opacity: .5;
	transition: all 0.3s ease;
}
.TechCompanySec:hover:before {
	opacity: 0;
}
.TechCompanySec .sec1heading {
	font-size: 28px;
    line-height: 40px;
	margin: 0 0 10px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
}
.TechCompanySec .sec2heading {
	font-size: 70px;
	line-height: 80px;
	margin: 0 0 40px;
	float: left;
	width: 100%;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -1px;
}
.toggleBtnBox {
	float: left;
	width: 100%;
}
.toggleBtnBox button {
	display: inline-block;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width: 30px;
	cursor: pointer;
	color: #FFFFFF;
	transition: all 0.3s ease;
}
.toggleBtnBox button svg {
	width: 100%;
}
.toggleBtnBox button.active {
	transform: rotate(180deg);
}
.toggleBox {
	float: left;
	width: 100%;
	/*min-height: 500px;*/
	display: none;
	padding-top: 20px;
}
.toggleBox h3 {
	float: left;
	width: 100%;
	margin: 40px 0;
	font-size: 54px;
    line-height: 70px;
	font-weight: 100;
	color: #FFFFFF;
	text-transform: uppercase;
}
.toggleBox p {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-weight: 100;
	margin: 0;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 1px;
}
.toggleBox p strong {
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
}
.toggleBox p strong span {
	color: #33FF66;
}
.pmdm {
	display: inline-block;
	width: 100%;
	max-width: 1060px;
}
.psml {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	margin-bottom: 40px;
}
.plrg {
	display: inline-block;
	width: 100%;
	max-width: 1130px;
	margin-bottom: 40px;
}
.readmore {
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease;
}
.readmore:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.readmore svg {
	width: 26px;
	transition: all 0.3s ease;
}
.readmore:hover svg {
	color: #33FF66;
	margin-left: 10px;
}
.gridSec {
	position: relative;
	background: #FAFAFA;
	min-height: 500px;
	padding: 90px 0 50px;
}
.gridSec:before {
	position: absolute;
    right: 0;
    width: 50%;
    top: 12%;
    content: '';
    height: 40%;
    background: #E4E4E4;
}
.gridSec:after {
	position: absolute;
    right: 0;
    width: 100%;
    bottom: 0;
    content: '';
    height: 27%;
    background: #E4E4E4;
}
.customGrid {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.ColLeft {
	float: left;
	width: 41.66666667%;
}
.ColRight {
	float: right;
	width: 41.66666667%;
}
.gridTxtContainer {
	float: left;
	width: 100%;
	padding-top: 40px;
	margin-bottom: 130px;
}
.gridTxtContainer h2 {
	float: left;
	width: 100%;
	font-size: 52px;
	line-height: 62px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1DB954;
	letter-spacing: -2px;
}
.gridTxtContainer h5 {
	float: left;
	width: 100%;
	font-size: 36px;
	line-height: 46px;
	color: #2C2C2C;
	margin-top: 0;
}
.gridTxtContainer p {
	float: left;
	width: 100%;
	font-size: 22px;
    line-height: 32px;
	color: #9C9D9D;
	margin-top: 0;
	letter-spacing: -.5px;
}
.gridTxtContainer p strong {
	color: #1DB954;
}
.gridTxtContainer a {
	float: left;
	text-decoration: none;
	width: auto;
	height: 66px;
	border: 1px solid #1DB954;
	border-radius: 40px;
	text-align: center;
	line-height: 64px;
	transition: all 0.3s ease;
	font-size: 22px;
	font-weight: 400;
	margin-top: 20px;
	background: url(../images/textgradiant.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #FFFFFF;
	padding: 0 20px 0 30px;
}
.gridTxtContainer a:hover {
	background: none;
	color: #1DB954;
}
.gridTxtContainer a svg {
	width: 30px;
	margin-left: 5px;
}
.animBox {
	float: left;
	margin-bottom: 50px;
	width: 100%;
	transition: all 0.3s ease;
	text-decoration: none !important;
}
.animBoxImg {
	float: left;
	width: 100%;
	overflow: hidden;
	transition: all 0.3s ease;
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.animBoxImg img {
	width: 100%;
	transition: all 0.3s ease;
}
.animBox:hover .animBoxImg img {
	transform: scale(1.1);
}
.animBoxTxt {
	float: left;
	width: 100%;
	transition: all 0.3s ease;
	padding-top: 20px;
	overflow: hidden;
	min-height: 118px;
}
.animBoxTxt h3 {
	float: left;
	width: calc(100% - 150px);
	color: #2C2C2C;
	font-size: 30px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.animBoxTxt span {
	float: right;
	color: #2C2C2C;
	font-size: 22px;
	line-height: 30px;
	transform: translate(-10%,0);
	opacity: 0;
	transition: all 0.3s ease;
}
.animBoxTxt span.mobReadmore {
	display: none;
}
.animBoxTxt span svg {
	color:#1DB954;
}
.animBoxTxt p {
	float: left;
	width: 100%;
	margin: 0;
	color: #666666;
	font-size: 18px;
	line-height: 26px;
	transform: translate(0,-100%);
	opacity: 0;
	transition: all 0.3s ease;
}
.animBox:hover .animBoxTxt span {
	transform: translate(0);
	opacity:1;
}

.animBox:hover .animBoxTxt p {
	transform: translate(0);
	opacity:1;
}
.OurCoreProducts {
	padding: 80px 0;
	background: #FAFAFA;
}
.OurCoreProducts h2 {
	color: #2C2C2C;
	font-size: 40px;
	line-height: 48px;
	float: left;
	width: 100%;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.OurCoreProductsSlider {
	float: left;
	width: 100%;
	position: relative;
}
.OurCoreProductsSlider li {
	float: left;
	width: 20%;
	padding: 10px 20px;
}
.OurCoreProductsSlider li a {
	display: inline-block;
	transition: all 0.3s ease;
}
.OurCoreProductsSlider li a img {
	width: 100%;
	transition: all 0.3s ease;
}
.OurCoreProductsSlider li a:hover {
	transform: scale(1.2);
}
.portGrid {
	float: left;
	width: 100%;
}
.portGridHalf {
	float: left;
	width: 50%;
}
.portGridQtr {
	float: left;
	width: 50%;
}
.OurPortBox {
	float: left;
	width: 100%;
	position: relative;
	/*cursor: inherit;*/
}
.OurPortBox img {
	width: 100%;
}
.portHover {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	background: url(../images/gradient.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.3s ease;
}
.OurPortBox:hover .portHover {
	/*opacity: 1;*/
}
.portHover h4 {
	font-size: 52px;
	line-height: 56px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0;
	transform: translate(0,30%);
	transition: all 0.3s ease;
	font-weight: bold;
}
.portHover p {
	font-size: 20px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 30px 0 0;
	transform: translate(0,30%);
	transition: all 0.3s ease;
}
.portGridQtr .portHover h4 {
	font-size: 30px;
	line-height: 38px;
}
.OurPortBox:hover .portHover h4 {
	transform: translate(0);
}
.OurPortBox:hover .portHover p {
	transform: translate(0);
}
.ContactSec {
	padding: 120px 0;
	position: relative;
}
.contactTxt {
	float: left;
	width: 100%;
	max-width: 520px;
}
.contactTxt h3 {
	float: left;
	/*max-width: 520px;*/
	font-size: 78px;
    line-height: 80px;
	color: #FFFFFF;
	font-weight: bold;
	width: 100%;
}
.contactTxt p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 300;
	margin: 0;
}
.ContactForm {
	float: left;
	width: 600px;
	min-height: 600px;
	background-color: #FFFFFF;
    -webkit-clip-path: polygon(90% 0,100% 8%,100% 100%,0 100%,0% 50%,0 0);
    clip-path: polygon(90% 0,100% 8%,100% 100%,0 100%,0% 50%,0 0);
    padding: 60px 54px 40px;
}
.ContactFld {
	float: left;
	width: 100%;
}
.ContactFld.mb {
	margin-bottom: 10px;
}
.ContactFld .uk-input {
	border: none;
	border-bottom: solid 1px #CFCFCF;
	font-size: 18px;
	color: #86868B;
	height: 60px;
}
.ContactFld textarea.uk-input {
	height: 60px;
	resize: none;
	line-height: 20px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.ContactFld .uk-select:not([multiple]):not([size]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 50px;
    background-image: url(../images/downicon.svg);
    background-repeat: no-repeat;
    background-position: 94% 50%;
	border: none;
	border-bottom: 1px solid #DDDDDD;
	border: none;
	border-bottom: solid 1px #CFCFCF;
	font-size: 18px;
	color: #86868B;
	height: 60px;

}
.ContactFld .submitBtn {
	float: left;
	width: 100%;
	height: 70px;
    background-color: #1DB954;
	border: 1px solid #1DB954;
	border-radius: 40px;
	cursor: pointer;
	transition: all 0.3s ease;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.ContactFld .submitBtn:hover {
	background-color: #27DC5D;
}
.ClientSec {
	padding: 80px 0;
	background-color: #FAFAFA;
}
.ClientSec .OurCoreProductsSlider li {
	width: auto;
	margin: 0 20px;
	padding: 0;
}
.ClientSec .OurCoreProductsSlider li a {
	width: 165px;
	cursor: inherit;
}
.NotableWorkSec {
	background-image: url(../images/ourworkbg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 120px 0;
}
.NotableWorkSec h2 {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 40px;
    line-height: 48px;
	text-transform: uppercase;
	font-weight: bold;
}
.NotableWorkSlider {
	float: left;
	width: 100%;
}
.NotableWorkBox .img_hide {
	opacity: 0;
}
.NotableWorkBox {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.NotableWorkBox:before {
	content: "";
    padding-top: 150%;
    display: block;
}
.NotableWorkbg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
}
.NotableWorkimg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.NotableWorkimg img {
	width: 100%;
	transition: all 0.3s ease;
}
.NotableWorkBox:hover .NotableWorkimg img {
	transform: translateY(-35px);
}
.NotableWorkVid {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.NotableWorkVid video {
	width: 100%;
	height: 100%;
}
.NotableWorktxt {
	position: absolute;
	left: 0;
	bottom: -70px;
	padding: 30px;
	transition: all 0.3s ease;
	width: 100%;
}
.NotableWorkBox:hover .NotableWorktxt {
	transform: translateY(-70px);
}
.NotableWorktxt h3 {
	float: left;
	width: 100%;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 40px;
}
.NotableWorktxt p {
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	color: #FFFFFF;
	margin: 0px;
}
.NotableWorktxt p svg {
	width: 30px;
}
.SplitSec {
	background: #000000;
}
.SplitBox {
	float: left;
	width: 100%;
	padding-top: 20%;
	padding-bottom: 20%;
	text-align: center;
	text-decoration: none !important;
	position: relative;
	transition: all 0.3s ease;
}
.SplitBoxInner {
	float: left;
	width: 100%;
	max-width: 640px;
	text-align: left;
	position: relative;
	z-index: 1;
}
.Split1 .SplitBoxInner {
	float: right;
}
.Split2 .SplitBoxInner {
	padding-left: 15%;
}
.splitoverlay {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}
.Split2 .splitoverlay {
	background-color: #F5F5F5;
}
.SplitBoxInner h4 {
	font-size: 44px;
	line-height: 52px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.SplitBoxInner p {
	font-size: 22px;
	line-height: 30px;
	float: left;
	width: 100%;
	margin-bottom: 0;
}
.SplitBoxInner p svg {
	width: 30px;
}
.Split1 h4 {
	color: #FFFFFF;
}
.Split1 p {
	color: #FFFFFF;
}
.SplitBox:hover .splitoverlay {
	opacity: .8;
}
.SplitBox p svg {
	transition: all 0.3s ease;
}
.SplitBox:hover p svg {
	margin-left: 10px;
}
.Split2 h4 {
	color: #2C2C2C;
}
.Split2 p {
	color: #2C2C2C;
}
.Split2 p svg {
	color: #1DB954;
}
.SplitBox:hover h4 {
	transform: translateY(-20px);
}
footer {
	background-color: #18171D;
	position: relative;
}
footer:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(24, 23, 29, 0);
	border-bottom-color: #18171D;
	border-width: 30px;
	margin-left: -30px;
	display: none;
}
.ftr_grd {
	float: left;
	width: 100%;
	padding: 120px 0;
}
.ftrCDetails {
	float: left;
	width: 100%;
	max-width: 330px;
}
.ftrCDetails> img {
	width: 200px;
}
.ftrCDetails h5 {
	font-size: 40px;
	line-height: 48px;
	float: left;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.ftrCDetails p {
	font-size: 18px;
	line-height: 26px;
	float: left;
	width: 100%;
	font-weight: 300;
	color: #FFFFFF99;
	margin-top: 0;
}
.ftrCDetails p strong {
	font-size: 30px;
	line-height: 40px
}
.ftrCDetails a {
	font-size: 16px;
	line-height: 48px;
	float: left;
	width: auto;
	height: 50px;
	margin-top: 20px;
	border: 1px solid #39FF40;
	border-radius: 25px;
	text-decoration: none !important;
	text-align: center;
	background: none;
	transition: all 0.3s ease;
	background: url(../images/textgradiant.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	color: #18171D;
	padding: 0 20px 0 30px;
}
.ftrCDetails a svg {
	width: 22px;
	margin-left: 5px;
}
.ftrCDetails a:hover {
	color: #39FF40;
	background: none;
}
.ftr_grd .ftrLink {
	float: left;
	width: 100%;
	margin-bottom: 50px;
	padding: 0;
	list-style: none;
}
.ftrLink li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ftrLink li a {
	float: left;
	font-size: 22px;
	line-height: 26px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease;
}
.ftrLink li a:hover {
	color: #39FF40;
}
.FtrWABox {
	float: left;
	width: 100%;
	max-width: 370px;
}
.FtrWABox img {
	width: 205px;
}
.FtrWABox p {
	font-size: 22px;
	line-height: 26px;
	float: left;
	width: 100%;
	font-weight: 300;
	color: #FFFFFF99;
	margin-top: 30px;
}
.FtrWABox a {
	font-size: 22px;
	line-height: 26px;
	float: left;
	font-weight: 300;
	color: #FFFFFF99;
	text-decoration: none;
	transition: all 0.3s ease;
}
.FtrWABox a svg {
	transition: all 0.3s ease;
}
.FtrWABox a:hover {
	color: #39FF40;
}
.FtrWABox a:hover svg {
	margin-left: 10px;
}
footer .topSocialIcons p {
    color: #FFFFFF99;
}
footer .topSocialIcons ul li a {
    color: #FFFFFF99;
}
footer .topSocialIcons ul li a:hover {
    color: #39FF40;
}
.ftr_grd address {
	float: left;
	width: 100%;
	padding-bottom: 10px;
	font-size: 22px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	margin-bottom:10px;
}
.ftr_grd address p {
	float: left;
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #FFFFFF99;
	margin-top: 0;
	margin-bottom: 15px;
}
.ftr_grd address p strong {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
}
.ftr_grd address p a {
	float: left;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #FFFFFF99;
	text-decoration: none;
}
.FtrWABox a.googleplayIcon img {
	width: 100px;
}
.FtrWABox a.appstoreIcon img {
	width: 88px;
	margin: 0 5px;
}
.FtrWABox a.huaweiIcon img {
	width: 99px;
}
.FtrBar {
	float: left;
	width: 100%;
	padding-bottom: 50px;
}
.FtrBar p {
	float: left;
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #FFFFFF99;
}
.FtrBar ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}
.FtrBar ul li {
	float: left;
	margin-left: 30px;
}
.FtrBar ul li a {
	float: left;
	font-size: 18px;
	line-height: 26px;
	font-weight: 300;
	color: #FFFFFF99;
	transition: all 0.3s ease;
	text-decoration: none;
}
.FtrBar ul li a:hover {
	color: #39FF40;
}
.backtotop {
    transform: rotate(-90deg);
    position: absolute;
    left: -20px;
    bottom: 90px;
    color: #FFFFFF99;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}
.backtotop:hover {
	color: #39FF40;
}
.HeadingBox {
	float: left;
	width: auto;
	position: relative;
}
.HeadingBox .BtnWithIcon {
	position: absolute;
	right: 100px;
    bottom: 52px;
}
.HeadingBox .BtnWithIcon:hover {
    color: #33FF66;
}
.HeadingBox .BtnWithIcon:hover svg {
    width: 30px;
	margin-top: 4px;
}
.HeadingBox .BtnWithIcon span:before {
    background: #33FF66;
}
.AboutPage {
	float: left;
	width: 100%;
}
.AboutPage .TechCompanySec {
	background: #18171D;
	padding: 50px 0;
}
.AboutPage .TechCompanySec .sec1heading {
    font-size: 26px;
    line-height: 34px;
    color: #FFFFFF99;
    font-weight: 300;
}
.AboutPage .TechCompanySec .sec2heading {
    font-size: 34px;
    line-height: 42px;
    text-transform: none;
    font-weight: 400;
}
.AboutGameChangeSec {
	background: #18171D;
	position: relative;
	z-index: 1;
}
.AboutGameChangeBox {
	padding-top: 80px;
	display: inline-block;
	width: 100%;
	max-width: 900px;
}
.AboutGameChangeBox h2 {
	display: inline-block;
	width: 100%;
	/*max-width: 700px;*/
	color: #FFFFFF;
	font-size: 52px;
    line-height: 62px;
	text-transform: uppercase;
	font-weight: bold;
}
.AboutGameChangeBox p {
	display: inline-block;
	width: 100%;
	max-width: 880px;
	color: #FFFFFF99;
	font-size: 30px;
	line-height: 40px;
	font-weight: 100;
	margin: 0 0 40px;
}
.vidImgBox {
	float: left;
	width: 100%;
	box-shadow: 0px 3px 50px #00000029;
	margin-bottom: -100px;
	position: relative;
}
.vidImgBox img {
	width: 100%;
	position: relative;
	z-index: 1;
}
.vidImgBox video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.OfferServicesSec {
	padding: 220px 0 120px;
	position: relative;
    background: #18171D;
}
.before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
	opacity: .70;
}
.beforeContainer {
	background: #18171D;
	position: relative;
}
.beforeContainer:hover .before {
	opacity: 1;
}
.ContactSec.beforeContainer:hover .before {
	opacity: .7;
}
.beforeContainer .uk-container {
	position: relative;
}
.ContactSec .before {
	opacity: .50;
}
.OfferServicesSec p {
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	font-size: 30px;
    line-height: 40px;
	text-transform: uppercase;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0px;
}
.OfferServicesSec p ~ h2 {
	margin-top: 10px;
	margin-bottom: 50px;
}
.OfferServicesSec h2~p {
	/*margin-bottom: 50px;*/
	text-transform: none;
}
.OfferServicesSec h2 {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 70px;
	line-height: 80px;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 0px;
}
.OfferServicesBox {
	display: inline-block;
	width: 100%;
	max-width: 270px;
}
.OfferServicesImg {
	float: left;
	width: 100%;
	color: #ffffff;
}
.OfferServicesImg img {
	max-width: 88px;
	width: 100%;
}
.OfferServicestxt {
	float: left;
	width: 100%;
}
.OfferServicestxt h3 {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	font-size: 28px;
    line-height: 36px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.OfferServicesSec .OfferServicestxt p {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	text-transform: none;
}
.ServingtelecomSec {
	padding: 120px 0 90px;
	background: #18171D;
}
.ServingtelecomBox {
	display: inline-block;
	width: 100%;
	max-width: 1100px;
}
.ServingtelecomBox h2 {
	float: left;
	width: 100%;
	font-size: 70px;
    line-height: 80px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: 500;
}
.ServingtelecomBox p {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	font-size: 30px;
    line-height: 40px;
	color: #FFFFFF;
	font-weight: 100;
	margin-top: 0;
	margin-bottom: 40px;
}
.ServingtelecomBox h3 {
	display: inline-block;
	width: 100%;
	max-width: 800px;
	font-size: 54px;
    line-height: 70px;
	color: #FFFFFF;
	font-weight: 100;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 40px;
}
.ServingtelecomImgs {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.ServingtelecomImgs ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ServingtelecomImgs ul li {
	display: inline-block;
	margin: 0 20px;
}
.ServingtelecomImgs ul li .jazzicon {
	width: 109px;
}
.ServingtelecomImgs ul li .zongicon {
	width: 167px;
}
.ServingtelecomImgs ul li .telenoricon {
	width: 168px;
}
.ServingtelecomImgs ul li .ufoneicon {
	width: 145px;
}
.ServingtelecomBox p strong {
	font-size: 28px;
    line-height: 36px;
	font-weight: 300;
}
.EntertainmentSec {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 100px 0 80px;
}
.EntertainmentBox {
	float: left;
	width: 100%;
	max-width: 530px;
}
.EntertainmentSec .mjunoonlogo {
	width: 100%;
	max-width: 250px;
}
.EntertainmentSec h3 {
	display: inline-block;
	width: 100%;
	font-size: 78px;
    line-height: 80px;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
}
.EntertainmentSec ul {
  display: inline-block;
  width: 100%;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.EntertainmentSec ul li {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  margin-left: 3px;
}

.EntertainmentSec ul li::before {
  position: absolute;
  left: -3px;
  top: 0;
  width: 3px;
  height: 100%;
  content: "";
  background: #ff11f5;
  box-shadow: 0px 0px 10px #b066fe;
}

.EntertainmentSec ul li:first-child {
  padding-left: 0;
}

.EntertainmentSec ul li:last-child {
  padding-right: 0;
}

.EntertainmentSec ul li:first-child::before {
  display: none;
}

.EntertainmentSec ul li p {
  margin: 0;
  font-size: 36px;
  line-height: 44px;
  color: #FFFFFF;
}

.EntertainmentSec ul li:first-child p {
  text-align: right;
}

.EntertainmentSec ul li:last-child p {
  text-align: left;
}

.EntertainmentSec ul li p ~ p {
  font-size: 28px;
    line-height: 36px;
}
.EntertainmentImg {
	float: left;
	width: 100%;
}
.EntertainmentImg img {
	width: 100%;
	max-width: 650px;
}
.EntertainmentBtn {
	float: left;
	width: 100%;
}
.EntertainmentBtn a {
	display: inline-block;
}
.EntertainmentBtn .googleplayIcon {
	width: 114px;
}
.EntertainmentBtn .appstoreIcon {
	width: 101px;
	margin: 0 5px;
}
.EntertainmentBtn .huaweiIcon {
	width: 113px;
}
.AboutPage .gridSec:after {
	display: none;
}
.AboutPage .gridSec:before {
    top: 17%;
    height: 55%;
}
/*.AboutPage .contactTxt h3 {
	max-width: 460px;
}*/
.AboutPage .contactTxt {
    max-width: 600px;
}
.JustStartedSec {
	padding: 120px 0;
}
.JustStartedTxt {
	float: left;
	width: 100%;
}
.JustStartedTxt.SmallBox {
	/*max-width: 350px;*/
}
.JustStartedTxt h2 {
	float: left;
	width: 100%;
	font-size: 74px;
    line-height: 74px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: bold;
}
.JustStartedTxt p {
	float: left;
	width: 100%;
	font-size: 22px;
    line-height: 32px;
	color: #FFFFFF;
	margin-top: 0;
}
.JustStartedTxt p strong {
	font-size: 38px;
    line-height: 48px;
	font-weight: 400;
}

.BtnGradiant {
	float: left;
	text-decoration: none;
	border-radius: 40px;
	text-align: center;
	line-height: 64px;
	transition: all 0.3s ease;
	font-size: 22px;
	font-weight: 500;
	width: auto;
    height: 66px;
    background: url(../images/textgradiant.png);
	background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    border: 1px solid transparent;
	color: #FFFFFF;
	padding: 0 20px 0 30px;
}
.BtnGradiant:hover {
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	background: none;
}
.BtnGradiant svg {
	width: 24px;
	margin-left: 5px;
}
.PortfolioPage {
	float: left;
	width: 100%;
}
.PortfolioHeader {
    position: relative;
    overflow: hidden;
    background-color: #000000;
	height: auto;
    min-height: inherit;
    padding: 200px 0px 150px;
}
.CasestudiesHeader {
	height: 100%;
	position: relative;
	padding-bottom: 200px;
	min-height: 650px;
	overflow: hidden;
	background-color: #000000;
}
.PortfolioHeader: before, .CasestudiesHeader:before {
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .3;
}
.PortfolioHeader:after, .CasestudiesHeader:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40%;
	content: '';
	background: transparent linear-gradient(180deg, #00000000 0%, #00000066 49%, #000000 100%);
}
.PortfolioHeader .uk-container, .CasestudiesHeader .uk-container {
	position: relative;
	z-index: 1;
}
.PortfolioHeader h1, .CasestudiesHeader h1 {
	/*font-size: 82px;
	line-height: 79px;*/
	font-size: 90px;
    line-height: 95px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
}
.PortfolioHeader p, .CasestudiesHeader p {
	font-size: 30px;
    line-height: 40px;
	display: inline-block;
	width: 100%;
	max-width: 690px;
	color: #FFFFFF;
	margin: 0;
	font-weight: 300;
}
.CasestudiesPage {	
	float: left;
	width: 100%;
}
.CasestudiesSec {	
	background: #000000;
	margin-top: -300px;
	padding-bottom: 120px;
}
.CasestudiesBox {
	float: left;
	width: calc(100% + 40px);
	margin: 0;
	margin-left: -40px;
	padding: 0;
	list-style: none;
}
.CasestudiesBox li {
	width: 33.3333%;
	padding-left: 40px;
	float: left;
	margin-top: 40px;
}
.CasestudiesBox li:nth-child(2) {
	margin-top: 160px;
}
.CasestudiesBox li:nth-child(3) {
	margin-top: 100px;
}
.CasestudiesPage .Split2 .splitoverlay {
    background-color: #FAFAFA;
}
.WhatsappHeader {
	height: 100%;
	position: relative;
	min-height: 650px;
	overflow: hidden;
}
.WhatsappHeader:before {
	background-color: #000000;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: .3;
}
.WhatsappHeader .uk-container {
	position: relative;
}
.WhatsappHeader h1 {
	font-size: 70px;
    line-height: 85px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 10px 0 20px;
}
.WhatsappHeader p {
	float: left;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.WhatsappPage {
	float: left;
	width: 100%;
}
.WhatsappPage .TechCompanySec {
	background: #18171D;
	padding: 50px 0;
}
.WhatsappPage .TechCompanySec .sec1heading {
    color: #FFFFFF99;
    font-weight: 300;
}
.WhatsappWithWPSec {
	background: #18171D;
}
.WhatsappWithWPCont {
	float: left;
	width: 100%;
}
.WhatsappWithWPCont h2 {
	display: inline-block;
	width: 100%;
	/*max-width: 700px;*/
	color: #FFFFFF;
	font-size: 52px;
    line-height: 62px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 40px;
}
.WhatsappWithWPBox {
	float: left;
	width: 100%;
	position: relative;
	border-radius: 6px;
	padding: 25px 15px;
	height: 100%;
	text-decoration: none !important;
	transition: all 0.3s ease;
	cursor: inherit;
}
.WhatsappWithWPBox:hover .bgNor {
	opacity: 0;
}
.WhatsappWithWPBox:hover .bgHover {
	opacity: 1;
}
.BgGradiant .bgHover {
	opacity: 0;
}
.BgGradiant {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.BgGradiant img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}
.BgGradiantopacity {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.BgGradiantopacity img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s ease;
}
.WhatsappWithWPBox:hover .BgGradiantopacity img {
	opacity: .7;
}
.WhatsappWithWPBox:before {
	border: 1px solid #18171D;
	border-radius: 6px;
	position: absolute;
    left: 5px;
    top: 5px;
    content: '';
    width: calc(100% - 12px);
    height: calc(100% - 12px);
	background: none;
	z-index: 1;
}
.WhatsappWithWPImg {
	float: left;
	width: 100%;
	padding: 40px 0 30px;
	color: #FFFFFF;
	transition: all 0.3s ease;
	position: relative;
}
.WhatsappWithWPImg svg {
	width: 120px;
}
.WhatsappWithWPTxt {
	float: left;
	width: 100%;
	color: #FFFFFF;
	transition: all 0.3s ease;
	position: relative;
	padding: 0 9px;
}
.WhatsappWithWPTxt p {
	float: left;
	width: 100%;
	margin: 0;
	font-size: 20px;
    line-height: 24px;
	/* height: 60px; */
}
.WhatsappWithWPTxt span {
	float: left;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	font-size: 14px;
	transform: translate(0,10px);
	opacity: 0;
}
.WhatsappWithWPBox:hover .WhatsappWithWPImg {
    transform: translate(0,-15px);
}
.WhatsappWithWPBox:hover .WhatsappWithWPTxt {
    transform: translate(0,-25px);
}
.WhatsappWithWPBox:hover .WhatsappWithWPTxt span {
    opacity: 0;
    visibility: visible;
}
.ElevateSec {
	padding: 90px 0;
	background: #18171D;
}
.ElevateHead {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}
.ElevateHead h2 {
	display: inline-block;
	width: 100%;
	max-width: 900px;
	color: #FFFFFF;
	font-size: 52px;
    line-height: 62px;
	text-transform: uppercase;
	font-weight: 100;
}
.ElevateHead p {
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    display: inline-block;
    width: 100%;
    max-width: 900px;
    color: #FFFFFF;
}
.ElevateCont {
	float: left;
	width: 100%;
}
.ElevateCont ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 50px;
}
.ElevateCont ul li {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.ElevateCont ul li a {
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	transition: all 0.3s ease;
	cursor: inherit;
}
.ElevateCont ul.ElevateLeft li a {
	float: right;
	text-align: right;
}
.ElevateLeft, .Elevateright {
	position: relative;
	z-index: 1;
}
.ElevateCont ul li a:hover {
	color: #1DB954;
}
.ElevateImgBox {
	float: left;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	border-radius: 14px;
	background: #FFFFFF;
	color: #1DB954;
	margin-right: 30px;
	transition: all 0.3s ease;
}
.ElevateLeft .ElevateImgBox {
	float: right;
	margin-right: 0px;
	margin-left: 30px;
}
.ElevateCont ul li a span {
	float: left;
	font-size: 24px;
    line-height: 28px;
	text-transform: capitalize;
	width: calc(100% - 94px);
	height: 64px;
}
.ElevateCont ul.ElevateLeft li a span {
	float: right;
}
.ElevateCont ul li a:hover .ElevateImgBox {
	color: #33FF66;
	background: #013301;
}
.ElevateMiddle {
	float: left;
	width: 100%;
	text-align: center;
}
.ElevateMiddle img {
	width: 100%;
	max-width: 540px;
}
.JustStartedSec.BarCodeSec {
	background: #F5F5F5;
}
.BarCodeSec .JustStartedTxt h2 {
	color: #1DB954;
	max-width: 100%;
}
.BarCodeSec .JustStartedTxt p {
	color: #9C9D9D;
}
.BarCodeSec .JustStartedTxt p strong {
	color: #18171D
}
.BarCodeSec .JustStartedimg img {
	transition: all 0.3s ease;
	width: 100%;
	max-width: 400px;
	box-shadow: 0px 30px 36px #00000029;
    border-radius: 24px;
}
.BarCodeSec .JustStartedSec:hover .JustStartedimg img {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.HowWeHelpYouSec {
	padding: 90px 0;
	background: #FFFFFF;
}
.HowWeHelpYouSec h2 {
    float: left;
    width: 100%;
	font-size: 44px;
    line-height: 52px;
    color: #1DB954;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.HowWeHelpYouBox {
	float: left;
	width: 100%;
}
.HowWeHelpYouTxt {
	float: left;
	width: 100%;
}
.HowWeHelpYouTxt ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}
.HowWeHelpYouTxt ul li {
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.HowWeHelpYouTxt ul li a {
	float: left;
	cursor: auto;
}
.HelpYouIconBox {
	float: left;
	width: 100px;
	height: 100px;
	line-height: 1;
	text-align: center;
	background: #fafafa;
	border-radius: 8px;
	color: #1DB954;
	padding: 5px;
	transition: all 0.3s ease;
}
.HelpYouTxtBox {
	float: left;
	width: calc(100% - 100px);
	max-width: 450px;
	padding-left: 30px;
	padding-top: 10px;
}
.HelpYouTxtBox h4 {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	color: #2C2C2C;
	font-size: 22px;
	line-height: 28px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.3s ease;
}
.HelpYouTxtBox p {
	float: left;
	width: 100%;
	margin: 0px;
	color: #00000066;
	font-size: 14px;
	line-height: 20px;
	transition: all 0.3s ease;
}
.HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
	color: #1DB954;
}
.HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox p {
	color: #000000;
}
.HowWeHelpYouTxt ul li a:hover .HelpYouIconBox {
	background: #FFFFFF;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.3);
}
.WhatsappPage .HowWeHelpYouBox .readmore {
	color: #000000;
	font-size: 14px;
}
.WhatsappPage .HowWeHelpYouBox .readmore:hover svg {
    color: #1DB954;
}
.FAQSec {
	padding: 90px 0;
	background: #FFFFFF;
}
.FAQSec h2 {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 54px;
    line-height: 70px;
	color: #2C2C2C;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.FAQBox {
	display: inline-block;
	width: 100%;
	/*max-width: 900px;*/
	text-align: left;
}
.FAQBox .uk-accordion {
	float: left;
	width: 100%;
}
.FAQBox .uk-accordion>li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
}
.FAQBox .uk-accordion-title {
	color: #2C2C2C;
	font-size: 38px;
	line-height: 38px;
	padding: 20px 0;
	position: relative;
	padding-right: 30px;
}
.FAQBox .uk-accordion-title:before {
	display: none;
}
.FAQBox .uk-accordion-title svg {
	float: right;
    width: 30px;
   	top: 50%;
    position: absolute;
    transform: translateY(-50%);
    right: 0;;

    color: #9999FF;
}
.FAQBox .uk-accordion-title svg.PlusIcon {
	display: block;
}
.FAQBox .uk-accordion-title svg.MinusIcon {
	display: none;
}
.FAQBox .uk-open .uk-accordion-title svg.PlusIcon {
	display: none;
}
 .FAQBox .uk-open .uk-accordion-title svg.MinusIcon {
	display: block;
}
.SeoPage .FAQBox .uk-accordion-title svg {
	color: #EA3838;
}
.CallCenterPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.ChatBotPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.CloudDevopsPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.DatabaseDevPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.MadvertiserPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.MobileWebPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.OTTPage .FAQBox .uk-accordion-title svg {
	color: #9999FF;
}
.WhatsappPage .FAQBox .uk-accordion-title svg {
	color: #1DB954;
}

.FAQBox .uk-accordion-content {
    margin-top: 0px;
    margin-bottom: 20px;
}
.SeoHeader {
	height: 100%;
    position: relative;
	min-height: 650px;
	overflow-x: hidden;
	/*background-color: #000000;*/
}
.SeoHeader:before {
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .3;
}
.SeoHeader .uk-container {
    position: relative;
}
.SeoHeader h1 {
	font-size: 90px;
    line-height: 105px;
	color: #FFFFFF;
	font-weight: 500;
	text-transform: uppercase;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.SeoHeader p strong {
	font-size: 40px;
    line-height: 48px;
	color: #FFFFFF;
	font-weight: 500;
}
.SeoHeader p {
	font-size: 30px;
    line-height: 40px;
	color: #FFFFFF;
	float: left;
	width: 100%;
	margin: 0 0 40px;
}
.SeoHeader p a {
	color: #FFE05C;
}
.SeoForm {
	display: inline-block;
	margin-bottom: 20px;
}
.SeoForm .SeoFld:first-child {
	padding-left: 0;
}
.SeoFld {
	float: left;
	padding-left: 10px;
	margin-bottom: 10px;
}
.SeoFld input {
	float: left;
	width: 100%;
	max-width: 220px;
	height: 50px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 6px;
	padding: 15px;
	color: #000000;
	font-size: 16px;
}
.SeoFld.SeoNumber input {
	max-width: 200px;
	border-radius: 0 6px 6px 0;
	border-left: none;
}
.SeoFld select {
	float: left;
	width: 90px;
	height: 50px;
	background: #FAFAFA;
	border: 1px solid #DDDDDD;
	border-radius: 6px 0 0 6px;
	padding: 15px;
	color: #000000;
	font-size: 16px;
}
.SeoFld .SeoBtn {
	float: left;
	width: 160px;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 500;
	background: #1DB954;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease;
}
.SeoFld .SeoBtn:hover {
	color: #FFE05C;
}
.SeoPage {
	float: left;
	width: 100%;
}
.SeoPage .TechCompanySec {
	background: #18171D;
	padding: 50px 0;
}
.SeoPage .TechCompanySec .sec1heading {
    color: #FFFFFF99;
    font-weight: 300;
}
.SeoPage .ElevateHead p {
	font-weight: 300;
}
.SeoPage .WhatsappWithWPBox:hover .WhatsappWithWPTxt span svg {
    color: #FFE05C;
}
.SeoPage .HowWeHelpYouSec h2 {
    color: #EA3838;
}
.SeoPage .HelpYouIconBox {
    color: #EA3838;
}
.SeoPage .ElevateHead {
	padding-bottom: 0;
}
.SeoPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #F26430;
}
.SeoPage .HowWeHelpYouTxt .readmore {
    color: #000000;
    font-size: 14px;
}
.SeoPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #F26430;
}
.TabsSec {
	padding: 90px 0;
	background: #FFFFFF;
}
.tabsBtnBox {
	float: left;
	position: relative;
	margin-bottom: 60px;
}
.tabsBtns {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}
.tabsBtns li {
	float: left;
	margin: 0 10px;
}
.tabsBtns li:first-child {
	margin-left: 0;
}
.tabsBtns li:last-child {
	margin-right: 0;
}
.tabsBtns li a {
	float: left;
	padding: 10px 10px;
	position: relative;
	color: #747477;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	transition: all 0.3s ease;
}
.tabsBtns li a:before {
	border-bottom: solid 2px #F26430;
	content: '';
	width: 0;
	height: 2px;
	position: absolute;
	left: 50%;
	bottom: 0;
	transition: all 0.3s ease;
}
.tabsBtns li.uk-active a:before {
	width: 100%;
	left: 0;
}
.tabsBtns li.uk-active a {
	color: #2C2C2C;
}
.tabsBtnBox span {
	background-color: #E4E4E4;
    border-radius: 20px;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
    transform: translateX(-215px);
}
.TabsBox {
	float: left;
	width: 100%;
}
.TabsBox>li {
	float: left;
	width: 100%;
}
.aditionBox {
	float: left;
	width: 100%;
}
.aditionBox h3 {
	float: left;
	width: 100%;
	color: #2C2C2C;
	font-size: 40px;
    line-height: 48px;
	margin-bottom: 10px;
	font-weight: 500;
}
.aditionBox p {
	float: left;
	width: 100%;
	color: #9C9D9D;
	font-size: 22px;
    line-height: 30px;
	margin: 0px 0 50px;
}
.TabsSec .HelpYouIconBox {
	width: 80px;
	height: 80px;
	background: #F5F5F5;
    border-radius: 5px;
    padding: 12px;
}
.TabsSec .HelpYouIconBox img, .TabsSec .HelpYouIconBox svg {
	width: 100%;
}
.TabsSec .HowWeHelpYouTxt ul li a:hover .HelpYouIconBox {
	box-shadow: 0px 10px 28px #00000042;
}
.TabsSec .HelpYouTxtBox h4 {
	font-size: 18px;
    line-height: 26px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.TabsSec .HelpYouTxtBox p {
	font-size: 18px;
    line-height: 26px;
}
.TabsSec .HelpYouTxtBox {
    /*max-width: 380px;*/
    padding-left: 20px;
    padding-top: 0px;
}
.TabsSec h2 {
    float: left;
    width: 100%;
    font-size: 44px;
    line-height: 52px;
    color: #F26430;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.SeoPage .WhatsappWithWPCont h2 {
	max-width: 100%;
}
.B2bB2cSec {
	padding: 90px 0;
	background: #F5F5F5;
}
.B2bB2cSec h2 {
    float: left;
    width: 100%;
    color: #2C2C2C;
    font-size: 52px;
    line-height: 62px;
    text-transform: uppercase;
    font-weight: 500;
}
.B2bB2cBox {
	display: inline-block;
	width: 100%;
	max-width: 1000px;
	background: #FFFFFF;
	min-height: 100px;
	box-shadow: 0px 10px 75px #00000029;
	border: 1px solid #DFDFDF;
	border-radius: 12px;
	overflow: hidden;
}
.B2bB2cBox ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
.B2bB2cBox ul li {
	float: left;
	width:33.3333%;
	border-left: solid 2px #F5F5F5;
	border-right: solid 2px #F5F5F5;
	border-bottom: solid .5px #F5F5F5;
	border-top: solid .5px #F5F5F5;
}
.B2bB2cBox ul li .B2bB2cBoxInner {
	float: left;
	padding: 15px 30px;
	color: #2C2C2C;
	font-size: 22px;
    line-height: 32px;
	width: 100%;
}
.B2bB2cBoxInner svg {
	color: #F26430;
	margin-right: 10px;
	float: left;
	width: 20px;
	margin-top: 5px;
}
.B2bB2cBoxInner span {
	float: left;
}
.SeoPage .ContactFld .submitBtn {
    background-color: #F26430;
    border: 1px solid #F26430;
}
.MadvertiserPage .TechCompanySec {
	background: #18171D;
	padding: 50px 0;
}
.MadvertiserPage .TechCompanySec .sec1heading {
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF99;
    font-weight: 300;
}
.borderTop {
	border-top: solid 2px #2C2C2C;
	float: left;
	width: 100%;
}
.WhatsappWithWPSec .borderTop {
    padding-top: 90px;
}
.MadvertiserPage .ElevateSec {
	padding-top: 0;
	position: relative;
}
.MadvertiserPage .ElevateSec .borderTop {
    padding-top: 90px;
}
.MadvertiserPage .ElevateHead h2 {
	max-width: 100%;
	font-weight: bold;
}
.MadvertiserPage .ElevateHead p {
    max-width: 940px;
    color: #DDDDDD;
    font-weight: 300;
}
.MadvertiserPage .ElevateImgBox {
    color: #9999FF;
}
.MadvertiserPage .ElevateCont ul li a:hover {
    color: #9999FF;
}
.MadvertiserPage .ElevateCont ul li a:hover .ElevateImgBox {
    color: #9999FF;
    background: #470137;
}
.ChatBotPage .ElevateImgBox {
    color: #9999FF;
}
.ChatBotPage .ElevateCont ul li a:hover {
    color: #9999FF;
}
.ChatBotPage .ElevateCont ul li a:hover .ElevateImgBox {
    color: #9999FF;
    background: #470137;
}
.MadvertiserPage .ServingtelecomBox h3 {
    max-width: 100%;
    font-size: 30px;
    line-height: 40px;
    color: #FFFFFF;
    font-weight: 300;
    margin-bottom: 10px;
}
.MadvertiserPage .ServingtelecomBox h2 {
    font-size: 70px;
    line-height: 80px;
    font-weight: bold;
    margin-top: 0;
}
.MadvertiserPage .ServingtelecomBox p {
    max-width: 100%;
	font-size: 28px;
    line-height: 36px;
    font-weight: 400;
}
.MadvertiserPage .ServingtelecomBox .readmore:hover svg {
    color: #9999FF;
}
.ProfileingDSec {
	padding: 120px 0;
	background: #FAFAFA;
}
.ProfileingDHead {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.ProfileingDHead h2 {
    display: inline-block;
    width: 100%;
    max-width: 900px;
    color: #2C2C2C;
    font-size: 54px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
}
.ProfileingDHead p {
    margin: 0;
    display: inline-block;
    width: 100%;
 	font-size: 30px;
    line-height: 40px;
    max-width: 940px;
    color: #2C2C2C;
}
.ProfileingDBox {
	float: left;
	width: 100%;
}
.ProfileingDBox ul {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style: none;
}
.ProfileingDBox ul li {
	float: left;
	margin: 0 15px;
}
.ProfileingDBox ul li:first-child {
	margin-left: 0;
}
.ProfileingDBox ul li:last-child {
	margin-right: 0;
}
.ProfileingDBox ul li a {
	float: left;
	width: 90px;
	cursor: inherit;
}
.ProfileingDImg {
	float: left;
	width: 90px;
	height: 90px;
	margin-bottom: 15px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px #0000004D;
	line-height: 1;
	padding: 5px;
	border-radius: 15px;
	color: #793AFF;
	transition: all 0.3s ease;
}
.ProfileingDImg svg {
	width: 100%;
}
.ProfileingDBox ul li a:hover .ProfileingDImg {
	box-shadow: 0px 10px 28px #0000004D;
}
.ProfileingDBox ul li a span {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	color: #2C2C2C;
	font-weight: bold;
	text-transform: uppercase;
}
.MadvertiserPage .HowWeHelpYouSec h2 {
    color: #793AFF;
}
.MadvertiserPage .HelpYouIconBox {
     color: #793AFF;
}
.MadvertiserPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.MadvertiserPage .HowWeHelpYouTxt .readmore {
    color: #000000;
    font-size: 14px;
}
.MadvertiserPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.callVexLogo {
	margin-bottom: 20px;
}
.MadvertiserPage .TabsSec h2 {
    color: #793AFF;
}
.ChatBotPage .ElevateHead {
    padding-bottom: 60px;
}
.ChatBotPage .BarCodeSec .JustStartedTxt h2 {
    color: #793AFF;
}
.ChatBotPage .HowWeHelpYouSec h2 {
    color: #793AFF;
}
.ChatBotPage .HelpYouIconBox {
    color: #793AFF;
}
.ChatBotPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.ChatBotPage .HowWeHelpYouSec .readmore {
    color: #000000;
    font-size: 14px;
}
.ChatBotPage .HowWeHelpYouSec .readmore:hover svg {
    color: #793AFF;
}
.ChatBotPage .TabsSec h2 {
    color: #793AFF;
}
.ChatBotPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.PaidMediaPage .HowWeHelpYouSec h2 {
    color: #1DB954;
}
.PaidMediaPage .HelpYouIconBox {
    color: #1DB954;
}
.PaidMediaPage .ElevateHead {
	padding-bottom: 0;
}
.PaidMediaPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #1DB954;
}
.PaidMediaPage .HowWeHelpYouTxt .readmore {
    color: #000000;
    font-size: 14px;
}
.PaidMediaPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #1DB954;
}
.PaidMediaPage .TabsSec h2 {
    color: #1DB954;
}
.CallCenterPage .OfferServicesSec {
	padding-bottom: 90px;
}
.noPaddTop {
	padding-top: 0;
}
.noPaddTop .borderTop {
	padding-bottom: 90px;
}
.OfferServicesHead {
	display: inline-block;
	width: 100%;
	max-width: 850px;
	margin-bottom: 50px;
}
.CloudDevopsPage .OfferServicesHead {
	max-width: 100%;
}
.CallCenterPage .OfferServicesHead {
	max-width: 100%;
}
.OfferServicesHead h2 {
	margin: 0 0 10px;
	display: inline-block;
    width: 100%;
    color: #FFFFFF;
    font-size: 54px;
    line-height: 70px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}
.OfferServicesHead p {
    font-size: 22px;
    line-height: 28px;
    margin: 0;
    display: inline-block;
    width: 100%;
    color: #FFFFFF;
    font-weight: 300;
}
.CloudDevopsPage .OfferServicesHead p {
	max-width: 1000px;
}
.CallCenterPage .HowWeHelpYouSec h2 {
    color: #793AFF;
}
.CallCenterPage .HelpYouIconBox {
    color: #793AFF;
}
.CallCenterPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.CallCenterPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.DigitalMarketingPage .TabsSec h2 {
    color: #1DB954;
}
.DigitalMarketingPage .HelpYouIconBox {
    color: #1DB954;
}
.DigitalMarketingPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #1DB954;
}
.DigitalMarketingPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #1DB954;
}
.JustStartedGridWrap {
	padding-top: 40px;
	float: left;
	width: 100%;
}
.JustStartedGrid {
	float: left;
	width: 100%;
}
.JustStartedGrid h6 {
	float: left;
	width: 100%;
	color: #FFFFFF;
	font-size: 28px;
    line-height: 36px;
	text-transform: uppercase;
	margin: 0;
}
.CreativeDesignPage .TabsSec h2 {
    color: #F26430;
}
.CreativeDesignPage .TabsSec .HelpYouIconBox {
    color: #F26430;
}
.CreativeDesignPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #F26430;
}
.CreativeDesignPage .HowWeHelpYouTxt .readmore {
    color: #000000;
}
.CreativeDesignPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #F26430;
}
.MobileWebPage .TabsSec h2 {
    color: #793AFF;
}
.MobileWebPage .HelpYouIconBox {
    color: #793AFF;
}
.MobileWebPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.MobileWebPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.MobileWebPage .gridTxtContainer h2 {
    color: #793AFF;
}
.MobileWebPage .gridTxtContainer p strong {
    color: #793AFF;
}
.MobileWebPage .gridTxtContainer a {
	background-image: url(../images/purplebtn.jpg);
	border: none;
}
.MobileWebPage .gridTxtContainer a:hover {
    border: 1px solid #793AFF;
    color: #793AFF;
    background: none;
}
.MobileWebPage .animBoxTxt span svg {
    color: #793AFF;
}
.ServiciesSec {
	padding: 80px 0;
}
.ServiciesText {
	float: left;
	width: 100%;
	max-width: 560px;
}
.ServiciesText h3 {
    float: left;
    width: 100%;
    font-size: 54px;
    line-height: 70px;
    font-weight: bold;
    text-transform: uppercase;
    color: #793AFF;
}
.ServiciesText p {
    float: left;
    width: 100%;
    color: #9C9D9D;
	margin-top: 0;
}
.ServiciesText .BtnGradiant {
    /*border: 1px solid #793AFF;*/
    color: #793AFF;
}
.ServiciesText .BtnGradiant:hover {
	color: #FFFFFF;
}
.ServiciesCLouds {
	float: left;
	width: 100%;
}
.ServiciesCLouds ul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: calc(100% + 10px);
	margin-left: -1px;
}
.ServiciesCLouds ul li {
	margin-left: 10px;
	float: left;
	font-size: 15px;
	line-height: 20px;
	padding: 10px 30px;
	background: #FFFFFF;
	color: #666666;
	border: solid 1px #DDDDDD;
	margin-bottom: 10px;
	border-radius: 20px;
}
.DatabaseDevPage .TabsSec h2 {
    color: #793AFF;
}
.DatabaseDevPage .HelpYouIconBox {
    color: #793AFF;
}
.DatabaseDevPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.DatabaseDevPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.CloudDevopsPage .TabsSec h2 {
    color: #793AFF;
}
.CloudDevopsPage .HelpYouIconBox {
    color: #793AFF;
}
.CloudDevopsPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.CloudDevopsPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.OTTPage .gridSec:after {
	display: none;
}
.OTTPage .gridTxtContainer h2 {
    color: #793AFF;
}
.OTTPage .gridTxtContainer p strong {
    color: #793AFF;
}
.OTTPage .TabsSec h2 {
    color: #793AFF;
}
.OTTPage .HelpYouIconBox {
    color: #793AFF;
}
.OTTPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.OTTPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.ContactPage ~ footer:after {
	display: none;
}
.ContactPage .ContactSec {
    padding: 150px 0 120px;
}
.ContactAddress {
	float: left;
	width: 100%;
	padding-top: 40px;
}
.ContactAddress address {
	float: left;
	width: 100%;
}
.ContactAddress address p {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.ContactAddress address p strong {
	font-size: 30px;
    line-height: 40px;
	font-weight: bold;
	text-transform: uppercase;
}
.ContactAddress address p a {
	color: #FFFFFF;
}
.tabsWrap {
	float: left;
	width: 100%;
}
.CRMPage .OfferServicesHead {
    max-width: 730px;
}
.DatabaseDevPage .OfferServicesHead {
    max-width: 950px;
}
.OTTPage .animBoxTxt span svg {
    color: #793AFF;
}
.mobTabsBtn {
	display: none;
}
.mobTabsBtn {
	float: left;
	width: 100%;
	font-size: 14px;
    height: 50px;
    border-radius: 25px;
	font-weight: 500;
    padding: 0;
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    background-image: url(../images/downicon.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
	margin: 0;
	list-style: none;
	position: relative;
	margin-bottom: 50px;
}
.mobTabsBtn ul { 
    float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	display: none;
	left: 0;
	top: 50px;
	background-color: #F5F5F5;
}
.mobTabsBtn p {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobTabsBtn ul li {
	float: left;
	width: 100%;
}
.mobTabsBtn ul li a {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobTabsBtn ul li:hover a {
	background: #09f; 
	color: #ffffff;
}
.UltabsBtns.showMenu {
	display: block;
}
.ftrLink .uk-dropdown {
	background: #21242C;
	max-width: 300px;
	padding: 15px;
	box-shadow: 0 0px 50px rgb(0 0 0 / 50%);
}
.ftrLink .uk-dropdown li a {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
}
.ftrLink .uk-dropdown li:last-child {
	margin-bottom: 0;
}
.ftrLink .uk-dropdown li a img {
	float: left;
	width: 24px;
	margin-right: 6px;
}
.ftrLink .uk-dropdown li a span {
	float: left;
}
.ftrLink .uk-dropdown li a span br {
	display: none;
}
.MjunoonStoreBtns {
	float: left;
	width: 100%;
}
.ViewAllBtn {
	display: none;
	float: left;
	margin-top: 40px;
	position: relative;
    float: left;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    transition: all 0.3s ease;
    text-decoration: none;
}
.MobileFooter {
	display: none;
	padding: 70px 0 50px;
}

header .MobileMenuBtn {
	float: right;
	color: #ffffff;
    width: 32px;
    text-align: center;
    height: 32px;
    line-height: 32px;
	display: none;
}
header.uk-active .MobileMenuBtn {
    color: #000000;
}
.MobileMenuBtn svg {
	width: 100%;
}
.MobileMenuBtn svg.MenuClose {
	display: none;
}
.MobileMenuBtn svg.MenuBurger {
	display: block;
}
.MobileMenuBtn.OpenMenuBtn svg.MenuClose {
	display: block;
}
.MobileMenuBtn.OpenMenuBtn svg.MenuBurger {
	display: none;
}
/*header.OpenMenu {
	background-color: #18171D;
	border-bottom: solid 1px #212125;
}*/
.MobileMenu {
	position: absolute;
	left: 0;
	top: 58px;
	display: none;
	max-height: calc(100% - 60px);
	width: 100%;
}
.MobileMenuWrap {
	float: left;
	background-color: #18171D;
	width: 100%;
	overflow: auto;
}
.MobileMenuWrap .uk-nav-default {
	padding: 22px 0;
	float: left;
	width: 100%;
}
.MobileMenuWrap .uk-nav-default>li {
	float: left;
	width: 100%;
}
.MobileMenuWrap .uk-nav-default>li>Strong {
	color: #808694;
    font-size: 14px;
    line-height: 20px;
    border-top: solid 2px #212125;
    float: left;
    width: 100%;
    padding: 8px 15px;
    margin-top: 10px;
}
.MobileMenuWrap .uk-nav-default>li>a {
	font-size: 18px;
	line-height: 20px;
	padding: 12px 15px;
	color: #FFFFFF;
	float: left;
    width: 100%;
}
.MobileMenuWrap .uk-nav-default>li.uk-parent>a {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #21242C;
	border-radius: 2px;
	margin-bottom: 10px;
}
.MobileMenuWrap .uk-nav-parent-icon>.uk-parent>a::after {
	background-image: url(../images/navclose.html);
}
.MobileMenuWrap .uk-nav-parent-icon>.uk-parent.uk-open>a::after {
    background-image: url(../images/navopen.html);
}
.MobileMenuWrap .uk-nav-sub {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.MobileMenuWrap .uk-nav-sub li {
	float: left;
	width: 100%;
}
.MobileMenuWrap .uk-nav-sub li a {
	float: left;
	width: 100%;
	font-size: 14px;
    line-height: 20px;
	padding: 12px 15px;
	color: #33FF66;
	
}
.MobileMenuWrap .uk-nav-sub li a strong {
	text-transform: uppercase;
}
.MobileMenuWrap .uk-nav-sub li a span {
	color: #ffffff;
	padding-left: 30px;
    font-size: 12px;
}
.MobileMenuWrap .uk-nav-sub li a img {
	float: left;
	width: 20px;
	margin-right: 6px;
}
.MobileMenuWrap .uk-nav-sub li.MobileMenuLogo a img {
	width: 150px;
}
.MobileMenuWrap .uk-nav-sub li a span {
	float: left;
}
.MobileMenuWrap .uk-nav-sub li a span br {
	display: none;
}
.MobileMenuWrap .uk-nav-sub li p {
	margin: 0;
	float: left;
	padding-left: 46px;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}
.ElevateContMobile {
	display: none;
}
.PortfolioGrid {
	float: left;
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.PortfolioGrid li {
	float: left;
	width: 33.3333%;
}
.PortfolioGrid li a {
	float: left;
	width: 100%;
}
.PortfolioGrid li a img {
	float: left;
	width: 100%;
}
.PortfolioGrid li:first-child {
	margin-top: 50px;
}
.PortfolioGrid li:nth-child(2) {
	margin-top: 100px;
}
.uk-lightbox-items li img, .uk-lightbox-items li video {
	box-shadow: 0px 20px 75px 0px rgba(0,0,0,0.75);
	max-width: 80vw;
    max-height: 80vh;
}
.uk-lightbox-toolbar {
	background: none;
	color: #ffffff;
}
.uk-lightbox-toolbar .uk-close-large {
	color: #ffffff;
	margin-top: 10px;
	margin-right: 10px;
}
.uk-lightbox {
	background: rgba(23,22,29, 0.9);
}
.uk-lightbox-button {
	background: none;
}
.PurpleClr.BtnGradiant {
	background-image: url(../images/purplebtn.jpg);
	/*border: 1px solid #ffffff;*/
	color: #ffffff;
}
.PurpleClr.BtnGradiant:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: none;
}
.AudioVideoPage .TabsSec h2 {
    color: #1DB954;
}
.AudioVideoPage .TabsSec .HelpYouIconBox {
    color: #1DB954;
}
.AudioVideoPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #1DB954;
}
.AudioVideoPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #1DB954;
}
.BarCodeSec .JustStartedimg {
	text-align: center;
}
.JustStartedSec .ServiciesCLouds ul li {
	background: none;
	color: #ffffff;
	border-color: #ffffff;
}
.JustStartedSec .ServiciesCLouds {	
    max-width: 540px;
}
.positionbox {
	position: absolute;
	    left: 50%;
    bottom: -7px;
    transform: translateX(-50%);
}
.positionbox img {
	max-width: 650px;
}
.mtimg {
	margin-top: 50px;
}
.OTTPage .OfferServicesHead {
    max-width: 100%;
}
.TelecomPage .ElevateMiddle img {
    width: 100%;
    max-width: 280px;
}
.InspireSec .before {
	position: relative;
	height: auto;
}
.InspireSecBox {
	position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.JustStartedSec.InspireSec {
    padding: 0px;
}
.ContentManagementPage .HowWeHelpYouSec h2 {
    color: #793AFF;
}
.ContentManagementPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.ContentManagementPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.MobileGamePage .HowWeHelpYouSec h2 {
    color: #793AFF;
}
.MobileGamePage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.MobileGamePage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.ProductDevelopmentPage .TabsSec h2 {
    color: #793AFF;
}
.ProductDevelopmentPage .tabsBtns li a:before {
    border-bottom: solid 2px #793AFF;
}
.ProductDevelopmentPage .HelpYouIconBox {
    color: #793AFF;
}
.ProductDevelopmentPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #793AFF;
}
.ProductDevelopmentPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #793AFF;
}
.CasestudiesInnerHeader {
    position: relative;
    overflow: hidden;
    background: #000;
}
.CasestudiesInnerHeader:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40%;
    content: '';
    background: transparent linear-gradient(
180deg
, #00000000 0%, #00000066 49%, #000000 100%);
}
.CasestudiesInnerHeader.HideBefore:after {
	display: none;
}
.CasestudiesInnerHeaderImg {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.CasestudiesInnerHeaderTxt {
	float: left;
	width: 100%;
	z-index: 1;
	position: relative;
    padding: 200px 0 300px;
}
.FirstMargin {
	margin-top: -200px;
}
.gridbox.FirstMargin {
	padding-top: 0;
}
.CasestudiesInnerHeader h1 {
	font-size: 90px;
    line-height: 95px;
	text-transform: uppercase;
	float: left;
	width: 100%;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
}
.CasestudiesInnerHeader p {
	font-size: 30px;
    line-height: 40px;
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	margin: 0 0 10px;
	font-weight: 300;
}
.CasestudiesInnerHeader a {
	display: inline-block;
	margin-top: 30px;
	color: #ffffff;
	font-size: 28px;
    line-height: 36px;
    position: relative;
    z-index: 1;
}
.CasestudiesInnerHeader a svg {
	margin-left: 5px;
}
.CasestudiesInnerPage {
	float: left;
	width: 100%;
	position: relative;
}
.CSSec {
	padding: 0px 0 150px;
	background: #000000;
}
.iframebox {
	box-shadow: 0px 3px 50px #00000029;
	float: left;
	width: 100%;
}
.iframebox iframe, .iframebox video {
	width: 100%;
}
.gridbox {
	float: left;
	width: 100%;
	padding-top: 40px;
}
.BusinessChallenge {
	float: left;
	width: 100%;
}
.BusinessChallenge h3 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 52px;
    line-height: 62px;
	font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}
.BusinessChallenge p {
	display: inline-block;
	width: 100%;
	color: #DDDDDD;
	font-size: 22px;
    line-height: 32px;
    margin: 10px 0;
    max-width: 700px;
}
.CSINumber {
	float: left;
	width: 100%;
}
.CSINumber h4 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 70px;
    line-height: 80px;
	font-weight: bold;
    text-transform: uppercase;
    margin: 30px 0 0;
}
.CSINumber p {
	font-size: 18px;
    line-height: 26px;
    margin: 0;
}
.CSIimg {
	float: left;
	width: 100%;
}
.CSIimg img {
	width: 100%;
}
.BusinessChallenge ul li {
	color: #FFFFFF;
	font-size: 26px;
	line-height: 36px;
}
.btnsStores {
	display: inline-block;
}
.btnsStores a {
	display: inline-block;
	margin: 5px 3px;
}
.btnsStores a img {
	width: auto;
	max-width: inherit;
	height: 44px;
}
.BusinessChallenge p a {
	color: #FFE05C;
}

/* Black fade Transition */

.overlay-transition {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
    opacity: 1;
    pointer-events: none;
}

@keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0; }}
@-moz-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}
@-webkit-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}
@-o-keyframes loadOverlay {0% {opacity: 100%;} 100% {opacity: 0;}}

/* Home loader */

.loader {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 9999;
    opacity: 1;
    pointer-events: none;
}



body.loaded .loader {
    opacity: 0;
    transition-delay: 1.5s;
    pointer-events: none;
}

.loader{
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;  
}

@keyframes loadLoader {0% {opacity: 100%;} 75% {opacity: 100%;} 100% {opacity: 0; }}
@-moz-keyframes loadLoader {0% {opacity: 100%;} 75% {opacity: 100%;} 100% {opacity: 0;}}
@-webkit-keyframes loadLoader {0% {opacity: 100%;} 75% {opacity: 100%;} 100% {opacity: 0;}}
@-o-keyframes loadLoader {0% {opacity: 100%;} 75% {opacity: 100%;} 100% {opacity: 0;}}


.loader-block {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%) scale(.45);
    width: 100%;
    height: 900px;
}

body.loaded .loader-block {
	animation: loadLoaderBlock 2s;
    -moz-animation: loadLoaderBlock 2s; /* Firefox */
    -webkit-animation: loadLoaderBlock 2s; /* Safari and Chrome */
	-o-animation: loadLoaderBlock 2s; /* Opera */
    transform: translate(-50%, -50%) scale(.3);
}

@keyframes loadLoaderBlock {0% {transform: translate(-50%, -50%) scale(.45);} 75% {transform: translate(-50%, -50%) scale(.4);} 100% {transform: translate(-50%, -50%) scale(.3);}}
@-moz-keyframes loadLoaderBlock {0% {transform: translate(-50%, -50%) scale(.45);} 75% {transform: translate(-50%, -50%) scale(.4);} 100% {transform: translate(-50%, -50%) scale(.3);}}
@-webkit-keyframes loadLoaderBlock {0% {transform: translate(-50%, -50%) scale(.45);} 75% {transform: translate(-50%, -50%) scale(.4);} 100% {transform: translate(-50%, -50%) scale(.3);}}
@-o-keyframes loadLoaderBlock {0% {transform: translate(-50%, -50%) scale(.45);} 75% {transform: translate(-50%, -50%) scale(.4);} 100% {transform: translate(-50%, -50%) scale(.3);}}


.loader-word {
    width: 100%;
    height: 200px;
    float: left;
    margin-bottom: 15px;
    overflow: hidden;
}

.loader-word-inside {
    width: 100%;
    height: 200px;
    float: left;
    position: relative;
    background-size: auto 90% ;
    background-position: top left;
    background-repeat: no-repeat ;
}

/* Loader Home - Transform */

.loader .Transform {
    background-image: url("../images/loading1.svg");
    top: 100%;
}

.loaded .Transform {
	animation: loadTransform 1s;
    -moz-animation: loadTransform 1s; /* Firefox */
    -webkit-animation: loadTransform 1s; /* Safari and Chrome */
	-o-animation: loadTransform 1s; /* Opera */
    top: 0;
}


@keyframes loadTransform {0% {top: 100%;} 25% {top: 100%;} 50% {top: 0;}}
@-moz-keyframes loadTransform {0% {top: 100%;} 25% {top: 100%;} 50% {top: 0;}}
@-webkit-keyframes loadTransform {0% {top: 100%;} 25% {top: 100%;} 50% {top: 0;}}
@-o-keyframes loadTransform {0% {top: 100%;} 25% {top: 100%;} 50% {top: 0;}}


/* Loader Home - Furture */

.loader .Furture {
    background-image: url("../images/loading2.svg");
    top: 100%;
}

.loaded .Furture {
	animation: loadFurture 1s;
    -moz-animation: loadFurture 1s; /* Firefox */
    -webkit-animation: loadFurture 1s; /* Safari and Chrome */
	-o-animation: loadFurture 1s; /* Opera */
    top: 0;
}

@keyframes loadFurture {0% {top: 100%;} 50% {top: 100%;} 75% {top: 0;}}
@-moz-keyframes loadFurture {0% {top: 100%;} 50% {top: 100%;} 75% {top: 0;}}
@-webkit-keyframes loadFurture {0% {top: 100%;} 50% {top: 100%;} 75% {top: 0;}}
@-o-keyframes loadFurture {0% {top: 100%;} 50% {top: 100%;} 75% {top: 0;}}


/* Loader Home - Digitally */

.loader .Digitally {
    background-image: url("../images/loading3.svg");
    top: 100%;
}

.loaded .Digitally {
	animation: loadDigitally 1s;
    -moz-animation: loadDigitally 1s; /* Firefox */
    -webkit-animation: loadDigitally 1s; /* Safari and Chrome */
	-o-animation: loadDigitally 1s; /* Opera */
    top: 0;
}

@keyframes loadDigitally {0% {top: 100%;} 75% {top: 100%;} 100% {top: 0;}}
@-moz-keyframes loadDigitally {0% {top: 100%;} 75% {top: 100%;} 100% {top: 0;}}
@-webkit-keyframes loadDigitally {0% {top: 100%;} 75% {top: 100%;} 100% {top: 0;}}
@-o-keyframes loadDigitally {0% {top: 100%;} 75% {top: 100%;} 100% {top: 0;}}


.AudioVideoHeader .BtnWithArrow {
    /*border: 2px solid #FFE05C;*/
    background: url(../images/yellowbtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}
.AudioVideoHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.AudioVideoHeader .BtnWithIcon:hover {
    color: #FFE05C;
}
.AudioVideoHeader .BtnWithIcon span:before {
    background: #FFE05C;
}
.AudioVideoPage .tabsBtns li a:before {
    border-bottom: solid 2px #1DB954;
}
.OrangeBtn.BtnGradiant {
    background-image: url(../images/purplebtn.jpg);
    /*border: 1px solid #ffffff;*/
}
.CallCenterHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.CallCenterHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.CallCenterHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.CallCenterHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.ChatBotHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.ChatBotHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.ChatBotHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.ChatBotHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.ChatBotPage .BarCodeSec .PurpleClr.BtnGradiant:hover {
    border: 1px solid #793AFF;
    color: #793AFF;
}
.ChatBotPage .tabsBtns li a:before {
    border-bottom: solid 2px #793AFF;
}
.CloudDevopsHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.CloudDevopsHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.CloudDevopsHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.CloudDevopsHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.ContentManagementHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.ContentManagementHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.ContentManagementHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.ContentManagementHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.CreativeDesignHeader .BtnWithArrow {
    /*border: 2px solid #FFE05C;*/
    background: url(../images/yellowbtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}
.CreativeDesignHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.CreativeDesignHeader .BtnWithIcon:hover {
    color: #FFE05C;
}
.CreativeDesignHeader .BtnWithIcon span:before {
    background: #FFE05C;
}
.CRMHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.CRMHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.CRMHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.CRMHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.HomePage {
	float: left;
	width: 100%;
}
.FadeContainer {
	float: left;
	width: 100%;
}
.OurPortSec {
	background: #18171D;
}
.portfolioSec {
	float: left;
	width: 100%;
}
.colageSliderBox {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background: #000;
    opacity: 0;
}

.colageSliderBox.active {
    opacity: 1;
}
.colageSliderBox .colageSlide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: ColageSlideAnim 2s linear;
    animation-iteration-count: infinite; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@keyframes ColageSlideAnim {
    0% {opacity: 1; transform: scale(1);}
    5% {opacity: 1; transform: scale(1.02);}
    6% {opacity: 0; transform: scale(1.02);}
    100% {opacity: 0; transform: scale(1);}
}

.colageSliderBox .colageSlide:nth-child(2) { animation-delay: .1s;}
.colageSliderBox .colageSlide:nth-child(3) { animation-delay: .2s;}
.colageSliderBox .colageSlide:nth-child(4) { animation-delay: .3s;}
.colageSliderBox .colageSlide:nth-child(5) { animation-delay: .4s;}
.colageSliderBox .colageSlide:nth-child(6) { animation-delay: .5s;}
.colageSliderBox .colageSlide:nth-child(7) { animation-delay: .6s;}
.colageSliderBox .colageSlide:nth-child(8) { animation-delay: .7s;}
.colageSliderBox .colageSlide:nth-child(9) { animation-delay: .8s;}
.colageSliderBox .colageSlide:nth-child(10) { animation-delay: .9s;}
.colageSliderBox .colageSlide:nth-child(11) { animation-delay: 1s;}
.colageSliderBox .colageSlide:nth-child(12) { animation-delay: 1.1s;}
.colageSliderBox .colageSlide:nth-child(13) { animation-delay: 1.2s;}
.colageSliderBox .colageSlide:nth-child(14) { animation-delay: 1.3s;}
.colageSliderBox .colageSlide:nth-child(15) { animation-delay: 1.4s;}
.colageSliderBox .colageSlide:nth-child(16) { animation-delay: 1.5s;}
.colageSliderBox .colageSlide:nth-child(17) { animation-delay: 1.6s;}
.colageSliderBox .colageSlide:nth-child(18) { animation-delay: 1.7s;}
.colageSliderBox .colageSlide:nth-child(19) { animation-delay: 1.8s;}
.colageSliderBox .colageSlide:nth-child(20) { animation-delay: 1.9s;}

.ColageBtnDesktop {
    position: absolute;
    width: 130px;
    height: 20px;
    left: 56%;
    bottom: 60px;
    transform: translateX(-50%);
}
.ColageBtnMobile {
    position: absolute;
    width: 130px;
    height: 20px;
    left: 0;
    bottom: 100px;
    transform: none;
    display: none;
}
.point_anim {
	position: absolute;
	top: -6px;
	left: 6px;
	width: 30px;
	height: 30px;
	background-color: rgba(0,0,0,0.25);
	border: 2px solid #FFF;
	border-radius: 50%;
	-webkit-transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	-moz-transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1)
}
.point_anim:after {
	content: "";
	position: absolute;
	width: 55px;
	height: 55px;
	border-radius: 50%;
	border: 1px solid #FFF;
	opacity: .35;
	top: -15px;
	left: -16px;
	-webkit-animation: pulse_anim 2.5s infinite;
	-moz-animation: pulse_anim 2.5s infinite;
	animation: pulse_anim 2.5s infinite;
	-webkit-transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	-moz-transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1);
	transition: width .3s cubic-bezier(0.65, 0.05, 0.36, 1), height .3s cubic-bezier(0.65, 0.05, 0.36, 1), top .3s cubic-bezier(0.65, 0.05, 0.36, 1), left .3s cubic-bezier(0.65, 0.05, 0.36, 1)
}
.heading_anim {
	text-transform: uppercase;
	font-size: 10px;
	color: #FFF;
	line-height: 1.2em;
	letter-spacing: 0;
	font-weight: 800;
	position: absolute;
	left: 50px;
	opacity: .8;
	margin-top: 9px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	transition: opacity .15s linear
}
.ColageBtnDesktop:hover .heading_anim, .ColageBtnMobile:hover .heading_anim {
	opacity: 0;
}
.ColageBtnDesktop:hover .point_anim, .ColageBtnMobile:hover .point_anim {
    width: 100px;
    height: 100px;
    top: -40px;
    left: -30px;
}
.ColageBtnDesktop:hover .point_anim:after, .ColageBtnMobile:hover .point_anim:after {
    position: absolute;
    width: 120px;
    height: 120px;
    top: -12px;
    left: -13px;
}
@-webkit-keyframes pulse_anim {
	0 {
		-webkit-transform:scale(0.5);
		transform:scale(0.5);
		opacity:.35
	}
	100% {
		-webkit-transform:scale(2);
		transform:scale(2);
		opacity:0
	}
}
@-moz-keyframes pulse_anim {
	0 {
		-moz-transform:scale(0.5);
		transform:scale(0.5);
		opacity:.35
	}
	100% {
		-moz-transform:scale(2);
		transform:scale(2);
		opacity:0
	}
}
@keyframes pulse_anim {
	0 {
		-webkit-transform:scale(0.5);
		-moz-transform:scale(0.5);
		transform:scale(0.5);
		opacity:.35
	}
	100% {
		-webkit-transform:scale(2);
		-moz-transform:scale(2);
		transform:scale(2);
		opacity:0
	}
}
.DatabaseDevHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.DatabaseDevHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.DatabaseDevHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.DatabaseDevHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.DigitalMarketingHeader .BtnWithArrow {
    /*border: 2px solid #FFE05C;*/
    background: url(../images/yellowbtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}
.DigitalMarketingHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.DigitalMarketingHeader .BtnWithIcon:hover {
    color: #FFE05C;
}
.DigitalMarketingHeader .BtnWithIcon span:before {
    background: #FFE05C;
}
.DigitalMarketingPage .tabsBtns li a:before {
	border-color: #1DB954;
}
.PaidMediaHeader .BtnWithArrow {
    /*border: 2px solid #FFE05C;*/
    background: url(../images/yellowbtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}
.PaidMediaHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.PaidMediaHeader .BtnWithIcon:hover {
    color: #FFE05C;
}
.PaidMediaHeader .BtnWithIcon span:before {
    background: #FFE05C;
}
.PaidMediaPage .tabsBtns li a:before {
	border-color: #1DB954;
}
.YellowClr.BtnGradiant {
	background-image: url(../images/yellowbtn.jpg);
	/*border: 1px solid #FFE05C;*/
	color: #2C2C2C;
}
.YellowClr.BtnGradiant:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: none;
}
.PaidMediaPage .ElevateHead> img {
	width: 100%;
    max-width: 1000px;
}
.MadvertiserHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.MadvertiserHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.MadvertiserHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.MadvertiserHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.OrangeClr.BtnGradiant {
	background-image: url(../images/orangebtn.jpg);
	/*border: 1px solid #ffffff;*/
}
.OrangeClr.BtnGradiant:hover {
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    background: none;
}
.MobileGameHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.MobileGameHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.MobileGameHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.MobileGameHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.MobileWebHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.MobileWebHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.MobileWebHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.MobileWebHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.MobileWebPage .tabsBtns li a:before {
	border-color: #793AFF;
}
.ServiciesSec .PurpleClr.BtnGradiant:hover {
    border: 1px solid #793AFF;
    color: #793AFF;
    background: none;
}
.AboutPage .TechCompanySec:before {
	display: none;
}
.OTTPage .gridTxtContainer a {
	background-image: url(../images/purplebtn.jpg);
	border: 1px solid #793AFF;
}
.OTTPage .gridTxtContainer a:hover {
	border: 1px solid #793AFF;
    color: #793AFF;
    background: none;
}
.OTTPage .tabsBtns li a:before {
    border-color: #793AFF;
}
.OTTHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.OTTHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.OTTHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.OTTHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.ProductDevelopmentHeader .BtnWithArrow {
    /*border: 2px solid #ffffff;*/
    background: url(../images/purplebtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
    color: #ffffff;
}
.ProductDevelopmentHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.ProductDevelopmentHeader .BtnWithIcon:hover {
    color: #9999FF;
}
.ProductDevelopmentHeader .BtnWithIcon span:before {
    background: #9999FF;
}
.ProductDevelopmentPage .gridTxtContainer h2 {
    color: #793AFF;
}
.ProductDevelopmentPage .gridTxtContainer a {
	background-image: url(../images/purplebtn.jpg);
	border: 1px solid #793AFF;
}
.ProductDevelopmentPage .gridTxtContainer a:hover {
	border: 1px solid #793AFF;
    color: #793AFF;
    background: none;
}
.SeoHeader .VidSeo {
	width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.TelecomWithWPBox {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 6px;
    padding: 25px 15px;
    height: 100%;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid #FFFFFF;
}
.TelecomWithWPBox h4 {
	float: left;
	width: 100%;
	font-size: 20px;
	color: #FFFFFF;
}
.TelecomWithWPBox ul {
	float: left;
	width: 100%;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	list-style: none;
}
.TelecomWithWPBox ul li {
	float: left;
	width: 100%;
	font-size: 16px;
    line-height: 24px;
}
.MadvertiserPage .ContactFld .submitBtn {
    background-color: #F26430;
    border: 1px solid #F26430;
}
.MadvertiserPage .tabsBtns li a:before {
    border-color: #793AFF;
}
.WhatsappPage .ContactFld .submitBtn {
    background-color: #F26430;
    border: 1px solid #F26430;
}
.ContactPage .ContactFld .submitBtn {
    background-color: #F26430;
    border: 1px solid #F26430;
}
.WhatsappPage .BarCodeSec .BtnGradiant:hover {
    border: 1px solid #1DB954;
    color: #1DB954;
    background: none;
}
.TechCompanySec .ContainerCustom {
	position: relative;
}
.ProductDevelopmentPage .OfferServicesHead {
    max-width: 950px;
}
.AboutPage .OfferServicesBox:hover .OfferServicestxt p {
	color: #FFE05C;
}
.AboutPage .OfferServicesBox:hover .OfferServicestxt h3 {
	color: #FFE05C;
}
.AboutPage .OfferServicesBox:hover .OfferServicesImg {
	color: #FFE05C;
}
.JustStartedSec.CallCenterImgBtm {
	padding-bottom: 0;
}
.CallCenterImgBtm .JustStartedTxt {
	margin-bottom: 58px;
}
.CallCenterImgBtm .JustStartedimg {
	position: relative;
    bottom: -20px;
}
.mobileShow {
	display: none;
}
.borderTop.hidebrd {
	border: none;
}
.opacitytoggle.active {
	opacity: 0;
	visibility: hidden;
}
.DatabaseDevPage .tabsBtns li a:before {
    border-bottom: solid 2px #793AFF;
}
.CloudDevopsPage .tabsBtns li a:before {
    border-bottom: solid 2px #793AFF;
}
.bgblack {
	background: #000000;
}
.JustStartedimg video {
	width: 100%;
}
.HowWeHelpYouimg video {
	width: 100%;
}
.TagManagerHeader .BtnWithArrow {
    /*border: 2px solid #FFE05C;*/
    background: url(../images/yellowbtn.jpg);
    background-size: calc(100% + 4px) calc(100% + 4px);
    background-repeat: no-repeat;
    background-position: -2px -2px;
}
.TagManagerHeader .BtnWithArrow:hover {
    background: none;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
}
.TagManagerHeader .BtnWithIcon:hover {
    color: #FFE05C;
}
.TagManagerHeader .BtnWithIcon span:before {
    background: #FFE05C;
}
.TagManagerPage .HowWeHelpYouSec h2 {
    color: #1DB954;
}
.TagManagerPage .HelpYouIconBox {
    color: #1DB954;
}
.TagManagerPage .HowWeHelpYouTxt ul li a:hover .HelpYouTxtBox h4 {
    color: #1DB954;
}
.TagManagerPage .HowWeHelpYouTxt .readmore {
    color: #000000;
    font-size: 14px;
}
.TagManagerPage .HowWeHelpYouTxt .readmore:hover svg {
    color: #1DB954;
}
.TagManagerPage .ContactFld .submitBtn {
    background-color: #1DB954;
    border: 1px solid #1DB954;
}
.spacenull:after {
	display: none;
}
.OurCoreProductsSlider .uk-slidenav {
	opacity: 0;
	transition: all 0.3s ease;
    color: #18171D;
    background: #FAFAFA;
    box-shadow: 0px 3px 50px #00000029;
    margin: 0;
}
.uk-position-small[class*=uk-position-center-left] {
	transform: translateY(-50%);
} 
.uk-position-small[class*=uk-position-center-right] {
	transform: translateY(-50%);
}
.OurCoreProductsSlider:hover .uk-slidenav {
	opacity: 1;
}
.PortfolioPageSec {
	position: relative;
	z-index: 1;
	margin: 0;
	text-align: center;
}
.filterSec {
	float: left;
	width: 100%;
	margin-top: -60px;
}
.filterGrid {  
    margin: 0;
    /*-webkit-column-count: 3; 
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-width: 33.33333333333333%;
    -moz-column-width: 33.33333333333333%;
    column-width: 33.33333333333333%;*/
    position: relative;
    z-index: 1;
}
.scale-anm {
    margin: 0;
    /*width: 100%; 
    float: left;*/
}
.scale-anm a:first-child:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background: #000000;
	opacity: .3;
	transition: all 0.3s ease;
}
.videoicon a:first-child:before {
	opacity: .8;
}
.scale-anm a:hover:before {
	opacity: 0;
} 
.scale-anm a {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.scale-anm a:hover {
	z-index: 1;
}
.scale-anm a img {
	width: 100%;
	transition: all 0.3s ease;
}
.scale-anm a:hover img {
	transform: scale(.95);
}
/*.videoicon a:first-child:after {
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../images/playicon2.svg);
	background-size: 100% 100%;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}*/
.FilterBtn {
	margin-top: 20px;
    float: left;
    width: 100%;
}
.FilterBtn button {
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	border: solid 2px #fff;
	margin: 0 5px;
	background: none;
	cursor: pointer;
	color: #ffffff;
}
.FilterBtn button.active {
	background: #ffffff;
	color: #000000;
}
.filterhide {
    display: none;
}
.JobsList {
	padding: 90px 0;
}
.JobsList h2 {
	float: left;
	width: 100%;
	font-size: 52px;
	line-height: 62px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1DB954;
	letter-spacing: -2px;
}
.JobsList h3 {
	float: left;
	font-size: 42px;
	line-height: 48px;
	color: #000000;
	font-weight: 400;
	margin: 0;
}
.JobsList table {
	font-size: 20px;
	line-height: 24px;
	color: #9C9D9D;
}
.JobsList .uk-table td {
    padding: 40px 12px;
}
.JobsList table a {
	float: right;
	text-decoration: none;
	width: auto;
    height: 50px;
	border-radius: 40px;
	text-align: center;
	line-height: 48px;
	transition: all 0.3s ease;
	font-size: 14px;
	font-weight: 400;
	background: #1DB954;
	border: 1px solid #1DB954;
	color: #FFFFFF;
	padding: 0 20px 0 30px;
}
.JobsList table a:hover {
	background: #B7FBCA;
	border: 1px solid #B7FBCA;
	color: #000000;
}
.JobsList table a svg {
	width: 16px;
	margin-left: 5px;
}
.mobFilterBtn {
	display: none;
}
.mobFilterBtn {
	float: left;
	width: 100%;
	font-size: 14px;
    height: 50px;
    border-radius: 25px;
	font-weight: 500;
    padding: 0;
	background-color: #F5F5F5;
    border: 1px solid #DDDDDD;
    background-image: url(../images/downicon.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
	margin: 0;
	list-style: none;
	position: relative;
	margin-top: 30px;
}
.mobFilterBtn ul { 
    float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	z-index: 1;
	display: none;
	left: 0;
	top: 50px;
	background-color: #F5F5F5;
}
.PortfolioHeader .mobFilterBtn p {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobFilterBtn ul li {
	float: left;
	width: 100%;
}
.mobFilterBtn ul li a {
	float: left;
	padding: 10px 50px 10px 25px;
	line-height: 30px;
	color: #666666;
	width: 100%;
}
.mobFilterBtn ul li:hover a {
	background: #09f; 
	color: #ffffff;
}
.UlFilterBtns.showFilter {
	display: block;
}
.ThankyouModal .uk-modal-dialog {
	-webkit-clip-path: polygon(90% 0,100% 15%,100% 100%,0 100%,0% 50%,0 0);
    clip-path: polygon(90% 0,100% 15%,100% 100%,0 100%,0% 50%,0 0);
    padding: 60px 54px 40px;
}
.ThankyouModal h2 {
	font-size: 42px;
    line-height: 48px;
    text-transform: uppercase;
}
.ThankyouModal .submitBtn svg {
	margin-left: 5px;
}
.ThankyouModal .submitBtn {
	max-width: 250px;
    float: none;
    margin-top: 30px;
    display: inline-block;
}
.ContactFld .iti {
	max-width: 100%;
}
.FixedFormContainer {
	position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 100%;
    max-width: 330px;
}
.FixedFormContainer.showcontactform {
    height: calc(100% - 100px);
    max-height: 730px;
}
.FixedFormBox {
    float: left;
    width: 100%;
    height: calc(100% - 70px);
    background: #ffffff;
    border: solid 1px #d7dde3;
    border-radius: 11px;
    margin-bottom: 20px;
    display: none;
}
.showcontactform .FixedFormBox {
	display: block;
}
.formHead {
    float: left;
    background: url(../images/contactpopup.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 230px;
    border-radius: 11px 11px 0 0;
}
.formbodycontainer {
    float: left;
    width: 100%;
    height: 100%;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: -230px;
}
.formbodycontainer::-webkit-scrollbar {
    width: 5px;
    cursor: pointer;
}
.formbodycontainer::-webkit-scrollbar-track {
    background: #ffffff99;
}
.formbodycontainer::-webkit-scrollbar-thumb {
    background: #18171D;
}
.formbodycontainer::-webkit-scrollbar-thumb:hover {
    background: #18171d7e;
}
.formbodycontainer img {
    width: 85px;
    margin-bottom: 15px;
}
.formbodycontainer p strong {
    font-size: 22px;
    font-weight: 400;
}
.formbodycontainer p {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
}
.formbody {
    float: left;
    width: 100%;
    background: #ffffff;
    background: #ffffff;
    box-shadow: 0px -3px 10px #00000029;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
}
.formbody h4 {
    color: #202124;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 5px;
    float: left;
    width: 100%;
}
.formbody p {
    color: #9aa0a6;
    font-size: 12px;
    line-height: 22px;
    margin: 0 0 15px;
    float: left;
    width: 100%;
}
.FixedFormContainer .FixedFormBtn {
    float: right;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: url(../images/contactpopup.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    box-shadow: rgb(0 0 0 / 15%) 0px 4px 12px 0px;
}
.FixedFormBtn svg.closeicon {
    display: none;
}
.showcontactform .FixedFormBtn svg.closeicon {
    display: inline-block;
}
.showcontactform .FixedFormBtn svg.chaticon {
    display: none;
}
.ContactFldchat {
    float: left;
    width: 100%;
}
.ContactFldchat .uk-input {
    font-size: 12px;
    color: #9aa0a6;
    height: 40px;
    background: #fafafa;
    border: 1px solid #d7dde3;
    border-radius: 5px;
}
.ContactFldchat textarea.uk-input {
    height: 80px;
    resize: none;
}
.ContactFldchat .uk-select:not([multiple]):not([size]) {
	font-size: 12px;
    color: #9aa0a6;
    height: 40px;
    background-color: #fafafa;
    border: 1px solid #d7dde3;
    border-radius: 5px;
}
.submitBtnchat {
    float: left;
    width: 100%;
    height: 40px;
    background: #1db954;
    border-radius: 20px;
    color: #ffffff;
    font-size: 14px;
    border: solid 1px #1db954;
    cursor: pointer;
}
.ContactFldchat.mb {
	margin-bottom: 10px;
}
.numbchatbox.ContactFldchat .uk-input {
	border-left: 0;
    border-radius: 0 5px 5px 0;
}
.numbchatbox .iti__flag-container {
	font-size: 12px;
    color: #9aa0a6;
    height: 40px;
    background: #fafafa;
    border: 1px solid #d7dde3;
    float: left;
    border-right: 0;
    border-radius: 5px 0 0 5px;
}
.iti__country-list .iti__country {
	font-size: 14px;
}
.topbar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #18171D;
	z-index: 1000;
	padding: 8px 0;
	height: 44px;
	overflow: hidden;
}
.LeftTop {
	float: left;
	width: 33.33333%;
}
.CenterTop {
	float: left;
	width: 33.33333%;
	text-align: center;
}
.WAApiSpan {
	display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 12px;
    padding: 8px 24px;
    color: #18171D;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    transition: all 0.3s ease;
}
.WAApiSpan:after {
    content: "";
    position: absolute;
    top: 100%;
    margin-top: -1px;
    left: 10px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 8px 0 0;
    border-color: #fff transparent transparent transparent;
}
.WAApiSpan:hover {
	color: #18171D;
	background: #39FF40;
}
.WAApiSpan:hover:after {
	 border-color: #39FF40 transparent transparent transparent;
}
.CenterTop a {
	white-space: nowrap;
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}
.CenterTop a:hover {
    color: #39FF40;
}
.CenterTop a:before {
	width: 0;
	height: 1px;
	bottom: -2px;
	content: '';
	background: #39FF40;
	transition: all 0.3s ease;
	position: absolute;
	left: 0;
}
.CenterTop a:hover:before {
	width: 100%;
}
.ContactFld .submitBtn.DangerBtn {
    background-color: #f0506e;
	border: 1px solid #f0506e;
}
.ContactFld .submitBtn.DangerBtn:hover {
	background-color: #ee395b;
}
.CaptchaStyle {
	float: left;
	width: 100%;
	transform: scale(0.8);
    transform-origin: 0 0;
}
.SeoFld .iti__flag-container{
	float: left;
    height: 50px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 6px 0 0 6px;
    padding: 0;
    color: #000000;
    font-size: 16px;
    border-right: none;
}
.slider_cont {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
   	height: 100%;
}
.slider_cont p {
    float: left;
    width: 100%;
    margin: 0;
    color: #FFFFFF;
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}
.slider_cont .SliderHeading {
    float: left;
    width: 100%;
    margin: 10px 0 20px;
    color: #FFFFFF;
	font-size: 56px;
    line-height: 66px;
    text-transform: uppercase;
    font-weight: 900;
}
.slider_cont .SliderHeading span {
	float: left;
	height: 74px;
	position: relative;
}
.slider_cont .SliderHeading strong {
	float: left;
	width: 100%;
}
.slider_cont .SliderHeading span:before {
	position: absolute;
	left: 0;
	bottom: 7px;
	content: '';
	width: 100%;
	height: 4px;
	background: #B7FBCA;
}
.slider_cont .uk-overlay {
	position: relative !important;
	padding: 0;
}
.sliderImg {
	float: left;
	width: 100%;
	text-align: center;
}
.sliderImg img {
	width: 100%;
}
.homeSlider {
	height: 100%;
}
.homeSlider .uk-slideshow-items {
	height: 100%;
	min-height: 100% !important;
}
.homeSlider .uk-dotnav {
	position: absolute;
    left: 0;
    bottom: 35px;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: block;
    flex-wrap: inherit;
}
.homeSlider .uk-dotnav li {
	display: inline-block;
}
.homeSlider .uk-dotnav>*>* {
   	float: left;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    text-indent: inherit;
    white-space: nowrap;
    border: none;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    padding-bottom: 3px;
    margin: 0;
}
.homeSlider .uk-dotnav>*>*:before {
	content: '';
	position: absolute;
	left: 0;
	height: 1px;
	bottom: 0px;
	background: #B7FBCA;
	width: 100%;
	display: none;
}
.homeSlider .uk-dotnav>.uk-active>*:before {
	display: block;
}
.homeSlider .uk-dotnav>.uk-active>*, .uk-light .uk-dotnav>li:hover>* {
	background: none;
	border: none;
	color: #B7FBCA;
}
.homeSlider .BtnWithArrow {
	color: #2C2C2C;
}
.homeSlider .BtnWithIcon:hover {
    text-decoration: none;
    color: #B7FBCA;
}
.whatsappbtnapi {
	float: right;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 9px 10px;
    line-height: 20px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    background: #31BA45;
    border-radius: 4px;
    margin-right: 20px;
    border: solid 1px #31BA45;
}
.whatsappbtnapi svg {
	margin-right: 5px;
}
.whatsappbtnapi:hover {
	background: none;
	color: #ffffff;
}
.uk-active .whatsappbtnapi:hover {
	background: none;
	color: #31BA45;
}
.SubMenuSec .ProdMenu {
	float: left;
	width: calc(100% - 80px);
	color: #ffffff;
	border: solid 1px transparent;
    transition: all 0.3s ease;
	padding: 10px;
}
.SubMenuSec .ProdMenu:hover {
	border: solid 1px #ffffff;
}
.SubMenuSec .ProdMenu img {
	width: 100%;
    max-width: 250px;
}
.SubMenuSec .ProdMenu p {
	float: left;
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 16px;
	font-weight: 300;
}
.ftrLink .uk-dropdown li a img.menuImg {
	width: 120px;
}
.MobileMenuWrap .uk-nav-sub li a img.menuImg {
	width: 120px;
}
.productsmenu .MenuList li h4 {
	margin-bottom: -20px;
}
.txtchangeonhover .txtchangeonhoverinner {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 230px;
	color: #ffffff;
}
.txtchangeonhover {
	position: relative;
}
.txtchangeonhoverinner h5 {
	float: left;
	width: 100%;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px;
}
.txtchangeonhoverinner p {
	float: left;
	width: 100%;
	font-size: 20px;
	line-height: 24px;
	color: #ffffff;
    margin: 0;
}
.PrivacyPolicySec {
	background: #F5F5F5;
	padding: 180px 0 80px;
}
.PrivacyPolicySec h1 {
	float: left;
    width: 100%;
    font-size: 52px;
    line-height: 62px;
    font-weight: bold;
    text-transform: uppercase;
    color: #1DB954;
    letter-spacing: -2px;
}
.PrivacyPolicySec p, .PrivacyPolicySec h3, .PrivacyPolicySec ol, .PrivacyPolicySec ul {
	color: #000000;
}
.PrivacyPolicySec h3 {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
    line-height: 34px;
}
.SucSec {
	background: #000000;
    position: relative;
}
.sucimg {
	width: 100%;
	opacity: 25%;
}
.SucBox {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.homeheaderchange .heading {
	font-size: 55px;
    line-height: 70px;
}
.homeheaderchange .heading span {
	height: 75px;
}
.homeheaderchange .uk-container.norelative {
	position: inherit;
}
.HomeSliderContainer {
	position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    max-width: 900px;
}
.HomeSliderContainer .macbookImg {
	width: 100%;
	position: relative;
    z-index: 1;
}

.HomeMacbookSlider {
	position: absolute;
    right: 0;
    top: 12.5%;
    width: 81%;
}
.HomeSliderContainer .MobileImgBox {
	position: absolute;
	left: 7%;
    bottom: 0;
    width: 27%;
    z-index: 1;
}
.MobileImgBox .MobileImg {
	position: relative;
    z-index: 1;
}
.HomeMobileSlider {
	position: absolute;
    left: 4%;
    top: 2%;
    width: 93%;
    border-radius: 20px;
    overflow: hidden;
    height: 96%;
}
.homeheaderchange .googlePartner {
    left: 200px;
}
.uk-lightbox-caption a {
	font-size: 20px;
	color: #ffffff;
}
.Header404 {
	text-align: center;
}
.Header404 h1 {
	float: left;
	width: 100%;
	font-size:250px;
	color: #ffffff;
	text-transform: uppercase;
    font-weight: 900;
}
.Header404 p {
	margin-bottom: 40px;
}
.scale-anm .protSocial {
	position: absolute;
	right: 20px;
	top: 20px;
	display: none;
	padding: 0;
    margin: 0;
    list-style: none;
}
.protSocial li {
	float: left;
    margin-left: 10px;
}
.protSocial li span {
	color: #000;
	background: #ffffff;
}
.fbicon .protSocial, .instaicon .protSocial {
	display: block;
}
.fbicon .protSocial li:last-child {
	display: none;
}
.instaicon .protSocial li:first-child {
	display: none;
}
.instaicon.fbicon .protSocial li {
	display: block;
}
.videoprodbox {
	position: absolute;
	width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    transition: all 0.3s ease;
}
.videoprodbox span {
	float: left;
    width: 100%;
    margin-top: 10px;
}
.videoprodbox svg {
    width: 60px;
    margin-top: -10px;
}
.videoprodbox h5 {
    float: left;
    width: 100%;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    padding: 0 30px;
}
.scale-anm a:hover .videoprodbox {
	opacity: 0;
}