*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	text-decoration: none;
}
 
@font-face{
	font-family: 'poppins';
    src: url('/../../fonts/poppins/poppins_semi_bold/poppins_semi_bold.woff') format('woff'),
    	 url('/../../fonts/poppins/poppins_semi_bold/poppins_semi_bold.woff2') format('woff2');
	font-weight: 100 900; 
    font-display: swap;
}
@font-face{
	font-family: 'verdan';  
    src: url('/../../fonts/verdana/verdana.woff') format('woff'),
    	 url('/../../fonts/verdana/verdana.woff2') format('woff2'),
    	 url('/../../fonts/verdana/verdana.ttf') format('truetype');
	font-weight: 600; 
    font-display: swap;
}

 
body{
	background: #fff !important;
	color:var(--text-color);
	font-size: 16px; 
	font-family: 'verdan';
}
h1, h2, h3, h4, h5, h6{
	font-family: 'poppins';
	margin: 0 0 15px;
	line-height: 130%;
	font-weight: 600; 
    color: var(--font-color);
}
p{
	margin: 0 0 15px;
	line-height: 170%;
	font-size: 16px;
}
input, button, select, textarea {
    font-family: 'verdan';
}
ul{
	list-style: none;
	margin: 0;
}
ul li{
	font-size: 16px;
}
.default_container{
	width: calc(100% - 150px);
	margin: 0 auto;
	padding: 0 15px;
}
 
.small_container{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
} 
.mb_40{
	margin-bottom: 40px; 
}
.title_div{
	margin: 0 0 40px;
    text-align: center;
}
.title_div h2{
	margin: 0px;
    font-weight: 700;
    font-size: 38px; 
    color: #000;
}
.title_div p{
	width: 100%;
	max-width: 750px;
	color: var(--text-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;
}
.default_btn {
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    color: var(--main-color); 
}
.padd_color{
    border-radius: 8px;
    color: #ffffff; 
    padding: 13px 25px;
    background-color: var(--main-color);
}
.fa-long-arrow-right {
    position: relative;
    top: 1px;
    left: 5px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.default_btn:hover .fa-long-arrow-right { 
    left: 10px;
}
.default_btn.padd_color: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: 34px; 
	}
}
 
@media(max-width:580px){
	.title_div h2{ 
	    font-size: 32px; 
	}
	.default_btn{ 
	    font-size: 15px;
	}
	ul li, p{
		font-size: 15px !important;
	}
}
@media(max-width:480px){
	.title_div h2{ 
	    font-size: 30px; 
	} 
}
@media(max-width:380px){
	.title_div h2{ 
	    font-size: 28px; 
	} 
}