/*
Theme Name: Industrial Services Elementor - Child Theme
Author: ByteBuiders
Template: industrial-services-elementor
Version: 1.0.0
*/
:root {
  --primary-theme-color: #002a50 !important;
}
.crumb-box{
	display: none;
}
.logo-image img {
    height: 80px !important;
    width: 80px !important;
}
.middleheader.py-2{
     background-color: #f4f4f2;
}
#main-menu a, #main-menu li a, #main-menu ul li a{
    color:#002a50 !important;
    font-size:18px;
    text-decoration:none
}
#main-menu a:hover, #main-menu li a:hover, #main-menu ul li a:hover, #main-menu a:focus, #main-menu a:hover, #main-menu li.focus > a, #main-menu li:hover > a, #main-menu ul li a:hover, #main-menu ul li.current-menu-ancestor > a, #main-menu ul li.current-menu-item > a, #main-menu ul li.current-menu-parent > a, #main-menu ul li.current_page_ancestor > a, #main-menu ul li.current_page_item > a{
    color:#fb7b22 !important;
    font-size:18px;
    text-decoration:underline;
}
.home_about{
    height: 200px;
    overflow: hidden;
    overflow-y: scroll;
}
.phoneno a:before{
    content:'\f3cf';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    padding-right:4px;
}
.head-email a:before{
    content:'\f0e0';
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900);
    padding-right:4px;
}
.phoneno{
    margin-right: 18px;
}
.phoneno a, .head-email a{
    color: #002a50;
    font-size:18px;
    font-weight:600;
    text-decoration-line:none;
}
.head-div{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}