/* THIS ADJUSTMENT IS VALID FOR BOTH DESKTOP AND MOBILE */
html {
  scroll-behavior: smooth;
}

.topnav {
	overflow: hidden;
	background-color: #333;
/*	position:fixed; */
	width:100%;
	z-index:100; 
}

.main {
 /*    margin-left: 200px;
 Same as the width of the sidenav */
    font-size: 20px;
 /* Increased text to enable scrolling 
    padding: 0px 10px;*/
}

.topnav a {
/*	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px; */
}

.topnav a:hover {
	background-color: #ddd;
	color: black;
}

.topnav a.active {
	background-color: red;
	color: white;
}

.topnav .icon {
	display: none;
}
/*
@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
*/
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.container {
	display: flex;
    flex-direction: column;
    background: #fafafa;
}

.header {
	background-color: #3f51b5;
    padding: .2%;
    color: white;
 /* font-size:1vw; */
}

.main-content {
     flex: 1;
    position: fixed;
	top:13%;
	width:96%;
	height:80%;
	left:2%;
	right:2%
    padding: 1%;
    background-color: #F8F0E3;
    box-shadow: 0px 0px 1px black;
    overflow-y: auto;
}

.footer {
    position: fixed;
    background-color: #3f51b5;
    padding: .2%;
    bottom: 0;
	left:0;
    width: 100%;
    color: white;
 /* font-size:1vw; */
    }
	
@keyframes slider {
    0% {
    top: 10em
       }

    100% {
    top: -14em
    }
 }
	   
p {
	padding:5px;
 /*   font-family: 'SolaimanLipi', Arial, sans-serif !important; */
    font-family: 'Alaska', 'Times New Roman', 'SolaimanLipi';
	font-size: 18px;
	text-align:justify;
  line-height: 1.3;	   
}

#font_beng_heading {
/* For heding Bengali & English Fonts */

    font-family: 'SolaimanLipi', 'Alaska', 'Times New Roman' ;
	font-size: 18px; 
	text-align:justify;
  line-height: 1;	   
}

.topnav {
	overflow: hidden;
	background-color: black;
	position:absolte; 
	top: 0;
	align-items:center;
	width:100%;
}



.topnav a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
}

.active {
  background-color: red;
  color: white;
}

#coloury {
	background-color: green;
	color: white;
}

.topnav .icon {
	display: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 17px;    
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
	background-color: #555;
	color: white;
}

.dropdown-content a:hover {
	background-color: #ddd;
	color: black;
}

.dropdown:hover .dropdown-content {
	display: block;
}

@media screen and (max-width: 1500px) {
	.topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
	.topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1500px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
 
   
.topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

.topnav.responsive .dropdown {float: none;}

.topnav.responsive .dropdown-content {position: relative;}

.topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}	

hr {
    border: none;
    border-top: 3px double #333;
    color: #333;
    overflow: visible;
    text-align: center;
    height: 5px;
}

hr:after {
    background: #F8F0E3;
    content: '§§';
    padding: 0 4px;
    position: relative;
    top: -13px;
}

  /* For reducing gap between Pictures */
 img {
      display: inline-block;
      width: 11%;
      height: auto;
	  margin:1px 1px; 
	  margin-left:-3px; 

}

#asd {
color:red;
}

#adjust {
     text-align: center;
}

#adjust1 {
     text-align: right;
}

#hasit {
  display: flex;
  justify-content: space-between;
}
#hasit1 {
  text-align: right;
}

#myInput {
/*  box-sizing: border-box; */
  background-image: url('search.png');
  background-position: 14px 12px; 
  background-repeat: no-repeat;
  font-size: 17px;
  padding: 10px 10px 10px 45px; 
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.img {
      display: inline-block;
      width: 11%;
      height: auto;
	  margin:1px 1px;
	  margin-left:-3px;
    }
	
 #parahead {
       font-family: 'Georgia','SolaimanLipi';
}	

.read-more-btn{
    color: blue;
}

.read-more-text{
    display: none;
}

.read-more-text--show{
    display: inline;
}

#liquid_effect {  /* For Liquid Effect Dispaly */

font-family: "Poppins", sans-serif;
  width: 50vw;
  position: absolute;
  background: url(liquid-effect.gif);
  background-size: 100%;
  background-position: left; 
  background-repeat: no-repeat;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

table{
    width: 100%;
 /*   border-bottom: 2px solid black;
    /*this is the size of the small text's baseline over part  (≈25px*3/4)*/
    line-height: 15px; 
}
table td{
    vertical-align: baseline;
}
.left{
    font-family: 'Times New Roman', 'Alaska', 'SolaimanLipi';
    font-size: 15px;
    text-align: left;

}
.right{
    font-size: 15px;
    text-align: right;
}


