body{font-family:'Lato', sans-serif; font-size:16px;color: #000;line-height: 24px ;background-color: #fff}
h1{font-family: 'Lato', sans-serif; color: #004F9F; font-size: 30px; text-transform: uppercase;}
h2{font-family: 'Lato', sans-serif; color: #004F9F; font-size:30px; text-transform: uppercase; padding-bottom: 30px}
h3,h4{font-family: 'Lato', sans-serif; color: #000; font-size: 24px}
li{font-family:'Lato', sans-serif; font-size:16px;color: #000;line-height: 24px; font-weight: 300}
blockquote {
margin: 20px 0 20px;
padding: 30px;
}
button:focus{
outline: none;
}
#scroll-to-top {
width: 40px;
height: 40px;
position: fixed;
bottom: 10px;
right: 20px;
display: none;
font-size: 25px;
border-radius: 0;
transition: .2s;
letter-spacing: 1px;
text-align: center;
line-height: 40px;
color: #ffffff;
font-weight: 900;
border-radius: 100%;
}
/*------------------------------------------------------------------
HEADER
-------------------------------------------------------------------*/
.top-header{
padding: 0px 0px;
}
.top-header{
background:#661c04 !important;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
margin: 0 auto;
z-index: 20;
}
.top-header img{
    width:250px;
    padding:10px 0px;
}   
.call-button{
font-size: 25px;
border-radius: 30px 30px 0 30px;
line-height: 27px;
font-weight: 800;
padding: 10px 30px;
color:  #fff;
background-color:#3d2728;
animation: blink 0.8s infinite;
/*background: linear-gradient(177.32deg, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;*/
}
.call-button:hover{
text-decoration: none;
color: #fff;
}
.call-button i{margin-right: 5px;transform: skew(1deg);}

@keyframes blink {
  0%,
  100% {
    background: #3d2728;
    
  }

  50% {
    color: #fff;
    background: #eb7d24;
   
  }
}
/*------------------------------------------------------------------
Banner
-------------------------------------------------------------------*/
.banner{padding: 100px 0 80px 0}
.banner h1,h2{
font-family:'Lato', sans-serif;
font-size: 28px;
font-weight: bolder;
color: #fff;
line-height: 40px;
padding: 10px 0;
text-transform: uppercase;
}
.banner h2{
    font-family:'Lato', sans-serif;
font-size: 25px;
font-weight: bolder;
color: #fff;
line-height: 40px;
padding: 10px 0;
text-transform: uppercase;

}
.blue{color: #015ead;}
.orange{color: #eb7d24;}
.banner span{
font-size: 30px
}
.banner p{
font-size: 20px;
color: #000;
line-height: 25px;
text-transform: capitalize;
padding: 15px 0;
}
.banner-details{
padding-top: 100px;
}
.term-text {
padding: 5px 0 5px 0!important;
font-size: 12px;
line-height: 18px;
}
.freet{background-color: #661c047d;padding: 30px 20px;margin-top: 40px;border-radius: 20px;border: 1px solid #fff;}
.freet h3{
padding-bottom: 10px;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
}
.txtfld{ margin-bottom: 15px}
.form-control.txtfld {
display: block;
width: 100%;
height: calc(1.5em + .75rem + 2px);
padding: 6px 12px;
font-size: 12px;
line-height: 1.5;
background-color: #fff;
background-clip: padding-box;
border-radius: 0; color: #363636}
.form-control.txtfld::-webkit-input-placeholder {color: #363636}
.form-control.txtfld ::-moz-placeholder {color: #363636}
.form-control.txtfld:-ms-input-placeholder {color: #363636}
.form-control.txtfld:-moz-placeholder {color: #363636}
select.form-control:not([size]):not([multiple]) {
height: calc(1.5em + .75rem + 2px);
}
.submitbtn{
font-size: 15px;
font-weight: bold;
width: 100%;
border:none;
padding: 5px 0;
margin-top: 10px;
color: #FFF;
background: linear-gradient(
180deg
, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0) 100%), #661c04;
text-transform: uppercase;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s
}
.submitbtn:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(
174.82deg
, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;transform-origin: 0 50%;
-webkit-transition-property: transform;transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.submitbtn:hover:before{
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.submitbtn:hover{
text-decoration: none;
color: #fff
}
.buttons{
font-size: 15px;
font-weight: bold;
width: 100%;
border:none;
padding: 10px 80px;
margin-top: 10px;
color: #FFF;
background-color: #004F9F;
text-transform: uppercase;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s
}
.buttons:before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #E87817;
-webkit-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;transform-origin: 0 50%;
-webkit-transition-property: transform;transition-property: transform;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out
}
.buttons:hover:before{
-webkit-transform: scaleX(1);
transform: scaleX(1);
}
.buttons:hover{
text-decoration: none;
color: #fff;
}
/*------------------------------------------------------------------
video-section
-------------------------------------------------------------------*/
.video-section{
padding: 35px 0 25px 0;
}
.video-section h4{
font-size: 18px;
font-weight: 800;
line-height: 20px;
margin-left: 10px;
padding-top: 10px;
color: #3d2728;
}
.video-section iframe{
border-radius: 20px;
}
/*------------------------------------------------------------------
services-section
-------------------------------------------------------------------*/
.services-section{
padding: 35px 0 25px 0;
background-color: #fff;
}
.title{
display: flex;
align-items: center;
padding-bottom: 15px;
justify-content: center;
}
.title img{
margin-left: 10px;
margin-right: 10px;
}
.title h3 {
font-size: 26px;
font-family: 'lato' sans-serif;
font-weight: 800;
text-transform: uppercase;
line-height: 26px;
color: #3d2728;
margin-bottom: 0;
}
.title span{
color: #661c04;
}
.custom-card{
border: none;
margin-bottom: 20px;
background-color: #fff;
border-radius: 20px;
box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.custom-card img{
border-radius: 20px 20px 0 0;
margin-bottom: 10px;
}
.card-body{
padding:20px;
min-height: 230px;
}
.card-body h3{
font-size: 20px;
margin-bottom: 10px;
line-height: 22px;
letter-spacing: 1px;
font-weight: 800;
color: #3d2728;
text-transform: uppercase;
}
.card-body p{
text-align: justify;
color: #6c717b;
text-transform: capitalize;
min-height: 145px;
}
.card-body a{
font-size: 16px;
background: linear-gradient(
177.32deg
, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;
box-shadow: 0px 4px 14px rgb(0 0 0 / 25%);
border-radius: 5px;
cursor: pointer;
text-transform: capitalize;
font-weight: 700;
padding: 8px 25px;
color: #2F2F2F;
border: 0px;
}
.card-body a:hover{
text-decoration: none;
}
/*------------------------------------------------------------------
why-us-section
-------------------------------------------------------------------*/
.why-us-section{
padding: 35px 0 35px 0;
background-color: #fff;
}
.why-us-section h2{
font-size: 18px;
color: #000;
font-weight: bold;
text-transform: capitalize;
}
.why-us-card .face{
padding: 10px;
border-radius: 20px;
transition: 0.5s;
margin-bottom: 20px;
}
.why-us-card .face{
background: rgb(240 236 225);
box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
.why-us-card .face h3{
font-size: 14px;
font-weight: bold;
margin-top: 10px;
}
/*------------------------------------------------------------------
achievement-section
-------------------------------------------------------------------*/
.achievement-section{
padding: 35px 0 35px 0;
background: #306598!important;
    background-color: #306598 !important;
}
.achievement-section h2{
font-size: 18px;
color: #fff;
font-weight: bold;
text-transform: capitalize;
}
.achievement-section h4{
font-size: 30px;
line-height: 32px;
padding: 10px 0;
margin: 0;
color: #fff;
font-weight: bolder;
text-transform: capitalize;
}
.achievement-section h5{
font-size: 18px;
line-height: 22px;
color: #fff;
text-transform: capitalize;
}
.counter {
background-color:transparent;
border-radius: 20px;
margin-bottom: 10px;
}


/*------------------------------------------------------------------
testimonial-section
-------------------------------------------------------------------*/
.testimonial-section{
padding: 60px 0 35px 0;
background-color: #fff;
}
.card-main {
padding: 50px;
border-radius: 10px;
margin-top: 50px;
margin-bottom: 50px;
box-shadow: 0px 4px 8px 0px #283593
}
.card-0 {
color: #fff;
background: #306598!important;
    background-color: #306598 !important;
position: relative;
margin-left: 70px;
border-radius: 20px;
min-height: 312px
}
.carousel-indicators li {
cursor: pointer;
border-radius: 50% !important;
width: 10px;
height: 10px
}
.profile {color: #fff;background-color: #661c04;position: absolute;left: -70px;top: 17%;border-radius: 20%;border-top-left-radius: 0px;border-bottom-right-radius: 0px}
.profile-pic {
width: 120px;
height: 120px;
border-radius: 100%;
}
.open-quotes {
margin-left: 130px;
margin-top: 100px
}
.content1 {
margin-left: 150px;
margin-right: 80px
}
.close-quotes {
margin-bottom: 100px;
margin-right: 60px
}
@media screen and (max-width: 600px) {
.card-main {
padding: 50px 10px
}
.card-0 {
min-height: 432px;
margin-left: 0;
}
.profile {
top: 10px;
left: 50%;
transform: translateX(-50%);
}
.profile-pic {
width: 90px;
height: 90px
}
.open-quotes {
margin-left: 100px
}
.content1 {
margin-left: 20px;
margin-right: 20px;
position: absolute;
top: 50%;
}
.close-quotes {
margin-right: 30px
}
}
/*------------------------------------------------------------------
cities
-------------------------------------------------------------------*/
.cities-section{
padding: 60px 0 35px 0;
background-color: #fff;
}
.cities-section h4{
font-size: 18px;
color: #000;
text-transform: capitalize;
}
.cities-section ul{
padding: 0;
list-style: none;
}
.cities-section ul li{
font-size: 16px;
color: #2f2f2f;
text-transform: capitalize;
}
.counter-value{
    font-size: 28px;
    color: #fff;
    padding: 10px 0;
}
/*------------------------------------------------------------------
branches
-------------------------------------------------------------------*/
.branch-section{
padding: 60px 0 35px 0;
background-color: #fff;
}
.branch-section h5{
font-size: 20px;
font-weight: bold;
line-height: 22px;
color: #000;
text-transform: capitalize;
}
.branch-section .info-box i{
font-size: 40px;
color: #661c04;
padding-bottom: 10px;
background:-moz-linear-gradient( 177.32deg, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;
background: -webkit-linear-gradient( 177.32deg, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;
background: linear-gradient( 177.32deg, rgba(251, 255, 56, 0.8) 13.44%, rgba(255, 255, 255, 0) 87.87%), #661c04;
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
-webkit-text-fill-color:transparent;

}
.branch-section .info-box {
color: #2f2f2f;
text-align: center;
border-radius: 20px;
padding: 20px 10px 30px 10px;
background: rgb(240 236 225);
box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}
/************************************************
media query
*********************************************/
/* mobile or only mobile */
@media (max-width: 767px) {
h1{
font-size: 20px;
}
h2{
font-size:20px;
padding-bottom: 30px
}
h3,h4{
font-size: 18px
}
.banner-details {
padding-top:0;
}
.banner{
padding: 100px 0;
}
.banner  h1{
margin: 0;
font-size: 22px;
line-height: 32px;
padding: 0;
}
.banner span{
    font-size: 28px;
}
.banner h2{
    font-size: 18px;
    line-height: 25px;
    padding: 5px 0;
}
.banner p {
margin:5px 0 0 0;
font-size: 16px;
padding: 0;
}
.banner-details img{
    width: 100px;
    height: 100px;
}
.freet{
    margin-top: 5px;
}
.smh{
height: 40px
}
.brd{
border: none;
}
.table td{
padding:0.60rem;
}
.title{
display: flex;
align-items: center;
justify-content: center;
}
.title img{
margin-left: 10px;
margin-right: 10px;
}
.title h3 {
font-size: 18px;
font-family: 'lato' sans-serif;
font-weight: 800;
text-transform: uppercase;
line-height: 26px;
color: #3d2728;
margin-bottom: 0;
}
}
/****************************************
thank you page
*********************************************/
.thankyou{
padding: 200px 0
}
.thankyou h3{
line-height: 30px;
font-weight: lighter;
}
.thankyou a{
text-decoration: none;
color: #004F9F;
font-weight: bold;
}
.thankyou a:hover{
color: #E87817
}
/******************************************************
t&c
*******************************************************/
.terms{
padding:150px 0 50px 0;
}
.terms a{
text-decoration: none;
color: #004F9F;
font-weight: bold;
}
.terms a:hover{
color: #E87817
}

.terms h5{
    font-weight: bold;
}

.terms p{
    font-size: 15px;
    line-height: 20px;
}
.terms span{
    font-weight: bold;
}

.truck-icon {
margin-left: 2rem;
}
.running-truck-wrap .main-img{
display: block;
}
.running-truck-wrap .truck-wheels{
margin-top: -12px;
}
.running-truck-wrap{
position: relative;
width:max-content;
display: block;
margin-bottom: -2px;
animation: driving 8s infinite linear;
-moz-transform: driving 8s infinite linear;
-webkit-transform: driving 8s infinite linear;
-o-transform: driving 8s infinite linear;
-ms-transform: driving 8s infinite linear;
}
@keyframes driving {
0% {
left: -5%;
}
10% {
bottom: 0%;
}
50% {
transform: rotateZ(0deg);
}
100% {
left: 110%;
transform: rotateZ(0deg);
}
}
.running-truck-wrap .wheel-1{
margin-left: 15px;
}
.running-truck-wrap .wheel-1 img{
animation: wheelsRotation 0.6s infinite linear;
-moz-animation: wheelsRotation 0.6s infinite linear;
-webkit-animation: wheelsRotation 0.6s infinite linear;
-o-animation: wheelsRotation 0.6s infinite linear;
-ms-animation: wheelsRotation 0.6s infinite linear;
}
.running-truck-wrap .wheel-2{
margin-left: 55px;
}
.running-truck-wrap .wheel-2 img{
animation: wheelsRotation 0.6s infinite linear;
-moz-animation: wheelsRotation 0.6s infinite linear;
-webkit-animation: wheelsRotation 0.6s infinite linear;
-o-animation: wheelsRotation 0.6s infinite linear;
-ms-animation: wheelsRotation 0.6s infinite linear;
}
@keyframes wheelsRotation {
0%{
transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg);
}
}
.gray-bg{
background-color: rgb(240 236 225);
}
/****************0*/
/* ==========================================================================
18.0 client-slid Section
========================================================================== */
.client-slid-section{
padding: 50px 0;
position: relative;
z-index: 1;
}
.client-slid-section .dots{
width: 100%;
height: 100%;
left: 0;
top: 0;
background: url(../img/bg-dots.html) 0 0 repeat;
z-index: -1;
}
.client-slid-item{ text-align: center; }
.client-slid-item img{
margin: auto;
border-radius: 20px;
}
.client-slid-item:hover img{
opacity: 1;
cursor: pointer;
}
/* ======= Slick Controls ======= */
.slick-slide:focus{ outline: none; }
.nav-style .slick-arrow{
width: 40px;
height: 40px;
line-height: 40px;
font-size: 16px;
color: #333;
text-align: center;
position: absolute;
left: -40px;
top: 50%;
transform: translateY(-50%);
cursor: pointer;
z-index: 10;
}
.nav-style .slick-arrow.right{
left: auto;
right: -40px;
}
.carousel-dots .slick-dots{
text-align: center;
margin-top: 30px;
}
.carousel-dots .slick-dots li{
display: inline-block;
margin: 0 4px;
}
.carousel-dots .slick-dots li button{
display: inline-block;
background-color: #263a4f;
width: 10px;
height: 10px;
border-radius: 50%;
overflow: hidden;
text-indent: -999px;
}
.carousel-dots .slick-dots li.slick-active button{
background-color: #156afd;
}
.carousel-dots .slick-dots li button:focus{ outline: none; }
@media (max-width: 767px) {
.nav-style .slick-arrow{ left: 0; }
.nav-style .slick-arrow.right{
left: auto;
right: 0;
}
}
/*------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
.footer-box {
padding: 20px 0;
background: linear-gradient(180deg, rgba(255, 255, 255, 0.21) 0%, rgba(255, 255, 255, 0) 100%), #661c04;
}
.footer-box p {
color: #fff;
font-size: 13px;
margin: 0;
font-weight: 500;
}
.footer-box a{
font-size: 14px;
text-transform: capitalize;
color: #fff;
}
.footer-box a:hover{
color: #661c04;
text-decoration: none;
}
.footer-box i{
color: #fff;
font-size: 20px;
margin: 0 5px;

}
.footer-box i:hover{
color: #661c04;
transition: all ease-in .50s;
}
.line {
background: #fff none repeat scroll 0 0;
display: block;
height: 2px;
margin-bottom: 13px;
width: 100%;
}

#callbook {
  background: #3d2728;
  bottom: 0;
  height: 50px;
  left: 0;
  position: fixed;
  display: none;
  right: 0;
  z-index: 100;
}

#callbook ul {
  padding: 0px;
}

#callbook ul li {
  border-bottom: 1px solid #fff;
  background: #3d2728;
  position: relative;
  width: 50%;
  list-style: none;
  float: left;
  line-height: 50px;
  text-align: center;
}

#callbook ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}


#callbook ul li a i {
  animation: pulsate 0.5s ease-out;
  animation-iteration-count: infinite;
  -webkit-animation: pulsate 0.5s ease-out;
  -webkit-animation-iteration-count: infinite;
}
@media (max-width: 575px){
#callbook {
    display: block;
}
.footer-box {
padding: 20px 0 50px 0;

}
}
/*************************************
            breadcrumbs
 *********************************/
.breadcrumbs{
    background-image: url(../images/breadcrumb.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    padding: 50px 0;
    margin-top: 100px;
}
.breadcrumbs h2{
    font-size: 35px;
    font-weight: 800;
}
.pack-img img{
    width:100%;
    height:230px;
}
.client-slid-item img {
    margin: auto;
    width:200px;
    height:120px;
    border-radius: 20px;
}