/*
 Theme Name:   Glint Child
 Theme URI:    http://example.com/glint-child/
 Description:  Glint Child Theme
 Author:       Delivery Devs
 Author URI:   http://example.com
 Template:     glint
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/
.gold-text{
/* 	color:var(--e-global-color-accent); */
	color:var( --e-global-color-2f0cbc6 );
}
.bold-text{
	font-weight:bold;
}
.elementor-header{
	position: fixed;
/*     top: 30px; */
    left: 0;
    width: 100%;
    z-index: 999;
	transition: background 0.5s ease;
}
.elementor-header.scrolled {
  background: #0000009C;
}
html {
    /* Set this to the height of your fixed header + some breathing room */
    scroll-padding-top: 120px; 
}
.container{
	max-width:100%;
}
img.custom-logo {
	height: auto;
}

.entry-footer,
.welcome-area-wrap,
.header-area{
	display: none;
}

.our-goal-sec .cbtn {
	display: none;
}

.services-section .single-service {
	height: 100%;
}

.content-area {
	padding: 0px;
}

.course-card,
.course-card p {
	transition: .5s all ease-in-out;
}

.course-card {
	width: 360px;
	height: 125px;
	overflow: hidden;
}

.course-card.big {
	min-height: 147px;
}

.course-card:hover {
	height: 480px;
}

#courses {
	scroll-margin-top: 100px;
}
.services-section .col-lg-4{
	padding:15px;
}
.services-section .row{
/* 	gap:20px; */
}
.ff-btn-submit{
	padding: 12px 24px 12px 24px;
    color: var(--e-global-color-secondary) !important;
    border-style: solid;
	    background-color: var(--e-global-color-accent) !important;
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-weight: var(--e-global-typography-accent-font-weight);
	font-size:15px;
}
.frm-fluent-form input:focus {
	border-color:  var(--e-global-color-accent) !important;
}
@media only screen and (max-width:1024px) {
	.slick-arrow{
		top:507px !important;
	}
	.slick-next {
    right: 0px !important;
	}
	.slick-prev {
    left: 0px !important;
	}
}
@media only screen and (max-width:767px) {
	.col-lg-12{
	padding:0px;
	}
	.course-card {
		height: 97px;
		width: 100%;
	}
	.course-card:hover {
		height: 410px;
	}
.slick-arrow{
        top: 107% !important;
    }
	.course-card.big {
		min-height: initial;
	}
}