/*------------------------------------------*/
/*   3.4 Page Breadcrumbs Style 
/*------------------------------------------*/
.breadcrumbs-page-wrap{
    position: relative;
}
.breadcrumbs-page-wrap:before{
    content: "";
    position: absolute;
    top: -50px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    z-index: -99;
}
.breadcrumbs-page {
    background-image: url(../images/banner-1.jpg);
    background-repeat: no-repeat;
    background-position: center !important;
	background-size:cover;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    border-radius: 0;
}
.breadcrumbs-page:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
    border-radius: 0;
}
.breadcrumb-wrap {
    position: absolute;
    bottom: -25px;
    padding: 0.7rem 1.2rem;
    background: #63c0c5;
    border-radius: 4px;
}
.breadcrumbs-page .breadcrumb{
    background: transparent;
    color: #eeeeee;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    margin: 0;
    line-height: 1;
}
.breadcrumbs-page .breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
    min-height: 30px;
    align-items: center;
    font-size: 0.875rem;
    font-weight: 600;
}
.breadcrumbs-page .breadcrumb a {
    color: #FFF;
    padding: 0;
    border-radius: 0;
    position: relative;
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-item.active{
    color: #eeeeee;
    content: none;
}
.breadcrumbs-page .breadcrumb-item+.breadcrumb-item::before {
    top: 1px;
    position: relative;
    content: "\f054";
    color: #fff;
    font-size: .7rem;
    font-family: FontAwesome;
}
.breadcrumbs-page h1 {
    color: #FFF;
    text-transform: capitalize;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
    padding: 10rem 0;
}

.wide-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.wide-tb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.bg-overlay.opacity-80 {
    opacity: 0.8;
}
.bg-overlay.blue {
    background-color: #27304b;
}
.bg-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
}
img {
    max-width: 100%;
}

/* ### Event ### */
.event-wrap{
    background: #FFF;
    border-radius: 7px;
    overflow: hidden;
    margin: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);      
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}
.event-wrap .img-wrap img {
    width: 100%;
}
.event-wrap .content-wrap{
    padding: 0 2.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}
.event-wrap .content-wrap h3{
    margin-bottom: 1.5rem;
}
.event-wrap .content-wrap h3 a,
.event-wrap-single .date-wrap h3 a{
    color: #202020;
    font-size: 20px;
    font-weight: 900;
}
.event-wrap .content-wrap h3 a:hover{
    color: #f1ae44;
}
.event-wrap .date-wrap{
    margin-top: -50px;
    pointer-events: none;
    margin-bottom: 30px;
}
.event-wrap .date-box,
.event-wrap-single .date-box {
    min-width: 90px;
    min-height: 90px;
    border-radius: 7px;
    background: #63c0c5;
    color: #fff5ec;
    font-size: 1.875rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 5px;
    flex-flow: column;
    max-width: 90px;
    margin-right: 20px;
}
.event-wrap .date-box span,
.event-wrap-single .date-box span {
    display: block;
    font-size: 1rem;
    color: #000;
    padding-top: 5px;
    font-weight: 400;
}
.event-wrap .event-details {
    color: #6e7c90;
    font-size: 0.875rem;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.event-wrap .event-details svg,
.event-wrap-single .event-details svg{
    color: #D59B2D;
    margin-right: 5px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
}
.event-wrap .event-details > div:not(:last-child){
    margin-right: 15px;
}
.event-single-wrap{
    padding: 5rem 0;
}
.event-single-info{
    padding: 0 1rem 0 3rem;    
}
.event-single-info p {
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 15px;
    color: #333;
}
.event-single-wrap .container:before {
    content: '';
    width: calc(100% - 350px);
    height: calc(100% + 8rem);
    position: absolute;
    bottom: 4rem;
    left: 8.333333%;
    top: -4rem;
    background: #FFF;
    background: #FFF;
    padding: 3rem 9rem 3rem 3rem;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
}
.event-single-listing{
    border-radius: 7px;
    color: #FFF;
    padding: 2rem;
}
.event-single-listing:not(:last-child){
    margin-bottom: 60px;
}
.event-single-listing h3{
    color: #fff;
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
}
.event-single-listing ul{
    margin: 0;
}
.event-single-listing ul li {
    display: flex;
    color: #fff5ec;
    font-weight: 400;
    font-size: 0.875rem;
}
.event-single-listing ul li:not(:last-child) {
    margin-bottom: 1rem;
}
.event-single-listing ul li a{
    color: #fff5ec;    
}
.event-single-listing svg {
    font-size: 24px;
    color: #27304b;
    margin-right: 15px;
    stroke-width: 1.8px;
}

.event-wrap-single{
    background: #D9E7DB;
    border-radius: 5px;
    padding: 2rem;
}
.event-wrap-single .date-box{
    background: #FFFF;
    color: #e6ba22;
}
.event-wrap-single .date-wrap h3 a:hover{
    color: #477763;
}
.pattern-green {
    background-color: #63c0c5;
}
.pattern-orange {
    background-color: #e6ba22;
}
.event-single-listing i {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
}
.read-more-wrap{
    padding: 0 2.5rem 2.5rem 2.5rem;
}

.event-wrap-alternate{
    margin: 30px 0 0 0;
}
.event-wrap-alternate .img-wrap{
    position: relative;
}
.event-wrap-alternate .img-wrap img, 
.event-wrap-alternate .content-wrap{
    border-radius: 4px;
}
.event-wrap-alternate .date-box {
    z-index: 8;
    min-width: 90px;
    min-height: 90px;
    border-radius: 10px;
    background: #FFF;
    color: #477763;
    font-size: 1.875rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -30px;
    left: 2.5rem;
    flex-direction: column;
    font-weight: 700;
}
.event-wrap-alternate .date-box span {
    display: block;
    font-size: 1rem;
    color: #27304b;
    padding-top: 3px;
    font-weight: 700;
}
.event-wrap-alternate .content-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    display: flex;
    justify-content: flex-end;
    color: #FFF;
    flex-direction: column;
    padding: 0 2.5rem 1.5rem 2.5rem;
    background-image: -moz-linear-gradient( 90deg, rgba(39,48,75,0.85882) 3%, rgba(39,48,75,0.85) 4%, rgba(39,48,75,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(39,48,75,0.85882) 3%, rgba(39,48,75,0.85) 4%, rgba(39,48,75,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(39,48,75,0.85882) 3%, rgba(39,48,75,0.85) 4%, rgba(39,48,75,0) 100%);
      
}
.event-wrap-alternate .content-wrap h3 a{
    color: #FFF;
    font-weight: 700;
    font-size: 1.375rem;
}
.event-wrap-alternate .content-wrap h3 a:hover{
    color: #D59B2D;
}
.event-wrap-alternate .event-details{
    display: flex;
    align-items: center;
    padding-top: 7px;
    font-size: 0.875rem;
    color: #fff5ec;
}
.event-wrap-alternate .event-details svg{
    color: #D59B2D;
    margin-right: 5px;
    margin-top: -2px;
    width: 20px;
    height: 20px;
}
.event-wrap-alternate .event-details > div:not(:last-child){
    margin-right: 15px;
}
.events-single-img {
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 4rem;
}
.events-single-img img{
	width:auto;
}
.read-more-line {
    font-size: 0.8125rem;
    align-items: center;
    font-weight: 700;
	text-align: right;
	color: #e6ba22;
}
.read-more-line span{
	position: relative;
	margin-left: 0.5rem;
}
.read-more-line span:after {
    position: absolute;
    content: "";
    left: -65px;
    top: 50%;
    width: 50px;
    border-bottom: 2px solid #e6ba22;
    transform: translateY(-50%);
}
.read-more-line:hover{
	color: #63c0c5;
}


.bg-img-6 {
    background-image: url(../images/ss.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}
.bg-scroll {
    width: 100%;
    background-attachment: fixed !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.pos-rel {
    position: relative;
}
.light-mode.heading-main {
    color: #FFF;
}
.heading-main {
    color: #D59B2D;
    font-size: 2.80rem;
    position: relative;
    font-weight: 800;
    z-index: 1;
    margin-bottom: 3rem;
}
.light-mode.heading-main small {
    color: #f6f6f6;
    position: relative;
}
.heading-main small {
    color: #477763;
    font-family: 'Playfair Display', serif;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 15px;
    display: block;
    font-size: 1.2rem;
    font-weight: 600;
}
.btn {
    display: inline-flex;
    justify-content: center;
    padding: 0.719rem 1.9rem;
    font-size: 1rem;
    outline: none;
    align-items: center;
    position: relative;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
    font-weight: 800;
    overflow: hidden;
}
.btn-default, .btn-default:disabled, .btn-default:hover:disabled {
    color: #fff;
    background-color: #63c0c5;
    border-color: #63c0c5;
}
.btn-default:hover, .btn-default:hover:enabled {
    color: #fff;
    background-color: #e6ba22;
    border-color: #e6ba22            ;
}

/*--- Gallery ---*/
.img-gallery-item{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 3rem;
}   
.img-gallery-item img{
    transition: 0.4s;
    width: 100%;
}
.img-gallery-item:hover img{
    transition: 0.4s;
    transform: scale(1.04);
}
.img-gallery-item .gallery-content{
    position: absolute;
    padding: 2rem;
    height: 100%;
    width: 100%;
    color: #ffffff;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: 0.4s;
    z-index: 99;
    top: 0;
}
.img-gallery-item:hover .gallery-content{
    background-color: rgba(71, 119, 99, 0.7);
    opacity: 1;
    transition: 0.4s;
}
.img-gallery-item .gallery-content .tag span,
.img-gallery-item .gallery-content h3,
.img-gallery-item .gallery-content .img-open svg,
.img-gallery-item .gallery-content{
    transition: 0.4s;
    opacity: 0;
}
.img-gallery-item .gallery-content .tag span{
    background-color: #5A3A31;
    color: #fff5ec;
    font-size: 0.75rem;
    padding: 0.3rem 1.2rem;
    margin-bottom: 0.5rem;
    display: inline-block;
    border-radius: 50px;
    transform: translateX(-20px);
    transition-delay: 0.0s;
}
.img-gallery-item .gallery-content h3{
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1;
    margin-top: 0.2rem;
    transform: translateX(-20px);
    transition-delay: 0.1s;
}
.img-gallery-item .gallery-content .img-open{
    margin-top: auto;
    text-align: right;
    padding-bottom: 20px;
}
.img-gallery-item .gallery-content .img-open img{
    width: 36px;
    height: 36px;
    transform: translateY(20px);
    transition-delay: 0s;
}
.img-gallery-item:hover .gallery-content .tag span,
.img-gallery-item:hover .gallery-content h3,
.img-gallery-item:hover .gallery-content .img-open svg{
    transform: translateY(0px);
    opacity: 1;
}