html {
    overflow-y: scroll;
}
body {
    font-family: 'Lato', sans-serif;
    color: #5b5e6d;
}
    /*#013856*/
    .btn.btn-brand {
    background-color: #185179;
    border-color: #185179;
}
.btn.btn-brand :hover {
    background-color: #185179;
    border-color: #185179;
}
.pricing-wrapper {
    border: 1px solid #D4D4D4;
}
.module-page-title {
    background-color: #D9D9D9;
}
.starther {
}
.form-control
{
    border-color:#808080;
}
    .form-control:focus {
        border-color: #C62761;
    }

#blog .post-more a, .post-more a {
    color: #C62761;
}
.services a{color: #000;}
.services a:hover{color:#fff;text-decoration:none;}
.icon-box-title h6{font-weight:bold;}
#blog .post{margin-bottom:30px;margin-top:30px;}  
.post-header h1{margin-top:20px;}
.post-header{margin-bottom:20px;}
.post-header .date{text-transform: uppercase;}
.post-content a{color:#C62761;}
.post-header h2{margin-top:20px;}

.navbar-brand img{width:150px;}
.navbar .nav-item{padding:.4rem;padding-left:12px;padding-right:12px}
.navbar-nav li:last-child{border-radius:5px;border:1px solid #808080;margin-left:20px;}
.navbar .nav-link{font-weight:400;}
header .bg-light { background-color: #fff !important; border-bottom: 1px solid #EBEBEB;}

.widget li a{color:#5b5e6d;}
.widget li .date{font-size:12px;}
.widget li a:hover {
    color: #C62761;text-decoration:none;
}
.hero p {
    font-size: 1.25rem;
}
.hero h1{font-weight:700;font-size:60px;margin-bottom:20px;}

.icon-box-icon {
    font-size: 38px;
    font-size: 56px;
    color: #C62761;
    margin: 0 0 10px;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.pricing-wrapper {
    border: 1px solid #D4D4D4;
}

.pricing-wrapper {
    background: #fff;
    border: 1px solid #f2f2f2;
    text-align: center;
    margin: 0 0 30px;
}

.pricing-header {
    position: relative;
    border-bottom: 1px solid #f2f2f2;
    padding: 30px 20px;
}

.pricing-wrapper .pricing-header h4, .pricing-wrapper .pricing-price h5 {
    color: #313131;
}

.pricing-header h4 {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin: 0;
    font-size:14px;
}

.pricing-price {
    padding: 30px 40px;
    border-bottom: 1px solid #f2f2f2;
}

.pricing-price h5 {
    font-size: 60px;
    margin: 0 0 0 -10px;
}

.pricing-price .h5 {
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 10px;
}
.pricing-price h5 > span {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    padding-top: 8px;
    padding-right: 2px;
}

.pricing-body {
    border-bottom: 1px solid #f2f2f2;
    padding: 0 0;
}

.pricing-features {
    padding: 0;
    margin: 0;
}

.pricing-body ul, ol {
    padding-left: 0;
    list-style: none;
}

.pricing-features li {
    border-bottom: 1px solid #f2f2f2;
    color: #717171;
    padding: 8px 0;
    margin: 0;
}

.pricing-footer {
    padding: 20px 20px;
}
.pricing-popular .pricing-header {
    background-color: #C62761;
}
.pricing-popular .pricing-header {
    padding: 40px 20px;
}
.pricing-wrapper.pricing-popular {
    margin-top: -20px;
}

.team-item {
    text-align: center;
}
.team-image {
    position: relative;
    overflow: hidden;
}

 .team-image > img {
        width: 100%;
    }

.team-content {
    position: absolute;
    padding: 20px 0 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%);
}

.team-content, .team-content-social {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}

.team-content-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px;
}

.team-content, .team-content-social {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2;
}

.team-item:hover .team-image:after {
    background: rgba(49,49,49,.95)
}

.team-item:hover .team-content, .team-item:hover .team-content-social {
    opacity: 1
}

.team-item:hover .team-content {
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%)
}

.team-image {
    position: relative;
    overflow: hidden
}

    .team-image > img {
        width: 100%;
    }

    .team-image:after {
        background: transparent;
        position: absolute;
        display: block;
        content: " ";
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all .3s ease-in-out 0s;
        transition: all .3s ease-in-out 0s
    }

.team-content, .team-content-social {
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    opacity: 0;
    z-index: 2
}

.team-content {
    position: absolute;
    padding: 20px 0 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translate(10px,-50%);
    transform: translate(10px,-50%)
}

    .team-content p, .team-content h5 {
        color: #fff
    }

    .team-content h5 {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 12px;
        margin: 0 0 4px
    }

    .team-content p {
        font-size: 14px;
        opacity: .8;
        margin: 0
    }

.team-content-social {
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 18px
}

    .team-content-social ul > li {
        display: inline-block;
        margin-right: 26px
    }

        .team-content-social ul > li:last-child {
            margin-right: 0
        }

        .team-content-social ul > li > a {
            color: #fff;
            opacity: .5
        }

            .team-content-social ul > li > a:hover {
                opacity: 1
            }
.post-header h2 a {
    color: #5b5e6d;
    font-size: 25px;
}

h2{font-size:18px;font-weight:bold;margin-bottom:10px;}
footer h5 {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    margin: 0 0 4px;
    font-weight:bold;
    margin-top:20px;
    
}

footer ul {
    list-style: none;
    margin: 0;
}

footer ol, small, ul {
    color: #5b5e6d;
}

footer ul {
    padding: 0;
}

footer li, footer li a, footer a {
    color:#5b5e6d;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: normal;
    font-size: 1rem;
    padding-top:5px;
    padding-bottom:5px;
}

footer a:hover{
    color:#C62761;
    text-decoration:none;
}

.btn-easybill {
    background-color: #C62761;
    color:#fff;
}

.active{border-bottom: 1px solid #C62761;}


@media (max-width: 576px) {
    .wrapper {
        padding-top: 80px;
    }
    .navbar-nav li:last-child {
        margin-left: 0px;
    }

    .hero h1{font-size:40px;}
}
@media (min-width: 992px) {
    .wrapper {
        padding-top:150px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0;
    }
}



.widget ul, .widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
    .widget ul li, .widget ol li {
        margin-bottom: 10px;
        border-bottom: 1px solid rgba(238,238,238,.9);
        padding-bottom: 10px;
    }


img {
    opacity: 1;
    transition: opacity 0.3s;
}

    img[data-src] {
        opacity: 0;
    }

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}