body {
    counter-reset:item nhmbox1 nhmbox2 nhmbox3 nhm-rev-counter;
}
.nhm-bg-color-light4{
	background-color: #f6f6f6;
}
/*----------------------------------------*/
/*  00 - Section Title
/*----------------------------------------*/

.nhm-heading-subheading-style-1{
	margin-bottom: 25px;
}
.nhm-heading-subheading-style-1.text-center{
    margin-bottom: 55px;
}
.nhm-heading-subheading-style-1 .nhm-subtitle {
	font-family: var(--nhm-heading-typography-font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    color: var(--nhm-heading-color);
    text-transform: uppercase;
    font-style: normal;
	position: relative;
	display: inline-block;
    margin-bottom: 27px;
    border-bottom: 3px solid var(--nhm-global-color);
}
.nhm-heading-subheading-style-1 .nhm-title{
	font-family: var(--nhm-heading-typography-font-family);
    font-weight: 300;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
    color: var(--nhm-heading-color);
    text-transform: none;
    font-style: normal;
	z-index: 0;
    position: relative;
}
.nhm-heading-subheading-style-1 .nhm-title strong{
	font-weight: 900;
}
.nhm-heading-subheading-style-1.text-white .nhm-subtitle{
	color: var(--nhm-white-color);
}
.nhm-heading-subheading-style-1.text-white .nhm-title{
	color: var(--nhm-white-color);
}
.nhm-heading-color .nhm-heading-subheading-style-1 .nhm-title,
.nhm-heading-color .nhm-heading-subheading-style-1 .nhm-subtitle,
.nhm-heading-subheading-style-4.text-white .nhm-subtitle,
.nhm-heading-subheading-style-4.text-white .nhm-title{
	color: var(--nhm-white-color);
}


.nhm-heading-subheading-style-4 .nhm-subtitle{
	font-size: 13px;
	line-height: 20px;
    color: #666666;
	text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
	font-family: var(--nhm-body-typography-font-family);
}

.nhm-heading-subheading-style-4 .nhm-subtitle:after{
	position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    top: 0;
    left: 0;
    margin-top: 5px;
    background-color: var(--nhm-global-color);
}
.nhm-heading-subheading-style-4 .nhm-title{
	font-size: 60px;
    line-height: 66px;
	margin-bottom: 0;
}

.nhm-heading-subheading-style-4 .nhm-subtitle{
	padding-bottom: 19px;
	margin-bottom: 18px;
	position: relative;
	border-bottom: 1px solid #b8b4c1;
}
.nhm-bg-color-blackish .nhm-heading-subheading-style-4 .nhm-subtitle{
	border-color: rgb(255 255 255 / 30%);
}
.nhm-heading-subheading-style-4{
	margin-bottom: 60px;
}
/*----------------------------------------*/
/*  05 - Service
/*----------------------------------------*/

/** Style 5 **/
.neighbor-servicebox-style-5{
	margin-bottom: 30px;
}
.neighbor-servicebox-style-5 .neighbor-post-item {
    position: relative;
    padding: 20px ;
    background-color: var(--nhm-white-color);
    border-radius: 8px;
    box-shadow: 0px 2px 40px 0px rgba(0, 0, 0, 0.08);
}
.neighbor-servicebox-style-5 .neighbor-item-thumbnail{
	display: block;
}
.neighbor-servicebox-style-5 .neighbor-item-thumbnail-inner {
    overflow: hidden;
	display: block;
}
.neighbor-servicebox-style-5 .neighbor-item-thumbnail-inner img{
    border-radius: 6px;
}
.neighbor-servicebox-style-5 .nhm-ihbox-icon {
	position: absolute;
	width: 60px;
    height: 60px;
    line-height: 60px;
    background-color: var(--nhm-white-color);
    text-align: center;
    top: 20px;
    right: 20px;
}
.neighbor-servicebox-style-5:hover .nhm-ihbox-icon{
	background-color: var(--nhm-global-color);
}
.neighbor-servicebox-style-5 .neighbor-box-content-inner {
    padding-top: 30px;
}
.neighbor-servicebox-style-5 .neighbor-pf-box-title h3{
	font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
    margin-top: 10px;
}
.neighbor-servicebox-style-5 .neighbor-box-category {
    padding: 7px 7px 4px;
    border-radius: 2px;
	font-size: 11px;
    line-height: 13px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
	background-color: var(--nhm-global-color);
	font-family: var(--nhm-heading-typography-font-family);
}
.neighbor-servicebox-style-5 .neighbor-box-category a{
	color: var(--nhm-heading-color);
}
.neighbor-servicebox-style-5 .neighbor-item-thumbnail-inner {
    overflow: hidden;
}
.neighbor-servicebox-style-5 .neighbor-item-thumbnail-inner img{
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.neighbor-servicebox-style-5:hover .neighbor-item-thumbnail-inner img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.neighbor-servicebox-style-5 .nhm-ihbox-icon i:before,
.neighbor-servicebox-style-5 .nhm-ihbox-icon{
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.neighbor-servicebox-style-5 .nhm-ihbox-icon i:before{
	font-size: 35px;
	color: var(--nhm-heading-color);
}


/*----------------------------------------*/
/*  07 - Testimonial
/*----------------------------------------*/

/** Style 6 **/
.neighbor-testimonialbox-style-6 {
	margin: 0 20px;
    padding: 35px 0px 35px;
}
.neighbor-testimonialbox-style-6 .neighbor-box-content{
    position: relative;
    padding: 62px 30px 53px 40px;
    background-color: var(--nhm-white-color);
    border-radius: 12px;
    box-shadow: 6px 0px 19px 0px rgb(0 0 0 / 8%);
}
.neighbor-testimonialbox-style-6 .neighbor-box-desc {
    padding-top: 25px;    
}
.neighbor-testimonialbox-style-6 blockquote:after {
    content: "\e84a";
	position: absolute;
    top: -20px;
    right: -16px;
    left: auto;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: var(--nhm-white-color);
    text-align: center;
    border-radius: 50%;
    background-color: var(--nhm-heading-color);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	font-family: "neighbor-base-icons";
}
.neighbor-testimonialbox-style-6:hover blockquote:after{
	background-color: var(--nhm-global-color);
}
.neighbor-testimonialbox-style-6 blockquote{
    background-color: transparent;
    padding: 0;
    margin: 0px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal; 
    position: static;
}
.neighbor-testimonialbox-style-6 .nhm-base-icon-star i{
	color: var(--nhm-global-color);
}
.neighbor-testimonialbox-style-6 .nhm-base-icon-star:before{
    margin:0;
    width: auto;
}
.neighbor-testimonialbox-style-6 .neighbor-box-author{
    margin-top: 36px;
}
.neighbor-testimonialbox-style-6 .neighbor-item-thumbnail,
.neighbor-testimonialbox-style-6 .neighbor-item-thumbnail-inner{
	display: block;
}
.neighbor-testimonialbox-style-6 .neighbor-author-name{
    margin-bottom: 0px;
    margin-top: 0;
    text-transform: uppercase;
    font-family: var(--nhm-body-typography-font-family);
}
.neighbor-testimonialbox-style-6 .neighbor-author-name,
.neighbor-testimonialbox-style-6 .neighbor-box-footer{
    font-size: 14px;
    line-height: 18px;
}
.neighbor-testimonialbox-style-6 .neighbor-box-footer{
    color: var(--nhm-heading-color);
}
.neighbor-testimonialbox-style-6 .neighbor-box-img,
.neighbor-testimonialbox-style-6 .neighbor-box-title {
   display: inline-block;
   vertical-align: middle;
}
.neighbor-testimonialbox-style-6 .neighbor-box-title {
    margin-left: 15px;
}
.neighbor-testimonialbox-style-6 .neighbor-item-thumbnail img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

/*----------------------------------------*/
/*  08 - Header
/*----------------------------------------*/
.site-title {
    margin: 0;
    padding: 0;
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}
.site-title a {
    display: table-cell;
    vertical-align: middle;
}
.nhm-header-overlay {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.site-header .nhm-pre-header-right .nhm-social-li {
    margin-right: 8px;
    display: inline-block;
}
.site-header-menu .nhm-header-wrapper {
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
	align-items: center;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.nhm-social-links li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
    min-width: 34px;
}
.nhm-social-links li a{
	color: rgba( 49,52,55,1);
	display: block;
    width: 26px;
    height: 26px;
    line-height: 25px;
    border-radius: 26px;
    font-size: 14px;
    text-align: center;
}
/** Header Style 1 **/


.nhm-moversco-icon-bars{
    display: inline-block;
    height: 2.71429px;
    width: 25px;
    border-radius: 2.85714px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #000;
    position: relative;
}
.nhm-moversco-icon-bars:before {
    display: inline-block;
    height: 2.71429px;
    width: 25px;
    top: 8px;
    border-radius: 2.85714px;
    -webkit-transition: .3s;
    transition: .3s;
    background: rgba( 49,52,55,1);
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
    margin: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease,-webkit-transform .3s ease;
}
 .nhm-moversco-icon-bars:after{
    display: inline-block;
    height: 2.71429px;
    width: 25px;
    top: -8px;
    border-radius: 2.85714px;
    -webkit-transition: .3s;
    transition: .3s;
    background: rgba( 49,52,55,1);
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
    margin: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,-webkit-transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease;
    transition: top .3s .6s ease,transform .3s ease,-webkit-transform .3s ease;
}
 .closepanel .nhm-moversco-icon-bars:after {
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
}
.site-header.active .nhm-moversco-icon-bars:after {
    top: 0;
    width: 25px;
    -webkit-transform: rotate3d(0,0,1,-45deg);
    transform: rotate3d(0,0,1,-45deg);
    -webkit-transition: top .3s ease,-webkit-transform .3s .5s ease;
    transition: top .3s ease,-webkit-transform .3s .5s ease;
    transition: top .3s ease,transform .3s .5s ease;
    transition: top .3s ease,transform .3s .5s ease,-webkit-transform .3s .5s
}
.site-header.active .nhm-moversco-icon-bars:before {
    top: 0;
    width: 25px;
    -webkit-transform: rotate3d(0,0,1,45deg);
    transform: rotate3d(0,0,1,45deg);
    -webkit-transition: top .3s ease,-webkit-transform .3s .5s ease;
    transition: top .3s ease,-webkit-transform .3s .5s ease;
    transition: top .3s ease,transform .3s .5s ease;
    transition: top .3s ease,transform .3s .5s ease,-webkit-transform .3s .5s ease;
}
.site-header.active i.nhm-moversco-icon-bars{
    background: transparent;
}

/** Header style 6 **/
.header-style-6 .nhm-header-overlay{
	margin-top: 30px;
}
.header-style-6 .nhm-header-content{
	background-color: var(--nhm-white-color);
	border-radius: 8px;
	padding-right: 25px;
	box-shadow: 0 2px 40px 0 rgba(0,0,0,.08);
}
.header-style-6 .site-branding{
	padding: 0 20px 0 35px;
	margin-right: 45px;
	height: 115px;
	line-height: 115px;
}
.header-style-6 .site-navigations ul.navigation > li > a{
	font-weight: 400;
	height: 115px;
	line-height: 115px;
	font-family: var(--nhm-heading-typography-font-family);
}
.header-style-6 .nhm-right-main-box {
    display: flex;
    align-items: center;
}

.header-style-6 .nhm-social-links li a:hover{
	color: var(--nhm-global-color);
}

.header-style-6 .sticky-header .nhm-header-content{
	box-shadow: none;
}
.header-style-6 .sticky-header .site-branding{
	padding-left: 20px;
}
.header-style-6 .sticky-header .site-branding,
.header-style-6 .nhm-social-links{
	height: 90px;
	line-height: 90px;
}

.home-banner {
    background: url(../img/slider1.png) no-repeat right top;   
    padding: 250px 0 200px;
}

.home-banner h2 {
        font-family: Biryani;        
        color: rgb(0, 0, 0);
        text-decoration: none;
        white-space: nowrap;       
        text-align: left;
        line-height: 72px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 55px;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        margin-bottom: 20px;
}
.home-banner h2 span{
    color: #d8b350;
}
.home-banner p {
        font-family: "Nunito Sans";       
        color: rgb(119, 119, 119);
        text-decoration: none;
        white-space: nowrap;        
        text-align: left;
        line-height: 24px;
        letter-spacing: 0px;
        font-weight: 400;
        font-size: 16px;
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        margin-bottom: 40px;

}
.home-banner a {
        background-color: rgb(20, 33, 42);
        font-family: "Nunito Sans";
        text-transform: uppercase;       
        color: rgb(255, 255, 255);
        text-decoration: none;
        white-space: nowrap;        
        text-align: left;
        line-height: 24px;
        letter-spacing: 0px;
        font-weight: 700;
        font-size: 12px;
        padding: 12px 30px;
        border-radius: 6px;        
        transform-origin: 50% 50%;
        transform: translate(0px, 0px);
        border-width: 0px;
}

/*----------------------------------------*/
/*  09 - Footer
/*----------------------------------------*/
.nhm-footer-widget-area-top {
    border-bottom: 1px solid rgba(70, 51, 51, 0.15);
}
.site-footer .nhm-footer-boxes {
    margin: 65px 0 60px;
	position: relative;
}
.site-footer .nhm-footer-contact-info-inner {
    position: absolute;
    color: var(--nhm-white-color);
    border-radius: 50%;
    height: 75px;
    width: 75px;
    line-height: 75px;
    text-align: center;
    top: -15px;
	font-size: 14px;
    background-color: var(--nhm-global-color);
}
.site-footer .nhm-footer-contact-info-inner i{
	font-size: 2.0em;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.nhm-footer-contact-info-wrap {
    margin-left: 95px;
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    color: var(--nhm-white-color);
	font-family: var(--nhm-heading-typography-font-family);
}
.site-footer .nhm-footerlogo {
	margin-bottom: 5px;
}
.site-footer .textwidget {
    color: rgba(255,255,255,.7);
}
.site-footer .nhm-social-links-wrapper {
    margin-top: 30px;
}
.site-footer .social-icons li a{
	width: 40px;
    height: 40px;
    line-height: 40px !important;
	font-size: 16px;
	display: block;
    text-align: center;
    border: 1px solid rgba(255,255,255,.18);
	border-radius: 26px;
	color: rgba(255,255,255,.8);
}
.site-footer .social-icons li a:hover{
	border-color: rgba(255,255,255,.5);
}
.site-footer .widget {
    margin: 75px 0 60px;
}
.site-footer .widget-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
	margin-bottom: 25px;
	padding-bottom: 20px;
    position: relative;
	color: var(--nhm-white-color)!important;
}
.site-footer .widget-title:after {
    content: "";
    width: 40px;
    height: 1px;
    bottom: 0px;
    left: 0;
    position: absolute;
    z-index: 1;
	background-color: var(--nhm-global-color);
}
.widget ul>li:not(:last-child) {
    padding: 0 0 15px 0;
}
.site-footer .widget .textwidget a {
    position: relative;
}
.site-footer .widget a{
    font-size: 18px;
	font-weight: 400;
}
.site-footer .widget ul a{
	color: var(--nhm-white-color);
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
	font-family: var(--nhm-body-typography-font-family);
}
.site-footer .widget ul a:hover {
    color:var(--nhm-global-color);
}
.nhm-footer-text-inner {
    border-top: 1px solid rgba(255,255,255,.15);
	padding-top: 50px;
	padding-bottom: 50px;
	color: rgba(255,255,255,.7);
}
.nhm-footer-copyright-text-area a{
	color: var(--nhm-white-color);
}
.nhm-footer-copyright-text-area a:hover{
    color: var(--nhm-global-color);
}
.demo_seven .footer .nhm-footer-widget-area-top,
.demo_eight .footer .nhm-footer-widget-area-top{
	border-color: rgba(255, 255, 255, 0.15);
}

/*----------------------------------------*/
/*  10 - Title Bar
/*----------------------------------------*/
.nhm-title-bar-wrapper:before {
   position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none!important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
}
.nhm-title-bar-wrapper {
    background-color: transparent;
    background-image: url(../img/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}
.nhm-title-bar-content {
    position: relative;
    z-index: 1;
    display: table;
	width: 100%;
    padding:0;
    height:400px;
    padding-top: 70px;
}
.nhm-title-bar-content .nhm-tbar-inner {
    max-width: none;
    padding: 0;
}
.nhm-title-bar-content-inner {
    width: 100%;
    text-align: left;
    vertical-align: middle;
    display: table-cell;
}
.nhm-title-bar-content .nhm-tbar-title {
	font-family: var(--nhm-heading-typography-font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 0;
    color: rgba(0,0,0,.9);
    text-transform: capitalize;
    font-style: normal;
}
.nhm-title-bar-wrapper .nhm-title-bar-content .nhm-breadcrumb-inner {
    display: inline-block;
    border-radius: 0;
    padding: 0;
}
.nhm-breadcrumb,
.nhm-breadcrumb a {
    font-family: "Roboto",Arial,Helvetica,sans-serif;
	font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: rgba(0,0,0,.8);
    text-transform: capitalize;
    font-style: normal;
}
.nhm-breadcrumb a {
	color: rgba(0,0,0,.6);
}
.nhm-breadcrumb a:hover{
	color: rgba(0,0,0,.8);
}
.nhm-breadcrumb-inner .sep {
    margin: 0 8px;
}

/*----------------------------------------*/
/*  11 - Overlap Colomn
/*----------------------------------------*/
.overlap-colomn {
     position: relative; 
}
.overlap-wrapper { 
    position: absolute; 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 9; 
}
.overlap-img,
.overlap-bg { 
    position: absolute; 
    width: 100%; 
    height: 100%; 
}
.overlap-left {
     margin-left: -500px; 
}
.overlap-right { 
    margin-right: -500px; 
    width: auto; 
    left: 0; 
    right: 0; 
}
.overflow-hidden { 
    overflow: hidden; 
}
.content-element-text {
    position: relative; 
    z-index: 99; 
    padding-top: 60px; 
    padding-bottom: 40px; 
    padding-right: 30px; 
}

/*----------------------------------------*/
/*  12 - Progress Bar
/*----------------------------------------*/
.progressbar{
    margin-bottom: 25px;
    overflow: hidden;
	padding-top: 10px;
	margin-right: 16px;
}
.progressbar .progress-label{
    color: var(--nhm-white-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
	font-family: "Biryani",Arial,Helvetica,sans-serif;
}
.progress{
	overflow: visible;
    position: relative!important;
    height: 4px!important;
    line-height: 30px;
    padding: 0px;
    margin-top: 0;
    border-radius: 0px;
    background-color: rgba(255,255,255,.5);
}
.progress .progress-bar {
    position: relative;
    overflow: visible;
    border-radius: 0px;
    background-color: var(--nhm-white-color);
}
.progress.progress-percent-bg .progress-percent {
    position: absolute;
    right: 0;
    top: -33px;
    font-size: 14px;
    color: var(--nhm-white-color);
    font-weight: 600;
	letter-spacing: .5px;
}
.progressbarone .progress-bar{
    background-color: var(--nhm-blackish-color);
}
.nhm-progress-style-2.progressbar{
	margin-bottom: 15px;
	padding-top: 0;
}
.nhm-progress-style-2.progressbar .progress-label{	
    font-weight: 800;
    color: #0a0c0e;
	text-transform: uppercase;
    font-family: var(--nhm-body-typography-font-family);
}
.nhm-progress-style-2 .progress {
    border-bottom: 2px solid #ced5e2;
	height: 5px!important;
}
.nhm-progress-style-2 .progress .progress-bar {
    border-radius: 8px;
    height: 7px;
	background-color: var(--nhm-global-color);
}
.nhm-progress-style-2 .progress.progress-percent-bg .progress-percent {
	font-weight: 800;
    color: #313437;
    font-family: var(--nhm-body-typography-font-family);
}

/*----------------------------------------*/
/*  14 - Tab
/*----------------------------------------*/
.nhm-tab-style-1 {
    box-shadow: 0 2px 40px 0 rgba(0,0,0,.08);
	background-color: var(--nhm-white-color);
}
.nhm-tab-style-1 .nav.nav-tabs {
    display: flex;
    border: none;
}
.nhm-tab-style-1 .nav-item{
	width: 50%;
	text-align: center;
}
.nhm-tab-style-1 .nav-item a.active {
    background-color: var(--nhm-global-color);
    border-radius: 0;
	border: none;
}
.nhm-tab-style-1 .nav-item a{
    position: relative;
    padding: 10px 20px 10px;
    font-size: 17px;
	font-weight: 700;
    line-height: normal;
    border-bottom:none;
    margin: 0px;
    color: var(--nhm-heading-color) !important;
    background-color: var(--nhm-white-color);
    transition: background .2s ease-in-out,color .2s ease-in-out;
}
.nhm-tab-style-1 .nav-item a i{
	font-size: 3em;
	vertical-align: sub;
}
.nhm-tab-style-1 .nav-item a span {
    color: var(--nhm-heading-color);
    border-radius: 0;
    display: inline-block;
    line-height: 0px;
    text-align: center;
	font-size: 17px;
	font-family: var(--nhm-heading-typography-font-family);
}
.nhm-tab-style-1 .tab-content {
    margin: 0;
    padding: 50px 50px 0 50px;
}
.nhm-tab-style-1 form h3{
	font-size: 13px;
    line-height: 24px;
    margin: 5px 0 10px 0px;
	font-weight: 700;
}
.nhm-tab-style-1 .single-image-wrapper{
	text-align: right;
}

/*----------------------------------------*/
/*  16 - List Gourp
/*----------------------------------------*/
.list-group-borderless .list-group-item{
	border: none;
    color: #2A2A2A;
    padding: 0;
    margin-bottom: 5px;
    background-color: transparent!important;
    border: none;
    display: flex;
}
ul.list-group {
    margin: 5px 0;
}
li.list-group-item {
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 0;
    padding-bottom: 10px;
}
ul.list-group .list-group-item i{
	width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #2A2A2A;
	background-color: var(--nhm-global-color);
}
ul.list-group .list-group-item span{
	padding-left: 15px;
	font-size: 15px;
    font-weight: 700;
	line-height: 35px;
}
ul.list-group-style-1 .list-group-item i{
	background-color: transparent;
}
ul.list-group-style-1 .list-group-item span{
	font-weight: 400;
	padding-left: 0;
	font-size: 16px;
}

/** Style 13 **/
.neighbor-ihbox-style-13{
	position: relative;
	padding-right: 25px;
}
.neighbor-ihbox-style-13 .neighbor-ihbox-inner {
	display: flex;
	align-items: center;
}
.neighbor-ihbox-style-13 .nhm-ihbox-svg-wrapper,
.neighbor-ihbox-style-13 .neighbor-ihbox-icon-wrapper{
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.neighbor-ihbox-style-13 .neighbor-large-icon i:before{
	font-size: 100px;
	line-height: 110px;
	color: var(--nhm-white-color);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.neighbor-ihbox-style-13 .nhm-ihbox-svg-wrapper svg {
	width: 50px;
	fill: var(--nhm-white-color);
}
.neighbor-ihbox-style-13 .neighbor-ihbox-contents {
	padding-left: 42px;
}
.neighbor-ihbox-style-13 .neighbor-custom-heading{
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 11px;
	font-weight: 600!important;
	color: var(--nhm-white-color);
}
.neighbor-ihbox-style-13:hover .nhm-ihbox-svg-wrapper svg {
	fill: var(--nhm-blackish-color);
}
.neighbor-ihbox-style-13 .neighbor-cta3-content-wrapper {
	color: rgb(255 255 255 / 80%);
}
