@charset "UTF-8";
/* CSS Document */
 
body{
	
font-family: 
	"Poppins Light"}


.parag{
	border: 2px thin #401F0A;
  margin-top: 10px;
  margin-bottom: 50px;
  margin-right: 50px;
  margin-left: 50px;
  background-color: sandybrown;

	width: 1080px;
}

.stitle{
	font-family: "Poppins light";
	text-emphasis-color: black;
	font-weight: 40px;
	font-size: 45px;
	left-margin: 50px;
	margin-right: 50px;
	
}
.img{
	width: 80%;
	height: 70%;
	padding:24px;
	align: canter;
	margin-left: 50px;
	margin-right: 50px;
	
}

.footer{
	align: center;
	bottom: 5px;
	height: 50px;
	width: 100%;
	color: black;
	background-color: white;
	padding: 0.01em 5px;
	font-family: "Poppins Light";
	font-size: 18px;
	line-height: 1.5;
	border-bottom-color: sandybrown;
	border-bottom-style: double;
	background-color: burlywood;
	
	
}

	

.heads
{
    width: 100%;
    padding-bottom: 5px;
	padding-top: 5px;
	left-margin: 50px;
	margin-right: 50px;
    background-size: 3% 5%;
	background: #F8E8E8;
    border-spacing: 16px 31px;
	font-size: 45;
	color: black;
	border-style: double;
}

.id{
	width: 100%;
	height: 22%;
	color: #51320F;
	padding-bottom: 11px;
	border-image-width: 5px;
	border-bottom-style: groove;
	background: sandybrown;
	float: left;
	
}

.chatty
{
	align: left;
	padding: 3px;
	font: "Poppins Black";
	font-size: 11px;
	font-color: black;
	}

.brown
{ background-color: saddlebrown;
}


.ml-4{
	border-spacing: 55px;
	right: 5px;
	
}

.td{
	align: center

}

.table{
	align-content: center;
	border-bottom-color: aquamarine;	
}

c:link, a:visited {
  background-color: black;
  color: white;
  padding: 14px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a:link, a:hover, a:active {
  background-color: saddlebrown;
}

.span{
	font: "Poppins Light";
	color: black;	
}

.navixgation{
	font-family: 'Poppins Light';
	font-size: 26;
	color: white;	
}

.fa-linkedin {
  background: #A44D33;
  color: white;
}

.fa-youtube {
  background: #A44D33;
  color: white;
}

.fa-instagram {
  background: #A44D33;
  color: white;
}

.fa-pinterest {
  background: #A44D33;
  color: white;
}

.fa {
  padding: 1px;
  font-size: 20px;
  width: 20px;
  text-align: center;
  text-decoration: none;
  margin: 15px 12px;
  border-radius: 30%;
}

.button {
  border-radius: 4px;
  background-color: black;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 5px;
  width: 120px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 25px;
float: right;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

.sbody {
  margin: 50;
  font-family: "Poppins Light";
}

.topnav {
  overflow: hidden;
  background-color: tan;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

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

.topnav a.active {
  background-color: rosybrown;
  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;
  }
}

.buttonhover
	a:link, a:hover, a:active {
  background-color: rosybrown;
}

.p{
	font: "Poppins Light";
	font-size: 18px;
	text-align: justify left;
	
}
.h4{
	margin-left: 100px;
}


body {
  font-family: Arial;
  margin: 0;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
