/* :: Large devices */
@media (min-width: 1400px) {
  .provide .provide-text-box {
    padding: 0 25% 0 9%;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  /* :: Header */
  .header .banner .handline,
  .breadcrumb-header .banner h1 {
    font-size: 80px;
  }

  /* :: Provide 3 */
  .provide-3 .text-box {
    padding: 100px 50px;
  }

  /* :: Testimonial */
  .testimonial-carousel .testimonial-carousel-item {
    padding-right: 100px;
  }

  /* :: ---------- All CSS Home 2 ---------- */
  /* :: Header 3 */
  .header.home-2 .banner .handline {
    font-size: 65px;
  }
}

/* :: Medium devices */
@media (max-width: 991px) {
  /* :: Sec Title */
  .sec-title h3 {
    margin-bottom: 20px;
  }

  /* :: Navbar */
  .nav-bar .content-box {
    display: block !important;
  }
  .nav-bar .logo {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 0;
  }
  .nav-bar .logo .open-nav-bar span {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    display: block;
  }
  .nav-bar.active .logo .open-nav-bar span {
    background-color: #091d3e;
  }
  .nav-bar .logo .open-nav-bar:hover span {
    background-color: #0092ff;
  }
  .nav-bar .logo .open-nav-bar span:nth-of-type(2) {
    margin: 5px 0;
    width: 20px;
    position: relative;
    right: -10px;
  }
  .nav-bar .nav-bar-links {
    display: none;
  }
  .nav-bar .nav-bar-links.active {
    display: block;
    border-top: 1px solid rgb(34, 34, 34, 0.1);
    max-height: 300px;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 3px 4px rgb(0 0 0 / 7%);
    background-color: #fff;
  }
  .nav-bar .nav-bar-links .level-1 .item-level-1 {
    display: block;
  }
  .nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
    padding: 12px 0 12px 12px;
    margin-right: 12px;
    color: #091d3e;
  }
  .nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
    margin-right: 12px;
  }
  .nav-bar .nav-bar-links .level-1 .item-level-1.has-menu .link-level-1:after {
    background-color: #0092ff;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
    transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
  }
  .nav-bar
    .nav-bar-links
    .level-1
    .item-level-1.has-menu
    .link-level-1.active:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .nav-bar .nav-bar-links .level-2 {
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    opacity: unset;
    visibility: unset;
    position: unset;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
  }
  .nav-bar .nav-bar-links .level-2.active {
    display: block;
  }
  .nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
    color: #9b9b9b;
    border-bottom: 1px solid rgb(155 155 155 / 30%);
  }
  .nav-bar .nav-bar-tools {
    display: none !important;
  }

  /* :: Header */
  .header .banner .handline,
  .breadcrumb-header .banner h1 {
    font-size: 65px;
  }

  /* :: About US */
  .about-us .about-text-box {
    margin-top: 50px;
  }

  /* :: Call US */
  .call-us .sec-title h3 {
    font-size: 45px;
    line-height: 1.1;
  }

  /* :: Provide */
  .provide .provide-text-box {
    padding: 0 50px 0 20px;
  }

  /* :: Provide 3 */
  .provide-3 .text-box {
    padding: 100px 50px;
  }
  .provide-3 .text-box .provide-features-box {
    margin-top: 30px;
  }

  /* :: Why Choose */
  .why-choose {
    padding: 50px;
  }
  .why-choose .list-choose-us .list-item {
    width: 50%;
    float: left;
  }

  /* :: Testimonial */
  .testimonial .bg-section {
    width: calc(100% - (355.83px / 2));
  }
  .testimonial-carousel .testimonial-carousel-item {
    padding-right: 100px;
  }
  .testimonial-carousel .testimonial-carousel-item .content-text-box {
    font-size: 28px;
    line-height: 1.3;
  }

  /* :: ---------- All CSS Home 2 ---------- */
  /* :: Header */
  .header.home-2 .banner .handline {
    font-size: 65px;
  }

  /* :: Features */
  .features.home-2 .features-item.one {
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
  }
  .features.home-2 .features-item.three {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 5px;
  }

  /* :: About US */
  .about-us.home-2 .about-text-box {
    margin: 0 0 50px 0;
  }
  .about-us.home-2 .about-img-box {
    margin: 0;
  }

  /* :: ---------- All CSS Home 3 ---------- */
  /* :: About US */
  .about-us.home-3 .about-img-box {
    margin: 0;
  }

  /* :: ---------- Blog Page ---------- */
  .sidebar-blog.ml-20 {
    margin-left: 0;
  }
}

/* :: Small devices */
@media (max-width: 768px) {
  /* :: Top Navbar */
  .nav-top {
    display: none;
  }

  /* :: Header */
  .header .banner .handline,
  .breadcrumb-header .banner h1 {
    font-size: 55px;
  }
  .header .banner .about-website {
    margin-right: 30px;
  }

  /* :: Provide */
  .provide .container-fluid {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }
  .provide .provide-img-box {
    height: 450px;
    margin-bottom: 50px;
  }
  .provide .provide-img-box .img-box {
    background-position: top;
    border-radius: 5px;
  }
  .provide .provide-text-box {
    padding: 0 40px;
  }
  .features-provide-list .item-features-provide-list {
    padding: 40px;
  }

  /* :: Provide 3 */
  .provide-3 .text-box {
    padding: 100px;
  }
  .provide-3 .text-box .provide-features-box {
    margin-top: 0;
  }
  .provide-3 .img-box {
    height: 400px;
  }

  /* :: Call US */
  .call-us .phone-box {
    display: none;
  }

  /* :: Testimonial */
  .testimonial .container-fluid {
    margin-right: auto;
    margin-left: auto;
    max-width: 540px;
  }
  .testimonial .container-fluid .col-md-5.padding-0,
  .testimonial .container-fluid .col-md-7.padding-0 {
    padding-right: calc(var(--bs-gutter-x) / 2);
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .testimonial .bg-section {
    width: 100%;
  }
  .testimonial-carousel .testimonial-carousel-item {
    padding-right: 0px;
  }
  .testimonial-img-box .img-box {
    margin-right: 0px;
    margin-bottom: 50px;
  }
  .testimonial-img-box .img-box img {
    border-radius: 5px;
  }

  /* :: Newsletter */
  .newsletter .sec-title {
    margin-bottom: 50px;
  }

  /* :: Copyright */
  .copyright p {
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
  .copyright ul {
    float: none;
    text-align: center;
  }

  /* :: ---------- All CSS Home 2 ---------- */
  /* :: Header */
  .header.home-2 .banner .handline {
    font-size: 55px;
  }

  /* :: Quote */
  .provide.home-2 .quote-box .contact-info .contact-box.last {
    margin-bottom: 30px;
  }
  .provide.home-2 .quote-box form {
    margin: 0;
  }
  .provide.home-2 .quote-box form .col-lg-6,
  .provide.home-2 .quote-box form .col-lg-12 {
    padding: 0;
  }

  /* :: ---------- All CSS Home 3 ---------- */
  /* :: Testimonial */
  .testimonial.home-3
    .testimonial-carousel
    .testimonial-carousel-item
    .item-img {
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .testimonial.home-3 .testimonial-carousel .testimonial-carousel-item i.quote {
    display: none;
  }
  .testimonial.home-3
    .testimonial-carousel
    .testimonial-carousel-item
    .content-text-box,
  .testimonial.home-3
    .testimonial-carousel
    .testimonial-carousel-item
    .testimonial-name {
    text-align: center;
  }

  /* :: ---------- Team Details Page ---------- */
  .single-team-sidebar.mr-20 {
    margin-right: 0;
  }

  /* :: ---------- Services Details Page ---------- */
  .sidebar-services.mr-20 {
    margin-right: 0;
    display: none;
  }

  /* :: Products Details Page */
  .products-details-content .img-box {
    margin-right: 0;
    margin-bottom: 30px;
  }

  /* :: Map */
  .map-box {
    height: 400px;
    margin: 0 0 50px 0;
  }
}

/* :: Extra small devices */
@media (max-width: 575px) {
  /* :: Header */
  .header .banner .handline,
  .breadcrumb-header .banner h1 {
    font-size: 24px;
  }
  .breadcrumb-header.inner{
    display: none;
  }
  .header .banner .btn-1:last-of-type {
    margin: 20px 0 0 0;
  }
  .header .banner .about-website {
    margin-right: 0;
  }
  .overlay{
    background: transparent;
  }

  /* :: About US */
  .core-about-list li {
    width: auto;
    float: none;
  }

  /* :: Provide */
  .provide .provide-text-box {
    padding: 0 25px;
  }
  .working-progress .working-progress-item {
    margin-bottom: 30px;
  }
  .working-progress .working-progress-item.last {
    margin-bottom: 0px;
  }

  /* :: Provide 3 */
  .provide-3 .text-box {
    padding: 100px 50px;
  }
  .provide-3 .text-box .provide-features-box {
    margin-top: 30px;
  }
  .provide-3 .text-box .profile img:last-of-type {
    margin: 30px 0 0 0;
    display: block;
  }

  /* :: Why Choose */
  .why-choose .list-choose-us .list-item {
    width: 100%;
    float: left;
  }

  /* :: Quote */
  .quote-box .quote-item .submit {
    display: block;
    width: 100%;
  }

  /* :: ---------- All CSS Home 2 ---------- */
  /* :: Header */
  .header.home-2 .banner .handline {
    font-size: 45px;
  }

  /* :: About US */
  .about-us.home-2 .sign-about {
    margin-top: 30px;
  }

  /* :: 404 Error Page */
  .page-404-area h2 {
    font-size: 150px;
  }
  .header.home-2 .banner .handline {
    font-size: 21px;
    margin: 300px 0 0;
    color: #fff;
    padding: 20px 10px;
    background: rgba(0, 0, 0, 0.6);
  }
  .header .banner .about-website {
    display: none;
  }
  .btn-1 {
    font-size: 13px;
    font-weight: 600;
    min-width: 86px;
    height: 42px;
    line-height: 44px;
    padding: 0 15px;
  }
  .btn-1.ml-30 {
    margin-left: 0;
  }
  .table-cell {
    height: 90vh !important;
  }
  .banner {
    margin: 3px 0 0;
    text-align: center;
  }
  .about-us.home-2{
   padding: 36px 0 100px;
  }
  .provide.home-2 .quote-box{
    padding: 50px 25px;
  }
  .nav-bar .logo .open-nav-bar span {
    background-color: #000;
  }
  .sec-title h3 {
    font-size: 27px;
  }
  section.services.home-2.home-3 ul li {
    width: 100%;
  }
  .provide.home-2 .sec-title h3 {
    font-size: 28px;
  }
  .copyright p {
    margin-bottom: -2px;
  }
  .copyright {
    padding: 10px 0 32px;
  }
  section#page {
    margin: 91px 0 0 -1px;
  }
  .nav-bar .logo .logo-nav img {
    width: 277px;
  }
  .breadcrumb-header.home-2 {
    padding-top: calc(117px + -80.91px);
    padding-bottom: 66px;
  }
  .breadcrumb-header .banner h1 {
    margin-bottom: -1px;
  }
  .why-choose-and-quote.license {
    width: 100%;
  }
  .p-lf {
    padding: 0 0 0 15px;
  }
  .header-carousel.owl-theme .owl-nav {
    top: 45%;
  }
  .header-carousel.owl-theme .owl-nav [class*="owl-"] i {
    font-size: 15px;
  }
  .features.home-2 {
    margin-top: 38px;
  }
  .header.home-2 .header-carousel.owl-theme .owl-dots {
    bottom: 15px;
  }
  .single-services-content-box h2,
  .single-team-content-box h2 {
    font-size: 20px;
  }
  section.blog {
    padding: 50px 0;
  }
}
