@import "../../../atlanta/assets/css/rtl.min.css";

/* Your CSS code goes here
-------------------------------------- */
body.rtl #header.logo-left .nav-main{
	float:right;
	   

}
body.rtl #header.logo-left .logo{
	width:29%;
}
@media(max-width:768px){
body.rtl #header.logo-left .logo-img{
	width:85%;
}
body.rtl #header.logo-left .logo{
	width:100%;
}	
body.rtl #header.logo-left .nav-main{
	float:none;
	   

}
}

body .page-title{
	background-image: url(/wp-content/uploads/2019/02/h1.png);
    text-align: center;
	margin-bottom:15px;
	
}
body .page-title h1{
		color:#000;
	font-size:30px;
	
}

body .elementor-button #clickhere{
	width:33%;
	height:20%;
	font-size:20px;	
}