
* {
  margin: 0px;
  padding: 0px;
}

.upcomingright{
    width:70%;
    display:flex;
    align-items:center;
}

#conatiner_fluid_home {
  padding: 0px !important;
  margin-top: 0px;
}

body{
    overflow-x:hidden !important;
    margin:0px !important;
    padding:0px !important;
    transition:ease 1s;
}

.starting button { 
  font-family: "Baloo 2", cursive !important;
margin-top: 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
  background-color: #ffd447;
  color: #051133 !important;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.keertan_icons img:hover{
background-color: #041133;
border-radius: 50% ;
transition: ease 0.5s;

}


.underline h3 {
  margin: 50px 0px 22px 0px;
  line-height: 1.6;
  color: #d8c16f;
  font-weight: bold;
}

.heading_home {
  margin: 50px 0px 22px 0px;
  line-height: 1.6;
  color: #d8c16f;
  font-weight: 700;
  font-size: 36px;
}

.aboutustext p {
  color: rgb(255, 255, 255);
  letter-spacing: 0.5px;
  text-align: justify;
  font-size: 14px;
}

p {
  margin: 0 0 22px;
  font-family: Open Sans, arial, san-serif;
  font-weight: 400;
  line-height: 1.6;
}

.background_color_div {
  background-color: #1c2747 !important;
}

.btn-5 {
  background: #fde07e;
  height: 44px;
  min-width: 10px;
  line-height: 1;
  font-size: 14px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.btn-5:hover {
  /*background: #1c2747;*/
  background: #fde07e;
  color: #fff !important;
  transition: none;
  
}

.btn {
  transition: none !important;
  border-radius: 0px !important;
}

.btn-5 span {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 7px !important;
 
}




.read_more :hover{
color:#fde07e !important;
}

a:link,
a:visited {
  outline: none;
  text-decoration: none;
  color: black;
}

.teamcolumninner {
  float: left;
  width: 100%;
}

.teamcolumn {
  margin: 0 auto 22px;
  text-align: center;
}

img {
  width: auto;
}

.blog_heading {
  color: #1c2747;
  font-weight: 700;
}

.sectionwrapper {
  position: relative;
  float: left;
  margin-top: 1px;

  padding-bottom: 50px;
  width: 100%;
}

/* .section1{
      padding: 0 0 66px;
      background-color: #fff;
  } */

.heading_keertan {
  margin: 0px 0px 22px 0px;
  line-height: 1.6;
  font-weight: 700;
  font-size: 36px;
}





.youlink {
  height: 54px;
  overflow: hidden;
  padding: 5px 17px;
  border-radius: 46px;
 
  background: #f1f3f3;
  width: 100%;
  margin: 10px;
  
    display: flex;
    justify-content: center;
    align-items: center;
}

.youlink.gallerytab.eventlist a {
  margin-top: 11px !important;
  line-height: 17px !important;
}

.mp3_list .gallerytab{
    display:block !important;
    
}

.gallerylink {
  float: left;
  margin: 5px 0px;
  height: 50%;
}









.img_keertan {
  max-height: 100% !important;
}
.keertan_list_icons {
  margin: 40px;
}

.btn-2 {
  height: 45px;
  line-height: 1;
  background: #1c2747;
}

/* STAY CONNECTED CSS  */

.section4 {
  min-height: 253px;
  background: #a5a3a2;
  text-align: center;
  background: #1c2747 url(../images/backgroundimg_2.jpg) 50% 0 no-repeat;
  background-position: 50% 75% !important;
}

.section4inner {
  width: 100%;
  float: left;
  padding: 1px;

  background-color: rgba(51, 51, 51, 0.7);
}

.socialicons {
  text-align: center;
}

.socialicons li {
  margin: 5px;
  display: inline-block;
  text-align: center;
}
.socialicons i {
  font-size: 30px;
  color: #1c2747;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

ul.socialicons li a:link,
ul.socialicons li a:visited {
  padding-top: 17px;
  width: 66px;
  height: 66px;
  display: block;
  color: #fff;
  background: #fff;
}
ul.socialicons li a:hover {
  background: #1c2747;
  transition: ease 0.5s;
}
ul.socialicons li a:hover i {
  color: #fff;
}

/* FOOTER CSS */

.fa-chevron-up {
  font-size: 30px !important;
}


.bottom {
  width: 100%;
  float: left;
  min-height: 44px;
  background: #1c2747;
}

.copyright_text {
  color: white !important;
  font-size: 12px !important;
  text-align: center;
  margin-bottom: 0;
}

.bottomlinks {
  padding: 0px;
}
.bottomlinks li {
  float: left;
  margin-right: 10px;
  margin-top: 22px;
  text-transform: uppercase;
}

.bottomlinks a:link,
.bottomlinks a:visited {
  color: #fff;
  text-transform: none;
  font-size: 14px;
}

.copyrightwrapper {
  color: #fff;
  font-size: 12px;
}


/* .navbar-nav {
  margin-left: 80px !important;
} */

/* .navbar-nav li{
  margin-left: 20px !important;
} */

.img-thumbnail {
  padding: 0px !important;
  border: none !important;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.fadeInUp {
  animation-name: fadeInup;
}

.fadeInUp-2{
  animation-name: fadeInup-2;
}

@keyframes fadeInup {
  from { bottom: 0px; }
  to {top: 350px; }
}


/* @keyframes {
  from{bottom: 0px;}
  to { top: 150px;}
} */


@keyframes fadeInUp-2 {
  from {bottom: 0px;}
  to {bottom: 400px;}
}
/* adsdasasdasd */

/*.topsocialheader .fa {*/
/*  font-size: 20px;*/
/*}*/
/*.topsocialheader .fa:hover {*/
/*  color: #fde07e;*/
/*}*/
/*.topsocialheader li {*/
/*  margin-left: 15px;*/
/*  float: left;*/
/*}*/

/*ul.navbar-nav a:before,*/
/*ul.navbar-nav a:after {*/
/*  position: absolute;*/
/*  left: 0px;*/
/*  width: 100%;*/
/*  height: 2px;*/
/*  background: #394669;*/
/*  content: "";*/
/*  opacity: 0;*/
/*  transition: all 0.3s;*/
/*}*/

/*ul.navbar-nav a:before {*/
/*  top: 0px;*/
/*  transform: translateY(-10px);*/
/*}*/

/*ul.navbar-nav a:after {*/
/*  bottom: 0px;*/
/*  transform: translateY(10px);*/
/*}*/

/*ul.navbar-nav a:hover:before,*/
/*ul.navbar-nav a:hover:after,*/
/*ul.navbar-nav a:hover {*/
/*  opacity: 1;*/
/*  transform: translateY(0px);*/
/*  color: #fccc44 !important;*/
/*}*/

/*.navbar-nav > li > a {*/
/*  padding-top: 15px;*/
/*  padding-bottom: 15px;*/
/*  margin-left: 20px;*/
/*}*/

/*.nav > li > a:link,*/
/*.nav > li > a:visited {*/
/*  position: relative;*/
/*  display: inlne-block;*/
/*  margin-top: 38px !important;*/
/*  background: transparent;*/
/*  color: #041133;*/
/*  font-size: 14px;*/
/*  text-transform: uppercase;*/
/*  transition: all 0.5s ease;*/
/*  letter-spacing: 1px;*/
/*  font-size: 15px;*/
/*  font-weight: 700 !important;*/
/*}*/

/*.navbar-collapse.collapse {*/
/*  justify-content: center !important;*/
/*  margin-top: 20px;*/
/*}*/

/*.navbar-light .navbar-nav .nav-link {*/
/*  color: #1c2747 !important;*/
/*  font-size: 16px !important;*/
/*}*/

/*.navbar-light .navbar-nav .nav-link :hover {*/
/*  color: #fccc44 !important;*/
/*}*/

/*.navbar-brand {*/
/*  height: 134px;*/
/*  padding-top: 0px;*/
/*  margin-left: 17px;*/
/*}*/

.img-thumbnail {
  border-radius: 0px !important;
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    
    
    body{
    overflow-x:hidden !important;
        
    }
    
    
    
    .section4 {
    min-height: 410px;
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}
  /*.navbar-light .navbar-toggler {*/
  /*  position: relative;*/
  /*  float: right;*/
  /*  width: 44px;*/
  /*  height: 69px;*/
  /*  margin-top: 0px;*/

  /*  background-color: #1c2747;*/
  /*  border: none;*/
  /*  border-radius: 0;*/
  /*  right: 16px;*/
  /*}*/
  
  .heading_home {
  margin: 50px 0px 22px 0px;
  line-height: 1.6;
  color: #d8c16f;
  font-weight: 700;
  font-size: 18px;
}

.eventstext h4{
    text-align:center !important;
}



/*.section4 {*/
/*    min-height: 410px*/
/*    background: #a5a3a2;*/
/*    text-align: center;*/
/*    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;*/
/*    background-position: 50% 119% !important;*/
/*}*/

.section4inner{
    height: 397px
}



.heading_keertan {
    margin: 0px 0px 22px 0px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 18px;
}

.mainheadline h2 {
    padding-bottom: 22px !important;
    font-weight: 700  !important;
    font-size: 18px  !important;
}

.mainheadline{
    text-align:center !important;
}

  /*.topsocialheader li {*/
  /*  margin-left: 6px !important ;*/
  /*  margin-top: 4px !important;*/
  /*}*/

  /*.navbar-light .navbar-toggler-icon {*/
  /*  color: white !important;*/
  /*  margin-left: -5px !important;*/
  /*}*/

  .mobile_list_item {
    text-align: center !important;
  }

  /*.topsocialheader {*/
  /*  z-index: 901;*/

  /*  top: 0px;*/
  /*  list-style-type: none;*/
  /*  list-style: none;*/
  /*  position: relative;*/
  /*  margin: 0px !important;*/
  /*  left: 10px !important;*/
  /*}*/

  /*.navbar-brand {*/
  /*  height: 95px !important ;*/
  /*  margin-left: 17px !important;*/
  /*  margin-top: 8px;*/
  /*}*/

  .slidertextinner h4 {
    font-size: initial !important;
  }

  





  /*.navbar-nav {*/
  /*  margin-left: 0px !important;*/
  /*}*/


}

@media only screen and (min-width: 375px) and (max-width: 390px) {


.youlink{
        width: 95% !important;
}

.eventstext h4{
    text-align:center !important;
}



.section4 {
    min-height: 402px;
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}

  .heading_home {
  margin: 50px 0px 22px 0px;
  line-height: 1.6;
  color: #d8c16f;
  font-weight: 700;
  font-size: 24px;
}

.heading_keertan {
    margin: 0px 0px 22px 0px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 24px;
}

.mainheadline h2 {
    padding-bottom: 22px !important;
    font-weight: 700  !important;
    font-size: 24px  !important;
}

.mainheadline{
    text-align:center !important;
}

  .topsocialheader li {
    margin-left: 6px !important ;
    margin-top: 4px !important;
  }



  .mobile_list_item {
    text-align: center !important;
  }

  .topsocialheader {
    z-index: 901;

    top: 0px;
    list-style-type: none;
    list-style: none;
    position: relative;
    margin: 0px !important;
    left: 54px !important;
  }

  /*.navbar-brand {*/
  /*  height: 95px !important ;*/
  /*  margin-left: 17px !important;*/
  /*  margin-top: 8px;*/
  /*}*/

  .slidertextinner h4 {
    font-size: initial !important;
  }






  /*.navbar-nav {*/
  /*  margin-left: 0px !important;*/
  /*}*/


}

@media only screen and (min-width: 391px) and (max-width: 425px) {

.youlink{
        width: 95% !important;
}
  /*.topsocialheader li {*/
  /*  margin-left: 6px !important ;*/
  /*  margin-top: 4px !important;*/
  /*}*/

 

  /*.mobile_list_item {*/
  /*  text-align: center !important;*/
  /*}*/

  /*.topsocialheader {*/
  /*  z-index: 901;*/

  /*  top: 0px;*/
  /*  list-style-type: none;*/
  /*  list-style: none;*/
  /*  position: relative;*/
  /*  margin: 0px !important;*/
  /*  left: 140px !important;*/
  /*}*/

  /*.navbar-brand {*/
  /*  height: 95px !important ;*/
    /* margin-left: 17px !important; */
  /*  margin-right: 20px !important;*/
  /*  margin-top: 8px;*/
  /*}*/

  /*.slidertextinner h4 {*/
  /*  font-size: initial !important;*/
  /*}*/

  /*.slidertextinner img {*/
  /*  margin-bottom: 17px;*/
  /*}*/

  /*.slidertextinner {*/
  /*  width: 200px !important;*/
  /*}*/

  /*.overlay_image {*/
  /*  width: 235px !important;*/
  /*  border-radius: 0px !important;*/
  /*  z-index: 0 !important;*/
  /*}*/

  /*.navbar-nav {*/
  /*  margin-left: 0px !important;*/
  /*}*/

  /*.slidertext {*/
  /*  position: absolute;*/
  /*  top: 200px !important;*/
  /*  left: 320px !important;*/
  /*}*/
  

  
  
  .eventstext h4{
    text-align:center !important;
}



.section4 {
    min-height: 410px;
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}

/*.section4 {*/
/*    min-height: 410px*/
/*    background: #a5a3a2;*/
/*    text-align: center;*/
/*    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;*/
/*    background-position: 50% 119% !important;*/
/*}*/





  
}
@media only screen and (min-width: 426px) and (max-width: 445px) {
  .section4inner{
    min-height: 369px;
  }
  .section4 {
    min-height: 369px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
   
   
.section4 {
    min-height: 366px;
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}   


.section4inner{
    height: 344px
}
    
    
 .slidertextinner h4 {
    font-size: initial !important;
  }

  

  



  /*.navbar-nav {*/
  /*  margin-left: 0px !important;*/
  /*}*/

 
}



@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    
    
   
.section4 {
    min-height: 344px;
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}   


.section4inner{
    height: 318px
}    
    
/*.socialicons{*/
/*    margin-bottom:200px;*/
/*}    */
    
    
    
  /*.navbar-light .navbar-toggler {*/
  /*  position: relative;*/
  /*  float: right;*/
    /* width: 44px; */
  /*  height: 69px;*/
  /*  margin-top: 20px;*/

  /*  background-color: #1c2747;*/
  /*  border: none;*/
  /*  border-radius: 0;*/
  /*  right: 16px;*/
  /*}*/
  
  
  /*.section4{*/
  /*    min-height: 270px !important;*/
  /*}*/
  
  
/*  ul.socialicons li a:link,*/
/*ul.socialicons li a:visited {*/
/*  padding-top: 17px;*/
/*  width: 56px;*/
/*  height:56px;*/
/*  display: block;*/
/*  color: #fff;*/
/*  background: #fff;*/
/*}*/
ul.socialicons li a:hover {
  background: #1c2747;
  transition: ease 0.5s;
}
ul.socialicons li a:hover i {
  color: #fff;
}
  
  .section4 {
  
    background: #a5a3a2;
    text-align: center;
    background: #1c2747 url(../images/backgroundimg_2.jpg) 68% 0 no-repeat;
    background-position: 50% 119% !important;
}
  
    .heading_home {
  margin: 50px 0px 22px 0px;
  line-height: 1.6;
  color: #d8c16f;
  font-weight: 700;
  font-size: 28px;
}

.heading_keertan {
    margin: 0px 0px 22px 0px;
    line-height: 1.6;
    font-weight: 700;
    font-size: 28px;
}

.mainheadline h2 {
    padding-bottom: 22px !important;
    font-weight: 700  !important;
    font-size: 28px  !important;
}

.mainheadline{
    text-align:center !important;
}

  
 
  /*.slidertext {*/
  /*  position: absolute;*/
  /*  top: 32% !important;*/
  /*  left: 400px !important;*/
  /*}*/
}

/*@media only screen and (min-width: 991px) and (max-width: 1024px) {*/
/*  .navbar-nav {*/
/*    margin-left: 0px !important;*/
/*  }*/

/*  .navbar-nav > li > a {*/
/*    margin-left: 0px !important;*/
/*  }*/
/*}*/

/* @media only screen and (min-width: 769px) and (max-width :991px){ */

/* .topsocialheader li{
    margin-left: 6px !important ;
    margin-top: 4px !important;
    
  }



  .navbar-light .navbar-toggler-icon{
    color: white !important;
    margin-left: -5px !important;
  }

  .mobile_list_item{
    text-align: center !important;
    
  }

  .topsocialheader {
    z-index: 901;
   
    top: 0px;
    list-style-type: none;
    list-style: none;
    position: relative;
    margin: 0px !important;
    left: 140px !important;
  } */

/* .navbar-brand{
  height: 95px !important ;
  margin-left: 17px !important;
  margin-right: 20px !important;
  margin-top: 8px;
 } */

/* .slidertextinner h4 {
  font-size: initial !important;
}

.slidertextinner img {
  margin-bottom: 17px;
} */

/* .slidertextinner{
    width: 200px !important;
}

.overlay_image{
  width: 235px !important;
  border-radius: 0px !important;
  z-index: 0 !important;
} */

/* .navbar-nav {
margin-left: 0px !important;
}

.slidertext{
  position: absolute;
  top: 170px !important;
  left: 275px !important;

} */

/* } */

/* @media (max-width: 767px){
.slidertext {
    margin: 35px 38px;
    width: 80%!important;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 0; 
    /* display: none;
}
} */

/* @media (min-width:375px) and (max-width :425px){ */

/* .navbar-light .navbar-toggler{
    position: relative;
    float: right;
    width: 44px;
    height: 69px;
    margin-top: 0px;
   
    background-color: #1c2747;
    border: none;
    border-radius: 0;
    right: 16px;
  }

  .topsocialheader li{
    margin-left: 6px !important ;
    margin-top: 4px !important;
    
  }



  .navbar-light .navbar-toggler-icon{
    color: white !important;
    margin-left: -5px !important;
  }

  .mobile_list_item{
    text-align: center !important;
    
  }

  .topsocialheader {
    z-index: 901;
   
    top: 0px;
    list-style-type: none;
    list-style: none;
    position: relative;
    margin: 0px !important;
    left: 20px !important;
  }

 .navbar-brand{
  height: 95px !important ;
  margin-left: 17px !important;
  margin-top: 8px;
 }

 .slidertextinner h4 {
  font-size: initial !important;
}

.slidertextinner img {
  margin-bottom: 17px;
}

.slidertextinner{
    width: 200px !important;
}

.overlay_image{
  width: 235px !important;
  border-radius: 0px !important;
  z-index: 0 !important;
}

.navbar-nav {
margin-left: 0px !important;
}

.slidertext{
  position: absolute;
  top: 170px !important;
  left: 275px !important;

} */
/* } */


/* hover effects */

.keertan_icons :hover{
opacity:0.5;
transition: ease 0.5s;
}

.gallerytab:hover{
   opacity:0.5;
transition: ease 0.5s; 
}



.youlink :hover{
  /* background: #dedede !important; */
  opacity: 0.5;
  transition: ease 0.2s;
 
}




/* .keertan_icons{
  height: 105px;
    width: 105px;
    display: block;
    margin: 0 auto 27px;

    text-align: center;
    transition: all .5s ease;
} */



/* EVENTS CSS */


.heading_upcoming{
    margin: 0px 0px 22px 0px;
    line-height: 1.6;
    color: #d8c16f;
    font-weight: 700;
    font-size: 36px;
}


.section2 p span time h4{
  color: #d8c16f !important;
}

.section2{
  padding: 0 0 88px;
  background: #1c2747;
}

.wrapper100percent{
  float: left;
  width: 100%;
  padding: 0;
}

.sectionwrapper{
  position: relative;
  float: left;
  margin-top: 1px;
  padding-bottom: 50px;
  width: 100%;
}

.eventswrapper {
  margin-bottom: -12px;
}

.mainheadline h2{
  padding-bottom: 22px;
    font-weight: 700;
    font-size: 35px;
}

.oneevent{
  position: relative;
    z-index: 100;
    float: left;
    margin-bottom: 12px;
    padding: 0 0 0 140px;
}

.eventsdate{
  left: 0;
    position: absolute;
    top: 50%;
    height: 120px;
    width: 120px;
    padding-top: 13px;
    margin-top: -70px;
    text-align: center;
    background: #fff;
    border-radius: 500px;
    transition: all .5s ease;
}

.eventstext h4, .eventstext p {
  text-align: left;
}

.oneevent h4{
  margin: 0;
    font-size: 27px;
    font-weight: 700;
}

.oneevent ul{
  width: 95%;
    float: left;
    
    padding: 5px 0 0;
    border-bottom: 1px solid #fff;
}

a.eventslink:link, a.eventslink:visited{
  float: left;
    margin-top: 7px;
    margin-bottom: 22px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}



@media (min-width: 768px){
.eventstext h4 {
    height: 40px;
    overflow: hidden;
}

}


.eventswrapper { 
  margin-bottom: 80px;
}
.oneevent { 
  position: relative;
  z-index: 100;
  float: left;
  margin-bottom: 12px;
  padding: 0 0 0 140px;
}
.oneevent ul { 
  width: 95%;
  float: left;
  margin: 0 0 12px 0;
  padding: 5px 0 0 0;
  border-bottom: 1px solid #fff;
}
.oneevent ul li { 
  float: left;
  padding-right: 12px;
  margin-right: 12px;
  font-size: 13px;
  /*border-right: 1px solid #fff;*/
  margin-top: 12px;
    margin-bottom: 10px;
  
}

.back_loc{
    width: 30px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fae07e;
    padding-top: 25px;
}

.back_loc a i{
    color:#1c2747;
}

.eventsdate p {
  color: #d8c16f !important;
}

.eventstext h4 {
  color: #d8c16f !important;
}

.list_events a{
  list-style: none;
  color: #e0c974 !important;
  margin: 17px ;
}

.list_events {
  list-style: none;
  color: #e0c974 !important;
}


.oneevent h4 { 
  margin: 0;
  font-size: 27px;
  font-weight: 700;
}
.oneevent p { 
  margin-bottom: 22px;
  width: 100%;
  float: left;
}
.eventsdate { 
  left: 0;
  position: absolute;
  top: 50%;
  height: 120px;
  width: 120px;
  padding-top: 13px;
  margin-top: -70px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 500px;
      -moz-border-radius: 500px;
           border-radius: 500px;
-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.eventsdate p {
  margin-bottom: 0;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.4;
  color: #1c2747;
}
.eventsdate p span { 
  font-weight: bold;
  font-size: 27px;
}
.oneevent:hover .eventsdate { 
  background: #1c2747;
  border: 1px solid #fff;
}
.oneevent:hover .eventsdate p { 
  color: #fff;
}
.oneevent:hover a.eventslink i { 
  margin-left: 5px;
}
a.eventslink:link, 
a.eventslink:visited { 
  float: left;
  margin-top: 7px;
  margin-bottom: 22px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-transform: uppercase;
}
a.eventslink i { 
  color:#fff;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
.eventstext a:hover { 
  /*color: #1c2747;*/
  color: #fde07e;
}
.eventstext a:hover i { 
  color: #fff;
}

.eventstext p {text-align: left;}

.eventstext h4{
  text-align: left;
}


@media (max-width: 767px) {
.eventswrapper { 
  margin-bottom: 22px;
}
.eventsdate { 
  margin-bottom: 22px;
}
}
@media (max-width: 400px) {
.oneevent { 
  padding: 0 0 40px 0;
  text-align: center;
}
.eventsdate { 
  position: relative;
  top:0;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.oneevent ul li { 
 float: none;
}
.oneevent ul { 
  width: 100%;
}
a.eventslink:link, 
a.eventslink:visited{ 
  float: none;
  margin-top: 22px;
}
.oneevent ul li { 
  margin-right: 12px;
  border-right: none;
  padding-right: 0;
  margin-right: 0;
  
  
  
}
}



/*banner css*/



.wrapper100percent {
  float: left;
  width: 100%;
  padding: 0;
}


.flexslider {
    margin: 0;
    background: #fff;
    position: relative;
    zoom: 1;
    display: block;
    height: auto;
}

ul{
    list-style: none;
    padding: 0px;
}

.flexslider .slides {
    zoom: 1;
}

.flexslider .slides>li {
  
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    margin-top: 0;
    height: auto;
}


.slidertext {
    position: absolute;
    top: 32%;
    left: 50%;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
}

@media (max-width: 767px) {
  .custom_nav {
      position: relative !important; 
    }
  .slidertext {
    margin: 35px 38px;
    width: 80% !important;
    top: 20px !important;
    left: 0!important;
    float: left;
    width: 100%;
    height: auto;
    border-radius: 0;
  }

	.whatweoffer {
	text-align: center;
	}

}

@media (max-width: 1440px) {
  .slidertext {
      position: absolute;
      top: 16% !important;
      left: 50%;
      z-index: 10;
      margin-left: -240px;
      display: block;
      padding: 12px;
    }
}

@media (min-width: 880px) and (max-width: 1080px) {
  .slidertext {
    position: absolute;
    top: 13% !important;
    left: 50% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 780px) and (max-width: 880px) {
  .slidertext {
    position: absolute;
    top: 11% !important;
    left: 50% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 680px) and (max-width: 780px) {
.slidertext {
    position: absolute;
    top: 10% !important;
    left: 41% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 580px) and (max-width: 680px) {
  .slidertext {
    position: absolute;
    top: 7% !important;
    left: 50% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 480px) and (max-width: 580px) {
  .slidertext {
      position: absolute;
      top: 6% !important;
        left: 53% !important;
      z-index: 10;
      margin-left: -240px;
      display: block;
      padding: 12px;
    }
}

@media (min-width: 180px) and (max-width: 340px) {
  .slidertext {
    position: absolute;
    top: 0% !important;
    left: 84% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 340px) and (max-width: 380px) {
  .slidertext {
    position: absolute;
    top: 1% !important;
    left: 74% !important;
    z-index: 10;
    margin-left: -240px;
    display: block;
    padding: 12px;
  }
}

@media (min-width: 380px) and (max-width: 480px) {
  .slidertext {
      position: absolute;
      top: 1% !important;
      left: 68% !important;
      z-index: 10;
      margin-left: -240px;
      display: block;
      padding: 12px;
    }
}

@media (max-width: 769px) {
  .fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
  }
}

img {
  max-width: 100%;
  padding-bottom: 0px;	
}