
@font-face {
	font-family: 'Galanoregular';
	src:url('../fonts/Galano Grotesque Light.otf'),
		url('../fonts/Galano Grotesque Light.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Galanosemibold';
	src:url('../fonts/Galano Grotesque Alt Semi Bold.otf'),
		url('../fonts/Galano Grotesque Alt Semi Bold.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Galanomedium';
	src:url('../fonts/Galano Grotesque Medium.otf'),
		url('../fonts/Galano Grotesque Medium.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
body{
	background-color: #040b75;
	font-family: 'Montserrat', sans-serif;
}
.hrader-sec{
	background: #040b75;
	overflow: hidden;
	position: relative;
	display: block;
}
.header-top{
	position: relative;
	margin: 45px auto;
}
.hdrdesc-blk{
	color: #fff;
	margin-top: 95px;
}
.main-title{
	font-size: 22px;
	padding-top: 0;
    padding-bottom: 35px;
    /*font-family: 'Galanoregular', Arial, sans-serif;*/
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #fff;
}
.sm-desc{
	font-size: 26px;
    color: #7e85f7;
    padding-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
}
.mail-anchor1 i{
	color: #7e85f7;
}
.desc{
	font-size: 36px;
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	line-height: 1.5em;	
	margin-bottom: 25px;
}
section.footer-sec {
    background: #0042f1;
}
.footer-top {
    position: relative;
    margin: 100px auto;
}
.footer-blk {
    color: #fff;
    text-align: center;
}
.footer-blk p{
	font-size: 32px;
	margin-bottom: 15px;
}
.mail-anchor{
	display: inline-block;
    background: #0042f1;
    border: 1px solid #0042f1;
    border-radius: 50px !important;
    color: #fff;
    font-size: 16px;
    margin: 10px auto 0px;
    padding: 10px 45px 15px;
    outline: 0px !important;
    font-weight: normal;
    cursor: pointer;
    text-decoration: none;
}
.mail-anchor:focus, .mail-anchor:hover{
    text-decoration: none;
    color: #fff;
}
.logoimg {
    max-width: 50px;
    margin-right: 12px;
}
.mail-anchor1{
	display: inline-block;
    background: transparent;
    border: 0;
    color: #fff;
    font-size: 20px;
    margin: 10px auto 0px;
    outline: 0px !important;
    font-weight: 100;
    cursor: pointer;
    text-decoration: none;
    font-family: 'Galanomedium', Arial, sans-serif;
}
.mail-anchor1:focus, .mail-anchor1:hover{
    text-decoration: none;
    color: #fff;
}