#slider-index {
  background-image: url("../images/parallax/Elements-Home-Page.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

/* @media (max-width: 768px) {
  #slider-index {
    background-image: url("../images/parallax/Elements-768.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

}

@media (min-width: 769px) and (max-width: 1024px) {
  #slider-index {
    background-image: url("../images/parallax/Elements-1024.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

} */

#slider p {
  font-weight: 300;
  font-size: 20px;
  font-family: "Lato", sans-serif;
  margin-top: 0px;
}

#slider .section .container h1 {
  color: #fff;
  font-size: 2.2em;
  font-weight: 400 !important;
  margin-bottom: 0px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (min-width: 767px) and (max-width: 1200px) {
  #main-heading .section .container h1 {
    color: #fff;
    font-size: 1em;
    font-weight: 400 !important;
    margin-bottom: 0px;
    line-height: 1.5;
    letter-spacing: 0;
}
}

#footer {
  margin-top: 0px !important;
}

#section-bureau {
  background: url("../images/portfolio/index/sb-slider.webp");
  background-position: center center;
  background-size: cover;
  min-height: 293px;
}

#section-home-em {
  background: url("../images/portfolio/index/em-slider.webp");
  background-position: center center;
  background-size: cover;
  min-height: 293px;
}

#section-home-ep {
  background: url("../images/portfolio/index/ep-slider.webp");
  background-position: center center;
  background-size: cover;
  min-height: 293px;
}

/*Partnership Styles*/
/*/////////////////////////////////////////////////////////////////*/
#section-about-partnership {
  background: url("");
  background-position: center center;
  background-size: cover;
  padding-top: 20;
  padding-bottom: 20px;
}

#section-about-partnership i {
  font-size: 5.5em;
  color: #355aa0;
  margin-bottom: 15px;
}

#section-about-partnership h2 {
  color: #333;
  font-size: 24px;
  letter-spacing: 1.1;
}

#partnership-p {
  font-size: 24px;
}

.pm-block-btn {
  transition: transform 0.3s; /* Animation */
}

.button2 {
  display: inline-block;
  position: relative;
  outline: 0;
  white-space: nowrap;
  border-radius: 2px;
  background-color: #fff;
  border: 2px solid #355aa0;
  color: #355aa0;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  height: 40px;
  letter-spacing: 2px;
  line-height: 36px;
  padding: 0 22px;
  width: auto;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button2:hover{
  background-color: transparent;
  color: #355aa0;
  font-weight: 600;
  border: 2px solid #355aa0;
  transition: 0.5s;
  /* text-shadow: 1px 1px #888; */
}

li {
  list-style: none;
  list-style-position: outside;
}

ul >li {
  line-height: 0;
}

#slider.section {
  background-image: url(../images/parallax/index-slider.webp);
  background-size: cover;
  background-position: center center;
}

#slider .emphasis-title {
  max-width: none;
}

.device-sm #slider .emphasis-title {
  max-width: 95%;
 
}

.device-md #slider .emphasis-title {
  max-width: 100%;
}

.device-lg #slider .emphasis-title {
  max-width: 55%;
}

@media (max-width: 991px) {


  #slider-index {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 293px;
  }

  #slider .section .container h1,
  #slider .section .container-fluid h1 {
    font-size: 30px;
  }

  #slider .section .container p,
  #slider .section .container-fluid p {
    font-size: 20px;
  }


}

@media (min-width: 1000px) and (max-width: 1400px) {
  
  
  #slider .emphasis.title {
    max-width: 70%;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #slider .emphasis.title {
    max-width: 70%;
  }

  
}

@media (min-width: 1401px) {
  #slider .emphasis.title {
    max-width: 60%;
  }
}

@media (min-width: 1200px) and (max-width: 2560px) {

  #slider {
    height: 550px;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  #slider {
    height: 480px;
  }
}



@media (max-width: 479px) and (min-width: 319px) {
  #slider {
    height: 705px;
    
  }
}