
@media screen and (max-width: 1499px){
    #about_hero{
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* position: initial; */
    background: url(../img/SLICING/about_bg.png) top center;
    background-size: contain;
    /* background-color: #f4d281; */
    margin-top: 126px;
    z-index: 99;
    transition: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
}
}
@media screen and (max-width: 1440px){
    #hero .carousel-control-prev{
        left:29px
    }
    #hero .carousel-control-next{
        right: 29px;
    }
}
@media screen and (max-width: 1300px){
    section {
        padding: 50px 0 ;
        overflow: hidden;
      }
    #hero {
    
        background-size: contain;
     
      
       
       
        background-repeat: no-repeat;
    }
    #hero .carousel-control-prev{
        left: 10px;
    }
    #hero .carousel-control-next{
        right: 10px;
    }
}
@media screen and (max-width: 1199px){
    #hero{
        margin-top: 57px;
    }
    #hero .carousel-control-prev{
        height:34px ;
        width: 34px;
    }
    #hero .carousel-control-next{
        height:34px ;
        width: 34px;
    }
    #hero .carousel-control-next img{
width: 10px;
height: 10px;    }
    #hero .carousel-control-prev img{

    }
    #clients h1::after{
        left: 24%;
    }
    #clients h1::before{
right: 24%;
    }
}
@media screen and (max-width: 1024px){
    #hero{margin-top:28px
}
}
@media screen and (max-width: 991px) {
    .carousel-item h1{
        font-size: 35px !important;
    }
    #clients h1::after {
        left: 15%;
    }
    #clients h1::before {
        right: 15%;
    }
    #hero {
    
        background-size: cover;
     
      
       
       
        background-repeat: no-repeat;
    }
    .mobile-menu {
        background-image: url(../img/SLICING/menu.png) !important;
        width: 24px;
        height: 24px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;}
        .bi-list::before{
            content: "";
        }
        .bi-x::before{
            display: none;
        }
    #hero{
        height: 323px;
   margin-top: 109px;

    }
    #hero .carousel-item .row{
        padding-top:59px;
    }
    #about_hero{
        background-size: cover;
    }
    #about_hero{
        padding-top: 59px !important;
        padding-bottom: 16px !important;
        margin-top:95px
    }
 
}
@media screen and (max-width: 767px){
    #hero{
        margin-top: 130px;
    }
    #clients h1::after {
        left: 7%;
    }
    #clients h1::before{
        right: 7%;
    } 

h2{
    font-size: 25px !important;
    text-align: center !important;
}
    #footer .justify-content-between{
        justify-content: center !important;
        gap: 10px;
    }
    section{
        padding: 25px !important;
    }
    .border-left{
        border-left: none !important;
    }
    #hero{
        height: 420px
    }
    #hero .carousel-item .row{
        padding-top:0
    }
    h1{
        text-align: center;
    }
    p{
        text-align: center;
    }
    h1{
        font-size: 35px !important;
    }
    p{
        font-size: 12px !important;
    }
  
}
@media screen and (max-width: 575px) {
    .font-size-18{
        font-size: 15px;
    }
    .carousel-item h1 {
        font-size: 28px !important;
    }
    #clients h1::after {
        display: none;
    }
    #clients h1::before{
      display: none;
    } 
    h1{
        font-size: 30px !important;
    }
    #hero .carousel-control-prev {
        left: 4px;
    }
    #hero .carousel-control-next{
        right: 4px;
    }
        #hero{
            /* margin-top: 62px; */
        }
    #topbar .cta a {
        color: #fff;
        background: #f6b024;
        padding: 6px 8px 8px 8px;
        display: inline-block;
        transition: 0.3s;
        font-size: 11px;
        border-radius: 6px;
    }
    .cta{
        display: grid !important;
    }
    .pb-5{
        padding-bottom: 2rem !important;
    }
}