@charset "utf-8";
/* CSS Document */
*
{
	margin:0px;
	padding:0px; 
}
.margin
{
	margin:0 0 0 0px!important;	
}
a
{
	text-decoration:none;
}
a img
{
	border:none;
}
.clearfix
{
	clear:both;
}
body
{
	margin:0px;
	padding:0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
#main-wrapper
{
	width:100%;
	height:auto;
}
/*slider*/
#slider{
  margin:0;
  padding:0; 
}

.skdslider {
  width:100%;
  position: relative;
  display: block;
  overflow:hidden;
}
.skdslider .slide {
   display: none;
}
.skdslider .slide img {
   width: 100%;
   height:100%;
   border:0;
}

.skdslider ul.slide-navs {
    bottom: 20px;
    left: 50%;
    position: absolute;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.skdslider ul.slide-navs li {
  float: left;
	background: url("image/slide-bg.png") no-repeat scroll 0 0 transparent;
	height:12px;
	width:12px;
	margin-right:4px;
	cursor:pointer;
}
.skdslider ul.slide-navs li.active {
  background: url("image/slide-bg-active.png") no-repeat scroll 0 0 transparent;
}

.skdslider .slide-desc {
    left: 200px;
    padding: 0 15px 0 15px;
    position: absolute;
    bottom: 24%;
    max-width: 85%;
    display: inline-block;
}
.skdslider .slide-desc > h2 {
    color: #ffffff;
    font-family:"Rubik ExtraBold";
    font-size: 70px;
    text-transform: uppercase;
}
.skdslider .slide-desc > h5 {
    color: #ffffff;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 30px;
    text-transform: uppercase;
	margin:0 0 0px 0px;
}
.skdslider .slide-desc > a {
    color: #ffffff;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 14px;
	font-weight:bold;
    text-transform: uppercase;
	background:#e76d00;
	padding:10px 12px;
	float:left;
	margin:20px 0 0 0px;
	transition: 0.3s;
}
.skdslider .slide-desc > a:hover {
    color: #ffffff;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 14px;
	font-weight:bold;
    text-transform: uppercase;
	background:#06427e;
	padding:10px 12px;
	float:left;
	transition: 0.3s;	
}

.skdslider a.prev{
  background: url("image/left.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:2%;
	margin-top:-17px;
}

.skdslider a.next{
  background: url("image/right.png") no-repeat scroll 0 0 transparent;
	width:35px;
	height:35px;
	display:block;
	cursor:pointer;
	position:absolute;
	top:50%;
	right:2%;
	margin-top:-17px;
}
.skdslider a.prev:hover {
  
}
.skdslider a.next:hover {
  
}

.skdslider a.play {
    background: url("image/play.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}

.skdslider a.pause{
  background: url("image/pause.png") no-repeat scroll center center transparent;
	width:35px;
	height:35px;
	display:none;
	cursor:pointer;
	position:absolute;
	top:50%;
	left:48%;
	margin-top:-17px;
}
/*slider Responsive CSS */
@media screen and (max-width:1024px) {
.skdslider .slide-desc > h2 
{
	font-size: 40px;
	margin-bottom: 5px;
	margin-top: 5px;
	
}
.skdslider .slide-desc > h5
{
    color: #ffffff;
    font-family:"Rubik ExtraBold";
    font-size: 20px;
    text-transform: uppercase;
}

.skdslider .slide-desc > p 
{
	font-size: 14px;
	line-height: 15px;
	margin-top: 5px;
}
.skdslider .slide-desc > p a.more 
{
	font-size:14px;
}
}
/*slider end*/

/*header*/
.header-main
{
	width:100%;
  	padding: 20px 0px;
  	color: #f1f1f1;
  	transition: 0.3s;
  	top:0px;
  	position:absolute;
}
.sticky 
{
  	position: fixed;
  	top: 0;
  	width: 100%;
  	background:#000;
  	transition: 0.3s;
}
.header-center
{
	width:1160px;
	height:auto;
	margin:0 auto;
	padding:0 0px;
	position:fixed;
		
}
.header-center .logo
{
	float:left;
	padding:0 0px;
}
.header-menu
{
	float:right;
}
/*header end*/

/*section*/
#section
{
	width:100%;
	height:auto;
	padding:50px 0px 0px 0px;
}
.section-center
{
	width:1160px;
	height:auto;
	margin:0 auto;
	
}
.section-bg-gray
{
	background:#f2f2f2;
}
.section-heading
{
	width:100%;
	height:auto;
	text-align:center;
}
.section-heading p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#000;
}
.section-heading span
{
	font-family:"Rubik";
	font-size:16px;
	color:#e76d00;
	width:100%;
	margin:0 0 10px 0px!important;
}
.section-heading h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	font-size:40px;
	color:#06427e;
	width:100%;
}
/*#End section*/

/*Services*/
.services-box
{
	width: 320px;
    height:auto;
    float: left;
    margin: 50px 0 0px 50px;
}
.web-dev-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat;
	float:left;
}
.mobile-app-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat -60px 0px;
	float:left;
}
.blockchain-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat -117px 0px;
	float:left;
}
.progressive-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat -180px 0px;
	float:left;
}
.ecommerce-cms-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat -243px 0px;
	float:left;
}
.digital-icon
{
	width: 45px;
    height:45px;
	background:url(../images/services-icon.png) no-repeat -292px 0px;
	float:left;	
}
.services-box h3
{
	float:left;
	padding:5px 15px;
	font-family:"Rubik";
	color:#06427e;
	font-size:17px;
}
.services-box p
{
	float:left;
	width:280px;
	padding:0 0 0 60px;
	font-size:14px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
/*#End Services*/

/*Happy Clients*/
#myslider 
{
	width:100%;
	height:500px;
	margin:50px 0 0px 0px;
}
#myslider .client
{
	width:100%;
	height:500px;
	background:#f2f2f2;
}
.client-img
{
	width:50%;
	height:500px;
	float:left;
}
.client-content
{
	width:50%;
	height:500px;
	float:left;
	padding:40px 40px;
}
.client-logo-btn
{
	width:100%;
	height:auto;
}
.client-logo-btn img
{
	float:left;
}
.client-logo-btn button
{
	float:right;
	background:#e76d00;
	color:#fff;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	font-size:14px;
	padding:10px 20px;
	transition: 0.3s;
}
.client-logo-btn button:hover
{
	float:right;
	background:#06427e;
	color:#fff;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	font-size:14px;
	padding:10px 20px;
	transition: 0.3s;
}
.client-portfolio-details
{
	width:100%;
	height:auto;
}
.client-portfolio-details p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:16px;
	margin:30px 0 0px 0px;
}
.client-review
{
	width:100%;
	height:auto;
	background:#fff;
	margin:30px 0 0 0px;
}
.client-review p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:16px;
 	font-style:italic;
	padding:20px 30px;
}
.client-review span
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:14px;
	padding: 0px 30px 30px 30px;
	float:right;
	text-align:right;
}
.services-filter
{
	width:100%;
	height:auto;
	text-align:center;
}
/*#Happy Clients*/

/*Industries We Serve*/
.serve-box
{
	width:350px;
	height:350px;
	background:#fff;
	margin:50px 0px 0px 0px;
	float:left;
}
.serve-box img
{
	margin:20px 0 0 20px;
}
.serve-box h1
{
	font-family:"Rubik";
	font-size:30px;
	color:#06427e;
	margin:40px 0 0 20px;
}
.serve-box p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#000;
	margin:40px 0px 0px 20px;
}
.m-r
{
	margin-right:50px;
}
.m-r-zero
{
	margin-right:0px!important;
}
.m-b
{
	margin-bottom:50px;
}
.helathcare
{
	background:url(../images/industry/healthcare.jpg) no-repeat center;
}
.realestate
{
	background:url(../images/industry/realestate.jpg) no-repeat center;
}
.ecommerce
{
	background:url(../images/industry/ecommerce.jpg) no-repeat center;
}
.automotive
{
	background:url(../images/industry/automotive.jpg) no-repeat center;
}
.eduction
{
	background:url(../images/industry/eduction.jpg) no-repeat center;
}
.entertainment
{
	background:url(../images/industry/entertainment.jpg) no-repeat center;
}

/*#Industries We Serve*/

/*Key Achievementse*/
.key-achivements
{
	text-align:center;
}
.key-achivements li
{
	display:inline-block;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	font-size:36px;
	color:#06427e;
	margin:40px 0px;
	width:225px;
}
.key-achivements li span
{
	display:inline-block;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:500;
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	
}
/*#help big brand*/	
.bigbrand
{
	background:url(../images/bigbrand.jpg) no-repeat center;
	padding:45px 0 45px 0px!important;
	
}
.bigbrand-content
{
	width:555px;
    height:423px;
    float:left;
}
.bigbrand-content h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	font-size:28px;
	text-transform:uppercase;
	color:#fff;
}
.bigbrand-content p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#fff;
	margin:20px 0px;
}
.bigbrand-logo
{
	width:555px;
    background: #fff;
    height:423px;
    float:right;
	
}
.bigbrand-logo h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-weight: bold;
    font-size: 28px;
    text-transform: uppercase;
    color: #06427e;
    text-align: center;
    padding: 0 20px;
    margin: 35px 0px 20px 0px;
    line-height: 35px;
}
.bigbrand-logo p
{
	font-family:"Rubik";
	font-size:16px;
	color:#000;
	margin:20px 0px;
	text-align:center;
	padding:0 80px;
}
.bigbrand-logo ul 
{
	text-align:center;
}
.bigbrand-logo ul li
{
	display: inline-block;
    width: 100px;
    margin: 0 5px 0 10px;
}
/*help big brand*/

/*footer*/
.footer
{
	margin:0 0 50px 0px;
	border-top:solid 5px #e3e3e3;
	
}
.footer-about
{
	width:280px;
	height:auto;
	float:left;
}
.footer-about p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:13px;
	color:#000;
	margin:20px 0 0 0px;	
}
.footer-menu
{
	width: 180px;
    height: auto;
    float: left;
    margin: 0 0 0 40px;
}
.footer-menu h5
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	font-weight:bold;
	color:#06427e;
	margin:20px 0 0 0px;	
}
.footer-menu ul
{
	margin:37px 0 0 0px;
}
.footer-menu ul li
{
	margin:0 0 7px 0px;
}
.footer-menu ul li a
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:13px;
	text-decoration:none;
	color:#000;
}
.footer-menu ul li a:hover
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:13px;
	text-decoration:none;
	color:#e76d00;
}
.footer-menu h6
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 12px;
    margin: 40px 0 0 0px;
}
.footer-menu p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:13px;
	color:#000;
	margin:10px 0 0 0px;
}
/*#footer*/

/*copyright*/
.copyright
{
	background:#e76d00;
	padding:10px 0px!important;
}
.copyright p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#fff;
	float:left;
}
.copyright ul
{
	float:right;
	display:inline-flex;
}
.copyright ul li
{
	margin:0 5px 0 0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#fff;
}
.copyright ul li a
{
	margin:0 0px 0 0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:16px;
	color:#fff;
}
/*#copyright*/

/*about us page*/
.inner-page-menu
{
	background:#000!important;
	position:relative!important;
}
.breadcrumbs
{
	width:100%;
	height:auto;
}
.breadcrumbs-center
{
	width:1160px;
	height:auto;
	margin:0 auto;
}
.breadcrumbs-center ul
{
	margin:40px 0px;
}
.breadcrumbs-center ul li
{
	display:inline;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:13px;
}
.here
{
	color:#e76d00;
}
.about-content
{
	float:left;
	width:730px;
	height:450px;
}
.about-content h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#06427e;
	text-transform:uppercase;
}
.about-content p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	margin:10px 0 0 0px;
}
	/*about shap move*/
:root {
  --background: #005;
  --primary: #88D5BF;
  --secondary: #5D6BF8;
  --third: #e27fcb;
}
.shape {
  background: url(../images/business-partners-handshaking-group-meeting-making-project-investment-closeup.jpg) no-repeat center;
  animation: morph 8s ease-in-out infinite;
  border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
  height: 450px;
  transition: all 1s ease-in-out;
  width: 400px;
  z-index: 5;
  float:right;
  background-size:100% 100%;
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: url(../images/business-partners-handshaking-group-meeting-making-project-investment-closeup.jpg) no-repeat center;
	background-size:100% 100%;
  }
  50% {
    border-radius: 30% 60% 70% 40%/50% 60% 30% 60%;
    background: url(../images/business-partners-handshaking-group-meeting-making-project-investment-closeup.jpg) no-repeat center;
	background-size:100% 100%;
  }
  100% {
    border-radius: 60% 40% 30% 70%/60% 30% 70% 40%;
    background: url(../images/business-partners-handshaking-group-meeting-making-project-investment-closeup.jpg) no-repeat center;
	background-size:100% 100%;
  }
}
	/*about shap move*/
	/*four box*/
#foo {
  width: 200px;
  height: 200px;
  animation: corner 20s;
  border-radius: 50%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  float:left;
  margin:50px 0px;
}
.m-l
{
	margin-left:120px!important;
}

@keyframes corner {
  0% {
    border-top-left-radius: 1% 50%;
  }
  12.5% {
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
  }
  25% {
    border-top-right-radius: 1% 50%;
  }
  25.001% {
    border-top-right-radius: 50% 1%;
  }
  37.5% {
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  50% {
    border-bottom-right-radius: 50% 1%;
  }
  50.001% {
    border-bottom-right-radius: 1% 50%;
  }
  62.5% {
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  75% {
    border-bottom-left-radius: 1% 50%;
  }
  75.001% {
    border-bottom-left-radius: 50% 1%;
  }
  87.5% {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  100% {
    border-top-left-radius: 50% 1%;
  }
}
.expect
{
	text-align:center;
}
.expect h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-weight: bold;
    font-size: 40px;
    color: #06427e;
    width: 100%;
}
.honesty
{
	background:#e76d00 url(../images/honesty.png) no-repeat center;
}
.efficiency
{
	background:#e76d00 url(../images/efficiency.png) no-repeat center;
}
.quality
{
	background:#e76d00 url(../images/quality.png) no-repeat center;
}
.helpful
{
	background:#e76d00 url(../images/helpfull.png) no-repeat center;
}
.honesty h3, .efficiency h3, .quality h3, .helpful h3
{
	bottom: 0px;
    position: relative;
    margin: 150px 0 0 0;
    text-transform: uppercase;
    color: #fff;
}
/*#four box*/

/*tageline*/
#tageline
{
	width:100%;
	height:auto;
	padding:50px 0px;
	background:#f9f9f9;
}
.tageline-center
{
	width:1160px;
	height:auto;
	margin:0 auto;
}
.tageline-center h3
{
	text-align:center;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-weight:bold;
	color:#06427e;
	font-size:40px;
}
.tageline-center p
{
	text-align:center;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	padding:0 150px;
	margin:20px 0 0 0px;
	
}
/*#tageline*/
/*#about us page*/

/*waves*/
.box {
	position: fixed;
	top: 0;
	transform: rotate(80deg);
	left: 0;
}

.wave {
	position: fixed;
	top: 0;
	left: 0;
  opacity: .4;
  position: absolute;
  top: 3%;
  left: 10%;
  background: #0af;
  width: 1500px;
  height: 1300px;
  margin-left: -150px;
  margin-top: -250px;
  transform-origin: 50% 48%;
  border-radius: 43%;
  animation: drift 7000ms infinite linear;
}

.wave.-three {
  animation: drift 7500ms infinite linear;
	position: fixed;
	background-color: #77daff;
}

.wave.-two {
  animation: drift 3000ms infinite linear;
  opacity: .1;
  background: black;
	position: fixed;
}

.box:after {
  content: '';
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  transform: translate3d(0, 0, 0);
}

@keyframes drift {
  from { transform: rotate(0deg); }
  from { transform: rotate(360deg); }
}

/*LOADING SPACE*/

.contain {
	animation-delay: 4s;
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #25a7d7;
  background: -webkit-linear-gradient(#25a7d7, #2962FF);
  background: linear-gradient(#25a7d7, #25a7d7);
}

.icon {
  width: 100px;
  height: 100px;
  margin: 0 5px;
}

/*Animation*/
.icon:nth-child(2) img {-webkit-animation-delay: 0.2s;animation-delay: 0.2s}
.icon:nth-child(3) img {-webkit-animation-delay: 0.3s;animation-delay: 0.3s}
.icon:nth-child(4) img {-webkit-animation-delay: 0.4s;animation-delay: 0.4s}

.icon img {
  -webkit-animation: anim 2s ease infinite;
  animation: anim 2s ease infinite;
  -webkit-transform: scale(0,0) rotateZ(180deg);
  transform: scale(0,0) rotateZ(180deg);
}

@-webkit-keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}

@keyframes anim{
  0% {
    -webkit-transform: scale(0,0) rotateZ(-90deg);
    transform: scale(0,0) rotateZ(-90deg);opacity:0
  }
  30% {
    -webkit-transform: scale(1,1) rotateZ(0deg);transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  50% {
    -webkit-transform: scale(1,1) rotateZ(0deg);
    transform: scale(1,1) rotateZ(0deg);opacity:1
  }
  80% {
    -webkit-transform: scale(0,0) rotateZ(90deg);
    transform: scale(0,0) rotateZ(90deg);opacity:0
  }
}
/*mission*/
.wrapper-mission {
  width: 400px;
  height: 400px;
  float:right;
  margin: 0px auto 0 auto;
  position: relative;
  overflow: hidden;
  border-radius:200px;
}

.main-element {
  position: absolute;
  top: 1%;
  left: 1%;
  display: block;
  height: 98%;
  width: 98%;
  margin: auto;
  align-self: center;
  background:url(../images/mission.jpg) no-repeat center;
  background-size:100% 100%;
  z-index: 1;
  border-radius:200px;
}
.vision	 {
  position: absolute;
  top: 1%;
  left: 1%;
  display: block;
  height: 98%;
  width: 98%;
  margin: auto;
  align-self: center;
  background:url(../images/vision.jpg) no-repeat center!important;
  background-size:100% 100%;
  z-index: 1;
  border-radius:200px;
}

.border {
  position: absolute;
  display: block;
  top: -50%;
  left: -50%;
  z-index: -9;
  display: block;
  height: 200%;
  width: 200%;
  transform: rotate(-45deg);
  overflow: hidden;
  background: linear-gradient(to right, #fff 20%, #fff 40%, #e76d00 50%, #e76d00 55%, #fff 70%, #fff 100%);
  background-size: 200% auto;
  border-radius:200px;
  animation: shine 3s linear infinite;
}

/*Begin shimmer code*/

@keyframes shine {
    to {
      background-position: 200% center;
    }
  }fff
  
  /*mission background effect*/
  .context {
    width: 100%;
    position: absolute;
    top:50vh;
    
}

.context h1{
    text-align: center;
    color: #fff;
    font-size: 50px;
}


.area{
    background: #fff;  
    background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
    width: 100%;
    height:100vh;
    
   
}

.circles{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: #1b68b5;
    animation: animate 25s linear infinite;
    bottom: -150px;    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 100%;
    }

}
/*#mission background effect*/
/*#mission*/

/*career*/
.career-box
{
	width: 252px;
    height: 252px;
    background: #fff;
    float: left;
	border:solid 1px #eee;
	margin-top:50px;
	transition: box-shadow 0.3s ease-in-out;
	padding:20px;
	text-align:center;
	border-radius:40px;
}
.career-box h1
{
	font-size:20px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.career-box p
{
	font-size:18px;
	margin:10px 0 20px 0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.career-box a
{
	font-size:18px;
	text-transform:uppercase;	
	background:#e76d00;
	color:#fff;
	padding:8px 20px;
	margin:20px 0px;
	border-radius:50px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	transition:0.3s ease-in-out;
}
.career-box a:hover
{
	font-size:18px;
	text-transform:uppercase;	
	background:#06427e;
	color:#fff;
	padding:8px 20px;
	margin:20px 0px;
	border-radius:50px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	transition:0.3s ease-in-out;
}
.career-box:hover
{
	width: 252px;
    height: 252px;
    background: #fff;
    float: left;
	border:none;
	margin-top:50px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	transition: box-shadow 0.3s ease-in-out;
	padding:20px;
	text-align:center;
	border-radius:40px;
}
.weoffer {
    background: url(../images/offer.jpg) no-repeat center;
    padding: 45px 0 45px 0px!important;
	background-size:100% 100%;
}
.offer-box
{
	width: 353px;
    height: 150px;
    float: left;
	margin-top:50px;
	transition: box-shadow 0.3s ease-in-out;
	padding:20px;
	text-align:center;
}
.offer-box h4
{
	color:#fff;
	font-size:22px;
	margin:20px 0 0 0px;
}
.career-content
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	text-align:center;
	margin:15px 0 15px 0px;
	color:#000;
}
/*#career*/

/*why choose*/
.intro {
  font-size: 1.25em;
}
.js .panel-title {
  margin: 0;
}
.panel-title a {
  border-bottom: none;
  color: #292929;
  display: block;
  padding: 1.25em 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 200ms ease 0s;
  -moz-transition: color 200ms ease 0s;
  transition: color 200ms ease 0s;
  width: 100%;
  font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
  font-weight:normal;
}
.panel-title a .icon {
  color: #06427e;
  position: absolute;
  right: 0;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  width:40px;
}
.panel-title a:hover,
.panel-title a:focus {
  color: #e76d00;
}
.panel-title a:hover .icon,
.panel-title a:focus .icon {
  color: #e76d00;
}
.panel-title a.active {
  color: #e76d00;
}
.panel-title a.active .icon {
  color: #e76d00;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.js .accordion {
  border-bottom: 1px solid #ececec;
  margin: 2em 0;
}
.accordion .panel-title a {
  	border: 1px solid #ececec;
    padding: 10px 20px;
}
}
[id^="panel-"] {
  padding-bottom: 2em;
}
.choose-bg
{
	background:url(../images/choose.jpg) no-repeat center!important	;
	background-size:100% 100%;
}
.panel-content ul
{
	padding:20px 0px;
}
.panel-content ul li
{
	list-style:circle;
	margin:0 0 0 40px;
}
.contrac-box
{
	width: 353px;
    height: 250px;
    float: left;
	margin-top:50px;
	transition: box-shadow 0.3s ease-in-out;
	padding:20px;
	text-align:center;
}
.contrac-box h4
{
	color:#000;
	font-size:22px;
	margin:20px 0 0 0px;
}

/*our team*/
.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	margin-top:50px;
}
.column{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
}
.team{
    margin-bottom:30px ;
}
.team .team-img{
    position: relative;
    font-size: 0;
    text-align: center;
}
.team .team-img img{
    width: 160px;
    height: auto;
    border-radius: 100%;
    border: 20px solid #f3f4fa;
}

.team .team-content{
    padding: 80px 20px 20px 20px;
    margin-top: -80px;
    text-align: center;
    background: #f3f4fa;
    border-radius: 10px;
}
.team .team-content h2{
font-size: 25px;
font-weight: 400;
font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.team .team-content h3{
    font-size: 16px;
    font-weight: 300;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.team .team-content h4{
    font-size: 16px;
font-weight: 300;
letter-spacing: 1px;
font-style: italic;
margin-bottom: 0;
font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.team .team-content p{
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.team .team-social{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 35px;
    top: 0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, .6);
    transition: all .3s;
    font-size: 0;
    z-index: 1;
    opacity: 0;
}
.team:hover .team-social{
    opacity: 1;
}
.team .team-social a{
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right:5px ;
    padding: 11px 0 10px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    transition: all .3s;
    margin-top: 50px;
}
.team .team-social a.social-tw{
    background: #00acee;
}
.team .team-social a.social-fb{
    background: #3b5998;
}
.team .team-social a.social-li{
    background: #0e76a8;
}
.team .team-social a.social-in{
    background: #3f729b;
}
.team .team-social a.social-yt{
    background: #c4302b;
}
.team .team-social a:last-child{
    margin-right: 0;
}
.team:hover .team-social a{
    margin-top: 0;
}
.team .team-social a:hover{
    background: #222222;
}


/* Mobile Responsive */

@media (min-width: 576px){
    .container{
        max-width: 540px;
    }
    .column{
        max-width: 50%;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px;
    }
    .column{
        max-width: 33.333333%;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px;
    }
    .column{
        max-width: 25%;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px;
    }
   
}
.hire-team
{
	background:#e76d00;
	text-align:center;
	padding:50px 0px!important;
}
.hire-team h1
{
	color:#fff;
}
.hire-team p
{
	color:#fff;
	font-size:20px;
	margin-bottom:30px
}
.hire-team a
{
	background:#06427e;
	color:#fff;
	border-radius:50px;
	padding:10px 40px;
	font-family:"Rubik Medium";
	text-transform:uppercase;
	transition:0.3s ease-in-out;
}
.hire-team a:hover
{
	background:#fff;
	color:#e76d00;
	border-radius:50px;
	padding:10px 40px;
	font-family:"Rubik Medium";
	text-transform:uppercase;
	transition:0.3s ease-in-out;
	
}

/*contact us*/
.contact-from
{
	width:730px;
	height:auto;
	float:left;
	margin:0 0 50px 0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.contact-details
{
	width:400px;
	height:auto;
	float:right;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.contact-details p
{
	margin:0 0 20px 0px;
}
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #06427e;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin:20px 0 0 0px;
  transition:0.3s ease-in-out;
}

input[type=submit]:hover {
  background-color: #e76d00;
  transition:0.3s ease-in-out;
}

.container {
  border-radius: 5px;
  padding: 20px;
}	

/*services*/
.services-content
{
	float:right;
	width:700px;
	height:450px;
}
.services-content h1
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#06427e;
	text-align:left;
	line-height:40px;
}
.services-content h3
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	text-align:left;
	font-weight:normal;
	margin-top:10px;
}
.services-content p
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	margin:10px 0 0 0px;
	text-align:left;
}
.full-Stack
{
	background: url(../images/fullstack-development.png) no-repeat center!important;
    height: 450px;
    transition: all 1s ease-in-out;
    width: 400px;
    z-index: 5;
    float: left;
    background-size: 100% 100%;
}
.tab-content {
  display: none;
  padding: 0 18px;
  width:960px;
  margin:0 auto;
}
.tab-content.is-active {
  display: block;

}
.tab-content h3
{
	font-size:22px;
	margin:0 0 10px 0px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.tab-content p
{
	
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:14px;
}
.tabs
{
	width:100%;
	text-align:center;
	background:#f2f2f2;
	padding:10px 0px;
}
.tabs ul li
{
	display:inline;
	padding: 12px 10px;
}
.tabs ul li a
{
	text-decoration:none;
	color:#06427e;
	font-size:14px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	padding: 12px 10px;
}
.tabs li.is-active a {
    color: #e76d00;
    padding: 12px 10px;
    border-bottom: solid 1px #e76d00;
	
}
#technologies, #industries, #process
{
	padding:50px 0px;
}

/* Style the tab */
.tabvertical {
  float: left;
  width: 30%;
  height: auto;
  padding:0 0 0 10px;
}

/* Style the buttons inside the tab */
.tabvertical button {
  display: block;
  background-color: inherit;
  color: #06427e;
  padding: 15px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 14px;
  font-weight:700;
  font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}

/* Change background color of buttons on hover */
.tabvertical button:hover {
  background-color: #fff;
}

/* Create an active/current "tab button" class */
.tabvertical button.active {
  color:#e76d00;
  
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  width: 70%;
  border-left: none;
  height: auto;
}
.tablogo
{
	width:56px;
	height:78px;
	float:left;
	margin:20px 50px 20px 0px;
	text-align:center;
}
.tablogo img
{
	width: 100%;
    height: auto;
    max-height: 56px;
}
.tablogo span
{
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	font-size:12px;
}
#industries h1
{
	width:100%;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:26px;
	text-align:center;
	font-weight:600;
}
#industries p
{
    text-align: center;
	margin:10px 0px;
}
#solution h1
{
	width:100%;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:26px;
	text-align:center;
	font-weight:600;
}
#solution p
{
    text-align: center;
	margin:10px 0px;
}
#technologies, #industries, #process, #solution {
    padding: 50px 0px;
}
#process h1
{
	width:100%;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	color:#000;
	font-size:26px;
	text-align:center;
	font-weight:600;
}
#process p
{
    text-align: center;
	margin:10px 0px;
}
.industries-icon
{
	width: 155px;
    height: 155px;
    text-align: center;
    margin: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
	font-size:14px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
	
}
.industries-icon img
{
	width:60px;
	height:60px;
}
.industries-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.process-box
{
	width: 320px;
    height:auto;
    float: left;
	margin:20px 0 0 0px;
}
.process-box h3 {
    float: left;
    padding: 5px 15px;
    font-family:"Rubik SemiBold";
    color: #06427e;
    font-size: 17px;
	text-align:left;
}
.process-box p {
    float: left;
	text-align:left!important;
    width: 280px;
    padding: 0 0 0 60px;
    font-size: 14px;
	margin:0px!important;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.box1 {
    width: 45px;
    height: 45px;
    background: url(../images/fullstack/process/01.png) no-repeat;
    float: left;
}
.box2 {
    width: 45px;
    height: 45px;
    background: url(../images/fullstack/process/02.png) no-repeat;
    float: left;
}
.box3 {
    width: 45px;
    height: 45px;
    background: url(../images/fullstack/process/03.png) no-repeat;
    float: left;
}
.inner-contact
{
	background:#e3e3e3;
	text-align:center;
	padding-bottom:50px!important;
}
.inner-contact p
{
	margin:0 0 30px 0px;
}
.inner-contact a
{
	
    background: #e76d00;
    color: #fff;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    transition: 0.3s;
}
.inner-contact a:hover
{
	
    background: #06427e;
    color: #fff;
    font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-weight: bold;
    font-size: 16px;
    padding: 10px 20px;
    transition: 0.3s;
}
.ecommerce1
{
	background: url(../images/ecommerce.png) no-repeat center!important;
    height: 450px;
    transition: all 1s ease-in-out;
    width: 400px;
    z-index: 5;
    float: left;
    background-size: 100% 100%;
}
.magento
{
	background: url(../images/magento.png) no-repeat center!important;
    height: 450px;
    transition: all 1s ease-in-out;
    width: 400px;
    z-index: 5;
    float: left;
    background-size: 100% 100%;
}
/*FAQ*/
.faq-box
{
	width: 60%;
    height: auto;
    float: left;
	padding:0px 0px;
}
.contactform
{
	width: 40%;
    background:#	;
    height: auto;
    float: right;
	margin:0 0 20px 0px;
}
.contactform h1 {
    text-align: center;
    margin: 0em 0em 1em 0em;
	color:#06427e;
}

.contactform .title {
    height: 2.5em;
    width: 75%;
    margin-left: 12.5%;
    background: #e76d00;
    color: #fff;
    text-align: center;
    padding-top: .5em;
    transform: rotate(-1deg);
    box-shadow: 3px 5px 2px #999;
}
#containerfaq {
    width: 90%;
    margin: 0 5%;
    overflow: auto;
}

#containerfaq h1 {
    text-align: center;
    margin: 0em 0em 1em 0em;
	color:#06427e;
}

#containerfaq .title {
    height: 2.5em;
    width: 75%;
    margin-left: 12.5%;
    background: #e76d00;
    color: #fff;
    text-align: center;
    padding-top: .5em;
    transform: rotate(-1deg);
    box-shadow: 3px 5px 2px #999;
}

i {
    margin-right: 1em;
}

.faq li {
    padding: 1.25em;
}

.faq li.q {
    font-weight: bold;
    font-size: 109%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
	width:100%;
	color:#06427e;
}

.faq li.q:nth-child(1),
.faq li.q:nth-child(5),
.faq li.q:nth-child(9) {
    background: #eee;
	width:100%;
}

.faq li.a {
    color: #000;
    background: #fff;
    display: none;
	width:100%;
}

img {
    margin-right: .5em;
}

footer {
    height: 6em;
    padding: 2em;
    margin-top: 2em;
}

footer h3 {
    width: 90%;
    margin: 0 25%;
}

footer a {
    color: #6bba30;
    text-decoration: none;
}

/********* MEDIA QUERIES ************/
@media (max-width: 800px) {
    #containerfaq {
        width: 90%;
        margin: 0 5%;
    }
    
    .title {
        width: 90%;
        margin: 0 5%;
        height: 3.5em;
    }
    
    .faq li {
        text-align: center;
    }
    
    .faq li.a {
        width: 90%;
        margin-left: 5%;
    }
    
    footer h3 {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);

.container-contact {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea,
#contact button[type="submit"] {
  font: 400 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 2px 25px;
  margin: 0px 0;
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"],
#contact input[type="email"],
#contact input[type="tel"],
#contact input[type="url"],
#contact textarea {
  width: 100%;
  border: 1px solid #D8D8D8;
  background:none;
  margin: 0 0 5px;
  padding: 10px;
  border-radius:0px;
  font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
  font-size:14px;
}

#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact input[type="tel"]:hover,
#contact input[type="url"]:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #e76d00;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #e76d00;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #06427e;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #e76d00;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
#letsdoit
{
}
.about-services
{
	width:580px;
	height:auto;
	float:left;
}
.about-services h1
{
	float:left;
	color:#06427e;
	margin:0 0 20px 0px;
	font-size:40px;
}
.about-services p
{
	float:left;
	margin:0px 0px 20px 0px;
}
.about-services a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 50px;
  float:left;
}

.about-services a span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #e76d00;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
}

.about-services a span:nth-child(2) {
  color: #fff;
  background: #cf6506;
  overflow: hidden;
  z-index: 2;
  transition: 0.5s;
  clip-path: polygon(60% 0, 100% 0%, 100% 100%, 60% 100%, 40% 50%);
}

.about-services a span:nth-child(2):hover {
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 0% 50%);
}

.about-services a span:nth-child(1):hover ~ span:nth-child(2) {
  clip-path: polygon(100% 0, 100% 0%, 100% 100%, 100% 100%, 100% 50%);
}

.img-services
{
	width:580px;
	height:auto;
	float:right;
}

.services-inner
{
	width: 320px;
    height:320px;
    float: left;
    margin: 0px 0 50px 50px;
	padding:20px 20px;	
	border-radius:10px;
	text-align:left;
	background:#f6f6f6;
	transition:0.3s;
}
.services-inner:hover
{
	width: 320px;
    height:320px;
    float: left;
    margin: 0px 0 50px 50px;
	padding:20px 20px;	
	border-radius:10px;
	text-align:left;
	background:#f6f6f6;
	transition:0.3s;
	box-shadow: 0px 0px 10px #d5d5d5;
	cursor:pointer;
}
.services-inner:hover h3
{
	color:#e76d00;
	transition:0.3s;
	
}
.services-inner img
{
	margin:0 0 0px 0px;
	width:30%;
}
.services-inner h3
{
	
	padding:5px 0px;
	font-family:"Rubik";
	color:#06427e;
	font-size:18px;
	transition:0.3s;
}
.services-inner p
{
	float:left;
	width:280px;
	padding:0 0 0 0px;
	font-size:16px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.section-heading span
{
	font-family:"Rubik";
	font-size:16px;
	color:#e76d00;
	width:100%;
	margin:0 0 50px 0px!important;
	float:left;
}
.inner-hire-box
{
	width:100%;
	
}
.inner-hire-box-center
{
	width:1160px;
	height:auto;
	padding:50px 80px;
	margin:0px auto;
	background:url(../images/bg.jpg) no-repeat;
	border-radius:20px;
}
.inner-hire-box-center h3
{
	font-family: "Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    width: 100%;
	float:left;
}
.inner-hire-box-center p
{
	font-family: "Rubik";
    color: #fff;
	float:left;
}
.inner-hire-box-center button
{
	float: left;
    background: #06427e;
    color: #fff;
    font-family: "Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 20px;
    padding: 10px 20px;
    transition: 0.3s;
	margin:20px 0px;
}
.inner-hire-box-center button:hover
{
	float: left;
    background: #fff;
    color: #06427e;
    font-family: "Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
    font-size: 20px;
    padding: 10px 20px;
    transition: 0.3s;
	margin:20px 0px;
}
.advantage-content
{
	width:580px;
	height:auto;
	float:right;
}
.advantage-content h1
{
	padding:0 40px;
	color:#06427e;
}
.advantage-content p
{
	padding:0 40px;
	color:#000;
	margin:20px 0px;
	font-weight:normal;
}
.advantage-content ul
{
	padding:0 40px;
	color:#000;
	margin:20px 0px;
	font-weight:normal;
}
.advantage-content ul li
{
	color:#000;
	background:url(../images/direction.png) no-repeat left;
	background-size:3%;
	padding:0 0 0 30px; 
	line-height:30px;
}
.advantage-img
{
	width:580px;
	height:auto;
	float:left;
	border-radius:100px;
}
.advantage-img img
{
	border-radius:10px;
}
.services-inner-why
{
	width: 170px;
    height: auto;
    float: left;
    margin: 0px 0 0px 20px;
    padding: 20px 20px;
    border-radius: 10px;
    text-align: left;
    transition: 0.3s;
}

.services-inner-why:hover h3
{
	color:#e76d00;
	transition:0.3s;
	
}
.services-inner-why img
{
	margin:0 0 0px 0px;
	width:100%;
}
.services-inner-why h3
{
	
	padding: 5px 0px;
    font-family: "Rubik";
    color: #06427e;
    font-size: 16px;
    transition: 0.3s;
    font-weight: normal;
    text-align: center;
}
.services-inner-why p
{
	float:left;
	width:280px;
	padding:0 0 0 0px;
	font-size:16px;
	font-family:"Rubik", "Rubik Black", "Rubik ExtraBold", "Rubik Light", "Rubik Medium", "Rubik SemiBold";
}
.industries-box
{
	width:182px;
	height:450px;
	float:left;
	margin: 0px 0 50px 50px;
}
.aspservices
{
	width: 366px;
    height: 175px;
    float: left;
    margin: 0 30px 30px 0;
}
.aspservices img
{
	float:left;
}
.aspservices h3
{
	float:left;
	color:#e76d00;
}
.aspservices p
{
	float: left;
    margin: 10px 0 0 0px;
    font-size: 15px;
    width: 258px;
}
.tech-benifits
{
	
}