body{
  margin: auto;
  padding: auto;
}
button{
  background-color: rgb(255 247 156);
  padding: 5px;
  border-radius: 8px;
  color:white
}
button:hover{
  background-color: #00bcd4;
  color: white;
}
.active{
  background-color: #00bcd4;
  color: white;
}
/*=========================
===========header==========
=========================== */
.header{
background-color: #09d7f1;
box-shadow: 0 1px 1px 0 rgb(0 0 0 / 12%);
  height: 50px;
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
} 
/*=========================
===========header End==========
=========================== */


/*=========================
===========Titel Left==========
=========================== */
.title{
  padding-left:100px;
  float: left;
}
a{
  text-decoration: none;
}
.title a span{ 
  font-size: 35px;
  text-shadow: 0px 2px 2px rgba(255, 255, 255, 0.4); 
  color: white;
  /* padding-left:100px; */
  background-color: #09d7f1;
  box-shadow: 0 1px 1px 0 rgb(0 0 0 / 12%);
  text-shadow:
  0 1px 0px #ffeb3b, 1px 0 0px #9e9e9e, 1px 2px 1px #ff5722, 2px 1px 1px #cddc39, 2px 3px 2px #ffeb3b, 3px 2px 2px #ff5722, 3px 4px 2px #ffeb3b, 4px 3px 3px #ffeb3b, 4px 5px 3px #ff5722, 5px 4px 2px #9e9e9e, 5px 6px 2px #000000, 6px 5px 2px #ff5722, 6px 7px 1px #9e9e9e, 7px 6px 1px #000000, 7px 8px 0px #03a9f4, 8px 7px 0px #03a9f4;
  font: normal 36px 'papyrus', cursive;

}


/*=========================
===========Title Left End==========
=========================== */



/*=========================
===========Sign Right Menu ==========
=========================== */
.sign{
  float:right;
  padding-top:10px;
  padding-right: 50px;
}
#time{
  background-color: #00bcd4;
  padding: 5px;
  border-radius: 8px;
}
/*=========================
===========Sign Right Menu End==========
=========================== */



/* <!--===============================
=======main_section_right=====
================================ --> */
.main_section_right{
  float:right;
  width:30%;
  height: auto;
  background-color: #0096881a;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 30%;
  position: absolute;
  height: auto;
  overflow: auto;
  background-color: #0096881a;
  display:contents;

}

li a,.main_button {
  display: block;
  color: #000;
  padding: 8px 16px;
  text-decoration: none;
  background-color: rgb(255 247 156);
  border-top: 1px solid black;
  padding: 16px;

}

li a.active {
  background-color: #00bcd4;
  color: white;
}

li a:hover:not(.active) {
  background-color: #00bcd4;
  color: white;
}



.dropbtn {
background-color: #4CAF50;
color: white;
padding: 16px;
font-size: 16px;
border: none;
cursor: pointer;
}

.dropdown {
position: static;
display: contents;
}


.dropdown-content {
display: none;
position: inherit;
right: 0;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
/* padding: 12px 16px; */
text-decoration: none;
display: block;
background-color: #00bcd43d;
margin-left: 70px;
border-left: 1px solid black;
}
.dropdown-content-2 a {
color: black;
/* padding: 12px 16px; */
text-decoration: none;
display: block;
background-color: #3f95a03a;
margin-left: 80px;
border-left: 1px solid black;
}

.dropdown-content a:hover {background-color: #00bcd4;}

.dropdown:hover .dropdown-content {
display: block;
}

.dropdown:hover .dropbtn {
background-color: #3e8e41;
}



/* <!--===============================
=======main_section_right End=====
================================ --> */



/* <!--===============================
=======main_section_left=====
================================ --> */
.main_section_left{
  float:left;
  width: 70%;
  /* background-color: #65a39df5; */
  height: auto;
}








/* <!--===============================
=======main_section_left End=====
================================ --> */


/* ============================================
================== main contect=============
============================================ */







/* ============================================
================== main contect End=============
============================================ */
marquee{
font-size: 30px;
font-weight: 800;
color: #8ebf42;
font-family: sans-serif;
}



.main_body_box{
display: block;
overflow: hidden;
}

/* <!-- =======================================
===============footer==================
======================================= --> */
.main {
  max-height: 550px;;
  background-color: #292c2f;
  color: white;
  font-size: 38pt;
  text-align: center;
  line-height: 550px;
 }
 footer{
  position: inherit;
  bottom: 0;
 }
 .footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  font: bold 16px sans-serif;
  
  padding: 55px 50px;
  margin-top: 80px;
 }
  
 .footer-distributed .footer-left,
 .footer-distributed .footer-center,
 .footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
 }
  
 .footer-distributed .footer-left{
  width: 40%;
 }
  
 .footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
 }
  
 .footer-distributed h3 span{
  color:  #5383d3;
 }
  
  
 .footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
 }
  
 .footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
 }
  
 .footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
 }
  
  
 .footer-distributed .footer-center{
  width: 35%;
 }
  
 .footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
 }
  
 .footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
 }
  
 .footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
 }
  
 .footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:14px;
  line-height:2;
 }
  
 .footer-distributed .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
 }
  
 .footer-distributed .footer-right{
  width: 20%;
 }
  
 .footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
 }
  
 .footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
 }
  
 .footer-distributed .footer-icons{
  margin-top: 25px;
 }
  
 .footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;
  
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  
  margin-right: 3px;
  margin-bottom: 5px;
 }
  
  
 @media (max-width: 880px) {
  
  .footer-distributed{
  font: bold 14px sans-serif;
  
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
  display: block;
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
  }
  
  .footer-distributed .footer-center i{
  margin-left: 0;
  }
  .main {
  line-height: normal;
  font-size: auto;
  }
  
 }


 .img-fluid {
  max-width: 100%;
  height: auto;
}




/* <!-- =======================================
              ===============footer end==================
              ======================================= --> */