/**
 * Theme Name:     Tombuild Child
 * Author:         TPLabs
 * Template:       tombuild
 * Text Domain:	   tombuild-child
 * Description:    Tombuild - Construction &amp; Engineering WordPress Theme
 */


.content-wrap .desc ul {
    margin: 0;
    padding-left: 30px;
}
.content-wrap .desc ul li {
    line-height: 28px;
}
.why-chose-us .master-icon svg {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(208deg) brightness(105%) contrast(103%);
}
.tombuild-header.header-float .is-sticky.dark-bg:after {
    background-color: #fff !important;
}

.tombuild-header .header-float, .tombuild-header.header-float {
    position: unset !important;
}
#featured-title .main-title{
	    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}
.master-heading .sub-heading strong {
    margin-bottom: 20px;
    display: block;
}

.contact-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}
.contact-row .contact-col {
    width: 49%;
}
.contact-comt {
    width: 100%;
}
@media only screen and (max-width: 1025px) {
	.tombuild-menu-panel li .arrow{
		color: #000 !important;
	}
}