body
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	background-color: #f1f1f2;
}

div,
h1
{
	margin: 0;
	padding: 0;
}

.topnav {
  overflow: hidden;
  width: 80%;
  margin-left: 10%;
  padding-bottom: 10px;
  padding-top: 10px;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;

}


.topnav a:nth-child(3)
{
	padding-left: 200px;

}


.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
  border-radius: 20px;
}

.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;
  }

  .topnav a
  {
  	font-size: 15px;
  	  }

  .topnav a:nth-child(3)
{
	padding: 14px 16px;

}

.topnav {
  overflow: hidden;
  width: 100%;
  margin-left: 0%;
    padding-bottom: 0px;
  padding-top: 0px;
}
}



/*Logo*/
.logo
{
	width: 100%;
	height: 70px;
	text-align: center;
	/*background-color: green;*/
	margin-top: -40px;
}

.logo img
{
	margin: auto;
	display: block;
	height: 70px;
	width: 70px;
}


@media screen and (max-width: 600px)
{
	.logo
{
	width: 100%;
	height: 50px;
	text-align: center;
	/*background-color: green;*/
	margin-top: -10px;
}

.logo img
{
	margin: auto;
	display: block;
	height: 50px;
	width: 50px;
}
}
/*Background Image*/

.background_image
{
	background-image: url("../image/Atick Background with text.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 60vh;
	width: 100%;
	margin-top: -30px;
}


.w3-content
{
	width: 100%;

}

.w3-content img
{
	width:450px;
}

@media only screen and (min-width: 250px) and (max-width: 560px) 
{
.background_image
{
	background-image: url("../image/Atick Background with text.jpg");
	/*background-position: center;*/
	background-size: cover;
	background-repeat: no-repeat;
	height: 35vh;
	width: 100%;
	margin-top: -30px;
}

.w3-content img
{
	width:320px;
	height: 250px;
	padding-left: 60px;
}
}



.body_text_container
{
	height: 100%;
	width: 100%;
	/*background-color: red;*/
}

.text_area
{
	height: 100%;
	width: 65%;
	margin-left: 16%;
	/*background-color: green;*/
}

.text_area_field
{
	padding-top: 10%;
	padding-bottom: 10%;
}

.text_area_field h1
{
	font-family: 'Bangla', sans-serif;
	text-align: center;
	font-size: 30px;
	color: black;
}

.text_area_field p
{
	font-family: 'Bangla', sans-serif;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	font-size: 20px;
	color: black;
}




@media only screen and (min-width: 250px) and (max-width: 560px) 
{
	.text_area
	{
		width: 90%;
		margin-left: 5%;
		/*background-color: green;*/
	}

	.text_area_field
	{
		padding-top: 15%;
		padding-bottom: 15%;
	}

	.text_area_field h1
	{
		font-family: 'Bangla', sans-serif;
		text-align: center;
		font-size: 24px;
	}

	.text_area_field p
	{
		text-align: justify;
		font-size: 18px;
		color: black;
	}
}

/*Button Background*/

.button_background
{
	background-image: url("../image/2nd down.jpg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 60vh;
	width: 100%;
	margin-top: -30px;
}

.button_background_container
{
	width: 80%;
	height: 100%;
	/*background-color: red;*/
	margin-left: 10%;
}

.button_background_container_flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.button_background_container_flex_left
{
	width: 30%;
	height: 100%;
	/*background-color: green;*/
	text-align: center;
}

.button_background_container_flex_left_button
{
	height: 100%;
	width: 300px;
	display: block;
	margin: auto;
	/*background-color: white;*/
	padding-top: 50%;
}

.button_background_container_flex_left_button a img
{
	height: 150px;
	width: 100%;
	text-decoration: none;
	cursor: pointer;

}

.button_background_container_flex_left_button a img:hover
{
	box-shadow: 21px 23px 62px 0px rgba(0,0,0,0.75);
}

.button_background_container_flex_middle
{
	width: 30%;
	height: 100%;
	/*background-color: blue;*/
}

.button_background_container_flex_right
{
	width: 30%;
	height: 100%;
	/*background-color: pink;*/
}

@media only screen and (min-width: 250px) and (max-width: 560px) 
{
	.button_background
	{
		background-image: url("../image/2nd down.jpg");
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
		width: 100%;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.button_background_container_flex_left
	{
		width: 100%;
	}

	.button_background_container_flex_middle
	{
		width: 100%;
	}

	.button_background_container_flex_right
	{
		width: 100%;
	}

	.button_background_container_flex_left_button
	{
		width: 200px;
		padding-top: 5%;
	}

	.button_background_container_flex_left_button a img
	{
		height: 80px;

	}
}


/*Download Button*/

.download_button1
{
	/*height: 200px;*/
	width: 100%;
	/*background-color: red;*/
	padding-top: 40px;
	padding-bottom: 40px;
}

.download_button_flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.download_button_flex_left
{
	width: 40%;
	height: 100px;
	/*background-color: green;*/
	text-align: center;
}

.download_button_flex_left a
{
	height: 100px;
	width: 260px;
	display: block;
	margin: auto;
	text-decoration: none;
}

.download_button_flex_left a p
{
	background-color: #00a778;
	/*border-radius: 20px;*/
	font-family: 'Bangla', sans-serif;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: white;
}

.download_button_flex_right
{
	width: 40%;
	height: 100px;
	/*background-color: blue;*/
}

.download_button_flex_right a
{
	height: 100px;
	width: 260px;
	display: block;
	margin: auto;
	text-decoration: none;
}

.download_button_flex_right a p
{
	background-color: #00a778;
	/*border-radius: 20px;*/
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	padding-top: 22px;
	padding-bottom: 22px;
	color: white;
	text-align: center;
}

@media only screen and (min-width: 250px) and (max-width: 560px) 
{
	.download_button
	{
		height: 100%;
		width: 100%;
		/*background-color: red;*/
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.download_button_flex_left
	{
		width: 100%;
	}

	.download_button_flex_right
	{
		width: 100%;
	}
}

/*Footer*/

.footer
{
	background-color: #00a778;
	height: 60px;
	width: 100%;
}

.footer_flex
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.footer_flex_left
{
	width: 40%;
	height: 60px;
}

.footer_flex_left_text
{
	padding-left: 40px;
	padding-top: 15px;
}

.footer_flex_left_text p
{
	margin: 0;
	font-size: 14px;
	color: white;
}

.footer_flex_right
{
	width: 40%;
	height: 60px;
	/*background-color: red;*/
	text-align: right;
}

.footer_flex_right img
{
	height: 40px;
	width: 80px;
	padding-top: 10px;
}

@media only screen and (min-width: 250px) and (max-width: 560px) 
{

	.footer
	{
		background-color: #00a778;
		height: 80px;
		width: 100%;
	}

.footer_flex_left_text p
{
	margin: 0;
	font-size: 12px;
	color: white;
}
	.footer_flex
	{
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

	.footer_flex_left_text
	{
		padding-left: 10px;
		padding-top: 15px;
	}
	.footer_flex_left
	{
		width: 50%;
		height: 60px;
	}
	.footer_flex_right
	{
		width: 30%;
		height: 60px;
		/*background-color: red;*/
		text-align: right;
	}
}