/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
  clear: both;
  float: left;
  margin: 0;
  width: 100%;
}

#header-wrapper .main-title-section-wrapper {
  position: relative;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper {
  position: static;
}

.main-title-section-container {
  clear: both;
  float: left;
  margin: 0;
  padding: 75px 0 90px;
  width: 100%;
}

.main-title-section {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.main-title-section h1 {
 font-size: clamp(1.875rem, 1.3177rem + 2.5478vw, 4.375rem); /* Min-30 & Max-70 */ 
  text-transform: none;
  margin-top: 0;
  word-break: break-all;
}

.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: 400;
}

.breadcrumb a:not(:focus) {
  text-decoration: none;
}

.breadcrumb span.breadcrumb-default-delimiter:not(.current) {
  display: inline-block;
  margin: 0px 12px;
  padding: 0;
}

.breadcrumb .breadcrumb-default-delimiter:last-child {
  display: none;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
  content: "";
  background-color: currentColor;
  display: inline-block;
  height: 14px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 14px;
  mask-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M13.9,7C10.7,7,9,5.1,8.2,3.5C7.7,2.6,7.4,1.7,7.2,1.1C7.1,0.4,7,0,7,0l0,0l0,0c0,0,0,0.4-0.2,1.1C6.6,1.7,6.3,2.6,5.8,3.5 C5,5,3.3,6.9,0.3,7C0.2,7,0.1,7,0,7h0v0h0v0h0c0.1,0,0.2,0,0.3,0C3.3,7.1,5,8.9,5.8,10.5c0.5,0.9,0.8,1.8,0.9,2.4 C6.9,13.6,7,14,7,14l0,0l0,0c0,0,0-0.4,0.2-1.1c0.2-0.6,0.4-1.5,0.9-2.4C9,8.9,10.7,7,13.9,7L13.9,7L13.9,7L13.9,7L13.9,7z'/%3E%3C/svg%3E%0A");
  mask-repeat: no-repeat;
  
}

.main-title-section h1,
.breadcrumb {
  hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.main-title-section-wrapper > .main-title-section-bg,
.main-title-section-wrapper > .main-title-section-bg:after {
  content: "";
  height: 100% !important;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  pointer-events: none;
}

.home #header-wrapper .main-title-section-wrapper .main-title-section-container {
    display: none;
}


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
  color: var(--wdtBodyTxtColor);
}

.main-title-section h1 {
  color: var(--wdtHeadAltColor);
}

.breadcrumb a {
  color: var(--wdtHeadAltColor); text-transform: capitalize;
}

.breadcrumb span.current {
  color: var(--wdtBodyTxtColor);
}

.breadcrumb span {
  text-transform: capitalize;
}

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after {
  opacity: 0.5;
}

.main-title-section-wrapper.overlay-wrapper > .main-title-section-bg:after
{
    background-color: var(--wdtTertiaryColor);
}

.main-title-section-wrapper.overlay-wrapper.dark-bg-breadcrumb > .main-title-section-bg:after
{
    background-color: var(--wdtHeadAltColor);
}

.main-title-section-wrapper > .main-title-section-bg:after {
  background-color: rgba(var(--wdtTertiaryColorRgb), 0.5);
}

.main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg:after {
    background-color: rgba(var(--wdtSecondaryColorRgb), 0.75);
}

.main-title-section-wrapper.dark-bg-breadcrumb > .main-title-section-bg {
  background-color: var(--wdtHeadAltColor);
}

.dark-bg-breadcrumb .main-title-section h1,
.dark-bg-breadcrumb .breadcrumb a,
.dark-bg-breadcrumb .breadcrumb span.current,
.dark-bg-breadcrumb .breadcrumb span:not(.current) {
  color: var(--wdtAccentTxtColor);
}

.breadcrumb a:hover{
  color: var(--wdtHeadAltColor);
}

.dark-bg-breadcrumb .breadcrumb a:hover {
  color: var(--wdtPrimaryColor);
}

  .main-title-section-wrapper .main-title-section-container {
            padding: clamp(3.75rem, 2.2957rem + 4.8577vw, 8.125rem) 0;/*130-60*/
  }

/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

/* Primary Color */
.breadcrumb a:hover {
  color: var(--wdtPrimaryColor);
}

/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/



@media only screen and (min-width: 768px) {
  
  .main-title-section-wrapper.hide-content .main-title-section, .main-title-section-wrapper.hide-content .breadcrumb { display: none; }
  .main-title-section-wrapper.hide-content .main-title-section-container { min-height: 300px; }  

}

/*----*****---- << Mobile (Landscape) >> ----*****----*/

/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {

  .main-title-section,
  .main-title-section h1,
  .breadcrumb {
    text-align: center;
  }
}

/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
}
