/*----------------------------------------------------------------------------------------------------------------------------
>>> TABLE OF CONTENTS:
------------------------------------------------------------------------------------------------------------------------------

# BANNER
  - Layout 
  - Buttons

-----------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------------------------------------------------------------------
# BANNER
---------------------------------------------------------------------------------------------------------------------------------*/

/* Layout - Style 1
--------------------------------------------- */
.intro-banner.style1.masthead{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  
}

.intro-banner.style1 .masthead__bg::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.intro-banner.style1 .intro-banner-content {
}
.intro-banner.style1 .sub-heading {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: var(--font-headings);
  line-height: normal;
  margin-bottom: 10px;

}
.intro-banner.style1 .heading {
  color: #ffffff;

  text-transform: uppercase;
  font-family: var(--font-titles);
  font-weight: 500;
 
  
}


.intro-banner.style1 .heading p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
}


.intro-banner.style1  .-line {
  width: 1px;
  height: 48px;
  background-color: white;
  margin-top: 3px;
}

.intro-banner.style1 .description {
 font-family: var(--font-headings);
  width: 50%;
 margin: 0 auto;
 color: #ffffff;
 font-weight: 500;
}

.intro-banner.style1 .description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
  color: inherit;
}

/* XL */
@media (max-width: 1199px) {

}

/* LG */
@media (max-width: 991px) {
.intro-banner.style1 .description {
  width: 80%;
}
}

/* MD */
@media (max-width: 767px) {
 

}

/* SM */
@media (max-width: 575px) {

}

/* XS */
@media (max-width: 479px) {

}




/* Layout - Style 2
--------------------------------------------- */
.intro-banner.style2.masthead{
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  height: calc(100vh - 0px);
  display: flex;
  align-items: center;
  
}

.intro-banner.style2 .masthead__bg::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.intro-banner.style2 .intro-banner-content {
}
.intro-banner.style2 .sub-heading {
  color: #ffffff;
  font-family: var(--font-primary);  
  margin-bottom: 0;

}
.intro-banner.style2 .heading {
  color: #ffffff; 
  font-family: var(--font-headings);
  font-weight: 500;  
  margin-bottom: 30px;
  
}
.intro-banner.style2 .heading p {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
}


.intro-banner.style2 .description {
 font-family: var(--font-primary);   
 color: #ffffff;

 width: 70%;
 margin: 0 auto;
}

.intro-banner.style2 .description p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 0;
  color: inherit;
}


/* XL */
@media (max-width: 1199px) {

}

/* LG */
@media (max-width: 991px) {

}

/* MD */
@media (max-width: 767px) {



}

/* SM */
@media (max-width: 575px) {

}

/* XS */
@media (max-width: 479px) {

}






/* Buttons
--------------------------------------------- */

.intro-banner.style1.masthead {

}
.intro-banner.style1.masthead .masthead__scroll,
.intro-banner.style2.masthead .masthead__scroll {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  

  background-image: url('../images/icons/icon_scroll_text.svg');
  background-repeat: no-repeat;

  background-position: center center;
  height: 90px;
  width: 150px;
}



/* XL */
@media (max-width: 1199px) {

}

/* LG */
@media (max-width: 991px) {

  .intro-banner.style1.masthead.-type-6 .masthead__scroll,
  .intro-banner.style2.masthead.-type-6 .masthead__scroll {
   height: 75px;
width: 100px;
  }

}

/* MD */
@media (max-width: 767px) {



}

/* SM */
@media (max-width: 575px) {

}

/* XS */
@media (max-width: 479px) {

}



.mini-banner .heading-section,
.mini-banner .description p {
  margin-bottom: 0 !important;
}