@font-face {
    font-family: 'Sharp Sans No1';
    src: url('../font/SharpSansNo1/SharpSansNo1-Bold.eot');
    src: url('../font/SharpSansNo1/SharpSansNo1-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/SharpSansNo1/SharpSansNo1-Bold.woff') format('woff'),
        url('../font/SharpSansNo1/SharpSansNo1-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1';
    src: url('../font/SharpSansNo1/SharpSansNo1-Extrabold.eot');
    src: url('../font/SharpSansNo1/SharpSansNo1-Extrabold.eot?#iefix') format('embedded-opentype'),
        url('../font/SharpSansNo1/SharpSansNo1-Extrabold.woff') format('woff'),
        url('../font/SharpSansNo1/SharpSansNo1-Extrabold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1';
    src: url('../font/SharpSansNo1/SharpSansNo1-Medium.eot');
    src: url('../font/SharpSansNo1/SharpSansNo1-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/SharpSansNo1/SharpSansNo1-Medium.woff') format('woff'),
        url('../font/SharpSansNo1/SharpSansNo1-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Sharp Sans No1';
    src: url('../font/SharpSansNo1/SharpSansNo1-Light.eot');
    src: url('../font/SharpSansNo1/SharpSansNo1-Light.eot?#iefix') format('embedded-opentype'),
        url('../font/SharpSansNo1/SharpSansNo1-Light.woff') format('woff'),
        url('../font/SharpSansNo1/SharpSansNo1-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.light_font{
	font-weight: 300;
}
.Medium_font{
	font-weight: 500;
}
.Bold_font{
	font-weight: 600;
}
.Extra_bold{
	font-weight: bold
}

.theme_bg{
	background: #ff6633;
}
.theme_grybgr{
	background: #616161;
}
.theme_color{
	color: #ff6633;
}
.white_color{
    color: #fff;
}
.theme_grycolor{
	color: #616161;
}
.footer_bg{
    background: #222222;
}

body{
	font-family: 'Sharp Sans No1';
}
.relativeBox{
    position: relative;
}
.main_heading{
    
}