/* Font Family */
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
body{
    font-family: 'Roboto', sans-serif !important;
}
/* COLORS */

.primaryfontcolor{
    color: #E33518 !important;;
}
.secfontcolor{
    color: #6D2936 !important;;
}
.bordercolor{
    border-color: #E33518 !important;
}
.w3-bottombar{
    border-color: #E33518 !important;
}
.w3-leftbar{
    border-color: #E33518 !important;
}
.w3-leftbar2{
    border-left: white !important;
}
.w3-rightbar{
    border-color: #E33518 !important;
}
.w3-topbar{
    border-color: #E33518 !important;
}
/* SLIDER STYLES */
/*.carousel-inner img {*/
/*    width: 5%;*/
/*}*/
/* GLASS EFFECT */
.gstroke{
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(5px);
}
/* WHATSAPP ICON DESKTOP */
.deskwhatsapp{
    position: fixed;
    bottom: 50px;
    
}
.tbox{
    height: 169px !important;
}
/* MEDIA QUERIES */
@media only screen and (max-width: 480px){
    #tidio-chat{
		display: none !important;
	}
}
@media only screen and (max-width: 767px){
.tbox{
    height: auto !important;
}
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -37px;
}
.carousel-indicators li {
    background-color: #E33518;
}