* {
    padding: 0;
    margin: 0;
}

body {
    font-family: 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 13px;
    line-height: 1.75;
    margin: 0;
    text-align: left;
    background-color: #fff;
    font-weight: 400;
    color: #282828;
    padding-bottom: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #000;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: 700;
    margin: 0px;
    background: none;
    line-height: 1.6em;
    color: #212121;
}

p {
    position: relative;
    line-height: 1.8em;
}

.strike-through {
    text-decoration: line-through;
}

.page_container {
    position: relative;
    margin: 0 auto;
    width: 85%;
    min-width: 300px;
}

img {
    display: inline-block;
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.blackside {
    width: auto;
    width: inherit;
}
.sticky-div.fixed{
    position:fixed;
}
.sticky-div.footstick{
    position:absolute; 
    bottom:0; 
    top:inherit!important;
}
/* -------------------------main Part------------------------- */

header {
    background: #fff;
    position: relative;
    padding: 15px 0;
}
.logo{
    width: 174px;
    height: 86px;
    padding: 0;
    margin: 0 auto;
}
.logo img {
    width: auto;
}
.logosm{
    font-family: "Permanent Marker", cursive;
    font-size: 18px;
    color: #1a1a1a;
    margin-top: 140%;
    letter-spacing: 2px;
}
.slogan{
    font-family: "Noto Sans Bengali", sans-serif;
    font-size: 18px;
    color: #1a1a1a;
    margin-top: 10px;
    text-align: center;
}

/* ------------------------------------------------------------------- */

.site_menu {
    background: #00aeee;
    padding: 0;
    height: auto;
}

.rbar {
    display: none;
}

.news{
    width: 100%;
    height: auto;
    padding: 20px 0 30px 0;
    margin: 0;
}
.news .nbox{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.news .nbox .pic{
    position: relative;
    width: 100%;
    height: auto;
}
.news .nbox .pic img{
    width: 100%;
    height: auto;
}
.news .nbox .pic .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 125%, rgba(0, 0, 0, 1) 125%);
    top: 0;
    left: 0;
}
.news .nbox .pic .overlay .bottom{
    position: absolute;
    bottom: 0;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
}
.news .nbox .pic .overlay .bottom .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: normal;
    font-weight: 600;
}
/* --------------------------------------Main Heading--------------------------------------------- */
.mainPart{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.mainHeading{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: solid 4px #2196f3;
}
.mainHeading h2{
    background: #2196f3;
    padding: 10px 45px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
/* --------------------------------------Sub Heading--------------------------------------------- */
.subHeading{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #a5a5a5;
}
.subHeading h2{
    padding: 11px 0;
    display: inline-block;
    color: #313131;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    display: block;
}
.subHeading h2:after{
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #2196f3;
    bottom: 0;
    left: 0;
}
/* --------------------------------------Story Box--------------------------------------------- */
.storyBox{
    width: 100%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #2196f3;
}
.storyBox .pic{
    width: 100%;
    height: 200px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.storyBox .pic img{
    width: 100%;
    height: auto;
}
.storyBox .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 20px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    margin-top: 20px;
}
.storyBox .publish{
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0;
}
.storyBox .publish span{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}
.storyBox p{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: normal;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
/* --------------------------------------Story Box Small--------------------------------------------- */
.storyBoxsm{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}
.storyBoxsm .content{
    display: flex;
    align-items: center;
}
.storyBoxsm .content .pic{
    width: 40%;
    height: auto;
    padding: 0;
    margin: 0;
}
.storyBoxsm .content .pic img{
    width: 100%;
    height: auto;
}
.storyBoxsm .content .detail{
    width: 60%;
    height: auto;
    padding: 0 0 0 18px;
    margin: 0;
}
.storyBoxsm .content .detail .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 16px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    margin-top: 20px;
}
.storyBoxsm .content .detail .date{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}
/* --------------------------------------Social--------------------------------------------- */
.social{
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    display: block;
}
.social ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.social ul li{
    width: 50%;
    margin-bottom: 20px;
}
.social ul li a{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    text-transform: uppercase;
}
/* --------------------------------------Links--------------------------------------------- */
.links{
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin: 0;
    display: block;
}
.links ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}
.links ul li{
    width: 50%;
    margin-bottom: 10px;
}
.links ul li a{
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    text-transform: uppercase;
}
/* --------------------------------------RECENT--------------------------------------------- */
.recent{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 20px 0;
}
.recent .pic{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
}
.recent .pic img{
    width: 100%;
    height: auto;
}
.recent .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 16px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    margin-top: 20px;
}
.recent .date{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}
/* --------------------------------------Category--------------------------------------------- */
.category{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    display: block;
}
.category ul{
    list-style-type: none;
}
.category ul li{
    width: 100%;
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}
.category ul li a{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.category ul li span{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}
/* --------------------------------------popular--------------------------------------------- */
.popular{
    width: 100%;
    height: auto;
    padding: 0 0 20px;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #ccc;
}
.popular .pic{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.popular .pic img{
    width: 100%;
    height: auto;
}
.popular .category {
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #2196f3;
    line-height: normal;
    margin-bottom: 15px;
}
.popular .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 20px;
    color: #313131;
    line-height: normal;
    font-weight: 800;
    margin-top: 20px;
}
.popular .publish{
    width: 100%;
    height: auto;
    margin: 5px 0 20px 0;
}
.popular .publish span{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}
.popular p{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 14px;
    color: #313131;
    line-height: normal;
    text-align: justify;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4; 
    -webkit-box-orient: vertical;
    margin-bottom: 0;
}
/* ----------------------------------------------footer--------------------------- */

footer {
    background: #131313;
    height: auto;
    padding: 30px 0;
    margin: 30px 0 0 0;
}

footer .footer-info h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    position: relative;
    padding: 0 0 15px;
    margin-bottom: 10px;
    border-bottom: solid 1px #212121;
}
footer .footer-info .flogo {
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    padding: 0px 0 15px 0;
}

footer .footer-info p {
    font-size: 12px;
    color: #fff;
    line-height: normal;
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

footer .footer-info .social {
    margin-top: 10px;
}

footer .footer-info .social .icons {
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
}
footer .footer-info .fstoryBox{
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #212121;
}
footer .footer-info .fstoryBox .content{
    display: flex;
    align-items: center;
}
footer .footer-info .fstoryBox .content .pic{
    width: 40%;
    height: auto;
    padding: 0;
    margin: 0;
}
footer .footer-info .fstoryBox .content .pic img{
    width: 100%;
    height: auto;
}
footer .footer-info .fstoryBox .content .detail{
    width: 60%;
    height: auto;
    padding: 0 0 0 15px;
    margin: 0;
}
footer .footer-info .fstoryBox .content .detail .title{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: normal;
    font-weight: 800;
    margin-top: 20px;
    border: 0;
}
footer .footer-info .fstoryBox .content .detail .date{
    font-family: "Noto Sans Bengali", 'Open Sans', 'Noto Sans', sans-serif;
    font-size: 12px;
    color: #a5a5a5;
    line-height: normal;
}

footer .footer-info ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

footer .footer-info ul li {
    width: 50%;
}

footer .footer-info ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 15px;
    display: block;
}

.footer_bottom {
    background: #080808;
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.footer_bottom p {
    font-size: 14px;
    color: #fff;
    line-height: normal;
    display: block;
    margin-bottom: 0;
}
/* -------------------------------inner content-------------------------------- */
.innerCont{
    width: 100%;
    height: auto;
    padding: 50px 0;
    margin: 0;
}
.innerCont .maintitle{
    font-family: "Sansita", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1b2c4c;
    display: block;
    line-height: normal;
    margin-bottom: 20px;
}

.about-section{
    position: relative;
    padding: 20px 0 20px;
}

.about-section .sec-title{
    margin-bottom: 10px;
}

.about-section .content-column{
    position: relative;
    margin-bottom: 50px;
}

.about-section .content-column .inner-column{
    position: relative;
    padding-left: 30px;
}

.about-section .text{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 25px;
    color: #848484;
    font-weight: 400;
    text-align: justify;
}

.about-section .list-style-one{
    margin-bottom: 45px;
}

.about-section .btn-box{
    position: relative;
}

.about-section .btn-box a{
    padding: 15px 50px;
}

.about-section .image-column{
    position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
    position: relative;
    padding-left: 120px;
    padding-bottom: 125px;
}

.about-section .image-column .inner-column:before{
    position: absolute;
    left: -75px;
    top: 65px;
    height: 520px;
    width: 520px;
    background-image:url(../images/about-circle-1.png);
    content: "";
}

.about-section .image-column .image-1{
    position: relative;
}

.about-section .image-column .image-2{
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
}

.about-section .image-column .video-link{
    position: absolute;
    left: 70px;
    top: 170px;
}

.about-section .image-column .video-link .link{
    position: relative;
    display: block;
    font-size: 22px;
    color: #191e34;
    font-weight: 400;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 30px 50px rgba(8,13,62,.15);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.sec-title{
    position:relative;
    z-index: 1;
    margin-bottom:60px;
}

.sec-title .title{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #ff2222;
    font-weight: 500;
    margin-bottom: 15px;
}

.sec-title h2{
    position: relative;
    display: block;
    font-size:40px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom:8px;
}

.sec-title h2:before{
    position:absolute;
    content:'';
    left:0px;
    bottom:0px;
    width:50px;
    height:3px;
    background-color:#d1d2d6;
}

.sec-title .text{
    position: relative;
    font-size: 16px;
    line-height: 26px;
    color: #848484;
    font-weight: 400;
    margin-top: 35px;
}

.sec-title.light h2{
    color: #ffffff;
}

.sec-title.text-center h2:before{
    left:50%;
    margin-left: -25px;
}

.list-style-one{
    position:relative;
}

.list-style-one li{
    position:relative;
    font-size:16px;
    line-height:26px;
    color: #222222;
    font-weight:400;
    padding-left:35px;
    margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
    color: #44bce2;
}

.btn-style-one{
    position: relative;
    display: inline-block;
    font-size: 17px;
    line-height: 30px;
    color: #ffffff;
    padding: 10px 30px;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 0.02em;
    background-color: #ff2222;
}

.btn-style-one:hover{
    background-color: #001e57;
    color: #ffffff;
}

/* --------------------------Gallery--------------------------------- */
.album{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
.album ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.album ul li{
    background: none;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
}

/********** Gallery Effect CSS *********/
.effect {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.effect * {
    transition: .3s;
}

.effect .effect-img {
    font-size: 0;
    overflow: hidden;
}

.effect .effect-img img {
    width: 100%;
    height: auto;
    transition: .5s;
}

.effect:hover .effect-img img {
    transform: scale(1.2);
}

.effect .effect-text {
    position: absolute;
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    padding: 15px;
    text-align: center;
    background: rgba(0, 0, 0, .1);
    border: 15px solid rgba(255, 255, 255, .1);
    transition: .5s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.effect .effect-text h2 {
    width: 100%;
    position: relative;
    color: #ffffff;
    font-size: 25px;
    margin-bottom: 15px;
    top: calc(40% - 13px); 
    transition: .5s;
}

.effect .effect-text p {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
    transform: scale(0);
    opacity: 0;
    transition: .5s;
    transition-delay: .1s;
}


.effect .effect-btn .btn {
    display: inline-block;
    height: 35px;
    padding: 7px 15px;
    color: #333333;
    background: #ffffff;
    transform: scale(0);
    opacity: 0;
    transition: .2s;
    transition-delay: .3s;
}

.effect:hover .effect-text {
    background: rgba(0, 0, 0, .5);
    border: 15px solid rgba(255, 255, 255, .5);
}

.effect:hover .effect-text h2 {
    top: 0;
}

.effect:hover .effect-text p {
    transform: scale(1);
    opacity: 1;
}

.effect:hover .effect-text .btn {
    transform: scale(1);
    opacity: 1;
}

.story_details{
    background: #f6f6f6;
    width: 100%;
    height: auto;
    padding: 10px;
    margin: 0;
}

.story_details .storytitle{
    font-family: "Noto Sans Bengali", "Sansita", sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #1b2c4c;
    display: block;
    line-height: normal;
    margin-bottom: 20px;
}

.story_details .postdate{
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
}
.story_details .postdate span{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    line-height: normal;
    margin-bottom: 10px;
}
.story_details .authore{
    font-size: 14px;
    font-weight: 600;
    color: #aaa;
    display: block;
    line-height: normal;
    margin-bottom: 10px;
    border-bottom: solid 1px #aaa;
    padding-bottom: 10px;
}
.story_details .authore span{
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    line-height: normal;
    margin-bottom: 10px;
}

.story_details .image{
    width: 80%;
    height: auto;
    padding: 0;
    margin: 20px auto;
}

.story_details .image img{
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
.story_details p{
    font-family: "Noto Sans Bengali", "Roboto", sans-serif;
    font-size: 20px;
    color: #212121;
    display: block;
    line-height: normal;
}

.story_details .tag{
    width: auto;
    padding: 5px 10px;
    border: solid 1px #ccc;
    font-size: 12px;
    color: #ccc;
    margin: 20px 10px 20px 0;
}
.alsolike{
    background: #f9f9f9;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}