.industry-slides {
    position: relative;
}
.industry-single-slide {
    position: relative;
    z-index: 3;
    background-size: cover;
    background-position: center;
}
.industry-single-slide .row{
    height: 452px;
    width: 100%;
    position: relative;
    z-index: 2;
}
.industry-slide-overlay{
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.industry-single-slide-inner .content-overlay h2 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
}
.industry-single-slide-inner .content-overlay h2 a{
    color: #fff;
    transition: 0.5s;
}
.industry-single-slide-inner .content-overlay h2 a:hover{
    color: #cf0000;
    transition: 0.5s;
}
.industry-slides .slick-dots {
    position: absolute;
    left: 7.5%;
    bottom: 100px;
    text-align: left;
}
.industry-slides .slick-dots li{
    width: 30px;
    height: 5px;
    background-color: #ddd;
    display: inline-block;
    margin-right: 6px;
    cursor: pointer;
}
.industry-slides .slick-dots li button {
    display: none;
}
.industry-slides .slick-dots li.slick-active{
    background-color: #cf0000;
}
.industry-slides i.slick-arrow{
    position: absolute;
    left: 50px;
    top: 50%;
    font-size: 22px;
    line-height: 44px;
    margin-top: -30px;
    opacity: .6;
    color: #cf0000;
    cursor: pointer;
    z-index: 99;
    width: 44px;
    height: 44px;
    border: 1px solid #cf0000;
    border-radius: 22px;
    padding: 0px 15px;
    transition: 0.5s;
}
.industry-slides i.slick-next{
    left: auto;
    right: 50px;
    padding: 0px 18px;
}
.industry-slides i.slick-arrow:hover {
    transition: 0.5s;
    background-color: #cf0000;
    color: #fff;
}
.content-overlay {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    vertical-align: middle;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 70px 20px;
}
.content-overlay a.read-more {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 5px 15px;
    -o-transition: 0.5s;;
    -ms-transition: 0.5s;;
    -moz-transition: 0.5s;;
    -webkit-transition: 0.5s;;
    border: 1px solid #cf0000;
}
.content-overlay a.read-more:hover {
    color: #fff;
    background-color: #cf0000;
    transition: 0.5s;
}
/*========================================================== 
   Wide Mobile Layout
============================================================*/
@media (min-width: 481px) and (max-width: 767px) {
    .industry-single-slide-inner .content-overlay h2 {
    	font-size: 18px;
    }
    .content-overlay a.read-more {
    	font-size: 12px;
    }
    .industry-slides i.slick-arrow {
    	left: 8px;
    }
    .industry-slides i.slick-next {
    	left: auto;
    	right: 8px;
    }
}
/*========================================================== 
    Mobile Layout
============================================================*/
@media (min-width: 320px) and (max-width: 480px) {
    .industry-single-slide-inner .content-overlay h2 {
    	font-size: 18px;
    }
    .content-overlay a.read-more {
    	font-size: 12px;
    }
    .industry-slides i.slick-arrow {
    	left: 8px;
    }
    .industry-slides i.slick-next {
    	left: auto;
    	right: 8px;
    }
}