/*
-----------------------------------------------------------------------
	Demo Panel CSS
-----------------------------------------------------------------------
*/
.header-area.header-demo-style.transparent:not(.sticky) {
  border-bottom: 1px solid #de3829;
}

.header-area.header-demo-style.transparent.sticky {
  border-bottom: none;
}

.header-area.header-demo-style.sticky-header.sticky.transparent {
  padding: 31px 0 34px;
}

.header-area.header-demo-style.transparent:not(.sticky) .main-menu > li > a {
  padding-bottom: 0;
}

.header-area.header-demo-style.transparent.sticky .main-menu > li > a {
  padding-bottom: 0;
}
.header-area.header-demo-style.transparent.sticky .main-menu > li > a:focus {
  color: #eb4435;
}

@media only screen and (max-width: 991px) {
  .header-area.header-demo-style.transparent:not(.sticky).header-right-align .header-right {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-demo-style.transparent:not(.sticky).header-right-align .header-right {
    display: none;
  }
}

@media only screen and (max-width: 991px) {
  .header-area.header-demo-style.transparent.sticky.header-right-align .header-right {
    justify-content: flex-end;
  }
}
@media only screen and (max-width: 575px) {
  .header-area.header-demo-style.transparent.sticky.header-right-align .header-right {
    display: none;
  }
}

.header-area.header-demo-style.sticky-header.sticky .header-action-area button,
.header-area.header-demo-style.sticky-header.sticky .header-action-area a {
  color: #fff;
}

.home-slider-area.slider-demo-page {
  background-color: #eb4435;
  background-attachment: fixed;
  height: 710px;
  align-items: center;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-demo-page {
    height: 605px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-demo-page {
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-demo-page .slider-content-area {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-demo-page .slider-content-area {
    padding-left: 35px;
  }
}
.home-slider-area.slider-demo-page .slider-content-area h1 {
  color: #fff;
  font-size: 118px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-demo-page .slider-content-area h1 {
    font-size: 70px;
    margin-bottom: 0;
  }
}
.home-slider-area.slider-demo-page .slider-content-area p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 46px;
}
@media only screen and (max-width: 767px) {
  .home-slider-area.slider-demo-page .slider-content-area p {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .home-slider-area.slider-demo-page .slider-content-area p {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
  }
}
.home-slider-area.slider-demo-page .shape-layer {
  position: absolute;
  right: 0;
  top: 160px;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-demo-page .shape-layer {
    max-width: 460px;
    top: 200px;
  }
}
@media only screen and (max-width: 991px) {
  .home-slider-area.slider-demo-page .shape-layer {
    display: none;
  }
}
.home-slider-area.slider-demo-page .shape-layer img {
  max-width: none;
}
@media only screen and (max-width: 1199px) {
  .home-slider-area.slider-demo-page .shape-layer img {
    width: 100%;
  }
}

.features-area {
  padding: 75px 0 72px;
}
.features-area .features-slider {
  display: flex;
  justify-content: center;
}
.features-area .feature-box {
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
}
.features-area .feature-box h6 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  max-width: 65%;
  margin-bottom: 26px;
}
@media only screen and (max-width: 1199px) {
  .features-area .feature-box h6 {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .features-area .feature-box h6 {
    font-size: 20px;
  }
}
.features-area .feature-box p {
  color: #666;
  font-size: 15px;
}

.homepages-demos-area {
  background-color: #e4e9ec;
  padding: 80px 0 100px;
}
.homepages-demos-area .homepages-demos-top .section-title {
  margin-bottom: 82px;
}
.homepages-demos-area .homepages-demos-top .section-title h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .homepages-demos-area .homepages-demos-top .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .homepages-demos-area .homepages-demos-top .section-title h2 {
    font-size: 28px;
  }
}
.homepages-demos-area .homepages-demos-top .section-title p {
  color: #666;
  font-size: 17px;
}
.homepages-demos-area .homepages-demos-top .section-title p strong {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .homepages-demos-area .homepages-demos-top .section-title p br {
    display: none;
  }
}
.homepages-demos-area .homepages-demos-content .container-fluid {
  padding: 0 100px;
}
@media only screen and (max-width: 575px) {
  .homepages-demos-area .homepages-demos-content .container-fluid {
    padding: 0 40px;
  }
}

.demos-item .thumb {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.7s;
}
.demos-item .thumb a {
  display: block;
}
.demos-item .thumb a img {
  width: 100%;
}
.demos-item .demos-txt {
  text-align: center;
}
.demos-item .demos-txt h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
}
.demos-item .demos-txt h4 a {
  color: #000;
  display: block;
  padding: 44px 15px 40px;
}
.demos-item .demos-txt h4 a:hover {
  color: #ff1d5d;
}
.demos-item:hover .thumb {
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.2);
  transform: translateY(-10px);
}
.demos-item:hover .demos-txt h4 a {
  color: #ff1d5d;
}

.portfoliopages-demos-area {
  background: #7facaa;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 130px 0 100px;
}
.portfoliopages-demos-area .section-title {
  margin-bottom: 75px;
}
.portfoliopages-demos-area .section-title h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .portfoliopages-demos-area .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .portfoliopages-demos-area .section-title h2 {
    font-size: 28px;
  }
}
.portfoliopages-demos-area .section-title p {
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .portfoliopages-demos-area .section-title p br {
    display: none;
  }
}

.portfolio-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .portfolio-list {
    display: block;
    text-align: center;
  }
  .portfolio-list .portfolio-item {
    width: 50%;
    float: left;
  }
}

.portfolio-single-demos-area {
  padding-bottom: 100px;
}
@media only screen and (max-width: 575px) {
  .portfolio-single-demos-area .container {
    padding: 0 40px;
  }
}
.portfolio-single-demos-area .section-title {
  margin-bottom: 75px;
}
.portfolio-single-demos-area .section-title h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .portfolio-single-demos-area .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-demos-area .section-title h2 {
    font-size: 28px;
  }
}
.portfolio-single-demos-area .section-title p {
  color: #666;
  font-size: 17px;
}
.portfolio-single-demos-area .section-title p strong {
  color: #000;
}
@media only screen and (max-width: 1199px) {
  .portfolio-single-demos-area .section-title p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .portfolio-single-demos-area .demos-item .thumb img {
    width: 100%;
  }
}

.blogpages-demos-area {
  background-color: #c9628b;
  padding: 130px 0;
}
@media only screen and (max-width: 575px) {
  .blogpages-demos-area .container {
    padding: 0 40px;
  }
}
.blogpages-demos-area .section-title {
  margin-bottom: 75px;
}
.blogpages-demos-area .section-title h2 {
  color: #fff;
  font-size: 48px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .blogpages-demos-area .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .blogpages-demos-area .section-title h2 {
    font-size: 28px;
  }
}
.blogpages-demos-area .section-title p {
  color: #fff;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .blogpages-demos-area .section-title p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .blogpages-demos-area .demos-item .thumb img {
    width: 100%;
  }
}
.blogpages-demos-area .demos-item .demos-txt h4 a {
  color: #fff;
}

.shoppages-demos-area {
  background-color: #e4e9ec;
  padding: 130px 0;
}
@media only screen and (max-width: 575px) {
  .shoppages-demos-area .container {
    padding: 0 40px;
  }
}
.shoppages-demos-area .section-title {
  margin-bottom: 75px;
}
.shoppages-demos-area .section-title h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 991px) {
  .shoppages-demos-area .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .shoppages-demos-area .section-title h2 {
    font-size: 28px;
  }
}
.shoppages-demos-area .section-title p {
  color: #000;
  font-size: 17px;
}
@media only screen and (max-width: 1199px) {
  .shoppages-demos-area .section-title p br {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .shoppages-demos-area .demos-item .thumb img {
    width: 100%;
  }
}

.otherpages-demos-area {
  background-color: #fff;
  padding: 130px 0;
}
@media only screen and (max-width: 575px) {
  .otherpages-demos-area .container {
    padding: 0 40px;
  }
}
.otherpages-demos-area .section-title {
  margin-bottom: 75px;
}
.otherpages-demos-area .section-title h2 {
  color: #000;
  font-size: 48px;
  margin-bottom: 115px;
}
@media only screen and (max-width: 991px) {
  .otherpages-demos-area .section-title h2 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 575px) {
  .otherpages-demos-area .section-title h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .otherpages-demos-area .demos-item .thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer-area.footer-demos-area .footer-bottom.footer-bottom-style-two {
    padding-bottom: 15px;
    text-align: center;
  }
  .footer-area.footer-demos-area .footer-bottom.footer-bottom-style-two .widget-copyright.copyright-style-two {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .footer-area.footer-demos-area .footer-bottom.footer-bottom-style-two .widget-social-icons.social-icons-style-two {
    justify-content: center;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 479.98px) {
  .footer-area.footer-demos-area .footer-bottom.footer-bottom-style-two .container-fluid {
    padding: 0 15px;
  }
  .footer-area.footer-demos-area .footer-bottom.footer-bottom-style-two .widget-menu-wrap .nav-menu.nav-menu-two li a {
    font-size: 11px;
  }
}