/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Fjalla+One&family=Great+Vibes&family=Jost:ital,wght@0,100..900;1,100..900&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orbitron:wght@400..900&family=Oswald:wght@200..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Syne:wght@400..800&family=Teko:wght@300..700&display=swap');

@font-face {
  font-family: "Arial";
  src: url("../wp-content/uploads/2025/10/ARIAL.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


#txt a {
	text-decoration: none !important;
	color: unset !important;
}



body:not(.home):not(.page-id-2) .elementor-15 .elementor-element.elementor-element-b320947 {
    --margin-top: 20px;
}
.page-id-33 .elementor-15 .elementor-element.elementor-element-b320947 {
    display: none;
}
.page-id-33 .elementor-15 .elementor-element.elementor-element-991d29c {
    --min-height: 200px;
    --padding-top: 40px;
}

/* Review Inner page CSS  */
.elementor-27 .elementor-element.elementor-element-b98f47e .glsr:not([data-theme]) .glsr-review {
    padding: 15px 10px;
    border: 1px solid #BAD73D;
    border-radius: 8px;
}
#review-form-1 [type=submit] {
    background-color: #BAD73D;
    border: 1px solid #BAD73D;
    border-radius: 3px;
    color: #fff;
}
#review-form-1 [type=submit]:hover {
   transform: scale(1.07);
}
/* Review Inner page CSS  */


#inner-programs .bdt-ep-static-carousel-image {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-direction: column !important;
}

/* ================== H1 Section CSS =============== */
.elementor-2 .elementor-element.elementor-element-40fcfc1 .bdt-ep-static-carousel-item {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    flex-direction: column !important;
}

.elementor-2 .elementor-element.elementor-element-40fcfc1 .bdt-dots-container .swiper-pagination-bullet-active {
    border: 1px solid #BAD73D !important;
	box-shadow: inset 0 0 0 5px #fff !important;
	padding: 10px !important;
}

/* ================== H1 Section CSS =============== */

/* ================== H5 Section CSS =============== */
.elementor-2 .elementor-element.elementor-element-8c81833 .bdt-ep-static-carousel-item {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: center !important;
}

/* ================== H5 Section CSS =============== */

/* ================= Contact Form CSS ======================= */
#cf-1 {
	width: 100%;
}
#cf-1 label {
	width: 100%;
	color: rgba(0, 0, 0, 0);
	line-height: .7;
}
#cf-1 .cf-1-f-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 10px;
}
#cf-1 input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    padding: .5rem 1rem;
    transition: all .3s;
    width: 100%;
	
	border-bottom: 1px solid #fff;
	background-color: #EEEEEE;
	border-radius: 1px;
	border: 1px solid #E9E9E9;
	
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	color: #444444;
	font-weight: 400;

	box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) inset;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) inset;
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.75) inset;
}
#cf-1 input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	height: 60px;
}
#cf-1 textarea {
    height: 150px;
}
#cf-1 ::placeholder {
	font-family: "Arial", sans-serif;
	font-size: 16px;
	color: #444444;
	font-weight: 400;
}
#cf-1 span.wpcf7-list-item-label {
	color: #535353;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0.5px;
	font-family: "Arial", sans-serif;
}
#cf-1 span.wpcf7-list-item-label a{
	color: #535353;
}
#cf-1 .cf-1-f-2 {
	padding: 20px 0;
	
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: row;
	gap: 20px;
}
#cf-1 .cf-1-b {
	display: flex;
	align-items: center;
	justify-content: center;
}
#cf-1 [type=submit] {
    display: inline-block;
    text-align: center;
    transition: all .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
	
	background: #BAD73D;
	font-size: 14px;
	font-family: 'Playfair Display', sans-serif;
	font-weight: 700;
	border-radius: 1px;
	padding: 20px 33px;
	color: #ffffff;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
}
#cf-1 [type=submit]:hover {
	transform: scale(1.07);
}

#inner-f7 span.wpcf7-list-item-label {
	line-height: 1.6;
}
/* ================= Contact Form CSS ======================= */

@media screen and (max-width: 1820px){
    body {
        min-width: 1825px;
        zoom: 80%;
    }
}

@media (max-width: 1800px) {
	br {
		display: none;
	}
	#cf-1 span.wpcf7-list-item-label {
		line-height: 1.8;
	}
}

@media screen and (max-width: 1450px){
    body {
        min-width: 100%;
        zoom: 100%;
    }
}

@media (max-width: 1024px) {
	#cf-1 .cf-1-f-1 {
		flex-direction: column;
		gap: 0px;
	}
	#cf-1 .cf-1-f-2 {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 20px;
	}
}

@media (max-width: 880px) {

}