

.blog-detail {
background-color: whitesmoke;
margin-top: 72px;
}
.right-side{
    margin-top: 90px;
    margin-bottom: 90px;
   }
.blog-detail-background{
    background-color:white;
        width: 95%;
}
.courier .fa-circle{
    color: #FFAE02;
    font-size: 8px;
    margin-right: 10px;
}
.trucking ul li{
        margin-right: 20px;
}
.courier ul li a  {
text-decoration: none;
    /* color: black; */
    font-size: 13px;
    color: #000;
    font-weight: 500;
}
.courier ul li a:hover  {
color: #FFAE02;
}
.courier{
 padding: 34px 40px;
}
.courier h1{
    position:relative;
    line-height: 37px;
    font-weight: 300;
    font-size: 34px;
}
.courier h1 a{
    text-decoration: none;
    color: inherit;
}
.courier h1 a:hover{
    color: #FFAE02;
}

.courier h1::after{
       content: '';
    position: absolute;
    width: 1.8em;
    height: 4px;
    background-color:#FFAE02;
     bottom: -1rem;
    left: 0%;
    animation: blink 1s linear;
    animation-delay: 1s;
} 
.dates-trucking{
    /*margin-top:40px;*/
     padding: 0px 40px;
}
.dates-trucking .by-bold a{
    color: inherit;
    text-decoration: none;
}
.dates-trucking .by-bold a:hover{
    color:#FFAE02;
}

.dates-trucking ul li{
    font-size:27px;
    line-height:41px;
    font-weight:300;
}
.truck-image{
    margin-top:24px;
    padding: 0 40px;
}
.truck-image img{
    width: 100%;
}
.text-of-page{
    padding: 34px 40px;
}
.text-of-page p{
line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
    letter-spacing: .5px;
}
.text-of-page .end-day{
line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
    letter-spacing: .5px;
        padding: 10px 0px;
}
.text-of-page ul li{
line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
    letter-spacing: .5px;
}
.text-of-page .last-line-text{
    margin-top:-15px;
}
.three-social-icon{
       margin-left: 75%;
   padding-top: 40px;
    padding-bottom: 16px;
}
.social-icon {
    z-index: 999;
    color: #fff;
    text-align: center;

}

.social-icon li a {
   width: 40px;
    height: 40px;
    padding: 10px 0;
    font-size: 18px;
    position: relative;
    color: #fff;
    z-index: 1;
    display: block;
}
.social-icon li a::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    background-color: #fff;
    transition: .3s ease-in-out;
}
.social-icon li:hover a::before{
    transform: translate(-50%, -50%) scale(1);
}

.social-icon li.facebook {
    background-color: #3B5998;
}
.social-icon li.facebook:hover a{
   color:  #3B5998;
}
.social-icon li.twitter {
    background-color: #1da1f2;
}
.social-icon li.twitter:hover a{
   color:  #1da1f2;
}
.social-icon li.linkedin {
    background-color: #0077b5;
    
}
.social-icon li.linkedin:hover a{
   color:  #0077b5;
}


/*left side */
.left-side{
    margin-top: 94px;
    margin-bottom: 90px;
   }
.topnav input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}
input {
    overflow: visible;
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
    width: 80%;
    background-color: transparent;
    border: none;
    border: 1px solid grey;
    font-weight:500;
        border-right: none;
}
.blog-detail .search-container button {
    padding: 6px 10px;
    background: #FFAE02;
    color: white;
    height: 42px;
    width: 20%;
    border: none;
    font-size: 18px;
    float: right;
}

.blog-detail .search-container button:hover{
  background-color: #000000;
}

.left-side h3{
    position:relative;
    font-size: 20px;
    margin-top: 60px;
    margin-bottom: 44px;
        font-weight: 300;
}

.left-side h3::after{
       content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #FFAE02;
   bottom: -85%;
    left: 0%;
    animation: blink 1s linear;
    animation-delay: 1s;
} 
.post-text{
        display: flex;
    margin-top: 30px;
     border-bottom: 1px solid grey;
    padding-bottom: 16px;
}
.recent-text-post{
    margin-left:12px;
}
.post-text .recent-text-post h5{
    margin-top: 0;
}

.recent-text-post h6{
font-size: 11px;
    font-weight: 300;
    margin-top: 5px;
}
.recent-text-post h5{
font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top:15px;
    font-family: 'Calibri';
}
.recent-text-post h5 a{
    text-decoration: none;
    color: inherit;
}
.recent-text-post h5 a:hover{
    color: #FFAE02;
}
.archives-first{
     border-bottom: 1px solid grey;
    padding-bottom: 14px;
    margin-top: 18px;
}
.archives-first h4{
font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    margin-top: 14px;
}
.archives-first h4 a{
    text-decoration:none;
    color:inherit;
        text-transform: capitalize;
}
.archives-first h4 a:hover{
    color:#FFAE02;
}
.archives-first .archives-number{
    float:right;
}

.selectdiv {
  position: relative;
  /*Don't really need this just for demo styling*/
  
  float: left;
  min-width: 200px;
  margin: 50px 33%;
}

.selectdiv:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #0ebeff;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 15px 0px 0px 8px;
    border-left: 1px solid #0ebeff;
    position: absolute;
    pointer-events: none;
}
.contact-us .form-control {
    display: block;
    width: 100%;
    height: 42px;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control {
   
}
.press-release-inner-content .paragraph{
    margin: 0;
}
.press-release-inner-content  p{
    max-height: 75px;
    overflow: hidden;
 }
 .press-release-inner-content .social-icons {
    position: absolute;
    bottom: 20px;
    width: 82%;
}


/*media query*/


@media only screen and (max-width: 1024px){
    .three-social-icon {
    margin-left: 60%;
}
}
@media only screen and (max-width: 768px){
.blog-detail {
    background-color: whitesmoke;
    margin-top: 60px;
}
 .three-social-icon {
    margin-left: 75%;
}
.left-side {
    margin-top: 70px;
    margin-bottom: 90px;
}
.pagination {
    flex-wrap: wrap;
}
.pagination li{
    margin-bottom: 1rem;
}
}
@media only screen and (max-width: 767px){
  .courier .fa-circle {
    margin-right: 4px;
}
.courier {
    padding: 34px 15px;
    padding-bottom: 12px;
}
.courier ul li a {
    font-size: 10px;
}
.courier h1 {
    font-size: 20px;
}
.dates-trucking {
    padding: 0px 15px;
}
.dates-trucking ul li {
    font-size: 16px;
}
.text-of-page {
    padding: 34px 15px;
}
.three-social-icon {
    margin-left: 45%;
    padding-top: 16px;
    padding-bottom: 0px;
}
.left-side {
     margin-top: 0px; 
    margin-bottom: 90px;
}
.left-side h3 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.archives-first {
    padding-bottom: 8px;
    margin-top: 10px;
}
.courier h1::after {
    bottom: -40%;
}
.blog-detail {
    background-color: whitesmoke;
    margin-top: 0px;
}
}



/*BLOG PAGE START*/
.blog-page .blog-detail {
     margin-top: 0px; 
}
.blog-page .solutions-banner {
    background-image: url(../img/blog-page/banner-container-image.jpg);
}
/*.blog-page .banner-caption {*/
/*    position: absolute;*/
/*    left: 6%;*/
/*    top: 23%;*/
/*    color: #fff;*/
/*}*/
/*.inner-banner {*/
/*    height: 426px;*/
/*}*/

.blog-page .truck-image {
    margin-top: 0px;
    height: 400px;
    padding: 0;
}
.blog-page .truck-image img {
    height:400px;
    object-fit: cover;
}
.blog-page .courier {
    padding: 30px 0px;
    padding-top: 58px;
}
.blog-page .dates-trucking {
    padding: 10px 0px;
}
.blog-page .courier h1::after {
    /*bottom: -42%;*/
        bottom: -15px;
}
.blog-page .dates-trucking ul li {
    font-size: 16px;
}
.blog-page .three-social-icon {
    float: left;
    margin-left: 0%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.blog-page .social-icon li a {
    width: 34px;
    height: 34px;
}
.blog-page .social-icon li a {
    padding: 5px 0;
}
.blog-page .courier h1 {
    margin-top: 24px;
}
.blog-page .background-section-color{
    background-color:white;
    /*margin-top: 70px;*/
      margin-top: 0px;
        width: 95%;
            margin-bottom: 70px;
}


.blog-page .background-section-color .courier {
   padding: 30px 0px;
    padding-top: 58px;
    /*padding-left: 60px;*/
         padding-left: 30px;
}
.blog-page .background-section-color .dates-trucking {
    padding: 10px 0px;
    /*padding-left: 60px;*/
          padding-left: 30px;
}
.blog-page .background-section-color .three-social-icon {
    float: left;
    /*margin-left: 19%;*/
        margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.blog-page .background-section-three-color{
   background-color:white;
    margin-top: 70px;
        width: 95%;
}
.pagination {
    margin-top: 100px;
    flex-wrap: wrap;
}
.pagination li{
    margin-right: 16px;
    margin-bottom: 1rem;
}

.page-link {
    position: relative;
    /* display: block; */
    padding: 9px 26px;
    margin-left: -1px;
    /* line-height: 2.25; */
    color: #767575;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 0px;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.page-item.active .page-link {
    z-index: 3;
    background-color: transparent;
    border-color: gray;
    color:#767575;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
.page-link:hover {
    color: white;
    background-color: #000;
    border: 1px solid #000;
}
.page-item.active .page-link:hover {
    color: white;
    background-color: #000;
    border: 1px solid #000;
    border-color: #000;
}

@media only screen and (max-width: 1024px){
    .blog-page .courier {
    padding-top: 38px;
}
.blog-page .background-section-color .dates-trucking {
    padding: 10px 0px;
    padding-left: 15px;
}
.blog-page .background-section-color .courier {
    /* padding: 30px 0px; */
    padding-top: 40px;
    padding-left: 15px;
}
.background-section-color .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}
.background-section-color .dates-trucking .list-inline-item:not(:last-child) {
    margin-right: 0px;
}

.blog-page .courier h1::after {
    bottom: -26%;
}
.pagination li {
    margin-right: 10px;
}

}

@media only screen and (max-width: 768px){
    .blog-page .courier h1::after {
     bottom: -44%; 
}
.blog-page .courier {
    padding-top: 60px;
}
.blog-page .background-section-color .courier {
    /* padding: 30px 0px; */
    padding-top: 60px;
    padding-left: 15px;
}
.blog-page .section-color .three-social-icon {
    margin-left: 6%;
}
.blog-page .left-side {
    margin-top: 30px;
    margin-bottom: 90px;
}
.blog-page .background-section-color .three-social-icon {
    float: left;
    margin-left: 6%;
    padding-top: 0px;
    padding-bottom: 0px;
}

.blog-page .courier h1 {
    margin-top: 24px;
    font-size: 32px;
}
}



@media only screen and (max-width: 767px){
 .page-link {
    padding: 5px 10px;
}
.pagination {
    margin-top: 40px;
}
.blog-page .courier {
     padding-top: 0px; 
}
.blog-page .right-side {
    margin-top: 60px;
}
.blog-page .courier {
        padding: 24px 15px;
    padding-bottom: 4px;
}
.blog-page .courier h1 {
    margin-top: -15px;
    font-size: 16px;
}
.blog-page .courier h1::after {
    bottom: -24%;
}
.blog-page .dates-trucking {
    padding: 0px 15px;
    padding-top: 5px;
}
.courier ul li a {
    font-weight:300;
}
.blog-page .dates-trucking ul li {
    font-size: 12px;
}
.blog-page .three-social-icon {
    margin-left: 5%;
    padding-bottom: 8%;
}
.blog-page .social-icon li a {
    width: 26px;
    height: 26px;
    padding: 1px 0px;
}
.blog-page .truck-image {
     margin-top: 0px;
     height:300px;
}
.blog-page .truck-image img {
    height: 300px;
}
.blog-page .background-section-color {
    background-color: white;
    margin-top: 60px;
}
    .blog-page .background-section-color .courier {
    padding-top: 30px;
}
 .background-section-color .blog-page .courier h1 {
    margin-top: -10px;
    font-size: 14px;
}
.blog-page .background-section-color .dates-trucking {
    padding: 0px 15px;
    margin-top: -18px;
}
.blog-page .background-section-color .truck-image img {
    margin-top: 30px;
}
 .blog-page .left-side {
    margin-top: -20px;
    margin-bottom: 90px;
}
.blog-page .background-section-three-color .truck-image img {
     margin-top: 0px; 
}
    .blog-page .background-section-three-color {
    background-color: white;
    margin-top: 60px;
}
}




/*contact-us-start*/

.contact-us-page .solutions-banner {
    background-image: url(../img/blog-page/contact-banner.jpg);
}
.contact-us{
    background-color:whitesmoke;
        padding: 110px 0px;
}
.contact-us h1{
    font-size: 2.6em;
    font-weight: 300;
    position:relative;
    letter-spacing: .5px;
}
.contact-us h1::after {
    content: '';
    position: absolute;
    width:  1.8em;
    height: 3px;
    background-color: #FFAE02;
    bottom: -62%;
    left: 0%;
    animation: blink 1s linear;
    animation-delay: 1s;
}
.contact-us h3{
        font-size: 1.4rem;
    font-weight: 300;
    margin-top: 58px;
    margin-bottom:34px;
    opacity:.9;
}
.contact-us .form-control {
       display: block;
    width: 100%;
    height: 55px;
    padding: 20px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: white;
    background-clip: padding-box;
    border: none;
    border-radius: 0px;
    opacity: .8;
}
.contact-us ::placeholder{
font-size: 15px;
    font-weight: 400;
     opacity: .8;
     background-color:white;
}
.contact-us .btn-primary{
       background-color: #FFAE02;
    color: white;
    border-radius: 30px;
    padding: 12px 40px;
    font-size: 12px;
    border: none;
    letter-spacing: 1px;
    height:3.2em;
}
.contact-us .btn-default {
    text-transform: uppercase;
    font-weight: 400;
    padding: 10PX 40PX;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    border-radius: 40px;
    letter-spacing: 1px;
    margin-top: 25px;
    /* color: #000; */
    box-shadow: 0 0 0 2em #FFAE02 inset;
    transition: .3s ease-in-out;
}
.contact-us p{
    line-height: 1.8em;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
}
.contact-us .sales{
    margin-top: 24px;
    letter-spacing:1px;
}
.contact-us .btn-default:hover {
    box-shadow: 0 0 0 2px #FFAE02 inset;
    color: #FFAE02;
}
.contact-us .btn:hover {
    color: #212529;
    text-decoration: none;
}
.contact-us .our-office .awl-india{
    line-height: 1.8em;
    letter-spacing: .5px;
    margin-top: 24px;
    font-size: 21px;
    font-weight: 400;
    opacity: .9;
}
.contact-us .our-office{
        padding-left: 12%;
}
.contact-us .our-office .address{
    margin-top: -15px;
    margin-bottom: 24px;
}
.contact-us .phone{
   margin-top: 0px;
    margin-bottom: 0px;
    
}
.contact-us .phone  a{
    text-decoration: none;
    color: inherit;
}
/*.contact-us .phone:hover{*/
/*    color:#FFAE02;*/
/*}*/
.contact-us .sales a{
     text-decoration: none;
    color: #FFAE02;
        font-size: 16px;
}
.contact-us .sales a:hover{
    color:inherit;
}
.contact-us .other{
    margin-top: -16px;
    letter-spacing:1px;
}
.contact-us .other a{
    text-decoration: none;
    color: #FFAE02;
        font-size: 16px;
}

.contact-us .other a:hover{
     color:inherit;
}
.contact-us .message-box{
    height:215px
}
.contact-us-page .inner-banner {
    height: 426px;
  
}
.blog-page .blog-detail-background .truck-image img{
    width: 92%;
    float: left;
}
.blog-page .background-section-three-color .truck-image img{
    width: 92%;
    float: left;
}
.blog-page .background-section-color .truck-image img{
    width: 100%;
    float: right;


}


@media only screen and (max-width: 1024px){
    .blog-page .blog-detail-background .truck-image img{
    width: 100%;
}
.blog-page .background-section-three-color .truck-image img{
    width: 100%;
}
.blog-page .background-section-color .truck-image img{
    width: 100%;
} 
.courier h1 {
    font-size: 32px;
}
.blog-page .background-section-color .three-social-icon {
    margin-left: 10%;
}
.facilities-page .solutions-services {
    padding-bottom: 60px;
}
}

@media only screen and (max-width: 768px){
    .contact-us .our-office {
     padding-left: 0%; 
    margin-top: 60px;
}
 .blog-page .blog-detail-background .truck-image img{
    width: 100%;
}
.blog-page .background-section-three-color .truck-image img{
    width: 100%;
}
.blog-page .background-section-color .truck-image img{
    width: 100%;
}
.blog-page .courier h1 {
    font-size: 30px;
}
.facilities-page .contact-us {
    padding-bottom: 60px;
}

}


@media only screen and (max-width: 767px){
    .contact-us h1::after {
    width: 76px;
}
.contact-us {
    padding: 50px 0px;
}
.contact-us h3 {
    margin-top: 40px;
    margin-bottom: 26px;
    font-size: 18px;
}
.contact-us .our-office .address {
    margin-top: 0px;
    margin-bottom: 24px;
}
.contact-us h1 {
    font-size: 28px;
}
.contact-us .form-control {
    height: 40px;
}
.contact-us .message-box{
    height:100px
}
.contact-us .btn-default {
    padding: 10PX 30PX;
    width: max-content;
    margin-top: 10px;
}
.contact-us-page iframe{
    height: 330px;
}
 .blog-page .blog-detail-background .truck-image img{
    width: 100%;
}
.blog-page .background-section-three-color .truck-image img{
    width: 100%;
}
.blog-page .background-section-color .truck-image img{
    width: 100%;
}
}



/*privacy policy*/
.privacy-policy{
    padding:40px 0px;
}
.privacy-policy .breadcrump-links ul li a{
text-decoration: none;
color: #afafaf;
font-weight: 400;
font-size: 14.2px;
letter-spacing: 1px;
}
.privacy-policy .breadcrump-links ul li{
    color: #afafaf;
    font-weight: 400;
    font-size:14px;
    letter-spacing: 1px;
    margin-right: 9px;
}
.privacy-policy .breadcrump-links ul li a:hover{
   color:#FFAE02;
}


.privacy-policy .breadcrump-links{
    border-bottom: 1px solid rgba(0,0,0,.125);
    width: 100%;
}


.privacy-policy .both-section{
       padding: 32px 0px;
}
.privacy-policy .quick-links{
    background-color: whitesmoke;
    padding: 34px 30px;
}
.privacy-policy .quick-links ul li{
       border: 1.2px solid rgba(0,0,0,.125);
    background-color: white;
    /*padding: 6px 15px;*/
    margin-top: 20px;
}
.privacy-policy .quick-links ul li a{
     text-decoration: none;
    font-size: 14px;
    opacity: .9;
    letter-spacing: .5px;
    color: #252525;
font-weight: 500;
    padding: 6px 15px;
    display:block;
}
.privacy-policy .quick-links ul li a:hover,
.privacy-policy .quick-links ul li.active a{
    color:white;
}
.privacy-policy .quick-links ul li:hover,
.privacy-policy .quick-links ul li.active{
    background-color: #FFAE02;
    color:white;
    border:1.2px solid #FFAE02;
}
.privacy-policy .quick-links ul li:hover a,
.privacy-policy .quick-links ul li.active a{
    color:white;
}

.privacy-policy .card-body {
    padding: 40PX 20PX;
}
.privacy-policy .card-title {
    margin-bottom: .75rem;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding-bottom: 2%;
        font-size: 20px;
        letter-spacing:2px;
}

.privacy-policy .card-text{
    line-height: 1.8em;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
     padding-top: 10px;
}
.privacy-policy .last-text{
    padding-bottom: 40px;
    
}
.privacy-policy .quick-links h3{
        padding-bottom: 10px;
        font-size: 24px;
    font-weight: 500;
    letter-spacing:2px;
}
.privacy-policy .card{
    border-radius:0px;
}
/*.privacy-policy .active {*/
/*  background-color: #FFAE02;*/
/*}*/
.shipping-return h5{
        margin-bottom: .75rem;
    font-size: 17px;
    letter-spacing: 0.2px;
    padding-top: 15px;
    text-transform: uppercase;
}
.shipping-return .privacy-policy .card-text {
    padding-top: 10px;
}


@media only screen and (max-width: 767px){
    .privacy-policy .quick-links h3 {
    font-size: 22px;
}
.privacy-policy .quick-links {
    background-color: whitesmoke;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.accordion{
    font-size: 14px;
    padding: 10px 5px;
}
.privacy-policy .card-title {
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}
.privacy-policy .last-text {
     padding-bottom: 0px; 
}
.privacy-policy .last-text{
    padding-bottom: 0px;
    
}
.shipping-return .privacy-policy .breadcrump-links ul li a {
    text-decoration: none;
    font-size: 13.2px;
}
.shipping-return .privacy-policy .breadcrump-links ul li {
    font-size: 13px;
}
.shipping-return h5 {
    margin-bottom: .75rem;
    font-size: 14px;
    letter-spacing: 0.2px;
    padding-top: 30px;
}
.shipping-return .privacy-policy .last-text {
    padding-bottom: 0px;
}
}



/*faqs start*/

.accordion {
  color: #000;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    background-color: white;
    font-weight: 500;
}

.active, .accordion:hover {
  background-color: white;
}

.accordion:after {
  content: '\002B';
    color: #000;
    font-weight: bold;
    margin-left: 0%;
    float: left;
    border: 1.2px solid #808080bf;
    margin-right: 28px;
    padding: 0px 10px;
    border-radius: 32px;
    font-size: 20px;
}

/*.active:after {*/
/*  content: "\2212";*/
/*}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.panel p,
.panel li{
    padding-left: 0;
    line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
    letter-spacing: .5px;
}
.panel p a,
.panel li a{
    color: blue;
    text-transform: lowercase;
    text-decoration: underline;
    /*opacity: .8;*/
}
.panel p a:hover,
.panel li a:hover{
    opacity: 1;
}
button:focus {
    outline: none;
}


/*about-us-ethics*/


.about-us-ethics{
   
}

.about-us-ethics .company-ceo {
    background-color: whitesmoke;
     padding-top: 40px;
}
.about-us-ethics .company-ceo h2{
    font-size: 46px;
    font-weight: 300;
        padding-top: 54px;
}
.about-us-ethics .company-ceo .sur-name{
    font-weight:500;
}
.about-us-ethics .company-ceo h3{
    font-weight: 300;
    margin-top:10px;
    font-size: 22px;
    letter-spacing: 0.6px;
    opacity: 0.9;
}
.about-us-ethics .company-ceo p{
    width: 100%;
    /*margin-top: 24px;*/
    line-height: 1.8em;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
    margin-bottom: .5em;
}
.about-us-ethics .company-ceo .border-add-bottom{
    border-bottom: 1px solid rgba(0,0,0,0.5);
    padding-bottom: 25px;
}
.about-us-ethics .company-ceo .add-social-icon{
    /*z-index: 999;*/
    color: #fff;
    text-align: left;
    /*float: left;*/
    margin-top: 22px;
}

.about-us-ethics .company-ceo li a {
   width: 34px;
    height: 34px;
    padding: 4px 0;
    font-size: 18px;
    position: relative;
    color: #fff;
    z-index: 1;
    display: block;
    text-align: center;
    background-color: #000;
}
.about-us-ethics .company-ceo li a::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, -50%) scale(0);
    background-color: #fff;
    transition: .3s ease-in-out;
}
.about-us-ethics .company-ceo li:hover a::before{
    transform: translate(-50%, -50%) scale(1);
}

.about-us-ethics .company-ceo li.facebook {
    background-color: #3B5998;
}
.about-us-ethics .company-ceo li.facebook:hover a{
   color:  #3B5998;
}
.about-us-ethics .company-ceo li.twitter {
    background-color: #1da1f2;
}
.about-us-ethics .company-ceo li.twitter:hover a{
   color:  #1da1f2;
}
.about-us-ethics .company-ceo li.linkedin {
    background-color: #0077b5;
    
}
.about-us-ethics .company-ceo li.linkedin:hover a{
   color:  #0077b5;
}
.about-us-ethics .company-ceo .right{
    text-align: center;
}
.about-us-ethics .company-ceo .left-content {
    /*padding-bottom: 50px;*/
}
.about-us-ethics .company-ceo img{
    /*padding-left:100px;*/
}
.about-us-ethics .mission-vision{
    padding:120px 0px;
}
.about-us-ethics .mission-vision .sub-text {
    opacity: .9;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: .5px;
    padding: 10px 0;
    line-height: 1.7em;
}
.about-us-ethics .mission-vision .content {
    line-height: 1.8em;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
}
.about-us-ethics .heading:after {
    content: '';
    width: 1.8em;
    bottom: -50%;
    left: 0%;
    height: 4px;
    position: absolute;
    background: #FFAE02;
}
.about-us-ethics .values{
     background-color: whitesmoke;
     padding-top: 120px;
    padding-bottom: 40px;
} 
.about-us-ethics .values img{
    padding-top:40px;
    width: 100%;
        height: auto;
}
.about-us-ethics .values .styled-served{
    text-align:center;
    margin-bottom: 15px;
}
.about-us-ethics .values .heading:after {
    content: '';
    width: 1.8em;
    bottom: -50%;
    left: 25%;
    height: 5px;
    position: absolute;
    background: #FFAE02;
}
.about-us-ethics .values .sub-text {
    font-size: 1.7rem;
    margin-top: .8em;
    color: #000;
    letter-spacing: 3px;
    padding-top: 0;
    margin-top: 10px;
}
.about-us-ethics .values .value-text{
    color: #000;
    letter-spacing: 1px;
    padding-top: 0;
    /*margin-top: 10px;*/
    opacity: 1;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.7em;
    margin-bottom: 0px;
}
.about-us-ethics .values .value-points ol li{
   line-height: 1.8em;
    font-size: 15px;
    /* opacity: .8; */
    letter-spacing: .5px;
    margin-top: 30px;
    color: #252525;
}
.about-us-ethics .values .value-points ol{
    padding-bottom: 40px;
}



@media only screen and (max-width: 1024px){
    .about-us-ethics .company-ceo h2 {
     padding-top: 10px; 
}
.about-us-ethics .company-ceo img {
    padding-left: 100px;
    width: 100%;
    height: 630px;
   margin-top: 40px;
}
.about-us-ethics .mission-vision .sub-text {
    padding: 40px 0;
}
.about-us-ethics .values .heading {
    margin-bottom: 50px;

}
}


@media only screen and (max-width: 768px){
    .about-us-ethics .company-ceo img {
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-left: 0px;
}
.about-us-ethics .company-ceo h2 {
    padding-top: 30px;
}
.about-us-ethics .company-ceo p {
    width: 100%;
}
.about-us-ethics .values img {
    margin-bottom: 60px;
}
}

@media only screen and (max-width:767px){
    .about-us-ethics .company-ceo h2 {
    padding-top: 30px;
}
.about-us-ethics .company-ceo h2 {
    font-size: 32px;
}
.about-us-ethics .company-ceo h3 {
    font-size: 18px;
}
.about-us-ethics .company-ceo p {
    width: 100%;
}
.about-us-ethics .company-ceo img {
    padding-left: 0px;
    height: auto;
}
.about-us-ethics .mission-vision {
    padding: 30px 0px;
}
.about-us-ethics .mission-vision .heading{
    margin-top:30px;
        font-size: 26px;

}
.about-us-ethics .mission-vision .sub-text {
    font-size: 16px;
}
.about-us-ethics .mission-vision .content {
    font-size: 13px;
}
.about-us-ethics .values {
    padding-top: 30px;
    margin-top: 30px;
}
.about-us-ethics .values .value-text {
    letter-spacing: 1px;
    font-size: 16px;
}
.about-us-ethics .values .heading {
    margin-bottom: 38px;
    font-size: 26px;
}
.about-us-ethics .values img {
     padding-top: 0px; 
         margin-bottom: 40px;
}
.about-us-ethics .mission-vision .sub-text {
    padding: 16px 0;
}
.about-us-ethics .values .value-points ol li {
    margin-top: 20px;
}
}




/*ABOUT US PAGE */

.about-us-page .company-ceo {
    background-color: whitesmoke;
    padding-top: 25px;
}
.about-us-page .company-ceo p{
    opacity: .6;
    font-weight: 300;
    font-size: 29px;
    letter-spacing: 1.5px;
    padding: 10px 0;
    line-height: 1.5em;
    position: relative;
    display: inline-block;
    margin-top: 100px;
}
.about-us-page .company-ceo p::after{
content: '';
    background-image: url(../img/about-us-page/double-inverte-comma.png);
    background-size: cover;
    width: 100%;
    height: auto;
    position: absolute;
    left: -24%;
    bottom: 0;
    background-repeat: no-repeat;
}
/*.about-us-page .company-ceo p::before{*/
/*    content: '';*/
/*    bottom: -50%;*/
/*    left: 0%;*/
/*    height: 4px;*/
/*    position: absolute;*/
/*    color:red;*/
/*    font-size:30px;*/
/*    transform: rotate(180deg);*/
/*}*/
.about-us-page .company-ceo h5{
    font-size: 34px;
    font-weight: 300;
    margin-top: 30px;
        opacity: 0.7;
}
.about-us-page .company-ceo h6{
        font-size: 18px;
    opacity: 0.6;
    font-weight: 300;
}
.about-us-page .testimonial  {
    color: #fff;
    background-image: url(../img/testimonial-bg.jpg);
    padding-top: 120px;
    margin-top: 0px;
    padding-bottom: 80px;
}
.about-us-page .testimonial .sustainability  .heading {
    font-size: 2.5rem;
     margin-bottom: 15px;
}
.about-us-page .testimonial .sustainability .sub-text {
    font-size: 22px;
    /*letter-spacing: 3px;*/
    margin-top: 0;
        text-align: center;
}

.about-us-page .testimonial .sustainability p{
    text-align: left;
    margin-top: 20px;
    line-height: 1.8em;
    font-size: 15px;
    opacity: .8;
    letter-spacing: .5px;
}
/*.about-us-page .global-chain .container-fluid{*/
/*    width:100%;*/
/*}*/

.about-us-page .signature {
        display: flex;
        align-items: center;
}
.about-us-page .company-ceo img{
    /*margin-left: 100px;*/
    /*height: 540px;*/
}
.about-us-page .company-ceo .ceo-image{
    text-align: center;
}
.about-us-page .company-ceo .ceo-image img{
    height: auto;
}
.about-us-page .signature img{
    margin-left:25px;
    height:auto;
    width: 140px;
    margin-top: 30px;
}
.about-us-page  .solutions-banner {
    background-image: url(../img/blog-page/banner-container-image.jpg);
}
.about-us-page .fact-and-figure{
    background-color: #ffffff;
    /*padding-top: 190px;*/
    padding-bottom: 100px;
}
.about-us-page .free-on-board h2{
    /*text-transform: uppercase;*/
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    /*opacity: 0.9;*/
    padding-top: 60px;
}
.about-us-page .free-on-board h2:before{
    content: 'OUR SHIPMENT';
    bottom: 50%;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    /*opacity: 0.8;*/
}
.about-us-page .free-on-board h3{
    /*text-transform: uppercase;*/
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 300;
    letter-spacing: .5px;
    position: relative;
    display: inline-block;
    /*opacity: 0.8;*/
     padding-top: 60px;
}
.about-us-page .free-on-board h3:before{
    content: 'OUR SUCCESS';
     bottom: 50%;
    position: absolute;
    font-size: 14px;
    font-weight: 400;
    /*opacity: 0.8;*/
}
.about-us-page .free-on-board p{
   font-size: 22px;
    margin-top: .8em;
    color: #000;
    letter-spacing: 1px;
    padding-top: 0;
    margin-top: 0px;
    font-weight: 300;
    opacity: 0.8;
    line-height: 40px;
}
.about-us-page .free-on-board .our-text{
   font-size: 15px;
    margin-top: .8em;
    color: #000;
    letter-spacing: .5px;
    padding-top: 0;
    margin-top: 10px;
    font-weight: 400;
    opacity: 0.8;
    line-height: 1.8em;
}
/*.about-us-page .free-on-board .bar-lines{*/
/*    margin-top: 30px;*/
/*}*/
/*.about-us-page .free-on-board .first-line{*/
/*    border-bottom: 2px solid dimgray;*/
/*    width: 41%;*/
/*    text-align: right;*/
/*    margin-left: 0px;*/
/*    padding-left: -13px;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    margin-top: 20px;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.about-us-page .free-on-board .second-line{*/
/*    border-bottom: 2px solid dimgray;*/
/*    width: 52%;*/
/*    text-align: right;*/
/*    margin-left: 0px;*/
/*    padding-left: -13px;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*    margin-top: 20px;*/
/*    padding-bottom: 5px;*/
/*}*/
/*.about-us-page .free-on-board .third-line{*/
/*    border-bottom: 2px solid dimgray;*/
/*    width: 62%;*/
/*    text-align: right;*/
/*    margin-left: 0px;*/
/*    padding-left: -13px;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*     margin-top: 20px;*/
/*     padding-bottom: 5px;*/
/*}*/
/*.about-us-page .free-on-board .fourth-line{*/
/*    border-bottom: 2px solid dimgray;*/
/*    width: 85%;*/
/*    text-align: right;*/
/*    margin-left: 0px;*/
/*    padding-left: -13px;*/
/*    font-size: 16px;*/
/*    font-weight: 300;*/
/*     margin-top: 20px;*/
/*     padding-bottom: 5px;*/
/*}*/

.about-us-page .free-on-board .bar-lines img{
    margin-left: -10px;
    width:96%;
}
.about-us-page .testimonial .heading:after {
    content: '';
    width: 1.8em;
    bottom: -30%;
    left: 42%
}
.about-us-page .global-chain-inner .right-icon {
    padding: 0 20px;
    width: 28%;
}
.about-us-page .bar-graph img{
   width:100%;
}
.about-us-page .global-chain-main{
    margin-bottom: 0;
}
.about-us-page .banner-overlay {
    background-color: rgba(0, 0, 0, 0.42);
    width: 100%;
    height: 100%;
}
.about-us-page .global-chain-inner .right-icon i {
    font-size: 3em;
    color: #ffae02;
}
.about-us-page .global-chain-inner .number {
    /*font-size: 2.0em;*/
    /*font-weight: 900;*/
    /*margin-bottom: 0;*/
    /*line-height: 1;*/
    /*border-bottom: 3px solid #000;*/
    /*width: 72%;*/
    /*float: right;*/
}
.about-us-page .global-chain .sub-text {
    font-size: 22px;
    /* margin-top: .8em; */
    color: #000;
    letter-spacing: 1px;
    padding-top: 0;
    margin-top: 10px;
}
.about-us-page .global-chain .heading {
    font-size: 2.5em;
    margin-bottom: 30px;
}
.about-us-page .global-chain .heading:after {
   bottom: -15%;
    /* width: 1.8em; */
    /* left: 45%; */
}
.about-us-page .stories{
    background-color: whitesmoke;
    padding-top: 120px;
}
.about-us-page .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -54px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.about-facts-carousel-top h4{
    font-size: 14px;
    font-weight: 400;
    text-align: right;
    /* opacity: 0.8; */
    position: relative;
    letter-spacing: .5px;
    text-align: left;
}
.about-facts-carousel-top h4:after {
    content: '';
    width: 60px;
    bottom: -58%;
    height: 4px;
    position: absolute;
    background: #FFAE02;
    /*right: 0%;*/
    left: 0;
}
.about-us-page .stories .carousel-indicators li {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #969696;
    bottom: -44px;
    margin-right: 5px;
}
.about-facts-carousel-top h2{
       font-size: 40px;
    font-weight: 300;
    text-align: right;
    letter-spacing: 1px;
    margin-top: 30px;
    line-height: 1.3em;
    text-align: left;
}
.about-facts-carousel-bottom .owl-dots{
    display: block!important;
    text-align: center;
}
.about-facts-carousel-bottom .owl-carousel button.owl-dot{
    width: 10px;
    height: 10px;
    background: #969696;
    border-radius: 50%;
    margin: 10px 5px;
    opacity: .9;
}
.about-facts-carousel-bottom .owl-carousel button.owl-dot.active{
    opacity: 1;
}
.about-facts-carousel-bottom .owl-nav{
    display: none;
}
/*.about-facts-carousel-top .active:after {*/
/*    content: "";*/
/*    display:none;*/
/*}*/
.about-facts-carousel-top .content {
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 0px;
    color: #252525;
    padding-left: 3%;
}

/*ABOUT US PAGE*/
.about-us-page .carousel-control-prev-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: no-repeat 50%/100% 100%;
    margin-top: 50%;
}
.about-us-page .carousel-control-next-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: no-repeat 50%/100% 100%;
    margin-top: 50%;
}
.about-facts-carousel {
    background: whitesmoke;
}
.about-us-page .about-facts-carousel-top{
    margin-bottom: 50px;
}
.about-facts-carousel .image {
    height: 100%;
}
.about-facts-carousel .image img {
    height: 100%;
    width: 100%;
}

.stories .carousel-control-next, 
.stories .carousel-control-prev{
	height: max-content;
    top: 50%;
    filter: brightness(0.5) invert(1);
}
.stories .carousel-control-next{
	right: -10%;
}
.stories .carousel-control-prev{
	left: -10%;
}
.about-warehouseing-section {
   background: #092ea3;
    color: #fff;
    text-align: center;
    padding-bottom: 270px;
    padding-top: 120px;
}
.about-warehouseing-section .icon {
    /*height: 120px;*/
    margin-bottom: 10px;
}
.about-warehouseing-section .icon img{
        width: 75px;
    height: 75px;
    object-fit: contain;
    margin: auto;
}
.about-warehouseing-section .about-warehouseing:hover .icon img{
    filter: brightness(0) invert(1);
}
.about-warehouseing-section .about-warehouseing:hover .title{
    /*color:  #ffae02;*/
    color: #fff;
}
.about-warehouseing-section .owl-dots {
    /*display: block;*/
    display: none;
    margin-top: 30px;
}
.about-warehouseing-section .owl-dots button,
.about-warehouseing-section .owl-dots button.active{
    background: #ffae02;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 0 4px;
}
.about-warehouseing-section .owl-dots button{
    opacity: .6;
}
.about-warehouseing-section .owl-dots button.active{
    opacity: 1;
}
.about-warehouseing {
    background: #092ea3;
}
.about-warehouseing a{
    text-decoration: none;
    color: #fff;
}
#our-fleet-slider.owl-carousel .owl-nav button.owl-next, 
#our-fleet-slider.owl-carousel .owl-nav button.owl-prev{
    top: 0;
    position: absolute;
    font-size: 0px;
    color: #ffae02; 
}
#our-fleet-slider .owl-nav{
    top: -40%;
}
#our-fleet-slider.owl-carousel .owl-nav button.owl-next{
    right: 0;
}
#our-fleet-slider.owl-carousel .owl-nav button.owl-prev{
    left: -88px;
}
/*.slider-inner {*/
/*    text-align: center;*/
/*}*/
/*.slider-inner a {*/
/*    text-decoration: none;*/
/*}*/
/*.owl-item .slider-inner img {*/
/*    width: auto;*/
/*    margin: auto;*/
    /* opacity: .2; */
/*}*/


.company-ceo-content{
    position: relative;
    z-index: 2;
}
.company-ceo-content::before{
   content: '\f10d';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 10%;
    left: -8%;
    font-size: 110px;
    color: #e0e0e0;
}
.about-us-page .about-warehouseing-section .active {
     background-color: #092ea3;
}
.about-us-page .our-fleet{
    position: relative;
    overflow: hidden
}
.about-us-page .our-fleet::after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 175px);
    width: 9.6%;
    background: whitesmoke;
}
.about-us-page .our-fleet .heading {
    /*font-size: 32px;*/
    /*    margin-bottom: 45px;*/
}
.about-us-page .our-fleet .sub-text {
    /*opacity: .9;*/
    /*font-weight: 300;*/
    /*font-size: 27px;*/
    /*letter-spacing: 1px;*/
    /*padding: 10px 0;*/
    /*line-height: 1.7em;*/
    /*padding-top: 0px;*/
    /*font-size: 22px;*/
}
.about-us-page .our-fleet-content .btn {
    padding: 1em 3.5em;
}

.about-us-page .about-warehouseing .title {
    text-transform: uppercase;
    font-size: 12px;
    /*display: inline-block;*/
}
.about-us-page .red-truck{
   height: auto;
    width: 100%;
    object-fit: cover;
}
.tracking-page .solutions-banner {
    background-image: url(../img/blog-page/contact-banner.jpg);
}
.tracking-page .tracking h2{
    font-size: 2.6em;
    font-weight: 300;
    position: relative;
    letter-spacing: .5px;
    position:relative;
}
.tracking-page .track-option h3{
    font-size: 2.6em;
    font-weight: 300;
    position: relative;
    letter-spacing: .5px;
    margin-bottom: 60px;
}
.tracking-page .track-option h6{
line-height: 1.8em;
    letter-spacing: .5px;
    margin-top: 24px;
    font-size: 21px;
    font-weight: 400;
    opacity: .9;
}
.tracking-page .track-option .key-point{
    margin-left:10%;
}
.tracking-page .track-option  .content{
    line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
    letter-spacing: .5px;
    margin-top: 15px;
}
.tracking-page .track-option ul{
     margin-top: 15px;
}
.tracking-page .track-option ul li{
    line-height: 1.8em;
    font-size: 14px;
    opacity: .8;
     margin-bottom: 10px;
    letter-spacing: .5px;
    position:relative;
    margin-left: 5%;
}
.tracking-page .track-option ul li:after {
    content: '';
    width: 7px;
    height: 7px;
        left: -20px;
    top: 35%;
    border-radius: 50%;
    position: absolute;
    background-color:rgba(84, 80, 80, 0.94);
}

.tracking-page .tracking h5{
        font-size: 30px;
    font-weight: 300;
    letter-spacing: .3px;
}
.tracking-page .tracking h2::before {
    content: '';
    width: 1.8em;
    height: 3px;
    background-color: gray;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 75px;
}
.tracking-page .tracking{
    padding: 110px 0px;
      text-align:center;
       background-color: whitesmoke;
}
.tracking-page .tracking h6{
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 58px;
    margin-bottom: 34px;
    opacity: .9;
}
.tracking-page .tracking .second-heading{
    font-size: 1.4rem;
    font-weight: 300;
    margin-top: 33px;
    margin-bottom: 36px;
    opacity: .9;
}
.tracking-page .track-option .last-one{
    margin-top:50px;
    text-align: center;
}
.tracking-page .track-option .btn-default {
    text-transform: uppercase;
    font-weight: 400;
    padding: 10PX 40PX;
    color: #ffffff;
    background-color: transparent;
    font-size: 14px;
    border-radius: 40px;
    letter-spacing: 1px;
    margin-top: 30px;
    /* color: #000; */
    box-shadow: 0 0 0 2em #FFAE02 inset;
    transition: .3s ease-in-out;
}
.tracking-page .track-option .btn:hover {
    color: #212529;
    text-decoration: none;
}
.tracking-page .track-option .btn-default:hover {
    box-shadow: 0 0 0 2px #FFAE02 inset;
    color: #FFAE02;
}
.tracking-page .track-option .line{
    border-bottom: 1px solid rgba(204, 204, 204, 0.69);
   margin-bottom: 60px;
    margin-top: 30px;
}
.tracking-page .tracking input {
    overflow: visible;
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
    width: 25%;
    background-color: transparent;
    border: none;
    border: 1px solid grey;
    font-weight: 500;
}
.tracking-page .tracking input#sms[type="submit"] {
    padding: 6px 10px;
    background: #FFAE02;
    color: white;
    height: 43px;
    border: none;
    font-size: 16px;
    margin-left: -1%;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
}
.tracking-page .tracking  input#mobile {
    height: 42px;
    padding-left: 10px;
    font-size: 14px;
    width: 50%;
    background-color: transparent;
    border: none;
    border: 1px solid grey;
    font-weight: 400;
}
.tracking-page .tracking input#mobile:focus,
.tracking-page .tracking input#sms[type="submit"]:focus{
    outline: none;
    box-shadow: none;
}
.tracking-page button {
    padding: 6px 10px;
    background: #FFAE02;
    color: white;
    height: 43px;
    width: 14%;
    border: none;
    font-size: 16px;
    margin-left: -1%;
}
.tracking-page .track-option{
    padding: 100px 0px;
}

@media only screen and (max-width: 1024px){
    .about-us-page .free-on-board h3 {
    font-size: 33px;
}
.about-us-page .free-on-board h2 {
    font-size: 33px;
}
.about-us-page .free-on-board p {
    font-size: 20px;
    line-height: 30px;
}
.about-us-page .company-ceo p {
    margin-top: 24px;
}

}



@media only screen and (max-width: 768px){
    .about-us-page .free-on-board h2:before {
    bottom: 84%;
}
.about-us-page .free-on-board h3:before {
    bottom: 84%;
}
.about-us-page .company-ceo img {
    margin-top: 20px;
}
}


@media only screen and (max-width: 767px){
    .about-us-page .company-ceo p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 25px;
        margin-top: 10px;
        font-weight: 400;
    }
    .about-us-page .company-ceo h5 {
        font-size: 28px;
         margin-top: 0px; 
    }
    .about-us-page .company-ceo h6 {
        font-size: 18px;
    }
    
    .about-us-page .fact-and-figure {
        background-color: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-us-page .free-on-board h2 {
        font-size: 1.8em;
        padding-top: 0px;
    }
    .about-us-page .free-on-board h3{
        font-size: 1.8em;
        padding-top: 0px;
        margin-top: 50px;
    }
    #anychart-embed-samples-bct-bar-chart-01 {
        width: 100%;
    }
    .about-us-page .free-on-board h2:before {
            font-size: 14px;
        font-weight: 400;
    }
    .about-us-page .free-on-board .our-text{
    line-height: 1.8em;
        /* padding-right: 20%; */
        font-size: 14px;
        opacity: .8;
        letter-spacing: .5px;
    }
    .about-us-page .free-on-board h3:before {
        font-size: 14px;
        font-weight: 400;
        bottom: 84%;
    }
    .about-us-page .free-on-board p {
        font-size: 18px;
        line-height: 30px;
    }
    .about-us-page .free-on-board .bar-lines img {
         margin-left: 0px; 
    }
    .about-us-page .testimonial {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .about-us-page .testimonial .sustainability .heading {
        font-size: 1.8rem;
    }
    .about-us-page .testimonial .sustainability .sub-text {
        font-size: 18px;
        margin-bottom: 10px;
        letter-spacing: 0px;
        line-height: 1.5em;
    }
    .about-us-page .testimonial .sustainability p {
        line-height: 1.8em;
        font-size: 14px;
        opacity: .8;
        letter-spacing: 0px;
        margin-top:20px;
    }
    .about-us-page .company-ceo img {
        margin-left: 0px;
        height:400px;
    }
    .about-us-page .signature img {
        margin-left: 10px;
        margin-top: -5px;
        height:auto;
    }
    .about-facts-carousel-top h2{
        font-size: 1.8em;
        letter-spacing: .5px;
        margin-top: 20px;
    }
    .about-facts-carousel-top .content{
        padding-left: 0;
        text-align: justify;
        font-size: 14px;
        letter-spacing: .5px;
    }
    .about-us-page .about-facts-carousel-top {
        margin-bottom: 10px;
    }
    .about-us-page .global-chain .heading {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .tracking-page .tracking h2 {
        font-size: 30px;
    }
    .tracking-page .tracking {
        padding: 60px 0px;
    }
    .tracking-page .tracking h2::before {
        top: 60px;
    }
    .tracking-page .tracking h6 {
        font-size: 18px;
        margin-top: 50px;
    }
    .tracking-page .tracking h5 {
        font-size: 26px;
    }
    .tracking-page .tracking .second-heading {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .tracking-page .tracking input {
        width: 58%;
    }
    .tracking-page button {
        width: 30%;
    }
    .tracking-page .track-option {
        padding: 60px 0px;
    }
    .tracking-page .track-option .line {
        border-bottom: 1px solid rgba(204, 204, 204, 0.69);
        margin-bottom: 30px;
        margin-top: 16px;
    }
    .tracking-page .track-option h3 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .tracking-page .track-option .key-point {
        margin-left: 2%;
    }
    }
    
    
    
    /*TECHNOLOGY LISTING*/
    
    .technology-listing .press-release-inner {
        background-color: #fff;
        border: 1px solid #ccc;
        margin: 0 15px;
        margin-bottom: 60px;
        height: 550px;
    }
    .technology-listing .press-release-inner-img img {
        width: 100%;
        height: 240px;
    }
    .technology-listing .press-release-inner-content .entry-title a {
        
        font-weight: 400;
    }
    .technology-listing .press-release-inner h4 {
        font-weight: 300;
        margin-bottom: 30px;
    }
    .technology-listing .press-release-inner-content h4:hover{
        color:#FFAE02;
    }
    
    .technology-listing .technology-text{
        /*padding-bottom:100px;*/
        padding-bottom: 150px;
    }
    .technology-listing .technology-text p{
        margin-bottom: 5px;
        font-size: 15px;
        letter-spacing: .5px;
        opacity: .9;
        line-height: 1.6em;
        padding-left: 3%;
    }
    .technology-listing .technology-text h2{
        top:46px;
    }
    .technology-listing .technology-text .heading:after {
        left: 0%;
        bottom: -20%;
    }
    .technology-listing .banner-caption h1{
        position: relative;
    }
    .technology-listing .banner-caption h1:after {
           content: '';
        width: 1.8em;
        left: 50%;
        height: 4px;
        position: absolute;
        background: #FFAE02;
        top: 132%;
        transform: translate(-50%, -50%);
    }
    
    
    
    @media only screen and (max-width: 1024px){
        .technology-listing .technology-text h2 {
        font-size: 30px;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        float: left;
    }
    .technology-listing .press-release-inner {
        height: 520px;
    }
    .technology-listing .press-release-inner-content {
        padding: 30px 10px;
        color: #252525;
    }
    .technology-listing .press-release-inner-img img {
        height: auto;
    }
    }
    
    @media only screen and (max-width: 768px){
     .technology-listing .technology-text h2 {
        top: 0px;
        font-size: 30px;
        transform: translate(-50%, -50%);
        left: 15%;
        float: left;
    }
    .technology-listing .technology-text .heading:after {
        left: 0%;
        bottom: -70%;
    }
    .technology-listing .press-release-inner {
        margin: 0 0px;
            margin-bottom: 60px;
    }
    .technology-listing .technology-text p {
        padding-left: 0%;
        font-size: 12px;
    }
    .technology-listing .press-release-inner-content .paragraph {
        font-size: 12px;
    }
    .technology-listing .press-release-inner {
        height: 480px;
    }
    .technology-listing .press-release-inner-content {
        padding: 30px 15px;
        color: #252525;
    }
    .technology-listing .press-release-inner-img img {
        width: 100%;
        height: auto;
    }
    .technology-listing .technology-text {
        padding-bottom: 100px;
    }
    }
    
    @media only screen and (max-width: 767px){
    .technology-listing  .press-release-section {
        padding: 40px 0;
    }
    .technology-listing .technology-text .heading:after {
        left: 0%;
        bottom: -45%;
    }
    .technology-listing .press-release-inner {
        background-color: #fff;
        border: 1px solid #ccc;
        margin:0px 0px;
        margin-bottom: 60px;
        height: 470px;
    }
    
    .technology-listing .press-release-inner-content {
        padding: 20px 15px;
        color: #252525;
    }
    .technology-listing .press-release-section {
        padding: 60px 0;
    }
    .technology-listing .banner-caption h1:after {
        top: 120%;
    }
    .technology-listing .inner-banner .banner-sub-text {
        font-size: 22px;
        margin-top: 20px;
    }
    .technology-listing .technology-text h2 {
        font-size: 30px;
        top: 0%;
        transform: translate(-50%, -50%);
        left: 30%;
        float: left;
    }
    }
    
    /*TECHNOLOGY DETAIL*/
    .technology-details .detail-technology{
        background-color: whitesmoke;
    }
    .technology-details .right-side{
            margin-top: 90px;
        background-color: white;
        padding: 50px 30px;
    }
    .technology-details .right-side .heading:after {
        content: '';
        width: 1.8em;
        bottom: -40%;
        left: 0%;
        height: 4px;
        position: absolute;
        background: #FFAE02;
    }
    
    .technology-details .right-side h3{
       font-size: 23px;
        font-weight: 300;
        opacity: 0.9;
        letter-spacing: 0.5px;
    }
    .tech-inner-links ul {
        margin-top: 15px;
    }
    .tech-inner-links ul li {
        line-height: 1.8em;
        font-size: 15px;
        opacity: .8;
        margin-bottom: 10px;
        letter-spacing: .5px;
        position: relative;
        margin-left: 4%;
    }
    .tech-inner-links ul li:after {
        content: '';
        width: 7px;
        height: 7px;
        left: -20px;
        top: 8px;
        border-radius: 50%;
        position: absolute;
        background-color: rgba(84, 80, 80, 0.94);
    }
    .technology-details .right-side p{
        line-height: 1.8em;
        font-size: 15px;
        opacity: .8;
        letter-spacing: .5px;
    }
    .technology-details .right-side img{
           margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    }
    .technology-details .previous-next {
        margin: 0px 0 0;
        padding-bottom: 80px;
    }
    .technology-details .previous-next .inner {
        display: flex;
         justify-content: space-between; 
    }
    .technology-details .left-side .five-link{
            display: grid;
    }
    .technology-details .left-side h4{
        font-size: 23px;
        font-weight: 400;
        opacity: 0.9;
        letter-spacing: 0.5px;
        padding-top: 35px;
            margin-bottom: 20px;
    }
    .technology-details .left-side {
        margin-top: 94px;
        margin-bottom: 90px;
        padding: 0px 25px;
    }
    .technology-details .left-side a {
        text-decoration: none;
        padding-bottom: 12px;
        border-bottom: 1px solid gray;
        margin-top: 14px;
        color: inherit;
        font-size: 14px;
        opacity: 0.7;
        font-weight: 600;
    }
    .technology-details .left-side a:last-child {
        border-bottom: none
    }
    .technology-details .left-side a:hover {
        color: #FFAE02;
    }
    .technology-details .prev-next-post{
        padding-bottom:100px;
    }
    .technology-details .prev-next-post .right-next-post{
           left: 8%;
        text-align: right;
    }
    
    
@media only screen and (max-width: 1024px){
        .technology-details .right-side .heading:after {
        bottom: -30%;
    }
    c.left-side h4 {
        font-size: 22px;
    }
    .technology-details  .heading {
        font-size: 30px;
    }
    }
@media only screen and (max-width: 768px){
        .technology-details .right-side {
        margin-bottom: 0px;
    }
    .technology-details .prev-next-post-main .main-image {
        height: 200px;
    }
    .technology-details .prev-next-post-main .desc {
        font-size: 18px;
    }
    .technology-details .prev-next-post-main .prev-text img {
        width: 24px;
    }
    .technology-details .heading {
        font-size: 30px;
    }
    .technology-details .right-side h3 {
        font-size: 20px;
    }
    .technology-details .left-side {
        margin-top: 94px;
        margin-bottom: 90px;
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 767px){
    .technology-details .right-side {
        margin-top: 25px;
        padding: 30px 15px;
    }
    .technology-details .right-side h3 {
        font-size: 12px;
    }
    .technology-details .left-side {
        margin-top: 0px;
        margin-bottom: 30px;
        padding: 0px 0px;
    }
    .technology-details .left-side h4{
        margin-bottom: 5px;
    }
    .technology-listing .technology-text {
        padding-bottom: 70px;
    }
    .technology-details .awl-breadcrumb li a {
        text-decoration: none;
        color: #181818;
        text-transform: uppercase;
        font-weight: 500;
        
        letter-spacing: 0;
        font-size: 14px;
        opacity: .8;
    }
    .technology-details .heading {
            font-size: 18px;
        margin-bottom: 28px;
        font-weight: 400;
    }
    .technology-details .awl-breadcrumb li {
        opacity: 1;
        font-weight: 400;
    }
    .technology-details .right-side .heading:after {
        bottom: -70%;
    }
    .technology-details .right-side img{
        margin-top: 5px;
        margin-bottom: 25px;
    }
}
    
    
    
    /*facilities start*/
    
    
     .facilities-page .inner-banner .banner-sub-text {
        /*font-size: 22px;*/
        /*font-weight: 400;*/
        /*margin-top: 22px;*/
    }
      .facilities-page .heading {
        text-transform: uppercase;
        font-size: 40px;
        line-height: 1.3em;
        font-weight: 300;
        letter-spacing: .5px;
        position: relative;
        display: inline-block;
        top: 40%;
        transform: translate(-50%, -50%);
        left: 50%;
    }
    .facilities-page .contact-us .our-office .awl-india {
        line-height: 1.8em;
        letter-spacing: .5px;
        margin-top: 24px;
        font-size: 21px;
        font-weight: 400;
        opacity: .9;
        margin-bottom: 30px;
    }
     .facilities-page .heading:after {
        content: '';
        display:none;
    }
     .facilities-page p{
         margin-bottom: 5px;
        font-size: 15px;
        letter-spacing: .5px;
        opacity: .9;
        line-height: 1.8em;
        padding-left: 8%;
     }
     .facilities-page .second-line{
         margin-top: 30px;
         /*margin-bottom: 70px;*/
     }
    /* .facilities-page .solutions-services {*/
    /*    background-image: url(../img/solutions/solution_service-bg.jpg);*/
    /*    background-size: cover;*/
    /*    background-position: center;*/
    /*    background-repeat: no-repeat;*/
    /*    color: #fff;*/
    /*       padding-bottom: 40px;*/
    /*    padding-top: 100px;*/
    /*}*/
     .facilities-page  .contact-us .other {
        margin-top: -4px;
        letter-spacing: 1px;
    }
      .facilities-page  .press-release-section {
        padding: 60px 0;
    }
     .facilities-page .contact-us {
        background-color: whitesmoke;
        padding: 120px 0px;
    }
      .facilities-page .contact-us .btn-default {
        padding: 10PX 30PX;
        margin-top: 0px;
    }
       .facilities-page .press-banner {
        background-image: url('../img/facilities/Rectangle-59-min.jpg');
    }
        .facilities-page .banner-overlay {
        background-color: rgba(0, 0, 0, 0);
        width: 100%;
        height: 100%;
    }
    .facilities-page  .solutions-services {
        background-image: url(../img/solutions/solution_service-bg.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        color: #fff;
        padding-bottom: 50px;
    }
    .facilities-page  .contact-us  p {
        padding-left: 0%;
    }
    
@media only screen and (max-width: 1024px){
        .contact-us .our-office .address {
        margin-top: 0px;
        margin-bottom: 24px;
    }
}
    
@media only screen and (max-width: 768px){
        .facilities-page .heading {
        top: 0%;
        transform: translate(-50%, -50%);
        left: 23%;
        margin-bottom: 0px;
    }
    .contact-us .our-office .address {
        margin-top: 0px;
        margin-bottom: 24px;
    }
    .facilities-page p {
        padding-left: 0%;
    }
}
    
    
@media only screen and (max-width: 767px){
    .facilities-page .heading {
        top: 0%;
        transform: translate(-50%, -50%);
        left: 33%;
        margin-bottom: 0px;
        font-size:30px;
        font-weight: 400;
    }
    .facilities-page p {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .facilities-page p {
        padding-left: 0%;
    }
    .technology-details .right-side p {
        font-size: 15px;
        letter-spacing: 0px;
    }
    .tech-inner-links ul li{
        letter-spacing: 0px;
    }
    .facilities-page .press-release-section {
        padding-bottom: 0px;
    }
    .facilities-page .contact-us {
        padding-top: 60px;
    }
    
    .company-ceo-content::before{
        top: -12%;
        left: -3%;
        font-size: 80px;
    }
}
    
    
    
    
    /*CAREER START*/
    
    .career-page .open-position{
        padding-top: 70px;
        padding-bottom: 120px;
    }
    .career-page h3{
        text-align: left;
        font-size: 28px;
        font-weight: 600;
        padding-bottom: 8px;
    }
    .career-page .open-position .career-links a{
       text-decoration: none;
        font-size: 17px;
        opacity: .6;
        letter-spacing: 0px;
        color: #000;
        font-weight: 500;
        padding: 9px 15px;
        display: block;
        border: 1px solid white;
         width: 100%;
         /*height:44px;*/
    }
    .career-page .open-position .career-links .fa-angle-right{
        float: right;
            padding-top: 5px;
            opacity: 0.4;
    }
    .career-page .open-position .career-links a:hover,
    .career-page .open-position .career-links a.active{
       box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
        /*width: 95%;*/
        color: #ffae02;
        /*height: 44px;*/
        border-radius:5px;
        opacity: 1;
    }
    .career-page .open-position .career-links ul li{
            margin-bottom: 10px;
    }
    .career-page .open-position .career-links {
        margin-top:0px;
        margin-bottom:60px;
        margin-right: 8%;
    }
    .career-page .open-position img{
        width:100%;
    }
    .career-page .open-position .heading{
    margin-bottom: 2px;
        margin-top: 18px;
        text-transform: capitalize;
    }
    .career-page .open-position .heading:after {
        content: '';
        display:none;
    }
    .career-page .open-position .location-links a{
         text-decoration: none;
        font-size: 14px;
        opacity: .5;
        letter-spacing: .5px;
        color: #000;
        font-weight: 500;
    }
    .career-page .open-position .location-links .list-inline-item:not(:last-child) {
        margin-right: 16px;
    }
    .career-page .join-benifit{
        /*padding-left: 5%;*/
    }
   .career-page .join-benifit ul{
        font-size: 15px;
        line-height: 1.8em;
        opacity: .8;
    }
    .career-page .open-position P{
        line-height: 1.8em;
        font-size: 15px;
        opacity: .8;
        letter-spacing: .5px;
        margin-top: 30px;
    }
    .career-page .best-benifit{
        background-color: whitesmoke;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    /*.career-page .best-benifit   * {*/
    /*  box-sizing: border-box;*/
    /*}*/
    
    /*.career-page .best-benifit img {*/
    /*  vertical-align: middle;*/
    /*}*/
    
    /* Position the image container (needed to position the left and right arrows) */
    /* .career-page .best-benifit .container {*/
    /*  position: relative;*/
    /*}*/
    
    /* Hide the images by default */
    /*.career-page .best-benifit .mySlides {*/
    /*  display: none;*/
    /*}*/
    
    /* Add a pointer when hovering over the thumbnail images */
    /*.career-page .best-benifit .cursor {*/
    /*  cursor: pointer;*/
    /*}*/
    
    
    
    /* Position the "next button" to the right */
    /*.career-page .best-benifit .next {*/
    /*  right: 0;*/
    /*  border-radius: 3px 0 0 3px;*/
    /*}*/
    
    /* On hover, add a black background color with a little bit see-through */
    /*.career-page .best-benifit .prev:hover,*/
    /*.career-page .best-benifit .next:hover {*/
    /*  background-color: rgba(0, 0, 0, 0.8);*/
    /*}*/
    
    /* Number text (1/3 etc) */
    /*.career-page .best-benifit .numbertext {*/
    /*  color: #f2f2f2;*/
    /*  font-size: 12px;*/
    /*  padding: 8px 12px;*/
    /*  position: absolute;*/
    /*  top: 0;*/
    /*}*/
    
    /* Container for image text */
    /* .career-page .best-benifit .caption-container {*/
    /*    background-color: whitesmoke;*/
    /*    padding: 0px 0px;*/
    /*    margin-top: -18px;*/
    /*}*/
    
    /*.career-page .best-benifit .row:after {*/
    /*  content: "";*/
    /*  display: table;*/
    /*  clear: both;*/
    /*}*/
    
    /* Six columns side by side */
    /*.career-page .best-benifit .column {*/
    /*  float: left;*/
    /*  width: 16.66%;*/
    /*}*/
    
    /* Add a transparency effect for thumnbail images */
    /*.career-page .best-benifit .demo {*/
    /*  opacity: 0.6;*/
    /*}*/
    
    /*.career-page .best-benifit .active,*/
    /*.career-page .best-benifit .demo:hover {*/
    /*  opacity: 1;*/
    /*}*/
    .career-page .best-benifit  h4{
        font-size: 26px;
        font-weight: 500;
    }
    .career-page .best-benifit p{
       line-height: 1.8em;
        font-size: 15px;
        opacity: .8;
        letter-spacing: .5px;
        margin-top: 15px;
        margin-bottom: 30px;
    }
    .career-page .best-benifit p.sub-text{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .career-page .best-benifit .benifit-link a{
          text-decoration: none;
        font-size: 15px;
        opacity: .7;
        letter-spacing: .5px;
        color: #000;
        font-weight: 400;
        display: flex;
         line-height: 1.8em;
    }
    .career-page  .best-benifit .benifit-link .fa-angle-right{
             margin-right: 18px;
        margin-top: 5px;
    }
    .career-page .contact-us {
        background-color: white;
        padding: 0px 0px;
        padding-top: 50px;
           margin-bottom: 0px;
    }
    .career-page .contact-us h3 {
        padding-bottom: 35px;
        margin-top: 90px;
    }
    .career-page .contact-us .form-control {
        display: block;
        width: 100%;
        height: 0px;
        padding: 18px 20px;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        background-color: white;
        background-clip: padding-box;
        border-radius: 8px;
        opacity: .8;
        border: 1.2px solid #80808063;
            margin-bottom: 20px;
    }
    .career-page .contact-us .message-box {
        height: 152px;
    }
    .career-page .contact-us .apply{
        text-align:center;
    }
    
    .career-page .contact-us .btn-default {
        font-size: 12px;
        margin-top:10px;
    }
    .career-page .press-banner {
        background-image: url('../img/career/Rectangle 591-min.jpg');
    }
    .career-page .banner-overlay {
        background-color: rgba(0, 0, 0, 0.45);
        width: 100%;
        height: 100%;
    }
    .career-page .planning-section{
        padding-left: 4%;
    }
    .career-page .contact-us img{
        width:100%;
        padding-right: 7%;
    }
    
    .career-page .small-images {
    display: flex;
    justify-content: space-between;
       padding-left: 14px;
        padding-right: 28px;
    }
    .career-page .small-images img{
        width: 114%;
        height: 115%;
    }
    .career-page .carousel-indicators li {
        border: none;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #3a3939;
        position: relative;
        background-color: transparent;
    }
    .career-page .carousel-indicators li::after{
        content: '';
        position: absolute;
        width: 50%;
        height: 50%;
        border: 1px solid #656565;
        /*background: #ffae02;*/
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .career-page .carousel-indicators li.active::after{
          background: #ffae02;
          border-color: #ffae02;
    }
    .career-page .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -50px;
        left: 0;
        z-index: 15;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        margin-right: 15%;
        margin-left: 15%;
        list-style: none;
    }
    
    /* The container */
    .container-checkbox {
     display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 8px;
        cursor: pointer;
        font-size: 14px;
        font-weight: 500;
        color: #252525;
        letter-spacing: .5px;
        -ms-user-select: none;
        user-select: none;
    }
    
    /* Hide the browser's default checkbox */
    .container-checkbox input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom checkbox */
    .container-checkbox .checkmark {
         position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #ccc;
    }
    
    /* On mouse-over, add a grey background color */
    .container-checkbox:hover input ~ .checkmark {
      background-color: #ccc;
    }
    
    /* When the checkbox is checked, add a blue background */
    .container-checkbox input:checked ~ .checkmark {
      background-color: #ffae02;
      border-color: #ffae02;
    }
    
    /* Create the checkmark/indicator (hidden when not checked) */
    .container-checkbox .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the checkmark when checked */
    .container-checkbox input:checked ~ .checkmark:after {
      display: block;
    }
    
    /* Style the checkmark/indicator */
    .container-checkbox .checkmark:after {
          left: 7px;
        top: 2px;
        width: 6px;
        height: 11px;
        border: solid white;
        border-width: 0 2px 2px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    
    .career-tabs .btn {
        text-transform: uppercase;
        font-weight: 400;
        padding: 10PX 40PX;
        color: #ffffff;
        background-color: transparent;
        font-size: 14px;
        border-radius: 40px;
        letter-spacing: 1px;
        /* color: #000; */
        margin: 6px 0 10px;
        box-shadow: 0 0 0 2em #FFAE02 inset;
        transition: .3s ease-in-out;
    }
    .career-tabs {
        margin-right: 8%;
        margin-bottom: 30px;
         box-shadow: -2px 3px 10px 0px #ccc;
    }
    .career-tabs .title {
            background: #f5f5f5;
        color: #252525;
        /*text-align: center;*/
        font-weight: 500;
        padding: 10px;
        font-size: 22px;
        letter-spacing: .5px;
        margin-bottom: 0;
    }
    .career-tabs .list{
        padding: 10px;
        margin-bottom: 0;
    }
    .career-tabs .list.functions-list{
        max-height: 192px;
        overflow-y: scroll;
    }
    
    .career-tabs .list.type-list{
            max-height: 100px;
        overflow-y: scroll;
    }
    .career-tabs .sub-title {
        font-size: 18px;
        padding: 10px 0;
        margin: 0 10px;
        letter-spacing: .5px;
        font-family: 'Poppins';
            margin-bottom: 5px;
        border-bottom: 1px solid #ccc;
    }
    .career-tabs .location-list{
            height: 192px;
        overflow-y: scroll;
    }
    
    .planning-section .btn-default{
        padding: .8em 3em;
        /* color: #ffffff; */
        font-size: 14px;
        letter-spacing: .5px;
        margin-top: 0;
        margin-top: 25px;
    }
    
    .best-benifit .image-indicators{
        display: flex;
        justify-content: space-between;
    }
    .best-benifit .column {
        /*height: 100px;*/
        width: 19%;
        margin: 10px 0;
    }
    .best-benifit .column a{
       display: block;
        
    }
    .best-benifit .column a img{
        width: 100%;
        height: 100%;
    }



@media only screen and (max-width: 1024px){
    .career-page h3 {
    padding-bottom: 40px;
}
.career-page .planning-section {
    padding-left: 0%;
    margin-top: 40px;
}
.career-page .open-position .career-links a {
    width: 50%;
}
.career-page .open-position .career-links a:hover {
    width: 50%;
}
.career-page .open-position {
    padding-bottom: 70px;
}
.career-page .best-benifit {
    background-color: whitesmoke;
    padding-top: 70px;
    padding-bottom: 70px;
}
.career-page .best-benifit .mySlides {
    display: none;
    margin-top: 10%;
}
.career-page .best-benifit p {
    margin-bottom: 10px;
}
.career-page .contact-us h3 {
    padding-bottom: 24px;
    margin-top: 20px;
}
.career-page .contact-us {
    padding-top: 50px;
    margin-bottom: 30px;
}
.planning-section .btn-default{
    padding: .8em 2.5em;
    /* color: #ffffff; */
    font-size: 12px;
    margin-top: 10px;
}
.career-page .best-benifit .caption-container {
    margin-top: -6px;
}
.career-page .small-images {
    padding-right: 24px;
}
.career-page .carousel-section{
        margin-top: 15%;
}
.career-page .contact-us img {
    margin-top: 10%;
}
}


@media only screen and (max-width: 768px){
    .career-page .open-position .career-links {
    margin-top: 0px;
}
.career-page .open-position .career-links a {
    width: 65%;
}
.career-page .open-position .career-links a:hover {
    width: 65%;
}
.career-page .best-benifit .mySlides {
    display: none;
    margin-top: 0%;
}
.career-page .best-benifit h4 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 80px;
}
.career-page .join-benifit {
    padding-left: 0%;
}
.career-page .contact-us h3 {
    margin-top: 80px;
    padding-bottom: 0px;
}
.career-page .small-images {
    padding-right: 28px;
}
.career-page .best-benifit .caption-container {
    margin-top: -3px;
}
.career-page .carousel-section {
    margin-top: 2%;
}
}



@media (min-width: 992px) and (max-width: 1024px){
    .about-us-page .fact-and-figure{
        padding-top: 20px;
    }
    
    /*FAQ*/
    .privacy-policy .quick-links{
            padding: 20px 10px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .about-us-page .our-fleet::after{
        width: 0;
        height: 0;
    }
}


@media only screen and (max-width: 767px){
    .career-page .open-position {
    padding-top: 30px;
    padding-bottom: 30px;
    }
    .career-page h3 {
        width: 100%;
        height: auto;
        padding: 5px 15px;
    }
    .career-tabs {
        margin-right: 0;
    }
    .career-page .open-position .career-links a {
        width: 100%;
    }
    .career-page h3 {
        padding-bottom: 10px;
    }
    .career-page .open-position .career-links a {
        width: 86%;
         height: 40px;
        padding: 10px 15px;
    }
    .career-page .open-position .career-links a:hover {
        width: 86%;
    }
    .career-page .open-position .career-links a {
        text-decoration: none;
        font-size: 14px;
    }
    .career-page .open-position .career-links .fa-angle-right {
        padding-top: 0px;
    }
    .career-page .open-position .career-links ul li {
        margin-bottom: 0px;
    }
    .career-page .open-position .career-links a:hover {
        height: 30px;
        padding: 4px 15px;
    }
    .career-page .planning-section {
        padding-left: 0%;
        margin-top: 20px;
    }
    .career-page .open-position .heading {
        margin-bottom: 0px;
        margin-top: 14px;
        text-transform: capitalize;
        font-size: 26px;
    }
    .career-page .open-position .location-links a {
        text-decoration: none;
        font-size: 12px;
    }
    .career-page .open-position P {
        line-height: 1.8em;
        font-size: 12px;
        opacity: .8;
        letter-spacing: .3px;
        margin-top: 14px;
    }
    .career-page .best-benifit {
        background-color: whitesmoke;
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .career-page .best-benifit h4 {
        font-size: 20px;
        font-weight: 500;
        margin-top: 70px;
    }
    .career-page .best-benifit p {
        margin-bottom: 0px;
    }
    .career-page .best-benifit p {
        line-height: 1.8em;
        font-size: 12px;
        opacity: .8;
        letter-spacing: .3px;
        margin-top: 10px;
    }
    
    .career-page .best-benifit .benifit-link a {
        font-size: 15px;
        letter-spacing: 0;
        margin-bottom: 10px;
    }
    .career-page .benifit-link{
            margin-top: 15px;
    }
    .career-page .contact-us img {
        width: 100%;
        padding-right: 0%;
        margin-top: -20px;
    }
    .career-page .small-images {
        padding-right: 23px;
    }
    .career-page .best-benifit .caption-container {
        margin-top: -5px;
    }
    .career-page .best-benifit .benifit-link .fa-angle-right {
        margin-right: 18px;
        margin-top: 5px;
    }
    .career-page .contact-us .message-box {
        height: 110px;
    }
    .career-page .contact-us .form-control {
        margin-bottom: 16px;
    }
    .career-page .contact-us .adjust .row{
        display:block;
    }
    .career-page .open-position .career-links {
       
        margin-bottom: 40px;
        margin-right: 0;
    }
    
    /*ABOUT US PAGE*/
    .about-warehouseing-section{
        padding-bottom: 50px;
        padding-top: 100px;
    }
    .about-us-ethics .values .value-points ol{
        padding-left: 15px;
    }
    
    .technology-details .previous-next .inner {
        /*display: block;*/
    }
    
    .about-us-page .global-chain .sub-text{
        font-size: 1.3rem;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .technology-details .previous-next{
        padding-bottom: 50px;
    }
    
    .privacy-policy .card-body {
        padding: 20PX 10PX;
    }
    .privacy-policy .card-body .accordion{
        position: relative;
        padding-left: 42px!important;
    }
    .privacy-policy .card-body .accordion:after{
        position: absolute;
        left: 0;
        top: 8px;
    }
    .both-section .panel {
        padding-left: 13%!important;
    }
    .privacy-policy .card-text{
        letter-spacing: 0;
    }
    .privacy-policy .card-body .list-unstyled li,
    .privacy-policy .card-text li{
        margin-bottom: 10px;
    }
    
}
/***** 767px*****/

/* width */
.press-release-inner-content::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.press-release-inner-content::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px grey; 
  border-radius: 2px;
}
 
/* Handle */
.press-release-inner-content::-webkit-scrollbar-thumb {
  background: #c1c1c1; 
  opacity: .8;
  border-radius: 10px;
}

/* Handle on hover */
.press-release-inner-content::-webkit-scrollbar-thumb:hover {
  background: #c1c1c1; 
   opacity: 1;
}

@media(max-width: 767px){
    .right-side {
        margin-top: 90px;
        margin-bottom: 0;
    }
    .pagination {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .pagination li{
        margin-right: 16px;
        margin-bottom: 1rem;
    }
    .blog-page .background-section-color .truck-image img {
        margin-top: 0;
        height: auto;
    }
    
    .blog-page .right-side {
        margin-top: 0;
    }
    .blog-page .background-section-color {
        margin-top: 25px;
        width: 100%;
        margin-bottom: 30px;
    }
    .blog-detail-background{
        width: 100%;
    }
    .blog-page .courier h1,
    .courier h1{
        font-size: 22px;
        line-height: 30px;
    }
    .blog-page .courier h1::after,
    .courier h1::after{
        bottom: -10px;
    }
    .truck-image {
        margin-top: 0;
        padding: 0 15px;
    }
    .text-of-page {
        padding: 15px 15px;
        text-align: justify;
    }
        .blog-page .dates-trucking ul li {
        font-size: 13px;
        line-height: 15px;
    }
    .blog-page .social-icon li a {
        width: 30px;
        line-height: 30px;
        height: 30px;
            padding: 5px 0;
    }
    .blog-page .background-section-color .three-social-icon {
        margin-left: 15px;
    }
    .recent-text-post h6 {
        font-size: 13px;
        margin-top: 0px;
    }
    .social-icon li a{
        line-height: 40px;
            padding: 10px 0;
    }
    .best-benifit .image-indicators{
        flex-wrap: wrap;
    }
    .best-benifit .column{
        width: 100%;
    }
    
   
}


































