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

.pad100 {
	padding: 100px 15px;
}
.pt0 {
	padding-top: 0px !important;
}
.pb0 {
	padding-bottom: 0px !important;
}
.pl60 {
	padding-left: 60px;
}
.pr60 {
	padding-right: 60px;
}
.mt50 {
	margin-top: 50px;
}
.mt30 {
	margin-top: 30px;
}
.mt20 {
	margin-top: 20px;
}
.bnr-hd h1 {
	font-size: 60px;
	line-height: 75px;
}
.big-hd h2 {
	font-size: 50px;
	line-height: 65px;
}
.main-hd h3 {
	font-size: 40px;
	line-height: 55px;
}
.bdr-rds img {
	display: block !important;
	width: 100%;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

@media screen and (max-width: 999px) {
	.pad100 {
		padding: 70px 15px;
	}
	.pl60 {
		padding-left: 40px;
	}
	.pr60 {
		padding-right: 40px;
	}
	.mt50 {
		margin-top: 40px;
	}
	.bnr-hd h1 {
		font-size: 50px;
		line-height: 65px;
	}
	.big-hd h2 {
		font-size: 40px;
		line-height: 55px;
	}
	.main-hd h3 {
		font-size: 30px;
		line-height: 45px;
	}	
}


@media screen and (max-width: 767px) {
	.pad100 {
		padding: 40px 15px;
	}
	.pl60 {
		padding-left: 00px;
	}
	.pr60 {
		padding-right: 00px;
	}
	.mt50 {
		margin-top: 30px;
	}
	.bnr-hd h1 {
		font-size: 30px;
		line-height: 45px;
	}
	.big-hd h2 {
		font-size: 25px;
		line-height: 40px;
	}
	.main-hd h3 {
		font-size: 25px;
		line-height: 40px;
	}	
}

