/**
* Theme Name: Industrial Child
* Description: This is a child theme of Industrial, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/Anps/portfolio">AnpsThemes</a>
* Template: industrial
* Version: 1.7.6
*/
.whatWeDoUl ul li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 0;
    color: #fc9732;
    font-size: 16px;
    font-weight: bold;
}
.whatWeDoUl ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    list-style: none;
}
.whatWeDoUl ul {
    padding: 0;
}
.HeadingMain {
    font-size: 42px;
    font-weight: 600;
	color: #fff;
}
.whatWeDotext p {
    color: #fff;
    font-size: 30px;
    line-height: 42px;
    font-weight: 400;
}
.fieldsHomewe .vc_column-inner {
    background: #ffffff36;
    border-radius: 20px;
    padding: 37px !important;
}
.Orangeheading {
    color: #fc9732;
}
.testimonials-header .title {
    color: #fc9732;
}

ul.ServicesUl li::before {
    content: "➜";
    position: absolute;
    left: 0;
    top: 0;
    color: #fc9732;
    font-size: 16px;
    font-weight: bold;
}

ul.ServicesUl li {
    position: relative;
    list-style: none;
    line-height: 22px;
    padding-left: 24px;
}

.site-footer p.copy-right a {
    color: #fc9732;
}
ul.ServicesUl {
    padding: 0;
}

header .header-wrap{
        padding-top: 33px;
    padding-bottom: 30px;
}