/* 
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 */
:root{
	--white-fff: #fff;
	--black-000: #000;
	--blue-0a446f:#0a446f;
	--light-blue-c9eafc:#c9eafc;
}

.main-section{
	padding-top:60px;
	padding-bottom:60px;
}
/** global buttons css **/


.primary-white-button{
	.elementor-button{ 
			border-radius: 50px !important;
			padding-top: 1em !important;
			padding-right: 2em !important;
			padding-bottom: 1em !important;
			padding-left: 2em !important;
			background-color:var(--white-fff) !important;
		}
	.elementor-button:hover{
		background:var(--blue-0a446f) !important;
		color:var(--white-fff) !important;
	}
}

.secondary-blue-button{
	.elementor-button{
		border-radius: 50px !important;
		padding-top: 1em !important;
		padding-right: 2em !important;
		padding-bottom: 1em !important;
		padding-left: 2em;
		background-color:var(--blue-0a446f) !important;
		color:var(--white-fff) !important;
		}
	.elementor-button:hover{
		background:var(--light-blue-c9eafc) !important;
		color:var(--blue-0a446f) !important;
	}
}