/*
Theme Name: wp news
Theme URI: https://ordasvit.com/wordpress-themes/news-wordpress-news-theme
Author: OrdaSvit team
Author URI: https://ordasvit.com
Description: wp news - The News - WordPress News Theme is a modern and responsive solution for news websites, online magazines, and blogs. It features a clean layout, dynamic content pages, advanced article management, and a user-friendly design to keep your readers engaged. With customizable sections, category-based news displays, and integration for multimedia content like images and videos, it ensures a professional look on all devices. Perfect for delivering breaking news, editorials, and stories in style.
Requires at least: 4.9
Tested up to: 6.7
Requires PHP: 5.6
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-news
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
#footer .logo_link {
    text-align: center;
}

#footer .logo_link img {
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 5px;
}

.soc_links ul li a {
    border: 3px solid #14558e;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soc_links ul li a:hover {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 3px solid #ffffff;
    background: #14558e;
}

.top_up {
    background: #14558e;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 500px;
    border: 2px solid #fff;
}

.top_up i {
    margin: 0;
}

.top_up:hover {
    background: rgba(0, 0, 0, 1);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.paginator_single>div>a {
    padding: 5px 10px;
    text-decoration: unset;
    text-transform: uppercase;
    font-weight: bold;
    background: #14558e;
    color: #fff;
    border-radius: 5px;
    transition: .3s;
}

.header {
    background: #fff;
}

.header>.row {
    position: relative;
    z-index: 2;
}

.header>.container>.row:first-child {
    align-items: center;
    z-index: 9999;
}

.header .widget_shopping_cart {
    text-align: right;
}

.header .woocommerce-mini-cart__empty-message {
    margin: 0;
}

#site-navigation-primary,
#site-navigation {
    background: unset !important;
    padding: 0;
}

.wrapper-menu .navbar-collapse.navbar-nav>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>li.current-menu-parent>a,
.wrapper-menu .navbar-collapse.navbar-nav>li.current-menu-ancestor>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li.current-menu-parent>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li.current-menu-ancestor>a {
    color: #fff;
    background: #0088ff;
}

.wrapper-menu .navbar-collapse.navbar-nav>li a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li a {
    font-weight: bold;
}

a.logo_link {
    text-align: center;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>a {
    text-transform: uppercase;
    padding: 20px 15px;
    transition: .5s;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>a:hover,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>a:hover {
    background: #0088ff;
    color: #fff;
    transition: .5s;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li a,
.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li a {
    color: #000;
    text-transform: capitalize;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li a:hover,
.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li a:hover,
.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li a:hover,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li a:hover,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li.current-menu-item>a {
    color: #0088ff !important;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li.current-menu-ancestor>a,
.wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li.current-menu-ancestor>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li.current-menu-item>a {
    color: #0088ff !important;
    background: #fff;
}

.wrapper-custom-logo-link {
    text-align: left;
}

.wrapper-custom-logo-link a {
    padding: 20px 0;
}

div.soc_links ul,
.top_soc_links ul {
    justify-content: flex-end;
}

.wrapper-menu .navbar-collapse.navbar-nav>li,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li {
    margin: 0;
}

.wrapper-menu .navbar-collapse.navbar-nav>li>a,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li>a {
    justify-content: center;
}

.wrapper-menu {
    background: #14558e;
}

.wrapper-menu .navbar-collapse.navbar-nav,
.wrapper-menu .navbar-collapse.navbar-nav>ul {
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

@media (max-width: 1100px) {
    .header>.row:first-child>div {
        width: 100%;
    }

    .wrapper-menu {
        margin: 20px 0;
        border-left: unset;
        border-right: unset;
    }
}

@media (max-width: 991px) {
    .wrapper-menu .navbar-nav>ul>li .children>li>a {
        color: #fff;
    }

    .wrapper-menu {
        border: unset;
    }

    .wrapper-menu .navbar-toggler {
        border-color: #ffffff;
        border-width: 2px;
        background: #14558e;
        margin: 5px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .wrapper-menu .navbar-toggler i {
        color: #fff;
        font-size: 30px;
    }

    .wrapper-menu .navbar-toggler span {
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
    }

    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu {
        background: transparent;
        border-radius: unset;
        padding: unset;
    }

    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>a,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li>a {
        color: #fff;
    }

    .bdp-medium-4 {
        width: 50% !important;
    }

    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li.current-menu-ancestor>a,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li.current-menu-item>a,
    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li>.sub-menu>li.current-menu-item>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li.current-menu-ancestor>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li>a:hover,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li.current-menu-item>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li>.sub-menu>li.current-menu-item>a {
        color: #fff !important;
        background: #0088ff;
    }
}

@media (max-width: 767px) {

    .bdp-medium-4,
    .bdp-medium-6 {
        width: 100% !important;
    }
}

.wrapper-menu #site-navigation-primary .container-fluid {
    justify-content: center;
}

.wrapper-menu #site-navigation-primary .container-fluid #mega-menu-wrap-primary_menu {
    background: unset !important;
    width: 100%;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item {
    width: 100%;
    text-align: center;
    display: block;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a {
    text-align: center;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    color: #ffffff;
    background: #08f;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.5;
    height: auto;
    font-weight: bold;
    font-size: 18px;
    padding: 20px 15px;
    margin: 0;
    position: relative;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:hover,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link:focus {
    color: #ffffff;
    background: #08f;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
    color: #ffffff;
    background: #08f;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    background: #fff;
    color: #000;
    font-size: 18px;
    transition: .3s;
    font-weight: bold;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff;
    transition: .3s;
    color: #08f;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-item a.mega-menu-link,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu li.mega-current-menu-parent>a.mega-menu-link {
    background: #fff;
    transition: .3s;
    color: #08f;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu,
.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 1px 1px 3px #000;
}

.site-footer {
    background-color: #212121;
}

.main_page .entry-title {
    font-size: 40px;
    margin: 30px 0 25px;
}

.main_single .comment_form .comments #respond .comment-form .form-submit #submit,
.comment-form .form-submit #submit {
    margin-top: 10px;
    margin-bottom: 10px;
}

.main_single .comment_form .comments .comment-form .form-submit .submit,
.main_single .comment_form .comments #respond .comment-form .form-submit #submit,
.comment-form .form-submit #submit {
    color: #fff;
    background: #14558e;
    border: unset;
    padding: 10px 20px;
    border-radius: 5px;
    transition: .5s;
    font-weight: bold;
    font-size: 16px;
}

.main_single .comment_form .comments .comment-form .form-submit .submit:hover,
.main_single .comment_form .comments #respond .comment-form .form-submit #submit:hover,
.comment-form .form-submit #submit:hover {
    transition: .5s;
    background: #000;
}

@media (max-width: 1300px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px;
        padding: 10px 7px;
    }
}

@media (max-width: 1199px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
    }

    .wrapper-menu .custom-row-mega-menu .mega-sub-menu {
        display: flex !important;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .wrapper-menu .custom-row-mega-menu .mega-menu-column {
        width: 50% !important;
    }
}

@media (max-width: 991px) {

    #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu {
        min-width: 230px !important;
        width: auto;
    }
}

@media (max-width: 768px) {
    #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-flyout ul.mega-sub-menu {
        width: 100%;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        margin: 0;
    }
}

@media (max-width: 375px) {
    #footer .soc_links ul li a {
        width: 40px;
        height: 40px;
    }
}

.side_bar_left_page>div>h3 {
    margin: 66px 0 10px;
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-image-bg {
    display: none !important;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-title {
    margin-bottom: 5px !important;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    color: #14558e;
    font-size: 20px;
    font-weight: bold;
    transition: .3s;
    padding: unset;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-title a:hover {
    transition: .3s;
    color: #000;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-meta span {
    margin: 0;
    color: #000;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li .bdp-post-meta span::before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    color: #14558e;
    margin-right: 5px;
    font-weight: 900;
}

.bdp-post-meta-innr.bdp-time::before {
    content: "\f133";
    font-family: "Font Awesome 5 Free";
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.bdp-post-meta-innr.bdp-user-img::before {
    content: "\f508";
    font-family: "Font Awesome 5 Free";
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.side_bar_left_page .bdp_post_simple_widget .bdp-recent-post-items .bdp-post-li {
    border-bottom: 1px solid #14558e;
}

.side_bar_left_page .widget_tag_cloud .tagcloud>a {
    text-decoration: unset;
    color: #fff;
    background: #14558e;
    display: inline-block;
    font-size: 16px !important;
    padding: 5px;
    margin-bottom: 5px;
    transition: .3s;
}

.side_bar_left_page .widget_tag_cloud .tagcloud>a:hover {
    transition: .3s;
    background: #000;
}

.side_bar_left_page .widget_categories ul {
    padding: 0;
}

.side_bar_left_page .widget_categories ul li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}

.side_bar_left_page .widget_categories ul li a {
    color: #14558e;
    text-decoration: unset;
    transition: .3s;
}

.side_bar_left_page .widget_categories ul li a:hover {
    color: #000;
    transition: .3s;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar {
    margin-bottom: unset;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar caption {
    margin: 0px 0 5px;
    background: #14558e;
    border: 1px solid #000;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 5px;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar thead,
.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tbody,
.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tfoot,
.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tr,
.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar td,
.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar th {
    border-color: #000;
    border-style: solid;
    border-width: 1px;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar thead tr {
    background: #14558e;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar thead tr th {
    text-align: center;
    color: #fff;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tbody tr td {
    text-align: center;
    padding: 5px;
    font-size: 16px;
    color: #000;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tbody tr td a {
    color: #14558e;
    font-weight: bold;
    text-decoration: unset;
    transition: .3s;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tbody tr td a:hover {
    transition: .3s;
    color: #000;
}

.side_bar_left_page .widget_calendar #calendar_wrap #wp-calendar tbody tr #today {
    background: #14558e;
    color: #fff;
    font-weight: bold;
}

.side_bar_left_page .widget_calendar #calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
    color: #14558e;
    font-weight: bold;
    font-size: 18px;
    transition: .3s;
}

.side_bar_left_page .widget_calendar #calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a:hover {
    color: #000;
    transition: .3s;
}

@media (max-width: 768px) {
    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle {
        background: unset !important;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #14558e;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
        border: 2px solid #14558e;
        padding: 15px 15px 25px;
        background: #000;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated::after {
        content: "MENU";
        position: absolute;
        bottom: -9px;
        color: #fff;
        font-size: 16px;
        left: 11px;
    }
}

@media (max-width: 1199px) {
    .header>.row:first-child>div {
        width: 100% !important;
    }
}

.wrapper-menu .navbar-collapse {
    justify-content: space-between;
}

@media (max-width: 1399px) {

    .wrapper-menu .navbar-collapse.navbar-nav>li>a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>a {
        padding: 25px 15px;
    }
}

@media (max-width: 991px) {

    .wrapper-menu .navbar-collapse.navbar-nav>li>.sub-menu>li .sub-menu,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li>.sub-menu>li .sub-menu {
        border-top: unset;
    }

    .wrapper-menu .navbar-collapse.navbar-nav>li a,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li a {
        border-bottom: 1px solid #000000;
        justify-content: space-between;
    }

    .wrapper-header-slider .soliloquy-container .soliloquy-caption .wrapper-slider-header h3 {
        font-size: 50px;
    }

    .wrapper-header-slider .soliloquy-container .soliloquy-caption .wrapper-slider-header p {
        font-size: 18px;
    }

    .wrapper-video video {
        height: 400px !important;
    }

    .wrapperOneStatistics {
        width: 100%;
        margin: 20px 0px;
    }
}


#footer h3[class^="my_widget_title"],
.footer-title {
    color: #fff;
    font-size: 30px;
    margin: 50px 0 25px;
    text-align: left;
}

#footer .widget_tag_cloud .tagcloud a,
.wrapper-footer-tags a {
    color: #fff;
    background: #14558e;
    padding: 5px 10px;
    font-size: 16px !important;
    margin: 0 5px 5px 0;
    display: inline-block;
    transition: .3s;
}

#footer .widget_tag_cloud .tagcloud a:hover,
.wrapper-footer-tags a:hover {
    transition: .3s;
    color: #000;
}

#footer .widget_categories ul {
    padding: 0;
}

#footer .widget_categories ul li,
.wrapper-categories li {
    list-style: none;
    margin: 5px 0;
}

.wrapper-categories li>ul {
    padding: 0;
}

#footer .widget_categories ul li a,
.wrapper-categories li a {
    color: #0088ff;
    font-size: 18px;
    text-decoration: unset;
    transition: .3s;
}

#footer .widget_categories ul li a:hover,
.wrapper-categories li a:hover {
    color: #fff;
    transition: .3s;
}

.wrapper-inner-footer-our-contacts {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    margin: 0 0 10px;
}

.wrapper-inner-footer-our-contacts>p {
    color: #fff;
    text-align: justify;
    font-size: 14px;
    margin: 0 0 10px;
}

.wrapper-inner-footer-our-contacts>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 15px 0;
}

.wrapper-inner-footer-our-contacts>div i {
    color: #08f;
    font-size: 24px;
}

.wrapper-inner-footer-our-contacts>div p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content {
    display: flex;
    align-items: center;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div {
    padding: 0;
    width: auto !important;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-image-bg {
    margin: 0;
    margin-right: 15px;
    width: 80px;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-image-bg img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 500px;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-title {
    margin: 0 !important;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-title a {
    color: #08f;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-title a:hover {
    color: #fff;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-meta {
    margin: 0;
}

.footer-wrapper-latest-posts .bdp-post-list .bdp-post-list-content>div .bdp-post-meta span {
    margin: 0;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}

/* .wrapper-main-posts {
    margin: 50px auto;
} */

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block {
    width: 60%;
    position: relative;
    margin: 0;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid:nth-child(-n+4) {
    width: 40%;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-image-bg {
    margin: 0;
    position: relative;
    overflow: hidden;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-image-bg::before {
    content: "";
    background: #00000061;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 10px;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-image-bg img {
    border-radius: 10px;
    overflow: hidden;
    height: 439px;
    width: 100%;
    object-fit: cover;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-categories {
    position: absolute;
    z-index: 2;
    left: 50px;
    bottom: 170px;
    margin: 0;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-categories a {
    border: unset;
    background: #08f;
    margin: 0px 5px 0 0;
    font-size: 20px;
    color: #fff;
    padding: 5px 10px;
    text-decoration: underline !important;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-categories a:hover {
    transition: .3s;
    background: #000;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-title {
    position: absolute;
    z-index: 2;
    margin: 0 !important;
    left: 50px;
    bottom: 115px;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    color: #fff;
    text-transform: uppercase;
    width: 90%;
    font-weight: bold;
    font-size: 30px;
    text-shadow: 0px 0px 5px #0088ff;
    transition: .3s;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-title a:hover {
    transition: .3s;
    color: #0088ff;
    text-shadow: 0px 0px 5px #000000;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-meta {
    position: absolute;
    left: 50px;
    margin: 0 !important;
    bottom: 80px;
    z-index: 2;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-meta span {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    margin: 0;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-tags {
    position: absolute;
    bottom: 30px;
    left: 50px;
    z-index: 2;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    width: 75%;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-tags a {
    background: #0088ff;
    padding: 5px;
    margin: 0 5px 0px 0;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-tags a:hover {
    background: #000;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block {
    border: unset;
    display: inline-flex;
    align-items: center;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-image-bg {}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-image-bg img {
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-categories {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-categories a {
    border: unset;
    text-decoration: underline !important;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-categories a:hover {
    color: #14558e;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-title {
    margin-bottom: 10px !important;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    font-weight: bold;
    font-size: 20px !important;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-meta {
    margin-bottom: 10px !important;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-meta span.bdp-post-meta-innr {
    font-style: normal;
    font-size: 14px;
    color: #000;
    margin: 0;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-meta .bdpp-post-meta-sep {
    margin: 0 5px;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-tags {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    margin-top: 10px;
    margin-bottom: 15px;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-tags a {
    text-decoration: underline;
    color: #14558e;
    font-size: 14px;
    font-weight: bold;
}

.wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid .bdp-post-right-block .bdp-post-tags a:hover {
    color: #000;
}

h3[class^="my_widget_title"],
.footer-title {
    font-weight: bold;
    text-align: left;
    position: relative;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    width: 100%;
}

.site-main h3[class^="my_widget_title"]::after {
    content: "";
    height: 4px;
    border: 1px solid #0088ff;
    border-width: 1px 0;
    flex-grow: 1;
    margin-left: 20px;
}

#copyright {
    border-top: 1px solid #14558e;
    padding-top: 30px;
}

.bdp-post-grid .bdp-post-grid-content {
    text-align: left !important;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-image-bg {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-image-bg img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}

.bdp-post-grid .bdp-post-grid-content:hover .bdp-post-image-bg img {
    transition: .5s;
    transform: scale(1.1);
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-categories {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-categories a {
    margin: 0 1px 0 0;
    background: #0088ff;
    color: #fff;
    border: unset;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-categories a:hover {
    background: #000;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-title {
    margin: 0 0 5px 0 !important;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-title a:hover {
    color: #0088ff;
}

.bdp-post-grid .bdp-post-grid-content .bdp-post-meta {}

.bdp-post-grid .bdp-post-grid-content .bdp-post-meta span {
    margin: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.bdp-post-grid .bdp-post-grid-content .bdpp-post-meta-sep {
    margin: 0 5px !important;
}

.wrapper-menu .navbar-collapse.navbar-nav>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse.navbar-nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li.menu-item-has-children>a>i,
.wrapper-menu .navbar-collapse.navbar-nav>ul>li.menu-item-has-children>.sub-menu>li.menu-item-has-children>a>i {
    right: 0px;
}

.wrapper-inner-short-post {
    border: unset;
    text-align: left;
}

.wrapper-short-post-img {
    border-radius: 10px;
}

.wrapper-short-post-img img {
    width: 100% !important;
    height: 230px !important;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}

.post-categories {
    padding: 0;
}

.post-categories li {
    list-style: none;
    display: inline-block;
}

.wrapper-short-post-info {
    padding: 0;
}

.post-categories li a {
    margin: 0 1px 0 0;
    background: #0088ff;
    color: #fff;
    border: unset;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
    text-decoration: unset;
    line-height: normal;
}

.post-categories li a:hover {
    background: #000;
}

.wrapper-short-post-title>a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.wrapper-short-post-title>a:hover {
    color: #0088ff;
}

.wrapper-short-post-author-with-date {
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
}

.wrapper-short-post-separator {
    margin: 0 5px !important;
}

.wrapper-short-post-author-with-date>* {
    margin: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.wrapper-short-post-author-with-date i {
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-short-post-img {
    margin-bottom: 15px;
}

.post-categories {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    margin: 0 0 5px 0;
    font-weight: bold;
    color: #000;
    font-size: 20px;
}

.wrapper-short-post-title {
    margin: 0 0 5px 0 !important;
}

.wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu .mega-block-title {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 22px !important;
    text-transform: capitalize !important;
    margin: 0 0 10px 0 !important;
}

.wrapper-contact-us iframe {
    width: 100% !important;
    margin-top: 30px;
}

.wrapper-form-contact-us {
    padding: 50px 50px 50px 50px;
    background-color: #FBFBFB;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #dfdfdf;
    border-radius: 4px 4px 4px 4px;
}

.wrapper-contact-us h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}

.wrapper-form-contact-us form p {
    margin: 0;
}

.wrapper-form-contact-us form p label {
    width: 100%;
    font-size: 14px;
    margin-bottom: 15px;
}

.wrapper-form-contact-us form p label input,
.wrapper-form-contact-us form p label textarea {
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    width: 100%;
    padding: 10px;
}

.wrapper-form-contact-us form p .wpcf7-submit {
    background: #14558e;
    border: unset;
    border-radius: 5px;
    color: #fff;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    transition: .3s;
}

.wrapper-form-contact-us form p .wpcf7-submit:hover {
    background: #0088ff;
    transition: .3s;
}

.wrapper-info-contact-us {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wrapper-info-contact-us>p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}

.wrapper-info-contact-us>div {
    display: flex;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

.wrapper-info-contact-us>div>i {
    font-size: 30px;
    color: #08f;
    width: 10%;
    text-align: center;
    margin-right: 5px;
}

.wrapper-team {
    margin: 40px 0 30px !important;
}

.wrapper-team>h3 {
    text-align: center;
    margin: 30px 0 20px;
}

.wrapper-one-team {}

.wrapper-one-team img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.wrapper-one-team h3 {
    text-align: center;
    margin: 10px 0 0;
    color: #14558e;
    font-size: 24px;
}

.wrapper-one-team p {
    display: none;
}

.wrapper-one-team>h4 {
    color: #000;
    text-align: center;
}

.wrapper-recent-posts {}

.wrapper-recent-posts .single-recent-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wrapper-recent-posts .single-recent-post .post-img {
    margin: 0;
    margin-right: 15px;
    width: 80px;
}

.wrapper-recent-posts .single-recent-post .post-img img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 500px;
}

.wrapper-recent-posts .single-recent-post .post-title {
    padding: 0;
    width: 65% !important;
}

.wrapper-recent-posts .single-recent-post .post-title span {
    margin: 0;
    font-style: normal;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.wrapper-recent-posts .single-recent-post .post-title span i {
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-recent-posts .single-recent-post .post-title h5 {
    margin: 0;
}

.wrapper-recent-posts .single-recent-post .post-title h5 a {
    color: #08f;
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.wrapper-whats-new-posts {}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type {
    width: 60% !important;
    height: 440px;
    margin: 0 !important;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-whats-new-posts .single-whats-new-post {
    display: inline-flex;
    float: left;
    width: 49%;
    margin: 10px 0;
}

.wrapper-whats-new-posts .single-whats-new-post:nth-child(-n+4) {
    width: 39%;
    margin-left: 1%;
    margin-bottom: 20px;
    margin-top: 10px;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-img-whats-new-post {
    width: 100% !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-img-whats-new-post img {
    height: 440px !important;
    width: 100% !important;
    object-fit: cover !important;
}

.wrapper-img-whats-new-post {}

.wrapper-img-whats-new-post img {}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    align-items: flex-start !important;
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 30px !important;
    background: #00000061 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-title {
    margin: 10px 0 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-title a {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -moz-box !important;
    -moz-box-orient: vertical !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    line-clamp: 1 !important;
    box-orient: vertical !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 30px !important;
    text-shadow: 0px 0px 5px #0088ff !important;
    transition: .3s !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-title a:hover {
    transition: .3s !important;
    color: #0088ff !important;
    text-shadow: 0px 0px 5px #000000 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta {}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .author {
    color: #fff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .author i {
    color: #08f !important;
    margin-right: 5px !important;
    font-weight: 900 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .author a {
    color: #fff !important;
    text-transform: uppercase !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .separator {
    color: #fff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .date {
    color: #fff !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: bold !important;
    margin: 0 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .date i {
    color: #08f !important;
    margin-right: 5px !important;
    font-weight: 900 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-categories {
    margin: 0 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-categories a {
    border: unset !important;
    background: #08f !important;
    margin: 0px 5px 0 0 !important;
    font-size: 20px !important;
    color: #fff !important;
    padding: 5px 10px !important;
    text-decoration: underline !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-categories a:hover {
    transition: .3s !important;
    background: #000 !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-tags {
    margin: 0 !important;
    margin-top: 15px !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-tags a {
    background: #0088ff !important;
    padding: 5px !important;
    margin: 0 5px 0px 0 !important;
    display: inline-block !important;
    font-style: normal !important;
    font-weight: bold !important;
    color: #fff !important;
    text-decoration: underline !important;
}

.wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-tags a:hover {
    background: #000 !important;
}

.wrapper-desc-whats-new-post {
    width: 70%;
    padding: 0 10px;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-img-whats-new-post {
    width: 30%;
    border-radius: 10px;
    overflow: hidden;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-img-whats-new-post img {
    height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-categories {
    margin: 0;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-categories a {
    border: unset;
    text-decoration: underline;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-categories a:hover {
    color: #14558e;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-title {
    margin: 0;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    font-weight: bold;
    font-size: 20px;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-title a:hover {
    color: #000;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .author {}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .author i {
    color: #0088ff;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .author a {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .separator {
    color: #000;
    font-weight: bold;
    font-size: 18px;
    margin: 0 5px;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .date {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}

.wrapper-whats-new-posts .single-whats-new-post .wrapper-desc-whats-new-post .post-meta .date i {
    color: #0088ff;
}

.wrapper-whats-new-posts .single-whats-new-post .post-tags {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
}

.wrapper-whats-new-posts .single-whats-new-post .post-tags a {
    text-decoration: underline;
    color: #14558e;
    font-size: 14px;
    font-weight: bold;
    margin-right: 5px;
}

.wrapper-whats-new-posts .single-whats-new-post .post-tags a:hover {
    color: #000;
}

.wrapper-category-posts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wrapper-post-category {
    width: 24%;
    margin-bottom: 20px;
}

.wrapper-post-category .wrapper-img-post-category {
    overflow: hidden;
    border-radius: 10px;
}

.wrapper-post-category .wrapper-img-post-category img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 10px;
    transition: .5s;
}

.wrapper-post-category:hover .wrapper-img-post-category img {
    transition: .5s;
    transform: scale(1.1);
}

.wrapper-post-category .post-title {
    margin: 10px 0;
}

.wrapper-post-category .post-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    box-orient: vertical;
    font-weight: bold;
    color: #000;
    font-size: 24px;
}

.wrapper-post-category .post-title a:hover {
    color: #0088ff;
}

.wrapper-post-category .post-meta {}

.wrapper-post-category .post-meta .author {}

.wrapper-post-category .post-meta .author i {
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-post-category .post-meta .author a {
    text-transform: uppercase;
    color: #0088ff;
    font-weight: bold;
    font-size: 14px;
}

.wrapper-post-category .post-meta .separator {
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0 5px;
}

.wrapper-post-category .post-meta .date {
    margin: 0;
    font-style: normal;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
}

.wrapper-post-category .post-meta .date i {
    color: #08f;
    margin-right: 5px;
    font-weight: 900;
}

.wrapper-post-category .post-categories {
    margin: 0;
    margin-top: 5px;
}

.wrapper-post-category .post-categories a {
    margin: 0 1px 0 0;
    background: #0088ff;
    color: #fff;
    border: unset;
    padding: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.wrapper-post-category .post-categories a:hover {
    background: #000;
}

@media (max-width: 1399px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
        padding: 20px 5px;
    }
}

@media (max-width: 1299px) {
    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-image-bg img {
        height: 420px;
    }
}

@media (max-width: 1199px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
        padding: 20px 3px;
    }

    .bdp-post-grid-main .bdp-post-grid {
        width: 50%;
        clear: unset !important;
    }

    #footer .container>.row .wrapper-footer-tags,
    #footer .container>.row .wrapper-recent-posts,
    #footer .container>.row .wrapper-categories,
    #footer .container>.row .wrapper-footer-our-contacts {
        width: 50%;
    }

    .wrapper-short-post {
        width: 50%;
    }

    .wrapper-whats-new-posts .single-whats-new-post:first-of-type {
        width: 100% !important;
    }

    .wrapper-whats-new-posts .single-whats-new-post:nth-child(-n+4) {
        width: 49%;
        margin: 10px 0;
    }

    .wrapper-post-category {
        width: 49%;
    }
}

@media (max-width: 991px) {
    .wrapper-custom-logo-link {
        text-align: center;
    }

    div.soc_links ul,
    .top_soc_links ul {
        justify-content: center;
    }

    .wrapper-menu>.container {
        width: 100%;
        padding: 0 20px;
        max-width: 100%;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block {
        width: 100%;
        margin-bottom: 20px;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-inline-grid {
        width: 100% !important;
    }

    .bdp-post-grid-main,
    .bdp-list-main,
    .bdpgridbox-main,
    .bdp-post-masonry {
        margin: 0;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item {
        width: auto;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 16px;
        padding: 20px 10px;
    }

    .wrapper-menu .navbar-collapse.navbar-nav>li,
    .wrapper-menu .navbar-collapse.navbar-nav>ul>li {
        width: 100%;
    }

    .wrapper-whats-new-posts .single-whats-new-post:nth-child(-n+4),
    .wrapper-whats-new-posts .single-whats-new-post {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 14px;
        padding: 20px 5px;
    }
}

@media (max-width: 768px) {
    #mega-menu-wrap-primary_menu .mega-menu-toggle+#mega-menu-primary_menu {
        display: none;
    }

    .wrapper-menu {
        padding: 20px 0 !important;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated {
        border: 2px solid #000000;
        padding: 15px 15px 25px;
        background: #08f;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner,
    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before,
    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
        background-color: #000000;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu .mega-menu-toggle.mega-menu-open+#mega-menu-primary_menu {
        margin-top: 10px;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a {
        text-align: left;
        padding: 10px;
    }

    .wrapper-menu #mega-menu-wrap-primary_menu #mega-menu-primary_menu>li.mega-menu-item>a.mega-menu-link {
        font-size: 18px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .soc_links ul li a {
        height: 35px;
        width: 35px;
        font-size: 14px;
    }

    .bdp-post-grid-main .bdp-post-grid {
        width: 100%;
    }

    #footer .container>.row .wrapper-footer-tags,
    #footer .container>.row .wrapper-recent-posts,
    #footer .container>.row .wrapper-categories,
    #footer .container>.row .wrapper-footer-our-contacts {
        width: 100%;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-meta span {
        display: block;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-meta span.bdpp-post-meta-sep {
        font-size: 0;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-title {
        bottom: 125px;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-categories {
        bottom: 175px;
    }

    .wrapper-short-post {
        width: 100%;
    }

    .wrapper-post-category {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-image-bg img {
        height: 350px;
    }

    .wrapper-main-posts .bdpgridbox-main .bdp-gridbox-inner .bdp-left-block .bdp-post-title a {
        font-size: 26px;
    }

    .wrapper-info-contact-us>div>i {
        width: 20%;
    }

    .wrapper-form-contact-us {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post {
        padding: 10px !important;
    }

    .wrapper-whats-new-posts .single-whats-new-post .wrapper-img-whats-new-post,
    .wrapper-desc-whats-new-post {
        width: 100%;
    }

    .wrapper-whats-new-posts .single-whats-new-post {
        flex-wrap: wrap;
    }

    .wrapper-whats-new-posts .single-whats-new-post .wrapper-img-whats-new-post img {
        height: 200px;
    }
}

@media (max-width: 375px) {
    .wrapper-whats-new-posts .single-whats-new-post:first-of-type {
        height: 360px;
    }

    .wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .author,
    .wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .date {
        width: 100%;
        display: block;
    }

    .wrapper-whats-new-posts .single-whats-new-post:first-of-type .wrapper-desc-whats-new-post .post-meta .separator {
        display: none;
    }
}

.navbar-toggler:has(+ .mega-menu-wrap) {
    display: none !important;
}