/************************************
=home
************************************/
#home-banner.overlay::before
{
    z-index: 1;
    background: rgba(0, 0, 0, .4);     
}
#home-banner #home-slider .slick-dots
{
    z-index: 1;
}
#home-banner .banner-text h3 i
{
    position: relative;
    top: -3px;
    margin-left: 5px; 
    margin-right: 5px; 
    font-size: 14px;
}
/************************************
=news
************************************/
#news
{
    color: #000;
}
#news #news-slider .slider-item
{
    padding: 15px;
}
#news #news-slider .slider-item figure
{
    position: relative;
    padding: 15px;
    border: 1px solid #ddd;
}
#news #news-slider .slider-item:hover figure
{
    border: 1px solid #d6151f;
}
#news #news-slider .slider-item figure .read-more-overlay
{
    position: absolute;
    top: 120px;
    left: 50%;
    display: block;
    min-width: 120px;
    padding: 5px 10px;
    opacity: 0;
    background: #d6151f;
    text-align: center;
    color: #fff;
    
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    
    -webkit-transition: opacity .3s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s;
}
#news #news-slider .slider-item:hover figure .read-more-overlay
{
    opacity: 1;
}
#news #news-slider .slider-item figure figcaption h3
{
    font-weight: bold;
    color: #d6151f;
}
#news #news-slider .slider-item figure figcaption p
{
    color: #333;
}
#news #news-slider .slick-next::before,
#news #news-slider .slick-prev::before
{
    color: #000;
}
#news a.btn-custom
{
    margin: 20px auto;
}
/************************************
=about
************************************/
#about
{
    text-align: center;
}
#about .btn-custom
{
    margin: 20px auto;
}
/************************************
=mission
************************************/
#mission .box
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#mission .box p
{
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 20px;
}
/************************************
=vision
************************************/
#vision .box
{
    padding-top: 10px;
    padding-bottom: 10px;
}
#vision .box p
{
    width: 100%;
    max-width: 500px;
    margin: auto;
    font-size: 20px;
}
/************************************
=tools
************************************/
#tools
{
    display: block;
}
#tools #track-and-trace.box .tracking-form
{
    padding-top: 20px;
    text-align: left;
}
#tools #track-and-trace.box .tracking-form .note
{
    text-transform: uppercase;
    font-weight: bold;
}
#tools #track-and-trace.box .tracking-form textarea
{
    height: 130px;
}
#tools #online-tools .list-group
{
    width: 100%;
    max-width: 380px;
    margin: auto;
}
#tools #online-tools .list-group .list-group-item
{
    margin-bottom: 5px;
    padding: 15px;
    background: #333;
    
    -webkit-transition: background .3s ease-in-out 0s;
    transition: background .3s ease-in-out 0s;
}
#tools #online-tools .list-group .list-group-item:hover
{
    background: #D6151F;
}
#tools #online-tools .list-group .list-group-item > a
{
    color: #fff;
}
/************************************
=services
************************************/
#services .col-md-6:nth-child(odd)
{
    clear: both;
}
#services article
{
    margin: 15px;
    padding: 10px;
    overflow: hidden;
    background: #1c1e1c;
    
    transition: background .3s ease-in-out .1s;
}
#services article:hover
{
    background: #333;
}
#services article > span
{
    display: block;
    width: 120px;
    height: 120px;
    float: left;
    line-height: 120px;
    text-align: center;
    font-size: 75px;
    color: #d6151f;
    
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}
#services article:hover > span
{
    color: #fff;
}
#services article > span > i
{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    
    -webkit-transition: -webkit-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s;
}
#services article:hover > span > i
{
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
#services article .description
{
    padding: 15px;
    overflow: hidden;
    color: #fff;
}
#services article .description h3
{
    margin-top: 0;
    font-size: 28px;
    color: #d6151f;
}
#services article .description a,
#services article .description a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #d6151f;
}
#services a.btn-custom
{
    margin: 20px auto;
}
/************************************
=contact
************************************/
#contact .find-us p
{
    margin-bottom: 20px;
}
/************************************
=media
************************************/
/************************************
=xlarge
************************************/
@media (min-width: 1200px) 
{
    
}
/************************************
=medium
************************************/
@media (max-width: 1199px)
{
    #mission article.box,
    #vision article.box
    {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}
/************************************
=small
************************************/
@media (max-width: 991px)
{
    #mission article.box,
    #vision article.box
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}
/************************************
=xsmall
************************************/
@media (max-width: 767px)
{
    #home-banner .banner-text h3
    {
        font-size: 18px;
    }
    #home-banner .banner-text h3 i
    {
        font-size: 10px;
    }
    #mission .box p
    {
        font-size: 16px;
    }
    #vision .box p
    {
        font-size: 16px;
    }
    #news #news-slider .slick-prev
    {
        left: -9999px;
    }
    #news #news-slider .slick-next
    {
        right: -9999px;
    }
    #services article > span 
    {
        float: none;
    }
}
/************************************
=xxsmall
************************************/
@media (max-width: 468px)
{

}