/* Normal desktop :992px. */

@media only screen and (max-width:1920px) {
    .aboutSec h2 {
        color: #2d0a2b;
    }

    section.main-wrap {
        text-align: center;
        padding: 100px;
        color: #cfa438;
    }
}

@media(min-width: 992px) and (max-width: 1299px){
    .visitors-count-wrap{
        top: 40%;
    }
}
/****************************************************************************************
@
@	Tablet Styles
@
****************************************************************************************/
/* Tablet desktop :768px. */

/*max width 991px*/
@media(max-width: 991px) {
    .slicknav_menu {
        display: block;
    }

    #cssmenu.menu-wraper {
        display: none;
    }

    .bannerTxt {
        bottom: 0;
    }

    .bannerTxt p {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }
    .visitors-count-wrap{
        top: 40%;
    }
}

/*width 768px to 991px*/
@media(min-width: 768px) and (max-width: 991px) {
    section.main-wrap {
        padding: 0px;
    }

    .bannerTxt p {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    }

    .headerNav ul li a {
        padding: 10px 5px;
        font-size: 14px;
    }

    .innerBanner {
        min-height: 200px;
    }

    .bannerShadow {
        display: none;
    }

    .loardKrishna h6 {
        font-size: 23px;
    }

    .loardKrishna h5::after {
        left: -41%;
    }

    .loardKrishna {
        padding-bottom: 5%;
        margin-top: 5%;
    }

    .upcomingEvnt:after {
        content: '';
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        width: 145px;
        height: 168px;
    }

    .upcomingEvnt:before {
        background-size: contain;
        background-repeat: no-repeat;
        bottom: 0;
        right: 0;
        width: 193px;
        height: 191px;
        z-index: 0;
    }
}

/*tab css*/
@media(max-width: 768px) {
    .aboutSec h2 {
        color: #2d0a2b;
    }
}

/****************************************************************************************
@
@	Mobile Styles
@
****************************************************************************************/
/*max width 767px*/
@media(max-width: 767px) {

    .upcomingEvnt .evntImg img {
        max-width: 100%;
    }

    .upcomingEvnt .evntTxt {
        width: 100%;
    }

    div#navbarSupportedContent {
        margin-top: 5px;
    }

    #navbarSupportedContent .navbar-nav a {
        color: rgba(255, 255, 255, .55);
        padding: 0.5rem 1rem;
        padding-right: 0 !important;
        padding-left: 0 !important;
        display: block;
    }

    .epyt-gallery-allthumbs.epyt-cols-3 {
        display: flex;
        flex-direction: column;
    }

    .epyt-gallery-allthumbs.epyt-cols-3 .epyt-gallery-thumb {
        width: 100% !important;
    }

    .epyt-gallery iframe {
        width: 100% !important;
        height: auto;
    }

    section.main-wrap {
        padding: 0;
    }

    .bannerSlider {
        overflow: hidden;
    }

    .bannerSlider:after {
        display: none;
    }

    .footerSec {
        padding-top: 5%;
    }

    .aboutSec h2 {
        color: #2d0a2b;
    }

    .slicknav_menu {
        display: block;
        background: transparent;
    }

    #cssmenu ul ul li a {
        width: 100%;
        line-height: normal;
    }

    #cssmenu>ul>li>a {
        line-height: 30px;
    }

    .contactSec .contact-item p {
        margin-bottom: 0;
    }

    .contact-item {
        text-align: left;
        display: flex;
        margin-bottom: 10px;
    }

    .contactSec .contact-item h3 {
        margin-bottom: 0;
    }

    .bannerTxt {
        position: relative;
        bottom: 0;
        padding-bottom: 5%;
    }

    .bannerTxt h1 {
        font-size: 36px;
        margin-top: 30px;
    }

    .bannerShadow {
        display: none;
    }

    .loardKrishna h6 {
        font-size: 30px;
        padding-top: 15px;
    }

    .loardKrishna h5::after {
        display: none;
    }

    .loardKrishna h5 {
        font-size: 35px;
        margin-left: 0;
        border-left: 2px solid;
        padding-left: 10px;
        margin-top: 15px;
    }

    .loardKrishna {
        padding-bottom: 5%;
        padding-top: 10px;
    }

    .aboutSec h2 {
        font-size: 50px;
        margin-top: 10px;
    }

    .mahoraskam h2 {
        max-width: 497px;
        color: #fff;
        font-size: 26px;
        padding: 15px;
    }

    .upcomingEvnt:after {
        display: none;
    }

    .upcomingEvnt h2 {
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 36px;
    }

    .eventBx {
        display: flex;
        justify-content: space-between;
        border-radius: 15px;
        overflow: hidden;
        align-items: center;
        position: relative;
        z-index: 2;
        flex-direction: column;
        padding: 10px;
        text-align: center;
    }

    .evntDate {
        margin-right: 0;
        text-align: center;
        width: 90%;
    }

    .evntDate .time {
        font-size: 16px;
    }

    .upcomingEvnt:before {
        display: none;
    }

    .gallery h2 {
        font-size: 40px;
        text-align: center;
        padding-top: 5%;
        padding-bottom: 2%;
    }

    ul.foterNav li {
        margin-bottom: 13px;
    }

    .foterNav {
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .bannerTxt p {
        width: 95%;
    }

    .headerNav {
        display: none;
    }

    .navbar-dark .navbar-toggler {
        margin-top: 10px;
    }

    .navbar {
        display: block;
    }

    .bg-dark {
        background-color: transparent !important;
    }

    .innerBanner .bannerTxt {
        width: 100%;
        padding-bottom: 0;
        bottom: 0;
    }

    /* .innerBanner {
        min-height: 163px;
    } */
    .innerBanner {
        min-height: auto;
        padding-bottom: 30px;
    }

    .contact .contact-caption {
        top: 15px;
    }

    .contact .contact-title {
        font-size: 50px;
        margin-bottom: 10px;
        line-height: 60px;
        color: #c93;
    }

    .contact .contact-form {
        top: 45px;
    }

    .innerBanner .bannerTxt h1 {
        font-size: 50px;
    }

    .contact .space-medium {
        padding-top: 5%;
        padding-bottom: 5%;
    }


}

/*width 576px to 767px*/
@media(min-width: 576px) and (max-width: 767px) {}

/*max with 575px*/
@media (max-width: 400px) {
    ul#menu-quicklink {
        flex-direction: column;
    }


}