@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Hammersmith+One');

html {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #2a2a2a !important;
  overflow-x: hidden;
  font-size: 16px !important;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-top: 1px solid #313131;
}
.error {
  color: #F36F21;
  font-weight: 600;
  font-size: 18px;
}
.navbar-default {
  background-color: transparent !important;
  border: 0px !important;
  background-image: none !important;
  box-shadow: none !important;
}
#menu-secondary-top-menu li a {
  font-size: 1.4rem;
  font-family: 'Source Sans Pro', sans-serif;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
}

#menu-top-menu .mobile-view-only {
  display: none;
}

:focus {
  outline: none;
}

.img-responsive {
  width: 100%;
}

a,
img {
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
}

.clr-orange {
  color: #f36f21 !important;
}
.clr-blue {
  color: #1d398d !important;
}

.pad-0 {
  padding: 0 !important;
}

.pdbt-20 {
  padding-bottom: 20px;
}

.pdtp-40 {
  padding-top: 40px;
}

.pdbt-40 {
  padding-bottom: 40px;
}

.p-10 {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-10 .alert-heading {
    font-size: 16px !important;
    margin-top: 20px !important;
  }
}
.margin-tp-10 {
  margin-top: 10px !important;
}
.margin-tp-20 {
  margin-top: 20px !important;
}
.margin-tp-30 {
  margin-top: 30px !important;
}
.margin-tp-40 {
  margin-top: 40px !important;
}
.margin-tp-50 {
  margin-top: 50px !important;
}
.margin-tp-60 {
  margin-top: 60px !important;
}
.margin-tp-70 {
  margin-top: 70px !important;
}
.margin-tp-80 {
  margin-top: 80px !important;
}
.margin-tp-90 {
  margin-top: 90px !important;
}
.margin-tp-190 {
  margin-top: -190px !important;
}
.margin-tp-250 {
  margin-top: -250px !important;
}

.margin-bt-10 {
  margin-bottom: 10px !important;
}

.margin-bt-20 {
  margin-bottom: 20px !important;
}
.margin-bt-30 {
  margin-bottom: 30px !important;
}
.margin-bt-40 {
  margin-bottom: 40px !important;
}
.margin-bt-50 {
  margin-bottom: 50px !important;
}
.margin-bt-60 {
  margin-bottom: 60px !important;
}
.margin-bt-70 {
  margin-bottom: 70px !important;
}
.margin-bt-80 {
  margin-bottom: 80px !important;
}

.margin-lt-10 {
  margin-left: 10px !important;
}

.padding-edit {
  padding: 5px;
}

.float-right {
  float: right !important;
}

p,a {
  font-family: 'Source Sans Pro', sans-serif;
}

h3 {
  font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #313131 !important;
}

p {
  font-size: 1.7rem !important;
}

h3 {
  font-size: 20px !important;
  color: #313131 !important;
  margin-top: 10px !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
}

h2 {
  margin-bottom: 40px !important;
}
.btn-01 {
  background-color: #fff;
  border: 0;
  color: #000;
  padding: 0px 23px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.wrapper {
  background-color: #fff;
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}

/* ---------------- For sticky header: class="float-panel"  ------------------*/
.float-panel {
  margin: 0px auto;
  z-index: 300;
  padding: 0;
  transform: translateZ(0);
  transition: all 0.5s;
  border-bottom: 1px solid #8d8d8d;
}
.float-panel .content-area {
  margin: 10px auto;
}
.float-panel a {
  font-size: 16px;
  text-decoration: none;
  color: #444;
  display: inline-block;
  padding: 13px 0px;
}
.float-panel .fa-gg {
  color: #f0595c;
  font-size: 30px;
  vertical-align: middle;
  transition: all 0.5s;
}
/* when class="float-panel fixed" */
.fixed {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  animation: slide-down 0.6s;
  opacity: 9;
  top: -6px !important;
}
.fixed .fa-gg {
  transform: rotate(360deg);
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}

/* ---------------- For Animation on Scroll ---------------- */
.slideanim {
  visibility: hidden;
  visibility: visible\9; /*For old IE browsers IE6-8 */
}
.slideanim.slide {
  visibility: visible;
  animation: slide 1s;
}
.slideanim::after {
  /* useful when its child elements are float:left; */
  content: '';
  display: table;
  clear: both;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*///////paralax//////*/

.parallax-bg.header {
  height: 80vh;
}

/*/////////////navbar starts here////////////*/

.header-top-section {
  position: fixed;
  border-bottom: 1px solid #c7c6c6;
  background-color: #f36f21;
  color: #fff;
  top: 0;
  z-index: 999;
  width: 100%;
}

.ph-number {
  font-size: 2rem !important;
}
.header-top-number {
  display: flex;
  z-index: 10;
  margin-right: 140px;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.header-top-number p {
  font-size: 1.4rem;
  margin-left: 25px;
  margin-bottom: 0;
  z-index: 1;
  /* color: #fff; */
}


.log-in-btn {
  background-color: #1d398d;
  color: #fff;
  padding: 7px 16px;
  border-radius: 3px;
  font-size: 1.8rem !important;
  font-weight: 700;
}
.log-in-btn .fa {
  margin-right: 5px;
  font-size: 20px;
}

.log-in-btn a {
  color: #fff !important;
}

#navbar-top {
  position: absolute;
  top: 0px;
  z-index: 1;
  left: 40px;
  width: 100%;
}

#menu-secondary-top-menu {
  display: block;
}
#menu-secondary-top-menu li {
  display: inline-block;
  padding: 10px;
}

header {
  float: left;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  z-index: 10;
  background-color: #fff;
  z-index: 999;
  height: 91px;
  top: 35px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.nav > li {
  position: relative;
  display: block;
  padding: 0px 0px 20px !important;
}

.navbar-nav {
  margin-right: 50px !important;
  margin-top: 34px !important;
}

.header-bar {
  background-color: #fff;
  transition: all 0.5s;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border: 0px;
}

#navbar > ul > li {
  display: inline-block;
  padding: 0px 18px 20px;
  position: relative;
}

.navbar-brand {
  padding: 30px 18px 26px;
  height: auto !important;
}

#navbar > ul > li a {
  color: #1d398d;
  border-bottom: 2px solid #fff;
  line-height: 0.8;
}
#navbar ul li a:hover,
nav > ul > .active > a {
  color: #f36f21 !important;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #f36f21 !important;
  background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #f36f21 !important;
  background-color: transparent !important;
}

.navbar-nav > li > a {
  padding: 5px 5px !important;
  color: #1d398d !important;
  background-color: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
}
.active a {
  color: #1d398d !important;
  border-bottom: 2px solid #313131 !important;
  line-height: 0.8;
  background-color: transparent !important;
}

.submenu-list li .active {
  border-bottom: 0px solid #fff !important;
}

.navbar-nav > li > a {
  padding: 5px 16px !important;
  color: #1d398d !important;
}

.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #313131;
  background-color: transparent;
}

.navbar-toggle {
  background-color: #000;
  border-radius: 0;
}
.menu-display-none {
  display: none !important;
}

#navbar-top .navbar-nav > li > a {
  color: #000 !important;
}

#search-form-mobile {
  display: none;
}

.img-icon {
  width: 25px;
  height: auto;
  display: inline-block;
  margin-right: 3px;
}
.btn-popup-block button {
  font-size: 1.6rem;
}
.fuel-surcharge img {
  width: 25px;
  height: auto;
  margin-right: 5px;
}
@media screen and (max-width: 1200px) {
  #navbar > ul > li {
    display: inline-block;
    padding: 8px 8px 8px;
    position: relative;
  }

  .btn-link {
    padding: 15px 15px;
    font-size: 1.5rem;
  }
}




@media screen and (max-width: 767px) {
  .navbar-brand {
    padding: 10px 0px !important;
    padding-left: 15px !important;
  }
  .menu-display-none {
    display: block !important;
  }
  .nav.navbar-nav {
    display: flex;
    flex-direction: column;
    float: left;
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }

  #bs-example-navbar-collapse-1 {
    background-color: #fff;
    border: 0px;
    padding-bottom: 25px;
    height: 100vh;
    overflow-y: auto;
  }

  .submenu-list {
    right: -87px !important;
  }

  .submenu-list {
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style: none;
    bottom: -46px;
    right: -10px !important;
    position: relative !important;
    display: block !important;
  }

  .link-service {
    margin-top: 50px;
  }
  .link-border {
    display: none;
  }

  .max-width-90 {
    width: 95%;
    margin: 0px auto;
  }

  .banner-caption {
    width: 85%;
    
  }

  #wrap {
    display: none;
  }

  #menu-top-menu .mobile-view-only {
    display: block;
  }



  .btn-popup-block {
    display: none;
  }

  .nav > li {
    padding: 0px 4px 10px !important;
  }

  .navbar-nav {
    margin-top: 20px !important;
  }

  #search-form-mobile {
    display: block;
  }

  #search-form-mobile {
    position: relative;
    z-index: 10000;
    padding-top: 6px;
    z-index: 10;
    background-color: #ffff;
    min-height: 50px;
    float: right;
  }

  #searchform {
    display: flex;
    align-items: flex-end;
  }
  .seacrh-field {
    margin-right: 10px;
  }
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  background-color: transparent !important;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .open > a {
  background-image: none !important;
  background-image: none;
  box-shadow: none !important;
}

 .navbar-brand img {
   width: 170px;
   max-width: 170px;
   height: auto;
 }
 .footer-logo img {
   width: 170px;
   max-width: 170px;
   height: auto;
 }



/*////////////////////////mobile-header///////////////////////*/

@media screen and (max-width: 767px) {
  #main {
    margin-left: 0px;
    margin-top: 60px;
  }
  .stick {
    display: block;
  }
  .menu-text {
    font-size: 36px;
    font-weight: normal;
    display: block;
    color: #fff;
  }
}

/*///////////navbar ends here///////////*/

/*/////////max-width////////*/
.scroll-text {
  background-color: #1d398d;
  padding: 17px;
  /* margin-top: 10px; */
  color: #fff;
}

.max-width-90 {
  width: 85%;
  margin: 0px auto;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.section-margin {
  margin-top: 80px;
  margin-bottom: 0;
}
.section-padding {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .max-width-90 {
    width: 94%;
    margin: 0px auto;
  }
}

/*/////////max-width-end////////*/

/*///////home-banner/////*/

#home-bg-banner-top img {
  width: 100%;
}
#home-bg-banner-top {
  position: relative;
  margin-top: 93px;
}

form.example input[type='text'] {
  padding: 13px !important;
  font-size: 17px;
  float: left;
  width: 70%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 30%;
  padding: 17px;
  background: #f36f23;
  color: white;
  font-size: 17px !important;
  cursor: pointer;
  border: 0;
}
form.example button:hover {
  background: #de5a0e;
}

form.example::after {
  content: '';
  clear: both;
  display: table;
}

.banner-caption {
  width: 40%;
  position: absolute;
  margin: 10px auto;
  text-align: left;
  right: 81px;
  position: absolute;
  /* left: 50%; */
  /* -webkit-transform: translateX(-50%);
  transform: translateX(-50%); */
  top: 35%;
  z-index:99;
}

@media screen and (max-width: 1200px) {
  .banner-caption {
    width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .banner-caption {
    width: 60%;
    /* right: 50%; */
    /* transform: translateX(-50%); */
  }
}
@media screen and (max-width: 800px) {
  .banner-caption {
    width: 85%;
    left: 50%;
    transform: translateX(-50%);
  }
}

.icon-arrow-up::before {
  content: '\f062';
  font-family: fontawesome;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none;
  margin-right: 8px;
}

.btn-link {
  margin: 0 !important;
  cursor: pointer !important;
  overflow: visible;
  padding: 15px 35px !important;
  background-color: #1d398d !important;
  border: 0;
  border-radius: 0;
  font-size: 2rem !important;
  color: #fff !important;
  width: 100%;
  position: relative;
  transition: all 0.5s ease;
  z-index: 2;
}

.btn.btn-link {
  display: flex !important;
  flex-direction: column-reverse;
  text-align: center !important;
}

.btn.btn-link::before {
  position: absolute;
  content: '';
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #f36f21;
  transition: all 0.5s ease;
  top: 0;
  z-index: -1;
}

.btn.btn-link:hover:before {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f36f21;
  transition: all 0.5s ease;
  top: 0;
  z-index: -1;
}

.btn.btn-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d398d;
}

.btn.btn-link:focus {
  color: #fff;
  text-decoration: none;
  background-color: #1d398d;
}

.icon-arrow-up {
  font-size: 1.5rem;
  padding: 5px 5px;
}
.card-body {
  padding-top: 30px;
  padding-bottom: 20px;
}
#accordion {
  text-align: left;
}
/* .banner-caption-2 {
  margin-top: -142px;
} */

.icon-arrow-bottom img {
  max-width: 50px;
  height: auto;
}

/*///////home-banner-end/////*/

/* ====================================================================================================================
 * RESPONSIVE slider/banner
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.flex-control-nav {
  /* display: none; */
}
@media screen and (min-width: 1200px) {
  .flexslider .slides > li {
    height: calc(100vh - 93px);
  }
}

/*///////////////search box///////////////*/

#wrap {
  display: inline-block;
  position: relative;
  float: right;
  padding: 0;
  position: relative;
  width: 60px;
  margin-top: 0px;
}

#wrap input[type='text'] {
  height: 60px;
  font-size: 25px;
  display: inline-block;
  font-family: 'Lato';
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 5px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: -90px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  padding-left: 20px;
}

#wrap input[type='text']:focus:hover {
  border-bottom: 1px solid #bbb;
  background-color: #fff4ee;
}

#wrap input[type='text']:focus {
  width: 700px;
  z-index: 1;
  border-bottom: 1px solid #bbb;
  cursor: text;
  background-color: #fff4ee;
}
#wrap input[type='submit'] {
  height: 60px;
  width: 60px;
  display: inline-block;
  color: red;
  float: right;
  background: url(../img/search.png) center center no-repeat;
  text-indent: -10000px;
  border: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  position: absolute;
  top: -90px;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity 0.4s ease;
  border-left: 2px solid #313131 !important;
}

#wrap input[type='submit']:hover {
  opacity: 0.8;
}

/* @media screen and (max-width: 991px) {
  .banner-caption {
    width: 85%;
  }
} */

.icon-arrow-bottom {
  margin-bottom: 10px;
}

@media screen and (max-width: 880px) {
  .float-panel .max-width-90 {
    max-width: 100%;
    width: 100%;
  }
}

/*///////////////search box-end///////////////*/

/*///////////////section-service-product-starts here///////////////*/

.service-banner {
  width: 100%;
  height: 500px;
  background-color: #ccc;
  background-image: url(../img/service_banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text-inner-service {
  position: absolute;
  bottom: 0;
  left: 8%;
  color: #fff;
  background-color: rgba(7, 90, 174, 0.6);
  top: 0;
  padding: 22% 120px 40px 29px;
}

.section-title {
  text-align: center;
}
.service-list-icon {
  height: 80px;
  width: 80px;
  border: 1px solid #f36f21;
  border-radius: 50%;
  text-align: center;
  margin: 0px auto;
  transition: all 0.5s ease;
}

.service-list-icon:hover {
  background-color: #ff9e64;
  transition: all 0.5s ease;
}

.service-list {
  text-align: center;
}

#services-section {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.service-block-1 {
  position: relative;
  padding: 84px 45px 80px;
  z-index: 1000;
  height: 450px;
}
.service-block-1::before {
  position: absolute;
  content: '';
  width: 105%;
  height: 100%;
  transform: skew(-9deg);
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: -1;
}

.know-how-btn {
  background-color: #313131;
  border: 1px solid #313131;
  border-radius: 25px;
  padding: 5px 20px;
  color: #fff;
}

#services-section-2 {
  width: 100%;
  max-height: 450px;
  overflow: hidden;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.service-block-text {
  position: absolute;
  top: 0;
  left: 10%;
}

.service-block-2 {
  position: relative;
  padding: 80px 45px 80px;
  z-index: 1000;
  height: 450px;
}
.service-block-2::before {
  position: absolute;
  content: '';
  width: 105%;
  height: 100%;
  transform: skew(-9deg);
  background: rgba(255, 255, 255, 0.7);
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .service-block-1,
  .service-block-2 {
    padding: 10px 20px 20px 15px;
  }

  .service-block-1::before {
    width: 95%;
    transform: skew(-0deg);
  }

  .service-block-2::before {
    transform: skew(-0deg);
  }
  .service-block-1 .margin-tp-50 {
    margin-top: 0px !important;
  }

  .service-block-2 .margin-tp-50 {
    margin-top: 0px !important;
  }
}

@media screen and (max-width: 576px) {
  /* header {
    height: 135px;
  }

  #brand {
    margin-top: 35px;
  } */
  .search-form-mobile-block {
    top: 86px !important;
    right: 15px !important;
  }
  .service-block-1,
  .service-block-2 {
    padding: 25px 20px 20px 15px;
  }

  .service-block-1 h2 {
    font-size: 2.5rem;
    margin: 0;
  }

  .service-block-2 h2 {
    font-size: 2.5rem;
    margin: 0;
  }
  .ph-number {
    margin-bottom: 0em !important;
  }

  .service-block-1 .margin-tp-20 {
    margin-top: 10px !important;
  }

  .service-block-2 .margin-tp-20 {
    margin-top: 10px !important;
  }

  .service-block-1 p {
    display: none;
  }

  .service-block-2 p {
    display: none;
  }
}

@media screen and (max-width: 450px) {
  #home-bg-banner-top {
    position: relative;
    margin-top: 125px !important;
  }

  #banner-section-inner {
    margin-top: 135px !important;
    position: relative;
    z-index: -1;
  }
 .search-form-mobile-block {
    display: none;
  }
}

@media screen and (max-width: 360px) {

}
/*///////////////section-service-product-ends here///////////////*/

.title-row {
  margin-top: 20px;
  margin-bottom: 15px;
  border-bottom: 1px dotted grey;
}

.title-row h2 {
  color: #1d398d;
}

.title-row .row-1 {
  text-align: left;
  color: #5d6170;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 0px 10px 0px 0px;
}

.title-row h6 {
  color: #5d6170;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  margin-top: -20px;
  padding: 0 10px;
  text-align: right;
}

.socila-media-icon ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 0px;
  flex-wrap: wrap;
  justify-content: left;
}

.icon-call {
  margin-right: 15px;
}

#section-footer {
  background-color: #021450;
  color: #313131 !important;
}
.footer-section-1 a {
  color: #313131 !important;
  text-decoration: none;
}

.socila-media-icon ul li {
  margin-right: 12px !important;
}

.log-in-btn-bottom {
  background-color: #f36f21;
  border: 0;
  padding: 7px 15px !important;
  margin-top: -30px;
  font-size: 1.6rem;
  float: right;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color: #fff;
}
.footer-section-1 h1 {
  font-size: 3rem;
  margin: 0px;
  margin-right: 0px;
  margin-right: 30px;
}
.footer-section-1 p {
  font-size: 15px;
}

.footer-section-1 h3 {
  font-size: 18px;
}

.footer-bottom p {
  color: #fff !important;
  font-size: 1.4rem !important;
}

.footer-bottom p a {
  color: #fff !important;
  font-size: 1.4rem !important;
}
.footer-section-1 ul li a:hover {
  padding-left: 6px;
  transition: 0.5s;
}
.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* @media screen and (max-width: 991px) {
  .banner-caption-2 {
    margin-top: 50px;
  }
} */
.footer-bottom-content .col-primary {
  color: #f36f21 !important;
}
@media screen and (max-width: 800px) {

    .footer-bottom-content {
      display: block;
      text-align: center;
    }
    .copyright-bottom.text-right {
      text-align: center;
    }
}
@media screen and (max-width: 767px) {
  #wrap {
    display: none;
  }
  .navbar-toggle {
    margin-top: 30px;
  }

  form.example input[type='text'] {
    width: 70%;
  }

  form.example button {
    width: 30%;
  }

  .btn-link {
    padding: 25px 25px !important;
  }
  .icon-arrow-bottom {
    top: 18px;
  }
  .footer-bottom {
    text-align: center;
  }
  #search-form-mobile {
    display: none;
  }
  .mobile-break {
    text-align: center;
  }
  .mobile-break span {
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  form.example button {
    width: 36%;
  }
  form.example input[type='text'] {
    width: 64%;
  }
  .banner-caption {
    width: 90%;
    top: 30%;
  }
}

@media screen and (max-width: 480px) {
  form.example button {
    padding: 15px;
  }
  form.example input[type='text'] {
    padding: 10.4px !important;
  }
}

@media screen and (max-width: 430px) {
  form.example button {
    padding: 10px;
  }
  form.example input[type='text'] {
    padding: 5.5px !important;
  }
}

@media screen and (max-width: 375px) {
  form.example button {
    padding: 8px;
  }
  form.example input[type='text'] {
    padding: 3.8px !important;
  }
}

@media screen and (max-width: 360px) {
  form.example button {
    padding: 6.3px;
  }
  form.example input[type='text'] {
    padding: 2px !important;
  }
}

@media screen and (max-width: 321px) {
  form.example button {
    padding: 5.3px;
    font-size: 15px !important;
  }
  form.example input[type='text'] {
    padding: 1px !important;
  }
}

/* about home section  */
@media screen and (min-width: 768px) {
  .about-rows {
    display: flex;
    align-items: center;
  }
}

/*///////////////////////////about-page-starts-here/////////////////////////*/

#banner-section-inner {
  margin-top: 94px;
  position: relative;
  z-index: -1;
}

.about-banner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  background-color: #ccc;
  /*    background-image: url(../img/about-banner.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-text-inner {
  position: absolute;
  bottom: 0;
  left: 8%;
  color: #fff;
  background-color: #f36f23;
  padding: 25px 25px 25px 25px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 400px;
  max-width: 100%;
}

.banner-text-inner h1 {
  color: #fff !important;
  margin-bottom: 0;
}
.banner-text {
  text-align: center;
}
.banner-text h1 {
  color: #fff !important;
}


@media screen and (max-width: 768px) {
  .banner-text-inner {
    width: auto;
    padding: 15px !important;
    font-size: 16px !important;
  }
  .banner-text {
    padding-top: 0 !important;
  }
}



#about-section-02 {
  background-color: #fff1e8;
  padding: 60px 0 60px;
}

#about-section-03 {
  /* background-color: #e4f0ff; */
  padding: 60px 0 60px;
  margin-top: 0 !important;
}

@media screen and (max-width: 992px) {
  .about-section-03 .pull-right{
    float: none !important;
  }
}


.service-segment-block-text p {
  font-size: 15px;
}

.about-vision-mission {
  border-left: 3px solid #1d398d;
  padding-left: 20px;
}

.no-padding {
  padding-left: 0;
}

#about-section-05 {
  overflow: hidden;
  position: relative;
  background-size: cover;

}

.bg-banner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  background-color: #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .about-banner-content {
  position: absolute;
  top: 30px;
  right: 70px;
  width: 45%;
} */

.team-work-text {
  background-color: rgba(242, 242, 242, 0.5);
  padding: 80px 30px 80px 30px;
}
.section-heading h1 {
  color: #fff !important;
}

.about-section .section-title{
  font-size: 16px
}
@media screen and (max-width: 768px) {
  #about-section-05 .max-width-90.about-banner-content{
    width: 100% !important;
  }
}

/*///////////////////////////about-page-ends-here/////////////////////////*/

/*///////////////////////////Track Shipment-page-starts-here/////////////////////////*/

.track-shipment-banner {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  background-color: #ccc;
  /*    background-image: url(../img/about-banner.jpg);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-heading {
  margin-top: 100px;
}
.track-shipment-input .banner-caption {
  left: 0;
}

.shipment-details {
  background-color: #fff;
  border: 1px solid #d6d9da;
  margin-top: 50px;
  padding: 20px;
  margin-bottom: 30px;
}

.shipment-details h5 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #999fa3;
}
.shipment-details h3 {
  font-weight: 700;
}

.shipment-details h4 {
  font-weight: 400;
  font-size: 1.5rem;
}

/*.shipment-track-info {
  
  
}*/

.shipment-track-detail {
  border-left: 1px solid #999fa3;
  padding-left: 30px;
}
.shipment-address.shipment-address-right {
  text-align: right;
}
.shipment-address .add {
  font-size: 12px !important;
}

.agent-tracking-details {
  margin-top: 40px;
  padding-top: 40px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

thead {
  background-color: #f5f5f6;
}
tr {
  border-top: 1px solid #d6d9da;
}

.tr-col-1 {
  background-color: #cecece;
}

th {
  font-weight: 500;
  padding: 1.5rem;
  padding-left: 1.5rem;
  padding-left: 1.5rem;
  padding-left: 2rem;
  font-size: 2rem;
}

.tr-col-1 th {
  padding: 1rem 1.5rem;
}

td {
  font-weight: 300;
  padding: 1.5rem !important;
  padding-left: 1.5rem !important;
  padding-left: 2rem !important;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

@media screen and (max-width: 991px) {
  .shipment-address.shipment-address-right {
    text-align: left;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .shipment-address .add {
    font-size: 12px !important;
  }

  .shipment-track-info {
    padding-right: 0px;
    border-bottom: 1px solid #999fa3;
    border-right: 0px solid #999fa3;
  }

  .shipment-sub-details {
    margin-top: 25px;
  }

  .about-banner-content {
    /* width: 70%; */
  }

  .team-work-text {
    /* padding: 10px 30px 40px 30px; */
  }
}

@media screen and (max-width: 767px) {
  .banner-text {
    padding-top: 40%;
  }

  .about-banner-content {
    /* right: 35px;
    width: 90%;
    top: 10px; */
  }
}

@media screen and (max-width: 660px) {
  .team-work-text {
    /* padding: 0px 10px 1px 10px; */
  }

  .team-work-text p {
    margin-bottom: 0.5em;
  }
}

/*///////////////////////////Track Shipment-page-ends-here/////////////////////////*/

/*///////////////////////////get-quate-page-starts-here/////////////////////////*/

.get-quote-banner {
  background-color: #ededed;
  padding: 50px 0 50px;
  background-image: url(../img/get-quate_banner.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.form-element__label {
  color: #58595b;
  font-family: Roboto Bold, Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.025em;
  top: 9px;
  left: 25px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
}

.form-element__input {
  background-color: #f2f2f2;
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-radius: 0;
  border-left: 3px solid transparent;
  outline: 0;
  padding: 40px 10px 10px 9px !important;
  text-shadow: transparent 0 0 0;
  width: 100%;
}
.form-element__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-expand: none;
  background-color: #f2f2f2;
  border: 0;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: 0px;
  border-radius: 0;
  border-left: 3px solid transparent;
  outline: 0;
  padding: 40px 50px 11px 9px;
  width: 100%;
}

.form-element__input:focus {
  background-color: #f8f8f8;
  border-left: 3px solid #f36f21;
}

.form-element__select:focus {
  background-color: #f8f8f8;
  border-left: 3px solid #f36f21;
}

input[type='checkbox'] {
  display: none;
}
input[type='checkbox'] + label .check {
  margin-right: 8px;
  width: 48px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
input[type='checkbox'] + label .check:before,
input[type='checkbox'] + label .check:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: '';
  display: block;
  height: 32px;
  position: absolute;
  left: 0;
}
input[type='checkbox'] + label .check:before {
  top: 0;
  border: 1px solid #cecece;
  border-radius: 18px;
  background: #fafafa;
  width: 48px;
  transition: border-width 0.3s, border-color 0.1s ease 0.3s;
}
input[type='checkbox'] + label .check:after {
  top: 1px;
  background: #fafafa;
  border-radius: 50%;
  height: 30px;
  left: 1px;
  right: 17px;
  box-shadow: 0 2px 7px -2px rgba(0, 0, 0, 0.4), 1px 2px 1px rgba(0, 0, 0, 0.2);
  transition: right 0.2s ease-in, left 0.2s ease-out;
}
input[type='checkbox']:checked + label .check:after {
  left: 17px;
  right: 1px;
  transition: left 0.2s ease-in, right 0.2s ease-out;
}
input[type='checkbox']:checked + label .check:before {
  transition: border-width 0.3s, border-color 0.1s;
  border-width: 16px;
  border-color: #f36f21;
}

.btn-get-quot {
  background: #ff6200;
  border: 2px solid #ff6200;
  border-radius: 0 !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  cursor: pointer;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  padding: 17px 40px;
  position: relative;
  margin: 0;
  outline: 0;
  font-weight: 700;
  font-size: 18.66px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

/*///////////////////////////get-quate-page-ends-here/////////////////////////*/

/*///////////////////////////news-page-starts-here/////////////////////////*/
.section-event {
  margin-bottom: 30px;
}
.news-section-news-block h2 {
  margin-top: 0;
}
.news-section-event-block h3 {
  margin-top: 0;
}

.news-section-banner {
  background-color: #ededed;
  padding: 50px 0 50px;
  background-image: url(../img/news-banner.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#news-section-inner {
  margin-top: 140px !important;
  margin-bottom: 0px;
}
.main-news-text {
  padding-bottom: 30px;
  padding-top: 10px;
}
.main-news-text h6 {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}
.main-news-text h4 {
  font-weight: 400 !important;
  line-height: 1.3 !important;
}

.main-news-text h2 {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
}

.news-section-event-block-text h6 {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
}

.news-section-event-block-text h3 {
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.read-more {
  background-color: #fff !important;
  border: 1px solid #313131 !important;
  border-radius: 25px !important;
  padding: 3px 12px !important;
  color: #313131 !important;
  margin-top: 10px !important;
  font-size: 1.3rem !important;
}

.event-block-img {
  position: relative;
  overflow: hidden;
}

.about-section-text-block-02 ul {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  list-style: inside;
}

.event-block-text {
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 80%;
  padding: 20px;
  left: 20px;
  bottom: 30px;
  border-left: 4px solid #f36f21;
}

.event-block-text {
  color: #000;
}

.padding-0 {
  padding: 0 !important;
}

.events-section-banner {
  background-color: #ededed;
  padding: 50px 0 50px;
  background-image: url(../img/events-banner.jpg);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.event-sub-image {
  background-image: url(../img/event-sub-image.jpg);
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-sub-image-1 {
  background-image: url(../img/event-sub-image-2.jpg);
  height: 300px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.event-sub-text {
  height: 300px;
  background-color: #ededed;
  padding: 15px;
  padding-top: 15px;
  padding-top: 40px;
}

.underline {
  border-bottom: 1px solid #f36f21;
}

.service-list p {
  margin-top: 10px;
}

.section-title-text {
  position: relative;
  color: #1d398d;
}

.section-title-text::before {
  position: absolute;
  content: '';
  width: 210px;
  height: 2px;
  background-color: #f36f21;
  bottom: -6px;
  margin: 0px auto;
  text-align: center;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.btn-popup-block {
  float: right;
  margin-top: -20px;
}

.btn-popup {
  background-color: #f36f21;
  border: 0;
  padding: 10px 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-left: 15px;
  color: #fff;
  font-size: 1.7rem;
}

.float-panel.fixed .btn-popup-block {
  float: right;
  position: absolute;
  right: 130px;
  top: 95px;
}
.modal-header .close {
  margin-top: 0;
}
.modal-header .close {
  font-size: 40px !important ;
}

.modal {
  position: fixed;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 111111;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}


@media screen and (max-width: 1200px) {
  .float-panel.fixed .btn-popup-block {
    top: 91px;
  }
}

@media screen and (max-width: 767px) {
  .float-panel.fixed .btn-popup-block {
    top: 91px;
    right: 13px;
  }
  .navbar-inverse .navbar-brand {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 576px) {
  .btn-popup {
    padding: 9px 6px;
    font-size: 1.4rem;
  }
}

.list2 {
  padding: 0;
  list-style: inside;
  line-height: 1.8;
}

@media screen and (max-width: 400px) {
  .btn-popup-block {
    width: 100%;
    float: left;
  }
  .float-panel.fixed .btn-popup-block {
    right: -9px;
    top: 92px;
  }

  .banner-text {
    padding-top: 10%;
  }

  .btn-popup {
    padding: 6px 4px;
    font-size: 1.4rem;
    border-radius: 0px !important;
    margin-left: 6px;
    margin-bottom: 10px;
  }
}

/*////////////////////////////////wp-custom//////////////////////////////////*/

.entry-header {
  position: relative;
  margin-top: 180px;
}

.page-header {
  padding-bottom: 9px;
  margin: 150px 0 20px !important;
  border-bottom: 1px solid #eee;
}

#career-section-02 {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
  overflow: hidden;
}
.form-row {
  overflow: hidden;
}

.job-block {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0.1s;
  border-radius: 4px;
  transform: translateZ(0);
  background-color: #fff;
}

.job-block:hover {
  opacity: 1 !important;
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px,
    rgba(42, 42, 42, 0.05) 0px 6px 6px, rgba(32, 32, 32, 0.05) 0px 8px 8px,
    rgba(49, 49, 49, 0.05) 0px 12px 12px, rgba(35, 35, 35, 0.05) 0px 34px 34px;
  transform: translate(0, -4px);
  z-index: 999;
}

.job-list {
  background-color: #fff;
  padding: 1px 20px 20px 20px;
  min-height: 360px;
}

.job-list h2 {
  font-size: 2.5rem;
  font-weight: 500;
}

.job-list p {
  margin-bottom: 5px;
}

.career-section-4-container {
  display: flex;
  justify-content: space-between;
}

.career-section-4-block {
  width: 50%;
  align-self: center;
}

.career-section-4-block-2-text h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
.career-section-4-block-2-text {
  padding: 50px;
}

@media screen and (max-width: 767px) {
  .career-section-4-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }

  .career-section-4-block {
    width: 100%;
    align-self: center;
  }

  .career-section-4-container.career-section-4-container-2 {
    flex-direction: column-reverse;
  }
}

/*///////faq-starts-here/////*/

.panel-title {
  text-align: left;
}

.panel-title:hover {
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none !important;
}

.panel {
  border: 0px solid transparent !important;
}

.panel-body {
  padding: 15px;
  padding-left: 15px;
  padding-left: 0;
}

.panel {
  border: 0px solid transparent !important;
}

.panel-title > a:before {
  float: right !important;
  font-family: FontAwesome;
  content: '\f068';
  padding-right: 5px;
}
.panel-title > a.collapsed:before {
  float: right !important;
  content: '\f067';
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
  text-decoration: none;
}

.panel-default > .panel-heading {
  background-image: none !important;
  color: #333 !important;
  background-color: transparent !important;
  border: 0px !important;
  border-bottom: #badbea !important;
  border-radius: 0 !important;
}

.panel-title {
  font-weight: regular;
}

.panel-heading {
  padding: 0px !important;
}

.panel-title a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px 15px;
  background-color: #ededed;
}

/*///////faq-ends-here/////*/

/*//////////tab-starts here///////////*/

.nav.nav-tabs {
  margin: 0;
  display: flex;
  justify-content: space-between;
  border-bottom: 0px;
}
.nav.nav-tabs li {
  width: 32%;
  padding: 0px 0px 20px !important;
}
.nav.nav-tabs li a {
  padding: 0;
}

.nav.nav-tabs .active a {
  background-color: #f36f21 !important;
  border-bottom-color: #f36f25 !important;
}

.tab-content {
  background-color: #f1f1f1;
  margin-top: -22px;
  border-top: 2px solid #f36f25;
}

@media screen and (max-width: 1100px) {
  .nav.nav-tabs {
    margin: 0;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }

  .nav.nav-tabs li {
    width: 100%;
    padding: 0px 0px 20px !important;
  }
}

.overlay-container {
  position: relative;
}

.service-list-icon {
  display: block;
  height: auto;
}

.overlay {
  position: relative;
  transition: 0.5s ease;
  opacity: 1;
  font-size: 20px;
  text-align: center;
}

.overlay-container:hover .overlay {
  opacity: 1;
}
.overlay p {
  font-size: 1.5rem;
}

/* .contact-sub-text span {
  padding-left: 8px;
  padding-right: 8px;
  font-size: 28px;
} */

.contact-address-block {
  background-color: #f9f9f9;
  border: 1px solid #e1e1e1;
  padding: 20px 20px 10px 20px;
}

.our-delivery-process-title {
  background-color: #f36f21;
  padding: 25px 0px;
  width: 76%;
  text-align: center;
  margin: 0px auto;
}
.our-delivery-process-title h2 {
  color: #fff !important;
  margin: 0px;
}

.number-block {
  font-size: 2rem;
  background-color: #f36f21;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: -10px;
  width: 40px;
  height: 32px;
  text-align: center;
}

.our-delivery-process-block-item-v2-block-1 {
  flex: 1;
  background-image: url(../img/our-delivery-process-image.jpg);
  width: 100%;
  min-height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.our-delivery-process-block-2-item-list-block-icon {
  margin-bottom: 15px;
  position: relative;
}
.our-delivery-process-block-v2 {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  margin-bottom: 100px;
}
.our-delivery-process-block-item-v2 {
  flex: 2;
}
.our-delivery-process-block-item-v2-content {
  padding: 0px 20px 0px 20px;
}
.our-delivery-process-block-2-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}
.our-delivery-process-block-item-v2-content h2 {
  margin: 0;
}
.our-delivery-process-block-2-item-list-block {
  flex-basis: 30%;
  position: relative;
  background-color: #eef0f3;
  padding: 10px;
  border-top: 3px solid #f36f21;
  margin-bottom: 35px;
}
.our-delivery-process-block-2-item-list-block p {
  font-size: 1.6rem !important;
  margin-top: 50px;
}
.our-delivery-process-block-2-item-list-block-icon img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -35px;
  right: 4px;
  border: 3px solid #f36f21;
  border-radius: 50%;
  background-color: #fff;
}

.our-delivery-process-block-2-item-list-block::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eef0f3;
  position: absolute;
  content: '';
  top: 10px;
  right: -10px;
}

.whychoose-block-2-item-list-block.block-last {
  margin-bottom: 0 !important;
}

.our-delivery-process-block-2-item-list-block.block-last {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1200px) {
  .our-delivery-process-block-2-item-list-block {
    flex-basis: 47%;
  }

  .our-delivery-process-block-2-item-list-block.block-last {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 991px) {
  .our-delivery-process-block-v2 {
    display: flex;
    flex-direction: column;
  }

  .our-delivery-process-block-2-item-list-block {
    flex-basis: 30%;
  }
  .our-delivery-process-block-item-v2-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 576px) {
  .our-delivery-process-block-2-item-list-block {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 400px) {
  .our-delivery-process-block-2-item-list-block {
    flex-basis: 100%;
  }
}

.our-delivery-process-block-2-item-list-block {
  transition: 1s;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0.1s;
  transform: translateZ(0);
}

.our-delivery-process-block-2-item-list-block:hover {
  opacity: 1 !important;
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px,
    rgba(42, 42, 42, 0.05) 0px 6px 6px, rgba(32, 32, 32, 0.05) 0px 8px 8px,
    rgba(49, 49, 49, 0.05) 0px 12px 12px, rgba(35, 35, 35, 0.05) 0px 34px 34px;
  transform: translate(0, -4px);
  z-index: 2;
  background-color: #fff;
  transition: 0.5s;
}

/* custom our delivery process */

.process-single img {
  max-width: 80px;
}
.process-single {
  margin-bottom: 40px;
  position: relative;
}
.process-single-head {
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}

.leftsingle {
  padding-top: 80px;
}

/* .processWrap {
  counter-reset: deliveryProcess-steps;
} */
/* .processWrap .process-single::before {
  content: counter(deliveryProcess-steps);
  counter-increment: deliveryProcess-steps;
  font-size: 25px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ff4563;
  position: absolute;
  left: 0;
}
.process-single {
  margin-bottom: 60px;
  position: relative;
}
.process-singleWrap:nth-child(odd) .process-single::before {
  background: #54C0EB;
} */

/*

//////////////////////////////////////////
*/

.whychoose-title {
  background-color: #1d398d;
  padding: 25px 0px;
  width: 76%;
  text-align: center;
  margin: 0px auto;
}
.whychoose-title h2 {
  color: #fff !important;
  margin: 0px;
}

.number-block-2 {
  font-size: 2rem;
  background-color: #1d398d;
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: -10px;
  width: 40px;
  height: 32px;
  text-align: center;
}

.whychoose-block-item-v2-block-1 {
  flex: 1;
  background-image: url(../img/why-choose-image.jpg);
  width: 100%;
  min-height: 650px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.whychoose-block-2-item-list-block-icon {
  margin-bottom: 15px;
  position: relative;
}
.whychoose-block-v2 {
  display: flex;
  justify-content: space-between;
}
.whychoose-block-item-v2 {
  flex: 2;
}
.whychoose-block-item-v2-content {
  padding: 0px 20px 0px 20px;
}
.whychoose-block-2-item-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0px;
}
.whychoose-block-item-v2-content h2 {
  margin: 0;
}
.whychoose-block-2-item-list-block {
  flex-basis: 47%;
  position: relative;
  background-color: #eef0f3;
  padding: 10px;
  border-top: 3px solid #1d398d;
  margin-bottom: 35px;
}
.whychoose-block-2-item-list-block p {
  font-size: 1.6rem !important;
  margin-top: 50px;
  padding: 10px 50px;
}

.whychoose-block-2-item-list-block-icon img {
  width: 50px;
  height: 50px;
  position: absolute;
  top: -35px;
  right: 4px;
  border: 3px solid #1d398d;
  border-radius: 50%;
  background-color: #fff;
}

.whychoose-block-2-item-list-block::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #eef0f3;
  position: absolute;
  content: '';
  top: 10px;
  right: -10px;
}

@media screen and (max-width: 1200px) {
  .whychoose-block-2-item-list-block {
    flex-basis: 47%;
  }
}

@media screen and (max-width: 991px) {
  .whychoose-block-v2 {
    display: flex;
    flex-direction: column;
  }

  .whychoose-block-2-item-list-block {
    flex-basis: 30%;
  }
  .whychoose-block-item-v2-content {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .whychoose-block-2-item-list-block {
    flex-basis: 47%;
  }
}

@media screen and (max-width: 576px) {
  .whychoose-block-2-item-list-block {
    flex-basis: 100%;
  }

  .whychoose-block-2-item-list-block.block-last {
    margin-bottom: 35px !important;
  }
}

@media screen and (max-width: 400px) {
  .whychoose-block-2-item-list-block {
    flex-basis: 100%;
  }
}

.whychoose-block-2-item-list-block {
  transition: 1s;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out, opacity 0.2s ease-out;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  transition-delay: 0.1s;
  transform: translateZ(0);
}

.whychoose-block-2-item-list-block:hover {
  opacity: 1 !important;
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px,
    rgba(42, 42, 42, 0.05) 0px 6px 6px, rgba(32, 32, 32, 0.05) 0px 8px 8px,
    rgba(49, 49, 49, 0.05) 0px 12px 12px, rgba(35, 35, 35, 0.05) 0px 34px 34px;
  transform: translate(0, -4px);
  z-index: 999;
  background-color: #fff;
  transition: 0.5s;
}

.gif-bottn {
  position: relative;
  width: 64%;
}

.gif-bottn img {
  z-index: 1;
}

.gif-bottn-group {
  position: absolute;
  top: 33px;
  right: 0;
  z-index: 1;
}
.fuel-surcharge {
  background-color: #1d398d;
  color: #fff;
  border-radius: 5px;
  border-color: transparent;
  padding: 6px 20px;
  z-index: 1;
}

@media screen and (max-width: 1400px) {
  .gif-bottn-group {
    right: 12%;
  }
}

@media screen and (max-width: 1200px) {
  .gif-bottn {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .navbar-nav {
    margin-top: 45px !important;
  }

  #wrap input[type='text'] {
    top: -96px;
  }

  #wrap input[type='submit'] {
    top: -96px;
    right: -12px;
  }
  #home-bg-banner-top {
    margin-top: 113px;
  }
  .btn-popup-block {
    margin-top: -24px;
  }
  #navbar-top {
    right: 17.5%;
  }

  #menu-secondary-top-menu {
    margin: 0;
    padding: 0;
  }
  .header-top-number {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-toggle {
    position: absolute !important;
    right: 0 !important;
    top: 38px !important;
  }
  .search-form-mobile-block {
    position: absolute;
    top: 46px;
    right: 100px;
  }
  .gif-bottn-group {
    right: 0% !important;
  }
  #Submit-btn {
    width: 40% !important;
  }
}

.footer-social {
  float: right;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.footer-bottom-content {
  padding-bottom: 40px;
}
.footer-section-1 .socila-media-icon ul li a:hover {
  padding-left: initial;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}
.wpcf7-form input {
  /* width: 95%;
  height: 30px;
  margin-bottom: 17px;
  border-radius: 0px !important;
  border-left: 4px solid #f36f23 !important;
  padding-left: 10px !important;
  font-size: 1.8rem; */
  width: 100%;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px !important;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.wpcf7-form input[type="submit"] {
  height: 45px;
}
.wpcf7-form select {
  /* width: 95%;
  height: 30px;
  margin-bottom: 17px;
  border-radius: 0px !important;
  border-left: 4px solid #f36f23 !important;
  padding-left: 10px !important; */
display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
   width: 100%;
}

.wpcf7-form-control.wpcf7-submit {
  width: 40%;
  border: 0px solid !important;
}

.wpcf7-form textarea {
  width: 100%;
  height: 70px;
  padding: 6px 12px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  width: 100%;
}

.wpcf7-list-item label  {
    display: flex !important;
    width: 150px !important;
    align-items: center !important;
    justify-content: center !important;
    border: 0 !important;
}
.wpcf7-list-item input[type="radio"] {
  height: 23px;
  box-shadow: initial !important;
}
.wpcf7-form input[type="file"] {
  background: transparent !important;
  border: 0 !important;
}

.contact-map {
  margin-top: 50px;
}

.benefits-service ul {
  margin: 0;
  padding: 0;
  list-style: inside;
  margin-top: 15px;
}

.prepaid-voucher-service {
  background-color: #ffece3;
  padding: 20px 30px;
  border-left: 5px solid #f36f21;
}
.header-top-number p.prepaidVservice {
  padding: 5px 10px;
  /* color: #F36F21 !important; */
  font-weight: 700;
    -webkit-animation: prepaidBlink .5s infinite;  /* Safari 4+ */
  -moz-animation: prepaidBlink .5s infinite;  /* Fx 5+ */
  -o-animation: prepaidBlink .5s infinite;  /* Opera 12+ */
  animation: prepaidBlink .5s infinite;  /* IE 10+, Fx 29+ */
}
.header-top-number p.prepaidVservice a,
.header-top-number p.prepaidVservice a:visited,
.header-top-number p.prepaidVservice a:active
 {
    color: #fff !important;
}
@-webkit-keyframes prepaidBlink {
  0%, 100% {
    transform: none;
   }
  50%{
    /* background-color: #fff; */
    /* color: #1e398d; */
    transform: scale(1.1);
  }
}



.footer-bottom {
  padding-bottom: 7px;
}

.footer-section-1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-section-1 ul li {
  padding-bottom: 10px;
}

.footer-section-1 ul li a {
  margin: 0;
  padding: 0;
  transition: 0.5s;
  color: #fff !important;
}


.footer-logo-text p {
  font-size: 1.5rem !important;
  color: #fff;
}
.footer-section-1 p {
  color: #fff !important;
}
.footer-section-1 h4 {
  color: #f36f21 !important;
}

.footer-logo img {
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}
.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}
/*============career=============*/
/* custom upload button */

#uploadFile {
  background: transparent;
  border: 0;
  font-size: 0.8rem;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 100px;
  background: #d30e57;
  color: #fff !important;
  cursor: pointer;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.career-form lablel {
  font-size: 1rem;
}

.fileUpload {
  margin-bottom: 5px;
}

.small-text {
  font-size: 0.8rem;
  padding-left: 10px;
  margin-bottom: 0.2rem;
}

#Submit-btn {
  width: 22%;
}

@media screen and (min-width: 768px) {
  .fileUpload {
    margin-bottom: 0;
  }
}

/* custom css  */

.flexslider .slides > li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
}
.banner-action {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 13px;
}
.banner-action-single.top {
}
.banner-action-single {
  text-align: center;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bg-common {
  background: #f36f23;
}
.bg1 {
  background: #ff4563;
}
.bg2 {
  background: #54c0eb;
}
.bg3 {
  background: #c32f27;
}
.banner-action-button {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-round {
  background: transparent;
  border: 0;
}
.banner-action-text {
  margin-top: 5px;
  color: #021450;
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 660px) {
  .banner-action-button {
    width: 60px;
    height: 60px;
  }
  .banner-action {
    position: relative;
  }
}

@media screen and (max-width: 360px) {
  .form.example input[type='text'] {
    width: 80%;
  }
}

/* why choose us start here */
.whychoose-single {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}
.whychoose-single p {
  color: #6a6a6a;
}
.whychoose-para {
  flex: 1;
}
.whychoose-icon {
  margin-right: 30px;
}

.whychoose-icon img {
  max-width: 60px;
}
.whychoose-heading {
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  color: #2c2c2c;
  margin-bottom: 15px;
}

/* fuel surcharge css start here */
.fuel-surcharge-section {
  padding-top: 80px;
  margin-bottom: 0;
}
.spacing {
  margin-top: 80px;
}
.table-fuelSurcharge {
  padding-top: 40px;
}

.table-fuelSurcharge th {
  background: #f36f21;
  color: #ffffff;
  font-size: 16px;
}

/* social icons */
.social-icons {
  display: flex;
  list-style: none;
  align-items: center;
}
.social-icons li {
  margin-right: 10px;
  margin-top: 5px;
  /* max-width: 30px; */
}
.social-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  color: #fff;
  height: 28px;
  border-radius: 50%;
}
.footer-socialIcon li a {
  width: 38px;
  height: 38px;
  background: #fff;
 
}
.footer-socialIcon li a span {
 color: #1e398d;
 font-size: 18px;
}

.social-icons li a.facebook {
    background-color: #3b5998;
}

.social-icons li a.twitter {
    background-color: #1da1f2;
}

.social-icons li a.insta {
    background-color: #c32aa3;
}

.social-icons li a.linkedin {
    background-color: #007bb5;
}
.social-icons li a.youtube {
    background-color: #cd201f;
}

.social-icons li a.google-plus {
    background-color: #dd4b39;
}


@media screen and (max-width: 402px) {
  .footer-socialIcon li a {
    width: 35px;
    height: 35px;
  }
  .socila-media-icon ul li {
    margin-right: 10px;
  }
}




/* card our products services */
.bg-gray {
  background: #EEEEEE;
}
.card {
  /* display: inline-block; */
  box-shadow: 0 1px 2px 0 rgba(0,0,0,.15);
  /* margin: 20px; */
  /* position: relative; */
  /* margin-bottom: 50px; */
  transition: all .2s ease-in-out;
}

.card:hover {
  /*box-shadow: 0 5px 22px 0 rgba(0,0,0,.25);*/
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.image {
  max-width: 100%;
  height: auto;
  /* opacity: .7; */
  overflow: hidden;
  transition: all .2s ease-in-out;
}

.image:hover,
.card:hover .image {
  opacity: 1;
}

.text {
  background: #FFF;
  padding: 20px;
  min-height: 200px;
}

.text p {
  margin-bottom: 0px;
}

.fab {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  margin-top: -50px;
  right: 20px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  background: #0066A2;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
}

.fab:hover {
  background: #549D3C;
  cursor: pointer;
  -ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}


@media screen and (max-width: 768px) {
  #products-services-section .card {
    max-width: 450px;
    margin: 0 auto;
  }

  .col-lg-12.trackingcol {
    border-bottom: 1px solid #999fa3;
    padding: 10px 0;
  }

}
.flexslider{overflow:hidden}

/* ======================== */
h1,h2,h3,h4,h5,h6 {
  margin-top: 0 !important;
}


/* step order progress bar css goes here======================== */
/** Colors **/
ol.progress-track {
  display: table;
  list-style-type: none;
  margin: 0;
  padding: 2em 1em;
  table-layout: fixed;
  width: 100%;
}
ol.progress-track li {
  display: table-cell;
  line-height: 3em;
  position: relative;
  text-align: center;
}
ol.progress-track li .icon-wrap {
  border-radius: 50%;
  top: -1.5em;
  color: #fff;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  left: 0;
  right: 0;
  position: absolute;
  width: 2.5em;
}
ol.progress-track li .icon-check-mark,
ol.progress-track li .icon-down-arrow {
  height: 25px;
  width: 15px;
  display: inline-block;
  fill: currentColor;
}
ol.progress-track li .progress-text {
  position: relative;
  top: 10px;
}
ol.progress-track li.progress-done {
  border-top: 7px solid #de5a0e;
  transition: border-color 1s ease-in-out;
  -webkit-transition: border-color 1s ease-in-out;
  -moz-transition: border-color 1s ease-in-out;
}
ol.progress-track li.progress-done .icon-down-arrow {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap {
  background-color: #1D398D;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-check-mark {
  display: none;
}
ol.progress-track li.progress-done.progress-current .icon-wrap .icon-down-arrow {
  display: block;
}
ol.progress-track li.progress-done .icon-wrap {
  background-color: #de5a0e;
  border: 5px solid #de5a0e;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.progress-track li.progress-todo {
  border-top: 7px solid #DDD;
  color: black;
}
ol.progress-track li.progress-todo .icon-wrap {
  background-color: #FFF;
  border: 5px solid #DDD;
  border-radius: 50%;
  bottom: 1.5em;
  color: #fff;
  display: block;
  height: 2.5em;
  margin: 0 auto -2em;
  position: relative;
  width: 2.5em;
}
ol.progress-track li.progress-todo .icon-wrap .icon-check-mark,
ol.progress-track li.progress-todo .icon-wrap .icon-down-arrow {
  display: none;
}


/* neareast courier page start here */
.table-neareastCourier {
  margin-top: 20px;
}
.table-neareastCourier tr:nth-child(even) {
  background: #fdf0e8;
}
.table-neareastCourier tr td:first-child {
  font-weight: 700;
}



/* ======================================================== */
/* material form and sticky call */
/* ========================================================== */

/*==============sticky call=============*/
/* .feedbackForm-wrapper {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 999;
} */



.brochure {
  position: fixed;
  /* background: #F36F21; */
  top: 140px;
  /* right: -95px; */
  right: -5px;
  z-index: 999;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
}

.brochure:hover {
  right: 0;
  /* background: #F36F21; */
}

.brochure span {
  margin-right: .5rem;
}

.btn-stickycall {
  background:  #F36F21;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  padding: .5rem;
  color: #878787;
  font-size: .9rem;

  border: 2px solid #F36F21;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.floatingcall a {
    color: #fbca08;
    display: flex;
    align-items: center;
}

.call-icon {
  display: inline-block;
  /* margin-right: .4rem; */
}

.call-icon span {
  margin-left: .3rem;
  font-size: 2.4rem;
  font-weight: 700;
  /* color: #286cb3; */
  color: #25D366;
}

.floatingcall .btn:hover, .btn-large:hover {
    /* background:  #F36F21;
    color: #fff; */
}


@media screen and (max-width: 768px) {
  .material-form {
    display: none;
  }
}



/*=============sticky material form============*/
/*============= sticky form =============*/
/*------------- Form ---------------*/
.material-form {
  position: fixed;
  z-index: 999999999;
  width: 300px;
  background: #FFF;
  right: 20px;  
  bottom: -495px;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.material-form:hover {
  bottom: 0px;
}

/*-- User Icon --*/
.material-form .material-form-icon {
  position: absolute;
  top: -82px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  width: 190px;
  padding: 10px;
  background: #F36F21;
  color: #fff;
  margin: 20px auto 15px;
  border-radius: 2px;
  box-shadow: 0 0 1.4px #000;
}

/* .material-form .material-form-icon span {
  font-size: 1.5rem;
  padding-right: 6px;
} */

.material-form-icon img {
  max-width: 35px;
}
/*-- Title --*/
.material-form .title {
  background: #F36F21;
  font-size: 14px !important;
  padding: 12px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

/*-- Text --*/
.material-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.material-form p.message {
  text-align: center;
}

.heading-fcontact {
  font-size:  1rem;
  color:  #F36F21 !important;
  text-align: center;
  margin-top: 2rem;
}
/*-- Form Elements --*/
.material-form form {
  padding: 0 15px 15px 15px;
}

.material-form input,
.material-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.material-form input:focus,
.material-form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.material-form input[type='submit'] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff !important;
  border: none;
}

.material-form input[type='submit']:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.material-form textarea {
  min-height: 70px;
}

.material-form ::-webkit-input-placeholder {
  color: #ccb0b0;
}

.material-form ::-moz-placeholder {
  color: #ccb0b0;
}

.material-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.material-form :-moz-placeholder {
  color: #ccb0b0;
}

.material-form input[type='submit'] {
  background: #F36F21;
}

.SthankYou {
    display: none;
    color: green;
    text-align: center;
}
.SthankYou.floatingMessage h3
 {
  font-size:  1.15rem;
}
.btn-ContactSecondary {
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 1rem;
  height: 2.25em;
  padding-bottom: calc(0.375em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
  background-color: #F36F21;
  border-color: transparent;
  color: #fbca08;
  user-select: none;
  cursor: pointer;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
  text-transform: capitalize;
  font-weight: 500;
  margin: -6px 0 20px 0;

}

@media screen and (max-width: 676px) {
  .material-form:hover .user-icon {
    display: none;
  }
  .material-form .message {
    display: none;
  }
  .material-form form {
    padding-top: 15px;
  }
  .material-form {
    right: 50%;
    bottom: -320px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

/* 
.page-contact-us .material-form {
  display: none;
} */

/* have a question form css start here */
.haveAquestion-form input {
  height: 34px !important;
}
.haveAquestion-form  p {
  display: none;
}
.material-form input[type='submit'] {
  line-height: 25px !important;
}
.material-form div.wpcf7-response-output {
  margin-top: 0 !important;
}


/* feedback css start here */




.feedback-form {
  padding-top: 20px;
  padding-right: 10px;
  position: fixed;
  z-index: 9999;
  width: 300px;
  background: #FFF;
  left: -303px;  
  bottom: 0;
  top: 20%;
  -webkit-transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  transition: all 0.8s cubic-bezier(0.22, 0.67, 0.43, 1.22) 0.2s;
  border-radius: 10px 10px 0 0;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.feedback-form p {
  display: none;
}
.feedback-form:hover {
   left: 0;  
}

/*-- User Icon --*/
.feedback-form .feedback-form-icon {
  position: absolute;
  top: 50%;
  right: -120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  width: 190px;
  padding: 10px;
  background: #F36F21;
  color: #fff;
  margin: 20px auto 15px;
  border-radius: 2px;
  box-shadow: 0 0 1.4px #000;
  transform: rotate(-90deg);
      display: flex;
    align-items: center;
    justify-content: center;
}

/* .material-form .material-form-icon span {
  font-size: 1.5rem;
  padding-right: 6px;
} */
.feedback-form-icon::hover .feedback-form {
  left: 0;
}
.feedback-form-icon img {
  max-width: 35px;
}
/*-- Title --*/
.feedback-form .title {
  background: #F36F21;
  font-size: 14px !important;
  padding: 12px 18px !important;
  color: #fff !important;
  border-radius: 10px 10px 0 0;
}

/*-- Text --*/
.feedback-form p {
  font-size: 13px;
  margin: 0;
  padding: 15px;
  color: #666;
}

.feedback-form p.message {
  text-align: center;
}

.heading-fcontact {
  font-size:  1rem;
  color:  #F36F21 !important;
  text-align: center;
  margin-top: 2rem;
}
/*-- Form Elements --*/
.feedback-form form {
  padding: 0 15px 15px 15px;
}

.feedback-form input,
.feedback-form textarea {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  width: 254px;
  max-width: 254px;
  margin-bottom: 10px;
  margin-left: 7px;
  padding: 6px;
  border: none;
  border-radius: 4px;
  color: #999;
  border-bottom: 1px solid #f0f0f0;
}

.feedback-form input:focus,
.feedback-form textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feedback-form input[type='submit'] {
  display: block;
  width: 120px;
  margin: 0 auto;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #fff !important;
  border: none;
}

.feedback-form input[type='submit']:hover {
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.07), 0 1px 7px 0 rgba(0, 0, 0, 0.02), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

.feedback-form textarea {
  min-height: 110px;
}

.feedback-form ::-webkit-input-placeholder {
  color: #ccb0b0;
}

.feedback-form ::-moz-placeholder {
  color: #ccb0b0;
}

.feedback-form :-ms-input-placeholder {
  color: #ccb0b0;
}

.feedback-form :-moz-placeholder {
  color: #ccb0b0;
}

.feedback-form input[type='submit'] {
  background: #F36F21;
}





/* 
.page-contact-us .material-form {
  display: none;
} */

/* have a question form css start here */
.haveAquestion-form input {
  height: 34px !important;
}
.haveAquestion-form  p {
  display: none;
}
.feedback-form input[type='submit'] {
  line-height: 34px !important;
}
.feedback-form div.wpcf7-response-output {
  margin-top: 0 !important;
}
@media screen and (max-width: 992px) {
  .feedback-form {
    display: none;
  }
}



/* header collapse earlier */
@media (min-width: 768px) and (max-width: 992px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}



.result-wrapper {
  background: #ffefe5;
  /* padding: 40px 50px 11px 9px; */
  height: 74px;
  padding: 0 9px;

}
.result-heading {
  padding-top: 10px;
  color: #021450;
  font-size: 17px;
  letter-spacing: 0.025em;
  font-weight: 700;
  margin-bottom: 5px;
}
.result {
  text-align: right;  
  font-size: 22px !important;
}




/* header RESPONSIVE css start here */
.header-top-secondary  {
  display: flex;
  align-items: center;
}
.ph-number a {
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1064px) {
  header.stick {
    height: auto !important;
  }
  .navbar-toggle {
    display: none !important;
  }
  #wrap input[type='submit'], #wrap input[type='text'] {
    display: none !important;
  }
  .navbar-nav {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .stick .max-width-90 {
    width: 100% !important;
    display: flex;
    justify-content: center;
  }
  .navbar-header {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #home-bg-banner-top {
    margin-top: 185px !important;
  }
}

@media screen and (max-width: 992px) {
  .navbar-social {
    display: none;
  }
  /* .prepaidVservice {
    width: 100%;
    text-align: center;
  } */
  .header-top-secondary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .stick {
    top: 42px;
  }
  /* .ph-number {
    display: none !important;
  } */
  .prepaidVservice {
    display: none !important;
  }
}

 @media screen and (max-width: 767px) {
  .navbar-default .navbar-toggle {
    position: initial !important;
    margin-top: 32px;
    margin-right: 30px !important;
  }
  .navbar-brand img {
    max-width: 135px;
    margin-top: 12px;
  }
  .active a {
    border-bottom: 0 !important;
  }
  .header-top-number {
    display: flex;
    justify-content: space-between;
    align-items: center;

  }
  .header-top-number {
    margin-right: 33px;
  }

 }

 @media screen and (max-width: 520px) {
  .prepaidVservice a {
    font-size: 15px;
  }
  .ph-number {
    font-size: 15px !important;
  }
  .icon-call img {
    max-width: 16px;
  }
  .log-in-btn {
    font-size: 14px !important;
  }
  .log-in-btn i {
    font-size: 15px !important;
  }
 }

 @media screen and (max-width: 365px) {
  .header-top-secondary {
    display: block;
  }
  .header-top-number p {
    display: inline-block;
  }
 }

.mobile-track  {
  display: none;
}

.dsktp-track-form {
  position: relative;
}
.dsktp-track-form input {
  padding: 25px 110px 25px 10px !important;
}
.dsktp-track-form .btn-track {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0 !important;
  background-color: #F36F21 !important;
  background-image: none !important;
  color: #fff;
}

.track-shipment-form {
  position: relative;
}
.track-shipment-form input {
  padding: 25px 110px 25px 10px !important;
}
.btn-search-shipment {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0 !important;
  background-color: #F36F21 !important;
  background-image: none !important;
  color: #fff;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .mobile-track {
    display: block;
  }
  .mobile-track-form {
    position: relative;
    margin: 30px 0;
  }
  .mobile-track-form input {
    padding: 20px 110px 20px 10px !important;
  }
  .btn-track {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0 !important;
    background-color: #F36F21 !important;
    background-image: none !important;
    color: #fff;
    
  }
  .dsktp-track {
    display: none;
  }
}

@media screen and (max-width: 520px) {
  .stick{
    top: 36px;
  }
}


@media screen and (max-width: 500px) {
  .banner-caption {
    top: 40%;
  }
}
@media screen and (max-width: 446px) {
  .stick {
    top: 36px;
  }
  .brochure {
    top: 166px;
  }

  .banner-action-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 365px) {
  .stick {
    top: 37px;
  }
}

/* 375 */
 @media screen and (max-width: 399px) {
  .ph-number {
    /* display: none; */
  }
  .brochure {
    top: 171px;
  }
  /* .navbar-brand img {
    width: 135px;
  }
  header.stick {
    top: 77px;
    height: auto;
  }
  header .navbar {
    margin-bottom: 0;
  } */
  #brand {
    /* margin-top: 0; */
  }
  .navbar-toggle {
    /* position: initial !important; */
  }
 }


/* get quote form start here */
#get-quote-form {
  background: #f4f7f6;
  padding-top: 0;
}
.calculate-form {
  background: #fff;
  padding: 40px 0;
  /* margin-top: 40px; */
  margin-bottom: 40px;
}
.calculation-bg {
  padding: 51px 20px;
}
.calculation-bg,.result-head{
  background: #fff;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
}

.result-head {
    padding: 42px 20px;
}
.result-head {
  text-align: center;
}
.btn-primary {
  border: none;
}
.bg-main {
  background: #f36f21 !important;
}
.num-result {
  font-size: 40px;
  color: #f36f21;
  font-weight: 700;
}
.total-result {
  text-align: center;
}
.num-result-shown {
  font-size: 30px;
  font-weight: 600;
  color: #021450;
}
.num {
  font-weight: 700;
}
.result-shown {
  margin-bottom: 7px;
  font-weight: 600;
  font-size: 16px;
}
.num-head-green {
  color: green;
  font-size: 14px;
}
.num-head-red {
  color: red;
   font-size: 14px;
}


/* get quote tab start here */
.get-quoteWrapper {
  background: #F4F7F6;
}
.get-quoteWrapper .nav.nav-tabs {
  display: inline-flex;
  margin-bottom: 20px;

}
.get-quoteWrapper .nav.nav-tabs li {
  width: initial;
}

.get-quoteWrapper .nav.nav-tabs  a {
  padding: 8px 40px;
  border: 1px solid #f36f21 ;
  color: #f36f21; 
  border-radius: 5px;
}
.get-quoteWrapper .nav.nav-tabs .active a {
  color: #fff !important;
}
.get-quoteWrapper .tab-content {
  border-top: 0;
}

@media screen and (max-width: 1200px) {
  .calc-secondary {
    margin-bottom: 30px;
  }
}



@media screen and (max-width: 768px) {
  .total-result {
    margin-bottom: 30px;
  }
}



/* custom form for career */
.career-section-02 .wpcf7-form input {
  width: 100%;
  height: initial;
  border-left: 0;
}

/* loader css start here */

.footer-section-1 a {
  color: #fff !important;
}

.message {
  padding-left: 15px;
  color: #F36F21;
  font-size: 19px !important;
  font-weight: 600;
}

.eo-venue-map {
  z-index: 888 !important;
}
input[type=radio] {
  margin-right: 5px !important;
}


.carousel-slider-outer  {
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px dotted #cdcdcd;
  border-bottom: 1px dotted #cdcdcd;
  margin-bottom: 30px;
}
/* .loading { border:1px solid #ddd; padding:20px; margin:40px 5px; width:80px;} */

.page-id-13 #load {
  display: none !important;
}

.eventorganiser-event-meta {
  display: none;
}
.news-block-main-news-img img {
  width: 100% !important;
}

.getquote-cta {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-book {
  padding: 8px 40px !important;
    border: 1px solid #f36f21;
    color: #fff;
    background: #f36f21;
    border-radius: 5px;
}

span.wpcf7-not-valid-tip {
  font-size: 1.3rem !important
}

/* privacy policy start here */
.privacy-policy-single, .tos {
  margin-bottom: 40px;
}
.privacy-policy-single ul, 
.tos ul {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  margin-bottom: 20px;
}
.privacy-policy-single ul li,
.tos ul li {
  margin-bottom: 5px;
}

.privacy-policy-single h4,
.tos h4 {
  font-size: 16px !important;
  font-weight: 600;
}

.privacy-policy-single a,
.tos a,
.privacy-policy-single a:visited,
.tos a:visited,
.privacy-policy-single a:hover,
.tos a:hover,
.privacy-policy-single a:active,
.tos a:active

{
  color: #F6933E;
}

h2.current_status {
  font-weight: 900;
  margin-bottom: 0px !important;
}

.chairman-wrap {
  text-align:center;
  padding-bottom: 15px; 
}

.chairman-wrap>img {
  max-width: 165px;
  margin: 0 auto;
  padding-bottom: 5px;
}
.h-beat {
  animation: prepaidBlink .5s infinite;
}

#products-services-section {
  padding-bottom: 40px;
}


/* ========================popup========================== */

#boxes {
  visibility: visible;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  background: rgba(0,0,0,.5);
}


/* alert popup when website loads */
 #mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

 #boxes .window {
  position: fixed;
  left: 50%;
  top: 50%;
  /* display: none; */
  z-index: 9999;
  /* border-radius: 15px; */
  text-align: justify;
  max-width: 1366px;
  /* width: 60%; */
/*  width: auto;*/
  width: 65vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

 #boxes .window p {
  /* padding-right: 1rem; */
}
.boxes-img {
    max-width: 100%;
    height: auto;
    
}
#boxes img {
  max-width: 100%;
/*  max-width: 400px;*/
  height: auto;
}

 #boxes #dialog {
   padding: 25px; 
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  border: 2px solid #eee;
}

 #popupfoot {
  padding-top: 10px;
  padding-bottom: 10px;
}

.w-wrap {
    display: flex;
}
.w-itemImg  {
    flex-basis: 30%;
    
}
.itemImg {
    background: url('../img/airfreight.jpg') 0 0 no-repeat;
    height: 100%;
    background-size: cover;
}
.w-itemContent {
    flex-basis: 70%;
    padding: 40px;
}
.w-itemContent-full {
    flex-basis: 100%;
    /* padding: 40px; */
    text-align: center;
}
.w-item-heading {
    color: #f36f21;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.w-item-heading span {
    color: #1E398D;
    font-size: 25px;
    display: block;
    margin-top: 5px;
}
.w-itemContent p {
    font-size: 16px;
}
.services {
    display: flex;
    flex-wrap: wrap;
}
.service-com {
    flex-basis: 50%;
}
.service-com li {
    font-size: 14px;
}
.services h4 {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.iconCross_wrap {
    position: absolute;
    right: 0;
    top: 0;
}
.iconCross {
    padding: 5px 10px;
}
.iconCross .fa {
    font-size: 25px;
    color: #333;
    opacity: .4;
}
.home #mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #000;
    display: none;
}

.w-item-heading.alert-heading, .iconCross_wrap .fa, .alert-icon .fa {
  color: #980230 !important;
}
.iconCross_wrap .fa {
  color: #980230 !important;
  opacity: 1;
  cursor: pointer;
}

#boxes  {
  visibility: hidden;
}
/* .home #boxes  {
    display: block;
} */


@media screen and (max-width: 1090px) {
  #boxes .window {
    /* height: 80%; */
    overflow-y: auto;
  }
  #boxes #dialog {
    /* padding: 20px !important; */
  }
  #popupfoot {
    position: fixed;
    bottom: 0;
  }
  .window-para {
    /* height: 85%; */
    /* overflow-y: scroll; */
  }

  .w-wrap {
    display: flex;
    flex-wrap: wrap;
    }
    .w-itemImg  {
        flex-basis: 100%;
    }
    .itemImg {
        background: url('../img/airfreight.jpg') 0 0 no-repeat;
        width: 100%;
        height: 250px;
        background-size: cover;
    }
    .w-itemContent {
        flex-basis: 100%;
        padding: 40px;
    }

}

@media screen and (max-width: 768px) {
   #boxes .window {
    width: 90%;
  }
  #boxes img {
    max-width: 100%;
    height: auto;
    
}
}



.material-form  .haveAquestion-form .control-label,
.feedback-form-content label {
	font-size: 14px !important;
	margin-bottom: 3px !important;
}
.material-form .haveAquestion-form input[type="text"] ,
.material-form .haveAquestion-form input[type="email"],
.material-form .haveAquestion-form input[type="tel"]{
	height: 28px !important;
}


.siteby {
  color: #fff;
  font-size: 1.4rem;
}
.siteby a,
.siteby a:visited,
.siteby a:hover,
.siteby a:active,
.siteby a:focus
 {
  color: #f36f21;
}

ins.adsbygoogle {
    display: none !important;
}
