*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	text-decoration: none;
}
 
@font-face{
	font-family: 'Baloo';  
    src: url('/../../fonts/Baloo/Baloo2-Regular.woff2') format('woff2'),
    	 url('/../../fonts/Baloo/Baloo2-Regular.woff') format('woff');
	font-weight: 100 900; 
    font-display: swap;
}
@font-face{
	font-family: 'Baloo_SemiBold';  
    src: url('/../../fonts/Baloo/Baloo2-SemiBold.woff2') format('woff2'),
    	 url('/../../fonts/Baloo/Baloo2-SemiBold.woff') format('woff');
	font-weight: 100 900; 
    font-display: swap;
}
@font-face{
	font-family: 'Elsie';  
    src: url('/../../fonts/Elsie/Elsie-Black.woff2') format('woff2'),
    	 url('/../../fonts/Elsie/Elsie-Black.woff') format('woff');
	font-weight: 600; 
    font-display: swap;
}

@font-face{
	font-family: 'Open Sans';
	src: url('/../../fonts/open_sans/OpenSans-Regular.eot');
	src: url('/../../fonts/open_sans/OpenSans-Regular.eot') format('embedded-opentype'),
		 url('/../../fonts/open_sans/OpenSans-Regular.woff') format('woff'),
		 url('/../../fonts/open_sans/OpenSans-Regular.woff2') format('woff2'),
    	 url('/../../fonts/open_sans/OpenSans-Regular.ttf') format('truetype'),
    	 url('/../../fonts/open_sans/OpenSans-Regular.svg') format('svg');
	font-weight: normal;
    font-style: normal;
}

body{
	background: #fff !important;
	color: #5E5F63;
	font-size: 16px; 
	font-family: 'Baloo';
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Elsie'; 
	margin: 0 0 15px;
	line-height: 130%;
	font-weight: 600; 
    color: var(--dark-color);
}
p{
	margin: 0 0 15px;
	line-height: 160%;
	font-size: 16px;
}
input, button, select, textarea {
    font-family: 'Baloo';
}
ul{
	list-style: none;
	margin: 0;
}
ul li{
	font-size: 16px;
}
.default_container{
	width: calc(100% - 200px);
	margin: 0 auto;
	padding: 0 15px;
}
 
.small_container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
} 
.mb_40{
	margin-bottom: 40px !important; 
}
.mb_30{
	margin-bottom: 30px !important; 
}
.mb_20{
	margin-bottom: 20px !important; 
}
.title_div{
	margin: 0 0 40px;
    text-align: center;
}
.title_div h2{
	margin: 0px;
    font-weight: 700;
    font-size: 42px;
}
.title_div p{
	width: 100%;
	max-width: 750px;
	color: var(--font-color);
	margin: 15px auto 0;
}
.d_flex{
	display: flex;
	flex-wrap: wrap;
}
.align_center{
	align-items: center;
}
.justify_center{
	justify-content: center;
}
.form_control {
    padding: 12px 10px;
    border: 0px;
    margin: 0;
    width: 100%;
    font-size: 16px;
    outline: none;
    border-radius: 3px;
}
.default_btn {
    color: #ffffff; 
    font-size: 17px;
    display: inline-block;
    padding: 10px 20px;
    background-color: #006638;
    border-radius: 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.fa-long-arrow-right {
    position: relative;
    top: 2px;
    left: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.default_btn:hover .fa-long-arrow-right { 
    left: 10px;
}
.default_btn:hover{
	background-color: #000;
}
@media(max-width:1550px){
	.default_container {
	    width: 100%;
	    max-width: 1400px;
	}
}
@media(max-width:1400px){
	
	 
}
@media(max-width:1300px){
 
}
@media(max-width:1200px){
 
}
@media(max-width:1024px){
	.title_div h2{ 
	    font-size: 39px; 
	}
}
 
@media(max-width:580px){
	.title_div h2{ 
	    font-size: 36px; 
	}
	.default_btn{
	    padding: 12px 25px; 
	    font-size: 15px;
	}
}
@media(max-width:480px){
	.title_div h2{ 
	    font-size: 34px; 
	} 
}
@media(max-width:380px){
	.title_div h2{ 
	    font-size: 32px; 
	} 
}