@-webkit-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-o-keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes mahediam {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@-o-keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 36%;
  }
  50% {
    background-position: 100% 65%;
  }
  100% {
    background-position: 0% 36%;
  }
}
/*1.template Reset Css */
body {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
::-moz-selection {
  background-color: #0DDAF5;
  color: #fff;
}
::selection {
  background-color: #0DDAF5;
  color: #fff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #333;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}
input[type="submit"] {
  border: 0px solid transparent;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  color: #7fb1eb;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
img {
  max-width: 100%;
}
/* 0.1 Helper Csss */
.section-pading {
  padding-top: 100px;
}
.mtb {
  margin-bottom: 50px;
}
.big-spacer {
  height: 80px;
}
.medium-spacer {
  height: 40px;
}
.big-spacer.tab {
  height: 30px;
}
.mp-0 {
  margin: 0;
  padding: 0;
}
.pl-0 {
  padding-left: 0;
}
.s-sec-p {
  padding-top: 50px;
}

/*1.0 template Preloader Css */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}
.double-bounce1 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.template-preloader-rapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: linear-gradient(99deg, #21aa50, #b51d1d, #af2d2d);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 4s ease infinite;
  -moz-animation: AnimationName 4s ease infinite;
  -o-animation: AnimationName 4s ease infinite;
  animation: AnimationName 4s ease infinite;
}
.template-preloader-rapper .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  height: 50px;
  width: 50px;
}
.template-preloader-rapper .spinner .double-bounce1 {
  background: #fff;
}
.template-preloader-rapper .spinner .double-bounce2 {
  background: #eee;
}
/*1.1 template Weave Effecs Css */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
  background-color: #ff9800;
}
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}
.waves-effect img {
  position: relative;
  z-index: -1;
}
.waves-notransition {
  transition: none !important;
}
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}
.waves-block {
  display: block;
}
/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
  z-index: -1;
}
.hover-parent:hover .top-effect {
  background-position: center 100%;
}
.preview-banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #0095EB;
}
.preview-banner #particles-js {
  height: 499px;
  position: relative;
}
.preview-banner #particles-js .header-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 111;
  width:100%;
}
.preview-banner::after {
  background-color: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.preview-table {
  display: table;
  height: 100%;
  width: 100%;
}
.privew-cell {
  display: table-cell;
  vertical-align: middle;
}
.privew-cell .preview-contnet a.btn-mr {
  border: 1px solid #fff;
  padding: 6px 15px;
}
.privew-cell .preview-contnet a.btn-mr:hover,
.privew-cell .preview-contnet a.btn-mr:focus {
  color: #21aa50;
  text-decoration: none;
}
h5.btn-mr {
  border-radius: 100% !important;
  padding: 15px;
}
.preview-contnet h2 {
  color: #fff;
  font-size: 35px;
  margin: 0 0 40px;
  line-height: 50px;
}
.preview-contnet h2 span{
	display: block;
	font-size: 40px;
	margin-top: 20px;
}
@media screen and (max-width: 991px) {
  .preview-contnet h2 {
    padding: 0;
    font-size: 25px;
  }
}
.logo img {
  margin-bottom: 15px;
}
.hover-parent {
  display: block;
  position: relative;
  z-index: 1;
}
.hover-parent::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hover {
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2222;
}
.hover h5 {
  left: 45%;
  position: absolute;
  text-transform: uppercase;
  font-size: 15px;
  border-radius: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 30px;
  white-space: nowrap;
}
.demo-footer {
  background: #fff none repeat scroll 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #21aa50;
  padding: 15px 0;
  position: relative;
  z-index: 9999;
}
.demo-footer h3 {
  margin: 0;
}
.demo-footer h3 a {
  font-size: 18px;
  color: #fff;
  transition: 0.4s;
}
.demo-footer h3 a:hover {
  color: #000;
}
.single-preivew {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.single-preivew .single-img {
  position: relative;
}
.single-preivew .single-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -ms-transform: scaleY(0);
  /* IE 9 */
  -webkit-transform: scaleY(0);
  /* Safari */
  transform: scaleY(0);
  transition: 0.5s;
}
.single-preivew:hover .single-img:after {
  -ms-transform: scaleY(1);
  /* IE 9 */
  -webkit-transform: scaleY(1);
  /* Safari */
  transform: scaleY(1);
}
.single-preivew:hover .hover-parent::after {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  visibility: visible;
}
.single-preivew:hover .hover h5 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  visibility: visible;
  margin-top: 0px;
  border-radius: 0;
}
/*# sourceMappingURL=main.css.map */
/* ....................................
6. Services area start here
.......................................*/
.services-area .single-serices span.services-icon {
  display: block;
  position: relative;
}
.services-area .single-serices span.services-icon span.icon-1 {
  background: url(images/services/1.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s;
}
.services-area .single-serices span.services-icon span.icon-2 {
  background: url(images/services/2.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s;
}
.services-area .single-serices span.services-icon span.icon-3 {
  background: url(images/services/3.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
  transition: all 0.5s;
}
.services-area .single-serices h4 {
  font-size: 20px;
  color: #222222;
  font-weight: 500;
}
.services-area .single-serices p {
  color: #222222;
}
.services-area .single-serices:hover span.services-icon span.icon-1 {
  background: url(images/services/1h.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
}
.services-area .single-serices:hover span.services-icon span.icon-2 {
  background: url(images/services/2h.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
}
.services-area .single-serices:hover span.services-icon span.icon-3 {
  background: url(images/services/3h.png) no-repeat left;
  background-size: contain;
  height: 60px;
  width: 100%;
  display: inline-block;
}
/* ....................................
8. Support area start here
.......................................*/
.support-area {
  margin: 0 0 100px 0;
}
.support-area .suppory-heading .heading-icon {
  display: inline-block;
  height: 100px;
  width: 100px;
  background-color: #00C3FF;
  border-radius: 100%;
  padding-top: 10px;
  margin: 0 0 15px;
}
.support-area .suppory-heading h2 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #464646;
}
.support-area .support-content {
  display: inline-block;
}
.support-area .support-content h2 {
  font-size: 24px;
  color: #141414;
  margin-bottom: 8px;
}
.support-area .support-content h2:before {
  width: 50px;
  height: 2px;
  margin-top: -10px;
  background-color: #71ba09;
  display: inline-block;
  content: '';
  position: absolute;
}
.support-area .support-content h3 {
  color: #454545;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}
/* ....................................
9. Footer area start here
.......................................*/
footer {
    background: #f5f5f5;
    padding: 50px 0;
}
footer .content-footer h1 {
  margin: 0 0 10px;
  color: #444;
}
footer .content-footer h1 span {
  color: #000;
}
footer .content-footer p {
  margin: 17px 0 0;
  color: #999;
  font-weight: 400;
}
.tools {
  display: inline-block;
  margin: auto;
  text-align: center;
  width: 100%;
}
.tools img {
  margin: 27px auto;
  opacity: .7;
}
.privew-section .section-title h2 {
  text-transform: uppercase;
}
.privew-footer a {
  color: #000;
}
.privew-footer a:hover {
  text-decoration: underline;
}
.services-area {
  padding-bottom: 60px;
}
.services-area .single-serices span.services-icon i {
  font-weight: 800 !important;
  font-size: 50px;
  padding: 15px;
}
.single-feature {
  margin-top: 60px;
  border: 1px solid #f5f5f5;
  padding: 30px;
  transition: all 0.3s ease-out;
  background: #21aa50;
  color: #fff;
}
.single-feature:hover {
  border: 1px solid #21aa50;
  border-radius: 10px;
  background: transparent;
  color: #000;
}
.single-feature i {
  margin-right: 15px;
  font-size: 30px;
}
.single-feature h2 {
  font-size: 24px;
}
.single-feature h2 span {
  display: block;
  margin: 30px 0;
  font-size: 16px;
}
.preview-demo {
  padding-top: 120px;
  padding-bottom: 50px;
}
.gray-bg{
      background: #f5f5f5;
}
.preview-demo .headding {
  text-align: center;
}
.preview-demo .headding h2 {
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: inline-block;
}
.preview-demo .controls-btn {
  text-align: center;
  margin-bottom: 40px;
}
.preview-demo .controls-btn button {
  border: none;
  font-family: "Ubuntu", sans-serif;
  padding: 5px 25px;
  background: #000;
  color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
.preview-demo .controls-btn button:hover {
  background: #21aa50;
}
.preview-demo .controls-btn .mixitup-control-active {
  background: #21aa50;
  color: #fff;
}
.preview-demo .unber-text {
  overflow: hidden;
}
.preview-demo .unber-text .mix {
  float: left;
}
.preview-demo .unber-text .mix div {
  color: #fff;
}


.arrow-btn{
	width: 26px;
	height: 55px;
	bottom: 4%;
	left: 50%;
	z-index: 9;
	text-align: center;
	position: absolute;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.arrow-btn i{
	color: #fff;
	font-size: 22px;
	line-height: 80px;
	-webkit-animation: bounce 2s infinite;
	-moz-animation: bounce 2s infinite;
	-ms-animation: bounce 2s infinite;
	-o-animation: bounce 2s infinite;
	animation: bounce 2s infinite;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
.arrow-btn i:hover{
	-webkit-animation: none;
	-moz-animation: none;
	-ms-animation: none;
	-o-animation: none;
	animation: none;
}

/*Banner images */

.box{
    text-align: center;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
    position: relative;
    vertical-align: middle;
}
.box:before,
.box:after{
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.8s ease 0s;
}
.box:after{
    background: rgba(255, 255, 255, 0.07);
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    transition: all 1.8s ease 0s;
}
.box:hover:before{ opacity: 1; }
.box img{
    width: 100%;
    vertical-align: middle;
}
.box .box-content{
    width: 100%;
    position: absolute;
    left: 0;
    top: 55%;
    transition: all 0.5s ease 0s;
    transform: translateY(-50%);
    opacity: 0;
}
.box:hover .box-content{top: 55%;opacity: 1;}
.box .title{
    display: block;
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
.box .post{
    display: block;
    font-size: 15px;
    font-weight: 600;
	font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 10px;
}
.box .icon{
    list-style: none;
    padding: 0;
    margin: 0;
}
.box .icon li{ display: inline-block; }
.box .icon li a {
    display: block;
    border-radius: 6px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-right: 10px;
    transition: all 0.5s ease 0s;
    background: #D2093C;
    padding: 9px 36px;
    text-transform: uppercase;
}
.box .icon li a:hover {
    background: #fff;
    color: #444;
}
@media only screen and (max-width:990px){
    .box{ margin-bottom: 30px; }
}

