@media only screen and (min-width: 0px) and (max-width: 667px) {
}

/********** iPhone SE portrait ********/
@media only screen and (min-width: 320px) and (max-width: 568px) {
}

/********** iPhone SE landscape ********/
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: landscape) {
}

/********** iPhone 6,7,8  portrait********/
@media only screen and (min-width: 375px) and (max-width: 667px) and (orientation: portrait) {
}

/********** iPhone 6,7,8 landscape ********/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
}

/********** Galaxy S9+ portrait ********/
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/********** Galaxy S9+ landscape ********/
@media screen and (min-width: 360px) and (max-height: 640px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/********** iPhone 6+,7+,8+ portrait ********/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
}

/********** iPhone 6+,7+,8+ landscape ********/
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
}

/********** Custom media quries ********/
@media only screen and (max-width: 74.9375em) {
  .process-section .card {
    min-height: 22rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  .navbar .navbar-toggler {
    position: relative;
    right: 1rem;
    z-index: 101;
  }

  .navbar .navbar-collapse {
    align-items: flex-end;
    padding: 0 3rem;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    background-color: #151418;
    max-height: 110vh;
    overflow-y: scroll;
    z-index: 100;
  }

  .navbar .navbar-collapse ul {
    margin-bottom: 80vh;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 25px;
  }

  .testimonials .card {
    min-height: 18rem;
  }

  .wce-section {
    margin-bottom: 50px;
  }

  .divider-image {
    margin: 5rem 0 5rem 0;
  }

  .featured-video video {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    height: auto;
  }

  .process-section {
    margin: 10rem 0 5rem 0;
  }

  .process-section .card {
    min-height: 17rem;
  }

  .video-section {
    padding: 0;
  }

  .mobile-image {
    display: block;
  }
}

/*small*/
@media only screen and (max-width: 47.9375em) {
  .negative-column-margin-28 {
    margin-top: -5rem;
  }

  .testimonials .card {
    min-height: 12rem;
  }

  .service-section {
    margin-top: -6rem;
  }

  .process-section .card {
    min-height: 14rem;
  }
}

@media only screen and (max-width: 61.9375em) {
  .nav-tabs {
    flex-direction: column;
  }

  .nav-tabs .nav-item {
    margin: 0;
    width: 100%;
  }

  body {
    background-position: bottom -14rem right -51rem;
  }
}

@media only screen and (min-width: 1200px) {
  .nav-tabs {
    width: 50.5%;
  }
}

@media only screen and (min-width: 992px) {
  .wce-section {
    background-image: url(../images/background/background-web-one.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -500px center;
    padding-bottom: 200px;
  }

  .contact-section {
    margin-top: -130px;
  }

  .contact-section .divider-banner {
    margin-bottom: 300px;
  }

  .contact-section .divider-banner .divider-banner-img img {
    position: absolute;
    bottom: -18%;
    width: 100%;
  }

  .contact-section .contact-info-link {
    width: 86%;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .nav-tabs {
    width: 64%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .wce-section {
    background-image: url(../images/background/background-web-one.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left -380px center;
  }

  .img-gallery {
    background-image: url(../images/background/background-web-two.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right -380px center;
  }

  .contact-section .contact-info a {
    width: 50%;
    display: inherit;
    float: left;
  }

  .contact-section .contact-info a:nth-child(1) {
    padding-right: 10px;
  }

  .contact-section .contact-info a:nth-child(2) {
    padding-left: 10px;
  }

  .divider-banner-img img {
    margin: 4rem 0;
  }

  .about-section p {
    padding: 0;
  }

  .wce-section {
    padding-top: 30px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 0px) and (max-width: 991px) {
  .navbar-nav {
    margin-top: 25px;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    text-align: center;
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .contact-section .divider-banner .divider-banner-img img {
    position: absolute;
    width: 150%;
    height: 100%;
  }

  .contact-section .contact-info-section {
    margin-bottom: 50px;
  }

  .contact-section h2 {
    font-size: 35px !important;
    line-height: 1 !important;
    text-align: center;
  }

  .contact-section .contact-info-link {
    display: flex;
  }

  .contact-section form h4 {
    text-align: center;
  }

  .divider-banner-img img {
    margin: 4rem 0;
  }

  .about-section p {
    padding: 0;
  }

  .wce-section {
    padding-top: 30px;
    margin-top: 0px;
  }
}

@media only screen and (min-width: 948px) and (max-width: 991px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    margin-top: -180px;
  }

  .nav-tabs {
    width: 86%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 666px) {
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  body {
    background-image: url(../images/background/color-wave.svg);
    background-size: 700px 2200px;
    background-position: bottom right;
  }

  h1 {
    font-size: 37px;
    line-height: 1.29;
  }

  h2 {
    font-size: 35px;
    line-height: 1.33;
  }

  p {
    font-size: 16px;
    line-height: 1.25;
  }

  .hero-section {
    margin-top: -120px;
  }

  .nav-tabs {
    width: 97.5%;
  }

  .contact-section form h4 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1199px) {
  .carousel-container {
    position: static;
    margin-top: 40px;
  }
}

/********** iPad ********/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
}

/* Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1.5) {
}

@media only screen and (min-width: 569px) and (max-width: 767px) {
}

@media only screen and (min-width: 723px) and (max-width: 767px) {
}
