@import url(../css/default.css);

@font-face {
    font-family: "SolaimanLipi";
    src: url("font/SolaimanLipi.woff") format("woff"),
    url("font/SolaimanLipi.eot") format("eot"),
    url("font/SolaimanLipi.svg#SolaimanLipi") format("svg"),
    url("font/SolaimanLipi.ttf") format("truetype");
}

body{
    font-family: 'Open Sans', sans-serif,SolaimanLipi;
}

p, a{
    font-size: 18px !important;
}

/*logo area style*/
.logo-area-left span {
    color: #888787;
    font-size: 15px;
}

.logo {
    width: 100px;
    border-radius: 0px;

    transition: .5s;
}

.logo-area-form input {
    border-radius: 12px 0 0 12px;
    border-right: 0;
}

.logo-area-form .form-control:focus {
    border-color: var(--gradient-single);
    box-shadow: none;
}

.logo-area-social a {
    background: #065496;
    height: 33px;
    width: 26px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 33px;
}

.user-auth-area {
    text-align: right;
}

.user-auth-area img {
    height: 43px;
    width: 43px;
    padding: 3px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

/*header area styles*/

.navbar {
    padding: 0;
}

header {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
    transition: .5s;
}

.menu-area {
    width: 100%;
    border-radius: 25px;
    border: var(--border);

}
header .menu-area{
    overflow: hidden;
}
/*header .menu-area:hover{
    overflow-x: overlay;
}*/


.menu-area > ul {
    margin: 0;
    padding: 0;

}

header .menu-area > ul{
    width: 130%;
}

.menu-area > ul > li {
    list-style: none;
    display: inline-block;
}

.menu-area ul li a {
    font-size: 14px;
    font-weight: 600;
}

.dropdown-menu1 ul li a .fa {
    margin-right: 5px;
}

.menu-area > ul > li > a {
    text-decoration: none;
    color: #111;
    padding: 15px 10px;
    display: block;
    transition: .5s;
}

.menu-area > ul > li > a > span {
     background: #085494;
    padding: 6px 15px;
    border-radius: 21px;
    color: #fff;
}

.menu-area ul li a:hover {
    color: var(--gradient-single);
}

.logo-image {
    margin-top: 15px;
}

.menu-active {
    color: brown !important;
}

.dropdown-menu1 {
    position: absolute;
    background: #fff;
    width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.4s;
    box-shadow: var(--shadow);
    border: var(--border);
}

.dd-btn1-left {
}

.dd-menu-left {
    text-align: center;
    right: 150px;
}

.dm-software {
    width: 630px;
}

.dropdown-menu1 ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu1 ul li {
    list-style: none;
    border-bottom: var(--border);
}

.dropdown-menu1 ul li a {
    text-decoration: none;
    color: #111;
    display: block;
    padding: 5px 15px;
    transition: .4s;
    text-transform: capitalize;
}

.dropdown-menu1 ul li a:hover {
    color: var(--gradient-single);
}

.dd-btn1:hover .dropdown-menu1 {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.dropdown-menu2 {
    position: absolute;
    right: 100%;
    top: 0;
    background: #fff;
    width: 220px;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    transform-origin: top;
    transition: 0.4s;
    border: var(--border);
}


.dd-btn2 {
    position: relative;
}

.dd-btn2:hover .dropdown-menu2 {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}


/*toggler css*/

.menu-icon {
    display: none;
}

.menu-icon {
    float: right;
}

.menu-icon {
    color: var(--gradient-bg);
    font-size: 30px;
    cursor: pointer;
}

/*on scrolled css*/

header.scrolled {
    transition: .5s;
}

header.scrolled .logo {
    width: 70px !important;
}

/*mobile menu styles*/
.mobile-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #fdfdfd;
    transition: .3s;
    z-index: 9999;
    border-right: 1px solid #ddd;
    overflow: scroll;
}

.mobile-menu-active {
    left: 0;
}

.mm-logo {
    border-bottom: 1px solid #ddd;
}

.mm-logo .logo {
    width: 130px;
    padding: 10px 15px;
}

.menu-link a {
    display: block;
    padding: 10px 15px;
    color: var(--tm);
    border-bottom: 1px solid #ddd;
    transition: .3s;
    text-decoration: none;
}

.mobile-menu a .fa {
    color: var(--gradient-bg);
}

.menu-link a .fa-plus {
    float: right;
    margin-top: 5px;
}

.menu-link a .fa-angle-double-right {
    float: right;
    margin-top: 5px;
}

.menu-link a .fa-minus {
    float: right;
    margin-top: 5px;

}

.menu-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-body ul li {
    border-bottom: 1px solid #ddd;
}

.menu-body .card-body {
    padding: 0;
    background: #fafafa;
}

.menu-body ul li a {
    padding: 10px 10px;
    display: block;
    color: var(--tm);
    text-decoration: none;
}

.mm-logo {
    position: relative;
}

.mm-cross-icon {
    position: absolute;
    right: 10px;
    top: 10px;
}

.mm-cross-icon .fa {
    font-size: 20px;
    color: var(--gradient-bg);
}

.mm-ci {
    cursor: pointer;
}

/*scrol news styles*/
.sokol-news-details a {
    color: #313131;
    text-decoration: none;
    font-size: 15px;
}

.sokol-news-details a i {
    font-size: 9px;
    color: #065493;
}

.news-scrol {
    border-radius: 25px;
    overflow: hidden;
    border: var(--border);
}

.sokol-news span {
    position: relative;
}


/*news section styles*/
.big-news {
    position: relative;
    height: 410px;
}


.big-news img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: var(--radius);

}

.big-news-txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    padding-bottom: 25px;
    background: linear-gradient(to bottom, transparent 30%, #000000bd);
}

.big-news-txt p a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.mini-news {
    padding: 18px;
}

.mini-news-box {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: var(--border);
}

.mini-news-box:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.mini-news-txt span {
    color: #7b7b7b;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.category-middle-news span {
    color: #7b7b7b;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.category-middle-news img {
    border-radius: var(--radius);
    width: 100%;
}

.mini-news-txt .mini-news-title {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
}

.mini-news-txt p {
    margin-bottom: 4px;
}

.mini-news-img img {
    border-radius: var(--radius);
    width: 100%;
    /*height: 105px;*/
    height: auto;
}

/*creative news styles*/
.creative-news {
    margin-top: -50px;
}

.creative-news-item {
    padding: 8px;
    background: #fff;
    box-shadow: none !important;
    margin-bottom: 20px;
    height: 280px;
}

.creative-news-item img {
    width: 100%;
    height: 160px;
    border-radius: var(--radius);
}

.creative-news-item .news-title {
    text-decoration: none;
    color: #000;
    font-size: 15px;

}

.creative-news-shadow {
    height: 130px;
}

.creative-news-box {
    transform: translate(0, 35%);
}

/*sponsered ad styles*/

.news-later-box {
    padding: 40px 20px;
    margin-top: 50px;
}

.news-later-box h5 {
    font-weight: bold;
    color: #111;
}

.news-later-box h5::after {
    content: '';
    display: block;
    width: 20%;
    height: 2px;
    margin: 0 auto;
    background: var(--gradient-single);
    margin-top: 8px;
}

.news-later-box p {
    font-size: 15px;
    color: #111;
    margin: 20px 0;
}

.news-later-box button {
    border: none;
    background: var(--gradient-bg);
    color: #fff;
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 25px;
    padding: 8px;
    font-size: 15px;
    font-weight: bold;
}

.news-later-box input {
    border-radius: 25px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.news-later-box .form-control:focus {
    border-color: var(--gradient-single);
    box-shadow: none;
}

/*category news styles*/
.category-news-box {
    padding: 15px;
    padding-top: 70px;
    position: relative;
}

.cat-title-box {
    position: absolute;
    top: 0;
    left: 0;
    background: var(--gradient-bg);
    padding: 14px 45px;
    border-radius: 0 0 50px 0;
}

.cat-title-box a {
    color: #fff;
    text-decoration: none;
}

.category-middle-news {
    padding: 10px;
    min-height: 97%;
}

.category-middle-news span {
    color: #7b7b7b;
    font-size: 11px;
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.category-middle-news .news-title {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}

.category-middle-news-b {
    border-bottom: var(--border);
}

.category-middle-news .news-desc {
    color: var(--primary-color);
    font-size: 14px;
}

.category-middle-news .news-desc p {
    font-size: 14px;
}

.category-mini-news .mini-news-img {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    overflow: hidden;
}

.category-mini-news .mini-news-img img {
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
}

.category-mini-news .mini-news-txt {

    margin-top: 5px;

}

.category-mini-news .mini-news-box {
    border-bottom: var(--border);
}

.category-mini-news .mini-news-box:last-child {
    border-bottom: none;
}

.ad-sidebar {
    margin: 34px 0;
}

.sidebar-ad img {
    border-radius: var(--radius);
}

.category-mini-news .mini-news-txt .mini-news-title {
    color: var(--primary-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}




/*creative category styles*/
.creative-category {
    /*margin-top: -90px;*/
}

.creative-category-shadow {
    height: 130px;
}

.creative-category-box {
    transform: translate(0, 15%);
}

.creative-cat-txt img {
    border-radius: 5px;
    min-width: 95%;
}

.creative-cat-txt {
    background: #fff;
    padding: 10px;
}

.creative-category-item {
    box-shadow: none !important;
    overflow: hidden;
    border-radius: var(--radius);
}

.creative-category-item .cci-catname {
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 20px;
}

.creative-category-item .category-title {
    padding: 8px;
    margin: 0;
    background: var(--gradient-single);
    font-size: 15px;
}

.creative-category-item .category-title h4 {
    font-size: 19px;
    text-align: center;
    margin: 0;
    padding: 7px 5px;
}

.creative-category-item .category-title h4 i {
    font-size: 20px;
}

.mini-cat-news {
    padding: 10px;
}

.mini-cat-news a {
    display: block;
    color: #111;
    font-size: 14px;
    text-decoration: none;
    border-top: 1px solid #ddd;
    padding: 8px 0;
}


.creative-cat-txt .news-title {
    text-decoration: none;
    display: block;
}

.cat-news-title {
    color: #111;
}

.aro-dekhun a {
    display: inline-block;
    background: #13528f;
    padding: 4px 10px;
    color: #fff;
    border-radius: var(--radius);
    margin-top: 5px;
    font-weight: bold;
}


.category-title h4 {
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}


.category-title h4 a {
    text-decoration: none;
    color: #fff;
    transition: .4s;
    display: block;
}


/*slider styles*/
.slider-control {
    background: var(--gradient-single);
    height: 43px;
    width: 43px;
    line-height: 43px;
    font-size: 30px;
    border-radius: 5px;
}

.showcase .carousel {
    border-radius: var(--radius);
    overflow: hidden;
}

.showcase .carousel-caption a {
    color: #fff;
    text-align: center;
    display: block;
    text-decoration: none;
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
}

.showcase .carousel-caption {
    background: #000000a6;
    border-radius: var(--radius);
}

.slider-title {
    text-align: center;
}

.slider-title h4 a {
    background: #fdfdfd;
    color: #333;
    padding: 8px 40px;
    display: inline-block;
    font-weight: bold;
    border-radius: 20px 0px;
    font-size: 20px;
    margin-bottom: 20px;
    text-decoration: none;
    border: 2px solid #ddd;
}

/*creative news 2*/

.creative-news-box-2 {
    transform: translate(0, 15%);
}

/*NEWS TABS START*/

.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: var(--border);
    background: #efecec;
}

.news-tabs .nav-link {
    border: var(--border);
    border-radius: 0;
    color: #555;
    font-weight: bold;
}

.news-tabs .nav-tabs {
    background: #fff;
    border-bottom: 0;
}

.tab-content-bgc {
    border: var(--border);
    border-radius: 0 0 13px 13px;
}

.tab-content-bgc .news-tabs-btn {
    display: inline-block;
    float: right;
    padding: 5px 10px;
    text-decoration: none;
    color: rgb(34, 136, 34);
}

.tab-data {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 290px;
    overflow-Y: auto;
}


.tab-data li {
    padding: 10px 20px;
    border-bottom: var(--border);
    font-size: 15px;
    transition: .2s;
    display: block;
}

.tab-data li:last-child {
    border-bottom: none;
}

.tab-data li a:hover {
    color: var(--gradient-single);
}

.tab-data li a {
    text-decoration: none;
    color: var(--primary-color);
}

.tab-data li span {
    float: left;
    height: 32px;
}










/*footer section style*/

.footer-social a {
    background: #ddd;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    color: #111;
    border-radius: 50%;
    font-size: 16px;
    line-height: 35px;
    margin: 0 5px;
}

.footer-logo img {
    width: 280px;
}

.foot-txt p {
    margin-bottom: 5px;
    font-size: 14px;
}


/*photo gallery styles*/

.pg-bigimage-txt {
    padding: 14px;
    background: #083252;
    min-height: 100%;
}

.pg-bigimage-txt h4 {
    font-size: 18px;
    color: #fff;

}

.pg-bigimage-txt {
    position: relative;
}

.pg-img-count {
    position: absolute;
    color: #d4d4d4;
    font-size: 14px;
    font-weight: bold;
    bottom: 30px;
}

.pg-bigimage-img {
    position: relative;
}

.pg-image-icon {
    position: absolute;
    bottom: 17px;
    left: 17px;
}

.pg-image-icon i {
    background: #ddd;
    color: #111;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 23px;
}

.pg-small-img {
    position: relative;
}

.pg-small-txt {
    background: #083252;
    padding: 10px;
}

.pg-small-txt h5 {
    color: #fff;
    font-size: 17px;
    padding-top: 10px;
}

.pg-img-count-nop span {
    color: #d4d4d4;
    font-size: 14px;
    font-weight: bold;
}

.pg-small-img img {
    height: 178px;
    width: 100%;
}


/*video styles*/
.ps-control {
    font-size: 25px;
    color: #fff;
    background: var(--gradient-single);
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    margin: 0 3px;
}

.dp-items {
    position: relative;
    padding: 0px 10px;
    border-radius: var(--radius);
    overflow: hidden;
    height: 250px;
    border: var(--border);
}

.dp-items a {
    text-decoration: none;
}

.dp-items img {
    width: 100%;
    border-radius: var(--radius);
    min-height: 250px;
}

.video-play-icon svg {
    width: 70px;
}

.video-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dp-item-txt {
    position: absolute;
    bottom: 0;
    left: 9px;
    background: #00000073;
    color: #fff;
    width: 95%;
    padding: 15px;
    margin: 0 auto;
    border-radius: 0 0 13px 13px;
}

.dp-item-txt h5 {
    font-size: 20px;
}

/*user login styles*/
.user-login-box {
    margin: 0 auto;
    max-width: 92%;
}

.user-login-box {
    border: var(--border);
    padding: 30px 50px;
    border-radius: 5px;
}

.ulb-header h4 {
    font-weight: 600;
    font-size: 22px;
}

.ulb-header h5 {
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 15px;

}

.ulb-header h5 a {
    font-weight: 600;
    color: #333;
}

.btn-login a {
    border-radius: 5px;
    padding: 10px 25px;
    color: #fff;
    display: block;
    line-height: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1rem;
}

.ulb-newto p {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 0;
}

.ulb-newto p a {
    color: var(--gradient-single);
    text-decoration: underline;
    margin-left: 5px;
}

.ulb-form button {
    background: var(--gradient-single);
    color: #fff;
}

.ulb-logo img {
    /*width: 160px;*/
    margin: 0 auto;
}

/*news details styles*/

.news-details-main {
    border: var(--border);
    border-radius: var(--radius);
    padding: 20px;
}

.ndm-header .news-titles {
    margin-top: 10px;
    font-weight: 600;
    color: #333;
}

.ndm-header .news-titles::after {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    position: absolute;
    background: #e2e2e2;
    margin-top: 10px;
}

.ndm-published span {
    color: #9e9e9e;
    font-size: 14px;
}

.ndm-image img {
    width: 100%;
}

.ndm-desc p {
    color: #383838;
    font-size: 1.4rem!important;
    line-height: 1.67;
    margin: 0 -70px;
}

.news-main {
    padding: 0 75px;
}


.news-tabs .nav-tabs {
    background: #fff;
    border-bottom: 0;
    border-radius: 13px 13px 0 0;
    overflow: hidden;
}

.tab-data li span {
    float: left;
    display: block;
    width: 80px;
    height: 100%;
    margin-right: 10px;
}

.tab-data li span img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.tab-data li {
    height: 75px;
    padding: 10px;
}

.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.news-tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: var(--border);
    background: #f9f9f9;
}

.tab-data {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 372px;
    overflow-Y: auto;
}

.my-breadcrumb .breadcrumb {
    background-color: #f9f9f9;
    border: var(--border);
    border-radius: var(--radius);
}

.my-breadcrumb .breadcrumb .breadcrumb-item {
    font-size: 15px;
}

.my-breadcrumb .breadcrumb .breadcrumb-item a {
    color: #085394;
}

.news-video h5 {
    margin-top: 10px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.news-video h5::after {
    content: '';
    display: block;
    height: 4px;
    width: 50px;
    position: absolute;
    background: #e2e2e2;
    margin-top: 10px;
}






















/*GLOBAL CSS*/

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
    z-index: 5;
}

.cat-name {
    background: var(--gradient-bg);
    color: #fff;
    padding: 2px 13px;
    display: inline-block;
    font-size: 11px;
    margin: 10px 0;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none !important;
}

.news-title {
    transition: .4s;
}

.news-title:hover {
    color: var(--gradient-single);
}

.ajker-shadow {
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: var(--border);
    transition: .4s;
    overflow: hidden;
}


.ajker-shadow:hover {
    transform: var(--animate);
}

.animate-none {
    transform: translate(0) !important;
}

/*ad sense style*/

.adsense-area {
    font-size: 15px;
    color: var(--primary-color);
}


/*creative title*/

.creative-title {
    margin-bottom: 40px;
}

.creative-title h5 {
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-size: 17px;
    color: var(--primary-color);
    z-index: 1;
    font-weight: bold;
}

.creative-title h5::before {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background: #ddd;
    position: absolute;
    top: 50%;
    z-index: -1;
    margin-left: 240px;
}

.creative-title h5::after {
    content: '';
    display: block;
    width: 10%;
    height: 2px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: -2;
    margin-right: 240px;
}

.creative-title h5 span {
    background: #fff;
    z-index: 1;
    padding: 0 15px;
}

.user-area a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px 15px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    font-size: 15px;
    font-family: sans-serif;
}


/*custom scroll bar*/

/* Works on Firefox */

/* Works on Chrome, Edge, and Safari */
.menu-area::-webkit-scrollbar {
    height: 6px;
    width: 10px;
    cursor: pointer;
}

.menu-area::-webkit-scrollbar-track {
  background:  #fafafa;
    cursor: pointer;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}

.menu-area::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
    cursor: pointer;


}

