/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 09 2026 | 05:31:29 */
:root{ 
	--primary: #011240;
	--secondary: #f2b705;
}


.btn_primary {
	background-color: var(--secondary);
	padding: 10px 30px !important;
	border-radius: 30px;
	color: #000 !important;
	transition: .3s;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
}
.btn_primary:hover {
	background-color: var(--primary);
	color: #fff !important;
	transition: .3s;
}
.site_top__header .et_pb_blurb_content {
	display: flex;
	align-items: center;
}

.site_top__header .et_pb_blurb_content .et_pb_main_blurb_image {
	margin-bottom: 0;
	width: 22px;
}
.site_top__header .et_pb_blurb_content .et_pb_blurb_container {
	padding-left: 5px;
}
.site_top__header .contact_blurb__right .et_pb_blurb_content {
	justify-content: flex-end;
}
.site_menu ul li.nav_btn {
	align-items: center !important;
}
body .site_menu ul li.nav_btn a {
	background-color: var(--secondary);
	padding: 10px 28px !important;
	border-radius: 30px;
	height: 48px;
	color: #000 !important;
}
body .site_menu ul li.nav_btn.current-menu-item a {
	color: #fff !important;
	background-color: var(--primary);
}
.home_hero {
	position: relative;
	height: calc(100vh - 160px);
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	align-items: center;
}
.home_hero__slider:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	background: #000;
	opacity: .58;
	height: 100%;
	width: 100%;
}
.home_hero__slider {
	overflow: hidden;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
}
.home_hero__slider .swiper-slide img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.home_hero__content {
	position: relative;
	z-index: 4;
	width: 100%;
	max-width: 800px;
	margin: 50px 60px;
	color: #fff;
	font-size: 20px;
}
.home_hero__marquee {
	border: 1px solid #fff;
	border-radius: 40px;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 330px;
	color: #fff;
	text-transform: uppercase;
	padding: 3px 0;
}
.home_hero__content h1 {
	font-weight: bold;
	color: #fff;
	font-size: 48px;
	margin: 20px 0;
	line-height: 1.3em;
	padding-bottom: 0;
}
.home_hero__content .btn_primary {
	display: inline-block;
	margin-top: 30px;
}
.info_blurb {
	height: 100%;
}
body .info_blurb .et_pb_blurb_content {
	max-width: 100%;
}
body .info_blurb .et_pb_main_blurb_image .et-pb-icon {
	display: flex;
	width: 72px;
	height: 72px;
	padding: 0 !important;
	justify-content: center;
	align-items: center;
}
.feature_media {
	min-height: 400px !important;
}

.heading_lines .et_pb_module_heading {
	display: inline;
	position: relative;
	padding-left: 40px;
	padding-right: 40px;
}
.heading_lines__center .et_pb_heading_container {
	text-align: center;
}
.heading_lines .et_pb_module_heading::before, .heading_lines .et_pb_module_heading::after {
	content: "";
	position: absolute;
	top: 13px;
	width: 25px;
	height: 2px;
	background: var(--secondary);
}
.heading_lines .et_pb_module_heading::before {
	left: 0;
}
.heading_lines .et_pb_module_heading::after {
	right: 0;
}
.half_list ul {
	list-style: none;
	padding: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

.half_list ul li {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 48%;
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
}

.list_item__arrow li {
	position: relative;
}

.list_item__arrow li::before {
	display: inline-block;
	text-rendering: auto;
	font-family: "Font Awesome 6 Free";
	content: '\f101';
	font-weight: 900;
	color: var(--secondary);
	padding-right: 5px;
}
.list_item__arrow li{
	border-bottom: 1px solid #ccc;
}
.services_slider__item {
	padding: 10px;
}
.services_slider .slick-track {
    display: flex !important;
}

.services_slider .slick-slide {
    height: inherit !important;
}

.services_slider__single {
	height: 100%;
	background: #f5f4f2;
	border-radius: 16px;
	overflow: hidden;
	padding: 10px 10px 80px 10px;
	position: relative;
}
.services_slider__media {
	aspect-ratio: 16/12;
	overflow: hidden;
	display: block;
	border-radius: 16px;
}
.services_slider__media img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.services_slider__content {
	margin-top: 20px;
	text-align: center;
	padding: 0 5px;
}
.services_slider__content h3 {
	font-size: 20px;
	text-transform: uppercase;
}
.service_slider__btn {
	position: absolute;
	bottom: 30px;
	width: 100%;
	left: 0;
}
.service_slider__btn .btn_primary {
	padding: 12px 25px !important;
	font-size: 14px;
}
.services_slider .slick-prev::before, .services_slider .slick-next::before {
	display: none;
}
.services_slider .slick-arrow {
	transform: none;
	background-size: auto 100% !important;
	width: 20px;
	height: 20px;
	opacity: 1 !important;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 9;
}
.services_slider .slick-arrow:hover{
	opacity: .8;
	background-repeat: no-repeat;
}
.services_slider .slick-prev, .services_slider .slick-prev:hover, .services_slider .slick-prev:focus {
	background-image: url('/gb/wp-content/uploads/2026/03/prev_icon.png');
	background-repeat: no-repeat;
	left: -30px;
	background-position: 50% 50%;
}
.services_slider .slick-next, .services_slider .slick-next:hover, .services_slider .slick-next:focus {
	right: -30px;
	background-image: url('/gb/wp-content/uploads/2026/03/next_icon.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.feature_marquee {
	font-size: 36px;
	text-transform: uppercase;
	color: #000;
}
.home_quote__form .ta_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}
.home_quote__form .ta_col_12 {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}
.home_quote__form .ta_col_6 {
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
}

.home_quote__form .form_control {
	width: 100% !important;
	border: 1px solid #ccc !important;
	height: 38px;
	color: #000;
	padding: 5px 15px;
}
.home_quote__form textarea.form_control {
	width: 100% !important;
	min-width: 100%;
	height: 70px;
	min-height: 70px;
	max-height: 70px;
	max-width: 100%;
}
.home_quote__form .wpcf7-form-control-wrap {
	width: 100%;
	display: block;
}
.home_quote__form label {
	display: block;
	margin-bottom: 5px;
	color: #000;
}
.home_quote__form .form_group {
	margin-top: 10px;
}
.home_quote__form .btn_primary {
	padding: 12px 30px !important;
	border: 0;
	cursor: pointer;
}
.footer_menu .et-menu {
	flex-direction: column;
} 
.footer_menu .et_pb_menu__menu {
	display: block !important;
}
.footer_menu .et_mobile_nav_menu {
	display: none !important;
}
.footer_menu .et_pb_menu__wrap {
	justify-content: flex-start;
}
.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	color: #ccc;
	font-size: 14px;
}
.breadcrumb a {
	color: #fff;
}
.breadcrumb a i {
	padding-right: 5px;
}
.breadcrumb .icon_double_arrow {
	font-size: 10px;
	padding: 0 5px;
}
.breadcrumb .icon_double_arrow {
	font-size: 10px;
	padding: 0 5px;
}
.three_feature__row .info_blurb {
	height: auto;
}
body .three_feature__row .info_blurb:hover .et_pb_main_blurb_image .et-pb-icon {
	background-color: var(--secondary);
	color: #fff;
	transition: .3s;
}
.contact_page__map {
	height: 100%;
}
.contact_page__map .et_pb_code_inner {
	height: 100%;
	overflow: hidden;
	border-radius: 20px;
	min-height: 450px;
}
.contact_page__map .et_pb_code_inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.et_pb_section.fixed_bg {
	background-attachment: fixed;
}
.about_cus .et_pb_column.et_pb_column_5 {
	width: 40%;
}
.about_cus .et_pb_column.et_pb_column_6 {
	width: 57%;
}
.about_cus__inner_row .et_pb_column {
	width: 56% !important;
	margin-right: 4% !important;
}

.about_cus__inner_row .et_pb_column.et-last-child {
	width: 40% !important;
}
.services_row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.services_content__col {
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
}

.services_sidebar__col {
	width: 30%;
	padding-left: 15px;
	padding-right: 15px;
}
.services_sidbar {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	padding: 40px 40px 30px 40px;
	position: sticky;
	top: 30px;
}

.services_sidbar__list {
	list-style: none !important;
	padding: 0 !important;
	margin: 15px 0 0 0 !important;
	border-left: 2px solid var(--secondary);
	position: relative;
}
.services_sidbar__list::before, .services_sidbar__list::after {
	content: "";
	width: 10px;
	height: 2px;
	background: var(--secondary);
	position: absolute;
	left: -6px;
}
.services_sidbar__list li a {
	position: relative;
	display: block;
	padding: 10px 0 10px 20px;
	color: #000;
	transition: .3s;
}
.services_sidbar__list li a:hover {
	transition: .3s;
	color: var(--secondary);
}

.services_sidbar__list li a::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--secondary);
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -3px;
}
.services_item {
	padding-bottom: 50px;
}
.services_item__media {
	border-radius: 20px;
	overflow: hidden;
	height: 376px;
}
.services_item__media img {
	object-fit: cover;
	height: 100%;
	width: 105%;
	transition: .3s;
}
.services_item__media:hover img {
	transition: .3s;
	transform: scale(1.05);
}
.services_item__content {
	margin-top: 25px;
}
.services_item__content h2 {
	margin-bottom: 5px;
}
.services_item__content .btn_primary {
	display: inline-block;
	margin-top: 25px;
}
@media (max-width:1499px) {
	.four_feature .info_blurb {
		padding: 30px 15px !important;
	}
}
@media (max-width:1366px) {
	body .et_pb_row.four_feature {
		flex-wrap: wrap;
	}
		.four_feature .et_pb_column.et_pb_column_1_4 {
		width: 50%;
		margin: 0 !important;
		padding: 15px;
	}
	.et_pb_row.three_feature__row {
		flex-wrap: wrap;
		padding-bottom: 0;
		justify-content: center;
	}
	.et_pb_row.three_feature__row .et_pb_column {
	width: 47%;
	margin-bottom: 40px;
}
}
@media (max-width:1199px) {
	.et_pb_row.feature_section {
		flex-wrap: wrap;
	}
	.et_pb_row.feature_section .et_pb_column {
		margin-right: 0 !important;
		width: 100%;
	}
	.et_pb_column.feature_media {
		margin-bottom: 50px !important;
	}
	body .et_pb_section.site_top__header ,body .et_pb_section.site_header {
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
	.about_cus .et_pb_row {
		flex-wrap: wrap;
		display: flex;
	}
	.about_cus .et_pb_row .et_pb_column {
		width: 100%;
		margin-right: 0 !important;
	}
	.about_cus__inner_row .et_pb_column {
		padding-right: 20px !important;
		width: 60% !important;
	}
	.services_sidbar {
		padding: 40px 15px 30px 15px;
	
	}
	.services_sidbar h3 {
		font-size: 26px;
	}
}
@media (max-width:980px) {
	.et_pb_column.feature_media {
		display: block;
		aspect-ratio: 16/9;
		min-height: inherit !important;
	}
	.site_top__header .et_pb_row {
		display: flex;
	}
	.site_top__header .et_pb_row .et_pb_column {
		margin-bottom: 0;
	}
	.site_menu .et_mobile_menu {
		padding: 10px 15px;
	}
	.site_menu .et_mobile_menu li a {
		padding: 10px 15px;
	}
	body .site_menu ul li.nav_btn a {
		display: inline-block;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.home_hero__content {
		margin: 20px 30px;
	}
	.home_hero__content h1 {
		font-size: 42px;
	}
	.et_pb_row.three_feature__row .et_pb_column {
		width: 100%;
	}
	
	.services_content__col, .services_sidebar__col {
		width: 100%;
	}
	
	
}

@media (max-width:767px) {
	body .et_pb_section.site_top__header, body .et_pb_section.site_header {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	.home_hero__content {
		font-size: 18px;
	}
	.home_hero__content h1 {
		font-size: 30px;
	}

	.four_feature .et_pb_column.et_pb_column_1_4 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	.about_cus__inner_row .et_pb_column {
		padding-right: 0 !important;
		width: 100% !important;
		padding-bottom: 30px;
	}
	.about_cus__inner_row .et_pb_column.et-last-child {
		width: 100% !important;
	}
	.services_item__content h2 {
		font-size: 32px;
	}
}


@media (max-width:576px) {
	.et_pb_section.site_top__header {
		display: none;
	}
	.home_quote__form .ta_col_6 {
		width: 100%;
	}
	.feature_marquee {
		font-size: 30px;
	}
	.services_item__content h2 {
		font-size: 30px;
	}
}



@media (max-width:479px) {
	.home_hero {
		height: calc(100vh - 230px);
	}
	.home_hero__content {
		margin: 15px;
	}
	.home_hero__content h1 {
		font-size: 26px;
	}
	.feature_marquee {
		font-size: 24px;
	}
	.services_item__content h2 {
		font-size: 26px;
	}

}

















