@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Regular.eot');
    src: url('../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Regular.woff2') format('woff2'),
        url('../fonts/Catamaran-Regular.woff') format('woff'),
        url('../fonts/Catamaran-Regular.ttf') format('truetype'),
        url('../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Black.eot');
    src: url('../fonts/Catamaran-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Black.woff2') format('woff2'),
        url('../fonts/Catamaran-Black.woff') format('woff'),
        url('../fonts/Catamaran-Black.ttf') format('truetype'),
        url('../fonts/Catamaran-Black.svg#Catamaran-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-SemiBold.eot');
    src: url('../fonts/Catamaran-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-SemiBold.woff2') format('woff2'),
        url('../fonts/Catamaran-SemiBold.woff') format('woff'),
        url('../fonts/Catamaran-SemiBold.ttf') format('truetype'),
        url('../fonts/Catamaran-SemiBold.svg#Catamaran-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Bold.eot');
    src: url('../fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Bold.woff2') format('woff2'),
        url('../fonts/Catamaran-Bold.woff') format('woff'),
        url('../fonts/Catamaran-Bold.ttf') format('truetype'),
        url('../fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-ExtraLight.eot');
    src: url('../fonts/Catamaran-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-ExtraLight.woff2') format('woff2'),
        url('../fonts/Catamaran-ExtraLight.woff') format('woff'),
        url('../fonts/Catamaran-ExtraLight.ttf') format('truetype'),
        url('../fonts/Catamaran-ExtraLight.svg#Catamaran-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Light.eot');
    src: url('../fonts/Catamaran-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Light.woff2') format('woff2'),
        url('../fonts/Catamaran-Light.woff') format('woff'),
        url('../fonts/Catamaran-Light.ttf') format('truetype'),
        url('../fonts/Catamaran-Light.svg#Catamaran-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-ExtraBold.eot');
    src: url('../fonts/Catamaran-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-ExtraBold.woff2') format('woff2'),
        url('../fonts/Catamaran-ExtraBold.woff') format('woff'),
        url('../fonts/Catamaran-ExtraBold.ttf') format('truetype'),
        url('../fonts/Catamaran-ExtraBold.svg#Catamaran-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Thin.eot');
    src: url('../fonts/Catamaran-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Thin.woff2') format('woff2'),
        url('../fonts/Catamaran-Thin.woff') format('woff'),
        url('../fonts/Catamaran-Thin.ttf') format('truetype'),
        url('../fonts/Catamaran-Thin.svg#Catamaran-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Medium.eot');
    src: url('../fonts/Catamaran-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Medium.woff2') format('woff2'),
        url('../fonts/Catamaran-Medium.woff') format('woff'),
        url('../fonts/Catamaran-Medium.ttf') format('truetype'),
        url('../fonts/Catamaran-Medium.svg#Catamaran-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
*, html {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	margin:0;
	padding:0
}
body {
	margin:0;
	padding:0;
	color:#54595f;
	font-family: 'Catamaran', sans-serif;
	overflow-x:hidden!important;
	background:#fff;	
	font-size:14px;
	line-height:20px
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:400
}
h1 {
	font-size:45px;
	line-height:48px;
	font-weight: 600;
	font-family: 'Catamaran', sans-serif;
}
h2 {
	font-size:30px;
	line-height:30px;
	font-weight:500
}

h3 {
	font-size:25px;	
	line-height:27px;
}
h4 {
	font-size:20px;
	line-height:26px
}
h5 {
	font-size:18px;
	line-height:24px
}
p {
	letter-spacing:0px;
	font-size:16px;
	line-height: 24px;
}






a, a:hover, input, select {
	text-decoration:none;
	outline:0;
	color:#0184cf;
}
a:focus, a:focus-visible, a:visited {	
	text-decoration:none;
	outline:0;
    box-shadow: none;
}
li, ul {
	list-style:none;
	margin:0;
	padding:0;
}
.mt-30{margin-top:30px;}
.mb-25 {margin-bottom: 25px;}
.mb-20 {margin-bottom: 20px;}
.mb-15 {margin-bottom: 15px;}
.mb-10 {margin-bottom: 10px;}
.pb-20{
	padding-bottom:20px;
}
select::-ms-expand {
display:none
}
section {
	width:100%;
	height:auto;
	float:left
}
.main-wrapper {
	width:100%;
	height:695px;
	float:left
}
.clr-white {
	color: #fff;
}
.awarathon-ban {
    width: 100%;
	background: rgb(0,51,88);
    background: linear-gradient(0deg, rgba(0,51,88,1) 0%, rgba(1,75,122,1) 50%, rgba(0,95,155,1) 100%);
    height: 100%;
	padding: 60px 0px;

}
.pad-90 {padding-top: 90px;}

.awarathon-ban .line {
	width: 234px;
    height: 2px;
    background-color: #fff;
    margin: 7px 0px 25px 0px;
}
.awarathon-ban h4 {
	line-height: 30px;
}
.logo-awarathon {
	display: none;
}

.footer-line-text {
	display: none;
}
.footer-line-text p{
	color: #fff;
	margin-bottom: 10px;
}




