/** Start Banner css **/

.raffles-banner-img-wrap {
    background: #F9F5EB;
    min-height: 300px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.raffles-banner-img-inner {
    max-width: 1270px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    z-index: 5;
	-webkit-animation: fadeInBottom 0.7s both 0.7s;
    animation: fadeInBottom 0.7s both 0.7s;
}
.raffles-banner-img-inner .raffles-breadcrumbs a {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: Figtree;
    text-transform: uppercase;
    font-weight: 400;
    text-decoration: underline;
	display: inline-block;
    margin-bottom: 3px;
}
.raffles-banner-img-inner .raffles-breadcrumbs a:hover {
    color: #ea2531;
}
.raffles-banner-img-inner .raffles-breadcrumbs {
    color: #CCCCCC;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: Figtree;
    text-transform: uppercase;
    font-weight: 400;
}
.raffles-banner-img-inner .raffles-breadcrumbs span.separator {
	padding: 0 20px;
    color: #FFFFFF;
}
.raffles-banner-img-wrap .raffles-banner-page-title {
    color: #FFFFFF;
    font-size: 2em;
    letter-spacing: 0px;
    line-height: 1.5em;
    font-family: Figtree;
    margin: 0;
    padding-top: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.raffles-banner-img-inner p.raffles-banner-description {
    margin-bottom: 0;
    margin-top: 12px;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: Figtree;
    max-width: 475px;
    font-weight: 400;
}
.raffles-banner-img-wrap:before {
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: #000000;
    opacity: 0.4;
}

/** End Banner css **/


/** Articles Archive Page css **/

.raffles-articles-template-main-wrp .raffles-articles-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
	-webkit-animation: fadeInBottom 1.25s both 1.25s;
    animation: fadeInBottom 1.25s both 1.25s;
}
.raffles-articles-template-main-wrp .raffles-articles-upper .articles-sorting {
    position: relative;
    width: 100%;
    max-width: 194px;
	display: flex;
    align-items: center;
}
.raffles-articles-template-main-wrp .raffles-articles-upper .articles-sorting select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 13px 30px 13px 30px;
    color: #000000;
    font-family: 'Figtree';
    background: #F0F0F0;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.32px;
    text-transform: capitalize;
	font-weight: 500;
}
.raffles-articles-template-main-wrp .raffles-articles-upper .articles-sorting:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 30px;
    line-height: 50px;
    font-size: 1em;
    color: #000000;
    pointer-events: none;
    top: 53%;
    transform: translate(0, -50%);
}
.raffles-articles-archive-main-wrp {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 10px;
	-webkit-animation: fadeInBottom 1.25s both 1.25s;
    animation: fadeInBottom 1.25s both 1.25s;
}
.raffles-articles-archive-loop .raffles-articles-feature-image a {
    line-height: 0;
    display: inline-block;
}
.raffles-articles-archive-loop .raffles-articles-feature-image  {
    line-height: 0;
	position:relative;
}
.raffles-articles-archive-loop .raffles-articles-feature-image .raffles-articles-cat-wrp {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
}
.raffles-articles-archive-loop .raffles-articles-feature-image .raffles-articles-cat {
    border-radius: 5px;
    background: #ffffff4d;
    padding: 5px 12px;
    margin: 0;
    color: #FFFFFF;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    text-transform: capitalize;
    font-weight: 400;
	margin-bottom: 5px;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop {
    width: 100%;
    max-width: calc(33.33% - 20px);
    margin: 0 10px 20px 10px;
    background: #FFFFFF;
	position: relative;
	border-radius: 18px;
	-webkit-border-radius: 18px;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop:hover {
    box-shadow: 0 4px 32px #00000029;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop:hover:before {
    opacity: 0;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop:hover .raffles-articles-content-box .raffles-articles-title a {
    text-decoration: underline;
}
.raffles-articles-archive-loop:hover .raffles-articles-read-more a span {
    text-decoration: underline;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop .raffles-articles-feature-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1.504;
    border-radius: 18px 18px 0 0;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop .raffles-articles-content-box {
    padding: 30px;
    border-radius: 0 0 18px 18px;
    border-top: 0;	
    position: relative;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop .raffles-articles-content-box .raffles-articles-title {
    margin-bottom: 30px;
}
.raffles-articles-archive-main-wrp .raffles-articles-archive-loop .raffles-articles-content-box .raffles-articles-title a {
    color: #000000;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Figtree';
    text-decoration: none;
    font-weight: 500;
}
.raffles-articles-content-box .raffles-articles-date-wrp {
    color: #999999;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 400;
    margin-bottom: 10px;
}
.raffles-articles-read-more a {
    color: #EA2531;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 500;
    display: inline-flex !important;
    align-items: center;
    justify-content: start;
}
.raffles-articles-read-more a i {
    margin-left: 10px;
	font-size: 18px;
}
.raffles-pagination {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
	-webkit-animation: fadeInBottom 2s both 2s;
    animation: fadeInBottom 2s both 2s;
}
.raffles-pagination .page-numbers {
    height: 50px;
    width: 50px;
    display: inline-block;
    font-size: 1em;
    line-height: 50px;
    letter-spacing: 0px;
    font-family: 'Figtree';
	font-weight: 400;
    background: transparent;
    border: 1px solid transparent;
    color: #000000;
    margin: 0px 5px;
    border-radius: 5px;
}
.raffles-pagination .page-numbers:hover {
    border: 1px solid #EA2531;
    color: #EA2531;
}
.raffles-pagination .page-numbers.current {
	background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
	border: 1px solid transparent;
    color: #FFFFFF;
}
.raffles-pagination a.prev {
    margin-left: 0;
    border: 1px solid #EA2531;
    color: #EA2531 !important;
    font-size: 22px;
    float: left;
}
.raffles-pagination a.next {
    margin-right: 0;
    color: #FFFFFF !important;
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    font-size: 22px;
    float: right;
}
.raffles-pagination a.prev:hover {
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    color: #FFFFFF !important;
    border: 1px solid transparent;
}
.raffles-pagination a.prev.page-numbers.disable, 
.raffles-pagination a.next.page-numbers.disable {
    color: #FFFFFF !important;
    background: #CCCCCC;
    border-color: #CCCCCC;
}
.articles-loader {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.raffles-articles-template-main-wrp .raffles-articles-archive-main-wrp .raffles-articles-no-post-found {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Figtree';
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0px 0 20px 0;
}
.raffles-articles-template-main-wrp .articles-loader {
    text-align: center;
}
.raffles-articles-template-main-wrp .articles-loader img {
    max-width: 400px;
}
.raffles-cat-template-main-wrp {
    margin: 80px auto;
}

/** End Articles Archive Page css **/


/** Start Articles Details page css **/

.raffles-articles-single-content .raffles-articles-back-btn {
    width: 100%;
    max-width: 1268px;
    padding: 0 50px;
    margin: 30px auto 30px auto;
    -webkit-animation: fadeInBottom 0.7s both 0.7s;
    animation: fadeInBottom 0.7s both 0.7s;
}
.raffles-single-articles-main {
    max-width: 1070px;
    padding: 0 50px;
    padding-bottom: 80px !important;
    margin: 0 auto;
}
.raffles-articles-single-content .raffles-articles-back-btn a {
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0px;
    color: #EA2531 !important;
    text-decoration: none !important;
    text-transform: capitalize;
    font-family: 'Figtree';
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.raffles-articles-back-btn a:hover span {
    text-decoration: underline;
}
.raffles-articles-back-btn i {
    padding-right: 10px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
}
.raffles-articles-date-social-main .raffles-articles-date-wrp {
    color: #999999;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 400;
}
.raffles-single-articles-title .raffles-articles-title {
    color: #000000;
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0px;
    font-family: 'Figtree';
    font-weight: normal;
    margin: 0;
	padding-bottom: 20px;
	-webkit-animation: fadeInBottom 0.7s both 0.7s;
    animation: fadeInBottom 0.7s both 0.7s;
}
.raffles-articles-date-social-main {
    display: flex;
	flex-wrap: wrap;
    justify-content: start;
	margin-bottom: 15px;
	align-items: center;
	-webkit-animation: fadeInBottom 0.7s both 0.7s;
    animation: fadeInBottom 0.7s both 0.7s;
}
.raffles-single-cat-wrp .raffles-single-articles-cat {
    border-radius: 5px;
    background: #ea25311a;
    padding: 5px 20px;
    margin: 0;
    color: #EA2531;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    text-transform: capitalize;
    font-weight: 400;
    margin-right: 15px;
    display: inline-block;
}
.raffles-single-articles-content {
    margin: 0 -10px;
	padding-top:40px;
	-webkit-animation: fadeInBottom 1s both 1s;
    animation: fadeInBottom 1s both 1s;
}
.single-articles-content p {
    color: #656E67;
    font-size: 15px;
    line-height: 22.5px;
    letter-spacing: 0px;
    font-family: 'Montserrat-Medium';
}
.raffles-single-articles-social-icon {
    display: flex;
    align-items: center;
    font-family: 'Figtree';
    font-size: 14px;
    color: #000000;
    line-height: 21px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-top: 20px;
}
.raffles-articles-blog-inner .raffles-single-articles-feature-image img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
	max-height: 100%;
    border-radius: 18px;	
}
.raffles-single-articles-feature-image {
    line-height: 0;
	-webkit-animation: fadeInBottom 0.9s both 0.9s;
    animation: fadeInBottom 0.9s both 0.9s;
}
.raffles-single-prev-next-pagination {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-top: 50px;
	-webkit-animation: fadeInBottom 1s both 1s;
    animation: fadeInBottom 1s both 1s;
}
.raffles-single-prev-next-pagination .raffles-nav-previous {
    margin-right: 15px;
    text-align: left;
    display: inline-flex;
    align-items: center;
}
.raffles-single-prev-next-pagination .raffles-nav-previous > a ,
.raffles-single-prev-next-pagination .raffles-nav-next > a {
    color: #EA2531;
    font-size: 16px;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 1px solid #EA2531;
    justify-content: center;
}
.raffles-single-prev-next-pagination .raffles-nav-previous > a i {
    font-size: 20px;
}
.raffles-single-prev-next-pagination .raffles-nav-next > a i {
    font-size: 20px;
}
.raffles-single-prev-next-pagination .raffles-nav-previous:hover > a,
.raffles-single-prev-next-pagination .raffles-nav-next:hover > a {
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    border: 1px solid transparent;
    color: #FFFFFF;
}
.raffles-single-prev-next-pagination .raffles-nav-previous:hover .post-title a, 
.raffles-single-prev-next-pagination .raffles-nav-next:hover .post-title a {
    text-decoration: underline;
}
.raffles-single-prev-next-pagination .raffles-nav-previous .post-title,
.raffles-single-prev-next-pagination .raffles-nav-previous .post-title a,
.raffles-single-prev-next-pagination .raffles-nav-next .post-title,
.raffles-single-prev-next-pagination .raffles-nav-next .post-title a{
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    font-family: 'Figtree';
    margin: 0;
    max-width: 316px;
    font-weight: 500;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.raffles-single-prev-next-pagination .raffles-nav-previous .post-title a,
.raffles-single-prev-next-pagination .raffles-nav-next .post-title a {
    color: #000000;
    outline: none;
    text-decoration: none;
    font-weight: 500;
}
.raffles-single-prev-next-pagination .raffles-nav-next {
    text-align: right;
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
}
.raffles-single-prev-next-pagination .raffles-nav-next > a {
    margin-left: 10px;
}
.raffles-single-prev-next-pagination .raffles-nav-previous > a {
    margin-right: 10px;
}
.raffles-single-prev-next-pagination .raffles-nav-previous > a.disable, 
.raffles-single-prev-next-pagination .raffles-nav-next > a.disable {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #FFFFFF;
    pointer-events: none;
}
.raffles-single-prev-next-pagination .raffles-nav-previous .post-title a.disable, 
.raffles-single-prev-next-pagination .raffles-nav-next .post-title a.disable {
    pointer-events: none;
    text-decoration: none !important;
}

/** End Articles Details page css **/


/** Start latest Articles slider css **/

.raffles-articles-slider-main-wrp {
    overflow: hidden;
}
.raffles-articles-slider-main-wrp .raffles-articles-slider-wrp {
    position: relative;
    display: flex;
    margin: 0 -10px;
}
.raffles-articles-slider-main-wrp .raffles-articles-slider-wrp .raffles-articles-slider {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
}
.raffles-articles-slider.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.raffles-articles-slider-main-wrp .raffles-articles-slider-wrp .raffles-articles-slider .raffles-articles-slider-loop-wrp {
    padding: 0 10px 30px 10px;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop {
    background: #FFFFFF;
    position: relative;
    border-radius: 18px;
	-webkit-border-radius: 18px;
	height: 100%;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1.504;
    border-radius: 18px 18px 0 0;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop:hover {
	box-shadow: 0 4px 10px #00000029;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 18px;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop:hover:before {
    opacity: 0;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop .raffles-articles-content-box {
    padding: 30px;
    border-radius: 0 0 18px 18px;
    border-top: 0;	
    position: relative;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop .raffles-articles-content-box .raffles-articles-title {
    margin-bottom: 30px;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop .raffles-articles-content-box .raffles-articles-title a {
    color: #000000;
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-family: 'Figtree';
    text-decoration: none;
    font-weight: 500;
}
.raffles-articles-slider-loop-wrp .raffles-articles-archive-loop:hover .raffles-articles-content-box .raffles-articles-title a {
    text-decoration: underline;
}
.raffles-articles-slider-wrp .swiper-scrollbar {
    background: #cccccc;
    display: none;
}
.raffles-articles-slider-wrp .swiper-scrollbar .swiper-scrollbar-drag {
    background: #EA2531;
    cursor: pointer;
}
.raffles-articles-next-prev .swiper-button-prev, 
.raffles-articles-next-prev .swiper-button-next {
    opacity: 1 !important;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #EA2531;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #EA2531;
    font-size: 22px;
	transform: translate(0, -50%);
}
.raffles-articles-next-prev .swiper-button-prev:before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.raffles-articles-next-prev .swiper-button-next:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.raffles-articles-next-prev .swiper-button-prev.swiper-button-disabled,
.raffles-articles-next-prev .swiper-button-next.swiper-button-disabled {
    color: #FFFFFF !important;
    background: #CCCCCC;
    border-color: #CCCCCC;
}
.raffles-articles-next-prev .swiper-button-prev:hover, 
.raffles-articles-next-prev .swiper-button-next:hover {
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    border: 1px solid transparent;
    color: #FFFFFF;
}

/** End latest Articles slider css **/


/** Start Home Slider widget css **/

.raffles-home-slider-container {
    max-width: 100%;
    margin: auto;
    min-height: 550px;
    display: flex;
    align-items: flex-end;
    position: relative;
    padding: 0 50px 50px;
}
.raffles-home-slider-main {
    margin-bottom: 0 !important;
}
.raffles-home-slider-img-wrap {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.raffles-home-slider-img-wrap:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background: #000000;
    opacity: 0.4;
	z-index: 1;
}
.raffles-home-slider-inner {
    max-width: 561px;
	z-index: 2;
}
.raffles-home-slider-inner .raffles-home-slider-sub-title {
    color: #CCCCCC;
    font-size: 0.875em;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: 'Figtree';
    text-transform: capitalize;
    margin: 0;
    font-weight: 400;
    font-style: italic;
    display: inline-flex;
    align-items: center;
}
.raffles-home-slider-inner .raffles-home-slider-sub-title > img {
    margin-left: 15px;
}
.raffles-home-slider-inner .raffles-home-slider-title {
    color: #FFFFFF;
    font-size: 2.625em;
    letter-spacing: 0;
    line-height: 1.3em;
    font-family: 'Figtree';
    margin-bottom: 30px;
    text-transform: initial;
    margin-top: 10px;
    font-weight: 600;	
}
.raffles-home-slider-inner .raffles-home-slider-title span {
    font-weight: 300;
}
.raffles-home-slider-inner .raffles-home-slider-content {
    color: #FFFFFF;
    font-size: 1.2em;
    letter-spacing: 0;
    line-height: 1.5em;
    font-family: 'Montserrat-Medium';
    font-weight: normal;
    margin-bottom: 40px;
}
.raffles-home-slider-btn-wrp .raffles-home-slider-btn-link {
    background: transparent;
    color: #FFFFFF !important;
    font-size: 1em;
    letter-spacing: 0px;
    line-height: 1.5em;
    font-family: 'Figtree';
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 26px;
    display: inline-flex;
    border: 1px solid #FFF;
    border-radius: 8px;
    align-items: center;
}
.raffles-home-slider-btn-link:hover {
    background: #ffffff4d;
    color: #FFFFFF !important;
    border: 1px solid transparent;
}
.raffles-home-slider-btn-link:focus {
    outline: none;
}
.raffles-home-slider-btn-wrp .raffles-home-slider-btn-link i {
    font-size: 18px;
    margin-left: 10px;
}
.raffles-home-slider-main button.slick-arrow {
    opacity: 1;
    border-radius: 5px;
    background: transparent !important;
    color: transparent !important;
    outline: none !important;
    border: 1px solid #FFFFFF;
    padding: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translate(0, 0);
    font-size: 0;
    line-height: 0;
	-webkit-animation: fadeInRight 0.7s both 0.7s;
    animation: fadeInRight 0.7s both 0.7s;
}
.raffles-home-slider-main button.slick-prev:before {
    color: #FFFFFF;
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 22px;
}
.raffles-home-slider-main button.slick-next:before {
    color: #FFFFFF;
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    font-size: 22px;
}
.raffles-home-slider-main button.slick-prev {
    top: unset;
    bottom: 110px;
    left: unset;
    right: 50px;
}
.raffles-home-slider-main button.slick-next {
    top: unset;
    bottom: 50px;
    right: 50px;
}
.raffles-home-slider-main button.slick-arrow:hover {
    background: #ffffff4d !important;
    border: 1px solid transparent;
}
.raffles-home-slider-main button.slick-arrow:hover:before {
    color: #FFFFFF;
}
.raffles-home-slider-repeater-main .slick-dots {
    margin-bottom: 20px;
    bottom: 0;
}
.raffles-home-slider-repeater-main .slick-dots li button {
    background: #FFF !important;
    opacity: 1;
    border-radius: 0;
    width: 12px!important;
    height: 2px!important;
    margin: 0 auto;
    padding: 0 !important;
}
.raffles-home-slider-repeater-main .slick-dots li.slick-active button {
	background: #ffffff4d !important;
    width: 22px!important;
}
.raffles-home-slider-repeater-main .slick-dots li button:before {
	display:none;
}
.raffles-home-slider-repeater-main {
    position: relative;
}
.raffles-home-slider-repeater-main .slick-dots li {
    width: auto !important;
    height: auto !important;
}
.slick-active .raffles-home-slider-inner {
    -webkit-animation: fadeInLeft 0.7s both 0.7s;
    animation: fadeInLeft 0.7s both 0.7s;
}

.rit-home-slider-video-wrp {
    overflow: hidden;
}
.rit-home-slider-video-wrp video {
    width: 100% !important;
    max-width: unset !important;
    height: auto;
    min-height: -webkit-fill-available !important;
    min-width: -webkit-fill-available !important;
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    /*z-index: 2;*/
}

/** End Home Slider widget css **/


/** Start Services Archive page css **/

.raffles-services-template-main-wrp .raffles-services-upper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
	-webkit-animation: fadeInBottom 1.25s both 1.25s;
    animation: fadeInBottom 1.25s both 1.25s;
}
.raffles-services-template-main-wrp .raffles-services-upper .services-sorting {
    position: relative;
    width: 100%;
    max-width: 194px;
	display: flex;
    align-items: center;
}
.raffles-services-template-main-wrp .raffles-services-upper .services-sorting select {
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 8px;
    cursor: pointer;
    padding: 13px 30px 13px 30px;
    color: #000000;
    font-family: 'Figtree';
    background: #F0F0F0;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.32px;
    text-transform: capitalize;
	font-weight: 500;
}
.raffles-services-template-main-wrp .raffles-services-upper .services-sorting:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    right: 30px;
    line-height: 50px;
    font-size: 1em;
    color: #000000;
    pointer-events: none;
    top: 53%;
    transform: translate(0, -50%);
}
.raffles-services-archive-main-wrp {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
	padding-bottom: 10px;
	-webkit-animation: fadeInBottom 1.25s both 1.25s;
    animation: fadeInBottom 1.25s both 1.25s;
}
.raffles-services-archive-loop .raffles-services-feature-image a {
    line-height: 0;
    display: inline-block;
}
.raffles-services-archive-loop .raffles-services-feature-image  {
    line-height: 0;
	position: relative;
}
.raffles-services-archive-main-wrp .raffles-services-archive-loop {
    width: 100%;
    max-width: calc(33.333% - 20px);
    margin: 0 10px 20px 10px;
    background: #FFFFFF;
	position: relative;
	border-radius: 18px;
}
.raffles-services-archive-loop:hover {
    box-shadow: 0 4px 32px #00000029;
}
.raffles-services-archive-loop:hover .raffles-services-read-more a span {
    text-decoration: underline;
}
.raffles-services-archive-main-wrp .raffles-services-archive-loop .raffles-services-feature-image img {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 188/225;
    border-radius: 18px;
}
.raffles-services-archive-loop .raffles-services-overlay {
    background: #000000;
    opacity: 40%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	border-radius: 18px;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.raffles-services-archive-loop:hover .raffles-services-overlay {
    opacity: 100%;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.raffles-services-archive-loop .raffles-services-content-box .raffles-services-title a {
    color: #FFFFFF;
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    text-decoration: none;
    font-weight: 500;
}
.raffles-services-content-box-hover .raffles-services-title {
    margin-bottom: 15px;
}
.raffles-services-description, 
.raffles-services-description * {
    color: #CCCCCC;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: normal;
}
.raffles-services-archive-loop .raffles-services-read-more a {
    color: #FFFFFF;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: start;
}
.raffles-services-archive-loop .raffles-services-read-more a span {
    text-decoration: underline;
}
.raffles-services-read-more a i {
    margin-left: 8px;
    font-size: 18px;
}
.services-loader {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
}
.raffles-services-template-main-wrp .raffles-services-archive-main-wrp .raffles-services-no-post-found {
    font-size: 2em;
    line-height: 1.5em;
    letter-spacing: 0;
    color: #000000;
    font-family: 'Figtree';
    font-weight: 600;
    text-align: center;
    width: 100%;
    margin: 0px 0 20px 0;
}
.raffles-services-template-main-wrp .services-loader {
    text-align: center;
}
.raffles-services-template-main-wrp .services-loader img {
    max-width: 400px;
}
.raffles-services-archive-loop .raffles-services-content-box-hover {
    position: absolute;
    width: 100%;
    bottom: -10%;
    left: 0;
    padding-left: 30px;
    padding-right: 30px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	max-height: 400px;
    overflow-y: auto;
}
.raffles-services-archive-loop:hover .raffles-services-content-box-hover {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}
.raffles-services-archive-loop .raffles-services-title-default {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.raffles-services-archive-loop:hover .raffles-services-title-default {
    opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
#raffles-services-1 .raffles-pagination {
    margin-top: 30px;
}
.raffles-services-content-box-hover::-webkit-scrollbar {
	width: 5px;
	margin-right: 20px;
}
.raffles-services-content-box-hover::-webkit-scrollbar-track {
	box-shadow: inset 0 0 2px #FFFFFF; 
	border-radius: 10px;
	background: #FFFFFF; 
}
.raffles-services-content-box-hover::-webkit-scrollbar-thumb {
	background: #B3B3B3; 
	border-radius: 10px;
}
.raffles-services-content-box-hover::-webkit-scrollbar-thumb:hover {
	background: #B3B3B3; 
}

/** End Services Archive page css **/


/** Start  Services slider css **/

.raffles-services-slider .raffles-services-archive-loop {
    background: #FFFFFF;
    position: relative;
    border-radius: 18px;
	margin: 30px 10px;
}
.raffles-services-slider-wrp {
    margin: 0 -10px;
    position: relative;
    display: flex;
}
.swiper-wrapper {
    overflow: initial !important;
}
.raffles-services-slider.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.raffles-services-slider-main-wrp .raffles-services-slider-wrp .raffles-services-slider {
    max-width: 1190px;
    margin: 0 auto;
    width: 100%;
}
.raffles-services-slider .raffles-services-archive-loop img {
    border-radius: 18px;
}
.raffles-services-slider .raffles-services-archive-loop:hover {
    box-shadow: 0 4px 10px #00000029;
}
.raffles-services-slider .swiper-scrollbar {
    background: #cccccc;
	display: none;
}
.raffles-services-slider .swiper-scrollbar .swiper-scrollbar-drag {
    background: #EA2531;
    cursor: pointer;
}
.raffles-services-slider-main-wrp {
    overflow: hidden;
}
.raffles-services-next-prev .swiper-button-prev, 
.raffles-services-next-prev .swiper-button-next {
    opacity: 1 !important;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #EA2531;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #EA2531;
    font-size: 22px;
    transform: translate(0, -50%);
}
.raffles-services-next-prev .swiper-button-prev:hover, 
.raffles-services-next-prev .swiper-button-next:hover {
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    border: 1px solid transparent;
    color: #FFFFFF;
}
.raffles-services-next-prev .swiper-button-prev.swiper-button-disabled, 
.raffles-services-next-prev .swiper-button-next.swiper-button-disabled {
    color: #FFFFFF !important;
    background: #CCCCCC;
    border-color: #CCCCCC;
}
.raffles-services-next-prev .swiper-button-prev:before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.raffles-services-next-prev .swiper-button-next:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.swiper-button-prev:after, 
.swiper-button-next:after {
    display: none;
}

/** End  Services slider css **/


/** Start Testimonial css **/

.raffles-testimonial-slider-wrp {
    position: relative;
}
.raffles-testimonial-slider-wrp .raffles-testimonial-next-prev {
    position: absolute;
    top: -25px;
    right: 0;
}
.raffles-testimonial-next-prev .swiper-button-prev {
    right: 80px !important;
}
.raffles-testimonial-next-prev .swiper-button-prev, 
.raffles-testimonial-next-prev .swiper-button-next {
    opacity: 1 !important;
    background: transparent;
    width: 50px;
    height: 50px;
    border: 1px solid #EA2531;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    color: #EA2531 !important;
    font-size: 22px;
    transform: translate(0, -50%);
    right: 0;
    left: unset;
}
.raffles-testimonial-next-prev .swiper-button-prev:hover, 
.raffles-testimonial-next-prev .swiper-button-next:hover {
    background: linear-gradient(135deg, rgba(234,37,49,1) 0%, rgba(128,1,8,1) 100%);
    border: 1px solid transparent;
    color: #FFFFFF !important;
}
.raffles-testimonial-next-prev .swiper-button-disabled {
    color: #FFFFFF !important;
    background: #CCCCCC !important;
    border-color: #CCCCCC !important;
}
.raffles-testimonial-next-prev .swiper-button-prev:before {
    content: "\f060";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.raffles-testimonial-next-prev .swiper-button-next:before {
    content: "\f061";
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.raffles-testimonial-slider-wrp .raffles-testimonial-slider, 
.raffles-testimonial-slider-wrp .raffles-testimonial-slider .swiper-wrapper {
    overflow: visible !important;
}
.raffles-testimonial-slider-wrp .psg-testimonial-slider-loop-wrp .psg-testimonial-content-wrp {
    background: #FFFFFF;
    position: relative;
    border-radius: 18px;
    margin: 30px 0;
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	height: 420px;
}
.psg-testimonial-content-wrp .psg-testimonial-top {
    color: #777777;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 400;
    margin-bottom: 10px;
	overflow-x: auto;
	height: 260px;
}
.psg-testimonial-content-wrp .psg-testimonial-top::-webkit-scrollbar,
.psg-testimonial-content-wrp .psg-testimonial-top::-webkit-scrollbar-track {
	width: 4px;
	background-color: #EBEFF5;
	border-radius: 5px;
}
.psg-testimonial-content-wrp .psg-testimonial-top::-webkit-scrollbar-thumb{
	background-color: #B3B3B3;
	border-radius: 5px;
}
.psg-testimonial-bottom {
    width: 100%;
	margin-top: auto;
}
.psg-testimonial-content {
    display: flex;
    align-items: center;
    justify-content: start;
}
.psg-testimonial-content .psg-testimonial-name, 
.psg-testimonial-content .psg-testimonial-role {
    margin: 0;
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 600;
    margin-bottom: 10px;
}
.psg-testimonial-content .psg-testimonial-role {
    position: relative;
    margin-left: 5px;
}
.psg-testimonial-content .psg-testimonial-role:before {
    content: "|";
    color: #000000;
    padding-right: 3px;
}
.psg-testimonial-bottom .psg-testimonial-date {
    color: #999999;
    font-size: 0.875em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 400;
    margin: 0;
}
.psg-testimonial-slider-loop-wrp {
    max-width: 376px;
}
.raffles-testimonial-slider.swiper-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.raffles-testimonial-slider-wrp .swiper-scrollbar {
    background: #cccccc;
    display: none;
}
.raffles-testimonial-slider-wrp .swiper-scrollbar .swiper-scrollbar-drag {
    background: #EA2531;
    cursor: pointer;
}

/** End Testimonial css **/


/** Start Vendors Popup widget css **/

.raffles-vendors-popup-wrp .popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000000cc;
	display: none;
	z-index: 99;
}
.raffles-vendors-popup-wrp .popup-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0px 4px 32px #00000029;
    display: none;
    z-index: 999;
	max-width: 500px;
}
.raffles-vendors-popup-wrp .popup-container.show,
.raffles-vendors-popup-wrp .popup-overlay.show {
    display: block;
}
.raffles-vendors-popup {
    display: flex;
    flex-wrap: wrap;
}
.raffles-vendors-popup-wrp .raffles-vendors-popup {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.raffles-vendors-popup-loop-wrp {
    width: calc(16.6666% - 20px);
    border: 1px solid #E0E0E0;
    margin: 0 10px;
    margin-bottom: 20px;
    border-radius: 8px;
	cursor: pointer;
	background: #FFFFFF;
	display: flex;
    align-items: center;
    justify-content: center;
}
.raffles-vendors-popup-loop-inner img.vendor-image {
    width: 100%;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.raffles-vendors-popup-wrp .popup-container .popup-header {
    position: absolute;
    right: 2px;
    top: 2px;
}
.raffles-vendors-popup-wrp .popup-container .popup-header button.close {
    background: linear-gradient(135deg, rgba(234, 37, 49, 1) 0%, rgba(128, 1, 8, 1) 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.raffles-vendors-popup-wrp .popup-container .popup-header button.close:focus {
    outline: none !important;
}
.raffles-vendors-popup-wrp .popup-container .popup-header button.close i {
    font-size: 20px;
}
.raffles-vendors-popup-wrp .popup-container .popup-content img.popup-image {
    max-width: 300px;
    width: auto;
    object-fit: contain;
}
.raffles-vendors-popup-wrp .popup-content-text {
    margin-top: 10px;
    color: #777777;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 400;
}
.raffles-vendors-popup-wrp .popup-container .popup-btn {
    color: #000000;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0;
    font-family: 'Figtree';
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
    text-transform: uppercase;
}
.raffles-vendors-popup-wrp .popup-container .popup-btn:hover {
    color: #EA2531;
    text-decoration: underline;
}

/** End Vendors Popup widget css **/


