.opacity-off{
    opacity: 1 !important;
}
.image-slider-style {
    /*position: relative;
        height: calc(100vh - 101px);*/
    position: absolute;
    height: calc(100vh - 101px);
    left: 0;
    top: 0;
}
.image-slider-style .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.image-slider-style .swiper-pagination-bullet {
    background: transparent;
    width: 100%;
    margin: 0 !important;
}
.image-slider-style .swiper-pagination {
    width: 30px !important;
    background-color: rgb(255 255 255 / 85%);
    /*right: 3.9vw;*/
    right: 0;
    left: initial !important;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    z-index: 9;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    flex: 1;
    border-radius: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
/*     font-family: PoynterOSDisp, Italic; */
    font-size: 17px;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-weight: bold;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet:after,
.image-slider-style .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: 1px;
    height: calc(50% - 10px);
    background-color: #8f8d8b;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
    top: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet:first-child:after,
.image-slider-style .swiper-pagination .swiper-pagination-bullet:last-child:before {
    width: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet:before {
    top: initial;
    bottom: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    display: block;
    border-top: 1px solid #8f8d8b;
    border-bottom: 1px solid #8f8d8b;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child span {
    border-top: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child span {
    border-bottom: 0;
}
.gallery-container {
    /*position: relative;*/
    height: calc(100vh - 100px);
}
.gallery-container .left-content {
    background-color: transparent;
    position: absolute;
    height: 100%;
    width: 500px;
    z-index: 9;
    box-sizing: border-box;
}

.left-content a, .left-content a:hover {
    background-color: #002857;
    border-color: #002857;
}
/*.gallery-slider-container {
    height: 100vh !important;
}*/
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 3px solid #8f8d8b;
    top: -3px;
    left: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 3px solid #8f8d8b;
    bottom: -3px;
    left: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet span {
    position: relative;
}
.gallery-width{
    position:static !important ;
}
.gallery-container .left-content:before {
    content: '';
    width: 1000px;
    height: 100%;
    background-color: rgb(255 255 255 / 85%);
    right: 0;
    position: absolute;
    top: -1px;
    z-index: -1;
}
.gallery-style {
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
}
.gallery-style .swiper-pagination-bullet {
    background: transparent;
    width: 100%;
    margin: 0 !important;
}
.gallery-style .swiper-pagination {
    right: 0;
    left: initial;
    display: flex;
    top: 58vw;
    height: 1;
    height: 30px;
    justify-content: center;
    align-items: center;
}
.gallery-style .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    flex: 1;
    border-radius: 0;
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    font-weight: bold;
    color: #c6401b;
}
.gallery-style .swiper-pagination .swiper-pagination-bullet:after,
.gallery-style .swiper-pagination .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    width: calc(50% - 10px);
    height: 1px;
    background-color: #8f8d8b;
    left: 0;
    margin: 0 auto;
    z-index: 0;
    top: 4px;
}
/* .gallery-style .swiper-pagination .swiper-pagination-bullet:first-child:after,
.gallery-style .swiper-pagination .swiper-pagination-bullet:last-child:before {
    width: 0;
} */
.gallery-style .swiper-pagination .swiper-pagination-bullet:before {
    right: 0;
    left: initial;
}
/* .gallery-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    display: block;
    border-top: 1px solid #8f8d8b;
    border-bottom: 1px solid #8f8d8b;
} */
.gallery-style .swiper-pagination .swiper-pagination-bullet span {
    display: inline-block;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 0 10px;
}
.gallery-style .swiper-pagination .swiper-pagination-bullet-active span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 3px solid #8f8d8b;
    top: 4px;
    right: 0;
}
.gallery-style .swiper-pagination .swiper-pagination-bullet-active span:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-right: 3px solid #8f8d8b;
    top: 4px;
    left: 0;
}
.gallery-style .swiper-button-prev,
.gallery-style .swiper-button-next {
    width: 45px;
    height: 45px;
    border-radius: 0 50px 50px 0;
    background-color: rgb(0 0 0 / 50%);
    /* margin-top: -120px; */
    left: 0;
    top: 30vw;
}
.gallery-style .swiper-button-next {
    right: 0;
    left: initial;
    border-radius: 50px 0 0 50px;
}
.mobile-tab {
    display: none;
}

.gallery-style-mobile{
    display: none;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:first-child span:before {
    border: 0;
}
.image-slider-style .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:last-child span:after {
    border: 0;
}
@media (min-width: 1025px) {
    .gallery-container .left-content {  
		padding: 3.5rem;
	}
	.gallery-container .left-content > p {
	padding-right:50px;
	}

}
@media (max-width: 1024px) {
    .gallery-container .left-content {
        width: 400px !important;
    }
	.gallery-container .left-content {  
		padding: 30px;
	}
}
@media (max-width: 860px) {
    .gallery-container .left-content {
        width: 320px!important;
    }
}
@media (max-width: 767px) {
    .gallery-style-mobile{
        display: block;
    }
    .gallery-container .left-content {
        position: static;
        width: 100%!important;
        height: auto;
    }
    .image-slider-style .swiper-wrapper {
        height: auto;
        padding: 10px 0 !important;
    }
    .image-slider-style,
    .gallery-container{
        position: relative;
        height: auto;
    }
    .gallery-container .left-content:before{
        display:none;
    }
    .image-slider-style .swiper-pagination {
        right: 10px;
    }
    .gallery-style img {
        width: 100%;
    }
    .mobile-tab {
        display: block;
    }
    .mobile-tab .nav-tabs {
        border: 0;
        display: flex;
    }
    .mobile-tab .nav-tabs .nav-item {
        flex: 1;
        text-align: center;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link {
        border: 0;
        position: relative;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link span {
        display: inline-block;
        background-color: #fff;
        position: relative;
        z-index: 1;
        padding: 0 10px;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link span svg {
        margin-top: 4px;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link.active span .cls-1 {
        stroke: #c6401b !important;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link:before,
    .mobile-tab .nav-tabs .nav-item .nav-link:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: #ccc;
        top: 20px;
        left: 0;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link.active span:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-right: 3px solid #8f8d8b;
        top: 3px;
        left: 0;
    }
    .mobile-tab .nav-tabs .nav-item .nav-link.active span:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-top: 9px solid transparent;
        border-bottom: 9px solid transparent;
        border-left: 3px solid #8f8d8b;
        top: 3px;
        right: 0;
    }
    .image-slider-style{
        display: none;
    }
	.fixed-height.tab-pane {
		height: 410px;
	}
	.fixed-height.tab-pane .lightbox {
			height: 400px;
		overflow: hidden;
	}
	.gallery-style-mobile.swiper-grid-column > .swiper-wrapper {
		flex-direction: initial;
		width: 100% !important;
	}
	.media-style .swiper-button-prev, .media-style .swiper-button-next {
		 display: flex !important;
	 }
	.gallery-style-mobile .swiper-button-next, .gallery-style-mobile .swiper-button-prev {
		width: 30px !important;
		height: 30px !important;
	}
	.gallery-style-mobile .swiper-button-next:after, .gallery-style-mobile .swiper-button-prev:after {
		width: 15px;
	}
	.gallery-style-mobile .swiper-button-next {
		border-radius: 20px 0 0 20px;
		right: -1px;
	}
	.gallery-style-mobile .swiper-button-prev {
		border-radius: 0 20px 20px 0;
		left: -1px;
	}
}
@media (max-width: 480px) {
    .gallery-style .swiper-pagination {
        top: 60vw;
    }
}


/* updated slider */
.mobile-content-swaiper{
	display: none;
}
@media (max-width: 767px){
	.custom-modal {
		height: 370px;
		width: 100%;
		z-index: 999999;
		background-color: #fff;
	}
	.custom-modal:before {
		content: '';
		position: absolute;
		background-color: #fff;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.custom-modal .swiper-pagination-bullet {
		background-color: transparent;
	}
	.desktop-content-swaiper{
		display: none;
	}
	.mobile-content-swaiper{
		display: block;
	}
	.custom-modal .swiper-wrapper .swiper-slide {
		padding: 0 40px;
		display: flex;
		flex-direction: column;
	}
	.custom-modal .swiper-wrapper .swiper-slide img {
		height: 330px;
		object-fit: cover;
	}
	.custom-modal .swiper {
		height: 100%;
	}
	.custom-modal .swiper-button-next:after, .custom-modal .swiper-button-prev:after {
		background-image: none !important;
		font-family: initial;
		text-indent: -100px;
		overflow: hidden;
	}
	.custom-modal .swiper-button-next, .custom-modal .swiper-button-prev {
		top: 50%;
        width: 30px !important;
        height: 30px !important;
        background-color: rgb(0 0 0 / 50%);
        transform: translateY(-50%);
        margin-top: -30px !important;
	}
	.custom-modal .swiper-button-next:hover, .custom-modal .swiper-button-prev:hover{
		background-color: var(--awb-color5) !important;
	}
	.custom-modal .swiper-button-next:after, .custom-modal .swiper-button-prev:after {
		width: 15px;
	}
	.custom-modal .swiper-button-next {
		border-radius: 20px 0 0 20px;
		right: -1px;
	}
	.custom-modal .swiper-button-prev {
		border-radius: 0 20px 20px 0;
		left: -1px;
	}
	.custom-modal .swiper-button-next:after, .custom-modal .swiper-button-prev:after {
		background-image: none !important;
		font-family: initial;
		text-indent: -100px;
		overflow: hidden;
		width: 0px;
		height: 0px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.custom-modal .swiper-button-next:before, .custom-modal .swiper-button-prev:before {
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.custom-modal .swiper-button-prev:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-right: 6px solid #7f7f7f;
		right: 6px;
		z-index: 9;
	}
	.custom-modal .swiper-button-prev:after {
		border-right: 20px solid var(--awb-color1);
		right: 6px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
	.custom-modal .swiper-button-next:before {
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		border-left: 6px solid #7f7f7f;
		left: 7px;
		z-index: 9;
	}
	.custom-modal .swiper-button-next:after {
		border-left: 20px solid var(--awb-color1);
		left: 7px;
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
	}
	.custom-modal .swiper-button-next:hover:before{
		border-left: 6px solid var(--awb-color5);
	}
	.custom-modal .swiper-button-prev:hover:before {
		border-right: 6px solid var(--awb-color5);
	}
	.custom-modal .swiper-button-next.swiper-button-disabled, .custom-modal .swiper-button-prev.swiper-button-disabled{
		opacity: 0;
	}
	.custom-modal .swiper-wrapper .swiper-slide .site-title-block {
        margin-top: 40px;
        height: 70px;
    }
	.custom-modal .swiper-wrapper .swiper-slide .site-title-block p {
		height: 55px;
		overflow: auto;
		display: block;
	}
	.custom-modal .swiper-pagination-bullets {
		bottom: 35px !important;
		display: flex;
		position: relative;
		justify-content: space-around;
	}
	.custom-modal .swiper-pagination-bullets:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 1px;
		background-color: #8f8d8b;
		left: 0;
		margin: 0 auto;
		z-index: 0;
		top: 14px;
	}
	.custom-modal .swiper-pagination-bullets .swiper-pagination-bullet {
		position: relative;
		text-align: center;
		padding-bottom: 0;
		opacity: 1;
		background-color: #fff;
		width: 30px;
		height: 30px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.custom-modal .swiper-pagination-bullets .swiper-pagination-bullet-active:after, .custom-modal .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
		content: '';
		position: absolute;	
		width: 0;
		height: 0;
		border-top: 9px solid transparent;
		border-bottom: 9px solid transparent;
		border-right: 3px solid #A3C1D1;
		top: 5px;
		left: 0;
	}
	.custom-modal .swiper-pagination-bullets .swiper-pagination-bullet-active:after{
		border-left: 3px solid #A3C1D1;
        right: 0;
        left: initial;
        border-right: 0;
	}
}