/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 26 2024 | 10:10:52 */
/* FOOTER BEGIN */
.block_footer li a {
     color: #fff;
     font-family:  'Poppins',  sans-serif;
     font-weight: 400;
 }
 h2.uagb-heading-text a {
     color: #FEB644;
 }
 .button_container .wp-block-button__link:hover {
     background: #FEB644 !important;
 }
 .button_container .wp-block-button__link {
     font-family:  'Poppins',  sans-serif !important;
     background: #FEB644 !important;
     border-radius: 5px 5px 5px 5px;
     font-weight: 500  !important;
     color: #000000  !important;
     letter-spacing: 1.5px;
 }
 .block_footer a {
     text-decoration: none !important;
 }
 div[data-elementor-type="footer"].elementor-location-footer {
     display: none !important;
 }
 .block_footer li.new_badge  {
     position: relative;
 }
 .block_footer li.new_badge a:after  {
     background:  #0cc7ef;
     padding:  2px 6px;
     display:  inline-block;
     content:  'new';
     width:  max-content;
     font-size:  11px;
     height:  fit-content;
     border-radius:  5px;
     position:  absolute;
     top:  -5px;
	 right: inherit;
     color:  #084b7a;
     font-weight:  500;
     margin-left:  5px;
 }
 .block_footer  .wpcf7-form-control.wpcf7-submit {
     background: #feb644;
     padding: 20px 30px;
     width: 100%;
     color: #000000 !important;
     border-radius: 5px 5px 5px 5px;
     font-weight: 500  !important;
     text-align: center;
     font-family:  'Poppins',  sans-serif  !important;
     display: block;
     margin-top: 20px;
 }
.block_footer  .wpcf7-form-control.wpcf7-submit:hover{
	background: #0cc7ef !important;
}
 .block_footer .wpcf7-response-output {
     color: #fff;
 }
 .block_footer  .wpcf7-form  p {
     margin-bottom: 0 !important;
 }
 .block_footer ul {
     margin: 0 !important;
     padding: 0 !important;
 }
 .block_footer  li  {
     list-style-type: none !important;
     margin-bottom: 12px;
 }

.block_footer .same_height_menu{
	min-height:250px;
}


.ftr-btn-full .wp-block-button{
	    width: 100%;
    display: block;
}

.ftr-btn-full .wp-block-button a{
	display: block;
	text-align: center;
}
.ftr-btn-full .wp-block-button a:after{
	display: none !important;
}
.ftr-btn-full .wp-block-button a:hover{
	background: #0cc7ef !important;
}
p.copy-right-ftr {
	text-align: center;
}
.ftr-flex-up{
	    align-items: flex-start !important;
}









@media(max-width: 767px){
.ftr-flex-up {
    flex-wrap: wrap !important;
}
	#menu-1-1a0aabe9{
		min-height: inherit !important;
	}
	.ftr-row-2{
		flex-wrap: wrap !important;
	}
	.ftr-btn-full .wp-block-button a{
		    padding: 12px 5px !important;
	}
}




/* FOOTER END */