.owl-prev {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 40%;
    display: block !important;
    border: 0px solid black;
    font-size: 30px;
    left: -26px;
}
.owl-prev:hover i{
    color: #003782;
}

.owl-next {
    width: 30px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block!IMPORTANT;
    border:0px solid black;
    font-size: 30px;
}
.owl-next:hover i{
    color: #003782;
}
.owl-prev i, .owl-next i {transform : scale(1,2); color: #F3BE0E;}
/* === Style WP-PageNavi Pagination === */

/* Center the pagination */
.wp-pagenavi { 
    padding-bottom: 20px;
    text-align: center;
    margin: 0 auto;
}
.wp-pagenavi span.current{
    color: #fff !important; 
    background-color: #003782 !important; 
}
/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child { 
    border: 1px solid #bbb !important; 
    padding: 6px 12px; 
    margin: 0;  
}
.wp-pagenavi span, .wp-pagenavi a { border-right: none !important; }

/* Style the default text */
.wp-pagenavi span, .wp-pagenavi a { 
    font-weight: bold !important; 
    color: #999 !important;
    border-radius: 3px;
    color: #fff !important; 
    background-color: #f3f0f0 !important; 
}

/* Style the current / hovered page link */

.wp-pagenavi a:hover { 
    color: #fff !important; 
    background-color: #115F43 !important; 
}

/* Style the page count text */
.wp-pagenavi :first-child { color: #666 !important; }

/* Add text to the "next" link */
.wp-pagenavi .nextpostslink:before { content: 'Next '; }
.wp-pagenavi .previouspostslink:after { content: ' Prev'; }

.owl-thumbs {

    width: 100%;
    float: left;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    opacity: .4;
}

.owl-thumb-item.active {
    opacity: 1;
}
.owl-thumb-item img {
    width: 98px;
    height: 65px;
    margin: 10px;
    -webkit-transition: ease-in-out ease 0.5s;
    transition: ease-in-out ease 0.5s;
    border: 1px dotted rgba(0, 0, 0, 0.3);
    opacity: 0.6;
}

.main_nav_container a.icon {
    color: #003782;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 26px;
    display: block;
    right: 20px;
    top: 30px;
    position: absolute;
    display: none;
}
@media screen and (max-width: 968px) {

    .main_nav_container a.icon {
        display: block;
    }
    .navbar_menu {
        width: 100%;
        background-color: #fff;
        z-index: 9999;
        margin-top: 120px;
        display: none;
    }
    .navbar_menu li {
        display: inline-block;
        width: 100%;
        margin-left: 0px;
    }
    .navbar_menu li a {
        display: block;
        color: #1e1e27;
        font-size: 13px;
        font-weight: 500;
        text-transform: uppercase;
        padding: 4px 30px;
        -webkit-transition: color 0.3s ease;
        transition: color 0.3s ease;
        letter-spacing: 1px;
        border-bottom: 1px solid #f5f5f5;
        text-align: left;
    }
    .main_nav_container .col-xs-12 {
        padding-left: 0px;
        padding-right: 0px;
    }
}