@font-face {
    font-family: 'proza_libresemibold';
    src: url('../font/prozalibre-semibold-webfont.eot');
    src: url('../fonts/prozalibre-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/prozalibre-semibold-webfont.woff2') format('woff2'),
         url('../fonts/prozalibre-semibold-webfont.woff') format('woff'),
         url('../fonts/prozalibre-semibold-webfont.ttf') format('truetype'),
         url('../fonts/prozalibre-semibold-webfont.svg#proza_libresemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'noto_sansregular';
    src: url('../fonts/notosans-regular-webfont.eot');
    src: url('../fonts/notosans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/notosans-regular-webfont.woff2') format('woff2'),
         url('../fonts/notosans-regular-webfont.woff') format('woff'),
         url('../fonts/notosans-regular-webfont.ttf') format('truetype'),
         url('../fonts/notosans-regular-webfont.svg#noto_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

img{
	max-width:100%;
	height:auto;
}
body{
	margin:0;
	padding:0;
	font-size:18px;
	font-family: 'noto_sansregular';
	color:#000;
}
*{
	box-sizing:border-box;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}
textarea:focus, input:focus, button:focus, select:focus{
    outline:none;
}
input::-webkit-input-placeholder{
	color:#a7a7a7 !important;
	font-size:12px;
	vertical-align:middle;
	font-family: 'noto_sansregular';
}
textarea::-webkit-input-placeholder{
	 color: #6B6F80;
	 font-family: 'noto_sansregular';
	 font-size: 16px;
	 line-height: 24px;
}
.field-error {
    float: left;
    color: #F00;
    width: 100%;
}
:root {
  --primary: #0d2065;
  --contrast: #fff;
}
.container {
	width: 96%;
	max-width: 1150px;
	margin: 0 auto;
	position: relative;
}
p {
    color: #000;
    font-size: 14px;
    line-height: 26px;
}
.main_wrap h2 {
    font-family: 'proza_librebold';
    font-style: normal;
    font-weight: 700;
    font-size: 56px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.04em;
    
    margin-bottom: 48px;
	    margin-top: 0;
}
.btn i{
	color:#ffea01;
}

/*header*/
.header {
    float: left;
    width: 100%;
    padding: 24px 0px;
    background: var(--primary);
    text-align: center;
}
.logo_wrap {
    width: 100px;
    display: table;
    margin: 0 auto;
}
.banner_wrap {
    width: 100%;
    float: left;
    position: relative;
}
.banner_wrap h1 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: var(--fff);
    line-height: 68px;
    font-size: 60px;
    position: relative;
    text-transform: capitalize;
    text-shadow: 1px 2px 6px #000;
    margin-top: 0;
}
.banner_btn .btn.dwn_btn {
    line-height: 50px;
    font-size: 18px;
    /* text-transform: uppercase; */
    padding: 0 30px;
    padding-left: 50px;
    position: relative;
    color: #fff;
    background: var(--primary);
    padding: 13px 28px;
    border-radius: 35px;
}
.slider_content {
    position: absolute;
    top: 0%;
    left: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: table;
    padding-top: 10%;
    text-align: center;
}
.slider_content:before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.support_wrap {
    float: left;
    width: 100%;
    background:url(../images/login-bg.jpg) top center no-repeat;
	background-size:cover;
}
.heading_wrap {
    text-align: center;
    float: left;
    width: 100%;
}
.heading_wrap h2 {
    margin: 30px 0;
    font-size: 34px;
	color:var(--contrast);
}
.support_wrap .support_content {
    width: 100%;
    float: left;
    margin-top: 50px;
}
.support_wrap .support_content ul li {
    width: 46.5%;
    float: left;
    text-align: center;
    background: rgb(255 255 255 / 70%);
    border: 1px solid rgb(92 92 92 / 30%);
    padding: 30px;
    padding-top: 80px;
    position: relative;
    margin: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px -6px #0c0b0b;
}
.support_wrap .support_content ul li .icon_wrap {
    width: 100px;
    height: 100px;
    background: var(--primary);
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    font-size: 35px;
    padding: 28px;
    border: 4px solid #fff;
}
.support_wrap .support_content ul li span {
    font-size: 27px;
    color: var(--primary);
}
.support_wrap .support_content ul li a {
    color: var(--primary);
}