*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;

}


html{
    scroll-behavior: smooth;
}

.header{
    display: block;
    background: #00B0F0;
    
    
}

.top-image{
    display: grid;
    place-items: center;    
}

.contact ul{
    padding-left: 0;
    font-size: small;
    margin: 0;
    
    
    
}

.contact li{
    list-style: none;
    display: inline-flex;
    flex-direction: row;
}


.navbar-nav{
    font-weight: bold;
    display: flex;
    margin-left: auto;
    margin-right: 10%;
}


.nav-link{
    font-weight: bold;
    font-size: 1.1rem;
    padding: 0 0 0 0.3125rem;
    border-left: 0.4rem solid transparent;
    margin: 0.3125rem 0 0.3125rem 0;
   
}


.nav-link:hover{
    
    border-left: 0.4rem solid #00B0F0;
    color: #00B0F0;
   
}
/* 
.nav-link[aria-current="page"]{
    border-left: 0.4rem solid #00B0F0;
    color: #00B0F0;
} */

.navbar-toggler{
    border: 0.2rem solid #00B0F0;
    color: #00B0F0;
}

.navbar-toggler:focus{
    box-shadow: none;
}



/* -----------------------------------------------------------Carousel----------------------------------------------------------- */


.carousel{
    width: 100%;
    /* margin-top: 50px; */
    box-shadow: 0.325rem 0.625rem 1.2rem #888888;
    position: relative;
 
 }
 
 
 .carousel-control-next, .carousel-control-prev{
     width: 7.5%;
     opacity: 0;
 }

 .h1--carousel{
    font-size: 4.5vw;
    width: 50%;
    text-align: left;
    font-weight: bold;

 }
 
 .carousel-caption{
    left: 8%;
    top: 25%;
    text-align: left;
    padding: 0;

 }

.carousel-indicators{
    text-align: center;
}

 
 /* ------------------------------------------------------------------------------------------------------------------------------ */


.nav-item{
    padding: 0 0.625rem 0px 0.625rem;

}


.h1--heading {
    overflow: hidden;
    text-align: center;
    /* font-weight: bold; */
  }
  
  .h1--heading:before,
  .h1--heading:after {
    background-color: #00B0F0;
    content: "";
    display: inline-block;
    height: 5px;
    position: relative;
    vertical-align: middle;
    width: 10%;
  }
  
  .h1--heading:before {
    right: 0.5em;
    margin-left: -50%;
  }
  
  .h1--heading:after {
    left: 0.5em;
    margin-right: -50%;
  }


.gen-content{
    width: 90%;
    margin: Auto;
    text-align: left;
    padding-top: 1rem;
    position:relative;
}

.gen-content h1{
    font-size: 2rem;
    font-weight: 600;
}

.h2--heading{
    font-size: 1.5rem;
    font-weight: 600;
    padding-left: 8px;
    border-left: 10px solid #00B0F0;

}

.h2--heading--values{
    font-size: 1.5rem;
    font-weight: 600;

}

.img--values{
    padding: 10px;
}

.gen-content p{
    font-size: 1.1rem;
    text-align: justify;
    margin-bottom: 0.5rem;
}

.gen-content-p{
    font-size: 1.1rem;
    text-align: justify;
    

}


.hero-btn{
    color: #FFFFFF;
    background-color: #00B0F0;
    display: inline-block;
    text-decoration: none;
    border: 0.5px solid #000000;
    padding: 0.2rem 0.8rem;
    font-size: 1 rem;
    position: relative;
    cursor: pointer;
    border-radius: 10px;

}

.hero-btn-carousel{
    color: #00B0F0;
    background-color: #FFFFFF;
    display: inline-block;
    text-decoration: none;
    /* border: 0.5px solid #000000; */
    padding: 0.2rem 0.8rem;
    font-size: 1 rem;
    font-weight: 500;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    width: 120px;
    display: grid;
    place-items: center;
}

.hero-btn:hover{
    border: 0.5px solid #000000;      /*Change color as per the color scheme*/
    color: #00B0F0;
    background:#FFFFFF;
    transition:0.3s;
}


.con-box ul li{
    list-style-type: none;
    margin: 0%;
    
}

.h5--heading{

    font-size: 1.3rem;
    font-weight: 600;
    padding-left: 8px;
    border-left: 10px solid #00B0F0;

}

.card--services{
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid gray;
}


.card:hover{
    
    box-shadow: 0.325rem 0.625rem 1.2rem #888888;
    cursor: default;
}

.card-services{
    width: 320px;
    height: 400px;
    border-radius: 10px ;
    border: 1px solid black;
    overflow: hidden;
    position: relative;
}

.card-services-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px ;
    
}

.card-services-body{
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    
    padding: 1.5rem;
    
    justify-content: center;
    transition: 500ms;
    
    
}

.card-services-title{
    font-size: 1.5rem;
    font-weight: 600;
}

.card-services-info{
    font-size: 1.1rem;
    font-weight: 400;
}

.card-services:hover .card-services-body{
    background:#00b0f079;
    backdrop-filter: blur(3px);
    visibility:visible ;

}

.card-1{
    text-align: center;
}

.card-img-top-1{
    width: 6rem;
    height: 6rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem;

}


.banner{
    position: relative;
 
}

.banner-soft{
    background: #00B0F0;
    color: #FFFFFF;
    width: 40%;
    padding: 0.625rem;
    font-weight: bold;


}

.banner-soft::after{
        content: "";
        position: absolute;
        top: 0;
        left:40%;
        /* opacity: 50%; */
        border-left: 1.625rem solid #00B0F0;
        border-right: 1.625rem solid transparent;
        border-top: 1.625rem solid transparent;
        border-bottom: 1.625rem solid transparent;
    }
    

    .banner-full{
        background: #00B0F0;
        color: #FFFFFF;
        width: 100%;
        text-align: center;
        font-size: 3rem;
        font-weight: bold;
        /* opacity: 70%; */
        padding: 1rem;
        margin: 0;

    }

    .banner-full h2{
        font-size: 2rem;
        padding: 1rem;
        font-weight: bold;
    }


    .sm-btn{
        color: #FFFFFF;
        background-color: #00B0F0;
        text-decoration: none;
        border: 0.5px solid #000000;
        padding: 3px 10px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        border-radius: 0.5rem;
        /* box-shadow: 0.325rem 0.625rem 1.2rem #888888; */
        /* margin-left: 50%; */
        transition: all 0.3s ;
        
    }

    .sm-btn:hover{
        /* border: 1px solid #000000; */
        /* transform: translateY(-5px); */
        color: #00B0F0;
        background-color:#FFFFFF;
        /* background:#f8f9fa; */
        
    }


    .card-body{
        padding-bottom: 2rem;
    }

    .card-body ul{
        margin-bottom: 0;
    }


    .dropdown-item{
        border-left: 0.4rem solid transparent;
        padding-left: 0.5rem;
            
    }

    .dropdown-item:hover{
        border-left: 0.4rem solid #00B0F0;
    }


    .dropdown-item:active{
        background-color: #e1e0e0;
        color: #000000;
    }

    .footer{
        color: #000000;
        background-color: #00B0F0;
        /* text-align: center; */
        font-weight:500;
        /* display: grid;
        place-items: center; */
        text-align: justify;
        display: flex;
        justify-content: space-evenly;
        padding: 0.5rem;
        

    }

    .left-list,.right-list{
        padding-left: 0;
    }



    .h1--heading--carousel{
        color: #FFFFFF;
        font-size: 5vw;
        display: inline-flex;
        
        
    }

    .h2--heading--carousel{
        color: #FFFFFF;
        font-size: 2vw;
        display: inline-flex;
        
        
    }


.h5--button{
    border: 1px solid #000000;
    width: 130px;
    height: 35px;
    border-radius: 10px;
    background-color: #00B0F0;
    color: #FFFFFF;
    font-weight: 500;
    text-align: center;
    padding: 2px;
    padding-top: 4px;
    text-decoration: none;

    transition: all  0.3s;
    
}

.h5--button:hover{
    /* transform:translateY(-5px); */
    background-color: #FFFFFF;
    color: #00B0F0;
    /* transition: 0.3s; */

}

.h5--button--sm{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #00B0F0;
    color: #FFFFFF;
    background-image: url(/img/tap.png);
    overflow: hidden;

}

.fixed-btn{
    /* border: 1px solid #000000; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #00B0F0;
    color: #FFFFFF;
    text-align: center;
    justify-content: center;
    padding-top: 10px;
    font-size: 1.1rem;
    font-weight: 600;
    position: fixed;
    bottom: 3.5rem;
    right: 1.5rem;
    box-shadow: 0.325rem 0.625rem 1.2rem #888888;
    
}


.fixed-btn:hover{
    color:#00B0F0;
    background:#FFFFFF;
    transition:0.5s;
}




.img-wrapper img{
    width: 100%;
}

/************** Product Engineering Page **************/
.container-prodinfo{
    width: 85%;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5rem;
  
}

.prodinfo-box{
    /* width: 2rem; */
    text-align: center;
    justify-content: center;
    /* justify-content: end; */
    height: 18rem;
    width: 18rem;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 0%;
    padding: 0.5rem;
    border: none;
}

.prodinfo-body{
    width: 100%;
    height: 100%;
    color: black;
   position: absolute;
   top: 0;
   right: -100%;
    /* visibility: hidden; */
    backdrop-filter: blur(12px);
    padding: 10px;
    transition: 1s;  
}

.prodinfo-heading{
    font-size: 1.5rem;
    font-weight: 600;
    
}

.prodinfo-body-title{
    font-size: 1.5rem;
    font-weight: 600;
    text-align: start;
    /* visibility: hidden; */

}
.prodinfo{
    font-size: 1.1rem;
    font-weight: 500;
    /* visibility: hidden; */
    text-align: left !important; 
}

.prodinfo-box:hover  .prodinfo-body
{
    right: 0;

}

.bg-color-1{
    background-color: #00B0F0;
}

.bg-color-2{
    background-color: gray;
}

.img-scale-50{
    height: 60%;
    width: 60%;
    margin: 1px auto;
    transform: scale(70%);
}


/************** Hardware Design Page **************/
.hw-container-prodinfo{
    width: 70%;
    align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    gap: 0.5rem;
  
}

.hw-prodinfo-box-1{
    /* width: 2rem; */
    text-align: center;
    justify-content: center;
    /* justify-content: end; */
    height: 13rem;
    width: 13rem;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 50%;
    padding: 0.5rem;
    
}

.hw-prodinfo-box-3{
    /* width: 2rem; */
    text-align: center;
    justify-content: center;
    /* justify-content: end; */
    height: 9rem;
    width: 9rem;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 50%;
    padding: 0.5rem;
    
}

.hw-prodinfo-box-4{
    /* width: 2rem; */
    text-align: center;
    justify-content: center;
    /* justify-content: end; */
    height: 11rem;
    width: 11rem;
    color: #FFFFFF;
    overflow: hidden;
    border-radius: 50%;
    padding: 0.5rem;
    
}

.hw-prodinfo-heading{
    font-size: 1.5rem;
    font-weight: 600;
    
}


.hw-bg-color-1{
    background-color: #00B0F0;
    border: 10px solid #0d79a0;
    
}

.hw-bg-color-2{
    background-color: gray;
    border: 10px solid #00000059;
}

.hw-bg-color-1:hover{
    box-shadow: none;
}

.hw-bg-color-2:hover{
    box-shadow: none;
}


.hw-design-services img{
    width: 25px;
}

.hw-design-services ul li{
    list-style-type: none;
    margin: 0 5px 5px 0;
    font-size: 1.1rem
}

.sublist{
    margin-left: 20px;
    padding-left: 40px;
    /* list-style-type: square !important; */
}

.sublist li{
    list-style-type:disc !important;
}