/*************** Media Center Start *********************/

/* Media Center */

.media-center-inner, section.media-center-inner {
    padding: 50px 0px;
}

.media-center-col {
    margin-bottom: 20px;
}

.mediacenter-card-main {
    padding: 25px 15px 15px;
    background: #fff;
    /* box-shadow: 0 30px 30px -25px rgb(195 195 195 / 25%); */
    text-align: center;
    display: block;
    overflow: hidden;
    border: 1px solid #F1A400a6;
    text-align: center;
    height: 100%;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    transition: all 1s ease !important;
    box-shadow: 0px 3px 0px 0px #F1A400;
}

.mediacenter-icon {
    margin: 20px 0px;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    color: #fff !important;
    background-color: #F1A400 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #F1A400;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 2rem;
}

.mediacenter-card-main:hover .mediacenter-icon {
    background-color: #fff !important;
}

.mediacenter-icon i {
    font-size: 45px;
    color: #fff;
}

.mediacenter-heading {
    padding-top: 25px;
}

.mediacenter-heading h4 {
    font-size: 24px;
    color: #000;
}

.mediacenter-card-main:hover {
    background: #F1A400;
    text-decoration: none;
    transition: all 1 ease !important;
}

.mediacenter-card-main:hover .mediacenter-icon i {
    color: #F1A400;
}

.mediacenter-card-main:hover .mediacenter-heading h4 {
    color: #fff;
    text-decoration: none;
}

/* End Media center */ 
.page-content {
    width: 100%;
    height: auto;
    float: left;
    min-height: 400px;
    margin-bottom: 40px;
    color: #000000;
}


.content {
    margin: 0 auto;
    max-width: 100%;
}

.grid {
    position: relative;
    margin: 0 auto;
    padding: 1em 0 4em;
    max-width: 100%;
    list-style: none;
    text-align: center;
}

.content .grid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
}


.grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    min-width: 320px;
    max-width: 480px;
    max-height: 275px;
    /* max-height: 360px; */
    width: 48%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.grid figure figcaption>a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 29px;
}

.grid figure h2 span {
    font-weight: 800;
}

.grid figure h2,
.grid figure p {
    margin: 0;
}

.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}
 
.main .container-gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
    justify-content: center; 
    margin-top: 20px;
}

.main .card {
    background: #ffffff;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24); */
    color: #333333;
    border-radius: 2px;
}

.main .card-image {
    background: #ffffff;
    display: block;
    /*padding-top: 70%;*/
    padding-top: 61%;
    position: relative;
    width: 100%;
}

.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-gallery .card {
    margin-bottom: 0px;
        border: 1px solid #F1A400;
} 
.hover11 figure img {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover11 figure:hover img {
    opacity: .8;
} 
/* Video Gallery */
.video-icon-wrap {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    top: 39%;
}

.play-video-btn i.far.fa-play-circle {
    line-height: inherit;
    padding-top: 1px;
}

.main .video-icon-wrap img {
    width: 64px;
} 
/* Downloads */

.download-wrapper {
    width: 100%;
    border: 1px solid #F1A400;
    padding: 5px;
    display: flex;
    flex-wrap: wrap; 
    margin-bottom: 30px;
    border-radius: 5px;
    cursor: pointer;
}

.download-wrapper span {
    width: 20%;
    padding: 5px;
} 
.download-wrapper p {
    width: 80%;
    font-weight: normal;
    padding-left: 10px;
    line-height: 18px;
    display: flex; 
    color: #000;
    align-items: center;
    font-size: 18px;
    margin-bottom: 0px;
    /* font-weight: 600; */
} 
/* Downloads End */      
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
} 
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}  
.rslides:before {
    content: "";
    display: block;
    width: 540px;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100%;
    padding-bottom: 31.25%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}   
/* LATEST NEWS END */  
.rslides_nav {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-out;
}  
/*------ Photo Gallery Start ------*/ 
.center-media-main-lst {
    margin: 0px auto 30px;
}

.snip1273 {
    font-family: 'Open Sans', sans-serif;
    position: relative;
    float: left;
    margin: 0;
    width: 100%;
    color: #ffffff;
    text-align: left;
    background-color: #000000;
    font-size: 16px;
}

.snip1273 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
} 
.snip1273 img {
    position: relative;
    max-width: 100%;
    vertical-align: top;
    width: 100%;
}

.snip1273 figcaption {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    padding: 20px 30px;
}

.snip1273 figcaption:before,
.snip1273 figcaption:after {
    width: 1px;
    height: 0;
}

.snip1273 figcaption:before {
    right: 0;
    top: 0;
}

.snip1273 figcaption:after {
    left: 0;
    bottom: 0;
}

.snip1273 h4,
.snip1273 p {
    line-height: 1.5em;
    color: #fff;
    font-size: 22px;
} 
.snip1273 h3 {
    margin: 0 0 5px;
    font-weight: 700;
    text-transform: uppercase;
} 
.snip1273 p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
} 
.snip1273 a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}

.snip1273:before,
.snip1273:after,
.snip1273 figcaption:before,
.snip1273 figcaption:after {
    position: absolute;
    content: '';
    background-color: #238ac9;
    z-index: 1;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0.8;
}

.snip1273:before,
.snip1273:after {
    height: 1px;
    width: 0%;
}

.snip1273:before {
    top: 0;
    left: 0;
}

.snip1273:after {
    bottom: 0;
    right: 0;
}

.snip1273:hover img,
.snip1273.hover img {
    opacity: 0.4;
}

.snip1273:hover figcaption,
.snip1273.hover figcaption {
    opacity: 1;
}

.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
    height: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after {
    width: 100%;
}

.snip1273:hover:before,
.snip1273.hover:before,
.snip1273:hover:after,
.snip1273.hover:after,
.snip1273:hover figcaption:before,
.snip1273.hover figcaption:before,
.snip1273:hover figcaption:after,
.snip1273.hover figcaption:after {
    opacity: 0.9;
}

/*------ Photo Gallery End ------*/ 
/* Latest News start */

figure.snip1208 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #000000;
    text-align: left;
    font-size: 16px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}

figure.snip1208 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

figure.snip1208 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

figure.snip1208 figcaption {
    padding: 15px 15px;
    position: relative;
}

figure.snip1208 .date,
figure.snip1208 i {
    background-color: #F1A400;
    top: 25px;
    color: #fff;
    left: 25px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
}

figure.snip1208 .date {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

figure.snip1208 .date span {
    display: block;
    line-height: 30px;
}

figure.snip1208 .date .month {
    font-size: 14px; 
}
figure.snip1208 .date .day{
    background: #1f4679;
}
figure.snip1208 i {
    line-height: 60px;
    font-size: 30px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

figure.snip1208 h4,
figure.snip1208 p {
    margin: 0;
    padding: 0;
}

figure.snip1208 h4 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    color: #F1A400;
    font-size: 20px;
    text-transform: uppercase; 
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

figure.snip1208 p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 84px;
    max-height: 84px;
    overflow: hidden;
}

figure.snip1208 button {
    padding: 4px 18px;
    background: #F1A400;
    color: #fff;
    border: 1px solid #F1A400;
    border-radius: 4px;
    text-transform: capitalize;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
}

figure.snip1208 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

figure.snip1208:hover img,
figure.snip1208.hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
} 
figure.snip1208:hover button,
figure.snip1208.hover button {
    background-color: #000;
} 
.news-details-item .news-details-info {
    padding: 15px 15px 15px 0px;

} 
.news-details-item .news-details-info .news-details-title {
    font-weight: 500;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.news-details-img-sec img {
    width: 100%;
}

.news-details-item {
    border-radius: 2px;
    margin-bottom: 40px;
    border: 1px solid #cfcac9a6;
    position: relative;
}

.news-details-date {
    margin-bottom: 20px;
}

.news-details-date .date {
    display: inline-block;
    border-radius: 3px 0 0 3px;
    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    background: #1f4679;
    float: left;
    font-family: 'Open Sans', sans-serif;
}
.news-details-img-sec{
    margin-bottom: 0px;
}
.news-details-date .month {
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    background: #F1A400;
    font-family: 'Open Sans', sans-serif;
}

.entry-content.editor-content img {
    margin-right: 20px;
}

.entry-content.editor-content h4 {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: #333;
    font-size: 22px;
    text-transform: capitalize;
    font-family: 'Barlow', sans-serif !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media (max-width: 991px) {
    .news-details-info {
        padding-left: 15px !important;
    }
}

@media(max-width: 720px) {
    .main .container-gallery {
        display: block;
    }

    .main .container-gallery .card{
        margin-bottom: 25px;
    }
}
.trip_outer_content{
    margin-bottom: 30px;
}
/* Latest News End */

.grid-img-content{
    padding: 10px 15px!important; 
    text-align: center; 
        position: inherit!important;
            background: #fff !important;
}
.grid-img-content h4{
    font-size: 14px;
    margin-bottom: 10px;
    color: #F1A400;
}
.border-theme{
    border: 1px solid #F1A400;
}
.position-inherit{
    position: inherit!important;
}
.btn-media-centers{
    font-size: 14px;
    background: #F1A400;
    border: none;
    padding: 6px 10px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
}
.img-effect-hover:after,
.img-effect-hover:before {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.img-effect-hover:after,
.img-effect-hover:before {
    content: "";
}
.img-effect-hover {
    overflow: hidden;
}
.gallery-img-hover::before {
    position: absolute;
    top: 0;
    left: -83%;
    z-index: 2;
    display: block;
    content: '';
    opacity: 0!important;
    width: 50%!important;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.img-effect-hover:after {
    background: rgba(255, 255, 255, 0.3);
    top: 0;
    left: 170%;
    opacity: 1;
    z-index: 1;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.img-effect-hover:hover:before {
    opacity: 1;
}

.img-effect-hover:hover:after {
    left: -170%;
}

.img-effect-hover img {
    width: 100%;
    height: auto;
}
.img-effect-hover{
    height: 100%;
    position: relative;
    overflow: hidden;
}
.video-gallery-details-img{
    height: 100%;
}
.video-gallery-details-img img{
    width: 100%;
}
.video-gallery-details-img figure {
    margin-bottom: 0px; 
    height: 100%;
}
.videos-title-sec{
    padding: 10px 15px !important; 
    text-align: center;
}
.videos-title-sec h4{ 
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}
.play-video-btn{
    font-size: 14px;
    background: #F1A400;
    border: none;
    padding: 6px 10px;
    color: #fff;
    border-radius: 6px;
    display: inline-block;
}
.play-video-btn:hover {
    background: #000;
    color: #fff;
}
.albumdetails-img-sec{
    margin-bottom: 0px;
}
.albumdetails-img-sec img{
    width: 100%;
}
/*************** Media Center End *********************/ 