/*
Theme Name: Aai Technology
Template: hello-elementor
Version: 1.0
Author:	Come2theweb
Theme URI: https://come2theweb.com/
Author URI: https://come2theweb.com/
*/
.container{max-width:1380px; padding-left:15px; padding-right:15px; margin:0 auto;}
.hfe-nav-menu li.menu-item::before {
	content: '+';
	position: absolute;
	top: 11px;
	left:6px;
	color: #000;
}
.hfe-nav-menu li.menu-item.mobile_only {
	display: none;
}


.homebanner .elementor-image-carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 50;
  color: #fff;
}
.homebanner .swiper-slide-inner:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.homebanner .elementor-image-carousel-caption h2 b {
  display: block;
  font-size: 80px;
  font-weight: 800;
}
.homebanner .elementor-image-carousel-caption h2 {
  font-size: 50px;
  font-weight: bold;
}


.wpcf7-form label {
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  margin: 5px 0;
  padding: 13px!important;
  border: 1px #ccc solid!important;
  max-height: 120px;
}
.wpcf7-form input[type="submit"] {
	padding: 13px 25px !important;
	text-transform: uppercase;
}
select.wpcf7-select {
  background: #fff;
  padding: 13px;
  border: 1px #ccc solid;
  display: block;
  margin: 5px 0;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7 input[type="file"] {
  width: 100%;
  background: #fff;
}



#applynowbox{display:none;}
#appplicationbox{display:none;}

@media(max-width:1024px){
	.hfe-nav-menu li.menu-item.mobile_only {
	display: block;
}
}

@media(max-width:991px){


.homebanner .elementor-image-carousel-caption {
  position: static;
  transform: none;
  background: #ececec;
  padding: 10px 0;
}
.homebanner .elementor-image-carousel-caption h2 {
  color: #000;
  font-size: 20px;
  margin: 0;
}
.homebanner .elementor-image-carousel-caption h3 {
  color: #000;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.homebanner .elementor-image-carousel-caption h2 b {
  font-size: 30px;
}
.homebanner .swiper-slide-image {
  display: block;
}
.homebanner .swiper-slide-inner:before{display:none;}


}