@charset "utf-8";

/*gallery starts//////////////*/
.gallery_page .section2
{
  padding-top: 120px;
  background-image: url(../images/page_bg.svg);
  /*height: 100%;*/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 100%;
}
.gallery_page .section2 .wrap
{
  background-color: #ffffff;
  border-radius: 15px;
  padding: 40px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}


.gallery_page .section2 .wrap figure h2 
{
font-size: 16px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    padding: 9px 17px;
    margin: 0;
    overflow: hidden;
    border-radius: 20px;
    width: 75%;
    left: 58px;
    bottom: 13%;
    transform: translateZ(100px);
}



.gallery_page .section2 .card img
{
  width: 100%;
  overflow: hidden;
    border-radius: 20px;
}

.gallery_page .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 3.25rem;
    -moz-column-gap: 3.25rem;
    column-gap: 3.25rem;
  }
.gallery_page .section2 .card
{
   /* box-shadow:0px 15px 0px -5px #f9b214, 0px 29px 0px -12px rgba(249, 178, 20, 0.32); */
    position: relative;
    
    border-radius: 25px;
    margin-bottom: 4rem;
    border: none;
    background-color: transparent;
}
.gallery_page .section2 .card>figure
{
    box-shadow: rgb(249, 178, 20) 0px 15px 0px -5px, rgba(249, 178, 20, 0.32) 0px 29px 0px -12px;
    border: 2px solid rgba(0, 0, 0, 0.09);
        border-radius: 25px;
}
.gallery_page .section2 .title
{
  color: #666666;
}

.gallery_page .hover-out,.gallery_page .hover-in
{
 
  transition: .2s ease-out;
}
.g-box{
  float: left;
  width: 100%;
}
.g-box img{
  filter: grayscale(100%);
}
.g-box a:hover img {
    filter: drop-shadow(2px 4px 6px black);
}
.g-box a{
  float: left;
  width: 100%;
}
.g-box h3 {
    color: #ffffff;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 19px;
    padding: 20px 0 40px 0;
    float: left;
    width: 100%;
}
/*gallery ends//////////////*/

/*gallery view starts//////////////*/
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
    background: #000;
}
.gallery_view_page .section2
{
  /* padding-top: 120px; */
  background-image: url(../images/page_bg.svg);
  /*height: 100%;*/
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  min-height: 100%;
}
.gallery_view_page .section2 .wrap
{
    border-radius: 15px;
    padding: 15px;
    box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.55);
        overflow: hidden;
}
.gallery_view_page .section2 .card img
{
  width: 100%;
  border-radius: 0;
  position: relative;
      z-index: 1;
  transition: all ease 0.4s;
}
.gallery_view_page .section2 .card-columns .card {
    margin-bottom: 1rem;
  border-radius: 0;
    border: none;
    overflow: none;
    transition: all ease 0.4s;
}
.gallery_view_page .section2 .card-columns .card .hvr
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.gallery_view_page .section2 .card-columns .card .hvr i
{

    color: #ffffff;
    font-size: 25px;
    right: 0;
    left: 0;
    position: absolute;
    top: 46%;
}
.gallery_view_page .section2 .card-columns .card .hvr::before
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleX(0);
    opacity: 0;
}
.gallery_view_page .section2 .card-columns .card .hvr::after
{
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    transition: 0.5s;
    transform: scaleY(0);
    opacity: 0;
}
.gallery_view_page .section2 .card-columns .card:hover .hvr::before
{
    transform: scaleX(1);
    opacity: 1;
}
.gallery_view_page .section2 .card-columns .card:hover .hvr::after
{
    transform: scaleY(1);
    opacity: 1;
}
.gallery_view_page .section2 .card-columns .card:hover
{
    background-color: #000000;
        filter: grayscale(100);
}
.gallery_view_page .section2 .card-columns .card:hover img
{
  opacity: 0.5;
}
.gallery_view_page .section2  .no_image
{
    text-align: center;
}
.gallery_view_page .section2  .no_image img
{
    opacity: 0.6;
    width: 250px;
}
.gallery_view_page .section2  .no_image h5
{
    color: #666666;
}

.new_gallery h1{
    text-align: center;
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 27px;
}









/*gallery view ends//////////////*/


@media(max-width:991px)
{


figure.effect-lexi figcaption::before 
{
    width: 230px;
    height: 230px;
    padding: 40px 55px;
    font-size: 50px;
}
.card-columns 
{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


}



@media(max-width:767px)
{
.card-columns 
{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}

figure.effect-lexi h2
{
    font-size: 16px !important;
}
.card-columns 
{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}



}









@media(min-width:1200px)
{
    .card-columns 
    {
        -webkit-column-count:4;
        -moz-column-count: 4;
        column-count: 4;
    }
}




#DLNews img{
width: 120px;
    padding-right: 10px;
}

#DLNews td{
 padding-bottom: 12px; 
}


#GrdEvents{
width: 120px;
    padding-right: 10px;
}



#GrdEvents td{
 padding-bottom: 12px; 
}


.home_gallery {
    background: #292929;
    float: left;
    width: 100%;
    padding: 50px 0;
    margin-top: 50px;
}
.home_gallery h1 {
    text-align: center;
    color: #999;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
}
.home_gallery h3 {
    background: #292929;
    padding-bottom: 0;
}





.home-page-news .item {
    background: #fff;
    float: left;
    width: 100%;
}
.home-page-news h3 {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    background: #2db2f0;
    color: #Fff;
    float: left;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    z-index: 2;
    position: relative;
    margin-left: 35px;
}
.home-page-news h4 {
    float: left;
    width: 100%;
    padding: 0 0;
    padding-bottom: 15px;
}
.home-page-news p {
    float: left;
    width: 100%;
    padding: 0 0;
    padding-bottom: 15px;
}
.home-page-news a {
    float: left;
    text-align: center;
    border: solid 1px #ccc;
    padding: 5px 30px;
    color: #fff;
}
.home-page-news a:hover {
    background: #2db2f0;
}
.n-box {
    float: left;
    width: 100%;
    color: #fff;
    background: #464646;
    margin-top: -61px;
    z-index: 1;
    padding: 80px 15px 15px 15px;
}
.scroll_table tr {
    margin: 15px 0;
    float: left;
    width: 100%;
    background: #464646;
    color: #fff;
}

.scroll_table tr a { color: #fff;
}


marquee{
    float: left;
    width: 100%;
    background: #005d89;
    color: #fff;
    padding: 10px 11px;
}
.wel-img {
    float: left;
    max-width: 310px;
}

.card h4{
    margin-top: -109px;
    float: left;
    width: 100%;
    z-index: 1000;
    position: relative;
    text-align: center;
    color: #9ac51a;
}