/*==================================================================================
    Custom Stylesheet (Any custom styling you want to apply should be defined here).
====================================================================================*/

.dark-bg {
    background-color: #444444;
}
.header-info a {
    color: #224686;
}
.btn:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #224686;
    z-index: -1;
}
.single-package .pupular-pack {
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background-color: #224686;
    font-size: 0.625rem;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 146px;
    padding: 2px 0;
    letter-spacing: 1px;
}
.back-to-top a {
    font-size: 1.5rem;
    text-align: center;
    line-height: 2;
    color: #fff;
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #224686;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.single-package ul li span {
    color: #ea608f;
}
.contact-widget-content ul li i {
    color: #224686;
    line-height: 2;
    text-align: center;
    border: 1px solid #e1eeff;
    height: 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    margin-right: 15px;
}
.header-top-right form input {
    height: 42px;
    background-color: #224686;
    border: 0;
    color: #fff;
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header-top-right form button {
    border: none;
    height: 42px;
    line-height: 42px;
    font-size: 0.75rem;
    background: #224686;
    color: #fff;
    padding: 0 15px;
}
.header-call a {
    font-size: 1.125rem;
    font-weight: 600;
    color: #224686;
}
.single-package:hover p {
    color: #224686;
}
.page-title li a:hover, .page-title li:last-child a {
    color: #224686;
}
.service-details h2 span {
    color: #224686;
}
