/*@font-face {
    src: url(../fonts/helvetica-neue-bold.ttf);
    font-family: 'helvetica';
}
@font-face {
    src: url(../fonts/helveticaneue.ttf);
    font-family: 'helveticaneue';
}

@font-face {
    src: url(../fonts/HelveticaNeue-Medium.otf);
    font-family: 'HelveticaNeue-Medium';
}
@font-face {
    src: url(../fonts/Raleway-SemiBold.ttf);
    font-family: 'Montserrat';
}
@font-face {
    src: url(../fonts/._Helvetica.ttf);
    font-family: 'Helvetica-r';
}




@font-face {
    src: url(../fonts/Raleway-Heavy.ttf);
    font-family: 'Raleway-Heavy';
}
@font-face {
    src: url(../fonts/Raleway-Medium.ttf);
    font-family: 'Raleway-Medium';
}
@font-face {
    src: url(../fonts/Raleway-Regular.ttf);
    font-family: 'Raleway-Regular';
}
@font-face {
    src: url(../fonts/Momcake-Bold.otf);
    font-family: 'Momcake-Bold';
}







@font-face {
    src: url(../fonts/segoe-ui/SegoeUI.ttf);
    font-family: 'SegoeUI';
}
@font-face {
    src: url(../fonts/segoe-ui/SegoeUIBold.ttf);
    font-family: 'SegoeUIBold';
}



@font-face {
    src: url(../fonts/Calibri/Calibri.txt);
    font-family: 'Calibri';
}
@font-face {
    src: url(../fonts/Calibri/calibrib.txt);
    font-family: 'calibrib';
}
@font-face {
    src: url(../fonts/Calibri/calibril.txt);
    font-family: 'calibril';
}

*/



*{
	margin: 0;
	padding: 0;
	outline: 0;
}
body {
    background: #fff;
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    line-height: 1.1;
    font-weight: normal;
    letter-spacing: 0.56px
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.btn-link:hover, .btn-link:focus {
	text-decoration: none;
}
ul, ol {
	list-style-type: none;
    padding-left: 0;
}
P{
    font-size: 14px
}
.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;    
}
img {
	max-width: 100%;
	height: auto;
}








/*Navbar Section CSS*/

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 9999;
}
.navbar-light  .navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
	margin: 0 20px;
	color: #fff;
    font-weight: 400;
    transition: all linear .3s;
    font-size: 18px;
    font-weight: 400;
    position: relative;
}
.navbar-light  .navbar-nav .nav-link.btn-one {
    padding: 8px 30px;
    background: #006cff;
    border-radius: 25px
}
.navbar-light .navbar-nav .nav-link::after {
	position: absolute;
	content: '';
	width: 0;
	height: 2px;
	background: #fff;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: all linear .3s;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
	color: #fff;
}
    
    
.navbar-light .navbar-nav .nav-link.active::after {
    width: 100%;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link:hover::after {
    width: 100%;
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link.btn-one:hover::after{
	color: #fff;
    width: 0%;
    opacity: 0;
}

.navbar-light .navbar-nav .nav-link:focus {
	color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover {
	color: #fff;
}
.navbar-light .navbar-toggler-icon {
	background-image: url(../images/nav-ibar.svg);
}
.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}




/*Banner Section CSS*/

/*
#banner {
    position: relative;
}
*/
#banner .banner-main img {
    position: relative;
    height:550px;
}
#banner .banner-main .banner-items {
	position: absolute;
	top: 23%;
	left: 11%;
	z-index: 9;
	color: #fff;
}
#banner .banner-main .banner-items p {
    font-family: 'Montserrat';
    font-size: 18px;
}
#banner .banner-main .banner-items h1 {
    font-family: 'Montserrat';
    padding-bottom: 30px;
    font-size: 45px;
}
#banner .banner-main .banner-items a {
    font-family: 'Montserrat';
    font-size: 18px;
	color: #fff;
}
#banner .banner-main .banner-items a i {
    position: relative;
    top: 5px;
    width:75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
	background: #006cff;
    color: #fff;
	border-radius: 50%;
    margin-right: 10px;
    font-size: 32px;
}





/*steps Section CSS*/

#steps {
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}
#steps .Mask-left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -9;
    max-width: 50px;
}
#steps .Mask-right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -9;
    max-width: 50px;
}
#steps .steps-title h2 {
	font-family: 'Montserrat';
    font-size: 30px;
    padding-bottom: 40px;
    font-weight: 400;
}
#steps .steps-title h3 {
	font-family: 'Montserrat';
    font-size: 26px;
    padding-bottom: 40px;
    font-weight: 300;
}

#steps .step-item .step-count h4 {
	font-family: 'Montserrat';
	width: 75px;
	height: 75px;
	line-height: 65px;
	background: #006cff;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 32px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 30px;
    font-weight: 400;
}
#steps .step-item .step-count h6 {
	font-family: 'Montserrat';
	font-size: 26px;
	margin-bottom: 40px;
        font-weight: 300;
}
#steps .step-item .step-item-text {
    padding: 20px;
    padding-bottom: 10px;
    box-shadow: 0 0 5px 5px rgba(221, 221, 221, 0.65);
    margin-top: 30px;
    border-radius: 5px;
}
#steps .step-item .step-item-text p {
	font-family: Poppins;
	font-size: 16px;
	line-height: 30px;
        text-align: justify;
}
#steps .step-item .step-item-text .btn {
	font-family: Poppins;
	font-size: 14px;
    color: #006cff;
}
#steps .step-item {
    position: relative;
    margin-bottom: 70px;
}
#steps .arrow-sign i {
	position: absolute;
	left: -25%;
	z-index: 99;
	transform: translateX(25%);
	font-size: 30px;
	top: 36px;
}
#steps .landing-modal btn {
    text-align: right;
}
.btn.focus, .btn:focus {
	box-shadow: 0 0 0 0 rgba(0,123,255,.0);
}


#steps .step-item .Initiate{
    background-image: url('../images/steps/initiate_.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
}
#steps .step-item .Plan{
    background-image: url('../images/steps/Plan_.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
}
#steps .step-item .Dispatch{
    background-image: url('../images/steps/dispatch_.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
}
#steps .step-item .Move{
    background-image: url('../images/steps/move_.png');
background-position: center;
background-repeat: no-repeat;
background-size: cover; 
}






/*Service Section CSS*/

#service-section {
    padding-top: 50px;
    padding-bottom: 100px;
}
#service-section .container {
    position: relative;
}
#service-section .container .dots1 {
	position: absolute;
	top: -44px;
	left: -22px;
	z-index: -9;
	max-width: 100px;
}
#service-section .container .dots2 {
    position: absolute;
    bottom: -44px;
    right: -22px;
    z-index: -9;
    max-width: 100px;
}
#service-section .service-section-item {
    border-radius: 25px;
    box-shadow: 0 0 12px 8px rgba(221, 221, 221, 0.45);
    padding: 30px;
    padding-bottom: 40px;
    background: #fff;
}
#service-section .service-section-item .service-icon {
    width: 100px;
    height: 100px;
    background: #b4b9c1;
    border-radius: 25px;
    text-align: center;
    line-height: 100px;
    transition: all linear .3s;
}
#service-section .service-icon img {
    width: 35px;
}
#service-section .service-section-item h4 {
    font-family: 'Montserrat';
    font-size: 34px;
    padding-top: 50px;
    padding-bottom: 20px;
}
#service-section .service-section-item h4 {
    font-family: 'Montserrat';
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 20px;
}
#service-section .service-section-item p {
	font-family: 'Poppins';
	padding-bottom: 20px;
	font-size: 16px;
	line-height: 21px;
        text-align: justify;
}
#service-section .service-section-item a {
	font-family: 'Poppins';
	font-size: 16px;
	padding-bottom: 20px;
	line-height: 40px;
    color: #000;
}
#service-section .service-section-item a i {
    position: relative;
    top: 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #b4b9c1;
	color: #fff;
	border-radius: 50%;
	margin-left: 10px;
	font-size: 25px;
    transition: all linear .3s;
}
#service-section .service-section-item:hover .service-icon {
	background: #000;
}
#service-section .service-section-item:hover a i {
	background: #000;
}






/*Call Section CSS*/

#call-section {
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
#call-section .call-item h2 {
	font-family: 'Montserrat';
	font-size: 28px;
    padding-bottom: 80px;
}
#call-section .call-item h2 a {
    padding-left: 20px;
}
.btn-1 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 25px;
	padding: 20px 60px;
	background: #006cff;
	border-radius: 45px;
    color: #fff;
}
.btn-1:hover {
    color: #fff;
}







/*footer Section CSS*/
#footer {
    padding-top: 10px;
}
#footer .footer-main  {
    position: relative;
}
#footer .footer-main .footer-fild {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 224px;
	width: 100%;
}
#footer .footer-item h5, #footer .accordion-button {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 18px;
    color: #fff;
    padding-bottom: 30px;
}
#footer .footer-item p {
    padding-bottom: 5px;
}
#footer .footer-item p a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: start;
}
#footer .accordion-button i{
    padding-left: 12px;
    font-size: 12px;
}
#footer .accordion-body p a {
    text-align: start;
}
#footer .social-links {
    padding-top: 110px;
    text-align: right;
}
#footer .social-links ul {
    padding: 0;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 40px;
}
#footer .social-links ul li {
	display: inline-block;
	padding-left: 37px;
}
#footer .and-copy {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
    color: #fff;
}







/*modal Section CSS*/
.modal-header .btn-close {
	padding: 0;
}
.modal-header {
/*	justify-content: space-between;*/
	padding: 1rem 1rem;
	border-bottom: 0;
    padding-bottom: 0
}
.modal-content {
	border-radius: 15px;
	outline: 0;
    padding: 10px;
    background-color: #f2f2f2;
}
#steps .step-item .step-item-text p.modal-p {
    font-family: Poppins;
    font-weight: normal;
    font-size: 16px;
    text-align: justify;
    
}
.modal-title {
    font-family: Montserrat;
    font-size: 20px;
    color: #006CFF;
}
.btn-close {
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: 0.25em 0.25em;
	color: #000;
	background: url(../images/metro-cross.png) center/1em auto no-repeat;
}
.modal-dialog {
	max-width: 925px;
}




/*---================== About page CSS Start ==================---*/


#similar-banner .similar-banner-img {
    position: relative;
}
#similar-banner .similar-banner-fild {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 224px;
	width: 100%;
}
#similar-banner .page-banner-hading h4 {
	font-family: 'Montserrat';
	font-size: 40px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-left: 50px;
}
#similar-banner .page-banner-hading h4 span {
	position: relative;
    padding-right: 0px;
}
#similar-banner .page-banner-hading h4 span::before {
	position: absolute;
    content: '';
    bottom: -25px;
    left: 0;
    width: 78%;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    z-index: 991;
}
#similar-banner .page-banner-hading h4 span::after {
	position: absolute;
    content: '';
    bottom: -25px;
    right: 0;
    width: 17%;
    height: 8px;
    border-radius: 4px;
    background: #fff;
    z-index: 991;
}
.page-content-title h4{
	font-family: 'Montserrat';
	font-size: 50px;
	font-weight: 600;
    padding: 20px 0;
    position: relative;
    color: #000;
    margin-bottom: 100px;
}
.page-content-title h4{
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    padding: 20px 0;
    position: relative;
    color: #000;
    margin-bottom: 100px;
} 
.page-content-title h4::before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 50px;
	height: 2px;
	border-radius: 2px;
	background: #006CFF;
}
.page-content-title h4::after {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 140px;
    height: 2px;
    border-radius: 2px;
    background: #006CFF;
}
.page-content-peragrap {
    padding-bottom: 50px;
}
.page-content-peragrap p {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    line-height: 35px;
    text-align: justify;
}







/*---================== contact page CSS Start ==================---*/
#contact-page .contact-item {
    padding-bottom: 80px;
}
#contact-page .contact-item i {
    width: 60px;
    height: 60px;
    font-size: 25px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    background: #006CFF;
    margin-right: 20px;
}
#contact-page .contact-item h5 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    color: #153E73;
    padding-bottom: 15px;
}
#contact-page .contact-item p {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: normal;
    color: #8A9EB9;
}

#contact-page .contact-main-img {
    position: relative;
    margin-bottom: 30px;
}
#contact-page .contact-main-img img {
    border-radius: 15px;
}
#contact-page .contact-main-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 108, 255, 0.31);
    top: 0;
    left: 0;
    z-index: 99;
    border-radius: 15px;
} 
#contact-page .position-c1 {
	position: relative;
	top: -173px;
}
#contact-page{
	position: relative;
}
#contact-page .contact-form {
	position: absolute;
	right: 0;
	top: -501px;
	width: 90%;
}




/*---================== review page CSS Start ==================---*/

#write-review .larg-hadding h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    color: #081933;
    padding-bottom: 30px;
}
#write-review .larg-hadding p {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
    color: #B0B1B2;
    padding-bottom: 10px;
}
#write-review .review-form {
	margin-right: 100px;
}
#write-review .review-pictures img {
    border-radius: 20px;
}
#customer-review .customer-reviews-title h2 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
    text-align: center;
    padding-bottom: 80px;
}

#customer-review {
    background: #ffffff;
    padding-top: 10px;
    margin-top: 10px;
}
/*
#customer-review .customer-reviews-txt {
    padding-right: 100px;
}
*/
#customer-review .customer-reviews-txt h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
    word-spacing: 4px;
    padding-bottom: 60px;
    line-height: 60px;
}
#customer-review .customer-reviews-txt p {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
	color: #858585;
	line-height: 35px;
}
#customer-review .customer-reviews-txt h4 span {
    color: #006CFF;
}
#customer-review .customer-reviews-fild {
    padding-left: 60px;
}
#customer-review .customer-reviews-items {
	background: #fff;
	padding: 25px;
	padding-top: 50px;
	box-shadow: 0 0 3px 3px #ddd9;
	border-radius: 8px;
    margin-bottom: 35px;
    padding-bottom: 40px;
}
#customer-review .clint-review p {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
    line-height: 30px;
    color: #363636;
    padding-right: 72px;
}
#customer-review .clint-review h4 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
    line-height: 30px;
    color: #FF9E02;
    padding-right: 30px;
    padding-bottom: 40px;
}
#customer-review .clint-review h4 i {
    font-size: 28px;
    padding-right: 10px;
}
#customer-review .reviewer img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%
}
#customer-review .reviewer h5 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 21px;
	padding-left: 25px;
	line-height: 50px;
}
#customer-review .items-icon img {
    padding-top: 5px;
}










/*---================== Web-service page CSS Start ==================---*/


#Web-service {
    padding-top: 100px;
    padding-bottom: 50px;
} 
#Web-service .container {
	position: relative;
}
#Web-service .container .dots1 {
	position: absolute;
	top: -144px;
	left: 33px;
	z-index: -9;
	max-width: 100px;
}
#Web-service .container .dots2 {
	position: absolute;
	bottom: -122px;
	right: 33px;
	z-index: -9;
	max-width: 100px;
}
#Web-service .main-img img {
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 20px;
}
#Web-service .web-service-item{
	padding-right: 30px;
	padding-left: 30px;
}
#Web-service .web-service-item h3 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    color: #091A33;
    padding-bottom: 40px;
    text-transform: uppercase;
}
#Web-service .web-service-item p {
/*    font-family: 'Calibri';*/
	font-size: 16px;
	font-weight: normal;
    line-height: 27px;
    color: #091A33;
}
#Web-service .web-service-item h6 {
/*    font-family: 'Calibri';*/
	font-size: 22px;
	font-weight: 700;
    line-height: 37px;
    color: #091A33;
    padding-bottom: 30px;
    padding-top: 10px;
}

#Web-service .web-service-item .ul-item ul {
    list-style-type: disc;
    margin: 0;
    margin-left: 19px;
    margin-bottom: 70px;
}
#Web-service .web-service-item .ul-item ul li span {
	/* font-family: 'calibril'; */
	font-size: 12px;
	color: #091A33;
	line-height: 33px;
	letter-spacing: 1px;
}
#Web-service .web-service-item a {
	font-family: 'Poppins';
	font-size: 18px;
	padding: 15px 40px;
	background: #006cff;
	border-radius: 30px;
    color: #fff;
}
#Web-service .web-service-item .add-on-btn {
    padding-top: 60px;
}





/*---================== footer CSS Start ==================---*/

#footer .subscribe-us h5 {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	padding-bottom: 30px;
	padding-top: 18px;
}
#footer .subscribe-us {
    padding-bottom: 40px;
}
#footer .subscribe-us .form-control {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	color: #b4b9c1;
    height: 50px;
	margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 30px;
    border: 0;
}
#footer .subscribe-us .form-control:focus {
	color: #000;
}
#footer .subscribe-us .btn {
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	background: #006cff;
	margin-bottom: 30px;
	padding: 8px 0;
	height: 50px;
	border-radius: 30px;
	width: 100%;
}
#footer .footer-main .footer-fild {
	padding-top: 117px;
}



/*---================== add-on-services CSS Start ==================---*/


#add-on-services .step-item .step-item-text {
	padding: 5px 10px;
	min-height: 170px;
    box-shadow: 0 0 5px 2px rgba(221, 221, 221, 0.45);
}
#add-on-services {
    position: relative;
}
#add-on-services .design-up {
    position: absolute;
    left: 0;
    top: -34px;
    max-width: 150px;
}
#add-on-services .design-down {
    position: absolute;
    right: 0;
    bottom: 250px;
    max-width: 150px;
}
#add-on-services #steps .step-item .step-item-text p {
	line-height: 35px;
	box-shadow: 0 0 6px 1px rgba(221, 221, 221, 0.65);
}
#add-on-services .add-on-service-title h2 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}
#add-on-services .add-on-service-title p {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
    line-height: 40px;
    padding-bottom: 30px;
    text-align: justify;
}
#steps .step-item-img img {
	border-radius: 17px;
}






/*---================== section-sblog CSS Start ==================---*/


#section-sblog {
    padding-top: 80px;
}
#section-sblog .sblog-item  {
    padding-bottom: 30px;
}
#section-sblog .sblog-item img {
    border-radius: 15px;
}
#section-sblog .sblog-item h5 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #091A33;
}
#section-sblog .sblog-item p {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: normal;
    color: #091A33;
    line-height: 26px;
    text-align: justify;
}
#commercial-moves #add-on-services {
    margin-top: 100px;
}





/*---================== corporate-moves CSS Start ==================---*/
/*---================== international-move CSS Start ==================---*/
#corporate-moves #Web-service, #international-move #Web-service, #local-move #Web-service {
	padding-top: 200px;
	padding-bottom: 300px;
}

#corporate-moves #Web-service .container .dots1, #international-move #Web-service .container .dots1, #local-move #Web-service .container .dots1 {
	top: -220px;
}
#corporate-moves #Web-service .container .dots2, #international-move #Web-service .container .dots2, #local-move #Web-service .container .dots2 {
	bottom: -220px;
}
#corporate-moves #steps, #international-move #steps, #local-move #steps {
	margin-bottom: 0;
}
#corporate-moves #similar-banner .page-banner-hading h4 span::before, #international-move #similar-banner .page-banner-hading h4 span::before, #local-move #similar-banner .page-banner-hading h4 span::before {
    width: 87%;
}
#corporate-moves #similar-banner .page-banner-hading h4 span::after, #international-move #similar-banner .page-banner-hading h4 span::after, #local-move #similar-banner .page-banner-hading h4 span::after {
    width: 7%;
}







/*---================== moving-services CSS Start ==================---*/
#moving-services #steps #Web-service {
	margin-top: 200px;
	padding-bottom: 0;
}
#moving-services #section-sblog {
	padding-bottom: 100px;
}
#moving-services #Web-service .container .dots1 {
	top: -110px;
	left: inherit;
	right: 0;
}
#moving-services #Web-service .container .dots2 {
	bottom: -146px;
	left: 3px;
	z-index: -9;
}
#moving-services #add-on-services .design-up {
	top: -94px;
}







/*---================== tips-here CSS Start ==================---*/
#tips-here .tips-main h4 {
	font-family: 'Montserrat';
	font-size: 38px;
	font-weight: 600;
    color: #081933;
    padding-bottom: 25px;
}
#tips-here .accordion-item {
    box-shadow: 0 0 2px 2px rgba(221, 221, 221, 0.72);
    padding: 0;
    border-radius: 5px;
    position: relative;
    margin: 30px 0
}
#tips-here .accordion-item .btn {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    padding: 30px;
    width: 100%;
    color: #006CFF;
    text-align: left;
    transition: all linear .1s;
}
#tips-here .accordion-item .btn.collapsed {
    color: #777777;
}
#tips-here .accordion-item .btn i {
    position: absolute;
    right: 30px;
}
#tips-here .accordion-item .btn-p {
    margin-bottom: 0;
}
#tips-here .accordion-item .accordion-body p {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
    color: #777777;
    margin-bottom: 0;
    line-height: 40px;
}

#tips-here .accordion-item .accordion-body {
    padding: 30px;
    padding-top: 0
}
#tips-here .accordion-item button i {
	transition: all linear .4s;
    transform: rotate(-180deg);
    color: #006CFF;
}
#tips-here .accordion-item .btn.collapsed i {
	transform: rotate(0deg);
    color: #091A33;
}
#moving-tips #footer {
	padding-top: 20px;
}


#tips-here .tips-main h6{
    font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
    margin-bottom: 10px;
    line-height: 40px;
}
#tips-here .tips-main h5{
    font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
    margin-bottom: 10px;
    line-height: 40px;
}

#tips-here .tips-main h2{
    font-family: 'Montserrat';
	font-weight: 700;
	font-size: 20px;
    margin-bottom: 10px;
    line-height: 40px;
}







/*---================== picking-section CSS Start ==================---*/

#picking-section {
    position: relative;
    padding-bottom: 50px;
}
#picking-section .mask-left {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 50px;
}
#picking-section .mask-right {
    position: absolute;
    top: 40%;
    right: 0;
    max-width: 50px;
}
#picking-section .container {
    position: relative;
}
#picking-section .container .larg-dots,  #our-warehouse .larg-dots {
    position: absolute;
    top: -50px;
    left: -50px;
    max-width: 280px;
    z-index: -9;
}
#picking-section .picking-ser-img {
    padding-right: 80px;
    padding-bottom: 80px;
}
#picking-section .picking-ser-img img {
    border-radius: 22px;
}
#picking-section .picking-txt-item h6, #our-warehouse .web-service-item h6 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 50px;
    padding-left: 100px;
}
#picking-section .picking-txt-item p {
	/* font-family: 'calibril'; */
	font-size: 16px;
	font-weight: normal;
    line-height: 32px;
    padding-bottom: 20px;
}


#picking-section .picking-service-list h5 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
    padding-bottom: 25px;
}
#picking-section .picking-service-list h6 p {
	font-family: 'Poppins';
	font-size: 16px;
	font-weight: normal;
    padding-bottom: 15px;
    line-height: 24px;
    margin-bottom: 0px;
}
#picking-section .picking-service-list h6 img {
	/*width: 17px;*/
	height: 10px;
	margin-right: 10px;
	margin-top: 5px;
}



/*---================== picking-section CSS Start ==================---*/


#Packing-Supplies {
    
}
#Packing-Supplies .packing-supplies-title h2 {
	font-family: 'Montserrat';
	font-size: 47px;
	font-weight: 700;
    text-align: center;
    padding-bottom: 80px;
}
#Packing-Supplies .packing-supplies-title h6 {
	font-family: 'Poppins';
	font-size: 23px;
	font-weight: 500;
    line-height: 80px;
}
#Packing-Supplies .packing-supplies-title h3 {
	font-family: 'Montserrat';
	font-size: 36px;
	font-weight: 700;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

#Packing-Supplies .packing-items {
    margin-bottom: 70px;
}
#Packing-Supplies .packing-items h4 {
	font-family: 'Montserrat';
	font-size: 24px;
	font-weight: 600;
    padding-top: 25px;
    padding-bottom: 21px;
}
#Packing-Supplies .packing-items p {
	font-family: 'Poppins';
	font-size: 11px;
	font-weight: 500;
    padding-bottom: 20px;
    line-height: 30px;
}

#Packing-Supplies .item-quantity {
    border-radius: 8px;
    border: 2px solid rgba(157, 163, 173, 0.36);
    width: 85%;
}
#Packing-Supplies .item-quantity select {
	font-family: 'Poppins';
	font-size: 18px;
	font-weight: 400;
	border: 0;
	color: #9DA3AD;
	width: 100px;
	padding: 10px;
	margin-right: 0;
	line-height: 20px;
    text-align: center;
}
#Packing-Supplies .item-quantity h6 {
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 400;
    color: #9DA3AD;
	padding: 10px;
}
#Packing-Supplies .item-quantity select:focus {
    border: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
#Packing-Supplies .packing-items .buy-btn {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	background: #006cff;
	margin-bottom: 30px;
	padding: 15px 40px;
	border-radius: 28px;
	margin-top: 29px;
}













#Packing-Supplies .nav-tabs .nav-item.show .nav-link,#Packing-Supplies .nav-tabs .nav-link.active {
    font-size: 40px;
    font-weight: 600;
	color: #091A33;
	background-color: #fff;
}
#Packing-Supplies .nav-tabs .nav-item {
	display: inline-block;
	width: 50%;
	margin-left: -4px;
	text-align: center;
}
#Packing-Supplies .nav-tabs .nav-link {
	font-family: 'Poppins';
/* font-family: 'Helvetica Neue';*/
    font-size: 40px;
    font-weight: 400;
	border: 0;
	color: #9DA3AD;
	border-radius: 0;
    text-align: left;
    padding-bottom: 30px;
	border-bottom: 1px solid #9DA3AD;
    padding-left: 0;
}
#Packing-Supplies .nav-tabs .nav-link.active span   {
    position: relative;
    padding-right: 50px;
}
#Packing-Supplies .modal-dialog {
	max-width: 1325px;
}
#Packing-Supplies .nav-tabs .nav-link.active span::after {
	position: absolute;
	content: '';
	bottom: -31px;
	left: 0;
	width: 100%;
	height: 6px;
	background: #091A33;
	border-radius: 3px;
}












#Packing-Supplies .side-item {
    padding-top: 30px;
}

#Packing-Supplies .side-item .form-control {
/* font-family: 'Helvetica Neue';*/
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
    background: #F1F2F3;
    color: #091A33;
    height: 70px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 5px;
}
#Packing-Supplies .side-item .form-group {
    position: relative;
}
#Packing-Supplies .side-item .form-group span {
	position: absolute;
	bottom: 0;
	right: 10px;
	max-width: 68px;
}
#Packing-Supplies .side-item .form-control:focus {
    box-shadow: 0 0 0 0 rgba(221, 221, 221, 0);
}
#Packing-Supplies .side-item label {
/* font-family: 'Helvetica Neue';*/
	font-family: 'Poppins';
    font-weight: 400;
    font-size: 26px;
    padding-top: 30px;
    color: #091A33;
    padding-bottom: 10px;
}
#Packing-Supplies .side-item label img {
	width: 31px;
	padding-left: 3px;
	position: relative;
	top: -3px;
}
#Packing-Supplies .side-item .btn {
	/* font-family: 'Helvetica Neue'; */
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 30px;
	max-width: 400px;
	width: 100%;
	height: 70px;
	border-radius: 5px;
	color: #fff;
	background: #006CFF;
    margin-top: 40px;
}
#Packing-Supplies .form-group p {
	font-size: 39px;
	line-height: 65px;
	padding-left: 3px;
    color: #091A33;
}
#Packing-Supplies {
    position: relative;
}
#Packing-Supplies .design-up {
    position: absolute;
    top: -34px;
    max-width: 150px;
}
#Packing-Supplies .design-down {
	position: absolute;
	right: 111px;
	bottom: 250px;
	max-width: 150px;
}











/*---================== our-warehouse CSS Start ==================---*/

#Web-service {
	position: relative;
}

#our-warehouse .web-service-item h6 {
    padding-left: 0;
}
#our-warehouse .larg-dots {
	top: -53px;
	left: -18px;
}
#our-warehouse .container .main-img {
    padding-right: 30px;
}
#our-warehouse .web-service-item {
    padding-left: 110px;
    padding-right: 0;
}
#terms .terms-items {
    padding-bottom: 40px;
}
#terms .terms-items h6 img {
	/*width: 21px;*/
	height: 10px;
	margin-right: 10px;
	margin-top: 5px;
}
#terms .terms-items h6 p {
	font-family: 'Poppins';
	font-size: 14px;
	font-weight: normal;
	color: #091A33;
	padding-bottom: 0px;
	line-height: 24px;
	margin-bottom: 22px;
}
#terms .terms-items .item-img img{
    border-radius: 21px;
}
#terms {
    position: relative;
    margin-bottom: 50px;
}
#terms .mask-right {
    position: absolute;
    left: 0;
    bottom: 50px;
    max-width: 50px;
}
#terms .mask-left {
    position: absolute;
    right: 0;
    top: -25%;
    max-width: 50px;
}
#terms .terms-items h5 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 20px;
	color: #091A33;
    padding-top: 25px;
    padding-bottom: 25px;
}
#terms .terms-items p {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 14px;
	color: #091A33;
    line-height: 24px;
    text-align: justify;
}





/*---================== best-clints CSS Start ==================---*/


#best-clints .section-title-here h2 {
	font-family: 'Montserrat';
	font-weight: 600;
	font-size: 58px;
	color: #091A33;
    padding-top: 50px;
    padding-bottom: 200px;
    text-align: center;
}
#best-clints .client-items {
	padding: 50px;
    background: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px 10px #cfd9e14f;
}
#best-clints .client-items p {
/*    font-family: 'Calibri';*/
	font-size: 16px;
	font-weight: 400;
	color: #091A33;
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 25px;
    text-align: justify;
}
#best-clints .client-items img {
    max-width: 30%;
    height: 3px;
}
#best-clints .client-items button {
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 18px;
	padding: 15px 30px;
	background: #006cff;
	border-radius: 30px;
	color: #fff;
	border: 0;
}
#best-clints .client-items button i {
    padding-left: 10px;
}
#best-clints {
    position: relative;
}
#best-clints .up-1-img, #best-clints .up-2-img, #best-clints .mid-1-img, #best-clints .mid-2-img, #best-clints .btm-1-img, #best-clints .btm-2-img, #best-clints .long-dots1, #best-clints .long-dots2   {
    position: absolute;
}
#best-clints .up-1-img {
	top: 22%;
	left: 15%;
	max-width: 120px;
}

#best-clints .up-2-img {
	top: 21%;
	right: 15%;
	max-width: 100px;
    width: 100%;
}
#best-clints .mid-1-img{
    bottom: 44%;
    left: 0%;
    max-width: 70px;
    
}
#best-clints .mid-2-img{
    bottom: 36%;
    right: 0%;
    max-width: 140px;
    width: 100%;
} 
#best-clints .btm-1-img {
	bottom: 0%;
	left: 8%;
	max-width: 100px;
}
#best-clints .btm-2-img {
	bottom: -3%;
	right: 14%;
	max-width: 80px;
}

#best-clints .long-dots1 {
	bottom: 0%;
	left: 19%;
	max-width: 90px;
	z-index: -9;
}
#best-clints .long-dots2{
    top: 40%;
    right: 19%;
    max-width: 100px;
    z-index: -9;
}  







/*---================== moving-srvices CSS Start ==================---*/

#moving-srvices #Web-service {
    position: relative;
}
#moving-srvices #Web-service .design-up {
	position: absolute;
	top: -154px;
    left: -30px;
	max-width: 150px;
}
#moving-srvices #Web-service .design-up2 {
	position: absolute;
    bottom: 0;
    right: 0;
	max-width: 150px;
}
#moving-srvices #terms .moving-item-img {
	padding: 35px;
	padding-right: 100px;
}
#moving-srvices #terms .moving-item-img.moving-item-img2 {
	padding: 35px;
	padding-left: 100px;
}
#moving-srvices #terms .client-items {
	margin-right: 100px;
    position: relative;
    background: #091A33;
    color: #fff;
}
#moving-srvices #terms .client-items.client-items2 {
	margin-right: 100px;
	margin-left: 0;
}


#moving-srvices #terms .maximum-group {
	position: absolute;
	bottom: -4px;
	right: 37px;
	z-index: -9;
	max-width: 340px;
}
#moving-srvices #terms .midium-group {
	position: absolute;
	bottom: -14px;
	right: 37px;
	z-index: -9;
	max-width: 300px;
}
#moving-srvices #terms .client-items p {
	color: #fff;
}
#moving-srvices #terms .client-items button {
	font-size: 12px;
}
#moving-srvices #terms .section-title-here h2 {
	font-weight: 700;
	font-size: 26px;
    padding-bottom: 70px;
    padding-top: 40px;
}

#moving-srvices #terms h6 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #091A33;
	text-transform: uppercase;
	padding-bottom: 0px;
    text-align: center;
    padding-top: 10px;
}

#moving-srvices #terms .mask-left {
	position: absolute;
	right: 0;
	top: 16%;
	max-width: 50px;
}

#moving-srvices #terms .mask-right {
	bottom: -77px;
}










/*---================== Career CSS Start ==================---*/


#career  h2 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #091A33;
    padding-bottom: 45px;
} 
#career #terms .joining-team h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #091A33;
    padding-bottom: 25px;
} 
#career #terms .work-sector {
	background: #e5f0ff;
    padding: 15px 0;
    margin-bottom: 50px;
    
} 
#career #terms .work-sector h6 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #091A33;
	background: #e5f0ff;
} 



#apply-now .count-number {
    display: flex;
    justify-content: center;
}
#apply-now .count-number img  {
	max-width: 80px;
    margin-right: 20px;
}
#apply-now .count-number h4  {
	font-family: 'Poppins';
	font-weight: normal;
    padding-bottom: 10px;
	font-size: 20px;
	color: #091A33;
}
#apply-now .count-number h6  {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 20px;
	color: #091A33;
}






#apply-now  .form {
	box-shadow: 0 0 10px 10px rgba(221, 221, 221, 0.48);
	border-radius: 32px;
	overflow: hidden;
	margin-top: 100px;
}
#apply-now .form .form-item {
    padding: 130px;
}
#apply-now .form .form-item img {
    max-width: 300px;
}
#apply-now .form .form-item h4 {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	color: #091A33;
    padding-top: 40px;
    padding-bottom: 40px;
}
#apply-now .form .form-item .form-control {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
	height: 70px;
	padding-left: 25px;
    color: #828081;
    border: 0;
    box-shadow: 0 0 3px 2px rgba(221, 221, 221, 0.29)
}
#apply-now .form .form-item .form-control:focus {
    border: 0;
    box-shadow: 0 0 3px 2px rgba(221, 221, 221, 0.29);
    color: #091A33;
}
#apply-now .form .form-item .sub-btn {
    text-align: right;
}
#apply-now .form .form-item .sub-btn .btn {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 15px;
    padding: 10px 40px;
    border-radius: 20px;
	background: #006cff;
	border-radius: 30px;
	color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}












#review #footer {
        padding-top: 100px;
        background: #fafafa;
    }




/*--================ Contact page CSS ================--*/
.contact-form .form-control {
    font-family: 'Poppins';
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 30px;
    color: #887F90;
    border: 1px solid #887F90;
    height: 50px; 
}
.contact-form .form-control.mssage-fild {
    height: 150px; 
}
.contact-form .form-control:focus {
    color: #120021;
    border: 1px solid #887F90;
}
.contact-form .btn{
    font-family: 'Poppins';
    font-weight: 700;
    padding: 15px 60px;
    background: #006CFF;
    font-size: 20px;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*--================ Review page CSS ================--*/




#write-review .rate {
    float: left;
    height: 46px;
}
#write-review .rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}
#write-review .rate:not(:checked) > label {
    float:right;
    width:1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:70px;
    color:#ccc;
}
#write-review  .rate:not(:checked) > label:before {
    content: '★';
}
#write-review .rate > input:checked ~ label {
    color: #FF9E02;    
}
#write-review .rate:not(:checked) > label:hover,
#write-review .rate:not(:checked) > label:hover ~ label {
    color: #FF9E02;  
}
#write-review .rate > input:checked + label:hover,
#write-review .rate > input:checked + label:hover ~ label,
#write-review .rate > input:checked ~ label:hover,
#write-review .rate > input:checked ~ label:hover ~ label,
#write-review .rate > label:hover ~ input:checked ~ label {
    color: #FF9E02;
}


#write-review .review-form .rate-t {
	font-family: 'Montserrat';
	font-weight: 400;
	font-size: 20px;
    color: #081933;
}
#write-review .review-form .rate-now h3 {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 44px;
	padding-top: 12px;
	margin-left: 386px;
}
#write-review .form-control {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 30px;
	color: #887F90;
	border: 2px solid rgba(182, 182, 182, 0.63);
	height: 50px;
}
#write-review .review-form label {
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 16px;
}
#write-review .review-form {
    padding-top: 30px;
}
#write-review .form-control:focus {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 30px;
	color: #887F90;
	border: 2px solid #FF9E02;
	height: 50px;
}
#write-review .form-control.mssage-fild {
	height: 250px;
}
#write-review .review-form .btn{
	font-family: 'Poppins';
	font-weight: 500;
    padding: 18px 80px;
    background: #006CFF;
    font-size: 24px;
    border-radius: 38px;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 30px;
}
#write-review .review-form span{
	font-family: 'Poppins';
	font-weight: normal;
    font-size: 16px;
    border-radius: 30px;
    color: #838C99;
    margin-bottom: 10px;
    margin-top: 10px;
}

/*footer Section CSS*/

#form #footer {
	margin-top: -249px;
}

.navbar-brand{
    margin-left:11% !important
}

.header_form{
position: absolute;
right: 0%;
top: 15%;
}
.header_form_subpages{
position: absolute;
right: 0%;
top: -110%;
}