/*--------------------------------------------------------------
    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: var(--wdtFontSize_H3);
  text-transform: none;
  margin: 0 0 5px;
  word-break: break-all;
  text-align: center;
}

.breadcrumb {
  clear: both;
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: var(--wdtFontWeight_Base);
  text-align: center;
}

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

.breadcrumb span: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: 18px;
  opacity: 1;
  position: relative;
  top: 0;
  vertical-align: middle;
  width: 1px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}

.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;
  background-color: var(--wdtPrimaryColor);
}

  /* .main-title-section-wrapper > .main-title-section-bg {
   -webkit-mask-image: url('../image/Home-2-Banner-Bg.png'); 
   mask-image: url('../image/Home-2-Banner-Bg.png');
   -webkit-mask-position: bottom center; mask-position: bottom center;
   -webkit-mask-repeat: repeat-x; mask-repeat: repeat-x;
   -webkit-mask-size: contain; mask-size: contain;
}  */

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

#header-wrapper .main-title-section-wrapper:after{
  position: absolute;
  content: '';
  width: 100%;
  height: 230px;
  left: 0;
  bottom: -90px;
  background: var(--wdtAccentTxtColor);
  -webkit-mask-image: url('../image/Home-2-Banner-Bg.png'); 
  -webkit-mask-position: bottom center;
  -webkit-mask-repeat: repeat-x;
  -webkit-mask-size: contain;
  mask-image: url('../image/Home-2-Banner-Bg.png'); 
  mask-position: bottom center;
  mask-repeat: repeat-x;
  mask-size: contain;

}


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

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

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

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

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

.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: transparent;
}

.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,
.dark-bg-breadcrumb .breadcrumb a:hover {
  color: var(--wdtHeadAltColor);
}

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

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

.main-title-section{
  position: relative;
} 

.main-title-section:after{
  position: absolute;
  content: '';
  left: 200px;
  bottom: 0;
  width: 104px;
  height: 110px;
  background: var(--wdtLinkColor);
  -webkit-mask-image: url('../image/Breadcrumb-icon-2.svg');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('../image/Breadcrumb-icon-2.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
}

.main-title-section:before{
  position: absolute;
  content: '';
  right: 270px;
  bottom: 0;
  width: 53px;
  height: 53px;
  background: var(--wdtLinkColor);
  -webkit-mask-image: url('../image/Breadcrumb-icon-1.svg');
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url('../image/Breadcrumb-icon-1.svg');
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
}

.breadcrumb{
  position: relative;
}

.breadcrumb:after{
  position: absolute;
  content: '';
  bottom: -140px;
  left: 48%;
  right: 50%;
  width: 83px;
  height: 63px;
  background: var(--wdtLinkColor);
  -webkit-mask-image: url(../image/Breadcrumb-icon-3.svg);
  -webkit-mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-image: url(../image/Breadcrumb-icon-3.svg);
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center center;
}

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

@media only screen and (max-width: 1540px){
  #header-wrapper .main-title-section-wrapper:after{
    bottom: -50px;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1540px){
  .main-title-section:before{
    right: -100px;
  }
  .main-title-section:after{
    left: -100px;
  }
}

@media only screen and (min-width: 1281px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 100px 0 280px;
  }
}

@media only screen and (max-width: 1280px) {
  .main-title-section-wrapper .main-title-section-container {
    padding: 50px 0 200px;
  }

  .breadcrumb:after{
    display: none;
  }
  .main-title-section:after{
      width: 54px;
      height: 60px;
  }
  .main-title-section:before{
      width: 33px;
      height: 33px;
  }

  #header-wrapper .main-title-section-wrapper:after{
    bottom: -20px;
  }

}

@media only screen and (max-width: 1024px){
  .main-title-section:after{
    left: 0;
  }
.main-title-section:before{
    right: 0;
  }
}

@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 h1 {
    font-size: var(--wdtFontSize_H3);
  }

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

  .main-title-section-wrapper .main-title-section-container{
    padding: 20px 0 120px;
  }

  .main-title-section h1{
    font-size: var(--wdtFontSize_H4);
  }

  .main-title-section:after,
  .main-title-section:before{
    opacity: 0;
  }

  .main-title-section{
    margin-bottom: 20px;
  }
  
}