@font-face {
    font-family: Outfit;
    src: url('../css/Noto Serif Bengali/static/Noto Serif Bengali-Regular.ttf');
    font-weight: normal;
  }

@font-face {
    font-family: Noto Serif Bengali;
    src: url('../css/Noto_Serif_Bengali/static/NotoSerifBengali-Regular.ttf');
    font-weight: normal;
} 

@font-face {
    font-family: Proxima Nova;
    src: url('../css/Proxima_Nova/ProximaNova-Regular.eot'), url('../css/Proxima_Nova/ProximaNova-Regular.ttf'),url('../css/Proxima_Nova/ProximaNova-Regular.woff'), url('../css/Proxima_Nova/ProximaNova-Regular.woff2');
    font-weight: normal;
}   

body
{
    background-color: #FFF4E1;
    overflow-x: hidden;
    font-family: Noto Serif Bengali;
    font-weight: normal;
}

@media (min-width: 1200px)
{
    .container {
        max-width: 1200px;
    }
}

@media (max-width: 767px)
{
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

header
{
    padding-top:45px;
    padding-bottom:40px;
    border-bottom: 1px solid rgba(124,59,57,0.4);
}
.logo
{
    margin-top: -1rem;
    display: block;    
}
.btn-login
{
    position: absolute;
    right: 50px;
    top: 8px;
    background-color: transparent;
    color: #7C3B39;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 0.3em;
    line-height: 1.2;
}
.btn-login.focus, .btn-login:focus {
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(134 36 0);
}
.profile-avatar {
    position: absolute;
    right: 70px;
    top: 25px;
}
.profile-avatar span
{
    color:#2E2E2E;
    position: relative;
    top: 5px;
}
div#loginModal .modal-content {
    background: #FFEFD6;
    color: #7C3B39;
}
div#loginModal .modal-content .nav-tabs {
    border-bottom: none;
    justify-content: center;
}
div#loginModal .modal-content .nav-tabs a.nav-link
{
    color:#7C3B39;
}
div#loginModal .modal-content .nav-tabs a.nav-link:hover
{
    border:none;
}
div#loginModal .modal-content .nav-tabs a.nav-link.active {
    background: none;
    color: #7C3B39;
    border: none;
    border-bottom: 3px solid #37393a;
}
div#loginModal .modal-content .form-control
{
    border:1px solid #7C3B39;
}
div#loginModal .modal-content button[type="submit"]
{
    cursor: pointer;
}
.header-search
{
    padding-top: 0.8rem;
    display: block;
    color:#7C3B39;
}
.gs-webResult .gs-per-result-labels .gs-label
{
    display: inline;
}
header .navbar-light .navbar-toggler
{
    outline: none;
}
.a2a_kit a {
    cursor: pointer;
    transition: none;
    width: auto !important;
}
header .navbar-collapse 
{
        position: absolute;
        top: 3em;
        background: rgb(124 59 57);
        z-index: 99;
        width: 200px;
        min-height: 200px;
        padding-left: 1em;
}
header .navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #7c3b39; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 40px !important;
    text-decoration: none;
    font-size: 18px;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: Noto Serif Bengali;
  }
  .navbar-light .sidenav li.nav-item.active a {
        color: rgb(192 148 14);
    }
  
  /* When you mouse over the navigation links, change their color */
  .navbar-light .sidenav li a:hover {
    color: rgb(192 148 14) !important;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;
    width: 100%;
    text-align: right;
  }
  
 
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

footer
{
    margin-top:55px;
    padding: 40px 0 45px;
    border-top: 1px solid rgba(124,59,57,0.4);
}
.footer-social ul li
{
    list-style-type:none;
    padding-left: 15px;
}

.footer-social ul li i
{
    color:#7C3B39;
}

div.copyright
{
    color: #7C3B39;
    font-family: Proxima Nova;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-menu ul li
{
    list-style-type: none;
    padding-right: 1em;
}    
.footer-menu ul li a
{
    color: #7C3B39;
    text-align: center;
    font-family: Noto Serif Bengali;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;     
}

.breadcrumb
{
    background-color: transparent;
    padding: 45px 0 0px;
    margin: 0;
}
.breadcrumb li, .breadcrumb li a
{
    color: #7c3b39;
    font-family: Noto Serif Bengali;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: inline;
}
ul.breadcrumb li:last-child {
    color: #000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #000;
    content: "/\00a0";
}
.search-btn
{
    background: #7c3b39;
    color:#fff;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow
{
    height: 35px;
}
.search-form {
	right: 0px;
	top: 200px;
}

 .search-field {
	background-color: transparent;
	background-image: url('../images/search.png');
	background-position: 5px  center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 40px;
	margin: 6px 0 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width:0px;
   cursor: pointer;
}

.search-field:focus {
	background-color: #fff;
	border: 2px solid #7c3b39;
	cursor: text;
	outline: 0;
	width: 100%;
    color:#000;
}
.search-form
.search-submit { 
    display:none;
}
.search #Div1
{
    border:1px solid #7c3b39;
}


@media(min-width:768px)
{
    .footer-menu ul
    {
        display: inline-flex;
    }    
}
@media(max-width:767px)
{
    header .navbar-light .navbar-toggler
    {
        padding-top: 1rem !important;
    }
    .footer-menu ul
    {
        display: block;
        margin-top: 20px;
        float: left;
        text-align: left;
    }    
    .footer-menu ul li a
    {
        text-align: left;
    }
    .footer-social ul
    {
        text-align: left;
        float: left;
    }
    .footer-social ul li:first-child
    {
        padding-left: 0px;
    }
    .search-field
    {
        margin: 0px 0 0;
    }
    .search-field:focus {
        background-color: #fff;
        border: 2px solid #7c3b39;
        cursor: text;
        outline: 0;
        width: 250px;
        color: #000;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .profile-avatar
    {
        display: none;
    }
    
}
.content-wrapper {
    overflow: hidden;
}
.page-title h1
{
    color: #7C3B39;
    font-family: Noto Serif Bengali;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top:40px;
    padding-bottom:45px;
    display: inline-block;
}
.content-right h2 a
{
    color: #7C3B39;
    font-family: Noto Serif Bengali;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
}
h2.chapter-name
{
 color:#212529;
 margin-bottom: 1em;
}
.content-right p
{
    text-align: left;
}
p[align="center"] {
    text-align: center;
}

.drama .heading2{color:#7C3B39!important; font-size:27px!important;}
.drama .instruction{text-align:center; font-style:italic; color:#665345}
.drama .out{text-align:right; font-style:italic}
.drama .line{ margin-bottom:20px; font-size:20px; line-height: 32px; font-weight: normal;text-align: left;}
.drama .character{float:left; width:180px;}
.drama .dialogue{margin-left:190px;text-align: left;}
.drama .song{width:50%; min-width:320px; margin:0 auto 0 30%}

.content-left {
    width: 100%;
    text-align: right;
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.content-left p
{
    text-align: right;
}
.content-left a
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
} 
.suchi_patra_area ul li
{
    list-style-type: none;
    display: inline-block;
    width:33%;
    vertical-align: top;
    margin-bottom: 1em;
}
.suchi_patra_area ul li a
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal; /* 208.333% */
    cursor:pointer;
    text-decoration: none;
    display: inline-block;
    width: auto;
    padding-right: 1em;
}

.song-content p,.content-details p
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 166.667% */
}
ul.action-btns {
    margin-top: 50px;
}
ul.action-btns li {
    list-style-type: none;
    display: inline-block;
    padding-left: 33px;
}
ul.action-btns li.see-more a {
    color:#7c3b39;
    font-weight: 600;
}
ul.action-btns li img {
    border-radius: 40%;
    background: #FFEFD6;
    width: 38px;
    height: 38px;
    padding: 10px;
}
.song-details
{
    width: auto;
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    float: right;
}
.rendition-title,.notation-title
{
    padding: 60px 0 50px;
}
.rendition-title h1,.notation-title h1
{
    color: #000;
    font-family: Noto Serif Bengali;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.notation-box {
    overflow: auto;
}
.rendition-box
{
    border-radius: 15px;
    background: #F1DBBB;
    padding: 0;
    text-align: center;
    margin-bottom: 2em;
}
.rendition-box .video
{
    border-radius: 15px;
    background: #F1DBBB;
    min-height: 206px;
    width: 100%;
    display: flex;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.rendition-box .video img
{
    margin: 0 auto;
    width: 100%;
}
.rendition-box .artist-title {
    overflow: hidden;
}
.rendition-box .artist-title h3
{
    color: #7C3B39;
    text-align: center;
    font-family: Noto Serif Bengali;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 1rem;
    margin-bottom: 1rem;
}

#scroll-text {
/* animation properties */
-moz-transform: translateX(100%);
-webkit-transform: translateX(100%);
transform: translateX(100%);

-moz-animation: my-animation 15s linear infinite;
-webkit-animation: my-animation 15s linear infinite;
animation: my-animation 15s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
from { -moz-transform: translateX(100%); }
to { -moz-transform: translateX(-100%); }
}

/* for Chrome */
@-webkit-keyframes my-animation {
from { -webkit-transform: translateX(100%); }
to { -webkit-transform: translateX(-100%); }
}

@keyframes my-animation {
from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
}
.rendition-submit
{
    background: #F4DEB9;
    margin-top: 75px;
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
}
.rendition-submit:before 
{
    position: absolute;
    content: "";
    left: -100%;
    width: 100%;
    height: 100%;
    background: inherit;
    top: 0;
}
.rendition-submit:after {
    position: absolute;
    content: "";
    right: -100%;
    width: 100%;
    height: 100%;
    background: inherit;
    top: 0;
}
.rendition-submit p
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 150% */
}
.rendition-submit input[type="text"]
{
    border-radius: 10px;
    background: #FFF4E1;
    height:46px;
}
.rendition-submit input[type="text"]::placeholder
{
    color: rgba(0, 0, 0, 0.30);
    font-family: Noto Serif Bengali;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px; /* 206.25% */
}
.rendition-submit input[type="button"]
{
    border-radius: 10px;
    background: #7C3B39;
    color:#fff;
    height: 44px;
    width:100%;
}
.artist-details-right
{
    margin-top:40px;
    border-left:1px solid #7C3B39;
}
.artist-details-right .song-details
{
    max-width:300px;
}
.artist-details-right ul.action-btns {
    margin-top: 70px;
    margin-bottom: 0;
}
.current-song-youtube-video {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}
.artist-details .song-content p
{
    max-width: 330px;
}
.biography img
{
    border-radius: 20px;
    background: #CEB691;
    margin-bottom: 45px;
}
.content p
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 1rem;
}
.verses .content p,.songs .content p,.novels .content p {
    margin-bottom: 0;
}
.content.biography p,.content.contact p,.content.submission p
{
    margin-bottom: 1rem;
}
.content a
{
    text-decoration:none;
    display: inline-block;
    width: 100%;
}
.content.contact a
{
    width:auto;
}
.content h3, .content h3 a
{
    font-family: Noto Serif Bengali;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(33, 37, 41);
    font-size:2rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 2rem;
}
.content.submission h3
{
    font-size:1.75rem;
    text-align: left;
}
ul.list-style-type-none li
{
    list-style-type:none;
    font-family: Noto Serif Bengali;
}
div.content
{
    clear: both;
}
div.content-details div.content
{
    clear: both;
    min-height: 500px;
}
div.center-set
{
    text-align: left;
    width: 600px;
    margin: 0 auto;
}
div.center-set p
{
    text-align: left;
}
div.center-set p.bn,.submit-texarea
{
    display: none;
}
.song-details p {
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
}

.pagination__wrapper {
    height: 50px;
    width: 100%;
    text-align:center;
    margin-top: 50px;
  }
  .pagination__wrapper:before, .pagination__wrapper:after {
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .pagination__wrapper:before {
    top: -1px;
  }
  .pagination__wrapper:after {
    bottom: -1px;
  }
.pagination {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagination li {
  display: block;
  float: left;
  padding: 5px;
}
.pagination li:first-child {
  border: none;
}
.pagination button,
.pagination span {
  background: none;
  border: none;
  border-radius: 50%;
  box-sizing: border-box;
  color: #7c3b39;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  min-width: 40px;
  padding: 0;
}
.pagination button {
  outline: none;
  position: relative;
  transition: all 170ms linear;
}
.pagination button:before {
  background: #7c3b39;
  border-radius: 50%;
  content: "";
  cursor: pointer;
  height: 0;
  left: 50%;
  opacity: 0;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all 170ms linear;
  top: 50%;
  width: 0;
}
.pagination button:hover:not(.active) {
  color: black;
}
.pagination button:hover:not(.active):before {
  -webkit-animation: hoverAnimation 510ms linear forwards;
          animation: hoverAnimation 510ms linear forwards;
  height: 40px;
  width: 40px;
}
.pagination button.active {
  background: #7c3b39;
  color: white;
}
.pagination .prev,
.pagination .next {
  font-size: 14px;
}

#home_slider .carousel-inner
{
    border-radius: 20px;
    background: #F4DEB9;
}
#home_slider .carousel-indicators li
{
    width: 10px;
    height: 10px;
    background-color: #7C3B39;
    border-radius: 50%;
}
.home-box {
    border-radius: 20px;
    background: #FFEFD6;
    padding: 25px;
    margin-bottom: 30px;
    cursor: pointer;
}
.home-box img {
    max-width:100%;
    height: 195px;
}
.home-box .title
{
    color: #7C3B39;
    font-family: Noto Serif Bengali;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin:20px 0 6px;
}
.home-box a:hover
{
    color: #7C3B39;
}
.home-box .writer
{
    color: #2E2E2E;
    font-family: Noto Serif Bengali;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-box a.content-type
{
    color: #2E2E2E;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    right: 0px;
    top: 10px;
}
.home-box.without-img a.content-type {
    top: 32px;
    right: 40px;
}

.home-box .content-btm
{
    position: relative;
}
.home-box .content
{
    height:176px;  
    min-height: 176px !important;  
    overflow: hidden;
    color: #000;
    text-overflow: ellipsis;
    font-family: Noto Serif Bengali;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.home-box .read-more
{
    margin-top: 15px;
    border-radius: 10px;
    background: #F1DBBB;
    color: #7C3B39 !important;
    font-family: Noto Serif Bengali;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    padding: 8px 20px;
    margin-top: 15px;
    display: inline-block;
}
.sidenav a.login-mobile-link
{
    display: none;
}
.profile-card-header
{
    background: #7C3B39;
    color: #fff;
}
.profile-card-body
{
    background: #F4DEB9;
}
.profile-update-btn
{
    background-color: #212529;
    border: #212529;
}
.profile-update-btn:hover
{
    background-color: #000;
    border: #000;
}
.profile-avatar img {
    top: -10px;
    position: relative;
    border-radius: 50%;
}
.modal-backdrop
{
    z-index: 0;
}
@media(max-width:767px)
{
    header {
        position: fixed;
        top: 0;
        background: #fff4e1 !important;
        z-index: 9;
        padding-top:30px;
        padding-bottom: 30px;
    }
    .content-wrapper {
        padding-top: 125px;
    }
    #home_slider .carousel-inner img
    {
        height: 300px;
    }
    .logo-div
    {
        padding: 0;
    }
    a.logo
    {
        padding-top: 0.6rem !important;
    }
    a.logo img {
        max-width: 200px;
    }
    .page-title h1
    {
        color: #7C3B39;
        font-family: Noto Serif Bengali;
        font-size: 30px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding-top:24px;
        padding-bottom: 15px;
        width: 100%;
    }
    .content h2
    {
        font-size: 25px;
        line-height: normal;
    }
    .content p
    {
        color: #2E2E2E;
        font-family: Noto Serif Bengali;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px; /* 177.778% */
        margin-bottom: 0;
    }
    .artist-details .song-content p {
        max-width: 100%;
    }
    .artist-details-right
    {
        border: none;
    }
    ul.action-btns
    {
        margin-top: 10px;
        margin-bottom: 30px;
        float: left !important;    
    }
    ul.action-btns li
    {
        padding-left: 20px;
    }  
    ul.action-btns li:first-child
    {
        padding: 0px;
    }
    .rendition-title
    {
        padding: 30px 0px 20px;
    }
    .notation-title
    {
        padding: 30px 15px 20px;
    }
    .rendition-title h1,.notation-title h1
    {
        color: #000;
        font-family: Noto Serif Bengali;
        font-size: 30px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .rendition-box
    {
        margin-bottom: 1em;
        padding:0;
        border-radius: 10px;
    }
    .rendition-box iframe
    {
        height:210px;
    }
    .rendition-box .artist-title h3
    {
        font-size: 22px;
        margin: 0;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }
    .rendition-submit p
    {
        font-size: 17px;
    }
    .song-details {
        max-width: 100%;
        float: left;
        text-align: left;
    }
    .song-details p
    {
        color: #2E2E2E;
        font-family: Noto Serif Bengali;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin: 0;
    }
    .suchi_patra_area ul li
    {
        width:100%;
    }
    .login-desktop-link
    {
        display:none;
    }
    .sidenav a.login-mobile-link
    {
        display: block;
    }
}
@media only screen and (max-width:640px) {
    .drama .song{width:70%; min-width:320px; margin:0 auto 0 20%; font-size:16px}
}
@media only screen and (max-width:480px) {
    .drama .character{float:none; display:block;width:130px;}
    .drama .dialogue{margin-left:20px; ;}
    .drama .song{width:100%; margin:0 auto 0 10%; }	
}
@media only screen and (max-width:320px) {
.drama .song{margin:0 auto;}
}