@font-face {
	font-family: "Material Design Icons";
	src: url("../fonts/materialdesignicons-webfont.eot?v=3.5.94");
	src: url("../fonts/materialdesignicons-webfont.eot?#iefix&v=3.5.94") format("embedded-opentype"), url("../fonts/materialdesignicons-webfont.woff2?v=3.5.94") format("woff2"), url("../fonts/materialdesignicons-webfont.woff?v=3.5.94") format("woff"), url("../fonts/materialdesignicons-webfont.ttf?v=3.5.94") format("truetype"), url("../fonts/materialdesignicons-webfont.svg?v=3.5.94#materialdesigniconsregular") format("svg");
	font-weight: normal;
	font-style: normal;
}

body {
    background-color: #eeeee4;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 15px;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.hidden {
    display: none;
}

.fixed_z {
    position: fixed;
    top: 0;
    z-index: 999;
}
.element .fa-solid, .element .fa-envelope, .element .fa-wifi{
    color: #f26f21;
}

/*// Medium devices (tablets, 768px and up)
    @media (min-width: 768px) { }

    @media (min-width: 992px) { }
*/


/*// Large devices (desktops, 992px and up)*/


/*XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1200px) { 
    
    /*---------Footer  end--------------*/
 }