:root{
	--primary:#0076bc;
	--secondary:#00a74a;
}

body{
	margin:0!important;
	padding:0;
	font-family: 'Roboto', sans-serif;
	/* font-family: 'Teko', sans-serif; */
	/* font-family: 'Sora', sans-serif; */
}

/* header css */

.hidetitle .entry-title {
    display: none;
}
.fullwidth .entry-content {
    margin-top: 0;
}
.fullwidth .page {
    margin-bottom: 0;
}

.iw-topheader {
    background: var(--secondary);
    height: 44px;
}

.iw-topheader .iw-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	padding: 0.5rem 0;
	transition:padding 0.5s
}
header.sticky .iw-topheader .iw-topbar {
    padding-left: 0px;
}

.iw-topheader .iw-topbar .iw-contact-area a {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-size: 15px;
    border-right: 1px solid #ffffff85;
    line-height: 44px;
	text-decoration:none;
	transition:0.5s
}
.iw-topheader .iw-topbar .iw-contact-area a:hover {
    color: rgb(255 255 255 / 0.8);
}

.iw-social-icon-area {
    display: flex;
    align-items: center;
}

.iw-social-icon-area > span {
    color: #fff;
    font-size: 13px;
    display: inline-block;
	font-weight:600
}

.iw-social-icon-area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.iw-social-icon-area ul li {
    display: inline-block;
    padding: 0 5px;
}

.iw-social-icon-area ul li a {
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    color: #fff;
}

.iw-social-icon-area ul li a:hover {
    color: #0076bc;
}

.iw-main-header .container {
    position: relative;
}
header.sticky .iw-main-header {
    position: fixed;
    top: 44px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 99;
	box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
}
.iw-main-header {
    transition: 0.5s;
	box-shadow: 0 2px 6px rgb(0 0 0 / 0.15);
}

header.sticky .iw-certified-area{
	display:none
}
header.sticky .iw-main-navigation{
	padding-left:0px
}

header.sticky .iw-topheader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
}

.iw-main-header .iw-logo-area {
    width:300px;
	transition:0.25s all ease-in-out
}

.iw-main-header .iw-logo-area .site-branding {
    display: flex;
    align-items: center;
}

.iw-main-header .iw-logo-area .site-branding > p.site-title {
    margin-bottom: 0;
    margin-left: 0.75rem;
}

.iw-main-header .iw-logo-area .site-branding > p.site-title > a {
    color: #111;
    font-weight: 600;
    font-size: 1.15rem;
}

.iw-main-header .iw-logo-area img {
    max-width: 100%;
	transition:0.25s all ease-in-out
}
.iw-main-header .iw-logo-area a {
    display: block;
    flex-shrink: 0;
    flex-basis: 85px;
}
.iw-topheader .iw-topbar .iw-contact-area a i {
    margin-right: 9px;
}

.iw-topheader .iw-topbar .iw-contact-area a:last-child {
    border-right: 0;
}


.iw-topheader .container {
    position: relative;
}

.iw-search-area i {
    line-height: 44px;
    width: 44px;
    height: 44px;
	cursor:pointer
}

.iw-topbox-area {
    display: flex;
    flex-wrap: wrap;
}

.iw-topbox-area .iw-icon-area {
    width: 35px;
	margin-top:7px
}

.iw-topbox-area .iw-details {
    width: calc(100% - 35px);
	padding-left:10px
}

.iw-topbox-area .iw-icon-area i {
    font-size: 35px;
    color: #00a74a;
}

.iw-topbox-area .iw-details p.title {
    color: #000;
    font-size: 26px;
	margin-bottom:0;
	text-transform:uppercase;
	font-family: 'Teko', sans-serif;
	line-height:1
}

.iw-topbox-area .iw-details p a {
    color: #000;
	text-decoration:none;
	font-size: 15px;
	display:block;
	line-height:1
}

.iw-main-navigation {
    background: #0076bc;
}

.iw-main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
	display:flex;
	justify-content:space-between
}

.iw-main-navigation ul li {
    display: block;
	padding:0 15px
}

.iw-main-navigation ul li.menu-item-has-children {
    position: relative;
    padding-right: 30px;
}

.iw-main-navigation ul li.menu-item-has-children:before {
    content: '\f0d7';
    position: absolute;
    right: 10px;
    top: 9px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
	color:#fff
}

.iw-main-navigation ul li.menu-item-has-children > ul.sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    box-shadow: 0 0 10px #00000047;
    width: 240px;
    background: #fff;
	padding: 10px 0;
	z-index:9;
	transform:translateX(-50%)
}

.iw-main-navigation ul li.menu-item-has-children > ul.sub-menu  ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    transform: inherit;
}

.iw-main-navigation ul li.menu-item-has-children ul li.menu-item-has-children:before{
	content: '\f0da';
    position: absolute;
    right: 10px;
    top: 9px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    color: #111;
}

.iw-main-navigation ul li.menu-item-has-children > ul.sub-menu > li > a {
	font-size:14px
}
.iw-main-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
    display:block
}

.iw-main-navigation ul li.menu-item-has-children > ul.sub-menu:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid #ffffff;
    border-left: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid transparent;
    left: 50%;
    top: -16px;
    transform: translateX(-50%);
}

.iw-main-navigation ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
	font-size:14px;
	padding:10px 0;
}

.iw-main-navigation ul ul.sub-menu li a {
	color:#787878
}



.iw-main-navigation ul ul.sub-menu > li:hover > a {
    color: #00a74a;
}

.iw-main-navigation ul.menu > li.current-menu-item {
	background:#00a74a
}

.iw-main-navigation ul li.current-menu-item > a {
	font-weight:600;
	color:#fff
}

.iw-main-navigation ul ul li.current_page_item > a {
    color: #0076bc!important;
}
.iw-request-qoute-area a {
	display: block;
	background: #2cb077;
	padding: 14px 40px;
	text-decoration: none;
	color: #fff;
	font-weight: normal;
	font-size: 16px;
	margin-top: -2px;
	transition:0.5s
}
.iw-request-qoute-area a:hover {
    background: #500b4c;
}
.iw-request-qoute-area a i {
    margin-left: 10px;
}
.iw-certified-area {
    display: flex;
    justify-content: flex-end;
    padding: 10px 0;
}

.iw-certified-box {
    display: flex;
    align-items: center;
	padding-left: 10px;
}

.iw-certified-box .image-area {
    width: 60px;
}

.iw-certified-box .image-area img {
    width: 100%;
}

.iw-certified-box .iw-details {
    width: calc(100% - 60px);
    text-align: right;
}

.iw-certified-box .iw-details span {
    display: block;
    line-height: 1;
}
.iw-certified-box .iw-details span.iw-company-name {
    font-family: 'Teko', sans-serif;
    font-size: 26px;
}

/* off canvas */
.site-mobile-menu {
    width: 300px;
    position: fixed;
    left: 0;
	top:0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
	text-align:right;
    padding-left: 20px;
    padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
}
.site-mobile-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}
.site-mobile-menu ul > li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}
.site-mobile-menu ul li.active > a {
    color: #ff9300;
    font-weight: bold;
    font-family: 'Roboto',sans-serif;
	text-decoration:none
}

.site-mobile-menu ul a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #212529;
}
.site-mobile-menu ul > li > a {
    padding-left: 20px;
    font-size: 20px;
}
.site-mobile-menu ul > li > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.site-mobile-menu ul > li > ul > li {
    display: block;
}
.site-mobile-menu ul > li > ul > li > a {
    padding-left: 40px;
    font-size: 16px;
}
.site-mobile-menu ul .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
	font-size:30px
}
.site-mobile-menu-close span.mdi.mdi-close {
    font-size: 30px;
}
body.offcanvas-menu:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9;
}
/* off canvas end */
/* header css end */

.iw-top-ticker .ditty.ditty-ticker {
    padding: 10px 0;
    border: 1px solid #ccc !important;
}

.iw-subtitle {
    font-size: 21px;
    font-weight: 600!important;
    position: relative;
    padding-left: 70px;
    font-family: 'Roboto'!important;
    text-transform: uppercase;
	margin-bottom:20px
}

.iw-subtitle:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 6px;
    background: #d7b10e;
    left: 0;
    top: 9px;
}

.iw-main-heading {
    position: relative;
    margin-bottom: 25px;
	font-size: 40px;
    text-align: center;
    font-family: 'Roboto', sans-serif!important;
    font-weight: 700!important;
    font-style: normal;
}

.iw-main-heading-white {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
	font-size: 30px;
    text-align: center;
    font-family: 'Sora', sans-serif!important;
    font-weight: 700!important;
    font-style: normal;
	color:#fff
}

.iw-main-heading-white:before {
	content: "";
	position: absolute;
	width: 75px;
	height: 5px;
	background: #fff;
	bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.iw-main-btn a {
    background: #aa7319!important;
    text-transform: uppercase;
    color: #fff!important;
    font-weight: 600;
	transition:0.5s 
}
.iw-main-btn a:hover {
    background: #1f2839!important;
}
.iw-item-title {
    background: #aa7319;
}

.iw-item-title a {
    background: #aa7319;
    display:inline-block;
    padding: 15px 10px;
    font-size: 20px;
    color: #fff!important;
}

.iw-overlapped-section {
    overflow: visible!important;
}

.iw-box {
   margin-bottom: 30px;
}

.iw-box .iw-box-icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0078b9;
    border-radius: 100%;
    padding: 15px;
}
.iw-main-heading.center {
    text-align: center;
}

.iw-main-heading.center:before {
    left: 50%;
    transform: translateX(-50%);
}
.iw-main-heading.center p span.text-brown {
    color: #aa7319;
    font-style: italic;
    font-weight: 500;
}

.iw-products-category ul li a {
    position: relative;
	background: transparent!important;
    border: none!important;
	padding: 20px!important;
	text-align: center;
	color: #a36d22!important;
    font-weight: 600;
}

.iw-products-category ul li.vc_tta-tab.vc_active a:before {
    width: 50%!important;
}
.iw-products-category ul li.vc_tta-tab.vc_active a:after {
    width: 50%!important;
}
.iw-products-category ul li.vc_tta-tab.vc_active a:hover:after {
    left:inherit!important
}

.iw-products-category ul li.vc_tta-tab a:before {
	content: "";
    position: absolute;
    width: 0%!important;
    height: 3px!important;
    background: #a36d22;
    left: 0;
    top: -1px!important;
	transition:width 0.5s
}
.iw-products-category ul li.vc_tta-tab a:after {
	content: "";
    position: absolute;
    width: 0%!important;
    height: 3px!important;
    background: #a36d22;
    right: 0;
    top: -1px!important;
	transition:width 0.5s ease-in-out;
	transform: translateX(-100%)
}
.iw-products-category ul li.vc_tta-tab a:hover:before {
	width:50%!important
}
.iw-products-category ul li.vc_tta-tab a:hover:after {
	width:50%!important;
	transform:translateX(0)
}
.iw-products-category ul.vc_tta-tabs-list {
    display: flex!important;
    justify-content: space-between;
    border-top: 1px solid #ccc!important;
    margin: 0!important;
}


.iw-products-category ul.vc_tta-tabs-list li.vc_tta-tab {
    display: block!important;
    width: 100%;
}

.iw-products-category ul li a span {
    display: inline-block;
    position: relative;
	padding-left: 50px;
}
.iw-products-category ul li a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
	background-repeat: no-repeat!important;
    background-size: cover!important;
    width: 30px;
    height: 30px;
}

.iw-product-item {
    position: relative;
	margin-bottom:15px
}

.iw-product-item .iw-product-title {
    background: #500b4c;
    color: #fff;
    text-align: center;
    padding: 15px 20px;
    font-weight: 700;
    font-family: 'Sora',sans-serif;
    position: relative;
    width: 90%;
    margin: auto;
    top: -20px;
}
.iw-product-item .iw-product-img {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin-bottom: 0;
    height: 350px;
    object-fit: cover;
}

.iw-main-heading1 {
    margin-bottom: 15px;
    margin-bottom: 20px;
    font-size: 30px;
    text-align: left;
    font-family: 'Sora', sans-serif!important;
    font-weight: 700;
    font-style: normal;
}

.iw-main-heading1 span.text-brown {
    display: inline-block;
    color: #a36d22;
    font-style: italic;
    font-weight: 500;
    position: relative;
    padding-right: 50px;
	font-family: 'MinionProIt';
}

.iw-main-heading1 span.text-brown:before {content: "";position: absolute;width: 36px;height: 3px;background: #a26d22;right: 0;top: 50%;transform: translateY(-50%);}



.iw-faq-area .vc_toggle_title {
    padding: 0!important;
    display: flex;
    justify-content: space-between;
}

.iw-faq-area .vc_toggle_title h4 {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

.iw-faq-area .vc_toggle_title > i.vc_toggle_icon {
    position: relative!important;
    top: 8px!important;
}

.iw-faq-area .vc_toggle_content {
    padding: 0!important;
}

.iw-faq-area .vc_toggle.vc_toggle_active .vc_toggle_title h4 {
    color: #a26d22;
}
.iw-main-btn.iw-get-more-info a {
    color: #313131!important;
    padding-left: 0!important;
    background: none!important;
    border: 0;
    text-align: left!important;
    margin: 20px 0;
}
.iw-main-btn.iw-get-more-info a:hover {
    border: 0!important;
}

.iw-main-heading1.white span {
    color: #fff!important;
}

.iw-main-heading1.white span:before {
    background: #fff;
}

.iw-request-form input.form-control {
    padding: 6px 12px;
    border-radius: 0;
	height:43px
}
.iw-request-form label {
    display: block;
	margin-bottom: 25px!important;
}

.iw-request-form .iw-submit-btn {
    background: #121212;
    border: none;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    padding: 12px 30px 12px 30px;
    position: relative;
    letter-spacing: 1px;
	display: block;
    width: 100%;
    height: 50px;
}

.iw-product-container .tlp-portfolio-item h3 a {
    font-weight: 500!important;
    text-transform: uppercase;
}

.hidetitle .post-thumbnail {
    display: none;
}

.tlp-portfolio-container.tlp-single-detail {
    padding: 50px 0;
}

.tlp-portfolio-container.tlp-single-detail .tlp-portfolio-image .portfolio-feature-img img {
    width: 100%;
    height: auto;
}

.iw-hamburger{
	display:none
}

.iw-hamburger > i.fas.fa-bars {
    font-size: 2rem;
}

.iw-banner-area span.iw-banner-title {
    font-size: 40px;
    font-weight: bold;
    padding: 10% 0;
    display: block;
    text-align: left;
    color: #500b4c;
	font-family:'Sora',sans-serif
}
figure.iw-banner-area {
    background-size: cover!important;
    background-position: center!important;
    position: relative;
    z-index: 1;
	background-repeat:no-repeat!important
}

figure.iw-banner-area:before {content: "";position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 0.1);z-index: -1;}

.iw-list-style ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.iw-list-style ul li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

.iw-list-style ul li:before {content: "";position: absolute;width: 15px;height: 15px;border: 4px solid #01a352;border-radius: 50%;left: 0;top: 3px;}

.iw-heading-with-border {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px!important;
    border-bottom: 1px solid #ccc;
}

.iw-heading-with-border:before {content: "";position: absolute;width: 75px;height: 4px;background: #1f2839;left: 0;bottom: -2px;}
.red {
    color: red;
}

.iw-contact-form label {
    display: block;
}

.iw-contact-form .form-control {
    padding: 9px 12px;
    color: #555;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: #f4f4f4;
}

.iw-contact-form .iw-submit-btn {
    width: 100%;
    border-radius: 0;
    padding: 14px 12px!important;
    font-size: 18px;
    background: #000;
    color: #fff;
    font-weight: 600;
    border: 0;
}

.iw-seperator span.vc_sep_line {
    border-color: #2cb077!important;
}

.iw-homepage-form {
    /*max-width: 500px;
    margin: auto;*/
    background: #fff;
    padding: 8% 12% 2% 12%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.iw-homepage-form label{
    display:block
}

.iw-homepage-form span.label {
    font-weight: 600;
    margin-bottom: 5px;
    display: inline-block;
	color:#000
}
.iw-homepage-form input,.iw-homepage-form textarea  {
    background: no-repeat;
    padding: 9px 12px;
    color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0;
    background: #f4f4f4;
}
.iw-homepage-form textarea::placeholder{
	color:#444
}
.iw-homepage-form .iw-submit-btn {
    width: 100%;
    background: #286110;
    height: 52px;
    border: none;
    font-weight: 600;
    font-size: 16px;
	color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
	cursor:pointer;
}

.iw-overlaybox > .vc_column-inner > .wpb_wrapper {
    position: relative;
}

.iw-overlaybox > .vc_column-inner > .wpb_wrapper:before {
    top: top;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #00000057;
}

.iw-overlaybox .vc_column-inner .wpb_wrapper {}

.iw-overlaybox .vc_column-inner .wpb_wrapper .wpb_text_column.wpb_content_element {
    margin: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 1.15rem;
}

.iw-content-box {
    padding: 20px 20px;
    background: #f5f5f5;
}

/* footer css */
.iw-footer {
    clear: both;
	background: #121212;
	/* padding:0.75rem 0 */
}
.iw-main-footer {
    /* background: #500b4c; */
    padding: 60px 0 28px 0;
}
.iw-main-footer h4.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
	margin-bottom: 15px;
}
.iw-box-area {
    display: flex;
    flex-wrap: wrap;
}

.iw-box-area .iw-icon-area {
    width: 35px;
}

.iw-box-area .iw-details {
    width: calc(100% - 35px);
}
.iw-box-area .iw-details p.title {
    color: #2cb077;
    font-weight: 600;
    font-size: 14px;
	margin-bottom:0
}

/* .iw-footer-logo {
 width: 100%;
 background:#fff;
 border-radius:20px;
 overflow:hidden;
 text-align: center;
 padding: 10px 0;
} */
.iw-footer-logo >a > img {
    max-width: 100px;
}

.iw-box-area .iw-icon-area i {
    color: #2cb077;
    font-size: 22px;
    margin-top: 6px;
}
.iw-box-area .iw-details p {
    color: #fff;
    font-weight: 600;
	font-size: 15px;
}
.iw-box-area .iw-details p a {
    color: #fff;
    font-weight: 600;
	text-decoration:none;
	font-size: 15px;
}
.iw-main-footer ul.iw-footer-links {
    margin: 0;
    padding: 0 42px 0 0;
    list-style: none;
    vertical-align: top;
    display: flex;
	justify-content:space-between;
	flex-wrap:wrap
}

.iw-main-footer ul.iw-footer-links li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    transition: 0.5s;
}

.iw-main-footer ul.iw-footer-links li {
    padding: 7px 0;
}

.iw-main-footer ul.iw-footer-links li a:hover {
    color: rgb(255 255 255 / 0.7);
}
.iw-newsletter-form input[type=email] {
    background: transparent;
    border: 1px solid #2cb077;
    padding: 6px 6px;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    height: 40px;
}
.iw-newsletter-form input[type=email]::placeholder {
    text-transform: capitalize;
    font-style: italic;
}

.iw-newsletter-form input[type=submit] {
    background: #2cb077;
    border: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 0;
    height: 40px;
}

.iw-newsletter-form .input-group {
    flex-wrap: nowrap;
}
.iw-bottom-footer {
    background: #1f1f1f;
	padding:15px 0
}

.iw-bottom-footer p {
    color: #ccc;
    font-size: 13px;
    margin: 0;
}
.iw-quick-links {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}
/* footer css end */

.footer3 ul{
	margin:0;
	padding:0;
	list-style:none
}

.footer3 ul li{
	color:#fff
}

.footer3 ul li a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    display: inline-block;
    padding: 4px 0;
	text-decoration:none
}

.iw-footer .widget-title {
    font-size: 16px;
    /* margin-bottom: 2rem; */
    color: #fff;
}

.widget {
    margin: 0 0 0.5em;
}

.widget h6{
	margin-bottom:0
}

.widget mark{
	padding:0
}

.iw-footer1 .widget_nav_menu ul, .iw-footer2 .widget_nav_menu ul, .iw-footer3 .widget_nav_menu ul{
	margin:0;
	padding:0;
	list-style:none
}

.iw-footer1 .widget_nav_menu ul li a, .iw-footer2 .widget_nav_menu ul li a, .iw-footer3 .widget_nav_menu ul li a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    padding: 4px 0;
    position: relative;
	text-decoration:none;
	padding-left: 20px;
}

.iw-footer1 ul li a:before, .iw-footer2 ul li a:before , .iw-footer3 ul li a:before {
    content: '\2023';
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 1px;
    color: #00a549;
}