@import url('https://fonts.googleapis.com/css?family=Architects+Daughter');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700');
body,
html {
    width: 100%;
    height: 100%
}

body {
    /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #ff7f28
}

hr.light {
    border-color: #ff7f28;
}

a {
    color: #ff7f28;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

a:hover {
    color: #ff7f28;
    text-decoration: none;


}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: bold;
}
.h1, h1 {
    font-size: 3.25rem;
}
.h4,h4{
    font-weight: 500;
}
.bg-primary {
    background-color: transparent!important;
    background-image: url("../img/paper-2.png");
    -webkit-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 36px 0px rgba(0,0,0,0.75);
}
#services{
    background-image: url("../img/paper-2.png");
}
#stocks{
    background-image: url("../img/paper-2.png");
}
#truck-services {
    background-image: url(../img/paper-2.png);
    background-color: #fff;
    min-height:70vh;
    height: auto;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 3.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.img-fluid:hover{
 
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-o-transform:scale(1.1)
}
.img-fluid{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}
#contact {
    background-image: url(../img/paper-2.png);
    margin-top: -8rem;
    background-color: #fff;
}
.parallax-window {
    min-height: 400px;
    background: transparent;
}
#contactForm{
    margin-top: 30px;
}
.social-list{
        margin-top: 30px;
    font-size: 32px;
}

.footer{
    background-color: #000;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 0.7rem;

}
.bg-dark {
    background-color: #212529!important
}

.text-faded {
    color: rgba(255, 255, 255, .7)
}
.text-muted {
    font-style: normal;
    line-height: 1.7;
}
section {
    padding: 3rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, .1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

#mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #ff7f28;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

#mainNav .navbar-brand:focus,
#mainNav .navbar-brand:hover {
    color: #ff7f28
}

#mainNav .navbar-nav>li.nav-item>a.nav-link,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #212529
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #ff7f28
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active {
    color: #ff7f28!important;
    background-color: transparent
}

#mainNav .navbar-nav>li.nav-item>a.nav-link.active:hover,
#mainNav .navbar-nav>li.nav-item>a.nav-link:focus.active:hover {
    background-color: transparent;
}
/*#navbarResponsive a{
    font-family: 'Architects Daughter', cursive;
    color: #fff !important;
}*/

@media (min-width:992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent
    }
    #mainNav .navbar-brand {
        color: rgba(255, 255, 255, .7)
    }
    #mainNav .navbar-brand:focus,
    #mainNav .navbar-brand:hover {
        color: #fff
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link {
        padding: .5rem 1rem
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus {
        color: #bfbcbc;
        /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
    }
    #mainNav .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
        color: #ff7f28;
        /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
    }
    #mainNav.navbar-shrink {
        border-bottom: 1px solid rgba(33, 37, 41, .1);
        background-color:  #232323;
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #fff;
        font-size: 24px;
    }
    #mainNav.navbar-shrink .navbar-brand:focus,
    #mainNav.navbar-shrink .navbar-brand:hover {
        color: #ff7f28
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus {
        /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
        color: #fff;
    }
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:focus:hover,
    #mainNav.navbar-shrink .navbar-nav>li.nav-item>a.nav-link:hover {
        /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
        color: #f2f2f2;
    }
}
.img-zoom{
width:100px;
height:auto;
}
/*header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-image: url("../img/header.gif");
    background-attachment: fixed;
    
    
}*/
.parallax-window-header {
    position: relative;
    width:100%;
    min-height: 50vh;
    background: transparent;
}
header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px
}

header.masthead h1 {
    font-size: 2rem
}

header.masthead p {
    font-weight: 300
}

@media (min-width:768px) {
    header.masthead p {
        font-size: 1.15rem
    }

}

@media (min-width:992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
        padding-top: 0;
        padding-bottom: 0
    }
    header.masthead h1 {
        font-size: 3rem
    }
    

}

@media (min-width:1200px) {
    header.masthead h1 {
        font-size: 4rem
    }

}

.service-box {
    max-width: 400px
}

.portfolio-box {
    position: relative;
    display: block;
    max-width: 650px;
    margin: 0 auto
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(94, 85, 83, 0.57);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1
}

.portfolio-box:focus {
    outline: 0
}

@media (min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px
    }
  

}

.text-primary {
    color: #ff7f28!important
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #ff7f28;
    border-color: #ff7f28;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #ee4b28!important
}

.btn-primary:active,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(240, 95, 64, .5)!important
}

.logo-1 {

    /*margin:0 auto;
    width: 50%;
    margin-top: 38%;
    margin-bottom: 50%;*/
}
 .logo-12{
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) }


.truck-pic .col-lg-3{
    max-width: 20%!important;
}

/*----------- April-6-2019 --------------*/
@media (min-width: 320px) and (max-width: 480px) {
   .tm{
       padding: 0 !important;
   }
}
#clients {
    background-image: url(../img/paper-2.png);
    background-color: #fff;
    min-height:90vh;
    height: auto;
}
#testimonials {
    background-image: url(../img/paper-2.png);
    background-color: #fff;
    min-height:70vh;
    height: auto;
}
#blogs {
    background-image: url(../img/paper-2.png);
    background-color: #fff;
    min-height:90vh;
    height: auto;
}
#events {
    background-image: url(../img/paper-2.png);
    background-color: #fff;
    min-height:100vh;
    height: auto;
}
.clients-list div{
    /* text-align: center; */
}
.clients-list h1,h2{
    /*font-family: 'Architects Daughter', cursive;*/
    font-family: 'Nunito', sans-serif;
    text-align: center;    
    color: #6c757d!important;
}
.clients-list h1{font-size: 21px;padding-top: 15px;}
.clients-list h2{font-size: 18px;font-weight: 100;}
.btn-primary:not(:disabled):not(.disabled).active{
    background-color: #f57f2a !important; 
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #f57f2a !important; 
}
.blog-head{
    text-transform: uppercase;    
}
.blog-body{
    /* padding: 5px 40px !important; */
    font-size: 18px;
    font-weight: 100;    
}
.blog-body p{
    color: #6c757d !important;
}
.well { margin-bottom: 25px;}
.text-upper{text-transform: uppercase;}
#testimonials p{
    color: #6c757d !important;
    font-size: 18px;
}
#testimonials .tm{
    padding: 5px 100px;
}
.tm-left, .tm-right{
    color: #000;
    font-size: 40px;
}
.service-para p{
    font-style: normal;
    line-height: 1.7;
    /*color: #6c757d!important;*/
    color: #333 !important;
    margin-bottom: 0!important;
}
.slick-prev:before, .slick-next:before{
    color: #000 !important;
}
#fixedbutton {
    position: fixed;
    bottom: 0px;
    right: 8px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    margin-bottom: 45px;
    z-index: 99;
}
#fixedwbutton {
    position: fixed;
    bottom: 0px;
    right: 8px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
    margin-bottom: 90px;
    z-index: 99;
}
.btn-circle {
    width: 35px;
    height: 35px;
    padding: 6px 0px;
    border-radius: 27px;
    text-align: center;
    font-size: 14px;
    line-height: 1.42857;
}
#fixedqrcode {
    position: fixed;
    bottom: 15px;
    left: 5px;
    width: 180px;
    min-height: 120px;
    height: auto;
    margin-bottom: 10px;
    z-index: 99;
    background-color: #ffffff;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
#stocks h4{
    margin-top:18px !important;
}
/* .slick-prev{
    background: url('../img/left-arrow.png') no-repeat;
    width: 32px; 
    height: 32px; 
}
.slick-next{
    background: url('../img/right-arrow.png') no-repeat;
    width: 32px; 
    height: 32px; 
}
.slick-prev:before, .slick-next:before{content: '' !important;} 
.slick-prev:hover, .slick-prev:focus, .slick-prev:visited{background: url('../img/left-arrow.png') no-repeat;}
.slick-next:hover, .slick-next:focus, .slick-next:visited{background: url('../img/right-arrow.png') no-repeat;} */
@media (min-width: 320px) and (max-width: 480px) {
  /* .slick-prev, .slick-next{
      display: hide !important;
  } */
  .logo-1{width: 250px !important;}
}

#success{color:green;padding:10px;}



/*----------- April-6-2019 --------------*/






