/* CSS Document */
@-ms-viewport {width:device-width;}
@viewport{width:device-width;}
@media screen and (max-width: 1200px){
	.header,.footer,.top,.bottom,.data,.aboutus,.services,.news,.projects_top,.page_title,#wraps_is{
		width:1000px;
	}
}
/*start loader*/
.loadall{
	position:fixed;
	z-index:1000;
	top:0;
	right:0;
	background:rgba(33,33,33,0.8);
	width:100%;
	height:100%;
	text-align:center;
}
.loader {
  display: inline-block;
  position: relative;
  width: 64px;
  margin-left:auto;
  margin-right:auto;
  margin-top:50px;
  height: 64px;
}
.loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #7aa93c;
  border-radius: 50%;
  animation: loader 1.2s linear infinite;
  -webkit-animation: loader 1.2s linear infinite;
  -ms-animation: loader 1.2s linear infinite;
  -o-animation: loader 1.2s linear infinite;
  -moz-animation: loader 1.2s linear infinite;
}
.loader div:nth-child(1) {
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -ms-animation-delay: 0s;
  -o-animation-delay: 0s;
  -moz-animation-delay: 0s;
  top: 29px;
  left: 53px;
}
.loader div:nth-child(2) {
  animation-delay: -0.1s;
  -webkit-animation-delay: -0.1s;
  -ms-animation-delay: -0.1s;
  -o-animation-delay: -0.1s;
  -moz-animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}
.loader div:nth-child(3) {
  animation-delay: -0.2s;
  -webkit-animation-delay: -0.2s;
  -ms-animation-delay: -0.2s;
  -o-animation-delay: -0.2s;
  -moz-animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}
.loader div:nth-child(4) {
  animation-delay: -0.3s;
  -webkit-animation-delay: -0.3s;
  -ms-animation-delay: -0.3s;
  -o-animation-delay: -0.3s;
  -moz-animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}
.loader div:nth-child(5) {
  animation-delay: -0.4s;
  -webkit-animation-delay: -0.4s;
  -ms-animation-delay: -0.4s;
  -o-animation-delay: -0.4s;
  -moz-animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}
.loader div:nth-child(6) {
  animation-delay: -0.5s;
  -webkit-animation-delay: -0.5s;
  -ms-animation-delay: -0.5s;
  -o-animation-delay: -0.5s;
  -moz-animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}
.loader div:nth-child(7) {
  animation-delay: -0.6s;
  -webkit-animation-delay: -0.6s;
  -ms-animation-delay: -0.6s;
  -o-animation-delay: -0.6s;
  -moz-animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}
.loader div:nth-child(8) {
  animation-delay: -0.7s;
  -webkit-animation-delay: -0.7s;
  -ms-animation-delay: -0.7s;
  -o-animation-delay: -0.7s;
  -moz-animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}
.loader div:nth-child(9) {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
  -ms-animation-delay: -0.8s;
  -o-animation-delay: -0.8s;
  -moz-animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}
.loader div:nth-child(10) {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
  -ms-animation-delay: -0.9s;
  -o-animation-delay: -0.9s;
  -moz-animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}
.loader div:nth-child(11) {
  animation-delay: -1s;
  -webkit-animation-delay: -1s;
  -ms-animation-delay: -1s;
  -o-animation-delay: -1s;
  -moz-animation-delay: -1s;
  top: 50px;
  left: 41px;
}
.loader div:nth-child(12) {
  animation-delay: -1.1s;
  -webkit-animation-delay: -1.1s;
  -ms-animation-delay: -1.1s;
  -o-animation-delay: -1.1s;
  -moz-animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}
@keyframes loader {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@-moz-keyframes loader {
  0%, 20%, 80%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.5);
  }
}
@-webkit-keyframes loader {
  0%, 20%, 80%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
  }
}
@-ms-keyframes loader {
  0%, 20%, 80%, 100% {
    -ms-transform: scale(1);
  }
  50% {
    -ms-transform: scale(1.5);
  }
}
@-o-keyframes loader {
  0%, 20%, 80%, 100% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.5);
  }
}
/*end loader*/