/*
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: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1650385186
Updated: 2022-04-19 16:19:46

*/

.std-button{
	background: #FF4D00;
	color: white;
	padding: 10px 30px;
	transition: all .3s;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;
	border-radius: 10px;
}
.std-button:hover, .std-button:active, .std-button:focus{
	background: white;
	color: #FF4D00;
	transform: scale(1.1);
	border: unset;
	outline: unset;
}
.std-button.blue-hover:hover{
	background: #004987 !important;
	color: white !important;
	transform: scale(1.1);
	border: unset;
	outline: unset;
}
.left-lined-title{
    border-left: 2px solid #ff4d00;
    padding-left: 15px;
    transform: translatex(-30px)
}
.lined{
	transform: translatex(0) !important;
}

#send-button-home{
    background: white;
    font-size: 14px;
    color: #FF4D00;
    font-family: 'poppins';
    transition: all .3s;
}
#send-button-home:hover{
    color: #004987;
    transform: scale(1.1);
}

.header-menu-item a:hover{
    color:white !Important;
}

.header-menu-item a:visited{
    color:white !Important;
}

.header-menu-item a:active{
    color:white !Important;
}

.header-menu-item a{
    color:white !Important;
}

html, body {
   
    overflow-x: hidden !important;
}

@media (max-width: 767px){
h2 {
	font-size:30px !important;	
}
h3 {
	font-size:28px !important;	
}
h4 {
	font-size:25px !important;	
}
h5 {
	font-size:20px !important;	
}
h6 {
	font-size:18px !important;	
}


}