.slick-slider {
    padding: 0;
}

.slick-next {
    top: 50%;
    right: 30px;
}

.slick-prev {
    top: 50%;
    left: 30px;
    z-index: 1;
}

#vromon-slick .slick-next {
    top: 30%;
    right: 30px;
}

#vromon-slick .slick-prev {
    top: 30%;
    left: 30px;
    z-index: 1;
}

#bioscope-slick .slick-next {
    top: 40%;
    right: 30px;
}

#bioscope-slick .slick-prev {
    top: 40%;
    left: 30px;
    z-index: 1;
}

.slick-prev:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f060";
    font-size: 1.5rem;
}

.slick-next:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f061";
    font-size: 1.5rem;
}

/* scrollmenu */
.scrollmenu {
    overflow-x: auto;
    white-space: nowrap;
    border-top: 1px solid #f8f9fa;
    text-align: center;
}

.scrollmenu a {
    display: inline-block;
    color: #fff;
    text-align: center;
    padding: 11.5px;
    font-size: 14px;
    text-decoration: none;
}

.scrollmenu a:hover {
    color: #ff9900;
}

/* .page-box:hover{
    opacity: 0.6;
}
.page-box .img-fluid:hover{
    opacity: 0.6;
} */
.page-box img {
    opacity: 1;
    transition: 0.5s ease;
}

.page-box:hover .img-fluid {
    opacity: 0.5;
}

.page-box {
    transition: 0.5s ease;
}

.page-box:hover {
    opacity: 1;
    background: rgba(100, 100, 100, 0.4);
}

/*
-----------------------home page--------------------------
*/
.home_writer {
    background: #ece9ea url("images/map2.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
}

.home-writer-title {
    color: #ff9900;
    padding-bottom: 70px;
}

.home-writer-title h3,
h5 {
    margin: 0;
}

.home-writer-title h3 {
    font-size: 28px;
}

.home-writer-title h5 {
    font-size: 18px;
}

#home_writer_slick {
    border-top: 5px solid #aaa;
    border-bottom: 5px solid #aaa;
    padding: 8px 0 2px 0;
}

.home-writer-quote {
    padding-top: 70px;
}

.home-writer-quote p,
h5 {
    margin: 0;
}

.home-writer-quote p {
    font-size: 14px;
}

.home-writer-quote h5 {
    padding-top: 10px;
    font-size: 28px;
}

/* home_sirsojog */
#home_sirsojog .carousel-caption {
    bottom: 30%;
}

#home_sirsojog .short-info {
    text-align: left;
}

#home_sirsojog .short-info h5 {
    font-size: 28px;
    line-height: 35px;
}

#home_sirsojog .short-info p {
    font-size: 14px;
    line-height: 30px;
}

/* home_vromon_kahini */
#home_vromon_kahini .short-info {
    position: absolute;
    right: 0;
    bottom: 30%;
    left: 0;
    color: #fff;
    text-align: left;
}

#home_vromon_kahini .short-info h5 {
    font-size: 30px;
    line-height: 35px;
}

#home_vromon_kahini .short-info p {
    font-size: 14px;
}

#home_vromon_kahini .top-header {
    position: absolute;
    top: 0;
    z-index: 1;
    padding: 8px 0;
}

#home_vromon_kahini .top-header h5 {
    margin: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
}

#home_vromon_kahini .item-indicators {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 15;
}

#home_vromon_kahini .item-indicators .carousel-indicators {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-flex;
    max-width: 100%;
}

#home_vromon_kahini .item-indicators .carousel-indicators li {
    box-sizing: border-box;
    flex: 1 1 0;
    width: 100%;
    height: auto;
    margin: 0;
    text-indent: initial;
    background: none;
    border: none;
    border-top: 4px solid rgba(255, 255, 255, 0.4);
    padding: 7px 0 7px 20px;
    opacity: 1;
    transition: opacity 2s linear;
}

#home_vromon_kahini .item-indicators .carousel-indicators li.active,
#home_vromon_kahini .item-indicators .carousel-indicators li:hover {
    border-top: 4px solid rgba(255, 255, 255, 1);
}

#home_vromon_kahini .item-indicators .carousel-indicators li h5 {
    margin: 0;
    font-size: 18px;
    color: #fff;
}

#home_vromon_kahini .item-indicators .carousel-indicators li p {
    margin: 0;
    padding: 4px 0;
    font-size: 14px;
    color: #ff9900;
}

#home_vromon_kahini .item-indicators .carousel-indicators li span {
    margin: 0;
    font-size: 12px;
    color: #fff;
}

#home_vromon_kahini .item-read-more {
    font-size: 14px;
    color: #fff;
    padding: 15px;
}

#home_vromon_kahini .item-read-more .left-border {
    border-left: 2px solid #fff;
    padding: 20px 0;
}

#home_vromon_kahini .item-read-more span {
    border-right: 1px solid #fff;
    padding: 5px;
    margin-right: 10px;
}

@media (max-width: 991px) {
    #home_vromon_kahini .item-indicators .carousel-indicators li p {
        display: none;
    }

    #home_vromon_kahini .item-indicators .carousel-indicators li:not(.active) {
        display: none;
    }

    #home_vromon_kahini .item-indicators .carousel-indicators li {
        opacity: 0;
    }

    #home_vromon_kahini .item-indicators .carousel-indicators li.active {
        opacity: 1;
    }
}

/* home_vromon_bisayok */
#home_vromon_bisayok {
    background-color: #E6E7E9;
}

#home_vromon_bisayok .top-header {
    background-color: #727473;
    padding: 8px 0;
    margin-bottom: 20px;
}

#home_vromon_bisayok .top-header h5 {
    margin: 0;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
}

.home_vromon_bisayok_box {
    text-align: center;
}

.home_vromon_bisayok_box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 10px;
    border: 3px solid #ffc107;
    z-index: 1;
}

.home_vromon_bisayok_box .content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px 0 10px;
}

.home_vromon_bisayok_box .content h5 {
    margin: 0;
    font-size: 18px;
}

.home_vromon_bisayok_box .content span {
    font-size: 12px;
    padding: 5px 0;
}

.home_vromon_bisayok_box:hover .content p {
    display: block !important;
    font-size: 13px;
}

.home_vromon_bisayok_box:hover {
    color: #fff;
    background-color: #AFB0B2;
}

/* home-charon-chobi-box */
.home-charon-chobi-box {
    position: relative;
    max-width: 100%;
}

.home-charon-chobi-box img {
    vertical-align: middle;
}

.home-charon-chobi-box .content {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.home-charon-chobi-box:hover .content {
    display: block;
}

.home-charon-chobi-box .content h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-charon-chobi-box .content span {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
}

/* home-biscope-box */
.home-biscope-box {
    position: relative;
    max-width: 100%;
    padding: 0 1px;
}

.home-biscope-box img {
    vertical-align: middle;
}

.home-biscope-box .content {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.home-biscope-box:hover .content {
    display: block;
}

.home-biscope-box .content h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-biscope-box .content h5 i {
    background: red;
    color: #fff;
    font-size: 40px;
    padding: 8px 10px;
}

/* scroll */
.scroll {
    background-color: #E6E7E9;
    padding: 10px 0;
}

.scroll h5 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    border-right: 1px solid #000;
    display: inline;
    padding-right: 15px;
}

.scroll a {
    font-size: 14px;
}

.home-barta {
    background-color: #BEBFC1;
}

.home-barta-box {
    border: 1px solid #aaa;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home-barta-box img {
    padding-top: 25px;
}

.home-barta-box .content {
    padding: 25px 0;
    color: #fff;
    text-align: center;
}

.home-barta-box .content h5 {
    margin: 0;
    font-size: 18px;
}

.home-barta-box .content p {
    margin: 0;
    padding-top: 5px;
    font-size: 14px;
}

/* home-publication */
.home-publication {
    position: relative;
    padding: 40px 0;
}

.home-publication .top-header {
    position: absolute;
    top: 0;
}

.home-publication .top-header h5 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

.home-publication .home-publication-top-bg {
    position: absolute;
    top: 0;
    height: 40%;
    width: 100%;
    background-color: #BEBFC1;
}

.home-publication .home-publication-bottom-bg {
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: #BEBFC1;
}

/* home-movie */
.home-movie {
    position: relative;
    padding: 40px 0;
}

.home-movie .top-header {
    position: absolute;
    top: 0;
}

.home-movie .top-header h5 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

.home-movie .home-movie-top-bg {
    position: absolute;
    top: 0;
    height: 40%;
    width: 100%;
    background-color: #BEBFC1;
}

.home-movie .home-movie-bottom-bg {
    position: absolute;
    bottom: 0;
    height: 30%;
    width: 100%;
    background-color: #BEBFC1;
}

/* home_general_vromom */
.home_general_vromom {
    padding: 30px 0;
    background-color: #E6E7E9;
}

.home_general_vromom .top-header h5 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

/* home_choronty_vromom */
.home_choronty_vromom {
    background-color: #E6E7E9;
}

.home_choronty_vromom .top-header h5 {
    margin: 0;
    padding: 10px;
    font-size: 16px;
}

/*
-----------------------batayon page--------------------------
*/

/* top author */
.author-box {
    position: relative;
    text-align: center;
}

.author-box img {
    opacity: 1;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.author-box:hover img {
    opacity: 0.5;
}

.author-box .author-block-name {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: rgba(100, 100, 100, 0.5);
    padding: 5px 0;
    color: #fff;
}

.author-box .author-block-name a {
    color: #fff;
    font-size: 18px;
}

.author-box:hover .author-block-name {
    display: none;
}

.author-box .author-content {
    position: relative;
    display: none;
}

.author-box:hover .author-content {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    top: 15px;
    background: rgba(100, 100, 100, 0.5);
}

.author-box:hover .author-content .author-item {
    position: absolute;
    top: 30%;
    padding: 10px 0;
    color: #fff;
}

.author-box:hover .author-item a {
    font-size: 18px;
}

.author-box:hover .author-item p {
    font-size: 12px;
}

/* .author-box-inner */
.author-box-inner {
    position: relative;
    text-align: center;
}

.author-box-inner img {
    opacity: 1;
    transition: 0.5s ease;
    backface-visibility: hidden;
}

.author-box-inner:hover img {
    opacity: 0.5;
}

.author-box-inner .author-block-name {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    background: rgba(100, 100, 100, 0.5);
    padding: 5px 0;
    color: #fff;
}

.author-box-inner .author-block-name a {
    color: #fff;
    font-size: 18px;
}

.author-box-inner:hover .author-block-name {
    display: none;
}

.author-box-inner .author-content {
    position: relative;
    display: none;
}

.author-box-inner:hover .author-content {
    display: block;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    top: 15px;
    background: rgba(100, 100, 100, 0.5);
}

.author-box-inner:hover .author-content .author-item {
    position: absolute;
    top: 30%;
    padding: 10px 0;
    color: #fff;
}

.author-box-inner:hover .author-item a {
    font-size: 18px;
}

.author-box-inner:hover .author-item p {
    font-size: 12px;
}

/* photographer */
.photographer-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.photographer-box .content {
    width: 165px;
    height: 165px;
    padding: 20px;
}

.photographer-box .content img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px solid #aaa;
}

/* book-cover */
.book-cover {
    border: 1px solid #ccc;
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.book-cover .content {
    position: absolute;
    top: 60px;
}

.book-cover .content h5 {
    margin: 0;
    color: #FAF70D;
    font-size: 18px;
    padding: 0 40px;
    text-align: center;
}

.book-content {
    padding-top: 40px;
}

.book-content .title {
    border-bottom: 1px solid #ccc;
}

.book-content .title h5 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.book-content .title p {
    margin: 0;
    padding: 5px 0;
    font-size: 14px;
}

.book-content .content {
    padding: 15px 0;
}

.book-content .content p {
    font-size: 14px;
}

/* batayon-vromon */
#vromon-slick {
    height: 416px;
    border-bottom: 5px solid #000;
    margin: 0 0.15rem;
}

/* #vromon-bishoyok-slick{
    height: 416px;
    border-bottom: 5px solid #000;
    margin: 0 0.15rem;
} */
.vromon-box-2 {
    text-align: center;
    position: relative;
    height: 416px;
}

.vromon-box-2 img {
    border-bottom: 5px solid rgba(100, 100, 100, 0.5);
}

.vromon-box-2 .vromon-box-2-before h5 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    padding: 50px 0;
}

.vromon-box-2 .vromon-box-2-after {
    display: none;
    padding: 30px 0;
}

.vromon-box-2:hover .vromon-box-2-before {
    display: none;
}

.vromon-box-2:hover .vromon-box-2-after {
    background: #B1B1B1;
    border-bottom: 5px solid #B1B1B1;
    height: 140px;
    display: block;
    color: #fff;
}

#vromon-bishoyok-slick .vromon-box-2:hover .vromon-box-2-after {
    background: #B1B1B1;
    border-bottom: 5px solid #B1B1B1;
    height: 172px;
    display: block;
    color: #fff;
}

.vromon-box-2:hover .vromon-box-2-after h5 {
    margin-bottom: 10px;
    padding: 0;
}

.vromon-box-2:hover .vromon-box-2-after p {
    margin: 0;
    padding: 0;
}

/* charon-chobi-box-container-one */
.charon-chobi-box-container-one {
    position: relative;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.charon-chobi-box-container-one img {
    vertical-align: middle;
}

.charon-chobi-box-container-one .after-content {
    padding: 20px 20px;
    width: 100%;
    display: none;
}

.charon-chobi-box-container-one .after-content h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.charon-chobi-box-container-one .after-content p {
    margin: 0;
    font-size: 14px;
}

.charon-chobi-box-container-one .after-content span {
    font-size: 13px;
    display: block;
    margin-top: 10px;
    padding: 10px 0;
    /* border-top: 1px solid #a1a1a1; */
}

.charon-chobi-box-container-one .before-content {
    position: absolute;
    bottom: 30px;
}

.charon-chobi-box-container-one .before-content h5 {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.charon-chobi-box-container-one:hover .before-content {
    top: 0;
    text-align: center;
    padding-top: 30%;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.4); */
    display: block;
    z-index: 10;
}

.charon-chobi-box-container-one:hover .before-content h5 {
    color: #fff;
    font-size: 22px;
}

.charon-chobi-box-container-one:hover .after-content {
    text-align: center;
    /* background-color: #fff; */
    background-color: rgba(255, 255, 255, 0.7);
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 20;
}

/* bioscope-box */
.bioscope-box img {
    /* border: 5px solid grey; */
    border-radius: 15px;
}

.bioscope-box .content {
    padding: 30px 20px;
}

.bioscope-box .content a {
    font-size: 22px;
}

.bioscope-box .content span {
    font-size: 18px;
}

.bioscope-iframe iframe {
    border-radius: 10px;
    border: 5px solid grey;
}

.bioscope-iframe:hover iframe {
    border-radius: 10px;
    border: 5px solid rgb(228, 225, 225);
}

/* batayon-box */
.batayon-box {
    border: 1px solid gray;
    text-align: left;
}

.batayon-box .content {
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    padding-right: 20px;
}

/*
.batayon-box:hover {
    color: #fff;
    background: rgba(100, 100, 100, 0.5);
} */

.batayon-box .content h5 {
    margin-bottom: 5px;
    font-size: 18px;
}

.batayon-box .content p {
    font-size: 14px;
    line-height: 24px;
}

.batayon-box .content span {
    font-size: 12px;
    margin-bottom: 5px;
}

.carankatha {
    text-align: center;
}

.carankatha .top-menu {
    padding-top: 22px;
}

.carankatha .top-menu a {
    font-size: 14px;
}

.carankatha h2 {
    font-size: 28px;
    margin: 0;
    padding: 15px 0;
}

/* carankatha-box */
.carankatha-box {
    text-align: center;
    padding-bottom: 50px;
}

.carankatha-box img {
    position: relative;
}

.carankatha-box .content {
    position: relative;
    top: -8px;
    padding: 20px 0;
    border-bottom: 1px solid #000;
    border-top: 8px solid #ff9900;
    display: inline-block;
}

.carankatha-box .content h5 {
    margin: 0;
    font-size: 22px;
    padding-bottom: 12px;
    color: #ff9900;
    display: block;
}

.carankatha-box .content h5:hover,
.carankatha-box .content h5 a:hover {
    color: #aaa !important;
}

.carankatha-box .content span {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
}

.carankatha-box .content h4 {
    margin: 0;
    font-size: 22px;
    padding: 5px 0;
}

.carankatha-box .content p {
    margin: 0;
    font-size: 16px;
}

/* charanchobi-> gallery */
.caranchobi-gallery-box {
    text-align: center;
    position: relative;
    max-width: 100%;
}

.caranchobi-gallery-box img {
    vertical-align: middle;
}

.caranchobi-gallery-box .content {
    display: none;
}

.caranchobi-gallery-box:hover .content {
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.caranchobi-gallery-box .content h5 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.caranchobi-gallery-box .content p {
    margin-top: 10px;
}

.picture-box {
    position: relative;
    background: rgba(100, 100, 100, 0.5);
    color: #fff;
}

.picture-box:hover {
    background: rgba(100, 100, 100, 0.5);
}

.picture-box:hover img {
    position: relative;
    z-index: -2;
    background: rgba(100, 100, 100, 0.5);
}

/*
-----------------------sarothi page--------------------------
*/
.sarothi-top-poribar h5 {
    font-size: 16px;
    color: #fff;
}

/* sarothi-box-container-one */
.sarothi-box-container-one {
    text-align: center;
    position: relative;
    max-width: 100%;
}

.mlr025rem {
    margin: 0 0.15rem;
}

.sarothi-box-container-one img {
    vertical-align: middle;
}

.sarothi-box-container-one .content {
    position: absolute;
    bottom: 25px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sarothi-box-container-one .content h5 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.sarothi-box-container-one .content p {
    margin-top: 10px;
    display: none;
}

.sarothi-box-container-one:hover .content {
    top: 25px;
}

.sarothi-box-container-one:hover .content p {
    display: block;
}

/* sarothi-box-container-two */
.sarothi-box-container-two {
    position: relative;
    max-width: 100%;
    border: 1px solid #fff;
    padding-bottom: 20px;
}

.sarothi-box-container-two .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.sarothi-box-container-two .content h5 {
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
    font-size: 20px;
}

.sarothi-box-container-two .content p {
    margin: 0px;
}

.sarothi-box-container-two:hover {
    border: 1px solid grey;
    /* padding-bottom: 25px; */
}

/* sarothi-box-container-three */
.sarothi-box-container-three {
    position: relative;
    max-width: 100%;
}

.sarothi-box-container-three img {
    vertical-align: middle;
}

.sarothi-box-container-three .content {
    position: absolute;
    bottom: 25px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sarothi-box-container-three .content h5 {
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.sarothi-box-container-three .content p {
    margin-top: 10px;
    display: none;
}

.sarothi-box-container-three:hover .content {
    top: 25px;
}

.sarothi-box-container-three:hover .content p {
    display: block;
}

/* sarothi-box-container-four */
.sarothi-box-container-four {
    position: relative;
    max-width: 100%;
}

.sarothi-box-container-four img {
    vertical-align: middle;
}

.sarothi-box-container-four .content {
    position: absolute;
    bottom: 0;
    left: 5%;
    right: 5%;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 90%;
    padding: 9px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sarothi-box-container-four .content h5 {
    color: #f1f1f1;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.sarothi-box-container-four .content p {
    color: #f1f1f1;
    margin: 0;
    display: none;
}

.sarothi-box-container-four:hover .content {
    top: 50%;
}

.sarothi-box-container-four:hover .content h5 {
    padding: 5px;
    border-bottom: 2px solid #f1f1f1;
    margin-bottom: 10px;
}

.sarothi-box-container-four:hover .content p {
    display: block;
    margin-bottom: 3px;
}

.sarothi-bottom-poribar h5 {
    font-size: 16px;
}

/*
-----------------------kisholoy page--------------------------
*/
.kisholoy-top-poribar h3 {
    font-size: 25px;
    padding-top: 45px;
    margin: 0;
    color: #fcb100;
}

/* kisholoy-box-one */
.kisholoy-box-one:hover img,
.kisholoy-box-right-one:hover img {
    transform: scale(1.3);
}

.kisholoy-box-one:hover .content,
.kisholoy-box-right-one:hover .content {
    position: relative;
    color: #fff;
}

.kisholoy-box-one h5,
.kisholoy-box-right-one h5 {
    margin: 0;
    font-size: 24px;
}

.kisholoy-box-one span,
.kisholoy-box-right-one span {
    width: 75%;
    overflow: hidden;
    transition: .3s ease-in-out;
}

.kisholoy-box-one:hover span {
    position: absolute;
    border-bottom: 1px solid #fff;
    left: 0;
    top: 52%;
}

.kisholoy-box-right-one:hover span {
    position: absolute;
    border-bottom: 1px solid #fff;
    right: 0;
    top: 52%;
}

.kisholoy-img-box-one {
    overflow: hidden;
}

.kisholoy-img-box-one img {
    transition: .3s ease-in-out;
}


/* SINGLE PAGE CSS */
.vromon-kahini-detail {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 600px;
    max-height: 600px;
}

.vromon-kahini-detail .content {
    background: rgba(100, 100, 100, 0.5);
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    padding: 10px 0;
    color: #fff;
}

.vromon-kahini-detail .content .menu {
    margin-bottom: 10px;
}

.vromon-kahini-detail .content .menu a {
    color: #fff;
    font-size: 14px;
}

.vromon-kahini-detail .content h5 {
    margin: 0;
    font-size: 30px;
    padding: 5px 0;
    color: #fff;
}

.vromon-kahini-detail .content span {
    font-size: 12px;
    color: #fff;
}

.article .author-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    padding: 30px;
    line-height: 24px;
}

.article .author-info img {
    max-width: 100px;
}

.article .author-info a {
    color: #000;
    font-size: 15px;
    margin-bottom: 10px;
}

.article .content {
    padding-top: 30px;
}

/* tribute */
.tribute {
    background-color: #AAABAF;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 150px;
}

.tribute-image {
    position: absolute;
    top: -300px;
    left: 0;
    right: 0;
    bottom: 0;
}

.tribute img {
    border: 1px solid #AAABAF;
}

.tribute .content {
    text-align: center;
}

.tribute .content h5 {
    margin: 0;
    padding: 15px 0;
    font-size: 30px;
    color: #ffff;
}

.tribute .content p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}


/*  */
.vromon-layout {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vromon-layout .image-wrapper {
    position: relative;
    overflow: hidden;
}

.vromon-layout .image-wrapper .link {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vromon-layout .image-wrapper .link img {
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.vromon-layout .image-wrapper .link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}

.vromon-layout .image-wrapper .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    z-index: 5;
}

.vromon-layout .image-wrapper .title-wrapper .title {
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.vromon-layout .image-wrapper .title-wrapper .title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffdd00;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.vromon-layout .image-wrapper .title-wrapper .title:hover {
    color: #ffdd00;
}

.vromon-layout .image-wrapper .title-wrapper .title:hover:before {
    width: 100%;
}

.vromon-layout .content-wrapper {
    background-color: #fff;
}

.vromon-layout .content-wrapper>.content {
    padding: 20px;
    text-align: center;
    height: 70px;
}

.vromon-layout .content-wrapper>.content>.text {
    margin-bottom: 20px;
    display: none;
}


.vromon-layout:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.vromon-layout:hover .content-wrapper {
    background-color: #858688;
    color: #fff;
}

.vromon-layout:hover .content-wrapper .text {
    display: block;
}

.vromon-layout:hover .image-wrapper .link {
    filter: blur(1px);
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
}

.vromon-layout:hover .image-wrapper .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.vromon-layout:hover .image-wrapper .link:before {
    top: -20%;
}

/*  */
.label-tag {
    position: absolute;
    z-index: 10;
    top: 10px;
    left: 15px;
    height: 34px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.label-tag .text,
.label-tag .link-all {
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 14px;
}

/*
.label-tag:hover .text,
.label-tag:hover .link-all {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
} */

/* Charon Chobi Detail Page */
.charon-chobi-detail-cover {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    height: 600px;
    max-height: 600px;
}

.charon-chobi-detail {
    /* position: sticky; */
    top: 64px;
    z-index: 5;
}

.short_title {
    background-color: #E6E7E9;
    padding: 15px 0;
}

.long_desc {
    padding: 15px 0;
}

/* Details Responsive  */

.img-size img {
    width: 720px !important;
    height: 540px !important;
}

@media only screen and (min-width: 768px) {

    .image img,
    p img,
    .img-size img {
        width: 100%;
        height: auto;
    }
}

.section-title-one h3 {
    font-size: 24px;
}

.carankatha-title {
    font-size: 24px !important;
}
