/* 
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 */

body{
	overflow-x:hidden;
}

.herobanner:before{
content: "";
position: absolute;
width: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.16) 45.63%, rgba(0, 0, 0, 0.80) 81.72%);
height: 100%;
left: 0;
top: 0;
z-index: 2;
}

.prgrmCard:before{
content: "";
position: absolute;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.45) 37.5%, rgba(0, 0, 0, 0.90) 81.67%);
width: 100%;
height: 100%;
left: 0;
top: 0;
}
.price h2{
display:flex;
align-items:end;
gap:5px;
}
.herobanner .e-hosted-video{
width:100%;
}
.cntct_txt .elementor-widget-image-box a{
text-transform:lowercase;
font-weight:400;
font-size: 16px;
color: #5A5C62;
}
.cntctForm form input::placeholder,
.cntctForm form textarea::placeholder{
	color:#000 !important;
	opacity:1 !important;
}

















@media(max-width:1024px){
.blackSec .elementor-image-box-wrapper{
flex-direction:column !important;
align-items:center !important;
}
.herobanner .e-hosted-video{
width: 100%;
}
}
@media(max-width:767px){
.innerbanner .elementor-widget-image-box{
min-height: auto !important;
}
.boxwrap{
justify-content:space-between;
}
.boxwrap .box{
min-height:160px !important;
height:auto !important;
width:44% !important;
}
.logos .elementor-widget-image{
width:44%;
}
}