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

.wpcf7-form-control.wpcf7-captchac.wpcf7-captcha-captcha-170{
	margin-top: 20px!important;
	margin-bottom: 20px!important;

}

 * {
    font-family: New-frank !important;

	letter-spacing: 0.5px!important;
} 

h1{
	letter-spacing: 1.2px!important;
}





/* Style for menu items */
/* .menu-item {
  position: relative;
  padding: 10px 15px;
} */

/* Top line hidden by default */
/* .menu-item::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 1px;
  background: #E4BB7D; 
  transition: width 0.3s ease;
} */

/* Show the top line on hover */
/* .menu-item:hover::before,
.menu-item.active::before {
  width: 90%;
}

@media (max-width: 1024px) { 
	.menu-item:hover::before,
.menu-item.active::before {
  width: 20%;
	
}
	.menu-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #E4BB7D; 
  transition: width 0.3s ease;
}
}

@media (max-width: 768px) { 
	.menu-item:hover::before,
.menu-item.active::before {
  width: 30%;
}
	.menu-item::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #E4BB7D; 
  transition: width 0.3s ease;
}
} */


.elementor-image-gallery figure img {
    display: block;
    height: 300px;
	object-fit:cover;
}
	


/* Menu Styling */
.menu-item {
  list-style-type: none;
  padding: 0;
  display: flex;
  justify-content: space-around;
  margin: 20px 0;
}

.menu-item li {
  position: relative;
}


.menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom:15px; 
  width: 100%;
  height: 3px; 
  background-color: black;
}

@media (max-width: 1024px) {
	.menu-item a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 5px!important; 
  width: 100%;
  height: 2px; 
  background-color: black;
}
}



 .dropdown-item::after {
   content: none!important;
	 
 }


.dropdown-item{
	text-align:left!important;
}
 


.menu-item {
    list-style-type: none;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    margin: 20px 0;
}




.elementskit-box-header img{
		height: 250px!important;
}


 .elementskit-info-image-box .elementskit-box-style-content {
	font-size:24px!important;
	 line-height:36px!important;
	 color:#313131!important;
	 font-weight:300!important;
}

#more{
	display:none;
}


.rm_btn{
	background-color:white!important;
	border:black solid 2px;
	color:black!important;
	
}
.rm_btn:hover{
	background-color:black!important;
	border:black solid 2px;
	color:white!important;
	}

.elementor-74 .elementor-element.elementor-element-a954940 .elementskit-info-image-box .elementskit-box-style-content{
	text-transform:normal!important;
}


.elementor-heading-title h1{
	letter-spacing:1.2px!important;
}



p{
	font-size:24px!important;
	font-weight:300!important;
/* 	color:#000000!important; */
	line-height:36px!important;
}