@charset "utf-8";

body{
    font-family: 'Roboto', sans-serif;
    --primaryColor: #ec1730;
    --primaryColorDark: #d60a22;
    --secondaryColor: #edaa2e;
    --secondaryDark: #dc9614;
    background-color: #f7ebd2;
}

button{
    outline: none !important;
}

p{
    font-size: 16px;
    list-style: 28px;
    color: #210004;
}
/*
@media (max-width: 992px) {
    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 110%;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        width: 100%;
        transition: all 0.4s ease;
        height: 100vh;
        display: block;
        background-color: var(--primaryColor);
    }
    .navbar-collapse.collapsing {
        height: auto !important;
        margin-left: 0%;
        left: 0%;
        transition: all 0.2s ease;
    }
    .navbar-collapse.show {
        left: 0;
    }
}
*/
.menu-wrapper{
    width: 100%;
    background-color: var(--primaryColor);
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1050;
}

.menu-wrapper .navbar{
    padding: 0px;
    text-align: center;
}

.menu-wrapper .navbar a{
    text-transform: uppercase;
    padding: 10px 13px !important;
    margin: 0px;
    font-size: 15px;
    font-weight: 500;
    color: #f7ebd2 !important;
    text-align: center;
}

.menu-wrapper .navbar a:hover{
    background-color: var(--secondaryColor);
    color: #110b00 !important;
}



.menu-wrapper .navbar li{
    border-right: 1px solid #f25d6f;
}

.menu-wrapper .navbar li:last-child{
    border-right: none;
}

.banner-wrapper{
    width: 100%;
    height: 530px;
    margin-top: 42px;
    position: relative;
    background: url(../img/banner-background.jpg) no-repeat center center fixed #210c0a; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

.banner-wrapper .logo{
    position: absolute;
    left: 50%;
    top: 36px;
    margin-left: -183px;
    z-index: 995;
}

.banner-wrapper .col-lg-6{
    min-height: 530px;
    display: table;
    position: relative;
}

.banner-wrapper .col-lg-6:last-child{
    text-align: right;
    padding-top: 120px;
}

.banner-wrapper .col-lg-6:last-child span{
    display: table-cell;
    vertical-align: middle;
}

.banner-wrapper .col-lg-6:first-child span{
    display: table-cell;
    vertical-align: bottom;
    z-index: 995;
    position: relative;
}

.bhagavatha-hamsam{
    width: 100%;
    height: 68px;
    background-color: #edaa2e;
    float: left;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    padding-left: 265px;
    padding-top: 7px;
    border-top-right-radius: 20px;
}

.bhagavatha-hamsam .col-lg-8{
    
}

.bhagavatha-hamsam:before{
    width: 600px;
    height: 68px;
    background-color: #edaa2e;
    position: absolute;
    left: -600px;
    content: '';
    bottom: 0px;
}

.bhagavatha-hamsam h6{
    padding: 0;
    margin: 4px 0px 0px 0px;
    font-weight: 700;
    color: #120c00;
    font-size: 17px;
}


.footer-wrapper{
    color: #f7ebd2;
    background-color: #210004;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
    padding: 25px 0px;
}

.footer-wrapper .col-lg-6:last-child{
    text-align: right;
}

.footer-wrapper a{
    color: #f7ebd2;
    text-decoration: none;

}

.footer-wrapper a:hover{
    color: var(--secondaryColor);
}

.middle-redbar{
    width: 100%;
    background-color: var(--primaryColor);
}

@media(min-width: 768px){
    .col-1-5{
      width: 20%;
      float: left;
      position: relative;
      min-height: 1px;
      padding-right: 15px;
      padding-left: 15px;
    }
  }
  
  .middle-redbar .col-1-5 {
    border-right: 1px solid #f47d8b;
    padding: 0px;
  }

  .middle-redbar .row{
      margin: 0px;
  }

  .middle-redbar .col-1-5:first-child {
    border-left: 1px solid #f47d8b;
  }

  .middle-redbar .col-1-5 a{
      width: 100%;
      text-align: center;
      display: block;
      text-transform: uppercase;
      color: #fff;
      font-weight: 500;
      padding: 32px 0px 0px 0px;
      line-height: normal;
      min-height: 80px;
  }

  .middle-redbar .col-1-5 a:hover{
      text-decoration: none;
      background-color: var(--primaryColorDark);
  }

  .booksevaonline{
      background-color: var(--secondaryColor);
      color: #110b00 !important;
      font-weight: 700 !important;
  }

  .booksevaonline:hover{
      background-color: var(--secondaryDark) !important;
  }

  .updadevas-wrap{
      width: 100%;
      background: url(../img/yellowbg-rep.jpg) repeat-x #f5dcac;
      display: block;
      padding: 70px 0px;
  }

  .page-heading{
      width: 100%;
      text-align: center;
      color: #210004;
      font-size: 36px;
      font-weight: 900;
      padding: 0;
      margin: 0 0px 20px 0px;
      display: block;
  }

  .updadevas-wrap a{
      width: 100%;
      height: 220px;
      background-color: #000000;
      display: block;
      position: relative;
      border-radius: 5px;
      overflow: hidden;
  }

  .updadevas-wrap a img{
      width: 100%;
      height: 220px;
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .updadevas-wrap a h5{
      width: 100%;
      position: absolute;
      bottom: 0px;
      left: 0px;
      text-align: center;
      padding: 0;
      margin: 0;
      font-size: 16px;
      color: #f7ebd2;
      padding: 12px 0px;
      background: rgba(0,0,0,0.8);
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .updadevas-wrap a:hover h5{
    background: rgba(236,23,48,1);
  }

  .updadevas-wrap a:hover img{
    transform: scale(1.14);
  }

  a, button{
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .news-events-con h2{
    text-align: left;
  }

  .news-events-con span{
      width: 100%;
      height: 160px;
      border-radius: 5px;
      overflow: hidden;
      display: block;
  }

  .news-events-con span img{
      width: 100%;
      height: 160px;
      object-fit: cover;
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .news-events-con  h6{
      padding: 0;
      margin: 12px 0px 0px 0px;
      color: #210004;
      font-size: 16px;
      font-weight: 700;
  }

  .news-events-con a:hover h6{
      color: var(--primaryColor);
      
  }

  .news-events-con a:hover img{
    transform: scale(1.14);
  }

  .news-events-con a:hover{
    text-decoration: none !important;
  }

  .video-holder{
      width: 100%;
      height: 274px;
      position: relative;
      padding-left: 0px;
        background: url(../img/100.jpg) top no-repeat #53cff6;
        border-radius: 5px;
        text-align: center;
        float:left
  }
/*
  .video-holder a{
      position: absolute;
      bottom: 140px;
      left:50%;
      
      padding: 3px 0px;
      margin: 0;
      margin-left: -70px;
      border: 2px solid #003749;
      color: #003749;
      font-size: 14px;
      width: 140px;
      border-radius: 5px;
      font-weight: 700;
  }

  .video-holder a:hover{
      background: #003749;
      color: #fff;
  }
  */

  .video-holder img{
      width: 100%;
      height: 274px;
      border-radius: 10px;
      object-fit: cover;
  }

  .news-events-con{
      margin-top: 70px;
      margin-bottom: 70px;
  }

  .video-holder button{
      width: 80px;
      height: 80px;
      border: none;
      outline: none;
      background-color: var(--primaryColor);
      position: absolute;
      left: 20px;
      top: 95px;
      padding: 3px 0px 0px 5px;
      margin: 0;
      border-radius: 50%;
      cursor: pointer;

      box-shadow: 0 0 0 0 rgba(236, 23, 48, 0.5);
    border-radius: 50%;
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }

  .video-holder button i{
      color: #fff;
      font-size: 28px;
      -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .video-holder button:hover{
      background-color: var(--secondaryColor);
      
  }

  .video-holder button:hover i{
    color: #110b00;
  }

  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 20px rgba(102, 189, 81, 0);}}

  .welcome-container h2{
    width: 100%;
    text-align: center;
    color: #210004;
    font-size: 36px;
    font-weight: 900;
    padding: 0;
    margin: 0 0px 20px 0px;
    padding-bottom: 30px;
    display: block;
    position: relative;
  }

  .welcome-container h2:after{
      width: 254px;
      height: 18px;
      content: '';
      position: absolute;
      bottom: 0px;
      left: 50%;
      
      margin-left: -127px;
      background: url(../img/underline.svg) no-repeat;
  }

  .welcome-container p{
      text-align: justify;
      font-size: 16px;
  }

  .welcome-container p:last-child{
      margin-bottom: 0px;
  }

  .welcome-container .col-lg-4 span{
      width: 100%;
      height: 290px;
      display: block;
      margin-top: 6px;
      position: relative;
  }

  .welcome-container .col-lg-4 span a{
      width: 70px;
      height: 70px;
      background-color: #ec1730;
      border-radius: 50%;
      border: none;
      outline: none;
      position: absolute;
      top: 50%;
      margin-top: -35px;
      right: -35px;
      z-index: 990;
      text-align: center;
      color: #fff;
      font-size: 28px;
      padding: 13px 0px 0px 4px;
      -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    box-shadow: 0 0 0 0 rgba(235, 18, 45, 0.5);
  }


  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 20px rgba(25, 153, 204, 0);}}
  

  .welcome-container .col-lg-4 span:before{
    height: 290px;
    width: 290px;
    background-color: #ec1730;
    border-radius: 4px;
    position: absolute;
    left: -10px;
    bottom: -10px;
    content: '';


  }

  .welcome-container .col-lg-4 span img{
    width: 100%;
    height: 290px;
    object-fit: cover;
    border-radius: 5px;
    position: relative;
    z-index: 990;
  }

  .welcome-container .col-lg-8{
      padding-left: 55px;
  }

  .welcome-container{
      margin-top: 55px;
      margin-bottom: 70px;
  }
  
  .news-wrap{
      width: 100%;
      height: 50px;
      background-color: #edaa2e;
      border-radius: 25px;
      overflow: hidden;
      position: relative;
      padding-left: 220px;
      margin-top: -25px;
  }

  .news-wrap h5{
      float: left;
      background-color: #dc9c26;
      min-height: 50px;
      text-align: center;
      position: absolute;
      width: 220px;
      left: 0px;
      top: 0px;
      text-transform: uppercase;
      font-weight: 900;
      color: #110b00;
      line-height: 50px;
  }

  .news-wrap marquee{
      font-size: 17px;
      font-weight: 500;
      line-height: 50px;
      color: #110b00;
  }

  .news-wrap marquee a{
    color: #eb122d;
  }

  .bannerbtm-wrap {
    width: 100%;
    background: url(../img/yellowbg-rep.jpg) repeat-x #f5dcac;
    display: block;
    padding: 70px 0px;
    text-align: center;
}

.bannerbtm-wrap img{
    height: 105px;
}

.menu-wrapper .navbar{
    background-color: var(--primaryColor);
    
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    border-color: rgba(255,255,255,1);
    margin-top: 6px;
    padding: 4px 10px;
}

.navbar-light .navbar-toggler:hover,
.navbar-light .navbar-toggler:focus{
    color: #edaa2e;
    border-color: #edaa2e;
}

.malliyoor-mobile{
    display: none;
    visibility: hidden;
}

.sitewrapper{
    overflow: hidden;
}


::selection {
	background: var(--primaryColor);
	color:#fff;
}
::-moz-selection {
	background: var(--primaryColor);
	color:#fff;
}

::-webkit-scrollbar {
    width: 6px;
}
 
::-webkit-scrollbar-track {
    border-radius: 0px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 0px;
	background-color: rgba(236, 23, 48, 0.7);
	-webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

::-webkit-scrollbar-thumb:hover{
	background-color: rgba(236, 23, 48, 1);
}

.page-banner{
    height: 300px;
}


.page-banner .container{
    position: relative;
}

.page-banner .ganapatiimg{
    position: absolute;
    left: 0px;
    top: 55px;
    width: 260px;
}

.page-banner .malliyoorimg{
    position: absolute;
    right: 0px;
    top: 33px;
}

.page-banner h2{
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #f7ebd3;
    font-weight: 900;
    font-size: 38px;
    margin-top: 200px;
    position: absolute;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

.innerpage-about p{
    text-align: justify;
}

.innerpage-about .col-lg-4{
    padding-left: 45px;
}

.innerpage-about .col-lg-4 span{
    width: 100%;
    background-color: #f25d6f;
    height: 245px;
    float: left;
    border-radius: 0px;
    overflow: hidden;
}

.innerpage-about .col-lg-4 span img{
    width: 100%;
    height: 245px;
    object-fit: cover;
}

.innerpage-about .col-lg-4 h6{
    padding: 0;
    margin: 10px 0px 0px 0px;
    width: 100%;
    float: left;

}

.innerpage-about .col-lg-4 h5{
    padding: 10px 0px;
    margin: 0 0 10px 0;
    width: 100%;
    background-color: #edab39;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
}

.innerpage-about{
    margin-top: 70px;
}

.aadhyathmika-peedam{
    width: 100%;
    background: url(../img/yellowbg-rep.jpg) repeat-x #f5dcac;
    display: block;
    padding: 60px 0px 70px 0px;
    text-align: center;
    margin-top: 40px;
}

.aadhyathmika-peedam h4{
    width: 100%;
    text-align: center;
    color: #210004;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    margin: 0 0px 10px 0px;
    display: block;
}

.aadhyathmika-peedam p{
    margin-bottom: 0px;
}

.updadevas-items p:last-child{
    margin-bottom: 0px;
}

.updadevas-items h4{
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
}

.updadevas-items{
    padding-top: 45px;
    padding-bottom: 45px;
}

.updadevas-items p{
    text-align: justify;
}

.updadevas-items:nth-child(even){
    width: 100%;
    background:  #f5dcac;
    display: block;
}

.updadevas-items:nth-child(even) .col-lg-9{
    padding-right: 45px;
}

.updadevas-items:nth-child(odd) .col-lg-9{
    padding-left: 45px;
}

.updadevas-items span{
    width: 100%;
    height: 185px;
    background-color: brown;
    float: left;
    border-radius: 10px;
    overflow: hidden;

}

.updadevas-items span img{
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.important-offerings{
    margin-top: 70px;
    margin-bottom: 70px;
}

.important-offerings p{
    margin-bottom: 0px;
    text-align: justify;
}

.important-offerings h4{
    padding: 0;
    margin: 30px 0px 6px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #210004;
}

.temple-timings{
    margin-top: 70px;
    margin-bottom: 70px;
}

.temple-timings h4{
    padding: 6px 0px;
    margin: 0;
    color: #000000;
    background-color: #edab39;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    border-radius: 4px;
}

.temple-timings ul{
    padding: 0;
    margin: 0 0px 30px 0px;
}

.temple-timings ul li{
    list-style: none;
    padding: 8px 20px;
    margin: 0;
    line-height: normal;
    border-bottom: 1px dashed #ddcaa5;
}

.temple-timings ul li:last-child{
    border-bottom: none;
}

.temple-timings ul li strong{
    float: right;
}

.temple-timings p{
    margin-bottom: 0px;
}

.contactpage{
    margin-top: 70px;
}

.contactpage h4{
    padding: 0;
    margin: 26px 0 8px 0 ;
    font-size: 20px;
    font-weight: 700;
    color: #210004;
    width: 100%;
}

.contactpage h3{
    padding: 0;
    margin: 0px 0 12px 0 ;
    font-size: 28px;
    font-weight: 700;
    color: #210004;
    width: 100%;
}

.contactpage h6{
    padding: 0;
    margin: 0 0 8px 0 ;
    line-height: normal;
    font-size: 16px;
    font-weight: 500;
    color: #210004;
}

.contactpage h6 a{
    color: #210004;
    text-decoration: none;
}

.nomargin{
    margin-top: 0px !important;
}

.contactpage .col-lg-8 input{
    background: none;
    border: 2px solid #ae9b8c;
    box-shadow: none;
    color: #210004;
    height: 45px;
    margin-bottom: 15px;
}

.contactpage .col-lg-8 textarea{
    background: none;
    border: 2px solid #ae9b8c;
    box-shadow: none;
    color: #210004;
    margin-bottom: 15px;
}

.contactpage .col-lg-8 button{
    border: none;
    padding: 6px 0px;
    margin: 0;
    outline: none;
    width: 100%;
    background-color: #eb122d;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

.donatetous-wrap p{
    margin: 0;
    padding: 0;
}

.donatetous-wrap{
    width: 100%;
    background-color: #f5dcac;
    text-align: center;
    padding: 45px 0px;
    margin-top: 45px;
}

.donatetous-wrap h4{
    padding: 0;
    margin: 0px 0 12px 0;
    font-size: 28px;
    font-weight: 700;
    color: #210004;
    width: 100%;
}

.google-maps {
    position: relative;
    padding-bottom: 33%;
    height: 0;
    overflow: hidden;
    margin: 55px 0px 70px 0px;
  }
  
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }

  #content{
      margin-top: 70px;
      margin-bottom: 70px;
  }

  .malliyoor-trust{
      margin-top: 70px;
      margin-bottom: 60px;
      text-align: justify;
  }

  .malliyoor-trust h5{
    padding: 0;
    margin: 20px 0px 6px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #210004;
    text-align: left;
  }

  .malliyoor-trust h4{
    padding: 0;
    margin: 26px 0px 8px 0px;
    font-size: 24px;
    font-weight: 700;
    color: #eb122d;
    text-align: left;
  }

  .malliyoor-trust h3{
    padding: 0;
    margin: 0px 0px 20px 0px;
    font-size: 24px;
    font-weight: 700;
    color: #eb122d;
    width: 100%;
    text-align: center;
  }


  .adhyathmika-peedom{
      margin-top: 70px;
      margin-bottom: 60px;
      text-align: justify;
  }

  .adhyathmika-peedom h4{
    padding: 0;
    margin: 26px 0px 8px 0px;
    font-size: 20px;
    font-weight: 700;
    color: #eb122d;
    text-align: left;
  }

  .adhyathmika-peedom .col-lg-5 .embed-responsive{
      margin-top: 4px;
  }

  .dropdown-toggle::after{
      display: none;
      visibility: hidden;
  }

  .menu-wrapper .dropdown-menu{
    background: var(--primaryColor);
  }

  .menu-wrapper .dropdown-menu a:nth-child(even){
      background: var(--primaryColorDark);
  }

  .menu-wrapper .dropdown-menu a:hover{
      background: var(--secondaryColor);
  }

  
  .smriti-mandapam{
      padding: 25px;
      text-align: justify;
      position: relative;
      background: url(../img/smrithi-mandapam-bg.jpg) bottom no-repeat #fff;
      background-size: 100%;
  }

  .smriti-mandapam p:last-child{
   margin-bottom: 0px;   
  }

  .smriti-mandapam h2{
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0px 0px 15px 0px;
      color: #210004;
      font-size: 34px;
      font-weight: 900;
  }

  .smriti-mandapam h4{
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0;
      font-weight: 700;
      font-size: 18px;
      color: #eb122d;
  }

  .smriti-mandapam  h5{
      width: 100%;
      text-align: center;
      padding: 0;
      margin: 0px 0px 6px 0px;
      font-size: 18px;
      font-weight: 700;
  }

  .smriti-mandapam .downloadbro{
    width: 100%;
    text-align: center;
    padding: 3px 0px;
    margin: 20px 0px 0px 0px;
    float: left;
    border: 2px solid #eb122d;
    font-size: 15px;
    color: #eb122d;
    font-weight: 700;
    border-radius: 25px;
  }

  .smriti-mandapam .downloadbro:hover{
      background-color: #eb122d;
      color: #fff;
      text-decoration: none;
  }

  .smriti-mandapam .close{
    padding: 0;
    margin: 0;
    width: 24px;
    height: 24px;
    background-color: #fff;
    position: absolute;
    top: -6px;
    right: -6px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
font-size: 14px;
opacity: 1;
border-radius: 50%;
  }

  .download-brochure{
      width: 100%;
      padding: 12px 0px;
      text-transform: uppercase;
      margin: 25px 0px 0px 0px;
      background: none;
      outline: none;
      border: none;
      border-top: 1px dashed #210004;
      border-bottom: 1px dashed #210004;
      line-height: normal;
      font-weight: 700;
      cursor: pointer;
      font-size: 15px;
      text-align: center;
      float: left;
      color: #210004;
  }

  .download-brochure:hover{
      background: #eb122d;
      color:  #f7ebd3;
      text-decoration: none;
      border-top: 1px dashed #eb122d;
      border-bottom: 1px dashed #eb122d;
  }

  .youtube-video{
      float: left;
      font-size: 24px;
      margin-bottom: 0px;
      margin-top: 0px;
      line-height: normal;
  }

  .donate-btmbtn{
      position: absolute;
      left: 20px;
      top: 521px;
      background: rgba(236, 23, 48, 1);
      color: #fff;
      z-index: 990;
      text-transform: uppercase;
      line-height: normal;
      font-weight: 600;
      font-size: 15px;
      padding: 8px 30px;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
  }

  .donate-btmbtn:hover{
      background: #c8081e;
      color: #fff;
      text-decoration: none;
  }

  .bookseva-btmbtn{
    position: absolute;
    right: 20px;
    top: 521px;
    background: rgba(236, 23, 48, 1);
    color: #fff;
    z-index: 990;
    text-transform: uppercase;
    line-height: normal;
    font-weight: 600;
    font-size: 15px;
    padding: 8px 30px;
    border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
      border-top-right-radius: 20px;
      border-bottom-right-radius: 20px;
}

.bookseva-btmbtn:hover{
    background: #edaa2e;
    color: #120c00;
    text-decoration: none;
}

.pulse-btn {
    border: none;
    box-shadow: 0 0 0 0 rgba(236, 23, 48, 0.5);
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: puls 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  
  @-webkit-keyframes puls {to {box-shadow: 0 0 0 10px rgba(25, 153, 204, 0);}}
  @-moz-keyframes puls {to {box-shadow: 0 0 0 10px rgba(25, 153, 204, 0);}}
  @-ms-keyframes puls {to {box-shadow: 0 0 0 10px rgba(25, 153, 204, 0);}}
  @keyframes puls {to {box-shadow: 0 0 0 10px rgba(25, 153, 204, 0);}}

/* Slider */
.slick-slide {
    margin: 0px 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}


/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    /* -webkit-transform: translate(0, -50%); */
    -ms-transform: translate(0, -50%);
    /* transform: translate(0, -50%); */
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    /* line-height: 1; */
    /* opacity: .75; */
    color: white;
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0px 5px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    width: 12px;
    height: 12px;
    display: block;

    width: 12px;
    height: 12px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*----*/


.updadevas-wrap .center .slick-dots li{
    width: auto;
    list-style: none !important;
    padding: 0;
    margin-bottom: 0px;
}

.updadevas-wrap .center .slick-dots li button{
    border: 2px solid #edaa2e;
    list-style: none !important;
    z-index: 990;
    border-radius: 50%;
}

.updadevas-wrap .center .slick-dots li button:before{
    display: none;
    visibility: hidden;
}

.updadevas-wrap .center .slick-dots li.slick-active button{
    background: #edaa2e;
}

.payonline{
    margin-top: 0px !important;
}

.smriti-mandapam h6{
    width: 100%;
    padding: 0;
    margin: 5px 0px;
    display: inline-block;
    text-align: center;
}


  .splash-bg{
      width: 100%;
      overflow: hidden !important;
      height: 100vh;
      position: fixed;
    width: 100%;
  }
  
  .backgroundbg{
    background: url(../img/banner-background.jpg) no-repeat center center fixed ; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100vh;
    
  }



  .backgroundbg .col-lg-4 img{
      position: fixed;
      bottom: 0px;
  }

  .popup-modal-style{
    max-width: 400px !important;
  }
  
  .popup-modal-style img{
    width: 400px;
    object-fit: cover;
    display: inline-block;
  }

  .popup-modal-style .carousel-item{
    text-align: center;
  }
  
  
  
  


@media screen and (max-width: 1024px) {
	.menu-wrapper .navbar a {
        padding: 10px 18px !important;
    }

    
}

@media screen and (max-width: 980px) {
    .menu-wrapper{
        height: 42px;
    }

    .navbar-toggler{
        position: absolute;
        top: 0px;
        right: 0px;
    }

    .banner-wrapper .col-lg-6{
        display: block;
    }

    .banner-wrapper .col-lg-6:first-child span{
        bottom: 0px;
        position: absolute;
    }

    .banner-wrapper .col-lg-6:first-child span img{
        width: 240px;
    }

    .banner-wrapper .col-lg-6:last-child{
        padding-top: 160px;
    }

    .banner-wrapper{
        background-size:  auto 600px;
        background-position: top;
    }

    .welcome-container .col-lg-8{
        padding-left: 15px;
        margin-top: 45px;
    }

    .middle-redbar .col-1-5 .booksevaonline{
        padding-top: 25px;
    }

    .updadevas-wrap .col-1-5{
        width: 33.33%;
        margin-bottom: 30px;
    }

    .updadevas-wrap .col-1-5:nth-child(5),
    .updadevas-wrap .col-1-5:nth-child(4){
        margin-bottom: 0px;
    }

    .news-events-con h2{
        text-align: center;
    }

    .video-holder{
        margin-top: 40px;
    }

    .footer-wrapper .col-lg-6{
        text-align: center !important;
    }

    .menu-wrapper .navbar{
        padding-top: 42px;
    }

    .updadevas-items .col-lg-9{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .updadevas-items h4{
        width: 100%;
        text-align: center;
        margin: 20px 0px 6px 0;
        float: left;
    }
    .adhyathmika-peedom .col-lg-5 .embed-responsive{
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 820px) {
	
}

@media screen and (max-width: 480px) {
	.bannerbtm-wrap{
        padding-top: 45px;
        padding-bottom: 65px;
    }

    .news-wrap{
        border-radius: 4px;
        height: 100px;
        padding-top: 50px;
        padding-left: 0px;
    }

    .news-wrap h5{
        width: 100%;
    }

    .welcome-container h2{
        font-size: 28px;
    }

    .welcome-container .col-lg-4 span:before,
    .page-banner .ganapatiimg,
    .page-banner .malliyoorimg{
        display: none;
        visibility: hidden;
    }

    .middle-redbar .col-1-5{
        width: 50%;
        
        padding: 0px 0px !important;
    }

    .middle-redbar .col-1-5:nth-child(3),
    .middle-redbar .col-1-5:nth-child(4),
    .middle-redbar .col-1-5:nth-child(5){
        width: 100%;
       
    }

    .middle-redbar .col-1-5:nth-child(5){
        border-left: 1px solid #f47d8b;
        border-top: 1px solid #f47d8b;
    }

    .middle-redbar .col-1-5 a{
        padding: 0px !important;
        min-height: 45px;
        line-height: 45px;
    }

    .middle-redbar .col-1-5:nth-child(4){
        border-left: 1px solid #f47d8b;
    }

    .updadevas-wrap .col-1-5{
        width: 50%;
        padding: 0px 5px;
        margin-bottom: 10px;
    }

    .news-events-con .col-lg-6:first-child{
        margin-bottom: 35px;
    }

    .news-events-con h6{
        width: 100%;
        text-align: center;
    }

    .welcome-container{
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .updadevas-wrap{
        padding: 45px 0px;
    }

    .news-events-con{
        margin-top: 35px;
        margin-bottom: 45px;
    }

    .banner-wrapper .col-lg-6{
        min-height: auto;
    }

    .banner-wrapper .col-lg-6:first-child span,
    .banner-wrapper .col-lg-6:last-child span{
        display: none;
        visibility: hidden;
    }

    .bhagavatha-hamsam{
        padding-left: 0px;
        text-align: center;
        border-top-right-radius: 0px;
        position: relative;
        bottom: 0px;
    }

    .malliyoor-mobile{
        display: block;
        visibility: visible;
        position: relative;
        width: 100%;
    }

    .banner-wrapper{
        height: auto;
    }

    .bhagavatha-hamsam:before{
        width: 800px;
        left: -150px;
        z-index: -5;
    }

    .page-banner{
        height: 300px;
    }

    .page-banner h2{
        position: relative;
        margin-top: 175px;
    }

    .page-banner {
        height: 260px;
    }

    .innerpage-about .col-lg-4{
        padding-left: 15px;
        margin-top: 20px;
    }

    .aadhyathmika-peedam{
        text-align: justify;
        padding-top: 40px;
    }

    .page-banner h2{
        font-size: 30px;
    }

    .contactpage .col-lg-8 h3{
        margin-top: 45px !important;
    }
    .gallery li{
		width:46% !important;
		float:left;!important;
		padding:0px;
		margin:2%!important;
	}

    .smriti-mandapam .col-lg-4{
        text-align: center;
        padding-top: 30px;
    }

    .smriti-mandapam h2{
        font-size: 24px;
    }

    .youtube-video{
        width: 100%;
        text-align: center;
    }

    .welcome-container .col-lg-4 span a{
        margin-top: auto;
        top: auto;
        bottom: -35px;
        right: auto;
        left: 50%;
        margin-left: -35px;
    }

    .bookseva-btmbtn,
    .donate-btmbtn{
        width: 50%;
        text-align: center;
        position: fixed;
        top: auto;
        bottom: 0px;
        border-radius: 0px;
        box-shadow: 0 0 0 0 rgba(236, 23, 48, 0);
    }

    .bookseva-btmbtn{
        right: 0px;
    }

    .donate-btmbtn{
        background: #dc0b24;
        left: 0px;
    }

    .main-diety{
        margin-bottom: 20px;
    }

    .popup-modal-style img{
        width: 100%;
    }
}

@media (min-width: 560px) and (max-width: 840px) and (orientation: landscape) {
    .banner-wrapper .col-lg-6:first-child span img{
        width: 220px;
    }

    .banner-wrapper .col-lg-6:last-child span img{
        width: 280px;
        margin-top: 30px;
    }

    .bhagavatha-hamsam h6{
        font-size: 15px;
    }

    .bhagavatha-hamsam{
        padding-left: 230px;
    }

    .bhagavatha-hamsam,
    .bhagavatha-hamsam:before{
        height: 58px;
    }

    .welcome-container h2{
        font-size: 34px;
    }

    .middle-redbar .col-1-5{
        width: 20%;
    }

    .updadevas-wrap .col-1-5 {
        width: 33.33%;
        margin-bottom: 30px;
        padding: 0 5px;
    }

    
}

@media screen and (max-width: 375px) {
	
}

@media screen and (max-width: 240px) {
	
}	