/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {

    }
 
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {

.breadcrumb-wrapper h3 {
  letter-spacing: 10px;
}
    
    }
 
/* Large Mobile :480px. */
@media only screen and (min-width: 481px) and (max-width: 767px) {
.container {width:450px}
.portfolio-menu button {
  margin: 10px 0;
}
.copyright {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.social-area {
  display: block;
  text-align: center;
}
    }
 /* small mobile :320px. */
@media (max-width: 480px) {
.container {width:300px}
.main-slider-content > h2 {
  font-size: 25px;
}
.slider-content > h2 {
  font-size: 25px;
}
.hero-caption.height-70-vh .hero-text .slider-content.text-right > h2 {
  margin-top: 35px;
}
.hero-caption.height-70-vh .hero-text .slider-content > p {
  font-size: 12px;
}
.slider-content .cd-headline.clip.is-full-width {
  margin-top: 45px;
  padding-bottom: 0;
}
.cd-headline.clip.is-full-width > span {
  font-size: 21px;
  line-height: 20px;
  padding: 0;
}
.copyright-area.text-left {
  padding: 0 10px;
  text-align: center;
}
.copyright {
  display: block;
  padding-bottom: 10px;
  text-align: center;
}
.social-area {
  display: block;
  text-align: center;
}
 a#scrollUp {
  bottom: 45px;
  height: 30px;
  line-height: 30px;
  right: 27px;
  width: 30px;
}
    }