html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 18px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: "Noto Serif Bengali", serif;
}
body {
    font-size: 16px;
    color: #fff;
	background-color: #000;
}
li{
	list-style: none;
}
a{
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	color: #fff;
	font-family: "Noto Serif Bengali", serif;
}
a:hover {
    color: #777;
}
p {
    font-family: "Noto Serif Bengali", serif;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}
.clearfix{
	clear: both;
}
.pl_space {
    padding-left: 5%;
}
.pr_space {
    padding-right: 5%;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* // Global CSS */


.simanto_header .logo_area {
    text-align: right;
}
.simanto_header .top_heading_area {
    text-align: center;
    margin-bottom: 40px;
}

.simanto_header .top_heading_area.fullscreen {
    margin-bottom: 0;
    position: fixed;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 35px;
}
.simanto_header .top_heading_area.fullscreen p {
    max-width: 1250px;
}
section.simanto_blthumb_area {
    background-image: url("https://www.sangbadpratidin.in/wp-content/themes/SANGBADPRATIDIN/simantosite/images/Desttop-1920X1080.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
	background: #000;
	 height:100vh;
	 position:relative;
}

.simanto_blthumb_area picture {
    position:absolute;
    bottom:0;
    left:0;
    display: block;
    width:40%;
}
.simanto_blthumb_area picture img.img-fluid {
    width: 600px;
}
.joey {
 position:absolute;
 bottom:24%; 
 left:32%; 
 background:url(../images/blood_drop.png); 
 width:35px; 
 height:50px;
}
#movingItem {
  position: fixed;
  top: -150px; 
  left:32%; 
  transition: transform 0.1s linear;
  animation: blink 1s infinite;
}
@keyframes blink {
	0% {opacity: 0.2; top:-10px;}
	20%{opacity: 0.4; top:-6px;}
	40% {opacity: 0.6; top:-4px;}
    70% {opacity: 0.8; top:-2px;}
    100% {opacity: 1; top:0px;}
}

blink{animation: blink 1s infinite;}

.simanto_header .top_heading_area p {
    font-size: 60px;
    line-height: 68px;
    margin-top: 15px;
}
.simanto_header .top_heading_area p span{
    font-size: 60px;
	color: #ff0000;
}

section.simanto_count_blood {
    padding: 60px;
    overflow: hidden;
}

section.simanto_count_blood .count_wrap {
    max-width: 850px;
    float: right;
}
section.simanto_count_blood .count_wrap span {
    font-size: 85px;
    color: #ff0000;
    font-weight: 800;
}
section.simanto_count_blood .count_wrap p {
    font-size: 34px;
    line-height: 44px;
    text-align: right;
}

section.simanto_count_blood .count_wrap h1 {
    font-size: 290px;
    font-weight: 600;
    letter-spacing: -12px;
    color: #ff0000;
    line-height: 250px;
	display: inline;
}

.simanto_year_wise_war {
    padding: 50px 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 1px solid #777;
}
.simanto_year_wise_war .year_top_text p {
    text-align: center;
    font-size: 22px;
    max-width: 850px;
    line-height: 34px;
    margin: 0 auto 27px;
    width: 95%;
}

.simanto_year_wise_war .year {
    padding-bottom: 36px;
	position: relative;
}
.simanto_year_wise_war .year:after {
    content: "";
    width: 2px;
    background: #ff0000;
    height: 37px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}
.simanto_slide_wrap .news_area .desc p a.readmore {
    width: 40px;
    display: inline-block;
    margin-left: 7px;
}
.simanto_year_wise_war .accordion-body {padding-bottom: 0;}

.simanto_year_wise_war .year:last-child::after {
    display: none;
}
.simanto_year_wise_war .year button.accordion-button {
    padding: 0;
    width: 130px;
    text-align: center;
    flex-direction: column;
    background: none;
    margin: auto;
    box-shadow: none;
}

.simanto_year_wise_war .year button.accordion-button h4 {
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    background: #ff0000;
    padding: 0 8px;
}


.simanto_year_wise_war .accordion-button::after {
    display: none;
}
.simanto_year_wise_war .accordion-body {
    padding-bottom: 0;
}
.simanto_year_wise_war .war_content {
    background: #000;
    overflow: hidden;
}

.simanto_year_wise_war .war_content .heading {
    padding: 40px;
    text-align: center;
}

.simanto_year_wise_war .war_content .heading h3 {
    font-size: 44px;
}

.simanto_year_wise_war .war_content .heading h2 {
    font-size: 92px;
    font-weight: 800;
    color: #ff0000;
    line-height: 85px;
}

.simanto_year_wise_war .war_content .content {
    padding: 40px;
    border-left: 1px solid #777;
}

.simanto_year_wise_war .war_content .content p {
    font-size: 33px;
    line-height: 45px;
    margin-bottom: 30px;
}

.simanto_year_wise_war .war_content .war_img {
    margin: 30px;
}
.simanto_year_wise_war .war_content .content .bx_thumb {
    overflow: hidden;
}

.simanto_year_wise_war .war_content .content .bx_thumb .picture {
    margin-right: 15px;
    float: left;
    width: 200px;
    height: 200px;
    border-radius: 100px;
    overflow: hidden;
}
.simanto_slide_wrap {
    background: #434343;
    padding: 60px 0;
}

.simanto_slide_wrap .news_area {
    overflow: hidden;
}

.simanto_slide_wrap .news_area .thumb {
    float: left;
    margin-right: 30px;
    width: 220px;
    height: 220px;
    border-radius: 120px;
    overflow: hidden;
}

.simanto_slide_wrap .news_area .desc {
    overflow: hidden;
}

.simanto_tilte {
    font-size: 40px;
    color: #ff0000;
    font-weight: 600;
}

.simanto_slide_wrap .news_area .desc p {
    font-size: 33px;
    color: #a9a9a9;
    line-height: 43px;
}
.simanto_slide_wrap .owl-carousel .owl-dots.disabled {
    display: block !important;
    margin-top: 25px;
}
.simanto_slide_wrap .owl-dots button.owl-dot.active {
	background: #868686;
}
.simanto_slide_wrap .owl-dots button.owl-dot {
    width: 20px;
    height: 20px;
    background: #636363;
    margin: 0 5px;
    border-radius: 10px;
}
.simanto_slide_wrap .owl-dots {
    text-align: center;
    margin-top: 27px;
}
section.simanto_video_list {
    background: #1e1e1e;
    padding: 50px 0;
}

section.simanto_video_list p {
    font-size: 30px;
    line-height: 44px;
    color: #aeaeae;
}
.simanto_video_list li {
    margin-top: 25px;
}
.simanto_video_list .video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
}

.simanto_video_list li iframe {
    width: 100%;
    margin-right: 25px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.simanto_video_list li .share_opt li {
    margin-top: 20px;
    float: left;
    margin-right: 10px;
}

.simanto_video_list li .share_opt li img {
    width: 35px;
}

.simanto_btm_content p {
    text-align: center;
    font-size: 33px;
    color: #a1a1a1;
    line-height: 46px;
    margin-top: 20px;
}

.simanto_btm_content {
    padding: 50px 0;
}
.modal-dialog {
    max-width: 660px;
    background: transparent;
    width: 95%;
}
.modal-content {
    background: transparent;
    position: relative;
    margin-top: 75px;
}
.modal-dialog .modal-body {
    background: #fff;
}
.modal-dialog .modal-header {
    background: none;
    padding: 0;
    text-align: right;
    display: block;
}
.modal-dialog .modal-header button.close {
    background: #ff0000;
    border: none;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    position: absolute;
    right: -22px;
    top: -20px;
    z-index: 9;
}

.modal-dialog h2 {
    font-size: 52px !important;
    font-weight: 800 !important;
    color: #ff0000;
    text-align: center;
}
.modal-dialog .war_content .col-md-4 {
    align-items: center;
    justify-content: center;
    display: flex;
}
.modal-dialog .war_content p {
    font-size: 22px !important;
    line-height: 35px;
	color: #464646;
}
.modal-dialog h3 {
    font-size: 22px;
    color: #000;
    text-align: center;
    font-weight: 600;
}


/* Start Footer */
.footer {
    text-align: center;
    padding: 20px 0;
    background: #1e1e1e;
}

.footer p.copyright {
    font-family: arial;
    font-size: 14px;
    color: #c1c1c1;
}
/* End Footer */








