/* #### Generated By: http://www.cufonfonts.com #### */
    /*@import url(//db.onlinewebfonts.com/c/a98aace2cb84885acbf1fa690343c58f?family=MrEavesXLModNarOT-Reg);*/
    @font-face {font-family: "Acumin Pro Semibold"; src: url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.eot"); src: url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.woff") format("woff"), url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/09b43cba916f4efe14ed41c848bb39f5.svg#Acumin Pro Semibold") format("svg"); }
    
    
    @font-face {
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro'), url('font/Acumin-RPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Italic'), url('font/Acumin-ItPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold'), url('font/Acumin-BdPro.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Acumin Pro Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Acumin Pro Bold Italic'), url('font/Acumin-BdItPro.woff') format('woff');
    }
body, html {
  height: 100%;
  margin: 0;
  font-family: 'Acumin Pro';
    font-style: normal !important;
    font-weight: normal !important;
}
h1, h2, h3, h4, h5, h6, p{
    font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
}
.big{
  background-image: url(images/bg.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    width: 100%;
    
}
a:hover {
    color: #ffd469 !important;
    text-decoration: underline;
}
.logo img{
	width: 40%;
    padding: 35px;
}
.cont h1{
	text-align: center;
	color: #FFD469;
	font-size: 60px;
	font-weight: 400;
	font-family: 'Acumin Pro';
    font-style: normal;
}
.contbl{
	max-width: 1400px !important;
	margin: auto;
	display: block;
	padding-top: 3em;
}
.contb p{
	font-size: 22px;
	color: white;
	text-align: center;
	font-weight: 500;
	font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
}
.dnld{
	padding-top: 3em;
}
.dnld h2{
	text-align: center;
	color: #FFD469;
	font-size: 25px;
	font-weight: 700;
}
.download img{
	width: 70%;
	border-radius: 12px;
}
.download p{
	text-align: center;
	font-family: 'Acumin Pro';
    font-style: normal;
    font-weight: normal;
}
.download{
	padding-top: 2em;
}
.tp{
	padding-top: 3em;
}
.tp a{
    color: white;
    font-size: 17px;
    font-weight: 300;
}
.tp p{
	text-align: center;
}

/*Privacy Policy*/
.toph{
	background-color:#FFD469;
	border-radius: 10px;
}
.toph h1{
	text-align: center;
	color: white;
	font-size: 30px;
	font-weight: 500;
	padding: 2em 0px;
}
.pri h2{
	font-size: 25px;
	font-weight: 500;
}
.pcontent{
	padding: 2em 1em;
}
@media only screen and (max-width: 600px){
    .cont h1{
       font-size: 32px;
    }
    .contb p{
        font-size:21px;
        line-height: 30px;
    }
    .download img{
        width: 48%;
    }
    .logo img {
    width: 80% !important;
    padding: 15px !important;
}
}