/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
body .body-inner {
    color: #fff;
}


.dark #footer, #footer.inverted, #footer.dark {
    color: white;
}

.bg-overlay[data-style="10"] {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.99) 100%);
    opacity: 1;
}

.heading-text.heading-section h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background-color: #00AEEF;
    bottom: -30px;
    left: 0;
    right: 0;
}

.post-item .post-image .post-meta-category, .post-item .post-slider .post-meta-category, .post-item .post-video .post-meta-category, .post-item .post-audio .post-meta-category, .post-item .post-quote-img .post-meta-category {
    background-color: #00AEEF;
    color: #ffffff;
    font-size: 13px;
    padding: 2px 16px;
    border-radius: 50px;
    position: absolute;
    right: 10px;
    top: 11px;
    z-index: 3;
    margin-right: 0;
}

button.btn, .btn:not(.close):not(.mfp-close), a.btn:not([href]):not([tabindex]) {
    font-family: "Poppins", sans-serif;
    border-radius: 5px 5px 5px 5px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    padding: 12px 18px;
    position: relative;
    text-transform: uppercase;
    /*   background-color: #5BE12C;
    border-color: #5BE12C; */
    border-width: 1px;
    border-style: solid;
    /*  color: #ffffff; */
    transition: all 0.3s;
    margin-bottom: 6px;
    outline: none;
    line-height: 14px;
    cursor: pointer;
}

.item-link:hover {
    color: #3CA735 !important;
    /*#00AEEF;*/
}

.tabs .nav-tabs .nav-link.active {
    color: #00AEEF;
    background-color: transparent;
    border-bottom: 2px solid #00AEEF;
}

#mainMenu nav>ul>li.hover-active>a, #mainMenu nav>ul>li.hover-active>span, #mainMenu nav>ul>li.current>a, #mainMenu nav>ul>li.current>span, #mainMenu nav>ul>li:hover>a, #mainMenu nav>ul>li:hover>span, #mainMenu nav>ul>li:focus>a, #mainMenu nav>ul>li:focus>span {
    color: #00AEEF;
}

a {
    color: #00AEEF;
    text-decoration: none;
    background-color: transparent;
}

.align_right {
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.align_left {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.align_center {
    margin-right: auto !important;
    margin-left: auto !important;
    display: block !important;
}

p {
    font-size: 1.2rem;
}

.halfscreen-height {
    width: 100%;
    height: 50%;
    min-height: 50vh;
}

blockquote {
    border-left: 3px solid #00AEEF;
    font-size: 20px;
    padding: 10px 20px;
    margin: 0 0 20px;
}

.blockquote {
    margin-bottom: 3rem !important;
    margin-top: 3rem;
}

.blockquote-blue {
    background-color: #00AEEF;
}


.icon-box .icon a, .icon-box .icon i {
    width: 100%;
    height: 100%;
    /*  color: #00AEEF; */
}

a .btn-menu {
    color: #ffffff !important;
    border-radius: 0.25rem !important;
}

/*
.font-weight-bold {
    font-weight: 700!important;
    color: #00AEEF !important;
}*/

.col-lg-12 h3, .col-lg-6 h3, h6, .blue {
    color: #00AEEF !important;
}

.item-link {
    color: #00AEEF;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase !important;
}

.icon-box .icon i {
    font-size: 42px;
    text-align: center;
    line-height: 66px;
    border-radius: 50%;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 1) !important;
}

.p-s-25 {
    padding-left: 25px;
    padding-right: 25px;
}

.img-w-555 {
    width: 555px;
}

.mssb-item {
    display: inline-block;
    /* height: 13px; */
}

@media (max-width: 425px) {
    #header .header-inner #logo a span {
        font-size: 34px;
    }
}

.m-l-20 {
    margin-left: 20px;
}

button.btn.btn-outline:hover, button.btn.btn-outline:focus, button.btn.btn-outline:active, button.btn.btn-outline.active, .btn:not(.close):not(.mfp-close).btn-outline:hover, .btn:not(.close):not(.mfp-close).btn-outline:focus, .btn:not(.close):not(.mfp-close).btn-outline:active, .btn:not(.close):not(.mfp-close).btn-outline.active, a.btn:not([href]):not([tabindex]).btn-outline:hover, a.btn:not([href]):not([tabindex]).btn-outline:focus, a.btn:not([href]):not([tabindex]).btn-outline:active, a.btn:not([href]):not([tabindex]).btn-outline.active {
    background-color: #00AEEF;
    border-width: 2px;
    border-style: solid;
    border-color: #00AEEF;
    color: #fff;
}

button.btn.btn-reveal, .btn:not(.close):not(.mfp-close).btn-reveal, a.btn:not([href]):not([tabindex]).btn-reveal {
    margin: 25px 0;
}

.dark #footer a:not(.btn):not(:hover), #footer.inverted a:not(.btn):not(:hover), #footer.dark a:not(.btn):not(:hover) {
    color: #fff;
}

.breadcrumb {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding: .75rem 1rem;
margin-bottom: 1rem;
list-style: none;
background-color: #fff !important;
}

.blockquote-blue h3 {
    color: #fff !important;
}
