
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
*{
  transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
body{
    font-family: 'Roboto', sans-serif, -apple-system,BlinkMacSystemFont,Roboto,"Helvetica Neue",Helvetica,Arial;
    font-size: 16px;
    color:#000;    
    text-shadow: none;
}

h1, h2, h3, h4, h5, h6{
    width: 100%;
    color:#262626;
    font-weight: 800;
    text-transform: uppercase;
    margin:10px 0 20px;
}
ul, ol{
    list-style-type: none;
    color:#555;
    margin: 0;
    padding: 0;
}
a, a:link, a:hover{
    color:#000;
    text-decoration: none;
}
p{
    font-size: 16px;
    color:#555;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 1.8;
}
.red-text{
  font-size: 15px;
  color:#f00;
}
.imageright{
  float: right;
  margin-bottom: 10px;
  margin-left: 20px;
}
.imageleft{
  float: left;
  margin-bottom: 10px;
  margin-right: 20px;
}
.h1-heading{
  font-size: 34px;
}
.no-margin{
    margin: 0;
}
.section-padding{
  padding: 50px 0;
}
.form-group{
  margin-bottom: 0;
}
.form-row{
  margin-bottom: 5px;
}
.form-group label{
  margin-bottom: 1px;
}
.form-control{
  font-size: 15px;
    color: #000;
}
h1{
  font-size: 2rem;
  margin-bottom: 10px;
}
h2{
  font-size: 1.8rem;
  margin-bottom: 10px;
}
h3{
font-size: 1.5rem;
margin-bottom: 10px;
}
.head3{
  font-weight: 200;
  font-size: 25px;
  margin-bottom: 0;
}
input.form-control, select.form-control,textarea.form-control{
    height: 35px;   
    /*border:1px solid #999; 
    border:1px dashed #888; */
    border:1px solid #ced4da;
    border-radius: 0;
}
textarea.form-control{
  height: 60px;
}
.form-control:focus{
    border:1px solid #333;
    
}
.btn{
    background: #0b5dba;
    color: #fff;
    padding: 7px 55px;
    text-transform: uppercase;
    border-radius: 20px;
}
.btn:link{
  color:#fff;
}
.btn-pink{
  font-size: 14px;
  background: #EF476F;
  color: #fff !important;
  padding:5px 10px;
}
.btn-blue{
  font-size: 14px;
  background: #001f3a;
  color: #fff !important;
  padding:5px 10px;
}
.btn-link{
  color:blue;
  text-decoration: underline;
}
.read-more{
  background: #0a4384;
    color: #fff !important;
    padding: 7px 55px;
    text-transform: uppercase;
    border-radius: 20px;
}
.section-padding{
    padding: 50px 0;
}
.error_class{
  color:#f00;
  font-size: 14px;
}
.form-group span.red-text{
  font-size: 12px;
}
.overlay{
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  left: 0;
}
.heading{
  position: relative;
}
.headinglight{
  color:#555;
  margin: 0;
}
.heading2{
  margin-top: 0;
  margin-bottom: 40px;
}
.page-loader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 1;
}

.page-loader-inner {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 20px;
    transform: translateY(-50%);
}

.spinner {
    position: relative;
    height: 50px;
    width: 50px;
    margin: 100px auto;
}

.double-bounce1,
.double-bounce2 {
    position: absolute;
    /*background-color: #505cfd;*/
    background-color: #f00;
    border-radius: 50%;
    opacity: .5;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
    animation-delay: -1s;
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}
.navbar-toggler {
    display: none;
    position: absolute;
    top: 15px;
    right: 0px;
    padding: 0;
    }
header.navbar{
  width: 100%;
  padding: 0;
}
header.navbar .header-inner{
  width: 100%;
  background: #fff;
  border-bottom:1px solid #d4d4d4;
  }

.header-top{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px 0px;
  border-bottom:1px solid #d4d4d4;
}
.header-top .social-icons-top{
  text-align: right;
}
.header-top .social-icons-top a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #333;
  
  }
  .header-top .social-icons-top a i{
    font-size: 9px;
    color: #fff;
  }
.header-top .toll-free-num{
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #333; 
}
.header-top .toll-free-num span{
  line-height: 25px;
}
.header-top .toll-free-num span:last-child{
  font-size: 22px;
  color: #0b5dba;
  }
.header-bottom{
  width: 100%;
  display: flex;
  align-items:center;
  justify-content: space-between;  
  position: relative;
  padding: 10px 0px;
}
.navbar-collapse{
  display: inline-flex;
  justify-content: flex-end;
}
.navbar-collapse ul.navbar-nav{
  width: 100%;
  display: block;
  text-align: right;
}
.navbar-collapse ul.navbar-nav li{
  display: inline-block;
}
.navbar-collapse ul.navbar-nav li a{
  padding: 5px 10px;
}
.choose-city{
  font-size: 15px;
  width: 250px;
  color:#555;
  margin-left: 30px;
  line-height: 1;
  cursor: pointer;
  text-transform: uppercase;
}
.choose-city i{
  color:#555;
  font-size: 20px;
  margin-left: 5px;
  vertical-align: middle;
}
#city.modal{
  background: rgb(250,250,250);
}
#city.modal .modal-dialog{
  max-width: 1280px;
    padding: 30px 0;
    margin:0 auto;
    pointer-events: auto;
  }
#city.modal .modal-dialog  .popular-city{
  /*display: flex;
  flex-direction: row;*/
  padding: 0 20px;
  margin-bottom: 40px;
}
#city.modal .modal-dialog .modal-content{
  background: none;
  padding: 50px 30px;
  border:0;
}
#city.modal .modal-dialog .modal-dismiss{
  float:right;
  cursor: pointer;
}
#city.modal .modal-dialog .modal-dismiss i{
  font-size: 30px;
}
#city.modal .modal-dialog  p{
  width: 100%;
  color: #0b5dba;
  margin: 0;
}
#city.modal .modal-dialog  .all-city{
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}
#city.modal .modal-dialog  .all-city ul li{
  display: inline-flex;
}
#city.modal .modal-dialog  .all-city ul li a{
  color:#555;
  padding: 5px 0px;
}
#city.modal .modal-dialog  .all-city ul li a:after{
  margin: 0 10px;
  content:"|";
}
#city.modal .modal-dialog  .all-city ul li:last-child a:after{
  display: none;
}
#city.modal .modal-dialog  .popular-city .popular-city-icon{
  display: inline-flex;
    margin: 10px;
    padding:0 20px;
    border: 1px solid #b1b1b1;
}
#city.modal .modal-dialog  .popular-city .popular-city-icon figure{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#city.modal .modal-dialog  .popular-city .popular-city-icon figure figcaption{
  color:#0b5dba;
  }
#banner-section {
  background: #f7f7f7; 
  border-bottom:1px solid #d4d4d4;
  
}
#banner-section .container{
  position: relative;
}
.banner-cnt-div{  
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#0b5dba;
}
.banner-cnt{
  width: 505px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color:#0b5dba;
}
.banner-img{
  display: inline-flex;
}
.banner-cnt h1, .banner-cnt h2, .banner-cnt h3{  
  font-weight: 200;
  }
.banner-cnt h2{
  font-size: 30px;
  font-weight: 800;  
  color:#0b5dba;
  text-transform: capitalize;
  text-align: center;
}
.banner-cnt h3{
  font-size: 20px;
  font-weight: 800;
  color:#4e4f50;
  text-transform: capitalize;
  text-align: center;
}

.quotation-form{
  width: 500px;
  background: #0b5dba;
  position: relative;
  top: -60px;
  padding: 25px 30px;
  border-radius: 15px;
}
#quotation-form{
  margin: 0 10px;
}
/*#quotation-form:before{
  width: 100%;
  height: 150px;
  content: "";
  background: #4c8ed8;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 40%;
  border-bottom-right-radius: 40%;
}*/
.quotation-form h3{
  font-size: 30px;
  color:#fff;
  font-weight: 200;
  text-align: center;
  margin-bottom: 30px;
}
.quotation-form .form-group{
  margin-bottom: 10px;
}
.quotation-form .form-group label{
  color:#fff;
  margin-bottom: 0px;
}
.quotation-form .form-group input.form-control{
  height: 40px;
  color:#fff;
  background: #186ed0;
  border:1px solid #0a4384;
  }
  .quotation-form .form-group textarea.form-control{
  background: #186ed0;
  border:1px solid #0a4384;
  }
  .quotation-form .form-group input.form-control::placeholder,   .quotation-form .form-group textarea.form-control::placeholder{
    color:#ccc;
  }

 .quotation-form .form-group .btn{
  font-weight: 700;
  background: #fff;
  color: #0b5dba;
  margin: 0 auto;
 }

 a.getquote{
  color:#000;
  background: #ffa800;
  padding: 3px 15px !important;
  border-radius: 13px;
 }

#how-it-work{
  background: #f7f7f7;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
#how-it-work h5{
  font-weight: normal;
  text-align: center;
  margin: 0;
}
#how-it-work h2{
  font-weight: normal;
  color:#0a4384;
  text-align: center;
  margin-bottom: 30px;
}

#how-it-work .hw-work{

  background: url(../images/road-bg.png) repeat-y center;
  padding:20px 0;
  margin:10px 0;
}



.hw-work-item{
  width: 100%;
  padding: 20px 0;
}
.hw-work-item .hw-work-block{
  width: 50%;
}
.hw-work-item .right{
  margin-left: 50%;
}
.hw-work-item .right > .block {
  margin-left: 5%;
}
.hw-work-item .left{
  margin-left: 20%;
  }

.hw-work-item .hw-work-block .block{
  background: #fff;
  width:75%;
  padding: 20px;
  border:1px solid #b3b3b3;
  position: relative;
}
.hw-work-item .hw-work-block .left:before{
    width: 20px;
    height: 20px;
    background: #fff;
    content: "";
    border: 1px solid #b3b3b3;
    position: absolute;
    right: -10px;
    border-top: transparent;
    transform: rotate(-45deg);
    border-left: transparent;
}
.hw-work-item .hw-work-block.right .block:before{
    width: 20px;
    height: 20px;
    background: #fff;
    content: "";
    border: 1px solid #b3b3b3;
    position: absolute;
    left: -10px;
    border-bottom: transparent;
    transform: rotate(-45deg);
    border-right: transparent;
}
.hw-work-item .hw-work-block .left:after{
  width: 25px;
    height: 25px;
    content: "";
    background: url(../images/bullet.png);
    position: absolute;
    right: -47px;
    top: 15px;
  }
  .hw-work-item .hw-work-block.right .block:after{
  width: 25px;
    height: 25px;
    content: "";
    background: url(../images/bullet.png);
    position: absolute;
    left: -45px;
    top: 15px;
  }
.hw-work-item .hw-work-block .block > .title{
  font-size:25px;
  color:#0a4384;
  margin-bottom: 10px;
}
.hw-work-item .hw-work-block .block > .description p{
  font-size:18px;
  line-height: 22px;
}

.company-profile{
}
.company-profile h1{
  font-weight: 200;
  color:#0a4384;
  margin-bottom: 20px;
}
.company-profile p{
  padding:0 50px;
}
#our-services{
  background: #e8e8e8;
}
#our-services h2{
  font-weight: 200;
  color:#0a4384; 
  margin-bottom: 20px;
 }
 #services{

 }
.hm-service-bx{
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: #f4f4f4;
  border-radius: 10px;  
  margin-bottom: 30px;
}
.hm-service-div{
  margin-bottom: 25px;
}
.hm-service-bx .hm-ser-bx-innre{
  padding: 20px 20px 0px 20px;
  text-align: center !important;
}
.hm-service-bx .hm-ser-bx-innre h5{
  font-size: 18px;
  font-weight: 200;
  color:#0a4384; 
  margin:20px 0 10px;
}
.hm-service-bx .hm-ser-bx-innre p{
  font-size: 15px;
  height: 66px;
  overflow: hidden;
  position: relative;    
  line-height: 1.5;
}
  .hm-service-bx .hm-ser-bx-innre p:after{
    width: 44px;
    background: #fff;
    content: "...";
    text-align: left;
    position: absolute;
    right: 0;
    bottom: 0;
}
.hm-service-bx .hm-ser-bx-innre figure{
  width:100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #efefef; 
  box-shadow: 0px 0px 10px #999 inset;
  margin:0 auto;
  border-radius: 50%;
}
.hm-service-bx .hm-ser-bx-innre figure img{
  width: 65%;
}
a.read-more-btn{
  font-size: 14px;
  background:#0b5dba;
  color:#fff;
  padding: 7px 15px;  
  margin: auto;
  border-radius: 15px;
}
a.read-more-btn:after{
  width: 25px;
  height: 25px;
  position: relative;
  right: 0;
  content:"";
}
#customer-numbers{
  background: #0a4384;
  padding: 30px 0;
}
#customer-numbers .customer-numbers {
  padding: 0 30px;
}
#customer-numbers .customer-numbers .numbers{
  font-size: 40px;
  font-weight: 200;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}
#customer-numbers .customer-numbers h6{
  font-weight: 200;
  color:#ddd;
  text-align: center;
  }

#personal_information,
#company_information{
  display:none;
}
.help-block{
  color:red;
}
#enquiry-form h3{
  font-size: 30px;
  color:#0b5dba;
  margin-bottom: 20px;
}
.form-horizontal{
  padding: 0 50px;
}
.form-horizontal .form-group{
  margin-bottom: 20px;
}
.form-horizontal label{
  font-size: 18px;
  color:#555;
  padding: 0 25px;
  margin-bottom: 0px;
}
.form-horizontal input[type="text"],.form-horizontal input[type="email"]{
  font-size: 18px;
  font-weight: 400;
  height: 45px;
  padding: 10px 20px;
  border:1px solid #b9b9b9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 4px #9e9e9e;
}
.form-horizontal textarea{
  font-size: 18px;
  font-weight: 400;
  padding: 10px 20px;
  border:1px solid #b9b9b9;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 2px 4px #9e9e9e;
}
.form-horizontal a.btn{
  font-size: 15px;
  color:#fff;
  padding: 5px 30px;
}
.form-horizontal input.btn-success{
  font-size: 15px;
  color:#fff;
  padding: 5px 30px;
  background: green;
}
.form-checkbox{
  display: inline-block;
  font-size:15px; 
  margin-right: 10px;
}
.form-checkbox input{
  vertical-align: middle;
  }
#previous,#previous2{
  font-size: 15px;
  background: #ffa800;
  color:#333;
  padding: 5px 20px;
  border:0;
  outline: 0;
}
.formActive{
  display: flex !important;
  align-items: center;
  justify-content: center;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    padding: 0px;
    overflow: auto;
    padding-bottom: 60px;
    padding-top: 50px;
    background-color: #fff;
    z-index: 999;
}
.formActive .close-form{
  display: block;
}
.close-form{
  width: 100px;
    height: 100px;
    font-size: 20px;
    display: none;
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
}
.close-form i{
  
}
/* ==========================================================================
    Inner page design
    ========================================================================= */
#breadcrumb-section{
  width: 100%;
  height: 150px;
  background: url(../images/inner-bg.jpg) center no-repeat;
  background-size:cover;
  position: relative;
}
.breadcrumb-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 0;
}
.breadcumb{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.breadcumb h3{
  font-size: 25px;
  font-weight: 200;
  color:#fff;
  text-align: center;
}

#one-line-desc{
  width: 100%;
  background: #fff;
  box-shadow: 0 0 5px #a5a5a5;
  text-align: center;
  padding: 10px 0;
}
#one-line-desc p{
  color:#555;
  text-align: center;
  margin-bottom: 0px;
}
#inner-main{  
  background: #e8e8e8;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
#inner-main-content a{
  color:#0b5dba;
}
#inner-main h3{
  font-size:30px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 20px;
}
.inner-ul li{
  display: inline-block;
  color:#0b5dba;
  padding: 0 20px;
  text-transform: uppercase;
}
#about-us .easy-steps-bx{
  background: #f4f4f4;
}
#easy-steps h2{
  font-weight: 200;
  margin-bottom: 20px;
}
#easy-steps .easy-steps-bx{
  height: 100%;
  background: #e8e8e8;
  padding: 10px 8px;
  text-align: center;
  box-shadow: 0 2px 5px #b5b5b5;
}
#easy-steps .easy-steps-bx h5{
  font-size: 15px;
  color: #0b5dba;
  margin-bottom: 5px;
  text-align: center;
  }
  #easy-steps .easy-steps-bx p{
    text-align: center;
    line-height: 1.4;
  }
.why-choose-us-bx{
  height: 100%;
    padding: 30px 25px;
    background: #fff;
    box-shadow: 0 10px 10px #ddd;
}
.why-choose-us-bx figure{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;  
  background: #e8e8e8;
  margin: auto;
  box-shadow: 0 0 10px #999 inset;
  border-radius: 50%;
}
.why-choose-us-bx figure img{
  width: 58%;
  }
.why-choose-us-bx h4{
  font-size: 18px;
  /*font-weight: 200;*/
  color:#0b5dba;
  text-transform: none;
  margin-bottom: 10px;
  text-align: center;
}
.why-choose-us-bx p{
  text-align: center;
  line-height: 1.5;
}
.why-chs-cnt p{
  font-size: 14px;
}
.main-content{
  padding: 30px 30px;
  
}
.main-content h5{
  font-size: 20px;
  font-weight: 200;
  color:#555;
  margin: 0;
}
.main-content h1{
  font-size: 30px;
  font-weight: 200;
  color:#0b5dba;
  margin: 0;
  margin-bottom: 20px;
}
.main-content ul{
  list-style-type: disc;
  margin-left: 30px;
  margin-bottom: 20px;
}
#home-choose-us{
  width: 900px;
  margin: 0 auto;
}

#home-choose-us  .home-choose-us-row{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -76px;
}
#home-choose-us .home-choose-bx{
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: 170px;
  height: 170px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 5px 5px #b3b3b3;
  margin: 0 20px;
}
#home-choose-us .home-choose-bx figure{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:5px;
  margin-top: -20px;
}
#home-choose-us .home-choose-bx p.title{
  color:#0b5dba;
  text-align: center;
  margin-bottom: 5px;
  line-height: 1;

}
#home-choose-us .home-choose-bx p.desc{
  font-size: 14px;
  color:#555;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1;
}
.left-image{
  float: left;
  margin-bottom: 15px;
  margin-right: 15px;
}
#call-toll-free{
  background: #0a4384;
  padding: 30px 0;
}
#call-toll-free h5{
  font-size: 18px;
  font-weight:  200;
  color:#cecece;
  margin: 0;
}
#call-toll-free h3{
  font-size: 40px;
  font-weight: 200;
  color:#fff;
  }
  #call-toll-free i{
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2462a9;
    margin-right: 10px;
    border-radius: 50%;
    position: relative;
  }
  #call-toll-free i.fa-phone:before{
    color: $ff9d02;
    transform: rotate(-220deg);
  }
  .sitemap{
    margin-bottom: 15px;
  }
  .sitemap h5{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .sitemap ul li{
    display: inline-block;
  }
  .sitemap ul li a{
    color:#555;
    font-size: 15px;
    padding: 10px 10px;
    position: relative;
  }
  .sitemap ul li a:hover{
    color: #0b5dba;
  }
  .sitemap ul li a:after{
    position: absolute;
    content: "|";
    right: 0;
  }
/* ==========================================================================
    FOOTER
    ========================================================================= */
    #footer{
      background: #303b50;
      padding: 30px 0;
    }
    #footer h5{
      font-weight: 400;
      color:#d4d4d4;
      margin-bottom: 10px;
    }
#footer .footer-top{
  background: #222;
  padding: 30px 0;
}
#footer .footer-top h5{
  font-size: 18px;
  color: #fff;
  font-weight: 300;
}
#footer .footer-top p, #footer .footer-top p a{
  color:#a7a7a7;
  line-height: 1.5;
  margin-bottom: 10px;
  text-align: left;
}
#footer .footer-top p strong{
  color:#fff;
  font-weight: 300;
}
.footer-social-icons{
    margin-top: 15px;
}

.footer-social-icons > li{
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a{
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;

    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.footer-social-icons li a:hover{
    color: #fff;
}
.widget ,.widget ul{
  width: 100%;
  text-indent: 0;
}
.widget ul li{
  display: block;
}

.widget ul > li a{
  display: inline-block;
  font-size: 16px;
    color:#a3aab7;
    list-style: none;
    position: relative;
    float: left;
}
.widget ul > li a:hover{
  color:#fff;
  }
.widget ul > li a:after{
    content: "|";
    padding: 0 10px;
}
.widget ul > li:last-child a:after{
  content:"";
}
.widget li a{
    padding-top: 5px;
    display: block;
}
.links ul > li a{
  float: none;
}
.links ul > li a:after{
  content: "";
  }
a.footer-link{
  color:#fff;
  text-decoration:underline;
}
.footer-social-icons li a i{
  font-size: 30px;
  color:#a7a7a7;
}
.footer-social-icons li a:hover i{
  color:#fff;
}
.footer-bottom{
  width: 100%;
  padding-top: 30px;
  margin-top:30px;
  border-top: 1px solid #455067;
}

.footer-bottom .copyright-container a,
.footer-bottom .copyright-container p,
.footer-bottom .copyright-container span{
   font-size: 14px;
   color:#a7a7a7;
   padding: 10px 0;
}
.footer-bottom .copyright-container p{
  text-align: left;
  margin-bottom: 0;
}

.footer-bottom .ftr-social-icons{
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-bottom .ftr-social-icons a{
  width: 40px;
  height: 40px;
  background:#1f2838; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
  }
  .footer-bottom .ftr-social-icons a i{
    color: #7b8598;
  }
  .footer-bottom .ftr-social-icons a:hover i{
    color:#fff;
  }
  .copyrights-cnt {
    width:100%;
    color:#fff;
    padding-top: 10px;
  }
   .copyrights-cnt p{    
    text-align: center !important;
    color: #a3aab7;
   }

/* ======================================================================
    Inner page design
    =====================================================================*/
#inner-page-features{
  background: #dadada url(../images/bg/inner-bg.jpg) bottom no-repeat;
  background-size:cover;
  padding:20px 0;
}
.inr-fetur-bx{
  padding: 20px;
  background: #fff;
}
.inr-fetur-bx .inr-fetur-icn{
  margin-right: 10px;
  vertical-align: text-top;
  float: left;
}
.inr-fetur-bx .inr-fetur-icn i{
  font-size: 30px;
  color:#001f3a;
}
.inr-fetur-bx .inr-fetur-cnt{
  padding-left: 50px;
}
.inr-fetur-bx .inr-fetur-cnt h5{
  font-size: 18px;
  margin: 0;
  color:#333;
  margin-bottom: 5px;
}
.inr-fetur-bx .inr-fetur-cnt p{
  font-size: 13px;
  line-height: 1.5;
}
#inner-page h1{
  font-size: 25px;
  margin-top: 0;
  margin-bottom: 15px;
}
#inner-page .card{
  border:1px dashed #999;
}
#inner-page .card .btn{
  font-size: 14px;
  padding: 5px 20px;
}

.left-clmn{
  padding: 25px;
  /*border-radius: 5px;
  border:1px solid #999;*/
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
#inr-enquiry h4, .left-clmn h4{
  margin: 0;
  margin-bottom: 10px;
}
#inr-enquiry h4{
  font-size: 18px;
  margin-bottom: 0px;
}
#inr-enquiry .form-group{
  margin-bottom: 5px;
 }
 #inr-enquiry .form-group label{
  font-size:14px;
 }
 #inr-enquiry .form-group .form-check-input{
  position: relative;
  margin-left: 10px;
 }

ul.car-transport-cities li{
  display: inline-block;
  width: 32%;
  vertical-align: text-top;
}
ul.car-transport-cities li a{
  font-size: 14px;
  display: block;
  padding: 5px 0;
  padding-left: 15px ;
  position:relative;
}
ul.car-transport-cities li a:hover{
  color: #EF476F;
  }
ul.car-transport-cities li a:before{
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  content: "\00BB";
  }

  ul.lft-list li{
    color:#000;
    background: #e4e4e4;
    padding: 5px 10px;
    padding-left: 25px;
    margin-bottom: 10px;
    border-top:1px dashed #999;
    border-bottom:1px dashed #999;
    position: relative;
  }
  ul.lft-list li:before{
    width: 20px;
    height: 20px;
    display: block;
    content: '\00BB';
    position: absolute;
    left: 10px;
    top: 3px;
  }
  #breadcrumb-section{
    border-bottom: 1px solid #ddd;
  }
.breadcrumb-div ul.breadcrumb{
  background: none;
  border-radius: 0;
  margin-bottom: 0px;
  padding:5px 0;
}
.breadcrumb-div ul.breadcrumb  li{
     font-size: 14px; 
  }
.breadcrumb-div ul.breadcrumb li a{ 
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.breadcrumb-div ul.breadcrumb  li a:after{
  display: block;
  width: 5px;
  height: 10px;
  content: "\00BB";
  position: absolute;
  right: 0;
  top: -2px;
  text-align: right;
  }
  
  .car-transport-div{
    
    /*background: #efefef;*/
    
  }
  .car-transport-div{
    display: flex;
    flex-direction:row;
    align-items:center;
    justify-content: space-between;
    padding:10px 20px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 20px 0;
  }
  .car-transport-div h5{
    color:#014894;
  }

  .transport-companies .trans-div{
    margin-bottom: 10px;
    border: 1px solid #ddd;
  }
  .transport-companies .trans-div .trans-header{
    display: flex;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
    background: #014894;
  }
  .transport-companies .trans-div .trans-header .trans-title{
    font-size: 16px;
    color:#fff;
    padding:4px 15px;
  }
  .transport-companies .trans-div .trans-body{
    background: #f3f3f3;
    font-size: 14px;
    padding:10px 15px;
  }
  .transport-companies .trans-div .trans-body .row{
    margin-bottom: 15px;
  }
  .transport-companies .trans-div .trans-body p{
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .cont-detls{
    display: flex;
    flex-direction: row;
  }
   .cont-detls .cont-detls-icon{
    color:#ef476f;
   }
   .cont-detls .cont-detls-title{
    font-weight: bold;
    color:#014894;
   }
  .cont-detls .cont-detls-icon, .cont-detls .cont-detls-title{
    margin-right: 10px;
  }
  a.get-quote-btn{
    color: #fff;
    background: #014894;
    padding:2px 15px 2px 27px;
    position: relative;
    border-radius: 20px;
    margin-right: 10px;
    float: left;
  }
   a.get-quote-btn:before{
    width: 30px;
    height: 30px;
    background: url(../images/quote.png) no-repeat;
    content: "";
    position: absolute;
        left: 2px;
    top: 2px;
   }

   a.view-profile-btn{
    display: none;
    color: #000;
    background: #e4e4e4;
    position: relative;
    padding:2px 15px 2px 35px;
    border:1px solid #ddd;
    border-radius: 20px;
   }
   a.view-profile-btn:before{
    width: 30px;
    height: 30px;
    background: url(../images/profile.png) no-repeat;
    content: "";
    position: absolute;
    left: 7px;
    top: 5px;
   }

   #vendor-enquiry label{
    font-size: 14px;
   }
   #vendor-enquiry .row{
    margin-bottom: 8px;
   }

   ul.list li{
    font-size: 15px;
    padding:0px 20px;
    position: relative;
    margin-bottom: 10px;
   }
   ul.list li:before{
    position: absolute;
    width: 20px;
    height: 20px;
    content: "\00BB";
    top: 0;
    left: 0;
   }
  /* ---------------contact page style ------------
  -------------------------------------------------*/
  .cntct-div{
    position: relative;
  }
  .contct-bx{
    width: 100%;
    height: 100%;
    color:#000;
    padding: 20px;
    background: #e8e8e8;
    text-align: center;
    border:1px solid #ddd;
  }
   .contct-bx .contct-icon i{
    font-size: 35px;
    color: #0b5dba;
   }
   .contct-bx .contct-cnt p{
    text-align: center !important;
    margin-bottom: 0;
   }







