@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: "Roboto", sans-serif;
	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: #000;
  --contrast: #FFF;
}
html{
    background: var(--primary);
}
.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: #0c0c0b;
}

/*header*/
.header {
    float: left;
    width: 100%;
    padding: 24px 0px;
    background: var(--primary);
    text-align: center;
}
.top_wrap {
    color: #FFF;
    font-size: 14px;
    padding: 15px 10px;
    background: #0000005c;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.top_left{
    float: left;
}
.top_right{
    float: right;
}

.top_wrap a {
    padding: 5px;
    border-radius: 18px;
    font-size: 18px;
    color: #FFF;
}
.top_wrap .top_right a {
    /*background: #25D366;
    color: #FFF;
    border-color: #24d366;*/
}
.logo_wrap {
    width: 100px;
    display: table;
    margin: 0 auto;
}
.banner_wrap {
    width: 100%;
    float: left;
    position: relative;
    background: url(../images/bg-new.png) no-repeat center bottom;
    padding: 0 0 20px 0;
    margin-bottom: 50px;
}
.banner_wrap h1 {
    margin-bottom: 20px;
    color: #FFF;
    line-height: 68px;
    font-size: 60px;
    position: relative;
    text-transform: capitalize;
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-family: "Dangrek", sans-serif;
   
}
.banner_wrap h1  span{
    font-style: italic;
}
.banner_wrap p {
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0 0 20px;
    font-family: "Roboto", sans-serif;
}
.banner_btn {
    margin: 0 auto;
    display: table;
}
.banner_btn .btn.dwn_btn {
   background: #fa3467;
    text-align: center;
    border-radius: 50px;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 0px;
    color: #fff;
    transition: .3s;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    border: 2px solid #fa3467;
}
.slider_content {
    position: relative;
    top: 20%;
    left: 0;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
}
.support_wrap {
    float: left;
    width: 100%;
    background: var(--primary);
    background-size: cover;
}
.heading_wrap {
     text-align: center; 
    float: left;
    width: 100%;
}
.heading_wrap h2 {
    margin: 30px 0 15px;
    font-size: 34px;
    color: #FFF;
}
.support_wrap .support_content {
    width: 100%;
    float: left;
    /* margin-top: 50px; */
    text-align: center;
}
.support_wrap .support_content ul li {
    width: 48%;
    float: left;
    position: relative;
    margin: 1%;
    border-radius: 30px;
    background: #6f0cab;
    padding: 10px;
    color: #FFF;
    height: 120px;
    line-height: 100px;
    font-size: 18px;
}


img.download_icon {
    border-radius: 50%;
    width: 100px;
    margin: 10px auto -50px;
}
.footer {
    float: left;
    width: 100%;
    color: #FFF;
    padding: 10px;
    text-align: center;
    background: #730da0;
    margin-top: 50px;
}