.topnav {
  overflow: hidden;
  background-color:white;
  font-family: "muli-bold";
  margin-top:20px;
  margin-bottom:10px;
      float: right;
    margin-right: 4%;
}

.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 16px 11px;
  text-decoration: none;
  font-size: 14px;
  font-family: "muli-bold";
  line-height:175%;
  font-weight:400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.active {
  
  color:#0099ff !important;
}

#ac{
  margin-left:0px;  
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropbtn a{
    position:relative;
    top:-15px;
}

@media screen and (max-width: 600px){
   
   .fa-caret-down{
       
       display:none;
   }
   .dropdown  .fa-caret-down{
       
       display:none;
   }
   .dropbtn a{
    position:relative;
    top:0px;
    left:-10px;
    padding-top:5px;
}
    
}

.dropdown .dropbtn {
    
  border: none;
  outline: none;
  color: black;
  padding: 15px 9px;
  background-color: inherit;

  margin: 0;
  
  font-size: 14px;
  font-family: "muli-bold";
  line-height:175%;
  font-weight:400;
  letter-spacing:1px;
  text-transform: uppercase;
}

.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: 10;
  top:80px;
}

@media screen and (max-width: 1100px) {
    .dropdown-content {top:180px;}
}
@media screen and (max-width: 600px) {
    .dropdown-content {top:-15px;}
    
}
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-family: "opensans-light";
  font-size:14px;
  line-height:175%;
  letter-spacing:1px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  
  color: #0099ff;
}

.dropdown-content a:hover {
  background-color: white;
  color: #0099ff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/*   .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  } */

@media screen and (max-width: 600px) {

  .topnav a, .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
    
  }
 #ac {
  margin-left:0px;
  
  margin-top:0px;
} 





}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right:0px;
    
    
  }
  .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;

  }
  
}




.mySlides {display: none;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  height:500px;
  position: relative;
  margin-bottom:10px;
}
.slideshow-container img{
	height:500px;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  font-family: "RobotoRegular";
  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;
  font-family: "RobotoRegular";
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}



/* 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}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media only screen and (max-width: 600px){
	
	/* Slideshow container */
.slideshow-container {
  width: 100%;
  height:500px;
  position: relative;
  margin-bottom:10px;
}
.slideshow-container img{
	height:500px;
}
}



.slider-side{
	
	width:50%;
	right:0px;
	background-color:white;
	opacity:.8;
	height:500px;
	position:absolute;
	top:0px;
	z-index:1;
}

.slider-side a{
   text-decoration:none; 
}
.slider-side-head{
	position:absolute;
	top:80px;
	font-size:300%;
	width:70%;
	height:auto;
	padding:10px;
	z-index:5;
	left:15%;
	color:#0088cc;
	letter-spacing:2px;
	font-family: "opensans-light";
	font-weight:700;
}

.slider-side-para{
	position:absolute;
	top:230px;
	width:70%;
	height:auto;
	line-height:125%;
	left:15%;
	z-index:5;
	font-size:109%;
	color:black;
	font-family: "muli-regular";
	font-weight:400;
}	

.slider-side-btn1{
	position:absolute;
	background-color:#0099ff;
	color:white;
	width:30%;
	padding:14px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-family: "opensans-regular";
	font-size:16px;
    top:360px;
	left:15%;
	border-radius:4px;
	z-index:500;
	line-height:150%;
}
.slider-side-btn1:hover{
	background-color:blue;
}
.slider-side-btn2{
	
	position:absolute;
	background-color:white;
	border:2px solid #0099ff;
	color:#0099ff;
	width:30%;
	padding:12px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-family: "opensans-regular";
	font-size:16px;
    top:360px;
	left:50%;
	border-radius:4px;
	z-index:500;
	line-height:150%;
	
	
}
.slider-side-btn2:hover{
background-color:#0099ff;
border:2px solid #ffffff;
color:white;
}



@media only screen and (max-width: 1100px)
{
	.slider-side{
	
	width:100%;
	right:0px;
	background-color:white;
	opacity:.8;
	height:260px;
	position:absolute;
	top:0px;
	
}
.slider-side-head{
	position:absolute;
	top:5px;
	font-size:25px;
	width:96%;
	height:auto;
	padding:5px;
	z-index:5;
	left:2%;
	color:#0099ff;
	letter-spacing:1px;
	text-align:center;
}

.slider-side-para{
	position:absolute;
	top:70px;
	width:94%;
	height:auto;
	left:3%;
	z-index:5;
	font-size:16px;
	color:black;
	text-align:center;
}	

.slider-side-btn1{
	position:absolute;
	background-color:#0099ff;
	color:white;
	width:200px;
	
	left:40%;
	
	padding:10px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-family: "RobotoMedium";
	font-size:18px;
    top:150px;
	border-radius:4px;
	z-index:5;
	
}
.slider-side-btn1:hover{
	background-color:blue;
}
.slider-side-btn2{
	
	position:absolute;
	background-color:white;
	border:2px solid #0099ff;
	color:#0099ff;
	width:200px;
	
	left:40%;
	
	padding:8px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-family: "RobotoMedium";
	font-size:18px;
    top:200px;
	border-radius:4px;
	z-index:5;
	
}
.slider-side-btn2:hover{
background-color:#0099ff;
border:2px solid #ffffff;
color:white;
}
}


@media only screen and (max-width: 600px)
{
	.slider-side{
	
	width:100%;
	right:0px;
	background-color:white;
	opacity:.8;
	height:500px;
	position:absolute;
	top:0px;
	
}
.slider-side-head{
	position:absolute;
	top:10px;
	font-size:200%;
	width:90%;
	height:auto;
	padding:5px;
	z-index:5;
	left:5%;
	color:#0099ff;
	letter-spacing:1px;
}

.slider-side-para{
	position:absolute;
	top:110px;
	width:80%;
	height:auto;
	left:10%;
	z-index:5;
	font-size:17px;
	color:black;
}	

.slider-side-btn1{
	position:absolute;
	background-color:#0099ff;
	color:white;
	width:60%;
	padding:10px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-family: "RobotoMedium";
	font-size:18px;
    top:260px;
	left:20%;
	right:20%;
	border-radius:4px;
	z-index:5;
	
}
.slider-side-btn1:hover{
	background-color:blue;
}
.slider-side-btn2{
	
	position:absolute;
	background-color:white;
	border:2px solid #0099ff;
	color:#0099ff;
	width:50%;
	padding:8px;
	height:auto;
	cursor:pointer;
	text-align:center;
	font-size:18px;
    top:350px;
	left:25%;
	right:25%;
	border-radius:4px;
	z-index:10;
	opacity:1;
	
}
.slider-side-btn2:hover{
background-color:#0099ff;
border:2px solid #ffffff;
color:white;
}
}
