/* Hero Slider Common Style */
.hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
  font-size: 24px;
  width: 60px;
  height: 60px;
  -webkit-transition: all 0.0s ease 0s;
  transition: all 0.0s ease 0s;
  opacity: 0;
  color: #000;
  border: 1px solid #E5E5E5;
  border-radius: 50px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-button-prev, .hero-slider .swiper-button-next {
    font-size: 18px;
    width: 44px;
    height: 44px;
  }
}
.hero-slider .swiper-button-prev::after, .hero-slider .swiper-button-next::after {
  font-size: inherit;
}
.hero-slider .swiper-button-prev:hover, .hero-slider .swiper-button-next:hover {
  color: #fff;
  border-color: rgba(var(--primary-color));
  background-color: rgba(var(--primary-color));
}
.hero-slider .swiper-button-prev {
  left: 18px;
}
.hero-slider .swiper-button-next {
  right: 18px;
}
.hero-slider .swiper-pagination {
  bottom: 50px !important;
  left: 365px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .hero-slider .swiper-pagination {
    left: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slider .swiper-pagination {
    left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slider .swiper-pagination {
    left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slider .swiper-pagination {
    bottom: 20px !important;
    left: 30px;
  }
}
.hero-slider .swiper-pagination-bullet {
  border-radius: 50%;
}
.hero-slider .swiper-pagination-bullet::before {
  border-radius: 50%;
}
.hero-slider:hover .swiper-button-prev, .hero-slider:hover .swiper-button-next {
  visibility: visible;
  opacity: 1;
}

/* Hero Slider One */
.hero-slide-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 740px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: linear-gradient(to right, rgba(10,30,40,.1), rgba(10,30,40,0)), url();
  
}
@media only screen and (min-width: 1200px){
  .hero-slide-1 {
    height: 700px;    
    background-image: linear-gradient(to right, rgba(5,20,30,.4), rgba(5,20,30,0)), url("https://www.mwmportfolio.com/hubfs/Portfolio/Home/Mike-Portfolio-Home-Soft.png");
    /*background-image: url();*/
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1 {
    height: 600px;
    /*background-image: url();*/
    background-image: linear-gradient(to right, rgba(5,20,30,.5), rgba(5,20,30,0)), url("https://www.mwmportfolio.com/hubfs/Portfolio/Home/Mike-Portfolio-Home-Soft.png");
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1 {
    height: 500px;
    text-align: left;
    background-position: right center;
    /*background-image: url();*/
    
    background-image: linear-gradient(to right, rgba(5,20,30,.65), rgba(5,20,30,.1)), url("https://mwmportfolio.com/hubfs/Mike-Portfolio-Home-Mobile.png");
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1 {
    height: 475px;
    background-position: right center;
    /*background-image: url();*/
    background-image: linear-gradient(to right, rgba(5,20,30,.75), rgba(5,20,30,0)), url("https://mwmportfolio.com/hubfs/Mike-Portfolio-Home-Mobile.png");

    
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-1 {
    height: auto;
    padding-top: 50px;
    padding-bottom: 5px;
    background-position: center center;
    background-image: none;
    /*background-image: url();*/
    /*background-image: image-url();*/
    /*background-image: linear-gradient(to right, rgba(5,20,30,.85), rgba(5,20,30,.25)), url("https://mwmportfolio.com/hubfs/Mike-Portfolio-Home-Mobile.png");*/
    
    
  }
}
.hero-slide-1-content {
  max-width: 570px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1-content {
    max-width: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1-content {
    max-width: 390px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1-content {
    max-width: 285px;
  }
}
@media only screen and (max-width: 575px) {
  .hero-slide-1-content {
    max-width: 390px;
  }
}

.hero-slide-1-content-shadow{
  text-shadow: 2px 2px 4px #000000;
}

.hero-slide-1-content > * {
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.0s;
          transition-duration: 0.0s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 100;
}
.hero-slide-1-content > *:nth-child(1) {
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
}
.hero-slide-1-content > *:nth-child(2) {
  -webkit-transition-delay: 0.0s;
          transition-delay: 0.0s;
}
.hero-slide-1-content > *:nth-child(3) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.hero-slide-1-content > *:nth-child(4) {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.hero-slide-1-content p:nth-child(1) {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  /*background-color: #f4d9c2;*/
  border-radius: 5px;
  padding: 10px 15px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-slide-1-content p:nth-child(1) {
    font-size: 12px;
  }
}
h1 {
  line-height: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 76px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 68px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 52px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 40px;
  }
  
  p {
  max-width: 460px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p {
    font-size: 13px;
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 13px;
    max-width: 475px;
  }
}
p:not(:last-child) {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  p:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  p:not(:last-child) {
    margin-bottom: 10px;
  }
}


.hero-slide-1-image {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 100;
}

/* Active Slide Animation */
.swiper-slide-active .hero-slide-1-content > * {
  -webkit-transform: translateX(1);
          transform: translateX(1);
  opacity: 1;
}
.swiper-slide-active .hero-slide-1-image {
  -webkit-transform: translateX(1);
          transform: translateX(1);
  opacity: 1;
}
.hero-slide-1-content.text-end p {
	margin-left: auto;
}
.hero-slide-1-content.text-center p {
	margin-left: auto;
  margin-right: auto;
}


