
@import url(https://fonts.googleapis.com/css?family=Lato:700);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900|Dosis:300,400,600,700,800|Droid+Sans:400,700|Lato:300,400,700,900|PT+Sans:400,700|Ubuntu:300,400,500,700|Open+Sans:400,300,600,700|Roboto:400,300,500,700,900|Roboto+Condensed:400,300,700|Open+Sans+Condensed:300,700|Play:400,700|Maven+Pro:400,500,700,900&subset=latin,latin-ext);

@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
body {
  	font-family: 'Comfortaa', cursive;
    width:100%;
    background: white;
  	
}
h1.major,
h2.major,
h3.major,
h4.major,
h5.major,
h6.major {
  padding-bottom: 1em;
  border-bottom: solid 2px rgba(255, 255, 255, 0.125);
  margin-bottom: 20px;
}
a {
  color: #33A9B7;
  background-color: white;
}
#typer-size{
	font-size: 40px;
}

header {
  display: table;
  width: 100%;
  
  background-color: white;
  background: -webkit-gradient(radial, center center, 0, center center, 500, from(white), to(white));
  background: -moz-radial-gradient(circle, white, white);
  background: -ms-radial-gradient(circle, white, white);
  color: #224761;
}

.particles-jz {
  
  height: 150px;
  color: white;
}


.container2 {
  
  float:right;
  margin-top: 15px;
  margin-right: 10px;
  width: 123px;
  height:185px;
  background: #1e2730;
  color: white;
  overflow: hidden;
  box-shadow: 5px 5px 20px #1e2730;
  padding: 5px 17px;
  -webkit-animation-delay: 12s;
animation-delay: 12s;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  left:16%;
  bottom:5%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.casestudy:hover .image {
  opacity: 0.2;
}

.casestudy:hover .middle {
  opacity: 0.9;
}


.casestudy:hover .middle .text{
  background-color: white;
  
  color: #1e2730;
  font-size: 16px;
}

.text {
  background-color: #1e2730;
  box-shadow: 5px 5px 20px #aaa;
  opacity:0.95;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.middle2 {
  transition: .5s ease;
  opacity: 1;
  position: absolute;
  right:6%;
  bottom:5%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.casestudy2:hover .image {
  opacity: 0.2;
}

.casestudy2:hover .middle2 {
  opacity: 0.9;
}

.casestudy2:hover .middle2 .text{
  background-color: white;
  
  color: #1e2730;
  font-size: 16px;
}

.newhead {
background-color: white;

}


.page-wrap {
    width: 100%;
    
}

.services-wrap {
  display: inline-block;
  position: relative;
  
}

#contacts {
	
  
	background-color: white;
	width: 100%;
  color: #fff;
	transition: all 1.7s ease;
}


.copyright {
    
    color: black;
    float: right;
    padding-top: 1px;
    text-align: center;
    padding-right:5px;
}

.privacy {
  color: black;  
  padding-top: 1px;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 15px;
    float: left;
    
    }

.copyright:hover{
      background: #fa3380;
      color: #fff;
    }

.privacy:hover{
      background: #fa3380;
      color: #fff;
    }



input[type=text]{
	margin-top: 20px;
	width: 390px;
	height: 55px;
	border-radius: 100px;
	padding: 10px;
	outline: none;
	background: #224761;
	border: 1px solid #fff;
	transition: all 0.3s ease;
}
input[type=text]:focus{
	background: #224761;
	color: #fff;
	border: 1px solid violet;
}
::placeholder{
	color: #fff;
}
.zayn{
	margin-top: -70px;
}
hr.style17 {
	border-top: 1px solid pink;
	text-align: center;
	width: 250px;
	margin-top: 40px;
}
hr.style17:after{
	border-top: 1px solid pink;
	border-right: 1px solid pink;
	border-bottom: 1px solid pink;
	border-left: 1px solid pink;
}
hr.style17:after {
	content: '§';
	display: inline-block;
	position: relative;
	top: -10px;
	padding: 0 10px;
	background: #fa3380;
	color: #fff;
	font-size: 18px;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	transform: rotate(60deg);
}


.button{
	
  color: #fff;
	padding-right: 10px;
	height: 45px;
	width: 200px;
	position: relative;
  text-align: center;
  float: right;
	outline: none;
	z-index: 9;
	transition: all 0.3s ease;
}

button:hover{
background: #224761;
}

.antbutt{
	border-radius: 100px;
	box-shadow: 5px 5px 20px #1e2730;
	background: #fa3380;
	display: block;
	margin-top: 15px;
	margin-right: 30px;
	padding: 10px;
	height: 45px;
  width: 200px;
  float:right;
  text-align: center;
  outline: none;
	border: 2px solid #eee;
	transition: all 0.3s ease;
}


.p-img{
  
  padding-left: 5px;
  padding-top: 5px;
  width: 100%;
  background-color: black;
}

.p-img-mobi{
  
  padding-left: 5px;
  padding-top: 1px;
  background-color: black;
}

img{
	opacity: 1;
	
  position: relative;
  padding-top: 3px;
	
}

.tax{
  padding-top: 10px;
  position: relative;
  padding-left: 50px;
  align-content: center;
  overflow: hidden;
  background: white;
  float: left;
	
}

.tax-mobi{
  padding-top: 10px;
  position: relative;
  padding-left: 5px;
  align-content: center;
  overflow: hidden;
  background: white;
  float: left;
	display: none;
}


.accounts{
  padding-top: 10px;
  position: relative;
  padding-left: 50px;
  float: right;
  align-content: center;
  overflow: hidden;
  background: white;
	
}

.accounts-mobi{
  padding-top: 40px;
  position: relative;
  padding-left: 5px;
  align-content: center;
  overflow: hidden;
  background-color: white;
  display: none;
  float: left;
	
}

.accountsweb{
  padding-top: 10px;
  position: relative;
  padding-left: 0px;
  float: left;
  align-content: center;
  overflow: hidden;
  background: white;
	
}

.accountsweb-mobi{
  padding-top: 40px;
  position: relative;
  padding-left: 5px;
  align-content: center;
  overflow: hidden;
  background-color: white;
  display: none;
  float: left;
	
}


.ms{
  padding-top: 0px;
  position: relative;
  padding-right: 30px;
  float: right;
  align-content: center;
  overflow: hidden;
  background: white;
	
}

.ms-mobi{
  padding-top: 40px;
  position: relative;
  padding-left: 5px;
  align-content: center;
  overflow: hidden;
  background-color: white;
  display: none;
  float: left;
	
}


.ibi{
  padding-top: 10px;
  position: relative;
  padding-left: 9%;
  align-content: center;
  overflow: hidden;
  background: white;
	
}


.ibi-mobi{
  padding-top: 50px;
  position: relative;
  padding-left: 9%;
  align-content: center;
  overflow: hidden;
  background: white;
  display: none;
	
}


.casestudy5{
  padding-top: 10px;
  position: relative;
  padding-left: 50px;
  align-content: center;
  overflow: hidden;
  background: white;
	
}

.fa-5 {
  float: right;
  font-size: 24px;
  margin: 16px 0 0 6px;
/*   line-height: 62px; */
  
}
.ind-danger {
  color: #F19999;
/*   text-shadow: 1px 1px 0px #f00;   */
}
.ind-ok {
  color: #224761;
/*   text-shadow: 1px 1px 0px #1d9d74; */
}
.ind-warning {
  color: #F3C756;
/*   text-shadow: 1px 1px 0px #BE8610;   */
}
.ind-info {
/*   text-shadow: 1px 1px 0px #0F78DA; */
  color: #78B9EC;
}
.g-container {
  
  margin-right: 6px;
  width: 180px;
  height: 60px;
/*   padding: 8px; */
/*   border: 1px solid #ddd; */
  border-radius: 4px;
  float: right;
}
.g-container .rest:hover {
  background-color: white;
  cursor: pointer;
}
.g-container .rest2:hover {
  background-color: #fa3380;
  cursor: pointer;
}

.g-danger .rest {
  background-color: white;
  border-color: #ebccd1;
  color: #a94442;
}
.g-danger .rest:hover {
  background-color: #fa3380;
}

.g-danger .rest2 {
  background-color: #fa3380;
  border-color: #fa3380;
  color: #a94442;
}
.g-danger .rest1:hover {
  background-color: #fa3380;
}

.g-ok .rest{
  background-color: white;
  border-color: white;
  color: #1e2730;
}
.g-ok .rest:hover {
  background-color: white;
}

.g-ok .rest2{
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.g-ok .rest2:hover {
  background-color: #CAE0B7;
}

.g-info .rest {
  background-color: white;
  border-color: #224761;
  color: #1e2730;
}
.g-info .rest:hover {
  background-color: #fa3380;
    color: #224761;
    
}

.g-info .rest2 {
  background-color: #CBE3F0;
  border-color: #CBE3F0;
  color: #224761;
}
.g-info .rest2:hover {
  background-color: #CBE3F0;
}

.g-warning .rest{
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.g-warning .rest:hover {
  background-color: #fa3380;
}
.rest {
  
  font-weight: 600;
  background: white;
  color: #1e2730;
  padding: 3px 24px 3px 1px;
  margin-left: 83px;
  align-content:center;
  border-width: 0px 1px 1px 1px; 
  border-style: solid;
  border-color: #ccc;
  border-radius: 24px 0px 0px 24px;
  overflow: hidden;
  height: 90%;
  width:72%;
}

.rest2 {
  font-weight: 600;
  background: #f9f9f7;
  color: #555;
  padding: 3px 24px 3px 1px;
  margin-left: 83px;
  align-content:center;
  border-width: 0px 1px 1px 1px; 
  border-style: solid;
  border-color: #ccc;
  border-radius: 24px 0px 0px 24px;
  overflow: hidden;
  height: 90%;
  width:72%;
}

.gauge {
/*   clear: both; */
  height: 62px;
  padding: 0 5px;
  float: left;
  line-height: 70px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px 0 0 4px;
}
.percent {
  float: right;
  padding: 0px;
  color: #1e2730;
  opacity: 0.92;
  font-size: 16px;
  line-height: 50px;
}
.desc {
  padding-top: 21px;
  font-size: 11px;
  overflow: hidden;
}

.casestudy {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 50px;
  align-content: center;
  overflow: hidden;
  background: white;
}

.casestudy2 {
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 50px;
  align-content: center;
  overflow: hidden;
  background: white;
}

.casestudy4 {
  padding-top: 5px;
  overflow: hidden;
  padding-bottom: 40px;
  background: white;
}


#typed {
  text-align: center;
  font-size: 50px;
  color:#1e2730;
  position: absolute;
  left: 28%;
  top: 30%;
}

.banner {
  
  padding-bottom: 45px;
  border-bottom: 3px solid #333;
  font-family: sans-serif;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

.headband{
  margin:0 auto;
  position:relative;
  width:93px;
  height:100px;
  transform: rotate(45deg);
  border-top:4px solid  white;
  border-left:4px solid  white;
  border-top-left-radius:200px;
  float:left;
  margin-left:25px;
  margin-top:-61px;
  overflow: hidden;
  
  }

  .headband:after{
  content:"";
  position:absolute;
  overflow: hidden;
  width:93px;
  height:96px;
  border-top:4px solid  white;
  border-left:4px solid  white;
  border-top-left-radius:196px;
  left:0px;
  top:0px;
  
  }

  .ninja-sword {
    width: 16px;
    height: 52px;
    top: -3%;
    left:-9%;
    background-color: #224761;
    transform: rotate(-30deg);
    border:3px solid white;
    border-radius:10px 0 10px 0/50%;  
    overflow: hidden;
    position: relative;
    
  }
  
  
  .ninja-sword:before {
  display: inline-block;
  position: absolute;
  width: 100px;
  height: 40px;
  border-color: white;
  
  background: #224761;
  top: 60%;
  left: 48%;
  overflow: hidden;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  }
  
  
  .ninja-sword:after {
  display: inline-block;
  position: absolute;
  background: #224761;
  top: 1%;
  left:1%;
  content: '';
  border-color: #224761;
  height: 20px;
  width: 20px;
  bottom: 32%;
  left: 28%;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  
  }
  
  .sword2 {
    width: 15px;
    height: 50px;
    top: 8%;
    left:-16%;
    
    background-color: #224761;
    transform: rotate(-65deg);
    border:3px solid white;
    border-radius:10px 0 10px 0/50%;  
    overflow: hidden;
    position: absolute;
  }
  
  
  .sword2:before {
  position: absolute;
  width: 100px;
  height: 40px;
  border-color: pink;
  
  background: white;
  top: 60%;
  left: 98%;
  overflow: hidden;
  content: '';
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  }
  
  .sword2:after {
  position: absolute;
  background: white;
  
  content: '';
  border-color: #224761;
  height: 20px;
  width: 20px;
  bottom: 30%;
  left: 98%;
  overflow: hidden;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  
  }

.head {
  
  height: 150px;
  width: 150px;
  background: #1e2730;
  border-radius: 50%;
  border: 3px solid white;
  position: relative;
  margin: auto;
  -webkit-animation: ninja 8s ease infinite;
          animation: ninja 8s ease infinite;
}

.head:before {
  position: absolute;
  width: 100px;
  height: 40px;
  border-radius: 45%;
  background: #fff;
  top: 28%;
  left: 48%;
  content: '';
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.head:after {
  position: absolute;
  background: #224761;
  border-radius:0% 0% 0% 100%;
  
  content: '';
  height: 20px;
  width: 21px;
  bottom: 48%;
  left: 38%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: eyeBlink 4s 1s  linear alternate infinite;
           
}

.head2:after {
  position: absolute;
  background: #224761;
  border-radius:0% 0% 100% 0%;
  
  content: '';
  height: 20px;
  width: 21px;
  bottom: 48%;
  left: 58%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-animation: eyeBlink 4s 1s  linear alternate infinite;
          
  
}





@-webkit-keyframes eyeBlink {
  0% {
    height: 20px;
  }
  10% {
    height: 20px;
  }
  11% {
    height: 2px;
  }
  13% {
    height: 2px;
  }
  16% {
    height: 20px;
  }
  62% {
    height: 20px;
  }
  64% {
    height: 2px;
  }
  70% {
    height: 2px;
  }
  72% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}

@keyframes eyeBlink {
  0% {
    height: 20px;
  }
  10% {
    height: 20px;
  }
  11% {
    height: 2px;
  }
  13% {
    height: 2px;
  }
  16% {
    height: 20px;
  }
  62% {
    height: 20px;
  }
  64% {
    height: 2px;
  }
  70% {
    height: 2px;
  }
  72% {
    height: 20px;
  }
  100% {
    height: 20px;
  }
}
.head p {
  background: #fff;
  border: 1px solid #333;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
}

@-webkit-keyframes ninja {
  0% {
    bottom: -230px;
  }
  30% {
    bottom: -100px;
  }
  70% {
    bottom: -100px;
  }
  100% {
    bottom: -230px;
  }
}

@keyframes ninja {
  0% {
    bottom: -230px;
  }
  30% {
    bottom: -100px;
  }
  70% {
    bottom: -100px;
  }
  100% {
    bottom: -230px;
  }
}


/* Use a media query to add a breakpoint at 800px: */
@media screen and (max-width: 800px) {
.p-img{
  padding-left: 5px;
  margin-top: 15px;
  float:right;
  width: 100%;
  position: absolute;
}
}
@media screen and (max-width: 800px) {
.img{
  margin-top:5px;
  float:right;
  width: 100%;
  
}
}

@media screen and (max-width: 800px) {
#typed {
  font-size: 45px;
  position: absolute;
  color: #1e2730;
  left: 12%;
  top: 40%;
}
}

@media screen and (max-width: 800px) {
.antbutt{
  padding-bottom: 5px;
  margin-bottom: 20px;
  margin-right: -95px;
  width: 72px;
  float: right;
  position: relative;
  z-index:9;
  transition-delay:12s !important;
    -webkit-transition-delay:12s !important;
    -moz-transition-delay:12s !important;
    -ms-transition-delay:12s !important;
    -o-transition-delay:12s !important;
   
  display:inline-flex;
}
}


@media screen and (max-width: 800px) {
  .button{
    padding-right: 20px;
    width: 72px;
    float: right;
    position: relative;
    
    
  }
  }


@media screen and (min-width: 900px) {
  .casestudy{
    float: left;
  }
}


@media screen and (max-width: 480px) {
  .casestudy2{
    width: 372px;
    padding-left: 24px;
    
  }
}


@media screen and (max-width: 480px) {
  .casestudy{
    width: 372px;
    padding-left: 24px;
    
  }
}


@media screen and (min-width: 800px) {
  .casestudy2{
  
    float: right;
  }
  .p-img-mobi{
  display:none;
  }
}

@media screen and (max-width: 480px) {
  .container2{
    width: 98px;
    margin-top: 140px;
    -o-transition-delay: 12s !important;
    -moz-transition-delay: 12s !important;
    -webkit-transition-delay: 12s !important;
    transition-delay: 12s !important;
    position: relative;
    
}
}

@media screen and (max-width: 480px) {
  .rest{
    -o-transition-delay: 12s !important;
    -moz-transition-delay: 12s !important;
    -webkit-transition-delay: 12s !important;
    transition-delay: 12s !important;
    
}
}

@media screen and (max-width: 480px) {
  .g-container{
    width: 155px;
    -o-transition-delay: 12s !important;
    -moz-transition-delay: 12s !important;
    -webkit-transition-delay: 12s !important;
    transition-delay: 12s !important;
    
    
 }
}

@media screen and (max-width: 800px) {
.middle {
  transition: .5s ease;
  opacity: 1;
  width: 40%;
  position: relative;
  left:40%;
  padding-bottom: 15px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 800px) {
.middle2 {
  transition: .5s ease;
  opacity: 1;
  padding-bottom: 15px;
  width: 40%;
  position: relative;
  left:40%;
  bottom:5%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}


@media screen and (max-width:480px) {
  .middle {
    width: 50%;
    
  }

  .p-img{
    display: none;
  }

  .tax {
    display: none;
  }

  .ibi{
    display: none;
  }


  .accounts{
    display: none;
  }

  .accountsweb{
    display: none;
  }

  .ms{
    display: none;
  }

  .tax-mobi {
    display: inline;
  }

  .ibi-mobi{
    display: inline;
  }


  .accounts-mobi{
    display: inline;
  }


  .accountsweb-mobi{
    display: inline;
  }

  .ms-mobi{
    display: inline;
  }

}


  @media screen and (max-width:800px) {
    .particles-jz {
      z-index: 9;
      height: 242px;
    
    }
  }

  @media screen and (min-width:480px) {
    
  .p-img-mobi{
      display: none;
    }

  .tax-mobi{
      display: none;
    }

  .ibi-mobi{
      display: none;
    }

  .accounts-mobi{
      display: none;
    }

  .accountsweb-mobi{
      display: none;
    }

  .ms-mobi{
      display: none;
    }

  }
  