
 	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/  
@media only screen and (max-width: 99999px){
	.slider_back{ 
		width: 100%;
		height: 555px;
	}	
.slider {
  margin: 0 auto;
  max-width: 100%;
}
.slide_viewer {
  height: 340px;
  overflow: hidden;
  position: relative;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide h1{
	font-weight:600;
	font-family: Poppins; 
	width: 50%;
	height: auto;
	font-size: 39px;
	margin-top:99px;
	position: relative;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
	color: #545454;
   left: 5%;
	 background-image: linear-gradient(45rad,rgba(248,252,189,0.90), rgba(167,253,255,0.30));
	border-bottom: 2px solid #545454;
	border-left: 2px solid #545454;
	border-right: 2px solid #545454;
}
.slide:first-child {
  display: block;
}
.slide:nth-of-type(1) {
  background-image: url(../b.jpg);
background-size: cover;
}
.slide:nth-of-type(2) {
    background-image: url(../a.jpg);
background-size: cover;
}
.slide:nth-of-type(3) {
    background-image: url(../c.jpg);
background-size: cover;
} 	
.slide:nth-of-type(4) {
    background-image: url(../d.jpg);
background-size: cover;
}	
.slide:nth-of-type(5) {
    background-image: url(../e.jpg);
background-size: cover;
} 
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
	margin-top: -66px;
  text-align: center;
}
a.slide_btn {
	margin-top: -133px;
	color: darkgoldenrod;
  font-size: 66px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: yellow;
  cursor: pointer;
}
.directional_nav {
  height: 140px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: 0px;
}


}

 	
/*▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓   GUI UX | UI   DESKTOP   ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓*/  
@media only screen and (max-width: 1333px){
.slider_back{ 
		width: 100%;
		height: 266px;
	}	
.slider {
  margin: 0 auto;
  max-width: 100%;
}
.slide_viewer {
  height: 233px;
  overflow: hidden;
  position: relative;
}
.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}
.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;
}
.slide h1{
	font-weight:600; 
	font-family: Poppins; 
	width: 100%; 
	height: auto;
	font-size: 21px;
	margin-top:99px;
	position: relative;
	
	border-bottom-right-radius:0px;
	border-bottom-left-radius: 0px;
	color: #545454;
   left: 0%;
	 background-image: linear-gradient(45rad,rgba(248,252,189,0.90), rgba(167,253,255,0.30));
		border-bottom: 0px solid #545454;
	border-left:0px solid #545454;
	border-right: 0px solid #545454;
}
.slide:first-child {
  display: block;
}
.slide:nth-of-type(1) {
  background-image: url(../b1.jpg);
background-size: cover;
}
.slide:nth-of-type(2) {
    background-image: url(../a1.jpg);
background-size: cover;
}
.slide:nth-of-type(3) {
    background-image: url(../c1.jpg);
background-size: cover;
} 
.slide:nth-of-type(4) {
background-image: url(../d1.jpg);
background-size: cover;
}	
.slide:nth-of-type(5) {
    background-image: url(../e1.jpg);
background-size: cover;
} 
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
	margin-top: -66px;
  text-align: center;
}
a.slide_btn {
	margin-top: -133px;
	color: darkgoldenrod;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: yellow;
  cursor: pointer;
}
.directional_nav {
  height: 140px;
  margin: 0 auto;
  max-width: 940px;
  position: relative;
  top: 0px;
}
}