nav.site-desktop-menu{
    padding-left: 1% !important;
}
.display-inline-block{
    display: inline-block !important;
}
.item-after{
    position:absolute;
    width: 100%;
    height: auto;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000000b3 !important;
    color: #fff;
    text-align: center;
    padding: 3px 10px;
    transition: all 0.2s;
}
.tp-caption{
    font-size: 35px !important;
}
.fnp-parallax{
    position: relative;
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
}
.fnp-parallax:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(210, 150, 43, 0.39);
}
.fnp-about-bg{
    position: relative;
}
.white-text{
    color: #fff !important;
}
.fnp-about-bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('../../Files/drtongucpr.jpg');
    background-size: cover !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    opacity: 0.03;
}
.fnp-parallax-text{
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-style: italic;
    font-weight: 800;
}
.item:hover .item-after{
    bottom: -50px;
    transition: all 0.2s;
}
nav.site-desktop-menu > ul > li > a{
    cursor: pointer !important;
    padding: 0px 9px !important;
    font-size: 15px !important;
}
header.site-header{
    border-top: 3px solid #474746 !important;
}
.subheader h1{
    color: #fff !important;
}
.subheader .breadcrumbs{
    color: #fff !important;
}
.header-top{
    background: #703362;
    color: #fff;
    width: 100%;
    padding: 5px 0px 2px 0px;
}
.fnp-active, .fnp-active a, .fnp-active i{
    color: #703362 !important;
    font-weight: bold !important;
}

footer.bg-color-1{
    background: #703362 !important;
}
#subheader:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.58);
}
.flexslider .slides > li{
    display: block !important;
}
#subheader{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background: #ff7ce1 !important;
}
.fnp-title{
    background: #fbfbfb;
    padding: 10px 20px;
    border-left: 5px solid #703362;
    margin-bottom: 20px;
}
.main-sidebar .widget{
    margin-bottom: 30px !important;
}
.fnp-back, .fnp-next{
    color: #fff;
    font-weight: bold;
    width: auto !important;
}
.fnp-back{
    float: left;
}
.fnp-next{
    float: right;
}
.fnp-back-text{
    text-align: left !important;
    padding: 5px 15px;
    margin-right: 20px !important;
    background: #703362;
}
.fnp-next-text{
    text-align: right !important;
    padding: 5px 15px;
    margin-left: 20px !important;
    background: #703362;
}
.fnp-back-text i{
    margin-right: 5px;
    font-weight: bold;
}
.fnp-next-text i{
    margin-left: 5px;
    font-weight: bold;
}
.fnp-arrows-w{
    margin-top: 30px !important;
    display: flow-root;
    background: #f4f6f7;
    padding: 10px;
    box-shadow: 1px 1px 5px #e8e6e6;
}