/*header component styles*/
.ie-panel {
  display: none;
  background: #212121;
  padding: 10px 0;
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  clear: both;
  text-align: center;
  position: relative;
  z-index: 1;
}
html.ie-10 .ie-panel,
html.lt-ie-10 .ie-panel {
  display: block;
}

.page-animated-style {
  animation-duration: 500ms;
}

.rd-navbar-wrap-style {
  padding-top: 10px;
  height: 110.1px;
}

.wow-fadeIn-tyle {
  visibility: visible;
  animation-name: fadeIn;
}

.data-wow-delay-style {
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeIn;
}

@media (max-width: 767px) {
  .contact-head {
    display: none;
  }
}

/*services component styles*/

.services-wow-fadein {
  visibility: visible;
  animation-delay: 0.1s;
  animation-name: fadeIn;
}

.services-col-fadein {
  visibility: visible;
  animation-name: fadeIn;
}

/*Feedback component styles*/

.isotope-loaded-style {
  position: relative;
}

.fadeInUpSmall-style {
  position: absolute;
  left: 0px;
  top: 0px;
  visibility: visible;
}

.small-title-feedback {
  font-size: 12px;
}

/*What we do component styles*/

.wedo-fadeIn-styles {
  visibility: visible;
  animation-delay: 0.2s;
  animation-name: fadeIn;
}

.wedo-bg-primary-light {
  background-color: #fdfdeb !important;
}

/*Footer component styles*/
.footer-goal {
  max-width: 250px;
}

/*Contacts component styles*/

.contacts-section .high-lights {
  color: #007bff;
}

#icypay-map {
  /* height: 100%; */
  height: 400px;
}

@media (max-width: 576px) {
  .custom-contact-section {
    margin-top: 70px;
  }
}

/*services styles*/
@media (min-width: 320px) {
  .breadcrumbs-custom-top {
    margin-top: 17.6%;
  }
}

@media (min-width: 375px) {
  .breadcrumbs-custom-top {
    margin-top: 15%;
  }
}

@media (min-width: 425px) {
  .breadcrumbs-custom-top {
    margin-top: 13%;
  }
}

@media (min-width: 575px) {
  .breadcrumbs-custom-top {
    margin-top: -2%;
  }
}

@media (min-width: 575px) {
  .breadcrumbs-custom-top {
    margin-top: -1%;
  }
}

.custom-parallax {
  background-image: url("/static/images/bg-image-1.jpg");
  background-size: cover;
}

.services-img-1 {
  background-image: url("/static/images/web-development-2.jpg");
}

.services-img-2 {
  background-image: url("/static/images/ecommerce-2.jpg");
}

.services-img-3 {
  background-image: url("/static/images/responsive-concept-illustration.jpg");
}

.services-img-4 {
  background-image: url("/static/images/software-development.jpg");
}

.services-img-5 {
  background-image: url("/static/images/about-4-370x251.jpg");
}

@media (min-width: 768px) {
  .isotope-parent {
    position: relative;
    height: 459.99px;
  }

  .isotope-service-1 {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .isotope-service-2 {
    position: absolute;
    left: 249px;
    top: 0px;
  }

  .isotope-service-3 {
    position: absolute;
    left: 0px;
    top: 180px;
  }

  .isotope-service-4 {
    position: absolute;
    left: 249px;
    top: 285px;
  }

  .isotope-service-5 {
    position: absolute;
    left: 489px;
    top: 285px;
  }
}

@media (min-width: 1024px) {
  .isotope-parent {
    position: relative;
    height: 589.99px;
  }

  .isotope-service-1 {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .isotope-service-2 {
    position: absolute;
    left: 330px;
    top: 0px;
  }

  .isotope-service-3 {
    position: absolute;
    left: 0px;
    top: 240px;
  }

  .isotope-service-4 {
    position: absolute;
    left: 329px;
    top: 382px;
  }

  .isotope-service-5 {
    position: absolute;
    left: 650px;
    top: 383px;
  }
}

@media (min-width: 1440px) {
  .isotope-parent {
    position: relative;
    height: 739.99px;
  }

  .isotope-service-1 {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .isotope-service-2 {
    position: absolute;
    left: 399px;
    top: 0px;
  }

  .isotope-service-3 {
    position: absolute;
    left: 0px;
    top: 279px;
  }

  .isotope-service-4 {
    position: absolute;
    left: 399px;
    top: 460px;
  }

  .isotope-service-5 {
    position: absolute;
    left: 799px;
    top: 460px;
  }
}
