@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800');
/*@font-face {
    font-family: 'Poppins-Bold';
    src: url('font/Poppins-Bold.ttf');
}
@font-face {
    font-family: 'Poppins-Regular';
    src: url('font/Poppins-Regular.ttf');
}
@font-face {
    font-family: 'Poppins mi';
    src: url('Poppins-Medium.ttf');
}
*/
  #myBtn {
  display: none;
    position: fixed;
    bottom: 20px;
    right: 21px;
    z-index: 999;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: transparent;
    color: white;
    cursor: pointer;
    /* padding: 15px; */
    border-radius: 4px
px
;
    width: 5%;
}

#myBtn:hover {
  background-color: transparent;
}
#myBtn img:hover{
    background:#fff;
    border-radius: 50%;
}
.footer-no a{
    color:#fff;
}
.logo-img{
       padding: 17px 0px;
}
.white-clr{
    color:#fff;
}
.mb-6{
    margin-bottom: -6px;
}
.white-clr:hover{
color:#fff !important;
}
.pb-20{
    padding-bottom: 20px;
}
.mt-20{
    margin-top:-20px !important;
}
.pb-15{
    padding-bottom: 13px !important;
}
section{
	padding-top: 40px;
	padding-bottom: 10px;
}
.title{
	font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 40px;
    color: #2D2D2D;
    padding-bottom: 25px;
}
.body-text{
	font-family: 'Poppins',sans-serif;
    color: #898989;
    font-size: 19px;
    text-align: center;
    font-weight: 500;
    line-height: 1.6;
}
.Warehousing{
	padding-bottom: 50px;
    margin-top: 30px;
    padding-top: 50px;
}
.Warehousing-icon{
	width: 40px;
}
.Facilities-title{
	margin: 0!important;
    padding: 0;
    margin-top: -6px !important;
}
.ul{
	border-left: 2px solid #ed1b2e;
    margin-left: 18px;
    padding: 11px 0px 42px 0px;
    list-style: none;
    margin-bottom: 0;
}
.ul li{
	padding-left: 20px;
    font-family: 'Poppins';
    font-size: 16px;
    padding-bottom: 4px;
    color: #292929;
    font-weight: 500;
}
.w-title{
	font-family: 'Poppins';
    font-size: 19px;
    font-weight: 700;
    margin-left: 10px;
}
.Packing{
	font-size: 16px !important;
    font-weight: 700 !important;
    margin-left: 14px;
    padding-bottom: 12px !important;
    padding-top: 7px;
}
.bg-gray{
	background-color: #F7F7F7;
}
.red-clr{
	color:#ED1B2E;
	font-weight: 600;
}
.address{
	color: #ED1B2E;
    font-size: 13px;
    font-family: 'Poppins';
    font-weight: 600;
}
.location p{
	    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
}
.bg-white{
	background-color: #FFFFFF;
	padding: 40px;
    /*opacity: 88%;*/
}
.mt-340{
	margin-top: -340px;
}
.z-index{
	z-index: 999;
}
.icon{
	width: 16px;
    margin-right: 15px;
    margin-left: 5px;
}
.pt-50{
	padding-top: 50px;
}
.location-space-text{
	background: #212121;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 18px;
    padding: 25px 35px;
    text-align: center;
    line-height: 1.6em;
}
.mb-90{
	margin-bottom: 9px !important;
    z-index: 999;
}
.navbar-light .navbar-nav .nav-link {
    color: #000000;
    font-family: 'Poppins';
    font-size: 15px;
    font-weight: bold;
    /*padding-left: 50px;*/
    margin-left: 50px;
    padding-left: 0;
    padding-right: 0;
}
.navbar-light .navbar-nav .active .nav-link {
    border-bottom: 2px solid #DF0121;
}
/*.navbar-expand-lg .navbar-nav {*/
/*    position: relative;*/
/*}*/
/*.navbar-expand-lg .navbar-nav:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 2px;*/
/*    background-color: #605b5b;*/
/*    top: 0;*/
/*    right: 0;*/
/*}*/
.border-top{
	border-top:1px solid #605b5b !important;
}
@media (min-width: 1200px) {
    .navbar-expand-lg .navbar-nav {
        padding-left: 170px;
        padding-top: 12px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}
.top-header {
    margin-bottom: 10px;
}
.top-header li {  margin-left: 15px; }
.top-header li a {
    color: #000000;
    font-family: 'Poppins';
    font-size: 14px;
}
.top-header li .loc-icon {
    width: 12px;
    margin-right: 6px;
}
.top-header li .mail-icon { width: 17px;  margin-top: -4px;}

.primary-menu  li{list-style: none;display: inline;}

   .primary-menu a {
    font-size: 13px;
    font-family: "Poppins";
    color: #000000;
    text-decoration: none;
    padding-left: 3px;
    /* float: right; */
    position: inherit;
    padding-right: 20px;
    padding-bottom: 5px;
}
.primary-menu {
    padding-top: 25px;
    padding-bottom: 11px;
    float: right;
   }
.primary-menu li a:hover {
   color: #d43f3a;
    
}
.position-left-6{
	position: relative;
    left: -6px;
}
.width-30{
max-width: 29.9% !important ;
}
.width-70{
max-width: 70.1% !important;
    flex: 70.1% !important;
}
.pt-35 {
    padding-top: 35px;
}
.pl-5{
	padding-left: 5px !important;
}
.pr-5{
	padding-right: 5px !important;
}
.pr-60{
	padding-right: 60px;
}
.pt-90{
	padding-top: 90px;
	margin-left:-9px !important;
}
.part-of{
	padding-left: 37px;
    padding-bottom: 0;
    margin-bottom: 9px;
}
.height-254{
	height: 252px;
}
.pb-30{
	padding-bottom: 30px;
}
.footer{
   
    background: #212121;
    padding: 50px 0px 30px 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
  }
  .border-left{
    border-left: 1px solid #ED1B2E !important;
  }
  .footer h5{
    color: #ED1B2E;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-left: -25px;
  }
  .footer p{
    font-size: 15px;
  }
  .mt-520{
  	margin-top: -536px;
  }
  .desk-disp-none{
	display:none;
  }


@media (max-width: 767px){
    .navbar-light .navbar-nav .nav-link{
        margin-left: 0px;
    }
	.res-disp-none{
		display: none;
	}
	.res-font-16{
	    font-size:16px !important;
	}
	.desk-disp-none{
		display:block;
	}
	.title{
		font-size: 31px;
	}
	.body-text{
		font-size: 17px;
		padding: 0px 25px;
	}
	.res-pt-4{
		padding-top: 4rem!important;
	}
	.height-254 {
    height: unset;
    }
    .ul{
    	padding-bottom: 20px;
    	margin-left: 16px;
    }
    .w-title{
    	font-size: 18px;
    	margin-left: 13px;
    }
    .Warehousing-icon {
    width: 33px;
}
.ul li{
	font-size: 16px;
}
.footer h5{
	margin-left: 0;
}
.res-mt-25{
	margin-top: 25px;
}
.res-footer-logo{
	text-align: center;
    margin-bottom: 45px;
}
.part-of {
    padding-left: 0;
    font-size: 16px !important;
}
.location-space-text {
    background: #212121;
    color: #FFFFFF;
    font-family: 'Poppins';
    font-size: 11px;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.6em;
}
.mb-90{
	margin-bottom: 0 !important;
}
.mt-340 {
    margin-top: -110px;
}
.footer p {
    font-size: 14px;
}
.footer h5{
	font-size: 16px;
}
.res-footer-logo img{
	width: 33%;
}
.pr-60 {
    padding-right: 60px;
    padding-left: 60px;
}
.bg-white{
	padding: 20px;
}
.pt-90{
	padding-top: 30px;
}
.mt-520 {
    margin-top: -370px;
}
.res-p-0{
	padding: 0 !important;
}

.rental-space{
	padding: 0px !important;
    margin-bottom: 3px !important;
    width: 100%;
    display: block;
    margin: auto;
}
.Warehousing {
    padding-bottom: 25px;
    margin-top: 0px;
    padding-top: 40px;
}
section {
    padding-top: 25px;
    padding-bottom: 10px;
}
}
  @media (device-width: 1440px) {
.ul li{
	font-size: 16px;
  }
  .Warehousing-icon {
    width: 35px;
}
}
@media (device-width: 1040px) {
	.w-title{
		font-size: 15px;
	}
	.Warehousing-icon {
    width: 32px;
}
.ul{
	margin-left: 15px;
}
.ul li{
	font-size: 15px;
}
.tab-pb-17{
	padding-bottom: 17px !important;
}
.title{
	font-size: 35px;
}
}


.footer-no a, _:future, :root .safari_only {
 color:#fff;}

