/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify style-main.css file.

*/

/* Your custom css codes start here: */

.header-top {
    background-color: #54C4F1;
}
.header-top li a {
    line-height: 40px;
}
.header-top li a.text-white:hover, .widget .styled-icons li a:hover i.text-white {
    color:#202C45 !important;
}
.card {
    min-height: 260px;
}
.card i {
    color:#54C4F1;
}
.card .border-3px {
    border-color:#54C4F1 !important;
}
.icon-box .icon-box-title {
    font-size:14px;
    font-weight: bold;
}
.card .card__text {
    height: 260px;
}
.icon-box {
    padding:0 10px;
}
.icon-box .icon i {
    height:80px;
    line-height: 80px;
}
.icon-box .icon {
    width:auto !important;
    height:85px;
}
.text-theme-color-2 {
    color:#54C4F1 !important;
}
.line-bottom:after, .line-bottom-center:after {
    background-color: #54C4F1 !important;
}