    body {
        font-family: 'PT Serif', serif !important;
        font-family: 'Roboto', sans-serif;
    }
    
    button:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }
    
    input:focus {
        outline: none;
    }
    /* ======================== Header Start ===================*/
    
    header {
        min-height: 99px;
    }
    
    .header {
        background-color: #770800;
        display: block;
        position: fixed;
        width: 100%;
        transition: 1s;
        top: 34px;
        z-index: 9999;
    }
    
    .header.sticky {
        top: 34px;
        box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 46%);
    }
    
    .header .logo {
        padding: 10px 0;
        width: 200px;
        display: inline-block;
    }
    
    .header .logo a img {
        width: 200px;
        height: auto;
        transition: 1s;
    }
    
    .header.sticky .logo a img {
        width: 160px;
    }
    
    .header .menu ul {
        margin: 0;
        padding: 0;
    }
    
    .header .menu ul li {
        display: inline-block;
        list-style: none;
        padding: 30px 0 10px 20px;
    }
    
    .header nav.menu {
        margin: auto;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
        display: inline-block;
        text-align: right;
        width: 81%;
    }
    
    .header .menu ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        letter-spacing: 0.65px;
        font-size: 16px;
        transition: 0.5s;
        cursor: pointer;
        font-style: italic;
    }
    
    .header .menu ul li a:hover {
        color: #ffb34a;
        text-decoration: none;
    }
    
    .header .menu ul li ul.submenu {
        background-color: #ffffff;
        display: none;
        position: absolute;
        width: max-content;
        -moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
        -webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.22);
        top: 64px;
    }
    
    .header .menu ul li ul.submenu li {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    .header .menu ul li ul.submenu li a {
        color: #000;
        line-height: 25px;
        font-weight: 400;
        transition: 0s !important;
        display: block;
        padding: 8px 0;
        font-style: normal;
    }
    
    .header .menu ul li ul.submenu::before {
        content: "";
        padding-top: 12px;
        position: absolute;
        top: -12px;
        width: 100px;
        z-index: 999;
        left: 0;
    }
    
    .header .menu ul li .icon-arrow {
        color: #fff;
        font-size: 15px;
        margin-left: 2px;
    }
    
    .header .menu ul li:hover ul.submenu {
        display: block;
    }
    
    .header .menu ul.submenu li::after {
        display: none;
    }
    
    .header .menu ul.submenu li {
        padding: 0 25px;
        border-bottom: 1px solid #b7b7b7;
    }
    
    .header .menu ul li ul.submenu li:hover {
        background: #770800;
    }
    
    .header .menu ul li ul.submenu li:hover a {
        color: #fff;
    }
    
    @media screen and (max-width: 991px) {
        .header nav.menu ul {
            position: fixed;
            bottom: 0;
            left: 0;
            top: 0;
            margin-left: -1000px;
            z-index: 1;
            background-color: #9f1d35;
            -moz-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.3);
        }
        .header nav.menu.active {
            position: fixed;
            left: 0;
            bottom: 0;
            top: 35px;
            width: 100%;
        }
        .header nav.menu.active ul {
            margin-left: 0;
            -moz-transition: margin-left 0.25s;
            -o-transition: margin-left 0.25s;
            -webkit-transition: margin-left 0.25s;
            transition: margin-left 0.25s;
            width: 75vw;
            overflow-y: scroll;
        }
        .header nav.menu.active ul li {
            display: block;
            border-bottom: 1px solid rgba(255, 255, 255, 0.6);
            text-align: left;
            padding: 15px 0 15px 23px;
        }
        .header nav.menu.active ul li:hover .submenu {
            display: none;
        }
        .header nav.menu.active ul li a {
            width: 100%;
            color: #fff;
        }
        .header nav.menu.active ul li .flexbox-container {
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: space-between;
            justify-content: space-between;
        }
        .header nav.menu.active ul li .flexbox-container a {
            border-right: 1px solid rgba(255, 255, 255, 0.2);
        }
        .header nav.menu.active ul li .flexbox-container .icon-arrow {
            display: inline-block;
            height: 76px;
            width: 76px;
            padding: 30px 29px;
            text-align: center;
            cursor: pointer;
        }
        .header nav.menu.active ul li .flexbox-container .icon-arrow:hover {
            background: #5aaed5;
        }
        .header nav.menu.active ul li .flexbox-container .icon-arrow svg {
            height: 18px;
            width: 15px;
        }
        .header nav.menu.active ul li .submenu {
            max-height: 0;
            overflow: hidden;
            box-shadow: none;
        }
        .header nav.menu.active ul li.showSubmenu .submenu {
            max-height: 1000px;
            width: 96%;
            position: relative;
            display: block;
            overflow: inherit;
            background-color: #ffffff;
            top: 3px;
        }
        .header nav.menu.active ul li.showSubmenu .submenu .subOption {
            border-top: 1px solid rgba(255, 255, 255, 0.2);
            border-bottom: none;
            padding: 2px 22px;
        }
        .header nav.menu.active ul li.showSubmenu .submenu .subOption a {
            padding: 4px 0;
            border-bottom: 1px solid #dadada;
        }
        .header nav.menu.active ul li.showSubmenu .icon-arrow {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
        .header nav.menu .hamburger {
            display: inline-block;
            position: absolute;
            top: 30px;
            right: 0;
            padding: 12px 25px;
            color: #fff;
            cursor: pointer;
            z-index: 2;
        }
        .header nav.menu .hamburger span,
        .header nav.menu .hamburger span:before,
        .header nav.menu .hamburger span:after {
            left: 0;
            border-radius: 2px;
            height: 4px;
            width: 40px;
            background: #ffe89d;
            position: absolute;
            display: block;
            content: '';
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }
        .header nav.menu .hamburger span:before {
            top: -12px;
        }
        .header nav.menu .hamburger span:after {
            bottom: -12px;
        }
        .header nav.menu .hamburger.active span {
            background-color: transparent;
        }
        .header nav.menu .hamburger.active span:before,
        .header nav.menu .hamburger.active.active span:after {
            top: 0;
        }
        .header nav.menu .hamburger.active span:before {
            -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
        .header nav.menu .hamburger.active span:after {
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
    }
    
    .dimmer {
        z-index: 0;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        background-color: rgba(0, 0, 0, 0.7);
        display: none;
    }
    
    .dimmer.active {
        display: block;
    }
    
    .no-scrolling {
        overflow: hidden;
        position: fixed;
    }
    
    .header .menu ul li a.active {
        color: #ffb34a !important;
    }
    
    .header .menu ul li.dropdown.active>a,
    .header .menu ul li.dropdown.active>svg {
        color: #ffb34a;
    }
    
    .header .menu ul li ul.submenu li a.active {
        color: #ffb34a;
    }
    
    .header .menu ul li ul.submenu li a.active:hover {
        color: #fff;
    }
    
    @-webkit-keyframes blinker {
        from {
            color: #ffb34a;
            border-color: #ffb34a;
        }
        to {
            color: #fff;
            border-color: #fff;
        }
    }
    @-webkit-keyframes blinkerr {
        from {
            color: #ffb34a;
            border-color: #ffb34a;
        }
        to {
            color: #770800;
            border-color: #fff;
        }
    }
    
    .blink {
        text-decoration: blink;
        -webkit-animation-name: blinker;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        border: 1px solid #ffb34a;
        padding: 4px 15px;
        border-radius: 5px;
    }
     .top-link {
        text-decoration: blink;
        -webkit-animation-name: blinkerr;
        -webkit-animation-duration: 0.6s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-direction: alternate;
        border: 1px solid #ffb34a;
        padding: 4px 15px;
        border-radius: 5px;
    }
    /* ======================== Header End ===================*/
    /* ======================== Footer Start ===================*/
    
    footer {
        background-image: url(../images/foot-bg.jpg);
        background-repeat: no-repeat;
        height: 200px;
        position: relative;
        background-size: cover;
        background-position: center;
    }
    
    .footleft {
        background: #f1000040;
        height: 200px;
        text-align: center;
        padding: 10px 30px;
        vertical-align: middle;
        display: table-cell;
    }
    
    h4.foottital {
        font-size: 14px;
        color: #ffe79a;
        font-style: italic;
    }
    
    .footleft p {
        letter-spacing: 0.35px;
        color: #ffffffbf;
        font-family: 'Roboto';
        font-size: 14px;
    }
    
    .footlinks {
        display: table-cell;
        height: 200px;
        vertical-align: middle;
        text-align: center;
        padding: 0 20px;
    }
    
    .footlinks ul {
        padding: 0;
        list-style: none;
        display: block;
    }
    
    .footlinks ul li {
        display: inline-block;
        margin: 0 6px 0;
        position: relative;
    }
    
    .footlinks ul li a {
        color: #e45757;
        font-size: 14px;
        letter-spacing: 0.45px;
        font-weight: 400;
        font-family: 'Roboto';
    }
    
    .footlinks ul li a:hover {
        text-decoration: none;
        color: #ffb34a;
    }
    
    .footlinks ul li::after {
        content: "|";
        position: absolute;
        right: -10px;
        color: #ff6161;
    }
    
    .footlinks ul li:last-child::after {
        display: none;
    }
    
    .footlinks ul li:nth-child(6)::after {
        display: none;
    }
    
    .footlinks p {
        color: #ffffff61;
        margin: 0;
        font-family: 'Roboto';
        font-size: 14px;
    }
    /* ======================== Footer End ===================*/
    /* ======================== Home Start ===================*/
    
    .home_topbanner {
        background-image: url(../images/home/top-banner1.jpg);
        min-height: 80vh;
        background-position: center top;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .welcome_mahavir {
        background-image: url(../images/home/welcome_img.jpg);
        min-height: 640px;
        background-position: center;
        background-repeat: no-repeat;
        padding: 30px 0;
        background-size: cover;
    }
    
    .weltext {
        height: 640px;
        display: table-cell;
        vertical-align: middle;
        max-width: 360px;
        text-align: center;
    }
    
    .weltext h2 {
        font-size: 24px;
        text-shadow: 1px 1.5px #000000;
        color: #fff;
        margin-bottom: 25px;
        font-style: italic;
    }
    
    .weltext h2 span {
        color: #f9c512;
        font-size: 20px;
        display: inherit;
        padding: 7px 0 0;
        font-style: normal;
    }
    
    .weltext p {
        color: #ffedad;
        font-size: 15px;
        font-family: 'Roboto';
        font-weight: 300;
        letter-spacing: 0.55px;
        line-height: 26px;
    }
    
    .weltext a {
        border: 1px solid #e6b510;
        padding: 5px 30px;
        color: #e6b510;
        width: fit-content;
        display: block;
        margin: auto;
        margin-top: 30px;
        letter-spacing: 0.55px;
        font-size: 15px;
        border-radius: 6px;
        font-style: italic;
        transition: 0.5s;
    }
    
    .weltext a:hover {
        background-color: #e6b510;
        color: #000;
        text-decoration: none;
    }
    
    .viharevent_left {
        position: relative;
    }
    
    .viharbox {
        margin-bottom: 29px;
    }
    
    .vihartext {
        position: absolute;
        width: 100%;
        padding: 30px 40px;
    }
    
    .vihartext h5 {
        font-size: 22px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 15px;
    }
    
    .vihartext p {
        color: #f8e5a6;
        font-family: 'Roboto';
        font-size: 15px;
        letter-spacing: 0.25px;
        line-height: 26px;
        font-weight: normal;
    }
    
    .vihartext a {
        font-family: 'Roboto';
        text-decoration: underline;
        color: #f8e5a6;
        letter-spacing: 0.45px;
    }
    
    .vihartext a:hover {
        color: #f8e5a6;
        text-decoration: underline;
    }
    
    .viharbox img {
        width: 100%;
        max-width: 540px;
    }
    
    .recentevetn_box {
        position: relative;
    }
    
    .resenttag {
        position: absolute;
        bottom: 25px;
    }
    
    .resenttag span {
        position: absolute;
        top: 5px;
        font-size: 20px;
        color: #770800;
        left: 20px;
        font-style: italic;
    }
    
    .resenttag img {
        width: 185px !important;
    }
    
    .recentevetn_box img {
        width: 100%;
        max-width: 540px;
    }
    
    .blessing-text {
        position: absolute;
        width: 100%;
        padding: 30px 60px;
    }
    
    .blessing-text h5 {
        font-size: 22px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 15px;
    }
    
    .blessing-text p {
        color: #f8e5a6;
        line-height: 26px;
        text-align: justify;
        font-size: 15px;
    }
    
    .blessing-text a {
        display: block;
        width: fit-content;
        margin: auto;
        border: 1px solid #ececec;
        padding: 5px 30px;
        border-radius: 6px;
        font-size: 15px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-top: 40px;
        transition: 0.5s;
    }
    
    .blessing-text a:hover {
        border-color: #e6b510;
        color: #e6b510;
        text-decoration: none;
    }
    
    .blessing-box img {
        width: 100%;
        max-width: 540px;
    }
    
    .blessing-box {
        position: relative;
    }
    
    .viharinfo_main {
        padding: 30px 0;
    }
    
    .currentdevelop_main {
        background-image: url(../images/home/develop-bg.jpg);
        padding: 30px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .currentdevelop_main h2 {
        font-size: 24px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 30px;
        text-align: center;
    }
    
    .develop_box {
        position: relative;
    }
    
    .devetext {
        position: absolute;
        padding: 30px 100px;
        text-align: center;
    }
    
    .devetext h5 {
        font-size: 20px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 10px;
    }
    
    .devetext p {
        color: #f8e5a6;
        font-family: 'Roboto';
        font-size: 15px;
        letter-spacing: 0.25px;
        line-height: 20px;
        font-weight: 300;
        text-align: justify;
    }
    
    .devetext a {
        display: block;
        width: fit-content;
        margin: auto;
        border: 1px solid #ececec;
        padding: 5px 30px;
        border-radius: 6px;
        font-size: 16px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-top: 25px;
        transition: 0.5s;
    }
    
    .devetext a:hover {
        border-color: #e6b510;
        color: #e6b510;
        text-decoration: none;
    }
    
    .develop_box img {
        width: 100%;
    }
    
    .masterplan_main {
        background-image: url(../images/home/master-bg.jpg);
        padding: 30px 0;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    .masterplan_main h2 {
        font-size: 24px;
        color: #770800;
        font-style: italic;
        letter-spacing: 0.25px;
        margin-bottom: 30px;
        text-align: center;
        font-weight: 500;
    }
    
    .masterplan_box {
        position: relative;
        margin-bottom: 30px;
    }
    
    .mastertext {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        text-align: center;
        padding-top: 25%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    
    .mastertext::before {
        content: "";
        background: #0000007a;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 1;
    }
    
    .mastertext.forpadtop {
        padding-top: 67%;
    }
    
    .mastertext h5 {
        color: #ececec;
        font-style: italic;
        margin-bottom: 0;
        z-index: 11;
        position: relative;
    }
    
    .mastertext p {
        border: 1px solid #e6b510;
        width: fit-content;
        margin: auto;
        color: #e6b510;
        padding: 5px 30px;
        border-radius: 6px;
        margin-top: 10px;
        z-index: 11;
        position: relative;
    }
    
    .masterplan_box img {
        width: 100%;
        -webkit-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.66);
        -moz-box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.66);
        box-shadow: 0px 0px 13px -5px rgba(0, 0, 0, 0.66);
    }
    
    .masterplan_box a:hover:hover .mastertext {
        opacity: 1;
        visibility: visible;
    }
    
    .koba_video {
        background-image: url(../images/home/map-bg.jpg);
        padding: 40px 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    
    .mapimg img {
        width: 90%;
        margin: auto;
        display: block;
    }
    
    .videotext {
        text-align: center;
        padding-top: 40%;
    }
    
    .videotext svg {
        color: #e6b510;
        border: 1px solid #e6b510;
        width: 70px !important;
        height: 70px;
        display: block;
        padding: 20px 0 20px 5px;
        border-radius: 60%;
        text-align: center;
        margin: auto;
    }
    
    .videotext h5 {
        font-size: 24px;
        color: #ececec;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 10px;
        margin-top: 14px;
        line-height: 32px;
        text-shadow: 0px 2px 2px #0000005c;
    }
    
    .videotext p {
        color: #e6b510;
        font-style: italic;
        font-size: 18px;
        letter-spacing: 0.45px;
        text-shadow: 0px 2px 2px #0000005c;
    }
    
    .home_donation {
        background-image: url(../images/home/donation_bg.jpg);
        padding: 30px 0;
        background-repeat: no-repeat;
        background-size: cover;
        height: 590px;
        background-position: center bottom;
    }
    
    .donation_text {
        max-width: 530px;
        height: 530px;
        vertical-align: middle;
        display: table-cell;
    }
    
    .donation_text h5 {
        font-size: 24px;
        color: #ffe79a;
        font-style: italic;
        letter-spacing: 0.45px;
        margin-bottom: 25px;
        font-weight: 500;
    }
    
    .donation_text p {
        font-family: 'Roboto';
        color: #fdfdfd;
        text-align: justify;
        font-size: 15px;
    }
    
    .donation_text ul {
        padding: 0;
        margin-top: 30px;
        list-style: none;
    }
    
    .donation_text ul li {
        color: #ffe79a;
        font-family: 'Roboto';
        font-size: 15px;
        letter-spacing: 0.35px;
        margin-bottom: 11px;
    }
    
    .donation_text ul li::before {
        content: url(../images/home/donationdots.jpg);
        margin-right: 19px;
    }
    
    .donation_text a {
        border: 1px solid #e6b510;
        width: fit-content;
        margin: auto;
        color: #e6b510;
        padding: 5px 30px;
        border-radius: 6px;
        margin-top: 35px;
        display: inline-block;
        margin-left: 0px;
        letter-spacing: 0.35px;
        font-style: italic;
        transition: 0.5s;
        font-size: 15px;
        margin-right: 20px;
    }
    
    .donation_text a:hover {
        background-color: #e6b510;
        color: #000;
        text-decoration: none;
    }
    
    .home_donation .table td {
        padding: 0.35rem;
        vertical-align: middle;
        border-top: 1px solid #ffe89d;
        font-family: 'Roboto';
        font-size: 14px;
        letter-spacing: 0.25px;
        border-color: #ffe89d;
        color: #ffe89d;
    }
    
    .home_donation .table-bordered {
        border: 1px solid #ffe89d;
    }
    /* ======================== Home End ===================*/
    /* ======================= About Start ==================*/
    
    .abouttopbanner {
        background-image: url(../images/about/the-concept.jpg);
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center;
    }
    
    .abouttopbanner::before {
        content: '';
        background: #0000001a;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    
    .topbanner_text {
        position: absolute;
        bottom: 40px;
    }
    
    .topbanner_text p {
        margin: 0;
        color: #ffb34a;
        font-size: 18px;
        font-style: italic;
        font-weight: 400;
        padding-bottom: 0;
        border-bottom: 1px solid;
        width: fit-content;
        line-height: 24px;
        margin-bottom: 7px;
    }
    
    .topbanner_text h3 {
        color: #fff;
        font-style: italic;
        font-size: 24px;
        letter-spacing: 0.25px;
        text-shadow: 1px 1.5px #000000;
    }
    
    .aboutafterban_text {
        background-image: url(../images/about/master-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0 70px;
    }
    
    .aboutafterban_text p {
        color: #770800;
        font-size: 24px;
        margin: auto;
        max-width: 800px;
        text-align: center;
        font-style: italic;
        width: 100%;
    }
    
    .aboutafterban_text img {
        text-align: center;
        margin: auto;
        display: block;
        margin-bottom: 20px;
        width: 55px;
    }
    
    .concept-black {
        background-image: url(../images/about/about-black.jpg);
        height: 570px;
        background-repeat: no-repeat;
        padding: 50px 0;
        background-size: cover;
        background-position: center;
    }
    
    .conceptblack_text {
        max-width: 640px;
        margin: auto;
        margin-right: 0;
    }
    
    .conceptblack_text p {
        text-align: justify;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        letter-spacing: 0.45px;
        line-height: 26px;
        font-size: 15px;
    }
    
    .lastabout_text {
        background-image: url(../images/about/master-bg.jpg);
        padding: 40px 0;
        background-position: center;
    }
    
    .concept-lasttext p {
        font-size: 15px;
        font-weight: 400;
        font-family: 'Roboto';
        color: #770800;
        text-align: justify;
        padding: 0;
        margin-bottom: 18px;
    }
    
    .concept-lasttext {
        padding-top: 40px;
    }
    
    .concept-lastimg img {
        width: 50%;
        margin: auto;
        display: block;
    }
    
    .lastabout_text .row {
        margin-bottom: 50px;
    }
    
    .about_hdhimg {
        background-image: url(../images/about/hdh.jpg);
        height: 400px;
        background-repeat: no-repeat;
        background-position: center;
        padding: 70px 0 50px;
        background-color: #fee99a;
    }
    
    .hdh-text {
        max-width: 600px;
        margin: auto;
        margin-right: 0;
        text-align: center;
    }
    
    .hdh-text img {
        margin-bottom: 30px;
    }
    
    .hdh-text p {
        color: #770800;
        font-style: italic;
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.25px;
    }
    
    .hdh-text h5 {
        color: #770800;
        font-style: italic;
        font-size: 18px;
        font-weight: 600;
        margin-top: 35px;
        letter-spacing: 0.25px;
    }
    
    .trusti_img {
        background: url(../images/about/develop-bg.jpg) repeat;
        padding: 60px 0 30px;
    }
    
    .trustiimg-box {
        text-align: center;
        margin-bottom: 40px;
    }
    
    .trustiimg-box img {
        width: 177px;
        object-fit: cover;
        height: 177px;
        margin-bottom: 12px;
    }
    
    .trustiimg-box h5 {
        margin: 0 0 4px 0;
        font-size: 16px;
        color: #fff;
        font-family: 'Roboto';
        font-weight: 400;
        letter-spacing: 0.35px;
    }
    
    .trustiimg-box span {
        font-size: 15px;
        color: #ffad47;
        font-style: italic;
        letter-spacing: 0.35px;
    }
    
    .trusti_img h2 {
        font-size: 24px;
        color: #ffad47;
        font-style: italic;
        margin-bottom: 35px;
        letter-spacing: 0.35px;
    }
    
    .associated_main {
        background: url(../images/about/master-bg.jpg) repeat;
        padding: 60px 0 30px;
    }
    
    .associated_main h5 {
        color: #770800;
        font-size: 16px;
        margin-bottom: 40px;
        line-height: 24px;
    }
    
    .associated_box {
        margin-bottom: 60px;
    }
    
    .associated_box img {
        width: 167px;
        height: 167px;
        object-fit: cover;
        display: inline-block;
    }
    
    .assocoated_text {
        display: inline-block;
        max-width: 100%;
        vertical-align: top;
        padding-left: 20px;
        padding-right: 10px;
    }
    
    .assocoated_text h6 {
        color: #770800;
        font-size: 18px;
        font-style: italic;
        letter-spacing: 0.35px;
        font-weight: 600;
    }
    
    .assocoated_text p {
        color: #770800;
        font-size: 16px;
        letter-spacing: 0.35px;
        font-family: 'Roboto';
        text-align: justify;
    }
    
    .about_redimg {
        background-image: url(../images/about/develop-bg.jpg);
        padding: 60px 0 50px;
    }
    
    .aboutredimg img {
        width: 80%;
        margin: auto;
        display: block;
        margin-right: 20px;
    }
    
    .about-redtext p {
        color: #fff;
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 26px;
        text-align: justify;
        padding-right: 50px;
        letter-spacing: 0.25px;
        font-weight: 300;
        margin-bottom: 25px;
    }
    
    .abou-registration {
        background-image: url(../images/about/master-bg.jpg);
        padding: 50px 0;
    }
    
    .abou-registration h5 {
        color: #770800;
        font-size: 24px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: 0.35px;
    }
    
    .abou-registration p {
        color: #770800;
        font-size: 16px;
        font-family: 'Roboto';
    }
    
    .abou-registration form {
        margin-top: 35px;
    }
    
    .abou-registration form .form-control {
        border-radius: 0;
        border: 0;
        background: rgb(255 255 255 / .3);
        height: calc(2.2em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-family: 'Roboto';
        font-size: 15px;
        color: #770800;
    }
    
    .abou-registration form .form-control:focus {
        color: #770800;
        background-color: rgb(255 255 255 / .3);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.0);
    }
    
    .abou-registration form textarea.form-control {
        height: auto;
        resize: none;
    }
    
    .abou-registration form ::placeholder {
        color: #770800;
        opacity: 1;
    }
    
    .abou-registration form :-ms-input-placeholder {
        color: #770800;
    }
    
    .abou-registration form ::-ms-input-placeholder {
        color: #770800;
    }
    
    .aboutradiobtn .ratiobox {
        padding: 0.375rem 0.75rem;
        font-family: 'Roboto';
        padding-top: 7px;
        display: inline-block;
        color: #770800;
    }
    
    .ratiobox span {
        cursor: pointer;
    }
    
    .aboutradiobtn {
        width: 100%;
        background: rgb(255 255 255 / .3);
        height: calc(1.9em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
    }
    
    .aboutradiobtn .form-group {
        margin: 0 10px;
    }
    
    .aboutradiobtn h6 {
        display: inline-block;
        width: 59%;
        font-family: 'Roboto';
        color: #770800;
        font-weight: 400;
    }
    
    .abou-registration span.input-group-text {
        background: rgb(255 255 255 / .3);
        border: 0;
        color: #770800;
    }
    
    .form-group label {
        font-family: 'Roboto';
        color: #770800;
        padding-left: 3px;
    }
    
    .abou-registration form button {
        margin: auto;
        display: block;
        margin-top: 30px;
        font-style: italic;
        font-size: 16px;
        padding: 5px 40px;
        border-radius: 6px;
        background: #770800;
        border: 0;
        color: #ffe89d;
        letter-spacing: 0.45px;
        transition: 0.5s;
    }
    
    .abou-registration form button:hover {
        background: #4c0500;
    }
    
    .viharinfo_main {
        background-image: url(../images/about/master-bg.jpg);
        padding: 50px 0;
    }
    
    .viharinfo_main .container>p {
        color: #770800;
        font-size: 15px;
        font-family: 'Roboto';
        line-height: 26px;
        margin-bottom: 30px;
    }
    
    .vihar_box img {
        display: inline-block;
        width: 155px;
        height: auto;
        object-fit: cover;
    }
    
    .viharbox_text {
        display: inline-block;
        width: 70%;
        vertical-align: top;
        padding-top: 8px;
        padding-left: 7px;
    }
    
    .viharbox_text h6 {
        font-style: italic;
        color: #770800;
        font-weight: 600;
        margin-bottom: 10px;
        font-size: 16px;
    }
    
    .viharbox_text p {
        color: #770800;
        font-family: 'Roboto';
        font-size: 15px;
        padding-top: 10px;
    }
    
    .viharbox_text a {
        color: #770800;
        font-family: 'Roboto';
        display: block;
        font-size: 15px;
        width: fit-content;
    }
    
    .viharbox_text a:hover {
        color: #770800;
    }
    
    .university-img img {
        width: 100%;
        display: block;
        margin: auto;
        margin-right: 0;
    }
    
    .university_text {
        max-width: 460px;
        width: 100%;
    }
    
    .university_text h4 {
        color: #770800;
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
    }
    
    .university_text p {
        color: #770800;
        font-family: 'Roboto';
        font-size: 15px;
    }
    
    .university_text h6 {
        color: #770800;
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 16px;
    }
    
    .facility_university h4 {
        color: #770800;
        font-weight: 500;
        font-style: italic;
        font-size: 24px;
    }
    
    .facility_university {
        padding: 30px 0 10px;
    }
    
    .facility_university p {
        color: #770800;
        font-family: 'Roboto';
        font-size: 16px;
        line-height: 28px;
        margin: 0;
    }
    
    .university_box {
        background-image: url(../images/about/master-bg.jpg);
        padding: 80px 0 40px;
    }
    
    .university-red {
        background-image: url(../images/about/develop-bg.jpg);
        padding: 40px 0 30px;
    }
    
    .university-red p {
        color: #fff;
        font-size: 15px;
        font-family: 'Roboto';
        line-height: 26px;
        text-align: justify;
    }
    
    .university-red h6 {
        font-size: 17px;
        color: #ffe89d;
        font-style: italic;
        letter-spacing: 0.55px;
    }
    
    .university-img .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        border-radius: 30px;
        margin: 0 5px;
        cursor: pointer;
        opacity: .5;
        transition: opacity 0.6s ease;
        background: #fff;
        border-top: 0;
        border-bottom: 0;
    }
    
    .university-img .carousel-indicators .active {
        opacity: 1;
        background: #770800;
    }
    /* ======================== About End ===================*/
    /* ======================== Contact Start ===================*/
    
    .contact_main {
        background-image: url(../images/master-bg.jpg);
        padding: 40px 0;
    }
    
    .contactadd-left {
        width: 100%;
        max-width: 470px;
        margin: auto;
        margin-right: 0;
    }
    
    h3.contact_tital {
        color: #770800;
        font-style: italic;
        font-size: 24px;
        margin-bottom: 35px;
    }
    
    .contactcity {
        margin-top: 30px;
        width: 85%;
    }
    
    .contact_cityname {
        background-color: #77080024;
        padding: 7px 13px;
        color: #770800;
        font-style: italic;
        font-size: 18px;
        letter-spacing: 0.55px;
        margin-bottom: 20px;
        margin-left: -10px;
    }
    
    .contactcity h6 {
        margin: 0 0 3px 0;
        color: #770800;
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 15px;
    }
    
    .contactcity a {
        margin: 0;
        color: #770800;
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 15px;
        display: block;
        width: fit-content;
    }
    
    .contactcity a:hover {
        color: #770800;
        text-decoration: underline;
    }
    
    .contactcity p {
        color: #770800;
        font-family: 'Roboto';
        font-weight: 300;
        font-size: 15px;
        margin-bottom: 15px;
        margin-top: 5px;
    }
    
    .contact_mapright img {
        width: 80%;
        margin-bottom: 70px;
    }
    
    .contact_mapright form {
        width: 85%;
    }
    
    .contact_mapright form .form-control {
        border-radius: 0;
        border: 0;
        background: rgb(255 255 255 / .3);
        height: calc(2.2em + 0.75rem + 2px);
        padding: 0.375rem 0.75rem;
        font-family: 'Roboto';
        font-size: 15px;
        color: #770800;
    }
    
    .contact_mapright form .form-control:focus {
        color: #770800;
        background-color: rgb(255 255 255 / .3);
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.0);
    }
    
    .contact_mapright form textarea.form-control {
        height: auto;
        resize: none;
    }
    
    .contact_mapright form ::placeholder {
        color: #ab372e;
        opacity: 1;
    }
    
    .contact_mapright form :-ms-input-placeholder {
        color: #ab372e;
    }
    
    .contact_mapright form ::-ms-input-placeholder {
        color: #ab372e;
    }
    
    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }
    
    .contact_mapright form button {
        display: block;
        margin-top: 30px;
        font-style: italic;
        font-size: 16px;
        padding: 5px 40px;
        border-radius: 6px;
        background: #770800;
        border: 0;
        color: #ffe89d;
        letter-spacing: 0.45px;
        transition: 0.5s;
    }
    
    .contact_mapright form button:hover {
        background: #4c0500;
    }
    /* ======================== Contact End ===================*/
    /* ======================== MahavirPuram Start ===================*/
    
    .mahavirpuram_comanmain {
        background-image: url(../images/mahavirpuram/master-bg.jpg);
        padding: 60px 0;
    }
    
    .ahavirpuram_textleft {
        display: inline-block;
        width: 60%;
        vertical-align: middle;
    }
    
    .ahavirpuram_textleft p {
        color: #770800;
        font-family: 'Roboto';
        line-height: 26px;
        font-size: 15px;
        max-width: 560px;
        text-align: justify;
        margin: auto;
        margin-bottom: 25px;
    }
    
    .ahavirpuram_imgright {
        display: inline-block;
        width: 39%;
    }
    
    .ahavirpuram_imgright img {
        width: 90%;
        margin: 0 20px;
    }
    
    .earthbg {
        background-image: url(../images/mahavirpuram/ataglance.jpg);
        height: 460px;
        padding: 60px 0;
        background-size: cover;
        background-position: center bottom;
        background-repeat: no-repeat;
    }
    
    .earthbg p {
        color: #fff;
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 26px;
        margin: 0 40px;
        margin-bottom: 25px;
        letter-spacing: 0.35px;
        text-align: justify;
    }
    
    section.redband-mahavir {
        background: #7E1C15;
        height: 260px;
        padding: 60px 0;
    }
    
    .redimg img {
        width: 100%;
        margin-top: -109px;
        -webkit-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.67);
        -moz-box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.67);
        box-shadow: 0px 0px 15px -2px rgba(0, 0, 0, 0.67);
    }
    
    .redband-text p {
        text-align: justify;
        color: #fff;
        font-family: 'Roboto';
        font-size: 15px;
        line-height: 24px;
        max-width: 90%;
        margin: auto;
    }
    
    .onlytext {
        color: #770800;
        font-family: 'Roboto';
        line-height: 26px;
        font-size: 15px;
        max-width: 85%;
        text-align: justify;
        margin: auto;
        margin-bottom: 25px;
    }
    
    .fullmahavir-text p {
        color: #770800;
        font-family: 'Roboto';
        line-height: 26px;
        font-size: 15px;
        max-width: 90%;
        margin: auto;
        margin-bottom: 25px;
        text-align: justify;
        -moz-text-align-last: center;
        text-align-last: center;
    }
    
    .ahavirpuram_textleft ul {
        width: 90%;
        margin: auto;
    }
    
    .ahavirpuram_textleft ul li {
        color: #770800;
        font-family: 'Roboto';
        line-height: 26px;
        font-size: 15px;
        max-width: 560px;
        text-align: justify;
        margin: auto;
    }
    /* ======================== MahavirPuram End ===================*/
    /* ======================== News Start ===================*/
    
    .news_main {
        background-image: url(../images/news/master-bg.jpg);
        padding: 50px 0;
    }
    
    .news-box {
        margin-bottom: 30px;
    }
    
    .news-box img {
        max-width: 355px;
        width: 100%;
        object-fit: cover;
        margin-bottom: 25px;
    }
    
    .news-box h5 {
        color: #770800;
        font-size: 20px;
        font-weight: 600;
        font-style: italic;
        letter-spacing: 0.25px;
    }
    
    .news-box p {
        color: #770800;
        font-size: 18px;
        font-style: italic;
        letter-spacing: 0.25px;
    }
    
    .news-box a {
        border: 1px solid #770800;
        padding: 5px 30px;
        border-radius: 6px;
        width: fit-content;
        display: block;
        margin-top: 20px;
        color: #770800;
        letter-spacing: 0.45px;
        font-style: italic;
        transition: 0.5s;
    }
    
    .news-box a:hover {
        background: #770800;
        color: #fff;
        text-decoration: none;
    }
    /* ======================== News End ===================*/
    /* ======================== paryushan Start ===================*/
    
    .paryushan_topimg {
        background-image: url(../images/paryushan/master-bg.jpg);
        padding: 40px 0;
    }
    
    .paryushansponsor-img img {
        margin: auto;
        display: block;
        width: 70%;
    }
    
    .paryushansponsor-tetx {
        width: 90%;
        padding: 20px 0;
    }
    
    .paryushansponsor-tetx h4 {
        text-align: center;
        color: #770800;
        font-weight: 600;
        letter-spacing: 0.45px;
        margin-bottom: 20px;
    }
    
    .paryushansponsor-tetx p {
        color: #770800;
        text-align: justify;
        line-height: 24px;
        font-size: 15px;
    }
    
    .paryushan-videored {
        background-image: url(../images/paryushan/develop-bg.jpg);
        padding: 30px 0 40px;
    }
    
    .redvideotext {
        display: flex;
        justify-content: space-between;
        width: 82%;
        margin: auto;
        margin-bottom: 10px;
    }
    
    .redvideotext p {
        color: #ffe89d;
        font-style: italic;
        font-size: 16px;
        letter-spacing: 0.35px;
        font-weight: 600;
    }
    
    .redvideo-box p {
        color: #ffe89d;
        font-family: 'Roboto';
        letter-spacing: 0.25px;
        font-size: 15px;
    }
    
    .redvideo-box img {
        width: 100%;
    }
    
    .videoplsy-icon {
        position: relative;
        cursor: pointer;
    }
    
    .videoplsy-icon svg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        border: 2px solid #770800;
        border-radius: 60px;
        padding: 0 20px 0 24px;
        width: 75px !important;
        height: 75px;
        text-align: center;
        color: #770800;
        transition: 0.5s;
    }
    
    .videoplsy-icon:hover svg {
        background-color: rgb(255 232 157 / .5);
    }
    
    .paryushan-videocream {
        background-image: url(../images/paryushan/master-bg.jpg);
        padding: 30px 0 40px;
    }
    
    .paryushan-videocream .redvideo-box p {
        color: #770800;
    }
    
    .paryushan-videocream .redvideotext p {
        color: #770800;
    }
    
    .redvideo-box {
        width: 65%;
        margin: auto;
    }
    /* ======================== paryushan End ===================*/
    /* ======================== blessings Start ===================*/
    
    .blessings-main {
        background-image: url(../images/blessingsman.jpg);
        padding: 70px 0px 20px;
        height: 550px;
        background-size: cover;
        background-position: center top;
        background-repeat: no-repeat;
    }
    
    .blessings-text {
        max-width: 500px;
        margin: auto;
        margin-right: 0;
    }
    
    .blessings-text p {
        font-size: 15px;
        font-style: italic;
        letter-spacing: 0.25px;
        line-height: 26px;
        color: #770800;
    }
    
    .blessings-text h5 {
        color: #770800;
        font-size: 16px;
        font-weight: 600;
    }
    /* ======================== blessings End ===================*/
    /* ======================== donation-plan Start ===================*/
    
    .donation_love {
        background-image: url(../images/donation/master-bg.jpg);
        padding: 50px 0 0;
    }
    
    .lovimg img {
        width: 90%;
        margin: auto;
        display: block;
        margin-right: 0;
    }
    
    .lovtext {
        padding-top: 100px;
    }
    
    .lovtext p {
        font-family: 'Roboto';
        max-width: 90%;
        text-align: justify;
        font-size: 15px;
        color: #770800;
    }
    
    .lovtext a {
        border: 1px solid #770800;
        color: #770800;
        padding: 4px 20px;
        margin-top: 30px;
        width: fit-content;
        display: block;
        border-radius: 6px;
        transition: 0.5s;
    }
    
    .lovtext a:hover {
        color: #fff;
        background-color: #770800;
        text-decoration: none;
    }
    
    .donation_tree {
        background-image: url(../images/donation/donationplant.jpg);
        padding: 60px 0 40px;
        background-position: center bottom;
        height: 620px;
        background-size: cover;
    }
    
    .donationtree-text {
        max-width: 460px;
    }
    
    .donationtree-text p {
        color: #fff;
        font-family: 'Roboto';
        font-size: 14px;
        letter-spacing: 0.25px;
        line-height: 22px;
        text-align: justify;
    }
    
    .tree-usd {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    
    .tree-usd .usd-box:nth-child(1) {
        margin-right: 7px;
    }
    
    .tree-usd .usd-box:nth-child(2) {
        margin-left: 7px;
    }
    
    .tree-usd .usd-box {
        width: 100%;
    }
    
    .usd-box {
        background: rgb(255 255 255 / 0.3);
        text-align: center;
        padding: 20px 0;
        margin-bottom: 15px;
        border-radius: 3px;
    }
    
    .usd-box h6 {
        color: #fff;
        font-family: 'Roboto';
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0.25px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    
    .usd-box h5 {
        color: #f9c512;
        font-style: italic;
        letter-spacing: 0.25px;
        margin: 0;
        font-size: 16px;
    }
    
    .donationtree-text p a {
        color: #f9c512;
        letter-spacing: 0.35px;
    }
    
    .divine_city {
        background-image: url(../images/donation/master-bg.jpg);
        padding: 40px 0;
    }
    
    .divine_city h3 {
        text-align: center;
        color: #770800;
        font-size: 22px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: 0.25px;
    }
    
    .divine_city h5 {
        text-align: center;
        font-size: 15px;
        font-family: 'Roboto';
        color: #770800;
        font-weight: 400;
    }
    
    .divine-das ul {
        display: block;
        padding: 30px 0 15px;
        list-style: none;
        text-align: center;
    }
    
    .divine-das ul li {
        display: inline-block;
        margin: 0 10px 0 0px;
        color: #770800;
        font-family: 'Roboto';
        font-weight: 500;
        letter-spacing: 0.25px;
    }
    
    .divine-das ul li:last-child::after {
        display: none;
    }
    
    .divine-das ul li::after {
        content: "|";
        margin-left: 10px;
    }
    
    .divine-table table.table h6 {
        color: #770800;
        font-family: 'Roboto';
        margin-bottom: 0;
        letter-spacing: 0.35px;
    }
    
    .divine-table table.table p {
        color: #770800;
        font-family: 'Roboto';
        margin: 0;
        font-size: 13px;
    }
    
    .divine-table table.table ul {
        margin-top: 10px;
        margin-bottom: 0;
    }
    
    .divine-table table.table ul li {
        color: #770800;
        font-family: 'Roboto';
        margin-bottom: 5px;
    }
    
    .divine-table table.table h4 {
        color: #770800;
        font-family: 'Roboto';
        margin-bottom: 11px;
        letter-spacing: 0.35px;
        font-size: 16px;
    }
    
    .divine-table .table-bordered td {
        border: 1px solid #770800;
    }
    
    .divine-table table.table {
        min-height: 305px;
    }
    
    .knowledge_city {
        background-image: url(../images/donation/building.jpg);
        height: 750px;
        background-size: cover;
        background-position: center;
        padding: 60px 0;
    }
    
    .knowledge_city h5 {
        text-align: center;
        color: #fff;
        font-size: 21px;
        font-style: italic;
        font-weight: 600;
        letter-spacing: 0.35px;
        text-shadow: 1px 1.5px #000000;
        margin-bottom: 25px;
    }
    
    .knowledge_city p {
        color: #770800;
        font-family: 'Roboto';
        margin-bottom: 3px;
        text-align: center;
        font-size: 15px;
        max-width: 730px;
        margin: auto;
    }
    
    .knowledge-box {
        display: flex;
        justify-content: space-between;
        width: 75%;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    
    .knowledge-box div {
        background: rgb(247 247 247 / .5);
        width: 100%;
        text-align: center;
        margin: 0 12px 0;
        padding: 20px 0;
        border-radius: 4px;
    }
    
    .knowledge-box div h6 {
        margin: 0;
        color: #770800;
        font-style: italic;
        font-size: 17px;
        letter-spacing: 0.35px;
        font-weight: 500;
    }
    
    .knowledge_city table.table {
        width: 45%;
        margin: 60px auto 0;
    }
    
    .knowledge_city .table-bordered td {
        border: 1px solid #770800;
    }
    
    .knowledge_city table.table h6 {
        color: #770800;
        font-family: 'Roboto';
    }
    
    .knowledge_city table.table P {
        text-align: left;
        font-size: 13px;
    }
    /* ======================== donation-plan End ===================*/
    /* ======================== gaushala Start ===================*/
    
    .gaushala_main {
        background-image: url(../images/gaushala/master-bg.jpg);
        padding: 40px 0;
    }
    
    .howhelp {
        padding: 40px 0;
    }
    
    .gaushala_main h5 {
        color: #770800;
        font-family: 'Roboto';
        font-size: 19px;
        margin-bottom: 4px;
    }
    
    .gaushala_main p {
        color: #770800;
        font-family: 'Roboto';
        font-size: 15px;
    }
    
    .gausalaimg img {
        max-width: 80%;
        margin: auto;
        display: block;
    }
    
    .gausala-lastimg img {
        width: 100%;
    }
    
    .gausala-lastimg {
        padding: 50px 0;
    }
    /* ======================== gaushala End ===================*/
    
    .anagpopup {
    z-index: 99999 !important;
}
.anagpopup .modal-dialog.modal-dialog-centered {
    width: 100% !important;
    max-width: 560px;
    z-index: 999999999999999999999999999;
    position: relative;
}
.anagpopup .modal-body img {
    width: 100%;
}
.anagpopup button.close {
    position: absolute;
    right: 2px;
    top: -4px;
    font-size: 32px;
}
.anagpopup .modal-body.text-center {
    padding: 20px;
}

.anang_main {
    background-image: url(../images/about/master-bg.jpg);
    padding: 50px 0;
}
.anang_main img {
    display: block;
    text-align: center;
    margin: auto;
    max-width: 550px;
    width: 100%;
}


/*NStyle */
.nredvideotext{
    justify-content: center !important;
    margin-bottom: 0px !important;
}
.nredvideotext p{
    border-bottom: 0px solid transparent !important; 
    margin-bottom: 0px;
    padding-bottom: 20px;
    font-size: 23px !important;
    font-weight: bold !important;
    border-top: 0px solid transparent !important;
    border-left: 0px solid transparent !important;
    border-right: 0px solid transparent !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.nredvideotext{
    border-bottom: 1px solid #fff;
}
.nbottomparyushan{
    padding: 20px 0 40px !important;
}
.nparyushan-videored{
    padding: 30px 0 5px !important;
}
.newdesign-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}
@media(max-width: 575px){
    .newdesign-wrapper{
        width: 100%;
    }
    .paryushansponsor-img{
        padding-top: 20px;
    }
    .nredvideotext{
        width: 100% !important;
        text-align: center !important;
    }
    .header-top-inner .top-link span{
        display: none;
    }
}
.newdesign-wrapper p{
    color: #770800;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
}
.newdesigntop{
    margin-bottom: 0;
    font-weight: bold !important;
}
.header-top{
    background: #ffe89d;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
    
}
.header-top-inner{
    text-align: center;
}
.header-top-inner .top-link{
    border: 0px solid transparent !important;
}
