@charset "utf-8";
/*------Site created/coded by Dipankar Sutradhar---------*/
@font-face {
  font-family: 'AlexBrush-Regular';
  src: url('../_fonts/AlexBrush-Regular.eot');
  src: local('☺'), url('../_fonts/AlexBrush-Regular.woff') format('woff'), url('../_fonts/AlexBrush-Regular.ttf') format('truetype'), url('../_fonts/AlexBrush-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*--------Update All------------------*/

#content{
min-height: 590px;
}

/*------Upcoming Events--------*/
.eAdd {
  margin-top:3px;
  margin-bottom:3px;
}
#ePlace {
  margin-bottom: 3px;
}

#eTitle {font-weight:700;}
#ePlace {font-style:italic;}
#eStreet {}
/*#eDate {font-style:italic;}*/
/*#eTime {font-style:italic;}*/
/*--------Recent News-----------*/
#rNews1:after{content:"11 Nov - B’baria mayhem_ 33 more held";}
#rNews2:after{content:"09 Nov - Life's changed in Nasirnagar";}
#rNews3:after{content:"08 Nov - Home boss, police chief to visit attacked Hindus";}
#rNews4:after{content:"07 Nov - Attack on Hindus_ India tells Dhaka, it's worried";}
/*--------Last Updated----------*/
#footer:after {
  content:" | Updated: 21 Aug  2025 (PST)";
}
/*--------Update All End--------------*/

body {
  font-family: Verdana, Geneva, sans-serif;
  font-style: normal;
  font-weight: normal;
  background:url(../_icon/bg-body_sm.jpg) , #656565;
  background-position:top left;
  background-repeat:repeat-x;
}
.gridcontainer, .clearfix {
  background: #fff;
}
#banner {
    background-image: url(../_icon/backbanner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 110px;
}
#split_logo {
  padding-top:35px;
  text-align: center;
  min-width: 300px;
}

/*----------Content Header-------------*/
#cont_header h1 {
  color: #bd188a;
  font-family: "AlexBrush-Regular";
  font-size: 500%;
  font-weight: normal;
  margin: 0 0 -10px -15px;
  padding: 0 20px;
}
/*---------Content Header End----------*/
/*------------BLOCK STYLE--------------*/
/*-----Image Style-----------*/
#content h1{
  margin-left: -5px;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  font-weight: 200;
}
.people {
  border: 7px double #FF0000;  
}
.zoom {
  transition: transform .2s; /* Animation */
}
.zoom:hover {
  transform: scale(1.7); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
/*-----Image Style End------*/
/*#cont_header{
  background:#FFC;
}*/
/*----------Type Style----------*/
.stuffstyle h5 {
  font-size:small;
  font-style:italic;
  font-weight:normal;
}
.stuffstyle h7 {
  font-size: 16px;
  font-weight: 700;
}
.stuffstyle {
  background: #CCC;
  margin-top: 10px;
}
.stuffstyle * {
  margin-left: 5px;
}
.stuffstyle p {
  margin-right: 5px;
}
.stuffstyle a {
  color:#060;
  text-decoration:none;
}
.stuffstyle a:hover{
  color:#F00;
  background:#040;
}
/*---------Type Style End-------*/
/*--------End BLOCK STYLE--------------*/
/*----------SIDEBAR STYLE--------------*/
#upcoming h3{
  text-decoration:blink;
}
.sidebar h3 {
  background-color:#fc3;
  padding: 5px 2px;
}
.sidebar h4 {
  margin-bottom: 0;
}
/*--------Connect---------*/
#connect a {
  background: url(../_icon/icons.png) no-repeat;
  display: block;
  height: 40px;
  width: 42px;
}
#connect ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 12px 0;
  padding: 0;
}
#connect li {
  float: left;
  margin: 0 6px;
}
#connect a.facebook {
  background-position: -50px 0;
}
#connect a.facebook:hover {
  background-position: 0 0;
}
#connect a.twitter {
  background-position: -50px -50px;
}
#connect a.twitter:hover {
  background-position: 0 -50px;
}
#connect a.googleplus {
  background-position: -50px -100px;
}
#connect a.googleplus:hover {
  background-position: 0 -100px;
}
/*-----Connect End------*/
/*------------End SIDEBAR STYLE---------*/
/*------------NAVIGATIONS---------------*/
/*--Header Navigation------*/
#header {
  background: #FC3;
}
#header ul {
  text-align: center;
}
#header li {
  display: inline-block;
  list-style-type: none;
  padding: 6px 15px;
  margin: 0 30px 0 -30px;
/*  Button's bordor
  border-style:solid;
  border-width:2px;
  border-color:#F90;
*/
}
#header li a {
  color:red;
  text-decoration:none;
  font-weight:700;
}
#header li:hover, #header li a:hover {
  background-color: #F70;
  color:#FFF
}
#header li.selected, #header li.selected a {
  background-color: #F90;
  color:#080;
}
/*--Header Navigation End--*/
/*-Footer Navigation-------*/
#foot_nav ul {
  text-align:left;
  margin:0 0 0 -45px;
}
#foot_nav li{
  display:inline-block;
  list-style:none;
}
#footer {
  text-align:right;
}
.wfooter {
  font-size: 12px;
  margin:7px auto;
}
.wfooter a{
  color: #F00;
  padding: 5px 7px;
  text-decoration: none;
}
.wfooter a:hover{
  color: #FFF;
  background: #f70;
}
/*-Footer Navigation End---*/
/*----------End NAVIGATION-------------*/

/*-----Load Sreen------*/
#loading_boat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 25%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading {
	margin: 0;
	padding: 0;
	font-family: montserrat;
/*	background-image: linear-gradient(#000000, #262626, #808080);*/
	color: white;
}

.center {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.ring {
	position: absolute;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	animation: ring 2s linear infinite;
	background-color: black;
}
@keyframes ring {
	0% {
		transform: rotate(0deg);
		box-shadow: 1px 5px 2px #e65c00;
	}
	50% {
		transform: rotate(180deg);
		box-shadow: 1px 5px 2px #18b201;
	}
	100% {
		transform: rotate(360deg);
		box-shadow: 1px 5px 2px #0456c8;
	}
}

.ring:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;	
	box-shadow: 0 0 5px rgba(255, 255, 255, .3);	
}
#loading_text {
	color: #737373;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 200px;
	animation: load_text 3s ease-in-out infinite;
}
@keyframes load_text {
	50% {
		color: black;
	}
}
/*-----Load Screen End------*/

/*-----Load Sreen------*/
#loading_boat {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 150px;
  border-radius: 25%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

#loading {
	margin: 0;
	padding: 0;
	font-family: montserrat;
/*	background-image: linear-gradient(#000000, #262626, #808080);*/
	color: white;
    overflow: hidden;
}

.center {
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.ring {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	animation: ring 2s linear infinite;
	background-color: black;
}
@keyframes ring {
	0% {
		transform: rotate(0deg);
		box-shadow: 1px 5px 2px #e65c00;
	}
	50% {
		transform: rotate(180deg);
		box-shadow: 1px 5px 2px #18b201;
	}
	100% {
		transform: rotate(360deg);
		box-shadow: 1px 5px 2px #0456c8;
	}
}

.ring:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: 50%;	
	box-shadow: 0 0 5px rgba(255, 255, 255, .3);	
}
#loading_text {
	color: #737373;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 200px;
	animation: load_text 3s ease-in-out infinite;
}
@keyframes load_text {
	50% {
		color: black;
	}
}
/*-----Load Screen End------*/