.shirka_name {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #1f1f1f;
}

.shirka_name span{
    font-weight: 800;
    text-transform: uppercase;
    color: #0099cc;
}

.shirka_quote  {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 14px;
    color: #1f1f1f;
    border-left: 2px solid #1f1f1f;
    margin: 25px 0;
    padding: 25px;
}

.shirka_font_small {
    font-weight: 400;
    font-size: 18px !important;
    font-family: 'Source Sans Pro', sans-serif;

}

.img-holder{
    border:1px solid #0099cc;

}

section.parallax-section .parallax-overlay {
    background-color: #04384a !important;
}


@media only screen and (max-width: 767px) {
    .section-skewed .container {
        padding-right:10%;
        padding-left:10%;
    }
    .split-section .side-background {
        margin-top:100px;
    }

    .split-section .container{
        margin-top:-25px;
    }
    footer .footer-widgets{
        padding-left: 20px;
    }

    .text-box {
        min-height: 330px;
    }
    .content h1.font-medium {
        font-size: 36px;
    }
}

@media only screen and (min-width: 992px){
    #navbar.stick .navigation-menu > li:hover > a, #navbar.stick .navigation-menu > li.active > a {
        color: #0099cc;
    }
}


.single-post-info .post-author > a, .side-post .post-author > a {
    font-size: 18px;
}


.post-preview {
    min-height: 450px;
}

.post-body {
    font-size: 14px;
}


.invocation {
    display: block;
    float: left;
    padding: 8px 10px;
    border: 1px solid #0099cc;
    margin: 0 10px 10px 0;
    border-radius :16px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #787878;

}

.goldstar{
    color: orange;
    font-size: 30px;
}


.testimonial-content {
    background-color: #fff;
    padding: 20px 100px !important;
}


.hc-arrow-round-back, .hc-arrow-round-forward{
    color:white
}