/* body {color: #000; font-family: "noto-sans",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.8;}
h1, h2, h3, h4{ color: #3498db; font-family: 'noto-serif',serif; font-weight: 600; line-height: 1.3; }
h1 {font-size: 30px;}
h2 {font-size: 25px;}
h3 {font-size: 22px;}
h4 {font-size: 18px;}
a {color: #1f5aa3; font-weight: 400; text-decoration: none;}
.redheading {color: #c63640; }

p {color: #000; font-family: "noto-sans",sans-serif; font-size: 16px; font-weight: 400; line-height: 1.8;} */

.obituary {
  width: 50%;
}

.page-footer {
  background-color: rgba(7, 10, 31, 0.918);
}

.navbar {
  background-color: #0c0c0c;
}

.btn-mass {
  background-color: #00000082 !important;
  color: #faff6c;
  font-size: bold;
}

.sacmenu {
  color: #fff;
}

.navbar-brand {
  background-color: #ce0422;
  padding: 0 7px;
}

.sachead {
  color: #ff3547;
}

#precar,
#nexcar {
  font-size: 15px;
  color: rgb(255, 255, 255);
  font-weight: 600;
  opacity: 0;
  transition: .5s;
}

#precar::before,
#nexcar::before {
  background: #000c;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  display: block;
}

.carousel-control-next:hover #nexcar, .carousel-control-prev:hover #precar {
  opacity: 1;
}

.hovermenu {
  background-color: #0c0c0c;
}

.navbar .dropdown-menu a:not(.active) {
  color: rgb(255, 255, 255);
}

.nav-link.sacmenu.waves-effect.waves-light:hover {
  color: #f00;
  font-weight: bold;
}

.dropdown-item.waves-effect.waves-light:hover {
  background-color: #ce0422;
}

li.nav-item.dropdown.show {
  background: none;
}

/*a.dropdown-item.waves-effect.waves-light:hover {
    background-color: #ce0422 !important;
}*/

#myTabContentMD {
  /*height: 239px;
    background: linear-gradient(0deg, #2BBBAD91, #ffffff);
    background-image: url(/img/home_images/massbackground1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
}

/*.navbar .nav-item:hover .hovermenu {
    display: block;
}*/
@media screen and (max-width: 991px) {
  #menu_area {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  #menu_area2 {
    display: none;
  }
}

/*.navbar .nav-item:hover .hovermenu {
    display: ;
}*/
/*
@media screen and (min-width:300px) and (max-width:350px) {
    #section1 {
        padding-top: 20%;
    }
}

@media screen and (min-width:351px) and (max-width:400px) {
    #section1 {
        padding-top: 18%;
    }
}

@media screen and (min-width:401px) and (max-width:475px) {
    #section1 {
        padding-top: 16%;
    }
}

@media screen and (min-width:476px) and (max-width:550px) {
    #section1 {
        padding-top: 14%;
    }
}

@media screen and (min-width:551px) and (max-width:650px) {
    #section1 {
        padding-top: 12%;
    }
}

@media screen and (min-width:651px) and (max-width:750px) {
    #section1 {
        padding-top: 11%;
    }
}

@media screen and (min-width:751px) and (max-width:850px) {
    #section1 {
        padding-top: 10%;
    }
}

@media screen and (min-width:851px) and (max-width:991px) {
    #section1 {
        padding-top: 8%;
    }
}

@media screen and (min-width:992px) and (max-width:1100px) {
    #section1 {
        padding-top: 8%;
    }
}

@media screen and (min-width:1101px) and (max-width:1300px) {
    #section1 {
        padding-top: 7%;
    }
}

@media screen and (min-width:1301px) and (max-width:1500px) {
    #section1 {
        padding-top: 6%;
    }
}

@media screen and (min-width:1501px) and (max-width:1800px) {
    #section1 {
        padding-top: 5%;
    }
}

@media screen and (min-width:1801px){
    #section1 {
        padding-top: 5%;
    }
}*/
#section1 {
  padding-top: 1%;
}

@media screen and (min-width: 300px) and (max-width: 991px) {
  #masstime {
    padding-top: 2%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1000px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 88%;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1020px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 89%;
  }
}

@media screen and (min-width: 1021px) and (max-width: 1120px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 90%;
  }
}

@media screen and (min-width: 1121px) and (max-width: 1200px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 90%;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1300px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 92%;
  }
}

@media screen and (min-width: 1301px) and (max-width: 1595px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 93%;
  }
}

@media screen and (min-width: 1596px) and (max-width: 2500px) {
  #myTabContentMD {
    /* height: 193px;*/
    height: 91.2%;
  }
}

@media screen and (min-width: 100px) and (max-width: 991px) {
  #massplace {
    /* height: 193px;*/
    padding-top: 2%;
  }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
  #masscontent {
    /* height: 193px;*/
    padding-top: 2%;
  }
}

@media screen and (min-width: 1200px) and (max-width: 2500px) {
  #masstime {
    /* height: 193px;*/
    padding: 0.15rem 0rem;
    font-size: 0.94rem;
  }
}

/*custom container*/
.containersac {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1650px) {
  .containersac {
    max-width: 1440px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 1920px) {
  .containersac {
    max-width: 1600px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2050px) {
  .containersac {
    max-width: 1800px;
  }
}

@media screen and (min-width: 1651px) and (max-width: 1920px) {
  .sacmain {
    height: 410px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1025px) {
  .sacmain {
    height: 490px;
  }
}

@media screen and (min-width: 1026px) and (max-width: 1045px) {
  .sacmain {
    height: 430px;
  }
}

@media screen and (min-width: 1046px) and (max-width: 1075px) {
  .sacmain {
    height: 425px;
  }
}

@media screen and (min-width: 1076px) and (max-width: 1095px) {
  .sacmain {
    height: 425px;
  }
}

@media screen and (min-width: 1096px) and (max-width: 1115px) {
  .sacmain {
    height: 425px;
  }
}

@media screen and (min-width: 1116px) and (max-width: 1145px) {
  .sacmain {
    height: 425px;
  }
}

@media screen and (min-width: 1146px) and (max-width: 1305px) {
  .sacmain {
    height: 370px;
  }
}

@media screen and (min-width: 1306px) and (max-width: 1505px) {
  .sacmain {
    height: 385px;
  }
}

@media screen and (min-width: 1506px) and (max-width: 1805px) {
  .sacmain {
    height: 390px;
  }
}

@media screen and (min-width: 1806px) and (max-width: 1920px) {
  .sacmain {
    height: 400px;
  }
}

@media screen and (min-width: 1921px) and (max-width: 2200px) {
  .sacmain {
    height: 500px;
  }
}

@media screen and (min-width: 2201px) and (max-width: 2600px) {
  .sacmain {
    height: 600px;
  }
}

/*pages*/
.page-heading {
  background: url(http://stcforanebanglore.smcim.com/www/img/BANGLORE/innerbg.jpg) no-repeat center;
  margin-left: -5000px;
  margin-right: -5000px;
  padding-left: 5000px;
  padding-right: 5000px;
  padding-top: 47px;
  padding-bottom: 47px;
  position: relative;
}

/* @media screen and (min-width:300px) and (max-width:350px) {
    #mainsaccontent {
        padding-top: 15%;
    }
    #main_navbar{
        top: 3.0%;
    } 
}
@media screen and (min-width:351px) and (max-width:400px) {
    #mainsaccontent {
        padding-top: 14%;
    }
     #main_navbar{
        top: 3.2%;
    } 
} */

/* @media screen and (min-width:401px) and (max-width:500px) {
    #mainsaccontent {
        padding-top: 11%;
    }

}
@media screen and (min-width:501px) and (max-width:600px) {
    #mainsaccontent {
        padding-top: 9%;
    }
}
@media screen and (min-width:601px) and (max-width:700px) {
    #mainsaccontent {
        padding-top: 8%;
    }
}
@media screen and (min-width:701px) and (max-width:750px) {
    #mainsaccontent {
        padding-top: 7%;
    }
}
@media screen and (min-width:751px) and (max-width:850px) {
    #mainsaccontent {
        padding-top: 6%;
    }
}
@media screen and (min-width:851px) and (max-width:900px) {
    #mainsaccontent {
        padding-top: 6%;
    }
}
@media screen and (min-width:901px) and (max-width:991px) {
    #mainsaccontent {
        padding-top: 5%;
    }
}
@media screen and (min-width:992px) and (max-width:1050px) {
    #mainsaccontent {
        padding-top: 8%;
    }
}
@media screen and (min-width:1051px) and (max-width:1200px) {
    #mainsaccontent {
        padding-top: 7%;
    }
}
@media screen and (min-width:1201px) and (max-width:1400px) {
    #mainsaccontent {
        padding-top: 4.5%;
    }
}
@media screen and (min-width:1401px) and (max-width:1550px) {
    #mainsaccontent {
        padding-top: 3.2%;
    }
}
@media screen and (min-width:1551px) and (max-width:1700px) {
    #mainsaccontent {
        padding-top: 3.2%;
    }
}
@media screen and (min-width:1701px) and (max-width:1900px) {
    #mainsaccontent {
        padding-top: 3%;
    }
}
@media screen and (min-width:1901px) and (max-width:2500px) {
    #mainsaccontent {
        padding-top: 2.5%;
    }
} */

/*@media screen and (min-width:401px) and (max-width:450px) {
    #main_navbar{
        top: 3.9%;
    }
}
@media screen and (min-width:451px) and (max-width:500px) {
    #main_navbar{
        top: 4.5%;
    }
}
@media screen and (min-width:501px) and (max-width:550px) {
    #main_navbar{
        top: 5%;
    }
}
@media screen and (min-width:551px) and (max-width:600px) {
    #main_navbar{
        top: 5.6%;
    }
}
@media screen and (min-width:601px) and (max-width:650px) {
    #main_navbar{
        top: 6%;
    }
}
@media screen and (min-width:651px) and (max-width:700px) {
    #main_navbar{
        top: 6.5%;
    }
}
@media screen and (min-width:701px) and (max-width:750px) {
    #main_navbar{
        top: 7%;
    }
}
@media screen and (min-width:751px) and (max-width:800px) {
    #main_navbar{
        top: 7.5%;
    }
}
@media screen and (min-width:801px) and (max-width:850px) {
    #main_navbar{
        top: 8%;
    }
}
@media screen and (min-width:851px) and (max-width:900px) {
    #main_navbar{
        top: 8.5%;
    }
}
@media screen and (min-width:901px) and (max-width:950px) {
    #main_navbar{
        top: 9.2%;
    }
}
@media screen and (min-width:951px) and (max-width:991px) {
    #main_navbar{
        top: 9.7%;
    }
}
@media screen and (min-width:992px) and (max-width:1050px) {
    #main_navbar{
        top: 10.2%;
    }
}
@media screen and (min-width:1051px) and (max-width:1100px) {
    #main_navbar{
        top: 10.7%;
    }
}
@media screen and (min-width:1101px) and (max-width:1160px) {
    #main_navbar{
        top: 11.5%;
    }
}
@media screen and (min-width:1161px) and (max-width:1200px) {
    #main_navbar{
        top: 11.8%;
    }
}*/

/* 
@media screen and (min-width:1201px) and (max-width:1250px) {
    #main_navbar{
        top: 12.2%;
    }
}
@media screen and (min-width:1251px) and (max-width:1300px) {
    #main_navbar{
        top: 12.7%;
    }
}
@media screen and (min-width:1301px) and (max-width:1350px) {
    #main_navbar{
        top: 13.3%;
    }
}
@media screen and (min-width:1351px) and (max-width:1400px) {
    #main_navbar{
        top: 15%;
    }
}
@media screen and (min-width:1401px) and (max-width:1450px) {
    #main_navbar{
        top: 14.3%;
    }
}
@media screen and (min-width:1451px) and (max-width:1500px) {
    #main_navbar{
        top: 14.8%;
    }
}
@media screen and (min-width:1501px) and (max-width:1550px) {
    #main_navbar{
        top: 15.3%;
    }
}
@media screen and (min-width:1551px) and (max-width:1600px) {
    #main_navbar{
        top: 15.8%;
    }
}
@media screen and (min-width:1601px) and (max-width:1650px) {
    #main_navbar{
        top: 16.2%;
    }
}
@media screen and (min-width:1651px) and (max-width:1700px) {
    #main_navbar{
        top: 16.8%;
    }
}
@media screen and (min-width:1701px) and (max-width:1750px) {
    #main_navbar{
        top: 17.2%;
    }
}
@media screen and (min-width:1751px) and (max-width:1800px) {
    #main_navbar{
        top: 17.8%;
    }
}
@media screen and (min-width:1801px) and (max-width:1850px) {
    #main_navbar{
        top: 18.2%;
    }
}
@media screen and (min-width:1851px) and (max-width:1900px) {
    #main_navbar{
        top: 18.8%;
    }
}
@media screen and (min-width:1901px) and (max-width:1950px) {
    #main_navbar{
        top: 14.8%;
    }
}
@media screen and (min-width:1951px) and (max-width:2000px) {
    #main_navbar{
        top: 19.8%;
    }
}
@media screen and (min-width:2001px) and (max-width:2050px) {
    #main_navbar{
        top: 20.2%;
    }
}
@media screen and (min-width:2051px) and (max-width:2100px) {
    #main_navbar{
        top: 20.8%;
    }
} */
.sticky {
  display: block !important;
}

#main_navbar {
  z-index: 999;
}

@media screen and (min-width: 992px) and (max-width: 1595px) {
  .masstab {
    font-size: 0.9rem;
    padding: 0.1rem 0.1rem;
  }
}

@media screen and (min-width: 350px) and (max-width: 511px) {
  .masstab {
    font-size: 0.9rem;
    padding: 0.1rem 0.1rem;
  }
}

.contactcard {
  border: solid 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

#contactcard {
  border: solid 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
}

.cnt-frm {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
}

#liturgy-reading {
  border: solid 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 2%;
}

#error {
  border: solid 0px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  margin-bottom: 2%;
}

.donate-form h3, .donate-form h6, .donate-form h5 {
  font-weight: 500
}

.donate-form p {
  font-size: 16px
}

.donate-form span {
  font-style: italic;
}

.donate-form .card {
  border: 1px solid red;
}

.donate-form button {
  font-size: 14px !important;
  padding: 3px 10px !important;
}

.obit-img {
  height: 170px;
  overflow: hidden;
}
#headsac {
  background-size: contain;
}
@media screen and (max-width:768px) {
  .obit-page-img{
    width: 60%
  }
}

/* Uroob */

@font-face {
	font-family: 'Uroob';
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: url(../font/Uroob-Regular.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+0D01-0D7F, U+200C-U+200D, U+25CC;
}
@font-face {
	font-family: 'RaghuMalayalamSans';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../font/RaghuMalayalamSans-Regular.woff2) format('woff2');
	unicode-range: U+0000-02DC, U+0D01-0D7F, U+200C-U+200D, U+25CC;
}

.media-img img {
  width: 85px;
  height: 55px;
  object-fit: cover;
}
.up-event-img{
  width: 100%;
  height: 205px;
  object-fit: cover;
}

/* new mass timing start */
#fas-toggle {
  margin-top: 10px;
  margin-left: 8px;
  /* margin-left: 15px; */
}

#toggle span {
  position: relative;
  top: 10px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: tb-rl;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  display: block;
  left: 1px;
  /* left: 7px; */
}

#skin-select {
  position: fixed;
  top: 30vh;
  width: 310px;
  z-index: 9000;
  background: #fff;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}

#skin-select #toggle {
  position: absolute;
  top: 0;
  left: -30px;
  /* left: -40px; */
  display: block;
  width: 30px;
  /* width: 40px; */
  height: 180px;
  cursor: pointer;
  background: #ce0422;
  color: #fff;
}

.skin-part {
  padding: 12px 15px;
}
/* new mass timing end */

/* Scroll mass start */
.day-time {
  color: #000;
  font-weight: 500;
  transition: 1s;
}

.day-language {
  color: #404040;
  font-weight: 400;
  transition: 1s;
}

.day-name {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
  transition: 1s;
}

.scroll-news {
  width: 310px;
  height: 350px;
  /* bottom: 25px;
          right: 100px;
          position: absolute;
          z-index: 3; */
  padding: 10px;
  /* border-radius: 10px; */
  background-color: #fff;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
      rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.scroll-news .text-title {
  font-size: 16px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}

.scroll-news p{
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

ul.vertical-slider-container {
  padding: 0;
  margin: 0;
  /* border: 10px solid #fff; */
  height: 330px;
  overflow: hidden;
}

ul.vertical-slider-container li {
  /* color: #ddd; */
  /* font-size: 16px; */
  list-style-type: none;
  /* padding: 1em; */
  margin: 0;
  margin-bottom: 8px;
}

.news-scroll-img {
  width: 100%;
  border-radius: 5px;
}

.news-scroll-text {
  text-align: center;
  color: #404040;
  font-size: 18px;
  /* cursor: grab; */
}

.day {
  display: block;
  background: #ffc815;
  border-radius: 5px;
  padding: 5px;
  transition: 1s;
  /* font-weight: 500; */
}

.day:hover {
  background: #404040;
}

.day:hover .day-name {
  color: #ffc815;
}

.day:hover .day-time {
  color: #fff;
}

.day:hover .day-language {
  color: #fff;
}
/* Scroll mass end */

a.read-more{
  font-size: 15px;
font-weight: 500;
color: #ce0422;
}

.dropdown-item:focus{
  background-color: #cf0320 !important;
}

.dropdown-item:hover{
  background-color: #cf0320 !important;
}

.vertical-slider-container.active {
  /* cursor: grabbing;
  cursor: -webkit-grabbing; */
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  overflow-y: scroll;
  -ms-overflow-style: none;
scrollbar-width: thin;
}
.vertical-slider-container.active::-webkit-scrollbar {
  width: 6px;
}
.vertical-slider-container.active::-webkit-scrollbar-track {
  background: transparent;
}
.vertical-slider-container.active::-webkit-scrollbar-thumb {
  background-color: rgba(155, 155, 155, 0.5);
  border-radius: 20px;
  border: transparent;
}

.vertical-slider-container {
  position: relative;
  width: 100%;
  overflow-y: scroll;
  /* overflow-y: hidden; */
  /* white-space: nowrap; */
  transition: all 0.2s;
  transform: scale(0.98);
  will-change: transform;
  user-select: none;
  cursor: pointer;
}

.font-weight-500{
  font-weight: 500;
  font-style: normal;
}
@media screen and (max-width:768px){
  .vertical-slider-container {
    cursor: grabbing;
    cursor: -webkit-grabbing;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    overflow-y: scroll !important;
    -ms-overflow-style: none;
    scrollbar-width: thin;
  }
}
/* @import url("https://smc.org.in/fonts/uroob.css"); */
/* @import url("https://smc.org.in/fonts/raghumalayalamsans.css"); */