
body{
    background: #f5f5f5;
}

.my-links{
  padding: 5px 10px;
}
.my-links li a{
  color: #fff !important;
  padding: 5px 10px !important;
}
/*==== CAROUSEL ====*/
header{
  height: 450px;
    overflow: hidden;
}
header .item {
  height: 450px;
  position: relative;
}
header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
header .owl-item.active{
    padding: 0px;
}
header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-prev:focus {
  outline: 0;
}
header .owl-nav .owl-prev:hover {
  background: #000 !important;
}
header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
header .owl-nav .owl-next:focus {
  outline: 0;
}
header .owl-nav .owl-next:hover {
  background: #000 !important;
}
header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

.bg6-hldr{
margin: 0px;
background: url(bg6.jpg);
background-size: cover;
background-attachment: fixed;

}

/*===== SHIPPING SERVICES AREA =====*/


.shipping-services-area{
margin-bottom: 35px;
}
.ss-header{
padding: 35px 10px;
}
.ss-header h4{
text-align: center;
font-size: 30px;
font-weight: 700;

}
.packages{
border: 1px #999 solid;
padding: 25px 10px;
text-align: center;
}
.packages span{
position: absolute;
margin-top: -38px;
background: #f5f5f5;
transform: translateX(-30px);
}
.cargos{
text-align: center;
border: 1px #999 solid;
border-width: 1px 1px 1px 0px;
padding: 25px 10px;
}
.cargos span{
position: absolute;
margin-top: -38px;
background: #f5f5f5;
transform: translateX(-100px);
}
.p-box, .c-box{
text-align: center;
padding: 5px;

}
.af-ul{
padding: 0px;
}
.af-ul li{
list-style: none;
}

/*=====*/

/*===== Why Choose Us Area =====*/

.why-choose-us-area{
    background: #ddd;
    padding: 0px;
}
.why-choose-us-hldr{
   background:#eee;
    padding: 35px;
    margin-bottom: 35px;
    border-radius: 1000px 0px 1000px 0px;
}
.why-choose-us{
    text-align: center;
}
.why-choose-us h3{
    font-family: Cambria, Cochin, Georgia, Times;
    font-size: 45px;
    max-width: 800px;
    display: inline-block;
    margin-bottom: 0px;
}
.why-choose-us span{
    display: block;
    margin-bottom: 10px;
}
.why-choose-us a{
    display: inline-block;
    border: 2px solid #ff2c2c;
    width: 100px;
}
.why-choose-us p{
    font-family: roboto;
    font-size: 20px;
}
.wcu-box{
    background: #eee;
}
.wcu-box h4{
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.wcu-box p{
    text-align: center;
    font-family: roboto;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
/*=====*/


@media(max-width: 900px){

  /*===== Header Area =====*/
    header{
        height: 350px;
    }
    header .item {
        height: 350px;
    }
    header .item .cover .header-content {
        padding: 40px;
    }
    header .item .cover .header-content h2 {
        font-weight: 300;
        font-size: 18px;
        color: #fff;
    }
    header .item .cover .header-content h1 {
        font-size: 34px;
        font-weight: 600;
        margin: 5px 0 20px;
        word-spacing: 3px;
        color: #fff;
    }
    header .item .cover .header-content h4 {
        font-size: 16px;
        font-weight: 300;
        line-height: 30px;
        color: #fff;
    }
  
}