/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 21 2025 | 19:37:29 */
:root {
	--cabh-h-font: "Montserrat";
	--cabh-red: #c1154a;
	--cabh-navy: #00234D;
	--cabh-blue: #003472;
	--cabh-blue-300: #003276;
	--cabh-text: #000814;
	--cabh-gray: #EAEBF0;
	--cabh-white: #fff;
}

.et_pb_button_module_wrapper .btn {
    line-height: 1.2 !important;
    display: inline-flex;
    align-items: center;
}
body #page-container .et_pb_section .et_pb_button_module_wrapper .btn::after {
    position: unset !important;
    font-size: 24px !important;
    line-height: .1 !important;
}
.mb-0 {
	margin-bottom: 0;
}

.cabh-header .et_pb_menu__menu {
    margin-right: 30px;
}
.et_pb_menu .et-menu>li {
    padding-left: 20px;
    padding-right: 20px;
}
.cabh-header.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-block: 10px;
    border-bottom: 3px solid transparent;
}
.cabh-header.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li:hover a {
	border-color: var(--cabh-red);
}
.cabh-header .et_pb_menu__search-button:after {
    transform: scaleX(-1);
}

.et_pb_menu .et_pb_menu__menu, .et_pb_menu .et_pb_menu__menu>nav, .et_pb_menu .et_pb_menu__menu>nav>ul {
    align-items: center;
}
div.et_pb_menu .et_pb_menu__search-input {
	color: var(--cabh-white);
}

div.et_pb_menu .et_pb_menu__search-input::-webkit-search-cancel-button {
    display: none;
}

div.et_pb_menu .et_pb_menu__search-input::placeholder {
	opacity: 1;
	color: var(--cabh-white);
}

.et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li:not(:last-child):before {
    content: "";
    height: 25px;
    width: 1px;
    background: var(--cabh-red);
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
}
.et-menu .menu-item-has-children>a:first-child:after {
    display: none;
}
.et-menu .menu-item-has-children>a:first-child {
    padding-right: 0;
}

.cabh-header .et_mobile_menu li a:hover, .cabh-header .nav ul li a:hover {
    background-color: transparent;
    opacity: 1;
    color: var(--cabh-red) !important;
}
.cabh-header ul ul li a {
    padding-inline: 0;
	padding-block: 10px;
	font-size: 15px !important;
}
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover, .et_pb_menu_0_tb_header.et_pb_menu .et_mobile_menu a:hover {
    color: var(--cabh-red) !important;
}


.cabh-footer-logos .et_pb_text_inner {
    display: flex;
    gap: 30px;
    justify-content: center;
}
.cabh-footer-logos .et_pb_text_inner br {
    display: none;
}
.cabh-footer-logos .et_pb_text_inner img {
    width: 80px;
}

.cabh-scroll-box {
    overflow: hidden;
}
.cabh-scroll {
	display: flex;
	gap: 50px;
}
.cabh-scroll-item {
    display: flex;
	animation: infiscroll 30s linear infinite;
}
.cabh-scroll-item p {
    white-space: nowrap;
    margin: 0;
    font-size: 17px;
    color: #fff;
	padding: 0;
	line-height: 1;
}

@keyframes infiscroll {
  0% {
      transform: translate(0, 0);
  }
  100% {
      transform: translate( calc( -100% - 50px ), 0);
  }
}


/* Divider */
.cabf-divider {
    display: flex;
    max-width: 407px;
    justify-content: center;
    position: relative;
}
.cabf-divider span {
	width: 100%;
	display: flex;
}
.cabf-divider img {
	max-width: 35px;
}
.cabf-divider span::before, .cabf-divider span::after {
    content: "";
    position: absolute;
    width: calc(50% - 30px);
    height: 4px;
    top: 55%;
}
.cabf-divider span::before {
	left: 0;
}
.cabf-divider span::after {
	right: 0;
}
.divider-blue span::before, .divider-blue span::after {
	background-color: var(--cabh-blue-300);
}
.divider-gray span::before, .divider-gray span::after {
	background-color: var(--cabh-gray);
}

/* logo */

.cabh-logo-carousel .slick-track {
	display: flex;
	align-items: center;
}
.cabh-logo-carousel .dtq-logo-carousel {
    padding-inline: 40px;
}


/* FAQs */
.cabh-faq-list .et_pb_accordion_item {
    margin: 0 !important;
    padding-right: 40px;
}
.cabh-faq-list .et_pb_toggle_title:before {
    left: auto;
    right: -40px;
}
.cabh-faq-list .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before {
    content: "\4b" !important;
	display: block !important;
}


/* Contact Form */

@media (min-width: 641px) {
	div .gform_wrapper.gravity-theme .ginput_container_address span, div .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
		margin-bottom: 16px;
	}	
}

@media (min-width: 768px) {
	div .gform_wrapper.gravity-theme .ginput_complex .ginput_full {
		flex: 0 0 50%;
	}
	div .gform_wrapper.gravity-theme .ginput_container_address span {
		flex: 0 0 33.33%;
	}	
	
}
.ginput_container input, .ginput_container textarea {
    border: none;
    border-bottom: 1px solid #DBDDE0;
    border-radius: 0;
    padding: 12px 15px !important;
}
.gform-footer input[type="submit"] {
    background: var(--cabh-red);
    border: none;
    padding: 15px 40px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
	font-family: "Montserrat";
	cursor: pointer;
}
.gform-footer input[type="submit"]:hover {
	background: var(--cabh-blue);
}

.gchoice input {
    accent-color: var(--cabh-red);
}
.gform_heading {
    margin-bottom: 40px;
    color: var(--cabh-red);
    font-size: 11px;
}

.cabh-mobile-menu {
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.cabh-main-menu {
    display: none;
}

/* Fixed bar */
.cabh-fixed-box {
    position: fixed;
    min-width: 60px;
    background: var(--cabh-navy);
    right: 0;
    top: 45%;
    z-index: 99;
    transition: .4s all ease;
	border: 1px solid var(--cabh-white);
}
.box-house {
    text-align: center;
}
.box-house img {
    max-width: 50px;
    transition: .4s all ease;
}
.fixed-box-content {
    padding: 12px;
    position: relative;
}
.box-close {
    position: absolute;
    top: -15px;
    left: -15px;
    cursor: pointer;
	z-index: 999;
}
.box-text span {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    font-family: "Montserrat";
    transition: .4s all ease;
    position: absolute;
    bottom: 8px;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.active .box-text span {
    opacity: 1;
    visibility: visible;
}
.box-close svg {
	transition: .4s all ease;
}
.active .box-close svg {
    transform: rotate(45deg);
}

.cabh-fixed-box.active {
    min-width: 180px;
}
.fixed-box-content {
    padding: 5px 10px;
    position: relative;
    transition: .4s all ease;
}
.active .fixed-box-content {
    padding: 12px 12px 30px;
}
.fixed-box-content a::after {
    position: absolute;
    content: "";
    inset: 0;
}
.fixed-box-content:hover {
    background: var(--cabh-red);
}


/* Blog */
.et_pb_blog_grid .et_pb_post {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	transition: .4s all ease;
}
.et_pb_blog_grid .et_pb_post:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .44);
}


.et_pb_text_inner a {
	color: var(--cabh-red);
	transition: .4s all ease;
}
.et_pb_text_inner a:hover {
	text-decoration: underline;
}
.cabh-blog-grid .et_pb_salvattore_content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
  gap: 30px;
}
.cabh-blog-grid .column {
    width: 100% !important;
}

/* Team  */
.sptp-member-avatar-img img {
	width: 100%;
}
.sptp-member-avatar-img-area {
    aspect-ratio: 1;
}
.sptp-member-avatar {
    width: 100%;
    max-width: 230px;
}
.sptp-member-avatar-img {
    aspect-ratio: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.sptp-name {
    font-family: var(--cabh-h-font) !important;
    font-weight: 700 !important;
    font-size: 17px !important;
}
.sptp-profession-text {
    padding-bottom: 5px;
}
.sptp-member-email span {
    font-weight: 400 !important;
    color: var(--cabh-red) !important;
    text-decoration: underline;
}


/*  */
.b-top-1 {
	border-top: 1px solid var(--cabh-white);
}






/* Responsive */
@media (max-width: 1610px) {
	.cabh-home-banner {
		padding-bottom: 64px !important;
	}	
}
@media (max-width: 1440px) {
	.cabh-home-banner {
		background-position: -100px bottom !important;
		background-size: 55vw !important;
	}	
}




@media (max-width: 1320px) {
	.cabh-header-row {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}	
	div .et_pb_menu_0_tb_header.et_pb_menu ul li a {
		font-size: 16px;
	}	
	div .et_pb_menu .et-menu>li {
		padding-left: 12px;
		padding-right: 12px;
	}	
	
}


@media (max-width: 980px) {
	.np-menu-text {
		display: flex;
		gap: 10px;
		align-items: center;
		flex: 1;
		justify-content: flex-end;
	}
	.np-menu-icon {
		display: flex;
		flex-direction: column;
		gap: 11px;
		width: 30px;
		height: 30px;
		justify-content: center;
	}
	.np-menu-icon span {
		display: block;
		width: 30px;
		height: 1px;
		background: var(--cabh-white);
	}
	.np-menu-icon-text {
		color: var(--cabh-white);
		font-size: 13px;
		font-weight: 400;
		text-transform: uppercase;
	}	
	.np-menu-text.active .np-menu-icon span {
		position: absolute;
	}
	.np-menu-text.active .np-menu-icon span:nth-child(2) {
		display: none;
	}
	.np-menu-text.active .np-menu-icon span:first-child {
		transform: rotate(45deg);
	}
	.np-menu-text.active .np-menu-icon span:last-child {
		transform: rotate(-45deg);
	}	
	
	.cabh-mobile-menu {
		position: fixed;	
		left: -100%;
		top: 90px;
		background: #fff;
		width: 100%;
		height: 100%;
		z-index: 9;
		padding: 30px;
		transition: .4s all ease;
	}	
	.admin-bar .cabh-mobile-menu {
		top: calc(90px + 32px);
	}
	
	.cabh-mobile-menu.active {
		opacity: 1;
		left: 0;
		visibility: visible;
	}
	.cabh-main-menu {
		display: block;
	}
	
	.cabh-main-menu li a {
		font-family: "Montserrat";
		font-size: 26px;
		font-weight: 600;
		letter-spacing: -0.26px;
		line-height: 1.2;
		display: block;
		position: relative;
		padding: 14px 0px;
	}	
	
	
.cabh-main-menu ul > li.menu-item-has-children > a:after {
    background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' width='800px' height='800px' viewBox='0 0 24 24' id='right' data-name='Flat Line' xmlns='http://www.w3.org/2000/svg' class='icon flat-line'%3E%3Cline id='primary' x1='21' y1='12' x2='3' y2='12' style='fill: none; stroke: %23000814; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'/%3E%3Cpolyline id='primary-2' data-name='primary' points='14 5 21 12 14 19' style='fill: none; stroke: %23000814; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2;'/%3E%3C/svg%3E%0A");
    background-size: 22px;
    width: 22px;
    height: 22px;
    content: "";
    position: absolute;
    right: 0;
    transition: .4s all ease;
    top: 50%;
    transform: translatey(-50%);
    background-repeat: no-repeat;
}	
	.cabh-main-menu ul ul {
		padding-left: 30px;
		display: none;
		
	}
.cabh-main-menu ul ul li a {
    font-size: 15px !important;
    font-weight: 500;
    padding: 9px 0;
}	
	
	.cabh-main-menu li.et-show-dropdown > ul {
		display: block;
	}
	.cabh-main-menu ul ul li a:hover {
		color: var(--cabh-red);
	}
	
	
	
}



@media (max-width: 780px) {
	.admin-bar .cabh-mobile-menu {
		top: calc(90px + 46px);
	}
	
	
}


@media(max-width: 767px) {
	.cabh-footer-logos .et_pb_text_inner {
		gap: 10px;
	}	
	.cabh-footer-logos .et_pb_text_inner img {
		width: 65px;
	}	
	.cabh-fixed-box {
		top: auto;
		bottom: 60px;
	}
}

@media (max-width: 641px) {
	div .gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 16px;
	}	
}



