/*--------------------------------------------------------------
    Title & Breadcrumb
--------------------------------------------------------------*/

.main-title-section-wrapper {
    clear: both;
    float: left;
    margin: 0;
    padding: 220px 0 150px;
    width: 100%;
}

.main-title-section-wrapper:before,
.main-title-section-wrapper:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 10px solid rgba(var(--DTTertiary_RGB), 0.5);
    z-index: -1;
    animation-name: heartbeat;
    -webkit-animation-name: heartbeat;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
}

.main-title-section-wrapper:before {
    left: -5%;
    top: -30%;
    width: 400px;
    height: 400px;
    animation-duration: 15s;
    -webkit-animation-duration: 15s;
}

.main-title-section-wrapper:after {
    left: -5%;
    top: -30%;
    width: 500px;
    height: 500px;
    animation-duration: 25s;
    -webkit-animation-duration: 25s;
}

@keyframes heartbeat {
    0%,
    100% {
        transform: scale(1)
    }
    10% {
        transform: scale(1.2)
    }
    20% {
        transform: scale(1.4)
    }
}

@-webkit-keyframes heartbeat {
    0%,
    100% {
        -webkit-transform: scale(1)
    }
    10% {
        -webkit-transform: scale(1.2)
    }
    20% {
        -webkit-transform: scale(1.4)
    }
}

.main-title-section-wrapper>.container:before,
.main-title-section-wrapper>.container:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.main-title-section-wrapper>.container:before {
    left: 0;
    right: 0;
    margin: -10% auto 0;
    border-radius: 50%;
    border: 10px solid rgba(var(--DTTertiary_RGB), 0.8);
    width: 60px;
    height: 60px;
    -webkit-animation: roaming 20s infinite linear;
    animation: roaming 20s infinite linear;
}

.main-title-section-wrapper>.container:after {
    margin: auto;
    background: url(../images/breadcrumb-shape-1.png) no-repeat;
    background-size: 100%;
    width: 66px;
    height: 77px;
    left: 25%;
    -webkit-animation: roaming 60s infinite linear;
    animation: roaming 60s infinite linear;
}

@keyframes roaming {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
    20% {
        -webkit-transform: translate(73px, -1px) rotate(36deg);
        transform: translate(73px, -1px) rotate(36deg);
    }
    40% {
        -webkit-transform: translate(141px, 72px) rotate(72deg);
        transform: translate(141px, 72px) rotate(72deg);
    }
    60% {
        -webkit-transform: translate(83px, 122px) rotate(108deg);
        transform: translate(83px, 122px) rotate(108deg);
    }
    80% {
        -webkit-transform: translate(-40px, 72px) rotate(144deg);
        transform: translate(-40px, 72px) rotate(144deg);
    }
    100% {
        -webkit-transform: translate(0px, 0px) rotate(0deg);
        transform: translate(0px, 0px) rotate(0deg);
    }
}

.main-title-section-wrapper .shape {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    pointer-events: none;
}

.main-title-section-wrapper .shape:before,
.main-title-section-wrapper .shape:after {
    content: "";
    position: absolute;
    z-index: -1;
}

.main-title-section-wrapper .shape:before {
    margin: auto;
    background: url(../images/breadcrumb-shape-2.png) no-repeat;
    background-size: 100%;
    width: 125px;
    height: 125px;
    right: 25%;
    -webkit-animation: moveScale 3s linear infinite;
    animation: moveScale 3s linear infinite;
}

@keyframes moveScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.main-title-section-wrapper .shape:after {
    margin: auto;
    background: url(../images/breadcrumb-shape-3.png) no-repeat;
    background-size: 100%;
    width: 300px;
    height: 200px;
    right: 0;
    -webkit-animation: jello 25s infinite linear;
    animation: jello 25s infinite linear;
}

#header-wrapper .main-title-section-wrapper {
    position: relative;
}

#header-wrapper.header-top-absolute .main-title-section-wrapper {
    position: static;
}

.main-title-section {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    pointer-events: none;
}

.main-title-section h1 {
    font-size: var(--DTFontSize_H1);
    text-transform: capitalize;
    margin: 0;
    word-break: break-all;
}

.breadcrumb {
    clear: both;
    float: left;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    font-size: inherit;
    font-weight: 400;
    line-height: normal;
}

.breadcrumb span:not(.current) {
    display: inline-block;
    margin: 0px 20px;
    padding: 0;
}

.main-title-section-wrapper .breadcrumb-default-delimiter:before {
    content: "";
    background-color: currentColor;
    display: inline-block;
    height: 14px;
    opacity: 0.45;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 1px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.breadcrumb span.current:after {
    content: '';
    width: 70px;
    height: 1px;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--DTPrimaryColor);
}

.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 {
    display: block;
    mask-image: url(../images/breadcrumb-mask.png);
    -webkit-mask-image: url(../images/breadcrumb-mask.png);
    mask-position: top right;
    -webkit-mask-position: top right;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-size: contain;
    -webkit-mask-size: contain;
}

.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;
}


/*--------------------------------------------------------------
    Default Colors
--------------------------------------------------------------*/

.breadcrumb {
    color: var(--DTBodyTxtColor);
}

.main-title-section h1 {
    color: var(--DTPrimaryColor);
}

.breadcrumb a {
    color: var(--DTLinkColor);
}

.breadcrumb span.current {
    color: var(--DTBodyTxtColor);
}

.main-title-section-wrapper>.main-title-section-bg:after {
    background-color: rgba(var(--DTBlack_RGB), 0.05);
}

.main-title-section-wrapper.dark-bg-breadcrumb>.main-title-section-bg {
    background-color: var(--DTBlackColor);
}

.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(--DTWhiteColor);
}

.breadcrumb a:hover,
.dark-bg-breadcrumb .breadcrumb a:hover {
    color: var(--DTLinkHoverColor);
}


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/


/* Primary Color */

.breadcrumb a:hover {
    color: var(--DTPrimaryColor);
}


/*--------------------------------------------------------------
	Responsive
--------------------------------------------------------------*/

@media only screen and (min-width:1441px) and (max-width:1680px) {
    .main-title-section-wrapper {
        padding: 150px 0 80px;
    }
    .main-title-section-wrapper>.container {
        padding: 0 50px;
    }
}

@media only screen and (min-width:1281px) and (max-width:1440px) {
    .main-title-section-wrapper {
        padding: 140px 0 50px;
    }
    .main-title-section-wrapper>.container {
        width: 100%;
        padding: 0 50px;
    }
    .main-title-section-wrapper:before {
        width: 300px;
        height: 300px;
    }
    .main-title-section-wrapper:after {
        width: 400px;
        height: 400px;
    }
    .main-title-section-wrapper>.container:before {
        left: -35%;
    }
    .main-title-section-wrapper .shape {
        margin: -75px auto 0;
    }
    .main-title-section-wrapper .shape:before {
        right: 40%;
    }
    .main-title-section-wrapper .shape:after {
        right: 10%;
    }
}

@media only screen and (max-width: 1280px) {
    .main-title-section-wrapper {
        padding: 120px 0 50px;
    }
    .main-title-section-wrapper>.container {
        width: 100% !important;
        padding: 0 40px;
    }
    .main-title-section-wrapper:before {
        width: 300px;
        height: 300px;
    }
    .main-title-section-wrapper:after {
        width: 400px;
        height: 400px;
    }
    .main-title-section-wrapper>.container:before {
        left: -35%;
    }
    .main-title-section-wrapper .shape {
        margin: -75px auto 0;
    }
    .main-title-section-wrapper .shape:before {
        right: 20%;
    }
    .main-title-section-wrapper .shape:after {
        right: -20%;
    }
    .main-title-section-wrapper .breadcrumb {
        font-size: 20px;
    }
    .main-title-section-wrapper .main-title-section h1 {
        font-size: 60px;
    }
}

@media only screen and (min-width:768px) and (max-width:1024px) {
    .main-title-section-wrapper {
        padding: 120px 0 0;
    }
    .main-title-section-wrapper>.container {
        width: 100% !important;
        padding: 0 40px;
    }
    .main-title-section-wrapper .shape {
        display: none;
    }
    .main-title-section-wrapper:before {
        width: 150px;
        height: 150px;
    }
    .main-title-section-wrapper:after {
        width: 250px;
        height: 250px;
    }
    .main-title-section-wrapper .breadcrumb {
        font-size: 18px;
    }
    .main-title-section-wrapper .main-title-section h1 {
        font-size: 40px;
    }
}


/*----*****---- << Mobile (Landscape) >> ----*****----*/


/* Common Styles for the devices below 767px width */

@media only screen and (max-width: 767px) {
    .main-title-section-wrapper {
        padding: 120px 0 0;
    }
    .main-title-section-wrapper>.container {
        width: 100% !important;
        padding: 0 40px;
    }
    .main-title-section-wrapper .shape {
        display: none;
    }
    .main-title-section-wrapper:before {
        width: 150px;
        height: 150px;
    }
    .main-title-section-wrapper:after {
        width: 250px;
        height: 250px;
    }
    .main-title-section-wrapper .breadcrumb {
        font-size: 18px;
    }
    .main-title-section-wrapper .main-title-section h1 {
        font-size: 40px;
    }
}


/* Common Styles for the devices below 479px width */

@media only screen and (max-width: 479px) {
    .main-title-section h1 {
        font-size: 24px;
    }
    .main-title-section-wrapper>.container {
        width: 100% !important;
        padding: 0 20px;
    }
    .main-title-section-wrapper:before {
        width: 100px;
        height: 100px;
    }
    .main-title-section-wrapper:after {
        width: 200px;
        height: 200px;
    }
    .main-title-section-wrapper {
        padding: 100px 0 0;
    }
    .main-title-section-wrapper>.container:before,
    .main-title-section-wrapper>.container:after {
        content: none;
    }
    .main-title-section-wrapper .breadcrumb {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .main-title-section-wrapper .main-title-section h1 {
        font-size: 30px;
    }
    .breadcrumb span.current:after {
        margin-left: 15px;
    }
}