/* Themify Customize Styling */
body {	
	font-family: "Fira Sans";	font-weight:300;
	font-size:18px;
 
}
:root {	
	--theme_accent: #5eb570;
	--theme_accent_hover: #0074be; 
}
.pagewidth,.module_row>.row_inner {	
	width: 1280px; 
}
h1 {	
	font-family: "Fira Sans";	font-weight:200;
	font-size:38px;
 
}
h2 {	
	font-family: "Fira Sans";	font-weight:200;
	font-size:28px;
 
}
h3 {	
	font-family: "Fira Sans";	font-weight:200;
 
}
h4 {	
	font-family: "Fira Sans";	font-weight:200;
 
}
h5 {	
	font-family: "Fira Sans";	font-weight:200;
 
}
h6 {	
	font-family: "Fira Sans";	font-weight:200;
 
}
#main-nav a {	
	font-family: "Fira Sans";	font-weight:300;
	font-size:14px;
	text-transform:uppercase; 
}

/* Themify Custom CSS */
.sidemenu-off #main-nav-wrap {
    margin-left: auto;
    margin-right: 0;
}
#headerwrap {
    border-bottom: none;
}

.fancy-heading-cutom-a .main-head {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.fancy-heading-cutom-a .main-head:before, .fancy-heading-cutom-a .main-head:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
	margin-left:10px;

    height: 1px;
    content: '\a0';
    background-color: #e9e9e9;
}
.fancy-heading-cutom-a .main-head:before {
    margin-left: -51%;
    text-align: right;
	
}
.module_row .module .ui.builder_button.green {
    color: #fff !important;
}
h1,h2,h3,h4,h5,h6{
	font-weight:200 !important;
}