/*
Theme Name: Bnttp
Theme URI: https://facebook.com/ronytarafder99/
Author: Rony Tarafder
Author URI: https://wesoftpress.com/
Description: This WordPress magazine theme that combines a clean, minimalist feel with a full featured theme.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.6
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
*/

body {
    background-image: url('./assets/images/home_bg.jpeg');
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.home_page_post_section img {
    width: 100%;
    height: 225px;
    object-fit: cover;
    display: block;
}

.home_hero {
    margin-top: 15px;
}

.hero_image {
    position: relative;
}

.hero_image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.hero_image span {
    font-size: 25px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 47%;
    border-left: 3px solid red;
    background-color: #99C2FF;
    padding: 10px;
}

.three_boxs {
    display: flex;
    width: 90%;
    margin: -125px auto 0 auto;
    position: relative;
    z-index: 1;
}

.three_boxs h3 {
    font-size: 20px;
}

.three_boxs a {
    font-size: 18px;
    display: block;
    margin: 10px 0;
}

.three_boxs .box_one {
    padding: 20px;
    flex: 1;
    background-color: #007BC3;
    color: #fff;
}

.three_boxs .box_one a {
    color: #fff;
}

.three_boxs .box_two {
    padding: 20px;
    flex: 1;
    background-color: #99C2FF;
    color: #222;
}

.three_boxs .box_two a {
    color: #222;
}

.three_boxs .box_three {
    padding: 20px;
    flex: 1;
    background-color: #007BC3;
    color: #fff;
}

.three_boxs .box_three a {
    color: #fff;
}

.three_boxs a:hover {
    color: #850002;
}

div.title_part {
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}

.publiser_menu {
    display: flex;
}

.publiser_menu>div {
    flex: 1;
}

.footer_logo img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.page_title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 30px 0;
}

.footer_social_part {
    margin-top: 15px;
    justify-content: center;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 36%;
    border: 2px #fff solid !important;
    width: 30px;
    height: 30px;
    background: #99C2FF !important;
    border-radius: 50%;
    font-size: 23px;
    color: #fff !important;
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.partner_owl img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.partner_owl {
    margin-bottom: 15px;
}

table {
    width: 100%;
    border: 1px dashed #BBB;
}

td {
    border: 1px dashed #BBB;
    text-align: center;
    padding: 5px;
}