@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

a, div, em, html, img, span, strong, table, td, th, tr {
    margin: 0;
    padding: 0;
    background: 0 0
}
form, h1, h2, h4, h5, h6, ol, p, ul {
    background: 0 0
}
.mess {
    padding-left: 0;
    margin: 0;
    counter-reset: my-counter;
}

.mess li {
    list-style: none;
    counter-increment: my-counter;
    margin-bottom: 8px;
}

.mess li::before {
    content: counter(my-counter) ". ";
    font-weight: bold;
    color: #ff6f00;
}
.event-section {
    margin-bottom: 2em;
}
#tabs, h3, li {
    background: 0 0
}
a, div, em, form, h1, h2, h3, h4, h5, h6, html, img, li, ol, p, span, strong, table, td, th, tr, ul {
      font-family: "Google Sans", sans-serif;

    border: 0;
    outline: 0
}
li {
    margin: 0;
    font-size: 100%
}
.contact-list {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}
.contact-list li {
    margin-bottom: 0;
    font-size: 16px;
}
.contact-list i {
    margin-right: 8px;
    color: #F44336;
}
#tabs {
    float: none;
    margin-bottom: -1px;
    padding: 0 14px;
    position: relative;
    width: auto;
    line-height: normal;
    white-space: nowrap
}
#tabs ul {
    margin: 0;
    padding: 0;
    list-style: none
}
#tabs li {
    display: -moz-inline-box;
    display: inline-block;
    border: 1px solid #7f828b;
    margin-left: -3px;
    padding: 0;
    vertical-align: bottom
}
#tabs li a, #tabs li a:hover {
    display: block;
    padding: 0 0 0 1px;
    text-decoration: none;
    color: #000;
    background: #e9e9e9 url(/images/tabs_bg.png)0 0 no-repeat
}
#tabs li a span {
    display: block;
    padding: 0 5px 0 4px;
    height: 17px;
    line-height: 17px;
    cursor: pointer;
    background: url(/images/tabs_bg.png)100%0 no-repeat
}
#tabs #current {
    border-bottom: 1px solid #fcfcfc;
    margin: 0-1px 0-4px
}
:first-child + html #tabs #current {
    margin: 0-1px
}
* html #tabs #current {
    margin: 0-1px
}
#tabs #current span {
    padding: 1px 5px;
    background: #fcfcfc
}
#basic-modal-content, .buttonsContainer .commonButton span, .hidden, .none {
    display: none
}
#simplemodal-overlay, .test-data th.alt {
    background-color: #000
}
#simplemodal-container {
    height: 600px;
    color: #bbb;
    padding: 12px
}
#simplemodal-container .simplemodal-data {
    padding-bottom: 8px;
    padding-top: 10px;
}
#simplemodal-container code {
    background: #141414;
    border-left: 3px solid #65b43d;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px
}
#simplemodal-container {
    position: relative;
}

#simplemodal-container a.modalCloseImg {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 20px;
    right: -10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ec3237;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    color: #fff;
}

/* Font Awesome 6 Icon */
#simplemodal-container a.modalCloseImg::before {
    content: "\f00d";   /* fa-xmark unicode */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;   /* solid icon ke liye */
    font-size: 20px;
    transition: 0.3s;
}

#simplemodal-container a.modalCloseImg:hover::before {
    color: #fc6500;
    transform: rotate(90deg);
}
#simplemodal-container h3 {
    color: #84b8d9
}
.test-data table, table {
    border-collapse: collapse
}
table {
    border-spacing: 0
}
button, input {
    overflow: visible
}
html {
    overflow: auto
}
.page, body, html {
    min-height: 100%
}
body, html {
    height: 100%
}
li {
    padding: 0 0 8px
}
a:hover {
    text-decoration: underline;
    color: #39f
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
* html .clear {
    height: 1%
}
.page {
    position: relative;
    width: 100%;
    min-width: 750px
}
* html .page {
    height: 100%
}
.page .header {
    border-bottom: 1px solid #0f0f14;
    width: 100%;
    height: 49px;
    text-align: left;
    background: #363b47 url(../images/top_bg.gif)0 0 repeat-x
}
.page .header .company-logo, .page .header h1 a {
    display: block;
    overflow: hidden;
    text-indent: -9999px
}
.page .header .company-logo {
    float: right;
    margin: 5px 10px 0 0;
    width: 115px;
    height: 38px;
    background: url(../images/def_parallels_logo.gif)0 0 no-repeat
}
.page .header .header-area {
    height: 49px
}
.page .header h1 {
    float: left;
    width: 156px;
    height: 49px;
    text-align: left
}
.page .header h1 a {
    width: 210px;
    height: 49px;
    background: url(../images/def_plesk_logo.gif)no-repeat
}
.page .header .header-text {
    float: right;
    font-size: 11px
}
.page .header .header-text a {
    float: left;
    margin: 11px 13px 0 0;
    color: #f1f1f1;
    text-decoration: none;
    font-size: 11px
}
.page .header .header-text a.txt-banner {
    margin-right: 10px
}
.page .header .header-text a strong, .test h2 {
    font-weight: 400
}
.page .header .header-text a.top-copyright {
    text-align: right
}
.wrapper {
    margin: 0 auto;
    padding: 40px 0 80px;
    width: 734px;
    text-align: left
}
.wrapper .container {
    border: 1px solid #b8c1d0;
    margin-bottom: 12px;
    padding: 6px;
    background: #fff
}
.wrapper .content {
    background: #fff url(../images/content_bg.gif)0 0 repeat-y
}
.wrapper .content .description {
    padding: 0 15px 0 190px;
    min-height: 229px;
    font-size: 12px;
    background: url(../images/banner.jpg)0 0 no-repeat
}
* html .wrapper .content .description {
    height: 229px
}
.wrapper .content h2 {
    margin: 0 0 10px;
    padding: 10px 0 3px;
    font-size: 18px;
    font-weight: 400;
    color: #039
}
.wrapper .content .hr {
    border-top: 1px solid #8b919f;
    margin-top: 5px;
    padding-top: 5px
}
.wrapper .promo, .wrapper .test-pages {
    margin-bottom: 12px
}
.promo .block-area, .test-pages .block-area {
    border: 1px solid #b8c1d0;
    background: #fff
}
.wrapper .promo h3, .wrapper .test-pages h3 {
    padding: 0 0 6px;
    font-size: 12px;
    font-weight: 400;
    color: #039
}
.wrapper .test-pages p {
    padding: 10px
}
.wrapper .two-col .promo, .wrapper .two-col .test-pages {
    float: left;
    width: 362px
}
.wrapper .two-col .promo {
    margin-left: 10px
}
.promo .promo-block {
    margin: 10px 10px 0
}
.promo .promo-block a.box {
    float: left;
    margin: 0 0 0-105px
}
.promo .promo-block div {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 10px;
    padding: 0 0 10px 105px
}
.promo .promo-block h4 {
    font-size: 20px;
    padding: 4px 0 8px
}
.promo .promo-block h4 span {
    display: block;
    margin-bottom: -5px;
    font-size: 14px;
    font-weight: 400
}
.promo .promo-block h4 a {
    text-decoration: none;
    color: #1e2022
}
.promo .promo-block a.more {
    padding: 2px 0 3px 24px;
    line-height: 19px;
    font-size: 12px;
    font-weight: 700;
    color: #616161;
    background: url(../images/arrow.gif)0 0 no-repeat
}
.page .footer a, .promo .promo-block a.more:hover, .promo .promo-block h4 a:hover {
    text-decoration: none;
    color: #39f
}
.promo ul {
    margin: 0 10px 5px;
    padding: 0 0 0 16px
}
.promo ul li {
    padding-bottom: 5px
}
.page .footer {
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #9db6c5;
    width: 100%;
    min-width: 300px;
    height: 69px;
    background: #f1fbfe url(../images/footer_bg.gif)0 0 repeat-x
}
.page .footer-area {
    height: 69px;
    font-size: 11px;
    text-align: left;
    color: #000;
    background: url(../images/footer_right_bg.png)100%0 no-repeat
}
.page .footer a {
    color: #06c
}
.page .footer a:hover, .test .pathbar a {
    color: #39f;
    text-decoration: underline
}
.page .footer .description, legend {
    margin: 0;
    padding: 8px 10px 0
}
.icons-area {
    padding: 0 0 0 15px
}
.icon {
    display: -moz-inline-box;
    display: inline-block;
    overflow: visible;
    border: 0;
    margin: 0 5px 12px 0;
    height: 32px;
    font-size: 11px;
    vertical-align: top;
    background-color: transparent;
    background-position: 0 0;
    background-repeat: no-repeat
}
.icon, .icon:hover, a {
    text-decoration: none;
    color: #000
}
.icon span {
    display: block;
    padding: 0 0 0 38px;
    height: 32px;
    width: 70px;
    line-height: 32px;
    cursor: pointer
}
#asp {
    background-image: url(/images/btn_asp_bg.gif)
}
#aspnet {
    background-image: url(/images/btn_aspdotnet_bg.gif)
}
#coldfusion {
    background-image: url(/images/btn_coldfusion_bg.gif)
}
#perl {
    background-image: url(/images/btn_perl_bg.gif)
}
#php {
    background-image: url(/images/btn_php_bg.gif)
}
#python {
    background-image: url(/images/btn_python_bg.gif)
}
#ssi {
    background-image: url(/images/btn_ssi_bg.gif)
}
#fcgi {
    background-image: url(/images/btn_fast_cgi_bg.gif)
}
#miva {
    background-image: url(/images/btn_miva_bg.gif)
}
.test {
    width: 680px
}
.test .pathbar {
    color: #7b7b7b
}
.test .pathbar a {
    color: #7b7b7b
}
.test .pathbar a:hover {
    color: #39f
}
.test h2 {
    margin: 10px 0;
    font-size: 17px
}
.test .tab-content {
    border: 1px solid #8b919f;
    padding: 10px
}
fieldset {
    border: 1px solid #b8c1d0;
    margin: 0;
    padding: 0 10px 10px
}
legend {
    padding: 0 2px 5px;
    vertical-align: middle;
    font-weight: 700;
    color: #002c61
}
.form-fields {
    padding-top: 6px
}
.formFields {
    margin: 5px 0
}
.formFields, .formFields input, .formFields select, .formFields textarea {
    font-size: 11px
}
.formFields td.name {
    padding: 0 10px 10px 0;
    width: 200px;
    vertical-align: top;
    font-weight: 700
}
.buttonsContainer {
    margin-top: 10px;
    text-align: right
}
.buttonsContainer .commonButton {
    display: inline;
    margin-left: 14px
}
.buttonsContainer .commonButton button {
    border: 0;
    width: 91px;
    height: 21px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    font-size: 11px;
    background: url(/images/btn_bg.gif)0 0 no-repeat
}
.commonButton button[disabled] {
    color: #999;
    background-image: url(/images/btn_bg-disabled.gif)
}
#bid-ok button {
    padding-left: 8px;
    background-image: url(/images/btn_ok_bg.gif)
}
.commonButton button:hover {
    background-position: 0-21px
}
.commonButton button[disabled]:hover {
    background-position: 0 0
}
.testRelults#testFailed {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 10px 10px 10px 32px;
    background: #fde9e5 url(../img/icons/fail.gif)10px 11px no-repeat
}
.testRelults#testSuccessful {
    border: 1px solid #ccc;
    margin: 0 0 10px;
    padding: 10px 32px;
    background: #bff7b4 url(../img/icons/success.gif)10px 11px no-repeat
}
.testResult {
    font-weight: 700
}
.test-data {
    text-align: left
}
.test-data table {
    margin-bottom: 10px;
    width: 100%;
    color: #000;
    background-color: #fff
}
.test-data table td, .test-data table th {
    padding: 4px 6px
}
.test-data tr.subhead {
    background-color: #ccc
}
.test-data th.alt {
    color: #fff
}
.test-data tr.alt {
    background-color: #eee
}
.live-darshan, .p-info {
    border: 2px solid #8f5656;
    border-radius: 0 0 10px 10px
}
.live-darshan {
    background: #ffef05;
    /* padding: 5px; */
}
.live-darshan h2 {
    font-size: 20pt;
}
.slogan {
    font-size: 21px !important;
    font-style: italic;
}
.live-darshan a {
    /* border: 1px solid #000; */
    /* font-weight: 700; */
    /* text-transform: uppercase; */
}
.live-darshan span {
    display: block;
    color: #fff;
    padding: 2px;
    width: 70%
}
.p-info {
    text-align: center;
    background: #fff;
    padding: 4px;
    margin-top: 7px
}
.p-info img {
    width: 90px
}
.simplemodal-wrap {
    overflow: hidden!important
}
.news-marquee {
    padding: 2px 15px
}
.news-marquee ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center
}
.news-marquee li {
    position: relative;
    margin-right: 20px;
    padding: 0
}
.news-marquee li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 25px;
    background: #fff
}
.news-marquee a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 32px;
    transition: color .3s ease
}
.news-marquee a:hover {
    color: #fcc
}
.news-marquee .ndate {
    display: none;
    font-size: 14px;
    color: #ccc;
    font-family: sans-serif
}
.j_table a {
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    background-color: #e75e13;
    border-color: #2e6da4
}
#simplemodal-container {
    width: 70%!important;
    margin: 0 auto
}
.gallery {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}
.gallery li {
    position: relative;
    overflow: hidden;
    border-radius: 12px
}
.gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
    transition: transform .4s ease;
    border-radius: 12px
}
.gallery li:hover img {
    transform: scale(1.1)
}
.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    opacity: 0;
    transition: .4s ease;
    border-radius: 12px
}
.gallery li:hover .overlay {
    opacity: 1
}
.data-content {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px
}
.view-page {
    background: #f60;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 14px
}
.def-head {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    display: none;
}
.swiper-slide .animated-image {
    opacity: 1!important
}
@media (max-width:992px) {
    .gallery {
        grid-template-columns: repeat(2, 1fr)
    }
}
.simplemodal-overlay {
    background: rgba(0, 0, 0, .6)!important
}
.simplemodal-container {
    position: fixed!important;
    top: 50%!important;
    transform: translate(0, -50%)!important
}
.simplemodal-wrap {
    width: auto!important;
    height: auto!important
}
.live-container {
    padding: 10px
}
.live-container h2 {
    text-align: center;
    color: #c62828;
    margin-bottom: 0;
}
.live-container p {
    font-size: 14px;
    line-height: 1.7;
    text-align: center;
    font-weight: 600;
}
.stream-link {
    background: #d70b0b;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    word-break: break-all;
    font-weight: 700;
    margin-top: 0
}
.warning-box {
    background: #fff;
    padding: 15px;
    border-radius: 6px
}
.timing-box {
   margin: 10px 0;
   display: flex;
   gap: 25px;          /* दोनों के बीच दूरी */
       /* मोबाइल में नीचे आ जाए */
   flex-direction: row;
   align-items: center;
}
.timing-box li {
    text-align: center;
    list-style: none;
    font-size: 15px;
    border-bottom: 5px solid #ff6f00;
    background: #fff;
    padding: 14px;
    width: 50%;
    display: flex;
    flex-direction: column;
    font-style: oblique;
    font-weight: 600;
}
.timing-box li b {
    color: #ff6f00;
   
}

.timing-box li i {
    color: #c40000;
    margin-right: 6px;
    display: block;
    font-size: xx-large;
}
.help-links a, .read-more a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    transition: .3s
}
.help-links a {
    display: inline-block;
    margin: 5px 8px 5px 0;
    padding: 8px 14px;
    background: #d21919;
    border-radius: 10px 0;
    border-color: #d21919
}
.help-links a:hover {
    background: #ff7800;
    border-color: #ff7800
}
.warning-box {
    border-left: 5px solid #d32f2f;
    margin-top: 5px;
    line-height: 25px
}
.welcome-section {
    padding: 15px 0;
    border-radius: 12px
}
.welcome-section h1 {
    font-size: 19px;
    font-weight: 800;
    color: #c62828;
    margin-bottom: 10px
}
.highlight-line {
    font-weight: 700;
    color: #ff6f00
}
.name-list {
    background: #fff3e0;
    padding: 10px;
    border-left: 5px solid #ff9800;
    border-radius: 6px;
    margin-top: 10px
}
.read-more {
    text-align: right;
    margin-top: 20px
}
.read-more a {
    background: #c62828;
    padding: 8px 18px;
    border-radius: 20px
}
.read-more a:hover {
    background: #8e0000
}
.colHlder .leftCol .lftMenu li a:hover {
    color: #be1100
}
.welcome-section ul {
    list-style: none;
}
.navbar ul li {
    margin-bottom: 0!important;
    float: left;
    list-style: none
}
.c_table {
    width: 100%;
    border-collapse: collapse;
    font-family: sans-serif;
    background: #fff
}
.c_table td, .c_table th {
    padding: 10px;
    border: 1px solid #ddd
}
.c_table th {
    background: #eb8706;
    color: #fff;
    text-align: center;
    font-weight: 600
}
.c_table td {
    font-size: 14px;
    vertical-align: middle
}
.c_table tbody tr:nth-child(even) {
    background-color: #f5f7fa
}
.c_table tbody tr:hover {
    background-color: #e6f2ff;
    transition: .3s
}
.c_table a {
    color: #036;
    text-decoration: none;
    font-weight: 500
}
.c_table a:hover {
    color: #000;
    text-align: none
}
.main {
    background: linear-gradient(to bottom, #e29000 0, #fff 67%, #fff 67%, #fff 100%, #fff 100%)
}
body {
    background-color: #fffefc;
    font-size: 15px;
    line-height: 1.5;
    color: #1e2022
}
body, form, h1, h2, h3, h4, h5, h6, ol, p, section, ul {
    padding: 0;
    margin: 0
}
h3 {
    font-size: 12pt;
    color: #d21919
}
.Lfloat, .colHlder .leftCol {
    float: left
}
.Rfloat {
    float: right
}
.clear {
    clear: both
}
#MainContainer {
    width: 1200px;
    margin: -41px auto auto;
    z-index: 1;
    position: relative
}
.navbar {
    background: #932b02;
    height: 40px;
    border-radius: 5px 5px 0 0;
    margin-top: 1px
}
.navbar ul {
    margin-left: 10px
}
.navbar ul li a, .navbar ul li a:hover {
    display: block;
    border-right: 1px dotted #ff9
}
.navbar ul li a {
    color: #ff9;
    font-size: 11pt;
    padding: 6px 11px;
    -moz-transition: all .2s ease-in;
    font-weight: 600;
}
.navbar ul li a:hover {
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #ffef05;
    text-decoration: none;
}
.colHlder .leftCol .lftMenu li:last-child, .navbar ul li:last-child a {
    border: 0
}
.body {
    background: #fff;
    width: 100%;
    padding-top: 0
}
.colHlder .rghtCol {
    float: left;
    width: 76.5%;
}
.colHlder .leftCol .lftMenu {
    background: url(../images/otherLnks.jpg)no-repeat;
    width: 98%;
    height: 332px;
    margin-left: 5px;
    background-size: cover;
    margin-bottom: 10px;
}
.colHlder .leftCol .lftMenu h1 {
    font-size: 18pt;
    color: #740600;
    padding: 10px 0 0 25px;
    position: relative
}
.colHlder .leftCol .lftMenu ul {
    width: 240px;
    margin-left: 10px
}
.colHlder .leftCol .lftMenu li {
    float: none;
    list-style: none;
    background: url(../images/bullet_swastik.png)no-repeat 10px 10px;
    padding-left: 30px;
    border-bottom: 1px solid #b66323;
    border-top: 1px solid #facb62;
    padding-bottom: 0
}
.colHlder .leftCol .lftMenu li a {
    padding: 4px 0;
    display: block;
    font-weight: 700
}
.sldrholder {
    background: url(../images/sliderHolder.jpg.png)no-repeat;
    /* width: 738px; */
    /* height: 332px; */
}
.name-list li {
    padding: 0
}
.box h4, .contntHolder h1 {
    border-bottom: 1px dotted #7e231e
}
.footer {
    border-top: 4px solid #900;
    margin-top: 10px;
    padding: 10px 0
}
.footer ul li {
    float: left;
    list-style: none
}
.footer ul li a {
    margin-right: 10px;
    border-right: 1px solid #666;
    padding-right: 10px
}
.footer ul li:last-child a {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.footer .omni {
    color: #cb1515;
    font-style: italic;
    font-weight: 700
}
.footer .net {
    color: #1576cb;
    font-weight: 700
}
.innrPage {
    padding: 10px
}
.innrPage h2 {
    font-size: 14pt;
    color: #930;
    border-bottom: 1px dotted #900;
    margin-bottom: 20px
}
.innrPage p {
    font-size: 11pt;
    margin-top: 15px;
    line-height: 27px;
    text-align: justify
}
.img_inn {
    border: 1px solid #e38e00;
    padding: 6px;
    margin: 0 10px;
    display: inline-grid
}
.img_inn img {
    padding-bottom: 7px;
}
.img_inn span {
    background-color: #df6f1a;
    padding: 6px 8px;
    text-align: center;
    color: #fff
}
.img_inn span:hover {
    background-color: #f16a03
}
.j_table {
    border-top: solid 1px #cdc59e;
    border-right: solid 1px #cdc59e;
    margin: 20px auto;
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.j_table tr td, .j_table tr th {
    border-bottom: solid 1px #cdc59e;
    border-left: solid 1px #cdc59e
}
.contntHolder {
    margin-top: 3px;
}
.j_table tr th {
    font-size: 11pt;
    padding: 10px;
    background: #eb8706;
    color: #401200;
}
.j_table tr td {
    padding: 8px
}
.row {
    background-color: #fffdd0
}
.row1 {
    background-color: #fffdea
}
.row2 {
    background-color: #fefbf6
}

ul li {
    line-height: 28px
}
.fancybox {
    list-style: none;
    display: flex;
    flex-wrap: wrap
}
.fancybox h3 {
    display: block;
    clear: both
}
.fancybox li {
    width: 33.3%;
    box-sizing: border-box;
    padding: 8px
}
.fancybox li > a {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    max-height: 160px
}
.fancybox li img {
    width: 100%
}
.clearfix {
    content: "";
    clear: both;
    display: table
}
.responsive {
    width: 100%;
    height: auto
}
.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(.8)!important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(.8)!important;
    -o-transform: translateX(-50%) translateY(-50%) scale(.8)!important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(.8)!important
}
.close, .popup {
    position: absolute
}
.close {
    right: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    font-size: 0;
    cursor: pointer;
    background-color: red;
    border-radius: 50%
}
.close:after, .close:before {
    content: "";
    position: absolute;
    background: #fff;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in
}
.close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.popup {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fafdff;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 1000px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, .09), 0 11px 12px 7px rgba(0, 0, 0, .02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 9999;
    padding: 25px;
    color: #5e5e5e
}
@media screen and (max-width:1000px) {
    .popup {
        width: 80%
    }
}
.popup-header {
    text-transform: uppercase;
    font-size: 18px
}
.popup-body {
    padding: 0
}
.button {
    padding: 10px 15px;
    border: 1px solid #f5f5f5;
    text-transform: uppercase;
    color: #5e5e5e;
    cursor: pointer;
    transition: all 120ms ease-in
}
.button:hover {
    box-shadow: 1px 3px 5px #e9e9e9;
    transform: translateY(-1px)
}
.button, .button:active, .button:visited {
    outline: 0;
    box-shadow: 1px 2px 3px #f5f5f5
}
.button:active, .button:visited {
    transform: translateY(1px)
}
.box {
    padding: 20px;
    border: solid thin #e9a536;
    border-radius: 4px;
    background-color: #e9a5364a
}
.box h4 {
    font-size: 15pt;
    color: #7e231e;
    height: 40px
}
.box p {
    font-size: 10.5pt;
    padding: 4px 0;
    display: block
}
.festivebtn {
    display: inline-block;
    padding: 8px 14px;
    background-color: #d01010;
    color: #fff;
    font-size: 11pt;
    font-weight: 700
}
.newgallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
}
.newgallery li, .newgallery li a {
    position: relative;
    overflow: hidden
}
.newgallery li {
    max-width: 33.3%;
    padding: 8px;
    vertical-align: middle;
    box-sizing: border-box
}
.newgallery li a {
    display: block;
    height: auto;
    margin-bottom: 8px;
    max-height: 160px;
    border-radius: 10px;
}
.newgallery li img {
    max-width: 100%;
    position: relative;
    width: 100%;
}
.newgallery li .def-head, .newgallery li .overlay {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    z-index: 5
}
.newgallery li .overlay {
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, .68);
    transition: 450ms ease-out;
    -webkit-transform: rotateY(180deg) scale(.5, .5);
    -moz-transform: rotateY(180deg) scale(.5, .5);
    -ms-transform: rotateY(180deg) scale(.5, .5);
    -o-transform: rotateY(180deg) scale(.5, .5);
    transform: rotateY(180deg) scale(.5, .5);
    opacity: 0;
    box-sizing: border-box;
    padding: 15px
}
.newgallery li .def-head {
    display: block;
    bottom: 0;
    margin: 0 auto;
    font-size: 13px;
    transition: 250ms ease-out;
    color: #fff;
    background-color: rgba(0, 0, 0, .56);
    border-top: 0 solid #fff;
    border-bottom: 0 solid #fff;
    opacity: 1;
    font-weight: 700;
    box-shadow: 0 0 25px rgb(0 0 0/10%);
    padding: 15px;
    text-shadow: 1px 1px 1px #403e3e
}
.newgallery li a:hover .overlay {
    -webkit-transform: rotateY(0) scale(1, 1);
    -moz-transform: rotateY(0) scale(1, 1);
    -ms-transform: rotateY(0) scale(1, 1);
    -o-transform: rotateY(0) scale(1, 1);
    transform: rotateY(0) scale(1, 1);
    opacity: 1
}
.newgallery li a:hover .def-head {
    bottom: -15%;
    opacity: 0
}
.newgallery li .data-content, .newgallery li .heading {
    display: block;
    text-align: center;
    margin-bottom: 10px
}
.newgallery li .heading {
    font-size: 23px;
    font-family: Merriweather, serif;
    color: #fff;
    font-weight: 700;
    margin-top: 48%
}
.newgallery li .data-content {
    color: #fff;
    padding-top: 29px;
    font-size: 1em;
    font-weight: 400;
    padding-bottom: 16px
}
.newgallery li .view-page {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    margin: auto;
    padding: 3px 10px;
    z-index: 9;
    width: auto;
    border-radius: 100px;
    font-size: 13px
}
.newgallery li:hover .view-page {
    border-color: #fadc27;
    color: #fadc27
}
.top-strip {
    background: #c40000;
    color: #ffeb3b;
    text-align: center;
    padding: 3px;
    font-size: 14px;
    font-weight: 600
}
.top-strip .container {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between
}
.bottom-strip, .main-banner, .newgallery li .view-page {
    position: relative;
    text-align: center
}
.bottom-strip {
    background: #922b02;
    color: #ffeb3b;
    padding: 6px;
    z-index: 1;
    margin-top: 0px;
}
.main-banner {
    background: url(../../assets/images/header_bg.jpg)repeat-x;
    padding-bottom: 20px;
    background-size: contain
}
.modal_li {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0;
    list-style: none;
    margin: 0 15px
}
.modal_li li {
    width: 49%;
    margin-left: auto;
    margin-right: auto;
}
.modal_li li a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 700;
    text-align: center;
    border: 2px solid #e62117;
    color: #e62117;
}
.modal_li li a:hover {
    border-color: #e62117;
    color: #ffffff;
    background: #e62117;
}
.serial {
    counter-reset: Serial
}
.serial tr td:first-child:before {
    content: counter(Serial, decimal)".";
    counter-increment: Serial
}
.serial tr td:first-child {
    text-align: center;
    font-weight: 700;
}
table tr:nth-of-type(odd) {
    background-color: #fffdea;
}
.donation-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 0;
}

.donation-left{
    padding: 15px;
    width: 45%;
    /* border-radius: 12px; */
    background-color: #ffd386;
}

.donation-right{
    width: 49%;
}

.donation-right img{
    width: 100%;
    max-width: 100%;
}
.schedule {
    margin-left: 9px;
    width: 93%;
}
.schedule img{width: 100%;border-radius: 5px;}


/* Responsive */
@media (max-width: 768px){
    .donation-wrapper{
        flex-direction: column;
        text-align: center;
    }
    .donation-left,
    .donation-right{
        width: 100%;
        text-align: center;
    }
}
@media (max-width:776px) {
    .gallery {
        grid-template-columns: 1fr
    }
}



.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.social-links li {
    display: flex;
    width: 33.33%;
}

.social-links li a {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px 16px;
    /* border-radius: 30px; */
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    background: #333;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* Platform Colors */
.social-links li:nth-child(1) a { background: #ff0000; }   /* YouTube */
.social-links li:nth-child(2) a { background: #1877f2; }   /* Facebook */
.social-links li:nth-child(3) a { 
    background: linear-gradient(45deg, #f9ce34, #ee2a7b, #6228d7); 
}

/* Icon */
.social-links li a i {
    font-size: 30px;
    transition: transform 0.3s ease;
}

/* Hover Effect */
.social-links li a:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}

.social-links li a:hover i {
    transform: rotate(15deg) scale(1.2);
}
.live-container h3 {
    text-align: center;
    margin: 1em 0;
}

.services-section{
    background: #fff4da;
    padding: 20px 20px;
    border: 1px solid #ffd8a8;
    max-width:1200px;
    margin: 13px auto;
}

.section-title{
    text-align:center;
    color:#b22222;
    font-size:28px;
    font-weight:700;
    margin-bottom:30px;
    position:relative;
}

.section-title:after{
    content:"";
    width:120px;
    height:2px;
    background:#f39c12;
    display:block;
    margin:8px auto 0;
}

.services-grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:25px;
}

.service-box{
    background:#ffffff94;
    border:2px solid #f39c12;
    border-radius:15px;
    text-align:center;
    padding:25px 15px;
    transition:0.3s;
}

.service-box:hover{
    transform:translateY(-5px);
    box-shadow:0 8px 20px rgba(0,0,0,0.15);
}

.service-box img{
    width:90px;
    height:90px;
    border-radius:50%;
    border:6px solid #f39c12;
    padding:5px;
    object-fit:cover;
}

.service-box h4{
    color:#b22222;
    margin:15px 0 10px;
    font-size:18px;
}

.service-box button{
    background:white;
    border:1px solid #f39c12;
    color:#b22222;
    padding:6px 15px;
    border-radius:20px;
    cursor:pointer;
    transition:0.3s;
}

.service-box button:hover{
    background:#f39c12;
    color:white;
}

/* Responsive */
@media(max-width:992px){
    .services-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:600px){
  #simplemodal-container {
    width: 80% !important;
    margin: 0 auto;
    margin-left: 10% !important;
        left: unset !important;
}
    .services-grid{
   /*      grid-template-columns:1fr;*/
    }
}



.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
}

.popup-content {
 background: #fff;
    width: 283px;
    padding: 37px;
    margin: 106px auto;
    position: relative;
    text-align: center;
    border-radius: 1pc;

}

.close {
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
  font-size: 20px;
}
/* Popup Box */
.popup-content {
    background: #fff;
    width: 345px;
    padding: 25px;
    margin: 100px auto;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
    font-family: Arial, sans-serif;
}

/* Close Button */
.popup-content .close {
    position: absolute;
    right: 12px;
    top: 8px;
    font-size: 22px;
    font-weight: bold;
    color: #888;
    cursor: pointer;
}

.contact-item {
    max-width: 320px;
    padding: 25px 20px;
    border-radius: 14px;
    border: 2px solid red;
 }



/* Mobile Number */
.text-mobile {
      display: block;
    font-size: 16px;
    line-height: 26px;
    color: #006a04;
    margin-bottom: 6px;
    margin-top: 4px;
    font-weight: 500;
}

/* Name */
.text-name {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color:#000;
    margin-bottom: 4px;
}

.text-designation{
    display: block;
    font-size: 14px;
    color: #5f6368;
    letter-spacing: 0.5px;
    font-style: italic;
    color: red;
}