/* responsive breakpoints */
.container {
  padding: 0;
  margin: 0 auto; }
  @media (max-width: 991.98px) {
    .container {
      padding: 0 16px !important; } }

.parrallax-content p a {
  text-decoration: none;
  border-bottom: 2px solid #0071b3;
  color: #0071b3 !important; }

.bgcolor-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

.section-background {
  background-attachment: fixed;
  background-position: center;
  background-size: cover; }

.parallaxScrollingSction {
  min-height: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  position: relative; }
  @media (max-width: 768.98px) {
    .parallaxScrollingSction {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #FFF;
      width: 100%; } }
  .parallaxScrollingSction.section-background {
    background-attachment: fixed;
    background-position: center;
    background-size: cover; }
  .parallaxScrollingSction.sectionFixed {
    background-attachment: inherit;
    background-position: center;
    background-size: cover; }
  .parallaxScrollingSction .tile-link {
    color: inherit;
    text-decoration: none; }
  .parallaxScrollingSction.text-align-left {
    text-align: left; }
  .parallaxScrollingSction.text-align-right {
    text-align: right; }
  .parallaxScrollingSction.text-align-center {
    text-align: center; }
  .parallaxScrollingSction .parallexSection {
    max-width: 50%; }
    @media (max-width: 991.98px) {
      .parallaxScrollingSction .parallexSection {
        max-width: 100%; } }
    .parallaxScrollingSction .parallexSection p {
      font-size: 1em;
      line-height: 1.8;
      margin-bottom: 20px;
      font-weight: 400; }
      .parallaxScrollingSction .parallexSection p span {
        color: inherit !important; }
    .parallaxScrollingSction .parallexSection .btn {
      border-radius: 800px;
      padding: 10px 20px;
      font-size: 16px; }
