*{
	margin: 0px;
}
body{
	position: relative;
	font-family: 'Poppins';
}
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #333333;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  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);
}*/

/* 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: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.blk1 {
    display: flex;
	justify-content: center;
    align-items: center;
}
.site-image-slider {
    width: 65%;
}
.slider-right-block{
	width: 35%;
}
.site-icons{
    display: flex;
    justify-content: center;
    align-items: center;
 
}

.logo-vikas1 {
    width: 50%;
	text-align: center;
}
.logo-epistemo1 {
    width: 50%;
	text-align:center;
}
 
.header-block {
    border-bottom: 1px solid #cccccc;
    padding: 10px 40px;
}
.logo-vikas1 img, .logo-epistemo1 img {
    border: 1px solid #cccccc;
    padding: 50px;
}
.below-footer {
    background-color: #25273c;
    
    padding: 20px;
}

.below-footer {
    background: #25273c;
	align-items: center;
	text-align: center;
}
 
.social-icon-wrap {
    display: flex;
	justify-content: center;
    flex-wrap: wrap;
}
.social-icon-wrap .soc-item {
    padding-right: 20px;
}
.copyrt-text h4 {
    color: #ffffff;
    font-size: 16px;
}
.soc-item img {
    height: 16px;
}
h4.school-icon-title {
    text-align: center;
    padding-bottom: 20px;
    font-size: 24px;
	padding-top:30px;
}
.numbertext {
    display: none;
}
.text{
	display: none;
}
.botom-bullets {
    position: relative;
    top: -8px;
}
.site-logo img {
    height: 90px;
}
@media only screen and (max-width: 768px){
	.blk1{
		flex-direction: column-reverse;
	}
	.site-image-slider{
		width: 100%;
	}
	.site-icons{
		width: 100%;
	}
	.below-footer{
		display: block;
		text-align: center;
	}
	.copyrt-text{
		width: 100%;
	}
	.social-icon-wrap{
		width: 100%;
	}
	.slider-right-block{
		width: 100%;
	}
	.text{
		width: auto !important;
	}
	.dot{
		height: 10px;
		width: 10px;
	}
	.logo-vikas1, .logo-epistemo1{
		margin-bottom: 20px;
	}
	.logo-vikas1 {
    text-align: right;
    padding-right: 20px;
	}
	.site-logo {
    text-align: center;
}
.logo-epistemo1 {
    text-align: left;
    padding-left: 20px;
}
}
@media screen and (min-width:769px) and (max-width:992px){
	.logo-vikas1 img, .logo-epistemo1 img{
		padding: 35px;
	}
}
@media screen and (max-width:442px){
	.logo-vikas1 img, .logo-epistemo1 img{
		padding: 35px;
	}
	.logo-epistemo1 {
    text-align: initial;
    padding-left: initial;
}
.logo-vikas1 {
    text-align: center;
    padding-right: initial;
}
}
.below-footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}