/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/**** SPACING / PADDING / MARGINS *****/

.p-10 {padding:10px;}
.p-20 {padding:20px;}
.p-30 {padding:30px;}
.p-40 {padding:40px;}
.p-50 {padding:50px;}
.p-60 {padding:60px;}
.p-70 {padding:70px;}
.p-80 {padding:80px;}
.p-90 {padding:90px;}
.p-100 {padding:100px;}

.pl-10 {padding-left:10px;}
.pl-20 {padding-left:20px;}
.pl-30 {padding-left:30px;}
.pl-40 {padding-left:40px;}
.pl-50 {padding-left:50px;}
.pl-60 {padding-left:60px;}
.pl-70 {padding-left:70px;}
.pl-80 {padding-left:80px;}
.pl-90 {padding-left:90px;}
.pl-100 {padding-left:100px;}

.pr-10 {padding-right:10px;}
.pr-20 {padding-right:20px;}
.pr-30 {padding-right:30px;}
.pr-40 {padding-right:40px;}
.pr-50 {padding-right:50px;}
.pr-60 {padding-right:60px;}
.pr-70 {padding-right:70px;}
.pr-80 {padding-right:80px;}
.pr-90 {padding-right:90px;}
.pr-100 {padding-right:100px;}

.px-10 {padding-right:10px; padding-left:10px;}
.px-20 {padding-right:20px; padding-left:20px;}
.px-30 {padding-right:30px; padding-left:30px;}
.px-40 {padding-right:40px; padding-left:40px;}
.px-50 {padding-right:50px; padding-left:50px;}
.px-60 {padding-right:60px; padding-left:60px;}
.px-70 {padding-right:70px; padding-left:70px;}
.px-80 {padding-right:80px; padding-left:80px;}
.px-90 {padding-right:90px; padding-left:90px;}
.px-100 {padding-right:100px; padding-left:100px;}

.py-10 {padding-top:10px; padding-bottom:10px;}
.py-20 {padding-top:20px; padding-bottom:20px;}
.py-30 {padding-top:30px; padding-bottom:30px;}
.py-40 {padding-top:40px; padding-bottom:40px;}
.py-50 {padding-top:50px; padding-bottom:50px;}
.py-60 {padding-top:60px; padding-bottom:60px;}
.py-70 {padding-top:70px; padding-bottom:70px;}
.py-80 {padding-top:80px; padding-bottom:80px;}
.py-90 {padding-top:90px; padding-bottom:90px;}
.py-100 {padding-top:100px; padding-bottom:100px;}

.pt-10 {padding-top:10px;}
.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-40 {padding-top:40px;}
.pt-50 {padding-top:50px;}
.pt-60 {padding-top:60px;}
.pt-70 {padding-top:70px;}
.pt-80 {padding-top:80px;}
.pt-90 {padding-top:90px;}
.pt-100 {padding-top:100px;}

.pb-10 {padding-bottom:10px;}
.pb-20 {padding-bottom:20px;}
.pb-30 {padding-bottom:30px;}
.pb-40 {padding-bottom:40px;}
.pb-50 {padding-bottom:50px;}
.pb-60 {padding-bottom:60px;}
.pb-70 {padding-bottom:70px;}
.pb-80 {padding-bottom:80px;}
.pb-90 {padding-bottom:90px;}
.pb-100 {padding-bottom:100px;}

.mt-10 {margin-top:10px;}
.mt-20 {margin-top:20px;}
.mt-30 {margin-top:30px;}
.mt-40 {margin-top:40px;}
.mt-50 {margin-top:50px;}
.mt-60 {margin-top:60px;}
.mt-70 {margin-top:70px;}
.mt-80 {margin-top:80px;}
.mt-90 {margin-top:90px;}
.mt-100 {margin-top:100px;}

.mb-10 {margin-bottom:10px;}
.mb-20 {margin-bottom:20px;}
.mb-30 {margin-bottom:30px;}
.mb-40 {margin-bottom:40px;}
.mb-50 {margin-bottom:50px;}
.mb-60 {margin-bottom:60px;}
.mb-70 {margin-bottom:70px;}
.mb-80 {margin-bottom:80px;}
.mb-90 {margin-bottom:90px;}
.mb-100 {margin-bottom:100px;}

.my-10 {margin-bottom:10px; margin-top:10px;}
.my-20 {margin-bottom:20px; margin-top:20px;}
.my-30 {margin-bottom:30px; margin-top:30px;}
.my-40 {margin-bottom:40px; margin-top:40px;}
.my-50 {margin-bottom:50px; margin-top:50px;}
.my-60 {margin-bottom:60px; margin-top:60px;}
.my-70 {margin-bottom:70px; margin-top:70px;}
.my-80 {margin-bottom:80px; margin-top:80px;}
.my-90 {margin-bottom:90px; margin-top:90px;}
.my-100 {margin-bottom:100px; margin-top:100px;}

.mr-10 {margin-right:10px;}
.mr-20 {margin-right:20px;}
.mr-30 {margin-right:30px;}
.mr-40 {margin-right:40px;}
.mr-50 {margin-right:50px;}
.mr-60 {margin-right:60px;}
.mr-70 {margin-right:70px;}
.mr-80 {margin-right:80px;}
.mr-90 {margin-right:90px;}
.mr-100 {margin-right:100px;}

.ml-10 {margin-left:10px;}
.ml-20 {margin-left:20px;}
.ml-30 {margin-left:30px;}
.ml-40 {margin-left:40px;}
.ml-50 {margin-left:50px;}
.ml-60 {margin-left:60px;}
.ml-70 {margin-left:70px;}
.ml-80 {margin-left:80px;}
.ml-90 {margin-left:90px;}
.ml-100 {margin-left:100px;}

.mx-10 {margin-left:10px; margin-right:10px;}
.mx-20 {margin-left:20px; margin-right:20px;}
.mx-30 {margin-left:30px; margin-right:30px;}
.mx-40 {margin-left:40px; margin-right:40px;}
.mx-50 {margin-left:50px; margin-right:50px;}
.mx-60 {margin-left:60px; margin-right:60px;}
.mx-70 {margin-left:70px; margin-right:70px;}
.mx-80 {margin-left:80px; margin-right:80px;}
.mx-90 {margin-left:90px; margin-right:90px;}
.mx-100 {margin-left:100px; margin-right:100px;}

/**** misc *******/

 .hide {
	display:none;
  }
 .hide-mobile {
  	display:flex;
  }
.hide-desktop {
	display:none;
}
@media only screen and (max-width: 767px) {
  .hide-mobile {
  	display:none;
  }
  .hide-desktop {
	display:block;
}
}



/*************************************************************************************************/
/****************************** DEV CSS STARTS HERE *********************************************/
/***********************************************************************************************/
li.menu-btn.menu-item a
{
    padding: 10px 20px;
    font-size: 18px !important;
    color: #05315e !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    line-height: 1.445 !important;
    font-family: Jost !important;
    border: 2px solid #05315e;
    border-radius: 3px;
    background-color: rgba(5, 49, 94, 0);
    text-align: center;
}
li.menu-btn.menu-item a:hover
{
	background-color: #05315e;
    color: #fff!important;
}
#menu-main-menus
{
	align-items: center;
}
#menu-main-menus li.menu-item a
{
	position: relative;
}
#menu-main-menus li.menu-btn a:before
{
	display: none;
}
#menu-main-menus li.menu-item a:before
{
	content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: currentColor;
    top: 100%;
    left: 0;
    transform-origin: 100% 50%;
    transform: scale3d(0, 1, 1);
    transition: transform 0.3s;
}
#menu-main-menus li.menu-item a:hover:before
{
	transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}
.header-wrapper.is-sticky
{
	background-color: rgb(255 255 255 / 70%)!important;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.header-wrapper
{
	transition: 0.4s background-color ease;
}
.shadow-box
{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
}
.gform_required_legend
{
	display: none;
}
.gform_wrapper.gravity-theme .gfield input, .gform_wrapper.gravity-theme .gfield select
{
    padding: 16px !important;
    border: 2px solid #e4e8ed;
    line-height: 1 !important;
    font-family: "Jost";
    font-size: 16px !important;
    color: #212529 !important;
	outline: 0px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: 1!important;
  color: #212529 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: 1!important;
  color: #212529 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: 1!important;
  color: #212529 !important;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: 1!important;
  color: #212529 !important;
}
.gform_wrapper.gravity-theme .gfield textarea
{
    padding: 16px !important;
    border: 2px solid #e4e8ed;
    line-height: 1 !important;
    font-family: "Jost";
    font-size: 16px !important;
    color: #212529 !important;
	outline: 0px;
	height: 120px!important;
}
.gform_wrapper.gravity-theme .gform_footer button
{
	background-color: #05315e;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Jost";
    font-weight: 700;
    line-height: 1.445;
    border: 2px solid #05315e;
    border-radius: 3px;
    margin-bottom: 0px;
}
.gform-footer.gform_footer
{
	padding-bottom: 0px!important;
}
.gform_wrapper.gravity-theme .gform_footer button:hover
{
	color: #05315e;
	background: transparent;
}
.banner-border-text:before
{
    content: "";
    display: block;
    position: absolute;
    right: 160px;
    top: 0px;
    width: 200%;
    height: 2px;
    background-color: #05315e;	
}
.banner-border-text
{
	position: relative;
}
.banner-border-text:after
{
    content: "";
    display: block;
    position: absolute;
   	left: 50px;
    bottom: 0px;
    width: 150%;
    height: 2px;
    background-color: #05315e;	
}
.stroke-icon-img
{
	filter: brightness(0) invert(1);
}
.brxe-slider-nested.custom-carousel-1 .splide__list 
{
    align-items: stretch;
}
.brxe-carousel .swiper-autoheight .image
{
	max-width: 120px;
}
.team-carousel .splide__slide:before
{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, transparent, #05315e);
    background-position: bottom left;
    background-size: 100% 100%;
    transition: 0.4s background-size ease;
}
.team-carousel .splide__slide:hover::before
{
	background-size: 100% 200%;
}
.brxe-block.info-box 
{
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transform: translateY(30px);
    transition: 
        max-height 0.5s ease,
        opacity 0.4s ease,
        transform 0.5s ease,
        visibility 0s linear 0.5s;
}
.team-carousel .splide__slide:hover .brxe-block.info-box 
{
    visibility: visible;
    opacity: 1;
    max-height: 300px; 
    transform: translateY(0);
    transition: 
        max-height 0.5s ease,
        opacity 0.4s ease,
        transform 0.5s ease;
}
.blog-grid-title
{
	position: relative;
}
.blog-grid-title:after
{
	content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
    min-width: 50px;
    width: 33%;
    height: 2px;
    background-color: #05315e;
    transition: 0.4s width ease;
}
.blog-grid .splide__slide:hover .blog-grid-title:after
{
	width: 100%;
}
.blog-grid .splide__slide
{
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; !important;
	border-radius: 3px;
}
.home .brxe-section.header-wrapper
{
	position: fixed;
}
.page-title-heading
{
	position: relative;
	padding: 15px 0px;
}
.page-title-heading:before
{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 120%;
    height: 2px;
    background-color: #fff;
}
.page-title-heading:after
{
	content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -20%;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.brxe-posts.team-grid .content-wrapper
{
	position: absolute;
    bottom: 20px;
    top: auto;
    height: auto;
	left: 15px;
    right: 15px;
	z-index: 4;
}
.brxe-posts.team-grid .bricks-layout-item:before
{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, transparent, transparent, #05315e);
    background-position: bottom left;
    background-size: 100% 150%;
    transition: 0.4s background-size ease;
	z-index: 3;
}
.page-content-area a
{
	color: #05315e!important;
	font-weight: 500;
}
.shadow-box
{
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.custom-sidebar-content .gform_wrapper.gravity-theme .gfield.gfield--width-half
{
    grid-column: span 12;
    -ms-grid-column-span: 12;	
}
.custom-sidebar-content .gform_wrapper.gravity-theme .gform_footer button
{
	width: 100%;
    text-align: center;
}
.primary-button.brxe-button.media-btn
{
	color: #fff!important;
}
.primary-button.brxe-button.media-btn:hover
{
	color: #05315e!important;
}
.bordered-faqs li.accordion-item.listening 
{
    border-top: 1px solid #e4e8ed;
}
.blog-page-post-grid .fallback-image-wrapper 
{
    width: 100%;
    margin: 0;
}
.blog-page-post-grid .fallback-image-wrapper img 
{
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 2;
    object-fit: cover;
}
.blog-page-post-grid ul.bricks-layout-wrapper
{
	margin-top: 20px;
}
.testimonial-page-grid .content-wrapper
{
	position: relative;
}
.testimonial-page-grid .content-wrapper:before
{
	content: '';
	width: 60px;
	height: 41px;
	background: url(/wp-content/uploads/2026/08/quote-icon-1.png);
	position: absolute;
	left: 30px;
	top: 20px;
	background-position: center;
	background-size: cover;
}
.testimonial-page-grid .content-wrapper:after
{
    content: '';
    width: 90px;
    height: 25px;
    background: url(/wp-content/uploads/2026/08/stars-1.png);
    position: absolute;
    left: 30px;
    top: 80px;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.testimonial-page-grid .content-wrapper p.dynamic
{
	display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial-page-grid .content-wrapper p.dynamic span
{
	color: #05315e;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Playfair Display";
    font-weight: 400;
    line-height: 1.5;
    background-color: #e4e8ed;
    border: 1px solid #e4e8ed;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}






/**********************************************************************/
/*********************************************************************/
/*****************Responsive CSS Strats here*************************/
/*******************************************************************/
/******************************************************************/


@media only screen and (max-width: 1280px)
{
	.primary-nav .bricks-nav-menu
	{
		gap: 25px!important;
	}
	.primary-nav .bricks-nav-menu > li > a, .primary-nav .bricks-nav-menu .sub-menu > li > a
	{
		 font-size: 15px!important;
	}
}

@media only screen and (max-width: 1160px)
{
	li.menu-btn.menu-item a
	{
		padding: 8px 30px;
    	text-align: left;
    	font-weight: 400 !important;
		color: #fff !important;
	}
	.banner-border-text:before 
	{
    	right: 50px;
    	width: 100%;
	}	
	.banner-border-text:after
	{
		 left: 50px;
   		 width: 100%;
	}
}

@media only screen and (max-width: 991px)
{
	.page-title-heading:before
	{
		width: 100%!important;
	}
	.page-title-heading:after
	{
		right: 0%!important;
    	width: 100%!important;
	}
}




