@font-face {
    font-family: "Conv_Industry-Medium";
    src: url("../fonts/Industry-Medium.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-Medium.woff") format("woff"), url("../fonts/Industry-Medium.ttf") format("truetype"), url("../fonts/Industry-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} /** Generated by FG **/
@font-face {
    font-family: "Conv_Industry-Bold";
    src: url("../fonts/Industry-Bold.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-Bold.woff") format("woff"), url("../fonts/Industry-Bold.ttf") format("truetype"), url("../fonts/Industry-Bold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} /** Generated by FG **/
@font-face {
    font-family: "Conv_Industry-BoldItalic";
    src: url("../fonts/Industry-BoldItalic.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-BoldItalic.woff") format("woff"), url("../fonts/Industry-BoldItalic.ttf") format("truetype"),
        url("../fonts/Industry-BoldItalic.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Conv_Industry-Book";
    src: url("../fonts/Industry-Book.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-Book.woff") format("woff"), url("../fonts/Industry-Book.ttf") format("truetype"), url("../fonts/Industry-Book.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Conv_Industry-Demi";
    src: url("../fonts/Industry-Demi.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-Demi.woff") format("woff"), url("../fonts/Industry-Demi.ttf") format("truetype"), url("../fonts/Industry-Demi.svg") format("svg");
    font-weight: normal;
    font-style: normal;
} /** Generated by FG **/
@font-face {
    font-family: "Conv_Industry-Light";
    src: url("../fonts/Industry-Light.eot");
    src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"), url("../fonts/Industry-Light.woff") format("woff"), url("../fonts/Industry-Light.ttf") format("truetype"), url("../fonts/Industry-Light.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}
.main-entery {
    height: 100vh;
    width: 100vw;
    position: relative;
}
.main-entery img {
    height: 100vh;
    width: 100vw;
}
.blue {
    width: 225px;
    height: 58px;
    line-height: 58px;
    background: #214ad1;
    position: absolute;
    bottom: 40px;
    left: 90px;
    font-family: "Conv_Industry-Bold";
    text-align: center;
    font-size: 25px;
    transition: 0.45s;
    color: #fff;
    text-transform: uppercase;
    border-radius: 3px;
}
.blue:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
.red {
    width: 225px;
    height: 58px;
    line-height: 58px;
    font-family: "Conv_Industry-Bold";
    background: #d22728;
    position: absolute;
    bottom: 40px;
    transition: 0.45s;
    right: 90px;
    text-align: center;
    border-radius: 3px;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}
.red:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}

.mobilearea{ display:none;}







@media screen and (max-width: 1400px) {
    .blue {
        bottom: 30px;
        left: 40px;
    }
    .red {
        bottom: 30px;
        right: 40px;
    }
}


@media screen and (max-width: 768px) {
	
	.main-entery{ display:none;}

 	.mobilearea{ display:block;}
	
}








