/*!
Theme Name: Madan Sundar Das
Theme URI: http://underscores.me/
Author: Vishal Mirashe
Author URI: https://www.pitchteq.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: madan-sundar-das
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

@import url('https://fonts.googleapis.com/css2?family=Bonheur+Royale&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.cdnfonts.com/css/amsterdam-handwriting');

html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding:0;
  	font-family: "Outfit", sans-serif;
  	font-weight: 400;
}
.topfixed {
    position: fixed !important;
    z-index: 999 !important;
    animation: smoothScroll 1s forwards;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.7) !important;
    box-shadow: 0 4px 20px rgba(0,0,0,.2);
	backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}
.container{
    width: 1300px;
}
/*.topnav-fixed{
    position: absolute;
    width: 100%;
    z-index: 1;
    top:0;
}
.topnav-fixed ul li a{
    color: #fff !important;
    padding: 10px 18px !important;
}
nav.topfixed.topnav-fixed .container-fluid{
    width: 1240px;
}
nav.topfixed.topnav-fixed ul li a{
    color: #5252c8 !important;
    padding: 10px 20px !important;
}*/
a:focus {
    outline: unset;
    outline-offset: unset;
}
.custom-breadcrumbs{
    font-size: 16px;
    display: flex;
    align-items: center;
    grid-gap: 10px;
    color: #999999;
    font-weight: 400;
}
.custom-breadcrumbs a{
	color: #606060;
}
.custom-breadcrumbs a:hover{
	color: #100f1f;
}
.msd-home-cta-slideshow-home .swiper-slide-inner{
	height: 480px;
    margin: 0 auto !important;
}
.msd-home-cta-slideshow-living .swiper-slide-inner {
    height: 580px;
    margin: 0 auto !important;
}
.msd-home-cta-slideshow .swiper-slide-inner {
    height: 550px;
    margin: 0 auto !important;
}
.msd-home-cta-slideshow .swiper-slide-inner img,
.msd-home-cta-slideshow-living .swiper-slide-inner img,
.msd-home-cta-slideshow-home .swiper-slide-inner img{
	height: 100%;
    border-radius: 20px;
	border: 1px solid #fff;
}
/*--------------------------- Header ---------------------------*/
nav.msd-navbar {
    margin: 0 auto;
    border: 0;
    border-radius: 0 0 20px 20px;
    padding: 15px 0;
    box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
}
nav.msd-navbar.nofixed-navbar{
	position: unset;
	width: 100%;
	border-radius: 0;
}
nav.msd-navbar ul li a{
    color: #000;
    padding: 15px 25px;
    font-size: 18px;
    text-transform: capitalize;
}
nav.msd-navbar ul li:hover a{
    background: unset;
    color:#a65625;
}
nav.msd-navbar ul li a:focus{
    background: unset;
    outline:unset;
    outline-offset:unset;
}
nav.msd-navbar ul li:last-child a{
    background: #a65625;
    color: #fff;
    border-radius: 8px;
}
nav.msd-navbar ul li:last-child a:before {
    content: '\f019';
    font-family: 'FontAwesome';
    margin-right: 8px;
}
nav.msd-navbar ul li.current-menu-item a {
    color: #a65625;
}
nav.msd-navbar.fixed-navbar ul li.current-menu-item a {
    color: #a65625;
}
.nav .open>a:focus,.nav .open>a:hover,.nav .open>a{
    background: unset;
    border-color: unset;
}
nav.msd-navbar .navbar-collapse {
    height: 50px !important;
    display: flex !important;
    align-items: center;
}
nav.msd-navbar .logo-text {
    position: relative;
    top: 5px;
}
nav.msd-navbar .logo-text a {
	display: block;
	text-decoration: none;
	text-align: center;
}
nav.msd-navbar .logo-text a .site-title{
	display: block;
    color: #973636;
    font-family: 'Amsterdam Handwriting', sans-serif;
    font-size: 26px;
    letter-spacing: 2px;
}
nav.msd-navbar ul.dropdown-menu {
    left: 0;
    top: 55px;
    background: #fff;
    border: 1px solid #ccc;
    min-width: 220px;
    padding: 0;
    border-radius: 0;
}
nav.msd-navbar ul.dropdown-menu li:not(:last-child){
	border-bottom: 1px solid #ccc;
}
nav.msd-navbar ul.dropdown-menu li a{
    padding: 15px 25px !important;
    font-size: 17px;
	color: #000 !important;
}
nav.msd-navbar ul.dropdown-menu li:hover a{
    color: #a65625 !important;
}
nav.msd-navbar ul.dropdown-menu li a:focus{
    color: #a65625;
}
nav.msd-navbar ul.dropdown-menu li:last-child a{
    background: transparent;
}
nav.msd-navbar ul.dropdown-menu li:last-child a:before {
	content: unset;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background: unset;
}
nav.msd-navbar li.dropdown a.dropdown-toggle{
	position: relative;
}
nav.msd-navbar li.dropdown a.dropdown-toggle:before{
    content: "\f107";
    position: absolute;
    right: 5px;
    font-family: FontAwesome;
    top: 18px;
    font-size: 16px;
}
/*--------------------------- Footer ---------------------------*/
.msd-footer{
    background: #221C18;
    padding: 50px 0 25px 0;
}
.msd-footer .widget h2{
    margin: 0 0 20px 0;
    font-family: 'Marcellus';
    font-size: 18px;
    text-transform: uppercase;
    color: #C1502E;
    font-weight: 600;
}
.msd-footer .widget br{
	display: none;
}
.msd-footer ul.menu,.msd-footer ul.contact-list {
    padding: 0;
    margin: 0;
    list-style: none;
}
.msd-footer ul.menu li:not(:last-child),.msd-footer ul.contact-list li:not(:last-child){
    margin-bottom: 10px;
}
.msd-footer ul.menu li a,.msd-footer ul.contact-list li a,.msd-footer .more-links-wrap ul li a{
    color: #B8ACA2;
    text-decoration: none;
    font-size: 16px;
    padding: 0;
    line-height: 1.8;
}
.msd-footer ul.menu li a:hover,.msd-footer ul.contact-list li a:hover,.msd-footer .more-links-wrap ul li a:hover{
    color: #F6E3DA;
    background: unset;
    text-decoration: underline;
}
.msd-footer .widget_text p {
    margin: 20px 50px 20px 0;
    font-size: 16px;
    line-height: 1.8;
    color: #B8ACA2;
}
.msd-footer .footer-social-list{
    grid-gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0 0 15px 0;
    display: flex;
}
.msd-footer .footer-social-list a{
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1px solid rgba(193, 80, 46, 0.4);
    transition: all .5s ease;
    text-decoration: none;
}
.msd-footer .footer-social-list a i{
	font-size: 16px;
    color: #C1502E;
    display: flex;
    align-items: center;
}
.msd-footer .footer-social-list a:hover{
    background: rgba(193, 80, 46, 0.12);
    border: 1px solid #C1502E;
}
.msd-footer .footer-social-list a:hover i{
    color: #fff;
}
.msd-footer .wp-block-heading a{
    text-decoration: none;
    color: #606060;
    font-size: 18px;
    text-transform: lowercase;
    font-family: 'Outfit';
    font-weight: 400;
}
.msd-footer .wp-block-gallery {
    display: flex;
    grid-gap: 15px !important;
}
.msd-footer .wp-block-gallery figure img{
    height: 80px;
    width: 80px;
    border-radius: 15px;
}
/*--------------------------- Copyright ---------------------------*/
.msd-footer .more-links-wrap{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 30px 0;
    margin-top: 50px;
}
.msd-footer .more-links-wrap h2{
    margin: 0 0 15px 0;
    font-size: 15px;
}
.msd-footer .more-links-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    grid-gap: 30px;
}
.msd-footer .copyright-wrap {
    font-size: 16px;
    color:#B8ACA2;
    padding: 30px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.msd-footer .copyright-wrap p{
	margin: 0;
}
.msd-footer .copyright-wrap a{
    text-decoration: none;
    color: #B8ACA2;
    font-weight: 600;  
}
.msd-footer .copyright-wrap a:hover{
	color: #F6E3DA;
}
#wpicon{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1;
    border-radius: 50%;
    animation: pumpUp 1s infinite alternate;
}
@keyframes pumpUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
#wpicon a {
    background: #25D366;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    text-decoration: none;
}
#wpicon a:hover {
    background: #075E54;
}
/*--------------------------- Elementor ---------------------------*/
#breadcrumbs span:first-child {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.msd-home-hero-section .e-con-inner,
.msd-inner-hero-section .e-con-inner,
.msd-side-overlay-images{
    position: relative;
    z-index: 1;
}
.msd-home-hero-section .e-con-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 60%;
    background:url('img/msd-home-hero-overlay.webp');
    border-radius: 100px 0;
}
.msd-home-hero-section .e-con-inner:after {
    content: '';
    background: #770f27;
    height: 60%;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    position: absolute;
    border-radius: 100px 0;
}
.msd-inner-hero-section .e-con-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 70%;
    background:url('img/msd-home-hero-overlay.webp');
    border-radius: 100px 0;
}
.msd-inner-hero-section .e-con-inner:after {
    content: '';
    background: #770f27;
    height: 70%;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    position: absolute;
    border-radius: 100px 0;
}
.msd-float-img{
    animation: floatUpDown 10s ease-in-out infinite;
}
@keyframes floatUpDown {
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(0);
    }
}
.msd-why-box .elementor-image-box-img{
    background: #770f27;
    border-radius: 50%;
    height: 120px !important;
    width: 120px !important;
    object-fit: contain;
    max-width: unset !important;
    display: flex !important;
    align-items: center;
    margin: 0 auto !important;
}
.msd-why-box .elementor-image-box-img img{
    object-fit: contain;
    padding: 10px;
}
.msd-home-pooja-box .elementor-image-box-wrapper{
	position: relative;
	border-radius: 30px;
}
.msd-home-pooja-box img {
    height: 300px !important;
    object-fit: cover;
    object-position: center;
    border-radius: 30px !important;
}
.msd-home-pooja-box .elementor-image-box-content {
    position: absolute;
    background: #770f27;
    bottom: 0;
    border-radius: 0 0 30px 30px !important;
    padding: 15px;
}
.msd-home-pooja-box .elementor-image-box-content h3{
	margin:  0;
}
.msd-inner-hero-section .inner-about img {
    position: relative;
    top: 36px;
}
.msd-side-overlay-images:after{
	content: '';
    background: url(img/msd-side-overlay-left.webp),url(img/msd-side-overlay-right.webp);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat,no-repeat;
    background-position: -5% 20%, 105% 80%;
    opacity: .5;
    background-size: 200px;
}
.msd-home-counter-wrap .e-con-inner {
    background: #fff;
    padding: 50px;
    border-radius: 30px;
}
.msd-home-counter-wrap .elementor-counter-title {
    font-family: 'Lufga';
}
.msd-home-pathway-box{
    transition: transform 1s ease, box-shadow 1s ease;
}
.msd-home-pathway-box:hover{
    transform: scale(1.05);
}
.msd-home-pathway-box .elementor-image-box-wrapper {
    position: relative;
    overflow: hidden;
}
.msd-home-pathway-box .elementor-image-box-wrapper .elementor-image-box-img img{
	height: 450px;
    object-fit: cover;
    border-radius: 30px;
    object-position: 30% 20%;
}
.msd-home-pathway-box .elementor-image-box-content {
    position: absolute;
    bottom: 0;
    padding: 0 15px 20px !important;
}
.msd-home-pathway-box .elementor-image-box-content .elementor-image-box-title{
    font-family: 'Lufga';
}
.msd-home-pathway-box .elementor-image-box-content .elementor-image-box-description{
    display: none;
    opacity: 0;
    transform: translateY(15px);
}
.msd-home-pathway-box:hover .elementor-image-box-content .elementor-image-box-description{
    display: block;
    animation: pathwayTextReveal 0.5s cubic-bezier(.22,.61,.36,1) forwards;
}
@keyframes pathwayTextReveal{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.msd-home-pathway-box .elementor-image-box-wrapper:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, transparent 40%, #000 95%);
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    border-radius: 30px;
}
.msd-home-logo-slider img {
    height: 150px !important;
    object-fit: contain;
    padding: 30px;
    border: 1px solid #ccc !important;
    width: 100% !important;
}
.msd-hero-box .msd-hero-right-box,.msd-hero-about-box .msd-hero-left-box,.msd-hero-blog-box .msd-hero-left-box{
    position: relative;
}
.msd-hero-box .msd-hero-right-box:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:350px;
    background:linear-gradient(
        to right,
        #1C2118 0%,
        rgba(28,33,24,.96) 8%,
        rgba(28,33,24,.90) 18%,
        rgba(28,33,24,.78) 30%,
        rgba(28,33,24,.60) 42%,
        rgba(28,33,24,.38) 55%,
        rgba(28,33,24,.18) 72%,
        rgba(28,33,24,.06) 86%,
        transparent 100%
    );
    z-index:2;
}
.msd-hero-about-box .msd-hero-left-box:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;
    background: linear-gradient(
        to right,
        rgba(240,236,227,0) 0%,
        rgba(240,236,227,.08) 20%,
        rgba(240,236,227,.22) 40%,
        rgba(240,236,227,.45) 60%,
        rgba(240,236,227,.70) 78%,
        rgba(240,236,227,.90) 92%,
        #F0ECE3 100%
    );
    z-index: 2;
    pointer-events: none;
}
.msd-hero-blog-box .msd-hero-left-box:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background:
        linear-gradient(
            to top,
            rgba(28,19,14,0.95) 0%,
            rgba(28,19,14,0.80) 12%,
            rgba(28,19,14,0.45) 25%,
            rgba(28,19,14,0.10) 40%,
            transparent 60%
        ),

        linear-gradient(
            to left,
            #1C130E 0%,
            transparent 30%
        );
    z-index: 2;
    pointer-events: none;
}
.msd-hero-podcast-box .msd-hero-left-box:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background:
        linear-gradient(
            to top,
            rgba(28,19,14,0.95) 0%,
            rgba(28,19,14,0.80) 12%,
            rgba(28,19,14,0.45) 25%,
            rgba(28,19,14,0.10) 40%,
            transparent 60%
        ),

        linear-gradient(
            to left,
            #1C130E 0%,
            transparent 15%
        );
    z-index: 2;
    pointer-events: none;
}
.msd-hero-books-box .msd-hero-left-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 380px;

    background: linear-gradient(
        to left,
        #F6F1E8 0%,
        transparent 20%
    );

    z-index: 2;
    pointer-events: none;
}
.msd-hero-courses-box .msd-hero-left-box::after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 350px;

    background: linear-gradient(
        to left,
        #032F2E 0%,
        rgba(3,47,46,.99) 12%,
        rgba(3,47,46,.96) 24%,
        rgba(3,47,46,.88) 38%,
        rgba(3,47,46,.72) 52%,
        rgba(3,47,46,.48) 66%,
        rgba(3,47,46,.24) 78%,
        rgba(3,47,46,.08) 90%,
        transparent 100%
    );

    z-index: 2;
    pointer-events: none;
}
.msd-hero-youtube-box .msd-hero-right-box::after{
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;

    background:
        linear-gradient(
            to top,
            rgba(26,17,13,.88) 0%,
            rgba(26,17,13,.55) 18%,
            rgba(26,17,13,.18) 38%,
            transparent 60%
        ),
        linear-gradient(
            to right,
            #1A110D 0%,
            rgba(26,17,13,.92) 12%,
            rgba(26,17,13,.70) 22%,
            rgba(26,17,13,.42) 30%,
            rgba(26,17,13,.16) 36%,
            transparent 44%
        );
}
.msd-hero-box .msd-hero-left-box .divider,.msd-hero-about-box .msd-hero-right-box .divider,
.msd-hero-blog-box .msd-hero-right-box .divider,.msd-hero-books-box .msd-hero-right-box .divider,
.msd-hero-courses-box .msd-hero-right-box .divider,.msd-hero-podcast-box .msd-hero-right-box .divider,
.msd-hero-youtube-box .msd-hero-left-box .divider{
    position:relative;
}
.msd-hero-box .msd-hero-left-box .divider:before,
.msd-hero-blog-box .msd-hero-right-box .divider:before,
.msd-hero-courses-box .msd-hero-right-box .divider:before,
.msd-hero-podcast-box .msd-hero-right-box .divider:before,
.msd-hero-youtube-box .msd-hero-left-box .divider:before,
.msd-contact-hero-box .msd-hero-left-box .divider:before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width:140px;
    height:2px;

    background:linear-gradient(
        to right,
        rgba(216,160,71,0) 0%,
        rgba(216,160,71,.45) 30%,
        #D8A047 100%
    );
}
.msd-hero-box .msd-hero-left-box .divider:after,
.msd-hero-blog-box .msd-hero-right-box .divider:after,
.msd-hero-courses-box .msd-hero-right-box .divider:after,
.msd-hero-podcast-box .msd-hero-right-box .divider:after,
.msd-hero-youtube-box .msd-hero-left-box .divider:after,
.msd-contact-hero-box .msd-hero-left-box .divider:after{
    content:'';
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:140px;
    height:2px;
    background:linear-gradient(
        to right,
        #D8A047 0%,
        rgba(216,160,71,.45) 70%,
        rgba(216,160,71,0) 100%
    );
}
.msd-hero-about-box .msd-hero-right-box .divider:before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width:90px;
    height:2px;
    background:linear-gradient(
        to right,
        rgba(216,160,71,0) 0%,
        rgba(216,160,71,.45) 30%,
        #D8A047 100%
    );
}
.msd-hero-books-box .msd-hero-right-box .divider:after{
    content:'';
    position:absolute;
    top:50%;
    right:0;
    transform:translateY(-50%);
    width:140px;
    height:2px;
    background:linear-gradient(
        to right,
        #a65625 0%,
        rgba(216,160,71,.45) 70%,
        rgba(216,160,71,0) 100%
    );
}
.msd-hero-books-box .msd-hero-right-box .divider:before{
    content:'';
    position:absolute;
    top:50%;
    left:0;
    transform:translateY(-50%);
    width:140px;
    height:2px;
    background:linear-gradient(
        to right,
        rgba(216,160,71,0) 0%,
        rgba(216,160,71,.45) 30%,
        #a65625 100%
    );
}
.msd-hero-books-box .msd-hero-right-box figure.elementor-image-box-img {
    padding: 10px;
    border: 1px solid #A65625;
    border-radius: 50%;
}
.msd-hero-box .msd-hero-left-box .btn-link .elementor-button-content-wrapper{
    display: flex;
    align-items: center;
}
.msd-hero-box .msd-hero-left-box .btn-link svg{
    width: 30px;
}
.msd-hero-box .msd-hero-left-box .title span,
.msd-hero-courses-box .msd-hero-right-box .title span,
.msd-hero-youtube-box .msd-hero-left-box .title span,
.msd-contact-hero-box .msd-hero-left-box .title span{
    color: #D8A047;
}
.msd-hero-about-box .msd-hero-right-box .title span,.msd-hero-books-box .msd-hero-right-box .title span{
    color: #a65625;
}
.section-header-top .elementor-divider span:before {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    background: #A6562580;
    border-radius: 50%;
    top: -4px;
    left: 50%;
}
.msd-hero-courses-box .section-header-top .elementor-divider span:before {
    background: #D8A04780;
}
.msd-hero-courses-box .msd-hero-right-box .elementor-image-box-img {
    border: 1px solid #D8A047;
    border-radius: 50%;
    padding: 15px;
    width: 70px !important;
}
.msd-contact-hero-box{
    position: relative !important;
}
.msd-contact-hero-box:after{
    content: '';
    background: linear-gradient(
        90deg,
        rgba(26, 17, 13, 0.97) 0%,
        rgba(26, 17, 13, 0.90) 26%,
        rgba(26, 17, 13, 0.35) 48%,
        rgba(26, 17, 13, 0) 62%
    );
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
/*--------------------------- Mobile Menu ---------------------------*/
.modal-open .modal {
    padding: 0 !important;
    background: #fff;
}
.msd-mobile-menu .modal-dialog{
    margin: 0;
    padding: 0;
    border-radius: 0;
}
.msd-mobile-menu .modal-dialog .modal-content{
    border: unset;
    border-radius: 0;
    box-shadow: unset;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-header img{
    height: 50px;
    object-fit: contain;
    width: auto;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-header a {
    display: block;
    color: #282828;
    text-decoration: none;
    text-align: center;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-header a .site-title, #mobilenav .logo-text a{
    display: block;
    color: #8a1932;
    font-family: 'Amsterdam Handwriting', sans-serif;
    font-size: 22px;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-header .close{
    margin-left: auto;
    padding: 10px;
    opacity: 1;
    background: red;
    line-height: 1;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: unset;
    color: #fff;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav {
    margin: 0;
    border: unset;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li a {
    padding: 20px 10px;
    border-bottom: 1px solid #eee;
    color: #100f1f;
    font-size: 18px;
    background: unset;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li a.dropdown-toggle:after{
    content: '\f078';
    position: absolute;
    font-family: 'FontAwesome';
    right: 0;
}
.msd-mobile-menu .modal-dialog .modal-content .modal-body .navbar-nav li ul.dropdown-menu {
    background: #FFBF6D78;
}
.msd-4i-wrap .elementor-widget-image img {
    animation: trendyOrraRotate 5s linear infinite;
}
@keyframes trendyOrraRotate{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}
/*--------------------------- Responsive ---------------------------*/
@media (min-height: 900px) and (max-height: 1080px) and (min-width: 1601px) and (max-width: 1920px) {

}

@media (min-height: 900px) and (max-height: 1050px) and (min-width: 1600px) and (max-width: 1600px) {

}

@media (min-width: 1441px) and (max-width: 2560px){

}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .container{
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .container{
        width: 100%;
    }
    .msd-footer{
        padding: 50px 5px 25px;
    }
    .msd-footer .copyright-wrap{
        display: block;
    }
    .msd-footer ul.nav{
        display: block;
    }
    .mobile-navbar{
        margin: 0 auto;
        padding: 20px 10px;
        box-shadow: 0px 11.54px 30.78px -1.92px rgba(57, 25, 82, 0.1019607843);
    }
    .mobile-navbar .navbar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .mobile-navbar .navbar-header i {
        font-size: 22px;
        cursor: pointer;
        flex-shrink: 0;
        margin-left: auto;
    }
    .msd-footer .copyright-wrap p{
        text-align: center;
    }
    .msd-footer .copyright-wrap p.text-left{
        margin-bottom: 20px;
    }
    .msd-footer ul.nav li a{
        text-align: center;
        padding: 10px 0;
        font-size: 16px;
    }
    .msd-footer .footer-contact-list a li{
        margin: 20px 0 0 0;
    }
    .msd-footer .footer-contact-list a{
        font-size: 16px;
    }
	.msd-4i-wrap{
        overflow:hidden !important;
        width:100%;
    }
    .msd-4i-wrap .e-con-inner{
        display:flex;
        align-items:center;
        flex-wrap:nowrap !important;
        width:max-content;
        gap:25px;
        animation:msdMarquee 12s linear infinite;
    }
    .msd-4i-wrap .elementor-widget{
        flex:0 0 auto;
    }
    .msd-4i-wrap h2{
        white-space:nowrap;
        margin:0;
    }
    @keyframes msdMarquee{
        0%{
            transform:translateX(0);
        }
        100%{
            transform:translateX(-50%);
        }
    }
	.msd-home-pathway-box .elementor-image-box-wrapper .elementor-image-box-img img {
		height: 350px;
		object-position: center;
	}
    .msd-hero-box .msd-hero-right-box:before{
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(
            to top,
            #1C2118 0%,
            rgba(28,33,24,.96) 8%,
            rgba(28,33,24,.90) 18%,
            rgba(28,33,24,.78) 30%,
            rgba(28,33,24,.60) 42%,
            rgba(28,33,24,.38) 55%,
            rgba(28,33,24,.18) 72%,
            rgba(28,33,24,.06) 86%,
            transparent 100%
        );
    }
    .msd-hero-about-box .msd-hero-left-box:after{
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
        height: 100px;
        background: linear-gradient(
            to top,
            #F0ECE3 0%,
            rgba(240,236,227,.90) 8%,
            rgba(240,236,227,.70) 22%,
            rgba(240,236,227,.45) 40%,
            rgba(240,236,227,.22) 60%,
            rgba(240,236,227,.08) 80%,
            transparent 100%
        );
    }
    .msd-hero-courses-box .msd-hero-left-box::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 100px;
        background: linear-gradient(
            to top,
            #032F2E 0%,
            rgba(3, 47, 46, .99) 12%,
            rgba(3, 47, 46, .96) 24%,
            rgba(3, 47, 46, .88) 38%,
            rgba(3, 47, 46, .72) 52%,
            rgba(3, 47, 46, .48) 66%,
            rgba(3, 47, 46, .24) 78%,
            rgba(3, 47, 46, .08) 90%,
            transparent 100%
        );
        z-index: 2;
        pointer-events: none;
    }
    .msd-hero-books-box .msd-hero-left-box::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 100px;
        background: linear-gradient(
            to top,
            #F6F1E8 0%,
            rgba(246, 241, 232, 0.99) 15%,
            rgba(246, 241, 232, 0.94) 28%,
            rgba(246, 241, 232, 0.82) 42%,
            rgba(246, 241, 232, 0.62) 56%,
            rgba(246, 241, 232, 0.38) 68%,
            rgba(246, 241, 232, 0.16) 80%,
            rgba(246, 241, 232, 0.05) 90%,
            transparent 100%
        );
        z-index: 2;
        pointer-events: none;
    }
    .msd-hero-youtube-box .msd-hero-right-box::after,.msd-hero-blog-box .msd-hero-left-box:after,.msd-hero-podcast-box .msd-hero-left-box:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: auto;
        width: 100%;
        height: 100px;
        z-index: 2;
        pointer-events: none;
        background: linear-gradient(
            to top,
            #1A110D 0%,
            rgba(26, 17, 13, .92) 12%,
            rgba(26, 17, 13, .70) 22%,
            rgba(26, 17, 13, .42) 30%,
            rgba(26, 17, 13, .16) 36%,
            transparent 100%
        );
    }
	.msd-footer .widget_text p{
		margin: 15px 0;
	}
	.msd-footer .widget h2 {
		font-size: 18px;
	}
	.msd-footer .col-sm-4{
	    margin-bottom: 30px;
	}
	.msd-footer .more-links-wrap {
        margin-top: 25px;
    }
    .msd-footer .more-links-wrap ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px 5px;
    }
    .msd-footer .copyright-wrap {
        font-size: 15px;
    }
}