/**
 * Theme Name:     Divi Child
 * Author:         Coobo Media - DIVI
 * Template:       Divi
 * Text Domain:	   divi-child
 * Description:    Coobo Media Divi Child Theme
 */



/* Start - Classes 

---- Typography ----
.light-text
.h1-jumbo 
.alt-h5-h6

---- ul - ol ----
.custom-list <Parent>
.multi-col-list <row>


---- Heading Dividers ----
.hdivider (Heading Divider) <Parent>
.c-hdivider (Centered Heading Divider) <Parent>
.r-hdivider (Right Heading Divider) <Parent>
.hdivider-fw (Full Width Heading Divider) <Parent>


---- images ----
.img-overlay-diag 


.row-col-vcenter


---- Inline Buttons ----
.inline-btn (Display btns side by side rather than stacked)<Parent>
.inline-btn-center <Parent>


End - Classes */


/* Row Class - Verticaly center columns content on desktop */
@media only screen and (min-width: 981px) {
    .row-col-vcenter {
        display: flex;
        align-items: center;
    }
}


/* Row Class - Mobile reverse columns */
@media only screen and (max-width: 980px) {
    .mobile-col-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
	.mobile-col-reverse .et_pb_column:first-child {
		    margin-bottom: 0px;
	}
	.mobile-col-reverse .et_pb_column:last-child {
		    margin-bottom: 30px;
	}
}




/* START -----------------  Rows Default -------------------*/

@media only screen and (max-width: 1920px) and (min-width: 981px) {
	.et_pb_row {
		width:85%;
	}
}
@media only screen and (max-width: 980px) and (min-width: 768px) {
	.et_pb_row {
		width:80%;	
	}
}
@media only screen and (max-width: 767px) {
	.et_pb_row {
		width:82%;	
	}
}

/* END -----------------  Rows Default -------------------*/






/* START -----------------  Typography -------------------*/


/* start - sup,sub */
sub, sup {
  font-size: 50%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
    font-weight: 900;
}
sup {
  /* Move the superscripted text up */
  top: -1.25em;
}
sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}
/* end - sup,sub */

/* Add Space between paragraph, ul, ol and next title  (adjust to fit your theme style)*/ 
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6, ul + h1, ul + h2, ul + h3, ul + h4, ul + h5, ul + h6 {
    margin-top: 30px;   
}
/* Add Space between paragraph, ul, ol and next title  (adjust to fit your theme style)*/ 
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul { 
    margin-top: 4px;   
}



p + ul {
	margin-top:15px;
}

/* hr (anything looks better that the default hr) */
hr {
    border: none;
    border-bottom: 2px solid #dcdcde;
    margin: 20px 0px;   
}

.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6 {
    color:#ffffff;
}
.light-text,
.light-text p,
.light-text li {
    color: rgb(255 255 255 / 90%);
}



/* Font size default in columns smaller than 1/2 */ 
/* h1 */
.et_pb_column_1_3 h1, .et_pb_column_1_4 h1, .et_pb_column_2_5 h1 {font-size:36px;}
/* h2 */
.et_pb_column_1_3 h2, .et_pb_column_1_4 h2, .et_pb_column_2_5 h2 {font-size:32px;}
/* h3 */
.et_pb_column_1_3 h3, .et_pb_column_1_4 h3, .et_pb_column_2_5 h3 {font-size:28px;}
/* h4 */
.et_pb_column_1_3 h4, .et_pb_column_1_4 h4, .et_pb_column_2_5 h4 {font-size:25px;}
/* h5 */
.et_pb_column_1_3 h5, .et_pb_column_1_4 h5, .et_pb_column_2_5 h5 {font-size:22px;}
/* h6 */
.et_pb_column_1_3 h6, .et_pb_column_1_4 h6, .et_pb_column_2_5 h6 {font-size:20px;}
/* et_pb_text */
.et_pb_column_1_3, .et_pb_column_1_4, .et_pb_column_2_5 {font-size:15px;}


/* Font size default mobile */
@media only screen and (max-width: 767px) {
	/* h1 */
	.et_pb_text h1 { font-size: 36px;}
	/*h2 */
	.et_pb_text h2 { font-size: 32px;}
	/*h3 */
	.et_pb_text h3 { font-size: 28px;}
	/*h4 */
	.et_pb_text h4 { font-size: 25px;}
	/*h5 */
	.et_pb_text h5 { font-size: 22px;}
	/*h6 */
	.et_pb_text h6 { font-size: 20px;}
	/* et_pb_text */
	.et_pb_text {font-size:15px;}
} 

.et_pb_blog_grid .entry-title {
    line-height: 1.3em;
}



.alt-h5-h6 h5, .alt-h5-h6 h6 {
	color: #2b98b5;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.light-text.alt-h5-h6 h5, .light-text.alt-h5-h6 h6, .light-text .alt-h5-h6 h5, .light-text .alt-h5-h6 h6 {
	color:#909090;
}

@media only screen and (min-width: 768px) {
	.h1-jumbo h1 {
		font-size:57px;
	}
}


.alt-heading h1, .alt-heading h2,  .alt-heading h3,  .alt-heading h4,  .alt-heading h5,  .alt-heading h6 {
	color: #008aaf;
    font-weight: 400;
} 



/* h6 eyebrow */

.eyebrow h5:before, .eyebrow h6:before {
	content:"[";
	padding-right: .25em;
}
.eyebrow h5:after, .eyebrow h6:after {
	content:"]";
	padding-left: .25em;
}

/* END -----------------  Typography -------------------*/


/* START -----------------  Heading Dividers ----------------- */

.hdivider h1, .c-hdivider h1, .r-hdivider h1,
.hdivider h2, .c-hdivider h2, .r-hdivider h2,
.hdivider h3, .c-hdivider h3, .r-hdivider h3,
.hdivider h4, .c-hdivider h4, .r-hdivider h4,
.entry-title, .wp-block-heading, .widgettitle {
    margin-bottom: .42em !important;
    padding-bottom: 0px !important;
}


.hdivider h1:after, .c-hdivider h1:after, .r-hdivider h1:after,
.hdivider h2:after, .c-hdivider h2:after, .r-hdivider h2:after,
.hdivider h3:after, .c-hdivider h3:after, .r-hdivider h3:after,
.hdivider h4:after, .c-hdivider h4:after, .r-hdivider h4:after,
.wp-block-heading:after, .widgettitle:after, .et_pb_posts .entry-title:after {
    content: "";
    display: block;
    height: 2px;
    max-width: 66%;
    background: #2b98b5;
    width: 1.4em !important;
    margin-top: 0.36em;
}


/* large */

.light-text .hdivider h1:before, .light-text .c-hdivider h1:before, .light-text .r-hdivider h1:before,
.light-text .hdivider h2:before, .light-text .c-hdivider h2:before, .light-text .r-hdivider h2:before,
.light-text .hdivider h3:before, .light-text .c-hdivider h3:before, .light-text .r-hdivider h3:before,
.light-text .hdivider h1:after, .light-text .c-hdivider h1:after, .light-text .r-hdivider h1:after,
.light-text .hdivider h2:after, .light-text .c-hdivider h2:after, .light-text .r-hdivider h2:after,
.light-text .hdivider h3:after, .light-text .c-hdivider h3:after, .light-text .r-hdivider h3:after
{
    background: #fff;
}


/* Center Align  */
.c-hdivider {
    text-align: center !important;
}

.c-hdivider h1:after,
.c-hdivider h2:after,
.c-hdivider h3:after,
.c-hdivider h4:after,
.c-hdivider h5:after,
.c-hdivider h6:after {
    margin-left: auto;
    margin-right: auto;
    position: static;
}
.c-hdivider h1:before,
.c-hdivider h2:before,
.c-hdivider h3:before,
.c-hdivider h4:before,
.c-hdivider h5:before,
.c-hdivider h6:before {
	left: calc(50% - 4px);
}

/* Right  Align */
@media only screen and (min-width: 981px) {
	.r-hdivider h1:before,
	.r-hdivider h2:before {
		left:auto;
		right: 0px;
	}
	.r-hdivider h3:before,
	.r-hdivider h4:before,
	.r-hdivider h5:before,
	.r-hdivider h6:before {
		left:auto;
		right: calc(20px - 4px);
	}
	
    .r-hdivider, 
    .r-hdivider h1,
    .r-hdivider h2,
    .r-hdivider h3,
    .r-hdivider h4,
    .r-hdivider h5,
    .r-hdivider h6 {
        text-align: right !important;
    }
    .r-hdivider h1:after,
    .r-hdivider h2:after,
    .r-hdivider h3:after,
    .r-hdivider h4:after,
    .r-hdivider h5:after,
    .r-hdivider h6:after {
        right: 0px;
        margin-left: auto;
    }
}

/* Full Width Divider */
.hdivider-fw h1:after, 
.hdivider-fw h2:after,
.hdivider-fw h3:after,
.hdivider-fw h4:after,
.hdivider-fw h5:after,
.hdivider-fw h6:after  {
    width:100%;
}


/* bolt divider */

.h-divider-bolt h1, .h-divider-bolt h2, .h-divider-bolt h3  {
	position:relative;	
}
.h-divider-bolt h1:before, .h-divider-bolt h2:before, .h-divider-bolt h3:before {
    content: "" !important;
    display: block;
    background-image: url(/wp-content/uploads/2025/10/dps-bolt.svg);
    height: 20px;
    width: 100%;
    background-repeat: no-repeat;
    filter: invert(48%) sepia(92%) saturate(351%) hue-rotate(146deg) brightness(90%) contrast(93%);
    position: absolute;
    left: 0;
    bottom: -10px;
}
.h-divider-bolt h1:after, .h-divider-bolt h2:after, .h-divider-bolt h3:after {
	margin-left: 3px;
}
.home-slider .h-divider-bolt h1:before {
	filter: invert(100%) sepia(0%) saturate(7465%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.home-slider .h-divider-bolt h1:after {
    background: #fff;
}
@media only screen and (max-width: 767px) {	
	.home-slider .h-divider-bolt h1:after {
		margin-top: 0.5em;	
	}
}


/* END -----------------  Heading Dividers -----------------*/


/* START -----------------  ul - ol -------------------*/

/* list Item */
.custom-list ul li,
.custom-list ol li  {
	list-style: none;
    padding-bottom: 12px;
    position: relative;
    padding-left: 42px;
    line-height: 1.5em;
}
/* left padding  */
.custom-list ul, 
.custom-list ol, 
.custom-list ol li  {
    padding-left: 0px;
}
/* Inner List */
.custom-list ul > li > ul,
.custom-list ol > li > ol  {
    margin-top: 10px; /* This should match px of the margin-bottom set on list item */
    padding-bottom: 0px;
}

/* Unordered Lists */
.custom-list ul li:after  {
	content: "";
    display: block;
    background: #3ea3bd;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 17px;
    top: calc(.75em - 6.5px);
    z-index: -9;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
/* Unordered Lists level 2 */

.custom-list ul ul li {
	padding-left: 30px;
}
.custom-list ul ul li:last-child {
    padding-bottom: 0px;
}

.custom-list ul ul li:before {
	display:none;
}
.custom-list ul li > ul li:after  {
	width: 14px;
    height: 2px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    top: 11px;
    left: 0px;
}

/* Ordered Lists */
.custom-list ol {
  counter-reset: coobo-counter;
}
.custom-list ol li {
	counter-increment: my-awesome-counter;
    padding-left: 24px;
}
.custom-list ol li::before {
    content: counter(my-awesome-counter) ". ";
    font-weight: 800;
    color: #212121;
    position: absolute;
    left: 0px;
}

/* style number 2 */
/* list Item */
.custom-list-2 ul li  {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
    padding-left: 0px;
    line-height: 1.5em;
    border-bottom: 2px dashed #d9d9d9;
    margin-bottom: 12px;
}
/* last Item */
.custom-list-2 ul li:last-child { 
    border-bottom: 0px;
}
/* left padding  */
.custom-list-2 ul,  .custom-list-2 ol li  {
    padding-left: 0px;
}
/* Unordered Lists */
.custom-list-2 ul li:before  {
	display:none; 
}
/* second level */
.custom-list-2 ul > li > ul  {
	padding-left: 25px;
}
.custom-list-2 ul > li > ul > li  {
    list-style: disc;
    border-bottom: 0px;
    padding-bottom: 0px;
}


/* hdiv-ul connect */

.hdiv-ul h3, .hdiv-ul h4  {
	margin-bottom: 22px;	
}
.custom-list.hdiv-ul ul li:first-child:before  {
    height: calc(100% + 22px);
    bottom: 0px;
    top: auto;
}


/* last child */
.et_pb_row:not(.multi-col-list) .et_pb_text_inner ul:last-child, .et_pb_row:not(.multi-col-list) .et_pb_text_inner ul:last-child li:last-child,
.et_pb_row:not(.multi-col-list) .et_pb_text_inner ol:last-child, .et_pb_row:not(.multi-col-list) .et_pb_text_inner ol:last-child li:last-child {
    padding-bottom: 0px;
}


@media only screen and (max-width: 980px) {
	.multi-col-list .et_pb_column {
		margin-bottom:0px;
	}
	.multi-col-list .et_pb_column ul {
		padding-bottom:0px;
	}
	.multi-col-list .custom-list-2 ul li:last-child {
        border-bottom: 2px dashed #d9d9d9;
	}
	.multi-col-list .et_pb_column:last-child .custom-list-2 ul li:last-child {
    	border-bottom: 0px;
	}
	
	
}

/* END -----------------  ul - ol -------------------*/



/* START - HEADER -----------------------------------------*/

/* transitions */
.custom-header-nav .et_pb_menu__logo-wrap, 
.custom-header-nav .et_pb_menu__logo-wrap img, 
.custom-header-nav .et_pb_menu__menu, .pre-head-content {
	-webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/* start - preheader ---------*/
.custom-preheader {
	z-index: 999;
    pointer-events: none;
}
.custom-preheader .et_pb_module {
	 pointer-events: all;
}



.pre-head-content {
    top: 20px;
	height:46px;
}
.has_et_pb_sticky .pre-head-content {
	top: -100px;
}




.pre-head-content {
	padding: 0px 90px;
	font-weight: 500;
    color: #5bc2a5;
}

.pre-head-tag, .pre-head-call, .preheader-nav a {
	font-size:16px;
}
.pre-head-tag {
	font-family: 'Outfit',Helvetica,Arial,Lucida,sans-serif;
	color:#b8babc;
}
.pre-head-call {
	position:relative;
    background: #fff;
    margin-left: 24px;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.pre-head-call:before {
	content: "";
    position: absolute;
    background-color: transparent;
    top: 0px;
    left: -20px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
}
.pre-head-call:after {
	content: "";
    position: absolute;
    background-color: transparent;
    top: 0px;
    right: -20px;
    height: 40px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
}

.pre-head-call a {
    color: #fff;
    padding: 0 20px;
    display: block;
    position: relative;
    background: #202020;
    font-weight: 500;
    border: 8px solid;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-sizing: border-box;
    line-height: 40px;
    margin-top: -8px;
}

.pre-head-call a:hover {
    background: #41aac6;
}

.pre-head-content .et_pb_code_inner {
	display: flex;
    align-items: flex-start;
}


#custom-header .preheader-nav {
	list-style-type: none;
	display: flex;
	gap: 20px;	
	padding: 0px;
}
.preheader-nav li a {
	color: rgb(255 255 255);
    line-height: 48px;
    font-weight: 500;
}
.preheader-nav li a:hover {
	color:rgb(255 255 255 / 70%);
}


/* end - preheader ---------*/


/* start - logo/nav ---------*/

.custom-header-nav .et_pb_menu {
	padding: 20px 20px 0 20px !important;
}
.custom-header-nav.et_pb_sticky .et_pb_menu {
	padding: 0px 20px !important;;
}


/* logo */
.custom-header-nav .et_pb_menu__logo-wrap {
	padding: 35px 0 0 35px;
}
.custom-header-nav .et_pb_menu__logo-wrap img {
    max-width: 215px;
}
.custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap {
    padding: 18px 0;
}
.custom-header-nav.et_pb_sticky .et_pb_menu__logo-wrap img {
    max-width: 110px;
}





/* nav */
.custom-header-nav .et_pb_menu__menu {
    padding: 55px 70px 0 0;
}
.custom-header-nav.et_pb_sticky .et_pb_menu__menu {
	padding: 0px;
}
.custom-header-nav:not(.et_pb_sticky) .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 16px;
    padding-bottom: 16px;
}
.custom-header-nav:not(.et_pb_sticky) .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a:hover {
    opacity: 1;
}

.custom-header-nav .et_pb_menu .et_pb_menu__wrap {
	align-items: flex-start;
}

.custom-header-nav .et-menu-nav > ul.et-menu > li > .sub-menu {
	right: 0px;
    left: auto;
    border-top: 0px;
    margin-top: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

#custom-header .nav li ul.sub-menu li.current-menu-item a {
    color: #222 !important;
}
#custom-header .nav li ul.sub-menu li.current-menu-item a.mPS2id-highlight {
    color: #2B98B5!important;
}



.custom-header-nav:not(.et_pb_sticky) .et-menu-nav > ul.et-menu > li a:before {
    bottom: 6px;
}

.custom-header-nav .et-menu-nav > ul.et-menu > li a:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background-color: rgb(79 172 196 / 0%);
    position: absolute;
    bottom: 0px;
}

.custom-header-nav .et-menu-nav > ul.et-menu > li.current_page_item > a:before, .custom-header-nav .et-menu-nav > ul.et-menu > li:hover > a:before  {
	background-color: rgb(79 172 196 / 100%);
}
.custom-header-nav .et-menu-nav > ul.et-menu > li.menu-item-has-children > a:before, 
.custom-header-nav .et-menu-nav > ul.et-menu > li.menu-item-has-children:hover > a:before {
	background-color: rgb(159 37 65 / 00%);
}



/* Sticky */
.custom-header-nav.et_pb_sticky .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 28px;
    padding-bottom: 28px;
}



/* end - logo/nav ---------*/

/* dropdown */
@media only screen and (min-width: 981px) {
	#custom-header .nav li li {
		padding: 0px;
		width: 100%;
	}
	#custom-header .custom-header-nav .nav li li a {
		font-size: 15px;
		line-height: 1.5em;
		width: 100%;
		font-weight:500;
	}
	#custom-header .custom-header-nav .nav li li a.mPS2id-highlight {
		color:#5bc2a5 !important;
	}
}




@media only screen and (max-width: 1200px) {
	.custom-header-nav .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
		font-size:15px;
	}
	.custom-header-nav .et_pb_menu_0_tb_header {
		padding-right: 25px;
		padding-left: 20px;
	}
	.custom-preheader > .et_pb_column {
		padding-right: 25px;
    	padding-left: 25px;
	}
	.custom-header-nav .et_pb_menu__logo-wrap img {
    	max-width: 180px;
	}
	.custom-header-nav:not(.et_pb_sticky) .et_pb_menu--with-logo .et_pb_menu__menu>nav>ul>li>a {
    padding-top: 20px;
	}	
	.custom-header-nav .et_pb_menu .et_mobile_nav_menu {
		padding-bottom: 10px
	}
}
#custom-header .nav-hide-on-desktop {
	display:none;
}
@media only screen and (max-width: 980px) {
	#custom-header .nav-hide-on-desktop {
		display:block;
	}
	.pre-head-content {
		display:none !Important;
	}
	.custom-header-nav .et_pb_menu__logo-wrap img {
    	max-width: 160px;
	}
	#custom-header .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a, #custom-header .et_pb_sticky .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a {
		color:#2b98b5!important
	}
	.custom-header-nav .et_pb_menu .et_pb_menu__wrap {
		align-self: flex-start;
    	padding-top: 20px;
    	padding-right: 20px;
	}
}


/* Mobile Menu */

/* START ---------------- mobile menu sub nav dropdown --------------------- */

#custom-header .et_mobile_menu {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: calc(100% - 50px);
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    margin-top: 20px;
	border: 0px;
}

#custom-header .et_mobile_menu li ul.hide {
    display: none !important;
}
#custom-header .et_mobile_menu li ul.sub-menu {
    background-color: transparent !important;
}
#custom-header .et_mobile_menu li li {
    padding-left: 5px;
}

#custom-header .et_mobile_menu .menu-item-has-children {
    position: relative;
}
#custom-header .et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
#custom-header .et_mobile_menu .menu-item-has-children > a + span {
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
	background: #222222;
}
#custom-header .et_mobile_menu .menu-item-has-children > a + span:hover {
	background: #4facc4;
}

span.menu-closed:before {
	content: "\33";
    display: block;
    color: #207ba3;
    font-size: 25px;
    font-family: ETmodules;
}
span.menu-closed.menu-open:before {
    content: "\4d";
}

.et_pb_menu__menu .nav-mobile-only {
	display:none !important;
}
.et_mobile_menu li a:hover, .nav ul li a:hover {
    opacity: 1;
}

/* END ---------------- mobile menu sub nav dropdown --------------------- */



/* header shift fix */
.custom-header-nav  .et-menu.nav a {
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}




/* START ---------------- mobile menu sub nav dropdown --------------------- */
#custom-header .et_mobile_menu li ul.hide {
    display: none !important;
}
#custom-header .et_mobile_menu .menu-item-has-children {
    position: relative;
}
#custom-header .et_mobile_menu .menu-item-has-children > a {
    background: transparent;
}
#custom-header .et_mobile_menu .menu-item-has-children > a + span {
 	position: absolute;
    right: 0;
    top: 3px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    z-index: 3;
    border-radius: 40px;
    height: 40px;
    width: 40px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
#custom-header span.menu-closed:before {
    content: "\4c";
    display: block;
    color: #fff;
    font-size: 16px;
    font-family: ETmodules;
}
#custom-header span.menu-closed.menu-open:before {
    content: "\4d";
}
/* END ---------------- mobile menu sub nav dropdown --------------------- */




/* END - HEADER -----------------------------------------*/


/* START ----------------- Buttons -------------------*/
.et_pb_button_module_wrapper .et_pb_button.dps-btn, .et_pb_post .post-content a {
font-weight: 500 !important;
    line-height: 1.6em !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 15px;
    display: inline-flex;
    align-items: center;
}

.et_pb_button_module_wrapper .et_pb_button.dps-btn:hover {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 12px;
    padding-left: 14px;
}

body .et_pb_button.dps-btn:after {
	font-size: 21px !important;
    line-height: 15px !important;
    position: static;
	margin-bottom: -2px;
}
@media only screen and (max-width: 767px) {
	.et_pb_button_module_wrapper .et_pb_button.dps-btn, .et_pb_post .post-content a {
		font-size:15px;
	}
}

/* END ----------------- Buttons -------------------*/


/* START -----------------  Buttons -------------------*/


    /* Inline Butons (buttons that display side by side rather than stacked) */
    .inline-btn .et_pb_button_module_wrapper {
        display: inline-block;
        margin: 0 10px 0 0;
    }

    .inline-btn-center .et_pb_button_module_wrapper {
        display: inline-block;
        margin: 0 10px;
    }
    .inline-btn-center {
        text-align: center !important; 
    }
	.inline-btn-right {
		text-align: right !important; 
	}

    .inline-btn .et_pb_button_module_wrapper a, .inline-btn-center .et_pb_button_module_wrapper {
    	margin-bottom: 20px;	
    }
/* END -----------------  Buttons -------------------*/



/* START ----------------- Section Down Arrow -------------------*/

.top-down-arrow {
    padding-top: 75px !important;
}
.top-down-arrow:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-top: 75px solid #2b98b5;
    position: absolute;
    top: 0px;
    left: calc(50% - 64px);
}
.top-down-arrow:after {
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 64px solid transparent;
    border-right: 64px solid transparent;
    border-top: 75px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    -moz-transform: scale(0.68);
    -webkit-transform: scale(0.68);
    -o-transform: scale(0.68);
    -ms-transform: scale(0.68);
    transform: scale(0.68);
    transform-origin: top center;
	left: calc(50% - 64px);
	visibility: visible;
}

@media only screen and (max-width: 767px) {
	.top-down-arrow {
		padding-top: 46px !important;
	}
	.top-down-arrow:before {
        border-left: 46px solid transparent;
        border-right: 46px solid transparent;
        border-top: 58px solid #2b98b5;
        left: calc(50% - 46px);
	}
	.top-down-arrow:after {
        border-left: 46px solid transparent;
        border-right: 46px solid transparent;
        border-top: 58px solid #fff;
        left: calc(50% - 46px);
	}

}

/* END ----------------- Section Down Arrow -------------------*/





/* START ----------------- Page Title  -------------------*/


#main-content .page-title-sec {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px !important;
    overflow: hidden;
    transform: translateY(20px);
    margin-bottom: 20px !important;
}
.page-title-sec:before {
    content: ""; 
    display: block;
    position: absolute;
    height: 250px;
    width: 100%;
    top: 0px;
	left:0;
	opacity:.5;
	background: #000000;
	background: -webkit-linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: -moz-linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	background: linear-gradient(0deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=0
	);
}
.page-title-sec:after {
    content: ""; 
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
	left:0;
	opacity:.4;
	background: #000000;
	background: -webkit-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.05) 100%);
	background: -moz-linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.05) 100%);
	background: linear-gradient(90deg,rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.35) 60%, rgba(0, 0, 0, 0.05) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(
	  startColorstr="#000000",
	  endColorstr="#000000",
	  GradientType=1
	);
}

.page-title-sec .h-divider-bolt h1:before {
	filter: invert(100%) sepia(0%) saturate(7465%) hue-rotate(162deg) brightness(103%) contrast(100%);
}
.page-title-sec .hdivider h1:after {
    background: #fff;	
}


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

}



/* END ----------------- Page Title  -------------------*/




/* START -------------------[Contact 7]--------------------*/

.wpcf7 input.text, 
.wpcf7 input.title, 
.wpcf7 input[type=email], 
.wpcf7 input[type=password], 
.wpcf7 input[type=tel], 
.wpcf7 input[type=text], 
.wpcf7 select, 
.wpcf7 textarea {
	width: 100%;
    padding: 10px;
    border: 1px solid #d9d9d9;
}

.wpcf7-form-control-wrap {
    margin-bottom: 12px;
    display: block;
}

.wpcf7-form-control-wrap + h4 {
    margin-top:25px;
}

.wpcf7-submit {
    font-family: 'Outfit', Helvetica, Arial, Lucida, sans-serif;
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease 0ms;
    float: right;
    margin-top: 20px;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    color: #fff;
    padding-top: 6px !important;
    padding-right: 21px !important;
    padding-bottom: 6px !important;
    padding-left: 21px !important;
    font-size: 16px;
    background-color: #202020;
    border-width: 0px !important;
    border-radius: 30px;
    text-transform: capitalize;
}
.wpcf7-submit:hover {
	background-color:#50acc4;
}

input::file-selector-button {
	padding:10px;
	margin-right:10px
}

.wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0px;
    font-size: 14px;
    line-height: 1.5em;
}

.wpcf7-checkbox .wpcf7-list-item label{
	display: flex;
    gap: 10px;
    align-items: start;
}

.wpcf7-checkbox .wpcf7-list-item label input {
	margin-top: 3px;
}

@media (min-width: 981px) {
	.contact-2col {
		display: flex;
		gap: 15px;
	}
	.contact-2col span {
		width: 50%;
	}
}

/* END -------------------[Contact 7]--------------------*/


.contact-map {
	width:100%;
	height:600px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}


.img-filter img {
filter: grayscale(100%) contrast(75%);
-webkit-filter: grayscale(100%) contrast(75%);
-moz-filter: grayscale(100%) contrast(75%);
}


/* Custom Video Popup */
/* Popup Close Icon Tweak */
.mfp-wrap.mfp-close-btn-in.mfp-auto-cursor.mfp-fade.mfp-ready {
  top: 0px !important;
  position: fixed !important;
}
.mfp-iframe-holder .mfp-content {
    max-width: 70%;
}
.mfp-iframe-scaler button.mfp-close {
    top: -50px ;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close,
.mfp-wrap .mfp-close:active {
    top: -50px !important;
}
.video_popup_lightbox .mfp-iframe-holder .mfp-close {
    top: -50px;
}


/* START ----------------- BLOG -------------------*/
.et_pb_blog_grid_wrapper .et_pb_post {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}
.et_pb_blog_grid_wrapper .et_pb_image_container {
    margin-bottom: 0px;	
}
.et_pb_blog_grid_wrapper .et_pb_image_container:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 999;
    bottom: 20px;
    right: calc(20% + 51px);
    height: 28px;
    width: 14px;
    border-bottom-right-radius: 14px;
    box-shadow: 0 14px 0 0 #ffffff;
	pointer-events:none;
}
.et_pb_blog_grid_wrapper .et_pb_image_container:after {
	content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 20px;
    right: calc(20% + 6px);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: -15px;
    z-index: 999;
    box-sizing: border-box;
    pointer-events: none;
    background-image: url(/wp-content/uploads/2025/10/circle-arrow.svg);
    filter: invert(6%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(92%) contrast(85%);
    background-size: 100%;
}
.et_pb_blog_grid_wrapper .et_pb_image_container:hover:after  {
	filter: invert(73%) sepia(11%) saturate(2689%) hue-rotate(154deg) brightness(83%) contrast(84%);
}
.et_pb_blog_grid_wrapper .et_pb_image_container a:before {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    height: 52px;
    width: 52px;
    bottom: 20px;
    right: 20%;
    border: 6px solid #fff;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: -21px;
    z-index: 999;
    box-sizing: border-box;
    pointer-events: none;
}


.et_pb_blog_grid_wrapper .et_pb_image_container a {
	margin-bottom: 0px;
    padding-bottom: 20px;

}
.et_pb_blog_grid_wrapper .et_pb_image_container a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    right: calc(20% - 13px);
    height: 28px;
    width: 14px;
    border-bottom-left-radius: 14px;
    box-shadow: 0 14px 0 0 #ffffff;
	pointer-events:none;
}


.et_pb_blog_grid .et_pb_image_container img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}


/* post with no image */
.et_pb_blog_grid_wrapper .et_pb_no_thumb {
    position: relative;
    overflow: visible;
    padding-bottom: 40px;
}
.et_pb_blog_grid_wrapper .et_pb_no_thumb:before {
	content: "";
    display: block;
    position: absolute;
    background: #ffffff;
    height: 54px;
    width: 54px;
    bottom: 0px;
    right: 20%;
    border: 1px solid #d8d8d8;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: -27px;
    z-index: 999;
    box-sizing: border-box;
    visibility: visible;
}
.et_pb_blog_grid_wrapper .et_pb_no_thumb:after {
	content: "";
    display: block;
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: 0px;
    right: calc(20% + 7px);
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-bottom: -20px;
    z-index: 999;
    box-sizing: border-box;
    pointer-events: none;
    background-image: url(/wp-content/uploads/2025/10/circle-arrow.svg);
    filter: invert(6%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(92%) contrast(85%);
    background-size: 100%;
    visibility: visible;
}
.et_pb_blog_grid_wrapper .et_pb_no_thumb:hover:after  {
	filter: invert(73%) sepia(11%) saturate(2689%) hue-rotate(154deg) brightness(83%) contrast(84%);
}


/* content padding */
.et_pb_blog_grid_wrapper .et_pb_post {
    padding: 30px;
}
.et_pb_blog_grid_wrapper .et_pb_post .et_pb_image_container {
	margin: -30px -30px 10px;
}


/* read more btn*/
.et_pb_post .post-content a {
    text-decoration: none;
    display: inline-block;
    transition: all 300ms ease 0ms;
    float: right;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #202020;
    border-width: 0px !important;
    border-radius: 10px;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 15px;
    padding-left: 15px;	
}
.et_pb_post .post-content a:hover {
	background: #50acc4;
}

@media only screen and (max-width: 980px) {
	/* content padding */
	.et_pb_blog_grid_wrapper .et_pb_post {
		padding: 20px;
	}
	.et_pb_blog_grid_wrapper .et_pb_post .et_pb_image_container {
		margin: -20px -20px 10px;
	}
}



/* image max height */
.et_pb_posts .et_pb_post .entry-featured-image-url img, .single-post .et_pb_title_featured_container img {
	object-fit: cover;
    max-height: 480px !important;
}


/* blog page / archive */




.et_pb_posts .et_pb_post {
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 50px;
}

/* single post */
body.single .et_pb_title_featured_container .et_pb_image_wrap img, .et_pb_posts .et_pb_post .entry-featured-image-url img, .single-post .et_pb_title_featured_container img {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
body.single .et_pb_title_container {
	margin-top: 20px;
}
body.single .et_pb_post_title {
	margin-bottom: 20px !Important;
}

/* sidebar widgets*/

body .widget_search .wp-block-search__input {
	border: 1px solid #dbdbdb;
	border-radius: 20px;
}


body .widget_search .wp-block-search__button {
	background: #202020;
    -webkit-border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    -moz-border-radius-bottomright: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-family: 'DM Sans', Helvetica, Arial, Lucida, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 1.6em !important;
    padding: 0px 16px;
}

body .widget_search .wp-block-search__button:hover {
	background: #50acc4;
}


.widget_recent_entries ul li {
    margin-bottom: 1.2em;
}


/* single post using divi builder */

.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section:first-child  {
	padding-top:0px;
}
.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section:first-child > .et_pb_row:first-child {
	padding-top:0px;
}
.single-post #main-content .blog-post-content .et_builder_inner_content > .et_pb_section > .et_pb_row {
	margin: 0px;
    width: 100%;
}



/* END ----------------- BLOG -------------------*/


/* START ----------------- SIDEBAR MENU -------------------*/

.sidebar-menu {
    padding-right: 50px;	
}
.sidebar-menu .widgettitle {
    padding-bottom: 20px;	
}
.sidebar-menu .widgettitle:after {
    display:none;
}

.sidebar-menu .menu {
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 25px !important;	
	background: #fff;
}

.sidebar-menu .menu li {
	margin-bottom: 10px;	
}
.sidebar-menu .menu li:last-child {
    margin-bottom: 0px;
}

.sidebar-menu .menu .menu-item a {
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    display: block;
    padding: 13px 16px;
    color: #202020;
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	width: calc(100% + 0px);
	transition: width 0.3s ease; /* smooth width change */
	gap: 10px;
}
.sidebar-menu .menu .menu-item a:hover {
    background: #202020;
    color: #fff;
}
.sidebar-menu .menu .menu-item a:after {
    content: url(/wp-content/uploads/2025/10/dps-arrow.svg);
    height: auto;
    width: 18px;
    bottom: 0px;
    pointer-events: none;
    filter: invert(6%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(92%) contrast(85%);
    background-size: 100%;
    visibility: visible;
    line-height: 0;
	transition: transform 0.3s ease; /* smooth animation */
	flex: 0 0 auto;
}
.sidebar-menu .menu .menu-item a:hover:after {
	transform: rotate(90deg);
	filter: invert(93%) sepia(93%) saturate(26%) hue-rotate(11deg) brightness(105%) contrast(108%);
}
.sidebar-menu .menu .menu-item a.mPS2id-highlight:after {
	filter: invert(93%) sepia(93%) saturate(26%) hue-rotate(11deg) brightness(105%) contrast(108%);
	transform: rotate(180deg);
}

.sidebar-menu .menu .menu-item a.mPS2id-highlight {
    width: calc(100% + 75px);
	background: #202020;
    color: #fff;
}


/* Left Sidebar line graphic */
.sidebar-left-bg:before {
    content: "";
    position: absolute;
    height: 50vw;
    min-height: 500px;
    width: 50vw;
    min-width: 500px;
    right: 10px;
    top: 150px;
    z-index: -999;
    background-image: url(/wp-content/uploads/2025/10/lines-black.svg);
    opacity: .08;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

@media only screen and (max-width: 1400px) {
	.sidebar-menu .menu {
		padding: 15px !important;
	}	
	.sidebar-menu {
    	padding-right: 30px;	
	}
	.sidebar-menu .menu .menu-item a.mPS2id-highlight {
		width: calc(100% + 45px);
	}
}


@media only screen and (max-width: 980px) {
	.sidebar-left-bg:before {
		display:none;
	}
	.sidebar-menu {
    	padding-right: 0px;	
	}
	.sidebar-menu .menu .menu-item a:hover:after {
		transform: rotate(-90deg);
	}
	.sidebar-menu .menu .menu-item a.mPS2id-highlight {
        width: 100%;
    }
}




/* END ----------------- SIDEBAR MENU -------------------*/


/*  img-blocks */

.img-shadow {
	box-shadow: 30px 30px 0px 0px rgb(79 172 196 / 30%);
    -webkit-box-shadow: 30px 30px 0px 0px rgb(79 172 196 / 30%);
    -moz-box-shadow: 30px 30px 0px 0px rgb(79 172 196 / 30%);
}

/* START ----------------- START NEW SITE CSS HERE ALL BELOW IN NEW FOR THIS BUILD  -------------------*/

/* START ----------------- Home  -------------------*/

/* Intro Section  */
.home-intro-sec {
	margin-top: -20px;
    z-index: 9;	
}
.home-intro-sec:before {
    content: " ";
    background-image: url(/wp-content/uploads/2025/10/dps-bolt.svg);
    position: absolute;
    height: 122%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 65% bottom;
    background-size: auto 126%;
    top: 0;
    opacity: .05;
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
	.home-intro-sec:before {
		background-position: 80% bottom;
	}	
}
@media only screen and (max-width: 980px) {
	.home-intro-sec:before {
		background-position: calc(100% - 50px) -60px;
        background-size: auto 72vw;
	}	
}



/* full width with a boarder */
.full-w-boarder {
    width: 100%;
    max-width: calc(100% - 40px) !important;	
	margin-left: auto;
    margin-right: auto;
}

/* column gap that matches boarder */
.col-boarder-gap {
	display: flex;
    gap: 20px;
    padding: 0 0 20px !important;
}
.col-boarder-gap:after {
	display:none;
}
.col-boarder-gap .et_pb_column {
    margin: 0px !important;
}
@media only screen and (max-width: 767px) {
	.col-boarder-gap {
		flex-wrap: wrap;
	}	
}



/* Home page Bucket and Image section */


.home-bucket-img-sec .col-boarder-gap .et_pb_column {
    flex: 1 1 auto;
    padding: 3vw;
}

.home-bucket-img-sec .et_pb_column {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;	
	overflow: hidden;
}
.home-bucket-img-sec .et_pb_row:last-child {
    align-items: flex-start;	
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child {
	aspect-ratio: 5 / 3;
    width: 36vw;
    flex: 0 1 auto;
	display: flex;
    align-items: center;
	padding-bottom: 60px;
}
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:last-child {
	padding: 0px !important;
	overflow: hidden;
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column .et_pb_module, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_module {
	padding-bottom: min(2vw, 60px);
	margin-bottom: 0px;
}


.home-bucket-img-sec .et_pb_text_inner h3 {
	font-size: min(2.2vw, 60px);
    margin-bottom: min(0.7vw, 50px);
}
.home-bucket-img-sec .et_pb_text_inner {
	font-size: min(.9vw, 22px);
    line-height: 1.6em;
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column  .et_pb_image, 
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_image {
	position: absolute;
    height: 50px;
    width: 50px;
    background: #fff;
    padding: 10px 0 0 10px;
    bottom: 0px;
    right: 0px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column  .et_pb_image:before, 
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_image:before {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
    right: 0px;
	bottom: 50px;
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column  .et_pb_image:after, 
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_image:after {
    content: "";
    display: block;
    position: absolute;
    background-color: transparent;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
    right: 50px;
	bottom: 0px;
}

.home-bucket-img-sec .et_pb_row:first-child .et_pb_column .et_pb_image img,
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_image img {
	filter: invert(6%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(92%) contrast(85%);
	pointer-events:none;
}
.home-bucket-img-sec .et_pb_row:first-child .et_pb_column:hover .et_pb_image img,
.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child:hover .et_pb_image img {
	filter: invert(73%) sepia(11%) saturate(2689%) hue-rotate(154deg) brightness(83%) contrast(84%);	
}

.home-bucket-img-sec .et_pb_row .et_pb_column:before  {
	content:"";
	position:absolute;
	height:100%;
	width:100%;
	background: #222222;
	left: 0;
    top: 0;
	opacity:0;
	transition: all 300ms ease 0ms;
}
.home-bucket-img-sec .et_pb_row .et_pb_column:hover:before  {
	opacity:1;
}

@media only screen and (max-width: 1300px) {
	.home-bucket-img-sec .et_pb_row:first-child .et_pb_column, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child {
        width: 40vw;
        aspect-ratio: 8 / 5;
	}
	.home-bucket-img-sec .et_pb_row:first-child .et_pb_column .et_pb_module, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_module {
    	padding-bottom: 1vw;
	}
	.home-bucket-img-sec .et_pb_text_inner h3 {
		font-size: 2.5vw;
        margin-bottom: 0.3vw;
	}
	.home-bucket-img-sec .et_pb_text_inner {
		font-size: 1.2vw;
        line-height: 1.4em;
	}
}
.home-bucket-img-sec {
    z-index: 999;
    overflow-x: clip;
	background: transparent;
}
.home-bucket-img-sec:before {
    content: "";
    background-image: url(/wp-content/uploads/2025/10/lines-black.svg);
    display: block;
    width: 45vw;
    height: 45vw;
    position: absolute;
    right: -19vw;
    top: -10vw;
    opacity: .08;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: top;
}

.home-bucket-img-sec:after {
	content: "";
    background-image: url(/wp-content/uploads/2025/10/lines-black.svg);
    display: block;
    width: 45vw;
    height: 45vw;
    position: absolute;
    left: -1vw;
    bottom: -15vw;
    transform: scaleX(-1);
    opacity: .08;
    pointer-events: none;
	background-repeat: no-repeat;
    background-position: top;
}





@media only screen and (max-width: 980px) {
	.home-bucket-img-sec .et_pb_row .et_pb_column {
		width: 50% !important;
        aspect-ratio: 10 / 7 !important;
	}
	.home-bucket-img-sec .et_pb_row:first-child .et_pb_column .et_pb_module, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child .et_pb_module {
    	padding-bottom: 0px;
	}
	.home-bucket-img-sec .et_pb_text_inner h3 {
		font-size: 2.5vw;
        margin-bottom: 0.3vw;
	}
	.home-bucket-img-sec .et_pb_text_inner {
		font-size: 1.2vw;
        line-height: 1.4em;
	}	
	.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:last-child .et_pb_module, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:last-child .et_pb_image_wrap {
		width: 100%;
    	height: 100%;
	}
	.home-bucket-img-sec .et_pb_row:last-child .et_pb_column:last-child img	{
		    width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		display: block;
	}
	.home-bucket-img-sec .et_pb_text_inner h3 {
		font-size: 3vw;
	}
	.home-bucket-img-sec .et_pb_text_inner {
        font-size: 1.5vw;
	}
}

@media only screen and (max-width: 767px) {
	.home-bucket-img-sec .et_pb_row:first-child .et_pb_column, .home-bucket-img-sec .et_pb_row:last-child .et_pb_column:first-child {
		aspect-ratio: auto !important;
        width: 100% !important;
        display: flex;
        align-items: center;
        padding: 30px 30px 80px;
	}
	 .home-bucket-img-sec .et_pb_text_inner h3 {
        font-size: 28px;
    }
	.home-bucket-img-sec .et_pb_text_inner {
       font-size: 15px;
    }
}

/* news-section */

.news-section:before {
	content: " ";
    background-image: url(/wp-content/uploads/2025/10/dps-bolt-side.svg);
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: calc(100% + 10vw) 4vw;
    background-size: auto 35vw;
    top: 0;
    opacity: .05;
    pointer-events: none;	
}



/* END ----------------- Home 2025 -------------------*/


/* START ----------------- FOOTER -------------------*/

#custom-footer {
	-webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin: 0 20px 20px;
    min-height: 610px;
    height: 33vw;
	display: flex;
    flex-direction: column;
}

#footer-logo-area {
	flex: 1 1 auto;	
	display: flex;
    align-items: center;
}
#sub-footer {
    flex: 0 1 auto;
    width: 80%;
    background: #fff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
	padding: 10px 10px 0px;
}

#sub-footer:before {
	content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
    right: 100%;
    border-bottom-right-radius: 20px;	
	box-shadow: 0 20px 0 0 #ffffff;
}
#sub-footer:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0;
    height: 40px;
    width: 20px;
	left: 100%;
    border-bottom-left-radius: 20px;
	box-shadow: 0 20px 0 0 #ffffff;
	visibility: visible;
    opacity: 1;
}


body:not(.et-fb)  .footer-cta-sec {
    min-height: 550px;
    display: flex;
    align-items: center;
    padding-top: 250px !important;
    padding-bottom: 100px !important;
	display: block;
    z-index: -1;
    margin-top: -150px;
}

body:not(.et-fb)  .footer-cta-sec:before {
    content: " ";
    background-image: url(/wp-content/uploads/2025/10/dps-bolt-spike.svg);
    position: absolute;
    height: 100%;
    width: calc(90% - 50px);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    opacity: .05;
    pointer-events: none;
    top: 0;
    left: 0;
}
.footer-cta-sec .et_pb_row {
	padding: 0px !important;
}
@media only screen and (max-width: 980px) {
	body:not(.et-fb)  .footer-cta-sec:before {
		width: 100%;
        background-position: center bottom;
        background-size: 80% auto;
	}	
	body:not(.et-fb) .footer-cta-sec {
        padding-top: 180px !important;
        min-height: auto;
	}
}


/* office info */

.office-info {
	display: flex;
    gap: 10px;
    align-items: flex-start;
	margin-bottom:14px;
	padding-left: 10px;
	color:#fff;
	justify-content: center;
}
.office-info img {
	width: 26px;
    filter: invert(100%) sepia(13%) saturate(7471%) hue-rotate(196deg) brightness(117%) contrast(113%);
    top: -1px;
    position: relative;
}



@media only screen and (max-width: 980px) {
	#custom-footer { 
	    min-height: 0px;
        height: auto;
	}
	#footer-logo-area {
		padding: 120px 0 100px;	
	}
	#sub-footer {
	    width: calc(100% - 120px);
        padding: 15px 15px 0;
	}
}






/* END ----------------- FOOTER -------------------*/

/* START ----------------- Home Slider -------------------*/


#slider-w-border:before {
	content: "";
    position: absolute;
    background-color: transparent;
    top: 20px;
	right: 20px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
}
#slider-w-border:after {
	content: "";
    position: absolute;
    background-color: transparent;
    top: 20px;
    left: 20px;
    height: 40px;
    width: 20px;
    border-top-left-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
}
#slider-w-border-inner:before {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    right: 0px;
    top: auto;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
}
#slider-w-border-inner:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: 0px;
    left: 0px;
    top: auto;
    height: 40px;
    width: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;	
}

.home-slider .sr7-bullet-title {
	display:none !important;
}

/* arrows */
.home-slider .slider-arrow-wrap {
    background: #fff !important;
    padding: 10px 0px 10px 10px !important;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 26px;
    border-bottom-left-radius: 26px;
    display: flex !important;
    flex-direction: column;
    gap: 10px;
	top: auto !important;
    bottom: 100px !important;
	border-right: 20px solid #fff;
}
.slider-arrow-wrap:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -40px;
    right: 0px;
    height: 40px;
    width: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0 20px 0 0 #ffffff;
}
.slider-arrow-wrap:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -40px;
    right: 0px;
    height: 40px;
    width: 20px;
    border-top-right-radius: 20px;
    box-shadow: 0 -20px 0 0 #ffffff;
}

.slider-arrow {
    display: block;
    height: 40px;
    width: 40px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
	z-index: 999;
	background-image: url(/wp-content/uploads/2025/10/circle-arrow.svg);
	filter: invert(6%) sepia(0%) saturate(1%) hue-rotate(323deg) brightness(92%) contrast(85%);
    background-size: 100%;
}
.slider-arrow:hover  {
	filter: invert(73%) sepia(11%) saturate(2689%) hue-rotate(154deg) brightness(83%) contrast(84%);
}
.slider-arrow.previous {
	transform: scaleX(-1);	
}




@media only screen and (max-width: 980px) {
	.home-slider .slider-arrow-wrap {
		top: auto !important;
		bottom: 75px !important;

	}
}

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

}




/* END ----------------- Home Slider -------------------*/
