* {
    position: relative;
    box-sizing: border-box;
}

h1 {
    font-size: 50px;
    margin-bottom: 15px;
}

.side {
  position: fixed;
  top: 5%;
  right: 0;
  z-index: 999999999;
  margin-right: -10px;
}

.side_l {
  position: fixed;
  top: 30%;
  left: 0;
  z-index: 999999999;
  margin-left: -10px;
}

.backpack.dropzone {
  font-family: 'SF UI Display', 'Segoe UI';
  font-size: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  font-weight: lighter;
  color: white;
  will-change: right;
  z-index: 2147483647;
  bottom: 20%;
  background: #333;
  position: fixed;
  user-select: none;
  transition: left .5s, right .5s;
  right: 0px;
}

.backpack.dropzone .animation {
  height: 80px;
  width: 250px;
  background: url("./imgages/hoverstate.png") left center;
}

.backpack.dropzone .title::before {
  content: 'Save to';
}

.backpack.dropzone.closed {
  right: -250px;
}

.backpack.dropzone.hover .animation {
  animation: sxt-play-anim-hover 0.91s steps(21);
  animation-fill-mode: forwards;
  background: url("./imgages/hoverstate.png") left center;
}
.services-box4 .row h2,
.services-box1 .row .col-md-4 h2{
    text-align: center;
    margin: 0 auto 5px;
    font-weight: 500;
}
.services-box4 .row p,
.services-box1 .row .col-sm-4 p,
.services-box1 .row .col-md-4 p{
    margin: 0 auto 15px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 1.2px;
}

.row {
    position: relative;
    z-index: 1
}

.row:before,
.row:after {
    content: ' ';
    display: table
}

.row:after {
    clear: both
}


.rounded-circle {
    height: 140px;
    width: 140px;
    background-color: rgb(117, 106, 106);
    border-radius: 50%;
    display: inline-block;
    margin-bottom: 5px;
}

.services-box1 .row .col-md-12 h2{
    font-size: 50px;
}

.services-box4,
.recent-works {
    padding: 40px 0;
}

.services-box4 .col-xs-12 {
  float: left;
}

.services-box4 .col-xs-12:after {
  clear: both;
}

.services-box4 .services-post {
    padding: 40px 40px 32px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    margin-bottom: 15px;
}
.services-box4 .services-post:not(.nohover):hover{
    background-color: #f9c031;
    border-radius: 5%;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -o-border-radius: 5%;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.services-box4 .services-post:hover p{
  color: rgb(83, 83, 83);
}
.services-box4 .services-post a {
    display: inline-block;
    width: 84px;
    height: 84px;
    border: 1px solid #000;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.services-box4 .services-post a i {
    display: inline-block;
    color: #000;
    font-size: 32px;
    line-height: 84px;
    -webkit-backface-visibility: hidden;
}

.services-box4 .services-post:hover a {
    background: #000;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

.services-box4 .services-post:hover a i {
    color: #fff;
}

.footer-img{
    display: inline-block;
    margin-bottom: 25px;
    left:50%;
    transform: translateX(-50%);
    max-width: 942px;
    max-height: 668px;
    width: 100%;
    height: 100%;"
}




@keyframes sxt-play-anim-hover {
  from {
    background-position: 0px;
  }
  to {
    background-position: -5250px;
  }
}

.backpack.dropzone.saving .title::before {
  content: 'Saving to';
}

.backpack.dropzone.saving .animation {
  background: url("./imgages/saving_loop.png") left center;
  animation: sxt-play-anim-saving steps(59) 2.46s infinite;
}

@keyframes sxt-play-anim-saving {
  100% {
    background-position: -14750px;
  }
}

.backpack.dropzone.saved .title::before {
  content: 'Saved to';
}

.backpack.dropzone.saved .animation {
  background: url("./imgages/saved.png") left center;
  animation: sxt-play-anim-saved steps(20) 0.83s forwards;
}

@keyframes sxt-play-anim-saved {
  100% {
    background-position: -5000px;
  }
}


@media only screen and (min-width: 320px) and (max-width:470px) {
  .float_layer {
    visibility: hidden;
  }
  h1 {
    font-size: 35px;
  }
}

@media only screen and (min-width: 320px) and (max-width:480px) {
  .side,
  .side_l {
    visibility: hidden;
  }
}
@media (max-width:767px) {
    .row > .col-xs-12 p{
        text-align: center;
    }
    .body-container > .col-xs-12 p{
        text-align: left;
    }
    .services-box1 .row .col-md-12 h2 {
        font-size: 35px;
        font-weight: 500;
    }
}

@media (min-width: 768px) {
  /*.col-sm-4 {
    text-align: center;
    margin-bottom: 25px;
  }*/
  .services-post p{
    white-space: nowrap;
  }
  .fa-cogs-p{
    height: 44px;
  }

}

