/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.9.1.1743731247
Updated: 2025-04-04 01:47:27

*/
    .site-content:not(.home .site-content) {
        margin-top: 0px !important;
    }
.uicore-animation-col {
  background-color: #ffffff !important;
}
.page-transition {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: 9999;
	pointer-events: none;

	/* Start hidden by default */
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}

/* Active state - visible */
.page-transition.active {
	opacity: 1;
	visibility: visible;
	transition: opacity 0.5s ease;
}

/* Prevent scrolling during transition */
body.transition-active {
	overflow: hidden;
}

::selection {
  background-color: #ACCEF7;
}

.menu-active>a {
    color: #e20000 !important;
}
/* .menu-active>a>span{
	position: relative;
}
.menu-active>a>span::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 105%;
  height: 1.5px;
  background-color: #e20000;
  transition: width 0.3s ease;
} */

header#masthead:not(.home header) {
/*    
    position: sticky !important;*/
	position: relative !important;
    border-bottom: 1px solid #D9D9D9;
    top: 0;
    background: #FFF;
}

.home header#masthead:not(.sticky) {
    /*background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.2) 70%,rgba(255,255,255,0) 100%);*/
background: linear-gradient(to bottom, #fff 0%, rgba(255,255,255,0.9) 20%,rgba(255,255,255,0.8) 30%,rgba(255,255,255,0.7) 40%,rgba(255,255,255,0.3) 60%,rgba(255,255,255,0.1) 80%,rgba(255,255,255,0) 100%);
}

header#masthead:not(.home header).sticky {
    position: fixed !important;
    width: -webkit-fill-available;
}

.home header.sticky {   
    position: fixed !important;
    border-bottom: 1px solid #D9D9D9;
    top: 0;
    background: #FFF;
}
@media (max-width: 921px) {
  .ast-theme-transparent-header #masthead {
    position: relative;
    left: 0;
    right: 0;
  }
}

@media (max-width: 544px) {
  header#masthead:not(.home header).sticky {
    position: fixed !important;
  }
	.home header.sticky {
    position: fixed !important;
  }
}

a {
    text-decoration: none !important;
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

/** main menu **/
header .main-header-menu>.current-menu-item, header .main-header-menu>.current-menu-parent {
    text-decoration: none !important;
}
header svg.ast-arrow-svg {
    width: 12px !important;
}

/*.sub-menu {
    border-shadow: none;
    position: absolute;
    transform: translateX(-25%);
}
*/

.ast-nav-menu li:hover{
    cursor: pointer;
}

.ast-nav-menu li.menu-item-has-children:hover .ast-arrow-svg {
    transform: rotateX(180deg);
}

header ul.sub-menu {
  position: relative;
  box-shadow: 0px 0px 20px #ED1C241A !important;
  background: #fff; 
  transform: translateX(-25%);
}

#ast-hf-menu-1 > .menu-item > .menu-link {
  position: relative;
  transition: all 0.3s ease;
	padding-bottom: 12px;
}

/* New hover effect */
.main-header-menu > .menu-item > .sub-menu, .ast-builder-menu-1 .main-header-menu > .menu-item > .astra-full-megamenu-wrapper {
	margin-top: 33px !important;
}
#ast-hf-menu-1 > .menu-item:not(.current-menu-item):not(.current-menu-parent):not(.current_page_parent) > .menu-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: #e20000;
  transition: width 0.3s ease;
  margin-left: 10px;
}
/* Hover underline (exclude current active menu item) */
#ast-hf-menu-1 > .menu-item:not(.current-menu-item):not(.current-menu-parent):not(.current_page_parent):hover > .menu-link::after {
  width: 85%;
}
#ast-hf-menu-1 > .menu-item:first-child:not(.current-menu-item):not(.current-menu-parent):not(.current_page_parent):hover > .menu-link::after {
  width: 75%;
}

/* Arrow pointing up (like a speech bubble) */
header ul.sub-menu::after {
  content: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #fff; /* Arrow height */
  margin-left: -15px;
  margin-top: -25px;
  border-top: 0;
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  z-index: 1;
}

header ul.sub-menu a {
    text-align: center;
}
header .main-header-menu > .current-menu-item::after,
header .main-header-menu > .current-menu-parent::after{
    content: '';
	position: absolute;
  	bottom: 0;
  	left: 0;
  	width: 0;
  	height: 1.5px;
  	background-color: #e20000;
  	transition: width 0.3s ease;
  	margin-left: 10px;
	width: 85%;
}
header .main-header-menu > .current-menu-item:first-child::after{
	width: 75%;
}
/* header .main-header-menu > .current-menu-item,
header .main-header-menu > .current-menu-parent {
    text-decoration: underline #ED1C24 !important;
    text-underline-offset: 15px;
}
@supports (-webkit-hyphens: none) {
  header .main-header-menu > .current-menu-item,
  header .main-header-menu > .current-menu-parent {
    text-decoration: underline;
    text-underline-offset: 16px !important;
  }
} */
header .sub-menu li:hover {
    background-color:#505153;
    cursor: pointer;
}

header .sub-menu li:hover a{
    color: #FFF !important;
}

header:has(.ast-dropdown-active) {
    background: #FFF;
    border-bottom: 1px solid #D9D9D9;
}

span.ast-icon.icon-search svg{
    display: none; 
}

span.ast-icon.icon-search::before {
  content: '';
  display: inline-block;
  width: 21px; 
  height:21px; 
  background-image: url('https://cantal2.bluecube.com.sg/wp-content/uploads/2025/04/search.svg');
  background-repeat: no-repeat;
  background-size:21px;
}

.ast-search-menu-icon.ast-dropdown-active span.ast-icon.icon-search::before {
  background-image: url('https://cantal2.bluecube.com.sg/wp-content/uploads/2025/04/close.svg');
}

.search-form input {
    font-family: Mollen;
    font-weight: 700;  
    width: 600px !important;  
    transition: none;
    box-shadow: none;
}

.ast-search-menu-icon.ast-dropdown-active .search-form::before {
  content: '';
  display: inline-block;
  width: 22px; 
  height:22px; 
  background-image: url('https://cantal2.bluecube.com.sg/wp-content/uploads/2025/04/search.svg');
  background-repeat: no-repeat;
}

.ast-header-search .slide-search .search-form {
    border: none;
    padding-left: 10px;
    transition: none;
}

@media (max-width: 921px) {
.ast-header-break-point .ast-search-menu-icon.slide-search .search-form {
    box-sizing: border-box;
  }
	.search-form input {
		width: 100% !important;
	}
}

/*@media screen and (max-width: 921px) {
    .ast-header-search .astra-search-icon {
        font-size: 24px;
    }
}

@media screen and (max-width: 544px) {
   .ast-header-search .astra-search-icon {
        font-size: 26px;
    }
}

button.main-header-menu-toggle {
    padding: 0 !important;
}*/

/** end of main menu **/

/** footer **/
.site-footer {
    position: relative;
    overflow: clip;
}

.particles {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 20px;
}

footer a {
    color: #FFF !important;
}

footer a:hover {
    color: #FFF !important;
    text-decoration: underline !important;
    text-decoration-color: #FFF;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"] {
    box-shadow: inset 0 0 0 99999px rgba(237, 28, 36, 0.9);
}

@media screen and (min-width: 922px) {
    .site-above-footer-wrap section#block-17 h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 921px) {
    .site-above-footer-wrap section#block-17 h2 {
        font-size: 30px;
    }
}

.site-above-footer-wrap p {
    font-size: 16px;
}

ul#astra-footer-menu {
    font-family: Mollen;
    font-weight: 700;
    line-height: 20px;
}

.footer-nav-wrap .astra-footer-horizontal-menu li {
    padding: 0 20px;
}

.ast-footer-social-1-wrap a {
    padding: 0 !important;
}

/*
@media screen and (min-width: 768px) {
    .site-footer-below-section-1c p, .site-footer-below-section-3 p {
        text-align: left;
    }

    .site-below-footer-inner-wrap {
        grid-template-columns: 13.5% 38.5% 28.5% 13.5% !important;
        column-gap: 2% !important;        
    }

    .site-footer-below-section-2 p{
        text-align: right;
    }
}
*/
@media screen and (max-width: 921px) {
    .footer-nav-wrap .astra-footer-horizontal-menu li:not(:last-child) {
        padding-bottom: 20px;
    }

    #astra-footer-menu a {
        font-size: 16px !important;
    }

    .site-below-footer-wrap * {
        font-size: 13px !important;
    }

}

.site-below-footer-wrap>div {
    padding: 20px 0;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    border-style: solid;
    border-width: 0px;
    border-top-width: 1px;
    border-top-color: var(--ast-global-color-subtle-background, --ast-global-color-7);
}

@media screen and (max-width: 1140px) {
    .site-below-footer-wrap {
        padding-left: 23px !important;
        padding-right: 23px !important;
    }
}

@media screen and (max-width: 544px) {
    .site-footer-below-section-1 {
        order: 4;
    }

    .site-footer-below-section-4 {
        padding: 17px 0;
    }

    .site-below-footer-wrap>div {
        padding: 30px 0 50px 0;
    }
}

@media screen and (min-width: 1141px) {
    footer>div:first-of-type {
        max-width: 1140px;
        margin-left: auto !important;
        margin-right: auto !important;
        position: relative;
    }
}

@media screen and (max-width: 1140px) {

    /*footer > div:first-of-type {
        max-width: calc(100vw - 46px);
        margin-left: 23px !important;
        margin-right: 23px !important;
        position: relative;
    }
}

@media screen and (max-width: 767px) {*/
    footer>div:first-of-type {
        max-width: calc(100vw - 46px);
        margin-left: 23px !important;
        margin-right: 23px !important;
        position: relative;
    }
}

/*.site-footer-section-1 section:not(:last-of-type) {
    margin-bottom: 30px;
}*/
/** end of footer **/

/** homepage **/
/* .polygon-wrapper:nth-child(4) {
    top: -50px;
} */

.polygon-wrapper:nth-child(5) {
    top: -50px;
}

@media(max-width:1089px) {

    /* 	.polygon-wrapper:nth-child(3) {
		display: none !important;
	} */
    .polygon-wrapper:nth-child(4) {
        top: 0px;
    }

    .polygon-wrapper:nth-child(5) {
        top: 0px;
    }
}

.services-item-title,
.services-item-content {
    height: 100% !important;
}

.services-item-title>div {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.services-item-title .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    margin-bottom: 0px;
}

.services-item-content .elementor-widget-text-editor p {
    margin-bottom: 0px;
}

.services-item-content {
    -webkit-transition: all 0.5s !important;
    transition: all 0.5s !important;
    opacity: 0;
}

.services-item-content>div {
    height: auto;
    top: 50%;
    width: 90%;
    transform: translateY(-50%);
    position: absolute;
}

.services-item:hover .services-item-content {
    opacity: 1 !important;
}

.polygon-wrapper {
    width: 241px;
    height: 278px;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    /*cursor:pointer;*/
}

.polygon-inner {
    width: 243px;
    height: 279px;
    /*background-color: white;
	clip-path: polygon(
		50% 0%,
		100% 25%,
		100% 75%,
		50% 100%,
		0% 75%,
		0% 25%
	);*/
    clip-path: path("M.525,72.649V206.839a5.029,5.029,0,0,0,2.514,4.354l116.213,67.1a5.029,5.029,0,0,0,5.028,0l116.214-67.1a5.029,5.029,0,0,0,2.514-4.354V72.649a5.03,5.03,0,0,0-2.514-4.354L124.28,1.2a5.029,5.029,0,0,0-5.028,0L3.039,68.295A5.03,5.03,0,0,0,.525,72.649Z");
    display: flex;
    align-items: center;
    justify-content: center;
}

.polygon-wrapper:hover .services-item-content {
    opacity: 1 !important;
}

.polygon-wrapper .elementor-widget-icon-box {
    width: 80%;
}

.hex-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 243px;
    height: 280px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='243.482' height='279.552' viewBox='0 0 243.482 279.552'><path id='Path_15569' data-name='Path 15569' d='M.525,72.649V206.839a5.029,5.029,0,0,0,2.514,4.354l116.213,67.1a5.029,5.029,0,0,0,5.028,0l116.214-67.1a5.029,5.029,0,0,0,2.514-4.354V72.649a5.03,5.03,0,0,0-2.514-4.354L124.28,1.2a5.029,5.029,0,0,0-5.028,0L3.039,68.295A5.03,5.03,0,0,0,.525,72.649Z' transform='translate(-0.025 0.032)' fill='%23ffffff' stroke='%23d9d9d9' stroke-width='1'/></svg>");
    z-index: -1 !important;
    background-repeat: no-repeat;
}

.hex-item:last-child {
    z-index: 0;
    -webkit-transform:
        scale(1);
    -moz-transform:
        scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
    -webkit-transition:
        all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition:
        all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.polygon-wrapper:hover .hex-item {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 243px;
    height: 280px;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='243.482' height='279.552' viewBox='0 0 243.482 279.552'><path id='Path_15569' data-name='Path 15569' d='M.525,72.649V206.839a5.029,5.029,0,0,0,2.514,4.354l116.213,67.1a5.029,5.029,0,0,0,5.028,0l116.214-67.1a5.029,5.029,0,0,0,2.514-4.354V72.649a5.03,5.03,0,0,0-2.514-4.354L124.28,1.2a5.029,5.029,0,0,0-5.028,0L3.039,68.295A5.03,5.03,0,0,0,.525,72.649Z' transform='translate(-0.025 0.032)' fill='none' stroke='%23d9d9d9' stroke-width='0'/></svg>");
}

.polygon-wrapper:hover .hex-item:last-child {
    opacity: 1;
    -webkit-transform:
        scale(1.1);
    -moz-transform:
        scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.polygon-wrapper:hover .hex-item:before {
    content: '';
    opacity: 1;
    width: 243px;
    height: 280px;
    background: url("data:image/svg+xml;utf8,<svg width='250' height='286' viewBox='0 0 250 286' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 75.681V209.871C3.50017 210.754 3.73257 211.62 4.17385 212.385C4.61514 213.149 5.24977 213.784 6.014 214.225L122.227 281.325C122.991 281.766 123.858 281.998 124.741 281.998C125.624 281.998 126.491 281.766 127.255 281.325L243.469 214.225C244.233 213.784 244.868 213.149 245.309 212.385C245.75 211.62 245.983 210.754 245.983 209.871V75.681C245.983 74.7985 245.75 73.9316 245.309 73.1674C244.868 72.4031 244.233 71.7684 243.469 71.327L127.255 4.232C126.491 3.7908 125.624 3.55853 124.741 3.55853C123.858 3.55853 122.991 3.7908 122.227 4.232L6.014 71.327C5.24984 71.7684 4.61526 72.4031 4.17399 73.1674C3.73271 73.9316 3.50027 74.7985 3.5 75.681Z' fill='white' stroke='%238C0D18' stroke-width='5'/></svg>");
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

/* .polygon-wrapper:nth-child(3) .hex-item{display:none;} */

.partners-slider .swiper {
    mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 20%, #000 80%, transparent 100%);
}

.partners-slider .swiper-slide {
    height: 120px;
    border: 1px solid #D9D9D9;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-slider .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.partners-slider .swiper-slide img {
    /*    height:65px;*/
    object-fit: contain;
    padding: 5px;
}

/*.partners-slider .swiper-slide-active{margin-left:-150px;}*/
@media(max-width:1089px) {
    .partners-slider .swiper-slide {
        height: 65px;
    }

    .partners-slider .swiper-slide img {
        max-height: 65px;
    }
}

.sectors {
    position: relative;
    min-height: 520px;
}

.sectors>div {
    position: sticky;
    border-radius: 5px;
    transition: transform 0.2s ease;
    will-change: transform;
}

@media screen and (min-width: 922px) {
    .sectors>div p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 921px) {
    .sectors>div p {
        margin-bottom: 10px;
    }
}

.sectors>div:not(.sectors-heading) .elementor-widget-image {
    height: 100%;
}

.sectors img {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    height: 100% !important;
    object-fit: cover;
}

@media screen and (min-width: 922px) {

    /* 	.sectors .sectors-heading {
		top: 9rem;
	}
	 */
    .sectors .sector-1 {
        top: 9rem;
        /*		margin-bottom: -5.5rem;*/
    }

    .sectors .sector-2 {
        top: 10.5rem;
        /*		margin-bottom: -4.5rem;*/
        margin-top: 14rem;
    }

    .sectors .sector-3 {
        top: 12rem;
        /*		margin-bottom: -3.5rem;*/
        margin-top: 10rem;
    }

    .sectors .sector-4 {
        top: 13.5rem;
        /*		margin-bottom: -2.5rem;*/
        margin-top: 7rem;
    }

    .sectors .sector-5 {
        top: 15rem;
        /*		margin-bottom: -1.35rem;*/
        margin-top: 6.5rem;
    }
}

@media screen and (max-width: 921px) {
    /* 	.sectors .sectors-heading {
		top: 6rem;
	}
	 */

    .sectors .sector-1 {
        top: 6rem;
        /*		margin-bottom: -5.5rem;*/
    }

    .sectors .sector-2 {
        top: 7.5rem;
        /*		margin-bottom: -4.5rem;*/
        margin-top: 14rem;
    }

    .sectors .sector-3 {
        top: 9rem;
        /*		margin-bottom: -3.5rem;*/
        margin-top: 10rem;
    }

    .sectors .sector-4 {
        top: 10.5rem;
        /*		margin-bottom: -2.5rem;*/
        margin-top: 7rem;
    }

    .sectors .sector-5 {
        top: 12rem;
        /*		margin-bottom: -1.35rem;*/
        margin-top: 6.5rem;
    }
}

/** end of homepage **/

/** banner **/
.slick-track {
    transition: none !important;
}

.htslider-postslider-area button.slick-arrow {
    background: transparent;
    transform: none !important;
    top: 60% !important;
    box-shadow: none !important;
}

.htslider-carosul-prev {
    right: 22% !important;
    left: calc((100vw - 1140px) / 2 + 1026px) !important;
}

.htslider-carosul-next {
    right: 18% !important;
    left: calc((100vw - 1140px) / 2 + 1095px) !important;
}

.htslider-carosul-prev svg,
.htslider-carosul-next svg {
    display: none;
}

.htslider-carosul-prev::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    /*background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/banner-left-arrow.svg');*/
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/left-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    opacity: 0.3;
    transition: all ease 0.3s;
}

.htslider-carosul-next::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    /*background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/banner-right-arrow.svg');*/
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/right-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    opacity: 0.3;
    transition: all ease 0.3s;
}

.htslider-carosul-prev:hover::before {
    opacity: 1;
    /*background-image: url('https://cantalunited.com/wp-content/uploads/2025/04/banner-left-arrow-black.svg');*/
}

.htslider-carosul-next:hover::before {
    opacity: 1;
    /*background-image: url('https://cantalunited.com/wp-content/uploads/2025/04/banner-right-arrow-black.svg');*/
}

@media(max-width:1200px) {
    .htslider-carosul-prev {
        right: 22% !important;
        left: calc((100vw - 960px) / 2 + 826px) !important;
    }

    .htslider-carosul-next {
        right: 18% !important;
        left: calc((100vw - 960px) / 2 + 895px) !important;
    }
}

/** end of banner **/

/** breadcrumb **/
.ast-breadcrumbs .trail-items li:first-child a::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/04/breadcrumb-icon.png');
    background-repeat: no-repeat;
    margin-right: 10px;
    vertical-align: -10%;
}

.ast-breadcrumbs .trail-items a {
    text-decoration: none;
}

.trail-items li::after {
    padding: 0;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/04/breadcrumb-next.png');
    background-repeat: no-repeat;
    margin: 0 10px;
}

/** end of breadcrumb **/

/** form overall **/
.wpcf7-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/04/dropdown-arrow.png');
    /* Use your custom arrow icon */
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 16px;
    padding-right: 30px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select,
.wpcf7-form textarea {
    font-size: 15px !important;
    border-radius: 0 !important;
    color: #808080;
    border: 1px transparent;
}

.wpcf7 input.wpcf7-form-control:not([type=submit]):focus,
.wpcf7-form textarea:focus,
.wpcf7-form select:focus {
    border: 1px solid #ed1c24;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="password"],
.wpcf7-form input[type="search"],
.wpcf7-form input[type=reset],
.wpcf7-form input[type=tel],
.wpcf7-form input[type=date],
.wpcf7-form select {
    height: 45px;
}

.wpcf7-form textarea {
    height: 90px;
    resize: vertical;
}

button.wpcf7-submit {
    height: 50px;
    font-family: Mollen;
    font-weight: 700;
    padding: 15px 45px;
}

.wpcf7-spinner {
    display: none;
}

@media screen and (min-width: 768px) {

    .wpcf7-form textarea,
    .wpcf7-form textarea.wpcf7-form-control {
        height: 45px;
        padding: 8px 16px;
        resize: none;
    }

    .row-submit {
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px) {
    .row-submit {
        margin-top: 35px;
    }
}

/** end of form overall **/

/** footer form **/
@media screen and (min-width: 768px) {
    footer #block-19 {
        max-width: 80%;
        margin: auto;
    }
}

footer #block-19 p {
    margin-bottom: 0;
}

footer .form-row,
footer #block-22 p {
    margin-bottom: 0 !important;
}

footer .fields-row label>span {
    display: inline;
}

footer .fields-row label {
    font-size: 0;
}

footer .fields-row label span {
    font-size: 16px;
}

footer .fields-row>div:not(.description) {
    float: left;
    width: 25%;
}

footer .fields-row>div:not(.description):not(:nth-child(4)) {
    padding-right: 30px;
}

footer .fields-row>div.description {
    float: left;
    width: 75%;
}

footer .row:not(.row-submit):after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 767px) {
    footer .fields-row>div {
        width: 100% !important;
        padding-right: unset !important;
    }
}

footer span.wpcf7-not-valid-tip {
    color: #FFF !important;
    font-weight: 700 !important;
}

/** end of footer form **/

/** contact form **/
.form-style-2 .form-row {
    margin: 0;
}

.form-style-2 .fields-row label {
    font-family: Mollen;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

.form-style-2 .fields-row label>span {
    margin-top: 12.5px;
}

.form-style-2 .fields-row>div:not(.description):not(.enquiry-type) {
    float: left;
    width: 50%;
}

.form-style-2 .fields-row>div:not(.description):not(.enquiry-type):not(:nth-child(odd)) {
    padding-right: 30px;
}

.form-style-2 .fields-row .description input,
.form-style-2 .fields-row .description textarea.wpcf7-textarea {
    height: 90px;
}

.form-style-2 .row-submit p {
    margin: 0;
    text-align: center;
}

.form-style-2 input::placeholder,
.form-style-2 textarea::placeholder {
    color: transparent;
}

@media screen and (max-width: 767px) {
    .form-style-2 .fields-row>div {
        width: 100% !important;
        padding-right: unset !important;
    }
}

@media (max-width: 544px) {
    .site-above-footer-wrap[data-section="section-above-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
        margin-bottom: 0 !important;
    }
}

/** end of contact form **/

/** H1 Animation **/
h1 span {
    display: inline-block;
    /*animation: slideLeft 1.5s forwards;
    opacity: 0;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);*/
}

@keyframes slideLeft {
    from {
        opacity: 0;
        transform: translateX(200px);
    }

    to {
        opacity: 1;
        transform: translateX(0%);
    }
}

.mask-banner-left .elementor-heading-title,
.mask-banner-right .elementor-heading-title {
    color: rgba(0, 0, 0, 0.1) !important;
    padding: 0 120px 0 0;
    margin-right: -120px;
    background: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000), color-stop(0.5, #d9d9d9));
    background: -moz-gradient(linear, left top, right top, from(#000000), to(#000000), color-stop(0.5, #d9d9d9));
    background: gradient(linear, left top, right top, from(#000000), to(#000000), color-stop(0.5, #d9d9d9));
    -webkit-background-size: 125px 100%;
    -moz-background-size: 125px 100%;
    background-size: 125px 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    -webkit-animation-name: shimmer;
    -moz-animation-name: shimmer;
    animation-name: shimmer;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #000000;
}

@-moz-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-webkit-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@-o-keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

@keyframes shimmer {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top right;
    }
}

/** end of H1 Animation **/

/** button hover effect **/
a.elementor-button,
.form-style-2 button.wpcf7-submit {
    background-color: #ED1C24;
}

a.elementor-button:hover,
.form-style-2 button.wpcf7-submit:hover {
    background-color: #505153;
}

footer button.wpcf7-submit:hover {
    background: #000 !important;
}

.contact-info li:hover a {
    text-decoration: underline !important;
    text-decoration-color: #000 !important;
}

a.elementor-button,
a.readmore-btn,
button.wpcf7-submit {
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s;
    width: 100% !important;
    max-width: 180px !important;
    height: 50px !important;
    position: relative;
    text-align: center;
}

a.readmore-btn,
button.wpcf7-submit {
    display: flex;
    justify-content: center;
    align-items: center;
}

button.wpcf7-submit {
    margin: auto;
}

a.elementor-button .elementor-button-content-wrapper::after,
a.readmore-btn::after,
button.wpcf7-submit::after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAABHNCSVQICAgIfAhkiAAAAOBJREFUWEft100OgkAMhmF6LFfuXHsedYEL8TgecSgGjWnmp5NJ2i+xLEGSJ++MBWgCPwjcNwVwdIWiYBQcLTB6f+xBWTCldOJzRyK6auqaFmTcmVGvHbZokKbADcbI9FPuychLraQ5MIN8MPJWQroAe0q6ATPI7J50BWqQ7sDWckMAa38cGGCpJIm5pBnulr9Z0IEz8hLPPMDvMECx1d64bS9BAEs4CGAN5w5s4VyBGpwbUItzAfbgzIHilf87SqDeqPePpsNnzrWemxBzEKpgq5i8HgV7i0XB0WJR8O8KruW/aydWgQKnAAAAAElFTkSuQmCC);
    position: relative;
    justify-content: flex-end;
    opacity: 0;
    margin-top: 5px;
    width: 0px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    transform: translateX(-20px);
    background-size: 20px;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

a.readmore-btn::after,
button.wpcf7-submit::after {
    margin-top: 0px !important;
}


a.elementor-button:hover,
a.readmore-btn:hover,
button.wpcf7-submit:hover {
    transition: all 0.5s;
    max-width: 210px !important;
}

a.elementor-button:hover .elementor-button-content-wrapper::after,
a.readmore-btn:hover::after,
button.wpcf7-submit:hover::after {
    opacity: 1;
    width: 20px;
    transform: translateX(0px);
    transition: all 0.5s;
}

a.readmore-btn:hover::after,
button.wpcf7-submit:hover::after {
    transform: translateX(5px);
}

.back-home a.elementor-button {
    max-width: 230px !important;
}

.back-home a.elementor-button:hover {
    max-width: 250px !important;
}

.wpcf7-response-output {
    display: none;
}

/** end of button hover effect **/

/** about us - who we are **/
.about-core-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 30%, black 100%);
    z-index: 1;
    border-radius: 5px;
}

.about-core-item div {
    z-index: 2;
}

.about-services-wrapper {
    min-height: 650px;
    background-repeat: no-repeat;
    background-size: cover;
}

.about-services-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    width: calc((100vw - 1140px) / 2 + 456px);
    height: 100%;
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    pointer-events: none;
    z-index: 1;
}

.about-services-wrap {
    display: flex;
    position: relative;
    align-items: stretch;
    max-width: 1140px;
    width: 100%;
    margin: auto;
    z-index: 2;
}

.about-services-wrap:after {
    content: "";
    display: table;
    clear: both;
}

.about-services-left {
    float: left;
    width: 40%;
    height: 100%;
    padding: 5% 5% 5% 10%;
}

.about-services-right {
    float: left;
    width: 60%;
    padding: 5% 3%;
}

.about-services-right .service-item {
    position: absolute;
    bottom: 5%;
}

.about-services-right .service-content * {
    color: #FFF !important;
}

ul.services-menu {
    list-style: none;
    padding-left: 0;
}

.services-menu li.services-options:first-child {
    border-top: 1px solid #000;
}

.services-menu li.services-options {
    padding: 20px 0;
    border-bottom: 1px solid #000;
    font-weight: 700;
    font-family: Mollen;
    font-size: 20px;
    line-height: 30px;
}

.services-menu li.services-options:hover {
    cursor: pointer;
}

.services-menu li.services-options.active {
    color: #ED1C24;
    position: relative;
    padding-left: 40px;
}

.services-menu li.services-options.active::before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: #000;
    font-size: 20px;
    line-height: 30px;
}

.play-text .elementor-icon {
    transition-duration: .3s;
    transition-timing-function: ease;
}

.home-slide .slick-slider {
    -webkit-user-select: text !important;
    user-select: text !important;
}

.home-slide .htslider-single-post-slide>svg {
    width: 1852px;
    height: 1072px;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translatex(-50%);
    margin-left: 283px;
}

.home-slide .htslider-single-post-slide:before {
    content: "";
    width: calc(50% - 638px);
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #ffffff;
    z-index: 1;
}

.home-slide .htslider-single-post-slide:after {
    content: "";
    width: calc(50% - 1200px);
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #ffffff;
}

.home-slide .single-slide-item {
    overflow: hidden;
}

.home-slide .single-slide-item.htslider-single-post-slide .content {
    padding: 16px;
}

.home-slide .slick-slide {
    opacity: 0;
    transition: opacity 1.9s ease-in-out !important;
    will-change: opacity;
}

.home-slide .slick-slide.slick-current.slick-active {
    opacity: 1;
}

/*.home-slide .slick-slide svg+svg g path, .home-slide .slick-slide svg g g path:not(:first-child){transform-origin: 50% 50% 0px;transform: scale(0.8);transition:all ease-out 0.9s;}
.home-slide .slick-slide.slick-current.slick-active svg+svg g path, .home-slide .slick-slide.slick-current.slick-active svg g g path:not(:first-child){transform: scale(1);}*/
.mask-banner-full .elementor-shape-bottom {
    display: none;
}

.shape {
    opacity: 1;
    transition: opacity 1s ease;
}

.shape.hide {
    opacity: 0 !important;
}

.fadeshape {
    opacity: 1;
    transition: opacity 1s ease;
}

.fadeshape.hide {
    opacity: 0 !important;
}

@media(max-width:1570px) {
    .home-slide .single-slide-item.htslider-single-post-slide .content {
        padding: 16px;
    }
}

@media(max-width:1024px) {
    .home-slide .htb-container {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .htslider-item-img.single-slide-item.htslider-single-post-slide {
        height: 565px !important;
    }

    .home-slide .htslider-single-post-slide::before {
        display: none;
    }

    .home-slide .htslider-single-post-slide::after {
        display: none;
    }

    .home-slide .htslider-single-post-slide>svg {
        height: 788px;
        width: 100vw;
        top: auto;
        bottom: 0px;
        margin-left: 0px;
    }

    .home-slide .htslider-single-post-slide>svg>g {
        transform: scale(2.38);
    }

    .home-slide .htslider-single-post-slide>svg>g>path {
        display: none;
    }

    .home-slide .htslider-single-post-slide>svg>g>g>path:first-child {
        display: none;
    }

    .home-slide .htslider-single-post-slide>svg+svg>g>path {
        display: block;
    }

    .home-slide .htslider-single-post-slide>svg+svg>g>g>path:first-child {
        display: none;
    }

    .home-slide .single-slide-item.htslider-single-post-slide .content .post-inner {
        text-align: center !important;
    }

    .home-slide .htslider-single-post-slide .content .post-inner .htslider-title {
        font-size: 36px !important;
        line-height: 46px !important;
    }

    .htslider-postslider-area button.slick-arrow {
        top: 99% !important;
    }

    .htslider-carosul-prev {
        right: auto !important;
        left: calc((100vw - 0px) / 3 + 10px) !important;
    }

    .htslider-carosul-next {
        right: auto !important;
        left: calc((100vw - 0px) / 3 + 70px) !important;
    }

    .mask-banner-full .elementor-shape-bottom {
        display: block;
    }
}

@media (min-width: 415px) and (max-width: 520px) {
    .home-slide .htslider-single-post-slide>svg>g {
        transform: scale(2.38) translatey(-105px);
    }
}

@media (max-width: 410px) {
    .home-slide .htslider-single-post-slide>svg>g {
        transform: scale(2.38) translatey(-22px);
    }
}

/*.mask-banner-right .e-con-inner{position:relative;}
.mask-banner-right .e-con-inner > svg{position:absolute;left:0px;top:0px;z-index:9;}
.mask-banner-left .e-con-inner{position:relative;}
.mask-banner-left .e-con-inner > svg{position:absolute;right:0px;top:0px;z-index:9;}
@media only screen and (max-width: 767px) {
.mask-banner-left > .e-con-inner{padding-top:214px !important;}
.mask-banner-right > .e-con-inner{padding-top:214px !important;}	
.mask-banner-left .e-con-inner > svg{height: unset;width: 580px;left: 0px;right: auto;}
.mask-banner-right .e-con-inner > svg{height: unset;width: 580px;left:auto;right:0px;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.mask-banner-left .e-con-inner > svg{height: unset;width: 100%;left: 0px;right: auto;}
.mask-banner-right .e-con-inner > svg{height: unset;width: 100%;left:auto;right:0px;}
}*/

.mask-banner-right .e-con-inner {
    position: relative;
}

.mask-banner-right .e-con-inner>svg {
    position: absolute;
    right: -78px;
    top: 0px;
    z-index: 9;
}

.mask-banner-left .e-con-inner {
    position: relative;
}

.mask-banner-left .e-con-inner>svg {
    position: absolute;
    left: -78px;
    top: 0px;
    z-index: 9;
}

@media only screen and (max-width: 767px) {
    .mask-banner-left>.e-con-inner {
        padding-top: 214px !important;
    }

    .mask-banner-right>.e-con-inner {
        padding-top: 214px !important;
    }

    .mask-banner-left .e-con-inner>svg {
        height: unset;
        width: 580px;
        left: 0px;
        right: auto;
    }

    .mask-banner-right .e-con-inner>svg {
        height: unset;
        width: 580px;
        left: auto;
        right: 0px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .mask-banner-left .e-con-inner>svg {
        height: unset;
        width: 100%;
        left: 0px;
        right: auto;
    }

    .mask-banner-right .e-con-inner>svg {
        height: unset;
        width: 100%;
        left: auto;
        right: 0px;
    }
}

.side-animate-svg svg {
    width: 100%;
    height: 100%;
}

/** desktop **/
@media only screen and (min-width: 1140px) {
    .home-slide .htb-container {
        padding: 0;
    }

    .home-slide .post-inner {
        margin: 420px 0px auto 20px;
    }
}

/** tablet **/
@media only screen and (min-width: 650px) {}

/** mobile **/
@media only screen and (max-width: 449px) {}

/** end of about us - who we are **/
.ps-relative,
.ps-relative .e-con-inner {
    position: relative;
}

.sticky-left-side {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 20px;
    align-self: flex-start;
    height: fit-content;
    max-height: 100vh;
    overflow-y: auto;
    transition: all 0.3s ease;
    will-change: transform;
}

@media (max-width: 768px) {
    .sticky-left-side {
        position: static;
        max-height: none;
    }
}

/** sustainability goal **/
.timeline-wrapper {
    /*     width: 90%; */
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
}

.timeline-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 2px;
    background: #D9D9D9;
}

.timeline-item {
    position: relative;
    display: flex;
    margin: 50px 0px;
    padding: 0 0px;
}

.timeline-year-group {
    position: relative;
    display: flex;
    margin: 100px 0px;
    /*    padding: 0 50px;*/
}

.timeline-item:first-child {
    margin-top: 0;
}

.timeline-year-group:first-child {
    margin-top: 0;
}

.timeline-item:last-child {
    margin-bottom: 0;
}

.timeline-year-group:last-child {
    margin-bottom: 0;
}

.timeline-year-marker {
    position: absolute;
    top: 0;
    color: #000000;
    font-family: Mollen;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.timeline-year-marker::before {
    content: "";
    background: #ed1c24;
    width: 30px;
    height: 30px;
    visibility: hidden;
}

.timeline-year-marker .year.bounce-in {
    animation: cd-bounce-2 0.6s;
}

.timeline-year-marker.bounce-in::before {
    animation: cd-bounce-1 0.6s;
    visibility: visible;
}

.timeline-year-marker .year {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1;
    position: absolute;
}

/*.timeline-item-date {
    position: absolute;
    top: 0;
    background: #ed1c24;
    color: #FFF;
    font-family: Mollen;
    font-weight: 700;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    box-sizing: border-box;
}*/

.timeline-item-date .day {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1;
}

.timeline-item-date .month {
    font-size: 16px;
    line-height: 1;
}

.timeline-item-content {
    position: relative;
    padding: 30px;
    box-shadow: 0px 0px 20px #ED1C241A;
    background: #fff;
}

/*.timeline-item:nth-child(1) .timeline-item-content::after {
    top: 3%;
}*/
.timeline-year-group:nth-child(1) .timeline-item-content::after {
    top: 3%;
}

.timeline-item-img {
    padding-top: 30px;
    text-align: center;
}

.timeline-item-img img {
    border-radius: 5px !important;
    max-height: 400px;
}

@media screen and (min-width: 768px) {
    .timeline-wrapper {
        width: 100% !important;
    }

    .timeline-wrapper::before {
        left: 50%;
    }

    /*.timeline-item:nth-child(even){
        justify-content: flex-end;
    }*/
    .timeline-year-group:nth-child(even) .timeline-item {
        justify-content: flex-end;
    }


    /*.timeline-item-date {
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
        height: 30px;
    }*/
    .timeline-year-marker {
        left: 50%;
        transform: translateX(-50%);
    }

    .timeline-item-content {
        width: 45%;
    }

    /*.timeline-item:nth-child(odd) .timeline-item-content {
        right: 25px;
    }*/
    .timeline-year-group:nth-child(odd) .timeline-item-content {
        /*        right: 25px;*/
    }

    .timeline-year-group:nth-child(even) .timeline-year-marker .year {
        top: 0px;
        right: calc(100% + 25px);
    }

    .timeline-year-group:nth-child(even) .timeline-item-content {
        /*        left: 25px;*/
    }

    .timeline-year-group:nth-child(odd) .timeline-year-marker .year {
        top: 0px;
        left: calc(100% + 25px);
    }

    /*.timeline-item:nth-child(even) .timeline-item-content::after {
        content: '';
        position: absolute;
        top: 5%;
        left: -20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #FFF;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
        z-index: 1;
    }*/

    .timeline-year-group:nth-child(even) .timeline-item-content::after {
        content: '';
        position: absolute;
        top: 12px;
        left: -20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #FFF;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
        z-index: 1;
    }

    /*.timeline-item:nth-child(odd) .timeline-item-content::after {
        content: '';
        position: absolute;
        top: 5%;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #FFF;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
        z-index: 1;
    }*/

    .timeline-year-group:nth-child(odd) .timeline-item-content::after {
        content: '';
        position: absolute;
        top: 12px;
        right: -20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 20px solid #FFF;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
        z-index: 1;
    }
}

@media screen and (max-width: 767px) {
    .timeline-year-group:nth-child(1) .timeline-item-content::after {
        top: 20px;
    }

    .timeline-wrapper::before {
        left: 10px;
    }

    .timeline-item {
        padding: 0;
    }

    /*.timeline-item-date {
        position: absolute;
        top: 0;
        left: 0;
        width: 40px;
        height: 40px;
    }*/
    .timeline-year-marker {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
    }

    .timeline-year-marker .year {
        font-size: 20px;
        position: relative;
        left: 50px;
    }

    .timeline-item-date .day {
        font-size: 20px;
    }

    .timeline-item-date .month {
        font-size: 14px;
    }

    .timeline-item-content {
        position: relative;
        margin-left: 40px;
        padding: 30px 20px;
    }

    .timeline-item:first-child {
        margin-top: 55px;
    }

    .timeline-item-content h3 {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px !important;
    }

    .timeline-item-description p {
        margin-bottom: 0px;
    }

    .timeline-item-content::before {
        content: "";
        position: absolute;
        top: 16px;
        right: 100%;
        height: 0;
        width: 0;
        border: 7px solid transparent;
        border-right: 7px solid #ffffff;
        display: none;
    }

    .timeline-item-content::after {
        content: '';
        position: absolute;
        top: 20px;
        left: -20px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-right: 20px solid #FFF;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
        z-index: 1;
    }

}

.is-hidden {
    visibility: hidden;
}

.timeline-date-inner.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.6s;
}


@keyframes cd-bounce-1 {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    60% {
        opacity: 1;
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}


.timeline-item-content.bounce-in {
    visibility: visible;
    animation: cd-bounce-2 0.6s;
}

.timeline-year-items:nth-child(even) .timeline-item-content.bounce-in {
    animation: cd-bounce-2-inverse 0.6s;
}

@keyframes cd-bounce-2 {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    60% {
        opacity: 1;
        transform: translateX(20px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes cd-bounce-2-inverse {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    60% {
        opacity: 1;
        transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
    }
}

/** end of sustainability goal **/
input#search-field {
    font-size: 16px;
}

.ast-container:has(.search-page-wrapper) {
    padding: 0;
    max-width: 1140px;
}

@media screen and (max-width: 1140px) {
    .ast-container:has(.search-page-wrapper) {
        padding: 0 23px;
    }
}

@media screen and (max-width: 767px) {
    .ast-container:has(.search-page-wrapper) {
        padding: 0 23px !important;
    }
}

.search-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}

.no-result-wrap,
.no-result-desc {
    text-align: center;
}

.search-bar-wrapper {
    position: relative;
    margin-bottom: 20px;
}

.search-wrapper {
    position: relative;
    margin-bottom: 0;
}

.search-wrapper:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(https://cantalunited.com/wp-content/uploads/2025/04/search.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 30px;
    font-size: 17px;
    font-weight: 600;
    margin-top: -10px;
}

.search-wrapper input {
    width: 100%;
    padding: 17px !important;
    display: block;
    height: auto;
    /*    border-radius: 30px;*/
    border: solid 1px #D1D1D1 !important;
    font-size: 17px;
    color: #000 !important;
    padding-left: 65px !important;
    font-weight: 600;
}

.search-result {
    font-size: 16px;
    margin-bottom: 35px;
}

.search-result-list .search-item {
    padding: 25px 0;
    margin: 0;
    border-bottom: solid 1px #D1D1D1;
}

.search-result-list .search-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.search-item-title {
    padding-bottom: 15px;
}

.search-item-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pagination {
    text-align: center;
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.page-numbers {
    padding: 10px !important;
    margin: 0 !important;
    border: solid 1px #D1D1D1;
    border-radius: 30px;
    background: #fff;
}

.page-numbers li {
    display: inline-block;
}

.page-numbers li>span,
.page-numbers li>a:not(.next):not(.prev) {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.page-numbers.current {
    background: #e4001a;
    color: #fff;
    margin-left: 5px;
}

.page-numbers.prev,
.page-numbers.next {
    color: #e4001a;
    font-size: 16px;
    font-weight: 500;
}

.home.ast-hfb-header .site-header-section>.ast-header-search,
.home.ast-hfb-header .ast-header-search {
    margin-top: 0%;
    margin-bottom: 0%;
    margin-left: 0%;
    /*     margin-right: 15%; */
}

.hover-box {
    position: relative !important;
}

.hover-content {
    transition: all 0.5s ease-in-out;
}

.hover-content .elementor-widget-heading {
    position: relative;
    top: 100%;
    transition: all 0.5s ease-in-out;
    transform: translatey(100px);
    opacity: 0;
}

.hover-content .elementor-widget-text-editor {
    transform: translatey(100px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    text-align: center;
    height: 0;
}

.hover-content .elementor-widget-button {
    transform: scale(100px);
    opacity: 0;
    transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
    text-align: center;
    height: 0;
}

.hover-box:hover .hover-content .elementor-widget-heading {
    transform: translatey(0px);
    opacity: 1;
}

.hover-box:hover .hover-content .elementor-widget-text-editor {
    transform: translatey(0px);
    opacity: 1;
    height: auto;
}

.hover-box:hover .hover-content .elementor-widget-button {
    transform: translatey(0px);
    opacity: 1;
    height: auto;
}

.hover-box:hover .hover-content .elementor-widget-heading {
    text-align: center;
    transform: translatey(-10px);
}

.hover-box:hover .hover-content {
    justify-content: center;
}

.hover-content .elementor-button {
    max-width: 215px !important;
}

.hover-content .elementor-button:hover {
    max-width: 250px !important;
}

.hover-content::after {
    content: "";
    position: absolute !important;
    left: 0px;
    bottom: -320px;
    width: 100%;
    height: 450px;
    background: #ED1C24;
    z-index: -1;
    transform: skewY(20deg);
    transition: all ease 0.5s;
}

.hover-box:hover .hover-content::after {
    height: 110%;
    transform: skewY(0deg);
    opacity: 0.8;
    bottom: -20px;
}

.hover-box:hover .normal-heading {
    opacity: 0;
    visibility: hidden;
}

.hover-box:not(:hover) .hover-content * {
    transition: none;
}

@media(max-width:767px) {
    .hover-content::after {
        height: 200px;
    }

    .hover-box .hover-content .elementor-widget-text-editor p {
        display: -webkit-box;
        max-width: 100%;
        max-height: 128px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

.ratio-9_16 {
    aspect-ratio: 9 / 16;
}

.ratio-16_9 {
    aspect-ratio: 16 / 9;
}

.ratio-4_3 {
    aspect-ratio: 4 / 3;
}

.ratio-1_1 {
    aspect-ratio: 1 / 1;
}

.ratio-3_2 {
    aspect-ratio: 3 / 2;
}

.facility-sec .pg-doodle-grid {
    display: grid !important;
}

.facility-sec.pg-masonry--yes .pg-doodle-grid .pg-doodle-item {
    margin-bottom: 0px !important;
}

.facility-sec[class*="elementor-widget-pg-"] .pg-eicon-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: auto;
    margin: 0px;
    transition: all .5s;
}

.facility-sec .pg-doodle-grid .pg-doodle-item[data-elementor-open-lightbox="yes"] .pg-doodle-image-wrap::before {
    transform: translate(0%, 0%);
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.facility-sec .pg-doodle-grid .pg-doodle-item .pg-open-lightbox {
    display: none;
}

.facility-sec .pg-doodle-title {
    transition: all ease 0.9s;
    transform: translateY(100px);
}

.facility-sec .pg-doodle-meta {
    transform: translateY(100%);
    transition: all ease 0.9s;
}

.facility-sec .pg-doodle-image-wrap::before {
    padding-bottom: 0%;
    top: 0%;
    left: 0%;
    transform: translateY(100%);
    border-radius: 0%;
    transition: all .9s ease-out;
}

.facility-sec .pg-doodle-item .pg-doodle-image-wrap img {
    transition: transform .9s ease-out;
}

.facility-sec .pg-doodle-content {
    transition: all .9s ease-out;
}

.facility-sec .pg-doodle-item:hover .pg-doodle-image-wrap::before {
    transform: translate(0%, 0%);
}

.facility-sec .pg-doodle-grid .pg-doodle-item:hover .pg-eicon-play {
    color: #ED1C24;
}

.facility-sec .pg-doodle-item:hover .pg-doodle-image-wrap img {
    transform: scale(1.2);
}

.facility-sec .pg-icon-play-circle::before {
    content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M78 0V78H0V0H78ZM3 75H75V3H3V75Z' fill='%23ffffff'/><path d='M55.5332 39.0791L22 58.1582V20L55.5332 39.0791ZM25 52.999L49.4658 39.0791L25 25.1582V52.999Z' fill='%23ffffff'/></svg>");
    transition: all .5s;
    width: 78px;
    height: 78px;
    display: block;
}

.facility-sec .pg-doodle-grid .pg-doodle-item:hover .pg-icon-play-circle::before {
    content: url("data:image/svg+xml;utf8,<svg viewBox='0 0 78 78' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M78 0V78H0V0H78ZM3 75H75V3H3V75Z' fill='%23ED1C24'/><path d='M55.5332 39.0791L22 58.1582V20L55.5332 39.0791ZM25 52.999L49.4658 39.0791L25 25.1582V52.999Z' fill='%23ED1C24'/></svg>");
}

.facility-box .elementor-widget-container {
    overflow: hidden;
    position: relative;
}

.facility-box .elementor-image-box-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(237, 28, 36, 0.8);
    transition: all ease 0.5s;
    opacity: 0;
    transform: translateY(100%);
}

.facility-box .elementor-image-box-img img {
    height: 100%;
    object-fit: cover;
}

.facility-box:hover .elementor-image-box-content {
    opacity: 1;
    transform: translateY(0%);
}

@media(max-width:767px) {
    .facility-sec .pg-icon-play-circle::before {
        width: 51px;
        height: 51px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .facility-sec .pg-doodle-item:hover h3.pg-doodle-title {
        font-size: 25px;
    }
}

.facility-box.ratio-9_12_5,
.facility-box.ratio-9_12_5 .elementor-widget-container,
.facility-box.ratio-9_12_5 .elementor-image-box-wrapper,
.facility-box.ratio-9_12_5 .elementor-image-box-img,
.facility-box.ratio-9_12_5 .elementor-image-box-img img {
    aspect-ratio: 9 / 12.5;
}

.facility-box.ratio-1_45_1_34,
.facility-box.ratio-1_45_1_34 .elementor-widget-container,
.facility-box.ratio-1_45_1_34 .elementor-image-box-wrapper,
.facility-box.ratio-1_45_1_34 .elementor-image-box-img,
.facility-box.ratio-1_45_1_34 .elementor-image-box-img img {
    aspect-ratio: 1.45 / 1.34;
}

.facility-box.ratio-3_1_34,
.facility-box.ratio-3_1_34 .elementor-widget-container,
.facility-box.ratio-3_1_34 .elementor-image-box-wrapper,
.facility-box.ratio-3_1_34 .elementor-image-box-img,
.facility-box.ratio-3_1_34 .elementor-image-box-img img {
    aspect-ratio: 3 / 1.34;
}

.facility-video-box.ratio-3_1_34,
.facility-video-box.ratio-3_1_34 .elementor-widget-container,
.facility-video-box.ratio-3_1_34 .elementor-open-lightbox,
.facility-video-box.ratio-3_1_34 .elementor-custom-embed-image-overlay,
.facility-video-box.ratio-3_1_34 .elementor-custom-embed-image-overlay img {
    aspect-ratio: 3 / 1.34;
}

.facility-video-box .elementor-widget-container {
    overflow: hidden;
    position: relative;
}

.facility-video-box .elementor-open-lightbox {
    position: relative;
}

.facility-video-box .elementor-open-lightbox .elementor-custom-embed-image-overlay:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
}

.slider-box .elementor-item-box-image {
    background: #EEEEEE;
}

.slider-box .swiper-button-next::after,
.slider-box .swiper-button-prev::after {
    content: '';
    display: inline-block;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    opacity: 0.3;
    transition: all ease 0.3s;
}

.slider-box .swiper-button-next::after {
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/right-arrow.png');
}

.slider-box .swiper-button-prev::after {
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/left-arrow.png');
}

.slider-box .swiper-button-next:hover::after,
.slider-box .swiper-button-prev:hover::after {
    opacity: 1;
}

.slider-box .swiper-button-prev,
.slider-box .swiper-button-next {
    top: 43%;
}

.cert-slider-box .swiper-button-prev,
.cert-slider-box .swiper-button-next {
    top: 43%;
}

body,
html {
    overflow-x: hidden;
}

body.home .site-content {
    overflow-x: clip;
}

@media screen and (max-width: 767px) {

    body,
    html {
        overflow-x: hidden;
    }

    body.home .site-content {
        overflow-x: clip;
    }

    .slider-box .swiper-button-next,
    .slider-box .swiper-button-prev {
        background: rgba(255, 255, 255, 0.6);
        padding: 0px 4px;
    }

    .slider-box .swiper-button-next {
        right: 20px !important;
    }
}

.elementor-lightbox .swiper .elementor-swiper-button svg {
    display: none;
}

.elementor-lightbox .swiper .elementor-swiper-button:after {
    content: '';
    display: inline-block;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    vertical-align: middle;
    opacity: 0.3;
    transition: all ease 0.3s;
    filter: invert(96%) sepia(100%) saturate(12%) hue-rotate(237deg) brightness(103%) contrast(103%)
}

.elementor-lightbox .swiper .elementor-swiper-button:has(.e-eicon-chevron-right)::after {
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/right-arrow.png');
}

.elementor-lightbox .swiper .elementor-swiper-button:has(.e-eicon-chevron-left)::after {
    background-image: url('https://cantalunited.com/wp-content/uploads/2025/05/left-arrow.png');
}

.image-icon-box figure.elementor-image-box-img {
    background: #8C0D18;
    width: 72px !important;
    height: 72px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -109px !important;
}

.image-icon-box .elementor-image-box-content {
    padding-top: 25px;
}

.image-icon-box figure.elementor-image-box-img img {
    width: 48px;
    height: 48px;
}

.image-icon-box .elementor-image-box-wrapper {
    padding: 28px;
    padding-top: 68px;
    box-shadow: 0px 0px 20px #ED1C2429;
}

.box-height-lebel .image-icon-box {
    height: 100%;
}

.box-height-lebel .image-icon-box .elementor-widget-container {
    height: 100%;
}

.box-height-lebel .image-icon-box .elementor-image-box-wrapper {
    height: 100%;
}

.enquiry-form {
    margin-bottom: 0px !important;
}

.enquiry-form p {
    margin-bottom: 0px !important;
}

.enquiry-form .wpcf7-form-control-wrap {
    margin-bottom: 25px;
    margin-top: 15px;
}

.enquiry-form .form-col p {
    display: grid;
    grid-column-gap: 30px;
    grid-template-columns: repeat(2, 1fr);
}

.enquiry-form label {
    font-size: 16px;
    font-family: Mollen;
    font-weight: 700;
    display: block;
}

.enquiry-form .wpcf7-form-control {
    font-size: 15px;
    font-family: Tahoma;
    font-weight: 400;
    color: #808080;
    border: 0;
    box-shadow: none;
}

.enquiry-form textarea.wpcf7-form-control {
    height: 90px;
}

.submit-button p {
    margin-bottom: 0px;
}

.enquiry-form .wpcf7-submit {
    background: #ED1C24;
    color: #ffffff;
    font-size: 16px;
    font-family: Mollen;
    font-weight: 700;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.enquiry-form .wpcf7-submit:hover {
    background: #505153;
}

.enquiry-form .form-row {
    margin-bottom: 0px;
}

.enquiry-form .description .wpcf7-form-control-wrap {
    margin-bottom: 0px;
}

.enquiry-form .row-submit {
    margin-top: 40px;
}

.enquiry-form .fields-row {
    display: grid;
    grid-template-columns: auto auto;
    column-gap: 30px;
}

.enquiry-form .enquiry-type {
    grid-column: 1 / span 2;
}

.enquiry-form .description {
    grid-column: 1 / span 2;
}

.enquiry-form .description input {
    height: 90px;
}

@media screen and (max-width: 767px) {
    .enquiry-form .form-col p {
        grid-template-columns: repeat(1, 1fr);
    }

    .enquiry-form .fields-row {
        grid-template-columns: auto;
    }

    .enquiry-form .fields-row>div {
        grid-column: 1 / span 1;
    }

    .hidden-overflow-mobile {
        overflow-x: hidden;
    }
}

.elementor-relative .e-con-inner {
    position: relative;
}

footer>div:first-of-type {
    border-radius: 5px;
}

/** contact us **/
.contact-info span.elementor-icon-list-text {
    padding: 0 !important;
}

.contact-info svg {
    margin: 0 !important;
}

/** avoid IOS default dropdown behavior **/
select.select2-hidden-accessible {
    visibility: hidden;
}

.select2.select2-container {
    width: 100% !important;
}

.select2-selection.select2-selection--single {
    height: 45px !important;
    border-radius: 0 !important;
    border: unset !important;
}

.select2-container--open .select2-dropdown--below {
    padding: 0px;
    border: unset !important;
    margin-top: 0 !important;
}

.form-style-2 .select2-container--open .select2-dropdown--below {
    margin-top: 1px !important;
}

footer .select2-container--open .select2-dropdown--below {
    margin-top: 10px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Tahoma';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding: 10px 16px;
    text-align: left;
}

footer .select2-container .select2-selection--single .select2-selection__rendered {
    color: #808080;
}

.select2-search--dropdown {
    display: none !important;
}

.select2-results__option {
    padding: 10px 15px !important;
}

.select2-results {
    margin-top: 0 !important;
}

.select2-dropdown {
    border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 9px !important;
    right: 17px !important;
}

span.select2-selection__arrow::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 18px;
    background: url("https://cantalunited.com/wp-content/uploads/2025/04/dropdown-arrow.png");
    background-repeat: no-repeat;
    vertical-align: -50%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: transparent !important;
}

ul.select2-results__options {
    padding: 0px !important;
    margin: 0px !important;
}

ul.select2-results__options li {
    font-family: 'Tahoma';
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    color: #444 !important;
    text-align: left;
}

/** end of contact us **/

.grecaptcha-badge {
    visibility: hidden
}


/* Home page image frames css */
.fcs__section img {
    object-fit: cover;
    max-width: 100%;
    display: block;
}

.fcs__section {
    width: 100%;
    height: 550svh;
    margin-top: -80svh;
    position: relative;
    z-index: 1;
}

.fcs__sticky {
    z-index: 10000;
    flex-flow:
        column;
    justify-content: center;
    align-items: center;
    height: 100svh;
    display: flex;
    position: sticky;
    top: 0%;
    overflow:
        hidden;
    opacity: 0;
    /* Initial state */
    will-change: opacity;
}

.fcs__img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    inset:
        0%;
}

.fcs__img canvas,
.hh__bg-img canvas {
    object-fit: cover;
    object-position: 50% 0%;
}

@media screen and (min-width:1200px) {
    h2.fcs__heading {
        max-width: 1140px !important;
    }
}

@media screen and (min-width: 2560px) {
    h2.fcs__heading {
        font-size: 124px !important;
    }
}

h2.fcs__heading {
    z-index: 20;
    color: #ffffff !important;
    font-size: 100px;
    /* 	  line-height: .9em !important; */
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    /* 	  padding-left: 60px;
	  padding-right: 60px; */
    display: flex;
    position: relative;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.52);
    line-height: 1.2 !important;
}

h2.fcs__heading {
    position: absolute;
}

.fcs__span1 {
    display: block;
}

.fcs__span2 {
    margin-left: auto;
    display: block;
}

.fcs__span3 {
    width: 100%;
    padding-left: 10%;
}

.fcs__span4 {
    min-width: 4.2em;
    margin-right: auto;
}

.fcs__span6 {
    text-align: right;
    width: 100%;
    margin-left: auto;
}

.fcs__frame {
    z-index: 15;
    border: 1px solid #ffffff;
    border-radius:
        8px;
    width: 40vw;
    max-width: 50vh;
    position: absolute;
    top: 4%;
    bottom: 15%;
    display: none;
}

.fcs__frame {
    transform: scale(var(--scale));
}

.fcs__frame__outline {
    border-radius: 8px;
    position: absolute;
    inset: 0%;
}

.fcs__frame__outline {
    outline: 1000px solid #ffffff;
    opacity: 0;
}

.utl__grain {
    z-index: 10000;
    opacity: .5;
    pointer-events: none;
    mix-blend-mode: hard-light;
    background-image: url(https://cdn.prod.website-files.com/659ab65ceabb05549e0dc188/659aef5fabd99e2054b3467c_pli-grain-seamless.jpg);
    background-position:
        0 0;
    background-size: 300px 300px;
    position: absolute;
    inset:
        0%;
}

.utl__grain.lighten {
    opacity: .5;
    mix-blend-mode: soft-light;
}

@media screen and (max-width: 991px) {
    .fcs__frame {
        width: 450px;
        max-width: 80vw;
    }
}

@media screen and (max-width: 767px) {
    h2.fcs__heading {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 767px) {
    h2.fcs__heading {
        font-size: 48px !important;
    }

    .mob-image {
        bottom: -60px !important;
        right: -70px !important;
    }
}

@media screen and (max-width: 479px) {
    h2.fcs__heading {
        padding-left: 4vw;
        /* 		font-size: 10vw !important; */
    }

    .fcs__span4 {
        margin-right: 2.5vw;
    }

    .fcs__span5 {
        margin-left: auto;
    }

    .fcs__span6 {
        text-align: right;
    }

    .fcs__frame {
        max-width: 70vw;
    }
}

[cb-scrollbar-hidden="true"],
.utl__scroller,
.ang-lst__collection__container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.core-value-video{
	height: 400px !important;
}
.core-value-video>div>div{
	height: 100%;
	aspect-ratio: unset !important;
}
.core-value-video.elementor-widget-video video{
	height: 100% !important;
    width: 100% !important;
	aspect-ratio: unset !important;
}

/** event page **/
.events-wrapper {
    grid-template-columns: repeat(3, 1fr);
    display:grid;
    gap: 40px;
}

.events-wrapper .event {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .events-wrapper {
         grid-template-columns: repeat(1, 1fr);
    }
}

.event-featured,
.event-featured-wrap,
.event-featured img,
.event-featured video {
    height: 205px !important;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.event-thumbnail {
    margin-bottom: 20px;
}

.event-title h3 {
    margin-bottom: 10px;
}

.event-more {
    height: 50px;
}

.event-more .readmore-btn {
   font-family: "Mollen", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    border-radius: 0px 0px 0px 0px;
    background: #ED1C24;
}

.event-more .readmore-btn:hover {
     background-color: #505153;
}

.events .pagination .page-numbers {
    width: 35px;
    height: 35px;
    display: flex;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
     margin: 0 5px;
}

.events .pagination .page-numbers:not(.prev):not(.next):hover {
    background: #ED1C24;
    color: #fff;
}

.events .pagination .current{
    background: #ED1C24;
    color: #fff;
}

.events .pagination .prev,
.events .pagination .next {
    font-size: 16px;
    font-weight: 500;
}

.event header,
nav.post-navigation {
    display:none;
}