h2 {
    color: #333;
    margin: 0 0 20px;
    font-size: 22px ;
    font-weight: 400;
}

p {
    font-size: 16px;
    line-height: 24px;
}


img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}

.InnerWrapper {
    overflow: hidden;
    padding: 40px 0;
}


/*  */

.titleBar {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    display: table;
    width: 100%;
}

.titleBar h1 {
    color: #258bc9;
    font-size: 24px;
    line-height: normal;
    margin: 0;
    padding: 0;
    font-weight: 400;
}

.titleBar .InnerWrapper {
    overflow: hidden;
    padding: 15px 0;
}

/*  */
.template_old_industry  #SideBarFormWrapper {
    background-color: #f0f1f3;
    border: solid 2px #ccc;
    padding: 0px;
}

.template_old_industry   #sidebar .widget h3 {
    font-size: 20px;
    padding-left: 20px;
    padding-top: 10px;
    font-weight: bold;
}

.template_old_industry #SideBarFormWrapper .wpcf7-text {
	box-shadow: inherit;
	padding: 10px 9px;
	padding-left: 9px;
	font-size: 15px;
	color: #666;
	padding-left: 8px;
}

.template_old_industry   #content {
    width: 76%;
    float: left;
}

.template_old_industry   #sidebar {
    width: 20%;
    float: right;
}

#sidebar .widget h3 {
	font-size: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
}


ul.list-icon {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    font-weight: 400;
    line-height: 24px;
    color: #333;
}

ul.list-icon li {
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    padding-left: 25px;
}

#checklist-1 li:before,
#checklist-2 li:before {
    color: #ffffff;
    font-family: 'FontAwesome';
    content: '\f054';
    border-radius: 100%;
    text-align: center;
    font-size: 10px;
    background-color: #206ea9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    float: left;
    margin-left: -25px;
    margin-top: 2px;
}

