/*
Theme Name: Manufacturer Child
Theme URI: https://themeforest.net/item/manufacturer-factory-industrial-business-wordpress-theme/22672753
Description: Factory & Industrial Business WordPress Theme
Author: StylemixThemes
Author URI: https://stylemixthemes.com/
Version: 1.0
Template: manufacturer
*/
.officecontact-section .officecontact-left .elementor-heading-title i{
    margin-bottom: 0;
    margin-top: 3px;
}
/*start service-section */
.service-section .service-box{
    position:relative;
}
.service-section .service-box .service-desc p{
    margin-top: 10px;
    opacity: 0;
    max-height: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
    overflow: hidden;
}
.service-section .service-box:hover .service-desc p{
    opacity: 1;
    max-height: 250px;
    transform: translateY(0);
}
/*end service-section */
.step-section .elementor-heading-title{display: flex;align-items: center;}
.step-section .elementor-heading-title span{width: 70%;}
.step-section .elementor-heading-title i{margin-bottom: 0;margin-top: 0;}
#ftg-11 .tile,#ftg-22 .tile,#ftg-33 .tile,#ftg-44 .tile,#ftg-55 .tile,#ftg-66 .tile,#ftg-77 .tile,#ftg-88 .tile,#ftg-99 .tile
{
    box-shadow: 0 2px 5px 3px #eff1f8;
    background-color: #ffffff;
    border-radius: 10px;
}
#ftg-11 .ftg-items .loading-bar,#ftg-22 .ftg-items .loading-bar,#ftg-33 .ftg-items .loading-bar,#ftg-44 .ftg-items .loading-bar,#ftg-55 .ftg-items .loading-bar,#ftg-66 .ftg-items .loading-bar,#ftg-77 .ftg-items .loading-bar,#ftg-88 .ftg-items .loading-bar,#ftg-99 .ftg-items .loading-bar
{
    display:none;
}
#ftg-11 .tile:hover img,#ftg-22 .tile:hover img,#ftg-33 .tile:hover img,#ftg-44 .tile:hover img,#ftg-55 .tile:hover img,#ftg-66 .tile:hover img,#ftg-77 .tile:hover img,#ftg-88 .tile:hover img,#ftg-99 .tile:hover img
{
    transform:unset !important;
}
#ftg-11 .tile .tile-inner:before,#ftg-22 .tile .tile-inner:before,#ftg-33 .tile .tile-inner:before,#ftg-44 .tile .tile-inner:before,#ftg-55 .tile .tile-inner:before,#ftg-66 .tile .tile-inner:before,#ftg-77 .tile .tile-inner:before,#ftg-88 .tile .tile-inner:before,#ftg-99 .tile .tile-inner:before
 {
    background-color: rgba(62,58,59,0.91) !important;
}

/*start footer section */
.footer-section a{
    color: #ffffff !important;
}
.footer-section a:hover{
    color: #C89454 !important;
}
.footer-menu-wrapper .hfe-nav-menu__layout-vertical .hfe-nav-menu li{
	position:relative;
	padding-left: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.footer-menu-wrapper .hfe-nav-menu__layout-vertical .hfe-nav-menu li:before{
    content: "\e649";
    font-size: 15px;
    left: 0;
    top: 8px;
    font-family: 'themify';
    color: #fff;
    line-height: 1;
	margin-top:3px;
}
.footer-privacy-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu li{
	position: relative;
	margin-right: 15px;
}
.footer-privacy-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu li:last-child{
	margin-right: 0;
}
.footer-privacy-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu li:after{
	position: absolute;
    content: "";
    background: #ccc;
    width: 1px;
    height: 13px;
    right: -9px;
    top: 0;
}
.footer-privacy-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu li:last-child:after{
	display: none;
}
/*end footer section */
.privacypolicy-section a{
	color: #C89454; 
}
.man_404_section .man_intro_cont{padding-top: 100px;padding-bottom: 100px;}
@media screen and (max-width:1024px){
	body.menu_active {background: #282828;}
	.capability-section h2.elementor-heading-title{width:100%;}
	#masthead .sm_menu{top:130px;}
	#masthead .sm_nav_menu > li{margin-bottom:20px;font-size:20px;}
	#masthead .sm_menu_toggle_close{top:30px;}
	.man_404_section .man_intro_cont{padding-top: 180px;}
}
@media screen and (max-width:575px){
	.man_intro .man_intro_cont h1{font-size:34px;line-height:40px;}
	#masthead .sm_nav_menu > li{margin-bottom:10px;font-size:18px;}
}
