/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1689307287
Updated: 2023-07-14 04:01:27

*/

/*....Header.....*/
#masthead .main_head{
  	position: fixed;
    width: 100%;
    top: 0px; 
}
.main_head .lang_btn svg{
	width:50px;
}
 @media (min-width:1025px) and (max-width:1440px){
	.main_head .elementor-button-link {
		padding:15px 10px !important;
	}
	.main_head .elementor-button-text{
		font-size:14px;
		margin-top:3px;
	}
	.main_head .hfe-nav-menu a{
		padding-left:10px !important;
		padding-right:10px !important;
		font-size:15px !important;
	}
}

/*.....Contact Form..... */
.rare_contact input, 
.rare_contact textarea{
	border: none;
	border-bottom: 1px solid #000!important; 
	border-radius:0;
	background-color: transparent;
}
 .rare_contact input:focus-visible{
	outline:none !important;
}  
 .rare_contact p{
	margin-right:25px;
}
.rare_contact [type=checkbox]{
	margin-left:-15px;
	margin-top:30px;
	
}
.rare_form .elementor-container{
	margin-left:0;
}
.check_contact span{
	line-height:1.5;
}
.rare_form label{
	color: #656A72;
	font-size: 18px;
	line-height: 32px;
	width:100%;
}
.rare_form .cont_terms, 
.copy_footer .cpy_link p a{
	color:#000;
	text-decoration:underline;
}
.rare_contact .btn_sub [type=submit] {
	text-decoration:none;
	width: 177px;
	height: 51px;
	color:#ffff;
	background-color:#000;
	border-radius:4px;
	margin-top:40px; 
	border:1px solid #000 !important;
	font-size:16px;
	font-weight:400;
	padding: 16px 24px;
	line-height:19px;
/* 	float: right; */
/*  margin-top: -50px; */
	font-family:Roboto;
/*  margin-right: -73px; */
}
 .rare_contact .btn_sub [type=submit]:before {
	content: "\f1d9"; 
 	font-family:"Font Awesome 5 Free"; 
	font-weight:900; 
} 
@media (max-width:767px){
	.rare_contact .elementor-col-5{
		width:100% !important;
	} 
	.footer_botm svg{ 
		margin-top:13px;
	}
} 

/*....Home...  */
.home_accordian .elementor-accordion-item{
	border-left:0px !important;
	border-right:0px !important;
}
 .home_accordian .elementor-tab-content img{
	padding-right:5px;
	position: absolute;
    left: 0px;
}
.home_accordian .elementor-tab-content.elementor-clearfix{
	margin-left:15px;
} 
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title {
	padding-left:90px;
	border-bottom:1px solid #E6E6E8;
	border-left:0px;
	border-top:0px;
	border-right:0px;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title:last-child{
	border-bottom:0px;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title h4{
	display:inline !important;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title i{
	position:absolute;
	right:22px;
	bottom:34px;
	border: 1px solid #E6E6E8;
    padding: 20px 20px;
    border-radius: 50px;
    font-size: 15px;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title h1{
	display:inline !important;
	position: absolute;
    left: 0;
/*  top: 50px; */
    font-size: 64px;
    color: #E1E1E1;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title p{
	font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #373737;
}
.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title.elementor-active{
	border-bottom:1px solid #000000;
	border-right:0px;
}
.home_tab .tab_colum .elementor-tab-content.elementor-clearfix.elementor-active{
	border:none;
}
.home_tab .tab_colum .elementor-tab-content.elementor-clearfix.elementor-active img{
	max-width:100%;
	width:37%;
	position: absolute;
    bottom: 0;
    top: -100px; 
   	right:0px;
}
 
@media (min-width:1066px) and (max-width:1440px){
	.top_btn .elementor-button-link{
		padding:15px 20px !important;
	}
}
@media (min-width:1025px) and (max-width:1065px){
	.top_btn .elementor-button-link{
		padding:10px 15px !important;
	}
}
@media (max-width:767px){
	.home_tab .tab_colum .elementor-tabs{
		min-height:750px;
	/*	max-height:800px; */
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title {
 		padding-left:60px; 
		border-bottom:1px solid #E6E6E8;
		border-left:0px;
		border-top:0px;
		border-right:0px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title:last-child{
		border-bottom:0px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title h4{
		display:inline !important;
		font-size:19px;
	}
	 .home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title i{
		 display:none;
	/* 	position:absolute;
		right:22px;
	/* 	bottom:34px; */
		border: 1px solid #E6E6E8;
		padding: 20px 20px;
		border-radius: 50px;
		font-size: 15px; */
	} 
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title h1{
		display:inline !important;
		position: absolute;
		left: 0;
	/*  top: 50px; */
		font-size: 44px;
		color: #E1E1E1;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title p{
		font-size: 16px;
		font-weight: 400;
		line-height: 19px;
		color: #373737;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title.elementor-active{
		border-bottom:1px solid #000000;
		border-right:0px;
	}
	.home_tab .tab_colum .elementor-tab-content.elementor-clearfix.elementor-active{
		border:none;
	}

	.home_tab .tab_colum .elementor-tab-content.elementor-clearfix.elementor-active img{
		max-width:100%;
		width:100%;
		position: absolute;
	/* 	bottom:-100px; */
    	top:550px;
   		right:0px;
	}
}
@media(max-width:1024px){
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-mobile-title i{
		display:none!important;
	}
}
@media(min-width:601px) and (max-width:767px){
	.home_tab .tab_colum .elementor-tabs{
		min-height:850px;
	}
	.home_tab .tab_colum .elementor-tab-content.elementor-clearfix.elementor-active img{
		max-width:100%;
		width:100%;
		position: absolute;
	/*  bottom:-100px; */
    	top:350px;
		right:0px;
	}
} 
@media(min-width:1025px) and (max-width:1440px){
	.tab_head  h2{
		font-size:36px !important;
		line-height:50px !important;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title h4{
		display:inline !important;
		font-size:17px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title i{
		position:absolute;
	/*	right:22px; */
		bottom:34px;
		border: 1px solid #E6E6E8;
		padding: 20px 20px;
		border-radius: 50px;
		font-size: 15px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title {
		padding: 10px 85px;
	}
	.choose_content .elementor-image-box-content h3{
		font-size:19px !important;
	}
}

@media(min-width:768px) and (max-width:1200px){
	.tab_head  h2{
		font-size:36px !important;
		line-height:50px !important;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title h4{
		display:inline !important;
		font-size:17px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title i{
		position:absolute;
	/* 	right:22px; */
		bottom:34px;
		border: 1px solid #E6E6E8;
		padding: 20px 20px;
		border-radius: 50px;
		font-size: 15px;
	}
	.home_tab .tab_colum .elementor-tab-title.elementor-tab-desktop-title {
		padding: 10px 85px;
	}
	.choose_content .elementor-image-box-content h3{
		font-size:17px !important;
	}
}
/*...Footer... */
.footer-news_letter .es_subscription_form .gjs-row input{
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px solid #000;
	border-radius:0px;
}
.footer-news_letter .es-form-field-container .gjs-row input:focus-visible{
	outline:none;
	border-bottom:2px solid #000 !important;
}

.footer-news_letter .es-form-field-container .gjs-cell input:before {
	content: "\f1d9"; 
 	font-family:"Font Awesome 5 Free"; 
	font-weight:900; 
} 
.footer-news_letter .es-form-field-container .gjs-row:last-child {
	float: left;
    margin-left: 30px !important;
	margin-top:-19px; 
} 
.footer-news_letter .es-form-field-container .gjs-row:last-child:after{
	float:none;
	clear:both;
}
.footer-news_letter .es_subscription_form .es-email{
	display:block; 
	float:left; 
	border-top:0px;
	width:auto;
	border-left:0px;
	border-right:0px;
	border-radius:0px;
	padding-left:0px;
}
.footer-news_letter .es-form-field-container .gjs-row:after{
	float:none;
	clear:both;
}
.footer-news_letter .es_subscription_form .es-email:focus-visible{
	outline:none;
	border-bottom:2px solid #000 !important;
}
@media (max-width:360px){
	.footer-news_letter .es-form-field-container .gjs-row:last-child {
	/* 	float: left; */
    	margin-left: 50px !important;
	 	margin-top:20px !important;
	} 
}
.pop_sect1{
	background-color:#000;
}
.pop_sect1 h2{
	color:#fff!important;
	font-size:20px;
	text-align:left;
}
.pop_sect1 .elementor-element-populated{
	text-align:center;
	align-content: center;
}
.pop_sect2 h2{
	font-size: 19px;
  	color: #000!important;
}
.pum-content .elementor-button{
	background-color:#000;
}
.pop_sect2 p a{
	color:#000;
}
@media(max-width:767px){
	.pop_20{
		width:20%
	}
	.pop_80{
		width:80%
	}
	.dload_btn .elementor-button-wrapper{
		text-align:left;
	}
}
@media(max-width:500px){
	.pop_sect1 h2{
		font-size:15px;
	}
	.pum-content svg{
		width:30px;
		height:17px;
	}
}
@media(min-width:768px){
	.pop_sect1 svg{
		width:50%;
	}
}

.elementor-element-c01aaca {
	margin-top:100px!important;
}