 body,
 html {
     margin: 0px;
     padding: 0px;
     font-size: 16px;
     font-weight: 400;
     line-height: 1.5;
     background-color: #f7f7f7 !important;
     font-family: Roboto !important;
     color: #3a3a3a;
     height: 100%;
     min-height: 100%;
 }
.service-color{
    background-color: #ffc6a7;
}
 #header-logo {    
     display:none; 
    }  
.is-sticky 
    #header-logo {
            display:block; 
        }
 .no-padd{
    padding: 0px !important;
 }
 .navbar-default {
    background-color: #fcfcfc;
    /*background-color: #023b32;*/
    border-color: #e7e7e7;
    padding: 0 0 1% 0;
    box-shadow: 0px 0px 10px #333;
}
.bg-default{
    background-color: rgb(122 34 57) !important; 
}
.nav-item a{
    font-weight: 400;
    font-size: 18px;
}
.active a{
    color: #7a2239 !important;
}
.border-radius-default{
    border-radius:30px 30px;
}
.border-radius-images{
    border-radius:30px;
}
.h0{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; 
    color: #fff;
    font-weight: 500;
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    padding: 0 100px;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2%;
}
.border-radius{
    border-radius:30px 30px;
}
img.border-radius{
    border-radius:30px 30px;
}
.scaffolding-slider{ 
background-image: url('../img/slider/scaff.jpg');
width: 100%;
padding: 350px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.scaffolding-slider1{
background-image: url('../img/slider/scaff1.jpg');
width: 100%;
padding: 350px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.scaffolding-slider2{
background-image: url('../img/slider/scaff2.jpg');
width: 100%;
padding: 350px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.map-container-fluid{
     width: 100%;
    padding-right: 15px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.server-wrapper{
    background-color: #f7f7f7;
    border-radius: 6px;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
    height: 100%;
    transition: all .5s ease-in-out;
}
.server-wrapper:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.testimonial-wrapper{
    background-color: #fff;
    border-radius: 6px;
    /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
    height: 100%;
    transition: all .5s ease-in-out;
}
.testimonial-wrapper:hover {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
#server-main {
    margin: 0.5% 0 2% 0;
}
.heading{
    font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 2% 0;
    color: #3a3a3a;
}
.server-wrapper{
     border-radius: 30px;
    box-shadow: 0 0 15px #b3b3b3;
    align-items: center;
    /*padding-top: 20px;*/
    /* padding-bottom: 20px; */
    min-height: 90px;
    height: 100% !important;
}
.household-heading{
     font-weight: 400;
    font-size: 17px;
    text-align: center;
    line-height: 1.5;
    padding: 4% 0 1% 0;
}
.household-subheading{
     font-weight: 300;
    text-align: justify;
    line-height: 1.5;
}
#testimonial{
     background: url('../img/testemonial.jpg');
     background-size: cover;
     background-repeat: no-repeat;
}
.testimonial-wrapper{
     background: url(../img/dot.png) repeat;
     padding: 5% 0 4%  0;
     
}
.testimonial-cus-name{
     font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 2% 0;
    color: #ffff;
}
.reviews-heading{
     font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding:  2% 0;
    color: #ffff;
}
.testimonial-subheading{
     font-size: 16px;
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    padding: 0 0 2% 0;
    color: #ffff;
}

.footer{
     background-color: #40404a;
     padding:50px 0;
}
.footer-img{
     /*background-image: url(../img/footer.png);*/
    padding:30px 0 50px 0;
    background-repeat: no-repeat;
}
.footer-about{
     font-weight: 300;
     line-height: 1.5;
     text-align: justify;
     color: #ffff;
     margin-top: 6%;
}
.quick-link-subheading{
    margin-top: 1%;
}
a.btn-custom{
     background-color: #3a3a3a;
     color: #fff;
     padding: 2% 3%; 
}
.quick-link-heading {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 500;
}
.quick-link-subheading ul li a {
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
   list-style: none;
    list-style-type: none;
}
.quick-link-subheading ul li a:hover {
    color: rgb(255 53 20);
    transition: width 0.5s ease;
    font-weight: 400;
    
}
.quick-link-subheading ul li:hover{
     list-style-image: url(../img/grete-rthan.png);
     color: rgb(255 53 20);
    transition: width 0.5s ease;
    font-weight: 400;
     }
/*.quick-link-subheading ul {
     margin: 0px;
     padding: 0px;
}*/
.quick-link-subheading ul li{
   list-style: none;
   padding: 1% 0;
   list-style-image: url(../img/greterthan.png);
   color: #fff;
   font-weight: 300;
   }
.quick-link-heading:after{
     content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    width: 50px;
}
#copywrite {
    color: #333;
    padding: 1% 0 ;
    text-align: center;
}
.line {
     width: 30%; 
    border: 1px solid #fff;
    margin: 3% 0;
    transition: width 0.5s ease;
}
.line:hover {
     width: 40%; 
}
i.fa-greater-than {
    color: #fff;
    font-size: 12px;
    line-height: 1.;
}

.city {
    background: #40404a;
    padding: 2%;
    color: #fff;
}
.city ul li a{
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
}

#contact-us-form {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 6%;
    box-shadow: 0 7px 25px #000000b0;
    margin: 2%  0;
}
.address-main {
    padding-left: 50px !important;
    padding-right: 50px !important;
    padding-top: 3%;
    box-shadow: 0 7px 25px #000000b0;
    margin: 2% 2% 0 0;
}
.address-heading {
    font-size: 22px;
    font-weight: 300;
    padding: 15% 0 0 0;
    line-height: 50px;
}
.address-subheading {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.city-name {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}
.address-phone {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    padding-bottom: 25%;
}
button.btn-footer:hover {
    color: #fff;
    }
button.btn-footer {
    border-radius: 0px;
    padding: 2% 8%;
    color: #fff;
    background-color: #40404a;
    margin-bottom: 2%;
}
.fa-envelope-o:before {
    content: "\f003";
}
#why-choose-us{
    background: #003b35;
    background: -moz-linear-gradient(left, #003b35 0%, #7a2239 100%);
    background: -webkit-linear-gradient(left, #003b35 0%,#7a2239 100%);
    background: linear-gradient(to right, #003b35 0%,#7a2239 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003b35', endColorstr='#7a2239',GradientType=1 );
    padding: 30px 0 30px 0;
}
.why-choose-heading {
    font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding:1% 0 1% 0;
}
.why-choose-subheading{
    text-align: center;
    line-height: 1.5;
    font-weight: 300;
    color: #ffff;
    margin-bottom: 4%;
}
.fastest-delivery-heading {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 2%;
}
.fastest-delivery-subheading {
    color: #fff;
    line-height: 1.5;
    font-weight: 300;
    text-align: justify;
    margin-bottom: 13%;
}
#how-it-works{
     padding: 2% 0;
}
.how-it-works-heading{
     font-size: 22px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 1% 0;
    color: #3a3a3a;
}
.how-it-works-line {
     width: 100px;
    border: 1px solid #3a3a3a;
    transition: width 0.5s ease;
    margin-left: auto;
    margin-right: auto;
}
#price{
     padding: 2% 0;
}
.price-heading{
     font-size: 30px;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 0 1% 0;
    color: #3a3a3a;
}
.price-line {
     width: 100px;
    border: 1px solid #3a3a3a;
    transition: width 0.5s ease;
    margin-left: auto;
    margin-right: auto;
}
.price-subheading {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    padding: 2% 0;
    text-align: justify;
}
#mover-package{
    background-image: url(../img/mover-package.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 10px #888181;
}
#HouseHold-Shifting{
    background-image: url(../img/HouseHold-Shifting.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 10px #888181;
}
#warehouse-and-storage{
    background-image: url(../img/warehouse-and-storage.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: 0 1px 10px #888181;
}
#logistics{
    background-image: url(../img/logistics.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 10px #888181;
}
#car-bike-transportation{
    background-image: url(../img/car-bike-transportation.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 10px #888181;
}
#contactus{
    background-image: url(../img/contactus.jpg);
    padding: 200px 0;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 1px 10px #888181;
}
#about-us{
    padding:100px 0 105px 0;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/about.jpg);
}
#packer-main{
    padding: 2% 0;
}
#main-packer{
    padding: 0 0 2% 0;
    
}
.packer-m-heading {
    font-weight: 300;
    line-height: 1.5;
    text-align: justify;
}
#footer {
    margin-top: 2%;
}
.instagram-wrapper{
    margin-top: 8%;
}


.line{
    width: 100px;
    border: 1px solid #ffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}
.about-us-home{
    font-size: 25px;
    font-weight: 400;
    color: #ffff;
    text-align: center;
    margin-bottom: 2%;
}
#testimonial{
    padding: 2% 0;
}
.testimonial-heading{
    font-size: 30px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
    margin: 2% 0 1% 0;
}

.testimonial-subheading{
    font-size: 18px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 2%;
}
.testimonial-line{
    width: 152px;
    border: 1px solid #333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1%;
}

  .clientname{
    font-size: 20px;
    padding:5% 0 0 0;
  }


.domestic-heading {
    font-size: 30px;
    font-weight: 400;
    color:#3a3a3a;
    text-align: center;
    margin: 2% 0 3% 0;
}
.about-heading {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 2% 0 3% 0;
}


.scaffolding-needs-heading {
    font-size: 30px;
    font-weight: 400;
    color: #3a3a3a;
    text-align: center;
    margin: 2% 0 4% 0;
}
#aboutus{
    padding:200px ;
    width: 100%;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/project2/8.jpg);
}
#projects{
    padding:200px ;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/project2/4.jpg);
    
}
#contact-us{
     padding:200px ;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/project2/5.jpg);
}
/*Start Project*/
.portfolio-menu ul li{
    display:inline-block;
    margin:0;
    list-style:none;
    padding:10px 15px;
    cursor:pointer;
    -webkit-transition:all 05s ease;
    -moz-transition:all 05s ease;
    -ms-transition:all 05s ease;
    -o-transition:all 05s ease;
    transition:all .5s ease;
}
 
.portfolio-item .item{
    /*width:303px;*/
    float:left;
    margin-bottom:20px;
}
/*End Projects*/
.col-product {
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 15px 0 #aaa;
    background-color: #fff;
    margin-bottom: 10%;
}
.col-product:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 100;
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}
.service-area {
  background-color: #fff;
  border-radius: 6px;
  /* box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%); */
  height: 100%;
  transition: all .5s ease-in-out;
}
.service-area:hover {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}

.blinking a{
    font-weight: 700;
    font-size: 18px;
    color: red !important;
    animation: animate 
        2.5s linear infinite;
}

@keyframes animate { 
    0% {
        opacity: 0;
    }
 
    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 0;
    }
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: none repeat scroll 0 0 #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
    text-align: center;
}
.owl-controls{
    text-align: center;
}
.owl-dots button.owl-dot.active {
    background-color: #000;
  }
.owl-dots .owl-dot { display: inline-block;}
.our_team {
    background: #f1f2f2;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 50px 0 0 0;
}