/******************************

INDEX:

******************************/

body {
    overflow: visible;
    overflow-x: hidden;
}
@media (min-width: 1200px){
	.container {
		max-width: 1200px;
	}	

}

@media (min-width: 1500px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1420px;
    }
	.widget .footer-social-links{
		padding-top: 20px;
	}
}

@media (max-width: 1400px){
	/*=== Header ===*/ 
	
	.header-style-6 .nhm-header-overlay{
		margin-top: 0;
	}
	.header-style-6 .nhm-header-content{
		border-radius: 0px;
	}	
	/** Homepage 06 **/ 
	.testimonial-six-title{
		padding-right: 286px;
    	padding-left: 100px;
	}
	.testimonial-six-slider{
		margin-top: 30px;
	}
		
}

@media (min-width: 1201px){
	/*=== Header ===*/ 
	.main-menu .navigation > li > ul li.active a{
		color: var(--nhm-global-color);
	}	
	
}



@media (max-width: 1200px){
	/** Section Title **/
	
	.nhm-heading-subheading-style-1 .nhm-title{
		font-size: 35px;
		line-height: 45px;
	}
	/** Section Padding **/
	.section-xl{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	/*=== Header ===*/ 
	
	.nhm-right-main-box {
		display: none;
	}
	.nhm-header-button{
		display: none;
	}
	.nhm-right-box{
		display: none;
	}
	
	.header-style-6 .nhm-header-overlay{
		margin-top: 0;
		position: relative;
	}
	.header-style-6 .nhm-header-content{
		border-radius: 0;
	}
	.header-style-6 .nhm-right-main-box{
		display: none;
	}
	.header-style-6 .main-menu .navbar-collapse{
		top: 115px;
	}
	.header-content{
		width: 100%;
	}
	.nhm-header-button2 {
		display: none;
	}	
	
	
	
	/** Homepage 04 **/
	
	.tab-four-box .container{
		padding: 0;
	}
	.nhm-tab-style-1 .tab-content{
		padding: 100px 70px 0 70px;
	}
	
	.service-five{
		margin-top: -90px;
		padding-top: 145px;
	}
	.blog-five-button{
		text-align: end;
	}
	/** Homepage 06 **/
	
	.testimonial-six-title{
		padding: 50px 268px 80px 0;
	}
	.nhm-search-outer {
		padding: 0 50px;
	}
	/** Homepage 07 **/
	
	.ihbox-seven_leftbox{
		padding-top: 50px;
	}
	.truck-img_box{
		margin: 50px 0 0px 0;
	}
	/*=== Homepage 08 ===*/
	.marquee_eight{
		padding-bottom: 45px;
	}
	.why-choose-us-section_eight .container{
		padding: 0;
	}
	.why-choose-us-section_eight .nhm-col-stretched-left{
		padding: 300px 0;
	}
	.why-choose-us-section_eight .why-choose-us-eight_rightbox{
		padding: 90px 15px 70px 15px;
	}
	/*=== About Us 03 ===*/
	
	/*=== Footer ===*/
	.nhm-footer-contact-info-wrap br{
		display: none;
	}
	.site-footer .nhm-social-links-wrapper{
		display: none;
	}
	.ihbox-seven_btn{
		margin-top: 0;
		text-align: left;
	}
}

@media(max-width:1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: none;
    }
	.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		padding-right: calc(var(--bs-gutter-x) * .8);
		padding-left: calc(var(--bs-gutter-x) * .8);
	} 
	.sticky-header{
		position: relative  !important;
	}
    /** Main menu resoposive **/
	.nhm-menu-wrap {
		background-color: #fff;
		position: fixed;
		top: 0;
		right: -400px;
		z-index: 1000;
		width: 300px;
		height: 100%;
		padding: 0;
		display: block;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(400px);
		-ms-transform: translateX(400px);
		transform: translateX(400px);
		opacity: 0;
		overflow: hidden;
	}
	.active .nhm-menu-wrap{
		right: 0px;
		visibility: visible;
		opacity: 1;
		overflow-y: scroll;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition-delay: 600ms;
		-moz-transition-delay: 600ms;
		-ms-transition-delay: 600ms;
		-o-transition-delay: 600ms;
		transition-delay: 600ms;
		opacity: 1;
	}
	.nhm-mobile-menu-bg {
		position: fixed;
		right: 0;
		top: 0;
		width: 0%;
		height: 100%;
		display: block;
		z-index: 99;
		background: rgba(0,0,0,.9);
		-webkit-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transition-delay: 300ms;
		-moz-transition-delay: 300ms;
		-ms-transition-delay: 300ms;
		-o-transition-delay: 300ms;
		transition-delay: 300ms;
	}
	.active .nhm-mobile-menu-bg {
		opacity: 1;
		width: 100%;
		visibility: visible;
		transition: all 900ms ease;
		-moz-transition: all 900ms ease;
		-webkit-transition: all 900ms ease;
		-ms-transition: all 900ms ease;
		-o-transition: all 900ms ease;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.closepanel {
		position: absolute;
		z-index: 99;
		right: 27px;
		top: 25px;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		border-radius: 50%;
		text-align: center;
		cursor: pointer;
		font-size: 18px;
		color: #000;
		border: 1px solid #000;
	}
    .navbar-toggler { 
		border: none; 
		font-size: 27px; 
		line-height: 27px;
		padding: 0; 
		outline: none; 
		color: rgba( 49,52,55,1);
		vertical-align: inherit;
	}
    .sticky-header .navbar-toggler { 
		top: 10px; 
	}
    .navbar-toggler:hover, 
	.navbar-toggler:focus { 
		outline: none; 
	}
    .main-menu .navbar-collapse {
		position: absolute;
		width: 100%; left: 0;
		background-color: #fff;
		z-index: 0;
		top: 105px; 
	}
	.site-header.active .main-menu .navbar-collapse {
		z-index: 99;
	}
    .sticky-header .navbar-collapse {
		 top: 60px; 
	}
    .main-menu .navigation > li {
		 float: none; 
		 border-bottom: 1px solid rgba(9, 22, 42, 0.15); 
	}
    .site-header .site-navigation ul.navigation > li > a {
		height: auto!important; 
		line-height: inherit!important; 
		padding: 15px 25px!important; 
		margin: 0; 		
	}
	.main-menu .navigation > li > ul a{
		padding: 15px 15px 15px 0px; 
		font-size: 12px;
		text-transform: uppercase;
		line-height: 20px;
		letter-spacing: 0;
		font-weight: 700;
		font-style: normal;
		color: #000;
		opacity: 0.95;
	}
	.site-header .site-navigation .dropdown ul li.active > a { 
		color: var(--nhm-global-color);
	}
	
    .main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul {
		border: none; 
		box-shadow: inherit !important; 
		width: 100%;
		display: none; 
		position: inherit; 
		-webkit-transform: translateY(0); 
		-moz-transform: translateY(0); 
		-ms-transform: translateY(0); 
		-o-transform: translateY(0); 
		transform: translateY(0); 
	}
    .main-menu .navigation > li > ul > li > ul { 
		left: 0; 
		top: 100%; 
	}
    .main-menu .navigation > li.dropdown > ul.open, 
	.main-menu .navigation > li.dropdown > ul.open li.dropdown > ul.open {
		display: block; 
		opacity: 1; 
		visibility: visible; 
		padding-left: 25px;
		height: auto;
		background-color: transparent;
	}
	.main-menu .navigation > li > ul li:not(:last-child){
		border-bottom: 1px solid rgb(0 0 0 / 15%);
	}
	.main-menu .navigation > li > ul li,
	.main-menu .navigation > li > ul li a{
		border: none;
	}
    .menu-right-box { 
		position: relative; 
		right: 30px; 
		top: 10px; 
	}
	.site-header .righticon {
		font-size: 20px; 
		position: absolute;
		z-index: 99;
		right: 25px;
		top: 0;  
		display: block;
		height: 45px;  
		cursor: pointer; 
		text-align: center; 
		line-height: 45px;
		color: #000;
	}
    .site-header .menu-right-box { 
		display: none !important; 
	}
    .main-menu ul > li.dropdown > a:after{
		display: none;
	}
	.site-header .righticon i{
		font-size: 20px;
	}
	.site-navigations ul.navigation{
		padding: 105px 0;
	}
	.site-navigations ul.navigation > li{
		border-bottom: 1px solid rgb(0 0 0 / 15%);
	}
	.site-navigations ul.navigation > li > a{
		color: #000 !important;
		height: auto !important;
		line-height: 18px !important;
		padding: 15px 20px !important;
		margin: 0;
		text-transform: uppercase;
		font-family: var(--nhm-heading-typography-font-family);
	}
    /** Header responsive **/
	
	
	.nhm-left-main-box {
		width: 100%;
	}
    .site-header .header-button, 
	.site-header .pre-header { 
		display: none; 
	}
    .ipad-view-search {
		 display: block; 
	}
    .site-header .site-header-menu { 
		height: 105px;
   		line-height: 105px; 
	}
    .site-header .site-branding img { 
		max-height: 40px; 
	}
    .site-header .sticky-header .site-branding img {
		 max-height: 35px; 
	}
	.site-header .site-navigation ul.navigation > li > a{
		color: var(--nhm-blackish-color);
	}	
	
}

@media(max-width:1024px) {
	/** Section padding **/
	.section-lgx {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	.section-lg{
		padding-top: 80px;
		padding-bottom: 90px;
	}
	.section-lgt{
		padding-top: 70px;
	}
	.section-md{
		padding-top: 70px;
		padding-bottom: 50px;
	}
	
	.ihbox-section-two{
		padding-top: 70px;
		padding-bottom: 50px;
	}	
	
	/** Homepage 04 **/
	
	
	.service-slider-four{
		padding-bottom: 60px;
	}
	.blog-four-contant p {
		padding-right: 47px;
		padding-top: 48px;
	}
	.blog-four-contant{
		padding-top: 80px;
	}
	.blog-four-contant a{
		padding: 17px 23px 17px 23px;
	}
	.demo-four .section-lgb{
		padding-bottom: 30px;
	}
	/** Homepage 05 **/
	.icon-box-section-five{
		padding-top: 115px;
	}
	
	.service-five-content p{
		padding-right: 0;
		padding-left: 25px;
	}
	/** Homepage 06 **/
	
	.about-section-six{
		padding: 40px 0 70px 0;
	}
	.service-six{
		padding-top: 190px;
	}
	.progress-six{
		padding: 0px 0 80px 0;
	}
	.testimonial-six-slider{
		margin: 30px -15px 0;
	}
	.demo-six .section-lgx{
		padding-top: 50px;
    	padding-bottom: 40px;
	}
	.blog-six-content{
		width: 60%;
    	margin: 0 auto;
	}
	.blog-six-content br{
		display: none;
	}
	
	/** Homepage 08 **/
	.ihbox-section_eight .col-md-6:last-child{
		margin-top: 30px;
	}
	
	.service-eight_arrow{
		margin-bottom: 50px;
	}
	
	/** Project-Single **/
	.nhm-pf-single-process{
		margin-bottom: 0;
	}
	/**  Service Details **/
	.service-right-col{
		margin-bottom: 70px;
	}
	/** Blog Larg **/
	.blog-right-col{
		margin-bottom: 0;
	}
	.blog-classic .nhm-blog-classic-inner{
		padding-bottom: 30px;
	}
	/** Blog Single **/
	.blog-classic .nhm-entry-content .blog-single-img{
		display: block;
    	float: none;
	}
	.nhm-entry-content{
		margin-bottom: 0;
	}
	/** Contacts **/
	.iframe-section iframe{
		margin-bottom: 0;
	}
	.contact-box{
		padding-top: 70px;
	}
	.contact-form{
		padding-bottom: 70px;
	}
	/*=== Footer ===*/
	.site-footer .widget{
		margin: 0 0 30px;
	}
	.nhm-footer-widget-area {
		padding-top: 50px;
		padding-bottom: 20px;
	}
}


@media(max-width:991px) {

	.home-banner h2,.home-banner p {   
    white-space: unset;
    
}
    /** Section Title **/
	
	.nhm-heading-subheading-style-1 .nhm-title {
		font-size: 30px;
		line-height: 40px;
	}
	/** Section Padding **/ 
	.section-lg{ 
		padding-top: 70px; 
		padding-bottom:70px;
	}
	
	/*=== Revolution ===*/
	#rev_slider_7_1_wrapper .nhm-slider-title{
		line-height:75px !IMPORTANT
	}
	
	.icon-box-main{
		margin-top: 50px;
	}
	/** Homepage 04 **/ 
	
	.nhm-tab-style-1 .tab-content{
		padding: 50px 50px 0 50px;
	}
	.service-four-content {
		padding: 35px 0 15px 0;
	}
	.service-four-content p{
		padding-left: 0;
		padding-top: 56px;
	}
	.service-slider-four {
		padding-bottom: 55px;
	}	
	
	/** Homepage 05 **/ 
	
	.icon-box-section-five {
		padding-top: 75px;
	}
	.service-five-content p{
		padding: 30px 25px 0 0;
	}
	.service-five{
		padding-bottom: 80px;
	}
	.iconbox-style-five{
		margin-bottom: 30px;
	}
	.demo-five .section-md{
		padding-bottom: 30px;
	}
	.blog-five-content p{
		padding-top: 0;
	}
	.blog-five-button{
		text-align: left;
	}
	/** Homepage 06 **/ 
	
	.about-six-content{
		padding-left: 0;
	}
	.service-six{
		padding-bottom: 80px;
	}
	.neighbor-fidbox-style-7 .neighbor-fid-inner{
		z-index: 1;
		position: relative;
	}
	.progress-six-box{
		padding-left: 0;
	}
	.progress-six{
		padding-top: 0;
		padding-bottom: 60px;
	}
	
	
	.service_seven {
		padding: 80px 0 50px 0;
	}
	.service-seven-arrow{
		display: none !important;
	}	
	/** Homepage 08 **/
	.marquee_eight{
		padding-bottom: 25px;
	}
	.why-choose-us-section_eight .why-choose-us-eight_rightbox{
		padding-top: 80px;
		padding-bottom: 60px;
	}
	
	
	/** Sidebar **/
	.service-left-col {
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 40px;
		margin-top: 0;
	}
	.service-right-col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.nhm-sidebar-left ,
	.nhm-sidebar-right {
	    flex: 0 0 34%;
	    max-width: 34%;
	}
	.nhm-sidebar-left,
	.nhm-sidebar-right{
	    flex: 0 0 66%;
	    max-width: 66%;
	} 
	.blog-left-col {
		flex: auto;
		max-width: 100%;
		margin-bottom: 60px;
		padding: 0;
		margin-top: 0;
	}
	.blog-right-col{
		max-width: 100%;
		flex: auto;
	}
	.widget.footer-social-links {
		margin: 0!important;
	}
	.comment-respond {
		margin-bottom: 40px;
	}
	.sidebar .recent-post-list li{
		display: flex;
	}
	/** Contacts **/
	.contact-box{
		padding-top: 50px;
	}
}

@media(max-width:767px) {
	/** Revolution **/ 
	#rev_slider_7_1_wrapper .nhm-slider-title{
		line-height:55px !IMPORTANT
	}
    /** Section Title **/ 
	.nhm-heading-subheading-style-1.text-center {
		margin-bottom: 35px;
	}
	.rs-layer-icon .nhm-moversco-business-icon:before{
		font-size:25px; 
		line-height:25px
	}
	/** Section Padding **/
	.section-xl{
		padding-top: 60px;
		padding-bottom: 50px;
	} 
	/** Homepage 01 **/
	.ihbox-style-1{
		margin-top: 30px;
    	margin-bottom: 30px;
	}
	
	.get-started-button{
		text-align: left;
    	margin-top: 30px;
	}
	.get-started-section-two .container{
		padding-right: 0;
	}
	
	/** Homepage 04 **/
	
	.nhm-tab-style-1 .nav.nav-tabs{
		display: block;
	}
	.nhm-tab-style-1 .nav-item {
		width: 100%;
		text-align: left;
	}
	.nhm-tab-style-1 .nav-item a{
		margin: 0;
    	line-height: 1;
		padding: 5px;
		font-size: 14px;
	}
	.nhm-tab-style-1 .nav-item a span{
		vertical-align: super;
		font-size: 14px;
		font-family: var(--nhm-btn-typography-font-family);
	}
	.single-map-image {
		margin-bottom: 35px;
	}
	.service-four-content p{
		padding-top: 0;
	}
	
	.blog-four-contant {
		padding-bottom: 15px;
	}
	.blog-four-contant .blog-four-button{
		text-align: right;
	}
	.blog-four-contant .blog-four-button a{
		padding: 17px 40px 17px 40px;
	}
	.demo-four .section-lgb{
		padding-bottom: 0;
	}
	/** Homepage 05 **/
	.icon-box-section-five {
		padding-top: 140px;
	}
	.service-five{
		margin-top: -130px;
		padding-top: 190px;
		padding-bottom: 60px;
	}
	.service-five-content p {
		padding: 0;
	}
	.service-five-content {
		margin-bottom: 30px;
	}
	
	.iconbox-style-five .icon-wrapper{
		margin-bottom: 35px;
	}
	.iconbox-style-five-right .icon-wrapper-right{
		margin-bottom: 35px;
	}
	.demo-five .section-md{
		padding-top: 70px;
		padding-bottom: 20px;
	}
	.blog-five-content p{
		padding-top: 0;
	}
	.blog-five-button {
		padding-top: 0;
	}
	/** Homepage 06 **/
	.about-section-six{
		padding-bottom: 40px;
	}
	
	.service-six-content p{
		margin-top: 0;
	}
	
	
	/** Homepage 08 **/
	.ihbox-section_eight{
		padding: 60px 0;
	}
	.ihbox-section_eight .col-md-6:nth-child(2){
		margin-top: 30px;
	}
	
	.marquee_eight{
		padding-bottom: 15px;
	}
	.why-choose-us-section_eight .why-choose-us-eight_rightbox{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	
	
	/** Project-Single **/
	.portfolio-single{
		padding-top: 50px;
	}
	.nhm-pf-single-style{
		padding-top: 0;
	}
	.nhm-pf-single-style h5{
		margin-top: 20px;
	}
	
    .nhm-portfolio-style-1 img {
        width: 100%;
    }
	.nhm-pf-single-process{
		padding-bottom: 50px;
	}
	
	/** Faq **/
	.section-faq .section-lgb{
		padding-bottom: 50px;
	}
	/** Sidebar **/
	.blog-right-col{
		margin-bottom: 0;
	}
	aside.sidebar{
		padding-right: 15px;
		padding-left: 15px;
	}
	.service-right-col{
		margin-bottom: 50px;
	}
	
	/** Contacts **/
	
	/*=== Footer ===*/
	.site-footer .widget {
		margin-top: 0px;
	}
	.nhm-footer-copyright-text-area {
		text-align: center;
	}
	.site-footer .nhm-footer-boxes{
		margin: 50px 0 30px;
	}
	.nhm-footer-widget-area-top {
		padding: 30px 0 50px 0;
	}
	.nhm-footer-text-inner{
		padding-bottom: 0;
	}
	.moverspackers-get-quote-thumb { 
	display: none;
}
.home-banner {
    background: url(../img/slider1.png) no-repeat top left;
    padding: 50px 0 250px;
}
.work-process-item {   
    padding-top: 10px;
    width: calc(50% - 22.5px);	
	}

	.work-process-item:nth-child(even):after {
    display: none !important;
}
}

@media(max-width:575px) {
	
.home-banner h2 {
    line-height: 40px;
    font-size: 36px;
	margin-bottom: 10px;
}
.home-banner p {
	color: #000;
}
.work-process-item {   
    padding-top: 10px;
    width: calc(100% - 22.5px);	
	}
	.work-process-item:after {
		display: none;
	}
	.work-process-item:nth-child(odd) {
    margin-top: 0;
	}
	
	/** Homepage 05 **/
	.icon-box-section-five {
		padding-top: 70px;
	}
	/** Project **/
	.nhm-portfolio-lines-wrapper ul {
		display: grid;
		grid-template-columns: repeat(1,1fr);
		grid-gap: 30px 30px;
	}
	.nhm-single-project-details-list {
		padding: 30px;
	}
	.post-navigation .nhm-post-nav.nav-title {
		text-overflow: ellipsis;
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}
	.action-box-wrap .row .col {
		width: 100%;
	}
	
	
}

@media (max-width:446px) {
	.nhm-footer-big{
		display: block!important;
	}
}


@media (max-width:479px){
	/** Section Padding **/
	.section-md{ 
		padding-top: 50px; 
		padding-bottom:20px;
	}
	.section-lgt {
		padding-top: 50px;
	}
		
	/** Project Single **/
	.nhm-pf-details-heading{
		display: block;
		margin-bottom: 10px;
	}
	/** Sidebar **/
	.sidebar .recent-post-list li{
		display: inline-block;
	}
	
	/** Contacts **/
	.contact-box{
		padding-top: 50px;
	}
}

@media(max-width:375px) {
	
	.ihbox-section-two{
		padding-top: 50px;
	}
	.get-started-bg-two{
		padding-right: 15px;
	}
	
	/** Homepage 07 **/
	
	.nhm-fidbox-style-10 .nhm-fid-title-w{
		padding-left: 0;
	}
	
	/** Contacts **/
	.contact-form{
		padding-bottom: 50px;
	}
}


@media only screen and (min-width: 1201px) and (max-width: 1330px){
	.why-choose-us-section_eight .why-choose-us-eight_rightbox{
		padding-left: 60px;
	}
}


@media (max-width: 1500px){
	.neighbor-testimonialbox-style-6 .neighbor-box-content{
		padding: 62px 20px 50px 20px;
	}
	.neighbor-testimonialbox-style-6 .neighbor-item-thumbnail img{
		width: 55px;
    	height: 55px;
	}
	.neighbor-testimonialbox-style-6 .neighbor-author-name, 
	.neighbor-testimonialbox-style-6 .neighbor-box-footer{
		font-size: 13px;
	}
}
