@media screen and (min-width: 1240px) and (max-width: 1370px) { 
    .slider_section .detail-box h1 {
        line-height: 70px;
        font-size: 63px;
    }
    .portfolio_section p {
        line-height: 22px !important;
        font-size: 12px !important;
    }
    .hoverinnerbox {
        padding: 21px 10px !important;
        min-height: 232px !important;
        border-radius: 10px !important;
    }
    .hoverinnerbox h3 {
        font-size: 25px;
    }
    .overdesign h3 {
        font-size: 45px;
    }
}
@media (max-width: 1120px) {
   .slider_section .carousel-control-prev,
   .slider_section .carousel-control-next {
      left: 59.3%;
      top: 82%;
      background-color: #ab9d92;
   }

   .slider_section .carousel-control-prev {
      left: 46%;
      transform: translateX(-50%);
   }

   .slider_section .carousel-control-next {
      left: calc(46% + 55px);
      transform: translateX(-50%);
   }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
   .hero_area {
      height: auto;
   }

   .slider_section .number-box .num-box h6,
   .slider_section .number-box .num-box::before {
      display: none;
   }

   .slider_section {
      padding: 50px 0 125px 0;
   }

   .slider_section .carousel-control-prev,
   .slider_section .carousel-control-next {
      top: 87%;
   }

   .slider_section .detail-box {
      text-align: center;
   }

    .slider_section .detail-box h1 {
        font-size: 45px;
        line-height: 50px;
    }

   .slider_section .detail-box p {
      width: 100%;
   }

   .project_section .owl-carousel .owl-nav .owl-prev {
      left: -15%;
   }

   .project_section .owl-carousel .owl-nav .owl-next {
      right: -15%;
   }

   .contact_form-container button {
      margin-bottom: 45px;
   }

   .info_section .col-md-3 {
      margin: 25px 0;
      text-align: center;
   }

   .info_section form input {
      min-width: 100%;
   }
}

@media (max-width: 576px) {
   .project_section .owl-carousel .owl-nav .owl-prev,
   .project_section .owl-carousel .owl-nav .owl-next {
      display: none;
   }

   .slider_section .carousel-control-prev {
      left: 44%;
   }

   .slider_section .carousel-control-next {
      left: calc(44% + 55px);
   }
}

@media (max-width: 480px) {
   .client_section .client-box {
      flex-direction: column;
   }
    .slider_section a.btn-Class {
        display: block;
        text-align: center;
    }
    section.who_section.layout_padding h1 {
        font-size: 85px;
        padding-left: 0%;
        padding-top: 5%;
    }
    .overdesign p {
        padding-right: 0px;
    }
    .overdesign h3 {
        font-size: 30px;
    }
    .hoverinnerbox {
        padding: 10px 10px !important;
        min-height: 210px !important;
    }
    .portfolio_section p {
        font-size: 12px !important;
        line-height: 20px !important;
    }
    .hoverinnerbox h3 {
        font-size: 20px;
    }
    .box-content {
        width: 380px !important;
    }
    section.projects-wrapper img.img-responsive {
        height: 380px;
        width: 380px;
        float: left;
    }
    .overdesign {
        padding: 25px 25px;
    }
    .col-12.col-sm-12.col-md-6.col-lg-6.col-xl-4.offset-xl-1.mt-auto.mb-auto {
        margin-top: 3% !important;
    }
    p.content-boxx {
        font-size: 15px;
        margin-top: 10px;
        line-height: 25px;
    }
    .footer-left {
        background: #0073F3;
        padding: 50px 30px;
    }
    .btn {
        padding: 12px 40px !important;
    }
    .slider-thumb::before {
        width: 380px;
        height: 380px;
    }
    .wave {
        width: 380px;
        height: 380px;
    }
    .up-wrape {
        padding-right: 0px;
    }
    section.portfolio_section {
        padding: 50px 0px;
    }
    .layout_padding {
        padding: 50px 0;
    }
    .navbar-menu ul li:last-child {
        background: transparent;
        position: initial;
        right: 0;
        border-radius: 50px;
        padding: 10px 0px;
    }
    .navbar-menu ul li:last-child a {
        color: #0D2A6E !important;
    }
    .navbar-menu ul li {
        padding: 15px 5px;
        margin: 0px;
    }
    .navbar-menu ul li a {
        font-size: 11px;
    }
    .navbar-menu {
        margin: 20px 0px;
    }
    .box {
        left: 0px;
    }
    .box-content, .content-link {
        padding: 0px 0px !important;
    }
    .col-12.col-sm-12.col-md-6.col-lg-6.col-xl-4.offset-xl-1.mt-auto.mb-auto {
        width: 100% !important;
    }
   .navbar-brand {
        width: 100% !important;
        margin: 0 auto !important;
        text-align: center !important;
        display: block !important;
    }
    .navbar-brand img {
        margin-right: 0px;
    }
}

@media (max-width: 400px) {
   .slider_section .detail-box h1 {
      font-size: 4rem;
   }

   .about_section .detail-box {
      padding: 50px 15px 75px 35px;
   }
}

@media (max-width: 360px) {
}

@media (min-width: 1200px) {
   .container {
      max-width: 1170px;
   }
}
