@media screen and (min-width: 1600px) {
  .banner .carousel .carousel-caption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 11rem;
  }
}

@media screen and (max-width: 1600px) {
  h1 {
    font-size: 55px;
  }
  .banner .carousel .carousel-caption p {
    font-size: 16px;
  }
  .custom-btn {
    padding: 21px 34px;
  }
  .floating-cta .icon-layers {
    padding: 13px 28px;
  }
  .floating-cta .cta-infos a {
    padding: 24px 20px;
  }
  .floating-cta .cta-infos {
    right: -19.5rem;
  }
  .innerpages-banner .img-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42%;
    flex: 0 0 42%;
  }
  .innerpages-banner .banner-caption {
    padding: 3rem 11rem;
    padding-top: 14rem;
  }
}

@media screen and (max-width: 1500px) {
  .banner.error-page {
    height: 42rem;
  }
  .navbar .navbar-brand img {
    width: 100px;
  }
  .banner .carousel .carousel-inner {
    height: 55rem;
  }
  .banner .carousel .carousel-indicators {
    bottom: 8rem;
    left: 5rem;
  }
  .banner .carousel .carousel-caption {
    padding: 10px 6rem;
  }
}

@media screen and (max-width: 1400px) {
  .banner .carousel .carousel-bg {
    width: 64%;
  }
  .navbar-nav li {
    margin-right: 9px;
  }
}

@media screen and (max-width: 1280px) {
  .navbar-light .navbar-toggler {
    border-color: transparent;
  }
}

@media screen and (min-width: 1200px) {
  div.owl-carousel .owl-nav .owl-prev {
    height: 100px;
    position: absolute;
    top: 40%;
    left: -109px;
    display: block !important;
    border: 0px solid black;
    background-color: #fff !important;
    padding: 10px 20px !important;
  }
  div.owl-carousel .owl-nav .owl-next {
    height: 100px;
    position: absolute;
    top: 40%;
    right: -109px;
    display: block !important;
    border: 0px solid black;
    background-color: #fff !important;
    padding: 10px 20px !important;
  }
  .container {
    max-width: 1183px;
  }
}

@media (max-width: 1320px) and (min-width: 1200px) {
  div.owl-carousel .owl-nav .owl-prev {
    left: -82px !important;
  }
  div.owl-carousel .owl-nav .owl-next {
    right: -82px !important;
  }
}

@media screen and (max-width: 1100px) {
  h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .desktop-cta {
    display: none;
  }
  .bg-footer h5 {
    margin-top: 2rem;
  }
  .mobile-cta {
    margin-top: 2rem;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 8rem;
    bottom: 2rem;
  }
  .mobile-cta .cta-button {
    margin-right: 1rem;
  }
  .mobile-cta .cta-button button {
    width: 100%;
    padding: 12px 14px;
  }
  .mobile-cta .cta-button button i {
    padding-right: 0;
    font-size: 29px !important;
  }
  .navbar .navbar-toggler {
    margin-left: auto;
  }
}

@media screen and (max-width: 1000px) {
  .banner .carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 55rem;
  }
  .banner .carousel-inner img.w-100 {
    width: auto !important;
  }
}

@media screen and (max-width: 992px) {
  .mobile-sidenav .mobile-dropdown > a {
    padding-left: 26px;
  }
  .mobile-sidenav {
    padding: 4rem 0;
  }
  footer .contact-infos {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .banner .carousel .carousel-caption {
    padding: 10px 4rem;
  }
  .banner .carousel .carousel-bg {
    height: 100%;
    background-color: rgba(48, 75, 124, 0.6);
    position: absolute;
    top: 0;
    width: 100%;
  }
  .banner .carousel .carousel-caption {
    padding: 97px 4rem;
    top: 44%;
  }
  .prefer .img-box {
    height: 20rem;
    display: inline-table;
  }
  .prefer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .prefer .prefer-caption {
    padding: 4rem 5rem;
  }
  .floating-cta {
    display: none;
  }
  .mobile-cta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #cd4c4c;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 13px 10px;
  }
  .mobile-cta i {
    color: #fff;
  }
  .copyright-box {
    padding: 2rem;
    text-align: center;
    padding-bottom: 7rem;
    margin-top: -3rem;
  }
  .innerpages-banner .banner-caption {
    padding-top: 12rem;
  }
  .contact-page form {
    margin-bottom: 4rem;
  }
}

@media (min-width: 700px) {
  .services .why-box img {
    height: 161px;
  }
}

@media screen and (max-width: 767px) {
  .navbar .container {
    width: 100%;
    min-width: 100%;
  }
  .banner-bottom .banner-bottom-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients .clients-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .clients .clients-box .client-logos {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 2rem;
  }
  .clients .clients-box .client-logos img {
    width: 100px;
    margin-right: 25px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 630px) {
  .mobile-sidenav {
    width: 100%;
    right: -38rem;
  }
  .sections {
    padding: 2rem 0;
    margin: 0;
  }
  .mobile-sidenav .mobile-dropdown a {
    font-size: 16px;
  }
  .mobile-sidenav img.mobile-logo {
    margin-bottom: 1rem;
  }
  .mobile-sidenav {
    width: 81%;
  }
  .mobile-sidenav .mobile-dropdown ul li.menu-item-has-children:after {
    top: 24px;
  }
  .banner.error-page {
    height: 35rem;
  }
  .banner.error-page img {
    width: 100px;
  }
  .banner .carousel .carousel-caption {
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    max-height: 272px;
  }
  .banner .carousel-inner {
    height: 47rem;
  }
  .sections .section-title span.title-line {
    width: 233px;
  }
  .banner .carousel .carousel-caption {
    padding: 55px 15px;
  }
  .banner .carousel .carousel-caption .banner-btn {
    background-color: #cd4c4c;
    font-size: 14px;
    padding: 10px 28px;
  }
  .banner .carousel .carousel-caption {
    top: 28%;
  }
  .banner .carousel .carousel-inner {
    height: 41rem;
  }
  .banner .carousel .carousel-indicators {
    bottom: 4rem;
    left: 0rem;
  }
  .prefer .prefer-caption {
    padding: 2rem 15px;
  }
  .innerpages-banner .banner-caption {
    padding-top: 10rem;
  }
  .contact-page .contact-cta {
    margin-bottom: 2rem;
  }
  .contact-page .contact-cta .cta-box {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 450px) {
  h1 {
    font-size: 35px;
  }
}

@media (max-width: 360px) {
  .testimonials .carousel-box .stars img {
    margin: 0 6px;
  }
}
