nav {
  padding: 0.2rem 0;
}
#first-block, #second-block, #third-block, #fourth-block {
  padding:3.0rem 0;
}
#carousel {
  background:#d4ecff;
}
#first-block {
  background:#d4ecff;
}
#second-block {
  background:#d4ecff;
}
#third-block {
  background:#fff;
}
#fourth-block {
  background:#f8f8f8;
}
footer {
  background:#d4ecff;
  padding:1.0rem 0;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
  nav {
    padding: 0;
  }
}
.img-responsive {
  max-width: 100%;
  height: auto;
  display:block;
}
.logo {
  width: 75%;
}


/* slider css start */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.slideshow-container .mySlides {
  display: none; 
}
.slideshow-container img {vertical-align: middle; max-width: 100%; height: 100%;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}
  

/* 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: #717171;
}

/* 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) {
  .prev, .next,.text {font-size: 11px}
}

/* slider css end */