/*
Theme Name: Divi Child Theme
Description: Divi Child Theme
Author:  elegantthemes
Author URI:  http://elegantthemes.com
Template: Divi
Version:  1.0.2
*/

 
/* =Theme customizations
------------------------------------------------------- */

.ds-timeline .timeline-item {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-bottom: 0;
padding: 0 0 50px;
position: relative;
}

.ds-timeline .timeline-item:after {
content: '';
position: absolute;
width: 3px;
height: 100%;
visibility: visible;
top: 0;
left: 0;
margin-left: -1.5px;
background-color: #00a99d;
}

.ds-timeline .timeline-item .col-date {
position: relative;
padding-left: 40px;
}

.ds-timeline .timeline-item .col-date:before {
content: '';
position: absolute;
left: -18px;
top: 50%;
background-color: #00a99d;
width: 26px;
height: 26px;
margin-top: -35px;
border: 5px solid #f4f4f4;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
}

.ds-timeline .timeline-item .col-details {
padding-left: 40px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12) 0.5em 0px 0px #000000;
}

.ds-timeline .tm-date {
font-size: 18px;
}

.ds-timeline .tm-date h4 {
font-weight: 600;
font-size: 23px;
margin: 8px 0;
}

.ds-timeline .tm-video .et_pb_video_play {
font-size: 50px;
line-height: 56px;
margin: -28px auto auto -28px;
}

.ds-timeline .tm-video .et_pb_video_play:before {
content: '\45';
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
-webkit-transition-delay: 0;
-moz-transition-delay: 0;
-ms-transition-delay: 0;
-o-transition-delay: 0;
transition-delay: 0;
display: inline-block;
width: 56px;
height: 56px;
top: 50%;
left: 50%;
border: 2px solid #fff;
background-color: rgba(255, 255, 255, 0);
color: #fff;
text-align: center;
}

.ds-timeline .tm-video:hover .et_pb_video_play:before {
background: #00a99d;
border-color: #00a99d;
-webkit-transform: scale(1.25);
-moz-transform: scale(1.25);
-ms-transform: scale(1.25);
-o-transform: scale(1.25);
transform: scale(1.25);
}

.ds-timeline .tm-desc {
padding: 30px;
background-color: #fff;
}

.ds-timeline .tm-title {
border-bottom: 2px solid #f4f4f4;
border-left: 3px solid #00a99d;
background-color: #fff;
padding: 15px 30px;
}

.ds-timeline .tm-title h3 {
padding: 0;
line-height: 1.1;
font-weight: 600;
}

.ds-timeline .tm-countdown {
background-color: transparent !important;
padding: 0;
margin-bottom: 10px !important;
}

.ds-timeline .tm-countdown .et_pb_countdown_timer_container {
text-align: left;
display: flex;
}

.ds-timeline .tm-countdown .section.values {
width: auto;
max-width: 95px;
flex-grow: 1;
background-color: #fff;
color: #1d1c21;
padding: 12px 8px;
border-top: 3px solid #00a99d;
margin-right: 10px;
}

.ds-timeline .tm-countdown .section.values:last-child {
margin-right: 0;
}

.ds-timeline .tm-countdown .section.values .value {
font-weight: 800;
font-size: 27px !important;
line-height: 1 !important;
}

.ds-timeline .tm-countdown .section.values .label {
text-transform: uppercase;
}

.ds-timeline .tm-countdown .section.sep {
display: none;
}
.timline-section img {
		max-height: 332px;
	}



.centerdItem{
	display:flex;	
}

/* ## Responsive */

@media (min-width: 980px) {
	.centerdItem .et_pb_column.et-last-child{
		width: 47%;
		margin: 0 auto !important;
	}
	.ds-timeline .timeline-item:after {
		left: 50% !important;
	}
	.ds-timeline .timeline-item:first-child:after {
		height: 50%;
		top: 50%;
	}
	.ds-timeline .timeline-item:last-child:after {
		height: 50%;
	}

	.ds-timeline .timeline-item.even {
		flex-direction: row-reverse;
	}
	.ds-timeline .timeline-item.even .col-details {
		padding-right: 40px;
		padding-left: 0 !important;
	}
	.ds-timeline .timeline-item.odd .col-date {
		padding-right: 40px;
		padding-left: 0 !important;
	}
	.ds-timeline .timeline-item.odd .col-date:before {
		left: auto;
		right: -18px;
	}

	.ds-timeline .timeline-item.odd .et_pb_button_module_wrapper {
		text-align: right;
	}

	.ds-timeline .timeline-item.odd .tm-date  {
		text-align: right;
	}

	.ds-timeline .timeline-item.odd .tm-countdown .et_pb_countdown_timer_container {
		justify-content: flex-end;
	}
	
}

@media (min-width: 1170px) {
	
	.timline-section .cd-container .cd-timeline-block:nth-child(2n+1){
		text-align: right!important;
	}
	.timline-section .cd-container .cd-timeline-block:nth-child(2n+1) span{
		display: inline-block;
		width: 100%;
		margin-bottom: 5px;
		text-align: right;
	}
	.timline-section .cd-container .cd-timeline-block.present-item span,
	.timline-section .cd-container .cd-timeline-block.present-item{
		text-align: center!important;
	}
	.timline-section .present-item .cd-timeline-content{
		width: 50%;
		margin: 0 auto;
	}
	.timline-section .cd-container .cd-timeline-block.present-item p:nth-of-type(1){
		text-align: center;
	}
	
}

@media (max-width: 1340px) {
	.et_pb_number_counter .percent{
		height: 55px!important;
	}
	.percent-section .et_pb_number_counter.et_pb_module.et_pb_with_title .percent p{
		font-size: 48px;
	}
}

@media (max-width: 1169px) {
	.et_pb_vertical_timeline_0 #cd-timeline::before {top: 57px !important;}
	.timline-section .cd-container .cd-timeline-block:nth-child(2n+1) .cd-timeline-img .et-pb-icon {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
	}
	.timline-section .cd-container .cd-timeline-block p{
		text-align: left!important;
	}	
}


@media (max-width: 1100px) {
	#top-menu li{
		padding-right: 12px;
	}
}

@media (max-width: 980px) {
	.mobile_menu_bar::before{
		color: #000!important;
	}
}

@media (max-width: 768px) {
	.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter {
		padding-left: 5px!important;	
		width: 91%!important;
		margin: 0 auto!important;
	}
	.et_pb_column_2_3:not(.et_pb_column_inner) > .et_pb_newsletter .et_pb_newsletter_description{
		margin-bottom: 20px!important;
	}
}

@media (max-width: 767px) {	
	.responsive-table{
		overflow-x: scroll;
	}
	.et_header_style_left #logo{
		max-width: 80%;
	}
}

@media (max-width: 608px) {	
	body #page-container .et_pb_section .et_pb_fullwidth_header_0 .header-content .et_pb_button_two.et_pb_button{
		margin-left: 0!important;
	}
}




.et_pb_column_4_4 .cd-timeline-img {top: 39%;	transform: translate(0,-50%);}
#cd-timeline::before {top: 180px !important;	 height: auto !important; 	bottom: 40px;}
.et_pb_column_4_4 .cd-timeline-content {padding: 20px 0 !important;}
.timline-section .cd-container .cd-timeline-block h3 {margin-top: 15px;font-size: 26px;}
.timline-section .cd-container .cd-timeline-block p{padding-bottom: 0;}
.timline-section .cd-container .cd-timeline-block p:last-of-type{padding-bottom: 15px;}
.timline-section .cd-container .cd-timeline-block .cd-timeline-content {box-shadow: 0 4px 0 #E3ECF3;}
.et_pb_gallery_fullwidth .et_pb_gallery_image img, .et_pb_gallery_fullwidth .et_pb_gallery_item {opacity:1!important;}

.et-pb-icon-circle {
    padding: 25px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    font-size: 48px;
}

.et-pb-icon-circle-border {
    border: 3px solid
}
.et_pb_blurb_position_left .et-pb-icon-circle,.et_pb_blurb_position_right .et-pb-icon-circle {
    padding: 8px;
    font-size: 16px;
}

.et_pb_blurb_position_left .et-pb-icon-circle-border,.et_pb_blurb_position_right .et-pb-icon-circle-border {
    border: 2px solid
}
.customLogos p {
    display: flex;
    align-items: center;
    gap: 17px;
}
.customLogos p a img {
    margin-top: 7px;
	transition: all 0.3s ease;
}
.customLogos p a:hover img {
    transform: translateY(-5px);
}
.appScreen .et_pb_column {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    height: 235px;
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
	padding: 0 50px;
}
.appScreen .et_pb_column .et_pb_module {
    max-width: 175px;
    width: auto;
    margin: 0;
}
.header-newsletter .et_pb_module {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
	gap: 15px;
}
.header-newsletter .et_pb_newsletter_result.et_pb_newsletter_error {
    position: absolute;
    top: 100%;
    z-index: 9;
    color: #fff;
    background: red;
    padding: 15px;
}
.header-newsletter .et_pb_module .et_pb_newsletter_description,
.header-newsletter .et_pb_module .et_pb_newsletter_form {
    width: auto;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form {
    padding: 0 !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields {
	position:relative;
    display: flex;
    flex-wrap: nowrap;
/*     margin-left: 15px; */
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p {
    padding: 0;
    flex-basis: unset;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input {
    border: 1px solid #fff;
    padding:6px 40px 6px 15px !important;
    border-radius: 0;
    width: 250px;
    font-size: 14px;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p.et_pb_newsletter_button_wrap {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.header-newsletter .et_pb_newsletter.et_pb_subscribe .et_pb_newsletter_description{
	align-self:center !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_description .et_pb_module_header {
    padding: 0 !important;
}
/* .header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input::placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input:-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input::-moz-placeholder {
    color: rgba(0, 0, 0, 0) !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields p input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0) !important;
} */
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button {
    width: auto !important;
    padding: 0 !important;
    border: none;
    display: inline-block;
    color: transparent;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsSAAALEgHS3X78AAAAbElEQVQoz7XSsQ2AMAwF0QPRkxEYgRGyGbAZI2QUmOCokCgISQosubJfY39UMp3U8DbjA5mDJXTDqRWpHup8zwZgpVwjsAMRSJ0q9XUCsRUBnH0rAOIAbJmF5Q0AqfZ66Xm92j+FXxOx57J3Af6uWuPKzroiAAAAAElFTkSuQmCC) no-repeat center center;
    background-color: transparent !important;
}
.header-newsletter .et_pb_module .et_pb_newsletter_form .et_pb_newsletter_fields .et_pb_newsletter_button:hover {
    opacity: 0.5;
}

.pum-content .et_pb_newsletter_form {
    display: flex;
}
.pum-content .et_pb_newsletter_form form {
    width: 100%;
}
.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields {
    display: flex;
	justify-content: flex-start;
}
.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields p {
    flex-basis: auto;
	padding:0px;
}
.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields p input {
    padding:12px 15px !important;
}
.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields p.et_pb_newsletter_field {
    margin-right: 15px;
    min-width: 360px;
}
.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields p .et_pb_newsletter_button {
    line-height: 1 !important;
}
.pum-theme-1523 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
    right: 15px;
	top: 15px;
    background: url('data:image/svg+xml,<svg id="bf2e77ca-62cf-4c2f-a688-83fb871dccc5" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256.62 256.62"><defs><style>.e7bacfd9-ec74-4158-a339-9bc783c27de4{fill:%23ffffff;fill-rule:evenodd;}</style></defs><polygon class="e7bacfd9-ec74-4158-a339-9bc783c27de4" points="138.91 128.34 255.97 246.04 245.34 256.62 128.28 138.91 10.58 255.97 0 245.34 117.71 128.28 0.65 10.58 11.28 0 128.34 117.71 246.04 0.65 256.62 11.28 138.91 128.34"/></svg>') no-repeat center center;
    font-size: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    width: 25px;
    height: 25px;
}
.et_subscribe_loader{
	display:none !important;
}
#popmake-1525 .et_pb_newsletter_result.et_pb_newsletter_error {
    color: red;
    font-size: 14px;
    margin-bottom: 5px;
}

.et_pb_newsletter_success {
    text-align: left;
}
.et_pb_newsletter_success h2{
	font-size: 16px !important;
	padding:0px !important;
}
#popmake-1525 .et_pb_newsletter_result.et_pb_newsletter_success h2 {
    font-size: 16px;
    background: rgb(100 132 37);
    color: #fff;
    padding: 15px !important;
    line-height: 1;
}

.customLogos a svg {
    width: 125px;
    height: 41px;
	margin-top: 7px;
	transition: all 0.3s ease;
}
.customLogos a:last-child svg {
    width: 127px;
    height: 41px;
	margin-top: 7px;
	transition: all 0.3s ease;
}
.customLogos p a:hover svg {
    transform: translateY(-5px);
}
.removeGradient span.et_parallax_gradient {
    display: none;
}
@media all and (max-width: 980px) {
	.et_pb_blurb_position_left_tablet .et-pb-icon-circle,.et_pb_blurb_position_right_tablet .et-pb-icon-circle {
        padding: 8px;
        font-size: 16px
    }
    .et_pb_blurb_position_left_tablet .et-pb-icon-circle-border,.et_pb_blurb_position_right_tablet .et-pb-icon-circle-border {
        border: 2px solid
    }
	.et_pb_blurb_position_top_tablet .et-pb-icon-circle {
        padding: 25px;
        font-size: 48px
    }
	.appScreen .et_pb_column {
		overflow-x:auto;
		justify-content: flex-start;
	}
	.appScreen .et_pb_column .et_pb_module {
		min-width: 175px;
	}
	.header-newsletter .et_pb_module{
		flex-wrap:wrap;
		gap:0px;
	}
	.header-newsletter .et_pb_module .et_pb_newsletter_description .et_pb_module_header {
		padding: 0px 0px 10px !important;
		text-align: center;
		line-height: 1.2 !important;
	}
	.pum-theme-1523 .pum-container, .pum-theme-content-only .pum-container {
		padding: 0 20px;
		width: 100% !important;
	}
	.pum-theme-1523 .pum-content + .pum-close, .pum-theme-content-only .pum-content + .pum-close {
		right: 30px;
	}
	.et_pb_module_heading br {
		display: none;
	}
}
@media all and (max-width: 767px) {
	.et_pb_blurb_position_left_phone .et-pb-icon-circle,.et_pb_blurb_position_right_phone .et-pb-icon-circle {
        padding: 8px;
        font-size: 16px
    }

    .et_pb_blurb_position_left_phone .et-pb-icon-circle-border,.et_pb_blurb_position_right_phone .et-pb-icon-circle-border {
        border: 2px solid
    }
	.et_pb_blurb_position_top_phone .et-pb-icon-circle {
        padding: 25px;
        font-size: 48px
    }
	.appScreen .et_pb_column{
		padding: 0 30px;
	}
	.customLogos a svg {
    	width: 105px;
		height: 32px;
	}
	.customLogos a:last-child svg {
    	width: 117px;
		height: 35px;
	}
	.customLogos p{
		gap: 12px;
	}
	.pum-content .et_pb_newsletter_form form .et_pb_newsletter_fields p.et_pb_newsletter_field{
		min-width: 100%;
		margin: 0px 0px 10px 0px;
	}
}