body{
	margin:0!important;
	padding:0;
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'GeneralSans-Variable';
}


/* header css */

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

.iw-topheader {
    background: #500b4c;
    height: 44px;
}

.iw-topheader .iw-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
	padding-left: 0px;
	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-main-header .container {
    position: relative;
}
header.sticky .iw-main-header {
    position: fixed;
    top: 0px;
    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-main-header .iw-logo-area {
   display: none;
}
header.sticky .iw-main-header .iw-logo-area img {
    width: 70%
}
header.sticky .iw-certified-area{
	display:none
}
header.sticky .iw-main-navigation{
	padding-left:0px;
	justify-content:space-between
}

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

.iw-main-header .iw-logo-area {
    position: absolute;
    top: 0px;
    left: 16px;
    width: 130px;
    background: white;
    text-align: center;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: width 0.5s;
}
.iw-main-header .iw-logo-area img {
    max-width: 100%;
    width: 120px;
}
.iw-main-header .iw-logo-area a {
    display: block;
}
.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-search-area {
    background: #fff;
    text-align: center;
}
.iw-search-form {
    position: absolute;
    width: 0;
    right: 60px;
    top: 0;
	transition: width 0.5s ease-in-out
}
.iw-search-area.show .iw-search-form {
    width: calc(40% - 60px);
}

.iw-search-form #ajaxsearchlite1 .probox .proinput input {
    height: 44px;
	color:#000!important
}

.iw-search-form .probox {
    background: #fff!important;
    height: 44px!important;
}

.iw-search-form div.asl_w .probox .promagnifier {
    height: 44px;
    width: 44px;
}

.iw-search-form #ajaxsearchlite1 .probox .proinput input::placeholder {
    color: black!important;
}

.iw-search-area.show i.fas.fa-search {
    display: none;
}
.iw-search-area.show i.fas.fa-times {
    display: block;
}

.iw-search-area i.fas.fa-times {
    display: none;
}

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

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

.iw-header-bg {
    background: #b93822;
}

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

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

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

.iw-main-navigation ul li.menu-item-has-children:before {
    content: '\f0d7';
    position: absolute;
    right: 0;
    top: 11px;
    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: 0;
    top: 100%;
    box-shadow: 0 0 10px #00000047;
    width: 160px;
    background: #fff;
	padding: 10px 0;
	z-index:9
}

.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 a {
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
	font-size:16px
}

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



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

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

.iw-main-navigation ul li.current-menu-item a {
	font-weight:600
}

.iw-main-navigation ul li.current-menu-item a:before {
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	left:0;
	bottom:0;
	background:#fff
}

.iw-main-navigation {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
	padding-left: 204px;
	border-top: 1px solid rgb(31 40 57 / 8%);
}
.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;
	align-items:center
}

.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);
}*/

.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: 18px;
}
.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 */

.iw-desktop-hide {
    display: none;
}

header.sticky .iw-main-navigation .iw-desktop-hide {
    display: block;
}

header.sticky .iw-main-navigation .iw-desktop-hide > a {
    color: #fff;
    font-weight: 600;
}

/* header css end */

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

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

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


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

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

.iw-box > .vc_column-inner > .wpb_wrapper{
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	 padding: 30px 20px;
	 background:#fff;
	 display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.iw-box .iw-box-title {
    font-size: 16px;
    color: #000;
    text-align: center;
    font-family: 'GeneralSans-Variable'!important;
    font-weight: 600!important;
	margin-bottom:15px
}

.iw-box .iw-box-text {
    font-size: 14px;
	margin-bottom:0
}




.iw-main-btn a {
    background: transparent!important;
    text-transform: uppercase;
    color: #333!important;
	border-radius:50px!important;
	border:1px solid #b7b7b7!important
}
.iw-main-btn a:hover {
    background: #b93822!important;
    color: #fff!important;
	border-color: #fff!important;
}

.iw-main-btn.style1 a {
    background: #b93822!important;
    color: #fff!important;
	border-color: #b93822!important;
}

.iw-main-btn.style1 a:hover {
    background: #fff!important;
    color: #111!important;
	border-color:#fff!important
}

.iw-get-started-btn > a {
    border-radius: 0!important;
    background: #b93822!important;
    border-color: #b93822!important;
    color: #fff!important;
    padding: 15px 50px!important;
    text-transform: uppercase;
    font-weight: 600;
}

.iw-get-started-btn > a:hover {
    background: #fff!important;
    color: #111!important;
	border-color:#fff!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-item-row {
    position: relative;
    top: 117px;
	margin-top: -70px;
}
.iw-box-item-row figure img {
    height: 225px;
    object-fit: cover;
}
.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-stats-box > .vc_column-inner > .wpb_wrapper {
    background: rgb(0 0 0 / 60%);
    padding: 20px 30px;
    border-radius: 5px;
	margin-bottom:30px
}



.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-hamburger{
	display:none;
	color:#fff
}

.iw-banner-area span.iw-banner-title {
    font-size: 40px;
    font-weight: bold;
    padding: 10% 0;
    display: block;
    text-align: left;
    color: #fff;
	font-family:'Montserrat',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{
	margin-top:0px
}

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

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

.iw-list-style ul li:before {
	content: "";position: absolute;
	width: 24px;
	height: 24px;
	background:url('../img/check-icon.png') center top no-repeat;
	background-size:cover;
	left: 0;
	top: 0px;
}

.iw-list-dark-bg{
	margin-top:0px
}

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

.iw-list-dark-bg ul li {
    position: relative;
	display:block
}

.iw-list-dark-bg ul li a{
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px!important;
	color:#fff;
	display:inline-block;
	transition:0.5s
}

.iw-list-dark-bg ul > li > a:before {
	content: "\f061";
	position: absolute;
	width: 24px;
	height: 24px;
	left: 0;
	top: 0px;
	font-weight: 900;
    font-family: 'Font Awesome 5 pro';
	text-align:center
}

.iw-list-dark-bg ul > li > a:hover {
    padding-left: 45px;
}

.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: #b93822;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: #b93822;
    color: #fff;
    font-weight: 600;
    border: 0;
}

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


.iw-client-box > .iw-client-thumbnail > img {
    width: 100%;
}

.iw-client-box > .iw-client-name > p {
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
}

/* footer css */
.iw-footer {
    clear: both;
}
.iw-main-footer {
    background: url('../img/footer-bg.jpg') center center no-repeat;
	background-size:cover;
    padding: 60px 0 28px 0;
}
.iw-main-footer h4.widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
	margin-bottom: 30px;
	text-transform:uppercase
}
.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);
	margin-bottom:15px
}
.iw-box-area .iw-details p.title {
    color: #2cb077;
    font-weight: 600;
    font-size: 14px;
	margin-bottom:0
}

.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: #b93822;
}

.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-footer-logo {
 margin-bottom: 25px;
}

.iw-footer-logo >a > img {
    max-width: 100px;
}

.iw-box-area .iw-icon-area i {
    color: #b93822;
    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;
	display:block
}
.iw-main-footer ul.iw-footer-links {
    margin: 0;
    padding: 0 42px 0 0;
    list-style: none;
}

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

.iw-main-footer ul.iw-footer-links li a:before {
    content: "\f054";
    font-weight: 900;
    font-family: 'Font Awesome 5 pro';
    position: absolute;
    left: 0;
    top: 0;
	color:#b93822
}

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

.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 #b93822;
    padding: 6px 6px;
    width: 100%;
    font-size: 12px;
    border-radius: 0;
    height: 40px;
	color:#fff
}
.iw-newsletter-form input[type=email]::placeholder {
    text-transform: capitalize;
    font-style: italic;
}

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

.iw-newsletter-form .input-group {
    flex-wrap: nowrap;
}
.iw-bottom-footer {
    background: #0b0b0b;
	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;
}

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

.iw-footer-social ul li {
    display: inline-block;
}

.iw-footer-social ul li a {
    padding: 5px 10px;
    color: #fff;
}

.iw-footer-social ul li a:hover{
	background:#b93822
}
/* footer css end */

/* single page css */

.wp-block-group__inner-container >  h2 {
    font-size: 18px;
    background: #b93822;
    padding: 10px;
    color: #fff;
}

.wp-block-group ul,.wp-block-group ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* single page css end*/

.owl-carousel .owl-stage {
    transition-timing-function: linear !important;
}

.awsm-job-item h2.awsm-job-post-title {
    color: #000;
	margin-bottom:0
}

.awsm-job-specification-item {
    margin-bottom: 7px;
}

span.awsm-job-more {
    display: inline-block;
    color: #fff;
    background: #b93822;
    padding: 5px 10px;
    margin: 10px 0;
}

.tlp-portfolio .layout1 .tlp-content {
    width: 100%;
    position: relative;
    margin-top: -64px;
    background: linear-gradient(to top, hwb(0deg 0% 100% / 50%), transparent);
}

.iw-tab-style {}

.iw-tab-style ul.vc_tta-tabs-list {
    display: flex!important;
    justify-content: space-between;
    flex-wrap: wrap;
    border-bottom: 2px solid #b93822;
}

.iw-tab-style ul.vc_tta-tabs-list > li.vc_tta-tab.vc_active > a {
    background: #b93822;
    color: #fff;
}

.iw-tab-style ul.vc_tta-tabs-list > li.vc_tta-tab > a {
    background: transparent;
    border: none;
    border-radius: 0;
}

.iw-tab-style ul.vc_tta-tabs-list > li.vc_tta-tab > a > span {
    font-weight: 600;
}

.iw-tab-style > .vc_tta-panels-container > .vc_tta-panels {
    background: transparent!important;
    border: none!important;
}

.iw-tab-style > .vc_tta-panels-container > .vc_tta-panels  .vc_tta-panel-body {
    padding: 0;
}

.iw-icon-style{
	width:150px;
	height:150px;
	border-radius:50%;
	background:#fff;
	display:flex;
	align-items:center;
	justify-content:center;
	margin:auto;
	position:relative
}

.iw-icon-style:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    line-height:50px;
    font-weight:600;
    background: #b93822;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    color:#fff;
}

.iw-working-process .vc_column_container:nth-child(1) .iw-icon-style:before {
    content: "1";
}

.iw-working-process .vc_column_container:nth-child(2) .iw-icon-style:before {
    content: "2";
}

.iw-working-process .vc_column_container:nth-child(3) .iw-icon-style:before {
    content: "3";
}

.iw-working-process .vc_column_container:nth-child(4) .iw-icon-style:before {
    content: "4";
}

.iw-working-process{
	position:relative
}

.iw-working-process:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 5px;
    background-image: linear-gradient(to right, white 33%, rgba(255,255,255,0) 0%);
    background-position: bottom;
    background-size: 10px 1px;
    background-repeat: repeat-x;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
}

.iw-property-cat {
    position: relative;
    padding-left: 50px;
}

.iw-property-cat:before {
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    background: #b93822;
    left: 0;
    top: 11px;
}

.iw-property-stat {
    position: absolute;
    top: 0;
    left: 15px;
    background: #b93822;
    color: #fff;
    font-size: 13px;
    padding: 5px 20px;
    font-weight: 600;
}