body{
    overflow-x: hidden;
}
html{
    scroll-behavior: smooth;
}
/*styles for navbar*/
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(240, 90, 43)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}
.navbar{
    background-color: #fff;
}
.navbar-nav a{
    color: black;
    font-size: 18px;
}
.navbar-nav a:hover{
    color: #f05a2b;
}

/*styles for hero image*/
.hero-image{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.hero-text h1{
    font-size: 50px;
    color: #fff;
}
.hero-text p{
    color: #fff;
    font-size: 20px;
}
.btn1{
    font-size: 20px;
    padding: 10px 18px 10px 18px;
    outline: none;
    border: none;
    margin-right: 10px;
    border-radius: 3px;
}
.hero-image .two{
    background-color: #f05a2b;
    color: #fff;
}
.hero-image .two:hover{
    opacity: 0.6;
}
.hero-image .one:hover{
    color: #f05a2b;
}
.hero-image .three:hover{
    color: #f05a2b;
}
.group2{
    display: none;
}
.caro1{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('assets/images/carousel1.jpeg');
    min-height: 80vh;
}
.caro2{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('assets/images/carousel2.jpeg');
    min-height: 80vh;
}
.caro3{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('assets/images/carousel3.jpeg');
    min-height: 80vh;
}
.caro4{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),url('assets/images/carousel4.jpeg');
    min-height: 80vh;
}
/*styles for about section*/
.about1{
    color: #f05a2b;
    font-size: 18px;
}
.about2{
    font-size: 18px;
}

/*styles for products section*/
.products{
    background-color: #fafafa;
    background-attachment: fixed;
}
.product-item1 button{
    width: 100%;
    padding: 8px 0 8px 0;
    font-size: 18px;
    border: none;
    background: #fff;
}
.product-item2 button{
    width: 100%;
    padding: 8px 0 8px 0;
    font-size: 18px;
    border: none;
    background: #fff;
}
.product-item1 button:hover{
    background-color:#f05a2b;
    color: #fff;
}
.product-item2 button:hover{
    background-color:#f05a2b;
    color: #fff;
}
/*styles for portfolio section*/
/* .portfolio-text p{
    font-size: 16px;
} */
.portfolio-text{
    padding: 5px 0px 5px 8px;
}
button:focus{
    outline: none;
}
#one:hover{
    opacity: 0.7;
}

/*modal styles*/
.modal-backdrop
{
    opacity:0.7 !important;
}
/*contact page styles*/
.contact-btn:hover{
    opacity: 0.8;
}
/*color chart styles*/
.pellate{
    width: 100%;
    height: 120px;
}

/* filter search styles */
.search-filter input[type=search]{
    width: 70%;
    padding: 15px 0 15px 0;
    border: 2px solid #f05a2b;
    border-radius: 5px;
}
.search-filter input[type=search]:focus{
    outline: none;
    padding-left: 10px;
    padding-right: 10px;
}
.search-filter ::placeholder{
    padding-left: 10px;
    font-size: 20px;
}

.image-carrier .column {
    float: left;
    width: 25%;
    padding: 10px;
}
  
/* Style the images inside the grid */
.image-carrier .column img {
    opacity: 0.8;
    cursor: pointer;
}
  
.image-carrier .column img:hover {
    opacity: 1;
}
  
/* Clear floats after the columns */
.image-carrier .row:after {
    content: "";
    display: table;
    clear: both;
}
  
/* The expanding image container (positioning is needed to position the close button and the text) */
.container1 .container2 .container3 .container4 .container5 .container6 .container7 .container8 .container9 .container10 .container11{
    position: relative;
}
/* styles for team */
.team-btn{
    border: none;
    background-color: #f05a2b;
    color: #fff;
}
.team-btn:hover{
    opacity: 0.7;
}

/* expanded image */
.expand{
    width: 100%;
    height: 400px;
}
.image-carrier img{
    margin-left: 0;
}
/* .comp-btn button{
    padding: 10px 8px 10px 8px ;
    font-size: 22px;
}
.comp-btn #btnone{
    background-color: #f05a2b;
    color: #fff;
    border: none;
    border-radius: 5px;
}
.comp-btn #btntwo{
    border: none;
    border-radius: 5px;
} */
@media only screen and (max-width: 600px){
    .hero-text h1{
        font-size: 30px;
    }
    .hero-text p{
        font-size: 16px;
    }
    .group1{
        display: none;
    }
    .group2{
        display: block;
    }
    .about2{
        font-size: 18px;
    }
    .contact-btn{
        width: 100%;
    }
    .search-filter input[type=search]{
        width: 100%;
    }
    #searcheableContainer h6{
        font-size: 13px;
    }
    .expand{
        height: 270px;
    }
    .comp-btn button{
        font-size: 16px;
    }
}