.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;
}
@media only screen and (max-width: 1440px) {.dmcarw {
		padding-top: 25px;
	}}
	@media only screen and (max-width:1023px) {
		
		.dmcarw .chaticonrw .chaticon {
        width: 60px;
        height: 60px
    }
    .dmcarw .chaticonrw {
        position: relative;
        top: -10px;
        right: 10px
	}
	.dmcarw {
		padding-top: 10px;
	}
	.dmcarw .chaticonrw .chaticon {
		width: 60px;
		height: 60px;
	}
	}
	@media only screen and (max-width:767px) {
		.dmcarw .cenpos {
		text-align: center;
		padding-bottom: 15px;
	}
	.dmcarw .chaticonrw .chaticon {
		margin: auto;
		height: 0;
	}
	}
.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-SemiBold';
	font-size: 18px;
	padding: 10px 0 10px 44px;
	line-height: 30px;
	color: #6b6b6b;
	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;
}

.touchrw {
	font-family: 'Montserrat-Medium';
	position: relative;
	font-size: 18px;
	color: #fff;
	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*/



/*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;
}



.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;
  }
  

  
  
  
  @-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 only screen and (max-width: 1800px) {
	.navbar-default .container {
		padding: 0 60px;
	}
	
	.navbar-default .navbar-nav > li > a{
		font-size: 16px;
	}
	
	.menuwrap{
		padding: 20px 60px;
	}
	.menuwrap ul li a{
		font-size: 16px;
	}
	
	}

	
	
	@media only screen and (max-width: 1320px) {
	
	
	
	.menuwrap ul li a{
		margin-bottom: 24px;
	}
	
	
	}
	
	@media only screen and (max-width: 1220px) {
	
	.navbar-default .container {
		padding: 0 20px;
	}
	
	
	.navbar-default .navbar-nav > li > a{
		margin: 0 15px;
	}
	.menuwrap {
		padding: 20px;
	}
	.menuwrap ul li a{
		margin-bottom: 18px;
	}
	}
	

	
	@media only screen and (max-width:1023px) {
	
	
	
	.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
    }
    
	.sitemapmenu .menubox .navbar-nav > li > a {
		font-size: 13px;
	}
	
	.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;
	}
	
	}
	
	
	
	
	@media only screen and (max-width:767px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		margin-left: 15px;
	}
	.navbar-default .container {
		padding: 0 15px;
	}
	
	.overlaybg{
		display: none !important;
	}
	.button_container{
		display: block;
	}
	
	.contacttxtbg{
		display: none;
	}
	
	.getconbtnbx .button{
		display: none;
	}
	.callusSales{
		position: absolute;
		top:20px;
		right: 70px;
		margin-top: 0;
		margin-right: 0;
	}

.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 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;
	}
	
	.getconbtnbx .dropdown-menu {
		min-width: 300px;
		padding: 20px 20px 10px 10px;
		right: 15px;
		top:64px;
	}
	.getconbtnbx{
		position: static;
	}
	
	.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;
	}
  
}
	@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;
	}
	}



.getconbtnbx{
	  float: right;
  }
  .getconbtnbx a{
	text-decoration: none;
	display: inline-block;
   }
  .getconbtnbx .button {
	position: relative;
	font-family: 'Raleway-SemiBold';
	padding: 14px 20px;
	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 );
  }
  
  
  .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 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
}
.nav .navbar-nav .navbar-right .getconbtnbx .callusrow .callusrdetails .callheading:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: -7px;
    width: 20px;
    height: 3px;
    background-color: #40a3ff
}
/*Header Section End Here*/
.callusSales {
    float: left;
    margin-top: 24px;
    margin-left: 15px;
    margin-right: 15px;
    cursor: pointer;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}



