/*OVERALL*/
.custom_slider_font_serif{
    font-family: 'Zodiak-Light' !important;
    font-weight: 300 !important;
}

.custom_slider_font{
    font-family: 'Satoshi-Bold';
    font-weight: 500;
}

.text-bg-white {
    background-color: #fff;
    border-radius: 5px;
}

@media (max-width: 767px) {
    .ult-sticky-anchor.ult_stick_to_row.fixto-fixed {
    	position: relative !important;
    	top: 0 !important;
    	left: 0 !important;
    	width: auto !important;
    }
    
    div:has(+ .ult-sticky-anchor.ult_stick_to_row.fixto-fixed) {
      display: none !important;
    }

    .portfolio-scroller-container .cbp-l-grid-team-name,
    .portfolio-scroller-container .cbp-l-grid-team-position {
    	padding-left: 15px !important;
    	padding-right: 15px !important;
    }
	
		body header .nav-container .navbar-header {
			margin-top: 12.5px !important;
			margin-bottom: 12.5px !important;
			height: 45px !important;
		}

		body header a.navbar-brand img, body header a.navbar-brand img {
			max-height: 45px !important;
		}
	
		body header.header_after_scroll .nav-container .navbar-header {
			margin-top: 12.5px !important;
			margin-bottom: 12.5px !important;
			height: 45px !important;
		}
	
		body header.header_after_scroll a.navbar-brand img, body header.header_after_scroll a.navbar-brand img.logo_after_scroll {
			max-height: 45px !important;
		}
	
		.strong_design header.header_after_scroll .nav-container .dl-menuwrapper {
			margin-top: calc(30px + 5px) !important;
		}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .strong_design header.header_after_scroll .nav-container .dl-menuwrapper {
        margin-top: calc(35px + 5px);
    }
}

.content-shadow-light {
	background-color: #fff;
	box-shadow: -100px 0 100px 50px #fff;
	z-index: 2;
	position: relative;
}

html .testimonials-style2 .t-author {
	color: #fff !important;
}

.testimonials-style2 > .slides {
	max-height: none !important;
}

.testimonials-style2 > .slides > .slick-list {
	margin: 0 auto;
}
/*OVERALL - END*/


/*ENQUIRY FORM*/
.ult_modal .select2-container {
    top: 0 !important;
}

.ult_modal .select2-dropdown {
    z-index: 9999 !important;
    top: 55px;
}

.deep-multiple-fields > div:has(.select2-container--open) {
    z-index: 9999 !important;
}
/*ENQUIRY FORM - END*/


/*BLOG*/
.metas-container > p {
	display: flex !important;
}
/*BLOG - END*/