.entry{
    position: relative;
}

.entry .animated-part{
    position: absolute;
    max-height: 90px;
    max-width: 40px;
    padding: 0!important;

}
.animated-part-wheel{
  left: 125px;
  top: 60px;
  animation:rotatepart 5s infinite linear;
}

.animated-part-cloud{
  left: 4px;
  top: 100px;
  animation:cloud 3s infinite linear;
  animation-direction: alternate;
}

.navbar-toggler{
  color: #f9f9f9;
}
.sticky .navbar-toggler{
  color: #2d3436;
}
.navbar-toggler:focus{
  outline: none;
}
@media(max-width:992px){
  .entry .animated-part{
    display: none;
  }
  .our-mission .f9-text{
    margin: 20px 0 40px 0;
  font-size: 30px;
  line-height: 50px;
}
  .our-mission .f9-text a{
    margin: 40px 0;
    font-size: 30px;
    line-height: 50px;
}
}

@keyframes rotatepart{
    from{
       transform: rotate(0deg);
    }
    to{
        transform: rotate(359deg);
    }
}
.f9-ul{
    color: #f9f9f9!important;
}
.social a i{
    color: #f9f9f9!important;
}
.sticky ul a{
    color: #2d3436!important;
}

.sticky .logo-white{
    display: none;
}
.sticky .logo-dark{
    display: block!important;
}
.f9-text{
  color: #f9f9f9;
}
.play-btn {
  width: 5%;
  height: auto;
  display: inline-block;
}

.play-btn__svg{
  transition: 1s;
  fill:#e74c3c;
  opacity: .5;
}

.play-btn:hover .play-btn__svg {
  fill: #e74c3c;
  opacity: 1;
}
.work img{
  max-width: 100%;
  border-radius: 12px;
  filter: grayscale(1);
  transition: 0.2s;
}
.work img:hover{
  filter: none;
}
.works-row .col-12 a{
    padding: 20px;
    margin-bottom: 30px;
}

.works-row .heading{
    font-size: 33px;
    font-weight: 500;
    line-height: 46px;
    margin: 20px 0;
}
.entry-img{
    position: relative;
}

.hero-img{
    position: relative;
    z-index: 3;
}

.cloud1{
    position: absolute;
    top: 60px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    animation: cloud infinite 1.5s;
    animation-timing-function: linear;
    animation-direction: alternate;
}

@keyframes cloud{
    from{
        transform: translateX(40%) skew(20deg);
    }
    to{
        transform: translateX(0) skew(0deg);
    }
}

.word-section .word-wrapper{
    padding: 100px;
    overflow: hidden;
    white-space: nowrap;
}

.word-section .word-wrapper .word-heading{
    font-size: 7vw;
    font-family: sans-serif;
    color: #f9f9f9;
    margin:0;
    padding: 0 15%;
    transform: translateX(-360.522px) skewX(0deg);
    transition: transform .2s ease-in-out;
}

.button:focus{
    border: none;
    outline: none;
}

/*===================
    footer
===================*/
.footer-layer{
    background-image: url("../img/footer.png");
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    right: 0;
    display:  block;
    width: 100%;
    height: 100%;
    z-index: -1;
}
footer {
    position: relative;
    text-align: center;
    color: #222;
    line-height: 22px;
    font-weight: 300;
    font-size: 16px;
    padding: 50px 20%;
}

footer h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
}

footer h6 {
    color: #DDDDDD;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

footer ul {
    margin-top: 22px;
    margin-bottom: 22px;
}

footer ul li {
    display: inline-block;
    margin: 0 7px;
}

footer ul li a i {
    color: #555455;
    height: 32px;
    width: 32px;
    font-size: 19px;
    border-radius: 50%;
    line-height: 32px !important;
    /* background: #ea4c89; */
}

footer ul li a .fa-facebook {
    /* background: #3b5998; */
}

footer ul li a .fa-twitter {
    /* background: #1da1f2; */
}

footer ul li a .fa-dribbble {
    background: #ea4c89;
}

footer ul li a .fa-behance {
    background: #1769ff;
}

footer ul li a .fa-whatsapp {
    background: #25d366;
}
.sticky{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 33;
    width: 100%;
    min-height: 71px;
    background-color: #fff;
    animation: sticky 1s 1;
}
@keyframes sticky{
    from{
        transform: translateY(-50px);
    }
    to{
        transform: translateY(0);
    }
}

.fake-nav{
    display: none;
}
.text-important{
  font-weight: bold!important;
    text-decoration: underline;
}
.about-img{
  padding: 0!important;
  padding-left: 0!important;
  padding-right: 0!important;
  border-radius: 20px;
}
.social-fa{
  /* background-color: #e74c3c!important; */
}


footer a {
    color: #4ebdd7;
    font-weight: 600;
}

.form-control{
    border: unset;
    outline: none!important;
    border-bottom: 1px solid #ccc;
    border-radius: 0!important;
}
.form-control:focus{
    outline: none!important;
    box-shadow: none!important;
    border-color: #e74c3c;
}
.works-row .col{
  min-width: 200px;
  min-height: 252px;
  line-height: 250px;
  border: 1px solid rgba(249,249,259,.3);
  text-align: center;
  border-bottom: none;
  border-left: none;
}


@media only screen and (min-width: 1200px) {
  .works-row .col:nth-child(5n){border-right:none;}
  .works-row .col:nth-child(-n+5){ border-top:none !important;}
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .works-row .col:nth-child(4n){border-right:none;}
  .works-row .col:nth-child(-n+4){ border-top:none !important;}
}
@media only screen and (max-width: 991px){
  .header-intro .entry h1{
    font-size: 25px;
    line-height: 40px;
    margin: 5px 0;
  }
  p {
    margin-top: 0;
    margin-bottom: 10px;
}
  .why-us{
    background: none;
  }
  .margin-top-mobile{
      margin-top: 35px!important;
  }
	.header-intro .entry{
	padding:0;
  border:none;
	}
	.text-sm-center{
	text-align:center;
	}
  .work img{
	  filter: none;
   }

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .works-row .col:nth-child(3n){border-right:none;}
  .works-row .col:nth-child(-n+3){ border-top:none !important;}
}
@media only screen and (max-width: 767px) and (min-width: 430px) {
  .works-row .col:nth-child(2n){border-right:none;}
  .works-row .col:nth-child(-n+2){ border-top:none !important;}
}
@media only screen and (max-width: 429px)  {
  .works-row .col{border-right:none;}
  .works-row .col:nth-child(-n+1){ border-top:none !important;}
}

a.work{
  cursor: default;
}

.works-screenshot{
  max-width: 100%;
  border-radius: 1%;
  animation: fadein 1s;
  -moz-animation: fadein 1s; /* Firefox */
  -webkit-animation: fadein 1s; /* Safari and Chrome */
  -o-animation: fadein 1s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:.8;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:.8;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:.8;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity:.8;
    }
}
