/********** START COMMON **********/
.elementor-widget-n-carousel.e-widget-swiper .elementor-swiper-button {
    font-size: unset !important;
}
.elementor-widget-n-carousel.e-widget-swiper .elementor-swiper-button svg {
    fill: transparent !important;
}
/** TITLE **/
.eph-title-common-class.elementor-widget-heading .elementor-heading-title {
    background: -webkit-linear-gradient(180deg, #F2D78F 0.5%, #DEBD6E 17.5%, #C58511 49%, #DEBD6E 80.5%, #F2D78F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.eph-title-common-class.elementor-widget-heading .elementor-heading-title span.inline-title {
    color: #FFFFFF;
    -webkit-text-fill-color: #FFF;
}
.elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon {
    line-height: 0;
}
/** BUTTON **/
.eph-btn-common-class a {
    position: relative;
    overflow: hidden;
	z-index: 0;
}
.eph-btn-common-class a:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    border-radius: 50px;
    background-color: #B28C00;
    z-index: -1;
    transition: all 0.3s ease;
}
.eph-btn-common-class a:hover:before {
    width: 100%;
}
.eph-btn-common-class span.elementor-button-content-wrapper {
    align-items: center;
}
.eph-btn-common-class span.elementor-button-icon {
    width: 42px;
    height: 42px;
    background-color: #B28C00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.eph-btn-common-class .elementor-button-icon svg {
    font-size: 10px;
}
.eph-contact-btn span.elementor-button-icon svg path {
    fill: transparent !important;
}
.eph-contact-btn .elementor-button{
	position: relative;
    overflow: hidden;
	z-index: 0; 
}
.eph-contact-btn .elementor-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0%;
    border-radius: 50px;
    background-color: #B28C00;
    z-index: -1;
    transition: all 0.3s ease;
}
.eph-contact-btn .elementor-button:hover:before {
    width: 100%;
}
.eph-contact-btn option{
	background-color: black;
}
/*********** END COMMON ***********/


/********** START HEADER **********/
.eph-header-menu-wrp .elementor-nav-menu--main .elementor-nav-menu .menu-item-has-children .elementor-item.has-submenu .sub-arrow {
    display: none;
}
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active, 
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active .eph-main-header-left .eph-header-logo-img img,
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active .eph-main-header-right {
    transition: 0.5s;
}
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active.elementor-sticky--effects {
    background-color: #0E202B;
}
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .eph-main-header-left .eph-header-logo-img img {
    max-width: 80px;
}
.eph-main-header-wrp.elementor-sticky.elementor-sticky--active.elementor-sticky--effects .eph-main-header-right {
    border: none;
/* 	padding-top: 39px;
    padding-bottom: 39px; */
}
/*********** END HEADER ***********/


/********** START ExcelPrime Supplies and Services Page CSS **********/
.eph-about-us-round-img img {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
}
/*********** END ExcelPrime Supplies and Services Page CSS ***********/


/********** START Banner Widget CSS **********/
.eph-banner-wrap {
    min-height: 425px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    padding: 0px 50px 110px;
}
.eph-banner-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1));
}
.eph-banner-wrap .eph-banner-img-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
}
.eph-banner-wrap .eph-banner-img-container .eph-banner-title {
    margin: 17px 0px 0px;
    background: -webkit-linear-gradient(180deg, #F2D78F 0.5%, #DEBD6E 17.5%, #C58511 49%, #DEBD6E 80.5%, #F2D78F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.eph-banner-wrap .eph-banner-img-container .eph-banner-breadcrumbs {
    font-size: 0.875em;
    line-height: 1.2143em;
    letter-spacing: 0;
    color: #FFFFFF;
    font-family: "PT Sans";
    font-weight: 400;
    text-transform: capitalize;
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}
.eph-banner-wrap .eph-banner-img-container .eph-banner-breadcrumbs a {
    color: #FFFFFF;
	transition: all .3s;
}
.eph-banner-wrap .eph-banner-img-container .eph-banner-breadcrumbs a:hover {
	color: #FFFFFF;
}
.eph-banner-wrap .eph-banner-img-container .eph-banner-breadcrumbs .separator {
    width: 10px;
    text-align: center;
    transform: rotate(90deg);
}
/*********** END Banner Widget CSS ***********/


/*********** START Latest Blog CSS ***********/
.eph-news-archive-main-wrp {
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 60px 40px;
/* 	gap: 0; */
}
.eph-news-archive-main-wrp .eph-news-archive-loop {
    width: 100%;
    max-width: 31.4%;
/* 	max-width:33.33%; */
/* 	padding: 30px 20px; */
    background: transparent;
    overflow: hidden;
    height: auto;
    display: flex;
    flex-direction: column;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-feature-image {
    line-height: 0px;
    border-radius: 10px;
/*     overflow: hidden; */
    height: 100%;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-feature-image a {
	display: inline-block;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-feature-image img {
    max-width: 440px;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1.73 / 1;
    border-radius: 10px;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box {
    padding-top: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-news-title {
    width: 100%;
    margin: 5px 0px 10px;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-news-title a {
    font-size: 1.5em;
    line-height: 1em;
    font-family: "Red Hat Display";
    text-transform: capitalize;
    font-weight: 700;
    padding: 0;
    color: #FFFFFF;
    text-decoration: none;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn {
    margin-top: auto;
}
.eph-news-content-box .eph-news-date-wrp span {
    font-size: 1.125em;
    letter-spacing: 0.18px;
    line-height: 1.23em;
    font-weight: normal !important;
    text-transform: capitalize;
    font-family: 'PT Sans';
    color: #FFFFFF;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-news-discription p {
    font-family: 'PT Sans';
    color: #FFFFFF;
    margin-bottom: 10px;
    font-size: 1.125em;
    letter-spacing: 0.18px;
    line-height: 1.23em;
    font-weight: 400 !important;
}
/* .eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn {
    margin-top: auto;
} */
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn a {
    font-family: "Red Hat Display";
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.16px;
    text-transform: uppercase;
    color: #B28C00;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn a svg {
    width: 10px;
    margin-top: -2px;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn a:hover {
    color: #987900;
}
.eph-news-archive-main-wrp .eph-news-archive-loop .eph-news-content-box .eph-read-more-btn a:hover svg path {
    stroke: #987900;
}
.eph-pagination {
    margin-top: 60px !important;
    margin-bottom: 0px !important;
    text-align: center;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.eph-news-template-main-wrp .eph-news-archive-main-wrp .eph-news-no-post-found {
    font-size: 2.67em;
    line-height: 1.5;
    letter-spacing: 0;
    color: #203121;
    font-family: "PT Sans";
    text-align: center;
    width: 100%;
    margin: 0px 0 20px 0;
}
.eph-pagination .page-numbers {
    font-size: 18px;
    padding: 10px 15px;
	font-family: "Red Hat Display"; 
	font-weight: 600;
    margin: 0 7px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
	background-color: transparent;
	border: 2px solid #B28C00;
	border-radius: 50px;
}
.eph-pagination .page-numbers.current {
    background-color: #B28C00;
}
/*********** END Latest Blog CSS ***********/
