/* Qick_innovative_custom_style_sheet */

/* google_fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&family=Roboto:wght@500&display=swap');

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    background-color: #fff;

}
.bg_custom_white{
    background-color: #e9ecef;
}
.custom_padding{
    padding: 100px 0px
}
.bg_custom{
    background-color: #233769 !important;
}
.custom_bg{
    background-color: #7396eb !important;
}
.text_custom{
    color: #233769;
}
.custom_text{
    color: #7396eb;
}
.m20{
    margin-top: 20px !important;;
}
.custom_span{
    display: inline-flex;
    align-items: center;
    color: #7396eb;
    /*margin-top: 0px;*/

}
.custom_margin{
    margin-top: 5px;
    margin-bottom: 0px;
}
#footer a{
    text-decoration: none !important;
    color: white !important;
   
}




.background_image{
    /*background:red !important;*/
   background-image:url(images/industrial_safety.jpg)!important;
    height:100vh;
    width: 100%;
    background-size: 100% 100%;
    background-attachment: fixed;
    z-index:1000;
}
.background_image::before{
    content: '';
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.2);
}

.navbar-brand img{
    width: 90px;
    height: auto;
}
.navbar-nav{
    text-align: center;
    margin-right: 20px;
}
.navbar-nav .nav-item .nav-link{
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}

.main_text{
    color: #fff;
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.main_text h1{
    padding-top:330px;
    font-size: 70px;
}
.main_text p{
    font-size: 25px;
}
a{
    text-decoration: none;
    color: inherit;
}
/* header section and main ends here */





/* About us start here  */
#about .card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#about .card:hover{
cursor: pointer;
box-shadow:#7396eb 0px 3px 6px, #7396eb 0px 3px 6px;

}
.custom_alignment{
    font-size: 23px;
    padding-bottom: 8px;
    margin-right: 5px;
}


/* About us ends here  */













/* our product :start */
#service .card{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
#service .card:hover{
cursor: pointer;
box-shadow:#7396eb 0px 3px 6px, #7396eb 0px 3px 6px;

}

.add,.add1,.add2{
    height: 74px;
    overflow: hidden;

}
/* our product end */












/* footer section start here */
.bi-phone-vibrate {
    font-size: 25px;
    margin-right: 10px;
}
.bi-envelope{
    font-size: 25px;
    margin-right: 10px;
}
.bi-building{
    font-size: 19px;
    margin-right: 10px;
}
.bi-caret-right{
    font-size: 25px;
    margin-right: 10px;
    display: none;
}



/*.bi-phone-vibrate {
    animation-name: shake;
    animation-duration:1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}
.bi-envelope{
    animation-name: shake;
    animation-duration:1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
}*/

#email_id:hover{
    text-decoration: underline !important;
    cursor: pointer;

}
#phone_no:hover{
    text-decoration: underline !important;
    cursor: pointer;
}

@keyframes shake {
    30% { -webkit-transform: translate(2px, 1px) rotate(-20deg); color:green; }
    60% {-webkit-transform: translate(2px, 1px) rotate(20deg); color: yellowgreen;}
  }





/* footer section end here */









/* responsive css start here */

@media only screen and (min-width:1367px){
#industrial_safe_img{
   height: 252px !important;
}
}
@media only screen and (max-width:1367px){
    #industrial_safe_img{
        /*height:215px;*/
    }
}


@media only screen and (max-width:920px){
    .main_text h1{
        font-size: 55px;
    }
    .main_text p{
        font-size: 21px;

    }
}
@media only screen and (max-width:768px){
    #service .card{
        margin-top: 20px;
    }
}



@media only screen and (max-width:750px){
    .main_text h1{
        font-size: 50px;
    }
    .main_text p{
        font-size: 20px;
    }
}

@media only screen and (max-width:600px){
    .main_text h1{
        font-size: 40px;
    }
    .main_text p{
        font-size: 18px;
    }
}
@media only screen and (max-width:414px){
    .main_text h1{
        font-size: 40px;
    }
    .main_text p{
        font-size: 18px;
    }
}

/* responsive css Ends here */




/* top button */


#scroll_btn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 999;
    font-size: 25px;
    font-weight: 900;
    border: none;
    outline: none;
    background-color: #233769;
    color: white;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #7396eb;
    animation-name: blink;
    animation-duration: 1s;
    animation-iteration-count: infinite;

  }

  #myBtn:hover {
    background-color: #7396eb;
  }

  @keyframes blink {
    from {transform:scale(0.5)}
    to {background-color:#233769 ;}
  }

  /* top button end*/













