/*Theme Name: MOther Orissa, Description:, Author: MKM*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('../fonts/dsdigital.css');

* {
    list-style: none;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 30px;
    background: #f1f5fb;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
}

img {
    max-width: 100%;
}

header {
    width: 100%;
    float: left;
    position: absolute;
    top: 0;
    z-index: 10;
    background: #ffffffbd;
}

section {
    width: 100%;
    float: left;
}

.top-1 {
    width: 100%;
    float: left;
    background: #fff;
}

.top-1-left {
    display: inline-block;
}

    .top-1-left ul {
        padding: 0;
        margin: 0;
    }

        .top-1-left ul li {
            display: inline-block;
            padding-right: 10px;
        }

            .top-1-left ul li a {
                color: #212121;
                text-decoration: none;
                font-weight: 400;
                display: inline-block;
                padding: 5px 0;
                font-size: 14px;
                line-height: normal;
            }

.top-1-right {
    float: right;
}

    .top-1-right a {
        color: #000;
        text-decoration: none;
        padding: 5px 0;
        display: inline-block;
        background-image: url(../images/login-icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        background-size: 18px;
        font-size: 14px;
        line-height: normal;
    }
/*User DropDown*/
.right-dropdown-menu {
    float: right;
    position: relative;
}
.right-dropdown-menu .user-photo {
    width: 22px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 4px;
    overflow: hidden;
    border-radius: 30px;
}
.right-dropdown-menu button.dropdown-toggle {
    position: relative;
}
.right-dropdown-menu button.dropdown-toggle {
    position: relative;
    padding-left: 28px;
    background: none;
    color: #000;
    border: none;
    margin: 5px 0;
    font-size: 14px;
}
.right-dropdown-menu .dropdown-menu-dark {
    color: #dee2e6;
    background-color: #2b7fb8;
    border-color: rgba(0,0,0,.15);
    left: 0!important;
    right: 0!important;
    margin: auto!important;
    width: 200px;
    padding: 0;
}
.right-dropdown-menu button.dropdown-toggle:focus {
    border: none;
    stroke: none;
    outline: none;
    box-shadow: none;
}
/*User DropDown End*/
.top-2 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    position: relative;
}

.logo {
    float: left;
    padding: 15px 0;
    position: relative;
    height: 88px;
    padding-left: 67px;
}
.logo a {
    display: inline-block;
}
.logo img {
    float: left;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 15px;
    width: 60px;
}

.logo h1 {
    float: left;
    font-size: 22px;
    width: 200px;
    margin-top: 6px;
    color: #062d3b;
    padding-top: 0;
}
.top-2-menu-con {
    float: right;
    position: relative;
}

ul.navbar-nav > li > a {
    padding: 27px 7px 0;
    text-transform: uppercase;
}

ul.navbar-nav > li:last-child > a {
    padding-right: 0;
}

ul.navbar-nav li a {
    color: #000 !important;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

    ul.navbar-nav li a:hover, ul.navbar-nav li.active a {
        color: #4491c2 !important;
    }
/*============Sticky Header
===========================*/
header.navbar-fixed-top.animated.slideInDown {
    position: fixed;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0 10px #f9f9f9ed;
}

 header.navbar-fixed-top.animated.slideInDown .menu-con #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
     padding: 25px 14px!important;
}  

.header-section {
    background-color: transparent;
    width: 100%;
    height: 80px;
    z-index: 99;
    position: fixed;
    left: 0;
    top: 0;
    padding: 0;
}
.navbar-fixed-top.header-section {
    background-color: #fff;
    -moz-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    -webkit-box-shadow: 0 2px 5px rgba(16,16,16,.08);
    box-shadow: 0 2px 5px rgba(16,16,16,.08);
    height: 80px;
    border-bottom: 0;
    padding: 0;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}
/*Other Custom NAV Iteams*/
header.navbar-fixed-top.animated.slideInDown .top-1{
    display: none;
}
header.navbar-fixed-top.animated.slideInDown .logo {
    padding-left: 58px;
    height: 75px;
}
header.navbar-fixed-top.animated.slideInDown .logo img {
    width: 50px;
}
header.navbar-fixed-top.animated.slideInDown .logo h1 {
    font-size: 15px;
    width: 128px;
    margin-top: 10px;
    padding-top: 0;
}
ul.navbar-nav > li > a {
    padding: 17px 7px 0;
}
/*============Sticky Header End
==============================*/

section.slider-section {
    width: 100%;
    float: left;
    position: relative;
}
section.slider-section .caption {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: max-content;
}
    section.slider-section .carousel-item {
        position: relative;
    }

    .banner-wave {
        position: absolute;
        width: 100%;
        z-index: 1;
        bottom: -9px;
        left: 0;
        height: max-content;
    }

.banner-wave {
    position: absolute;
    width: 100%;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: max-content;
}

section.slider-section .caption h2 {
    max-width: 479px;
    font-size: 34px;
    margin-bottom: 10px;
}

.carousel-control-next, .carousel-control-prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.slider-section .carousel-control-prev-icon {
    background-image: url("../images/previous.png");
}

section.slider-section .carousel-control-next-icon {
    background-image: url("../images/next.png");
}

section.slider-section a.slider-btn {
    display: inline-block;
    background: #afd6f0;
    padding: 10px 27px;
    color: #000000;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 14px;
    transition: all ease-in-out 1.0s;
}

    section.slider-section a.slider-btn:hover {
        background: #53a8e1;
        color: #fff;
    }

section.welcome-activites-wraper {
    background: url(../images/welcome-activites-wraper.png) no-repeat;
    background-size: cover;
}

section.welcome-section {
    width: 100%;
    float: left;
    padding: 60px 0;
    background: #fff;
}

    section.welcome-section .left {
        text-align: center;
    }

.heading-group {
    padding-top: 40px;
}

    .heading-group h5 {
        color: #9c6c00;
        font-size: 20px;
        margin: 0 0 8px;
    }

    .heading-group h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

section.welcome-section .right .content {
    height: 236px;
    overflow: hidden;
}

.btn-1 {
    display: inline-block;
    background: #afd6f0;
    padding: 10px 27px;
    color: #000000;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 14px;
    transition: all ease-in-out 0.5s;
    border: none;
}

    .btn-1:hover {
        background: #53a8e1;
        color: #fff;
    }

section.our-activites {
    padding-bottom: 0;
    background: #fff;
}

.heading-1 {
    text-align: center;
    margin-bottom: 30px;
    background: url(../images/heading-seperator.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding-bottom: 29px;
}

.our-activites-card {
    text-align: center;
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 50px 30px;
    background: #fff;
    margin-bottom: 30px;
}

    .our-activites-card h4 a {
        color: #000;
        text-decoration: none;
        font-size: 22px;
    }

    .our-activites-card figure img {
        height: 87px;
    }

    .our-activites-card h4 {
        font-size: 22px;
        margin: 20px 0;
    }

    .our-activites-card p {
        line-height: 19px;
    }

.wave-bg {
    width: 100%;
    float: left;
}

    .wave-bg img {
        width: 100%;
    }

section.the-motherswork {
    background: #e7f5ff;
    padding: 40px 0 0;
}

    section.the-motherswork .content {
        height: 180px;
        overflow: hidden;
    }

    section.the-motherswork .right {
        padding-top: 60px;
    }

    .upcoming-events-card {
        width: 100%;
        float: left;
        margin-bottom: 30px;
        background: #fff;
    }

    .upcoming-events-card img {
        width: 100%;
    }

    .upcoming-events-card h6 {
        color: #9c6c00;
        font-size: 12px;
        padding: 0 15px;
    }

    .upcoming-events-card h5 a {
        color: #000;
        font-size: 16px;
        text-decoration: none;
        padding: 0 15px;
    }

section.upcoming-events-home {
    padding-bottom: 60px;
    background: #fff;
}

section.new-additions {
    padding: 60px 0;
}

section.new-additions {
    padding: 60px 0;
    background: url(../images/NewAdditions-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    text-align: center;
}

    section.new-additions:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: #f5fcffd6;
        top: 0;
        left: 0;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 35px;
    color: #53a8e1;
    z-index: 10;
}

.owl-carousel .owl-nav button.owl-next {
    right: -15px;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -15px;
}

.map-right-content.carousel-inner .owl-carousel .owl-nav button.owl-next {
    right: 0px;
}

.map-right-content.carousel-inner .owl-carousel .owl-nav button.owl-prev {
    left: 0px;
}

section.new-additions .container {
    position: relative;
}

.new-additions-card {
    width: 100%;
    text-align: center;
}

    .new-additions-card img {
        width: auto !important;
        display: inline-block !important;
    }

section.featured-audio-video {
    padding: 60px 0;
    text-align: center;
    background: #fff;
}

.audio-video {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin-bottom: 30px;
}

.featured-audio-video figure {
    width: 180px;
    height: 180px;
    display: inline-block;
    border-radius: 50%;
    overflow: hidden;
    margin: 0;
}

.featured-audio-video h5 {
    margin-top: 20px;
}

    .featured-audio-video h5 a {
        color: #000000;
        font-size: 20px;
        text-decoration: none;
    }
/*==============
Inner Page Start
==================*/
section.inner-page-banner {
    position: relative;
}

    section.inner-page-banner figure {
        margin: 0;
    }

    section.inner-page-banner img {
        width: 100%;
    }

    .page-heading {
        position: absolute;
        width: 100%;
        height: max-content;
        top: 0;
        bottom: 0;
        left: 0;
        text-align: center;
        margin: auto;
        padding-top: 123px;
    }
    .page-heading ul.breadcrumb {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

        .page-heading ul.breadcrumb li {
            display: inline-block;
        }

        .page-heading h2 {
            font-size: 28px;
            color: #cfa649;
            text-transform: uppercase;
            margin-bottom: 0;
        }

    .page-heading ul.breadcrumb li a {
        color: #cfa649;
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        background: url(../images/bredcrum-arrow.png) no-repeat;
        background-position: right;
        padding-right: 12px;
    }

    .page-heading ul.breadcrumb li:last-child a {
        background: none;
        padding-right: 0;
    }

.daskarampage-section-1 {
    width: 100%;
    float: left;
    padding: 60px 0;
    text-align: justify;
}

.daskarampage-section-2 {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

.dasakarmadhara-card {
    width: 100%;
    position: relative;
    float: left;
    min-height: 298px;
}

.dasakarmadhara-card-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 340px;
    max-width: 100%;
    padding: 30px 15px;
    background: #ffffffd1;
    height: 100%;
}

.dasakarmadhara-card figure {
    padding: 0;
    margin: 0;
}

    .dasakarmadhara-card figure img {
        width: 100%;
    }

.dasakarmadhara-card h4 {
    font-size: 22px;
    position: relative;
    font-weight: bold;
    color: #000;
    padding: 0 0 20px;
    margin: 0 0 20px;
}

    .dasakarmadhara-card h4:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: #53a8e1;
        width: 50px;
        height: 2px;
    }

.dasakarmadhara-card .content {
    height: 151px;
    overflow-y: hidden;
    text-align: justify;
}

    .dasakarmadhara-card .content p {
        font-size: 14px;
        line-height: 29px;
    }

.dasakarmadhara-card-right a {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px;
    color: #5bb1ea;
    text-decoration: none;
    text-transform: uppercase;
}

.dasakarmadhara-card-right a {
    display: inline-block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 15px;
    color: #2078b3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}


    .dasakarmadhara-card-right a:before {
        content: '';
        background-image: url(../images/btn-right.png);
        background-repeat: no-repeat;
        background-position: right center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 15px;
        height: 100%;
        width: 10px;
    }

a.link-text {
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
    margin: 30px 0;
    color: #1e92e0;
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid #1e92e0;
}

.daskarampage-section-2 .col-md-6.p-0:nth-child(2) .dasakarmadhara-card-right,
.daskarampage-section-2 .col-md-6.p-0:nth-child(3) .dasakarmadhara-card-right,
.daskarampage-section-2 .col-md-6.p-0:nth-child(6) .dasakarmadhara-card-right {
    background: #5bb1ead1;
    color: #fff;
}

.daskarampage-section-2 .col-md-6.p-0:nth-child(2) .dasakarmadhara-card h4,
.daskarampage-section-2 .col-md-6.p-0:nth-child(3) .dasakarmadhara-card h4,
.daskarampage-section-2 .col-md-6.p-0:nth-child(6) .dasakarmadhara-card h4 {
    color: #fff;
}

    .daskarampage-section-2 .col-md-6.p-0:nth-child(2) .dasakarmadhara-card h4:before,
    .daskarampage-section-2 .col-md-6.p-0:nth-child(3) .dasakarmadhara-card h4:before,
    .daskarampage-section-2 .col-md-6.p-0:nth-child(6) .dasakarmadhara-card h4:before {
        background: #ffffff;
    }

.daskarampage-section-2 .col-md-6.p-0:nth-child(2) .dasakarmadhara-card-right a,
.daskarampage-section-2 .col-md-6.p-0:nth-child(3) .dasakarmadhara-card-right a,
.daskarampage-section-2 .col-md-6.p-0:nth-child(6) .dasakarmadhara-card-right a {
    color: #fff;
}

    .daskarampage-section-2 .col-md-6.p-0:nth-child(2) .dasakarmadhara-card-right a:before,
    .daskarampage-section-2 .col-md-6.p-0:nth-child(3) .dasakarmadhara-card-right a:before,
    .daskarampage-section-2 .col-md-6.p-0:nth-child(6) .dasakarmadhara-card-right a:before {
        background-image: url(../images/btn-right-white.png);
    }
/*Read More Read Less*/
#summary {
    font-size: 14px;
    line-height: 1.5;
}

    #summary p.collapse:not(.show) {
        height: 42px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #summary p.collapsing {
        min-height: 42px !important;
    }

    #summary a.collapsed:after {
        content: '+ View More Dasa Karmadhara  ';
    }

    #summary a.link-text:not(.collapsed):after {
        content: '- View Less';
    }
/*Read More Read Less End*/
/*Remad More Page*/
.daskarm-remorepage-menu {
    width: 100%;
    background: #53a8e1;
}

    .daskarm-remorepage-menu h4 {
        display: none;
    }

    .daskarm-remorepage-menu li.nav-link {
        padding: 0;
    }

    .daskarm-remorepage-menu ul.navbar-nav > li > a {
        padding: 0 7px 0;
        text-transform: uppercase;
    }

    .daskarm-remorepage-menu ul.navbar-nav li a:hover, .daskarm-remorepage-menu ul.navbar-nav li.active a {
        color: #ffffff !important;
    }

    .daskarm-remorepage-menu ul.navbar-nav li a {
        color: #f7f7f7 !important;
        font-size: 14px;
    }

.inner-page-conte-wrapper {
    width: 100%;
    text-align: justify;
    padding: 60px 0;
}

ul.list-1 {
    padding: 0;
    margin: 0;
}

    ul.list-1 li {
        background: url(../images/list-icon.png);
        background-repeat: no-repeat;
        padding-left: 31px;
        background-position-y: 3px;
        margin-bottom: 15px;
    }

.map-left {
    padding: 96px 0 0;
}

.map-right {
    padding: 60px 0;
}

    .map-right .table > tbody tr:nth-child(odd) {
        background: #fff;
    }

    .map-right .table > tbody tr {
        background: #f5fcff;
    }

    .map-right table.table {
        background: #fff;
        box-shadow: 9px 1px 7px 0px #ccc;
    }

table.table tr th, table.table tr td {
    width: 50%;
}
/*Read More Page End*/
/*Related Event Section*/
section.related-events {
    padding: 60px 0;
}
/*Related Event Section End*/
/*================
Relicscenter Page==============*/

section.relics-centers-remorepage {
    padding: 60px 0 0;
}

#relics-rmore {
    font-size: 1rem;
    line-height: 1.5;
}


    #relics-rmore #collapseRelicscenter.collapse:not(.show) {
        display: block;
        height: 164px;
        overflow: hidden;
    }

    #relics-rmore #collapseRelicscenter.collapsing {
        height: 100px;
    }

    #relics-rmore button.btn-1.rmrl[aria-expanded="false"]::after {
        content: '+ Read More';
    }

    #relics-rmore button.btn-1.rmrl[aria-expanded="true"]::after {
        content: '- Read Less';
    }

a.btn-1.golden {
    background: #cfa649;
    color: #fff;
}

section.relic-center-map-section {
    padding: 60px 0;
    background: #fff;
    margin-top: 60px;
    background-image: url(../images/relic-center-map-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
}

    section.relic-center-map-section .carousel-indicators {
        position: relative;
    }

.left-map.carousel-indicators {
    position: relative;
    margin: 0;
}

.location-img {
    padding: 0;
    margin: 0;
    position: relative;
}

    .location-img .carousel-indicators {
        position: relative;
        display: inline-block;
    }

.carousel-indicators.map-indicator {
    padding: 0 !important;
    margin: 0 !important;
    display: inline-block;
    width: 100%;
}

.location-img h4 {
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 15px;
    background: linear-gradient(179deg, #0000006b, transparent);
    width: 100%;
    min-height: 126px;
    z-index: 10;
}

    .location-img h4 a {
        color: #fff;
        text-decoration: none;
        animation: blinkingText 1.2s infinite;
        font-size: 30px;
        display: inline-block;
        padding: 5px 10px;
        border: 2px solid #fff;
        border-radius: 10px;
        background: #00000040;
    }

        .location-img h4 a img {
            width: 46px !important;
            margin: 0 !important;
        }
        /*@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #05abb2; }
    60%{    color: #fff; }
    99%{    color:#fa4a4a;  }
    100%{   color: #fff;    }
}*/
        .location-img h4 a i {
            font-size: 26px;
            margin-right: 5px;
        }

        .map-right-content .content-wrapper ul, .map-right-content .content-wrapper .table-con {
            padding: 0;
            margin: 0;
            height: 173px;
            overflow-y: scroll;
            max-height: 166px;
        }

    .map-right-content .content-wrapper ul::-webkit-scrollbar, .map-right-content .content-wrapper .table-con::-webkit-scrollbar {
        width: 16px;
        border: 5px solid white;
    }

    .map-right-content .content-wrapper ul::-webkit-scrollbar-thumb, .map-right-content .content-wrapper .table-con::-webkit-scrollbar-thumb {
        background-color: #53a8e1;
        background-clip: padding-box;
        border: 0.05em solid #eeeeee;
    }

    .map-right-content .content-wrapper ul::-webkit-scrollbar-track, .map-right-content .content-wrapper .table-con::-webkit-scrollbar-track {
        background-color: #bbbbbb;
    }
    /* Buttons */
    .map-right-content .content-wrapper ul::-webkit-scrollbar-button:single-button, .map-right-content .content-wrapper .table-con::-webkit-scrollbar-button:single-button {
        background-color: #fff;
        display: block;
        border-style: solid;
        height: 13px;
        width: 16px;
    }
        /* Up */
        .map-right-content .content-wrapper ul::-webkit-scrollbar-button:single-button:vertical:decrement, .map-right-content .content-wrapper .table-con::-webkit-scrollbar-button:single-button:vertical:decrement {
            border-width: 0 8px 8px 8px;
            border-color: transparent transparent #555555 transparent;
        }

            .map-right-content .content-wrapper ul::-webkit-scrollbar-button:single-button:vertical:decrement:hover,
            .map-right-content .content-wrapper .table-con::-webkit-scrollbar-button:single-button:vertical:decrement:hover {
                border-color: transparent transparent #777777 transparent;
            }
        /* Down */
        .map-right-content .content-wrapper ul::-webkit-scrollbar-button:single-button:vertical:increment,
        .map-right-content .content-wrapper .table-con::-webkit-scrollbar-button:single-button:vertical:increment {
            border-width: 8px 8px 0 8px;
            border-color: #555555 transparent transparent transparent;
        }

    .map-right-content .content-wrapper ul::-webkit-scrollbar-button:vertical:single-button:increment:hover,
    .map-right-content .content-wrapper .table-con::-webkit-scrollbar-button:vertical:single-button:increment:hover {
        border-color: #777777 transparent transparent transparent;
    }

    .map-right-content .content-wrapper ul li strong, .map-right-content .content-wrapper table tr td:first-child {
        font-weight: 500;
        color: #b07c08;
        display: inline-block;
        margin-right: 10px;
    }

.map-right-content .location-img img {
    width: 100%;
    margin-bottom: 14px;
}

.map-right-content .content-wrapper p {
    line-height: 21px;
    font-size: 14px;
}
/* Designing for scroll-bar */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar {
    background: #f1f9ff;
    border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #afd6f0;
    border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb {
    background: #afd6f0;
}
/*================
Relicscenter Page End==============*/
/*Activites Page*/
section.activities-page {
    padding: 60px 0 30px;
}
/*Activites Page End*/
/*===================
Gallery Page
*/
section.gallery-page {
    padding: 60px 0;
}
.gallery-box {
    background: #fff;
    margin-bottom: 30px;
}
.gallery-box figure {
    margin-bottom: 0;
    width: 100%;
    height: 224px;
    overflow: hidden;
    position: relative;
}
.gallery-box figure  .btn-1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: max-content;
    width: max-content;
    opacity: 0!important;
}
.gallery-box:hover figure  .btn-1{
    opacity: 1!important;
}
.gallery-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.gallery-box:hover figure img{
    transform: scale(1.1);  
}
.gallery-box h3 {
    font-size: 16px;
    padding: 15px;
    height: 68px;
    overflow: hidden;
}
.gallery-box h3 a {
    color: #000;
    text-decoration: none;
}
section.gallery-page a.thumbnail {
    display: inline-block;
    margin: 15px 0;
}

.image-gallery-modal button.close {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 3px;
    z-index: 10;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    background: #00000073;
    color: #fff;
    line-height: 0;
}

.image-gallery-modal button.btn.btn-secondary {
    width: max-content;
    height: max-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.image-gallery-modal button.btn-secondary.float-right {
    right: 0;
}

.gallery-tab .tab-content {
    padding: 15px;
    border: 1px solid #afd6f0;
    border-top: none;
    background: #ffffff;
}

.box-1 {
    text-align: center;
    background: #f7f7f7;
    padding: 8px;
    margin: 15px 0;
    border-radius: 5px;
    box-shadow: 0 0 4px #00000026;
    position: relative;
    overflow: hidden;
}

.box-1 figure {
    padding: 0;
    margin: 0 0 15px;
    height: 222px;
}
.box-1 figure img {
    height: 100%;
    max-width: 100%;
}

        .box-1 h4 {
            font-size: 14px;
            margin: 0;
            position: relative;
            width: 100%;
            z-index: 1000;
            background: #b4cdde;
            padding: 7px 0;
            height: 44px;
            overflow: hidden;
        }

        .box-1 h4 a {
            text-decoration: none;
            color: #073756;
        }

.gallery-tab .nav.nav-tabs {
    background: #afd6f0;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.gallery-tab li.nav-item {
    display: inline-flex !important;
    float: unset;
}

.gallery-tab .nav-tabs .nav-link {
    color: #000000;
    margin-top: 5px;
    text-transform: uppercase;
}

    .gallery-tab .nav-tabs .nav-item.show .nav-link, .gallery-tab .nav-tabs .nav-link.active, .gallery-tab .nav-tabs .nav-item.show .nav-link:focus {
        color: #495057;
        background-color: #ffffff;
        border-color: transparent;
    }

.gallery-tab .nav {
    display: inline-block;
    flex-wrap: unset;
    width: 100%;
    margin-bottom: 0;
}

.gallery-tab .accordion-item {
    margin-bottom: 0;
    border-radius: 5px;
    border-color: #f3faff;
    overflow: hidden;
    margin-top: 20px;
}

.gallery-tab button.accordion-button.collapsed {
    background: #f3faff;
    color: #2280bf;
    border-color: #f3faff;
}

.gallery-tab .accordion-body {
    border-top: none;
    background: #ffff;
}

.gallery-tab .tab-content fieldset {
    border: 1px solid #e7f1ff;
    padding: 15px 15px 15px;
    margin-top: 30px;
    background: #f8fafc;
    position: relative;
}

.pagination {
    display: block;
    width: 100%;
}

    .pagination li {
        display: inline-block;
        margin-top: 15px;
    }

    .pagination li a {
        display: inline-block;
        background: #fff;
        line-height: 24px;
        padding: 10px 17px;
        color: #000;
        text-decoration: none;
        box-shadow: 0 0 2px #00000012;
    }

            .pagination li a:hover {
                background: #b4cdde;
            }

        .pagination li.disabled a {
            background: #f5f5f5;
            color: #c8c7c7;
        }

.gallery-tab .tab-content fieldset legend {
    display: inline-block;
    background: #e7f1ff;
    width: auto;
    padding: 3px 20px;
    font-size: 19px;
    border-radius: 5px;
    position: absolute;
    top: -19px;
    left: 15px;
}

.signature {
    padding: 15px 0 0;
    max-width: 364px;
}

.image-gallery-modal .gallery-caption {
    position: absolute;
    bottom: 0;
    background: #ffffffc4;
    width: 100%;
    left: 0;
    padding: 10px 30px;
}

.speeches-box {
    padding: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 0 4px #00000014;
    min-height: 115px;
    position: relative;
    margin-bottom: 30px;
}

    .speeches-box figure {
        width: 110px;
        margin: 0 5px 0 0;
        padding: 0;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .speeches-box .right-content ul {
        padding: 0 0 0 125px;
        margin: 0;
    }

.vido-box {
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 30px;
}

    .vido-box .content {
        padding: 15px;
    }

    .vido-box ul {
        padding: 0;
        margin: 0;
    }

.gallery-tab iframe {
    border: 0;
    width: 100%;
    height: 237px;
    padding: 0;
    margin: 0;
}

.audio-box {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.icon img {
    width: 130px;
}

.audio-box h4 {
    font-size: 18px;
    padding: 0;
    margin: 14px 0 0;
}

    .audio-box h4 a {
        color: #000;
        text-decoration: none;
    }
/*===================
Gallery Page End
*/
/*===================
Publication Page Start
*/
ul.month {
    padding: 0;
    margin: 0;
}

    ul.month li {
        display: inline-block;
    }

        ul.month li a, .pdf-btn {
            display: inline-block;
            border: 1px solid #afd6f0;
            padding: 4px 16px;
            line-height: unset;
            position: relative;
            color: #000;
            text-decoration: none;
            background: #afd6f0;
            border-radius: 3px;
            margin: 13px 6px;
            padding-left: 30px;
            box-shadow: 0 0 5px 2px transparent;
            transition: all ease-in-out 0.5s;
        }

            ul.month li a:hover, .pdf-btn:hover {
                box-shadow: 0 0 5px 2px #c1e6ff;
            }

            ul.month li a:before, .pdf-btn:before {
                content: "";
                background: url(../images/pdf.png);
                background-size: 100%;
                width: 13px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 12px;
                background-position: center;
                background-repeat: no-repeat;
            }

.filter {
    text-align: center;
    margin: 15px 0 30px;
}

    .filter form {
        display: inline-block;
        width: 542px;
        max-width: 100%;
    }

        .filter form input.form-control[type="button"] {
            background: #80b0d0;
            color: #fff;
            text-transform: uppercase;
        }

ul.pdf-link {
    padding: 0;
    margin: 0;
}

    ul.pdf-link li {
        display: inline-block;
    }
    ul.pdf-link.full-width li {
       width: 100%;
    }
        ul.pdf-link li a {
            display: inline-block;
            border: 1px solid #afd6f0;
            padding: 4px 16px;
            line-height: unset;
            position: relative;
            color: #000;
            text-decoration: none;
            border-radius: 3px;
            margin: 8px 6px;
            padding-left: 30px;
            box-shadow: 0 0 5px 2px transparent;
            transition: all ease-in-out 0.5s;
        }

            ul.pdf-link li a:before {
                content: "";
                background: url(../images/pdf.png);
                background-size: 100%;
                width: 13px;
                height: 100%;
                position: absolute;
                top: 0;
                left: 12px;
                background-position: center;
                background-repeat: no-repeat;
            }

/*===================
Publication Page End
*/
/* profile start */
.profile-wrapper {
    padding: 60px 0;
    clear: both;
}
.pa-profile-box {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
    border-radius: 10px;
    padding: 30px;
    width: 600px;
    margin: 30px auto;
    background: #fff;
    max-width: 100%;
}
.pa-profile-img {
    margin-bottom: 22px;
    display: flex;
}
.pa-profile-img img {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    object-fit: cover;
}
.pa-profile-data ul li {
    display: flex;
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 23px;
}
.pa-profile-data ul li p {
    flex: 1;
    margin-bottom: 0;
}
.pa-profile-data .pa-btn {
    margin-top: 10px;
}
.pa-profile-data ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
}
.pa-profile-userimg{
    width: 100px;
    position: relative;
}
.pa-profile-name-box {
    width: calc(100% - 100px);
    padding-left: 30px;
}
.pa-profile-svg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.pa-profile-svg svg {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    z-index: 1;
    cursor: pointer;
    transition: 0.3s;
}
.pa-profile-svg input {
    width: 105px;
    z-index: 2;
    opacity: 0;
    transform: translate(0px, -30px);
    cursor: pointer;
    height: 145px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pa-profile-userimg:hover .pa-profile-svg {
    opacity: 1;
    visibility: visible;
}
.pa-profile-svg:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(108, 170, 168, 0.84);
    border-radius: 100%;
}
.pa-profile-name,.pa-edit-model .modal-title{
    font-size: 20px;
}
.pa-profile-name span {
    padding-left: 12px;
    font-weight: 600;
    color: #6caaa8;
}
.pa-profile-name-box p {
    margin-bottom: 0px;
}
.pa-edit-model ul li {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
}
.pa-edit-model ul li:last-child{
    margin-bottom: 0;
}
.pa-edit-model ul li p {
    width: 280px;
}
.pa-edit-model ul li textarea {
    width: 100%;
    height: 90px;
    padding: 10px 20px;
    border: 1px solid #6caaa8;
    outline: none;
    border-radius: 10px;
    resize: none;
    line-height: normal;
}
.pa-edit-model .modal-body {
    padding: 30px;
}
.pa-edit-model {
    border-radius: 10px;
}
.pa-edit-model .modal-footer {
    padding: 26px;
    display: block;
}
.pa-edit-model .modal-header {
    padding: 22px 30px 23px;
}
.pa-btn {
    background: #6caaa8;
    color: #fff;
    padding: 0px 20px;
    min-width: 160px;
    height: 50px;
    line-height: 46px;
    border: none;
    border-radius: 50px;
    text-transform: capitalize;
    outline: none;
    text-align: center;
    cursor: pointer;
    border: 2px solid #6caaa8;
    transition: 0.3s;
    display: inline-block;
    text-decoration: none;
}
.pa-btn:hover {
    outline: none;
    background: #fff;
    color: #6caaa8;
}
a.pa-btn.cancel {
    background: #8e8e8e;
    border-color: #8e8e8e;
}
.pa-profile-box.otp-wrapper {
    width: 643px!important;
}
/* profile end */
/*===========Login Page*/

.login-page, .signup-page {
    width: 100%;
    padding: 0;
    clear: both;
    margin-top: 0;
    min-height: 100vh;
    background: #f4fcff;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
}
.login-page::before, .signup-page::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/texture-bg.png);
    background-repeat: repeat;
    opacity: 0.2;
}
.login-wrapper {
    position: relative;
    width: 100%;
    clear: both;
}
.login-left {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
}
.login-left:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(45deg, transparent, #98d5d3, transparent );
}
.login-left h3 {
    font-size: 14px;
    max-width: 179px;
    margin: 15px 0;
}
.login-wrapper .pa-profile-box {
 
    width: 833px;
   
}
.login-wrapper .pa-profile-box h2 {
    text-align: center;
    font-size: 27px;
}

.login-wrapper .pa-profile-box input.form-control, .pa-edit-model input[type="text"], select.form-control  {
    margin-bottom: 20px;
    stroke: none;
    outline: none;
    border: none;
    border-bottom: 1px solid #b6b6b6;
    border-radius: 0;
    background: none;
    color: #6caaa8;
    padding: 0.375rem 0;
    width: 100%;
}
.password .btn.btn-outline-secondary {
    position: absolute;
    right: 0;
    border: none;
    z-index: 10;
}
.password .btn.btn-outline-secondary:hover{
	background:none;
	color:#000;
}
.filter {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 200px;
}
.login-wrapper .pa-profile-box input.form-control::placeholder, .pa-edit-model input[type="text"]::placeholder{
color:#dcdcdc;
}
.pa-edit-model button.close {
    outline: none;
    background: #6caaa8;
    color: #fff;
    border: 1px solid #6caaa8;
    width: 35px;
    height: 35px;
    border-radius: 99px;
    line-height: 16px;
    font-size: 29px;
    display: inline-block;
}
.pa-edit-model .modal-header {
    padding-bottom: 0!important;
    border-bottom: none;
}
.pa-edit-model .modal-footer {
    border-top: none;
    padding-top: 0!important;
}
.login-wrapper .pa-profile-box input.form-control:focus, .pa-edit-model input[type="text"]:focus  {
    box-shadow: none;
    border-bottom-color: #6caaa8;
    
}
.login-wrapper .pa-profile-box h6 {
    text-align: right;
}
.login-wrapper input.pa-btn {
    margin-bottom: 30px;
}

/*Login Page End===========*/
.otp input {
    margin: 0 14px;
}
.reset-icon {
    font-size: 96px;
    margin-bottom: 23px;
    color: #29b178;
}
/*===========Login Page End*/

.signup-page .pa-profile-box {
    width: 900px;
    max-width: 100%;
    margin: 30px auto;
}
/*Login Page End===========*/
/**/
/*==============
Inner Page  End
==================*/
footer {
    width: 100%;
    float: left;
    background: #ebf7ff;
    padding: 60px 0 30px;
}
.footer-logo img {
    max-width: 140px;
}
.footer-menu {
    width: 100%;
    padding: 5px 0;
}

    .footer-menu ul {
        padding: 0;
        margin: 0;
        display: inline-block;
    }

        .footer-menu ul li {
            display: inline-block;
        }

            .footer-menu ul li a {
                color: #000;
                text-decoration: none;
                padding: 0 11px;
                text-transform: uppercase;
            }

                .footer-menu ul li a:hover {
                    color: #4491c2;
                }

.footer-sm {
    padding: 0 0 20px;
}

    .footer-sm a {
        display: inline-block;
        background: #47aff6;
        color: #fff;
        width: 40px;
        height: 40px;
        border-radius: 50px;
        line-height: 42px;
        display: inline-block;
        transition: transform .7s ease-in-out;
    }

        .footer-sm a:hover {
            background: #288ed3;
            transform: rotate(360deg);
        }
/*section.slider-section .carousel-control-prev {
    left: -30px;
}
section.slider-section .carousel-control-next{
right: -30px;	
}*/
.banner-wave img {
    width: 100%;
}
/*Profile Page*/
section.inner-page-wrapper.profile-page {
    padding: 60px 0;
}
/*Profile Page End*/
/*Table*/
section.user-manage-page {
    padding: 160px 0 0;
}
.color-introducer ul {
    padding: 0;
    margin: 0;
    text-align: center;
    display: inline-block;
}
.color-introducer {
    display: inline-block;
}
.color-introducer ul li {
    display: inline-block;
    border-radius: 5px;
    position: relative;
    padding-left: 44px;
    margin-right: 15px;
    font-weight: 500;
    color: #00c000;
}
.color-introducer ul li:before {
    content: '';
    position: absolute;
    width: 37px;
    height: 20px;
    background: #e9ffce;
    left: 0;
    top: 4px;
    /* border: 1px solid #13ff13; */
    border-left: 3px solid #13ff13;
    box-shadow: 0 0 10px #0045001f;
    border-radius: 5px;
}
.color-introducer ul li.not-approved:before {
    background: #efdeff;
    border-color: #351057;
}
.color-introducer ul li.active:before {
    background: #ffc90d;
    border: 2px solid #987700;
}
.color-introducer ul li.not-active:before {
    background: #ed6365;
    border: 2px solid #9d1416;
}
.heading-with-btn {
    position: relative;
    padding: 9px 0 0;
    margin-bottom: 20px;
    min-height: 42px;
}
.heading-with-btn h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.add-study-circle {
    border: 1px solid #53a8e1;
    background: #53a8e1;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 19px;
    border-radius: 8px;
    transition: all ease-in-out 0.6s;
    font-size: 13px;
    margin-left: 15px;
}
.add-study-circle:hover{
    background: none;
    color: #53a8e1;
}
.custom-table {
    margin: 0 0 60px;
    padding: 0;
}

.custom-table .dataTables_wrapper.container-fluid.dt-bootstrap4.no-footer{
padding: 0;
}
.custom-table  .dataTables_length label select {
    display: inline-block;
    width: 75px;
}
.custom-table .dataTables_filter {
    text-align: right;
}
.custom-table .dataTables_filter label input {
    display: inline-block;
    width: 224px;
    margin-left: 10px;
}
.custom-table table {
    margin-top: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px #00000012;
    margin-top: 15px!important;
    border-spacing: 0;
}
.custom-table table.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: #ffffff;
    color: var(--bs-table-striped-color);
}
.table>thead tr th {
    border: none;
}
.custom-table table th, .custom-table table td {
    padding: 10px 10px;
    vertical-align: middle;
    font-size: 13px;
    line-height: 14px;
    border: none;
}
.custom-table table th {
    font-weight: 600;
    line-height: 20px;
}
.custom-table table th:first-child, .custom-table table td:first-child {
    width: 55px;
}
.custom-table  table tr {
    border-bottom: 1px solid;
    position: relative;
    border-color: #dbdbdb;
}
.custom-table  table tr.odd {
    background: #ffffff;
}
.custom-table tr.approved {
    position: relative;
    --bs-table-accent-bg: #daf0ff!important;
}
 .custom-table tr.approved:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: #0d6efd;
} 
.study-circle {
    min-width: 157px;
}
 .custom-table .pathachakra-schedule {
    width: 156px;
}
.custom-table .convenor {
    width: 137px;
}
.custom-table table th:nth-child(4), .custom-table table td:nth-child(4) {
    width: 250px!important;
}
.ed-btn {
    display: inline-block;
    background: none;
    margin: 0 3px;
    color: #626262;
    padding: 0;
    border: none;
}
.dataTables_wrapper.container-fluid.dt-bootstrap4 {
    padding: 0;
}
button:focus, input:focus, optgroup:focus, select:focus, textarea:focus {
    box-shadow: none!important;
}
.custom-table .paging_simple_numbers {
    text-align: right;
}
.custom-table .address-con {
    width: 250px;
}
.custom-table .created-by {
    width: 100px;
}
.action-btns {
    width: 47px;
    text-align: left;
}

.act-btn.in{
    background: #ffe2e7;
    border: 2px solid #dbbabf; 
}
#delete_warning button.btn-close.float-end {
    position: absolute;
    right: 6px;
    top: 10px;
    z-index: 1;
}
/**/
.pathachakra-page {
    padding: 160px 0 0;
    FONT-VARIANT: JIS04;
}
/*Loged In Page*/
section.logedin-page {
    padding: 190px 0 60px;
}
ul.logedin-button-group {
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    padding: 60px 0;
}
ul.logedin-button-group li {
    display: inline-block;
}
ul.logedin-button-group li a {
    display: flex;
    margin: 10px;
    width: 266px;
    background: #53a8e1;
    color: #fff;
    text-decoration: none;
    height: 90px;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    font-size: 20px;
    transition: all ease-in-out 0.5s;
    border: 1px solid #53a8e1;
}
ul.logedin-button-group li a:hover{
    background: none;
    color: #53a8e1;
}
/*Loged In Page End*/
/*Responsive Part*/
@media (max-width: 1200px) {
ul.navbar-nav li a {
    font-size: 14px;
    padding: 11px 0px 0;
}
.custom-table {
    overflow-x: scroll;
}
.logo {
    padding-left: 64px;
    height: 75px;
}

    section.slider-section .caption h2 {
        max-width: 335px;
        font-size: 22px;
    }

.logo img {
    margin-right: 10px;
    width: 55px;
    top: 10px;
}

    .logo h1 {
        font-size: 19px;
        width: 171px;
        margin-top: 0;
    }

    section.slider-section a.slider-btn, .btn-1 {
        padding: 4px 18px;
        font-size: 14px;
    }

    .heading-group h2 {
        font-size: 22px;
    }

    .heading-group h5 {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .heading-1 {
        font-size: 22px;
    }

    .our-activites-card h4 a {
        font-size: 18px;
    }

    .featured-audio-video h5 a {
        font-size: 16px;
        line-height: 16px;
    }
}

@media (max-width:1100px) {
    .dasakarmadhara-card .content {
        height: 82px;
    }
.custom-table {
    width: 100%;
    overflow: auto;
    margin-top: 15px;
}
}

@media (max-width: 992px) {
    .navbar-expand-sm .navbar-collapse {
        display: none !important;
        flex-basis: auto;
    }
	section.user-manage-page {
    padding: 60px 0 0;
}
header {
    position: relative;
    top: unset;
    height: 120px;
}
	header.navbar-fixed-top  {
    position: relative;
    top: unset;
    height: 72px;
}
    .nav-link.dropdown-toggle {
        padding-left: 0 !important;
    }

    .daskarm-remorepage-menu {
        height: 60px;
        position: relative;
    }

        .daskarm-remorepage-menu .navbar-expand-sm .navbar-toggler {
            top: 10px;
            width: 100%;
            text-align: right;
        }

        .daskarm-remorepage-menu .navbar-light .navbar-toggler-icon {
            background-image: url("../images/menu-icon.gif");
            transform: scale(-1);
            width: 40px;
            height: 40px;
        }

        .daskarm-remorepage-menu .navbar-light .navbar-toggler {
            color: rgba(0,0,0,.55);
            border-color: rgb(0 0 0 / 0%);
        }

            .daskarm-remorepage-menu .navbar-light .navbar-toggler:focus {
                box-shadow: none;
            }

        .daskarm-remorepage-menu .navbar {
            padding-top: 0;
        }

        .daskarm-remorepage-menu h4 {
            color: #fff;
            display: inline-block;
            position: absolute;
            top: 0;
            font-size: 18px;
            bottom: 0;
            margin: auto;
            height: max-content;
        }

        .daskarm-remorepage-menu ul.navbar-nav li a {
            color: #000000 !important;
        }

    .inner-page-conte-wrapper {
        padding: 53px 0;
    }

    .navbar-collapse.collapse.show {
        display: inline-block !important;
    }

    .navbar-expand-sm .navbar-toggler {
        display: inline-block;
        position: absolute;
        top: 24px;
        right: 0;
    }

    .top-2-menu-con {
        width: 100%;
    }

    .logo {
        position: absolute;
        top: 0;
        left: 15px;
        z-index: 1;
    }

    .top-2 .col-md-12 {
        position: relative;
    }

    .navbar-expand-sm .navbar-nav {
        display: inline-block;
        width: 100%;
        background: #fff;
        margin-top: 68px;
        position: relative;
        z-index: 10;
        box-shadow: 0 0 2px #00000073;
        border-radius: 5px;
    }

    ul.navbar-nav li a {
        font-size: 14px;
        padding: 0;
    }

    .dasakarmadhara-card-right {
        width: 248px;
    }

    .dasakarmadhara-card h4 {
        font-size: 16px;
        font-weight: 500;
        padding: 0 0 10px;
        margin: 0 0 10px;
    }

    .dasakarmadhara-card .content p {
        line-height: 21px;
    }

    .page-heading ul.breadcrumb li a {
        padding-right: 12px;
        font-size: 11px;
    }

    .page-heading h2 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .page-heading {
        position: absolute;
        width: 100%;
        height: max-content;
        top: 129px;
        left: 0;
        text-align: center;
    }
	section.logedin-page {
    padding: 0;
}
}

@media (max-width:767px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }

    section.relic-center-map-section .d-sm-block.d-none {
        display: none !important;
    }

    section.relic-center-map-section .d-block.d-sm-none {
        display: block !important;
    }

    section.relic-center-map-section .gallery-tab .tab-content {
        padding: 0;
        border: none;
    }

    section.relic-center-map-section .pagination li a {
        background: #f0f0f0;
    }

    .daskarampage-section-1 {
        text-align: left;
    }

    .daskarampage-section-2 .collapse:not(.show) {
        display: block;
    }

    .map-left {
        padding: 0 0 0;
    }

    a.link-text {
        display: none;
    }

    section.the-motherswork .content {
        height: 171px;
        margin-bottom: 15px;
    }

    section.slider-section a.slider-btn, .btn-1 {
        padding: 4px 18px;
        font-size: 12px;
        margin-top: 0;
    }

    section.welcome-section .right {
        margin-bottom: 30px;
    }
section.user-manage-page {
    padding: 30px 0 0;
}
        section.welcome-section .right a.btn-1 {
            margin-top: 15px;
        }

    section.welcome-activites-wraper {
        background-size: 100%;
    }

    .footer-logo img {
        max-width: 142px;
    }

    .footer-menu ul li a {
        padding: 0 6px;
        font-size: 12px;
    }

    .footer-menu ul li {
        line-height: normal;
    }

    .copyright p {
        font-size: 12px;
    }

    section.new-additions .owl-carousel .owl-nav button.owl-next, section.new-additions .owl-carousel .owl-nav button.owl-prev {
        bottom: 24px;
        margin: auto;
        font-size: 20px;
    }

    .dasakarmadhara-card-right {
        width: 370px;
    }

    .page-heading h2 {
        font-size: 17px;
        margin-bottom: 0;
    }

    section.inner-page-banner {
        overflow-x: hidden;
    }

        section.inner-page-banner img {
            width: auto;
            height: 217px;
            max-width: unset;
        }

    .page-heading {
        top: 132px;
        bottom: unset;
        margin: auto;
    }

    .inner-page-conte-wrapper {
        text-align: left;
    }

    section.welcome-section .left {
        margin-bottom: 30px;
    }

    .gallery-tab .tab-content fieldset legend {
        font-size: 16px;
    }

    .carousel-indicators.small-device-indicators button {
        background: #000 !important;
    }

    .map-right-content .content-wrapper ul, .map-right-content .content-wrapper .table-con {
        height: unset;
        overflow-y: visible;
        max-height: unset;
    }

    .carousel-indicators.small-device-indicators.d-md-none.d-sm-block {
        padding: 39px 0 0;
        margin: 0 0 30px;
    }
    .login-left:before {
        width: 100%;
        height: 1px;
        top: unset;
        bottom: 13px;
    }
	.custom-table table {
    border-radius: 0;
}
.container, .container-sm {
    max-width: 100%;
}
.heading-with-btn h3 {
    text-align: center;
}
section.user-manage-page {
    padding: 30px 0 0;
}	
section.user-manage-page .text-end {
    text-align: center!important;
}
.add-study-circle {
    padding: 2px 9px;
    font-size: 10px;
    margin-left: 15px;
}
.custom-table .dataTables_wrapper  .col-sm-12.col-md-6 {
    width: 50%;
}
.heading-with-btn {
    margin-bottom: 0;
    min-height: unset;
}
div.dataTables_wrapper div.dataTables_filter input {
    max-width: 81px;
}
.dataTables_filter label, .dataTables_length label {
    font-size: 12px;
}
footer {
    padding: 30px 0 30px;
}
header {
    height: 119px;
}
header.navbar-fixed-top.animated.slideInDown .logo h1 {	
    margin-top: 5px;
}
.login-wrapper .pa-profile-box label{
    font-size: 12px;
}
.login-wrapper .pa-profile-box input[type="checkbox"] {
    width: 10px;
    height: 8px;
}
}

@media (max-width: 576px) {
	header {
    height: 100px;
}
.pathachakra-page {
    padding: 101px 0 0;
}
    ul.navbar-nav li a {
        padding: 0 10px;
    }
    #relics-rmore {
        text-align: justify;
    }
    .location-img h4 a {
        font-size: 16px;
    }
    .login-wrapper .pa-profile-box figure img {
    width: 50px;
}
.login-wrapper .pa-profile-box h2 {
    font-size: 20px;
}
    .pa-btn {
    padding: 0px 30px;
    min-width: unset;
    height: 34px;
    line-height: 29px;
    border: none;
    border-radius: 10px;
}
.right-dropdown-menu button.dropdown-toggle {
    font-size: 10px;
}
.right-dropdown-menu .user-photo {
    width: 17px;
    height: 17px;
}
.right-dropdown-menu button.dropdown-toggle {
    padding-left: 23px;
    
}
.logo h1 {
    font-size: 12px;
    width: 105px;
    margin-top: 0;
}
.logo img {
    width: 42px;
}
.logo {
    padding-left: 47px;
}
.logo h1 {
    font-size: 12px;
    width: 105px;
    margin-top: 7px;
}
.navbar-expand-sm .navbar-toggler {
    display: inline-block;
    position: absolute;
    top: 17px;
    right: 0;
}

.login-wrapper .pa-profile-box h6 {
    text-align: right;
    font-size: 12px;
    
}
.login-wrapper .pa-profile-box h6[style=" margin-top: 15px;"]{
margin-top: 11px!important;
    margin-bottom: 0;	
}
	.container {
        padding: 0 20px;
    }

    .nav-link.dropdown-toggle {
        padding-left: 10px !important;
    }

    .top-1-left ul li {
        padding-right: 1px;
    }

    section.slider-section .caption h2 {
        max-width: 243px;
        font-size: 17px;
    }

    section.slider-section .caption h2 {
        max-width: 50%;
        font-size: 14px;
    }

    section.slider-section .caption {
        padding: 0 33px;
    }

    section.slider-section a.slider-btn, .btn-1 {
        padding: 4px 13px;
        font-size: 11px;
        margin-top: 15px;
        line-height: 21px;
    }
.top-1-left ul li a {
    font-size: 10px;
    padding-top: 7px;
}
    section.welcome-section .right .heading-group {
        padding-top: 0;
    }

  .top-1-right a {
    padding-left: 13px;
    background-size: 11px;
    font-size: 9px;
}

    section.new-additions .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }

    section.new-additions .owl-carousel .owl-nav button.owl-next {
        right: 0;
    }

    section.new-additions .owl-carousel .owl-nav button.owl-next, section.new-additions .owl-carousel .owl-nav button.owl-prev {
        background: #ffffffb0;
        padding: 5px !important;
    }

    .dasakarmadhara-card-right {
        position: relative;
        width: 100%;
        padding-bottom: 75px;
    }
	.navbar-toggler {
    padding: 3px;
}
    
}

@media (max-width:420px) {
}
/*================
	Media Screen max-width End
================*/
