/**
* Theme Name: Machino Child
* Description: This is a child theme of Machino, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/themekalia">Theme Kalia</a>
* Template: machino
* Version: 1.2
*/

/* Removed Top-Bottom Padding from Section */
.sidebar-page-container{
	padding: 0;
}

/* Custom Banner Size */
.page-title{
	padding: 70px 0px 70px 0px !important;
}

/* Position Hamburger Icon properly on Small Screens */
@media only screen and (max-width: 1200px){
	.menu-right-content{
		display: none !important;
	}
}

span.special-text.animation_text_word {
    opacity: 0;
}

h3.slider__title-1 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

h4.slider__title-2 {
    color: #ff6c00;
    font-size: 50px;
    font-weight: 700;
}



.hidden {
    display: none !important;
}

/* home page steps fixes */
.hide-first--li li.accordion.block:first-child {
    display: none;
}

/* home page steps custom icons */
.custom-icons i.icon::before{
    display: block;
    margin: 20px auto;      
}

.custom-icons i.icon.flaticon-factory::before {
    content: url('/wp-content/themes/machino-child/assets/15+ Project icon.svg');
    width: 60%;
}

.custom-icons i.icon.flaticon-gas::before {
    content: url('/wp-content/themes/machino-child/assets/50+ trusted dealers.svg');
    width: 60%;
    position: relative;
    left: 4px
}

.custom-icons i.icon.flaticon-engineer::before {
    content: url('/wp-content/themes/machino-child/assets/2500+ tmx bar deliverd.svg');
    width: 60%;
} 


.custom-animation .icon-box i::before {
    display: block;
    width: 60px;
    margin: 0 auto;
}

.custom-animation .icon-box i.flaticon-globe::before {
    content: url('/wp-content/themes/machino-child/assets/Residential-Commercial-Buildings-2.svg')
}

.custom-animation .icon-box i.flaticon-tanks::before {
    content: url('/wp-content/themes/machino-child/assets/high-rise-tower-2.svg')
}

.custom-animation .icon-box i.flaticon-windmill::before {
    content: url('/wp-content/themes/machino-child/assets/Bridge and infrastructure-2.svg')
}

.custom-icons .inner-box {
    display: flex;
    flex-direction: column;
}


.custom-animation .active-btn .icon-box i.flaticon-globe::before {
    content: url('/wp-content/themes/machino-child/assets/Residential-Commercial-Buildings-3.svg')
}
.custom-animation .active-btn .icon-box i.flaticon-tanks::before {
    content: url('/wp-content/themes/machino-child/assets/high-rise-tower.svg')
}
.custom-animation .active-btn .icon-box i.flaticon-windmill::before {
    content: url('/wp-content/themes/machino-child/assets/Bridge and infrastructure.svg')
}

/* contact us form page */

/* form field telephone */
.form-group input[type='tel'] {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    border: 1px solid #e2e2e2;
    background: #fff;
    font-size: 17px;
    color: #827e7d;
    padding: 0px 30px;
    border-radius: 0px;
    transition: all 500ms ease;
}



/* about us page css */
.builder__trust p {
    margin-bottom: 0 !important;
}

.builder__trust .owl-nav.disabled {
    display: none !important;
}

@media (max-width: 768px){
	.banner-carousel .slide-item {
		padding: 10px 0 !important;
		height: 50vh;
		display: flex;
        align-items: center;
		
	}
	
	h3.slider__title-1 {
		color: white;
		font-size: 18px;
		font-weight: 700;
	}

	h4.slider__title-2 {
		color: #ff6c00;
		font-size: 20px;
		font-weight: 700;
	}
	
	span.special-text.animation_text_word {
		margin: 0;
		display: none !important;
	}

	a.theme-btn.btn-one {
		padding: 10px 12px;
		line-height: 20px;
		font-size: 12px;
	}
} 

