:focus {
    outline: none !Important;
    box-shadow: none !Important;
}
body.transparent-header #sp-header.header-sticky ~ section#sp-main-body {
    padding-top: 0px;
}

@media(max-width:991px){
h1 { font-size: 22px !important; }
h2 { font-size: 22px !important; }
h3 { font-size: 22px !important; }
h4 { font-size: 18px !important; }
h5 { font-size: 16px !important; }
h6 { font-size: 16px !important; }
body { font-size: 13px !important; }
.phone-padding .sppb-col-xs-6 {
  padding: 0px 7px !important;
}
.phone-padding {
  padding: 0px 8px !important;
}
}

/*SERVICES*/
.featurebox-icon-002
.sppb-img-responsive,
.sppb-carousel-inner > .sppb-item > img,
.sppb-carousel-inner > .sppb-item > a > img {
  display: block;
  margin:auto;
  max-width: 100%;
  height: 50px;
}

.sppb-image-carousel-layout1 .sppb-carousel-extended-item-overlay,
.sppb-image-carousel-layout1 .sppb-carousel-extended-item img,
.sppb-image-carousel-layout1 .sppb-carousel-extended-content-wrap {
  border-radius: 0px;
}

/*header*/
#sp-header {
    position: absolute;
  }
#sp-header  {
    background: #fecd0a;
    padding: 0px;
    margin-top: 20px;
    height: 80px;
    transition: 0.5s;
}
/*#sp-header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fecd0a;
  transition: 0.3s;
}*/
#sp-header:before {
  display: none
}
.sp-megamenu-parent > li > a {
    line-height: 80px;
    color: #000;
}
#sp-top1 .sp-column {
    line-height: 80px;
}
div#sp-logo .sp-column {
    line-height: 80px;
}
#sp-logo {
    position: relative;
}
#sp-logo:before {
    position: absolute;
    content: '';
    background: #ffffff;
    height: 100%;
    width: 80%;
    left: 0;
    top: -1px;
    z-index: -9999 !Important;
    border-radius: 0px 100px 100px 0px;
    transition: 0.5s;
}
#sp-header.header-sticky #sp-logo:before {
    position: absolute;
    content: '';
    background: #ffffff;
    height: 100%;
    width: 90%;
    left: 0;
    top: -1px;
    z-index: -9999 !Important;
    border-radius: 0px 100px 100px 0px;
}
.logo-image {
  max-height: 80px !Important;
  height: 80px !Important;
}
#sp-header.header-sticky {
    margin-top: 0px;
    background: #fecd0a;  
    padding: 0px;
}
.sp-megamenu-parent >li a:before  {
    position: absolute;
    content: '';
    background: #21205f;
    height: 4px;
    width: 0;
    bottom: -1px;
    left: 0;
    right: 0px;
    margin: auto;
    transition: 0.5s;
}
.sp-megamenu-parent >li.active>a:before, .sp-megamenu-parent >li a:hover:before {
    position: absolute;
    content: '';
    background: #21205f;
    width: 100%;
    bottom: -1px;
    left: 0;
    right: 0px;
    margin: auto;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #21205f !important;
    padding-right: 0px;
    margin-right: 40px;
    font-size: 15px !important;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li:hover > a {
    color: #21205f !important;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-top: 0px;
    padding: 5px !important;
}
.sp-dropdown.sp-dropdown-main.sp-menu-right {
    width: 300px !important;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover {
    color: #21205f;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
    padding: 3px 15px;
}
.sp-megamenu-parent .sp-dropdown li:hover {
    background: #fecd0a;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:before {
    display: none;
}
#sp-header.header-sticky .sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    margin-top: 0px;
}
@media(max-width:991px){
  #sp-header {
    margin-top: 0px;
    height: 80px;
    transition: 0.5s;
}
  body.transparent-header #sp-header {
    position: relative !Important;
    padding: 0px 15px;
}
    body.transparent-header #sp-header.header-sticky {
    position: fixed !Important;
    padding: 0px 15px;
}
  #offcanvas-toggler.offcanvas-toggler-right {
    line-height: 80px;
}

#sp-logo:before {
    width: 120%;
}
#sp-header.header-sticky #sp-logo:before {
    width: 130%;
}
}
.offcanvas-menu {
    background: #fecd0a;
    border-left: 5px solid #fecd0a;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 15px !important;
    padding: 5px 0px;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li a:hover {
    color: #ffffffa6;
    font-weight: 600;
}
.offcanvas-menu .offcanvas-inner {
    padding: 50px 30px 30px;
}

/*page-title*/
.sp-page-title {
    padding: 200px 0 200px;
    background: url(/images/0_HS_Cargo/page-title.jpg);
    background-attachment: scroll;
    background-size: cover;
    background-position: center center;
}
.sp-page-title .sp-page-title-heading {
    font-size: 24px;
    line-height: 1.3;
    text-align: center;
}
@media(max-width:991px){
.sp-page-title {
    padding: 100px 0 100px;
}
#sp-header {
    position: relative !Important;
    padding: 0px 15px;
}
#sp-header.header-sticky {
    position: fixed !Important;
    padding: 0px 15px;
}
}

.offcanvas-menu {
    background: #21205f !Important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul > li ul li a {
    color: #000 !important;
    font-size: 13px !important;
    font-weight: 600;
}
ul.menu-child {
    background: #face5a;
    padding: 10px !important;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child > li {
    border-bottom: 1px solid #ffffff;
}
.offcanvas-menu .offcanvas-inner .sp-module ul.menu-child > li:last-child {
    border-bottom: none;
}

/*scroll-up*/
a.sp-scroll-up {
    right: 30px;
    bottom: 90px;
  
}
.sp-scroll-up:before {
 
}

/*live-chat*/
#phone {
    right: 80px !important;
}
#whatsapp {
    right: 10px !important;
}

/*bottom*/
#sp-bottom .sp-module .sp-module-title {
    color: #21205f;
    font-size: 16px !important;
}
#sp-bottom .sp-module ul > li > a {
    font-size: 15px;
    color: #000;
}
#sp-bottom .sp-module ul > li > a:hover {
    color: #fecd0a !Important;
}
#sp-bottom1 a:hover {
    color: #fecd0a !Important;
}
#sp-bottom .sppb-addon-content {
    font-size: 15px !important;
    color: #000;
}
#sp-bottom .sppb-addon-content a {
    color: #000;
    font-weight: 500;
}
#sp-bottom .sppb-addon-content a:hover {
    color: #fecd0a;
    font-weight: 500;
}
#sp-bottom1 h5 {
    color: #21205f !important;
    font-weight: 700;
    font-size: 16px;
}
#sp-bottom1 a {
    color: #000 !important;
    font-weight: 700 !Important;
    font-size: 16px;
}
#sp-bottom {
    padding: 50px 0 0px;
}
@media(max-width:991px){
  #sp-bottom .sp-module .sp-module-title {
    font-size: 14px !important;
}
#sp-bottom .sp-module ul > li > a {
    font-size: 13px;
}
#sp-bottom .sppb-addon-content {
    font-size: 13px !important;
}
}

/*footer*/
#sp-footer .container-inner {
    padding: 10px;
}
span.sp-copyright {
    color: #000 !important;
}
span.sp-copyright a {
    color: #000 !important;
}
footer#sp-footer {
    background: #21205f;
    position: relative;
}
footer#sp-footer:before {
    position: absolute;
    content: '';
    background: #fecd0a;
    height: 102%;
    width: 80%;
    left: 0;
    top: -1px;
    border-radius:0px 100px 100px 0px;
}
@media(max-width:991px){
  footer#sp-footer:before {
    position: absolute;
    content: '';
    background: #fecd0a;
    height: 102%;
    width: 100%;
    left: 0;
    top: -1px;
    border-radius:0px;
}
footer#sp-footer {
    padding: 0px 0px 120px 0px;
}
}

/*breezing-form*/
@media(min-width:992px){
.bfQuickMode .bfbs3-form-group .bfbs3-control-label, .bfQuickMode .form-group .control-label {
    display: inline-block;
}
.bfQuickMode .bfbs3-form-inline .bfbs3-form-control, .bfQuickMode .form-inline .form-control {
    display: inline;
}}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), textarea:not(.form-control), select:not(.form-control) {
    border: 1px solid #ececec;
}

/*contact icon*/
.fa-map-marker:before {
    font-family: 'FontAwesome';
}

/*map*/
input.button {
    background: #21205f;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 6px 20px;
    transition: 0.4s;
    cursor: pointer;
}

input.button:hover {
    background: #000000;
}