
html {
	height: 100%;
	box-sizing: border-box;
	-ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
html,body {
	overflow-x: hidden;
}
body {
	max-width:1920px;
	margin:auto;
	overflow-y: hidden;
}
  @font-face {
	font-family: 'Impact';
	src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
  }
  
  a:focus{
	  outline: none;
  }
#wrapper {
	position: relative;
}
/*Header Section Start Here*/
.navbar-default {
	background-color: #fff;
	border: 0;
	margin-bottom: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	box-shadow: 1px 1.732px 2px 0px rgba(40, 40, 40, 0.05);
}
.navbar-default .container {
	position: relative;
	width: auto;
	padding: 0 100px;
	max-width:1920px;
	margin:auto;
}
.navbar-brand {
	position: relative;
	width: 110px;
	height: 30px;
	float: none;
	padding: 0;
	margin: 18px 0;
	background: url(../images/techugo_logo.png) no-repeat;
	background-size: 100% 100%;
	display: block;
	text-indent: -9999px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
	outline: none;
}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
}
.navbar-default .navbar-nav, .navbar-default #navbar {
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
#navbar {
	float: right;
}
.navbar-default #navbar ul {
	margin: 0;
	padding: 0;
}
.navbar-default #navbar ul li {
	list-style: none;
	float: left;
	position: relative;
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	color: #616161;
	line-height: 64px;
	padding: 0 10px;
	margin: 0 20px;
	font-weight: 600;
	display: block;
	text-decoration: none;
	transition: color ease 0.3s;
}
.navbar-default .navbar-nav > li.open:hover > a,.navbar-default .navbar-nav > li.open > a{
	background-color: transparent;
}
.navbar-default .navbar-nav > li > a:after {    
	background: none repeat scroll 0 0 transparent;
	bottom: 0px;
	content: "";
	display: block;
	height: 3px;
	left: 50%;
	position: absolute;
	background: #39b7fc;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.navbar-default .navbar-nav > li > a:hover:after,.navbar-default .navbar-nav > li.open:hover > a:after { 
	width: 100%; 
	left: 0; 
}
.navbar-default .navbar-nav > li:hover > a {
	color: #39b7fc;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
	color: #39b7fc;
}
.servicemenuwrap {
	max-width:1920px;
}
.mega-dropdown {
	position: static !important;
}
.mega-dropdown-menu {
	width: 100%;
	top:64px;
	padding: 0!important;
	border: 0;
	border-radius: 0;
	border-bottom:4px solid #36b7ff;
	border-top: 1px solid #e6e6e6;
	box-shadow: 1px 1.732px 2px 0px rgba(40, 40, 40, 0.05);
}
.mega-dropdown-menu > li > ul {
	padding: 0;
	margin: 0;
}
.mega-dropdown-menu > li > ul > li {
	list-style: none;
}
.menuwrap{
	padding: 20px 100px;
}
.menuwrap ul{
	margin: 0;
	padding: 0;
}
.menuwrap ul li{
	float: none !important;
	list-style: none;
}
.menuwrap ul li a{
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	padding: 10px 0 10px 44px;
	line-height: 30px;
	color: #6b6b6b;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 30px;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menuwrap ul li a i{
	font-style: normal;
	display: inline-block;
}
.menuwrap ul li:hover a{
	color: #39b7fc;
}
.menuwrap ul li a span.technm{
	position: relative;
	line-height: 20px;
	display: inline-block;
}
.menuwrap ul li a span.technm:after{    
	background: none repeat scroll 0 0 transparent;
	bottom: -5px;
	content: "";
	display: block;
	height: 1px;
	left: 50%;
	position: absolute;
	background: #39b7fc;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}
.menuwrap ul li a:hover span.technm:after{ 
	width: 100%; 
	left: 0; 
}
.menuwrap ul li a span.icon {
	position: absolute;
	width: 30px;
	height: 30px;
	top:9px;
	left: 0;
	background: url(../images/services_menu.png) no-repeat;
	background-size: 30px 420px;
	display: block;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.menuwrap ul li a span.icon.androiddev {
	background-position: 0 0;
}
.menuwrap ul li a span.icon.iosdev {
	background-position: 0 -30px;
}
.menuwrap ul li a span.icon.ionicdev {
	background-position: 0 -60px;
}
.menuwrap ul li a span.icon.uiux {
	background-position: 0 -120px;
}
.menuwrap ul li a span.icon.blcdev {
	background-position: 0 -240px;
}
.menuwrap ul li a span.icon.vrdev {
	background-position: 0 -270px;
}
.menuwrap ul li a span.icon.phpnodedev {
	background-position: 0 -90px;
}
.menuwrap ul li a span.icon.testing {
	background-position: 0 -150px;
}
.menuwrap ul li a span.icon.reactdev {
	background-position: 0 -180px;
}
.menuwrap ul li a span.icon.wearabledev {
	background-position: 0 -210px;
}
.menuwrap ul li a span.icon.augmentedreality {
	background-position: 0 -300px;
}
.menuwrap ul li a span.icon.iotdev {
	background-position: 0 -330px;
}
.menuwrap ul li a span.icon.aidev {
	background-position: 0 -360px;
}
.menuwrap ul li a span.icon.chatbotsdev {
	background-position: 0 -390px;
}
.overlaybg {
	position: fixed;
	left: 0;
	top: 64px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	display: none;
}
  .hideview{
	  display: none !important;
  }
  .getconbtnbx{
	  float: right;
  }
  .getconbtnbx a{
	text-decoration: none;
	display: inline-block;
   }
  .getconbtnbx .button {
	font-family: 'Raleway', sans-serif;
	position: relative;
	padding: 14px 20px;
	font-weight: 600;
	line-height: normal;
	width: auto !important;
	height: auto;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	cursor: pointer;
	margin-top: 10px;
  }
  .getconbtnbx .button.raised {
	-moz-transition: all 0.1s;
	-o-transition: all 0.1s;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
  }
  .anim {
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
  }
  .anim:before {
	position: relative;
	content: '';
	display: block;
	margin-top: 100%;
  }
  .anim:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 50%;
  }
  .hoverable:hover > .anim {
	-moz-animation: anim-out 0.75s;
	-webkit-animation: anim-out 0.75s;
	animation: anim-out 0.75s;
  }
  .hoverable:hover > .anim:after {
	-moz-animation: anim-out-pseudo 0.75s;
	-webkit-animation: anim-out-pseudo 0.75s;
	animation: anim-out-pseudo 0.75s;
  }
  @-webkit-keyframes anim-out {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @-moz-keyframes anim-out {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @-ms-keyframes anim-out {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @keyframes anim-out {
	0% {
	  width: 0%;
	}
	100% {
	  width: 100%;
	}
  }
  @-webkit-keyframes anim-out-pseudo {
	0% {
	  background: rgba(0, 0, 0, 0.25);
	}
	100% {
	  background: transparent;
	}
  }
  @-moz-keyframes anim-out-pseudo {
	0% {
	  background: rgba(0, 0, 0, 0.25);
	}
	100% {
	  background: transparent;
	}
  }
  @-ms-keyframes anim-out-pseudo {
	0% {
	  background: rgba(0, 0, 0, 0.25);
	}
	100% {
	  background: transparent;
	}
  }
  @keyframes anim-out-pseudo {
	0% {
	  background: rgba(0, 0, 0, 0.25);
	}
	100% {
	  background: transparent;
	}
  }
.callusSalesOpenbox {
	float: left;
}
.callusSales {
    float: left;
	margin-top: 20px;
	margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}
.callusSales .fa-phone {
    font-size: 32px;
    color: #21a9f3;
}
.getconbtnbx .dropdown-menu {
    left: auto;
    right: 0;
    top: 64px;
    border: 0;
    min-width: 360px;
    padding: 24px 24px 15px 24px;
    border-bottom: 2px solid #279eff;
    border-radius: 8px;
    box-shadow: 0 10px 40px 0 rgba(39, 158, 255, .15)
}

.getconbtnbx .callusrow {
    margin-bottom: 20px
}

.getconbtnbx .callusrow .callusrtype {
    width: 80px;
    height: 60px;
    float: left;
    background: url(../images/callus_icon.png) no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.getconbtnbx .callusrow .callusrdetails {
    margin-left: 110px
}

.getconbtnbx .callusrow .callusrdetails .callheading,
.getconbtnbx .callusrow .callusrdetails .callnum {
    position: relative;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #282828
}
.getconbtnbx .callusrow .callusrdetails .callnum {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.getconbtnbx .callusrow .callusrdetails .callnum a {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: #282828;
    text-decoration: none
}

.getconbtnbx .callusrow .callusrdetails .callnum a:hover {
    color: #439ff4
}

.getconbtnbx .callusrow .emailsrw {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #747474
}

.getconbtnbx .callusrow .emailsrw a {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    color: #747474
}
.getconbtnbx .callusrow .emailsrw a:hover {
    color: #439ff4
}
.getconbtnbx .callusrow .callusrdetails .callheading {
    margin-bottom: 15px
}
.getconbtnbx .callusrow .callusrdetails .callheading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -7px;
    width: 20px;
    height: 3px;
    background-color: #40a3ff
}
/*Header Section End Here*/

/*Contact Us Start Here*/

.gettingtouchbox {
	margin-bottom: 30px;
}
.touchrw {
	position: relative;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	line-height: 25px;
	padding-left: 40px;
	margin-bottom: 40px;
}
.touchrw a {
	position: relative;
	color: #fff;
	display: inline-block;
	text-decoration: none;
}
.touchrw a:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	display: block;
	margin-top: 5px;
	right: 0;
	background: #fff;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}
.touchrw a:hover:after {
	width: 100%;
	left: 0;
	background: #fff;
}
.touchrw span {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background: url(../images/contact_icon.png) no-repeat;
	background-size: 25px 100px;
}
.touchrw span.number {
	background-position: 0 0;
}
.touchrw span.mobile {
	background-position: 0 -25px;
}
.touchrw span.emails {
	background-position: 0 -50px;
}
.touchrw span.website {
	background-position: 0 -75px;
}
.addressrws {
	position: relative;
}
.country_add {
	margin-bottom: 0px;
}
.country_add span {
	float: left;
	width: 48px;
	height: 32px;
	background: url(../images/country_flag.png) no-repeat;
	background-size: 48px 96px;
	display: inline-block;
}
.country_add span.indiaflag {
	background-position: 0 0;
}
.country_add span.usaflag {
	background-position: 0 -32px;
}
.country_add span.uaeflag {
	background-position: 0 -64px;
}
.country_add i.count_office_add {
	color: #fff;
	font-style: normal;
}
.socialmediaiconsrow {
	text-align: right;
}
ul.social-network {
	list-style: none;
	display: inline;
	margin-left: 0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}
.social-network a.icoFacebook {
	border: 2px solid #8c8c8c;
}
.social-network a.icoFacebook:hover {
	border: 2px solid #3B5998;
}
.social-circle li i.fa-facebook {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-facebook {
	color: #3B5998;
}
.social-network a.icoTwitter {
	border: 2px solid #8c8c8c;
}
.social-network a.icoTwitter:hover {
	border: 2px solid #33ccff;
}
.social-circle li i.fa-twitter {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-twitter {
	color: #33ccff;
}
.social-network a.icoGoogle {
	border: 2px solid #8c8c8c;
}
.social-network a.icoGoogle:hover {
	border: 2px solid #BD3518;
}
.social-circle li i.fa-google-plus {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-google-plus {
	color: #BD3518;
}
.social-network a.icoinstagram {
	border: 2px solid #8c8c8c;
}
.social-network a.icoinstagram:hover {
	border: 2px solid #c32e97;
}
.social-circle li i.fa-instagram {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-instagram {
	color: #c32e97;
}
.social-network a.icoyoutube {
	border: 2px solid #8c8c8c;
}
.social-network a.icoyoutube:hover {
	border: 2px solid #eb2429;
}
.social-circle li i.fa-youtube {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-youtube {
	color: #eb2429;
}
.social-network a.icodribble {
	border: 2px solid #8c8c8c;
}
.social-network a.icodribble:hover {
	border: 2px solid #ea4c89;
}
.social-circle li i.fa-dribbble {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-dribbble {
	color: #ea4c89;
}
.social-network a.icobehance {
	border: 2px solid #8c8c8c;
}
.social-network a.icobehance:hover {
	border: 2px solid #0077ff;
}
.social-circle li i.fa-behance {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-behance {
	color: #0077ff;
}
.social-network a.icopinterest {
	border: 2px solid #8c8c8c;
}
.social-network a.icopinterest:hover {
	border: 2px solid #cb2027;
}
.social-circle li i.fa-pinterest {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-pinterest {
	color: #cb2027;
}
.social-network a.icoLinkedin:hover {
	border: 2px solid #007bb7;
}
.social-circle li i.fa-linkedin {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-linkedin {
	color: #007bb7;
}
.social-network a.emails:hover {
	border: 2px solid #4e71ef;
}
.social-circle li i.fa-envelope {
	color: #8c8c8c;
}
.social-circle li:hover i.fa-envelope {
	color: #4e71ef;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin-bottom: 0 !important;
	border-radius: 50%;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 18px;
	padding: 0 !important;
	border: 2px solid #8c8c8c;
	color: #8c8c8c;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}
/*Contact Us End Here*/


/*Footer Sitemap Start Here*/
.footerSitemapwrap {
	position: relative;
	background: url(../images/techugo_bg_logo.png) no-repeat #fff;
	background-position: left top;
	padding: 0 100px
}
.footerSitemapwrap .topbdr {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	height: 1px;
	background: url(../images/border_show.jpg) repeat-x;
}
.sitemapmenu {
	position: relative;
}
.sitemapmenu .menubox {
	width: 25%;
	float: left;
}
.sitemapmenu .menubox .navbar-nav, .sitemapmenu .menubox .navbar-nav > li {
	float: none;
}
.sitemapmenu .menubox .navbar-nav > li > a {
	font-family: 'Raleway', sans-serif;
	padding: 15px 0;
	color: #909090;
	font-weight: 500;
	text-align: left;
	display: inline-block;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.sitemapmenu .menubox .navbar-nav > li:hover > a, .sitemapmenu .menubox .navbar-nav > li:focus > a, .sitemapmenu .menubox .navbar-nav > li:active > a {
	background-color: transparent;
	color: #4987f1;
	letter-spacing: 0.5px;
}
.sitemapmenu .menubox h3, .footerguides h3 {
	position: relative;
	font-family: 'Raleway', sans-serif;
	font-size: 24px;
	font-weight: 600;
	color: #000000;
}
.sitemapmenu .menubox h3 {
	margin-top: 0;
}
.sitemapmenu span.btmline, .footerguides span.btmline {
	position: absolute;
	width: 30px;
	height: 3px;
	left: 0;
	bottom: -10px;
	background-color: #4987f1;
	display: block;
	-webkit-transition: all 600ms linear;
	transition: all 600ms linear;
}
.menubox:hover span.btmline {
	width: 60px;
}
.footerguides {
	padding: 20px 0 30px 0;
}
.footerguides h3 {
	margin-bottom: 20px;
}
.footerguides h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: #909090;
	margin: 0;
}
.footerguides h5 a{
	color: #909090;
	-webkit-transition: all 600ms linear;
	transition: all 600ms linear;
}
.footerguides h5 a:hover{
	color: #4987f1;
}
.footerguides .linel {
	background-color: #939393;
	height: 1px;
	margin-top: 11px;
}
.footerSitemapwrap .copyrtrw {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-align: right;
}
.footerSitemapwrap .copyrtrw p{
	display: inline-block;
}
.footerSitemapwrap .copyrtrw p:first-child{
	margin-right: 15px;
}
.footerSitemapwrap .copyrtrw a{
	color:#333;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.footerSitemapwrap .copyrtrw a:hover{
	color: #4987f1;
}
.footerSitemapwrap .littleinfo {
	font-weight: 500;
	font-size: 15px;
	color: #282828;
}
.dmcarw {
	padding-top: 35px;
}
.dmcarw .cenpos img{
	margin-top: 10px;
}
.dmcarw .socialmediaiconsrow {
	text-align: center;
}
.dmcarw .chaticonrw {
	text-align: right;
}
.dmcarw .chaticonrw .chaticon {
	width: auto;
}
/*Footer Sitemap End Here*/

.hpgbanbg{
	position: relative;
	background: url(../images/particlebg.png) no-repeat;
}
.hpgbanbg.pd{
	padding-top: 0 !important;
}
.hpgbanbg.winheight{
	height: 100vh;
}
.sparksimaginationwrap{
	position: relative;
	padding: 0 100px;
	height: calc(100vh - 64px);
}
.sparksimagination{
	position: absolute;
	width: 50%;
	left: 100px;
	top:50%;
	transform: translateY(-50%);
}
.sparksimagination.conpg{
	position: absolute;
	left: 100px;
	top:50%;
	width: 38%;
	transform: translateY(-50%);
	margin-top: 0px;
}
.sparksimagination h1{
	font-size: 60px;
	line-height: 80px;
	color: #22abf6;
	margin-top: 0;
	font-weight: 500;
}
.sparksimagination h1 i{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-style: normal;
}
.section.hpgbanbg .sparksimagination h1,.section.hpgbanbg .letstogetherrow,.section.hpgbanbg .letsemailtalkrw,.coninfosmtxt,.sparksimagination.conpg .gettouchnwbtnrw{
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.hpgbanbg.active .sparksimagination h1 {
    -webkit-transition-delay: .33s;
    transition-delay: .33s;
}
.section.hpgbanbg.active .sparksimagination h1,.section.hpgbanbg.active .letstogetherrow,.section.hpgbanbg.active .letsemailtalkrw,.section.hpgbanbg.active .coninfosmtxt,.section.hpgbanbg.active .sparksimagination.conpg .gettouchnwbtnrw {
    opacity: 1;
}
.section.hpgbanbg.active .sparksimagination .letstogetherrow {
    -webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.hpgbanbg.active .letsemailtalkrw {
    -webkit-transition-delay: .99s;
    transition-delay: .99s;
}
.sparksimagination h1 span{
	font-size: 70px;
	display: block;
	font-weight: 600;
	margin-top: 12px;
}
.letstogetherrow{
	margin: 40px 0 30px 0;
}
.letstogetherrow .letstxt{
	font-size: 40px;
	color: #515151;
	font-weight: 600;
	display: inline-block;
}
.letstogetherrow .letsline{
	width: 260px;
	height: 2px;
	background-color: #dcdcdc;
	display: inline-block;
	margin-left: 20px;
}
.letsemailtalkrw{
	padding-top: 15px;
}
.letsemailtalkrw .form-control{
	padding: 0px 13px;
	height: 56px;
	font-size: 18px;
	border:1px solid #e1e1e1;
	box-shadow: none;
	font-weight: 500;
	-webkit-appearance: none;
}
.letsemailtalkrw button {
	position: relative;
	width: 130px;
	height: 56px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	transition: all 0.5s;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
	outline: none;
	display: inline-block;
  }
  .letsemailtalkrw button:after {
	font-size: 32px;
	content: '»';
	position: absolute;
	opacity: 0;  
	top: 0px;
	right: -20px;
	transition: 0.5s;
  }
  .letsemailtalkrw button:hover{
	padding-right: 24px;
	padding-left:8px;
  }
  
  button:hover:after {
	opacity: 1;
	right: 10px;
  }
  .maskingbannerbox{
	  position: absolute;
	  top:50%;
	  right:100px;
	  text-align: right;
	  transform: translateY(-50%);
  }
  .maskingbannerbox .maskingimg1{
	  width: 230px;
	  display: inline-block;
  }
  .maskingbannerbox .maskingimg2{
	width: 220px;
	display: inline-block;
	margin: 0 40px;
}
.maskingbannerbox .maskingimg3{
	width: 210px;
	display: inline-block;
}
.maskingbannerbox .maskingimg1,.maskingbannerbox .maskingimg2,.maskingbannerbox .maskingimg3{
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg1,.section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg2,.section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg3{
	opacity: 1;
}
  .maskingbannerbox img{
	  width: 100%;
	  height: auto;
  }
  .section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg1{
	-webkit-transition-delay: .33s;
    transition-delay: .33s;
  }
  .section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg2{
	-webkit-transition-delay: .66s;
    transition-delay: .66s;
  }
  .section.hpgbanbg.active .maskingbannerbox.maskingviews .maskingimg3{
	-webkit-transition-delay: .99s;
    transition-delay: .99s;
  }

/*Building More Than Just Apps Start Here*/
.buildingapps{
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
	overflow: hidden;
}
.buildappdesignpat{
	position: absolute;
	right:0;
	bottom: -100px;
}
.buildappdesignpat img{
	width: 1000px;
}
.buildingappsCon{
	padding: 0 100px;
}
.buildleftCon{
	margin: 0;
}
.buildleftCon h2{
	font-size: 60px;
	color: #fff;
	font-weight: 500;
	line-height: 80px;
}
.buildleftCon h2 span{
	font-size: 70px;
	font-weight: 600;
	display: block;
	margin-top: 12px;
}
.buildleftCon h2 span i,.letstheading span i,.clientsbrandsleftCon .brandsheading span i,.stoleheading span i {
    width: 120px;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
	margin-left: 10px;
}
.buildleftCon .simpletxt,.letstalkpCon .simpletxt,.clientsbrandsleftCon .simpletxt,.westoleCon .simpletxt{
	font-size: 21px;
	color: #fff;
	font-weight: 500;
	line-height: 44px;
	margin-top: 30px;
	max-width: 90%;
}
.buildleftCon .simpletxt span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.buildleftCon .simpletxt{
	max-width: 70%;
}
.clientsreviwssection .buildleftCon .simpletxt{
	max-width: 60%;
}
.numericrw{
	position: relative;
	padding-right: 60px;
}
.numericrw ul {
	margin: 0;
	padding: 0;
}
 .numericrw ul li{
	text-align: left;
	opacity: 0;
	list-style: none;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.accoladesnumsection .numericrw ul li{
	opacity: 1;
}
.numericrw ul li .counter {
	font-family: 'Impact';
	display: inline-block;
	font-size: 110px;
	line-height: 100px;
	color: #fff;
	min-width: 60px;
	z-index: 2;
}
.numericrw ul li span.plusicon {
	font-family: 'Impact';
	font-size: 110px;
	line-height: 100px;
	color: #fff;
	display: inline-block;
	z-index: 2;
}
.numericrw ul li .numtxt {
	position: relative;
	font-weight: 500;
	font-size: 24px;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
}
.section.buildingapps.active .buildingappsCon .numericrw ul li{
	opacity: 1;
}
.section.buildingapps.active .buildingappsCon .numericrw ul li:nth-child(1){
	-webkit-transition-delay: .22s;
    transition-delay: .22s;
}
.section.buildingapps.active .buildingappsCon .numericrw ul li:nth-child(2){
	-webkit-transition-delay: .44s;
    transition-delay: .44s;
}
.section.buildingapps.active .buildingappsCon .numericrw ul li:nth-child(3){
	-webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.buildingapps.active .buildingappsCon .numericrw ul li:nth-child(4){
	-webkit-transition-delay: .88s;
    transition-delay: .88s;
}
.numericrw ul li:nth-child(2), .numericrw ul li:nth-child(4){
	text-align: right;
}
.numericrw.contactpg ul li:nth-child(2), .numericrw.contactpg ul li:nth-child(4){
	text-align: center;
}
.gettouchnwbtnrw{
	margin-top: 50px;
}
.gettouchnwbtnrw a.touchbtns {
	padding: 12px 20px;
	text-align: center;
	color: #3db1e7;
	border-radius:4px;
	font-size: 18px;
	cursor: pointer;
	font-weight: 500;
	display: inline-block;
	text-decoration: none;
  }
  .gettouchnwbtnrw .butteff {
	color: #3db1e7;
	border: 2px solid #fff;
	background-image: -webkit-linear-gradient(30deg, #fff 50%, transparent 50%);
	background-image: linear-gradient(30deg, #fff 50%, transparent 50%);
	background-size: 500px;
	background-repeat: no-repeat;
	background-position: 0%;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
  }
  .gettouchnwbtnrw .butteff:hover {
	background-position: 100%;
	color: #fff;
  }

.buildleftCon h2,
.buildleftCon .simpletxt,.buildleftCon .gettouchnwbtnrw,.digitalServices .digitalheading,.clientsreviwssection .digitalheading {
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.buildingapps.active .buildleftCon h2,
.section.buildingapps.active .buildleftCon .simpletxt,.section.buildingapps.active .buildleftCon .gettouchnwbtnrw,.section.digitalserviceSec.active .buildleftCon .simpletxt,.section.digitalserviceSec.active .digitalServices .digitalheading,.section.clientsreviews.active .clientsreviwssection .digitalheading,.section.clientsreviews.active .buildleftCon .simpletxt{
	opacity: 1;
}
.section.buildingapps.active .buildleftCon h2,.section.digitalserviceSec.active .digitalServices .digitalheading,.section.clientsreviews.active .clientsreviwssection .digitalheading{
	-webkit-transition-delay: .44s;
	        transition-delay: .44s;
}
.section.buildingapps.active .buildleftCon .simpletxt,.section.digitalserviceSec.active .buildleftCon .simpletxt,.section.clientsreviews.active .buildleftCon .simpletxt  {
	-webkit-transition-delay: .22s;
	        transition-delay: .22s;
}
.section.buildingapps.active .buildleftCon .gettouchnwbtnrw{
	-webkit-transition-delay: .66s;
	        transition-delay: .66s;
}
/*Building More Than Just Apps End Here*/

/*Digital Services Expertise Start Here*/
.digitalServices{
	padding-left: 100px;
}
.digitalServices .digitalheading,.clientsreviwssection .digitalheading{
	font-size: 60px;
	font-weight: 500;
    color: #22abf6;
    line-height: 80px;
}
.digitalServices .digitalheading span,.clientsreviwssection .digitalheading span{
	font-size: 70px;
	display: block;
	margin-top: 12px;
	font-weight: 600;
}
.digitalServices .digitalheading span i,.clientsreviwssection .digitalheading span i,.clientsbrandsleftCon .brandsheading em{
	width: 120px;
	height: 2px;
	background-color: #d4f0ff;
	display: inline-block;
	margin-left: 10px;
}
.clientsbrandsSection.godfreyappview .clientsbrandsleftCon .brandsheading em{
	background-color: #424242;
}
.clientsbrandsSection.airtelappview .clientsbrandsleftCon .brandsheading em{
	background-color: #fd4646;
}
.clientsbrandsSection.indofilappview .clientsbrandsleftCon .brandsheading em{
	background-color: #ee9945;
}
.clientsbrandsSection.browzlyappview .clientsbrandsleftCon .brandsheading em{
	background-color: #f3d824;
}
.clientsbrandsSection.dhanukaappview .clientsbrandsleftCon .brandsheading em{
	background-color: #00d67a;
}
.digitalServices .digitalheading span i{
	width: 210px;
}
.clientsbrandsleftCon .brandsheading em{
	margin-left: 0px;
}
.digitalServices .buildleftCon .simpletxt,.clientsreviwssection .buildleftCon .simpletxt{
	color: #515151;
}
.digitalServices .buildleftCon .simpletxt{
	max-width: 90%;
	font-size: 28px;
	font-weight: 600;
	line-height: 50px;
}
.digitalserviceslider{
	margin-top: 50px;
}
.digitalserbox{
	position: relative;
	padding: 210px 20px 20px 20px;
	margin: 0 60px;
	overflow: hidden;
	box-shadow: 1px 1.732px 4px 0px rgba(22, 25, 38, 0.1);
}
.digitalserbox .servicebxheading{
	position: relative;
	font-size: 24px;
	color:#fff;
	padding-bottom: 30px;
	font-weight: 500;
	display: inline-block;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.digitalserbox:hover .servicebxheading{
	letter-spacing: 0.5px;
}
.digitalserbox .servicebxheading:after{
	position: absolute;
	content: '';
	left: 0;
	width: 60%;
	bottom: 20px;
	height: 5px;
	border-radius: 12px;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.digitalserbox .servicebxheading:before{
	position: absolute;
	content: '';
	left: 0;
	width: 20px;
	height: 16px;
	bottom: -8px;
	background: url(../images/digital_arrow.png) no-repeat;
	background-size: 20px 32px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.digitalserbox:hover .servicebxheading:before{
	left:10px;
}
.digitalserbox:hover .servicebxheading:after{
	width: 100%;
}
.digitalserbox .servicebxheading span{
	display: block;
}
.digitalserbox.customer_experince{
	background-color: #60d95c;
}
.digitalserbox.digimar{
	background-color: #34a9d4;
}
.digitalserbox.mobappdev{
	background-color: #7a50cf;
}
.digitalserbox.mobappdev{
	background-color: #7a50cf;
}
.digitalserbox.dataai{
	background-color: #e81d73;
}
.digitalserbox.greydigitalbg{
	background-color: #868686;
}
.digitalserbox .digitalsertype{
	position: absolute;
	left: -40px;
	top:-30px;
	width: 100%;
	height: 100%;
	font-weight: 600;
	font-size: 300px;
	line-height:260px;
	color: #fff;
	opacity: 0.20;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}
.digitalserbox:hover .digitalsertype{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.owl-carousel.digitalser .owl-stage{
	left: -60px;
}
/*Digital Services Expertise End Here*/

/*Clients Reviews Start Here*/
.clientsreviwssection{
	padding-left:100px;
}
.clientscolumnbr{
	text-align: center;
	margin-top: 50px;
}
.clientscolumnbr img{
	width: 260px;
	height: auto;
	display: inline-block;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out;
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.section.clientsreviews.active .clientscolumnbr img {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.clientsreviewsSlider{
	margin-top: 50px;
}
.clientreviewconbox{
	position: relative;
	padding: 50px 20px 20px 50px;
	overflow: hidden;
}
.clientreviewclientsimgbx{
	position: absolute;
	top:-50px;
	right:-100px;
	width: 500px;
	height: 500px;
	border-radius: 100%;
	overflow: hidden;
}
.clientreviewclientsimgbx.gavinlund{
	background: url(../images/appinfo/gavin_lund.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.abdulmohsen{
	background: url(../images/appinfo/abdulmohsen.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.osama_asaad{
	background: url(../images/appinfo/osama_asaad.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.allison_fulbright{
	background: url(../images/appinfo/allison_fulbright.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.sanjeev_bhatia{
	background: url(../images/appinfo/sanjeev_bhatia.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.ahmad_alshibli{
	background: url(../images/appinfo/ahmad_alshibli.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.alicia-hardin{
	background: url(../images/appinfo/alicia-hardin.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.mikhil{
	background: url(../images/appinfo/mikhil.jpg) center center no-repeat;
	background-size:cover;
}
.clientreviewclientsimgbx.ashis_mittal{
	background: url(../images/appinfo/ashis_mittal.jpg) center center no-repeat;
	background-size:cover;
}
.clientsreviwcon{
	width: 50%;
	float: left;
}
.clientsreviwcon .revicllogo{
	margin-bottom: 15px;
}
.clientsreviwcon .revicllogo,.clientsreviewtxt,.clientsAuthorrow,.clientreviewclientsimgbx {
    opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.clientsreviews.active .clientsreviwcon .revicllogo,.section.clientsreviews.active .clientsreviewtxt,.section.clientsreviews.active .clientsAuthorrow,.section.clientsreviews.active .clientreviewclientsimgbx {
    opacity: 1;
}
.section.clientsreviews.active .clientsreviwcon .revicllogo {
    -webkit-transition-delay: .33s;
    transition-delay: .33s;
}
.section.clientsreviews.active .clientsreviewtxt{
	-webkit-transition-delay: .44s;
    transition-delay: .44s;
}
.section.clientsreviews.active .clientsAuthorrow{
	-webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.clientsreviews.active .clientreviewclientsimgbx{
	-webkit-transition-delay: .44s;
    transition-delay: .44s;
}
.clientsreviwcon .revicllogo img{
	width: 32px;
	height: auto;
}
.clientsreviwcon .revicllogo.workleus img{
	width: auto;
	height: 30px;
}
.sterklaviewtest{
	background-color: #2f5c8a;
}
.alabraviewtest{
	background-color: #ee245d;
}
.mycarbsviewbx{
	background-color: #ea9f20;
}
.workleusbox{
	background-color: #0d3b46;
}
.pendingapp{
	background-color: #9383b9;
}
.myfollowapptheame{
	background-color: #ffa619;
}
.purevibestheme{
	background-color: #02d2ad;
}
.asimit{
	background-color: #e34d35;
}
.alicahardin{
	background-color: #663aaf;
}
.clientsreviewtxt{
    font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 36px;
	height: 140px;
}
.clientsAuthorrow{
	margin-top: 20px;
}
.clientsAuthorrow .authornm{
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.clientsAuthorrow .authornm span{
	font-size: 15px;
	display: block;
}
.clientsAuthorrow .revicol{
	text-align: right;
}
.clientsAuthorrow .revicol img{
	width: 90px;
	height: auto;
	display: inline-block;
}
.fp-enabled body{
	margin: auto !important;
}
/*Clients Reviews End Here*/

/*Lets Talk About Projects Start Here*/
.letstalkAboutprojects{
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
}
.letstalkprojectsCon{
	padding: 0 100px;
}
.letstalkpCon{
	margin: 0;
}
.letstheading{
	font-weight: 500;
	font-size: 60px;
    color: #fff;
    line-height: 80px;
}
.section.letstalkAboutprojects .letstheading,.section.letstalkAboutprojects .letstalkpCon .simpletxt,.section.letstalkAboutprojects .touchrw,.section.letstalkAboutprojects .cols6th{
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.section.letstalkAboutprojects.active .letstheading,.section.letstalkAboutprojects.active .letstalkpCon .simpletxt,.section.letstalkAboutprojects.active .touchrw,.section.letstalkAboutprojects.active .cols6th{
	opacity: 1;
}
.section.letstalkAboutprojects.active .letstheading{
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
}
.section.letstalkAboutprojects.active .letstalkpCon .simpletxt,.section.letstalkAboutprojects.active .cols6th:nth-child(1){
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
}
.section.letstalkAboutprojects.active .cols6th:nth-child(2){
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
}
.section.letstalkAboutprojects.active .cols6th:nth-child(3){
	-webkit-transition-delay: .66s;
	transition-delay: .66s;
}
.section.letstalkAboutprojects.active .cols6th:nth-child(4){
	-webkit-transition-delay: .88s;
	transition-delay: .88s;
}
.section.letstalkAboutprojects.active .touchrw{
	-webkit-transition-delay: .66s;
	transition-delay: .66s;
}
.letstheading span{
	font-size: 70px;
	display: block;
	font-weight: 600;
	margin-top: 12px;
}
.letstalkpCon .simpletxt{
	max-width: 50%;
	line-height: 50px;
	margin-top: 30px;
	margin-bottom: 50px;
}
.letstalkpCon .simpletxt p{
	margin-bottom: 0;
}
.country_add.canada_ads span {
    background: url(../images/canada-flag-icon.png) no-repeat;
    background-size: 100% 100%;
}
.letstalkpCon .country_add span{
	float: none;
	display: block;
	margin-bottom: 8px;
}
.letstalkpCon .country_add i.count_office_add{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	line-height: 36px;
	font-size: 18px;
	display: block;
}
.connectwclients{
	margin-top: 30px;
	margin-left: 80px;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out;
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.section.letstalkAboutprojects.active .connectwclients {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: .3s;
	        transition-delay: .3s;
}
.connectwclients #fromName {
	font-weight: 600;
	font-size: 24px;
	height: auto;
	border: 0;
	color: #fff;
	border-radius:0;
	padding: 12px 0;
	line-height: 28px;
	box-shadow: none;
	background-color: transparent;
}
.connectwclients .form-group .form-control::-webkit-input-placeholder,.connectwclients #fromName::-webkit-input-placeholder {
	font-size: 28px;
	color: #abdcff;
}
.connectwclients .form-group .form-control::-moz-placeholder,.connectwclients #fromName::-moz-placeholder { 
	color: #abdcff;
	font-size: 28px;
 }
 .connectwclients .form-group .form-control:-ms-input-placeholder,.connectwclients #fromName:-ms-input-placeholder { 
	color: #abdcff;
	font-size: 28px;
}
.connectwclients .form-group .form-control:-moz-placeholder { 
	color: #abdcff;
	font-size: 28px;
}
.connectwclients h4{
	font-weight: 500;
	font-size: 21px;
	color: #fff;
}
.connectwclients #fromNamel {
    position: absolute;
    top: 10px;
    left: 0;
    transform: translateY(-24px);
}
.connectwclients input{
	-webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.connectwclients #cForm input#fromName:valid {
    color: #def3ff;
}
.connectwclients .hiddens,.connectwclients .hiddens1,.connectwclients .hiddens2 {
    opacity: 1;
}
.connectwclients #cForm input:valid~.hiddens,.connectwclients #cForm input:valid~.hiddens1,.connectwclients #cForm input:valid~.hiddens2 {
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.connectwclients #cForm input~.hiddens {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
}
.connectwclients #cForm input~.hiddens1 {
    -webkit-transform: translateY(48px);
    transform: translateY(48px);
}
.connectwclients #cForm input~.hiddens2 {
    -webkit-transform: translateY(72px);
    transform: translateY(72px);
}
.connectwclients #cForm input:valid~.hiddens{
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	z-index: 1;
	-webkit-transition-delay: .33s;
	transition-delay: .33s;
}
.connectwclients #cForm input:valid~.hiddens1 {
	opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	z-index: 1;
	-webkit-transition-delay: .66s;
	transition-delay: .66s;
}
.connectwclients #cForm input:valid~.hiddens2 {
	opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
	z-index: 1;
	-webkit-transition-delay: .99s;
	transition-delay: .99s;
}
.connectwclients .form-group{
	margin-top: 20px;
	margin-bottom: 0;
}
.connectwclients .form-group .form-control{
	font-weight: 600;
	font-size: 21px;
	height: auto;
	border: 0;
	color: #fff;
	border-radius:0;
	padding: 12px 0;
	box-shadow: none;
	background-color: transparent;
}
.connectwclients label {
	font-weight: 500;
	font-size: 18px;
	color:#fff;
	font-weight: normal;
    display: block;
}
.connectwclients label.error{
	color: #f5f29b;
}
.connectwclients textarea{
	resize: none;
}
.consubbtn,
.consubbtn::after {
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
}
.consubbtn {
  position: relative;
  background: none;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 12px 20px;
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1)
}
.consubbtn:hover {
	color: #fff;
}
.consubbtn::before,
.consubbtn::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.consubbtn:hover {
  color: #20a7f1;
}
.btn-3::after {
	height: 0;
	left: 50%;
	top: 50%;
	width: 0;
  }
  .btn-3:hover:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
  }
  
/*Lets Talk About Projects End Here*/

/*Clients Brands Section Start Here*/
.clientsbrandsSection{
	margin: 0;
}
.clientsbrandsConbox{
	padding-left: 100px;
}
.clientsbrandsleftCon{
	position: relative;
}
.clientsbrandsleftCon .brandsheading {
	font-size: 60px;
	font-weight: 500;
    color: #272927;
    line-height: 80px;
}
.clientsbrandsleftCon .brandsheading span{
	display: block;
	font-weight: 600;
	font-size: 70px;
	margin-top: 12px;
}
.clientsbrandsleftCon .simpletxt{
	color: #303130;
	max-width: 80%;
}
.clientsbrandsleftCon .simpletxt span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
.slide.slide-two .clientsbrandsleftCon .simpletxt{
	max-width: 80%;
}
.clientsbrandsleftCon .brandsheading span i{
	background-color: #d4d4d4;
}
.clientsbrandingscroll{
	margin-top: 100px;
}
.slide-two .clientsbrandingscroll{
	padding-right: 70px;
}
.clientsbrandsleftCon .brandsheading,.clientsbrandingscroll,.clientsbrandsleftCon .simpletxt,.clientsbrandsleftCon .gettouchnwbtnrw{
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.clientsbrandsSection.active .clientsbrandsleftCon .brandsheading,.section.clientsbrandsSection.active .clientsbrandingscroll,.section.clientsbrandsSection.active .clientsbrandsleftCon .simpletxt,.section.clientsbrandsSection.active .clientsbrandsleftCon .gettouchnwbtnrw{
	opacity: 1;
}
.slide-two .simpletxt + .gettouchnwbtnrw{
	display: none;
}
.section.clientsbrandsSection.active .clientsbrandsleftCon .brandsheading{
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
}
.section.clientsbrandsSection.active .clientsbrandsleftCon .simpletxt{
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
}
.section.clientsbrandsSection.active .clientsbrandsleftCon .gettouchnwbtnrw{
	-webkit-transition-delay: .66s;
	transition-delay: .66s;
}
.section.clientsbrandsSection.active .clientsbrandingscroll{
	-webkit-transition-delay: .88s;
	transition-delay: .88s;
}
.clientsbrandingbox{
	text-align: left;
}
.clientsbrandingbox img,.owl-carousel.clientsbrands .owl-item img ,.owl-carousel.clientslogosl .owl-item img{
	width: auto;
	height: 100px;
	display: inline-block;
}
.gettouchnwbtnrw .butteff.blubtn {
	padding: 12px 32px;
	color: #fff;
	border: 2px solid #20a7f1;
	background-image: -webkit-linear-gradient(30deg, #20a7f1 60%, transparent 60%);
	background-image: linear-gradient(30deg, #20a7f1 50%, transparent 50%);
}
.gettouchnwbtnrw .butteff.blubtn:hover {
	color: #20a7f1;
}
.clientsbrandsSection.godfreyappview .slide-two .gettouchnwbtnrw .butteff.blubtn{
	border: 2px solid #424242;
	background-image: -webkit-linear-gradient(30deg, #232526 60%, transparent 60%);
	background-image: linear-gradient(30deg, #232526 50%, transparent 50%);
}
.clientsbrandsSection.godfreyappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover{
	color: #424242;
}
.clientsbrandsSection.airtelappview .slide-two .gettouchnwbtnrw .butteff.blubtn{
	border: 2px solid #fd4646;
	background-image: -webkit-linear-gradient(30deg, #fd4646 60%, transparent 60%);
	background-image: linear-gradient(30deg, #fd4646  50%, transparent 50%);
}
.clientsbrandsSection.airtelappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover{
	color: #fd4646;
}
.clientsbrandsSection.browzlyappview .slide-two .gettouchnwbtnrw .butteff.blubtn{
	border: 2px solid #f3d824;
	background-image: -webkit-linear-gradient(30deg, #f3d824 60%, transparent 60%);
	background-image: linear-gradient(30deg, #f3d824  50%, transparent 50%);
}
.clientsbrandsSection.browzlyappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover{
	color: #f3d824;
}
.clientsbrandsSection.indofilappview .slide-two .gettouchnwbtnrw .butteff.blubtn{
	border: 2px solid #ee9945;
	background-image: -webkit-linear-gradient(30deg, #ee9945 60%, transparent 60%);
	background-image: linear-gradient(30deg, #ee9945  50%, transparent 50%);
}
.clientsbrandsSection.indofilappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover{
	color: #ee9945;
}
.clientsbrandsSection.dhanukaappview .slide-two .gettouchnwbtnrw .butteff.blubtn{
	border: 2px solid #00d67a;
	background-image: -webkit-linear-gradient(30deg, #00d67a 60%, transparent 60%);
	background-image: linear-gradient(30deg, #00d67a  50%, transparent 50%);
}
.clientsbrandsSection.dhanukaappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover{
	color: #00d67a;
}

  .gettouchnwbtnrw .butteff.blubtn span.arrow{
	width: 20px;
	height: 16px;
	background: url(../images/digital_arrow.png) no-repeat;
	background-size: 20px 32px;
	background-position: 0 0;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.gettouchnwbtnrw .butteff.blubtn:hover span.arrow{
	background-position: 0 -16px;
}
.clientsbrandsSection.godfreyappview .slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	background: url(../images/digital_arrow1.png) no-repeat;
	background-size: 20px 32px;
}
.clientsbrandsSection.browzlyappview .slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	background: url(../images/digital_arrow2.png) no-repeat;
	background-size: 20px 32px;
}
.clientsbrandsSection.airtelappview .slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	background: url(../images/digital_arrow3.png) no-repeat;
	background-size: 20px 32px;
}
.clientsbrandsSection.dhanukaappview .slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	background: url(../images/digital_arrow4.png) no-repeat;
	background-size: 20px 32px;
}
.clientsbrandsSection.indofilappview .slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	background: url(../images/digital_arrow5.png) no-repeat;
	background-size: 20px 32px;
}
.clientsbrandsSection.godfreyappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover span.arrow,.clientsbrandsSection.browzlyappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover span.arrow,.clientsbrandsSection.airtelappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover span.arrow,.clientsbrandsSection.dhanukaappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover span.arrow,.clientsbrandsSection.indofilappview .slide-two .gettouchnwbtnrw .butteff.blubtn:hover span.arrow{
	background-position: 0 -16px;
}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{
	display: none !important;
}
.clientsbrandsConbox .fp-controlArrow{
	position: static;
	left: auto !important;
    width: auto !important;
	top: auto !important;
	height: auto !important;
	right:  auto!important;
	margin-top: 0 !important;
	display: inline-block !important;
}

.flwd50{
	width: 50%;
	float: left;
}
.clientsbrandsConbox .brandslogoimgrow{
	margin: 20px 0;
	overflow: hidden;
}
.clientsbrandsConbox .brandslogoimgrow img{
	width: 180px;
}
.gettouchnwbtnrw.top0{
	margin-top: 40px;
}
.slide.slide-two .gettouchnwbtnrw .butteff.blubtn{
	padding: 12px 16px;
}
.slide.slide-two .gettouchnwbtnrw .butteff.blubtn span.arrow{
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.brandsApprightSection{
	position: absolute;
	width: 50%;
	height: 100%;
	right:0;
	bottom: 0;
	background: #424242;
	background: -moz-linear-gradient(left, #424242 0%, #232526 100%);
	background: -webkit-linear-gradient(left, #424242 0%,#232526 100%);
	background: linear-gradient(to right, #424242 0%,#232526 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#424242', endColorstr='#232526',GradientType=1 );
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.clientsbrandsSection.active .brandsApprightSection{
	opacity: 1;
}
.clientsbrandsSection.godfreyappview .brandsApprightSection{
	opacity: 1;
}
.clientsbrandsSection.airtelappview .brandsApprightSection{
	background: #dd2f2f;
	background: -moz-linear-gradient(left, #dd2f2f 0%, #fd4646 100%);
	background: -webkit-linear-gradient(left, #dd2f2f 0%,#fd4646 100%);
	background: linear-gradient(to right, #dd2f2f 0%,#fd4646 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd2f2f', endColorstr='#fd4646',GradientType=1 );
	opacity: 1;
}
.clientsbrandsSection.dhanukaappview .brandsApprightSection{
	background: #00d67a;
	background: -moz-linear-gradient(left, #00d67a 0%, #0ea061 100%);
	background: -webkit-linear-gradient(left, #00d67a 0%,#0ea061 100%);
	background: linear-gradient(to right, #00d67a 0%,#0ea061 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d67a', endColorstr='#0ea061',GradientType=1 );
	opacity: 1;
}
.clientsbrandsSection.indofilappview .brandsApprightSection{
	background: #ee9945;
	background: -moz-linear-gradient(left, #ee9945 0%, #dc6e01 100%);
	background: -webkit-linear-gradient(left, #ee9945 0%,#dc6e01 100%);
	background: linear-gradient(to right, #ee9945 0%,#dc6e01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee9945', endColorstr='#dc6e01',GradientType=1 );
	opacity: 1;
}
.clientsbrandsSection.browzlyappview .brandsApprightSection{
	background: #f3d824;
	background: -moz-linear-gradient(left, #f3d824 0%, #f2bc00 100%);
	background: -webkit-linear-gradient(left, #f3d824 0%,#f2bc00 100%);
	background: linear-gradient(to right, #f3d824 0%,#f2bc00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3d824', endColorstr='#f2bc00',GradientType=1 );
	opacity: 1;
}
.brandsApprightSection .appviewbrands{
	position: absolute;
	left: 0;
	right:0;
	bottom: 0px;
	text-align: center;
}
.brandsApprightSection .appviewbrands img{
	width: 520px;
	display: inline-block;
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.clientsbrandsSection.active .brandsApprightSection .appviewbrands.godfreyappview img{
	opacity: 1;
}
.clientsbrandsSection.airtelappview .brandsApprightSection .appviewbrands.airtelappview img{
	opacity: 1;
}
.clientsbrandsSection.godfreyappview .brandsApprightSection .appviewbrands.godfreyappview img{
	opacity: 1;
}
.clientsbrandsSection.dhanukaappview .brandsApprightSection .appviewbrands.dhanukaview img{
	opacity: 1;
}
.clientsbrandsSection.indofilappview .brandsApprightSection .appviewbrands.indofil img{
	opacity: 1;
}
.clientsbrandsSection.browzlyappview .brandsApprightSection .appviewbrands.browzly img{
	opacity: 1;
}
.slide{
	position: relative;
}
.owl-carousel.clientslogosl .owl-nav .owl-prev{
	display: none !important;
}
.owl-carousel.clientslogosl .owl-next{
	position: absolute;
	background-color: transparent;
	width: 50px;
	height: 50px;
	top:50%;
	right:-20px;
	border-radius:0;
	margin-top: -12px;
	box-shadow: none;
	background: url(../images/digital_arrow.png) no-repeat;
	background-position: 0 -24px;
	background-size: 30px 48px;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	text-indent: -9999px;
}
.clientsbrandsSection.godfreyappview .slide-two .owl-carousel.clientslogosl .owl-next{
	background: url(../images/digital_arrow1.png) no-repeat;
	background-size: 30px 48px;
	background-position: 0 -24px;
	outline: none;
}
.clientsbrandsSection.browzlyappview .slide-two .owl-carousel.clientslogosl .owl-next{
	background: url(../images/digital_arrow2.png) no-repeat;
	background-size: 30px 48px;
	background-position: 0 -24px;
	outline: none;
}
.clientsbrandsSection.airtelappview .slide-two .owl-carousel.clientslogosl .owl-next{
	background: url(../images/digital_arrow3.png) no-repeat;
	background-size: 30px 48px;
	background-position: 0 -24px;
	outline: none;
}
.clientsbrandsSection.dhanukaappview .slide-two .owl-carousel.clientslogosl .owl-next{
	background: url(../images/digital_arrow4.png) no-repeat;
	background-size: 30px 48px;
	background-position: 0 -24px;
	outline: none;
}
.clientsbrandsSection.indofilappview .slide-two .owl-carousel.clientslogosl .owl-next{
	background: url(../images/digital_arrow5.png) no-repeat;
	background-size: 30px 48px;
	background-position: 0 -24px;
	outline: none;
}
.owl-carousel.clientslogosl .owl-next:hover{
	right:-30px;
}
.brandsinfodetails{
	padding-top: 70px;
	display: none;
}
/*Clients Brands Section End Here*/

/*Info App Section Start Here*/
.infoappSection{
	background-color: #51c2aa;
	overflow: hidden;
	padding-top: 0 !important;
}
.infoappsConwrap{
	position: relative;
}
.viewhidedesktop{
	display: none;
}
/*Info App Section End Here*/

/*We Stole Some Lime Light Start Here*/
.westolelime{
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
}
.westoleCon{
	padding-left: 100px;
}
section h6.hideheading{
	display: none;
}
.westoleCon .simpletxt {
	max-width: inherit;
	font-size: 28px;
	font-weight: 600;
}
.stoleheading{
	font-size: 60px;
	color:#fff;
	font-weight: 500;
	line-height: 80px;
}
.section.westolelime .stoleheading,.section.westolelime .westoleCon .simpletxt,.section.westolelime .comreviewlogorow .extract,.section.westolelime .comrevsmtxt{
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.westolelime.active .stoleheading,.section.westolelime.active .westoleCon .simpletxt,.section.westolelime.active .comreviewlogorow .extract,.section.westolelime.active .comrevsmtxt{
	opacity: 1;
}
.section.westolelime.active .stoleheading,.section.westolelime.active .comreviewlogorow .extract{
	-webkit-transition-delay: .22s;
	transition-delay: .22s;
}
.section.westolelime.active .westoleCon .simpletxt,.section.westolelime.active .comrevsmtxt{
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
}
.stoleheading span{
	font-size: 70px;
	margin-top: 12px;
	font-weight: 600;
	display: block;
}
.numpos1{
	text-align: right;
	padding-right: 100px;
	padding-top: 20px;
}
.numpos1 img{
	width:260px;
	height: auto;
	display: inline-block;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out;
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.section.westolelime.active .numpos1 img {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: .2s;
	        transition-delay: .2s;
}
.companyreviews{
	margin-top: 100px;
}
.comreviewcardsbox{
	padding: 40px 30px;
	margin: 0 160px;
	background-color: #fff;
	box-shadow: 5px 8.66px 10px 0px rgba(0, 0, 0, 0.1);
}
.comrevsmtxt{
	font-size: 21px;
	color: #000;
	font-weight: 600;
	line-height: 44px;
	min-height: 200px;
}
.comreviewlogorow{
	margin-bottom: 30px;
	height: 60px;
}
.comreviewlogorow .youtstorylogo{
	width: 150px;
	height: 53px;
	background: url(../images/your_story.png) no-repeat;
	background-size: 150px 53px;
	display: inline-block;
}
.comreviewlogorow .clutch{
	width: 150px;
	height: 59px;
	background: url(../images/clutch_logo.png) no-repeat;
	background-size: 150px 59px;
	display: inline-block;
}
.comreviewlogorow .extract{
	width: 200px;
	height: 23px;
	background: url(../images/extract_logo1.png) no-repeat;
	background-size: 200px 23px;
	display: inline-block;
}
.comreviewlogorow .goodfirms{
	width: 180px;
	height: 41px;
	background: url(../images/goodfirms.png) no-repeat;
	background-size: 180px 41px;
	display: inline-block;
}
.comreviewlogorow .appfutura{
	width: 187px;
	height: 36px;
	background: url(../images/appfutura.png) no-repeat;
	background-size: 187px 36px;
	display: inline-block;
}
.row.lineHH{
	line-height: 60px;
}
.comreviewlogorow .onepos{
	text-align: right;
}
.comreviewlogorow .onepos img{
	width: 60px;
	height: auto;
	display: inline-block;
}
.owl-carousel.comreviews .owl-stage {
    left: -150px;
}
.owl-carousel.comreviews .owl-controls,.owl-carousel.digitalser .owl-controls,.owl-carousel.reviewslider .owl-controls{
	margin-top: 50px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.owl-carousel.comreviews .owl-nav,.owl-carousel.digitalser .owl-nav,.owl-carousel.reviewslider .owl-nav{
	margin-top: 50px;
	opacity: 0;
	-webkit-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
}
.section.westolelime.active .owl-carousel.comreviews .owl-controls,.section.digitalserviceSec.active .owl-carousel.digitalser .owl-controls,.section.clientsreviews.active .owl-carousel.reviewslider .owl-controls {
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
	opacity: 1;
}
.section.westolelime.active .owl-carousel.comreviews .owl-nav,.section.digitalserviceSec.active .owl-carousel.digitalser .owl-nav,.section.clientsreviews.active .owl-carousel.reviewslider .owl-nav {
	-webkit-transition-delay: .44s;
	transition-delay: .44s;
	opacity: 1;
}
.owl-carousel.comreviews .owl-next,.owl-carousel.digitalser .owl-next,.owl-carousel.reviewslider .owl-next{
	width: 36px;
	height: 36px;
	background: url(../images/appinfo/comreviewarrow_next.png) left center no-repeat !important;
	background-size: 15px 28px !important;
	display: inline-block;
	text-indent: -9999px;
	outline: none;
}
.owl-carousel.digitalser .owl-next,.owl-carousel.reviewslider .owl-next{
	background: url(../images/appinfo/comreviewarrow_next1.png) left center no-repeat !important;
	background-size: 15px 28px !important;
}
.owl-carousel.comreviews .owl-prev,.owl-carousel.digitalser .owl-prev,.owl-carousel.reviewslider .owl-prev{
	width: 36px;
	height: 36px;
	background: url(../images/appinfo/comreviewarrow_prev.png) left center no-repeat !important;
	background-size: 15px 28px !important;
	text-indent: -9999px;
	outline: none;
	display: inline-block;
}
.owl-carousel.digitalser .owl-prev,.owl-carousel.reviewslider .owl-prev{
	background: url(../images/appinfo/comreviewarrow_prev1.png) left center no-repeat !important;
	background-size: 15px 28px !important;
}
/*We Stole Some Lime Light End Here*/

/*Contact Us Page Start Here*/
.cont1stslide{
	position: relative;
	height:100vh;
}
.techu_contact_team{
	background: #20a8f2;
	background: -moz-linear-gradient(left, #20a8f2 0%, #2ab3ff 100%);
	background: -webkit-linear-gradient(left, #20a8f2 0%,#2ab3ff 100%);
	background: linear-gradient(to right, #20a8f2 0%,#2ab3ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20a8f2', endColorstr='#2ab3ff',GradientType=1 );
}
.techpd{
	padding: 0 100px;
}
.posrelz{
	position: relative;
	z-index: 1;
}
.techConSection{
	position: relative;
	margin-top: 80px;
}
h2.techheadings {
    font-family: 'Raleway-Medium';
    font-size: 60px;
    color: #fff;
	line-height: 80px;
	margin: 0;
}
h2.techheadings,.techHello,.simpleinntxt,.addsimtxt,.contacttxtbg{
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.techu_contact_team.active h2.techheadings,.section.techu_contact_team.active .techHello,.section.techu_contact_team.active .simpleinntxt,.section.techconAddress.active h2.techheadings,.section.techconAddress.active .addsimtxt{
	opacity: 1;
}
.section.techu_contact_team.active .contacttxtbg{
	opacity: 0.07;
}
.section.techu_contact_team.active h2.techheadings,.section.techconAddress.active h2.techheadings {
    -webkit-transition-delay: .33s;
    transition-delay: .33s;
}
.section.techu_contact_team.active .techHello,.section.techconAddress.active .addsimtxt{
	-webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.techu_contact_team.active .simpleinntxt,.section.techu_contact_team.active .contacttxtbg{
	-webkit-transition-delay: .99s;
    transition-delay: .99s;
}
h2.techheadings span {
    font-family: 'Raleway-SemiBold';
    font-size: 70px;
    display: block;
    margin-top: 12px;
}
h2.techheadings span i {
    width: 200px;
    height: 2px;
    background-color: rgba(255,255,255,0.2);
    display: inline-block;
    margin-left: 10px;
}
.techconAddress h2.techheadings {
	color: #272927;
}
.techconAddress h2.techheadings span i{
	background-color: rgba(39,41,39,0.2);
}
.techHello{
	font-size: 120px;
	line-height: 120px;
	color: #fff;
	margin: 40px 0;
}
.marbtn30{
	margin-bottom: 30px;
}
.maxwd{
	max-width: 520px;
}
.simpleinntxt{
	font-family: 'Raleway-SemiBold';
    font-size: 21px;
    color: #fff;
    line-height: 40px;
}
.addsimtxt{
	font-family: 'Raleway-Regular';
    font-size: 21px;
    color: #303130;
	line-height: 44px;
	max-width: 50%;
	margin: 30px 0 40px 0;
}
.contactformdetails{
	margin-top: 30px;
	padding-left: 80px;
}
.contactformdetails .form-group{
	margin-bottom: 30px;
}
.contactformdetails .form-control{
	font-family: 'Raleway-SemiBold';
	padding: 15px 0;
	font-size: 20px;
	color: #fff;
	height: auto;
	border: 0;
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.floating-label {
	position: relative;
}
.floating-label label {
	color: #fff;
	font-size: 28px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 0;
	top: 0;
	transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
	margin-bottom: 0;
}
#name-error,#email-error,#phonenumber-error,#budget-error,#skypeid-error,#message-error{
	font-family: 'Raleway-Medium';
	position: relative;
	display: block;
}
#name-error label.error,#email-error label.error,#phonenumber-error label.error,#budget-error label.error,#skypeid-error label.error,#message-error label.error{
	position: absolute;
	font-size: 16px;
	color:#f5f29b;
	left: 0;
	top:auto;
	bottom: 0;
}
.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
	top: -12px;
	font-size: 14px;
	color: #97d4ff;
}
.floating-select:focus ~ label {
	top: -18px;
	font-size: 14px;
	color: #5264AE;
}
.floating-select:not([value=""]):valid ~ label {
 display:none;
}
.contactformdetails textarea{
	resize: none;
}
.contacttxtbg{
	font-family: 'Raleway-Bold';
	position: absolute;
	left: 60px;
	top:55%;
	color: #fff;
	font-size: 13vw;
	transform: translateY(-50%);
}
.techconAddress{
	margin: 0;
}
.addview {
	font-family: 'Montserrat-Medium';
	overflow: hidden;
	position: relative;
	text-align: center;
	cursor: default;
  }
  .addview .mask{
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	right:0;
	bottom: 0;
	z-index: 99;
  }
  .hoveraddview {
	  position: absolute;
	  top:50%;
	  left: 10px;
	  right:10px;
	  transform: translateY(-50%);
}
  .addview .addtxtview{
	  position: absolute;
	  left: 20px;
	  right:20px;
	  bottom: 20px;
	  text-align: left;
	  transition: all 0.5s linear;
  }
  .addview .addtxtview .contnm,.addview .addtxtview .contadd{
	  font-family: 'Montserrat-Medium';
	  font-size: 24px;
	  color: #fff;
	  line-height: 36px;
  }
  .addview .addtxtview .contadd{
	font-size: 20px;
	line-height: 32px;
	margin-top: 5px;
}
  
  .addview img {
	display: block;
	position: relative
  }
  
  .addview h4 {
	color: #fff;
	text-align: center;
	position: relative;
	font-size: 24px;
	padding: 10px;
	margin: 20px 0 0 0
  }
  
  .addview p {
	position: relative;
	padding: 0px 20px 0px;
	text-align: center
  }
  
  .addview a.info {
	font-family: 'Montserrat-Medium';
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	padding: 7px 14px;
	background: #000;
	color: #fff;
  }

  .view-tenth img {
	width: 100%;
	transform: scaleY(1);
	transition: all .7s ease-in-out;
  }
  
  .view-tenth .mask {
	background-color: rgba(40, 177, 253, 0.3);
	transition: all 0.5s linear;
	opacity: 0;
  }
  
  .view-tenth h4 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	margin: 20px 20px 10px 20px;
	transform: scale(0);
	color: #333;
	transition: all 0.5s linear;
	opacity: 0;
  }
  
  .view-tenth p {
	color: #333;
	font-size: 16px;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear;
  }
  
  .view-tenth:hover img {
	-webkit-transform: scale(2);
	transform: scale(2);
	opacity: 0;
  }
  .view-tenth:hover .addtxtview{
	opacity: 0;
  }
  .view-tenth:hover .mask {
	opacity: 1;
  }
  
  .view-tenth:hover h4,
  .view-tenth:hover p {
	transform: scale(1);
	opacity: 1;
  }
  .worldmap{
	  position: absolute;
	  top:0;
	  left: 0;
	  right:0;
	  bottom: 0;
	  background: url(../images/worldmap.png) no-repeat;
	  background-size: auto 100%;
	  background-position: right center;
	  z-index: -1;
  }
  .particleview{
	  position: absolute;
	  top:0;
	  left: 0;
	  right:0;
	  bottom: 0;
	  background: url(../images/particlebg.png) no-repeat;
	  background-size:cover;
  }
  .worldmap,.particleview,.techcolAdd{
	opacity: 0;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
}
.section.techconAddress.active .worldmap,.section.techconAddress.active .particleview,.section.techconAddress.active .techcolAdd{
	opacity: 1;
}
.section.techconAddress.active .worldmap {
    -webkit-transition-delay: .33s;
    transition-delay: .33s;
}
.section.techconAddress.active .particleview{
    -webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.techconAddress.active .techcolAdd:nth-child(1){
	-webkit-transition-delay: .22s;
    transition-delay: .22s;
}
.section.techconAddress.active .techcolAdd:nth-child(2) {
	-webkit-transition-delay: .44s;
    transition-delay: .44s;
}
.section.techconAddress.active .techcolAdd:nth-child(3) {
    -webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.section.techconAddress.active .techcolAdd:nth-child(4) {
    -webkit-transition-delay: .88s;
    transition-delay: .88s;
}
  .coninfosmtxt {
	font-family: 'Montserrat-Regular';
    font-size: 28px;
	line-height: 50px;
	margin: 40px 0 30px 0;
}
.section.hpgbanbg.active .coninfosmtxt{
	-webkit-transition-delay: .66s;
    transition-delay:  .66s;
}
.contpgbtnrow{
	margin: 0;
}
.contpgbtnrow a{
	font-family: 'Montserrat-Medium';
	padding: 12px 28px;
	font-size: 18px;
	color: #fff;
	border:2px solid #20a7f1;
	background: #20a7f1;
	display: inline-block;
	text-decoration: none;
	border-radius: 4px;
	margin-right: 10px;
	box-shadow: 0px 4px 12px 0px rgba(43, 148, 255, 0.30);
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.contpgbtnrow a:hover{
	background: none;
	color: #20a8f2;
}
.sparksimagination.conpg .gettouchnwbtnrw{
	margin-top: 0;
}
.section.hpgbanbg.active .sparksimagination.conpg .gettouchnwbtnrw {
	-webkit-transition-delay: .99s;
    transition-delay: .99s;
}
.sparksimagination.conpg .gettouchnwbtnrw a.touchbtns{
	width: 160px;
	height: 60px;
	line-height: 60px;
	padding:0;
	text-align: center;
	margin-right: 15px;
}
.trianglelineAnimbox{
	position: absolute;
	top:0px;
	bottom: 0;
	right:0;
	width: 56%;
}
.lineAnim{
	position: absolute;
	top:50%;
	right: -50px;
	width: 0;
	height: 4px;
	margin-top: -2px;;
	background-color: #28b0fc;
	opacity: 0;
	-moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.imgdAnim{
	position: absolute;
	top:50%;
	left: 0px;
	bottom: 0;
	width:0;
	opacity: 0;
	-moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background: url(../images/png-2.png) no-repeat;
	background-size: cover;
	background-position: left top;
}
.imgdAnim1{
	position: absolute;
	top:0;
	right: 0;
	height: 0;
	width:0;
	opacity: 0;
	-moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
	background: url(../images/png-1.png) no-repeat;
	background-size: cover;
	background-position: left top;
}
.trianglelineAnimbox.triangleAnim .lineAnim, .trianglelineAnimbox.triangleAnim .imgdAnim,.trianglelineAnimbox.triangleAnim .imgdAnim1{
	opacity: 1;
}
.trianglelineAnimbox.triangleAnim .lineAnim {
	width: 100%;
    -webkit-transition-delay: .66s;
    transition-delay: .66s;
}
.trianglelineAnimbox.triangleAnim .imgdAnim {
	width: 100%;
    -webkit-transition-delay: 1.66s;
    transition-delay:  1.66s;
}
.trianglelineAnimbox.triangleAnim .imgdAnim1 {
	width: 100%;
	height: 50%;
    -webkit-transition-delay: .99s;
    transition-delay: .99s;;
}
.midtechlogo{
	position: absolute;
	top:50%;
	left: 0;
	width: 80px;
	height: 80px;
	margin-top:-40px;
	border-radius: 50%;
	background: url(../images/techugo_logo_loader-color.png) no-repeat #fff;
	background-size: 40px 56px;
	background-position: center center;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out;
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.trianglelineAnimbox.triangleAnim .midtechlogo {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: 1.40s;
	        transition-delay: 1.40s;
}
.conban{
	position: absolute;
	left: 50%;
	top:50%;
	width: 600px;
	height: 398px;
	margin-top:-199px;
	margin-left: -200px;
	background: url(../images/conban.png) no-repeat;
	background-size: 100% 100%;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	-webkit-transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out;
	transition: transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99),
			opacity .8s ease-in-out,
			-webkit-transform .8s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
.trianglelineAnimbox.triangleAnim .conban {
	-webkit-transform: translateX(0);
	        transform: translateX(0);
	opacity: 1;
	-webkit-transition-delay: 1.80s;
	        transition-delay: 1.80s;
}
.consubmitbtns{
	padding: 12px 20px;
	background-color: transparent;
	border:2px solid #fff;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	position: relative;
	transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
	cursor: pointer;
	display: block;
  }
  .consubmitbtns::after,
  .consubmitbtns::before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	  opacity: 0;
	transition: all .4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .consubmitbtns::after{
	  width: 30px;
	  height: 1px;
	  background: white;
	  transform: translateX(-3px);
	  margin-top: 0px;
  }
  .consubmitbtns::before{
	  content: "";
	  transform: rotate(-135deg) translateX(50%);
	  width: 11px;
	  height: 11px;
	  background: transparent;
	  border-left: 1px solid white;
	  border-bottom: 1px solid white;
	  margin-top: -1px;
  }
  .consubmitbtns:hover{
	padding: 12px 60px 12px 20px;
  }
  .consubmitbtns:hover::after,
  .consubmitbtns:hover::before{
	opacity: 1;
	right: 15px;
  }
  .numericrw ul li .counter.counter-value{
	  display: none;
  }
/*Contact Us Page End Here*/

/*Buttons Effects Start Here*/
.button.-letters {
    padding-right: 0;
    padding-left: 0;
    background: 0 0;
	transition: none;
	opacity: 0;
	transform: scale(0);
	transition: all 0.5s linear;
}
.view-tenth:hover .button.-letters {
    transform: scale(1);
    opacity: 1;
}
.button.-small {
    width: 160px;
    padding: 0 20px;
}
.button {
    height: 36px;
    padding: 0 36px;
    position: relative;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
	line-height: 36px;
	border: 0;
	outline: none;
	-moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -webkit-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}
.button.-letters .text {
    display: block;
    position: relative;
    z-index: 1;
}
.button.-letters .letters {
    height: 36px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
    white-space: nowrap;
    transition: .25s;
    transition-property: visibility, opacity
}

.button.-letters .letters>span {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    vertical-align: top;
	font-size: 16px;
	background: #333333;
    transition: margin .25s
}

.button.-letters .letters>span span {
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%
}
.thankstext,#success-message,#subscriberemail-success{
	font-family: 'Raleway-Medium';
	font-size: 28px;
	color: #6bff3d;
	text-align: center;
}
#subscriberemail-success{
	font-size: 21px;
	display: block;
	color: #31cb02;
	text-align: left;
	padding-top: 8px;
}
.somethingwrong{
	font-family: 'Raleway-Medium';
	font-size: 28px;
	color: #f5f29b;
	text-align: center;
}
.touchrw br{
	display: none;
}
.touchrw br i{
	font-style: normal;
}
/*Buttons Effects End Here*/

/*Logo Animation Start Here*/
.techugologoAnim{
	margin: auto;
}
.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
	position: relative;
	width: 760px;
	margin: auto;
  }
 .techugologoAnim .anim1 path {
	stroke-width: 2;
  }
  /*Logo Animation Start Here*/
  .gettouchnwbtnrw.viewhidedesktop{
	  position: relative;
	  z-index: 1;
  }

  /*Mobile View Navigation Start Here*/
  .button_container {
	position: fixed;
	top: 22px;
	right:20px;
	height: 27px;
	width: 32px;
	cursor: pointer;
	z-index: 100;
	transition: opacity .25s ease;
	display:none;
  }
  .button_container:hover {
	opacity: .7;
  }
  .button_container.active .top {
	-webkit-transform: translateY(10px) translateX(0) rotate(45deg);
			transform: translateY(10px) translateX(0) rotate(45deg);
	background: #454545;
  }
  .button_container.active .middle {
	opacity: 0;
	background: #454545;
  }
  .button_container.active .bottom {
	-webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
			transform: translateY(-10px) translateX(0) rotate(-45deg);
	background: #454545;
  }
  .button_container span {
	background: #22abf6;
	border: none;
	height: 3px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .35s ease;
	cursor: pointer;
  }
  .button_container span:nth-of-type(2) {
	top: 10px;
  }
  .button_container span:nth-of-type(3) {
	top: 20px;
  }
  
.overlay {
	position: fixed;
	background: #fff;
	top: 64px;
	left: 0;
	width: 100%;
	height: 0%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, height .35s;
	overflow-y: auto;
	overflow-x: hidden;
  }
  .overlay.open {
	opacity: 1;
	visibility: visible;
	height: calc(100vh - 64px);
  }
  .overlay.open li {
	-webkit-animation: fadeInRight .5s ease forwards;
			animation: fadeInRight .5s ease forwards;
	-webkit-animation-delay: .35s;
			animation-delay: .35s;
  }
  .overlay.open li:nth-of-type(2) {
	-webkit-animation-delay: .4s;
			animation-delay: .4s;
  }
  .overlay.open li:nth-of-type(3) {
	-webkit-animation-delay: .45s;
			animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(4) {
	-webkit-animation-delay: .50s;
			animation-delay: .50s;
  }
  .overlay nav {
	position: relative;
	padding: 0px;
	margin-top: 10px;
	font-family: 'Raleway-Medium';
  }
  .overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: block;
	position: relative;
  }
  .overlay ul li {
	display: block;
	position: relative;
	opacity: 0;
  }
  .overlay ul li a {
	font-family: 'Raleway', sans-serif;
	position: relative;
	padding: 10px 15px;
	font-size: 18px;
	color: #333;
	font-weight: 500;
	text-decoration: none;
	overflow: hidden;
	display: block;
	border-bottom: 1px solid #f5f5f5;
  }
  .overlay ul li a .fa-angle-down{
	position: absolute;
	right:15px;
	top: 8px;
	font-size: 28px;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
  }
  .overlay ul li.arrow a .fa-angle-down{
	-moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms--transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .overlay ul li.fs32wd a {
	font-size: 32px;
  }
  .overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
	width: 100%;
  }
  .overlay ul li a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0%;
	-webkit-transform: translateX(-50%);
			transform: translateX(-50%);
	height: 3px;
	background: #FFF;
	transition: .35s;
  }
  
  @-webkit-keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }
  
  @keyframes fadeInRight {
	0% {
	  opacity: 0;
	  left: 20%;
	}
	100% {
	  opacity: 1;
	  left: 0;
	}
  }
  /*Mobile View Navigation End Here*/
  @media screen and (min-width: 768px) {
	#overlay{
		display: none !important;
	}
  }
  @media only screen and (max-width: 1860px) {
	.sparksimagination h1,.clientsbrandsleftCon .brandsheading,.buildleftCon h2,.digitalServices .digitalheading,.clientsreviwssection .digitalheading,.letstheading,.stoleheading,h2.techheadings{
		font-size: 56px;
		line-height: 76px;
	}
	.sparksimagination h1 span,.clientsbrandsleftCon .brandsheading span,.buildleftCon h2 span,.digitalServices .digitalheading span,.clientsreviwssection .digitalheading span,.letstheading span,.stoleheading span,h2.techheadings span{
		font-size: 64px;
	}
	.letstogetherrow .letstxt{
		font-size: 38px;
	}
	.numpos1 img{
		width: 230px;
	}
	.companyreviews {
		margin-top: 70px;
	}
	.owl-carousel.comreviews .owl-controls, .owl-carousel.digitalser .owl-controls, .owl-carousel.reviewslider .owl-controls {
		margin-top: 40px;
	}
	.owl-carousel.comreviews .owl-nav, .owl-carousel.digitalser .owl-nav, .owl-carousel.reviewslider .owl-nav {
		margin-top: 40px;
	}
	.comrevsmtxt{
		font-size: 20px;
		line-height: 40px;
	}
	}
	@media only screen and (max-width: 1800px) {
	.navbar-default .container {
		padding: 0 60px;
	}
	.footerSitemapwrap{
		padding:0 60px;
	}
	.builddevdetailsCon {
		padding-top: 60px;
	}
	.sparksimaginationwrap,.buildingappsCon,.letstalkprojectsCon{
		padding: 0 60px;
	}
	.digitalServices,.clientsreviwssection,.clientsbrandsConbox{
		padding-left:60px;
	}
	.sparksimagination h1,.clientsbrandsleftCon .brandsheading,.buildleftCon h2,.digitalServices .digitalheading,.clientsreviwssection .digitalheading,.letstheading,.stoleheading,h2.techheadings{
		font-size: 52px;
		line-height: 72px;
	}
	.sparksimagination h1 span,.clientsbrandsleftCon .brandsheading span,.buildleftCon h2 span,.digitalServices .digitalheading span,.clientsreviwssection .digitalheading span,.letstheading span,.stoleheading span,h2.techheadings span{
		font-size: 60px;
	}
	.letstogetherrow .letstxt{
		font-size: 34px;
	}
	.maskingbannerbox .maskingimg1{
		width: 210px;
	}
	.maskingbannerbox .maskingimg2{
		width: 200px;
	}
	.maskingbannerbox .maskingimg3{
		width: 190px;
	}
	.clientsbrandsleftCon .simpletxt {
		max-width: 80%;
	}
	.buildleftCon .simpletxt,.letstalkpCon .simpletxt,.addsimtxt{
		font-size: 18px;
		line-height: 40px;
	}
	.clientsbrandsleftCon .simpletxt{
		font-size: 18px;
		line-height: 36px;
	}
	.westoleCon .simpletxt{
		font-size: 26px;
	}
	.digitalServices .buildleftCon .simpletxt{
		font-size: 26px;
		line-height: 44px;
	}
	.coninfosmtxt{
		font-size: 26px;
		line-height: 44px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 460px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 150px;
	}
	.digitalserbox .servicebxheading{
		font-size: 21px;
	}
	.digitalserbox .digitalsertype{
		font-size: 280px;
		left: -30px;
	}
	.digitalserbox {
		padding: 170px 20px 20px 20px;
	}
	.clientscolumnbr img{
		width: 240px;
	}
	.clientsAuthorrow .authornm{
		font-size: 17px;
	}
	.clientsAuthorrow .authornm span{
		font-size: 14px;
	}
	.connectwclients h4{
		font-size: 20px;
	}
	.connectwclients #fromName,.connectwclients .form-group .form-control{
		font-size: 20px;
	}
	.connectwclients {
		margin-left: 60px;
	}
	.navbar-default .navbar-nav > li > a{
		font-size: 16px;
	}
	.connectwclients label{
		font-size: 16px;
	}
	.westoleCon {
		padding-left: 60px;
	}
	.numpos1 {
		padding-right: 60px;
	}
	.companyreviews {
		margin-top: 60px;
	}
	.numpos1 img {
		width: 210px;
	}
	.comreviewcardsbox{
		padding: 30px;
	}
	.clientsbrandingscroll {
		margin-top: 80px;
	}
	.slide-two .clientsbrandingscroll {
		margin-top: 60px;
	}
	.brandsinfodetails {
		padding-top: 40px;
	}
	.gettouchnwbtnrw.top0 {
		margin-top: 32px;
	}
	.numericrw ul li .counter {
		font-size: 100px;
		line-height: 90px;
	}
	.clientreviewconbox {
		padding: 40px 20px 20px 40px;
	}
	.clientsAuthorrow .revicol img {
		width: 80px;
	}
	.clientscolumnbr {
		margin-top: 40px;
	}
	.clientsreviewsSlider {
		margin-top: 40px;
	}
	.menuwrap{
		padding: 20px 60px;
	}
	.menuwrap ul li a{
		font-size: 16px;
	}
	.techpd {
		padding: 0 60px;
	}
	.sparksimagination.conpg{
		left: 60px;
	}
	.addview h4,.addview .addtxtview .contnm{
		font-size: 21px;
	}
	.addview .addtxtview .contadd{
		font-size: 18px;
		line-height: 28px;
	}
	.simpleinntxt{
		font-size: 18px;
	}
	.techHello{
		font-size: 110px;
		line-height: 110px;
	}
	.contactformdetails .form-control{
		font-size: 18px;
	}
	.floating-label label {
		font-size: 24px;
	}
	.sparksimagination{
		left: 60px;
	}
	.maskingbannerbox{
		right:60px;
	}
	.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
		width: 700px;
	}
	}
	@media only screen and (max-width: 1700px) {
	.maskingbannerbox .maskingimg1{
		width: 200px;
	}
	.maskingbannerbox .maskingimg2{
		width: 190px;
	}
	.maskingbannerbox .maskingimg3{
		width: 180px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 160px;
	}
	.clientsbrandingbox img, .owl-carousel.clientsbrands .owl-item img, .owl-carousel.clientslogosl .owl-item img {
		height: 80px;
	}
	}
	
	@media only screen and (max-width: 1600px) {
	.maskingbannerbox .maskingimg1{
		width: 190px;
	}
	.maskingbannerbox .maskingimg2{
		width: 180px;
		margin: 0 30px;
	}
	.maskingbannerbox .maskingimg3{
		width: 170px;
	}
	.sparksimagination h1,.clientsbrandsleftCon .brandsheading,.buildleftCon h2,.digitalServices .digitalheading,.clientsreviwssection .digitalheading,.letstheading,.stoleheading,h2.techheadings{
		font-size: 46px;
		line-height: 56px;
	}
	.clientsbrandsleftCon .brandsheading{
		line-height: 50px;
	}
	.sparksimagination h1 span,.clientsbrandsleftCon .brandsheading span,.buildleftCon h2 span,.digitalServices .digitalheading span,.clientsreviwssection .digitalheading span,.letstheading span,.stoleheading span,h2.techheadings span{
		font-size: 54px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 380px;
	}
	.clientsbrandsConbox .brandslogoimgrow {
		margin: 15px 0;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 150px;
	}
	.slide-two .gettouchnwbtnrw {
		margin-top: 30px;
	}
	.slide-two .clientsbrandingscroll {
		padding-right: 50px;
	}
	.clientsbrandsleftCon .simpletxt {
		max-width: 80%;
	}
	.slide.slide-two .clientsbrandsleftCon .simpletxt {
		max-width: 90%;
		margin-top: 15px;
	}
	.buildappdesignpat img {
		width: 840px;
	}
	.digitalserbox {
		padding: 160px 20px 20px 20px;
	}
	.digitalserviceslider {
		margin-top: 40px;
	}
	.clientscolumnbr img {
		width: 220px;
	}
	.clientreviewconbox {
		padding: 30px 20px 20px 30px;
	}
	.clientsAuthorrow .revicol img {
		width: 70px;
	}
	.clientreviewclientsimgbx{
		width: 440px;
		height: 440px;
	}
	.clientsreviwssection .buildleftCon .simpletxt {
		max-width: 70%;
	}
	
	.connectwclients h4 {
		font-size: 18px;
	}
	.letstalkpCon .simpletxt {
		margin-bottom: 30px;
		max-width: 60%;
	}
	.connectwclients .form-group .form-control::-webkit-input-placeholder,.connectwclients #fromName::-webkit-input-placeholder {
		font-size: 22px;
	}
	.connectwclients .form-group .form-control::-moz-placeholder,.connectwclients #fromName::-moz-placeholder { 
		font-size: 22px;
	 }
	 .connectwclients .form-group .form-control:-ms-input-placeholder,.connectwclients #fromName:-ms-input-placeholder { 
		font-size: 22px;
	}
	.connectwclients .form-group .form-control:-moz-placeholder { 
		font-size: 22px;
	}
	.connectwclients #fromName, .connectwclients .form-group .form-control {
		font-size: 18px;
	}
	.numpos1 img {
		width: 180px;
	}
	.companyreviews {
		margin-top: 50px;
	}
	.numpos1 img {
		width: 160px;
	}
	.comreviewlogorow {
		margin-bottom: 15px;
		height: 51px;
	}
	.comreviewlogorow .youtstorylogo{
		width: 130px;
		height: 46px;
		background-size: 130px 46px;
	}
	.comreviewlogorow .clutch{
		width: 130px;
		height: 51px;
		background-size: 130px 51px;
	}
	.comreviewlogorow .extract{
		width: 180px;
		height: 21px;
		background-size: 180px 21px;
	}
	.comreviewlogorow .goodfirms{
		width: 160px;
		height: 37px;
		background-size: 160px 37px;
	}
	.comreviewlogorow .appfutura{
		width: 156px;
		height: 30px;
		background-size: 156px 30px;
	}
	.row.lineHH {
		line-height: 51px;
	}
	.letstogetherrow {
		margin: 30px 0 30px 0;
	}
	.letstogetherrow .letstxt{
		font-size: 30px;
	}
	.letstogetherrow .letsline{
		width: 245px;
	}
	.westoleCon .simpletxt {
		font-size: 24px;
	}
	.comrevsmtxt {
		font-size: 16px;
		line-height: 34px;
		min-height:170px;
	}
	.comreviewlogorow{
		margin-bottom: 20px;
	}
	.numericrw ul li .counter {
		font-size: 90px;
		line-height: 80px;
	}
	.numericrw ul li .numtxt{
		font-size: 22px;
	}
	.digitalServices .buildleftCon .simpletxt {
		font-size: 24px;
		line-height: 40px;
	}
	.coninfosmtxt{
		font-size: 24px;
		line-height: 40px;
	}
	.digitalserbox .servicebxheading{
		font-size: 20px;
	}
	.clientscolumnbr {
		margin-top: 30px;
	}
	.clientsreviewtxt{
		line-height: 32px;
		height: 130px;
	}
	.letstalkpCon .country_add i.count_office_add{
		font-size: 16px;
		line-height: 32px;
	}
	.conban{
		width: 540px;
		height: 358px;
		margin-top:-179px;
	}
	.addsimtxt{
		max-width: 60%;
		margin: 20px 0 30px 0;
	}
	.addview h4, .addview .addtxtview .contnm {
		font-size: 20px;
	}
	.addview .addtxtview .contadd {
		font-size: 16px;
		line-height: 24px;
	}
	.techHello{
		font-size: 100px;
		line-height: 100px;
		margin: 30px 0;
	}
	.marbtn30 {
		margin-bottom: 20px;
	}
	.contactformdetails .form-group {
		margin-bottom: 24px;
	}
	.contactformdetails {
		margin-top: 0px;
		padding-left: 60px;
	}
	.coninfosmtxt{
		margin: 30px 0 30px 0;
	}
	.techConSection {
		margin-top: 60px;
	}
	.comreviewcardsbox {
		padding: 25px;
	}
	.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
		width: 600px;
	}
}
	
	@media only screen and (max-width: 1500px) {
	.maskingbannerbox .maskingimg1{
		width: 180px;
	}
	.maskingbannerbox .maskingimg2{
		width: 170px;
	}
	.maskingbannerbox .maskingimg3{
		width: 160px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 360px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 130px;
	}
	.owl-carousel.clientslogosl .owl-next{
		right:-30px;
	}
	.buildleftCon .simpletxt {
		max-width: 80%;
	}
	.numericrw{
		padding-right: 0;
	}
	.numericrw ul li .counter, .numericrw ul li span.plusicon {
		font-size: 80px;
		line-height: 70px;
	}
	.numericrw ul li .numtxt {
		font-size: 20px;
	}
	.buildappdesignpat img {
		width: 800px;
	}
	.clientscolumnbr img {
		width: 200px;
	}
	.clientreviewconbox {
		padding: 30px 20px 30px 20px;
	}
	.clientsAuthorrow .revicol img {
		width: 60px;
	}
	.clientreviewclientsimgbx{
		width: 420px;
		height: 420px;
	}
	.gettingtouchbox {
		margin-bottom: 15px;
	}
	.addsimtxt {
		max-width: 64%;
	}
	.techHello {
		font-size: 100px;
		line-height: 100px;
	}
	.techHello{
		font-size: 90px;
		line-height: 90px;
	}
	.contactformdetails .form-group {
		margin-bottom: 20px;
	}
	.slide-two .clientsbrandingscroll {
		margin-top: 40px;
	}
	.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
		width: 560px;
	}
	}
	@media only screen and (max-width: 1440px) {
	.maskingbannerbox .maskingimg1{
		width: 170px;
	}
	.maskingbannerbox .maskingimg2{
		width: 160px;
		margin: 0 25px;
	}
	.maskingbannerbox .maskingimg3{
		width: 150px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 100px;
	}
	.digitalserbox {
		padding: 150px 20px 20px 20px;
	}
	.country_add span {
        width: 42px;
        height: 28px;
        background-size: 42px 84px
    }
    .country_add span.usaflag {
        background-position: 0 -28px
    }
    .country_add span.uaeflag {
        background-position: 0 -56px
	}
	.sitemapmenu .menubox .navbar-nav > li > a{
		padding: 13px 0;
	}
	.footerguides {
		padding: 15px 0 25px 0;
	}
	.dmcarw {
		padding-top: 25px;
	}
	.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
		width: 520px;
	}
	}
	@media only screen and (max-width: 1400px) {
	.maskingbannerbox .maskingimg1{
		width: 160px;
	}
	.maskingbannerbox .maskingimg2{
		width: 140px;
	}
	.maskingbannerbox .maskingimg3{
		width: 130px;
	}
	.sparksimagination h1,.clientsbrandsleftCon .brandsheading,.buildleftCon h2,.digitalServices .digitalheading,.clientsreviwssection .digitalheading,.letstheading,.stoleheading,h2.techheadings{
		font-size: 40px;
		line-height: 46px;
	}
	.sparksimagination h1 span,.clientsbrandsleftCon .brandsheading span,.buildleftCon h2 span,.digitalServices .digitalheading span,.clientsreviwssection .digitalheading span,.letstheading span,.stoleheading span,h2.techheadings span {
		font-size: 46px;
	}
	.letstogetherrow .letstxt {
		font-size: 26px;
	}
	.digitalserviceslider,.clientsreviewsSlider {
		margin-top: 30px;
	}
	.clientreviewconbox {
		padding: 20px;
	}
	.clientsreviwcon .revicllogo img {
		width: 28px;
	}
	.clientsreviwcon .revicllogo.workleus img {
		height: 28px;
	}
	.clientsreviwcon .revicllogo {
		margin-bottom: 10px;
	}
	.clientsAuthorrow {
		margin-top: 15px;
	}
	.clientreviewclientsimgbx {
		width: 380px;
		height: 380px;
	}
	.clientsreviwcon{
		width: 55%;
	}
	.connectwclients .form-group .form-control::-webkit-input-placeholder,.connectwclients #fromName::-webkit-input-placeholder {
		font-size: 21px;
	}
	.connectwclients .form-group .form-control::-moz-placeholder,.connectwclients #fromName::-moz-placeholder { 
		font-size: 21px;
	 }
	 .connectwclients .form-group .form-control:-ms-input-placeholder,.connectwclients #fromName:-ms-input-placeholder { 
		font-size: 21px;
	}
	.connectwclients .form-group .form-control:-moz-placeholder { 
		font-size: 21px;
	}
	.letstogetherrow .letsline {
		width: 210px;
	}
	.westoleCon .simpletxt {
		font-size: 22px;
		margin-top: 20px;
	}
	.companyreviews {
		margin-top: 40px;
	}
	.comrevsmtxt {
		font-size: 16px;
		line-height: 32px;
	}
	.comreviewcardsbox {
		padding: 20px;
	}
	.numpos1 img {
		width: 150px;
	}
	.owl-carousel.comreviews .owl-controls, .owl-carousel.digitalser .owl-controls, .owl-carousel.reviewslider .owl-controls {
		margin-top: 30px;
	}
	.owl-carousel.comreviews .owl-nav, .owl-carousel.digitalser .owl-nav, .owl-carousel.reviewslider .owl-nav {
		margin-top: 30px;
	}
	.clientsbrandsleftCon .simpletxt, .buildleftCon .simpletxt, .letstalkpCon .simpletxt {
		font-size: 16px;
		line-height: 36px;
	}
	.gettouchnwbtnrw {
		margin-top: 40px;
	}
	.clientsbrandingscroll {
		margin-top: 60px;
	}
	.letsemailtalkrw .form-control,.letsemailtalkrw button{
		font-size: 16px;
		height: 50px;
	}
	.gettouchnwbtnrw a.touchbtns{
		padding: 10px 20px;
	}
	.gettouchnwbtnrw a.touchbtns{
		font-size: 16px;
	}
	.brandsinfodetails {
		padding-top: 30px;
	}
	.digitalServices .buildleftCon .simpletxt {
		font-size: 22px;
		line-height: 36px;
		margin-top: 20px;
	}
	.coninfosmtxt{
		font-size: 22px;
		line-height: 36px;
	}
	.digitalserbox {
		padding-top: 140px;
	}
	.digitalserbox .servicebxheading {
		font-size: 18px;
	}
	.clientsreviwssection .buildleftCon .simpletxt {
		margin-top: 20px;
	}
	.clientsreviewtxt {
		font-size: 15px;
		line-height: 28px;
		height: 120px;
	}
	.touchrw{
		font-size: 16px;
	}
	.letstalkpCon .simpletxt {
		margin-top: 20px;
	}
	.letstalkpCon .country_add i.count_office_add {
		font-size: 15px;
		line-height: 24px;
	}
	.consubbtn{
		padding: 10px 20px;
		font-size: 16px;
	}
	.contactformdetails {
		padding-left: 50px;
	}
	.floating-label label {
		font-size: 22px;
	}
	.contactformdetails .form-group {
		margin-bottom: 16px;
	}
	#name-error label.error, #email-error label.error, #phonenumber-error label.error, #budget-error label.error, #skypeid-error label.error, #message-error label.error {
		bottom: -5px;
	}
	.techHello{
		margin: 20px 0;
	}
	.addsimtxt{
		line-height: 36px;
	}
	.sparksimagination.conpg .gettouchnwbtnrw a.touchbtns{
		height: 54px;
		line-height: 54px;
	}
	.techConSection {
		margin-top: 40px;
	}
	.consubmitbtns{
		padding: 10px 20px;
		font-size: 16px;
	}
	.consubmitbtns:hover {
		padding: 10px 60px 10px 20px;
	}
	}
	
	@media only screen and (max-width: 1320px) {
	.sparksimagination h1, .clientsbrandsleftCon .brandsheading, .buildleftCon h2, .digitalServices .digitalheading, .clientsreviwssection .digitalheading, .letstheading,.stoleheading,h2.techheadings {
		font-size: 36px;
		line-height: 44px;
	}
	.sparksimagination h1 span, .clientsbrandsleftCon .brandsheading span, .buildleftCon h2 span, .digitalServices .digitalheading span, .clientsreviwssection .digitalheading span, .letstheading span,.stoleheading span,h2.techheadings span {
		font-size: 42px;
	}
	.letstogetherrow .letstxt {
		font-size: 24px;
	}
	.letstogetherrow .letsline{
		width: 180px;
	}
	.letstogetherrow {
		margin: 30px 0 20px 0;
	}
	.maskingbannerbox .maskingimg1{
		width: 140px;
	}
	.maskingbannerbox .maskingimg2{
		width: 130px;
	}
	.maskingbannerbox .maskingimg3{
		width: 110px;
	}
	.clientsbrandingbox img, .owl-carousel.clientsbrands .owl-item img, .owl-carousel.clientslogosl .owl-item img {
		height: 70px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 320px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 90px;
	}
	.slide.slide-two .gettouchnwbtnrw .butteff.blubtn {
		padding: 10px 14px;
	}
	.gettouchnwbtnrw .butteff.blubtn {
		padding: 10px 28px;
	}
	.gettouchnwbtnrw a.touchbtns{
		padding: 10px 20px;
	}
	.buildleftCon .simpletxt {
		max-width: 90%;
	}
	.digitalserbox .servicebxheading {
		font-size: 17px;
	}
	.digitalserbox {
		padding: 130px 20px 20px 20px;
	}
	.digitalserbox .digitalsertype {
		font-size: 260px;
		line-height: 240px;
	}
	.clientsreviwssection .buildleftCon .simpletxt {
		max-width: 80%;
	}
	.clientsbrandsleftCon .simpletxt, .buildleftCon .simpletxt, .letstalkpCon .simpletxt {
		line-height: 32px;
	}
	.clientscolumnbr img {
		width: 180px;
	}
	.clientsAuthorrow .revicol img {
		width: 50px;
	}
	.touchrw {
		font-size: 15px;
		margin-bottom: 30px;
	}
	.letstalkpCon .simpletxt {
		margin-top: 20px;
	}
	.rows6{
		margin: 0 -7px;
	}
	.cols6th{
		padding: 0 6px;
	}
	.connectwclients h4 {
		font-size: 17px;
	}
	.connectwclients {
		margin-left: 40px;
	}
	.connectwclients label {
		font-size: 14px;
	}
	.connectwclients #fromName, .connectwclients .form-group .form-control {
		font-size: 16px;
	}
	.connectwclients .form-group .form-control::-webkit-input-placeholder,.connectwclients #fromName::-webkit-input-placeholder {
		font-size: 20px;
	}
	.connectwclients .form-group .form-control::-moz-placeholder,.connectwclients #fromName::-moz-placeholder { 
		font-size: 20px;
	 }
	 .connectwclients .form-group .form-control:-ms-input-placeholder,.connectwclients #fromName:-ms-input-placeholder { 
		font-size: 20px;
	}
	.connectwclients .form-group .form-control:-moz-placeholder { 
		font-size: 20px;
	}
	.companyreviews {
		margin-top: 30px;
	}
	.owl-carousel.comreviews .owl-controls, .owl-carousel.digitalser .owl-controls, .owl-carousel.reviewslider .owl-controls {
		margin-top: 15px;
	}
	.owl-carousel.comreviews .owl-next,.owl-carousel.comreviews .owl-prev,.owl-carousel.digitalser .owl-next,.owl-carousel.digitalser .owl-prev,.owl-carousel.reviewslider .owl-next,.owl-carousel.reviewslider .owl-prev{
		width: 30px;
		height: 30px;
		background-size: 12px 23px;
	}
	.numpos1 img {
		width: 140px;
	}
	.westoleCon .simpletxt {
		font-size: 20px;
		margin-top: 15px;
	}
	.clientsbrandingscroll {
		margin-top: 50px;
	}
	.brandsinfodetails {
		padding-top: 20px;
	}
	.gettouchnwbtnrw.top0{
		margin-top: 20px;
	}
	.digitalServices .buildleftCon .simpletxt {
		font-size: 20px;
		line-height: 32px;
	}
	.country_add span {
        width: 28px;
        height: 19px;
        background-size: 28px 56px
    }
    .country_add span.usaflag {
        background-position: 0 -19px
    }
    .country_add span.uaeflag {
        background-position: 0 -37px
	}
	.menuwrap ul li a{
		margin-bottom: 24px;
	}
	.conban {
		width: 460px;
		height: 305px;
		margin-top: -152px;
		margin-left: -170px;
	}
	.simpleinntxt {
		font-size: 16px;
		line-height: 32px;
	}
	.coninfosmtxt {
		font-size: 20px;
		line-height: 32px;
	}
	.addsimtxt {
		max-width: 72%;
		line-height: 32px;
		margin: 15px 0 20px 0;
	}
	.comreviewcardsbox {
		padding: 15px;
	}
	.comrevsmtxt{
		line-height: 30px;
	}
	.comreviewlogorow {
		height: 44px;
		margin-bottom: 10px;
	}
	.comreviewlogorow .youtstorylogo {
		width: 110px;
		height:39px;
		background-size: 110px 39px;
	}
	.comreviewlogorow .clutch {
		width: 110px;
		height: 43px;
		background-size: 110px 43px;
	}
	.comreviewlogorow .onepos img {
		width: 45px;
	}
	.comreviewlogorow .goodfirms {
		width: 140px;
		height: 32px;
		background-size: 140px 32px;
	}
	h2.techheadings span i{
		width: 170px;
	}
	.techugologoAnim .anim1, .techugologoAnim.anim1 svg {
		width: 460px;
	}
	}
	
	@media only screen and (max-width: 1220px) {
	.sparksimaginationwrap, .buildingappsCon, .letstalkprojectsCon {
		padding: 0 20px;
	}
	.navbar-default .container {
		padding: 0 20px;
	}
	.digitalServices, .clientsreviwssection, .clientsbrandsConbox {
		padding-left: 20px;
	}
	.clientsbrandsleftCon .simpletxt {
		max-width: 90%;
	}
	.letstogetherrow {
		margin: 20px 0 15px 0;
	}
	.maskingbannerbox .maskingimg1{
		width: 130px;
	}
	.maskingbannerbox .maskingimg2{
		width: 120px;
		margin: 0 20px
	}
	.maskingbannerbox .maskingimg3{
		width: 110px;
	}
	.sparksimagination h1, .clientsbrandsleftCon .brandsheading, .buildleftCon h2, .digitalServices .digitalheading, .clientsreviwssection .digitalheading, .letstheading,.stoleheading,h2.techheadings {
		font-size: 34px;
		line-height: 42px;
	}
	.sparksimagination h1 span, .clientsbrandsleftCon .brandsheading span, .buildleftCon h2 span, .digitalServices .digitalheading span, .clientsreviwssection .digitalheading span, .letstheading span,.stoleheading span,h2.techheadings span {
		font-size: 40px;
	}
	.gettouchnwbtnrw {
		margin-top: 30px;
	}
	.clientsbrandingscroll {
		margin-top: 40px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 290px;
	}
	.slide-two .gettouchnwbtnrw {
		margin-top: 20px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 80px;
	}
	.owl-carousel.clientslogosl .owl-item img {
		height: 50px;
	}
	.numericrw ul li .counter, .numericrw ul li span.plusicon {
		font-size: 60px;
		line-height: 50px;
	}
	.touchrw {
		font-size: 14px;
		margin-bottom: 24px;
	}
	.letstalkpCon .country_add i.count_office_add {
		font-size: 14px;
	}
	.westoleCon {
		padding-left: 20px;
	}
	.comreviewcardsbox{
		padding: 20px;
	}
	.numpos1 {
		padding-right: 20px;
	}
	.numpos1 img {
		width: 120px;
	}
	.comreviewlogorow {
		height: 43px;
		margin-bottom: 5px;
	}
	.clientsbrandsleftCon .simpletxt,.buildleftCon .simpletxt{
		margin-top:20px;
	}
	.slide.slide-two .clientsbrandsleftCon .simpletxt {
		margin-top: 15px;
	}
	.comreviewlogorow .youtstorylogo {
		width: 110px;
		height: 39px;
		background-size: 110px 39px;
	}
	.comreviewlogorow .clutch {
		width: 110px;
		height: 43px;
		background-size: 110px 43px;
	}
	.comreviewlogorow .extract {
		width: 150px;
		height: 17px;
		background-size: 150px 17px;
	}
	.row.lineHH {
		line-height: 42px;
	}
	.comreviewlogorow .onepos img {
		width: 45px;
	}
	.clientscolumnbr {
		margin-top: 20px;
	}
	.clientscolumnbr img {
		width: 160px;
	}
	.clientsreviewtxt{
		font-size: 14px;
		line-height: 26px;
		height: 100px;
	}
	.owl-carousel.comreviews .owl-stage {
		left: -100px;
	}
	.comreviewcardsbox{
		margin: 0 110px;
	}
	.digitalserbox .servicebxheading {
		font-size: 16px;
	}
	.footerSitemapwrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	.sitemapmenu .menubox h3, .footerguides h3{
		font-size: 21px;
	}
	.navbar-default .navbar-nav > li > a{
		margin: 0 15px;
	}
	.menuwrap {
		padding: 20px;
	}
	.menuwrap ul li a{
		margin-bottom: 18px;
	}
	.sparksimagination.conpg {
		left: 20px;
	}
	.techpd {
		padding: 0 20px;
	}
	.addsimtxt {
		max-width: 80%;
	}
	.addview h4, .addview .addtxtview .contnm {
		font-size: 18px;
	}
	.view-tenth p{
		font-size: 15px;
	}
	.contactformdetails .form-control {
		padding: 12px 0;
		font-size: 16px;
	}
	.floating-label label {
		font-size: 20px;
	}
	.techHello {
		font-size: 80px;
		line-height: 80px;
		margin: 15px 0;
	}
	.marbtn30 {
		margin-bottom: 15px;
	}
	.contacttxtbg{
		left: 20px;
	}
	.sparksimagination {
		left: 20px;
	}
	.maskingbannerbox {
		right: 20px;
	}
	.comrevsmtxt {
		font-size: 15px;
		line-height: 26px;
		min-height: 156px;
		letter-spacing: -0.3px;
	}
	}
	
	@media only screen and (max-width: 1170px) {
	.clientreviewclientsimgbx {
		width: 360px;
		height: 360px;
		right: -120px;
	}
	.clientsreviwssection .buildleftCon .simpletxt {
		max-width:90%;
		margin-top: 15px;
	}
	.digitalserviceslider, .clientsreviewsSlider {
		margin-top: 25px;
	}
	.letstalkpCon .simpletxt {
		max-width: 70%;
	}
	.letstalkpCon .simpletxt {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.clientsbrandsleftCon .brandsheading span i{
		display: none;
	}
	h2.techheadings span i{
		width: 150px;
	}
	.addcolrow{
		margin: 0 -8px;
	}
	.techcolAdd{
		padding: 0 8px;
	}
	.touchrw br{
		display: block;
	}
	.touchrw i{
		display: none;
	}
	}
	
	@media only screen and (max-width: 1080px) {
	.clientsreviwcon {
		width: 50%;
	}
	.clientsreviewtxt {
		height: 150px;
	}
	h2.techheadings span i {
		width: 130px;
	}
	}
	
	@media only screen and (max-width: 1024px) {
	.section.hpgbanbg .sparksimagination h1, .section.hpgbanbg .letstogetherrow, .section.hpgbanbg .letsemailtalkrw,.coninfosmtxt, .sparksimagination.conpg .gettouchnwbtnrw {
		opacity: 1;
	}
	.clientsbrandsleftCon .brandsheading, .clientsbrandingscroll, .clientsbrandsleftCon .simpletxt, .clientsbrandsleftCon .gettouchnwbtnrw {
		opacity: 1;
	}
	.buildleftCon h2, .buildleftCon .simpletxt, .buildleftCon .gettouchnwbtnrw, .digitalServices .digitalheading, .clientsreviwssection .digitalheading {
		opacity: 1;
	}
	.section.westolelime .stoleheading, .section.westolelime .westoleCon .simpletxt, .section.westolelime .comreviewlogorow .extract, .section.westolelime .comrevsmtxt {
		opacity: 1;
	}
	.clientscolumnbr img,.numpos1 img,.connectwclients{
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	.owl-carousel.comreviews .owl-controls, .owl-carousel.digitalser .owl-controls, .owl-carousel.reviewslider .owl-controls {
		opacity: 1;
	}
	.owl-carousel.comreviews .owl-nav, .owl-carousel.digitalser .owl-nav, .owl-carousel.reviewslider .owl-nav {
		opacity: 1;
	}
	.section.letstalkAboutprojects .letstheading, .section.letstalkAboutprojects .letstalkpCon .simpletxt, .section.letstalkAboutprojects .touchrw, .section.letstalkAboutprojects .cols6th {
		opacity: 1;
	}
	.numericrw ul li{
		opacity: 1;
	}
	.clientsreviwcon .revicllogo, .clientsreviewtxt, .clientsAuthorrow, .clientreviewclientsimgbx {
		opacity: 1;
	}
	.sitemapmenu .menubox .navbar-nav > li:hover > a, .sitemapmenu .menubox .navbar-nav > li:focus > a, .sitemapmenu .menubox .navbar-nav > li:active > a {
		letter-spacing: 0;
	}
	.footerSitemapwrap .copyrtrw{
		font-size: 14px;
	}
	h2.techheadings, .techHello, .simpleinntxt, .addsimtxt{
		opacity: 1;
	}
	.worldmap, .particleview, .techcolAdd{
		opacity: 1;
	}
	}
	
	@media only screen and (max-width:1023px) {
	.buildleftCon .simpletxt {
		max-width: 100%;
	}
	.brandsApprightSection{
		display: none;
	}
	.flwd50{
		width: auto;
		float: none;
		height:auto;
	}
	.owl-carousel.clientslogosl .owl-item img {
		height: 70px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: auto;
		height: 70px;
	}
	.clientsbrandsConbox .brandslogoimgrow {
		margin: 25px 0;
	}
	.slide-two .gettouchnwbtnrw {
		margin-top: 40px;
	}
	.gettouchnwbtnrw.top0 {
		margin-top: 0px;
	}
	.clientsbrandingscroll {
		margin-top: 50px;
	}
	.clientsbrandsleftCon .simpletxt {
		max-width: 100%;
	}
	.clientreviewconbox {
		padding: 30px;
	}
	.clientreviewclientsimgbx {
		width: 400px;
		height: 400px;
		right: -100px;
	}
	.buildappdesignpat {
		bottom: -80px;
	}
	.buildappdesignpat img {
		width: 700px;
	}
	.clientsreviewtxt{
		line-height: 30px;
		height: 120px;
		padding-bottom: 15px;
	}
	.clientsreviwcon {
		width: 58%;
	}
	.letstalkpCon .simpletxt {
		max-width: 90%;
	}
	.connectwclients {
		margin-left: 0px;
	}
	.owl-carousel.comreviews .owl-stage {
		left: -30px;
	}
	.comreviewcardsbox{
		margin: 0 30px;
	}
	.infoappSection{
		display:none !important;
	}
	.normalheight,.normalheight .fp-tableCell{
		padding-top: 0 !important;
		height:auto !important;
	}
	.westoleCon {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.clientsbrandsConbox {
		padding-top: 60px;
		padding-bottom: 60px;
		padding-right: 20px;
	}
	.buildingappsCon{
		padding: 60px 20px;
	}
	.digitalServices{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.clientsreviwssection {
		padding-bottom: 60px;
	}
	.letstalkprojectsCon {
		padding: 60px 20px;
	}
	.westoleCon{
		padding-left: 5px;
	}
	.sparksimaginationwrap > .row,.westoleCon > .row{
		margin: 0;
	}
	.clientsreviwssection > .row{
		margin: 0;
	}
	.companyreviews{
		margin-left: 15px;
	}
	.westoleCon .simpletxt{
		font-size: 18px;
		line-height: 32px;
	}
	.coninfosmtxt {
		font-size: 18px;
	}
	.digitalServices .buildleftCon .simpletxt {
		font-size: 18px;
		line-height: 32px;
		max-width:initial;
		padding-right: 20px;
	}
	.clientsbrandsleftCon .brandsheading span i,.buildleftCon h2 span i,.digitalServices .digitalheading span i,.clientsreviwssection .digitalheading span i,.letstheading span i,.stoleheading span i,.clientsbrandsleftCon .brandsheading em,h2.techheadings span i{
		display: none;
	}
	.country_add{
		margin-bottom: 30px;
	}
	.cols6th:nth-child(3) .country_add,.cols6th:nth-child(4) .country_add {
		margin-bottom: 0px;
	}
	.numericrw ul li .numtxt {
		font-size: 18px;
	}
	.socialmediaiconsrow {
        width: auto
    }
    ul.social-network {
        text-align: center
    }
    .social-circle li {
        margin: 0 3px;
    }
    .social-circle li a {
        width: 36px;
		height: 36px;
		margin-bottom: 10px;
	}
    .social-circle li i {
        line-height: 36px
    }
    .dmcarw .chaticonrw .chaticon {
        width: 60px;
        height: 60px
    }
    .dmcarw .chaticonrw {
        position: relative;
        top: -10px;
        right: 10px
	}
	.footerguides h3, .sitemapmenu .menubox h3 {
		font-size: 20px;
	}
	.dmcarw {
		padding-top: 10px;
	}
	.dmcarw .chaticonrw .chaticon {
		width: 60px;
		height: 60px;
	}
	.sitemapmenu .menubox .navbar-nav > li > a {
		font-size: 13px;
	}
	.footerSitemapwrap {
		padding: 60px 20px;
	}
	.sparksimagination h1{
		font-size: 40px;
		line-height: 50px;
	}
	.sparksimagination h1 span{
		font-size: 48px;
	}
	.letstogetherrow {
		margin: 30px 0 20px 0;
	}
	.letstogetherrow .letstxt {
		font-size: 28px;
	}
	.navbar-default .navbar-nav > li > a{
		margin: 0 4px;
		font-size: 15px;
		padding: 0 5px;
	}
	.getconbtnbx .button{
		margin-top: 12px;
		padding: 12px 14px;
	}
	.menuwrap ul li a{
		font-size: 15px;
	}
	.trianglelineAnimbox{
		display: none;
	}
	.sparksimagination.conpg{
		width: auto;
		right:20px;
	}
	.techpd {
		padding: 60px 20px;
	}
	.addsimtxt {
		max-width: 100%;
	}
	.techHello{
		margin: 25px 0;
		font-size: 70px;
		line-height: 70px;
	}
	.techcolAdd {
		margin-bottom: 16px;
	}
	.comrevsmtxt{
		min-height: 180px;
	}
	.contactformdetails {
		padding-left: 30px;
	}
	.numericrw ul li .counter{
		display: none;
	}
	.numericrw.contactpg ul li .counter,.accoladesnumsection .numericrw ul li .counter{
		display: inline-block;
	}
	.numericrw ul li .counter.counter-value{
		display: inline-block;
	}
	}
	
	@media only screen and (max-width:991px) {
	.viewblock{
		display: none;
	}
	.viewhidedesktop{
		display: block;
	}
	.buildingappsCon .numericrw{
		margin-top: 40px;
	}
	.numericrw ul li {
		float: left;
		width: 50%;
		margin-bottom: 15px;
	}
	.numericrw.contactpg .numericrw ul li{
		width: 25%;
	}
	 .numericrw ul li:nth-child(2) {
		text-align: left;
		padding-left: 30px;
	}
	.numericrw ul li:nth-child(3), .numericrw ul li:nth-child(4){
		text-align: right;
	}
	.numericrw.contactpg ul li:nth-child(3){
		text-align: center;
	}
	.maskingbannerbox{
		display: none;
	}
	.sparksimagination {
		max-width: 540px;
		margin: auto;
		width: auto;
		right:20px;
	}
	.letsemailtalkrw .form-control, .letsemailtalkrw button {
		font-size: 18px;
		height: 56px;
	}
	.techugologoAnim{
		display: none;
	}
	}
	
	@media only screen and (max-width:767px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 15px;
	}
	.maskingbannerbox{
		display: none;
	}
	.sparksimagination h1, .clientsbrandsleftCon .brandsheading, .buildleftCon h2, .digitalServices .digitalheading, .clientsreviwssection .digitalheading, .letstheading,.stoleheading,h2.techheadings {
		font-size: 28px;
		line-height: 36px;
	}
	.sparksimagination h1 span, .clientsbrandsleftCon .brandsheading span, .buildleftCon h2 span, .digitalServices .digitalheading span, .clientsreviwssection .digitalheading span, .letstheading span,.stoleheading span,h2.techheadings span {
		font-size: 32px;
	}
	.clientsbrandsleftCon .simpletxt, .buildleftCon .simpletxt, .letstalkpCon .simpletxt,.comrevsmtxt {
		font-size: 16px;
		margin-top: 20px !important;
		line-height: 32px !important;
	}
	.dmcarw .cenpos {
		text-align: center;
		padding-bottom: 15px;
	}
	.footerSitemapwrap .copyrtrw {
		font-size: 13px;
		margin-bottom: 10px;
		text-align: center;
	}
	.comrevsmtxt{
		min-height: 210px;
	}
	.clientsbrandingscroll {
		margin-top: 50px !important;
	}
	.brandsinfodetails {
		padding-top: 30px !important;
	}
	.westoleCon .simpletxt {
		padding-right: 20px;
	}
	.clientsbrandsConbox {
		padding-top: 40px;
		padding-bottom: 40px;
		padding-right: 20px;
	}
	.letstogetherrow .letstxt {
		font-size: 21px;
	}
	.letstogetherrow .letsline {
		width: 100px;
		margin-left: 10px;
	}
	.letsemailtalkrw button{
		width: 100%;
		margin-top: 20px;
	}
	.buildingappsCon{
		padding: 40px 20px;
	}
	.digitalServices{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.clientsreviwssection{
		padding-left: 5px;
		padding-bottom: 40px;
	}
	.clientsreviewsSlider{
		padding-left: 15px;
		padding-right: 20px;
	}
	.buildleftCon h2{
		margin-top: 0;
	}
	.numericrw ul li .counter, .numericrw ul li span.plusicon {
		font-size: 50px;
		line-height: 40px;
	}
	.numericrw ul li:nth-child(3), .numericrw ul li:nth-child(4) {
		text-align: left;
	}
	.numericrw ul li:nth-child(2) {
		padding-left: 0px;
	}
	.buildappdesignpat img {
		width: 400px;
	}
	.numericrw ul li {
		margin-bottom: 40px;
	}
	.gettouchnwbtnrw.viewhidedesktop {
		margin-top: 0px;
	}
	.owl-carousel.digitalser .owl-stage{
		left: 0;
	}
	.digitalserbox{
		margin: 0;
	}
	.slide-two .clientsbrandingscroll {
		padding-right: 20px;
	}
	.slide-two.active .clientsbrandingscroll{
		padding-bottom: 0px;
	}
	.digitalserbox {
		padding: 110px 15px 15px 15px;
	}
	.digitalserbox .digitalsertype {
		font-size: 220px;
		line-height: 200px;
	}
	.digitalserbox .servicebxheading {
		font-size: 15px;
	}
	.digitalserbox:hover .servicebxheading {
		letter-spacing: 0px;
	}
	.clientsreviwssection .buildleftCon .simpletxt{
		max-width: 100%;
	}
	.clientscolumnbr{
		text-align: right;
		padding-right: 20px;
	}
	.clientscolumnbr img {
		width: 40px;
	}
	.slide-two .gettouchnwbtnrw.top0 {
		margin-top: 0;
	}
	.slide-two .gettouchnwbtnrw {
		margin-top: 30px;
	}
	.clientreviewclientsimgbx{
		display: none;
	}
	.clientsreviwcon {
		width: auto;
		float: none;
	}
	.clientreviewconbox {
		padding: 15px;
	}
	.clientsreviewtxt{
		font-size: 15px;
		line-height: 28px;
	}
	.clientsbrandsConbox .brandslogoimgrow {
		margin: 15px 0;
	}
	.slide.slide-two .clientsbrandsleftCon .simpletxt {
		max-width: 100%;
	}
	.slide-two .clientsbrandingscroll {
		margin-top: 30px;
	}
	.letstalkprojectsCon{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.letstalkpCon .simpletxt {
		max-width: 100%;
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.owl-carousel.comreviews .owl-stage {
		left: auto;
	}
	.comreviewcardsbox{
		margin: 0;
	}
	.westoleCon {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.numpos1 {
		text-align: left;
		padding-right: 0px;
		margin-top: 15px;
	}
	.numpos1 img {
		width: 80px;
	}
	.owl-carousel.comreviews .owl-controls {
		margin-top: 25px;
	}
	.sparksimagination {
		margin-top: 0;
	}
	.companyreviews {
		margin-top: 30px;
	}
	.westoleCon .simpletxt{
		margin-top: 10px;
	}
	.touchrw{
		margin-bottom: 30px;
	}
	.slide-two .clientsbrandingscroll {
		padding-right: 20px;
	}
	.comreviewlogorow .youtstorylogo {
		width: 100px;
		height: 36px;
		background-size: 100px 36px;
	}
	.comreviewlogorow .clutch {
		width: 100px;
		height: 39px;
		background-size: 100px 39px;
	}
	.comreviewlogorow .extract {
		width: 150px;
		height: 17px;
		background-size: 150px 17px;
	}
	.comreviewlogorow {
		height: 40px;
	}
	.row.lineHH {
		line-height: 40px;
	}
	.comreviewlogorow .onepos img {
		width: 40px;
	}
	.connectwclients #cForm input:valid ~ .hiddens,.connectwclients #cForm input:valid~.hiddens1,.connectwclients #cForm input:valid~.hiddens2{
		height: auto;
	}
	.letsemailtalkrw button:after{
		display: none;
	}
	.numericrw ul li .numtxt {
		font-size: 16px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: auto !important;
		height: 70px;
	}
	.navbar-default .container {
		padding: 0 15px;
	}
	.sitemapmenu .menubox.com_heading {
		width: auto;
		float: none;
		margin-bottom: 25px;
	}
	.sitemapmenu .menubox .navbar-nav.com_heading > li {
		float: left;
		margin-right: 20px;
	}
	.sitemapmenu .menubox .navbar-nav > li > a {
		padding: 10px 0;
		font-size: 12px;
	}
	.footerguides h3, .sitemapmenu .menubox h3 {
		font-size: 16px;
	}
	.sitemapmenu .menubox {
		width: 50%;
		margin-bottom: 0;
	}
	.footerSitemapwrap {
		padding: 30px 20px;
	}
	.sitemapmenu .navbar-nav {
		margin: 0;
	}
	.serheadinng {
		display: none;
	}
	.footerguides {
        padding: 15px 0;
        padding-top: 0
	}
	.dmcarw .chaticonrw .chaticon {
		margin: auto;
		height: 0;
	}
	.footerSitemapwrap .copyrtrw p {
		display: block;
	}
	.footerSitemapwrap .copyrtrw p:first-child {
		margin-right: 0px;
	}
	.letstogetherrow {
		margin: 20px 0 15px 0;
	}
	.letsemailtalkrw .form-control, .letsemailtalkrw button {
		font-size: 16px;
		height: 50px;
	}
	.overlaybg{
		display: none !important;
	}
	.button_container{
		display: block;
	}
	.techpd {
		padding: 40px 20px;
	}
	.addsimtxt{
		font-size: 16px;
	}
	.techHello {
		font-size: 64px;
		line-height: 64px;
	}
	.contactformdetails {
		margin-top: 40px;
		padding-left: 0px;
	}
	.contacttxtbg{
		display: none;
	}
	.sparksimagination.conpg .gettouchnwbtnrw a.touchbtns{
		width: 140px;
	}
	.contactformdetails .form-control {
		padding: 12px 0;
	}
	.numericrw ul li:nth-child(3) .counter{
		min-width: 50px;
	}
	.getconbtnbx .button{
		display: none;
	}
	.callusSales{
		position: absolute;
		top:20px;
		right: 70px;
		margin-top: 0;
		margin-right: 0;
	}
	.getconbtnbx a{
		display: none;
	}
	.getconbtnbx .callusrow .callusrdetails .callnum a{
		display: block;
	}
	.social-circle li a{
		margin-bottom: 10px !important;
	}
	.navbar-default #navbar ul li{
		float: none;
	}
	#navbar{
		float: none;
		padding: 0;
		padding-bottom: 20px;
	}
	.menuwrap {
		padding: 20px 15px;
		padding-bottom: 0;
	}
	.menuwrap ul li{
		width: 50%;
		min-height: 75px;
		float: left !important;
	}
	.menuwrap ul li a {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 0px;
	}
	.menuwrap ul li a i{
		display: block;
	}
    .menuwrap .socialmediaiconsrow{
		display: none;
	  }
	  .navbar-default .navbar-nav > li > a{
		  font-size: 16px;
		  padding: 5px 10px;
		  line-height: 40px;
		  border-bottom: 1px solid #f5f5f5;
	  }
	  .navbar-default .navbar-nav > li:last-child > a{
		border-bottom: 0px solid #f5f5f5;
	  }
	  .navbar-default .navbar-nav > li > a:after{
		display: none;
	  }
	  .hideview{
		display: block !important;
	}
	html.fixed{
		overflow: hidden !important;
	}
	.techConSection {
		margin-top: 0px;
	}
	.comreviewcardsbox {
		padding: 15px;
	}
	.companyreviews {
		margin-left: 15px;
		margin-right: 15px;
	}
	.digitalserviceslider{
		margin-right: 20px;
	}
	.numericrw ul li .counter{
		min-width: 40px;
	}
	.getconbtnbx .dropdown-menu {
		min-width: 300px;
		padding: 20px 20px 10px 10px;
		right: 15px;
		top:64px;
	}
	.getconbtnbx{
		position: static;
	}
	.numericrw.contactpg ul li{
		width: 50%;
		margin-bottom: 0;
		padding-bottom: 10px;
	}
	.numericrw.contactpg ul li:nth-child(3){
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		margin: 0;
	}
	.menuwrap ul li a{
		border: 0;
		padding: 10px 0 10px 44px;
	}
	.servicemenuwrap{
		display: none;
	}
	.button_container {
		display: block;
	}
	html.navfixed,html.navfixed body{
		overflow: hidden !important;
	}
	.footerSitemapwrap{
		padding-top: 40px !important;
		padding-bottom: 40px !important;
	}
	.callusSalesOpenbox {
		position: static;
	}
	.connectwclients #cForm input ~ .hiddens {
		-webkit-transform: translateY(12px);
		transform: translateY(12px);
	}
	.connectwclients #cForm input ~ .hiddens1 {
		-webkit-transform: translateY(24px);
		transform: translateY(24px);
	}
	.connectwclients #cForm input ~ .hiddens2 {
		-webkit-transform: translateY(36px);
		transform: translateY(36px);
		margin-bottom: 40px;
	}
  
}
	@media only screen and (max-width:420px) {
	.footerSitemapwrap {
		padding: 30px 15px;
	}
	.numericrw ul li .counter, .numericrw ul li span.plusicon {
		font-size: 40px;
		line-height: 36px;
	}
	.numericrw ul li:nth-child(3) .counter{
		min-width: 40px;
	}
	}

	@media only screen and (max-width:370px) {
	.numericrw ul li:nth-child(2),.numericrw ul li:nth-child(4) {
		text-align: right;
	}
	}
	@media only screen and (max-width:359px) {
	.letstogetherrow .letsline {
		width: 70px;
	}
	.numericrw ul li .numtxt {
		font-size: 14px;
	}
	.sparksimagination h1, .clientsbrandsleftCon .brandsheading, .buildleftCon h2, .digitalServices .digitalheading, .clientsreviwssection .digitalheading, .letstheading,.stoleheading,h2.techheadings {
		font-size: 24px;
		line-height: 32px;
	}
	.sparksimagination h1 span, .clientsbrandsleftCon .brandsheading span, .buildleftCon h2 span, .digitalServices .digitalheading span, .clientsreviwssection .digitalheading span, .letstheading span,.stoleheading span,h2.techheadings span {
		font-size: 28px;
	}
	.sparksimagination.conpg .gettouchnwbtnrw a.touchbtns {
		width: 130px;
	}
	.sparksimagination.conpg .gettouchnwbtnrw a.touchbtns{
		margin-right: 5px;
	}
	.clientsreviewtxt{
		height: 140px;
	}
	}
	
	
	@media (max-height: 768px) and (max-width: 1024px) {
	.owl-carousel.comreviews .owl-controls, .owl-carousel.digitalser .owl-controls, .owl-carousel.reviewslider .owl-controls {
		margin-top: 40px;
	}
	.owl-carousel.comreviews .owl-next, .owl-carousel.comreviews .owl-prev, .owl-carousel.digitalser .owl-next, .owl-carousel.digitalser .owl-prev, .owl-carousel.reviewslider .owl-next, .owl-carousel.reviewslider .owl-prev {
		width: 36px;
		height: 36px;
		background-size: 15px 28px;
	}
	.comreviewlogorow{
		margin-bottom: 15px;
	}
	.clientsbrandsleftCon .simpletxt, .buildleftCon .simpletxt {
		margin-top: 30px;
	}
	.clientsbrandsleftCon .simpletxt, .buildleftCon .simpletxt, .letstalkpCon .simpletxt {
		line-height: 36px;
	}
	.gettouchnwbtnrw {
		margin-top: 40px;
	}
	.clientsbrandingscroll {
		margin-top: 70px;
	}
	.clientsbrandingbox img, .owl-carousel.clientsbrands .owl-item img {
		height: 70px;
	}
	.owl-carousel.clientslogosl .owl-item img{
		height: 64px;
	}
	.clientsbrandsConbox .brandslogoimgrow img {
		width: 100px;
	}
	.brandsinfodetails {
		padding-top: 40px;
	}
	.clientsbrandsConbox .brandslogoimgrow {
		margin: 20px 0;
	}
	.gettouchnwbtnrw.top0{
		margin-top: 10px
	}
	.slide-two .gettouchnwbtnrw {
		margin-top: 30px;
	}
	.slide-two .clientsbrandingscroll {
		margin-top: 60px;
	}
	.brandsApprightSection .appviewbrands img {
		width: 360px;
	}
	.digitalServices .buildleftCon .simpletxt{
		margin-top: 30px;
	}
	.digitalserviceslider {
		margin-top: 40px;
	}
	.clientsreviewsSlider{
		margin-top:30px;
	}
	.letstalkpCon .simpletxt {
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.touchrw {
		margin-bottom: 30px;
	}
	.contactformdetails .form-group {
		margin-bottom: 20px;
	}
	#name-error label.error, #email-error label.error, #phonenumber-error label.error, #budget-error label.error, #skypeid-error label.error, #message-error label.error {
		bottom: -10px;
	}
	.contactformdetails .consubmitbtns{
		margin-top: 20px;
	}
	}
	@media screen and (max-device-width: 767px) and (orientation: landscape) {
	.sparksimaginationwrap{
		padding-top: 40px;
		padding-bottom: 40px;
		height: auto;
	}
	.sparksimagination{
		position: static;
		left: auto;
		top: auto;
		right: auto;
		transform: none;
	}
	}
