

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@200;300;400;600;700;800;900&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet');
 :root {
     --nhm-global-color:  #000080;
     --nhm-secondary-color: #14212a;
     --nhm-light-color: #dbb854;
     --nhm-white-color:#ffffff;
     --nhm-blackish-color: #14212a;
     --nhm-link-color-normal: #14212a;
     --nhm-link-color-hover: #000080;
     --nhm-global-color-rgb: rgb(255, 220, 57);
     --nhm-secondary-color-rgb:rgb(20, 33, 42);
     --nhm-responsive-breakpoint: 1200px;
     --nhm-body-typography-font-family:'Nunito Sans', Tahoma, Geneva, sans-serif;
     --nhm-body-typography-variant: regular;
     --nhm-body-typography-font-size: 16px;
     --nhm-body-typography-line-height: 24px;
     --nhm-body-typography-color: #777777;
     --nhm-heading-typography-font-family:'Biryani', Arial, Helvetica, sans-serif;
     --nhm-heading-color: #1b2024;
     --nhm-heading-font-variant: 700;
     --nhm-btn-typography-font-family:'Nunito Sans', Arial, Helvetica, sans-serif;
     --nhm-btn-typography-variant: 600;
     --nhm-btn-typography-font-size: 12px;
     --nhm-btn-typography-line-height: normal;
	 --border-radius: 0px;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}
/** Homepage 01 **/
.neighbor-ihbox-one{
	padding-top: 30px;
}
.service-one-contant{
	padding-top: 30px;
	margin-bottom: 35px;
}

.ihbox-section-two{
	padding-top: 90px;
	padding-bottom: 110px;
	border-top: 1px solid #ebeef0;
}
.get-started-section-two{
	overflow: hidden;
}
.get-started-bg-two{
	position: relative;
	padding: 70px 60px 50px 0;
	z-index: 1;
}
.get-started-bg-two:before{
	position: absolute;
	content: "";
	width: 132%;
	height: 100%;
	top: 0;
	right: 0;
	display: block;
	background-color: var(--nhm-global-color);
	z-index: -1;
}
.get-started-button{
	text-align: right;
}

/** Homepage 04 **/

.tab-four-box{
	margin-bottom: 60px;
    margin-top: -220px;
}
.service-slider-four{
	padding-bottom: 90px;
}
.service-four-content{
	padding: 52px 0 30px 0;
}
.service-four-content p{
	padding-left: 25px;
	padding-top: 25px;
}
.service-slider-four .swiper-slider{
	padding-bottom: 60px;
	margin-bottom: 0;
}
.service-slider-four .swiper-pagination-bullets{
	text-align: center;
	bottom: 0;
}
.service-slider-four .swiper-pagination-bullet-active{
	box-shadow: inset 0 0 0 2px #000080 !important;
}
.service-slider-four .swiper-pagination-bullet{
	box-shadow: inset 0 0 0 2px #cbcbcb;
}
/** Homepage 05 **/
.icon-box-section-five{
    padding-top: 238px;
}
.icon-box-section-five .col-md-6:nth-child(odd) .neighbor-ihbox-style-10:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    right: 50px;
    background-image: url(../img/step-01.png);
    background-position: right 0;
    background-repeat: no-repeat;
}
.icon-box-section-five .col-md-6:nth-child(2) .neighbor-ihbox-style-10:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40px;
    right: 50px;
    background-image: url(../img/step-02.png);
    background-position: right 0;
    background-repeat: no-repeat;
}

.service-five{
	background-color: var(--nhm-blackish-color);
	padding-top: 220px;
    padding-bottom: 110px;
	margin-top: -128px;
}
.service-five-content{
	margin-bottom: 20px;
}
.service-five-content p{
	color: rgba(255,255,255,.8);
	padding-right: 25px;
    padding-left: 40px;
}
.iconbox-style-five {
    background-color: #fff;
    box-shadow: 0 2px 40px 0 rgba(0,0,0,.08);
    margin-right: 0px;
    margin-left: 0px;
	padding: 20px 15px 5px 10px;
}
.iconbox-style-five .icon-wrapper {
    margin-top: 60px;
    line-height: 0;
    font-size: 14px;
	text-align: center;
}
.iconbox-style-five .icon-wrapper i{
	color: #2A2A2A;
    font-size: 4.5em;
}
.iconbox-style-five .icon-wrapper i:before{
	font-size: 80px;
}
.iconbox-style-five .icon-wrapper-heading {
	margin: 30px 0px 35px 0px;
	padding-right: 15px;
}
.iconbox-style-five .icon-wrapper-heading h5,
.iconbox-style-five .icon-wrapper-heading p{
	color: #000;
}
.iconbox-style-five .icon-wrapper-heading h5{
	font-size: 18px;
    line-height: 28px;
	margin-bottom: 0;
}
.iconbox-style-five .icon-wrapper-heading h5 span{
	font-size: 24px;
	color: var(--nhm-global-color);
}
.iconbox-style-five-right{
	margin-right: 0px;
    margin-left: 0px;
	padding: 20px 10px 5px 15px;
	background-color: var(--nhm-global-color);
}
.iconbox-style-five-right .icon-wrapper-heading-right h5, 
.iconbox-style-five-right .icon-wrapper-heading-right p {
    color: #000;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5{
	font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.iconbox-style-five-right .icon-wrapper-heading-right {
    margin: 30px 0px 35px 5px;
   	text-align: right;
}
.iconbox-style-five-right .icon-wrapper-heading-right h5 span {
    font-size: 24px;
    color: var(--nhm-white-color);
}
.iconbox-style-five-right .icon-wrapper-right {
    margin-top: 60px;
    line-height: 0;
    font-size: 14px;
    text-align: center;
	padding-right: 30px;
}
.iconbox-style-five-right .icon-wrapper-right i {
    color: #2A2A2A;
    font-size: 4.5em;
}
.iconbox-style-five-right .icon-wrapper-right i:before{
	font-size: 80px;
}
/** Homepage 06 **/
.about-section-six{
	padding: 110px 0 100px 0;
}
.about-six-content{
	padding-left: 24px;
	padding-top: 45px;
}
.about-six-content p{
	margin-bottom: 35px;
}
.service-six {
    margin-top: -130px;
    padding-top: 230px;
    padding-bottom: 125px;
    background-image: url(../img/transparent-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-six-content{
	margin-bottom: 40px;
}
.service-six-content p{
	margin-top: 55px;
}
.progress-six{
	padding: 50px 0 110px 0;
}
.progress-six-box {
    padding: 50px 0 0 30px;
}
.testimonial-six{
	background-image: url(../img/testmonial-side-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
	overflow: hidden;
}
.testimonial-six-title .nhm-heading-subheading-style-1 .nhm-subtitle{
	border-color: var(--nhm-white-color);
}
.testimonial-six-title{
	position: relative;
	padding-top: 130px;
    padding-bottom: 135px;
    margin-right: -200px;
    padding-right: 251px;
	padding-left: 352px;
}
.testimonial-six-title:before{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 162%;
    height: 100%;
	border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
	background-color: var(--nhm-global-color);
}
.testimonial-six-slider {
    margin-top: 80px;
    margin-left: -40px;
}
.blog-six-content{
	font-weight: 400;
    font-size: 18px;
    line-height: 24px;
	margin-top: 20px;
    color: #666666;
	padding-bottom: 15px;
	font-family: var(--nhm-btn-typography-font-family);
}
.testimonial-arrow{
    position: relative;
	display: inline-flex;
}
/** Homepage 07 **/
.service_seven{
	padding: 100px 0 70px 0;
}
.service-seven-arrow{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.service-seven-arrow .swiper-button-next, 
.service-seven-arrow .swiper-button-prev,
.service-eight_arrow .swiper-button-next,
.service-eight_arrow .swiper-button-prev{
	border: none;
	width: inherit;
	height: inherit;
	display: flex;
	background-color: transparent;
}
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after{
	content: '\e83a';
    color: rgba(255, 255, 255, 0.4) !important;
	font-size: 35px;
}
.service-seven-arrow .swiper-button-next:after,
.service-seven-arrow .swiper-button-prev:after{
	content: '\e83a';
	color: rgba(255, 255, 255, 0.7) !important;
	font-size: 30px;
}

.service-seven-arrow .swiper-button-next:hover:after,
.service-seven-arrow .swiper-button-prev:hover:after{
	color: var(--nhm-global-color) !important;
}
.service_seven .nhm-box-heading-wrapper{
	position: relative;
}
.ihbox-seven_btn{
	text-align: right;
	margin-top: -160px;
}
.ihbox-seven_btn .nhm-btn,
.why-choose-us-eight_rightbox .nhm-btn_box .nhm-btn{
	position: relative;
	margin-bottom: 0;
	padding: 15px 65px 15px 40px;
}
.ihbox-seven_btn .nhm-btn:after,
.why-choose-us-eight_rightbox .nhm-btn_box .nhm-btn:after{
	content: "\e826";
    position: absolute;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 6px;
    font-size: 18px;
    color: var(--nhm-white-color);
    font-weight: 400;
    font-family: 'neighbor-base-icons';
}
.ihbox-seven_leftbox{
	padding: 30px 50px 0 0;
}
.ihbox-seven_leftbox .ihbox_style{
	padding-top: 55px;
}
.truck-img_box{
	margin-left: -140px;
	margin-bottom: 35px;
}

/** Homepage 08 **/
.ihbox-section_eight{
	padding: 77px 0;
	background-color: var(--nhm-global-color);
}
.service-eight_arrow {
	display: inline-flex;
}
.service-eight_arrow .swiper-button-next:after,
.service-eight_arrow .swiper-button-prev:after{
	color: #010002 !important;
}
.service-eight_arrow .swiper-button-next:hover:after,
.service-eight_arrow .swiper-button-prev:hover:after{
	color: var(--nhm-global-color) !important;
}
.marquee_eight{
	padding-bottom: 65px;
	overflow: hidden;
}
.why-choose-us-section_eight{
	background-color: var(--nhm-light-color);
}
.why-choose-us-section_eight .nhm-col-stretched-left{
	background-image: url(../img/bg-01.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 100%;
}
.why-choose-us-section_eight .why-choose-us-eight_rightbox{
	padding: 105px 0 95px 119px;
}
.why-choose-us-eight_rightbox .nhm-btn_box{
	margin-top: 40px;
}


/** 01 - Service Detail **/
.service-left-col {
    flex: 0 0 30%;
    max-width: 30%;
	margin-top: 65px;
	padding-left: 0;
}
.service-right-col {
	flex: 0 0 70%;
    max-width: 70%;
	padding-top: 65px;
	margin-bottom: 90px;
}
.service-sidebar .post-list:first-child{
	padding-top: 0px;
	margin-top: 0;
}
.service-sidebar .post-list{
	margin: 45px 0 35px;
    word-wrap: break-word;
}
.service-sidebar .all-post-list {
    background: #fff;
    border: 1px solid #efefef;
    padding: 10px 0;
}
.service-sidebar .single-service-contact {
    position: relative;
    overflow: hidden;
	text-align: center;
    line-height: 24px;
    color: var(--nhm-white-color);
	font-size: 16px;
	background: url(../img/service-widget.jpg) repeat left top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.service-sidebar .single-service-contact-inner{
    padding: 35px 25px;
    background-color: rgba( 255,220,57,0.80);
}
.service-sidebar .single-service-contact h3{
	text-transform: uppercase;
    font-size: 22px;
    color: var(--nhm-white-color);
    font-weight: 700;
    margin: 20px 0 20px 0;
}
.service-sidebar .single-service-contact-inner ul li{
	margin-bottom: 15px;
}
.service-sidebar .single-service-contact span i{
	font-size: 70px;
    line-height: 70px;
}
.widget .download .item-download {
    margin-bottom: 15px;
    position: relative;
}
.widget .download .item-download a {
    display: block;
    padding: 0px;
    color: var(--nhm-blackish-color);
	font-size: 16px;
    font-weight: 700;
	border: 2px solid #313437;
	font-family: var(--nhm-body-typography-font-family);
}
.widget .download .item-download a:hover{
	background: var(--nhm-blackish-color);
    color: var(--nhm-white-color);
}
.widget .download .item-download .fa {
    color: var(--nhm-white-color);
    font-size: 20px;
    padding: 20px;
	background: #313437;
    display: inline-block;
    margin-right: 20px;
}
.service-details {
    padding-top: 40px;
}
.service-page-infobox {
	margin-top: 35px;
	margin-bottom: 50px;
}
ul.list-group-one.list-group {
	margin: 0;
	display: inline-block;
}
ul.list-group-one.list-group li{
	color: #777777;
	display: block;
}
ul.list-group-one.list-group li i{
	background-color: transparent;
	color: var(--nhm-global-color);
}
.service-list-group{
	padding-top: 20px;
	padding-left: 7px;
}
.service-single-content{
	margin-top: 20px;
	margin-bottom: 20px;
}
.service-single-content p{
	margin-bottom: 35px;
}
.service-single-content .nhm-heading{
	font-size: 18px;
}

/** 02 - Project Detail **/

.portfolio-single{
	padding-top: 82px;
}
.nhm-portfolio-single {
    margin-top: 50px;
    margin-bottom: 50px;
}
.portfolio-single .nhm-portfolio-lines-wrapper {
    margin-top: 30px;
    margin-bottom: 0;
}
.nhm-pf-single-style{
	padding-top: 20px;
}
.nhm-pf-single-style i{
	font-size: 2.0em;
	color: var(--nhm-global-color);
}
.nhm-pf-single-process {
	padding: 30px 0 80px 0;
	margin-bottom: 50px;
}
.nhm-pf-single-process p{
	margin-bottom: 50px;
}
.nhm-short-description {
    background-color: #fafafa;
}
.project-details-top {
    padding: 30px 30px 25px 30px;
    background-color: var(--nhm-global-color);
}
.project-details-top h3 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
}
.nhm-pf-detailbox {
    padding: 30px 30px 35px 30px;
    margin-top: -10px;
}
.nhm-pf-detailbox li {
    padding-bottom: 13px;
    padding-top: 13px;
    border-bottom: 1px solid #eee;
}
.nhm-pf-details-heading {
    width: 45%;
    display: inline-block;
    font-weight: 700;
}
.portfolio-single .nhm-featured-wrapper {
    margin-top: 50px;
}
.nhm-pf-single-content-bottom {
    width: auto;
    padding: 0;
	display: flex;
}
.nhm-pf-single-category{
	width: 50%;
	float: left;
}
.nhm-pf-single-category a{
	display: inline-block;
    background-color: #f8f8f8;
    color: #4d4d4d;
    font-size: 12px;
    padding: 3px 10px;
}
.nhm-pf-single-category a:hover{
	color: var(--nhm-white-color);
	background-color: var(--nhm-global-color);
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper{
	float: right;
	width: 50%;
	margin-top: -15px;
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper ul{
	text-align: right;
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper ul li{
	display: inline-block;
    padding-right: 10px;
    padding-top: 6px;
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper ul li:last-child{
	padding-right: 0;
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper ul li a{
	border: 1px solid #e8e8e8;
    border-radius: 50%;
    display: block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
}
.nhm-pf-single-content-bottom .nhm-social-share-wrapper ul li a:hover{
	color: var(--nhm-white-color);
	background-color: var(--nhm-global-color);
}
.nhm-entry-content{
	position: relative;
    margin-bottom: 0px;
    margin-top: 40px;
}
.navigation.post-navigation:after {
    background-color: #e9e9e9;
    content: "";
    width: 100%;
    height: 1px;
    z-index: 11;
    position: absolute;
    top: -30px;
	left: 0;
}
.portfolio-single .post-navigation .nav-links .nav-previous{
	float: left;
}
.post-navigation .nav-links .nav-previous, 
.post-navigation .nav-links .nav-next {
	display: inline-block;
	position: relative;
}
.post-navigation .nav-links .nav-previous {
    margin-right: auto!important;
}
.post-navigation .nav-links .nav-previous:before,
.post-navigation .nav-links .nav-next:before{
	position: absolute;
    z-index: 1;
    display: block;
    bottom: 0;
    content: '';
    border-bottom: 1px solid;
    width: 0%;
    right: 0;
    left: auto;
    -webkit-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    -o-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    -moz-transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
    transition: width .3s linear 0s,right 0s linear .3s,left 0s linear .3s;
	border-bottom-color: var(--nhm-global-color);
}
.post-navigation .nav-links .nav-next:before{
	right: auto;
    left: 0;
}
.post-navigation .nav-links .nav-next:hover:before{
	left: 0;
    right: auto;
	width: 100%;
}
.post-navigation .nav-links .nav-previous:hover:before{
	width: 100%;
    right: 0;
    left: auto;
}
.portfolio-single .nav-links a {
	font-size: 18px;
    font-weight: 600;
    color: var(--nhm-blackish-color);
    position: relative;
    display: inline-block;
}
.portfolio-single .nav-links .nav-previous a{
	padding-left: 20px;
}
.portfolio-single .nav-links .nav-previous a:after{
	font-family: "neighbor-base-icons";
    content: '\e808';
    position: absolute;
    top: 0;
    left: 0;
}
.post-navigation .nav-links .nav-next a:before{
	content: '\e809';
    left: auto;
    right: 0;
	position: absolute;
    top: 0;
	font-family: "neighbor-base-icons";
}
.portfolio-single .nav-links a:hover{
	color: var(--nhm-global-color);
	background: transparent !important;
}
.post-navigation .nav-links .nav-next a{
	padding-right: 20px;
}
.post-navigation .nav-links .nav-next{
	float: right;
}
.portfolio-single .nav-links a:hover .nhm-portfolio-nav-wrapper span {
    color: #fff;
}
.nhm-pf-single-related-title{
	font-size: 22px;
    line-height: 32px;
    margin-bottom: 30px;
	padding-top: 75px;
}

/** 05 - Contact us **/
.contact-box{
	padding: 90px 0 70px 0;
	border-bottom: 1px solid rgba(119,119,119,0.21);
}
.contact-form{
	padding: 40px 0 100px 0;
}

.contact-form form .form-control{
	padding: 15px 20px;
	margin-bottom: 25px;
	font-size: 12px;
	font-weight: 600;
	height: 55px;
	line-height: inherit;
	border: 1px solid rgba(119,119,119,.2);
	font-family: var(--nhm-heading-typography-font-family);
}
.contact-form form textarea{
	height: auto !important;
}
.contact-form form .form-control:focus{
	color: #666;
	border-color: var(--nhm-global-color);
}
.contact-form button{
	width: 100%;
	padding: 16px 34px 16px;
	font-weight: 500;
	font-family: var(--nhm-heading-typography-font-family);
}
.iframe-section iframe {
    width: 100%;
	height: 450px;
	margin-bottom: 35px;
} 
label.error {
	background: red;
	color: white;
	border-radius: 0px 0 10px 10px;
	margin-bottom: 15px;
	padding: 0 10px;
	font-size: 12px;
	display: block;
	margin-top: -25px;
	margin-right: 20%;
}
.message-status{
	margin-top: 30px;
}

/**06 - Comment Form **/
.form-control{
    background-color: #fff;
    color: #333;
    height: 65px;
    line-height: 50px;
    padding: 15px 20px;
    font-size: 12px;
    font-weight: 600;
    border: 0;
    border-radius: 0px;
    margin-bottom: 20px;
    width: 100%;
	font-family: var(--nhm-heading-typography-font-family);
}
.input-group .form-control{
    border: none;
}
.input-group-text{
    width: 30%;
    height: 60px;
    margin-left: -50px;
    line-height: normal;
    text-align: center;
    padding: 0;
    border: none;
    border-radius: 36px;
    background-color: var(--nhm-global-color);
    position: relative;
}
textarea.form-control{
	height: 150px;
	padding-top: 0;
}

/*--- form-style-1 ---*/
.form-style-1 .form-control,
.form-style-1 textarea{
    background-color: transparent;
    border: 0;
    border-radius:0;
    border-bottom: 1px solid #fff;
    padding-left: 0;
    color: var(--nhm-white-color);
	height: 50px;
}
.form-style-1 textarea{
	height: 100px !important;
}
.form-style-1 button{
	width: 100%;
	margin-top: 15px;
	margin-bottom: 30px;
	padding: 16px 34px 16px;
}
.form-style-1 .form-control:focus{
	border-color: var(--nhm-global-color);
}
.form-style-1 .form-control::placeholder{
    color: rgba(255,255,255,.4);
}
/*--- form-style-2 ---*/
.form-style-2 .form-control{
	padding: 14px 20px;
    height: 45px;
    border: 1px solid rgba(119,119,119,.2);
	margin-bottom: 30px;
	font-size: 14px;
    font-weight: 400;
    font-family: var(--nhm-body-typography-font-family);
} 
.form-style-2 .form-control:focus{
	border-color: var(--nhm-global-color);
}
.form-style-2 textarea {
	height: auto !important;
	padding: 5px 20px !important;

}

.form-style-2 button{
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
	margin-top: 10px;
	margin-bottom: 20px;
    background-color: #1b2024;
	width: 100%;
	font-family: var(--nhm-heading-typography-font-family);
}
.form-style-2::placeholder{
	color: #999;
}

.form-style-2 h3 {
    font-size: 13px;
    line-height: 24px;
    margin: 5px 0 10px 0px;
    font-weight: 700;
	color: #fff;
}


.quote-section-one {
    background-image: url("../img/get-quote-form.jpg");
    padding: 80px 0px 50px;
}

.our-work-process {
    padding: 100px 0;
    background-image: url('../img/work-process-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	
}

.dark-section {
	background-color: var(--nhm-secondary-color);
}
.wrok-process-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.work-process-item:nth-child(odd) {
    margin-top: 90px;
}
.work-process-item {
    position: relative;
    text-align: center;
    padding-top: 10px;
    width: calc(25% - 22.5px);	
}

.work-process-item:after {
    position: absolute;
    content: '';
    top: -30px;
    right: -65px;
    width: 100px;
    height: 50px;
    background: url('../img/work-process-arrow.svg') no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 0;
}
.work-process-item:nth-child(even):after {
    top: 132px;
    transform: rotateX(180deg);
}
.work-process-item:last-child:after,
.work-process-item:nth-child(4n + 4):after{
	display: none;
}

.work-process-item .icon-box {
    position: relative;
    width: 162px;
    height: 162px;
    background: var(--nhm-global-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.work-process-item .icon-box:before {
    content: '';
    position: absolute;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    border: 2px dashed var(--nhm-white-color);
    border-radius: 50%;
}
.work-process-item .icon-box img {
    position: relative;
    width: 100%;
    max-width: 60px;
    z-index: 1;
}
.work-process-item .icon-box .work-process-number {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--nhm-white-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.work-process-item .icon-box .work-process-number h3 {
    color: var(--nhm-global-color);
    font-size: 24px;
	margin: 8px 0 0;

}
.work-process-content h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.work-process-content p {
    color: #F4F5F9;
    margin: 0;
}
/** About Us 03 **/
.about-us_03 .about-section{
	margin-bottom: 30px;
	padding: 100px 0 100px 0;
	border-bottom: 1px solid #b8b4c1;
}
.about-us_03 .about-section .about-right_box{
	margin-left: -45px;
}
.about-us_03 .about-right_box .nhm-heading_desc{
	padding-right: 50%;
}
.about-us_03 .about-right_box .about-right_imgbox{
	margin-top: -90px;
	padding-left: 80px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:first-child {
	padding-right: 20px;
}
.about-us_03 .about-right_box .col-md-4.col-lg-3:last-child {
	padding-left: 20px;
}
.about-us_03 .ihbox_section{
	padding: 80px 0 120px 0;
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-large-icon i:before{
	color: var(--nhm-global-color);
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-custom-heading{
	color: var(--nhm-blackish-color);
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-cta3-content-wrapper{
	color: var(--nhm-body-typography-color);
}

.about-us_03 .ihbox_section{
	padding: 80px 0 120px 0;
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-large-icon i:before{
	color: var(--nhm-global-color);
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-custom-heading{
	color: var(--nhm-blackish-color);
}
.about-us_03 .ihbox_section .neighbor-ihbox-style-13 .neighbor-cta3-content-wrapper{
	color: var(--nhm-body-typography-color);
}

.about-section-three {
    background-image: url(../img/img-02.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.about-three-box {
    padding: 30px 25px 30px 25px;
    background-color: #fff;
}
.about-three-box .accordion-item {
    margin-bottom: 0px;
    margin-top: 15px !important;
}
.accordion .accordion-item h2 {
    background-color: transparent;
    color: #fff;
    box-shadow: none;
    border-bottom: 1px solid #f7f7f7;
    display: inline-block;
    transition: background .2s ease-in-out;
    width: 100%;
}
.accordion-body {
    padding: 10px 20px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.accordion-button {
    padding: 15px;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
    box-shadow: none;
    line-height: 20px;
}
.accordion .accordion-item.active .accordion-button {
    color: #222;
    font-weight: 600;
    letter-spacing: 1px;
}