.header__logo {
    padding: 15px 0;
}

.header__logo a img {
    width: 115px;
}

.header__nav {
    text-align: right;
    padding: 24px 0 24px;
}

.header__menu ul li {
    margin-right: 15px;
}

.header__menu ul li a {
    text-transform: capitalize;
}

.header__bottom.sticky_navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
    z-index: 9;
}

.hero.spad.set-bg {
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background: linear-gradient(45deg, #cca970, #113885) !important; */
}

.hero:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(61 80 117) 25%, rgb(237 86 82)) !important;
}

.breadcrumb-option {
    position: relative;
    overflow: hidden;
}

.breadcrumb-option:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(61 80 117) 25%, rgb(237 86 82)) !important;
}

.hero .background-video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hero__text {
    padding-top: 0;
}

.hero__text__title span {
    color: #ffffff;
    font-weight: 600;
}

.hero__text__title h2 {
    color: #ffffff;
    font-weight: 700;
}

.hero__tab__form {
    padding: 40px;
    box-shadow: 0 0 40px rgb(0 0 0 / 30%);
}

.hero__tab__form h2 {
    font-size: 16px;
}

.hero__tab__form p {
    font-size: 13px;
}

.hero__tab__form a {
    color: #113885;
}

.hero__tab__form a:hover {
    color: #cca970;
}

.hero__tab__form form .select-list .select-list-item {
    max-width: calc(33% - 20px);
}

.hero__tab .nav-tabs {
    justify-content: space-between;
}

.hero__tab .nav-tabs .nav-item {
    width: 49%;
}

.hero__tab .nav-tabs .nav-item:last-child {
    margin-right: 0;
}

.hero__tab .nav-tabs .nav-item .nav-link {
    display: block;
}

.hero__tab__form .form-control {
    font-size: 0.75rem;
    line-height: 30px;
    padding: 0.375rem 0.75rem;
    height: 40px;
}

.home_carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 5px;
    right: 5px;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home_carousel .owl-nav button {
    color: #fff !important;
    background: rgba(204, 169, 112, 0.6) !important;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.home_carousel .owl-nav button:hover {
    background: #113885 !important;
}

.home_carousel .owl-nav .fa {
    font-size: 12px;
    font-weight: normal;
    display: block;
}

.home_carousel .owl-dots {
    text-align: center;
}

.home_carousel .owl-dots .owl-dot {
    background: none repeat scroll 0 0 #113885;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    margin: 5px;
    opacity: 0.5;
}

.home_carousel .owl-dots .owl-dot.active {
    background: none repeat scroll 0 0 #cca970;
    opacity: 1;
}

.section {
    padding: 70px 0 !important;
}

.courier_services .card {
    text-align: center;
    margin-bottom: 30px;
}

.courier_services .card .card-title {
    margin: auto;
}

.courier_services .card .card-text {
    color: #111111;
    margin-bottom: 0;
}

.chooseus {
    height: auto;
    background: #ffffff;
}

.chooseus__video {
    position: relative;
    height: auto;
    width: 100%;
}

.services_area {
    background: #f5f5f5;
}

.tracking_area {
    background: #f5f5f5;
}

.tracking_area .card {
    background: #ffffff;
    margin-bottom: 30px;
    transition: .3s;
}

.tracking_area .card:hover {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
}

.tracking_area .card .card-body h6 {
    font-size: 14px;
    color: #ff0000;
}

.counter.spad.set-bg {
    background-position: center;
    background-attachment: fixed;
}

.works_area.spad.set-bg {
    background-position: center;
    background-attachment: fixed;
}

.services__item .main_icon {
    color: #cca970;
    font-size: 50px;
}

.footer.set-bg {
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

.footer.set-bg>* {
    position: relative;
    z-index: 1;
}

.footer.set-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgb(2 21 58 / 79%) 25%, rgb(204 169 112 / 60%)) !important;
}

.footer__widget ul li a {
    color: #ffffff;
}

.footer__widget ul li a:hover {
    color: #cca970;
}

.footer__widget p,
.footer__widget a {
    color: #ffffff;
}

.footer__copyright__text p {
    color: #ffffff;
}

.footer__copyright__text a {
    font-weight: normal;
    color: #ffffff;
}

.footer__copyright__text a:hover {
    color: #cca970;
}

.breadcrumb-option {
    padding: 70px 0 70px;
}

.breadcrumb-option.set-bg {
    background-position: center;
    background-attachment: fixed;
}

.breadcrumb__links span {
    color: #ffffff;
}

.back2top {
    position: fixed;
    bottom: 0;
    right: 30px;
    width: 40px;
    height: 40px;
    z-index: 111;
    background-color: #cca970;
    border: 2px solid #cca970;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.back2top:hover {
    background-color: #113885;
    border: 2px solid #113885;
}

.back2top.active {
    bottom: 60px;
    visibility: visible;
    opacity: 1;
}

.up-arrow {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid #fff;
    margin-top: 4px;
    border-width: 2px 0 0 2px;
}


.site-btn {
    background: #f35c53;;
}

.site-btn:hover {
    background: #113885;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
    height: 46px;
    font-size: 15px;
    color: #727171;
    border-radius: 2px;
    padding-left: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.select2-container .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: unset !important;
}

.select2-container:last-child .selection {
    display: none;
}

#canva_banner {
    position: absolute;
    top: 0;
    left: 0;
}

.work_area .feature__item {
    float: unset;
}

.services__item_block {
    text-align: center;
}

.services__item {
    width: 100%;
    height: 234px;
    background: #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    padding: 30px;
}

.services__item h5 {
    font-size: 14px;
    font-weight: 600;
}
  
  .popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 11;
  }
  
  .popup img {
    width: 535px;
    height: auto;
  }
  
  .hide-popup {
    display: none;
  }

 .top_side_button {
    position: fixed;
    top: 70%;
    z-index: 11;
    transform: rotate(270deg);
    margin-left: -48px;
    animation-name: example;
    animation-duration: 5s;
    animation-delay: 1s;
}

.social_icon_footer a {
    color: #ffffff;
    text-decoration: none;
    background-color: #274b85;
    border: 2px solid #274b85;
    border-radius: 100%;
    padding: 10px;
    margin: 5px;
   
}

@keyframes example {
    0%   {left:-30px;top:70%;}
    100% {left:0px; top:70%;}
  }

.social_icon_footer a:hover {
    color: #cca970;
}

.art-deco {
    border: 15px solid #00000063;
    outline: 4px solid #c9a675;
    outline-offset: -10px;
    background: linear-gradient(#284b85 0 0) top, linear-gradient(#284b85 0 0) left, linear-gradient(#284b85 0 0) bottom, linear-gradient(#284b85 0 0) right;
    background-size: 200% 4px, 4px 200%;
    background-origin: padding-box;
    background-repeat: no-repeat;
}

.frame_border{
    margin: 5px;
    border-style: dashed;
    border: #284b85 10px double;
    background-clip: content-box;
    padding: 5px;
}
marquee img{
    max-width: 100px !important;
}

.grid-container {
    columns: 5 200px;
    column-gap: 1.5rem;
    width: 90%;
    margin: 0 auto;
    div {
      width: 150px;
      margin: 0 1.5rem 1.5rem 0;
      display: inline-block;
      width: 100%;
      border: solid 2px black;
      padding: 5px;
      box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
      border-radius: 5px;
      transition: all .25s ease-in-out;
      &:hover img {
        filter: grayscale(0);
      }
      &:hover {
        border-color: coral;
      }
      img {
        width: 100%;
        filter: grayscale(100%);
        border-radius: 5px;
        transition: all .25s ease-in-out;
      }
      p {
        margin: 5px 0;
        padding: 0;
        text-align: center;
        font-style: italic;
      }
    }
  }

.footer__widget a:hover {
    color: #cca970;
}

.photo_ga img{
    padding: 20px;
    box-shadow: 0px 0px 6px 3px #00000047;
    margin-bottom: 30px;
}



