
/* :: Body */
body {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a,
a:hover,
a:focus,
button:focus {
    text-decoration: none;
    color: #000000;
}
.container,
.container-fluid{
    position: relative
}



.btn-1{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #8e1313;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    padding: 0 15px;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -webkit-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-1 span{
    position: relative;
    z-index: 2;
}
.btn-1:after,
.btn-1:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #ffffff;


}
.btn-1:after{
    top: 0;
    left: 0;
}
.btn-1:hover:after{
    width: 100%;
    right: 0;
    left: auto;
}
.btn-1:before{
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-1:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}
.btn-1:hover span{
    color: #000000;
}
.btn-1:hover:after,
.btn-1:hover:before{
    background-color: #FFF;
}
.btn-2{
    background-color: #1C1A30;
}

.btn-4{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #2c94c8;
    z-index: 1;
    font-size: 16px;
    min-width: 140px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 25px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-4 span{
    position: relative;
    z-index: 2;
}
.btn-4:after,
.btn-4:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #ffffff;


}
.btn-4:after{
    top: 0;
    left: 0;
}
.btn-4:hover:after{
    width: 100%;
    right: 0;
    left: auto;
}
.btn-4:before{
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-4:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}
.btn-4:hover span{
    color: #000000;
}
.btn-4:hover:after,
.btn-4:hover:before{
    background-color: #FFF;
}

.btn-5{
    text-transform: capitalize;
    position: relative;
    text-align: center;
    background-color: #8e1313;
    z-index: 1;
    font-size: 16px;
    min-width: 140px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 25px;
    overflow: hidden;
    font-family: 'Heebo', sans-serif;
    display: -ms-inline-grid;
    display: inline-grid;
    cursor: pointer;
    -o-transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color 1s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}
.btn-5 span{
    position: relative;
    z-index: 2;
}
.btn-5:after,
.btn-5:before{
    content: '';
    position: absolute;
    height: 50%;
    width: 0;
    background-color: #ffffff;


}
.btn-5:after{
    top: 0;
    left: 0;
}
.btn-5:hover:after{
    width: 100%;
    right: 0;
    left: auto;
}
.btn-5:before{
    bottom: 0;
    right: 0;
    left: auto;
}
.btn-5:hover:before{
    width: 100%;
    left: 0;
    right: auto;
}
.btn-5:hover span{
    color: #000000;
}
.btn-5:hover:after,
.btn-5:hover:before{
    background-color: #FFF;
}


/* :: Blog */
.blog-item{
    margin-bottom: 30px;

}
.blog-item .img-box{
    position: relative;
    overflow: hidden;
    border-radius: 20px;

}
.blog-item:hover .img-box .open-post img{
    -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
            transform: scale(1.3);
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;

}
.blog-item .img-box ul{
    position: absolute;
    bottom: 10px;
    left: 30px;
    background-color: #FFF;
    padding: 2px 15px;
    border-radius: 3px;

}
.blog-item .img-box ul li{
    display: inline-block;

}
.blog-item .img-box ul li a{
    font-size: 13px;
    color: #F57009;
    text-transform: capitalize;

}
.blog-item .img-box ul li:hover a{
    color: #1C1A30;

}
.blog-item .text-box{
    padding: 10px 0px 0px 0px;

}
.blog-item .text-box .title-blog{
    display: block;

}
.blog-item .text-box h5{
    position: relative;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 15px 0;

    color: #1C1A30;
    text-transform: capitalize;

}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover{
    color: #2941f9;

}
.blog-item .text-box .blog-date{
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 500;
    color: #F57009;

}
.blog-item .text-box .link{
    min-width: 120px;
    height: 45px;
    line-height: 45px;
	margin-top: 10px;
}

