.container{background-color:#1c1c1c; height:auto; font-family:segoe ui light; display:block; width:100%;}
.top-nav-bar{background-color:#1c1c1c; overflow: auto; display:block;}
.top-nav-list li{list-style-type:none; height:auto; }
.top-nav-list a{float:left; display:block; text-align:center; padding-bottom:20px; margin-right:20px; font-size:17px; text-decoration:none; color:#aaaaaa; height:auto; }
.top-nav-list a:hover{ color:#ffffff; transition:.5s; height:auto; }
.top-nav-list a:active{background-color:#4CAF50; }

.logomenu {background-color:orange;  min-height:130px; display:block; }
.logo{width:100px; padding-left:10px;  float:left; padding-top:10px; padding-right:0px; }
.imgtext{color:black; text-shadow:0px 1px 3px black; }
.logomenu a{text-decoration:none; display:block;}

.mainmenu{ position:absolute; padding-top:40px; position:absolute;}
.mainmenuul{width:100%; margin:0; }
.mainmenuul li{list-style-type:none; float:left; text-decoration:none; padding-right:20px; }
.mainmenuul a{text-decoration:none; color:black; }
.mainmenuul a:hover{color:#efefef; transition:.3s; }

.slidecontainer {padding-top:10px;}
.slidecontainer a{text-decoration:none;}
.active, .dot:hover {background-color: teal;}
.fade {-webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade;animation-duration: 1.5s;}
.slidecontainer {margin:auto;position: relative;}
.slides {display:none;}

.mainrounded {margin:0 auto;width:100%;}
.mainrounded a{text-decoration:none; color:black;}
.mainrounded a:hover{color:white;}
.rounded{ background-color:orange;  width:270px; height:270px; margin:52px; padding:20px; float:left; color:black;}
.rounded:hover{background-color:darkgreen; transition:.3s; color:orange;}

.three{width:100%;}
.six{clear:both; width:100%;}
.h3 {text-align:center;}
.txt {text-align:center; margin:5px 5px 5px 5px;}
.top {clear:both; padding-top:20px; margin-bottom:20px;}
.top a{color:orange;}
.atop{background-color:teal;  text-decoration:none; padding:10px; border-radius:50%;}
.atop:hover{color:white; transition:.3s;}
.hr{width:70%; border:1px solid teal;}
.close{font-size:50px;}
.marq{float:right; width:80%; padding-left:10px; margin-top:30px; padding-top:0; }
.bgfont a:hover{background-color:red;}



/*add start*/
.dropbtn {
    font-size: 20px;
}

.dropdown {

    position: relative;
    display: inline-block;
}

.dropdown-content {
    margin-top: 1px;
    display: none;
    position: absolute;
    background-color:green;
    min-width: 160px;
    box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius:5px;
}

.dropdown-content a {

    color:orange;
    padding: 1px;
    text-decoration: none;
    display: block;}

.dropdown-content a:hover {background-color:none; }

.dropdown:hover .dropdown-content {
    display: block;

}

.dropdown:hover .dropbtn {
    transition:2s;
    background-color:none;
}

.modal {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    margin:auto;
    width: 50%;
}

/* The Close Button */
.close {
    color:white;
    float: right;
    font-size: 50px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color:red;
    text-decoration: none;
    cursor: pointer;
    transition:.3s;
}

#myBtn{display:none;}
/*add end*/







/*slideshow start*/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: auto;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  background-color: black;
}

/* 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);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: orange;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.slides {display:none;}
.fade {-webkit-animation-name: fade; -webkit-animation-duration: 1.5s; animation-name: fade;animation-duration: 1.5s;}
/*slideshow end*/


.result {
  text-decoration:none;
  color:red;
  background-color:white;
}

.result:hover {
  text-decoration:none;
  color:white;
  background-color:red;
}