.slide-content {
    position: relative;
    transform: translateY(40%);
}
.style1.slide-content h3{
    margin-top: 0px;
    color: #fff;
    text-transform: uppercase;
}
.style1.slide-content .heading{
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 72px;
    margin-top: 15px;
    margin-bottom: 30px;
    letter-spacing: -1px;
}
.style1.slide-content p{
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}

/*============= STYLE 2=============*/
.style2.slide-content {
    position: relative;
    transform: translateY(5%);
}
.style2.slide-content h3{
    margin-top: 0px;
    color: #fff;
    font-weight: 400;
}
.style2.slide-content .heading{
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 48px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.style2.slide-content p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.style2.slide-content .more_btn{
    float: left;
    width: 100%;
    margin-top: 30px;
}
.style2 .more_btn a{
    padding: 10px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #fff;
    color: #666666;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 25px;
}
.style2.slide-content .more_btn a {
    float: left;
    padding: 8px 30px;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-right: 15px;
    text-transform:uppercase;
}
/*.style2.slide-content .more_btn a:last-child{
    background:transparent;
    border: 1px solid #fff;
    color: #fff;
}
.style2.slide-content .more_btn a:last-child:hover{
    background: #fff;
    border: 1px solid #fff;
    color: #666666;
}*/
.style2 .more_btn a:hover{
    background: transparent;
    color: #fff;
    /*border: 1px solid #fff;*/
}

/*============== STYLE 3 ==============*/

.style3.slide-content h3{
    margin-top: 0px;
    color: #ff6d00;
    text-transform: uppercase;
}
.style3.slide-content .heading{
    position: relative;
    color: #fff;
    font-size: 55px;
    font-weight: 800;
    line-height: 72px;
    margin-top: 15px;
    margin-bottom: 105px;
    letter-spacing: -1px;
}
.style3.slide-content .heading:after{
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 70px;
    height: 2px;
    background: #ff6d00;
    margin-top: 50px;
}
.style3.slide-content p{
    color: #fff;
    font-weight: 600;
    line-height: 26px;
}
.style3.slide-content .more_btn{
    float: left;
    width: 100%;
    margin-top: 80px;
}
.style3 .more_btn a{
    padding: 10px 40px;
    text-align: center;
    background: #1a237e;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 25px;
}
.style3 .more_btn a:hover{
    background: #ff6d00;
}